@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --primary: #0D0D0D;
  --accent: #6B3BAB;
  --gray-dark: #A0A0A0;
  --gray: #C3C4C4;
  --secondary: #343434;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}

button:focus,
input:focus {
  outline: transparent;
}

ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 150%;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  max-width: 100vw;
  cursor: default;
  font-weight: 400;
  line-height: 140%;
  font-family: "Libre Franklin", sans-serif;
  font-size: 18px;
  line-height: 180%;
  background: #EEEEEE;
}
body.p0 {
  padding-top: 0;
}
button {
  outline: none;
  padding: 0;
  background: transparent;
  border: none;
}

.containersect {
  padding-right: 128px;
  padding-left: 128px;
  width: 100%;
}

.text-center {
  text-align: center;
}

.text-end {
  text-align: right;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

img {
  max-width: 100%;
}

@media (min-width: 1440px) {
  .container {
    max-width: 1208px;
  }
}
.main {
  padding-top: 70px;
}

.section-title {
  margin-bottom: 32px;
  font-size: 56px;
  line-height: 130%;
  color: #000;
  font-weight: 600;
  color: vaR(--primary);
}

.modalwrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ty-message {
  background: #fff;
  border-radius: 8px;
  padding: 32px;
  max-width: 541px;
  width: 100%;
  position: relative;
}
.ty-message p {
  font-size: 16px;
  line-height: 170%;
  color: #000;
  margin: 0;
  text-align: center;
}
.ty-message .closety {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ty-message .closety:hover {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

@media (max-width: 1439.8px) {
  .container {
    max-width: 100%;
    padding-left: 75px;
    padding-right: 75px;
  }
  .section-title {
    font-size: 40px;
  }
}
@media (max-width: 1439.8px) {
  .main {
    padding-top: 75px;
  }
}
@media (max-width: 991.8px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .main {
    padding-top: 100px;
  }
  .section-title {
    font-size: 32px;
  }
}
@media (max-width: 575.8px) {
  .container,
  .containersect {
    padding-left: 12px;
    padding-right: 12px;
  }
  .main {
    padding-top: 85px;
  }
  .section-title {
    font-size: 24px;
  }
  .ty-message {
    max-width: calc(100% - 20px);
    padding: 32px 20px 20px 20px;
  }
  .ty-message p {
    font-size: 14px;
  }
}
.pagesideline {
  background: #EEEEEE;
  position: fixed;
  width: 128px;
  z-index: 13;
  height: 100vh;
  padding: 90px 5px 24px;
  text-align: center;
}
.pagesideline.pagesideline__left {
  left: 0;
  top: 0;
}
.pagesideline.pagesideline__right {
  right: 0;
  top: 0;
}

.leftlogo {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  margin-bottom: 100px;
  display: inline-block;
}
.leftlogo:hover {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.leftsoclist li {
  margin-bottom: 14px;
}
.leftsoclist li:last-child {
  margin-bottom: 0;
}
.leftsoclist li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #0D0D0D;
}
.leftsoclist li a img {
  vertical-align: top;
  max-width: 15px;
  max-height: 12px;
}
.leftsoclist li a:hover {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  border: 1px solid #6B3BAB;
}

.languagelist {
  list-style-type: none;
}
.languagelist li a {
  text-transform: uppercase;
  color: var(--primary);
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 4px 10px;
  border-bottom: 1px solid #3D3743;
  display: inline-block;
}
.languagelist li a:hover {
  color: var(--accent);
}
.languagelist li:last-child a {
  border-bottom: none;
}

.welcomesection {
  position: relative;
}
.welcomesection .containersect {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.welcomesection .imgwrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: calc(100vh - 150px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.welcomesection .imgwrap img, .welcomesection .imgwrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  vertical-align: top;
}
.welcomesection .welcomesection__scrollarr {
  position: absolute;
  bottom: 48px;
  z-index: 2;
  left: 50%;
  margin-left: -24px;
  display: inline-block;
}
.welcomesection .welcomesection__scrollarr img {
  width: 70px;
  vertical-align: top;
}

.filter-sectionwrap {
  margin-top: 80px;
}

.filter-section {
  background: #fff;
  border-radius: 16px;
  position: relative;
}

.filter-section__header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
}
.filter-section__header ul li {
  position: relative;
}
.filter-section__header ul li::after {
  content: "";
  width: 1px;
  height: 24px;
  background: #EEEEEE;
  border-radius: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.filter-section__header ul li:last-child::after {
  display: none;
}
.filter-section__header ul li button {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  color: var(--gray-dark);
  height: 59px;
  min-width: 120px;
  padding: 5px 10px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.filter-section__header ul li button:hover {
  color: var(--accent);
}
.filter-section__header ul li button.active {
  color: var(--accent);
}

.filter-section__body {
  padding: 16px 0;
}

.filter__searchboxwrap {
  padding: 0 16px;
}

.filter__searchbox {
  position: relative;
  margin-bottom: 30px;
}
.filter__searchbox input {
  width: 100%;
  height: 56px;
  border: 1px solid #C3C4C4;
  padding-left: 48px;
  padding-right: 15px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #0D0D0D;
  font-family: "Libre Franklin", sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.filter__searchbox input::-webkit-input-placeholder {
  color: #0D0D0D;
}
.filter__searchbox input::-moz-placeholder {
  color: #0D0D0D;
}
.filter__searchbox input:-ms-input-placeholder {
  color: #0D0D0D;
}
.filter__searchbox input::-ms-input-placeholder {
  color: #0D0D0D;
}
.filter__searchbox input::placeholder {
  color: #0D0D0D;
}
.filter__searchbox input:not(:-moz-placeholder-shown) {
  border-color: var(--primary);
}
.filter__searchbox input:not(:-ms-input-placeholder) {
  border-color: var(--primary);
}
.filter__searchbox input:focus, .filter__searchbox input:not(:placeholder-shown) {
  border-color: var(--primary);
}
.filter__searchbox .search-ic {
  position: absolute;
  width: 24px;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fscontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fscontent__type {
  width: 100%;
  max-width: calc((100% - 141px) / 4);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 141px) / 4);
          flex: 0 0 calc((100% - 141px) / 4);
  padding-left: 16px;
  padding-right: 5px;
  position: relative;
}
.fscontent__type::after {
  content: "";
  width: 1px;
  height: 24px;
  background: #EEEEEE;
  border-radius: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fscontent__bb {
  width: 100%;
  max-width: calc((100% - 141px) / 4);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 141px) / 4);
          flex: 0 0 calc((100% - 141px) / 4);
  padding-left: 16px;
  padding-right: 5px;
  position: relative;
}
.fscontent__bb::after {
  content: "";
  width: 1px;
  height: 24px;
  background: #EEEEEE;
  border-radius: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fscontent__price {
  width: 100%;
  max-width: calc((100% - 141px) / 4);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 141px) / 4);
          flex: 0 0 calc((100% - 141px) / 4);
  padding-left: 16px;
  padding-right: 5px;
  position: relative;
}
.fscontent__price::after {
  content: "";
  width: 1px;
  height: 24px;
  background: #EEEEEE;
  border-radius: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fscontent__loc {
  width: 100%;
  max-width: calc((100% - 141px) / 4);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 141px) / 4);
          flex: 0 0 calc((100% - 141px) / 4);
  padding-left: 16px;
  padding-right: 5px;
  position: relative;
}
.fscontent__loc p {
  position: relative;
  padding-left: 32px;
  color: var(--primary);
  font-size: 16px;
  font-weight: 500;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.fscontent__loc p img {
  position: absolute;
  left: 0;
  top: 3px;
  width: 24px;
}

.fscontent__btn {
  width: 100%;
  max-width: 141px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 141px;
          flex: 0 0 141px;
  padding-left: 12px;
  padding-right: 12px;
}
.fscontent__btn input {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 16px;
  background: var(--accent);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: "Libre Franklin", sans-serif;
  border: none;
  cursor: pointer;
}
.fscontent__btn input:hover {
  -webkit-box-shadow: 1px 2px 9px rgba(73, 0, 170, 0.7);
          box-shadow: 1px 2px 9px rgba(73, 0, 170, 0.7);
}

.styledselect__wrap .select2 {
  width: 100% !important;
}
.styledselect__wrap .select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0;
}
.styledselect__wrap .select2-container--default .select2-selection--single .select2-selection__placeholder,
.styledselect__wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--primary);
  font-size: 16px;
  font-weight: 500;
  font-family: "Libre Franklin", sans-serif;
}
.styledselect__wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.styledselect__wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 24px;
  height: 25px;
  background: url("../img/general/select-arr.svg") no-repeat center/100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.styledselect__wrap .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.select2-dropdown {
  border: none;
  -webkit-box-shadow: 0 7px 12px rgba(0, 0, 0, 0.3);
          box-shadow: 0 7px 12px rgba(0, 0, 0, 0.3);
  padding: 8px 4px;
  border-radius: 0 0 10px 10px;
}

.select2-results__option {
  font-size: 14px;
  color: var(--primary);
  line-height: 130%;
  border-radius: 8px;
  padding: 8px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #EEEEEE;
  color: var(--primary);
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 6px;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background-color: rgb(219, 219, 219);
  border-radius: 8px;
}

.ddmenu {
  background: #fff;
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: 48px;
  left: 0;
  -webkit-box-shadow: 0 7px 12px rgba(0, 0, 0, 0.3);
          box-shadow: 0 7px 12px rgba(0, 0, 0, 0.3);
  width: 280px;
  padding: 16px 12px 12px 12px;
  display: none;
  z-index: 3;
}
.ddmenu.price {
  width: 390px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}
.ddmenu.price .ddprce-col {
  width: 100%;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 4px;
}

.selecteltext {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  position: relative;
  color: var(--primary);
  min-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  cursor: pointer;
  padding-right: 20px;
}
.selecteltext::after {
  content: "";
  width: 24px;
  height: 25px;
  background: url(../img/general/select-arr.svg) no-repeat center/100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  right: 0;
  position: absolute;
}
.selecteltext.active::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.selecteltext span {
  text-transform: uppercase;
  color: var(--gray-dark);
  display: inline-block;
  margin-right: 4px;
}

.bb-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 6px;
}

.bb-label {
  margin-right: 6px;
  margin-bottom: 8px;
}
.bb-label input {
  display: none;
}
.bb-label input:checked + label {
  background: #EEEEEE;
}
.bb-label label {
  font-size: 14px;
  line-height: 130%;
  color: #000;
  color: var(--primary);
  padding: 7px 15px;
  border-radius: 8px;
  border: 1px solid #EEEEEE;
  cursor: pointer;
}

.labksbox .title {
  padding: 6px;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 170%;
  color: #000;
  color: var(--primary);
}

.ddprce-col .title {
  padding: 6px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 170%;
  color: var(--primary);
}
.ddprce-col .inputfield {
  position: relative;
  margin-bottom: 16px;
}
.ddprce-col .inputfield input {
  height: 48px;
  border: 1px solid #A0A0A0;
  border-radius: 8px;
  padding-left: 50px;
  color: #3D3743;
  font-size: 16px;
  font-family: "Libre Franklin", sans-serif;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ddprce-col .inputfield input:focus {
  border: 1px solid #0D0D0D;
}
.ddprce-col .inputfield span {
  font-size: 16px;
  line-height: 170%;
  color: #000;
  position: absolute;
  text-transform: uppercase;
  left: 8px;
  top: 11px;
  color: var(--gray-dark);
}
.ddprce-col button {
  font-family: "Libre Franklin", sans-serif;
  height: 50px;
  border-radius: 16px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.ddprce-col button.reset {
  color: var(--primary);
  border: 1px solid var(--primary);
}
.ddprce-col button.apply {
  color: #fff;
  background: var(--accent);
}

.fscontent__price .ddmenu {
  display: none;
}
.fscontent__price .ddmenu.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filter-sectionwrap.frstsection {
  margin-top: 0;
}

.objects-section {
  padding: 48px 0 0 0;
}
.objects-section .titlesect {
  font-size: 56px;
  line-height: 130%;
  color: #000;
  font-weight: 600;
  margin-bottom: 32px;
  color: var(--primary);
}

.objects-section__sortrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
.objects-section__sortrow p {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  width: 100%;
  max-width: calc(100% - 150px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 150px);
          flex: 0 0 calc(100% - 150px);
  margin: 0;
  color: var(--primary);
}
.objects-section__sortrow .poppropselect {
  width: 100%;
  max-width: 150px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
}
.objects-section__sortrow .poppropselect .select2-container {
  width: 100% !important;
}
.objects-section__sortrow .poppropselect .select2-container--default .select2-selection--single {
  border: none;
  background: transparent;
  border-radius: 0;
}
.objects-section__sortrow .poppropselect .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  color: var(--primary);
}
.objects-section__sortrow .poppropselect .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.objects-section__sortrow .poppropselect .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 24px;
  height: 25px;
  background: url("../img/general/select-arr.svg") no-repeat center/100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.objects-section__sortrow .poppropselect .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.objectcard {
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 9px;
  margin-bottom: 16px;
}
.objectcard img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.objectcard:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.objectcard .objectcard__info {
  border-radius: 12px;
  padding: 12px;
  background: rgba(61, 55, 67, 0.96);
  z-index: 2;
  width: calc(100% - 16px);
}

.objectcard__info-header {
  margin-bottom: 12px;
  position: relative;
}
.objectcard__info-header::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../img/main/obj-arrow.svg") no-repeat center/100%;
  position: absolute;
  right: 0;
  top: 3px;
}
.objectcard__info-header .title {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin: 0;
  color: #fff;
}
.objectcard__info-header p {
  font-size: 12px;
  font-weight: 300;
  line-height: 130%;
  color: #000;
  color: #fff;
  margin: 0;
}

.objectcard__info-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.objectcard__info-body .descrbox {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 3px;
}
.objectcard__info-body .descrbox::after {
  content: "";
  display: inline-block;
  border-radius: 8px;
  background: var(--gray);
  width: 1px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.objectcard__info-body .descrbox:last-child::after {
  display: none;
}
.objectcard__info-body .descrbox p {
  font-size: 12px;
  font-weight: 300;
  line-height: 130%;
  color: #000;
  color: var(--gray);
}
.objectcard__info-body .descrbox p span {
  display: block;
  color: #fff;
  margin-bottom: 2px;
}
.objectcard__info-body .descrbox.descrbox__beds {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  padding-left: 0;
}
.objectcard__info-body .descrbox.descrbox__baths {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
.objectcard__info-body .descrbox.descrbox__price {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  min-width: 30%;
}
.objectcard__info-body .descrbox.descrbox__type {
  padding-left: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
.objectcard__info-body .descrbox.descrbox__type p {
  color: #fff;
}

.loadmore {
  display: inline-block;
  margin-top: 50px;
  color: var(--primary);
  font-size: 16px;
  font-family: "Libre Franklin", sans-serif;
  cursor: pointer;
  position: relative;
  line-height: 100%;
}
.loadmore::after {
  content: "";
  display: block;
  height: 1px;
  width: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: var(--primary);
  position: absolute;
  left: 0;
  bottom: -2px;
}
.loadmore:hover::after {
  width: 100%;
}

.contactsection {
  padding: 98px 0 80px;
}

.contactsection__left .section-title {
  margin-bottom: 16px;
  max-width: 100%;
}
.contactsection__left p:not(.section-title) {
  max-width: 400px;
  font-size: 16px;
  line-height: 170%;
  color: #000;
  color: var(--primary);
  margin-bottom: 48px;
}
.contactsection__left ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.contactsection__left ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
.contactsection__left ul li .imgwrap {
  width: 100%;
  max-width: 70px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
}
.contactsection__left ul li .imgwrap img {
  width: 100%;
  vertical-align: top;
}
.contactsection__left ul li .rightinfo {
  width: 100%;
  max-width: calc(100% - 70px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 70px);
          flex: 0 0 calc(100% - 70px);
  padding-left: 32px;
}
.contactsection__left ul li .rightinfo p {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 130%;
  color: #000;
  color: var(--primary);
}
.contactsection__left ul li .rightinfo a {
  font-size: 16px;
  line-height: 170%;
  color: #000;
  color: var(--primary);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contactsection__left ul li .rightinfo a:hover {
  color: var(--accent);
}

.contactsection__right {
  padding-left: 30px;
}

.formdark {
  background: var(--secondary);
  border-radius: 22px;
  padding: 40px 32px;
}
.formdark .inputfield {
  margin-bottom: 24px;
}
.formdark .inputfield label {
  font-size: 18px;
  line-height: 100%;
  color: #000;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
  color: var(--gray);
}
.formdark .inputfield input,
.formdark .inputfield textarea {
  width: 100%;
  height: 54px;
  border-radius: 12px;
  background: #48484A;
  padding-left: 12px;
  color: #EEEEEE;
  border: none;
  font-size: 16px;
  font-family: "Libre Franklin", sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.formdark .inputfield input:focus,
.formdark .inputfield textarea:focus {
  background: #3D3743;
}
.formdark .inputfield input:not(:-moz-placeholder-shown), .formdark .inputfield textarea:not(:-moz-placeholder-shown) {
  background: #3D3743;
}
.formdark .inputfield input:not(:-ms-input-placeholder), .formdark .inputfield textarea:not(:-ms-input-placeholder) {
  background: #3D3743;
}
.formdark .inputfield input:not(:placeholder-shown),
.formdark .inputfield textarea:not(:placeholder-shown) {
  background: #3D3743;
}
.formdark .inputfield input::-webkit-input-placeholder, .formdark .inputfield textarea::-webkit-input-placeholder {
  color: var(--gray);
}
.formdark .inputfield input::-moz-placeholder, .formdark .inputfield textarea::-moz-placeholder {
  color: var(--gray);
}
.formdark .inputfield input:-ms-input-placeholder, .formdark .inputfield textarea:-ms-input-placeholder {
  color: var(--gray);
}
.formdark .inputfield input::-ms-input-placeholder, .formdark .inputfield textarea::-ms-input-placeholder {
  color: var(--gray);
}
.formdark .inputfield input::placeholder,
.formdark .inputfield textarea::placeholder {
  color: var(--gray);
}
.formdark .inputfield textarea {
  resize: none;
  height: 120px;
  padding-top: 15px;
  outline: none;
  vertical-align: top;
}
.formdark .submbtn {
  width: 100%;
  background: var(--accent);
  height: 50px;
  border-radius: 16px;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: "Libre Franklin", sans-serif;
}
.formdark .submbtn:hover {
  background: #fff;
  color: var(--accent);
}

.objectcard__info-header {
  padding-right: 30px;
}

.location-select .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 30px;
  background: url("../img/general/loc-icon.svg") no-repeat top 1px left/24px;
}

@media (max-width: 1439.8px) {
  .pagesideline {
    width: 75px;
  }
  .containersect {
    padding-left: 75px;
    padding-right: 75px;
  }
  .welcomesection .imgwrap {
    height: calc(100vh - 120px);
  }
  .languagelist li a {
    padding: 4px 6px;
    font-size: 15px;
  }
  .welcomesection .welcomesection__scrollarr img {
    width: 50px;
  }
  .objects-section .titlesect {
    margin-bottom: 20px;
  }
  .objectcard__info-header {
    margin-bottom: 5px;
  }
  .objectcard .objectcard__info {
    border-radius: 8px;
    padding: 8px;
  }
  .filter-section__header ul li button {
    height: 50px;
  }
  .filter-section__body {
    padding-top: 3px;
  }
  .filter__searchbox {
    margin-bottom: 20px;
  }
  .loadmore {
    margin-top: 30px;
  }
  .contactsection__left p {
    margin-bottom: 30px;
  }
  .contactsection__left ul li .imgwrap {
    max-width: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
  }
  .contactsection__left ul li .rightinfo {
    max-width: calc(100% - 50px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 50px);
            flex: 0 0 calc(100% - 50px);
    padding-left: 20px;
  }
  .contactsection__left ul li .rightinfo p {
    margin-bottom: 5px;
  }
  .contactsection__left ul li {
    margin-bottom: 20px;
  }
  .objectcard__info-body .descrbox.descrbox__type {
    padding-left: 5px;
  }
  .formdark .inputfield {
    margin-bottom: 16px;
  }
  .formdark .inputfield input {
    height: 48px;
    border-radius: 8px;
  }
  .formdark {
    border-radius: 15px;
    padding: 30px;
  }
  .contactsection {
    padding-top: 70px;
  }
  .objects-section .titlesect {
    font-size: 40px;
  }
  .formdark .inputfield label {
    font-size: 16px;
  }
  .objectcard__info-header .title {
    font-size: 14px;
  }
}
@media (max-width: 1199.8px) {
  .welcomesection .imgwrap {
    height: auto;
  }
  .welcomesection .welcomesection__scrollarr {
    bottom: 20px;
  }
  .fscontent__type,
  .fscontent__bb,
  .fscontent__price {
    max-width: 33.333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .fscontent__price .ddmenu.show {
    left: initial;
    right: 5px;
  }
  .fscontent__loc {
    max-width: 33.333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
  }
}
@media (max-width: 991.8px) {
  .pagesideline {
    display: none;
  }
  .welcomesection .welcomesection__scrollarr {
    display: none;
  }
  .containersect {
    padding-left: 25px;
    padding-right: 25px;
  }
  .filter-section {
    padding-top: 10px;
  }
  .filter-sectionwrap {
    margin-top: 40px;
  }
  .fscontent__type,
  .fscontent__bb,
  .fscontent__price,
  .fscontent__loc {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .fscontent__btn {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 10px;
  }
  .fscontent__price .ddmenu.show {
    left: 0;
    right: initial;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
  }
  .objectcard__info-header .title {
    font-size: 16px;
  }
  .objectcard__info-header {
    margin-bottom: 10px;
  }
  .contactsection__right {
    padding-left: 0;
  }
  .formdark .submbtn {
    margin-top: 20px;
  }
  .contactsection__left ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contactsection__left ul li {
    width: 100%;
    max-width: 33.333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
  }
  .contactsection__left {
    margin-bottom: 20px;
  }
  .contactsection__left p {
    max-width: 100%;
  }
  .objects-section .titlesect {
    font-size: 32px;
  }
  .fscontent__btn input,
  .welcomesection .imgwrap,
  .filter__searchbox input {
    border-radius: 8px;
  }
  .location-select {
    padding-right: 4px;
  }
}
@media (max-width: 767.8px) {
  .contactsection__left ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contactsection__left ul li {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .filter-section__header ul li button {
    min-width: 100px;
  }
}
@media (max-width: 575.8px) {
  .filter-section__header ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 0;
  }
  .filter-section__header ul li {
    width: 100%;
    max-width: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
  .filter-section__header ul li button {
    width: 100%;
    padding: 0;
    height: auto;
    min-width: initial;
    font-size: 15px;
  }
  .containersect {
    padding-left: 12px;
    padding-right: 12px;
  }
  .filter-sectionwrap {
    margin-top: 30px;
  }
  .filter__searchbox input {
    height: 46px;
    padding-left: 40px;
  }
  .filter__searchbox .search-ic {
    width: 20px;
    left: 10px;
  }
  .filter-section {
    border-radius: 10px;
  }
  .filter__searchboxwrap {
    padding: 0 10px;
  }
  .fscontent__type,
  .fscontent__bb,
  .fscontent__price,
  .fscontent__loc {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
  }
  .fscontent__type::after,
  .fscontent__bb::after,
  .fscontent__price::after,
  .fscontent__loc::after {
    display: none;
  }
  .fscontent__type {
    padding-left: 0;
    padding-right: 0;
  }
  .ddmenu,
  .ddmenu.price {
    width: 100%;
    left: 0;
    right: initial;
    margin-left: 0;
    margin-right: 0;
    top: 40px;
  }
  .ddprce-col .inputfield input {
    height: 42px;
    padding-left: 37px;
  }
  .ddprce-col .inputfield span {
    font-size: 12px;
  }
  .ddprce-col button {
    border-radius: 8px;
    height: 42px;
  }
  .styledselect__wrap .select2 {
    padding: 0 10px;
  }
  .styledselect__wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px;
  }
  .fscontent__btn input {
    height: 42px;
  }
  .objects-section__sortrow {
    margin-bottom: 10px;
  }
  .objects-section__sortrow .poppropselect .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }
  .objects-section__sortrow .poppropselect {
    max-width: 130px;
  }
  .objects-section__sortrow p {
    max-width: calc(100% - 130px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 130px);
            flex: 0 0 calc(100% - 130px);
  }
  .formdark {
    padding: 30px 20px;
  }
  .formdark .inputfield input {
    height: 42px;
  }
  .formdark .submbtn {
    margin-top: 10px;
  }
  .contactsection {
    padding-bottom: 50px;
  }
  .welcomesection .imgwrap {
    max-height: calc(100vh - 100px);
  }
  .objectcard__info-header .title {
    font-size: 18px;
  }
  .objects-section__sortrow p {
    font-size: 14px;
  }
  .objects-section .titlesect {
    font-size: 24px;
  }
  .location-select {
    padding-right: 0;
  }
  .fscontent__loc {
    padding-left: 0;
    padding-right: 0;
  }
}
.property-slider .imgwrap {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  height: 600px;
}
.property-slider .imgwrap img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.property-slider .swiper-button-next,
.property-slider .swiper-button-prev {
  width: 70px;
  height: 70px;
}
.property-slider .swiper-button-next::after,
.property-slider .swiper-button-prev::after {
  display: none;
}
.property-slider .swiper-button-prev {
  display: none;
}
.property-slider .swiper-button-next {
  right: 16px;
}

.property-infosect {
  padding: 32px 0 40px;
}

.property-infosect__header {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  max-width: 700px;
}
.property-infosect__header .title {
  font-size: 28px;
  line-height: 160%;
  color: #000;
  font-weight: 400;
  color: var(--primary);
  margin-bottom: 16px;
}
.property-infosect__header .title span {
  font-size: 16px;
  line-height: 170%;
  color: #000;
  display: inline-block;
  margin-left: 20px;
  color: rgba(0, 0, 0, 0.6);
  vertical-align: middle;
}
.property-infosect__header ul {
  list-style-type: none;
}
.property-infosect__header ul li {
  margin-bottom: 26px;
  position: relative;
  padding-left: 32px;
  font-size: 18px;
  line-height: 100%;
  color: #000;
  font-weight: 500;
  color: var(--primary);
}
.property-infosect__header ul li:last-child {
  margin-bottom: 0;
}
.property-infosect__header ul li img {
  width: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -1px;
}

.property-infosect__descr {
  max-width: 700px;
  padding: 40px 0;
}
.property-infosect__descr p {
  font-size: 16px;
  line-height: 170%;
  color: #000;
  margin-bottom: 20px;
}
.property-infosect__descr p:last-child {
  margin-bottom: 0;
}

.goback {
  font-size: 18px;
  line-height: 100%;
  color: #000;
  font-weight: 500;
  color: var(--primary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.goback img {
  margin-right: 8px;
  width: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.goback:hover {
  color: var(--accent);
}
.goback:hover img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.property-infosect__right {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.property-infosect__right ul {
  list-style-type: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 24px 0;
}
.property-infosect__right ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.property-infosect__right ul li:last-child {
  margin-bottom: 0;
}
.property-infosect__right ul li img {
  width: 100%;
  max-width: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
}
.property-infosect__right ul li span {
  font-size: 18px;
  line-height: 100%;
  color: #000;
  font-weight: 500;
  color: var(--primary);
  padding-left: 8px;
}

.property-enquiry {
  padding: 60px 0 40px;
}
.property-enquiry .contactsection__left ul li {
  margin-bottom: 16px;
}

.peimg {
  border-radius: 12px;
  margin-bottom: 16px;
}

.similarprop {
  padding: 60px 0 100px;
}

.similarprop__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 32px;
}
.similarprop__head .section-title {
  width: 100%;
  max-width: calc(100% - 70px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 70px);
          flex: 0 0 calc(100% - 70px);
  margin: 0;
}
.similarprop__head .headsliderarrow {
  width: 100%;
  max-width: 70px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
}
.similarprop__head .headsliderarrow img {
  vertical-align: top;
}
.similarprop__head .swiper-button-next-t,
.similarprop__head .swiper-button-next-t {
  cursor: pointer;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.similarprop__head .swiper-button-next-t:hover,
.similarprop__head .swiper-button-next-t:hover {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.similarprop__head .headsliderarrow img {
  width: 70px;
}

.similarprop .objectcard {
  margin-bottom: 0;
}

@media (max-width: 1439.8px) {
  .similarprop__head .section-title {
    font-size: 40px;
  }
}
@media (max-width: 1399.8px) {
  .property-slider .imgwrap {
    height: 500px;
  }
  .similarprop__head .headsliderarrow img {
    width: 50px;
  }
  .headsliderarrow {
    text-align: right;
  }
}
@media (max-width: 1199.8px) {
  .property-slider .imgwrap {
    height: 400px;
  }
  .property-infosect__descr {
    padding: 30px 0;
  }
  .property-infosect__right ul li {
    margin-bottom: 16px;
  }
  .property-infosect,
  .property-enquiry {
    padding-bottom: 10px;
  }
  .similarprop {
    padding-bottom: 70px;
  }
}
@media (max-width: 991.8px) {
  .peimg {
    width: 100%;
  }
  .similarprop__head .section-title {
    font-size: 32px;
  }
  .property-slider .imgwrap,
  .formdark,
  .objectcard {
    border-radius: 8px;
  }
}
@media (max-width: 767.8px) {
  .property-slider .swiper-button-next,
  .property-slider .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
  .property-slider .swiper-button-next {
    right: 10px;
  }
}
@media (max-width: 575.8px) {
  .property-slider .imgwrap {
    height: 250px;
  }
  .property-infosect__header .title {
    font-size: 24px;
  }
  .property-infosect__header .title span {
    font-size: 12px;
    margin-left: 10px;
  }
  .property-infosect__header ul li {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .property-infosect__header {
    padding-bottom: 20px;
  }
  .property-infosect__descr {
    padding: 20px 0;
  }
  .property-infosect {
    padding: 20px 0 20px;
  }
  .property-enquiry {
    padding-top: 20px;
  }
  .similarprop__head .section-title {
    font-size: 24px;
  }
  .similarprop__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .similarprop__head .headsliderarrow {
    max-width: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
  }
  .similarprop__head .section-title {
    max-width: calc(100% - 50px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 50px);
            flex: 0 0 calc(100% - 50px);
  }
  .property-infosect__right ul {
    padding: 15px 0;
  }
  .property-infosect__right ul li {
    margin-bottom: 5px;
  }
  .similarprop {
    padding: 40px 0 50px;
  }
  .similarprop__head {
    margin-bottom: 20px;
  }
}
.whiteelems {
  background: #fff;
}
.whiteelems .header,
.whiteelems .pagesideline {
  background: #fff;
}

.containersectwrap {
  border-radius: 16px;
  background: #EEEEEE;
  padding: 56px;
}
.containersectwrap .title {
  font-size: 56px;
  line-height: 130%;
  color: #000;
  font-weight: 600;
  color: var(--primary);
}
.containersectwrap .description {
  max-width: 450px;
  display: inline-block;
}
.containersectwrap .description p {
  font-size: 24px;
  line-height: 160%;
  color: #000;
  font-weight: 400;
  color: var(--primary);
  text-align: left;
}
.containersectwrap .description p:last-child {
  margin-bottom: 0;
}

.abcounts {
  margin-top: 56px;
  margin-bottom: 56px;
}

.abcount {
  background: #fff;
  border-radius: 16px;
  padding: 48px 24px;
}
.abcount span {
  display: block;
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 130%;
  color: #000;
  font-weight: 800;
  color: var(--primary);
}
.abcount p {
  font-size: 18px;
  line-height: 100%;
  color: #000;
  font-weight: 500;
  margin: 0;
  color: var(--primary);
}

.descrbottext p {
  font-size: 18px;
  line-height: 180%;
  color: #000;
  color: var(--primary);
}
.descrbottext p:last-child {
  margin-bottom: 0;
}

.profabsections {
  padding: 80px 0;
}
.profabsections .title {
  margin-bottom: 32px;
  font-size: 56px;
  line-height: 130%;
  color: #000;
  font-weight: 600;
  color: vaR(--primary);
}

.profabsections__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.profabsections__cont .imgwrap {
  width: 100%;
  max-width: 49%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.profabsections__cont .imgwrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  vertical-align: top;
}
.profabsections__cont .contactblock {
  width: 100%;
  max-width: 51%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 51%;
          flex: 0 0 51%;
  padding-left: 16px;
}
.profabsections__cont .contactblock .name {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 160%;
  color: #000;
  font-weight: 400;
  color: var(--primary);
}
.profabsections__cont .contactblock .prof {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 130%;
  color: #000;
  color: var(--primary);
}

ul.contlistgen {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.contlistgen li {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.contlistgen li .imgwrap {
  width: 100%;
  max-width: 54px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54px;
          flex: 0 0 54px;
}
ul.contlistgen li .imgwrap img {
  width: 100%;
  vertical-align: top;
}
ul.contlistgen li .rightinfo {
  width: 100%;
  max-width: calc(100% - 54px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 54px);
          flex: 0 0 calc(100% - 54px);
  padding-left: 16px;
}
ul.contlistgen li .rightinfo p {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 130%;
  color: var(--primary);
}
ul.contlistgen li .rightinfo a {
  font-size: 16px;
  line-height: 170%;
  color: var(--primary);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
ul.contlistgen li .rightinfo a:hover {
  color: var(--accent);
}

.ourinstagram {
  padding-bottom: 80px;
}
.ourinstagram .instagramimg {
  aspect-ratio: 1/1;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.ourinstagram .instagramimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.ourinstagram__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
.ourinstagram__header a {
  width: 100%;
  max-width: 152px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 152px;
          flex: 0 0 152px;
  height: 50px;
  border-radius: 16px;
  background: var(--accent);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: "Libre Franklin", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ourinstagram__header a img {
  margin-right: 10px;
}
.ourinstagram__header a:hover {
  -webkit-box-shadow: 1px 2px 9px rgba(73, 0, 170, 0.7);
          box-shadow: 1px 2px 9px rgba(73, 0, 170, 0.7);
}
.ourinstagram__header .section-title {
  width: 100%;
  max-width: calc(100% - 152px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 152px);
          flex: 0 0 calc(100% - 152px);
  margin: 0;
}

.teamrow {
  margin-top: 24px;
}

.ourtembox {
  margin-top: 32px;
}
.ourtembox .imgwrap {
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.ourtembox .imgwrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.ourtembox .description {
  padding-top: 16px;
}
.ourtembox .description p {
  margin: 0;
  font-size: 14px;
  line-height: 130%;
  color: #000;
  color: var(--primary);
}
.ourtembox .description .name {
  margin-bottom: 6px;
  font-size: 24px;
  line-height: 160%;
  color: #000;
  font-weight: 400;
  color: var(--primary);
}

.descrbottext h4 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 25px;
}

.showhidearr {
  display: block;
  width: 70px;
  height: 70px;
  padding: 0;
  background: transparent;
  outline: none;
  border: none;
  margin: 40px auto 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.showhidearr img {
  width: 100%;
}
.showhidearr.open {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.hiddenbox {
  display: none;
}

@media (max-width: 1439.8px) {
  .abcounts {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .abcount {
    padding: 40px 15px;
  }
  .profabsections__cont .contactblock .name {
    margin-bottom: 5px;
  }
  .profabsections__cont .contactblock .prof {
    margin-bottom: 20px;
  }
  .profabsections__cont .imgwrap,
  .profabsections__cont .contactblock {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .ourtembox .description {
    padding-top: 10px;
  }
  .ourtembox .description .name {
    font-size: 20px;
    line-height: 120%;
  }
  .containersectwrap .title,
  .profabsections .title,
  .ourinstagram__header .title {
    font-size: 40px;
  }
  .abcount span {
    font-size: 32px;
  }
  .containersectwrap .description p,
  .profabsections__cont .contactblock .name {
    font-size: 21px;
  }
  .descrbottext p {
    font-size: 16px;
  }
}
@media (max-width: 1199.8px) {
  .profabsections__cont ul.contlistgen li .imgwrap {
    max-width: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
  }
  .profabsections__cont ul.contlistgen li .rightinfo {
    max-width: calc(100% - 40px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 40px);
            flex: 0 0 calc(100% - 40px);
    padding-left: 15px;
  }
}
@media (max-width: 991.8px) {
  .containersectwrap .description {
    max-width: 100%;
  }
  .containersectwrap .title {
    margin-bottom: 20px;
  }
  .containersectwrap {
    padding: 40px;
  }
  .abcount {
    margin-bottom: 20px;
  }
  .abcounts {
    margin-bottom: 10px;
  }
  .profabsections .title,
  .ourinstagram__header .title {
    font-size: 32px;
  }
  .profabsections__cont .imgwrap {
    max-width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .profabsections__cont .contactblock {
    max-width: 60%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  .profabsections__cont ul.contlistgen li .imgwrap {
    max-width: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
  }
  .profabsections__cont ul.contlistgen li .rightinfo {
    max-width: calc(100% - 50px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 50px);
            flex: 0 0 calc(100% - 50px);
    padding-left: 15px;
  }
  .profabsections__cont {
    margin-bottom: 20px;
  }
  .abcount,
  .ourinstagram .instagramimg {
    border-radius: 8px;
  }
  .descrbottext h4 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.8px) {
  .containersectwrap {
    padding: 20px;
  }
  .containersectwrap .title {
    font-size: 32px;
  }
  .containersectwrap .description p {
    font-size: 18px;
  }
  .abcount span {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .abcount p {
    font-size: 14px;
    line-height: 140%;
  }
  .abcount {
    padding: 20px 15px 10px 15px;
    min-height: 110px;
  }
  .descrbottext p {
    line-height: 140%;
  }
  .profabsections {
    padding: 60px 0;
  }
  .profabsections .section-title {
    margin-bottom: 20px;
  }
  .profabsections .title,
  .ourinstagram__header .title {
    font-size: 24px;
  }
  .profabsections__cont .imgwrap,
  .profabsections__cont .contactblock {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .profabsections__cont .imgwrap {
    margin-bottom: 20px;
  }
  .ourinstagram .instagramimg {
    margin-bottom: 20px;
  }
  .ourinstagram {
    padding-bottom: 50px;
  }
  .ourtembox .description {
    padding-top: 5px;
  }
  .ourtembox .description p {
    font-size: 12px;
  }
  .ourtembox .description .name {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .ourtembox {
    margin-top: 20px;
  }
  .teamrow {
    margin-top: 0;
  }
  .showhidearr {
    width: 50px;
    height: 50px;
    margin-top: 20px;
  }
  .descrbottext h4 {
    font-size: 21px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.mediabox {
  height: 360px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
  margin-bottom: 32px;
}
.mediabox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.mediabox:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.mediabox .mediabox__descr {
  position: relative;
  z-index: 2;
  background: rgba(61, 55, 67, 0.96);
  padding: 12px;
  border-radius: 12px;
  height: 147px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.mediabox .mediabox__descr::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../img/main/obj-arrow.svg) no-repeat center/100%;
  position: absolute;
  right: 12px;
  top: 17px;
}
.mediabox .info .title {
  padding-right: 40px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  color: #fff;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mediabox .info p {
  font-size: 12px;
  font-weight: 300;
  line-height: 130%;
  color: #000;
  color: #fff;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mediabox .timered {
  font-size: 12px;
  font-weight: 300;
  line-height: 130%;
  color: #000;
  color: var(--gray);
  margin: 5px 0 0 0;
}

.mediasection {
  padding-bottom: 98px;
}
.mediasection .loadmore {
  margin-top: 24px;
}

.media-features__wrap {
  border-radius: 16px;
  padding: 56px;
  background: #EEEEEE;
}
.media-features__wrap .section-title {
  margin-bottom: 56px;
}
.media-features__wrap .mediabox .mediabox__descr {
  height: 65px;
}
.media-features__wrap .mediabox .info .title {
  margin-bottom: 0;
}
.media-features__wrap .mediabox {
  height: auto;
  aspect-ratio: 1/1;
  margin-bottom: 0;
}

.media-features {
  margin-bottom: 80px;
}

.tesimblock {
  border-radius: 16px;
  background: #eee;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 410px;
}
.tesimblock .descr p {
  font-size: 16px;
  line-height: 170%;
  color: #000;
  color: var(--primary);
}
.tesimblock .descr p:last-child {
  margin-bottom: 0;
}
.tesimblock .tesimblock__bottombox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tesimblock .tesimblock__bottombox > img {
  width: 100%;
  max-width: 58px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58px;
          flex: 0 0 58px;
}
.tesimblock .tesimblock__bottombox .authortestim {
  width: 100%;
  max-width: calc(100% - 58px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 58px);
          flex: 0 0 calc(100% - 58px);
}
.tesimblock .tesimblock__bottombox .authortestim p {
  margin-bottom: 9px;
  font-size: 24px;
  line-height: 160%;
  color: #000;
  font-weight: 400;
  color: var(--primary);
}
.tesimblock .tesimblock__bottombox .authortestim .stars {
  width: 132px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tesimblock .tesimblock__bottombox .authortestim .stars img {
  margin-right: 8px;
}
.tesimblock .tesimblock__bottombox .authortestim .stars img:last-child {
  margin-right: 0;
}

@media (max-width: 1439.8px) {
  .mediabox {
    height: 320px;
  }
  .media-features__wrap .section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 1199.8px) {
  .mediabox {
    height: 280px;
  }
  .mediasection {
    padding-bottom: 60px;
  }
  .media-features__wrap {
    padding: 30px;
  }
  .tesimblock {
    padding: 20px;
  }
  .tesimblock .descr p {
    font-size: 15px;
  }
  .tesimblock .tesimblock__bottombox .authortestim p {
    font-size: 21px;
  }
  .similarprop.pt0 {
    padding-top: 0;
  }
}
@media (max-width: 991.8px) {
  .mediabox,
  .mediabox .mediabox__descr,
  .media-features__wrap {
    border-radius: 8px;
  }
  .media-features__wrap {
    padding: 20px 20px 5px 20px;
  }
  .media-features__wrap .mediabox .info .title {
    font-size: 14px;
  }
  .media-features__wrap .mediabox {
    aspect-ratio: inherit;
    height: 240px;
    margin-bottom: 15px;
  }
  .media-features {
    margin-bottom: 60px;
  }
  .tesimblock {
    min-height: 480px;
  }
}
@media (max-width: 767.8px) {
  .tesimblock {
    min-height: 370px;
  }
}
@media (max-width: 575.8px) {
  .mediabox {
    padding: 5px;
    margin-bottom: 10px;
  }
  .media-features__wrap .section-title {
    margin-bottom: 15px;
  }
  .tesimblock {
    min-height: auto;
  }
}
.article-header h1 {
  text-align: center;
  font-size: 56px;
  line-height: 130%;
  color: #000;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 24px;
}
.article-header .artheadlist {
  text-align: center;
  margin-bottom: 24px;
}
.article-header .artheadlist li {
  font-size: 14px;
  line-height: 130%;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  color: var(--secondaty);
  margin-right: 53px;
  position: relative;
}
.article-header .artheadlist li:last-child {
  margin-right: 0;
}
.article-header .artheadlist li:last-child::after {
  display: none;
}
.article-header .artheadlist li::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.articlesection {
  padding-bottom: 60px;
}
.articlesection article {
  font-size: 16px;
  line-height: 170%;
  color: var(--primary);
}
.articlesection article p {
  margin-bottom: 20px;
}
.articlesection article ul,
.articlesection article ol {
  padding-left: 20px;
  margin-bottom: 20px;
}
.articlesection article ul li,
.articlesection article ol li {
  line-height: 170%;
}
.articlesection article img {
  width: 100%;
  margin-bottom: 20px;
}
.articlesection article h2 {
  font-size: 40px;
  line-height: 130%;
  color: #000;
  font-weight: 800;
  font-weight: 600;
}
.articlesection article h3 {
  font-size: 28px;
  line-height: 160%;
  color: #000;
  font-weight: 400;
}
.articlesection article h4 {
  font-size: 24px;
  line-height: 160%;
  color: #000;
  font-weight: 400;
}
.articlesection article h5 {
  font-size: 18px;
  line-height: 100%;
  color: #000;
  font-weight: 500;
}
.articlesection article h6 {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.articlesection article h2,
.articlesection article h3,
.articlesection article h4,
.articlesection article h5,
.articlesection article h6 {
  margin-bottom: 20px;
}
.articlesection .goback {
  margin-top: 4px;
}

@media (max-width: 1439.8px) {
  .article-header h1 {
    font-size: 40px;
  }
  .articlesection article h2 {
    font-size: 36px;
  }
}
@media (max-width: 767.8px) {
  .article-header h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .article-header .artheadlist {
    margin-bottom: 20px;
  }
  .articlesection article h2 {
    font-size: 28px;
  }
  .articlesection article h3 {
    font-size: 24px;
  }
  .articlesection article h4 {
    font-size: 21px;
  }
  .articlesection article h5 {
    font-size: 18px;
  }
  .articlesection article h6 {
    font-size: 16px;
  }
  .articlesection {
    padding-bottom: 40px;
  }
}
@media (max-width: 575.8px) {
  .article-header h1 {
    font-size: 24px;
  }
  .articlesection article h2 {
    font-size: 24px;
  }
  .articlesection article h3 {
    font-size: 21px;
  }
  .articlesection article h4 {
    font-size: 20px;
  }
  .articlesection article h2,
  .articlesection article h3,
  .articlesection article h4,
  .articlesection article h5,
  .articlesection article h6 {
    margin-bottom: 10px;
  }
}
.errorsection {
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 500px;
}
.errorsection .errimg {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 736px;
  width: 100%;
}

.errorinfo {
  text-align: center;
}
.errorinfo p {
  font-size: 28px;
  line-height: 160%;
  color: #000;
  font-weight: 400;
  margin-bottom: 16px;
  color: var(--primary);
}
.errorinfo .title {
  color: var(--accent);
  line-height: 130%;
  font-size: 160px;
  font-weight: 600;
}
.errorinfo a {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--accent);
  border-radius: 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: "Libre Franklin", sans-serif;
  max-width: 329px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1199.8px) {
  .errorsection .errimg {
    width: 50%;
  }
}
@media (max-width: 991.8px) {
  .errorsection .errimg {
    display: none;
  }
}
@media (max-width: 575.8px) {
  .errorinfo p {
    font-size: 21px;
  }
  .errorinfo .title {
    font-size: 120px;
  }
}
header.header,
.pagesideline.pagesideline__right,
.pagesideline.pagesideline__left,
.scrollnext {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #EEEEEE;
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
}
header.header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
}
header.header nav ul li {
  margin: 0 20px;
}
header.header nav ul li a {
  text-transform: uppercase;
  color: var(--primary);
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
header.header nav ul li a::after {
  content: "";
  display: block;
  height: 1px;
  width: 0;
  background: var(--accent);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header.header nav ul li a:hover {
  color: var(--accent);
}
header.header nav ul li a:hover::after {
  width: 100%;
}

.burger,
.header__logo,
.header__mobelems,
.header__bottombox {
  display: none;
}

.header__mobelems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1439.8px) {
  header.header {
    height: 75px;
  }
  header.header nav ul li a {
    font-size: 15px;
  }
}
@media (max-width: 991.8px) {
  header.header {
    background: #fff;
  }
  header.header .headerwrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    position: fixed;
    left: 0;
    top: 75px;
    width: 100%;
    height: calc(100vh - 75px);
    background: #f7f7f8;
    padding: 40px 0;
  }
  header.header .headerwrapper.show {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  header.header .headerwrapper li {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  button.burger {
    display: block;
    position: relative;
    width: 27px;
    height: 18px;
    border: none;
    background: transparent;
    z-index: 15;
    cursor: pointer;
    padding: 0;
    margin: 0;
  }
  button.burger:focus {
    outline: none;
  }
  button.burger:after, button.burger:before,
  button.burger span {
    width: 100%;
    height: 2px;
    border-radius: 100px;
    position: absolute;
    display: block;
    background: #000;
    right: 0;
  }
  button.burger:after, button.burger:before {
    content: "";
    -webkit-transition: 0.3s width 0.4s;
    transition: 0.3s width 0.4s;
  }
  button.burger:after {
    top: 0px;
    left: 0px;
    margin-top: 0px;
  }
  button.burger:before {
    bottom: 0px;
    right: 0px;
    margin-bottom: 0px;
  }
  button.burger span {
    top: 50%;
    margin-top: -1px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  button.burger span:before {
    content: "";
    background: #000;
    width: 100%;
    height: 2px;
    border-radius: 100px;
    position: absolute;
    left: 0px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  button.burger.on:after {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    width: 0%;
    left: 0px;
    background: #000;
  }
  button.burger.on:before {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    width: 0%;
    right: 0px;
    background: #000;
  }
  button.burger.on span {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.3s -webkit-transform 0.4s;
    transition: 0.3s -webkit-transform 0.4s;
    transition: 0.3s transform 0.4s;
    transition: 0.3s transform 0.4s, 0.3s -webkit-transform 0.4s;
    background: #000;
  }
  button.burger.on span:before {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: 0.3s -webkit-transform 0.4s;
    transition: 0.3s -webkit-transform 0.4s;
    transition: 0.3s transform 0.4s;
    transition: 0.3s transform 0.4s, 0.3s -webkit-transform 0.4s;
    background: #000;
  }
  .header__logo {
    display: inline-block;
  }
  .header__logo.v1 img {
    width: 60px;
    vertical-align: top;
  }
  .header__logo.v2 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .header__logo.v2 img {
    width: 60px;
    vertical-align: top;
  }
  .header__mobelems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 75px;
  }
  header.header nav ul {
    display: block;
  }
  header.header nav ul li {
    margin-bottom: 15px;
  }
  header.header nav ul li a {
    font-size: 18px;
  }
  .header__bottombox {
    display: block;
    text-align: center;
  }
  .header__bottombox .languagelist {
    margin-bottom: 20px;
  }
  .header__bottombox .languagelist li {
    display: inline-block;
    vertical-align: middle;
  }
  .header__bottombox .languagelist li a {
    border-bottom: none;
    border-right: 1px solid #3D3743;
    font-size: 16px;
    padding: 0px 15px;
  }
  .header__bottombox .languagelist li:last-child a {
    border-right: none;
  }
  .header__bottombox .leftsoclist li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
  }
  .header__bottombox .leftsoclist li a img {
    width: 30px;
  }
}
@media (max-width: 575.8px) {
  .header__logo {
    display: inline-block;
  }
  .header__logo.v1 img {
    width: 40px;
    vertical-align: top;
  }
  .header__logo.v2 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .header__logo.v2 img {
    width: 60px;
    vertical-align: top;
  }
}
.footer {
  padding: 56px 48px 58px;
  background: var(--secondary);
  border-radius: 10px 10px 0 0;
  z-index: 14;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer__left {
  width: 100%;
  max-width: 130px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
}
.footer .footer__left .footer__logo {
  display: inline-block;
  margin-bottom: 16px;
}
.footer .footer__left .footer__logo img {
  max-width: 128px;
  width: 100%;
  vertical-align: top;
}
.footer .footer__left ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 128px;
}
.footer .footer__left ul li a {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
}
.footer .footer__left ul li a img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .footer__left ul li a img:nth-child(1) {
  opacity: 1;
}
.footer .footer__left ul li a img:nth-child(2) {
  opacity: 0;
}
.footer .footer__left ul li a:hover img:nth-child(1) {
  opacity: 0;
}
.footer .footer__left ul li a:hover img:nth-child(2) {
  opacity: 1;
}
.footer .footer__center {
  width: 100%;
  max-width: 440px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 440px;
          flex: 0 0 440px;
}
.footer .footer__center .footermenu {
  list-style-type: none;
}
.footer .footer__center .footermenu li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 32px;
  margin-right: 32px;
}
.footer .footer__center .footermenu li a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  position: relative;
}
.footer .footer__center .footermenu li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer .footer__center .footermenu li a:hover::after {
  width: 100%;
}
.footer .footer__center .footermenu li:nth-child(1), .footer .footer__center .footermenu li:nth-child(4) {
  width: 83px;
}
.footer .footer__center .footermenu li:nth-child(2), .footer .footer__center .footermenu li:nth-child(5) {
  width: 100px;
}
.footer .footer__center .footermenu li:nth-child(3), .footer .footer__center .footermenu li:nth-child(6) {
  width: 168px;
  margin-right: 0;
}
.footer .footer__center .footermenu li:nth-child(4), .footer .footer__center .footermenu li:nth-child(5), .footer .footer__center .footermenu li:nth-child(6) {
  margin-bottom: 0;
}
.footer .footer__right {
  width: 100%;
  max-width: 470px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 470px;
          flex: 0 0 470px;
}
.footer .footer__right .title {
  margin-bottom: 16px;
  color: #fff;
  font-size: 32px;
  font-weight: 800;
}
.footer .footer__right .footform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer .footer__right .footform .footform__mail-wrap {
  max-width: calc(100% - 134px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 134px);
          flex: 0 0 calc(100% - 134px);
}
.footer .footer__right .footform .footform__mail {
  height: 50px;
  width: 100%;
  border-radius: 16px;
  background: #48484A;
  padding-left: 12px;
  border: none;
  font-size: 16px;
  font-family: "Libre Franklin", sans-serif;
  color: #fff;
}
.footer .footer__right .footform .footform__mail::-webkit-input-placeholder {
  color: var(--gray);
}
.footer .footer__right .footform .footform__mail::-moz-placeholder {
  color: var(--gray);
}
.footer .footer__right .footform .footform__mail:-ms-input-placeholder {
  color: var(--gray);
}
.footer .footer__right .footform .footform__mail::-ms-input-placeholder {
  color: var(--gray);
}
.footer .footer__right .footform .footform__mail::placeholder {
  color: var(--gray);
}
.footer .footer__right .footform .footform__submit {
  font-family: "Libre Franklin", sans-serif;
  height: 50px;
  width: 100%;
  max-width: 124px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 124px;
          flex: 0 0 124px;
  background: var(--accent);
  border-radius: 16px;
  color: #fff;
  border: none;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.footer .footer__right .footform .footform__submit:hover {
  background: #fff;
  color: var(--accent);
}

.footer .footer__center {
  max-width: 700px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 700px;
          flex: 0 0 700px;
}
.footer .footer__center .footermenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .footer__center .footermenu li {
  min-width: inherit;
  margin-right: 0;
  width: 100%;
  max-width: 33.333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
}

@media (max-width: 1520.8px) {
  .footer .footer__center {
    max-width: 550px;
  }
}
@media (max-width: 1439.8px) {
  .footer .footer__center .footermenu li a {
    font-size: 14px;
  }
  .footer .footer__right .title {
    font-size: 24px;
  }
  .formdark .submbtn,
  .footer .footer__right .footform .footform__mail {
    border-radius: 8px;
  }
  .footer .footer__right {
    max-width: 400px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
  }
  .footer .footer__center .footermenu li {
    margin-bottom: 30px;
    margin-right: 20px;
  }
  .footer .footer__right .footform .footform__submit {
    border-radius: 8px;
  }
  .footer .footer__center .footermenu li {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-right: 0;
    padding-right: 20px;
  }
}
@media (max-width: 1199.8px) {
  .footer .footer__right {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .footer .footer__right {
    margin-top: 10px;
  }
  .footer .footer__right .title {
    font-size: 30px;
  }
  .footer .footer__center .footermenu li a {
    font-size: 15px;
  }
  .footer .footer__center {
    max-width: calc(100% - 130px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 130px);
            flex: 0 0 calc(100% - 130px);
    text-align: right;
  }
  .footer .footer__center .footermenu {
    max-width: 400px;
    display: inline-block;
  }
  .footer .footer__center li {
    text-align: left;
  }
  .footer {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer .footer__right {
    margin-top: 30px;
  }
  .footer .footer__center {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .footer__center .footermenu {
    max-width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .footer__center .footermenu li {
    width: 100% !important;
    max-width: 33.333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    margin-right: 0;
    padding-right: 20px;
  }
}
@media (max-width: 991.8px) {
  .footer .footer__center .footermenu li {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .footer .footer__center .footermenu {
    max-width: 100%;
    padding-left: 50px;
  }
}
@media (max-width: 767.8px) {
  .footer {
    padding: 40px 25px 25px 25px;
  }
  .footer .footer__left {
    margin-bottom: 30px;
  }
  .footer .footer__center {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: left;
  }
  .footer .footer__center .footermenu li {
    margin-bottom: 20px;
  }
  .footer .footer__right .title {
    font-size: 24px;
  }
  .footer .footer__center .footermenu li {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .footer .footer__center .footermenu {
    max-width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 575.8px) {
  .footer {
    padding: 30px 12px 25px 12px;
  }
  .footer .footer__center .footermenu {
    margin-bottom: 20px;
  }
  .footer .footer__center .footermenu li {
    margin-right: 0;
    display: block;
    margin-bottom: 10px !important;
  }
  .footer .footer__center .footermenu li a {
    font-size: 14px;
  }
  .footer .footer__right .title {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .footer .footer__right .footform .footform__mail,
  .footer .footer__right .footform .footform__submit {
    height: 42px;
  }
  .footer .footer__right {
    margin-top: 15px;
  }
  .footer .footer__center .footermenu li {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0;
  }
}