html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
form .form-group {
  margin-bottom: 10px;
}
form .form-group .error {
  display: none;
}
form .row {
  display: flex;
  gap: 13px;
  align-items: center;
}
form .row.btm {
  margin-top: 11px;
}
form .row label {
  margin-bottom: 5px;
}
form .col {
  margin-bottom: 9px;
  width: 50%;
  line-height: 100%;
}
form .col-w {
  flex: 1 1 auto;
}
form .col .btn {
  width: 100%;
}
.form-group.policy {
  color: #535349;
  line-height: 17px;
  text-align: left;
  position: relative;
  padding-left: 26px;
}
.form-group.policy input {
  position: absolute;
  top: 0;
  left: 0;
}
.form-group.policy input,
.form-group.policy label {
  display: inline-block;
  vertical-align: top;
  font-size: 12px !important;
}
.form-group.policy a {
  color: #535349;
  font-size: 12px;
  text-decoration: none;
}
.form-group.policy a:hover {
  text-decoration: underline;
}
label {
  font-size: 14px;
  display: block;
}
label .error label,
label .error a {
  color: #d46265 !important;
}
.agree {
  font-weight: 400;
  font-size: 14px;
  line-height: 152%;
  color: #8a8b8d;
  overflow: hidden;
}
.agree a {
  display: inline-block;
  float: left;
  line-height: 15px;
  height: 13px;
  font-size: 13px;
  color: #808080;
  text-decoration: none;
}
.agree .checkbox {
  display: inline-block;
  float: left;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.agree .checkbox input {
  opacity: 0;
  position: absolute;
  width: 15px;
  height: 15px;
  z-index: 5;
}
.agree .checkbox label {
  position: relative;
  display: block;
  background: url("../images/checkbox.png") 0 0px no-repeat;
  width: 13px;
  height: 13px;
  margin: 0px !important;
}
.agree .checkbox input:checked + label {
  background: url("../images/checkbox.png") 0 -15px no-repeat;
}
.radiobox {
  display: inline-block;
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 9px;
  position: relative;
  margin-top: 5px;
}
.radiobox input {
  opacity: 0;
  position: absolute;
  width: 16px;
  height: 16px;
  z-index: 5;
}
.radiobox label {
  position: relative;
  display: block;
  background: url("../images/radiobox.png") 0 0 no-repeat;
  width: 16px;
  height: 16px;
}
.radiobox input:checked + label {
  background: url("../images/radiobox.png") 0 -16px no-repeat;
}
.input-box {
  box-sizing: border-box;
  margin: 0px;
  height: 48px;
  line-height: 48px;
  font-size: 15px;
  color: #231f20;
  width: 100%;
  background: #f5f5f5;
  border: 1px solid rgba(138,139,141,0.21);
  border-radius: 10px;
  padding: 0 10px;
}
.input-box::-webkit-input-placeholder {
  color: #313131;
}
.input-box::-moz-placeholder {
  color: #313131;
}
.input-box:-ms-input-placeholder {
  color: #313131;
}
.input-box:-moz-placeholder {
  color: #313131;
}
textarea.input-box {
  width: 100%;
  height: 116px;
  padding: 10px;
  line-height: 130%;
}
.input-control {
  width: 100%;
  color: #232323;
  height: 39px;
  line-height: 39px;
  font-size: 14px;
  padding: 0 33px;
  outline: none;
  border: solid 1px #282934;
}
.input-control::-webkit-input-placeholder {
  color: #aaa;
}
.input-control::-moz-placeholder {
  color: #aaa;
}
.input-control:-ms-input-placeholder {
  color: #aaa;
}
.input-control:-moz-placeholder {
  color: #aaa;
}
.submit {
  margin-top: 20px;
  margin-bottom: 30px;
}
#q {
  display: none;
}
.error .input-control {
  border-color: #d46265;
}
.error .error {
  display: block !important;
  color: #d46265;
  font-weight: 400;
  text-align: center;
  margin-top: 5px;
  font-size: 13px;
}
.error label {
  color: #d46265 !important;
}
.form__popup {
  position: fixed;
  top: 0%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -100%);
  background: #fff;
  padding: 50px;
  border-radius: 30px;
  max-width: 712px;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.form__popup.active {
  top: 50%;
  transform: translate(-50%, -50%);
}
.form__popup .vs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form__popup .row {
  margin: 0;
}
.form__popup__title {
  text-align: center;
}
.form__popup__title h3 {
  font-size: 25px;
  line-height: 130%;
  text-align: center;
  color: #231f20;
  margin-bottom: 30px;
}
.module.ring_form,
.module.one_click_form {
  width: 400px;
  padding: 43px 50px;
  position: fixed;
  top: -1000px;
  z-index: 10001;
  left: 50%;
  margin-left: -250px;
  background: #fff;
  font-size: 25px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 100000;
}
.module.ring_form.active,
.module.one_click_form.active {
  top: 70px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.module.ring_form .agree,
.module.one_click_form .agree {
  margin-bottom: 10px;
  padding: 0px;
}
.module.ring_form .title,
.module.one_click_form .title {
  margin-bottom: 20px;
}
.module.ring_form .title h3,
.module.one_click_form .title h3 {
  font-size: 32px;
}
.module.ring_form .row,
.module.one_click_form .row {
  margin-bottom: 10px;
}
.module.ring_form .row label,
.module.one_click_form .row label {
  margin-left: 20px;
  margin-bottom: 5px;
}
.module.ring_form h3,
.module.one_click_form h3 {
  color: #000;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  padding-bottom: 5px;
}
.module.ring_form a,
.module.one_click_form a {
  color: #000;
}
.module.ring_form .close,
.module.one_click_form .close {
  background: url("../images/close.png") center no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  form .row {
    flex-wrap: wrap;
  }
  form .col {
    width: 100%;
  }
  .form__popup {
    position: fixed;
    top: 0%;
    left: 0px;
    right: 0px;
    z-index: 9999;
    transform: translate(0, -100%);
    padding: 20px;
    border-radius: 10px;
  }
  .form__popup.active {
    top: 50%;
    transform: translate(0, -50%);
    left: 10px;
    right: 10px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin: 0;
  color: #231f20;
}
a {
  color: #e7482b;
  text-decoration: none;
}
a:hover {
  color: #e7482b;
}
button:focus {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
ul,
ol,
p {
  margin: 0;
  padding: 0;
}
tr td {
  vertical-align: top;
}
.ui-effects-transfer {
  background: #27b314;
  opacity: 0.5;
  border-radius: 20px;
}
.show-more {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 17px 0;
  background: #e7482b;
  border: 1px solid #e7482b;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.show-more:hover {
  color: #e7482b;
  background: #fff;
}
.rdblock {
  background: #fff;
  font-size: 18px;
  line-height: 171%;
  color: #8a8b8d;
  padding: 30px;
  border-radius: 30px;
  box-sizing: border-box;
}
.rdblock h1,
.rdblock h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 130%;
  color: #231f20;
  margin-bottom: 10px;
}
.owl-theme .owl-nav div {
  position: absolute;
  background: url("../images/arrow-gal.svg") no-repeat !important;
  width: 34px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
}
.owl-theme .owl-nav div.disabled {
  opacity: 0.6;
}
.owl-theme .owl-nav .owl-prev {
  left: -15px;
  transform: rotate(180deg);
}
.owl-theme .owl-nav .owl-next {
  right: -15px;
}
@media only screen and (max-width: 1024px) {
  .rdblock {
    padding: 20px;
    border-radius: 10px;
  }
  .rdblock h1,
  .rdblock h2 {
    font-size: 24px;
  }
}
body.noscroll {
  overflow: hidden;
}
.js-link {
  cursor: pointer;
}
.js-link:hover {
  border: none;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background: #000;
  opacity: 0.8;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nofooter footer {
  display: none;
}
.btn {
  box-sizing: border-box;
  padding: 16px 25px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #e7482b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
}
.btn-r {
  background: #e7482b;
}
.btn-r:hover {
  color: #e7482b;
  background: #fff;
}
.btn-w {
  background: #fff;
  color: #e7482b;
}
.btn-w:hover {
  background: #e7482b;
  color: #fff;
}
.jcemediabox-popup-closelink {
  font-size: 15px !important;
  text-transform: lowercase !important;
}
@media only screen and (max-width: 1024px) {
  .btn {
    font-size: 13px;
    padding: 16px 23px;
  }
}
.main-title {
  margin-bottom: 30px;
}
.main-title h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 110%;
  color: #231f20;
}
.items.fulltext .item {
  margin-bottom: 40px;
}
.items.fulltext .item p {
  margin-bottom: 5px;
}
.fulltext,
.page__article {
  line-height: 24px;
  font-size: 14px;
  color: #231f20;
}
.fulltext .item,
.page__article .item {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}
.fulltext h2,
.page__article h2 {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 30px;
  color: #231f20;
}
.fulltext h3,
.page__article h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 27px;
  color: #231f20;
  font-weight: 700;
}
.fulltext h4,
.page__article h4 {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 27px;
  color: #231f20;
  font-weight: 600;
}
.fulltext p,
.page__article p {
  margin-bottom: 23px;
}
.fulltext p + ul,
.page__article p + ul,
.fulltext p + ol,
.page__article p + ol {
  margin-top: -10px;
}
.fulltext p + h2,
.page__article p + h2 {
  margin-top: 50px;
}
.fulltext p:first-child + .intro,
.page__article p:first-child + .intro {
  margin-top: 15px;
}
.fulltext ul,
.page__article ul {
  margin-bottom: 27px;
}
.fulltext ul li,
.page__article ul li {
  list-style: none;
  margin-bottom: 10px;
  display: flex;
  gap: 15px;
}
.fulltext ul li:before,
.page__article ul li:before {
  margin-top: 10px;
  display: block;
  border-radius: 100%;
  content: '';
  min-width: 5px;
  max-height: 5px;
  height: 5px;
  background: #e7482b;
}
.fulltext ul li:last-child,
.page__article ul li:last-child {
  margin-bottom: 0;
}
.fulltext ol,
.page__article ol {
  margin-left: 19px;
  margin-bottom: 27px;
}
.fulltext ol li,
.page__article ol li {
  margin-bottom: 10px;
  color: #ec6500;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  padding-left: 8px;
}
.fulltext ol li span,
.page__article ol li span {
  font-weight: 400;
  font-size: 14px;
  color: #565656;
}
.fulltext ol li:last-child,
.page__article ol li:last-child {
  margin-bottom: 0;
}
.fulltext .intro,
.page__article .intro,
.fulltext .article__intro,
.page__article .article__intro {
  font-size: 18px;
  line-height: 28px;
  color: #000;
}
.fulltext .image,
.page__article .image {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  line-height: 0;
  font-size: 0;
}
.fulltext .image-description,
.page__article .image-description {
  color: #808080;
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
  display: block;
}
.fulltext table,
.page__article table {
  border-collapse: collapse;
  margin-bottom: 50px;
}
.fulltext thead,
.page__article thead {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
.fulltext thead td,
.page__article thead td {
  border-bottom: solid 1px #d9d9d9;
  vertical-align: middle;
  padding-bottom: 8px;
}
.fulltext tbody td,
.page__article tbody td {
  border-bottom: solid 1px #d9d9d9;
  line-height: 20px;
  font-size: 15px;
  padding: 9px 45px 9px 0;
  vertical-align: middle;
  color: #000;
}
.fulltext tbody td:first-child,
.page__article tbody td:first-child {
  padding-left: 0;
}
.fulltext tbody td:last-child,
.page__article tbody td:last-child {
  padding-right: 0;
}
.table {
  max-width: 600px;
  margin-bottom: 24px;
}
.table th {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  text-align: left;
  border-bottom: solid 1px #000;
  padding: 5px 15px 10px 0px;
}
.table td {
  border-bottom: solid 1px #e5e5e5;
  font-size: 14px;
  color: #666;
  padding: 12px 15px 12px 0px;
  line-height: 20px;
}
.fulltext.sertifikaty ul li,
.fulltext.otzyvy ul li {
  padding-left: 0px;
  display: inline-block;
  box-sizing: border-box;
}
#searchForm {
  padding-bottom: 25px;
}
#searchForm .input-box {
  max-width: 300px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-shadow: inset 1px 2px 0 1px #eebcc4;
  box-shadow: inset 1px 2px 0 1px #eebcc4;
}
#searchForm .btn {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
#searchForm .result {
  padding-top: 10px;
}
.search-block fieldset {
  border: none;
  margin-bottom: 20px;
  padding: 0px;
}
@media only screen and (max-width: 1024px) {
  .main-title {
    margin-bottom: 14px;
  }
  .main-title h1 {
    font-size: 24px;
    line-height: 130%;
  }
}
.contact h3 {
  font-weight: 600;
  font-size: 25px;
  line-height: 130%;
  color: #231f20;
  margin-bottom: 23px;
}
.contact__top {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.contact__top-bl1 {
  width: 50%;
}
.contact__top-bl1 .bl {
  margin-bottom: 23px;
}
.contact__top-bl1 .bl .name {
  font-weight: 400;
  font-size: 18px;
  line-height: 171%;
  color: #8a8b8d;
}
.contact__top-bl1 .bl .val {
  font-weight: 600;
  font-size: 25px;
  line-height: 130%;
  color: #231f20;
}
.contact__top-bl1 .bl .val a {
  color: #231f20;
}
.contact__top-bl2 {
  width: 50%;
}
.contact__map {
  height: 552px;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 30px;
}
.contact__bottom {
  font-weight: 700;
  font-size: 18px;
  line-height: 171%;
  color: #8a8b8d;
}
.contact__bottom span {
  font-weight: 400;
}
.contact__bottom .row {
  margin-bottom: 8px;
}
.contact__bottom .col {
  display: inline-block;
  margin-right: 40px;
}
@media only screen and (max-width: 1024px) {
  .contact h3 {
    font-size: 22px;
    margin-bottom: 23px;
  }
  .contact__top {
    flex-direction: column;
  }
  .contact__top-bl2,
  .contact__top-bl1 {
    width: 100%;
  }
  .contact__top-bl1 .bl .name {
    font-size: 16px;
  }
  .contact__top-bl1 .bl .val {
    font-size: 18px;
  }
}
.lands .item {
  border: none;
}
.lands__top {
  background: #222;
  font-size: 18px;
  line-height: 140%;
  color: #fff;
}
.lands__top-bls {
  display: flex;
  gap: 40px;
  padding-top: 64px;
  padding-bottom: 80px;
}
.lands__top-img img {
  border-radius: 13px;
}
.lands__top-text {
  max-width: 498px;
}
.lands__top-text p:nth-child(2):after {
  content: '';
  margin-top: 35px;
  margin-bottom: 36px;
  display: block;
  width: 290px;
  height: 5px;
  background: #e7482b;
}
.lands__top .page-header {
  margin-bottom: 31px;
}
.lands__top .page-header h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
  color: #fff;
}
.lands__blok1 {
  padding: 54px 0;
  text-align: center;
}
.lands__blok1 h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
  color: #222;
  margin-bottom: 26px;
}
.lands__blok1 h3 span {
  color: #e7482b;
}
.lands__blok2,
.lands__blok3,
.lands__blok5 {
  margin-bottom: 48px;
}
.lands__blok2-name,
.lands__blok3-name,
.lands__blok5-name {
  font-weight: 600;
  font-size: 30px;
  line-height: 130%;
  color: #231f20;
  margin-bottom: 13px;
  max-width: 595px;
}
.lands__blok2 {
  margin-bottom: 48px;
}
.lands__blok2-name {
  font-weight: 600;
  font-size: 30px;
  line-height: 130%;
  color: #231f20;
  margin-bottom: 13px;
}
.lands__blok2 .item0 {
  display: none;
}
.lands__blok2 .items {
  display: flex;
  gap: 10px;
}
.lands__blok2 .item {
  box-sizing: border-box;
  border-radius: 30px;
  width: 210px;
  height: 145px;
  background: #fff;
  text-align: center;
  padding: 0 30px;
  padding-top: 29px;
  padding-bottom: 19px;
  font-size: 18px;
}
.lands__blok2 .item .img {
  margin-bottom: 17px;
}
.lands__blok3 .item {
  border-radius: 30px;
  height: 209px;
  padding-left: 86px;
  box-shadow: 0 1px 6px 0 rgba(0,0,0,0.15);
  background: #e2e2e2;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}
.lands__blok3 .item ul {
  margin: 0;
}
.lands__blok3 .item .name {
  font-weight: 600;
  font-size: 26px;
  line-height: 130%;
  color: #e7482b;
  width: 350px;
}
.lands__blok3 .item2,
.lands__blok3 .item3,
.lands__blok3 .item4 {
  border-radius: 0 0 30px 30px;
  margin-top: -30px;
}
.lands__blok3 .item2 .text,
.lands__blok3 .item3 .text,
.lands__blok3 .item4 .text,
.lands__blok3 .item2 .name,
.lands__blok3 .item3 .name,
.lands__blok3 .item4 .name {
  margin-top: 30px;
}
.lands__blok3 .item2 {
  background: #d9d9d9;
  z-index: 9;
}
.lands__blok3 .item3 {
  background: #cfcfcf;
  z-index: 8;
}
.lands__blok3 .item4 {
  background: #c6c6c6;
  z-index: 7;
}
.lands__blok4 {
  margin-bottom: 58px;
}
.lands__blok4 .items {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.lands__blok4 .item1 {
  width: 50%;
  height: 365px;
  background: url("/images/stories/com/bl1.jpg");
}
.lands__blok4 .item2 {
  width: 50%;
  height: 365px;
  background: url("/images/stories/com/bl2.jpg");
}
.lands__blok4 .item3 {
  height: 320px;
  background: url("/images/stories/com/bl3.jpg");
}
.lands__blok4 .item {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 20px;
  overflow: hidden;
  background-size: cover;
  box-sizing: border-box;
}
.lands__blok4 .item h4 {
  font-weight: 600;
  font-size: 30px;
  line-height: 130%;
  color: #fff;
  margin-bottom: 7px;
}
.lands__blok4 .item span {
  font-weight: 400;
  font-size: 18px;
  line-height: 135%;
  color: rgba(255,255,255,0.7);
}
.lands__blok5 {
  margin-bottom: 50px;
}
.lands__blok5-container {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.lands__blok5-text {
  max-width: 581px;
}
.lands__blok5-text .img {
  margin-bottom: 28px;
}
.lands__blok5-text .img img {
  display: block;
}
.lands__blok5-text .bls {
  display: flex;
  align-items: center;
  gap: 33px;
}
.lands__blok5-text .bls .bl1 {
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  text-align: right;
  color: #231f20;
  padding: 17px 33px;
  background: #fff;
  border-radius: 20px;
}
.lands__blok5-slider .owl-stage {
  display: flex;
}
.lands__blok5-slider .owl-stage .owl-item {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}
.lands__blok5-slider-container {
  max-width: 500px;
}
.lands__blok5-slider .item img {
  border-radius: 20px;
  width: auto;
}
.lands__blok5-slider .item .title {
  padding: 25px 30px;
  background: #fff;
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  color: #231f20;
  min-height: 107px;
  box-sizing: border-box;
}
.lands__blok5-slider .item .title span {
  max-width: 250px;
  display: block;
}
.lands__blok5-slider.owl-theme .owl-nav {
  background: #fff;
}
.lands__blok5-slider.owl-theme .owl-nav div {
  top: auto;
  margin: 0;
  bottom: 26px;
  width: 56px;
  height: 56px;
  background-size: cover !important;
}
.lands__blok5-slider.owl-theme .owl-nav .owl-next {
  right: 30px;
}
.lands__blok5-slider.owl-theme .owl-nav .owl-prev {
  left: auto;
  right: 96px;
}
.lands__blok6-content {
  max-width: 990px;
  margin: 0 auto;
  display: flex;
  gap: 17px;
}
.lands__blok6-content .rating {
  min-width: 234px;
  height: 274px;
  border-radius: 24px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.lands__blok6-content .rating img {
  position: relative;
  z-index: 1;
}
.lands__blok6-content .rating:before {
  content: url("../images/bgcw.svg");
  position: absolute;
  top: 50%;
  transform: translate(-40px, -50%);
  z-index: 0;
}
.lands__blok6-content .bl {
  border-radius: 24px;
  background: #fff;
  position: relative;
}
.lands__blok6-content .bl:before {
  content: url("../images/bgcw.svg");
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(180deg);
  z-index: 0;
  right: -54px;
}
.lands__blok6-content .bl .container {
  position: relative;
  z-index: 1;
  padding: 34px 38px;
  box-sizing: border-box;
}
.lands__blok6-content .bl h3 {
  font-size: 30px;
  line-height: 130%;
  color: #231f20;
  margin-bottom: 9px;
}
.lands__blok6-content .bl .text {
  font-size: 18px;
  line-height: 171%;
  color: #8a8b8d;
  margin-bottom: 24px;
}
.lands__blok6-content .bl .btns {
  display: flex;
  gap: 18px;
}
.lands__blok6-content .bl .btn {
  max-height: 58px;
  display: inline-flex;
  align-items: center;
}
.lands__blok6-content .bl .btn:hover span {
  color: #e7482b;
}
.lands__blok6-content .bl .btn span {
  font-weight: 700;
  font-size: 25px;
  color: #fff;
  margin-right: 6px;
}
@media only screen and (max-width: 1024px) {
  .lands__blok2,
  .lands__blok3,
  .lands__blok5 {
    margin-bottom: 20px;
  }
  .lands__blok2-name,
  .lands__blok3-name,
  .lands__blok5-name {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .lands__top {
    background-color: #f5f5f5;
    color: #231f20;
  }
  .lands__top-text {
    padding: 0 20px;
    color: #8a8b8d;
  }
  .lands__top-text p:nth-child(2):after {
    width: 100%;
  }
  .lands__top-bls {
    flex-wrap: wrap;
    padding-top: 0px;
    padding-bottom: 37px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
    background: #fff;
  }
  .lands__top .page-header {
    margin-bottom: 31px;
  }
  .lands__top .page-header h1 {
    font-size: 24px;
    line-height: 130%;
    color: #231f20;
  }
  .lands__blok1 {
    padding: 0;
    margin-bottom: 40px;
  }
  .lands__blok1 h3 {
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 7px;
  }
  .lands__blok2 h3 {
    font-size: 24px;
  }
  .lands__blok2-name {
    font-size: 24px;
    line-height: 130%;
    display: none;
  }
  .lands__blok2 .items {
    flex-wrap: wrap;
  }
  .lands__blok2 .items .item {
    width: calc(50% - 5px);
    border-radius: 10px;
    padding: 0 15px;
    padding-top: 29px;
    padding-bottom: 19px;
  }
  .lands__blok2 .items .item .text {
    font-size: 16px;
  }
  .lands__blok2 .items .item0 {
    display: block;
    padding: 0;
    padding-top: 29px;
    padding-bottom: 19px;
    background: none;
  }
  .lands__blok3 .item {
    border-radius: 10px;
    padding: 30px 25px;
    flex-wrap: wrap;
    height: auto;
  }
  .lands__blok3 .item .text {
    margin-top: 20px;
  }
  .lands__blok3 .item .name {
    font-size: 24px;
  }
  .lands__blok4 .items {
    flex-wrap: wrap;
  }
  .lands__blok4 .item1,
  .lands__blok4 .item2 {
    width: 100%;
  }
  .lands__blok4 .item {
    background-size: cover;
    background-position: center;
    border-radius: 10px;
  }
  .lands__blok4 .item h4 {
    font-size: 24px;
    line-height: 130%;
  }
  .lands__blok5-container {
    flex-direction: column;
    gap: 20;
  }
  .lands__blok5-container .img {
    margin: 0;
  }
  .lands__blok5-container .bls .bl1 {
    font-size: 18px;
    margin: 0 auto;
    margin-top: -25px;
  }
  .lands__blok5-container .bls .bl2 {
    display: none;
  }
  .lands__blok5-slider.owl-theme .owl-nav div {
    width: 40px;
    height: 40px;
  }
  .lands__blok5-slider.owl-theme .owl-nav .owl-next {
    right: 20px;
  }
  .lands__blok5-slider.owl-theme .owl-nav .owl-prev {
    right: 70px;
  }
  .lands__blok5-slider .item {
    border-radius: 10px;
  }
  .lands__blok5-slider .item img {
    border-radius: 10px;
  }
  .lands__blok5-slider .item .title span {
    max-width: 120px;
    font-size: 15px;
    line-height: 134%;
  }
  .lands__blok6 {
    overflow: hidden;
  }
  .lands__blok6-content {
    flex-direction: column;
    align-items: center;
  }
  .lands__blok6-content .rating {
    max-width: 234px;
  }
  .lands__blok6-content .rating:after {
    content: url("../images/bgcw.svg");
    position: absolute;
    top: 50%;
    transform: translate(0, -50%) rotate(180deg);
    z-index: 0;
    right: -66px;
  }
  .lands__blok6-content .bl {
    border-radius: 10px;
  }
  .lands__blok6-content .bl .container {
    padding: 36px 20px;
    text-align: center;
  }
  .lands__blok6-content .bl .btns {
    flex-direction: column;
  }
  .lands__blok6-content .bl .btn {
    justify-content: center;
  }
  .lands__blok6-content .bl h3 {
    font-size: 24px;
  }
}
.footer {
  background: #222;
  padding-top: 25px;
  color: rgba(255,255,255,0.6);
}
.footer-top {
  display: flex;
  gap: 39px;
  align-items: center;
  margin-bottom: 41px;
  font-weight: 400;
  font-size: 12px;
  line-height: 167%;
}
.footer-top span {
  display: block;
}
.footer-bottom__items {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  padding-bottom: 38px;
  border-bottom: 1px solid rgba(255,255,255,0.6);
}
.footer-bottom__item-1 {
  margin-right: 50px;
}
.footer-bottom__item-1 .footer-bottom__menu a {
  color: #fff;
}
.footer-bottom__menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer-bottom__menu a {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: rgba(255,255,255,0.6);
}
.footer-bottom__item-3 {
  max-width: 324px;
  font-size: 10px;
  line-height: 160%;
  color: rgba(255,255,255,0.6);
}
.footer-bottom__item-4 {
  max-width: 194px;
  font-size: 12px;
  line-height: 133%;
  color: rgba(255,255,255,0.6);
}
.footer-bottom__item-4 a {
  display: block;
  font-size: 12px;
  line-height: 133%;
  color: rgba(255,255,255,0.6);
  margin-bottom: 15px;
}
.footer-bl {
  padding-top: 18px;
  padding-bottom: 39px;
  font-size: 10px;
  color: rgba(255,255,255,0.6);
}
@media only screen and (max-width: 1024px) {
  .footer-top {
    flex-direction: column;
    gap: 20px;
  }
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom__items {
    justify-content: center;
  }
  .footer-bottom__item-1,
  .footer-bottom__item-2,
  .footer-bottom__item-4 {
    display: none;
  }
  .footer-bl {
    text-align: center;
  }
}
.header * {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header__logo {
  padding-top: 53px;
  padding-bottom: 47px;
}
.header__container {
  display: flex;
  gap: 65px;
  align-items: center;
}
.header__menu .mod-menu {
  list-style: none;
  display: flex;
  gap: 65px;
}
.header__menu .mod-menu .nav-item {
  position: relative;
  padding: 15px 0;
}
.header__menu .mod-menu .nav-item:hover > a,
.header__menu .mod-menu .nav-item.active > a {
  color: #e7482b;
}
.header__menu .mod-menu .nav-item.parent {
  display: flex;
  align-items: center;
  gap: 3px;
}
.header__menu .mod-menu .nav-item.parent:after {
  content: '';
  background: url("../images/arrow_menu.svg") center;
  width: 6px;
  height: 4px;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header__menu .mod-menu .nav-item.parent:hover .mod-menu__sub {
  padding: 15px;
  max-height: 100px;
  opacity: 1;
}
.header__menu .mod-menu .nav-item.parent:hover:after {
  transform: rotate(180deg);
}
.header__menu .mod-menu .nav-item a {
  font-size: 16px;
  line-height: 130%;
  color: #231f20;
  text-decoration: none;
}
.header__menu .mod-menu__separator {
  cursor: pointer;
  font-size: 16px;
  line-height: 130%;
  color: #231f20;
}
.header__menu .mod-menu__sub {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0 15px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.25);
  background: #fff;
  border-radius: 10px;
  position: absolute;
  left: 0px;
  top: 45px;
  min-width: 240px;
  overflow: hidden;
  max-height: 0px;
  opacity: 0;
  z-index: 10;
}
.header__menu .mod-menu__sub .nav-item {
  padding: 0;
}
.header__tel {
  margin-left: auto;
}
.header__tel a {
  font-weight: 600;
  font-size: 15px;
  line-height: 130%;
  text-align: right;
  color: #231f20;
  text-decoration: none;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .home .nav-item.item-101 {
    display: block !important;
  }
  .header.active {
    background: #222;
  }
  .header.active .header__tel a {
    color: #fff;
  }
  .header__menu {
    display: block;
    position: absolute;
    top: 64px;
    left: 0px;
    right: 0px;
    background: #222;
    z-index: 8888;
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__menu.active {
    max-height: 500px;
    opacity: 1;
  }
  .header__menu .mod-menu {
    padding: 20px 10px 47px 10px;
    flex-direction: column;
    gap: 21px;
  }
  .header__menu .mod-menu .nav-item {
    padding: 0;
  }
  .header__menu .mod-menu .nav-item.parent {
    display: block;
  }
  .header__menu .mod-menu .nav-item.parent ul li a {
    font-size: 15px;
  }
  .header__menu .mod-menu .nav-item a {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #fff;
  }
  .header__menu .mod-menu__sub {
    position: relative;
    left: auto;
    top: auto;
    max-height: none;
    min-width: auto;
    opacity: 1;
    background: #222;
    margin-top: 15px;
  }
  .header__logo {
    padding: 0;
  }
  .header__container {
    padding-top: 29px !important;
    padding-bottom: 15px !important;
    gap: 15px;
    align-items: center;
  }
  .header__tel {
    margin-left: auto;
  }
  .header__tel a {
    font-size: 14px;
  }
}
.banner {
  height: 595px;
  background: url("../images/banner.jpg");
  background-size: cover;
  border-radius: 30px;
  margin-bottom: 20px;
}
.banner .module-content {
  max-width: 505px;
  padding-top: 52px;
  padding-left: 64px;
}
.banner__title {
  padding-bottom: 28px;
}
.banner__title h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 130%;
  color: #231f20;
}
.banner__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 171%;
  color: #8a8b8d;
  padding-bottom: 28px;
}
.banner__btns {
  display: flex;
  gap: 14px;
}
@media only screen and (max-width: 1024px) {
  .banner {
    background: none;
    height: auto;
  }
  .banner:before {
    content: '';
    margin-bottom: 10px;
    display: block;
    max-width: 100%;
    height: 195px;
    background: url("../images/banner-m.png") center no-repeat;
    background-size: contain;
  }
  .banner__title {
    padding-bottom: 20px;
  }
  .banner__title h3 {
    font-size: 24px;
  }
  .banner .module-content {
    padding: 30px 20px;
    background: #fff;
    border-radius: 10px;
    max-width: 100%;
  }
  .banner__btns {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.about {
  padding-top: 35px;
  padding-bottom: 18px;
}
.about__title {
  margin-bottom: 27px;
}
.about__title h3 {
  font-weight: 700;
  font-size: 60px;
  line-height: 110%;
  color: #231f20;
}
.about__title h3 span {
  color: #e7482b;
}
.about__items {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.about__item1 {
  max-width: 400px;
  background: url("../images/about1.jpg");
}
.about__item2 {
  max-width: 690px;
  background: url("../images/about2.jpg");
}
.about__item3 {
  background: url("../images/about3.jpg");
  background-position: center;
}
.about__item3 .img {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.about__item3 .link {
  display: block;
  position: absolute;
  inset: 0;
}
.about__item3:before {
  content: url("../images/arrow_about.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about__item {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 30px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  background-size: cover;
}
.about__item-text h4 {
  font-weight: 600;
  font-size: 30px;
  line-height: 130%;
  color: #fff;
  margin-bottom: 7px;
}
.about__item-text span {
  font-weight: 400;
  font-size: 18px;
  line-height: 135%;
  color: rgba(255,255,255,0.7);
}
@media only screen and (max-width: 1024px) {
  .about__title {
    margin-bottom: 20px;
  }
  .about__title h3 {
    font-size: 22px;
    line-height: 130%;
  }
  .about__item {
    padding: 20px;
    border-radius: 10px;
  }
  .about__item-text h4 {
    font-size: 25px;
    line-height: 120%;
  }
  .about__item-text span {
    font-size: 16px;
  }
  .about__item3 .about__item-text {
    max-width: 200px;
  }
  .about__item3 .img {
    right: 10px;
    bottom: 10px;
    width: 100px;
  }
}
.numbers {
  padding-bottom: 118px;
}
.numbers .module-content {
  background: #fff;
  border-radius: 30px;
  padding: 52px 64px;
  display: flex;
  gap: 113px;
}
.numbers__title {
  min-width: 192px;
}
.numbers__title h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 130%;
  color: #231f20;
}
.numbers__items {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 84px;
}
.numbers__item {
  width: 296px;
}
.numbers__num {
  font-weight: 700;
  font-size: 50px;
  line-height: 130%;
  color: #e7482b;
  font-family: "Open Sans", sans-serif;
}
.numbers__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #8a8b8d;
}
@media only screen and (max-width: 1024px) {
  .numbers {
    padding-bottom: 39px;
  }
  .numbers .module-content {
    flex-direction: column;
    gap: 35px;
    padding: 55px 20px;
  }
  .numbers__title h3 {
    font-size: 25px;
  }
  .numbers__num {
    font-size: 30px;
  }
  .numbers__text {
    font-size: 16px;
  }
  .numbers__items {
    row-gap: 20px;
  }
}
.partners {
  padding-bottom: 64px;
}
.partners__title {
  margin-bottom: 30px;
}
.partners__title h3 {
  font-weight: 700;
  font-size: 60px;
  line-height: 110%;
  color: #231f20;
}
.partners__items {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.partners__item {
  border-radius: 30px;
  background: #fff;
  width: 270px;
  padding: 13px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .partners {
    padding-bottom: 50px;
  }
  .partners__title {
    margin-bottom: 30px;
  }
  .partners__title h3 {
    font-size: 24px;
    line-height: 130%;
  }
  .partners__item {
    width: calc(50% - 15px);
    padding: 4px 5px;
    border-radius: 10px;
  }
}
.category-blog .main-title {
  display: flex;
  gap: 20px;
  align-items: center;
}
.category-blog .main-title h3 {
  font-weight: 700;
  font-size: 60px;
  line-height: 110%;
  color: #231f20;
  margin: 0;
}
.category-blog .main-title .cat-link {
  font-size: 18px;
  line-height: 120%;
  color: #e7482b;
}
.category-blog .main-title .cat-link p {
  margin: 0;
}
.category-blog .main-title .cat-link a:after {
  content: url("../images/cat-arrow.svg");
  margin-left: 5px;
}
.category-blog__items {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 171%;
}
.category-blog__item {
  width: 359px;
  background: #fff;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-bottom: 30px;
  text-align: center;
}
.category-blog__item-img {
  height: 250px;
  background-size: cover;
  margin-bottom: 27px;
  background-color: #ccc;
  position: relative;
}
.category-blog__item-img:before {
  display: none;
  content: '';
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.category-blog__item-title {
  color: #8a8b8d;
}
.category-blog__item-link_cat {
  margin-top: 10px;
  font-size: 12px;
}
@media only screen and (max-width: 1024px) {
  .category-blog .main-title {
    margin-bottom: 15px;
  }
  .category-blog .main-title h3 {
    font-size: 24px;
    line-height: 130%;
  }
  .category-blog .main-title .cat-link {
    display: none;
  }
  .category-blog__item {
    border-radius: 10px;
  }
  .category-blog__item-img {
    border-radius: 10px;
  }
  .category-blog__items {
    justify-content: center;
  }
}
.article .back svg {
  margin-right: 5px;
}
.article .back.mbl {
  display: none;
}
.article__header {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  justify-content: space-between;
}
.article__header-bl1 {
  max-width: 430px;
}
.article__header .address {
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 16px;
}
.article__header-bl2 img {
  border-radius: 30px;
  display: block;
}
.article__content .bottom__block {
  display: flex;
  gap: 40px;
}
.article__content .bottom__block1 {
  min-width: 254px;
}
.article__content .bottom__block1 p {
  margin-bottom: 30px;
}
.article__content .bottom__block1 span {
  display: block;
  font-weight: 700;
}
.article__gallery {
  margin-top: 20px;
}
.article__gallery img {
  border-radius: 30px;
}
.article .category-blog {
  margin-top: 90px;
}
@media only screen and (max-width: 1024px) {
  .article__content {
    background: none;
    padding: 0;
  }
  .article .back {
    display: none;
  }
  .article .back.mbl {
    display: block;
    margin-bottom: 21px;
    font-size: 18px;
  }
  .article__header {
    flex-direction: column-reverse;
  }
  .article__header-bl2 img {
    border-radius: 10px;
  }
  .article__gallery img {
    border-radius: 10px;
  }
  .article .bottom__block {
    flex-direction: column;
    gap: 20px;
  }
  .article .bottom__block1,
  .article .bottom__block2 {
    border-radius: 10px;
    padding: 20px;
    background: #fff;
  }
}
.article .back svg {
  margin-right: 5px;
}
.article .back.mbl {
  display: none;
}
.article__header {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  justify-content: space-between;
}
.article__header-bl1 {
  max-width: 430px;
}
.article__header .address {
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 16px;
}
.article__header-bl2 img {
  border-radius: 30px;
  display: block;
}
.article__content .bottom__block {
  display: flex;
  gap: 40px;
}
.article__content .bottom__block1 {
  min-width: 254px;
}
.article__content .bottom__block1 p {
  margin-bottom: 30px;
}
.article__content .bottom__block1 span {
  display: block;
  font-weight: 700;
}
.article__gallery {
  margin-top: 20px;
}
.article__gallery img {
  border-radius: 30px;
}
.article .category-blog {
  margin-top: 90px;
}
@media only screen and (max-width: 1024px) {
  .article__content {
    background: none;
    padding: 0;
  }
  .article .back {
    display: none;
  }
  .article .back.mbl {
    display: block;
    margin-bottom: 21px;
    font-size: 18px;
  }
  .article__header {
    flex-direction: column-reverse;
  }
  .article__header-bl2 img {
    border-radius: 10px;
  }
  .article__gallery img {
    border-radius: 10px;
  }
  .article .bottom__block {
    flex-direction: column;
    gap: 20px;
  }
  .article .bottom__block1,
  .article .bottom__block2 {
    border-radius: 10px;
    padding: 20px;
    background: #fff;
  }
}
.hamburger {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .hamburger {
    width: 23px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
  }
  .hamburger span {
    height: 3px;
    width: 22px;
    background: #1f1b20;
    border-radius: 3px;
  }
  .hamburger.active {
    position: relative;
  }
  .hamburger.active span {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    background: #fff;
  }
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg);
  }
  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2) {
    width: 0px;
  }
}
* {
  margin: 0;
  padding: 0;
  caret-color: transparent;
}
input,
textarea {
  outline: none;
  caret-color: #000;
}
html {
  height: 100%;
}
body {
  font: 16px "Montserrat", sans-serif;
  font-weight: normal;
  width: 100%;
  height: 100%;
  position: relative;
  color: #646464;
  background-color: #f5f5f5;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  display: flex;
  flex-direction: column;
}
aside {
  flex: 0 1 300px;
}
main {
  flex: 1 1 auto;
  min-width: 0;
  padding-bottom: 82px;
}
.wrapper {
  position: relative;
  width: 100%;
  flex: 1 0 auto;
}
.wrp {
  max-width: 1150px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.home .nav-item.item-101 {
  display: none;
}
footer {
  flex: 0 0 auto;
}
/*.scrolltop
    opacity: 0;
    position: fixed;
    right: 20px;
    bottom: 210px;
    transition(0.5s);
    &.active
        opacity: 1;
    img
        cursor: pointer;*/
