@charset "UTF-8";
/*============= ALIGNES ===============*/
.alignwide {
  width: 100%;
}

.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 1920px;
}

@media only screen and (min-width: 1920px) {
  .alignfull {
    width: 1920px !important;
    margin-left: -375px !important;
    margin-right: -375px !important;
  }
}
/* =========== BASE CONFIG =========== */
html,
::after,
::before {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  box-sizing: inherit;
}

body {
  background-color: #fff;
  max-width: 1920px;
  overflow-x: hidden;
  margin: 0 auto;
  box-shadow: 0 0 20px 5px #747474;
}
body._lock {
  overflow: hidden;
}

a {
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 118%;
  color: #262838;
  transition: all 0.3s ease-in;
}
a:hover {
  color: #406CB4;
}

ul li {
  margin-left: 20px;
  list-style-position: initial;
  color: #262838;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 15px;
}
ul li::marker {
  color: #406CB4;
}

ol li {
  margin-left: 20px;
  list-style-position: initial;
  color: #262838;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 15px;
}

strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 30px 0 15px 0;
  font-weight: 700;
  line-height: 200%;
  color: #262838;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #262838;
}

.page-title {
  margin: 0;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 36px;
  line-height: 217%;
  color: #262838;
  margin-bottom: 40px;
}
.page-title span {
  font-weight: inherit;
  color: #406CB4;
}

.block-title {
  margin: 0;
  font-weight: 700;
  font-size: 36px;
  line-height: 130%;
  color: #262838;
}
.block-title span {
  font-weight: inherit;
  color: #406CB4;
}

span.subtitle {
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #797A84;
}

main.foned {
  position: relative;
  overflow: hidden;
  z-index: 999;
}
main.foned:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.breadcrumbs {
  padding: 30px 0 20px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #B7B8BD;
}
.breadcrumbs span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.breadcrumbs span.current-item {
  color: #406CB4;
}
.breadcrumbs .current-item span {
  color: #406CB4;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  padding: 0 36px;
  background: #406CB4;
  border: 1px solid #406CB4;
  outline: none;
  font-family: "Inter", sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.btn:hover {
  color: #FFFFFF;
  background-color: #E35054;
  border: 1px solid #E35054;
}
.btn__outline {
  background-color: #fff;
  border: 1px solid #EBEBEC;
  color: rgba(64, 108, 180, 0.6);
}
.btn__outline:hover {
  background-color: #406CB4;
  border: 1px solid #406CB4;
}

.nav-menu-element {
  list-style: none;
  margin: 0;
  transition: border 0.3s ease-in;
  border-bottom: 1px solid transparent;
}
.nav-menu-element.active > a {
  border-bottom: 1px solid #fff;
}
.nav-menu-element a {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
  line-height: 118%;
}
.nav-menu-element:hover {
  border-color: #fff;
}

#main,
#primary {
  min-height: 83vh;
}

/*============ HEADER =================*/
.header__main {
  padding: 25px 0 16px;
}
.header__main .container {
  min-height: 80px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.header .logo {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 430px;
}
.header .logo__first {
  width: 193px;
  flex-shrink: 0;
  margin-top: -5px;
}
.header .logo__first img {
  width: 100%;
}
.header .logo__second {
  margin-left: auto;
  flex-shrink: 0;
  width: 191px;
}
.header .logo__second img {
  width: 100%;
}
.header__soc {
  display: flex;
  margin-left: auto;
  margin-right: 50px;
}
.header__soc-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #406CB4;
  margin-right: 15px;
}
.header__soc-link:last-child {
  margin-right: 0;
}
.header__soc-link:hover {
  background-color: #E35054;
}
.header__contacts {
  flex-shrink: 0;
}
.header__contacts .phone {
  display: flex;
  justify-content: flex-end;
}
.header__contacts .phone:first-child {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #406CB4;
}
.header__contacts .email {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__contacts .email svg {
  margin-right: 5px;
}
.header__navigation {
  min-height: 60px;
  background-color: #406CB4;
  display: flex;
  align-items: center;
}
.header .menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  -moz-column-gap: 50px;
       column-gap: 50px;
  -moz-column-count: 3;
       column-count: 3;
  transform: translateY(55px);
  transition: all 0.2s ease;
  transition-delay: 0.15s;
  visibility: hidden;
  z-index: -100;
  background-color: #ffffff;
  padding: 30px 10px 15px 43px;
}
.header .menu .sub-menu .nav-menu-element {
  margin: 10px 0;
}
.header .menu .sub-menu .nav-menu-element:first-child {
  margin-top: 0;
}
.header .nav-menu-element.has-childs > a {
  position: relative;
  padding-right: 20px;
}
.header .nav-menu-element.has-childs > a::before {
  content: "";
  background-color: #10111d;
  width: 2px;
  height: 7px;
  position: absolute;
  right: 8px;
  top: 10px;
  margin-top: -2px;
  transform: rotate(-45deg);
  transition: all 0.5s ease;
}
.header .nav-menu-element.has-childs > a::after {
  content: "";
  background-color: #10111d;
  width: 2px;
  height: 7px;
  position: absolute;
  right: 4px;
  top: 10px;
  margin-top: -2px;
  transform: rotate(45deg);
  transition: all 0.5s ease;
}
.header .nav-menu-element.has-childs.active > a::before, .header .nav-menu-element.has-childs.active > a::after {
  background-color: #406CB4;
}
.header .nav-menu-element.has-childs:hover > a::before {
  transform: rotate(-135deg);
  background-color: #406CB4;
}
.header .nav-menu-element.has-childs:hover > a::after {
  transform: rotate(135deg);
  background-color: #406CB4;
}
.header .nav-menu-element.has-childs:hover .sub-menu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  z-index: 100;
}

/*================ MOBILE MNU =============*/
.header .burger.open_menu {
  display: none;
  flex-direction: column;
  background-color: transparent;
  height: 40px;
  width: 40px;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 2px;
  flex-shrink: 0;
}
.header .burger.open_menu span {
  background-color: #406CB4;
  width: 30px;
  height: 4px;
  transition: all 0.3s ease-in;
}
.header .burger.open_menu.clicked {
  background-color: #406CB4;
}
.header .burger.open_menu.clicked span {
  background-color: #fff;
}
.header #mobile-mnu {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 320px;
  box-shadow: 0px 0px 17px 16px rgba(64, 108, 180, 0.14);
  background-color: rgb(255, 255, 255);
  padding: 30px;
  transition: all 0.3s ease-in;
  transform: translateX(-350px);
  z-index: 9999;
}
.header #mobile-mnu #close-mnu {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  display: block;
}
.header #mobile-mnu #close-mnu svg {
  width: 24px;
  height: 24px;
}
.header #mobile-mnu .logo {
  margin-right: auto;
  margin-bottom: 20px;
}
.header #mobile-mnu .logo__text {
  margin-left: 10px;
}
.header #mobile-mnu .menuTop {
  margin-bottom: 10px;
}
.header #mobile-mnu .menuTop .nav-menu-element {
  margin: 15px 0;
}
.header #mobile-mnu .menuTop .nav-menu-element a {
  color: #262838;
}
.header #mobile-mnu .menuTop .nav-menu-element a:hover {
  font-weight: 500;
  color: #406CB4;
}
.header #mobile-mnu .menuTop .sub-menu {
  display: none;
  margin-left: 20px;
}
.header #mobile-mnu .email,
.header #mobile-mnu .phone {
  margin-bottom: 15px;
}
.header #mobile-mnu .email a,
.header #mobile-mnu .phone a {
  font-size: 18px;
}
.header #mobile-mnu .email svg,
.header #mobile-mnu .phone svg {
  margin-right: 10px;
}
.header #mobile-mnu .email .item,
.header #mobile-mnu .phone .item {
  display: flex;
  align-items: center;
}
.header #mobile-mnu .email .item ~ .item,
.header #mobile-mnu .phone .item ~ .item {
  margin-top: 5px;
}
.header #mobile-mnu .header__soc {
  display: flex;
  margin: 0;
  margin-top: 10px;
}
.header #mobile-mnu.opened {
  transform: translateX(0);
}

/*================ MRDIA HEADER =============*/
@media (max-width: 950px) {
  .header .menu .nav-menu-element a {
    padding: 0;
  }
}
@media (max-width: 860px) {
  .header .logo__second {
    display: none;
  }
  .header__navigation {
    display: none;
  }
  .header .burger.open_menu {
    display: flex;
    margin-left: 20px;
  }
  .header__soc {
    margin-right: 30px;
  }
}
@media (max-width: 660px) {
  .header__soc {
    display: none;
  }
}
@media (max-width: 510px) {
  .header__contacts {
    display: none;
  }
}

/*============ SINGLE PRODCUTS ===============*/
.single-product {
  padding-top: 20px;
}
.single-product .product {
  padding-bottom: 40px;
}
.single-product .product .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.single-product .product .swiper-slide {
  box-sizing: border-box;
}
.single-product .product .gallery {
  padding: 0 15px;
  display: flex;
  width: 50%;
  max-height: 410px;
}
.single-product .product .gallery__slider {
  width: 100%;
  height: 100%;
  margin-left: 25px;
  box-sizing: border-box;
}
.single-product .product .gallery__slider .image {
  width: 100%;
  height: 100%;
  padding: 10px;
  background: #F9F9F9;
  border: 1px solid #EBEBEC;
}
.single-product .product .gallery__slider .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-product .product .gallery__thumbs {
  position: relative;
  flex-shrink: 0;
  width: 129px;
  height: 100%;
}
.single-product .product .gallery__thumbs .thumbs {
  height: 100%;
}
.single-product .product .gallery__thumbs .thumbs .image {
  background-color: #F9F9F9;
  border: 1px solid #EBEBEC;
  height: 100%;
  padding: 15px;
}
.single-product .product .gallery__thumbs .thumbs .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-product .product .gallery__next, .single-product .product .gallery__prev {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 14px;
  height: 8px;
  transform: translate(-50%);
}
.single-product .product .gallery__next svg, .single-product .product .gallery__prev svg {
  display: block;
}
.single-product .product .gallery__prev {
  top: auto;
  bottom: 0;
}
.single-product .product .content {
  flex: 0 0 50%;
  padding: 0 15px;
}
.single-product .product .content__desc {
  margin-top: 10px;
}
.single-product .product .content__desc-title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}
.single-product .product .content__price {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.single-product .product .content__price .price {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #262838;
  margin-right: 10px;
}
.single-product .product .content__price .price span {
  font-weight: 700;
}
.single-product .about-product {
  padding: 60px 0;
  background-color: #F9F9F9;
}
.single-product .about-product .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.single-product .about-product .title {
  margin: 0;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 36px;
  line-height: 128%;
  color: #262838;
}
.single-product .about-product .desc {
  flex: 0 0 50%;
  padding: 0 15px;
}
.single-product .about-product .desc .documents .item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.single-product .about-product .desc .documents .item:last-child {
  margin-bottom: 0;
}
.single-product .about-product .desc .documents .item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border-radius: 50%;
  background-color: #406CB4;
  transition: background 0.3s ease-in;
}
.single-product .about-product .desc .documents .item__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #000000;
  transition: color 0.3s ease-in;
}
.single-product .about-product .desc .documents .item:hover .item__icon {
  background-color: #E35054;
}
.single-product .about-product .desc .documents .item:hover .item__name {
  color: #E35054;
}
.single-product .about-product .charack {
  flex: 0 0 50%;
  padding: 0 15px;
}
.single-product .about-product .charack .list {
  list-style: none;
}
.single-product .about-product .charack .list__item {
  margin: 0;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #406CB4;
}
.single-product .about-product .charack .list__item-name {
  max-width: 70%;
  font-size: 16px;
  line-height: 150%;
  color: #262838;
}
.single-product .about-product .charack .list__item-value {
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  padding-left: 10px;
  text-align: right;
}
.single-product .table {
  padding: 50px 0;
}
.single-product .table .block-title {
  margin-bottom: 40px;
}
.single-product .table__wrap {
  overflow-x: auto;
}
.single-product .table table {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
  border: 1px solid #EBEBEC;
}
.single-product .table th,
.single-product .table td {
  padding: 13px 25px;
}
.single-product .table th {
  border: 1px solid #406CB4;
  color: #FFFFFF;
}
.single-product .table tr:nth-child(2n+2) td {
  background-color: #F9F9F9;
}
.single-product .table__header {
  text-align: left;
  background-color: #406CB4;
}

@media (max-width: 1100px) {
  .single-product .product .gallery {
    width: 55%;
  }
  .single-product .product .content {
    flex-basis: 45%;
  }
}
@media (max-width: 880px) {
  .single-product .product .gallery {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .single-product .product .content {
    margin-top: 40px;
    flex-basis: 100%;
  }
}
@media (max-width: 780px) {
  .single-product .about-product .desc {
    flex-basis: 100%;
    margin-bottom: 30px;
  }
  .single-product .about-product .charack {
    flex-basis: 100%;
  }
}
@media (max-width: 769px) {
  .single-product .about-product .title {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .single-product .product .gallery__slider {
    margin-left: 10px;
  }
  .single-product .about-product {
    padding: 30px 0;
  }
}
@media (max-width: 510px) {
  .single-product .product .gallery {
    flex-direction: column-reverse;
  }
  .single-product .product .gallery__slider {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .single-product .product .gallery__thumbs {
    width: 100%;
    height: 129px;
  }
  .single-product .product .gallery__next, .single-product .product .gallery__prev {
    top: 50%;
    left: 0;
    transform: translate(0, -50%) rotate(-90deg);
  }
  .single-product .product .gallery__prev {
    left: auto;
    right: 0;
  }
  .single-product .product .content__price {
    margin-top: 30px;
  }
}
@media (max-width: 498px) {
  .single-product .about-product .title {
    font-size: 28px;
  }
}
@media (max-width: 420px) {
  .single-product .about-product .title {
    margin-bottom: 20px;
  }
  .single-product .about-product .desc .documents .item__icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .single-product .about-product .desc .documents .item__icon svg {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .single-product .about-product .charack .list__item-name {
    font-size: 12px;
  }
  .single-product .about-product .charack .list__item-value {
    font-size: 12px;
  }
}

/*============ ARHIVE PRODCUTS ===============*/
.archive-procucts {
  margin-bottom: 60px;
}
.archive-procucts .page-title {
  margin-bottom: 0;
  margin-bottom: 40px;
}
.archive-procucts .product {
  display: block;
  background-color: #F9F9F9;
  text-align: center;
  transition: background 0.3s ease-in;
}
.archive-procucts .product:hover {
  background-color: #406CB4;
}
.archive-procucts .product:hover .product__name {
  color: #FFFFFF;
}
.archive-procucts .product__icon {
  height: 170px;
  text-align: center;
}
.archive-procucts .product__icon img {
  width: auto;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.archive-procucts .product__name {
  padding: 10px;
  padding-bottom: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #262838;
  transition: color 0.3s ease-in;
}
.archive-procucts .row {
  display: flex;
  align-items: flex-start;
}
.archive-procucts .row .wrapper {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}
.archive-procucts .row .wrapper .product {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 3.5%;
}
.archive-procucts .row .wrapper .product:nth-child(3n) {
  margin-right: 0px;
}
.archive-procucts.taxanomy .config {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.archive-procucts.taxanomy .page-title {
  margin: 0;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .archive-procucts {
    margin-bottom: 40px;
  }
  .archive-procucts .row .wrapper .product {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .archive-procucts .row .wrapper .product:nth-child(2n) {
    margin-right: 0px;
  }
  .archive-procucts .row .wrapper .product:nth-child(3n) {
    margin-right: 2%;
  }
}
@media (max-width: 480px) {
  .archive-procucts .row .wrapper .product {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
}

/*============ SINGLE SERVICE ===============*/
.single-service {
  padding-top: 10px;
}
.single-service h1 {
  margin-top: 15px;
  position: relative;
}
.single-service h1::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 65px;
  height: 8px;
  background-color: #406CB4;
}
.single-service .content {
  padding: 60px;
  position: relative;
  height: 645px;
}
.single-service .content__image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-service .content__wrap {
  padding-left: calc((100% - 1170px) / 2);
}
.single-service .content .main {
  padding: 60px 55px;
  background-color: rgba(255, 255, 255, 0.75);
  max-width: 450px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.single-service .content .main__title {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-top: 22px;
  margin-bottom: 60px;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  color: #262838;
}
.single-service .content .main__title::before {
  content: "";
  position: absolute;
  top: 0;
  width: 65px;
  height: 8px;
  background-color: #406CB4;
}
.single-service .content .main__desc {
  font-weight: 400;
  font-size: 18.604px;
  line-height: 150%;
  color: #797A84;
  text-shadow: 0px 4px 30px rgba(0, 0, 0, 0.2);
}
.single-service .content .main__desc span {
  color: #406CB4;
}
.single-service .nav {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  margin: 0 -15px;
}
.single-service .nav__link {
  padding: 0 15px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #797A84;
}
.single-service .nav__link:hover {
  color: #406CB4;
}
.single-service .nav__link.active {
  color: #406CB4;
}

@media (max-width: 780px) {
  .single-service .content {
    height: auto;
    padding: 0;
  }
  .single-service .content__image {
    position: static;
  }
  .single-service .content .main {
    margin-top: 20px;
    padding: 0 15px;
    max-width: none;
  }
  .single-service .content .main__title {
    font-size: 32px;
    margin-bottom: 15px;
  }
}

/*============ ARHIVE SERVICE ===============*/
.archive-service {
  padding-bottom: 80px;
}
.archive-service .page-title {
  margin: 0;
  margin-bottom: 50px;
}
.archive-service .service {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.archive-service .service .item {
  position: relative;
  height: 440px;
  padding: 30px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.3s ease-in;
}
.archive-service .service .item::before {
  content: "";
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #406CB4;
  transition: opacity 0.3s ease-in;
}
.archive-service .service .item__image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive-service .service .item__content {
  position: relative;
  z-index: 1;
  margin: 0;
  transition: all 0.3s ease-in;
}
.archive-service .service .item__name {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: #FFFFFF;
}
.archive-service .service .item__price {
  opacity: 0;
  display: inline-block;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #FFFFFF;
  transition: opacity 0.3s ease-in;
}
.archive-service .service .item__wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(100%);
  transition: transform 0.3s ease-in;
}
.archive-service .service .item__wrap span {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  text-transform: uppercase;
}
.archive-service .service .item__wrap .btn {
  border: 1px solid #FFFFFF;
  padding: 0;
  width: 41px;
  height: 41px;
}
.archive-service .service .item:hover::before {
  opacity: 1;
}
.archive-service .service .item:hover .item__price {
  opacity: 1;
}
.archive-service .service .item:hover .item__wrap {
  transform: translateY(0);
}
.archive-service .service .item:hover .item__content {
  transform: translateY(calc(100% - 70px));
  margin-bottom: 100%;
}

@media (max-width: 840px) {
  .archive-service .service {
    grid-template-columns: repeat(2, 1fr);
  }
  .archive-service .service .item {
    height: auto;
    min-height: 400px;
    justify-content: flex-start;
  }
  .archive-service .service .item:last-child {
    grid-column: 1/3;
    min-height: 300px;
  }
  .archive-service .service .item::before {
    opacity: 0.6;
  }
  .archive-service .service .item__price {
    opacity: 1;
  }
  .archive-service .service .item__wrap {
    transform: translateY(0);
  }
  .archive-service .service .item:hover .item__content {
    transform: translateY(0);
    margin-bottom: 0;
  }
}
@media (max-width: 580px) {
  .archive-service .service {
    grid-template-columns: 1fr;
  }
  .archive-service .service .item {
    min-height: 300px;
  }
  .archive-service .service .item:last-child {
    grid-column: auto;
  }
}

/*============ SINGLE NEWS ===============*/
.single-news {
  margin-bottom: 80px;
}
.single-news .page-title {
  margin: 0;
  margin-bottom: 40px;
  line-height: 1.3;
}

/*============ ARHIVE NEWS ===============*/
.archive-news {
  margin-bottom: 80px;
}
.archive-news .page-title {
  margin-top: 0;
}
.archive-news .news {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.archive-news .item {
  padding: 0 15px;
  flex: 0 0 25%;
  margin-bottom: 30px;
}
.archive-news .item__img {
  position: relative;
  padding-top: 100%;
  height: auto;
  overflow: hidden;
  transition: box-shadow 0.3s ease-in;
}
.archive-news .item__img::before {
  content: "Читать новость";
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-weight: 450;
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
  background: rgba(64, 108, 180, 0.9);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.archive-news .item__img::after {
  content: "";
  position: absolute;
  z-index: 4;
  width: 22px;
  height: 16px;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.3);
  background-image: url(../images/eye.svg);
  background-repeat: no-repeat;
  transition: all 0.3s ease-in;
}
.archive-news .item__img:hover::before {
  opacity: 1;
}
.archive-news .item__img:hover::after {
  opacity: 1;
  transform: translate(-50%, -200%) scale(1);
}
.archive-news .item__img img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.archive-news .item:hover {
  cursor: pointer;
}
.archive-news .item:hover .item__img {
  box-shadow: 0px 0px 20px rgba(22, 37, 61, 0.45);
}
.archive-news .item__date {
  display: inline-block;
  margin-top: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #E35054;
}
.archive-news .item__desc {
  margin-top: 10px;
}
.archive-news .btn-more {
  display: flex;
  margin: 0 auto;
  margin-top: 20px;
}

@media (max-width: 680px) {
  .archive-news .news {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  .archive-news .item {
    padding: 0 5px;
    flex-basis: 50%;
    margin-bottom: 20px;
  }
  .archive-news .item__img-hover {
    transform: translateX(0);
  }
}
@media (max-width: 430px) {
  .archive-news .item {
    flex-basis: 100%;
  }
}

/*============ ARHIVE WORKS ===============*/
.archive-works {
  margin-bottom: 60px;
}
.archive-works .page-title {
  margin: 0;
  margin-bottom: 40px;
}
.archive-works .tabs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.archive-works .tabs__holder {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 40px;
}
.archive-works .tabs__btn {
  display: flex;
  height: 50px;
  width: 100%;
  margin-bottom: 30px;
  border-color: #F9F9F9;
  background: #F9F9F9;
}
.archive-works .tabs__btn:hover {
  background-color: #406cb4;
  border: 1px solid #406cb4;
}
.archive-works .tabs__btn:last-child {
  margin-bottom: 0;
}
.archive-works .tabs__btn.active {
  background-color: #406cb4;
  border: 1px solid #406cb4;
  color: #ffffff;
}
.archive-works .tabs__loding {
  min-height: 600px;
  text-align: center;
}
.archive-works .tabs__loding span {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #406cb4;
}
.archive-works .tabs__content {
  width: 75%;
  padding: 0 15px;
  position: relative;
}
.archive-works .tabs__next, .archive-works .tabs__prev {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #406cb4;
  cursor: pointer;
  transition: background 0.3s ease-in;
}
.archive-works .tabs__next path, .archive-works .tabs__prev path {
  transition: fill 0.3s ease-in;
}
.archive-works .tabs__next:hover, .archive-works .tabs__prev:hover {
  background-color: #406cb4;
}
.archive-works .tabs__next:hover path, .archive-works .tabs__prev:hover path {
  fill: #ffffff;
}
.archive-works .tabs__next.swiper-button-lock, .archive-works .tabs__prev.swiper-button-lock {
  display: none;
}
.archive-works .tabs__next.swiper-button-disabled, .archive-works .tabs__prev.swiper-button-disabled {
  opacity: 0.75;
  cursor: auto;
  transition: opacity 0.3s ease-in;
}
.archive-works .tabs__next.swiper-button-disabled:hover, .archive-works .tabs__prev.swiper-button-disabled:hover {
  opacity: 0.5;
  background-color: inherit;
}
.archive-works .tabs__next.swiper-button-disabled:hover path, .archive-works .tabs__prev.swiper-button-disabled:hover path {
  fill: #406cb4;
}
.archive-works .tabs__next {
  right: -100px;
}
.archive-works .tabs__prev {
  left: -100px;
}
.archive-works .tabs .swiper-pagination {
  bottom: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.archive-works .tabs .swiper-pagination-bullet {
  position: relative;
  background: #ffffff;
  border: 1px solid #ebebec;
  opacity: 1;
  width: 18px;
  height: 18px;
}
.archive-works .tabs .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.3);
  width: 11px;
  height: 11px;
  opacity: 0;
  border-radius: 50%;
  background-color: #406cb4;
  transition: all 0.3s ease-in;
}
.archive-works .tabs .swiper-pagination-bullet-active::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.archive-works .work {
  width: 100%;
  padding: 27px 30px;
  background-color: #fff;
  border: 1px solid #ebebec;
  display: flex;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.archive-works .work__gallery {
  width: 45%;
  padding-right: 15px;
  box-sizing: border-box;
}
.archive-works .work__content {
  width: 55%;
  padding-left: 15px;
}
.archive-works .work__title {
  display: inline-block;
  margin: 0;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 32px;
  line-height: 121%;
  letter-spacing: 0.01em;
  color: #262838;
}
.archive-works .work__subtitle {
  display: inline-block;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #797a84;
}
.archive-works .work .image {
  position: relative;
  padding-top: 100%;
  cursor: pointer;
}
.archive-works .work .image img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive-works .work .image::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: rgba(64, 108, 180, 0.8);
  transition: opacity 0.3s ease-in;
}
.archive-works .work .image::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.2);
  width: 37px;
  height: 37px;
  background-image: url(../images/lupa.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s ease-in 0.1s, opacity 0.3s ease-in 0.1s;
}
.archive-works .work .image:hover::before {
  opacity: 1;
}
.archive-works .work .image:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.archive-works .gallery {
  box-sizing: border-box;
  margin-bottom: 10px;
}
.archive-works .gallery .image {
  padding-top: 76%;
}
.archive-works .gallery .image::before {
  display: none;
}
.archive-works .gallery .image::after {
  width: 55px;
  height: 55px;
}
.archive-works .thumbs__wrap {
  position: relative;
}
.archive-works .thumbs {
  padding: 5px;
}
.archive-works .thumbs .swiper-slide-thumb-active {
  box-shadow: 0px 0px 5px 4px rgb(64, 108, 180);
}
.archive-works .thumbs__next, .archive-works .thumbs__prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  cursor: pointer;
  transition: background 0.3s ease-in;
}
.archive-works .thumbs__next path, .archive-works .thumbs__prev path {
  transition: fill 0.3s ease-in;
}
.archive-works .thumbs__next:hover path, .archive-works .thumbs__prev:hover path {
  fill: #e35054;
}
.archive-works .thumbs__next.swiper-button-lock, .archive-works .thumbs__prev.swiper-button-lock {
  display: none;
}
.archive-works .thumbs__next.swiper-button-disabled, .archive-works .thumbs__prev.swiper-button-disabled {
  opacity: 0.75;
  cursor: auto;
  transition: opacity 0.3s ease-in;
}
.archive-works .thumbs__next.swiper-button-disabled:hover, .archive-works .thumbs__prev.swiper-button-disabled:hover {
  opacity: 0.5;
  background-color: inherit;
}
.archive-works .thumbs__next.swiper-button-disabled:hover path, .archive-works .thumbs__prev.swiper-button-disabled:hover path {
  fill: #406cb4;
}
.archive-works .thumbs__next {
  right: 0;
}
.archive-works .thumbs__prev {
  left: 0;
}
.archive-works .btn-wrap {
  text-align: center;
  margin-top: 70px;
}

@media (max-width: 1000px) {
  .archive-works .work__title {
    font-size: 24px;
  }
  .archive-works .work__subtitle {
    margin-bottom: 20px;
  }
}
@media (max-width: 880px) {
  .archive-works .tabs__holder {
    width: 100%;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .archive-works .tabs__holder .btn {
    border: 1px solid #406cb4;
    margin-bottom: 0;
  }
  .archive-works .tabs__content {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .archive-works .tabs__holder {
    width: 100%;
    display: grid;
    grid-gap: 5px;
  }
  .archive-works .work {
    flex-direction: column;
  }
  .archive-works .work__gallery {
    width: 100%;
    max-width: 425px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 0;
  }
  .archive-works .work__content {
    width: 100%;
    padding: 0;
  }
  .archive-works .gallery {
    margin-bottom: 15px;
  }
}
@media (max-width: 520px) {
  .archive-works .tabs__btn {
    font-size: 14px;
  }
  .archive-works .work {
    padding: 20px;
  }
}

/*============ ARHIVE REVIEWS ===============*/
.archive-reviews {
  margin-bottom: 80px;
}
.archive-reviews .page-title {
  margin: 0;
  margin-bottom: 40px;
}
.archive-reviews .reviews .row {
  display: flex;
  margin: 0 -15px;
  margin-bottom: 30px;
}
.archive-reviews .reviews .row:last-child {
  margin-bottom: 0;
}
.archive-reviews .reviews__content {
  width: 100%;
  padding: 0 15px;
}
.archive-reviews .reviews__content-name {
  margin: 0;
  margin-bottom: 20px;
  padding-top: 8px;
  position: relative;
  font-weight: 700;
  font-size: 30px;
  line-height: 193%;
  color: #262838;
}
.archive-reviews .reviews__content-name::before {
  content: "";
  position: absolute;
  top: 0;
  width: 65px;
  height: 8px;
  background-color: #406CB4;
}
.archive-reviews .reviews__image {
  width: 270px;
  padding: 0 15px;
  flex-shrink: 0;
}
.archive-reviews .reviews__image-wrap {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.archive-reviews .reviews__image-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease-in;
  pointer-events: none;
}
.archive-reviews .reviews__image-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-image: url(../images/eye.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.archive-reviews .reviews__image-wrap:hover::after {
  opacity: 1;
}
.archive-reviews .reviews__image-wrap:hover::before {
  opacity: 1;
}
.archive-reviews .btn-more {
  display: flex;
  margin: 0 auto;
  margin-top: 30px;
}

@media (max-width: 640px) {
  .archive-reviews .reviews .row {
    flex-direction: column-reverse;
  }
  .archive-reviews .reviews__image {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .archive-reviews .reviews__content {
    border-bottom: 1px solid #F9F9F9;
  }
}
@media (max-width: 460px) {
  .archive-reviews .reviews__content-name {
    margin-bottom: 0;
    font-size: 28px;
  }
}

.sidebar-cat {
  min-width: 270px;
  max-width: 270px;
  margin-right: 30px;
  background: #F9F9F9;
  padding: 20px 25px;
}
.sidebar-cat #sidebar-btn-open {
  transform: rotate(90deg);
  left: auto;
  right: -55px;
  position: absolute;
  width: 84px;
  top: 50%;
  background: #406CB4;
  border: 2px solid #406CB4;
  text-align: center;
  color: #ffffff;
  border-radius: 3px;
  font-size: 16px;
  display: none;
}
.sidebar-cat .cat {
  border-bottom: 1px solid #B7B8BD;
  padding-bottom: 12.5px;
}
.sidebar-cat .cat:last-child {
  border: none;
}
.sidebar-cat .cat__wrap {
  display: flex;
  padding-top: 10px;
  cursor: pointer;
  transition: color 0.3s ease;
}
.sidebar-cat .cat__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #262838;
}
.sidebar-cat .cat__icon {
  margin-left: auto;
  transition: transform 0.3s ease;
}
.sidebar-cat .cat__icon svg path {
  transition: fill 0.2s ease;
}
.sidebar-cat .cat:hover {
  color: #C7C7C7;
}
.sidebar-cat .cat:hover .icon svg path {
  fill: rgba(68, 68, 68, 0.3);
}
.sidebar-cat .cat .post {
  padding-top: 10px;
  padding-left: 18px;
  display: none;
}
.sidebar-cat .cat .post__link {
  position: relative;
  display: block;
  padding: 2.5px 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #262838;
  transition: color 0.3s ease;
}
.sidebar-cat .cat .post__link::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -18px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #406CB4;
}
.sidebar-cat .cat .post__link:hover {
  color: #406CB4;
}
.sidebar-cat .cat.opened .cat__title {
  color: #406CB4;
}
.sidebar-cat .cat.opened .cat__icon {
  transform: rotate(180deg);
}
.sidebar-cat .cat.opened .cat__icon path {
  fill: #406CB4;
}

@media (max-width: 1200px) {
  .sidebar-cat {
    min-width: 230px;
    max-width: 230px;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .sidebar-cat {
    position: fixed;
    left: -50%;
    z-index: 10000;
    background: #ffffff;
    top: 0%;
    height: 100%;
    width: 50%;
    max-width: 50%;
    transition: left 0.3s ease;
    margin-right: 0px;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .sidebar-cat.active {
    left: 0px;
    box-shadow: 1px 0px 14px 3px rgb(214, 214, 214);
  }
  .sidebar-cat #sidebar-btn-open {
    display: block;
  }
  .sidebar-cat .sidebar-cat__wrap {
    padding: 25px 20px;
    overflow-y: auto;
  }
}
@media (max-width: 480px) {
  .sidebar-cat {
    left: -85%;
    width: 85%;
    max-width: 85%;
  }
}
/*============ PAGE ===============*/
#authorization {
  padding-top: 30px;
  padding-bottom: 80px;
}
#authorization .page-title {
  margin: 0 auto;
  margin-bottom: 30px;
  line-height: 122%;
}
#authorization .auth {
  max-width: 470px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
#authorization .auth__email {
  margin-bottom: 15px;
}
#authorization .auth__password {
  margin-bottom: 23px;
}
#authorization .auth__forgot {
  align-self: flex-start;
  padding-left: 2px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #B7B8BD;
  border-bottom: 1px dashed #B7B8BD;
}
#authorization .auth__forgot:hover {
  color: #E35054;
  border-color: #E35054;
}
#authorization .auth__btn {
  background-color: #E35054;
  border-color: #E35054;
  border-radius: 3px;
}
#authorization .auth__btn:hover {
  background-color: #406CB4;
  border-color: #406CB4;
}
#authorization input {
  width: 100%;
  padding: 16px 25px;
  background: #F9F9F9;
  border: 1px solid #F9F9F9;
  outline-color: #406CB4;
  border-radius: 7px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #406CB4;
}
#authorization input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #B7B8BD;
}
#authorization input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #B7B8BD;
}
#authorization input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #B7B8BD;
}
#authorization input:focus::-moz-placeholder {
  color: #406CB4;
}
#authorization input:focus:-ms-input-placeholder {
  color: #406CB4;
}
#authorization input:focus::placeholder {
  color: #406CB4;
}

.control {
  margin-bottom: 80px;
}
.control-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.control-wrap .btn {
  margin-bottom: 15px;
}
.control-wrap .page-title {
  margin: 0;
  margin-right: 10px;
  margin-bottom: 15px;
}

.about-page .page-title {
  display: none;
}
.about-page #documents-block {
  margin-top: 50px;
}
.about-page #reviews-block {
  padding: 80px 0;
}

#primary.error-page {
  min-height: auto;
}

.error-page {
  margin-bottom: 80px;
}
.error-page .container {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.error-page .error {
  padding: 20px 0;
}
.error-page .info {
  text-align: center;
  max-width: 640px;
}
.error-page .info__title {
  margin: 0;
  font-weight: 700;
  font-size: 40px;
  line-height: 195%;
  color: #262838;
}
.error-page .info__title span {
  font-weight: inherit;
  color: #406CB4;
}
.error-page .info__desc {
  text-align: center;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #797A84;
}
.error-page .info__btn {
  margin-top: 20px;
}

@media (max-width: 540px) {
  .error-page .info__title {
    font-size: 36px;
  }
}
@media (max-width: 440px) {
  .error-page .info__title {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 5px;
  }
  .error-page .info__desc {
    font-size: 16px;
  }
}

/*============ FOOTER ===============*/
#footer {
  padding-top: 50px;
  background-color: #262838;
}
#footer a {
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}
#footer a:hover {
  color: #E35054;
}
#footer .nav-menu-element {
  border: none;
}
#footer .footer__wrap {
  display: flex;
  padding-bottom: 30px;
}
#footer .footer__title {
  display: inline-block;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #FFFFFF;
}
#footer .footer__menu {
  margin-bottom: 15px;
}
#footer .footer__menu ~ .footer__menu {
  margin-left: 100px;
}
#footer .contacts {
  padding-left: 15px;
  margin-left: auto;
  margin-right: 60px;
}
#footer .contacts .item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#footer .contacts .item__icon {
  margin-right: 10px;
  width: 15px;
  height: 15px;
}
#footer .contacts .item__icon svg {
  width: 100%;
  height: 100%;
}
#footer .contacts .item a {
  margin: 0;
}
#footer .contacts .emails .item__icon {
  width: 20px;
  height: 20px;
}
#footer .social {
  display: flex;
}
#footer .social__link {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #E35054;
  margin-right: 15px;
  transition: background 0.3s ease-in;
}
#footer .social__link:last-child {
  margin-right: 0;
}
#footer .social__link:hover {
  background-color: #406CB4;
}
#footer .logo {
  width: 133px;
  height: 147px;
}
#footer .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .grampus {
  padding-top: 17px;
  padding-bottom: 25px;
  border-top: 1px solid #FFFFFF;
}
#footer .grampus__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .grampus__policy {
  margin: 0;
  font-size: 14px;
  line-height: 143%;
  color: #F4F3EF;
  border-bottom: 1px solid #F4F3EF;
}
#footer .grampus__policy:hover {
  color: #E35054;
  border-color: #E35054;
}
#footer .grampus__link {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 14px;
  line-height: 143%;
  color: #F4F3EF;
}
#footer .grampus__link span {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 22px;
  line-height: 118%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #E2E2E2;
  transition: color 0.3s ease-in;
  display: inline-block;
  margin-left: 10px;
}
#footer .grampus__link:hover {
  color: #E35054;
}
#footer .grampus__link:hover span {
  color: #E35054;
}
#footer .grampus .policy {
  display: inline-block;
  margin: 0;
  margin-top: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #797A84;
}

@media (max-width: 1000px) {
  #footer .footer__wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 720px) {
  #footer .footer__wrap {
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  #footer .footer__menu {
    flex: 0 0 50%;
    padding: 0 15px;
  }
  #footer .footer__menu ~ .footer__menu {
    margin-left: 0;
  }
  #footer .contacts {
    padding-left: 0;
    margin-left: 0;
    padding: 0 15px;
  }
  #footer .footer__btn {
    margin: 0 15px;
  }
}
@media (max-width: 550px) {
  #footer .grampus__policy {
    margin-bottom: 5px;
  }
  #footer .grampus__wrap {
    flex-direction: column;
    align-items: center;
  }
  #footer .grampus .policy {
    text-align: center;
  }
}
@media (max-width: 400px) {
  #footer .footer__menu {
    flex: 0 0 100%;
  }
  #footer .logo {
    margin-top: 20px;
  }
}

/* ============== MODAL ============= */
.wpcf7 .wpcf7-response-output,
.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 .ajax-loader {
  display: none;
}
.wpcf7 .wpcf7-spinner {
  display: none;
}

#footer .theme-modal {
  height: auto;
  width: 370px;
  overflow-y: auto;
  max-height: 90vh;
  max-width: 90vw;
  padding: 48px 35px 33px;
  background-color: #FFFFFF;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  transition: transform 0.3s ease-in;
  z-index: 9999;
}
#footer .theme-modal.modal-open {
  pointer-events: all;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
#footer .theme-modal .close-modal {
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: #454B4B;
  position: absolute;
  right: 15px;
  top: 6px;
  cursor: pointer;
  transition: color 0.3s ease-in;
}
#footer .theme-modal .close-modal:hover {
  color: #E35054;
}
#footer .theme-modal .title {
  margin: 0;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 32px;
  line-height: 121%;
  text-align: center;
  color: #262838;
}
#footer .theme-modal .desc {
  margin-bottom: 30px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #797A84;
}
#footer .theme-modal .wpcf7-form {
  display: flex;
  flex-direction: column;
}
#footer .theme-modal .wpcf7-form .policy {
  display: inline-block;
  margin-top: 20px;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #B7B8BD;
}
#footer .theme-modal .wpcf7-form .policy a {
  margin: 0;
  border: none;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
#footer .theme-modal .wpcf7-form .policy a:hover {
  color: #E35054;
  border-color: #E35054;
}
#footer .theme-modal .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
#footer .theme-modal .wpcf7-form .wpcf7-form-control-wrap ~ .wpcf7-form-control-wrap {
  margin-top: 15px;
}
#footer .theme-modal .wpcf7-form .wpcf7-form-control {
  width: 100%;
}
#footer .theme-modal .wpcf7-form .wpcf7-form-control.wpcf7-textarea, #footer .theme-modal .wpcf7-form .wpcf7-form-control.wpcf7-text {
  background-color: #F9F9F9;
  border: 1px solid #F9F9F9;
  border-radius: 7px;
  outline-color: #406CB4;
  font-size: 16px;
  line-height: 150%;
  padding: 14px 40px;
  color: #406CB4;
}
#footer .theme-modal .wpcf7-form .wpcf7-form-control.wpcf7-textarea::-moz-placeholder, #footer .theme-modal .wpcf7-form .wpcf7-form-control.wpcf7-text::-moz-placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #454B4B;
}
#footer .theme-modal .wpcf7-form .wpcf7-form-control.wpcf7-textarea:-ms-input-placeholder, #footer .theme-modal .wpcf7-form .wpcf7-form-control.wpcf7-text:-ms-input-placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #454B4B;
}
#footer .theme-modal .wpcf7-form .wpcf7-form-control.wpcf7-textarea::placeholder, #footer .theme-modal .wpcf7-form .wpcf7-form-control.wpcf7-text::placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #454B4B;
}
#footer .theme-modal .wpcf7-form .wpcf7-form-control.wpcf7-textarea.wpcf7-not-valid, #footer .theme-modal .wpcf7-form .wpcf7-form-control.wpcf7-text.wpcf7-not-valid {
  border-color: #f70a0e;
}
#footer .theme-modal .wpcf7-form .wpcf7-form-control.wpcf7-textarea.wpcf7-not-valid::-moz-placeholder, #footer .theme-modal .wpcf7-form .wpcf7-form-control.wpcf7-text.wpcf7-not-valid::-moz-placeholder {
  color: #f70a0e;
}
#footer .theme-modal .wpcf7-form .wpcf7-form-control.wpcf7-textarea.wpcf7-not-valid:-ms-input-placeholder, #footer .theme-modal .wpcf7-form .wpcf7-form-control.wpcf7-text.wpcf7-not-valid:-ms-input-placeholder {
  color: #f70a0e;
}
#footer .theme-modal .wpcf7-form .wpcf7-form-control.wpcf7-textarea.wpcf7-not-valid::placeholder, #footer .theme-modal .wpcf7-form .wpcf7-form-control.wpcf7-text.wpcf7-not-valid::placeholder {
  color: #f70a0e;
}
#footer .theme-modal .wpcf7-form .wpcf7-form-control.wpcf7-textarea {
  max-height: 125px;
}
#footer .theme-modal .wpcf7-form .wpcf7-form-control.wpcf7-submit {
  margin-top: 20px;
  border-radius: 3px;
}
#footer #modal-success.theme-modal {
  width: 630px;
  text-align: center;
}
#footer #modal-success.theme-modal .btn {
  display: inline-flex;
  border-radius: 3px;
}
#footer #modal-success.theme-modal .btn:hover {
  color: #FFFFFF;
}

@media (max-width: 769px) {
  #footer .theme-modal {
    padding: 30px;
  }
  #footer .theme-modal .title {
    font-size: 40px;
  }
  #footer .theme-modal .close-modal {
    top: 20px;
    right: 20px;
  }
  #footer .theme-modal .wpcf7-form .wpcf7-form-control.wpcf7-textarea, #footer .theme-modal .wpcf7-form .wpcf7-form-control.wpcf7-text {
    font-size: 14px;
    line-height: 150%;
    padding: 12px 35px;
  }
  #footer .theme-modal .wpcf7-form .wpcf7-form-control.wpcf7-textarea::-moz-placeholder, #footer .theme-modal .wpcf7-form .wpcf7-form-control.wpcf7-text::-moz-placeholder {
    font-size: 16px;
  }
  #footer .theme-modal .wpcf7-form .wpcf7-form-control.wpcf7-textarea:-ms-input-placeholder, #footer .theme-modal .wpcf7-form .wpcf7-form-control.wpcf7-text:-ms-input-placeholder {
    font-size: 16px;
  }
  #footer .theme-modal .wpcf7-form .wpcf7-form-control.wpcf7-textarea::placeholder, #footer .theme-modal .wpcf7-form .wpcf7-form-control.wpcf7-text::placeholder {
    font-size: 16px;
  }
  #footer .theme-modal .wpcf7-form .wpcf7-form-control.wpcf7-submit {
    margin-top: 20px;
    height: 45px;
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  #footer .theme-modal {
    padding: 25px;
  }
  #footer .theme-modal .wpcf7-form .policy {
    font-size: 12px;
  }
}

/* ============= MEDIA QUERIES =========== */
@media (max-width: 769px) {
  .page-title,
.block-title {
    font-size: 32px;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
}
@media (max-width: 498px) {
  .page-title,
.block-title {
    font-size: 28px;
  }
}/*# sourceMappingURL=main.css.map */