@font-face {
  font-family: Florentia;
  src: url("../fonts/florentia_extralight_italic.ttf");
  font-style: italic;
}
@font-face {
  font-family: Florentia;
  src: url("../fonts/florentia_extralight.ttf");
  font-style: normal;
}
@font-face {
  font-family: Proxima Nova;
  src: url("../fonts/ProximaNovaCond-Regular.ttf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: Proxima Nova;
  src: url("../fonts/ProximaNovaCond-Semibold.ttf");
  font-weight: 600;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  box-sizing: border-box;
  border-collapse: collapse;
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  color: #333333;
}
body {
  overflow-x: hidden;
}
main {
  overflow: hidden;
}
textarea {
  resize: vertical;
  min-height: 70px;
}
input,
textarea {
  transition: border 0.3s ease;
  padding-bottom: 20px;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
  display: block;
  width: 100%;
}
input:focus,
textarea:focus {
  border-color: #333 !important;
}
input[type='number'],
textarea[type='number'] {
  -moz-appearance: textfield;
}
input[type='number']::-webkit-outer-spin-button,
textarea[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button,
textarea[type='number']::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}
.holder {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.flex-container {
  display: flex;
}
.grid-container {
  display: grid;
}
.btn {
  user-select: none;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  background: #E7AF3E;
  min-width: 200px;
  padding: 21px 15px;
  color: #fff;
  position: relative;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border: 0;
  z-index: 1;
}
.btn:after,
.btn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #E4BB5A;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  transition: all 0.3s ease;
  z-index: 0;
}
.btn:hover {
  background: #E4BB5A;
}
.btn:hover:before {
  transform: translate(12px, -12px);
}
.btn:hover:after {
  transform: translate(6px, -6px);
}
svg .svg-logo-1 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
}
.logo.animated svg .svg-logo-1 {
  fill: #5b8592;
}
svg .svg-logo-2 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s;
}
.logo.animated svg .svg-logo-2 {
  fill: #5b8592;
}
svg .svg-logo-3 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
}
.logo.animated svg .svg-logo-3 {
  fill: #5b8592;
}
svg .svg-logo-4 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
}
.logo.animated svg .svg-logo-4 {
  fill: #5b8592;
}
svg .svg-logo-5 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
}
.logo.animated svg .svg-logo-5 {
  fill: #5b8592;
}
svg .svg-logo-6 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
}
.logo.animated svg .svg-logo-6 {
  fill: #5b8592;
}
svg .svg-logo-7 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s;
}
.logo.animated svg .svg-logo-7 {
  fill: #5b8592;
}
header {
  background: #F8F8F6;
}
header .holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .holder > a {
  display: block;
  margin-right: 15px;
}
header .holder > a img {
  display: block;
  max-width: 100%;
}
header .holder > div {
  width: 100%;
}
header .holder > div .top-nav {
  padding: 30px 0 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .holder > div .top-nav > div,
header .holder > div .top-nav > a {
  margin-left: 40px;
}
header .holder > div .top-nav span,
header .holder > div .top-nav a {
  font-size: 16px;
  line-height: 19px;
  color: #828282;
}
header .holder > div .top-nav .lang {
  margin-left: 30px;
  display: flex;
}
header .holder > div .top-nav .lang a {
  display: block;
  margin-left: 10px;
  font-size: 16px;
  line-height: 19px;
  color: #828282;
  transition: all 0.3s ease;
}
header .holder > div .top-nav .lang a.active {
  font-weight: 600;
}
header .holder > div .top-nav .lang a:hover {
  color: #5B8592;
}
header .holder > div .top-nav .soq {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
header .holder > div .top-nav .soq a {
  display: block;
  margin-left: 20px;
}
header .holder > div .bottom-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .holder > div .bottom-nav nav {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-end;
}
header .holder > div .bottom-nav nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  justify-content: space-between;
  max-width: 930px;
  width: 100%;
}
header .holder > div .bottom-nav nav ul li {
  display: block;
}
header .holder > div .bottom-nav nav ul li a {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 15px 10px;
  transition: all 0.3s ease;
}
header .holder > div .bottom-nav nav ul li a:hover {
  color: #5B8592;
}
header .holder > div .bottom-nav nav ul li:last-child a {
  padding-right: 0;
}
header .holder > div .bottom-nav .burger {
  display: none;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
}
header .holder > div .bottom-nav .burger span {
  background: #5B8592;
  width: 37px;
  height: 2px;
  margin-bottom: 6px;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}
header .holder > div .bottom-nav .burger span:last-child {
  margin: 0;
}
header .holder > div .bottom-nav .burger span:nth-child(1),
header .holder > div .bottom-nav .burger span:nth-child(3) {
  width: 30px;
}
header .holder > div .bottom-nav .burger.active {
  height: 18px;
}
header .holder > div .bottom-nav .burger.active span:nth-child(1) {
  width: 25px;
  transform: rotate(45deg) translateY(6px) translateX(2px);
}
header .holder > div .bottom-nav .burger.active span:nth-child(2) {
  display: none;
}
header .holder > div .bottom-nav .burger.active span:nth-child(3) {
  width: 25px;
  transform: rotate(-45deg) translateY(-4px);
}
.title {
  font-weight: 600;
  font-size: 46px;
  line-height: 58px;
  position: relative;
  z-index: 1;
}
.title span {
  font-family: Florentia;
  font-style: italic;
  font-weight: 200;
  font-size: 130px;
  line-height: 100%;
  text-transform: uppercase;
  color: #EFEFEF;
  display: block;
  position: absolute;
  left: -55px;
  top: -55px;
  z-index: -1;
  pointer-events: none;
}
.modalq-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(5px);
  z-index: 9999;
  display: none;
}
.modalq-wrapper .modalq {
  display: none;
  position: relative;
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 450px;
}
.modalq-wrapper .modalq [data-modalq-close] {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  user-select: none;
}
.modalq-wrapper .modalq form {
  display: flex;
  flex-direction: column;
}
section.seo-text {
  font-size: 14px;
  color: #000;
  letter-spacing: 1px;
  font-family: inherit;
}
section.seo-text p {
  margin-bottom: 5px;
  font-size: inherit;
  letter-spacing: inherit;
  font-family: inherit;
  color: inherit;
}
section.seo-text ul,
section.seo-text ol {
  margin-bottom: 5px;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
}
section.seo-text ul {
  list-style: inside disc;
}
section.seo-text ol {
  list-style: inside decimal;
}
section.seo-text li {
  margin-bottom: 5px;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
}
section.seo-text p *,
section.seo-text li * {
  font-size: inherit;
  letter-spacing: inherit;
  color: inherit;
  font-family: inherit;
}
section.seo-text a:not(.btn) {
  text-decoration: underline;
}
section.seo-text a:not(.btn):hover {
  text-decoration: none;
}
section.seo-text h1 {
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 5px;
}
section.seo-text h2 {
  font-size: 28px;
  margin-bottom: 10px;
  margin-top: 5px;
}
section.seo-text h3 {
  font-size: 26px;
  margin-bottom: 10px;
  margin-top: 5px;
}
section.seo-text h4 {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 5px;
}
section.seo-text h5 {
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 5px;
}
section.seo-text h6 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.preloader {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
section.contacts {
  padding: 60px 0 100px;
}
section.contacts .title {
  margin-bottom: 60px;
}
section.contacts .contacts-list {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 60px;
}
section.contacts .contacts-list .item {
  padding-bottom: 30px;
  border-bottom: 2px solid #C4C4C4;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.contacts .contacts-list .item span,
section.contacts .contacts-list .item a {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  transition: all 0.3s ease;
}
section.contacts .contacts-list .item span[href]:hover,
section.contacts .contacts-list .item a[href]:hover {
  color: #E7AF3E;
}
section.contacts .contacts-list .item div {
  display: flex;
  align-items: center;
}
section.contacts .contacts-list .item div a {
  display: block;
  margin-left: 40px;
}
section.contacts .contacts-list .item div a path,
section.contacts .contacts-list .item div a rect {
  transition: all 0.3s ease;
}
section.contacts .contacts-list .item div a svg:hover path[fill="#4F4F4F"],
section.contacts .contacts-list .item div a svg:hover rect[fill="#4F4F4F"] {
  fill: #E7AF3E;
}
section.footer-form {
  padding: 100px 0;
  background: #F8F8F6;
}
section.footer-form span {
  font-family: Florentia;
  font-style: italic;
  font-weight: 200;
  font-size: 130px;
  text-transform: uppercase;
  color: #EFEFEF;
  display: block;
  margin-top: -10px;
  pointer-events: none;
}
section.footer-form .grid-container {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 60px;
}
section.footer-form .grid-container > div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
section.footer-form .grid-container > div > div {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
section.footer-form .grid-container > div > div img {
  display: block;
  margin-right: 40px;
}
section.footer-form .grid-container form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
section.footer-form .grid-container form button {
  margin-top: -9px;
  background: #A0C3E2;
}
section.footer-form .grid-container form button:after,
section.footer-form .grid-container form button:before {
  border-color: #A0C3E2;
}
section.footer-form .grid-container form button:hover {
  background: #BACDE4;
}
section.footer-form .grid-container form button:hover:after,
section.footer-form .grid-container form button:hover:before {
  border-color: #BACDE4;
}
section.map iframe {
  width: 100%;
  height: 480px;
  border: 0;
  display: block;
}
footer {
  background: #fff;
}
footer .flex-container {
  padding: 140px 15px 60px;
  justify-content: space-between;
}
footer .flex-container .item > div {
  margin-bottom: 40px;
}
footer .flex-container .item > div .tit {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #828282;
  margin-bottom: 20px;
}
footer .flex-container .item > div .tit + div {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
footer .flex-container .item > div .tit + div path,
footer .flex-container .item > div .tit + div rect {
  transition: all 0.3s ease;
}
footer .flex-container .item > div .tit + div svg:hover path[fill="#4F4F4F"],
footer .flex-container .item > div .tit + div svg:hover rect[fill="#4F4F4F"] {
  fill: #E7AF3E;
}
footer .flex-container .item > div span,
footer .flex-container .item > div a {
  font-weight: 600;
  font-size: 17px;
  line-height: 140%;
}
footer .copywright {
  font-size: 15px;
  line-height: 140%;
  color: #828282;
  background: #D7E0EB;
  padding: 20px 15px;
  text-align: center;
}
section.home-banner .holder {
  position: relative;
}
section.home-banner .holder > svg {
  position: absolute;
  top: 0;
  left: -106px;
}
section.home-banner .slider .slide {
  height: 100%;
  position: relative;
}
section.home-banner .slider .slide img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
section.home-banner .slider .slide .caption {
  position: absolute;
  right: 140px;
  bottom: 96px;
  padding: 20px 60px 20px 70px;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4px);
  margin-right: -1px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
section.home-banner .slider .slide .caption .title {
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 37px;
  color: #fff;
}
section.home-banner .slider .slide .caption .title span {
  color: rgba(239, 239, 239, 0.4);
}
section.home-banner .slider .slide .caption .price {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 20px;
  display: block;
}
section.home-banner .slider-nav {
  position: absolute;
  width: 260px;
  height: 191px;
  bottom: 96px;
  right: -105px;
}
section.home-banner .slider-nav * {
  height: 100%;
}
section.home-banner .slider-nav img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
section.home-banner .slider-nav2 {
  position: absolute;
  width: 140px;
  height: 96px;
  bottom: 317px;
  right: -55px;
}
section.home-banner .slider-nav2 * {
  height: 100%;
}
section.home-banner .slider-nav2 img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
section.home-banner .arrows {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(18px);
  right: 15px;
  bottom: 0;
  position: absolute;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 140px;
  height: 66px;
}
section.home-banner .arrows span {
  font-family: Florentia;
  font-style: normal;
  font-weight: 200;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  display: block;
  margin-right: 20px;
}
section.home-banner .arrows div svg {
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease;
}
section.home-banner .arrows div svg:first-child {
  transform: translate(-15px, -7px);
}
section.home-banner .arrows div svg:first-child:hover {
  transform: translate(-17px, -7px);
}
section.home-banner .arrows div svg:last-child {
  transform: translate(-5px, 7px);
}
section.home-banner .arrows div svg:last-child:hover {
  transform: translate(-2px, 7px);
}
section.about {
  padding: 140px 0 180px 200px;
}
section.about .flex-container img {
  display: block;
  margin: 0 60px;
}
section.about .flex-container > div .title {
  margin-top: 50px;
}
section.about .flex-container > div p {
  margin: 30px 0 60px;
}
section.about .flex-container > div a {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #A0C3E2;
  transition: all 0.3s ease;
}
section.about .flex-container > div a svg {
  margin-left: 10px;
  transition: all 0.3s ease;
}
section.about .flex-container > div a:hover {
  color: #5B8592;
}
section.about .flex-container > div a:hover svg {
  transform: translateX(5px);
}
section.about.about-page .flex-container {
  padding-left: 100px;
}
section.about.about-page .flex-container > div p {
  max-width: 800px;
  margin-bottom: 15px;
}
section.about.about-page .flex-container > div p:last-child {
  margin-bottom: 0;
}
section.home-photozone {
  padding: 25px 0;
  margin-bottom: 25px;
}
section.home-photozone .holder {
  position: relative;
}
section.home-photozone .slider-nav__title span:last-child {
  font-family: Florentia;
  font-style: italic;
  font-weight: 200;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #828282;
}
section.home-photozone .slider-title {
  display: flex;
}
section.home-photozone .slider-title span:last-child {
  position: unset;
  margin: 0;
  font-family: Florentia;
  font-style: italic;
  font-weight: 200;
  font-size: 48px;
  text-transform: uppercase;
  color: #828282;
  margin: 9px;
}
section.home-photozone .slider {
  height: 348px;
}
section.home-photozone .slider-nav {
  overflow: hidden;
}
section.home-photozone .slider-content__link a {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #A0C3E2;
  transition: all 0.3s ease;
}
section.home-photozone .slider-content__link a svg {
  margin-left: 10px;
  transition: all 0.3s ease;
}
section.home-photozone .slider-content__link a:hover {
  color: #5B8592;
}
section.home-photozone .slider-content__link a:hover svg {
  transform: translateX(5px);
}
section.home-photozone .slider-content__arrows {
  position: absolute;
  right: 70px;
  z-index: 1;
}
section.home-photozone .slider-content__arrows svg {
  user-select: none;
  padding: 5px;
  width: 50px;
  height: 26px;
  cursor: pointer;
  transition: all 0.3s ease;
}
section.home-photozone .slider-content__arrows svg.disabled {
  cursor: default;
  opacity: 0.5;
}
section.home-photozone .slider-content__arrows svg:not(.disabled):hover {
  transform: translateX(3px);
}
section.home-photozone .slider-content__arrows svg:first-child {
  transform: translate(4px, -16px);
}
section.home-photozone .slider-content__arrows svg:first-child:not(.disabled):hover {
  transform: translate(1px, -16px);
}
section.photozone {
  background: #F8F8F6;
  padding: 100px 0 80px;
}
section.photozone .holder {
  max-width: 1400px;
}
section.photozone .slider-duo {
  align-items: center;
}
section.photozone .slider-duo .slider-title {
  margin-top: 40px;
  line-height: 50px;
}
section.photozone .slider-duo > div:first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
section.photozone .slider-duo > div:first-child .counts {
  margin-bottom: 10px;
}
section.photozone .slider-duo > div:first-child .counts span {
  font-family: Florentia;
  font-style: normal;
  font-weight: 200;
  font-size: 20px;
  line-height: 24px;
  color: #828282;
}
section.photozone .slider-duo > div:first-child .counts span:first-child {
  color: #333;
}
section.photozone .slider-duo > div:first-child .slider {
  width: 100%;
  margin-bottom: 40px;
}
section.photozone .slider-duo > div:first-child svg {
  user-select: none;
  padding: 5px;
  width: 50px;
  height: 26px;
  cursor: pointer;
  transition: all 0.3s ease;
}
section.photozone .slider-duo > div:first-child svg:first-child:hover {
  transform: translateX(-3px);
}
section.photozone .slider-duo > div:first-child svg:last-child {
  transform: translate(0px, 10px);
}
section.photozone .slider-duo > div:first-child svg:last-child:hover {
  transform: translate(3px, 10px);
}
.slider-nav .slider-nav__item {
  transition: width 0.5s;
  width: 600px;
  box-sizing: border-box;
}
.slider-nav .slick-current + .slick-active {
  width: 350px;
}
.slider-nav .slick-current + .slick-active + .slick-active,
.slider-nav .slick-current + .slick-active + .slick-active + .slider-nav__item {
  width: 250px;
}
.slider-nav .slick-current + .slick-active,
.slider-nav .slick-current + .slick-active + .slick-active {
  padding-left: 40px;
}
.slider-nav .slider-nav__title {
  display: none;
}
.slider-nav .slick-current + .slick-active .slider-nav__title,
.slider-nav .slick-current + .slick-active + .slick-active .slider-nav__title {
  display: block;
}
.slider-nav__title {
  font-weight: 600;
  font-size: 16px;
  margin-top: 10px;
}
.slider-nav__img img {
  max-width: 100%;
}
.slider-content__img {
  overflow: hidden;
  width: 180px;
  height: 220px;
  margin: 0 20px;
}
.slider-content__img img {
  height: 100%;
  position: relative;
  z-index: 2;
}
.slider-content .slider-content__item {
  display: flex;
  padding: 50px 0 20px 100px;
}
.slider-capture-wrap {
  display: flex;
  flex-wrap: wrap;
}
.slider-capture-left {
  margin-right: 30px;
}
.slider-capture-right {
  flex-flow: column;
  justify-content: flex-end;
}
.slider-price {
  margin-bottom: 40px;
}
.slider-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  color: #333;
  margin-bottom: 30px;
  position: relative;
  margin-top: -10px;
}
.slider-text {
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  color: #333;
  max-width: 400px;
}
.slider-content__link {
  margin-top: 40px;
  width: 100%;
}
.slider-content__link > a {
  color: #a0c3e2;
}
.holder.slider-duo > div {
  width: 50%;
}
.slider-right {
  padding-left: 30px;
}
.holder.slider-duo img {
  display: block;
  width: 100%;
}
.slider-right__item {
  transition: all 0.3s ease;
}
.slider-right__capture {
  display: none;
}
.slider-right-content .slider-right__capture {
  display: block;
  padding: 20px 30px;
}
.slider-right .slick-list {
  padding: 0 !important;
}
.slider-right .slick-slide img {
  transition: all 0.3s ease;
}
.slider-right .slick-slide.slick-center img {
  transform: scale(0.8);
}
.slider-duo__text {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.4;
  padding-bottom: 15px;
}
.slider-duo__text:last-child {
  padding-bottom: 0;
}
.slider-capture-bottom {
  justify-content: space-between;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
  margin-top: 20px;
}
.slider-duo__price {
  margin-right: 40px;
  font-size: 30px;
  line-height: 37px;
  text-align: right;
  color: #828282;
}
section.serv-links {
  display: flex;
  margin: 180px 0;
}
section.serv-links a {
  width: 50%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  color: #fff;
  height: 295px;
}
section.serv-links a .title {
  color: #fff;
  margin-bottom: 20px;
}
section.serv-links a > div:first-child span {
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
section.serv-links a > div:first-child svg {
  margin-left: 10px;
  transition: all 0.3s ease;
}
section.serv-links a > div:last-child {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
section.serv-links a > div:last-child span {
  font-family: Florentia;
  font-style: italic;
  font-weight: 200;
  font-size: 130px;
  line-height: 157px;
  text-transform: uppercase;
  color: #EFEFEF;
  position: absolute;
  z-index: 3;
  left: -100px;
  top: -40px;
  transition: all 0.3s ease;
}
section.serv-links a:first-child {
  background: #5B8592;
}
section.serv-links a:first-child img {
  transform: translateY(-25px);
}
section.serv-links a:last-child {
  background: #A0C3E2;
}
section.serv-links a img {
  transition: all 0.3s ease;
}
section.serv-links a:hover:first-child img {
  transform: translate(-10px, -25px);
}
section.serv-links a:hover:last-child img {
  transform: translateX(-10px);
}
section.serv-links a:hover > div:first-child svg {
  transform: translateX(5px);
}
section.serv-links a:hover > div:last-child span {
  transform: translateY(10px);
}
section.insta {
  padding: 100px 0 140px;
}
section.insta .flex-container {
  justify-content: space-between;
  align-items: center;
}
section.insta .flex-container .item {
  display: flex;
  position: relative;
  align-items: flex-end;
}
section.insta .flex-container .item .title {
  margin-left: 20px;
  transform: translateY(-14px);
}
section.insta .flex-container .item span {
  font-family: Florentia;
  font-style: italic;
  font-weight: 200;
  font-size: 130px;
  line-height: 157px;
  text-transform: uppercase;
  color: #EFEFEF;
  position: absolute;
  left: -135px;
  top: -65px;
}
section.insta .flex-container .item .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 15px;
  background: #A0C3E2;
}
section.insta .flex-container .item .btn:after,
section.insta .flex-container .item .btn:before {
  border-color: #A0C3E2;
}
section.insta .flex-container .item .btn:hover {
  background: #BACDE4;
}
section.insta .flex-container .item .btn:hover:after,
section.insta .flex-container .item .btn:hover:before {
  border-color: #BACDE4;
}
section.insta .flex-container .item .btn svg {
  margin-right: 20px;
}
section.insta .grid-container {
  margin-top: 60px;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0 10px;
}
section.insta .grid-container img {
  display: block;
  width: 100%;
}
.page-template-tpl_about section.home-banner,
.page-template-tpl_about section.home-photozone,
.page-template-tpl_about section.about {
  background: #F8F8F6;
}
.page-template-tpl_about section.home-photozone {
  padding-bottom: 100px;
  margin-bottom: 0;
}
.inf-text {
  padding: 100px 0 140px;
}
.inf-text.dark {
  background: #F8F8F6;
}
.inf-text .holder {
  max-width: 800px;
}
.inf-text .holder:nth-child(2) {
  margin-top: 100px;
}
.inf-text .holder:nth-child(2) a {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #A0C3E2;
  display: inline-flex;
  align-items: center;
}
.inf-text .holder:nth-child(2) a svg {
  margin-left: 10px;
  transition: all 0.3s ease;
}
.inf-text .holder:nth-child(2) a:hover svg {
  transform: translateX(10px);
}
.inf-text h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  color: #333333;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inf-text h2 .btn {
  transform: translateX(200px);
}
.inf-text iframe {
  width: 100%;
  height: 90vh;
  max-height: 915px;
}
.inf-text p {
  font-size: 17px;
  line-height: 140%;
  color: #333333;
  margin-bottom: 15px;
}
.inf-text p:last-child {
  margin-bottom: 0;
}
.inf-text h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  margin-top: 60px;
  margin-bottom: 30px;
}
.inf-text .flex-container {
  align-items: flex-end;
  justify-content: space-between;
}
.inf-text .flex-container .btn {
  transform: translateX(200px);
}
.inf-text .flex-container > div p {
  font-weight: 600;
}
.inf-text .flex-container > div p span {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #A0C3E2;
  margin-left: 20px;
  cursor: pointer;
}
.inf-text .flex-container > div p span svg {
  margin-left: 10px;
  transition: all 0.3s ease;
}
.inf-text .flex-container > div p span:hover svg {
  transform: translateX(10px);
}
.page-template-tpl_services {
  background: #F8F8F6;
}
section.servises .item {
  margin: 100px 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.servises .item > div {
  width: 100%;
  position: relative;
  width: calc(50% - 30px);
}
section.servises .item .serv-slider img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.servises .item .arrows {
  position: absolute;
  z-index: 99;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(18px);
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 140px;
  width: 70px;
  height: 66px;
}
section.servises .item .arrows svg {
  cursor: pointer;
}
section.servises .item .arrows svg:first-child {
  transform: translate(3px, -7px);
}
section.servises .item .arrows svg:last-child {
  transform: translate(-3px, 7px);
}
section.servises .item .title {
  margin-bottom: 15px;
}
section.servises .item p {
  padding-top: 15px;
}
section.servises .item p + div {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.servises .item p + div .slider-counts {
  font-family: Florentia;
  font-style: normal;
  font-weight: 200;
  font-size: 20px;
  line-height: 24px;
  color: #828282;
}
section.servises .item p + div .slider-counts span {
  font-family: Florentia;
  font-style: normal;
  font-weight: 200;
  font-size: 20px;
  line-height: 24px;
  color: #000;
}
section.servises .item p + div .slider-counts + div {
  display: flex;
  align-items: center;
}
section.servises .item p + div .slider-counts + div .price {
  font-size: 30px;
  line-height: 37px;
  color: #828282;
  margin-right: 40px;
}
section.cat {
  background: #fff;
  margin-top: 150px;
  padding-bottom: 100px;
}
section.cat .holder {
  max-width: 800px;
  transform: translateY(-45px);
}
section.cat .holder > span {
  font-family: Florentia;
  font-style: italic;
  font-weight: 200;
  font-size: 130px;
  line-height: 157px;
  text-transform: uppercase;
  color: #EFEFEF;
  margin-bottom: 30px;
}
section.cat .title {
  margin-bottom: 40px;
}
section.cat .flex-container {
  justify-content: center;
  align-items: flex-start;
}
section.cat .flex-container .item:first-child {
  margin-right: 60px;
}
section.cat .flex-container .item:first-child img {
  cursor: pointer;
}
section.cat .flex-container .item:nth-child(2) {
  padding-top: 111px;
}
section.cat .flex-container .item img {
  width: 100%;
}
section.cat .flex-container .item span {
  font-family: Florentia;
  font-style: normal;
  font-weight: 200;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  display: block;
  margin-top: 10px;
}
section.cat .flex-container .item span + img {
  display: block;
  width: 100%;
  margin-top: 90px;
}
section.ideal {
  background: #F8F8F6;
  margin-top: 100px;
  padding: 100px 0 140px;
}
section.ideal .logo {
  margin: 0 50px;
  display: inline-block;
  transform: translateY(15px);
}
section.ideal .holder {
  position: relative;
}
section.ideal .holder > svg {
  position: absolute;
  top: -109px;
  left: 0;
}
section.ideal .holder .flex-container {
  display: flex;
}
section.ideal .holder .flex-container .item:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-right: 60px;
  padding-left: 27px;
}
section.ideal .holder .flex-container .item:first-child .title {
  text-align: right;
}
section.ideal .holder .flex-container .item:first-child .btn {
  margin-top: 30px;
}
section.ideal .holder .flex-container .item:last-child {
  margin-top: 60px;
  list-style-type: none;
  counter-reset: count 0;
}
section.ideal .holder .flex-container .item:last-child p {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
}
section.ideal .holder .flex-container .item:last-child p:last-child {
  margin-bottom: 0;
}
section.ideal .holder .flex-container .item:last-child p:after {
  counter-increment: count;
  content: '0' counter(count);
  font-family: Florentia;
  font-style: italic;
  font-weight: 200;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #828282;
  margin-left: 10px;
}
