/*@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
*/

/*@font-face {
	font-family: 'Manrope Regular';
	src: url('../fonts/manrope_regular.eot'); /* IE 9 Compatibility Mode *//*
	src: url('../fonts/manrope_regular.eot?#iefix') format('embedded-opentype'), /* IE < 9 *//*
		url('../fonts/manrope_regular.woff2') format('woff2'), /* Super Modern Browsers *//*
		url('../fonts/manrope_regular.woff') format('woff'), /* Firefox >= 3.6, any other modern browser *//*
		url('../fonts/manrope_regular.ttf') format('truetype'), /* Safari, Android, iOS *//*
		url('../fonts/manrope_regular.svg#manrope_regular') format('svg'); /* Chrome < 4, Legacy iOS *//*
    font-weight: 400;
    font-style: normal;
}
*/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Playfair:opsz,wght@5..1200,300..900&display=swap');

 
:root {
    --one: #fff;
    --two: #1B328A;
    --three: #132360;
	--y: #307351;
	--g: #FFFFFF33;
	--bg: #1c1c1c;
	--black: #212121;
}
 
*, ::after, ::before {
	margin: 0;
	padding: 0;
    box-sizing: border-box;
}

html, body{
    font-size: 18px;
    font-family: 'Manrope';
    font-weight: normal;
	line-height: 1.3;
    color: #1C1C1C;
}
body {
    /* background: #262F40; */
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}
label {
    display: inline-block;
    cursor: pointer;
}
a {
  color: #212121;
  text-decoration: none;
}
a:focus, a:hover {
    color: var(--one);
    text-decoration: none;
    outline: none;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--one);
    background-color: var(--two);
    border-color: transparent;
}
.btn:focus-visible {
    color: var(--one);
    background-color: var(--two);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: none;
}
ol, ul {
  margin: 0px;
  padding: 0;
  list-style:none;
  list-style-position: inside;
}
ul.wp-block-list, .product-txt ul {
    list-style: square;
    list-style-position: outside;
    padding-left: 20px;
}
li::marker {
  color: #1B328A;
}
.hide {
    display: none!important;
}
header {
    position: absolute;
    z-index: 100000001;
    padding: 15px 0 10px;
    width: 100%;
    top: 0;
    left: 0;
}
header .wrap {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.error-404 {
    padding: 60px 0;
    text-align: center;
}

.h1, h1, h2 {
  color: #212121;
    font-size: 48px;
    /* font-family: 'SF-Pro-Display'; */
    font-weight: normal;
	margin-bottom: 15px;
  /* text-align: center; */
    /* text-transform: uppercase; */

}
h2 {
    font-size: 32px;
    font-weight: bold;
    color: var(--black);
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
    margin-bottom: 15px;
}
h2+p {
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    color: var(--black);
}

section.hdr {
    background: #D38F8F;
    padding: 20px 0;
}
nav.navbar {
    padding: 0;
}
nav {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    flex: 1 0 0;
    padding: 0;
    margin: 0;
}
.menuwrap {
    display: flex;
    /* align-items: center; */
    flex: 100%;
}
ul#menu {
    display: flex;
    flex: 100% 0 0;
    justify-content: center;
}
ul#menu a {
    color: var(--one);
    display: inline-block;
    margin: 0 15px;
    font-size: 16px;
}
ul#menu a:hover {
    /* text-decoration: underline; */
    color: #7FA9FF;
}
.navbar-nav a {
    color: #888!important;
    font-size: 18px;
    padding: 0 30px 0 0!important;
}
nav .logo {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.logo span {
    max-width: 150px;
    white-space: normal;
    display: inline-block;
    font-size: 12px;
    margin-left: 16px;
    color: #888;
}
.menu-contacts {
    /* order: 2; */
    display: flex;
    gap: 8px;
	align-items: center;
}
.menu-contacts a {
    font-size: 0;
    display: inline-block;
    transition: all 0.3s;
}
.menu-contacts a:hover {
    transform: scale(1.1);
}
.menu-contacts svg {
    height: 30px;
    fill: #888;
}
.menu-contacts a.addr {
    color: #212121;
    font-size: 15px;
    /* border: 2px solid #888; */
    /* padding: 4px 15px; */
    text-decoration: none;
    margin-right: 40px;
}
.menu-contacts a.addr:hover {
    color: #00804F;
    text-decoration: none;
    outline: none;
    transform: none;
}
.menu-lng {
    display: flex;
    gap: 8px;
    order: 3;
    font-size: 12px;
}
.menu-lng .lng {
    color: #888;
}
.menu-lng .lng.active {
    color: #42B3E5;
}

.navbar li.nav-item {
    flex: 20% 0 0;
}
.navbar .dropdown-menu a {
    color: #888!important;
    padding: 0 15px!important;
    white-space: nowrap;
}
/*
.ace-responsive-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    background: transparent;
    float: none;
    width: auto;
    border-bottom: none;
    display: flex;
}
.ace-responsive-menu li a {
    color: #D38F8F;
}
.ace-responsive-menu > li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0px;
    float: none;
}
.ace-responsive-menu > li > a {
    display: block;
    position: relative;
    margin: 0;
    border: 0px;
    padding: 0px 20px 0px 12px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}
.ace-responsive-menu li.menu-active > a {
    background: none!important;
    text-decoration: underline;
}
.ace-responsive-menu > li > a > .arrow:before {
    margin-left: 15px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f107";
    font-weight: 300;
    text-shadow: none;
    width: 10px;
	
display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;	
}
.ace-responsive-menu li ul.sub-menu {
    background: #F2D8D4;
}
.ace-responsive-menu li ul.sub-menu > li {
    width: auto;
}
.ace-responsive-menu li ul.sub-menu li a {
    display: block;
    margin: 0px 0px;
    padding: 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    background: none;
	white-space: nowrap;
}
.ace-responsive-menu > li > ul.sub-menu li > a > .arrow:before {
    float: right;
    margin-top: 1px;
    margin-right: 0px;
    height: auto;
	
	display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""!important;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;	
}

.ace-responsive-menu > li > ul.sub-menu li > a > .arrow:before {
    float: right;
    margin-top: 1px;
    margin-right: 0px;
    height: auto;
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""!important;
    border-left: .3em solid;
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
}

.ace-responsive-menu > li > ul.sub-menu {
    display: none;
    list-style: none;
    clear: both;
    margin: 0;
    position: absolute;
    padding: 5px 10px 10px 10px;
}
.ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu {
    position: absolute;
    left: 100%;
    top: 0px;
    display: none;
    list-style: none;
	background: #ffedeb;
	padding: 5px 10px 5px 10px;
}
*/

.btn {
    white-space: nowrap;
    border: 1px solid #E1C5A1;
    border-radius: 30px;
    background: transparent;
    color: #fff;
    padding: 15px 34px;
    height: auto;
    margin: 0;
    line-height: 1;
    display: inline-block;
    transition: all 0.15s;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
}
.btn:hover {
    color: var(--one);
}




section.banner {
    position: relative;
    padding-top: 70px;
    /* padding-bottom: 40px; */
    margin-top: -70px;
}
.banner-shd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(28, 28, 28, 0.9) 10%,rgba(28, 28, 28, 0.6) 60%,rgba(28, 28, 28, 0.6) 60%,rgba(28, 28, 28, 1) 100%);
}
.banner-bg {
    position: relative;
    padding-top: 43%;
    height: 0;
}
.banner.v3 figure.banner-bg {
    padding-top: 20%;
}

.main-banner .banner-bg {
    padding-top: 37%;
}
.banner-bg img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    position: absolute;
}
.bannerwrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 160px;
}
.bannertxt {
    position: relative;
}
.banner h1 {
    color: var(--one);
    font-weight: bold;
    font-size: 64px;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}
.banner.v3 h1 {
    font-size: 44px;
    max-width: none;
    text-align: left;
    margin-bottom: 6px;
}
.banner p {
    max-width: 70%;
    margin: 0 auto;
    color: var(--one);
    text-align: center;
    font-size: 22px;
    margin-bottom: 60px;
}
.banner.v3 p {
    max-width: none;
    margin: 0;
    text-align: left;
    font-size: 18px;
}
/*.bannerspace {
    height: 600px;
    height: 60vh;
}*/
.btnwrap {
    position: relative;
    text-align: center;
}
.banner.v3 .btnwrap {
    position: absolute;
    text-align: center;
    bottom: 0;
    right: 0;
}
/*.bannerbtn {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 20px;
}
.bannerbtn >div:last-child {
    flex: 1;
    text-align: right;
}*/





section#mb2 {
    background: #1C1C1C;
    color: #fff;
    position: relative;
    font-size: 16px;
}
#mb2 .mb2txt {
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 60px;
	flex-flow: row wrap;
}
.mb2item {
    flex: 10% 0 0;
    text-align: center;
}
.mb2item svg {
    width: 30px;
    margin-bottom: 15px;
}





/* Header */
.header {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 768px;
  z-index: 1000;
  padding: 10px 0;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  flex-wrap: wrap;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo {
    flex: 15% 0 0;
}
.logo svg {
    transition: 0.3s all;
}
.logo:hover svg {
    transform: scale(1.02);
}
.header-contacts {
    flex: 0;
    display: flex;
    gap: 0;
    justify-content: flex-end;
    flex-flow: column;
}
.header-contacts svg {
    display: none;
}
.header-contacts span {
    display: block;
    white-space: nowrap;
}
.header-contacts a:nth-child(1) span {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
}
.header-contacts a:nth-child(2) span {
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFFB2;
    border-top: 1px solid #FFFFFF4D;
    text-align: center;
}

.brand-text {
  color: white;
  font-weight: bold;
  font-size: 16px;
}

.nav-menu {
  display: none;
  list-style: none;
  gap: 30px;
}

.nav-link {
  color: white;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.nav-link:hover {
  color: #4285f4;
}

.nav-contacts {
  display: flex;
  gap: 15px;
}

.contact-icon {
  color: white;
  text-decoration: none;
  font-size: 18px;
  transition: transform 0.3s;
}

.contact-icon:hover {
  transform: scale(1.1);
}

/* Hero Section *//*
.hero {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
              url('https://images.pexels.com/photos/1117452/pexels-photo-1117452.jpeg?auto=compress&cs=tinysrgb&w=800') center/cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  padding: 80px 20px 40px;
}

.hero-content {
  max-width: 600px;
}

.hero-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  line-height: 1.6;
  opacity: 0.9;
}

.cta-button {
  background: #4285f4;
  color: white;
  border: none;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}

.cta-button:hover {
  background: #3367d6;
}
*/
/* Breadcrumbs */
.breadcrumbs {
    padding: 20px;
    font-size: 14px;
    position: absolute;
    width: 100%;
    display: block;
    z-index: 100;
}
.breadcrumb-link {
  color: #666;
  text-decoration: none;
}
.breadcrumb-link:hover {
  color: var(--two);
}

.breadcrumb-separator {
  margin: 0 10px;
  color: #999;
}

.breadcrumb-current {
  color: #333;
}



.stages {
    margin-top: 0;
    position: relative;
}
.stages h2 {
    text-align: left;
    font-size: 44px;
    max-width: none;
    margin-bottom: 45px;
}
.stages-wrap {
    position: relative;
    display: flex;
    flex-flow: column;
    /* padding-left: 20%; */
}
.stages-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
}
.stages-lines > svg {
    width: 100%;
    height: 100%;
}
.stages-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}
.stage-item {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    min-height: 150px;
	max-width: 80%;
}
.stage-icon {
    background: #fff;
    position: relative;
    border-radius: 50%;
    padding: 8px;
    margin-right: 60px;
}
.stage-icon svg {
    height: 35px;
}
.stage-item:nth-child(2) { margin-left: 4%; }
.stage-item:nth-child(3) { margin-left: 12%; }
.stage-item:nth-child(4) { margin-left: 16.5%; }
.stage-item:nth-child(5) { margin-left: 17.5%; }
.stage-item:nth-child(6) { margin-left: 15%; }
.stage-item:nth-child(7) { margin-left: 11%; }

.stage-number {
    color: #1B328A4D;
    font-size: 127px;
    line-height: 1;
    margin-right: 24px;
}
.stage-txt {
    flex: 1 0 0;
}
.stage-txt h3 {
    font-size: 20px;
    font-weight: bold;
    color: var(--black);
    margin-bottom: 12px;
}
.stage-txt p {
    font-size: 16px;
}


.hdrsvg {
    text-align: center;
}

.hdrsvg svg {
    width: auto;
    height: auto;
    max-width: 100%;
}

section.adv {
    background: #F7F7F7;
    padding-top: 20px;
    padding-bottom: 60px;
    position: relative;
}
section.adv.v2 {
    background: var(--one);
    padding-top: 90px;
    padding-bottom: 60px;
}
section.adv.v3 {
    background: var(--one);
    padding-top: 90px;
    padding-bottom: 60px;
}
.adv-wrap {
    display: flex;
    flex-flow: row wrap;
    gap: 60px 20px;
    margin-top: 60px;
    margin-bottom: 45px;
}
.adv.v3 .adv-wrap {
    justify-content: center;
}
.adv-item {
    flex: calc(33.333% - 14px) 0 0;
    border: 1px solid #1B328A14;
    border-radius: 20px;
    padding: 0px 40px 40px;
    background: var(--one);
}
.adv.v2 .adv-item {
    background: #F7F7F7;
}
.adv-item p {
    color: #909090;
    font-size: 16px;
    margin: 0;
}
.adv-item h5 {
    font-size: 20px;
    font-weight: 600;
    color: #24252D;
    margin-bottom: 8px;
}
.adv.v2 .adv-item h5 {
    color: #1B328A;
}
.adv-svg {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    position: relative;
    background: var(--two);
    box-shadow: -10px -10px 0 0px #E4E6F1;
    margin-top: -30px;
    margin-bottom: 15px;
}
.adv .adv-item svg {
    width: 22px;
}

section.adv.v4 {
    background: transparent;
    margin-top: 100px;
}
.adv.v4 h2 {
    text-align: left;
    margin: 0;
    margin-bottom: 100px;
}
.adv.v4 .adv-item {
    flex: calc(25% - 15px) 0 0;
    border: 1px solid #1B328A14;
    border-radius: 8px;
    padding: 0px 20px 40px;
    background: linear-gradient(135deg, rgba(28,28,28,0.07) 0%,rgba(28,28,28,0.01) 100%);
}
.adv.v4 .adv-svg {
    margin-left: 20px;
}


.stages.v2 {
    margin-bottom: 120px;
}
.stages.v2  h2 {
    font-size: 32px;
}
.stages.v2 .stages-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.stages.v2 .stages-wrap {
    flex-flow: row wrap;
    gap: 60px;
}
.stages.v2 .stage-item {
    flex: auto;
    margin-left: 0!important;
    margin-top: 45px;
    position: relative;
}
.stages.v2 .stage-number {
    font-size: 117px;
}
.stages.v2 .stage-icon {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 0;
    width: 100%;
    margin: 0;
    text-align: center;
    background: transparent;
}
.stages.v2 .stage-txt p {
    font-size: 20px;
    font-weight: bold;
    color: #24252D;
    margin: 0;
}
.stages.v2 .stage-item:nth-child(3) .stage-txt {
    flex: 344px 0 0;
}
.stages.v2 .stage-item:nth-child(2) .stage-txt, .stages.v2 .stage-item:nth-child(4) .stage-txt {
    flex: 275px 0 0;
}


.logi-wrap {
    display: flex;
    flex-flow: row wrap;
    margin-top: -50px;
    margin-bottom: 30px;
    justify-content: flex-end;
}
.logi-txt {
    flex: 55% 0 0;
    font-size: 18px;
}
.logi-txt p {
    margin: 0;
}



.map-wrap {
    display: flex;
    flex-flow: row wrap;
}

.map-l {
    flex: 33% 0 0;
}

.map-l p {
    line-height: 1.5;
    max-width: 75%;
}
.map-l p b {
    display: block;
    margin-bottom: 45px;
}
.map-r {
    flex: 1 0 0;
}
section.about {
    padding: 30px;
}
.about-wrap {
    display: flex;
    flex-flow: row wrap;
    margin-top: 60px;
    /* align-items: stretch; */
}
.about-l {
    flex: 50% 0 0;
}
.about-r {
    flex: 50% 0 0;
    padding-left: 100px;
    display: flex;
    height: auto;
}
.about-r figure {
    height: 100%;
    width: 100%;
    position: relative;
}
.about-r img {
    border-radius: 12px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
}
.about h2 {
    text-align: left;
    padding: 0;
    margin: 0;
    max-width: none;
    padding-right: 15px;
    margin-bottom: 15px;
}
.about h2+p {
    max-width: none;
    text-align: left;
    margin-bottom: 30px;
}
.about .btnwrap {
    text-align: left;
}



section.log {
    margin-top: 90px;
    margin-bottom: 90px;
}
.log-wrap {
    display: flex;
    flex-flow: row wrap;
    margin-top: 60px;
}
.log-l {
    flex: 60% 0 0;
}
.log-r {
    flex: 40% 0 0;
    padding-left: 15px;
}
.log h2 {
    text-align: left;
    max-width: 100%;
    margin-bottom: 30px;
}
.log p {
    margin-bottom: 5px;
    max-width: none;
    text-align: left;
}
.log a {
    color: #1B328A;
    display: inline-block;
    margin-top: 30px;
}
.log a:hover {
    font-weight: bold;
}
.log a svg {
    margin-left: 8px;
}



section.products {
    margin-bottom: 90px;
}
.products h2 {
    text-align: left;
    max-width: none;
}
.products h2+p {
    max-width: none;
    text-align: left;
}
.products-wrap {
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
}
.products-item {
    flex: calc(25% - 15px) 0 0;
    border-radius: 12px;
    border: 2px solid #1C1C1C26;
    padding: 8px;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.products-item.long {
    flex: 100% 0 0;
    border: none;
    padding: 0;
    margin-top: 60px;
    margin-bottom: 60px;
}
.products-item.long .products-shd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(28,28,28,0.7) 0%,rgba(28,28,28,0.5) 50%,rgba(28,28,28,0) 100%);
    border-radius: 12px;
}
.products-item figure {
    padding-top: 80%;
    height: 0;
    position: relative;
}
.products-item.long figure {
    padding-top: 22%;
    height: 0;
    position: relative;
}
.products-item figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.products-info {
    flex: 1 0 0;
    display: flex;
    flex-flow: column;
}
.products-item.long .products-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-left: 45px;
    max-width: 50%;
    color: #fff;
}
.products-item h3 a {
    color: #1B328A;
    font-size: 22px;
    font-weight: bold;
}
.products-item.long h3 a {
    color: var(--one);
    font-size: 24px;
}
.products-info h3 {
    min-height: 2.6em;
    line-height: 1.3;
}
.products-info p {
    font-size: 16px;
    flex: 1 0 0;
}
.products-item.long .products-info p {
    font-size: 16px;
    flex: 0;
    margin-top: 15px;
    margin-bottom: 30px;
}
.products-info .btn {
    width: 100%;
    padding: 13px 60px;
    text-transform: none;
}
.products-item.long .products-info .btn {
    width: auto;
    padding: 13px 60px;
    text-transform: none;
    background: #FFFFFFCC;
    color: var(--black);
}



section.prod {
    margin-top: 30px;
    margin-bottom: 60px;
    overflow: hidden;
}
.prod-list {
    margin-top: 60px;
    overflow: visible;
    position: relative;
}
.prod .swiper-button-prev {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: -54px;
}
.prod .swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: -54px;
}
.prod.v2 .swiper-button-prev {
    top: 37%;
}
.prod.v2 .swiper-button-next {
    top: 37%;
}
.prod-item {
    position: relative;
}
.prod-item > a {
    position: absolute;
    top: 20%;
    left: 15%;
    width: 70%;
    height: 60%;
    background: #1C1C1C03;
    border-radius: 8px;
    backdrop-filter: blur(8px);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.prod-item a h3 {
    font-size: 24px;
    color: var(--one);
}
.prod-item-img {
    position: relative;
    height: 0;
    padding-top: 67%;
}
.prod-item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.prod-item-shd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-top: 67%;
    background: #0000004D;
    border-radius: 8px;
    display: block;
    opacity: 0;
    transition: 0.3s all;
}
.prod-list.v2 .prod-item-shd {
    background: #00000099;
}
.prod-item:hover .prod-item-shd {
    display: block;
	opacity: 1;

}
.prod-item-shd span {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
}


.product h2 {
    text-align: left;
    max-width: none;
    margin-bottom: 20px;
}
.product-wrap {
    display: flex;
    flex-flow: row wrap;
}
.product-wrap {
    display: flex;
    flex-flow: row wrap;
    gap: 90px;
}
.product-info {
    flex: 1 0 0;
}
.product-block {
    display: flex;
    flex-flow: row wrap;
    gap: 100px;
}
.product-txt {
    margin-bottom: 0;
    flex: 1 0 0;
}
.product-fr {
    margin-top: 15px;
    margin-bottom: 25px;
}
.product-fr h3 {
    font-size: 16px;
    font-weight: normal;
}
.product-fr input[type="radio"] {
    display: none;
}
.product-fr input[type="radio"]+span {
    font-size: 16px;
    background: #E0E3EB;
    margin-right: 4px;
    display: inline-block;
    padding: 9px 60px;
    border-radius: 40px;
}
.product-fr input[type="radio"]:checked {
    /* display: none; */
}
.product-fr input[type="radio"]:hover+span {
	background: #CCCFD7;
}
.product-fr input[type="radio"]:checked+span {
	background: #8992AE;
	color: var(--one);
}

.product-img {
    flex: 32% 0 0;
    display: flex;
    align-items: center;
    height: auto;
}
.product-img figure {
    position: relative;
    height: 100%;
    padding: 0;
    width: 100%;
}
/*.product-img.service figure {
    padding-top: 44%;
}*/
.product-img figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.product-info .btn-wrap {
    margin-top: 15px;
    margin-bottom: 15px;
}
.product-info > p {
    color: #000A62;
}
.product-info > p.price {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.product-info > p.price span {
    font-size: 34px;
    font-weight: 600;
}
.product-info a {
    padding: 19px 104px;
}

section.adv.v5 {
    background: transparent;
    padding-bottom: 0;
}
.adv.v5 .adv-wrap {
    box-shadow: 0 4px 5px #0000301A;
    padding: 30px 60px 40px;
    gap: 75px;
    border: none;
    border-radius: 8px;
    position: relative;
    background: var(--one);
}
.adv.v5 .adv-wrap:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(to right, #1B328A4D, #00003033);
    z-index: -1;
    border-radius: 10px;
}
.adv.v5 .adv-item {
    flex: calc(25% - 57px) 0 0;
    border: none;
    border-radius: 0;
    padding: 0;
    background: transparent;
    display: flex;
    gap: 20px;
    align-items: center;
}
.adv.v5 .adv-svg {
    box-shadow: none;
    margin: 0;
    background: transparent;
    border-radius: 0;
}
.adv.v5 .adv-item svg {
    width: 45px;
}
.adv.v5 .adv-item h5 {
    font-size: 18px;
    font-weight: 500;
    color: #24252D;
    margin-bottom: 0;
}

section.blog-recent {
    margin-top: 75px;
}
.blog-recent h2 {
    font-size: 20px;
    max-width: none;
    text-align: left;
}
.blog-recent .prod-item > a {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
    backdrop-filter: none;
    display: block;
    text-align: center;
}
.blog-recent .prod-item a h3 {
    font-size: 22px;
    margin-top: 8px;
    color: var(--bg);
}
.blog-recent .prod-item:hover a h3 {
    font-weight: bold;
}

.sel-wrap {
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
}
.sel-l {
    flex: calc(50% - 10px) 0 0;
	position: relative;
}
.sel-r {
    flex: calc(50% - 10px) 0 0;
	position: relative;
}
.sel figure {
    padding-top: 60%;
    height: 0;
    position: relative;
}
.sel figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.sel-txt {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-flow: column;
    padding: 30px 40px;
    max-width: 60%;
}
.sel-txt h2 {
    max-width: none;
    text-align: left;
    margin: 0;
    margin-bottom: 10px;
}
.sel-txt h2+p {
    margin: 0;
    text-align: left;
    max-width: none;
    margin-bottom: 60px;
}
.sel a.btn {
    background: #FFFFFFCC;
    color: var(--black);
    padding: 10px 35px;
    text-transform: none;
}
.sel a.btn:hover {
    background: #FFF;
}
.sel-r .sel-txt h2 {
    color: #fff;
}
.sel-r .sel-txt h2+p {
    color: #fff;
}


section.top {
    margin-bottom: 75px;
    margin-top: 15px;
}
.top-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    margin-bottom: 45px;
	margin-top: -15px;
}
.top-link {
    order: 2;
}
.top-link a {
    color: #1B328A;
    font-size: 16px;
    font-weight: 600;
}
.top-link a:hover {
    color: #8992AE;
}
.top-list {
    background: #8992AE1A;
    border-radius: 40px;
    padding: 6px;
    display: flex;
    flex: 1 0 0;
}
.top-list label input[type="radio"] {
    display: none;
}
.top-list label input[type="radio"]+span {
    font-size: 16px;
    padding: 13px 24px;
    display: inline-block;
    border-radius: 30px;
}
.top-list label input[type="radio"]:checked+span {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px #00000033;
}
.top-product-wrap {
    display: none;
}
.top-product-wrap.active {
    display: flex;
    gap: 30px;
    flex-flow: row wrap;
}
.top-product-img {
    flex: 25% 0 0;
}
.top-product-img figure {
    /* height: 100%; */
    position: relative;
    padding-top: 70%;
    height: 0;
}
.top-product-img figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.top-product-prop {
    flex: 25% 0 0;
}
.top-product-prop h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}
.top-product-prop p {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.top-product-prop p i {
    font-style: normal;
}
.top-product-prop p.propt {
    display: block;
    font-weight: normal;
    margin: 0;
}
.top-product-block {
    display: flex;
    flex-flow: row wrap;
    flex: calc(50% - 60px) 0 0;
    gap: 12px 20px;
	align-items: flex-start;
    height: 100%;
}
.top-product-fr {
    flex: 100% 0 0;
    display: flex;
    gap: 8px;
}
.top-product-fr label {
    display: inline-block;
    cursor: pointer;
    flex: 1 0 0;
}
.top-product-fr:has(> label:only-child) > label {
    flex: 0 0 auto;
}
.top-product-fr input[type="radio"] {
    display: none;
}
.top-product-fr input[type="radio"]+span {
    font-size: 16px;
    background: #E0E3EB;
    margin-right: 4px;
    display: inline-block;
    padding: 9px 9px;
    border-radius: 40px;
    margin-bottom: 8px;
    width: 100%;
    text-align: center;
    white-space: nowrap;
}
.top-product-fr:has(> label:only-child) > label span {
    padding: 9px 60px;
}
.top-product-fr input[type="radio"]:checked {
    /* display: none; */
}
.top-product-fr input[type="radio"]:hover+span {
	background: #CCCFD7;
}
.top-product-fr input[type="radio"]:checked+span {
	background: #8992AE;
	color: var(--one);
}
.top-product-txt {
    flex: calc(50% - 20px) 0 0;
    font-size: 16px;
}
.top-product-price {
    flex: 50% 0 0;
}
.top-product-price p {
    font-size: 12px;
    color: #000A62;
    margin-top: 12px;
}
.top-product-price > p.price {
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 0;
    color: #000A62;
}
.top-product-price > p.price span {
    font-size: 47px;
    font-weight: 700;
}
.top-product-price a.btn {
    width: 100%;
}

section.partners {
    margin-top: 90px;
    margin-bottom: 120px;
}
.partners-list {
    max-width: 75%;
    margin: 0 auto;
    margin-top: 75px;
    margin-bottom: 60px;
}
.swiper-button-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    position: relative;
}
.swiper-button-next:after, .swiper-button-prev:after {
    content: none;
}
.swiper-button-next, .swiper-button-prev {
    background: #00148A33;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0;
    user-select: none;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background: linear-gradient(135deg, rgba(0,20,138,0.12) 0%,rgba(0,20,138,0.41) 100%);
}
.swiper-button-next svg, .swiper-button-prev svg {
    width: 12px;
    height: 20px;
}
.swiper-button-next svg path, .swiper-button-prev svg path {
    stroke: #fff;
}

/* Contact Form */
.form {
    position: relative;
}
.form-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.form-bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.form-wrapper {
    max-width: 500px;
    /* margin: 0 auto; */
    /* margin-left: 10%; */
    position: relative;
    padding: 30px 40px 40px;
}

.form-shd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1C1C1C80;
    backdrop-filter: blur(6px);
}
.form-content {
    position: relative;
}
.form h2 {
    max-width: none;
    text-align: left;
    margin: 0;
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff;
}
.form h2+p {
    text-align: left;
    margin: 0;
    margin-bottom: 30px;
    font-size: 16px;
    color: #fff;
    max-width: none;
}
form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-input,
.form-textarea {
    border: 1px solid #1C1C1C26;
    background: #fff;
    color: #1c1c1c;
    border-radius: 10px;
    padding: 15px 15px;
    width: 100%;
    font-size: 16px;
}

.form-textarea {
  min-height: 120px;
  resize: vertical;
}

.form-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #fff;
}
/*input#fb-agree {
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 20%;
    vertical-align: bottom;
    border: 2px solid #ddd;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
	margin-right: 8px;
}
input#fb-agree:checked {
    background-color: var(--three);
}
*/
input#fb-agree {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 8px; 
    position: relative;
	vertical-align: middle;
}

input#fb-agree:checked {
    background-color: var(--two); 
    border-color: var(--two);
}

input#fb-agree:checked::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 14px;
    font-weight: bold;
}
/*input#fb-agree {
    width: 20px;
    height: 20px;
    border-radius: 20%;
    vertical-align: bottom;
    outline: none;
    cursor: pointer;
    margin-right: 8px;
}*/

form button, .btn {
    background: var(--two);
    color: var(--one);
    border: none;
    padding: 19px 60px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s;
    display: inline-block;
	letter-spacing: 0.4px;
}
form button:hover, .btn:hover {
  background: #071E76;
}
form button:disabled {
    background: var(--g);
}
fieldset.fb-send {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.fb-sendwrap {
    color: #fff;
    text-align: center;
}

/* Footer */
.footer {
  background: var(--bg);
  padding: 60px 0;
}

.footer-content {
    display: flex;
    flex-flow: row wrap;
    gap: 30px;
    text-align: center;
    justify-content: space-between;
}
.footer-content a {
    color: var(--one);
}
.footer-content a:hover {
    color: #7FA9FF;
}
.footer-brand {
    text-align: left;
    color: var(--one);
    flex: 35% 0 0;
}

.footer-logo {
    height: 60px;
    margin-left: -20px;
}
.footer-brand svg {
    margin-bottom: 25px;
}
.footer-brand-text {
  font-weight: bold;
  font-size: 16px;
}

.footer-info {
    flex: 35% 0 0;
    text-align: right;
    color: var(--one);
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.footer-info p {
  margin-bottom: 5px;
  /* color: #ccc; */
}

.footer-contacts {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex: calc(30% - 60px) 0 0;
}
.footer-contacts a, .header-contacts a {
    display: inline-block;
    background: #FFFFFF33;
    padding: 10px;
    border-radius: 12px;
}
.footer-contacts a:hover, .header-contacts a:hover {
    background: #FFFFFF66;
}
.header-contacts a:hover, .header-contacts a:hover span  {
    background: transparent;
    color: #7FA9FF;
}

.header-contacts a {
    display: inline-block;
    background: transparent;
    padding: 0;
    border-radius: 0;
}

.phone-number {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.phone-description {
  /* color: #ccc; */
  font-size: 14px;
  margin-bottom: 2px;
}

/* Responsive Design */
@media (min-width: 768px) {
  /*body {
    max-width: 1200px;
  }
  
  .header {
    max-width: 1200px;
  }
  
  .nav-menu {
    display: flex;
  }
  
  .hero-title {
    font-size: 3.5rem;
  }
  
  .stages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .advantages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .footer-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
  
  .footer-contacts {
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .stages-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .advantages-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}*/

/* Smooth scrolling *//*
html {
  scroll-behavior: smooth;
}

/* Loading animation *//*
.stage-item,
.advantage-item {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
}

.stage-item:nth-child(1) { animation-delay: 0.1s; }
.stage-item:nth-child(2) { animation-delay: 0.2s; }
.stage-item:nth-child(3) { animation-delay: 0.3s; }
.stage-item:nth-child(4) { animation-delay: 0.4s; }
.stage-item:nth-child(5) { animation-delay: 0.5s; }
.stage-item:nth-child(6) { animation-delay: 0.6s; }

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
*/
/*****************************************************************/
/*section.b1 {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 40px;
    padding-bottom: 100px;
}.b1 h2 {
    font-family: 'SF-Pro-Display';
    font-weight: 200;
    color: #E1C5A1;
    font-size: 96px;
}
.b1wrap {
    display: flex;
    gap: 50px;
}
.b1wrap h3 {
    color: #E1C5A1;
    font-family: 'SF-Pro-Display';
    font-weight: 200;
    text-align: left;
    margin-top: 30px;
}
.b1w2 {
    display: flex;
    padding: 35px;
    position: relative;
}
.b1w2 .bg {
    position: absolute;
    top: 0;
    left: 0;
    flex: auto;
    height: 100%;
    width: 100%;
}
.b1w2 svg {
    width: 100%;
    height: 100%;
}
.b1w2 > div {
    position: relative;
    width: 100%;
}
.b1w2 p {
    font-size: 23px;
    font-family: 'SF-Pro-Display';
    font-weight: 200;
    flex: 70% 0 0;
}
.b1w2 .ph {
    position: relative;
    width: 100%;
    flex: 30% 0 0;
}
.b1w2 .ph img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    max-width: none;
}
.b1info {
    position: absolute;
    top: 100%;
    left: 0;
}
.b1name {
    font-size: 32px;
    font-weight: bold;
    font-family: "Inter";
    background: #D4AF80;
    color: #000;
    padding: 12px 75px;
    white-space: nowrap;
    border-radius: 5px;
    display: inline-block;
}
.b1post {
    font-size: 24px;
    font-weight: 200;
    font-family: "Inter";
    background: #FFFAF4;
    color: #000;
    padding: 12px 60px;
    white-space: nowrap;
    border-radius: 5px;
    margin-top: 8px;
    display: inline-block;
}


section.b2 {
    position: relative;
    overflow: hidden;
    padding-top: 20px;
}
.b2bgline {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.b2bgline svg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100vw;
}
.b2bgphoto {
    position: absolute;
    top: 20px;
    left: 15px;
    height: 100%;
    width: 100%;
}
.b2bgphoto img {
    border-radius: 124px;
    width: 100vw;
    height: 100%;
    max-width: none;
    object-fit: cover;
}
.b2wrap {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    padding-top: 160px;
    padding-bottom: 160px;
}
.b2w1 {
    flex: calc(33.333% - 31px) 0 0;
    display: flex;
    flex-flow: row wrap;
    background: #262F40D6;
    border-radius: 30px;
    padding: 15px 20px;
    position: relative;
    margin-left: 8px;
    margin-right: 8px;
}
.b2w1.b2w11 {
    margin-left: 30px;
}
.b2w1.b2w13 {
    margin-right: 30px;
}

.b2w1 .ico {
    height: 51px;
    flex: 45px 0;
}
.b2w1 .ico svg {
    background: #fff;
    border-radius: 8px;
}
.b2w1 h4 {
    flex: calc(100% - 45px) 0 0;
    font-family: 'SF-Pro-Display';
    font-weight: normal;
    color: #E1C5A1;
    text-align: left;
    font-size: 24px;
}
.b2w1 p {
    flex: 1;
    font-family: 'SF-Pro-Display';
    font-size: 16px;
    color: #E1C5A1;
}



section.b3 {
    position: relative;
    overflow: hidden;
    padding-top: 45px;
}
.b3hdr {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 55px;
    gap: 50px;
}
.b3hdr h3 {
    flex: calc(50% - 25px) 0 0;
    text-align: left;
    font-family: 'SF-Pro-Display';
    font-weight: 200;
    font-size: 46px;
    margin: 0;
    color: #E1C5A1;
}
.b3wrap {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
    justify-content: space-evenly;
    padding-left: 30px;
}
.b3bgline {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.b3bgline svg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100vw;
}
.b3menu {
    flex: 30% 0 0;
    display: flex;
    flex-flow: column;
    padding: 0;
    position: relative;
}
.b3tab {
    flex: calc(70% - 20px) 0 0;
    display: flex;
    flex-flow: column;
    position: relative;
    justify-content: space-around;
}
.b3btn {
    flex: 100% 0 0;
    display: flex;
    gap: 30px;
    padding-top: 45px;
    justify-content: space-between;
    position: relative;
}
.b3menu .menuitem {
    color: #D4AF80;
    font-size: 20px;
    font-family: 'SF-Pro-Display';
    font-weight: normal;
    padding: 10px 0;
    border-top: 1px solid #fff;
    margin-bottom: 8px;
    cursor: pointer;
}
.b3menu .menuitem.active {
    background: #50759C;
}
.b3 .tabitem .tabwrap {
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    background: #fff;
    border-radius: 20px 0 0 20px;
    position: relative;
}
.b3 .tabitem {
    display: none;
}
.b3 .tabitem.active {
    display: block;
}
.b3 .tabtext {
    flex: calc(60% - 20px) 0 0;
    padding: 15px 25px;
}
.b3 .tabimg {
    flex: 40% 0 0;
}
.b3 .tabimg figure {
    height: 100%;
    position: relative;
}
.b3 .tabimg figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.b3 .tabhdrtxt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #E1C5A1;
    font-size: 40px;
    text-align: center;
    font-weight: 200;
}
.b3 .tabhdrimg img {
    border-radius: 15px 0 0 15px;
}
.b3 .tabtop {
    color: #D4AF80;
    font-size: 32px;
}
.b3 .tabmed {
    color: #000;
}
.b3 .tabbot {
    font-size: 32px;
    color: #D4AF80;
}



section.b4 {
    position: relative;
    overflow: hidden;
    padding-top: 45px;
}
.b4hdr {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 55px;
    gap: 50px;
}
.b4hdr h3 {
    flex: calc(50% - 25px) 0 0;
    text-align: left;
    font-family: 'SF-Pro-Display';
    font-weight: 200;
    font-size: 46px;
    margin: 0;
    color: #E1C5A1;
}
.b4bgline {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.b4bgline svg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100vw;
}
.b4bgphoto {
    position: absolute;
    top: 20px;
    left: 15px;
    height: 100%;
    width: 100%;
}
.b4sh {
    position: absolute;
    border-radius: 124px;
    width: 100vw;
    height: 100%;
    max-width: none;
    object-fit: cover;
    left: 0;
    top: 0;
    background: #080C1459;
}
.b4bgphoto img {
    border-radius: 124px;
    width: 100vw;
    height: 100%;
    max-width: none;
    object-fit: cover;
}
.b4wrap {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
    justify-content: space-evenly;
    padding-left: 30px;
}
.b4txt {
    flex: 40% 0 0;
    display: flex;
    flex-flow: column;
    padding: 0;
    position: relative;
    gap: 30px;
}
.b4w1 {
    flex: calc(33.333% - 31px) 0 0;
    background: #262F40D6;
    border-radius: 30px;
    padding: 15px 10px;
    position: relative;
    line-height: 1.2;
}
.b4w1 h4 {
    font-family: 'SF-Pro-Display';
    font-weight: normal;
    color: #E1C5A1;
    text-align: left;
    font-size: 24px;
}
.b4w1 p {
    font-family: 'SF-Pro-Display';
    font-size: 16px;
    color: #E1C5A1;
    margin: 0;
}
.b4slog {
    flex: calc(60% - 31px) 0 0;
    display: flex;
    flex-flow: column;
    position: relative;
    justify-content: space-around;
}
.b4top {
    color: #E1C5A1;
    font-size: 50px;
    font-family: 'SF-Pro-Display';
    font-weight: 200;
}
.b4top span {
    color: #fff;
}
.b4bot svg {
    width: 100%;
}

section.b5 {
    position: relative;
    overflow: hidden;
    padding-top: 45px;
}
.b5wrap {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
    justify-content: space-evenly;
    padding-left: 30px;
}
.b5bgline {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.b5bgline svg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100vw;
}
.b5hdr {
    flex: 100% 0 0;
}
.b5w1 {
    flex: calc(33.333% - 30px) 0 0;
    background: #3F4C66D6;
    border-radius: 30px;
    padding: 15px 20px;
    position: relative;
}
.b5w1 h4 {
    font-family: 'SF-Pro-Display';
    font-weight: normal;
    color: #E1C5A1;
    text-align: left;
    font-size: 24px;
}
.b5w1 p {
    font-family: 'SF-Pro-Display';
    font-size: 16px;
    color: #E1C5A1;
    margin: 0;
}
.b5hdr h3 {
    font-size: 48px;
    color: #E1C5A1;
    font-family: 'SF-Pro-Display';
    font-weight: 200;
    margin-bottom: 15px;
    text-align: left;
    margin-left: 20px;
}
.b5hdr h4 {
    font-size: 48px;
    text-align: left;
    margin-left: 20px;
    color: #E1C5A1;
    font-family: 'SF-Pro-Display';
    font-weight: 200;
}


section.b6 {
    position: relative;
    overflow: hidden;
    padding-top: 45px;
    padding-bottom: 30px;
}
.b6hdr h3 {
    font-size: 90px;
    color: #E1C5A1;
    font-family: 'SF-Pro-Display';
    font-weight: 200;
    margin-bottom: 45px;
    text-align: left;
    margin-left: 20px;
}
.b6hdr h3 span {
    color: #fff;
    font-size: 48px;
    display: inline-block;
    margin-right: 40px;
}
.b6wrap {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    padding-top: 160px;
    padding-bottom: 60px;
    justify-content: space-around;
    align-items: flex-end;
}
.b6bgline {
    position: absolute;
    top: 20px;
    left: 0;
    height: 100%;
    width: 100%;
}
.b6bgline svg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100vw;
}
.b6bgphoto {
    position: absolute;
    top: 0px;
    left: 15px;
    height: 100%;
    width: 100%;
}
.b6sh {
    position: absolute;
    border-radius: 124px;
    width: 100vw;
    height: 100%;
    max-width: none;
    object-fit: cover;
    left: 0;
    top: 0;
    background: #080C1459;
}
.b6bgphoto img {
    border-radius: 124px;
    width: 100vw;
    height: 100%;
    max-width: none;
    object-fit: cover;
}
.b6w1 {
    flex: 40% 0 0;
    display: flex;
    flex-flow: row wrap;
    background: #262F40D6;
    border-radius: 30px;
    padding: 15px 20px;
    position: relative;
    margin-left: 8px;
    margin-right: 8px;
    height: 100%;
}

.b6w1 .ico {
    height: 51px;
    flex: 45px 0;
}
.b6w1 .ico svg {
    background: #fff;
    border-radius: 8px;
}
.b6w1 h4 {
    flex: calc(100% - 45px) 0 0;
    font-family: 'SF-Pro-Display';
    font-weight: normal;
    color: #E1C5A1;
    text-align: left;
    font-size: 24px;
}
.b6w1 p {
    flex: 100% 0 0;
    font-family: 'SF-Pro-Display';
    font-size: 16px;
    color: #E1C5A1;
}
.b6ph {
    position: relative;
    width: 100%;
    flex: 30% 0 0;
}
.b6ph img {
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    max-width: none;
}
.b6info {
    position: relative;
    top: 100%;
    left: 0;
}
.b6name {
    font-size: 32px;
    font-weight: bold;
    font-family: "Inter";
    background: #D4AF80;
    color: #000;
    padding: 9px 75px;
    white-space: nowrap;
    border-radius: 5px;
    display: inline-block;
}
.b6post {
    font-size: 24px;
    font-weight: 200;
    font-family: "Inter";
    background: #FFFAF4;
    color: #000;
    padding: 3px 0px;
    white-space: nowrap;
    border-radius: 5px;
    margin-top: 8px;
    display: inline-block;
    width: 91%;
    text-align: center;
}


section.fpprjlist {
    position: relative;
    overflow: hidden;
    padding-top: 45px;
    padding-bottom: 30px;
}
.fpprjlist h2 {
    font-size: 90px;
    color: #E1C5A1;
    font-family: 'SF-Pro-Display';
    font-weight: 200;
    margin-bottom: 45px;
    text-align: left;
    margin-left: 20px;
}
.fpprjlist-list {
    display: flex;
    flex-flow: row wrap;
    gap: 40px;
}
.fpprjlist-item {
    flex: calc(50% - 20px) 0 0;
    display: flex;
    flex-flow: row wrap;
    padding-bottom: 20px;
    gap: 30px;
}
.fpprjlist-item h3 {
    font-size: 32px;
    text-align: left;
    font-family: 'SF-Pro-Display';
    padding: 0px 0px 20px;
    color: #D4AF80;
    margin: 0;
}
.fpprjlist-item figure {
    position: relative;
    flex: calc(50% - 15px) 0 0;
    border: 1px solid #D4AF80;
    border-radius: 20px;
}
.fpprjlist-item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.fpprjlist-info {
    flex: calc(50% - 15px) 0 0;
}
.fpprjlist-item-type {
    color: #D4AF80;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    font-family: 'SF-Pro-Display';
    padding: 0;
}
.fpprjlist-item-sqr {
    color: #D4AF80;
    font-size: 20px;
    text-align: left;
    font-family: 'SF-Pro-Display';
    padding: 0;
}
.fpprjlist-item-stat {
    color: #D4AF80;
    font-size: 20px;
    text-align: center;
    font-family: 'SF-Pro-Display';
    padding: 20px 20px;
    background: #0F192B;
    border-radius: 15px;
}
.fpprjlist-item-text {
    color: #fff;
    font-size: 16px;
    text-align: left;
    font-family: 'SF-Pro-Display';
    padding: 8px 0px;
}
.fpprjlist-item-link {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    flex-flow: column;
    padding-top: 15px;
}
.fpprjlist-item-link a {
    white-space: nowrap;
    border: 1px solid #E1C5A1;
    border-radius: 12px;
    background: #E1C5A1;
    color: #000;
    padding: 30px 0;
    height: auto;
    margin: 0;
    line-height: 1;
    display: block;
    transition: all 0.15s;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
}
.fpprjlist-item-link a:hover {
    background: transparent;
    color: #fff;
}
*/

footer {
    position: relative;
    overflow: hidden;
    padding-top: 45px;
    padding-bottom: 60px;
}
.footerwrap {
    position: relative;
    display: flex;
    flex-flow: column;
    gap: 40px;
    padding-top: 40px;
    padding-bottom: 80px;
    justify-content: space-evenly;
    padding-left: 30px;
}
.ftbgline {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.ftbgline svg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100vw;
}
.fthdr {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.fthdrb1 {
    display: flex;
    flex-flow: column;
    flex: 60% 0 0;
}
.fthdrb2 {
    flex: 40% 0 0;
}
.fthdr h3 {
    font-family: 'SF-Pro-Display';
    font-size: 48px;
    color: #fff;
    font-weight: 200;
    margin: 0;
    text-align: left;
}
.fthdr h4 {
    font-family: 'SF-Pro-Display';
    font-size: 48px;
    color: #E1C5A1;
    font-weight: 200;
    margin: 0;
    text-align: right;
}
.fb-wrap {
    position: relative;
}
.ftcontacts {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
}
.ftcontacts > div {
    display: flex;
    align-items: center;
}
.ftcontacts > div svg {
    width: 50px;
    height: 105px;
    background: #E1C5A1;
    border-radius: 7px;
    margin-right: 8px;
    flex: 50px 0;
}
.ftcontacts > div p {
    margin: 0;
}
.ftcontacts > div > p > span {
    display: block;
}
.ftcontacts > div > p > a {
    color: #fff;
    white-space: nowrap;
}
.ftcontacts .soc svg {
    width: 43px;
    height: 43px;
    border-radius: 43px;
    padding: 8px;
}
.ftcontacts .soc.tg svg {
    background: #229ED9;
}
.ftcontacts .soc.wa svg {
    background: #0DC143;
}
.ftcontacts .soc.vk svg {
    background: #0D6AC1;
}
.ftcontacts > p > span {
    display: block;
    font-weight: lighter;
}
.ftcontacts > p > a {
    color: #fff;
}
/*
input#fb-agree {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
}*/
form input[type="radio"] {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
}
form input[type="radio"] + span {
    white-space: nowrap;
    border: 1px solid #E1C5A1;
    border-radius: 30px;
    background: transparent;
    color: #fff;
    padding: 15px 34px;
    height: auto;
    margin: 0;
    margin-right: 15px;
    line-height: 1;
    display: inline-block;
    transition: all 0.15s;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
}
form input[type="radio"]:checked + span {
    background: #E1C5A1;
    color: #0F192B;
}
.formprivace input[type="checkbox"] + svg {
    margin-right: 8px;
}
.formprivace input[type="checkbox"]:checked + svg {
    fill: #E1C5A1;
}
.formprivace a {
    color: #fff;
    text-decoration: underline;
}
fieldset.fb-info {
    display: flex;
    flex-flow: column;
    gap: 20px;
}
.fb-text {
    display: flex;
    gap: 20px;
}
.fb-info button.btn {
    background: #E1C5A1;
    border-radius: 10px;
    color: #0F192B;
    font-weight: bold;
	border: 1px solid #E1C5A1;
}
.fb-info button.btn:disabled {
    background: #eee;
    border-radius: 10px;
    color: #0F192B;
    font-weight: bold;
	border: 1px solid #E1C5A1;
}
.fb-info button.btn:hover {
    background: transparent;
    color: #FFF;
    font-weight: bold;
}
/*.fb-info input[type="text"] {
    border: none;
    background: #141414;
    color: #fff;
    border-radius: 10px;
    padding: 14px 15px;
    width: 100%;
}*/
/*fieldset.fb-send {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.fb-sendwrap {
    border: 1px solid #D4AF80;
    border-radius: 35px;
    background: #0F192BD9;
    padding: 35px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.fb-send-logo {
    text-align: center;
}
.fb-send-logo img {
    max-width: 50%;
}
.fb-send button {
    color: #fff;
    background: no-repeat;
    border: navajowhite;
    display: inline-block;
    margin-top: 20px;
}*/

section.s1 {
    position: relative;
    padding-top: 60px;
    padding-bottom: 15px;
}
.s1wrap {
    display: flex;
    flex-flow: row wrap;
    gap: 30px;
    position: relative;
}
.s1bg {
    position: absolute;
    top: -50px;
    left: 24%;
    right: 0;
    bottom: 0px;
    /* height: 100%; */
    /* padding-top: 38%; */
}
.s1bgwr {
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    border: 1px solid #E1C5A1;
    border-radius: 50px;
}
.s1l, .s1r {
    flex: calc(50% - 15px) 0 0;
    width: calc(50% - 15px);
}
.s1r {
    padding-right: 30px;
}
.s1l {
    padding-bottom: 30px;
    position: relative;
}
.s1 h1 {
    color: #D4AF80;
    font-weight: 200;
}
.mySwiper2 {
    margin-bottom: 5px;
}
.mySwiper2 .swiper-slide {
    position: relative;
    height: 0;
    padding-top: 65%;
    width: 100%;
    border: 1px solid #D4AF80;
    border-radius: 20px;
	background: #D4AF80;
}
.mySwiper2 .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.mySwiper2 .swiper-slide video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain;
	border-radius: 20px;
}
.vplay, .vopen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 20px;
}
.popup {
    position: absolute;
    top: 10%;
    left: 30%;
    width: 40%;
    height: 80%;
    overflow: hidden;
    display: none;
    z-index: 100000000;
}
.popup.show {
    display: block;
}
.popupwrap {
    height: 100%;
    display: flex;
    flex-flow: column;
    gap: 10px;
}
.mySwiper {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.mySwiper .swiper-slide {
    position: relative;
    height: 100%;
    width: 100%;
    border: 1px solid #D4AF80;
    border-radius: 20px;
    background: #D4AF80;
}
.mySwiper .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.mySwiper .swiper-slide video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain;
	border-radius: 20px;
}
.popup .swiper-button-wrap .popupclose {
    position: absolute;
    right: 15px;
    cursor: pointer;
}
.popup .swiper-button-wrap {
    background: #0000008C;
    border-radius: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    gap: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;	
}
.popup .swiper-button-prev {
    position: relative;
    top: auto;
    width: 28px;
    height: auto;
    margin: 0;
    display: block;
}
.popup .swiper-button-next {
    position: relative;
    top: auto;
    width: 60px;
    height: auto;
    margin: 0;
    display: block;
    margin-right: -30px;
}
.popup .swiper-button-prev:after, .popup .swiper-button-next:after {
    content: none;
}


/*.mySwiper  .swiper-slide {
    position: relative;
    height: 0;
    padding-top: 20%;
}
.mySwiper .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 10px 10px;
}*/
.s1l .swiper-button-wrap {
    background: #0000008C;
    border-radius: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.s1l .swiper-button-prev {
    position: relative;
    top: auto;
    width: 28px;
    height: auto;
    margin: 0;
    display: block;
}
.s1l .swiper-button-next {
    position: relative;
    top: auto;
    width: 60px;
    height: auto;
    margin: 0;
    display: block;
    margin-right: -30px;
}
.s1l .swiper-button-prev:after, .s1l .swiper-button-next:after {
    content: none;
}
.s1l .swiper-pagination {
    position: relative;
    top: auto;
    bottom: auto;
    width: auto;
}
.s1l span.swiper-pagination-bullet {
    background: #D9D9D9;
    width: 11px;
    height: 11px;
    opacity: 1;
}
.s1l span.swiper-pagination-bullet-active {
    background: #D4AF80;
}

section.s1ext {
    position: relative;
    padding-bottom: 60px;
}
.s1bot {
    display: flex;
    gap: 23px;
    justify-content: flex-start;
}
.s1bot a.btn {
    background: #E1C5A1;
    color: #0F192B;
    padding: 41px 90px;
    border-radius: 15px;
}
.s1bot a.ico {
    display: inline-block;
    background: #E1C5A1;
    border-radius: 7px;
    padding: 27px 0px;
}
.s1info {
    display: flex;
    flex-flow: column;
}
.s1info a {
    color: #E1C5A1;
    display: inline-block;
    margin-top: 15px;
}
.s1bot > .s1rcontacts {
    display: flex;
    align-items: center;
}
.s1bot > .s1rcontacts svg {
    width: 50px;
    height: 105px;
    background: #E1C5A1;
    border-radius: 7px;
    margin-right: 8px;
    flex: 50px 0;
}
.s1bot > .s1rcontacts .soc svg {
    width: 43px;
    height: 43px;
    border-radius: 43px;
    padding: 8px;
}
.s1bot > .s1rcontacts .soc.tg svg {
    background: #229ED9;
}
.s1bot > .s1rcontacts .soc.wa svg {
    background: #0DC143;
}
.s1bot > .s1rcontacts .soc.vk svg {
    background: #0D6AC1;
}
.s1bot > .s1rcontacts > p > span {
    display: block;
    font-weight: lighter;
}
.s1bot > .s1rcontacts > p > a {
    color: #fff;
}
section.s2 {
    position: relative;
    overflow: hidden;
}
.s2hdr {
    border-bottom: 1px solid #E1C5A1;
    margin-bottom: 60px;
}
.s2hdr h3 {
    font-size: 96px;
    color: #E1C5A1;
    font-weight: 200;
    text-align: left;
}
.s2hdr h3:first-child svg {
    margin-right: 45px;
}
.s2hdr h3:last-child svg {
    margin-left: 60px;
}
.s2hdr h3 span {
    color: #fff;
}

.s2 .tabitem .tabwrap {
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    background: #fff;
    border-radius: 20px 0 0 20px;
    position: relative;
}
.s2 .tabitem {
    display: none;
}
.s2 .tabitem.active {
    display: block;
}
.s2 .tabtext {
    flex: calc(60% - 20px) 0 0;
    padding: 15px 25px;
}
.s2 .tabimg {
    flex: 40% 0 0;
}
.s2 .tabimg figure {
    height: 100%;
    position: relative;
}
.s2 .tabimg figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.s2 .tabhdrtxt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #E1C5A1;
    font-size: 40px;
    text-align: center;
    font-weight: 200;
}
.s2 .tabhdrimg img {
    border-radius: 15px 0 0 15px;
}
.s2 .tabtop {
    color: #D4AF80;
    font-size: 32px;
}
.s2 .tabmed {
    color: #000;
}
.s2 .tabbot {
    font-size: 32px;
    color: #D4AF80;
}







section.d1 {
    overflow: hidden;
}
.d1wrap {
    display: flex;
    flex-flow: row;
}
.d1hdr {
    margin-right: 20px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
}
section.d2 {
    position: relative;
    overflow: hidden;
}
.d2wrap {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    gap: 30px;
    padding-top: 80px;
    padding-bottom: 80px;
    justify-content: space-evenly;
    padding-left: 0px;
}
.d2wrap .menuitem svg {
	fill: #D4AF80;
	margin-right: 20px;
}
.d2wrap .menuitem.active svg {
	fill: #FFF;
}
.d2menu {
    flex: 30% 0 0;
    display: flex;
    flex-flow: column;
    padding: 0;
    position: relative;
    /* gap: 30px; */
    justify-content: center;
}
.d2menu .menuitem {
    color: #D4AF80;
    font-size: 20px;
    font-family: 'SF-Pro-Display';
    font-weight: normal;
    padding: 10px 0;
    margin-bottom: 8px;
    cursor: pointer;
}
.d2tab {
    flex: calc(70% - 30px) 0 0;
    display: flex;
    flex-flow: column;
    position: relative;
    justify-content: space-around;
}
.d2bgline {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.d2bgline svg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 65vw;
}

.d2 .tabitem {
    display: none;
    padding: 60px 60px 60px 0px;
}
.d2 .tabitem.active {
    display: block;
}
.d2 .tabtext {
    padding: 0px;
}
.d2 .tabhdrtxt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #E1C5A1;
    font-size: 40px;
    text-align: center;
    font-weight: 200;
}
.d2 .tabtop {
    color: #D4AF80;
    font-size: 20px;
    padding-bottom: 20px;
}
.d2 .tabmed {
    color: #fff;
}
.d2btn {
    flex: 100% 0 0;
    display: flex;
    gap: 30px;
    padding-top: 45px;
    justify-content: space-between;
    position: relative;
    align-items: center;
}
.d2btn div {
    flex: 1;
}
.d2btn div svg {
    width: 100%;
}
.d2btn a.btn {
    flex: 0;
}