*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

body {
  font-family: 'CenturyGothic', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #353535;
}

.heading-primary {
  font-family: 'BodoniC', sans-serif;
  color: #3d5c7d;
  text-transform: uppercase;
  display: block;
  font-weight: 400;
}

@media (max-width: 760px) {
  .heading-primary {
    font-size: 2.7rem;
  }
}

@media (min-width: 761px) {
  .heading-primary {
    font-size: 5.5rem;
  }
}

.heading-secondary {
  font-family: 'BodoniC', sans-serif;
  color: #7ba0c9;
  display: block;
  font-weight: 400;
}

@media (max-width: 760px) {
  .heading-secondary {
    font-size: 2.7rem;
  }
}

@media (min-width: 761px) {
  .heading-secondary {
    font-size: 4rem;
  }
}

.paragraph {
  font-size: 1.6rem;
}

.paragraph:not(:last-child) {
  margin-bottom: 3rem;
}

.btn, .btn:link, .btn:visited {
  display: block;
  text-decoration: none;
  padding: 1rem 4rem;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  text-align: center;
  background-color: #c69b1f;
  color: #fff;
  border: 1px solid #c69b1f;
  font-size: 1.4rem;
  font-weight: 700;
  cursor: pointer;
}

.btn:hover {
  background-color: transparent;
  color: #c69b1f;
}

.btn:active, .btn:focus {
  outline: none;
}

.btn--search {
  width: 4.3rem;
  height: 4.3rem;
  padding: 0;
  font-size: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: transparent;
}

.service {
  overflow: hidden;
}

@media (max-width: 1200px) {
  .service {
    padding: 18rem 0 9rem;
  }
}

@media (min-width: 1201px) {
  .service {
    padding: 8rem 0 14rem;
  }
}

.service__wrapper {
  max-width: 117rem;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.service-letter {
  position: absolute;
  left: 0;
  height: 55rem;
}

@media (max-width: 480px) {
  .service-letter {
    width: 17rem;
  }
}

@media (min-width: 481px) and (max-width: 1200px) {
  .service-letter {
    width: 21rem;
  }
}

@media (max-width: 1200px) {
  .service-letter {
    top: -170px;
    -webkit-transform: translateX(1.5rem);
            transform: translateX(1.5rem);
  }
}

@media (min-width: 1201px) {
  .service-letter {
    top: -50px;
    width: 37rem;
  }
}

.service-letter img {
  width: 100%;
}

.service__item {
  position: relative;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  -webkit-box-shadow: 0 0 3rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3rem rgba(0, 0, 0, 0.2);
}

@media (max-width: 480px) {
  .service__item {
    width: calc(100% - 12.5rem);
  }
  .service__item:nth-child(4) {
    min-height: 23rem;
  }
  .service__item:last-child {
    min-height: 20rem;
  }
}

@media (min-width: 481px) and (max-width: 1200px) {
  .service__item {
    width: calc(100% - 17.5rem);
  }
}

@media (max-width: 860px) {
  .service__item {
    margin-bottom: 13rem;
    min-height: 36rem;
    padding: 2rem;
  }
}

@media (min-width: 861px) {
  .service__item {
    min-height: 190px;
    padding: 2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service__item:not(:last-child) {
    margin-bottom: 3rem;
  }
}

@media (max-width: 1200px) {
  .service__item {
    -webkit-transform: translateX(-1.5rem);
            transform: translateX(-1.5rem);
  }
}

@media (min-width: 1201px) {
  .service__item {
    width: 75%;
  }
}

@media (min-width: 481px) and (max-width: 860px) {
  .service__item:nth-child(4) {
    min-height: 26rem;
  }
  .service__item:last-child {
    min-height: 23rem;
  }
}

.service__item ul {
  list-style: none;
}

.service__item li {
  font-size: 1.3rem;
  line-height: 1.9rem;
}

@media (min-width: 861px) {
  .service__box {
    max-width: 37rem;
  }
}

@media (min-width: 861px) and (max-width: 1024px) {
  .service__box {
    -webkit-transform: translateX(3rem);
            transform: translateX(3rem);
  }
}

@media (min-width: 1025px) {
  .service__box {
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem);
  }
}

.service__title {
  margin-bottom: 1.7rem;
  font-size: 2rem;
  font-family: 'BodoniC', sans-serif;
  color: #3d5c7d;
}

.service__title--single {
  max-width: 17rem;
  font-size: 2.5rem;
  line-height: 3rem;
}

.service__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 1.2rem;
  font-size: 1.7rem;
  font-weight: 700;
  color: #3d5c7d;
  text-decoration: none;
  border-bottom: 1px solid #3d5c7d;
}

.service__link i {
  margin-left: 5px;
  -webkit-transform: translatey(1px);
          transform: translatey(1px);
}

.service__figure {
  position: absolute;
}

@media (max-width: 480px) {
  .service__figure {
    width: 22rem;
    height: 26rem;
    -webkit-transform: translate(-100px, 70px);
            transform: translate(-100px, 70px);
  }
}

@media (min-width: 481px) and (max-width: 860px) {
  .service__figure {
    width: 29rem;
    height: 31rem;
    -webkit-transform: translate(-100px, 100px);
            transform: translate(-100px, 100px);
  }
}

@media (max-width: 860px) {
  .service__figure {
    bottom: 0;
    left: 0;
    -webkit-clip-path: polygon(0 0, 100% 75%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 75%, 100% 100%, 0 100%);
  }
}

@media (min-width: 861px) {
  .service__figure {
    top: 0;
    right: 0;
    width: 33rem;
    height: 20rem;
    -webkit-clip-path: polygon(148px 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(148px 0, 100% 0, 100% 100%, 0 100%);
  }
}

@media (min-width: 861px) {
  .service__figure {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
}

@media (min-width: 961px) {
  .service__figure {
    -webkit-transform: translate(-50px, -5px);
            transform: translate(-50px, -5px);
  }
}

.service__figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.benefits {
  min-height: 51rem;
  position: relative;
  overflow: hidden;
}

.benefits::before {
  position: absolute;
  left: 0;
  width: 100%;
  content: '';
  background-image: url(/image/catalog/img/bg-2.png);
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 960px) {
  .benefits::before {
    top: -2rem;
    height: calc(100% + 4rem);
  }
}

@media (min-width: 961px) {
  .benefits::before {
    top: 4rem;
    height: 100%;
  }
}

@media (max-width: 960px) {
  .benefits {
    padding: 2rem 0 1.5rem;
  }
}

.benefits__wrapper {
  max-width: 117rem;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 960px) {
  .benefits__header {
    color: #fff;
    padding-left: 9.5rem;
    width: 470px;
  }
}

@media (min-width: 961px) {
  .benefits__header {
    position: absolute;
    bottom: 0;
    left: 4rem;
    line-height: 1;
    width: 470px;
  }
}

.benefits__box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 960px) {
  .benefits__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 2.5rem;
  }
}

@media (max-width: 1200px) {
  .benefits__box {
    width: calc(100% - 30px);
  }
}

@media (min-width: 1201px) {
  .benefits__box {
    width: calc(100% - 190px);
  }
}

.benefits__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-position: top right;
}

@media (max-width: 960px) {
  .benefits__item {
    width: 100%;
    max-width: 37rem;
    height: 19rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .benefits__item:not(:first-child) {
    margin-bottom: 2rem;
  }
}

@media (min-width: 961px) {
  .benefits__item {
    height: 46.4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 961px) and (max-width: 1200px) {
  .benefits__item {
    width: calc(100% / 3 - 2rem);
  }
}

@media (min-width: 1201px) {
  .benefits__item {
    width: 30rem;
  }
}

.benefits__item:first-child {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  background-image: url(/image/catalog/img/benefits-1.png);
}

@media (max-width: 960px) {
  .benefits__item:first-child {
    -webkit-clip-path: polygon(0 0, 80% 0, 70% 100%, 0 100%);
            clip-path: polygon(0 0, 80% 0, 70% 100%, 0 100%);
  }
}

@media (min-width: 961px) {
  .benefits__item:first-child {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 358px, 0 312px);
            clip-path: polygon(0 0, 100% 0, 100% 358px, 0 312px);
  }
}

.benefits__item:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  background-image: url(/image/catalog/img/benefits-2.png);
}

@media (max-width: 960px) {
  .benefits__item:nth-child(2) {
    -webkit-clip-path: polygon(0 0, 90% 0, 80% 100%, 0 100%);
            clip-path: polygon(0 0, 90% 0, 80% 100%, 0 100%);
  }
}

@media (min-width: 961px) {
  .benefits__item:nth-child(2) {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 410px, 0 364px);
            clip-path: polygon(0 0, 100% 0, 100% 410px, 0 364px);
  }
}

.benefits__item:last-child {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  background-image: url(/image/catalog/img/benefits-3.png);
}

@media (max-width: 960px) {
  .benefits__item:last-child {
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  }
}

@media (min-width: 961px) {
  .benefits__item:last-child {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 464px, 0 418px);
            clip-path: polygon(0 0, 100% 0, 100% 464px, 0 418px);
  }
}

.benefits__item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  background-color: #082544;
  opacity: 0.7;
}

.benefits__icon {
  opacity: .3;
}

@media (max-width: 960px) {
  .benefits__icon {
    height: 100%;
    -webkit-transform: translateX(6rem);
            transform: translateX(6rem);
  }
}

@media (min-width: 961px) {
  .benefits__item:nth-child(2) .benefits__icon {
    -webkit-transform: translateY(5.4rem);
            transform: translateY(5.4rem);
  }
}

@media (min-width: 961px) {
  .benefits__item:last-child .benefits__icon {
    -webkit-transform: translateY(3.3rem);
            transform: translateY(3.3rem);
  }
}

.benefits__desc {
  position: absolute;
  z-index: 3;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 960px) {
  .benefits__desc {
    bottom: 2.4rem;
    left: 2.4rem;
    font-size: 1.8rem;
  }
}

@media (min-width: 961px) {
  .benefits__desc {
    top: 0;
    left: 0;
    padding: 0 1rem;
    -webkit-transform: translateY(26rem);
            transform: translateY(26rem);
    font-size: 2.8rem;
  }
}

.reason {
  overflow: hidden;
}

@media (max-width: 767px) {
  .reason {
    padding: 10rem 0 0;
  }
}

@media (min-width: 768px) {
  .reason {
    padding: 10rem 0 9rem;
    min-height: 83rem;
  }
}

.reason__wrap {
  position: relative;
  max-width: 117rem;
  min-height: 64rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1200px) {
  .reason__wrap {
    padding: 0 1.5rem;
  }
}

.reason-bg {
  display: block;
}

@media (max-width: 480px) {
  .reason-bg {
    width: 120%;
  }
}

@media (min-width: 520px) and (max-width: 767px) {
  .reason-bg {
    -webkit-transform: translateX(8rem);
            transform: translateX(8rem);
  }
}

@media (max-width: 767px) {
  .reason-bg {
    max-height: 40rem;
  }
}

@media (min-width: 768px) {
  .reason-bg {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .reason-bg {
    -webkit-transform: translate(12rem, 14rem);
            transform: translate(12rem, 14rem);
  }
}

@media (min-width: 1201px) and (max-width: 1700px) {
  .reason-bg {
    -webkit-transform: translate(20rem, 14rem);
            transform: translate(20rem, 14rem);
  }
}

@media (min-width: 1701px) {
  .reason-bg {
    -webkit-transform: translate(40rem, 14rem);
            transform: translate(40rem, 14rem);
  }
}

.reason__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
}

@media (max-width: 767px) {
  .reason__heading {
    width: 100%;
    max-width: 37rem;
    margin: 0 auto 5rem;
  }
}

@media (min-width: 768px) {
  .reason__heading {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.reason__container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .reason__container {
    width: 100%;
    max-width: 37rem;
    margin: 0 auto 5rem;
  }
}

@media (min-width: 768px) {
  .reason__container {
    width: calc(100% - 40rem);
  }
}

.reason__box {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reason__subtitle {
  color: #c69b1f;
  font-size: 2.1rem;
  line-height: 3rem;
  text-transform: uppercase;
  width: 290px;
}

.reason__item {
  position: relative;
  width: 37rem;
  min-height: 27rem;
  padding: 5rem;
  border-radius: 0 4rem 0 4rem;
  -webkit-box-shadow: 0 0 3rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3rem rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #fff;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .reason__item {
    margin-bottom: 5rem;
  }
}

.reason__item::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  opacity: .7;
}

.reason__item:first-child::before {
  width: 12rem;
  height: 28rem;
  background-image: url(/image/catalog/img/1.png);
  -webkit-transform: translate(-4rem, 0);
          transform: translate(-4rem, 0);
}

.reason__item:nth-child(2)::before {
  width: 18rem;
  height: 28rem;
  background-image: url(/image/catalog/img/2.png);
  -webkit-transform: translate(-5rem, 0);
          transform: translate(-5rem, 0);
}

.reason__item:last-child::before {
  width: 19rem;
  height: 29rem;
  background-image: url(/image/catalog/img/3.png);
  -webkit-transform: translate(-4rem, 0);
          transform: translate(-4rem, 0);
}

@media (min-width: 1201px) {
  .reason__item:not(:last-child) {
    margin-bottom: 3rem;
  }
}

@media (min-width: 1201px) {
  .reason__item:not(:nth-child(2)) {
    margin-right: 3rem;
  }
}

.reason__label {
  font-family: 'BodoniC', sans-serif;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (max-width: 800px) {
  .reason__label {
    font-size: 1.6rem;
  }
}

@media (min-width: 801px) {
  .reason__label {
    font-size: 2.1rem;
  }
}

.reason__divider {
  width: 16.5rem;
  display: block;
  margin: 1rem auto 1.2rem;
}

.reason__desc {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (max-width: 800px) {
  .reason__desc {
    font-size: 1.3rem;
  }
}

@media (min-width: 801px) {
  .reason__desc {
    font-size: 1.5rem;
  }
}

.mission {
  position: relative;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .mission {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0 0 7rem;
  }
}

@media (min-width: 1201px) {
  .mission {
    margin: 0 0 16rem;
  }
}

.mission__bg {
  overflow: hidden;
}

@media (max-width: 1200px) {
  .mission__bg {
    position: relative;
    width: 100%;
    height: 29rem;
  }
}

@media (min-width: 1201px) {
  .mission__bg {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: calc(50vw - 15px);
    height: 100%;
  }
}

.mission__bg::after {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  background-image: url(/image/catalog/img/dots-grid.png);
}

.mission__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mission__wrap {
  position: relative;
  z-index: 2;
  max-width: 117rem;
  margin: 0 auto;
}

.mission__text {
  padding: 2rem 0;
  text-align: right;
}

@media (max-width: 600px) {
  .mission__text {
    max-width: 45rem;
    padding: 2rem 1.5rem;
  }
}

@media (min-width: 601px) and (max-width: 1200px) {
  .mission__text {
    width: 70%;
  }
}

@media (max-width: 1200px) {
  .mission__text {
    margin: 0 auto;
  }
}

@media (min-width: 1201px) {
  .mission__text {
    width: calc(50% - 1.5rem);
  }
}

.mission__subtitle {
  color: #3d5c7d;
  margin: 2rem 0 4rem;
  font-size: 1.8rem;
  line-height: 1;
  font-style: italic;
}

.mission__desc {
  font-size: 1.6rem;
  line-height: 2.5rem;
}

@media (max-width: 1200px) {
  .news {
    padding: 0 1.5rem 11rem;
  }
}

@media (min-width: 1201px) {
  .news {
    padding: 0 0 11rem;
  }
}

.news__wrap {
  max-width: 117rem;
  margin: 0 auto;
}

@media (max-width: 760px) {
  .news__wrap {
    width: 100%;
    max-width: 45rem;
  }
}

.news__heading {
  text-align: right;
  margin-bottom: 4.5rem;
}

.news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5rem;
}

@media (max-width: 1119px) {
  .news__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (min-width: 1120px) {
  .news__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 1119px) {
  .news__item {
    width: 100%;
    max-width: 45rem;
  }
}

@media (min-width: 1120px) {
  .news__item {
    width: calc(100% / 3 - 3rem);
  }
}

@media (max-width: 1119px) {
  .news__item:not(:last-child) {
    margin-bottom: 5rem;
  }
}

@media (min-width: 1120px) {
  .news__item:not(:last-child) {
    margin-bottom: 9rem;
  }
}

.news__link {
  display: block;
  width: 100%;
  height: 27rem;
  margin-bottom: 4rem;
  overflow: hidden;
  background: rgba(178, 178, 178, 0.2);
}

.news__link:hover img {
  -webkit-filter: blur(0.3px) brightness(80%);
          filter: blur(0.3px) brightness(80%);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.news__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.news__title, .news__title:link, .news__title:visited {
  display: block;
  margin-bottom: 2rem;
  font-family: 'CenturyGothic',sans-serif;
  /*font-family: 'BodoniC', sans-serif;*/
  font-size: 1.7rem;
  text-align: center;
  text-decoration: none;
  color: inherit;
  text-transform: uppercase;
  -webkit-transition: color .2s;
  transition: color .2s;
}

.news__title:hover {
  color: #c69b1f;
}

.news__details {
  padding: 0 1.7rem;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #b2b2b2;
}

@media (max-width: 600px) {
  .news__details {
    max-width: 36rem;
    margin: 0 auto;
  }
}

.news__date {
  color: #000;
}

.news__category, .news__category:link, .news__category:visited {
  margin-left: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  padding: .5rem 1rem;
  border: 1px solid #c69b1f;
  background: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.news__category:hover {
  color: #fff;
  background: #c69b1f;
}

.news__desc {
  font-size: 1.6rem;
  line-height: 2.5rem;
}

@media (max-width: 600px) {
  .news__desc {
    max-width: 36rem;
    margin: 4rem auto 0;
  }
}

@media (min-width: 601px) {
  .news__desc {
    margin: 4rem 0 0;
  }
}

.btn--more-news {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .btn--more-news {
    width: 45rem;
  }
}

.form {
  position: relative;
  width: 100%;
  max-width: 45rem;
  padding: 5rem;
  -webkit-box-shadow: 0 0 3rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3rem rgba(0, 0, 0, 0.2);
  background-color: #fff;
  overflow: hidden;
}

@media (max-width: 860px) {
  .form {
    padding: 2.5rem 3.5rem;
  }
}

@media (min-width: 861px) {
  .form {
    width: 100%;
    min-height: 41rem;
    padding: 5rem;
  }
}

.form::before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: -80px;
  width: 33rem;
  height: 43rem;
  display: block;
  background: url(/image/catalog/img/logo-large-1.png) no-repeat center transparent;
  content: '';
  opacity: .3;
}

.form-box {
  position: relative;
  z-index: 2;
}

.form__header {
  margin-bottom: 3.5rem;
  font-size: 1.6rem;
  color: #3d5c7d;
  text-align: center;
}

.form__title {
  font-family: 'BodoniC', sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
}

.form__group {
  margin-bottom: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 2px solid #f3d986;
}

.form [class^="icon-"],
.form [class*=" icon-"] {
  color: #f3d986;
  margin-right: .5rem;
}

.form__input {
  width: 100%;
  padding: 1rem .5rem .5rem;
  border: transparent;
  font-size: 1.6rem;
  background: transparent;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.form__input:focus {
  outline: none;
}

.form__btn {
  width: 100%;
}

.slider-box {
  position: relative;
  width: 100%;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .slider-box {
    height: 75rem;
    padding-bottom: 8rem;
  }
}

@media (min-width: 1025px) {
  .slider-box {
    height: 84rem;
  }
}

.slider-bg--left {
  position: absolute;
  z-index: 1;
}

@media (max-width: 1024px) {
  .slider-bg--left {
    top: 3rem;
    right: calc(50vw - 13rem);
    width: 65rem;
    height: 40rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 55% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 55% 100%, 0 100%);
  }
}

@media (min-width: 1025px) {
  .slider-bg--left {
    top: 0;
    left: 0;
    width: calc((100vw - 117rem)/2 + 67rem);
    height: 79rem;
    -webkit-clip-path: polygon(0 0, 100% 0, calc((100vw - 117rem)/2 + 5.5rem) 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, calc((100vw - 117rem)/2 + 5.5rem) 100%, 0 100%);
  }
}

.slider-bg--right {
  position: absolute;
  z-index: 2;
  bottom: 0;
}

@media (max-width: 1024px) {
  .slider-bg--right {
    left: calc(50vw - 14.5rem);
    width: 67rem;
    height: 40rem;
    -webkit-clip-path: polygon(45% 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(45% 0, 100% 0, 100% 100%, 0 100%);
  }
}

@media (min-width: 1025px) {
  .slider-bg--right {
    right: 0;
    width: calc((100vw - 117rem)/2 + 68rem);
    height: 79rem;
    -webkit-clip-path: polygon(62rem 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(62rem 0, 100% 0, 100% 100%, 0 100%);
  }
}

.slider-bg__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider__wrapper {
  position: relative;
  z-index: 3;
  max-width: 100rem;
  margin: 9rem auto 0;
}

@media (min-width: 1200px) {
  .slider__wrapper {
    -webkit-transform: translateX(9rem);
            transform: translateX(9rem);
  }
}

.slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  .slider-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.slider-img {
  position: relative;
  z-index: 3;
}

@media (max-width: 1024px) {
  .slider-img {
    width: 27rem;
  }
}

.slider-img__box {
  position: relative;
  display: block;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .slider-img__box {
    width: 29rem;
    height: 37rem;
  }
}

@media (min-width: 1025px) {
  .slider-img__box {
    width: 50rem;
    height: 64.2rem;
  }
}

.slider-img--bottom {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 1.8rem;
  width: 48rem;
  height: 2rem;
  display: block;
  content: '';
  background-color: #c69b1f;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.slider-img--right {
  position: absolute;
  z-index: 2;
  top: 1.8rem;
  right: 0;
  width: 2rem;
  height: 62.5rem;
  display: block;
  content: '';
  background-color: #c69b1f;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.slider-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

@media (max-width: 1024px) {
  .slider-text {
    max-width: 29rem;
    margin-top: 1.3rem;
  }
}

@media (min-width: 1025px) {
  .slider-text {
    max-width: 41rem;
  }
}

.slider__title {
  font-family: 'BodoniC', sans-serif;
  color: #3d5c7d;
  text-align: right;
  line-height: 1;
  margin-right: 10px;
}

@media (max-width: 1024px) {
  .slider__title {
    font-size: 4rem;
  }
}

@media (min-width: 1025px) {
  .slider__title {
    font-size: 5.5rem;
  }
}

.slider__desc {
  color: #3d5c7d;
  text-align: right;
  line-height: 1;
}

@media (max-width: 1024px) {
  .slider__desc {
    margin: 1.8rem 0 3.2rem;
    font-size: 2.1rem;
  }
}

@media (min-width: 1025px) {
  .slider__desc {
    margin: 3rem 0;
    font-size: 1.8rem;
    margin-right: 10px;
  }
}

.slider__quote {
  font-style: italic;
  color: #3d5c7d;
  position: relative;
  margin-right: 10px;
  text-align: justify;
}

@media (max-width: 1024px) {
  .slider__quote {
    font-size: 1.6rem;
  }
}

@media (min-width: 1025px) {
  .slider__quote {
    font-size: 1.8rem;
  }
}

.slider__quote::before {
  position: absolute;
  z-index: 1;
  content: '';
  background-image: url(/image/catalog/img/quote.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (max-width: 1024px) {
  .slider__quote::before {
    top: -2.5rem;
    left: -3.2rem;
    width: 4.3rem;
    height: 4rem;
  }
}

@media (min-width: 1025px) {
  .slider__quote::before {
    top: -4.5rem;
    left: -6rem;
    width: 7.8rem;
    height: 7rem;
  }
}

.slider__link {
  width: 27.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.7rem;
  font-weight: 700;
  color: #3d5c7d;
  text-decoration: none;
  border-bottom: 1px solid #3d5c7d;
}

@media (max-width: 1024px) {
  .slider__link {
    margin-top: 3.3rem;
  }
}

@media (min-width: 1025px) {
  .slider__link {
    margin-top: 8rem;
  }
}

.slider__link i {
  margin-left: 5px;
  -webkit-transform: translatey(1px);
          transform: translatey(1px);
}

.owl-carousel {
  background-color: transparent;
}

.owl-carousel .owl-wrapper-outer {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid transparent;
}

.owl-carousel .owl-buttons div {
  opacity: 1;
  color: #c69b1f;
  font-size: 4rem;
}

.owl-pagination {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  top: 5px;
  margin: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.owl-buttons {
  display: contents;
}

.owl-controls {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.owl-controls .owl-page {
  border: 2px solid #c69b1f;
  padding: 2px;
  border-radius: 50%;
}

.owl-controls .owl-page span {
  width: 9px;
  height: 9px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.owl-controls .owl-page.active span {
  background-color: #c69b1f;
}

.owl-controls .owl-buttons .owl-prev, .owl-controls .owl-buttons .owl-next {
  position: relative;
  top: 0;
  left: 0;
  text-shadow: none;
}

.owl-controls .owl-buttons .owl-prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.owl-controls .owl-buttons .owl-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination__link, .pagination__link:link, .pagination__link:visited {
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #353535;
  margin: 0 0.8rem;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.pagination__link-first {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.pagination__link-last {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.pagination__link:hover {
  color: #f3d986;
}

.pagination__link--curent, .pagination__link--curent:link, .pagination__link--curent:visited {
  color: #b2b2b2;
}

.footer {
  background-color: #7ba0c9;
  color: #fff;
}

@media (max-width: 1200px) {
  .footer {
    padding: 3.5rem 1.5rem 4rem;
  }
}

@media (min-width: 1201px) {
  .footer {
    padding: 3.5rem 0 4rem;
  }
}

.footer__wrapper {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 760px) {
  .footer__wrapper {
    max-width: 32rem;
  }
}

@media (min-width: 761px) {
  .footer__wrapper {
    max-width: 117rem;
  }
}

.footer__copyright {
  max-width: 23rem;
}

@media (min-width: 1201px) {
  .footer__copyright {
    margin-left: 1.7rem;
  }
}

.footer__logo {
  margin-bottom: 1.7rem;
  width: 180px;
}

@media (max-width: 760px) {
  .footer-nav {
    margin: 30px 0 40px;
  }
}

.footer-nav__link, .footer-nav__link:link, .footer-nav__link:visited {
  display: block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-nav__link:not(:last-child) {
  margin-bottom: 2rem;
}

@media (min-width: 1201px) {
  .footer-contact {
    margin-right: 17rem;
  }
}

.footer-contact__item {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer-contact__item [class^="icon-"],
.footer-contact__item [class*=" icon-"] {
  color: #c69b1f;
  margin-right: .5rem;
}

.footer-contact__item:not(:last-child) {
  margin-bottom: 1.6rem;
}

.header {
  position: relative;
  z-index: 99;
}

.header-logo__link, .header-logo__link:link, .header-logo__link:visited {
  text-decoration: none;
}

@media (max-width: 500px) {
  .header-logo__link, .header-logo__link:link, .header-logo__link:visited {
    max-width: calc(100% - 12rem);
  }
}

.header-logo__box {
  z-index: 1501;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 4rem;
  background-color: #fff;
  -webkit-transform: skewX(-33deg) translateX(-40px);
          transform: skewX(-33deg) translateX(-40px);
  -webkit-box-shadow: 0 0 2rem rgba(61, 92, 125, 0.4);
          box-shadow: 0 0 2rem rgba(61, 92, 125, 0.4);
}

@media (max-width: 910px) {
  .header-logo__box {
    position: fixed;
    width: 100%;
    padding: 1rem 2rem;
  }
}

@media (min-width: 911px) {
  .header-logo__box {
    position: absolute;
    height: 11.5rem;
  }
}

@media (min-width: 911px) and (max-width: 1030px) {
  .header-logo__box {
    width: 50rem;
  }
}

@media (min-width: 1031px) and (max-width: 1282px) {
  .header-logo__box {
    width: 40rem;
  }
}

@media (min-width: 1283px) {
  .header-logo__box {
    width: calc((100vw - 117rem)/2 + 37rem);
  }
}

.header-logo__img {
  -webkit-transform: skewX(33deg);
          transform: skewX(33deg);
  width: 100%;
}

.header__phone, .header__phone:link, .header__phone:visited {
  color: #353535;
  font-size: 1.8rem;
  line-height: 1;
  text-decoration: none;
}

.header-wrapper {
  max-width: 117rem;
  margin: 0 auto;
}

@media (max-width: 910px) {
  .header-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 22rem;
  }
}

@media (min-width: 911px) and (max-width: 1030px) {
  .header-wrapper {
    height: 11rem;
  }
}

@media (max-width: 1030px) {
  .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 910px) {
  .header-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

@media (max-width: 1080px) {
  .lang--top {
    display: none;
  }
  .lang--nav {
    margin: 1rem auto;
  }
}

@media (min-width: 1081px) {
  .lang--nav {
    display: none;
  }
}

@media (min-width: 1081px) and (max-width: 1200px) {
  .lang--top {
    margin-right: 190px;
    margin-left: auto;
  }
}

@media (min-width: 1201px) {
  .lang--top {
    margin-right: 260px;
    margin-left: auto;
  }
}

.lang__link {
  font-size: 1.6rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #353535;
}

@media (max-width: 1080px) {
  .lang__link {
    color: #fff;
  }
}

.lang__link--current {
  color: #c69b1f;
}

@media (max-width: 910px) {
  .btn--popup {
    width: 100%;
    margin-top: 1.6rem;
  }
}

@media (min-width: 911px) {
  .btn--popup {
    width: 27rem;
    margin-left: 2rem;
  }
}

.white-popup {
  position: relative;
  width: 100%;
  max-width: 45rem;
  margin: 0 auto;
}

@media (max-width: 960px) {
  .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 961px) {
  .grid {
    display: -ms-grid;
    display: grid;
    gap: 3rem;
    -ms-grid-columns: (1fr)[12];
        grid-template-columns: repeat(12, 1fr);
  }
  .grid__box-1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 8;
    -ms-grid-row: 1;
        grid-row-start: 1;
    grid-row-end: 2;
  }
  .grid__box-2 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 8;
    -ms-grid-row: 2;
        grid-row-start: 2;
    grid-row-end: 3;
  }
  .grid__box-3 {
    -ms-grid-column: 8;
        grid-column-start: 8;
    grid-column-end: 13;
    -ms-grid-row: 1;
        grid-row-start: 1;
    grid-row-end: 3;
  }
  .grid__box-4 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 6;
    -ms-grid-row: 3;
        grid-row-start: 3;
    grid-row-end: 5;
  }
  .grid__box-5 {
    -ms-grid-column: 6;
        grid-column-start: 6;
    grid-column-end: 13;
    -ms-grid-row: 3;
        grid-row-start: 3;
    grid-row-end: 4;
  }
  .grid__box-6 {
    -ms-grid-column: 6;
        grid-column-start: 6;
    grid-column-end: 13;
    -ms-grid-row: 4;
        grid-row-start: 4;
    grid-row-end: 5;
  }
  .grid__box-7 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 8;
    -ms-grid-row: 5;
        grid-row-start: 5;
    grid-row-end: 6;
  }
  .grid__box-8 {
    -ms-grid-column: 8;
        grid-column-start: 8;
    grid-column-end: 13;
    -ms-grid-row: 5;
        grid-row-start: 5;
    grid-row-end: 6;
  }
  .grid__box-9 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 6;
    -ms-grid-row: 6;
        grid-row-start: 6;
    grid-row-end: 8;
  }
  .grid__box-10 {
    -ms-grid-column: 6;
        grid-column-start: 6;
    grid-column-end: 13;
    -ms-grid-row: 6;
        grid-row-start: 6;
    grid-row-end: 7;
  }
  .grid__box-11 {
    -ms-grid-column: 6;
        grid-column-start: 6;
    grid-column-end: 13;
    -ms-grid-row: 7;
        grid-row-start: 7;
    grid-row-end: 8;
  }
  .grid__box-12 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 8;
  }
  .grid__box-13 {
    -ms-grid-column: 8;
        grid-column-start: 8;
    grid-column-end: 13;
  }
}

@media (max-width: 910px) {
  .nav {
    position: fixed;
  }
}

@media (min-width: 911px) and (max-width: 1030px) {
  .nav {
    position: absolute;
  }
}

@media (max-width: 1080px) {
  .nav {
    z-index: 1500;
    top: 0;
    left: 1.5rem;
    width: 27rem;
    max-height: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media (min-width: 1081px) {
  .nav {
    padding: 1.6rem 0;
    background-color: #7ba0c9;
  }
}

.nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1080px) {
  .nav-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 0 2rem;
  }
}

@media (min-width: 1081px) {
  .nav-wrapper {
    max-width: 117rem;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1201px) {
  .nav-wrapper {
    padding-right: 7rem;
  }
}

.nav__checkbox {
  display: none;
}

@media (max-width: 1080px) {
  .nav__button {
    height: 5rem;
    width: 5rem;
    text-align: center;
    cursor: pointer;
    -webkit-transform: skew(33deg) translate(-3rem, -1rem);
            transform: skew(33deg) translate(-3rem, -1rem);
  }
}

@media (min-width: 1081px) {
  .nav__button {
    display: none;
  }
}

.nav__link, .nav__link:link, .nav__link:visited {
  font-family: 'BodoniC', sans-serif;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 1080px) {
  .nav__link, .nav__link:link, .nav__link:visited {
    font-size: 1.8rem;
    margin: 2rem 0;
  }
}

@media (min-width: 1081px) {
  .nav__link, .nav__link:link, .nav__link:visited {
    font-size: 1.6rem;
    margin: 0 2rem;
  }
}

.nav__link--curent {
  color: #f3d986 !important;
}

.nav__checkbox:checked ~ .header .nav {
  max-height: 80rem;
  padding-top: 12rem;
}

.nav__icon {
  position: relative;
  margin-top: 3rem;
}

.nav__icon, .nav__icon::before, .nav__icon:after {
  width: 5rem;
  height: 3px;
  display: inline-block;
  background-color: #c69b1f;
}

.nav__icon::before, .nav__icon:after {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.nav__icon::before {
  top: -1.5rem;
}

.nav__icon::after {
  top: 1.5rem;
}

.nav__checkbox:checked + .header .nav__button .nav__icon {
  background-color: transparent;
}

.nav__checkbox:checked + .header .nav__button .nav__icon:before {
  top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.nav__checkbox:checked + .header .nav__button .nav__icon:after {
  top: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.contactform {
  min-height: 63rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(/image/catalog/img/bg-3.png);
  background-size: cover;
  overflow: hidden;
}

@media (max-width: 480px) {
  .contactform .form {
    width: calc(100% - 3rem);
  }
}

@media (max-width: 760px) {
  .about {
    padding: 2.5rem 0 9rem;
  }
}

@media (min-width: 761px) {
  .about {
    padding: 8rem 0 13rem;
  }
}

@media (max-width: 760px) {
  .about .benefits {
    margin-top: 14rem;
    margin-bottom: 7rem;
  }
}

@media (min-width: 761px) {
  .about .benefits {
    margin-top: 8rem;
    margin-bottom: 6rem;
  }
}

.about__wrapper {
  max-width: 97rem;
  margin: 0 auto;
}

.about__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 760px) {
  .about__container {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (min-width: 761px) {
  .about__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.about__img {
  width: 100%;
}

@media (max-width: 760px) {
  .about__img {
    max-width: 360px;
  }
}

.about__img-box {
  max-width: 51rem;
}

@media (max-width: 760px) {
  .about__img-box {
    height: 47rem;
  }
}

@media (min-width: 761px) {
  .about__img-box {
    height: 66rem;
  }
}

.about-box {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4rem rgba(61, 92, 125, 0.3);
          box-shadow: 0 0 4rem rgba(61, 92, 125, 0.3);
  color: #3d5c7d;
}

@media (max-width: 560px) {
  .about-box {
    max-width: calc(100% - 3rem);
  }
}

@media (min-width: 560px) and (max-width: 760px) {
  .about-box {
    max-width: calc(100% - 20rem);
  }
}

@media (max-width: 760px) {
  .about-box {
    width: 100%;
    padding: 3.5rem 3rem;
  }
}

@media (min-width: 761px) {
  .about-box {
    right: 0;
    width: 57rem;
    padding: 7rem 7rem 7rem 10rem;
  }
}

@media (max-width: 1200px) {
  .about-box {
    right: 1.5rem;
  }
}

.about-box__year {
  margin: 3rem 0;
  line-height: 1em;
}

@media (max-width: 760px) {
  .about-box__year {
    font-size: 1.8rem;
  }
}

@media (min-width: 761px) {
  .about-box__year {
    font-size: 2.1rem;
  }
}

.about-box__desc {
  font-style: italic;
}

@media (max-width: 760px) {
  .about-box__desc {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}

@media (min-width: 761px) {
  .about-box__desc {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}

.about__content {
  margin-top: 5rem;
  text-align: justify;
}

@media (max-width: 960px) {
  .about__content {
    padding: 0 1.5rem;
    text-align: justify;
  }
}

.about__text {
  font-size: 1.8rem;
  line-height: 2.5rem;
  margin-bottom: 1.3rem;
}

.about__text::first-letter {
  font-size: 3.2rem;
  color: #3d5c7d;
}

.about__secondary {
  background: #f3d986;
}

@media (max-width: 1023px) {
  .price {
    padding-top: 4rem;
  }
}

@media (min-width: 1024px) {
  .price {
    padding-top: 16.5rem;
  }
}

.price__wrapper {
  position: relative;
  max-width: 117rem;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .price__wrapper::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 56rem;
    height: 85rem;
    display: block;
    content: '';
    background-image: url(/image/catalog/img/books-img.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-transform: translate(-9rem, -4rem);
            transform: translate(-9rem, -4rem);
  }
}

@media (max-width: 1023px) {
  .price .heading-primary {
    margin-bottom: 2rem;
    padding: 0 1.5rem;
  }
}

@media (min-width: 1024px) {
  .price .heading-primary {
    text-align: center;
    margin-bottom: 7rem;
  }
}

.price-box {
  position: relative;
  z-index: 1;
  max-width: 97rem;
  background: #fff;
  margin: 0 auto 9.4rem;
}

@media (min-width: 1024px) {
  .price-box {
    -webkit-box-shadow: 0 0 3rem rgba(61, 92, 125, 0.2);
            box-shadow: 0 0 3rem rgba(61, 92, 125, 0.2);
  }
}

.price-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 1023px) {
  .price-row {
    border-top: 1px solid #7ba0c9;
  }
  .price-row:last-child {
    border-bottom: 1px solid #7ba0c9;
  }
}

@media (min-width: 1024px) {
  .price-row:not(:last-child):after {
    position: absolute;
    bottom: 0;
    left: 2.5rem;
    height: 2px;
    width: calc(100% - 5rem);
    content: '';
    display: block;
    background-color: #c69b1f;
  }
}

.price__title {
  padding: 1rem 2.5rem;
  font-size: 1.8rem;
}

@media (max-width: 1023px) {
  .price__title {
    width: calc(100% - 15rem);
    text-align: right;
  }
}

@media (min-width: 1024px) {
  .price__title {
    width: calc(100% - 27rem);
  }
}

.price__cost {
  padding: 1rem 2.5rem;
  text-align: center;
  font-weight: 700;
}

@media (max-width: 1023px) {
  .price__cost {
    width: 15rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #7ba0c9;
    font-size: 1.4rem;
    border-left: 1px solid #7ba0c9;
  }
}

@media (min-width: 1024px) {
  .price__cost {
    width: 27rem;
    background-color: #7ba0c9;
    color: #fff;
    font-size: 1.8rem;
  }
}

.price-row:not(:last-child) .price__title,
.price-row:not(:last-child) .price__cost {
  padding-bottom: calc(1rem + 2px);
}

@media (min-width: 1024px) {
  .price-row:first-child .price__title,
  .price-row:first-child .price__cost {
    padding-top: 3rem;
  }
}

@media (min-width: 1024px) {
  .price-row:last-child .price__title,
  .price-row:last-child .price__cost {
    padding-bottom: 3rem;
  }
}

@media (max-width: 960px) {
  .service-page {
    padding: 18rem 1.5rem 9rem;
  }
}

@media (min-width: 961px) {
  .service-page {
    padding: 18rem 0 9rem;
  }
}

.service-page__wrapper {
  margin: 0 auto;
}

@media (min-width: 961px) {
  .service-page__wrapper {
    max-width: 117rem;
  }
}

.service-page__header {
  max-width: 97rem;
  margin: 0 auto;
  padding: 8rem 0 3.4rem;
}

.service-page-box {
  position: relative;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 2rem rgba(61, 92, 125, 0.4);
          box-shadow: 0 0 2rem rgba(61, 92, 125, 0.4);
  background-color: #fff;
}

@media (max-width: 579px) {
  .service-page-box {
    max-width: calc(100% - 60px);
  }
}

@media (min-width: 580px) and (max-width: 1024px) {
  .service-page-box {
    max-width: 43rem;
  }
}

@media (max-width: 1024px) {
  .service-page-box {
    margin-right: 0;
  }
}

@media (min-width: 1025px) {
  .service-page-box {
    max-width: 67rem;
    -webkit-transform: translateX(150px);
            transform: translateX(150px);
    margin-bottom: 25rem;
  }
}

.service-page-box::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background-image: url(/image/catalog/img/u.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

@media (max-width: 579px) {
  .service-page-box::before {
    width: 12rem;
    height: 29rem;
    -webkit-transform: translate(-6.5rem, -7.5rem);
            transform: translate(-6.5rem, -7.5rem);
  }
}

@media (min-width: 580px) and (max-width: 1024px) {
  .service-page-box::before {
    width: 19rem;
    height: 40rem;
    -webkit-transform: translate(-12rem, -12rem);
            transform: translate(-12rem, -12rem);
  }
}

@media (min-width: 1025px) {
  .service-page-box::before {
    width: 37rem;
    height: 75rem;
    -webkit-transform: translate(-29.5rem, -13rem);
            transform: translate(-29.5rem, -13rem);
  }
}

@media (max-width: 1024px) {
  .service-page-box .heading-primary {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1025px) {
  .service-page-box .heading-primary {
    margin-bottom: 4rem;
  }
}

@media (max-width: 1024px) {
  .service-page-box__container {
    padding: 2rem 3rem;
  }
}

@media (min-width: 1025px) {
  .service-page-box__container {
    padding: 4rem 10rem;
  }
}

.service-page-box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #353535;
  text-decoration: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 479px) {
  .service-page-box__item {
    font-size: 1.4rem;
  }
}

@media (min-width: 1025px) {
  .service-page-box__item {
    font-size: 2rem;
  }
}

.service-page-box__item:not(:last-child) {
  margin-bottom: 1.8rem;
}

.service-page-box__item i {
  color: #c69b1f;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  margin-right: .5rem;
}

.service-page-popup__btn, .service-page-popup__btn:link, .service-page-popup__btn:visited {
  height: 6.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  font-family: 'BodoniC', sans-serif;
}

.service-page__container {
  width: 100%;
  display: block;
}

@media (min-width: 961px) {
  .service-page__container {
    padding: 3rem;
    background-image: url(/image/catalog/img/bg-4.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.service-page__item {
  padding: 3rem;
  border-radius: 5px;
}

@media (max-width: 960px) {
  .service-page__item {
    color: #fff;
    background-color: #7ba0c9;
    margin-bottom: 3rem;
  }
}

@media (min-width: 961px) {
  .service-page__item {
    background-color: rgba(255, 255, 255, 0.6);
  }
}

.service-page__item--secondary {
  padding: 3rem;
  border-radius: 5px;
  background-color: #c69b1f;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #fff;
  font-family: 'BodoniC', sans-serif;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service-page__title, .service-page__title:link, .service-page__title:visited {
  display: block;
  margin-bottom: 1rem;
  font-family: 'BodoniC', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1em;
  color: inherit;
  text-decoration: none;
  -webkit-transition: color .2s;
  transition: color .2s;
}

.service-page__title:hover {
  color: #c69b1f;
}

.service-page__desc {
  font-size: 1.3rem;
  line-height: 1.9rem;
  text-indent: 1.6rem;
}

.link--more, .link--more:link, .link--more:visited {
  display: block;
  margin-top: 2rem;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.9rem;
}

@media (min-width: 961px) {
  .link--more, .link--more:link, .link--more:visited {
    color: #7ba0c9;
  }
}

.news-page {
  padding: 9rem 0 10rem;
}

@media (max-width: 1200px) {
  .news-page {
    padding: 9rem 1.5rem 10rem;
  }
}

@media (min-width: 1201px) {
  .news-page {
    padding: 9rem 0 10rem;
  }
}

.news-page__heading {
  padding-bottom: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.input-group {
  width: 525px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #c69b1f;
}

@media (max-width: 760px) {
  .input-group {
    margin-top: 2.5rem;
  }
}

.input--search {
  width: calc(100% - 4.3rem);
  height: 4.3rem;
  padding: 1.8rem;
  border: transparent;
  outline: none;
  color: #b2b2b2;
  border-right: 1px solid #c69b1f;
}

.input--search:focus {
  outline: none;
}

@media (max-width: 1200px) {
  .contact {
    padding: 11rem 1.5rem 10rem;
  }
}

@media (min-width: 1201px) {
  .contact {
    padding: 11rem 0 10rem;
  }
}

.contact .heading-primary {
  margin-bottom: 4rem;
}

@media (max-width: 860px) {
  .contact .heading-primary {
    font-size: 2.7rem;
    text-align: center;
  }
}

.contact__wrapper {
  margin: 0 auto;
  max-width: 97rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 860px) {
  .contact__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 861px) {
  .contact__box {
    max-width: 37rem;
  }
}

.contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.8rem;
  line-height: 3rem;
}

.contact__item:not(:last-child) {
  margin-bottom: 2rem;
}

@media (max-width: 860px) {
  .contact__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 6.5rem;
  }
}

.contact__item i {
  color: #f3d986;
  margin-right: .5rem;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  font-size: 2.2rem;
}

@media (min-width: 1201px) {
  .contact-page__form {
    -webkit-transform: translateX(4rem);
            transform: translateX(4rem);
  }
}

@media (max-width: 960px) {
  .page {
    padding: 10rem 1.5rem 5rem;
  }
}

@media (min-width: 961px) {
  .page {
    padding: 10rem 0;
  }
}

.page__wrap {
  margin: 0 auto;
}

@media (min-width: 961px) {
  .page__wrap {
    max-width: 117rem;
  }
}

.page__heading {
  margin: 0 auto 3rem;
}

.page__heading h1 {
  text-align: center;
}

.page__container h3 {
  text-align: center!important;
}

.page__container {
  line-height: 1.5;
  font-family: 'CenturyGothic', sans-serif !important;
}

.page__container p span {
  font-family: 'CenturyGothic', sans-serif !important;
  text-align: justify;
}
.page__container h3 span{
  color: #7ba0c9 !important;
  font-family: 'CenturyGothic', sans-serif !important;
  text-align: justify;
}

.page__container p:not(:last-child) {
  margin: 0 auto 2rem;
}

.page__container h2 {
  margin: 3rem auto 2rem;
  color: #7ba0c9;
  font-weight: 400;
  text-transform: uppercase;
}

.page__container h3 {
  margin: 2rem auto 1rem;
  color: #3d5c7d;
}

.page-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-img__box {
  width: 100%;
  height: 35rem;
  margin: 3rem auto 5rem;
  overflow: hidden;
}