html {
  font-size: 62.5%;
}

h1,
.h1 {
  letter-spacing: 0.64rem;
  font-weight: 400;
}
h1 small,
.h1 small {
  font-size: 4.8rem;
}

h2,
.h2 {
  letter-spacing: 0.48rem;
}
h2 small,
.h2 small {
  font-size: 3.5rem;
}

.dark {
  background: #000000;
}

p a {
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
  color: inherit;
}

p a.no-underline {
  text-decoration: none;
}

.no-underline {
  text-decoration: none;
}

.width-95 {
  max-width: 95.2rem;
  margin: 0 auto;
}

.perex, pre {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.67;
}
.perex.big, pre.big {
  font-size: 3rem;
  font-weight: 500;
}

pre {
  font-family: "Montserrat", sans-serif;
  white-space: normal;
}

#back-to-top {
  width: 5.6rem;
  height: 5.6rem;
  box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  transition: all 0.3s;
  z-index: 200;
}
#back-to-top svg {
  display: block;
  margin-top: -0.2rem;
}
#back-to-top:hover {
  box-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  margin-bottom: 0.8rem;
}

.play-icon {
  width: 16rem;
  height: 16rem;
  border: 0.2rem solid #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: transparent;
  border-radius: 50%;
  transition: all 0.3s;
}
.play-icon svg path {
  transition: all 0.3s;
}
.play-icon:hover {
  background: #ffffff;
}
.play-icon:hover svg path {
  fill: #000000;
}

.center-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}
.center-btn .btn {
  margin: 1.2rem;
}

.styled-ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.styled-ul ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
}
.styled-ul ul li:after {
  width: 0.8rem;
  height: 0.8rem;
  background-color: #000000;
  border-radius: 50%;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  margin-top: 1.1rem;
}

.dark .styled-ul ul li:after {
  background: #ffffff;
}

.link-more {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: underline;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  h1,
.h1 {
    font-size: 6rem;
  }
}
@media (max-width: 991px) {
  #back-to-top {
    bottom: 1.8rem;
    right: 1.8rem;
  }

  .play-icon {
    width: 12rem;
    height: 12rem;
  }
}
@media (max-width: 767px) {
  h1,
.h1 {
    font-size: 3rem;
    line-height: 1.2;
    text-transform: none;
    box-shadow: none;
    letter-spacing: 0.24rem;
  }
  h1 small,
.h1 small {
    font-size: 1.7rem;
    line-height: 1;
  }

  h2,
.h2,
h3,
.h3 {
    font-size: 2.4rem;
  }

  h4,
.h4,
h5,
.h5 {
    font-size: 2rem;
  }

  h6,
.h6 {
    font-size: 1.8rem;
  }

  .perex, pre {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.75;
  }
  .perex.big, pre.big {
    font-size: 1.8rem;
  }

  p {
    margin-bottom: 1.2rem;
  }

  .center-btn {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
  .center-btn .btn {
    width: 100%;
    margin: 0.4rem;
  }
}
@media (max-width: 575px) {
  .container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .mobile-btn-full .btn {
    width: 100%;
  }
}
button:focus {
  outline: none;
}

.btn {
  text-transform: uppercase;
  border: 2px solid #000000;
  text-align: center;
  justify-content: center;
}
.btn-small {
  padding: 1.9rem 3rem;
  font-size: 1.4rem;
  height: 5.6rem;
}
.btn-primary:hover {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.btn-primary:hover svg path {
  fill: #000000;
}
.btn-transparent {
  background: transparent;
}
.btn-transparent svg path {
  transition: all 0.3s;
}
.btn-transparent:hover {
  background: #000000;
  color: #ffffff;
}
.btn-transparent:hover svg path {
  fill: #ffffff;
}
.btn-secondary {
  border-color: #ffffff;
  color: #ffffff;
  background: transparent;
}
.btn-secondary:hover {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}
.btn-icon {
  display: inline-flex;
  align-items: center;
}
.btn-icon svg path {
  transition: all 0.3s;
}
.btn-icon svg {
  margin-right: 1.6rem;
  display: block;
}
.btn-eshop {
  padding: 2.1rem 4rem;
  border: none;
  border-right: 1px solid #e3e9ec;
  transition: color 0.3s;
}
.btn-eshop svg path {
  transition: all 0.3s;
}
.btn-eshop:hover {
  color: #7f7f7f;
}
.btn-eshop:hover svg path {
  fill: #7f7f7f;
}

.form-control {
  border: 1px solid rgba(0, 0, 0, 0.2);
  height: 5.6rem;
  outline: none;
  box-shadow: none;
  color: #000000;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 1.6rem 2rem;
}
.form-control:hover {
  border: 1px solid black;
}
.form-control:focus {
  box-shadow: none;
  color: #000000;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.02);
}
.form-control::placeholder {
  color: #000000;
}

textarea.form-control {
  height: 16.8rem;
}

.form-group {
  margin-bottom: 2rem;
  position: relative;
}
.form-group label {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.8rem;
}
.form-group .help-block {
  position: absolute;
  top: 100%;
  font-size: 1.2rem;
  padding-top: 0.4rem;
  line-height: 1;
}
.form-group .help-block.text-danger {
  padding-left: 2rem;
  background: url("./../images/ico_alert.svg") no-repeat left top 0.8rem;
  background-size: 1.2rem auto;
}

.input-group .btn {
  height: 100%;
  padding: 0.8rem 2.5rem;
  font-size: 1.4rem;
}
.input-group .help-block {
  position: absolute;
  top: 100%;
  font-size: 1.2rem;
  padding-top: 0.8rem;
  line-height: 1;
}
.input-group .help-block.text-danger {
  padding-left: 2rem;
  background: url("./../images/ico_alert.svg") no-repeat left top 0.8rem;
  background-size: 1.2rem auto;
}

.dark .form-control {
  color: #ffffff;
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.dark .form-control:hover {
  border: 1px solid #ffffff;
}
.dark .form-control:focus {
  box-shadow: none;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
}
.dark .form-control::placeholder {
  color: #ffffff;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  background: #ffffff;
  border: 1px solid #000000;
  box-shadow: none;
  outline: none;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 21.6rem;
}

.bootstrap-select > .dropdown-toggle {
  height: 5.6rem;
  border: 1px solid #000000;
  background: #ffffff;
  padding: 0 2.4rem;
  padding-right: 3.4rem;
  box-shadow: none !important;
  outline: none !important;
}
.bootstrap-select > .dropdown-toggle:after {
  right: 2.4rem;
}
.bootstrap-select > .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}
.bootstrap-select .dropdown-menu {
  padding: 2rem 2.4rem;
  padding-bottom: 1.6rem;
  border: 1px solid #000000;
  box-shadow: none;
  margin-top: -1px;
}
.bootstrap-select .dropdown-menu li {
  margin-bottom: 0.3rem;
}
.bootstrap-select .dropdown-menu li a {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0;
  background: transparent;
}
.bootstrap-select .dropdown-menu li a:hover {
  color: #8a8e90;
}

.file-upload-box {
  padding: 3.2rem;
  background-color: rgba(0, 0, 0, 0.02);
  margin-bottom: 3.2rem;
}

.dark .file-upload-box {
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
}

.check-styled {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  width: 100%;
}
.check-styled input[type=checkbox] {
  opacity: 0;
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
}
.check-styled input[type=checkbox] + label {
  display: flex;
  margin: 0;
  margin: 0;
  vertical-align: middle;
  padding-left: 3.2rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  min-height: 3.2rem;
  line-height: 1.5;
  border-radius: 0;
  background-color: transparent;
  align-items: center;
}
.check-styled input[type=checkbox] + label:before {
  width: 3.2rem;
  height: 3.2rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
  background: #ffffff;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
}
.check-styled input[type=checkbox] + label:after {
  width: 3.2rem;
  height: 3.2rem;
  background: transparent;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  opacity: 0;
  background: url("./../images/ico_check.svg") no-repeat center;
}
.check-styled input[type=checkbox] + label:hover:before {
  border-color: #000000;
}
.check-styled input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.check-styled input[type=checkbox]:disabled + label {
  cursor: not-allowed;
  color: grey !important;
}
.check-styled-content {
  padding-left: 2.4rem;
}
.check-styled-content a {
  text-decoration: underline;
}
.check-styled-content p {
  margin-bottom: 0;
}

.dark .check-styled label a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .btn {
    padding: 1.9rem 3rem;
    font-size: 1.4rem;
    height: 5.6rem;
  }
}
.two-btn {
  display: flex;
  align-items: center;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
  flex-wrap: wrap;
}
.two-btn .btn-buy-big {
  min-width: 0;
  width: calc(50% - 0.8rem);
}
.two-btn .btn {
  margin: 0.4rem;
}

header {
  height: 11.2rem;
  background: #000000;
  display: flex;
  position: relative;
}

.header-menu-toggle {
  display: none;
}

.header-menu-toggle {
  width: 20px;
  height: 16px;
  margin-top: 0px;
  margin-right: 1rem;
  margin-left: 1.6rem;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: transparent;
  border: none;
}

.header-menu-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.header-menu-toggle span:nth-child(1) {
  top: 0px;
}

.header-menu-toggle span:nth-child(2) {
  top: 8px;
}

.header-menu-toggle span:nth-child(3) {
  top: 16px;
}

.header-menu-toggle.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.header-menu-toggle.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.header-menu-toggle.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.header-logo {
  width: 16rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-logo a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.header-logo a img {
  display: block;
}
.header-content {
  width: calc(100% - 16rem);
}
.header-content-top {
  height: 6.4rem;
  background: #ffffff;
  width: 100%;
  display: flex;
}
.header-content-top .btn-eshop {
  height: 100%;
}
.header-content-menu {
  height: 4.8rem;
  display: flex;
  align-items: center;
}
.header-top-right {
  margin-left: auto;
  display: flex;
  padding-right: 4rem;
}
.header-top-menu {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
}
.header-top-menu li {
  margin: 0 2rem;
}
.header-top-menu li a {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: uppercase;
}
.header-top-menu li a:hover {
  color: #7f7f7f;
}
.header-top-lang {
  display: flex;
  align-items: center;
  margin-right: 3.2rem;
  margin-left: 2rem;
}
.header-top-social {
  display: flex;
  align-items: center;
}
.header-top-social a {
  margin-left: 2rem;
}
.header-top-social a svg path {
  transition: all 0.3s;
}
.header-top-social a:hover svg path {
  fill: #7f7f7f;
}
.header-menu {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
  padding: 0 2rem;
  height: 100%;
}
.header-menu-wrap {
  height: 100%;
}
.header-menu-wrap .header-top-menu {
  display: none;
}
.header-menu-wrap .header-top-social {
  display: none;
}
.header-menu-wrap .header-top-lang {
  display: none;
}
.header-menu li {
  margin: 0 2rem;
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.header-menu li a {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: uppercase;
  transition: color 0.3s;
}
.header-menu li a:hover {
  color: #b3b3b3;
}
.header-search {
  margin-left: auto;
  height: 4.8rem;
  flex-wrap: nowrap;
  margin-bottom: 0;
  width: 14rem;
}
.header-search .btn-search {
  padding: 0 0.8rem;
  border: none;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.header-search .btn-search svg,
.header-search .btn-search img {
  margin-right: 1.6rem;
}
.header-search .btn-search svg path {
  transition: all 0.3s;
}
.header-search .btn-search:hover {
  color: #b3b3b3;
}
.header-search .btn-search:hover svg path {
  fill: #b3b3b3;
}

.header-search-box {
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  min-height: 13.6rem;
  display: none;
}
.header-search-box.active {
  display: block;
}
.header-search-box-close {
  position: absolute;
  right: 1.6rem;
  top: 1.6rem;
  cursor: pointer;
}
.header-search-box-close svg {
  display: block;
}
.header-search-box-close svg path {
  transition: all 0.3s;
}
.header-search-box-close:hover svg path {
  fill: #8a8e90;
}

.search-input {
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  width: 100%;
  margin-top: 3.2rem;
  height: 7.2rem;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  position: relative;
}
.search-input-form {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.search-input .form-control {
  padding: 0 0.8rem;
  height: 100%;
  background: transparent;
  box-shadow: none;
  border: none;
  height: 100%;
  color: #8a8e90;
  font-size: 2.4rem;
  font-weight: 500;
  padding-left: 9.6rem;
  background: url("./../images/ico_search_gray.svg") no-repeat left 3.2rem center;
  transition: all 0.3s;
}
.search-input ::-webkit-input-placeholder {
  /* Edge */
  color: #8a8e90;
}
.search-input :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8a8e90;
}
.search-input ::placeholder {
  color: #8a8e90;
}
.search-input .search-btn {
  height: 100%;
  width: 12.2rem;
  border: none;
  background: transparent;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s;
}
.search-input .search-btn:hover {
  background: #000000;
  color: #ffffff;
}
.search-input .search-del {
  position: absolute;
  right: 15rem;
  cursor: pointer;
  display: none;
}
.search-input:focus-within, .search-input:hover {
  border-color: #000000;
}
.search-input:focus-within .search-del, .search-input:hover .search-del {
  display: block;
}
.search-input:focus-within .form-control, .search-input:hover .form-control {
  background: url("./../images/ico_search_dark.svg") no-repeat left 3.2rem center;
  color: #000000;
}
.search-input:focus-within ::-webkit-input-placeholder, .search-input:hover ::-webkit-input-placeholder {
  /* Edge */
  color: #000000;
}
.search-input:focus-within :-ms-input-placeholder, .search-input:hover :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000;
}
.search-input:focus-within ::placeholder, .search-input:hover ::placeholder {
  color: #000000;
}

.search-results {
  display: none;
  padding-top: 5.4rem;
  padding-bottom: 5.4rem;
}
.search-results.empty {
  text-align: center;
}
.search-results.empty .search-results-head {
  margin-bottom: 0.7rem;
}
.search-results-head {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 2.4rem;
}
.search-results p {
  margin-bottom: 0;
}
.search-results-page ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.search-results-page ul li {
  margin: 0;
  padding: 0;
}
.search-results-page ul li a {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 500;
  transition: color 0.3s;
}
.search-results-page ul li a:hover {
  color: #8a8e90;
}
.search-results-btn {
  text-align: center;
}

.search-item {
  display: flex;
}
.search-item-col {
  margin-bottom: 2.4rem;
}
.search-item-img {
  width: 9.8rem;
}
.search-item-text {
  width: calc(100% - 9.8rem);
  padding-left: 2.4rem;
}
.search-item-name {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 500;
  transition: color 0.3s;
  line-height: 1.3;
}
.search-item-name:hover {
  color: #8a8e90;
}

@media (max-width: 991px) {
  body {
    padding-top: 8rem;
  }

  header {
    height: 8rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }

  .header-logo {
    width: 11.5rem;
  }
  .header-content {
    width: calc(100% - 11.5rem);
  }
  .header-content-top {
    height: 4rem;
  }
  .header-content-top .btn-eshop {
    padding: 1rem 2.4rem;
    font-size: 1.6rem;
  }
  .header-content-menu {
    height: 4rem;
  }
  .header-top-right {
    padding: 0;
  }
  .header-top-menu {
    display: none;
  }
  .header-top-social {
    display: none;
  }
  .header-top-lang {
    display: none;
  }
  .header-search {
    height: 4rem;
    width: 4rem;
  }
  .header-search .btn-search svg {
    margin: 0;
  }
  .header-search .btn-search span {
    display: none;
  }

  .header-menu-toggle {
    display: block;
  }

  .header-search-box {
    height: calc(100vh - 8rem);
    overflow: auto;
  }

  .search-input {
    height: 5rem;
    margin-top: 4.6rem;
  }
  .search-input .search-del {
    display: none !important;
  }
  .search-input .form-control {
    font-size: 1.6rem;
    padding-left: 5rem;
    background-position: left 1.4rem center;
    background-size: 2rem auto;
  }
  .search-input:focus-within .form-control, .search-input:hover .form-control {
    background-position: left 1.4rem center;
    background-size: 2rem auto;
  }

  .search-results {
    padding: 3.2rem 0;
  }
  .search-results-page {
    margin-bottom: 2.4rem;
  }
}
.big-menu {
  position: absolute;
  box-shadow: 0 4rem 4rem rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  right: 0;
  top: 100%;
  height: 0;
  background: #ffffff;
  z-index: 100;
}
.big-menu.open {
  display: block !important;
}
.big-menu-content {
  padding-top: 5.6rem;
  padding-bottom: 3.2rem;
}
.big-menu-row {
  display: flex;
}
.big-menu-col-link {
  flex: 0 0 50%;
  max-width: 50%;
}
.big-menu-col-link-big {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.big-menu-col-link-big .big-menu-link-inner {
  column-count: 4;
}
.big-menu-col-banner {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.big-menu-col-banner-big {
  flex: 0 0 50%;
  max-width: 50%;
}
.big-menu-link-inner {
  column-count: 3;
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}
.big-menu .big-menu-item {
  width: 100%;
  padding: 0 1.2rem 0 1.2rem;
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
}
.big-menu .big-menu-item-head {
  color: #000000;
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.56;
  margin-bottom: 2rem;
  display: inline-block;
}
.big-menu .big-menu-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 2.4rem;
}
.big-menu .big-menu-item ul li {
  margin: 0;
}
.big-menu .big-menu-item ul li a {
  margin-bottom: 0.8rem;
  display: inline-block;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: none;
}
.big-menu .big-menu-item ul li a:hover {
  color: #8a8e90;
}
.big-menu-banner-item {
  display: flex;
  flex-direction: column;
  max-width: 34.2rem;
  margin-bottom: 2.4rem;
  text-transform: none;
}
.big-menu-banner-item img {
  max-width: 100%;
  margin-bottom: 1.6rem;
}
.big-menu-banner-item span {
  display: block;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .big-menu-col-link {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .big-menu-col-link-big {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .big-menu-col-banner-big {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .big-menu-col-link-big .big-menu-link-inner {
    column-count: 3;
  }

  .big-menu .big-menu-item-head {
    font-size: 1.6rem;
  }
}
@media (max-width: 991px) {
  .header-menu {
    padding: 0;
    display: block;
    height: auto;
  }
  .header-menu-wrap {
    display: none;
    position: fixed;
    right: 0;
    top: 8rem;
    width: 33rem;
    height: calc(100vh - 8rem);
    overflow: auto;
    background-color: #ffffff;
  }
  .header-menu-wrap.open {
    display: block;
  }
  .header-menu-wrap .header-top-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 3.2rem;
    margin-bottom: 0rem;
    padding: 0 2.4rem;
  }
  .header-menu-wrap .header-top-menu li {
    margin: 0;
    margin-bottom: 0.8rem;
  }
  .header-menu-wrap .header-top-menu li a {
    color: #8a8e90;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .header-menu-wrap .header-top-menu li a:hover {
    color: #000000;
  }
  .header-menu-wrap .header-top-social {
    display: flex;
    padding-left: 2.4rem;
  }
  .header-menu-wrap .header-top-social a {
    margin: 0;
    margin-right: 2.4rem;
  }
  .header-menu-wrap .header-top-lang {
    display: block;
    margin: 0;
    margin-left: 2.4rem;
    margin-right: 0;
    margin-bottom: 1.2rem;
  }
  .header-menu-wrap .header-top-lang .dropdown-toggle {
    height: 4rem;
  }
  .header-menu-wrap .header-top-lang .dropdown-menu {
    margin-top: 0rem;
  }
  .header-menu.open > :not(.open) {
    display: none;
  }
  .header-menu.open ~ .header-top-menu {
    display: none;
  }
  .header-menu.open ~ .header-top-social {
    display: none;
  }
  .header-menu > li {
    margin: 0;
    display: block;
  }
  .header-menu > li > a {
    color: #000000;
    border-bottom: 1px solid #e3e9ec;
    display: flex;
    align-items: center;
    height: 4.2rem;
    padding: 0.4rem 2.4rem;
    position: relative;
    transition: all 0.3s;
  }
  .header-menu > li > a:after {
    width: 1rem;
    height: 1.7rem;
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 0.85rem);
    right: 2.4rem;
    transition: all 0.3s;
    background: url("./../images/ico_arrow_right_large.svg") no-repeat center;
  }
  .header-menu > li > a.open {
    color: #8a8e90;
    padding-left: 3.7rem;
  }
  .header-menu > li > a.open:after {
    right: calc(100% - 2.2rem);
    background: url("./../images/ico_arrow_right_large_gray.svg") no-repeat center;
  }

  .big-menu {
    position: relative;
    top: auto;
    height: auto;
  }
  .big-menu .container {
    width: 100%;
    max-width: 100%;
  }
  .big-menu-content {
    padding: 0;
  }
  .big-menu-row {
    flex-wrap: wrap;
  }
  .big-menu-col-link {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .big-menu-col-banner {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 2.4rem;
  }
  .big-menu-banner-item {
    padding: 0 1.2rem;
  }
  .big-menu-link-inner {
    column-count: 1 !important;
  }
  .big-menu .big-menu-item {
    padding: 0;
  }
  .big-menu .big-menu-item-head {
    margin-bottom: 0;
    color: #000000;
    border-bottom: 1px solid #e3e9ec;
    display: flex;
    align-items: center;
    min-height: 4.2rem;
    padding: 0.4rem 2.4rem;
    position: relative;
  }
  .big-menu .big-menu-item-head.has-sub:after {
    width: 1rem;
    height: 1.7rem;
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 0.85rem);
    right: 2.4rem;
    transition: all 0.3s;
    background: url("./../images/ico_arrow_right_large.svg") no-repeat center;
  }
  .big-menu .big-menu-item-head.open {
    color: #8a8e90;
    padding-left: 3.7rem;
  }
  .big-menu .big-menu-item-head.open:after {
    right: calc(100% - 2.2rem);
    background: url("./../images/ico_arrow_right_large_gray.svg") no-repeat center;
  }
  .big-menu .big-menu-item ul {
    display: none;
  }
  .big-menu .big-menu-item ul li a {
    margin-bottom: 0;
    color: #000000;
    border-bottom: 1px solid #e3e9ec;
    display: flex;
    align-items: center;
    min-height: 4.2rem;
    padding: 0.4rem 2.4rem;
    position: relative;
    font-size: 1.6rem;
  }
  .big-menu .big-menu-item.open {
    position: fixed;
    top: 8rem;
    background: #ffffff;
    width: 33rem;
    right: 0;
    height: calc(100vh - 8rem);
    overflow: auto;
    z-index: 1;
  }
  .big-menu .big-menu-item.open ul {
    display: block;
  }
}
footer {
  background-color: #000000;
  padding-bottom: 6rem;
  width: 100%;
}
footer a {
  color: #ffffff;
}
footer ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 400;
}
footer ul li {
  margin-bottom: 1.2rem;
}
footer h4 {
  color: #ffffff;
  margin-bottom: 4rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.footer-brands {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-brands a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 22rem;
  height: 12rem;
  margin: 2.4rem;
}
.footer-brands a img {
  max-width: 90%;
  max-height: 90%;
}

.footer-row {
  margin-top: 4.8rem;
}

.footer-catalog {
  display: flex;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: -1rem;
}
.footer-catalog a {
  margin: 1rem;
  width: 7rem;
  transition: all 0.3s;
}
.footer-catalog a:hover {
  transform: translateY(-0.8rem);
}

.footer-col-news .footer-news-top {
  max-width: 50.5rem;
}
.footer-col-news p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  color: #ffffff;
  margin-bottom: 2.4rem;
}
.footer-col-news .input-group .btn {
  background-color: #ffffff;
  color: #000000;
}
.footer-col-news .input-group .btn:hover {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.footer-col-news .input-group .form-control {
  border: 1px solid #ffffff;
  background: transparent;
  font-size: 1.4rem;
  padding: 1.6rem 2.4rem;
}
.footer-col-news .input-group .form-control:hover, .footer-col-news .input-group .form-control:focus {
  border-color: rgba(255, 255, 255, 0.5);
  background: transparent;
}
.footer-col-news .input-group .form-control:focus {
  color: #ffffff;
}
.footer-col-news .input-group .form-control::placeholder {
  color: #ffffff;
}

.footer-info {
  margin-top: 3.2rem;
}
.footer-info p {
  color: #7f7f7f;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.71;
}
.footer-info a {
  color: #7f7f7f;
  text-decoration: underline;
}

.footer-bottom {
  color: #ffffff;
  margin-top: 5.6rem;
}
.footer-bottom a {
  color: #ffffff;
}

.footer-social {
  text-align: right;
  margin-right: -1.2rem;
}
.footer-social a {
  margin: 1.2rem;
}
.footer-social a svg path {
  transition: all 0.3s;
  fill: #ffffff;
}
.footer-social a:hover svg path {
  fill: #7f7f7f;
}

@media (max-width: 991px) {
  footer h4 {
    margin-bottom: 2.4rem;
  }

  .footer-col-news {
    order: 1;
  }
  .footer-col-catalog {
    order: 2;
  }
  .footer-col-menu {
    order: 3;
    margin-top: 2.4rem;
  }
}
@media (max-width: 767px) {
  footer h4 {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }

  .footer-bottom {
    margin-top: 1.6rem;
  }

  .footer-copy-col {
    order: 2;
    font-size: 1.4rem;
  }

  .footer-social-col {
    order: 1;
  }

  .footer-social {
    text-align: left;
    margin-left: -1.2rem;
    margin-bottom: 3.6rem;
  }

  .footer-brands {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
  .footer-brands a {
    margin: 0;
    padding: 1.2rem;
    height: 5rem;
  }
  .footer-brands a img {
    max-height: 3rem;
  }

  .footer-row {
    margin-top: 2.4rem;
  }
}
@media (max-width: 575px) {
  footer .input-group {
    flex-wrap: wrap;
  }
  footer .form-control {
    width: 100%;
  }
  footer .input-group-append {
    width: 100%;
    height: 5.6rem;
  }
  footer .input-group-append .btn {
    width: 100%;
  }
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.swiper-button-disabled {
  display: none !important;
}

.swiper-button-next,
.swiper-button-prev {
  width: 3.8rem;
  height: 6.5rem;
  opacity: 0.2;
  transition: all 0.3s;
  left: 4.8rem;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
  background: url("./../images/arrow-left.svg") no-repeat center;
  width: 100%;
  height: 100%;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 1;
}

.dark .swiper-button-next:after,
.dark .swiper-button-prev:after {
  background: url("./../images/arrow-left-white.svg") no-repeat center;
}

.swiper-button-next {
  left: auto;
  right: 4.8rem;
}
.swiper-button-next:after {
  transform: rotate(180deg);
}

.main-slider .swiper-button-next,
.main-slider .swiper-button-prev {
  width: 4.6rem;
  height: 8.2rem;
  opacity: 0;
  transition: all 0.3s;
  left: 4.8rem;
}
.main-slider .swiper-button-next:after,
.main-slider .swiper-button-prev:after {
  content: "";
  background: url("./../images/arrow-left-white.svg") no-repeat center;
  background-size: 4.6rem auto;
  width: 100%;
  height: 100%;
}
.main-slider .swiper-button-next:hover,
.main-slider .swiper-button-prev:hover {
  opacity: 1;
}
.main-slider .swiper-button-next {
  left: auto;
  right: 4.8rem;
}
.main-slider .swiper-button-next:after {
  transform: rotate(180deg);
}
.main-slider:hover .swiper-button-next,
.main-slider:hover .swiper-button-prev {
  opacity: 1;
}

.swiper-arrows-out {
  position: relative;
}
.swiper-arrows-out .swiper-button-next,
.swiper-arrows-out .swiper-button-prev {
  width: 1.5rem;
  height: 2.4rem;
  opacity: 0.2;
  transition: all 0.3s;
  left: -2.4rem;
}
.swiper-arrows-out .swiper-button-next:after,
.swiper-arrows-out .swiper-button-prev:after {
  content: "";
  background: url("./../images/ico_arrow_right_medium.svg") no-repeat center;
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
}
.swiper-arrows-out .swiper-button-next:hover,
.swiper-arrows-out .swiper-button-prev:hover {
  opacity: 1;
}
.swiper-arrows-out .swiper-button-next {
  left: auto;
  right: -2.4rem;
}
.swiper-arrows-out .swiper-button-next:after {
  transform: rotate(0deg);
}

.swiper-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  margin: 0 auto;
  margin-bottom: 19rem;
  max-width: 109.7rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  text-align: center;
}
.swiper-caption .swiper-headline {
  color: #ffffff;
  margin-bottom: 0;
}
.swiper-caption p {
  margin-bottom: 2.4rem;
  text-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
}
.swiper-caption-small p {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.78;
}

.hp-slider {
  height: calc(100vh - 11.2rem);
}
.hp-slider.slider-full {
  height: 100vh;
}
.hp-slider h1,
.hp-slider .h1 {
  text-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.2);
}
.hp-slider-wrap {
  position: relative;
}
.hp-slider-thumb {
  position: absolute;
  bottom: 4rem;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
}
.hp-slider .swiper-slide:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.1;
}
.hp-slider .swiper-slide.custom-cover:after {
  display: none !important;
}
.hp-slider .swiper-slide-cover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.2;
}

.progress-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}

.halfclip {
  width: 50%;
  height: 100%;
  right: 0px;
  position: absolute;
  overflow: hidden;
  transform-origin: left center;
}

@keyframes cliprotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  50.01% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
.halfcircle {
  box-sizing: border-box;
  height: 100%;
  right: 0px;
  position: absolute;
  border: solid 2px transparent;
  border-top-color: white;
  border-left-color: white;
  border-radius: 50%;
}

.clipped {
  width: 200%;
  transform: rotate(-45deg);
}

@keyframes rotate {
  0% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(135deg);
  }
}
.fixed {
  width: 100%;
  transform: rotate(135deg);
  opacity: 0;
}

@keyframes showfixed {
  0% {
    opacity: 0;
  }
  49.99% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.thumb-slide {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 0.8rem;
  width: 6.4rem;
  flex: 0 0 6.4rem;
  max-height: 6.4rem;
  height: 6.4rem;
}
.thumb-slide:after {
  background-color: #000000;
  opacity: 0.4;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: all 0.3s;
}
.thumb-slide:hover:after {
  opacity: 0;
}
.thumb-slide.swiper-slide-thumb-active:after {
  opacity: 0;
}
.thumb-slide.swiper-slide-thumb-active .progress-circle .halfclip {
  animation: cliprotate 4s 1;
  transform: rotate(180deg);
}
.thumb-slide.swiper-slide-thumb-active .progress-circle .fixed {
  opacity: 1;
  animation: showfixed 4s 1;
}
.thumb-slide.swiper-slide-thumb-active .progress-circle .clipped {
  transform: rotate(135deg);
  animation: rotate 2s linear 2;
}

@media (max-height: 699px) {
  .swiper-caption {
    margin-bottom: 14rem;
  }
  .swiper-caption p {
    font-size: 2.4rem;
  }
  .swiper-caption-small p {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .hp-slider-thumb {
    bottom: 3.2rem;
  }
}
@media (max-width: 1199px) {
  .swiper-caption {
    margin-bottom: 14rem;
  }
  .swiper-caption p {
    font-size: 2.4rem;
  }
  .swiper-caption-small p {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .hp-slider-thumb {
    bottom: 3.2rem;
  }
}
@media (max-width: 767px) {
  .swiper-caption {
    margin-bottom: 12rem;
  }
  .swiper-caption p {
    font-size: 1.8rem;
    margin-top: 0.8rem;
  }
  .swiper-caption-small p {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .hp-slider-thumb {
    max-width: 24rem;
    bottom: 2.4rem;
  }

  .swiper-button-next,
.swiper-button-prev {
    width: 1.5rem;
    height: 2.4rem;
    left: 1rem;
  }
  .swiper-button-next:after,
.swiper-button-prev:after {
    background-size: contain !important;
    background: url("./../images/ico_arrow_right_medium.svg") no-repeat center;
    transform: rotate(180deg);
  }

  .dark .swiper-button-next,
.dark .swiper-button-prev {
    opacity: 1;
  }
  .dark .swiper-button-next:after,
.dark .swiper-button-prev:after {
    background: url("./../images/arrow-left-white.svg") no-repeat center;
    transform: rotate(0deg);
  }
  .dark .swiper-button-next {
    transform: rotate(180deg);
  }

  .swiper-button-next {
    left: auto;
    right: 1rem;
  }
  .swiper-button-next:after {
    transform: rotate(0deg);
  }

  .swiper-arrows-out {
    position: relative;
  }
  .swiper-arrows-out .swiper-button-next,
.swiper-arrows-out .swiper-button-prev {
    left: 1rem;
  }
  .swiper-arrows-out .swiper-button-next {
    left: auto;
    right: 1rem;
  }

  .main-slider .swiper-button-next,
.main-slider .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 575px) {
  .swiper-caption {
    margin-bottom: 12rem;
  }
  .swiper-caption p {
    font-size: 1.6rem;
  }
  .swiper-caption-small p {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .modal-dialog {
    max-width: 70.8rem;
  }

  .modal-lg,
.modal-xl {
    max-width: 119.6rem;
  }
}
.modal-content {
  background: #ffffff;
  border: none;
  background-clip: initial;
}

.modal .close {
  position: absolute;
  padding: 1.2rem;
  margin: 0;
  top: 1.2rem;
  right: 1.2rem;
  opacity: 1;
}
.modal .close svg {
  display: block;
}
.modal .close svg path {
  transition: all 0.3s;
}
.modal .close:hover svg path {
  fill: #7f7f7f;
}
.modal-body {
  padding: 5.6rem;
}
.modal-title {
  margin-bottom: 2.4rem;
  line-height: 1.3;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.modal-text .modal-title {
  font-family: "Montserrat", sans-serif;
  font-size: 3.6rem;
}
.modal-text p {
  font-size: 1.8rem;
}
.modal-text .modal-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.modal-text .modal-buttons .btn {
  margin-right: 3.2rem;
}

@media (max-width: 767px) {
  .modal .close {
    top: unset;
    right: 0rem;
    position: fixed;
    z-index: 100;
    background: #ffffff;
  }

  .modal-dialog {
    margin-top: 8rem;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
  }

  .modal-content {
    height: calc(100vh - 8rem);
    overflow: auto;
  }

  .modal-nav {
    display: none;
  }

  .modal-backdrop.show {
    opacity: 0;
  }

  .modal-body {
    padding: 2.4rem;
    padding-top: 0;
  }

  .modal-title {
    padding-top: 2.4rem;
  }
}
.dropdown-toggle {
  padding: 0;
  border: none;
  font-size: 1.6rem;
  font-weight: 400;
  position: relative;
  padding-right: 1.6rem;
  transition: color 0.3s;
}
.dropdown-toggle:hover {
  color: #7f7f7f;
}
.dropdown-toggle:hover:after {
  background: url("./../images/ico_arrow_down_hov.svg") no-repeat right center;
}
.dropdown-toggle:after {
  border: none !important;
  content: "";
  background: url("./../images/ico_arrow_down.svg") no-repeat right center;
  width: 0.8rem;
  height: 0.8rem;
  top: calc(50% - 0.4rem);
  margin: 0;
  position: absolute;
  display: block;
  right: 0;
  transition: transform 0.3s;
}
.dropdown.show .dropdown-toggle:after {
  transform: rotate(-180deg);
}
.dropdown-menu {
  box-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  padding: 0;
  border: none;
  min-width: 7rem;
  margin-top: 0.8rem;
}
.dropdown-item {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0.8rem 1.6rem;
}

.full-section {
  height: 100vh;
  width: 100%;
  position: relative;
}
.full-section h1,
.full-section .h1 {
  text-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.2);
}
.full-section-header {
  height: calc(100vh - 11.2rem);
}
.full-section-wide {
  height: auto;
}
.full-section-cover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.2;
}
.full-section:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  transition: opacity 0.3s;
}
.full-section.custom-cover:after {
  display: none !important;
}
.full-section-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.full-section-content {
  position: absolute;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12rem;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: #ffffff;
  padding: 0 1.6rem;
}
.full-section-content p {
  max-width: 117rem;
  margin: 0 auto;
  text-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.full-section-content .btn {
  margin-top: 2.4rem;
}
.full-section-content-small {
  margin-top: 2.4rem;
}
.full-section-content-small p {
  font-size: 1.8rem;
  font-weight: 400;
}
.full-section-headline {
  color: #ffffff;
  margin-bottom: 0;
}
.full-section-video, .full-section-video-youtube {
  position: relative;
}
.full-section-video:hover:after, .full-section-video-youtube:hover:after {
  opacity: 0.4;
}
.full-section-video .full-section-headline, .full-section-video-youtube .full-section-headline {
  margin-bottom: 1.6rem;
}
.full-section-video .full-section-content, .full-section-video-youtube .full-section-content {
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 14rem;
}
.full-section-video .full-section-content p, .full-section-video-youtube .full-section-content p {
  text-shadow: none;
  font-size: 2.4rem;
  font-weight: 400;
}
.full-section-video .full-section-content .play-icon, .full-section-video-youtube .full-section-content .play-icon {
  margin-bottom: 6rem;
}
.full-section-video-youtube {
  overflow: hidden;
}
.full-section-video-youtube .yt-player {
  width: 100%;
  height: 100%;
}
.full-section-text .full-section-content p {
  font-size: 2.4rem;
}

.block-title-text.full-section {
  height: auto;
}
.block-title-text.full-section:after {
  display: none;
}
.block-title-text.full-section .full-section-headline {
  color: #000000;
  text-shadow: none;
}
.block-title-text .full-section-content {
  position: relative;
  margin-bottom: 0;
}
.block-title-text .full-section-content p {
  color: #000000;
  text-shadow: none;
}
.block-title-text .full-section-content .btn {
  border-color: #000000;
  color: #000000;
}
.block-title-text .full-section-content .btn:hover {
  border-color: #000000;
  background: #000000;
  color: #ffffff;
}

.dark .block-title-text {
  background: #000000;
}
.dark .block-title-text.full-section .full-section-headline {
  color: #ffffff;
}
.dark .block-title-text .full-section-content p {
  color: #ffffff;
}
.dark .block-title-text .full-section-content .btn {
  border-color: #ffffff;
  color: #ffffff;
}
.dark .block-title-text .full-section-content .btn:hover {
  border-color: #ffffff;
  background: #ffffff;
  color: #000000;
}

@media (max-width: 1379px) {
  .full-section-content {
    margin-bottom: 8rem;
  }

  .full-section-video .full-section-content,
.full-section-video-youtube .full-section-content {
    margin-bottom: 8rem;
  }
}
@media (max-width: 1199px) {
  .full-section-content {
    margin-bottom: 8rem;
  }
  .full-section-content p {
    font-size: 2.4rem;
  }
  .full-section-content-small p {
    font-size: 1.4rem;
  }

  .full-section-video .full-section-content {
    margin-bottom: 8rem;
  }
}
@media (max-width: 991px) {
  .full-section {
    height: 66.7rem;
  }
  .full-section.section-scroll {
    height: calc(100vh - 8rem);
  }

  .full-section-content {
    margin-bottom: 4rem;
  }
  .full-section-content p {
    font-size: 1.8rem;
    margin-top: 0.8rem;
  }
  .full-section-content-small p {
    font-size: 1.4rem;
  }
  .full-section-content .btn {
    margin-top: 2rem;
  }

  .full-section-video .full-section-content,
.full-section-video-youtube .full-section-content {
    margin-bottom: 4rem;
  }
  .full-section-video .full-section-content p,
.full-section-video-youtube .full-section-content p {
    font-size: 1.6rem;
  }
  .full-section-video .full-section-content .play-icon,
.full-section-video-youtube .full-section-content .play-icon {
    margin-bottom: 3.2rem;
  }

  .full-section-text .full-section-content p {
    font-size: 1.6rem;
  }

  .full-section-video-youtube {
    height: 100vh;
  }
}
.center-text {
  text-align: center;
  max-width: 95.2rem;
  margin: 0 auto;
}
.center-text-row {
  justify-content: center;
}
.center-text h2 {
  margin-bottom: 0;
}
.center-text h2 + .perex {
  margin-top: 4.4rem;
}
.center-text p {
  margin-bottom: 0;
}
.center-text .center-btn {
  margin-top: 2.4rem;
}

.dark .center-text {
  background: #000000;
  color: #ffffff;
}
.dark .center-text h2 {
  color: #ffffff;
}
.dark .center-text .btn {
  border-color: #ffffff;
  color: #ffffff;
}
.dark .center-text .btn:hover {
  background: #ffffff;
  color: #000000;
}
.dark .center-text-section {
  background: #000000;
  color: #ffffff;
}
.dark .center-text-section h2 {
  color: #ffffff;
}
.dark .center-text-section .btn {
  border-color: #ffffff;
  color: #ffffff;
}
.dark .center-text-section .btn:hover {
  background: #ffffff;
  color: #000000;
}

@media (max-width: 1199px) {
  .center-text {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
@media (max-width: 767px) {
  .center-text h2 {
    margin-bottom: 0;
  }
  .center-text h2 + .perex {
    margin-top: 2.4rem;
  }
}
.two-col {
  padding: 0;
  background-color: #ffffff;
}
.two-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.two-product-col .product-swiper {
  padding: 8rem 12rem 0 0rem;
}
.two-slide-col {
  display: flex;
}
.img-switcher {
  display: none;
}
.img-switcher.show {
  display: block;
}

.text-switcher {
  display: none;
}
.text-switcher.show {
  display: block;
}

.dark .two-section {
  background: #000000;
}
.dark .two-section .two-col {
  background: #000000;
  color: #ffffff;
}
.dark .two-section .two-slide-col {
  background: #000000;
}
.dark .two-section .two-slide-col .btn {
  border-color: #ffffff;
  color: #ffffff;
}
.dark .two-section .two-slide-col .btn:hover {
  color: #000000;
  background: #ffffff;
}

.product-slide {
  padding: 0 4rem;
  opacity: 0.4;
  max-width: 67%;
  flex: 0 0 67%;
}
.product-slide img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.product-slide.swiper-slide-active {
  opacity: 1;
}
.product-slide-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  text-align: center;
}
.product-slide-headline {
  letter-spacing: 0.384rem;
  margin-bottom: 2.4rem;
}

.dark .product-slide-headline {
  color: #ffffff;
}
.dark .product-slide .btn {
  border-color: #ffffff;
  color: #ffffff;
}
.dark .product-slide .btn:hover {
  background: #ffffff;
  color: #000000;
}

@media (max-width: 1299px) {
  .product-slide-headline {
    font-size: 3.4rem;
  }
}
@media (max-width: 991px) {
  .two-product-col .product-swiper {
    padding: 3.2rem;
  }
  .two-text-col {
    order: 2;
  }
  .two-slide-col {
    order: 1;
  }

  .product-slide {
    padding: 0 1.6rem;
  }
  .product-slide-headline {
    font-size: 2.4rem;
  }
  .product-slide-caption {
    margin-top: 1.6rem;
  }
}
.product-detail-scroll {
  position: relative;
  padding: 15rem 0;
  max-width: 64rem;
  margin: 0 auto;
}
.product-detail-cat {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 2.4rem;
}
.product-detail-info {
  color: #8a8e90;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 2.4rem;
}
.product-detail-text {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.87;
  position: relative;
  max-width: 59rem;
  max-height: 37rem;
  overflow: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.product-detail-text::-webkit-scrollbar {
  width: 0.4rem;
}
.product-detail-text::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.product-detail-text::-webkit-scrollbar-thumb {
  background: #a5a5a5;
}
.product-detail-text::-webkit-scrollbar-thumb:hover {
  background: #000000;
}
.product-detail-text-wrap {
  position: relative;
  margin-bottom: 5rem;
}
.product-detail-text-wrap:after {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  height: 9.6rem;
  content: "";
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.product-detail-text-wrap.full:after {
  display: none;
}
.product-detail-text-inner {
  display: flex;
}
.product-detail-text-inner p:last-child {
  margin-bottom: 0;
}
.product-detail-text .text {
  width: 100%;
}

.dark .product-detail-scroll h3 {
  color: #ffffff;
}
.dark .product-detail-text {
  color: #ffffff;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.dark .product-detail-text-wrap:after {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.dark .product-detail-text::-webkit-scrollbar {
  width: 0.4rem;
}
.dark .product-detail-text::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}
.dark .product-detail-text::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
}
.dark .product-detail-text::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}

.btn-buy-big {
  min-width: 34rem;
}
.btn-buy-big svg,
.btn-buy-big img {
  height: 1.8rem;
}
.btn-buy-big svg path {
  transition: all 0.3s;
}

.dark .btn-buy-big {
  border-color: #ffffff;
  color: #ffffff;
}
.dark .btn-buy-big:hover {
  color: #000000;
  background: #ffffff;
}
.dark .btn-buy-big:hover svg path {
  fill: #000000;
}

.product-big-slide {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
  transition-property: transform;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.product-big-slide img {
  max-width: 80%;
}

.product-big-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.product-big-content .product-slide-headline {
  margin-bottom: 0;
  margin-top: 2rem;
}
.product-big-content .btn {
  margin-top: 6rem;
}
.product-big-content .product-slide-headline + .btn {
  margin-top: 2rem;
}

@media (max-width: 1649px) {
  .product-detail-scroll {
    padding: 10rem 0;
  }
}
@media (max-width: 1449px) {
  .product-detail-scroll {
    padding: 6rem 2.4rem;
  }
}
@media (max-width: 1349px) {
  .product-detail-text {
    max-height: 30rem;
  }
}
@media (max-width: 991px) {
  .product-big-content {
    padding: 3.2rem 2.4rem;
  }
  .product-big-content .btn {
    margin-top: 2.4rem;
  }

  .product-big-slide img {
    max-width: 30rem;
  }

  .product-detail-scroll {
    padding: 3.2rem 1.6rem 2.4rem 1.6rem;
  }

  .product-detail-text {
    max-width: 100%;
    max-height: unset;
    overflow: visible;
  }
  .product-detail-text-wrap:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .product-big-slide img {
    max-width: 90%;
  }

  .product-detail-text-wrap {
    margin-bottom: 2.4rem;
  }
  .product-detail-btn .btn {
    width: 100%;
  }
}
.product-list-filter-inner {
  display: flex;
  flex-wrap: wrap;
  margin: -1.2rem;
}
.product-list-filter .styled-select {
  margin: 1.2rem;
}

.product-item {
  position: relative;
}
.product-item-col {
  margin-bottom: 2.4rem;
  display: flex;
}
.product-item-img img {
  max-width: 100%;
}
.product-item-text {
  position: absolute;
  top: 2.4rem;
  left: 2.4rem;
  bottom: 2.4rem;
  right: 2.4rem;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  opacity: 0;
  padding: 2rem;
}
.product-item-text > * {
  position: relative;
  z-index: 1;
}
.product-item-text:after {
  background-color: #ffffff;
  opacity: 0.9;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-item-name {
  color: #000000;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
}
.product-item-name span {
  color: #8a8e90;
}
.product-item .btn {
  position: absolute;
  bottom: 4rem;
}
.product-item:hover .product-item-text {
  opacity: 1;
}

.product-modal .modal-body {
  padding: 0;
}

.modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.modal-nav .modal-prev,
.modal-nav .modal-next {
  display: flex;
  width: 4.6rem;
  height: 8.2rem;
  z-index: 100;
  position: absolute;
  left: -12rem;
  cursor: pointer;
  pointer-events: all;
}
.modal-nav .modal-prev svg,
.modal-nav .modal-next svg {
  width: 100%;
  height: 100%;
}
.modal-nav .modal-prev svg path,
.modal-nav .modal-next svg path {
  fill: #ffffff;
  transition: all 0.3s;
}
.modal-nav .modal-prev:hover svg path,
.modal-nav .modal-next:hover svg path {
  fill: #8a8e90;
}
.modal-nav .modal-next {
  transform: rotate(180deg);
  left: unset;
  right: -12rem;
}

.modal-product-row {
  display: flex;
  flex-wrap: wrap;
}
.modal-product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.modal-product-img-col {
  width: 48.5%;
}
.modal-product-text {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.87;
  position: relative;
  padding-bottom: 0rem;
  max-height: 24rem;
  overflow: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.modal-product-text-col {
  width: 51.5%;
  padding: 5.6rem 4.8rem 4.4rem 4.8rem;
}
.modal-product-text::-webkit-scrollbar {
  width: 0.4rem;
}
.modal-product-text::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.modal-product-text::-webkit-scrollbar-thumb {
  background: #a5a5a5;
}
.modal-product-text::-webkit-scrollbar-thumb:hover {
  background: #000000;
}
.modal-product-text-inner {
  display: flex;
}
.modal-product-text-inner p:last-child {
  margin-bottom: 0;
}
.modal-product-text-wrap {
  margin-bottom: 4rem;
  position: relative;
}
.modal-product-text-wrap:after {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0rem;
  height: 9.6rem;
  content: "";
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.modal-product-text-wrap.full:after {
  display: none;
}
.modal-product-name {
  font-family: "Montserrat", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.3;
}
.modal-product-name span {
  color: #8a8e90;
}
.modal-product-cat {
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 1.6rem;
}
.modal-product-info {
  color: #8a8e90;
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 1.6rem;
}
.modal-product-btn {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.modal-product-btn .btn {
  width: 100%;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.modal-product-btn.btn-half {
  margin-left: -1.2rem;
  margin-right: -1.2rem;
  width: unset;
}
.modal-product-btn.btn-half .btn {
  margin: 1.2rem;
  width: calc(50% - 2.4rem);
}
.modal-product-slide {
  max-width: 33.33%;
  flex: 0 0 33.33%;
}
.modal-product-slide img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.param-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}

.param-item {
  width: 2.7rem;
  height: 2.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}

.product-list-filter-dropdowns {
  margin-left: -1.6rem;
  margin-right: -1.6rem;
  display: none;
}

.filter-toggle {
  border-bottom: 1px solid #e3e9ec;
  display: flex;
  height: 5.6rem;
  padding: 1rem 1.6rem;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  align-items: center;
  position: relative;
  transition: all 0.3s;
}
.filter-toggle:after {
  width: 1.7rem;
  height: 1rem;
  content: "";
  display: block;
  position: absolute;
  top: 2.3rem;
  right: 1.6rem;
  background: url("./../images/ico_filter.svg") no-repeat center;
  transition: all 0.3s;
}
.filter-toggle.open {
  background-color: #e3e9ec;
}
.filter-toggle.open:after {
  transform: rotate(180deg);
}

.filter-dropdown {
  display: flex;
  flex-direction: column;
  padding: 0 1.6rem;
  border-bottom: 1px solid #e3e9ec;
}
.filter-dropdown-list {
  display: none;
}
.filter-dropdown-list.open {
  display: block;
}
.filter-dropdown .dropdown-toggle {
  height: 4rem;
  text-align: left;
}
.filter-dropdown .dropdown-toggle:after {
  width: 1.7rem;
  height: 1rem;
  content: "";
  display: block;
  position: absolute;
  top: 1.4rem;
  right: 0rem;
  background: url("./../images/ico_filter.svg") no-repeat center;
  transition: all 0.3s;
}
.filter-dropdown .dropdown-menu {
  position: relative !important;
  transform: none !important;
  top: 0 !important;
  box-shadow: none;
  padding: 0;
}
.filter-dropdown .dropdown-item {
  padding: 0;
  color: #8a8e90;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0.6rem;
}
.filter-dropdown .dropdown-item:hover {
  background: none;
  color: #000000;
}
.filter-dropdown .dropdown-item.active {
  background: none;
  color: #000000;
}

@media (max-width: 1199px) {
  .modal-product-btn.btn-half .btn {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .modal-product-row {
    flex-wrap: wrap;
  }
  .modal-product-img-col {
    width: 100%;
    order: 2;
    padding: 0 1.6rem 2.4rem 1.6rem;
  }
  .modal-product-text {
    max-height: unset;
    overflow: visible;
  }
  .modal-product-text-col {
    width: 100%;
    order: 1;
  }
  .modal-product-text-wrap {
    margin-bottom: 2.4rem;
  }
  .modal-product-text-wrap:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .product-item {
    display: flex;
    flex-direction: column;
  }
  .product-item-col {
    justify-content: center;
  }
  .product-item-text {
    position: relative;
    opacity: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    flex-grow: 1;
  }
  .product-item-name {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .product-item .btn {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }

  .modal-product-text-col {
    padding: 4.8rem 1.6rem 2.4rem 1.6rem;
  }
  .modal-product-name {
    font-size: 2.4rem;
  }

  .modal-product-btn.btn-half {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
  .modal-product-btn.btn-half .btn {
    margin: 0.4rem;
  }

  .product-list-filter {
    display: none;
  }

  .product-list-filter-dropdowns {
    display: block;
  }
}
@media (max-width: 575px) {
  .swiper-arrows-out {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }

  .modal-product-slide {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
.tooltip-inner {
  padding: 0.2rem 0.8rem;
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.8);
}

.tooltip {
  top: -0.2rem !important;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: rgba(0, 0, 0, 0.8);
}

.search-page {
  text-align: center;
  padding-bottom: 10rem;
}
.search-page h1 {
  margin-bottom: 4.4rem;
}
.search-page-results {
  margin-top: 4.8rem;
}
.search-page-results ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.search-page-results ul li {
  margin: 0;
  padding: 0;
}
.search-page-results ul li a {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 500;
  transition: color 0.3s;
}
.search-page-results ul li a:hover {
  color: #8a8e90;
}
.search-page-help .btn {
  margin-top: 2rem;
}
.search-page .product-item {
  display: flex;
  flex-direction: column;
}
.search-page .product-item-col {
  justify-content: center;
}
.search-page .product-item-text {
  position: relative;
  opacity: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  flex-grow: 1;
}
.search-page .product-item-name {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.search-page .product-item .btn {
  position: relative;
  bottom: 0;
  margin-top: auto;
}

@media (max-width: 767px) {
  .search-page {
    padding-bottom: 3.2rem;
  }
  .search-page h1 {
    margin-bottom: 2.4rem;
  }
  .search-page .search-input {
    margin-top: 2.4rem;
  }
  .search-page-results {
    margin-top: 2.4rem;
  }
}
.two-image-section {
  display: flex;
  flex-wrap: wrap;
}
.two-image-item {
  width: 50%;
  position: relative;
}
.two-image-item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  transition: opacity 0.3s;
}
.two-image-item-img {
  position: relative;
}
.two-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.two-image-item-headline {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-size: 6rem;
  font-weight: 400;
  letter-spacing: 0.48rem;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  z-index: 1;
}
.two-image-item-text {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  background: #000000;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
  z-index: 1;
  padding: 2rem;
}
.two-image-item-text-content {
  top: 100%;
  transform: translate(-50%, -50%);
  width: calc(100% - 4rem);
  left: 50%;
  color: #ffffff;
  position: absolute;
  transition: all 0.5s;
  max-width: 47rem;
  margin: 0 auto;
}
.two-image-item-text-content-head {
  color: #ffffff;
  font-size: 3.6rem;
  letter-spacing: 2.88px;
  line-height: 1.3;
  margin-bottom: 3.6rem;
}
.two-image-item-text:hover {
  opacity: 1;
}
.two-image-item-text:hover .two-image-item-text-content {
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1449px) {
  .two-image-item-headline {
    font-size: 5rem;
  }
}
@media (max-width: 1199px) {
  .two-image-item-headline {
    font-size: 4rem;
  }
}
@media (max-width: 991px) {
  .two-image-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .two-image-item {
    height: auto;
  }
  .two-image-item img {
    height: 40rem;
  }
  .two-image-item-text {
    position: relative;
    height: auto;
    opacity: 1;
  }
  .two-image-item-text-content {
    position: relative;
    width: 100%;
    height: 100%;
    transform: none;
    left: 0;
    margin: 0 auto;
    top: 0;
  }
  .two-image-item-text:hover .two-image-item-text-content {
    transform: none;
    top: 0;
    left: 0;
  }
  .two-image-item-headline {
    top: 0;
    bottom: 0;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .two-image-item {
    width: 100%;
  }
  .two-image-item img {
    height: 37rem;
  }
  .two-image-item-text-content-head {
    margin-bottom: 1.2rem;
    font-size: 2.4rem;
  }
}
.contact-page-section h5 {
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  margin-bottom: 1.6rem;
}
.contact-page-section p {
  margin-bottom: 3.2rem;
}
.contact-page-text {
  border-bottom: 0.1rem solid #e3e9ec;
  padding-bottom: 5rem;
  margin-bottom: 7.5rem;
}
.contact-page-contacts .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 34.2rem;
}
.contact-page-item {
  text-align: left;
}
.contact-page-item h3 {
  text-align: center;
  margin-bottom: 6rem;
}
.contact-page-person {
  margin-bottom: 3.6rem;
  display: flex;
}
.contact-page-person-img {
  width: 9.8rem;
  height: 9.8rem;
}
.contact-page-person-img img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.contact-page-person-text {
  width: calc(100% - 9.8rem);
  padding-left: 2.4rem;
}
.contact-page-person-name {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.56;
}
.contact-page-person-pos {
  font-size: 1.6rem;
}
.contact-page-person-mail {
  text-decoration: underline;
}
.contact-page-person-tel small {
  font-size: 1.3rem;
  color: #8a8e90;
}

@media (max-width: 767px) {
  .contact-page-section p {
    margin-bottom: 2.4rem;
  }
  .contact-page-text {
    padding-bottom: 0rem;
    margin-bottom: 2.4rem;
  }
  .contact-page-item h3 {
    margin-bottom: 2.4rem;
  }
}
.line-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 2rem 0;
}
.line-menu li {
  margin: 0rem 2rem;
  padding: 0;
}
.line-menu li a {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  transition: all 0.3s;
}
.line-menu li a:hover {
  color: #8a8e90;
}

@media (max-width: 991px) {
  .line-menu {
    justify-content: flex-start;
    white-space: nowrap;
    /* [1] */
    overflow-x: auto;
    /* [2] */
    -webkit-overflow-scrolling: touch;
    /* [3] */
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /* [4] */
    flex-wrap: nowrap;
    position: relative;
  }
  .line-menu-section {
    position: relative;
  }
  .line-menu-section:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 6rem;
    z-index: 10;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1), white 70%);
  }
  .line-menu li {
    margin: 0 1rem;
  }
  .line-menu li:last-child {
    padding-right: 6rem;
  }
  .line-menu::-webkit-scrollbar {
    display: none;
  }
}
.image-text-big-head {
  font-size: 12rem;
  font-family: "Playfair Display", serif;
  text-align: center;
  line-height: 1.3;
  padding-bottom: 12rem;
}
.image-text-item {
  display: flex;
  align-items: center;
  padding-bottom: 12rem;
}
.image-text-item-img {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.image-text-item-img img {
  max-width: 100%;
  display: block;
}
.image-text-item-img + .image-text-item-text .image-text-item-text-content {
  margin-left: auto;
}
.image-text-item-text {
  width: 50%;
  padding-right: 3.2rem;
}
.image-text-item-text-content {
  max-width: 59rem;
}
.image-text-item-text h2 {
  line-height: 1.3;
}
.image-text-item-text h2 sup {
  font-size: 3.5rem;
}
.image-text-item-text .perex p {
  margin-bottom: 5rem;
}
.image-text-item-text .perex p sup {
  font-size: 1.4rem;
}
.image-text-item-text .tag-item {
  margin-left: 0;
}

.dark .image-text-section {
  background: #000000;
  color: #ffffff;
}
.dark .image-text-section h2 {
  color: #ffffff;
}
.dark .image-text-section .btn {
  border-color: #ffffff;
  color: #ffffff;
}
.dark .image-text-section .btn:hover {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
}

@media (max-width: 1379px) {
  .image-text-big-head {
    margin-bottom: 8rem;
  }
  .image-text-item {
    padding-bottom: 6rem;
  }
  .image-text-item-text h2 {
    font-size: 4rem;
  }
  .image-text-item-text .perex {
    font-size: 2rem;
  }
  .image-text-item-text .perex p {
    margin-bottom: 2.4rem;
  }
  .image-text-item-img + .image-text-item-text {
    padding-right: 0;
    padding-left: 3.2rem;
  }
  .image-text-item-img + .image-text-item-text .image-text-item-text-content {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .image-text-big-head {
    margin-bottom: 3.2rem;
    font-size: 8rem;
  }
  .image-text-item {
    padding-bottom: 3.2rem;
    flex-wrap: wrap;
  }
  .image-text-item-text {
    padding: 0;
    order: 2;
    width: 100%;
  }
  .image-text-item-text-content {
    max-width: 100%;
  }
  .image-text-item-text h2 {
    font-size: 4rem;
  }
  .image-text-item-text .perex {
    font-size: 2rem;
  }
  .image-text-item-text .perex p {
    margin-bottom: 2.4rem;
  }
  .image-text-item-img {
    order: 1;
    margin-bottom: 2.4rem;
    width: 100%;
  }
  .image-text-item-img + .image-text-item-text {
    padding-right: 0;
    padding-left: 0rem;
  }
  .image-text-item-img + .image-text-item-text .image-text-item-text-content {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .image-text-big-head {
    font-size: 4.8rem;
    padding-bottom: 2.4rem;
  }
  .image-text-item {
    padding-bottom: 2.4rem;
  }
  .image-text-item-text h2 {
    font-size: 2.4rem;
  }
  .image-text-item-text .perex {
    font-size: 1.6rem;
  }
}
.pagination {
  justify-content: center;
  margin-bottom: 4rem;
}
.pagination .page-item {
  margin: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
  background: #000000;
  color: #ffffff;
}
.pagination .page-item.active .page-link svg path, .pagination .page-item:hover .page-link svg path {
  fill: #ffffff;
}
.pagination .page-link {
  width: 4.8rem;
  height: 4.8rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  transition: all 0.3s;
}
.pagination .page-link svg path {
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .pagination {
    margin-bottom: 2.4rem;
  }
  .pagination .page-item {
    margin: 0.4rem;
  }
  .pagination .page-link {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.2rem;
  }
}
.tag-list {
  display: flex;
  padding: 3.2rem 0;
  border-bottom: 0.1rem solid #e3e9ec;
}
.tag-list-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.8rem;
  margin-right: -0.8rem;
}
.tag-list-right {
  margin-left: auto;
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  padding-top: 1.2rem;
}
.tag-list-right .tag-del {
  margin-left: 3rem;
}

.tag-item {
  margin: 0.8rem;
  border: 0.1rem solid #dfe6e9;
  color: #8a8e90;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.021rem;
  line-height: 1.1;
  display: inline-flex;
  padding: 1rem 1.4rem;
  transition: all 0.3s;
}
.tag-item:hover, .tag-item.active {
  background-color: #dfe6e9;
}

.tag-more {
  color: #8a8e90;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.021rem;
  transition: all 0.3s;
  white-space: nowrap;
}
.tag-more svg {
  margin-right: 1.2rem;
}
.tag-more svg path {
  transition: all 0.3s;
}
.tag-more:hover {
  color: #000000;
}
.tag-more:hover svg path {
  fill: #000000;
}

.tag-del {
  color: #8a8e90;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.021rem;
  transition: all 0.3s;
  white-space: nowrap;
}
.tag-del svg {
  margin-right: 1.2rem;
}
.tag-del svg path {
  transition: all 0.3s;
}
.tag-del:hover {
  color: #000000;
}
.tag-del:hover svg path {
  fill: #000000;
}

.modal-tag-list {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  margin-top: 2rem;
}

@media (max-width: 991px) {
  .tag-list {
    padding: 1.6rem 0;
    flex-wrap: wrap;
  }
  .tag-list-left {
    width: 100%;
    order: 2;
  }
  .tag-list-right {
    width: 100%;
    order: 1;
    justify-content: flex-start;
    margin-bottom: 2.4rem;
  }
}
/* alerts */
.alert {
  z-index: 1000;
  color: #ffffff;
  margin: 0;
  padding: 3.2rem;
  box-shadow: none;
  background-color: #000000;
  width: 100%;
  width: 58.6rem;
  margin-bottom: 2.4rem;
  padding-left: 12.8rem;
  border: none !important;
}
.alert-section {
  position: fixed;
  right: 0;
  bottom: 6.4rem;
  padding-right: 6.4rem;
  z-index: 1000;
}
.alert h5 {
  font-size: 1.8rem;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 1rem;
}
.alert p {
  margin-bottom: 2.4rem;
  max-width: 41rem;
}
.alert .close {
  opacity: 1;
  line-height: 1;
  width: 1.6rem;
  height: 1.6rem;
  padding: 0;
  top: 2.4rem;
  right: 2.4rem;
  transition: all 0.3s;
  z-index: 100;
}
.alert .close img {
  width: 100%;
  display: block;
}
.alert .close:hover {
  opacity: 0.7;
}
.alert-buttons {
  display: flex;
  align-items: center;
}
.alert-buttons .link-more {
  color: #ffffff;
  margin-left: 3.2rem;
}
.alert-buttons .btn-secondary:hover {
  background: #ffffff;
  color: #000000;
}
.alert-success {
  background-color: #000000;
  background: #000000 url("./../images/alert-ok.svg") no-repeat left 3.2rem top 3.2rem;
}
.alert-danger {
  background-color: #000000;
  background: #000000 url("./../images/alert-error.svg") no-repeat left 3.2rem top 3.2rem;
}
.alert-info {
  background-color: #000000;
  background: #000000 url("./../images/alert-info.svg") no-repeat left 3.2rem top 3.2rem;
}

@media (max-width: 1379px) {
  .alert-section {
    bottom: 0;
    padding-right: 2.4rem;
  }
}
@media (max-height: 699px) {
  .alert-section {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .alert {
    padding: 2.4rem 1.2rem;
    padding-right: 2.4rem;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
    padding-left: 4.8rem;
    width: unset;
  }
  .alert-section {
    bottom: 0;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
  .alert .close {
    width: 1.2rem;
    height: 1.2rem;
    top: 1rem;
    right: 1rem;
  }
  .alert p {
    margin-bottom: 1.6rem;
  }
  .alert-buttons .btn-secondary {
    padding: 1rem 2rem;
    height: auto;
    font-size: 1.2rem;
  }
  .alert-buttons .link-more {
    font-size: 1.2rem;
  }
  .alert-success {
    background-size: 2.4rem auto;
    background-position: left 1rem top 2.4rem;
  }
  .alert-danger {
    background-size: 2.4rem auto;
    background-position: left 1rem top 2.4rem;
  }
  .alert-info {
    background-size: 2.4rem auto;
    background-position: left 1rem top 2.4rem;
  }
}
/* end alerts */
.bg-image {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background-size: cover !important;
}
.bg-image:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  transition: opacity 0.3s;
}
.bg-image-item {
  width: 33.33%;
  padding-top: 25%;
  border: 0.1rem solid #ffffff;
  position: relative;
  z-index: 10;
}
.bg-image-item img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  display: none;
  opacity: 0.8;
}
.bg-image-item-headline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0.288rem;
  line-height: 1.33;
  text-align: center;
  width: 100%;
  z-index: 1;
  max-width: 30rem;
}
.bg-image-item-text {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  background: #000000;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
  z-index: 1;
  padding: 2rem;
}
.bg-image-item-text-content {
  top: 100%;
  transform: translate(-50%, -50%);
  width: calc(100% - 4rem);
  left: 50%;
  color: #ffffff;
  position: absolute;
  transition: all 0.5s;
  max-width: 47rem;
  margin: 0 auto;
}
.bg-image-item-text-content p {
  margin-bottom: 0;
}
.bg-image-item-text-content-head {
  color: #ffffff;
  font-size: 3.6rem;
  letter-spacing: 2.88px;
  line-height: 1.3;
  margin-bottom: 3.6rem;
}
.bg-image-item-text:hover {
  opacity: 1;
}
.bg-image-item-text:hover .bg-image-item-text-content {
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1379px) {
  .bg-image-item-text-content-head {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 1199px) {
  .bg-image-item-text-content {
    font-size: 1.2rem;
  }
  .bg-image-item-text-content-head {
    font-size: 2.2rem;
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 991px) {
  .bg-image-item-headline {
    font-size: 2.4rem;
  }
  .bg-image-item-text {
    padding: 1.2rem;
  }
  .bg-image-item-text-content {
    width: calc(100% - 2.4rem);
    font-size: 1rem;
  }
  .bg-image-item-text-content-head {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 767px) {
  .bg-image {
    background: none !important;
  }
  .bg-image-item {
    width: 100%;
    height: auto;
    padding-top: 0;
    border-left: 0;
    border-right: 0;
  }
  .bg-image-item img {
    display: block;
  }
  .bg-image-item img ~ .bg-image-item-text {
    opacity: 0.7;
  }
  .bg-image-item-headline {
    font-size: 2.4rem;
    display: none;
  }
  .bg-image-item-text {
    padding: 4.8rem 3.2rem;
    position: relative;
    opacity: 1;
  }
  .bg-image-item-text-content {
    transform: translate(0%, 0%);
    top: 0;
    left: 0;
    width: 100%;
    font-size: 1.5rem;
    position: relative;
    margin: 0;
    max-width: 100%;
  }
  .bg-image-item-text-content-head {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .bg-image-item:hover {
    opacity: 1;
  }
  .bg-image-item:hover .bg-image-item-text-content {
    top: 0%;
    transform: translate(0%, 0%);
  }
}
.img-box-item {
  position: relative;
}
.img-box-item-col {
  margin-bottom: 2.4rem;
}
.img-box-item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  transition: opacity 0.3s;
}
.img-box-item:hover:after {
  opacity: 0.3;
}
.img-box-item img {
  width: 100%;
}
.img-box-item-text {
  position: absolute;
  z-index: 10;
  bottom: 6.4rem;
  max-width: 35rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.img-box-item .btn-secondary:hover {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
}
.img-box-item-head {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.24rem;
  line-height: 1.6;
  text-align: center;
  text-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.2);
  margin-bottom: 3rem;
}

.gal-grid {
  display: flex;
  flex-wrap: wrap;
}
.gal-grid-item {
  width: 25%;
}
.gal-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 575px) {
  .gal-grid-item {
    width: 50%;
  }
  .gal-grid-item img {
    width: 100%;
  }
}
.position-box {
  display: flex;
  flex-direction: column;
  max-width: 95.2rem;
  margin: 0 auto;
}
.position-box-item {
  display: flex;
  align-items: center;
  border: 0.1rem solid #000000;
  margin-bottom: -0.1rem;
  padding: 1.2rem 4rem;
  min-height: 7.2rem;
  justify-content: space-between;
  transition: all 0.3s;
}
.position-box-item-name {
  color: #000000;
  font-size: 1.8rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.56;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.position-box-item-name svg {
  display: block;
  margin-left: 1rem;
}
.position-box-item-name svg path {
  transition: all 0.3s;
}
.position-box-item-info {
  font-size: 1.6rem;
  line-height: 1.75;
}
.position-box-item:hover {
  background: #000000;
  color: #ffffff;
}
.position-box-item:hover .position-box-item-name {
  color: #ffffff;
}
.position-box-item:hover .position-box-item-name svg path {
  fill: #ffffff;
}

.dark .position-box-item {
  border-color: #ffffff;
  color: #ffffff;
}
.dark .position-box-item-name {
  color: #ffffff;
}
.dark .position-box-item-name svg path {
  fill: #ffffff;
}
.dark .position-box-item:hover {
  background: #ffffff;
  color: #000000;
}
.dark .position-box-item:hover .position-box-item-name {
  color: #000000;
}
.dark .position-box-item:hover .position-box-item-name svg path {
  fill: #000000;
}

@media (max-width: 767px) {
  .position-box-item {
    flex-wrap: wrap;
    padding: 1.2rem 2.4rem;
  }
  .position-box-item-name {
    width: 100%;
  }
  .position-box-item-info {
    width: 100%;
    text-align: right;
  }
}
.team-item-col {
  margin-bottom: 2.4rem;
}
.team-item-text {
  margin-top: 2.4rem;
}
.team-item-name {
  color: #000000;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.56;
}
.team-item-pos {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 1.2rem;
}
.team-item p {
  margin-bottom: 0.4rem;
}
.team-item a {
  text-decoration: underline;
}

.dark .team-list-section {
  background: #000000;
}
.dark .team-item {
  color: #ffffff;
}
.dark .team-item-name {
  color: #ffffff;
}
.dark .team-item-pos {
  color: #ffffff;
}
.dark .team-item a {
  color: #ffffff;
}
.dark .team-item a:hover {
  color: #b3b3b3;
}

.contact-form {
  max-width: 71rem;
  margin: 0 auto;
}

.dark .contact-form-section {
  background: #000000;
}
.dark .contact-form-section label {
  color: #ffffff;
}
.dark .contact-form-section .btn {
  border-color: #ffffff;
  color: #ffffff;
}
.dark .contact-form-section .btn:hover {
  color: #000000;
  background: #ffffff;
  border-color: #ffffff;
}

.text-section {
  font-size: 1.8rem;
  font-weight: 400;
}
.text-section h2 {
  margin-bottom: 4rem;
}
.text-section p {
  margin-bottom: 4.8rem;
}
.text-section h3 {
  font-size: 3.6rem;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.288rem;
  font-weight: 400;
}
.text-section .btn-list {
  margin-left: -1.6rem;
  margin-right: -1.6rem;
  margin-top: -1.6rem;
  margin-bottom: 3.2rem;
  display: flex;
  flex-wrap: wrap;
}
.text-section .btn-list .btn {
  margin: 1.6rem;
}
.text-section ul {
  margin-bottom: 3.2rem;
}
.text-section table {
  width: 100%;
  margin-bottom: 4.8rem;
}
.text-section table th {
  color: #000000;
  font-weight: 500;
  border-bottom: 0.1rem solid #000000;
  padding: 1.5rem 1.6rem;
  line-height: 1.3;
}
.text-section table td {
  padding: 1.5rem 1.6rem;
  line-height: 1.3;
  border-bottom: 0.1rem solid #8a8e90;
}
.text-section .gray-box {
  background: rgba(0, 0, 0, 0.02);
  padding: 3.2rem 4rem;
}
.text-section .gray-box p {
  margin-bottom: 0;
}

.dark .text-section {
  color: #ffffff;
}
.dark .text-section h2,
.dark .text-section h3 {
  color: #ffffff;
}
.dark .text-section .btn {
  border-color: #ffffff;
  color: #ffffff;
}
.dark .text-section .btn:hover {
  color: #000000;
  background: #ffffff;
  border-color: #ffffff;
}
.dark .text-section table th {
  color: #ffffff;
  border-color: #ffffff;
}
.dark .text-section .gray-box {
  background: rgba(255, 255, 255, 0.07);
}

@media (max-width: 767px) {
  .text-section {
    font-size: 1.5rem;
  }
  .text-section h3 {
    font-size: 2.4rem;
  }
  .text-section p {
    margin-bottom: 2.4rem;
  }
  .text-section ul {
    margin-bottom: 2.4rem;
  }
  .text-section table {
    margin-bottom: 2.4rem;
  }
  .text-section table th,
.text-section table td {
    padding: 0.8rem 0.8rem;
  }
  .text-section .gray-box {
    padding: 2.4rem 2.4rem;
  }
}
.quote-box {
  display: flex;
  padding: 2rem 0rem 2rem 4rem;
  border-left: 0.1rem solid #000000;
  flex-direction: column;
}
.quote-box-text {
  max-width: 75rem;
  margin-bottom: 4.8rem;
}
.quote-box-text p {
  margin-bottom: 0;
  font-size: 1.8rem;
}
.quote-box-info {
  display: flex;
}
.quote-box-info-img {
  width: 7.2rem;
  height: 7.2rem;
}
.quote-box-info-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quote-box-info-text {
  width: calc(100% - 7.2rem);
  padding-left: 3.2rem;
}
.quote-box-info-name {
  color: #000000;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.56;
}
.quote-box-info-pos {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
}

.dark .quote-box {
  border-left: 0.1rem solid #ffffff;
}
.dark .quote-box-info-name {
  color: #ffffff;
}
.dark .quote-box-info-pos {
  color: #ffffff;
}

@media (max-width: 767px) {
  .quote-box {
    padding: 1rem 2rem;
  }
  .quote-box-text {
    margin-bottom: 2.4rem;
  }
  .quote-box-text p {
    font-size: 1.5rem;
  }
  .quote-box-info-img {
    width: 4.8rem;
    height: 4.8rem;
  }
  .quote-box-info-text {
    width: calc(100% - 4.8rem);
    padding-left: 1.6rem;
  }
  .quote-box-info-name {
    font-size: 1.6rem;
  }
  .quote-box-info-pos {
    font-size: 1.4rem;
  }
}
.card {
  border: 0.1rem solid #000000;
  margin-bottom: -0.1rem;
}
.card-header {
  padding: 0;
  line-height: 1.2;
  font-size: 1.8rem;
  font-weight: 700;
  background: #ffffff;
  border: none;
}
.card-link {
  padding: 2.4rem 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000000;
}
.card-link:hover {
  color: #000000;
}
.card-link svg {
  display: block;
  transition: all 0.3s;
  transform: rotate(180deg);
  margin-left: 2.4rem;
}
.card-link.collapsed svg {
  transform: rotate(0deg);
}
.card-body {
  padding: 0 4rem 2.4rem 4rem;
  max-width: 83rem;
}
.card-body p {
  margin-bottom: 0;
}

.dark .card {
  background: #000000;
  border-color: #ffffff;
}
.dark .card-header {
  background: #000000;
}
.dark .card-link {
  color: #ffffff;
}
.dark .card-link svg path {
  fill: #ffffff;
}

@media (max-width: 767px) {
  .card-header {
    font-size: 1.6rem;
    font-weight: 500;
  }
  .card-link {
    padding: 1.2rem 2.4rem;
  }
  .card-body {
    padding: 0 2.4rem 2.4rem 2.4rem;
  }
}
.img-container-section img {
  max-width: 100%;
}

.img-height-section img {
  max-width: 100%;
}

.img-full-section {
  width: 100%;
}
.img-full-section img {
  width: 100%;
}

.grid-item {
  width: 50%;
  padding: 1.2rem;
}
.grid-item-inner {
  position: relative;
}
.grid-item-inner img {
  width: 100%;
}
@media (max-width: 767px) {
  .grid-item {
    padding: 0.4rem;
  }
}
.counter-section {
  padding-top: 5rem;
  padding-bottom: 1rem;
  width: 100%;
}
.counter-section.full-section {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.counter-section.full-section .full-section-content {
  margin-bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
}
.counter-section.full-section .full-section-content .counter-item {
  color: #ffffff;
}

.counter-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  color: #000000;
}
.counter-item-col {
  margin-bottom: 4rem;
}
.counter-item .big {
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0.8rem;
}
.counter-item .text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.78;
}

.dark .counter-item {
  color: #ffffff;
}

.counter-item-row {
  justify-content: center;
}
.counter-item-row-4 .counter-item-col {
  flex: 0 0 25%;
  max-width: 25%;
}
.counter-item-row-3 .counter-item-col {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.counter-item-row-2 .counter-item-col {
  flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 1379px) {
  .counter-item .big {
    font-size: 4.2rem;
  }
  .counter-item .text {
    font-size: 1.6rem;
  }
}
@media (max-width: 1199px) {
  .counter-item-row-4 .counter-item-col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .counter-item-row-3 .counter-item-col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .counter-item-row-2 .counter-item-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .counter-item .big {
    font-size: 3.4rem;
  }
  .counter-item .text {
    font-size: 1.4rem;
  }

  .counter-item-row-4 .counter-item-col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .counter-item-row-3 .counter-item-col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .counter-item-row-2 .counter-item-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .counter-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .counter-item .big {
    font-size: 2.8rem;
  }
  .counter-item .text {
    font-size: 1.2rem;
  }

  .counter-item-row-4 .counter-item-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .counter-item-row-3 .counter-item-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .counter-item-row-2 .counter-item-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
a {
  transition: color 0.3s;
}

/*# sourceMappingURL=style.css.map */
