/*
 * Bundle.css - Combined application styles
 * Generated: 2025-11-20 10:27
 * 
 * This file combines the following CSS files in order:
 * - main.css (base styles and resets)
 * - header.css (header component)
 * - top.css (top section)
 * - hero.css (hero section)
 * - shared.css (shared utilities)
 * - product.css (product page styles)
 * - related.css (related products)
 * - ads.css (advertisements grid)
 * - projects.css (projects section)
 * - image-block.css (image blocks)
 * - footer.css (footer component)
 */


:root {
	box-sizing: border-box;
}

*, ::before, ::after {
	box-sizing: inherit;
}

*{
	-webkit-tap-highlight-color: transparent;
}

body {
    
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    color: #333333;
    background: #f8f8f8;
}


@media (min-width: 750px){
	body {
		font-size: .95em;
	}

}

@media (min-width: 1200px){
	body {
		font-size: 1em;
	}

}

input::placeholder {
    color: #B4B4B4;
    font-family: 'Montserrat', sans-serif;
}


.footer .wrap, .home, .categories {
	padding: 0 10px;
	width: 100%;
}

@media (min-width: 768px){
    .footer .wrap, .home, .categories {
        padding: 0 65px;
    }
}

@media (min-width: 1570px){
    .footer .wrap, .home, .categories {
        max-width: 1440px;
        margin: 0 auto;
        padding: 0;
    }
}






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

input::placeholder {
    color: grey;
}


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




.blocked {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.blocked > .back {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: .7;
}

.blocked > .name {
    color: white;
    z-index: 1;
    margin-bottom: 1em;
    text-align: center;
}

.loading-wrap {
    width: 60px;
    height: 60px;
    background: #777;
    -webkit-animation: rotation ease-in-out 2s infinite;
    animation: rotation ease-in-out 2s infinite;
    border-radius: 30px; 
}

.triangle1, .triangle2, .triangle3 {
    border-width: 0 20px 30px 20px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #67cbf0;
    height: 0; width: 0;
    position: absolute;
    left: 10px; top: -10px;
    -moz-animation: fadecolor 2s 1s infinite;
    -webkit-animation: fadecolor 2s 1s infinite;
    -ms-animation: fadecolor 2s 1s infinite;
    animation: fadecolor 2s 1s infinite;
}

.triangle2, .triangle3{
    content: '';
    top: 20px; left: 30px;
    -moz-animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.triangle3{
    left: -10px;
    -moz-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

@-moz-keyframes rotation
{
    0% {-moz-transform: rotate(0deg);}
    20% {-moz-transform: rotate(360deg);}
    100% {-moz-transform: rotate(360deg);}
}

@-webkit-keyframes rotation
{
    0% {-webkit-transform: rotate(0deg);}
    20% {-webkit-transform: rotate(360deg);}
    100% {-webkit-transform: rotate(360deg);}
}

@-ms-keyframes rotation
{
    0% {-webkit-transform: rotate(0deg);}
    20% {-webkit-transform: rotate(360deg);}
    100% {-webkit-transform: rotate(360deg);}
}		

@keyframes rotation
{
    0% {transform: rotate(0deg);}
    20% {transform: rotate(360deg);}
    100% {transform: rotate(360deg);}
}          

@-moz-keyframes fadecolor
{
    0% {border-bottom-color: #eee;}
    100%{border-bottom-color: #67cbf0;}
}

@-webkit-keyframes fadecolor
{
    0% {border-bottom-color: #eee;}
    100%{border-bottom-color: #67cbf0;}
}

@-ms-keyframes fadecolor
{
    0% {border-bottom-color: #eee;}
    100%{border-bottom-color: #67cbf0;}
}		

@keyframes fadecolor
{
    0% {border-bottom-color: #eee;}
    100%{border-bottom-color: #67cbf0;}
}

::-moz-placeholder {
	font-family: 'FuturaPT',Arial,sans-serif;
	font-size: .85em;
}
::-webkit-input-placeholder { 
	font-family: 'FuturaPT',Arial,sans-serif; 
	color: white;
	letter-spacing: 1px;
}
:-ms-input-placeholder { font-family: 'FuturaPT',Arial,sans-serif; color: white; }
::-ms-input-placeholder { font-family: 'FuturaPT',Arial,sans-serif; color: white; }
::placeholder { font-family: 'FuturaPT',Arial,sans-serif; color: white; } 

.err {
    position: fixed;
    z-index: 9999;
    right: 0;
    background: #ca2323;
    bottom: 0;
    padding: 0.75em 1em;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 5px;
}

.err > .name {
	text-align: center;
    letter-spacing: .3px;
}

.err > svg {
    width: 1em;
    height: 1em;
    margin-left: 0.5em;
    margin-top: 0.1em;
    cursor: pointer;
}

/* account */

.footer {
    padding: 1em;
    border-top: 1px solid #efefef;
    background: #00043B;
    margin-top: 2em;
}

@media (min-width: 1440px){
    .footer {
        padding: 40px 0 0;
    }
}

@media (min-width: 1440px){
    .footer .wrap {
        max-width: 1440px;
        margin: 0 auto;
    }
}

.footer .wrap > .name {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #B4B4B4;
    border-bottom: 1px solid #7276EB;
    max-width: 117px;
    padding-bottom: 0.25em;
}

@media (min-width: 1000px){
    .footer .wrap > .name {
        font-size: 20px;
        max-width: 85px;
    }
}

.footer .wrap >.desc {
    font-size: 12px;
    color: #B9B9B9;
    margin-top: 5px;
}

@media (min-width: 1000px){
    .footer .wrap >.desc {
        font-size: 16px;
    }
}

.footer .wrap > .copyring {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    align-items: flex-end;
}

.footer .wrap > .copyring > .name {
    font-size: 12px;
    color: #747474;
}

@media (min-width: 1000px){
    .footer .wrap > .copyring > .name {
        font-size: 16px;
    }
}

.footer .wrap > .copyring > .name > .wrap {
    display: flex;
    justify-content: flex-end;
}

.footer .wrap > .copyring > .name > .wrap > a.icon {
    width: 1.5em;
    height: 1.5em;
    display: flex;
    margin-bottom: 10px;
}


.products.add > .delete {
    color: white;
    padding: 1em 0;
    border-radius: 5px;
    text-transform: uppercase;
    text-align: center;
	background: #00274f;
	cursor: pointer;
}

.account {
    width: 100%;
}



.main > .content > .detail-product {
    width: 100%;
}

@media (min-width: 1440px){
    .main > .content > .detail-product {
        padding: 40px;
    }
}

.product-info {
    padding: 1em 1em 0 1em;
}

.product-info-block {
    background: #F4F4FA;
}

@media (min-width: 650px){
	.product-info-block {
		max-width: 1440px;
        margin: 0 auto;
        display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 1em;
	}
}


@media (min-width: 650px){
	.product-info {
		display: flex;
		flex-direction: column;
		padding: 0;
	}
}





.footer .wrap a {
    color: white;
}

.products-block {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 1em;
}

.products-block .links {
  margin-bottom: 35px;
}

.products-block .links a {
  margin-right: 1em;
}

.products-block .products.add {
	width: 100%;
}

.products-block .special_style_1 {
	width: 100%;
}





.header-left {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header-title {
  font-size: calc(24px + 6 * (100vw - 320px) / 680);
  font-weight: 500;
  color: #00043B;
  line-height: 1.5;
  margin-bottom: 28px;
}

@media (min-width: 768px) {
  .header-title {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 24px;
  }
}

.header-description {
  font-size: calc(13px + 6 * (100vw - 320px) / 680);
  margin-bottom: 28px;
  line-height: 21px;
  color: #00043B;
}

@media (min-width: 768px) {
  .header-description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .header-description {
    margin-bottom: 48px;
  }
}

.faq-link, .telegram-link {
  color: #00043B;
  font-size: 14px;
}

.me-ads {
  display: flex;
  margin-bottom: 16px;
  color: #333333;
}

.related-link {
  display: flex;
  align-items: center;
  color: #00043B;
  font-size: 14px;
}

.remove-icon {
  margin-left: 8px;
  cursor: pointer;
}
.header-container {
  background-color: #FBFBFB;
}


.header-content {
  padding: 1em 10px 1em;
}

@media (min-width: 768px) {
  .header-content {
    padding: 1em 65px 1em;
  }
}

@media (min-width: 1570px) {
  .header-content {
    max-width: 1440px;
    margin: 0 auto;
    padding: 1em 0 1em;
  }
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.header-link {
  color: #00043B;
  font-weight: 500;
  font-size: 14px;
}

.flex-grow {
  flex-grow: 1;
}

.header-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  cursor: pointer;
}

.header-icon svg {
  width: 20px;
  height: 20px;
  color: #00043B;
}

@media (min-width: 768px) {
  .header-icon svg {
    width: 24px;
    height: 24px;
  }
}

.header .icon svg {
  color: #00043B;
}

.install-btn {
  transition: transform 0.2s;
}

.install-btn:hover {
  transform: scale(1.1);
}

.install-btn:active {
  transform: scale(0.95);
}
/* Hero Section */
.hero-section {
  display: flex;
  flex-direction: column-reverse;
  padding: 4rem 1rem;
  position: relative;
  overflow: hidden;
}

/* Hero Image Container */
.hero-image-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  z-index: 1;
}

.hero-image-container .gray-block {
  height: 100%;
  background: #f8f8f8;
  width: 50%;
  z-index: 1;
  position: absolute;
}

.hero-image-container .hero-diagonal-slice {
  height: 100%;
  background: #fff;
  width: 30%;
  transform: skewX(165deg);
  z-index: 3;
  margin: 0 auto;
  max-width: 260px;
  min-width: 250px;
}

.hero-image-container .hero-image {
  height: 100%;
  object-fit: cover;
  width: 50%;
  position: absolute;
  right: 0;
}

/* Hero Content */
.hero-content {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  z-index: 2;
  justify-content: center;
  flex-flow: wrap;
}

.hero-text {
  margin-bottom: 4rem;
  position: relative;
}

.hero-text .wrap-user-name {
  display: flex;
}

.hero-text .hero-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0a1e55;
  background-color: #fefcbf;
  border-radius: 9999px;
  margin-right: 1em;
}

.hero-text .hero-title {
  margin: 0;
  font-family: sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #0a1e55;
}

.hero-text .hero-title .hidden-md {
  display: none;
}

.hero-text .hero-title .highlighted-text {
  display: inline-block;
  color: #f59e0b;
  word-wrap: break-word;
  word-break: break-all;
}

.hero-text .hero-description {
  padding-right: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  color: #0a1e55;
  word-wrap: break-word;
  word-break: break-all;
}

.hero-text .hero-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-text .hero-buttons .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  border-radius: 0.375rem;
  transition: background-color 0.2s, box-shadow 0.2s;
  font-size: 14px;
  cursor: pointer;
}

.hero-text .hero-buttons .btn.btn-primary {
  color: #fff;
  background-color: #0a1e55;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.hero-text .hero-buttons .btn.btn-primary:hover {
  background-color: #2a4365;
}

.hero-text .hero-buttons .btn.btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  outline: none;
}

.hero-text .hero-buttons .btn.btn-secondary {
  font-weight: 600;
  color: #2b6cb0;
  transition: color 0.2s;
}

.hero-text .hero-buttons .btn.btn-secondary:hover {
  color: #2c5282;
}

.hero-text .hero-buttons .price-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  color: #0a1e55;
}

.hero-text .hero-buttons .price-info .price-value {
  font-weight: 500;
}

.hero-text .hero-buttons .price-info .price-value .price-prefix {
  font-size: 0.875rem;
  font-weight: 400;
}

.hero-text .hero-buttons .price-info .price-action {
  color: #7076F3;
  font-weight: 400;
  font-size: 0.875rem;
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.2s;
}

.hero-text .hero-buttons .price-info .price-action:hover {
  color: #5a5ed1;
}

.hero-text .price-warning {
  margin-top: 1rem;
  font-size: 0.75rem;
  color: #f75050;
  letter-spacing: 0.25px;
  line-height: 1.4;
}

/* Hero Image Wrapper */
.hero-img-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.hero-img {
  width: 310px;
  height: 310px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid white;
  position: relative;
}

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

.hero-img .hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background: rgba(26, 32, 48, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
}

.hero-img .hero-arrow svg {
  width: 20px;
  height: 20px;
  color: #FFDD2D;
}

.hero-img .hero-arrow:hover {
  background: rgba(26, 32, 48, 0.95);
}

.hero-img .hero-arrow.hero-arrow-left {
  left: 10px;
  border-radius: 0 50% 50% 0;
}

.hero-img .hero-arrow.hero-arrow-right {
  right: 10px;
  border-radius: 50% 0 0 50%;
}

.hero-img .hero-img-counter {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  z-index: 2;
}

/* Hero Views & Comments */
.hero-vc {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.hero-vc .vc-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hero-vc .vc-item svg {
  width: 18px;
  height: 14px;
}

.hero-vc .vc-item span {
  font-size: 0.875rem;
  color: #6b7280;
  font-weight: 500;
}

/* Media Queries */
@media (min-width: 640px) {
  .hero-text .hero-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 768px) {
  .hero-section {
    padding: 1em 65px 1em;
  }

  .hero-text .hero-title .hidden-md {
    display: inline;
  }

  .hero-text .hero-description {
    font-size: 1.125rem;
  }

  .hero-text .hero-buttons .price-info {
    font-size: 1.125rem;
  }
}

@media (min-width: 1024px) {
  .hero-section {
    flex-direction: row;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-content {
    justify-content: space-between;
  }

  .hero-text {
    margin: 10rem 0;
    max-width: 35rem;
    padding-right: 1.25rem;
    width: 100%;
  }
}

@media (min-width: 1440px) {
  .hero-content {
    padding: 0;
  }
}
.social-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.social-link {
    display: inline-block;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out;
}

.social-link.telegram:hover {
    box-shadow: 0 4px 12px rgba(52, 170, 223, 0.5);
}.product {
    width: 100%;
    background: white;
}

.product > h1.name {
    max-width: 1440px;
    margin: 2em auto;
    padding: 0 10px;
    align-items: center;
    display: flex;
}

.product > h1.name > svg {
    width: 1em;
    height: 1em;
    cursor: pointer;
    margin-top: 2.5px;
    margin-left: 5px;
}

@media (min-width: 768px){
    .product > .wrap_1 > .detail {
        margin: 0 auto;
    }
}

@media (min-width: 1140px){
    .product > .wrap_1 > .detail {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 95px;
        max-width: 1440px;
    }
}

.product > .wrap_1 > .detail > .top {
    position: relative;
}

/* vc */

.vc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.vc > .settings-product {
    font-weight: 400;
    font-size: 14px;
    color: #00043B;
    min-height: 1em;
    cursor: pointer;
    text-decoration: underline;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.vc > .settings-product > .name {
    display: none;
}

@media (min-width: 540px){
    .vc > .settings-product > .name {
        display: block;
    }
    
}


.vc > .settings-product > svg {
    width: 1.25em;
    height: 1.25em;
    margin-right: 5px;
}


.vc > .settings-product > svg {
    width: 1.25em;
    height: 1.25em;
}

.product > .wrap_1 > .detail > .top > .vc > .wrap {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.product > .wrap_1 > .detail > .top > .vc > .wrap > .wrap {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.product > .wrap_1 > .detail > .top > .vc > .wrap > svg {
    width: 1em;
    height: 1em;
    color: #00043B;
}


.product > .wrap_1 > .detail > .top > .vc > .wrap > .images {
    font-weight: 400;
    font-size: 14px;
    color: #00043B;
    min-height: 1em;
    cursor: pointer;
    text-decoration: underline;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.product > .wrap_1 > .detail > .top > .vc > .wrap > .images > input.hidden {
    display: none;
}

.product > .wrap_1 > .detail > .top > .vc > .wrap > .images > svg {
    width: 1.5em;
    height: 1.5em;
}

.product > .wrap_1 > .detail > .top > .vc > .wrap > .wrap > svg {
    width: 18px;
    height: 13px;
}

@media (min-width: 768px){
    .product > .wrap_1 > .detail > .top > .vc > .wrap > .wrap > svg {
        width: 20px;
        height: 15px;
    }
}

.product > .wrap_1 > .detail > .top > .vc > .wrap > .wrap > .name {
    margin-left: 5px;
    font-weight: 400;
    font-size: 14px;
    color: #B4B4B4;
}

@media (min-width: 768px){
    .product > .wrap_1 > .detail > .top > .vc > .wrap > .wrap > .name  {
        font-size: 16px;
    }
}


.product > .wrap_1 > .detail > .bottom {
    margin-top: 20px;
}

@media (min-width: 1440px){
    .product > .wrap_1 > .detail > .bottom {
        margin-top: 0;
    }
}




/* order */
.product > .wrap_2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

@media (min-width: 1440px){
    .product > .wrap_2 {
        margin: 50px 0;
    }
}



@media (min-width: 768px){
    .order {
        padding: 0;
    }
}

.order > .bottom {
    margin-top: 1em;
    max-width: 100%;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
}

@media (min-width: 1000px) {
    .order > .bottom {
        margin-top: 0;
        justify-self: center;
        width: 100%;
        height: 100%;
    }

    .order > .bottom > img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        background: white;
    }
}

@media (min-width: 1000px){
    .product > .wrap_2 > .order {
        display: grid;
        max-width: 1440px;
        padding: 0;
        grid-template-columns: 1fr 1fr;
        grid-gap: 1em;
        align-items: center;
        margin: 0 auto;
        width: 100%;
    }
}

@media (min-width: 1440px){
    .product > .wrap_2 > .order {
        justify-content: space-between;
    }
}



.product > .wrap_2 > .order > .top {
    padding: 35px 25px;
    background: #FBFBFB;
    box-shadow: -2px -2px 10px rgb(0 0 0 / 5%), 2px 2px 10px rgb(0 0 0 / 5%);
    border-radius: 5px;
}

@media (min-width: 768px){
    .product > .wrap_2 > .order > .top {
        padding: 45px 90px;
    }
}

@media (min-width: 1000px){
    .product > .wrap_2 > .order > .top {
        order: 1;
        justify-self: flex-end;
    }
}

.product > .wrap_2 > .order > .top > .form > .name {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #00043B;
}

@media (min-width: 768px){
    .product > .wrap_2 > .order > .top > .form > .name {
        font-size: 24px;
        line-height: 35px;
    }
}

.product > .wrap_2 > .order > .top > .form > .name > span {
    color: red;
}

.product > .wrap_2 > .order > .top > .form > .desc {
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    text-align: center;
    color: #00043B;
    margin-top: 20px;
    word-break: break-all;
}

@media (min-width: 768px){
    .product > .wrap_2 > .order > .top > .form > .desc {
        font-size: 16px;
        line-height: 24px;
        margin-top: 25px;
    }
}

.product > .wrap_2 > .order > .top > .form > .desc > .bold {
    font-weight: 600;
    color: red;
}

.product > .wrap_2 > .order > .top > .form > .input {
    margin-top: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e9e9e9;
}

@media (min-width: 768px){
    .product > .wrap_2 > .order > .top > .form > .input {
        margin-top: 35px;
    }
}

.product > .wrap_2 > .order > .top > .form > .input > input {
    font-weight: 400;
    font-size: 12px;
    color: #00043B;
    border: none;
    padding: 0;
    margin: 0;
    background: inherit;
    width: 100%;
    outline: none;
}

@media (min-width: 768px){
    .product > .wrap_2 > .order > .top > .form > .input > input {
        font-size: 16px;
    }
}

.product > .wrap_2 > .order > .top > .form > .input > input::placeholder {
    font-size: 12px;
    color: #B4B4B4;
}

@media (min-width: 768px){
    .product > .wrap_2 > .order > .top > .form > .input > input::placeholder {
        font-size: 16px;
    }
}

.product > .wrap_2 > .order > .top > .form > .checkbox {
    margin-top: 20px;
}

@media (min-width: 768px){
    .product > .wrap_2 > .order > .top > .form > .checkbox {
        margin-top: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 768px){
    .product > .wrap_2 > .order > .top > .form > .checkbox.one {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
}

.product > .wrap_2 > .order > .top > .form > .checkbox > .wrap {
    display: flex;
    align-items: center;
    margin-top: 15px;
    cursor: pointer;
}

@media (min-width: 768px){
    .product > .wrap_2 > .order > .top > .form > .checkbox > .wrap {
        margin-top: 0;
        margin-left: 25px;
    }
}

@media (min-width: 768px){
    .product > .wrap_2 > .order > .top > .form > .checkbox.one .wrap {
        margin-left: 0;
    }
}

.product > .wrap_2 > .order > .top > .form > .checkbox > .wrap > .wrap {
    min-width: 1em;
    min-height: 1em;
    border: 1px solid #7276EB;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.1em;
    width: 1em;
    height: 1em;
}

.product > .wrap_2 > .order > .top > .form > .checkbox > .wrap > .wrap > svg {
    width: 100%;
    height: 100%;
}

.product > .wrap_2 > .order > .top > .form > .checkbox > .wrap > .name {
    font-weight: 400;
    font-size: 12px;
    color: #00043B;
    margin-left: 10px;
}

@media (min-width: 768px){
    .product > .wrap_2 > .order > .top > .form > .checkbox > .wrap > .name {
        font-size: 16px;
    }
}

@media (min-width: 768px){
    .product > .wrap_2 > .order > .top > .form > .checkbox.one .wrap > .name {
        font-size: 14px;
    }
}

.product > .wrap_2 > .order > .top > .form > .checkbox > .wrap > .name > span {
    text-decoration: underline;
}

.product > .wrap_2 > .order > .top > .form > .desc_2 {
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    color: #00043B;
    margin-top: 10px;
}

@media (min-width: 768px){
    .product > .wrap_2 > .order > .top > .form > .desc_2 {
        margin-top: 15px;
        font-size: 12px;
        line-height: 19px;
    }
}

.product > .wrap_2 > .order > .top > .form > .btn {
    background: #7276EB;
    box-shadow: -2px -2px 10px rgb(0 0 0 / 5%), 2px 2px 10px rgb(0 0 0 / 5%);
    border-radius: 20px;
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    padding: 15px 40px;
    margin: 30px auto 0;
    max-width: 200px;
    text-align: center;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

@media (min-width: 768px){
    .product > .wrap_2 > .order > .top > .form > .btn {
        margin: 40px auto 0;
        max-width: 235px;
        font-size: 16px;
        line-height: 21px;
    }
}


/* contacts */
.product > .wrap_3 {
    background: #cdcbe4;
    position: relative;
    background: url(/img/map-1.jpg);
    background-position: center center;
    background-size: cover;
}

.product > .wrap_3 > section.ymap-container {
    filter: blur(1.25px);
}

.product > .wrap_3 > .contacts {
    padding: 85px 15px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media (min-width: 768px){
    .product > .wrap_3 > .contacts {
        padding: 80px 40px;
        max-width: 1440px;
        margin: 0 auto;
    }
}

@media (min-width: 1440px){
    .product > .wrap_3 > .contacts {
        padding: 140px 0;
    }
}

.product > .wrap_3 > .contacts > .wrap {
    background: white;
    border-radius: 5px;
    padding: 1em;
}

.product > .wrap_3 > .contacts > .wrap > .wrap {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    padding: 0.5em;
    border-radius: 5px;
}

@media (min-width: 768px){
    .product > .wrap_3 > .contacts > .wrap > .wrap {
        margin-bottom: 25px;
    }
}

.product > .wrap_3 > .contacts > .wrap > .wrap:last-of-type {
    margin: 0;
}

.product > .wrap_3 > .contacts > .wrap > .wrap > svg {
    min-width: 0.9em;
    height: 0.9em;
}

@media (min-width: 768px){
    .product > .wrap_3 > .contacts > .wrap > .wrap > svg {
        width: 1.2em;
        height: 1.2em;
    }
}

.product > .wrap_3 > .contacts > .wrap > .wrap > .name {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #00043B;
    margin-left: 15px;
}

@media (min-width: 768px){
    .product > .wrap_3 > .contacts > .wrap > .wrap > .name {
        font-size: 16px;
    }
}

.product > .wrap_3 > .contacts > .wrap > .wrap.open {
    margin-bottom: 0;
    margin-top: 25px;
    cursor: pointer;
}

@media (min-width: 768px){
    .product > .wrap_3 > .contacts > .wrap > .wrap.open {
        margin-top: 40px;
    }
}

.product > .wrap_3 > .contacts > .wrap > .wrap.open > .name {
    margin-left: 0;
    margin-right: 10px;
    font-weight: 600;
}

.product > .wrap_3 > .contacts > .wrap > .wrap.open > svg {
    width: 30px;
    height: auto;
}

@media (min-width: 768px){
    .product > .wrap_3 > .contacts > .wrap > .wrap.open > svg {
        width: 40px;
    }
}








/* block 9 */

.wrap-hardware.image-slider {
	position: relative;
}

.wrap-hardware.image-slider .hardware {
	position: relative;
}

@media (min-width: 1240px){
	.wrap-hardware.image-slider .hardware {
		padding: 60px;
	}
}

@media (min-width: 1240px){
	.wrap-hardware.image-slider .hardware {
		margin: 0 auto;
	}
}

@media (min-width: 1240px){
	.wrap-hardware.image-slider .hardware {
		max-width: 1240px;
		padding: 0;
	}
}

.wrap-hardware.image-slider .hardware > .wrap {
	position: relative;
	display: flex;
	align-items: center;
}

.wrap-hardware.image-slider .hardware > .wrap > img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.wrap-hardware.image-slider .hardware > .wrap > .wrap {
	position: relative;
	display: flex;
	overflow: hidden;
	width: 100%;
	height: 320px;
    border-radius: 10px;
}

@media (min-width: 1240px){
	.wrap-hardware.image-slider .hardware > .wrap > .wrap {
		height: 400px;
	}
}

.wrap-hardware.image-slider .hardware > .wrap .sliders {
	display: flex;
    position: absolute;
	transition: left 500ms cubic-bezier(0.18, 0.89, 0.32, 1.0);
}

.wrap-hardware.image-slider .hardware > .wrap .arrow-left {
    position: absolute;
	display: flex;
	align-items: center;
	z-index: 1;
	cursor: pointer;
}

.wrap-hardware.image-slider .hardware > .wrap .arrow-right {
    position: absolute;
	display: flex;
	align-items: center;
	z-index: 1;
	right: 0;
	cursor: pointer;
}

.wrap-hardware.image-slider .hardware > .wrap .sliders .slider {
	width: 225px;
	min-width: 225px;
	display: flex;
    flex-direction: column;
	cursor: pointer;
    position: relative;
    background: white;
}

@media (min-width: 1240px){
	.wrap-hardware.image-slider .hardware > .wrap .sliders .slider {
		width: 295px;
		min-width: 295px;
	}
}

.wrap-hardware.image-slider .hardware > .wrap .sliders .slider > img {
    height: 320px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: cover;
    max-height: 320px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 10px;
}

@media (min-width: 1240px){
	.wrap-hardware.image-slider .hardware > .wrap .sliders .slider > img {
		height: 400px;
		min-height: 400px;
		width: 100%;
	}
}

.wrap-hardware.image-slider .hardware > .wrap .sliders .slider .date {
    position: absolute;
    right: 0;
    background: rgba(112, 118, 243, 0.8);
    font-size: 11px;
    color: #FFFFFF;
    padding: 7px 10px;
    border-radius: 3px 0px;
}

@media (min-width: 768px){
    .wrap-hardware.image-slider .hardware > .wrap .sliders .slider .date {
        font-size: 14px;
    }
}

@media (min-width: 1000px){
    .wrap-hardware.image-slider .hardware > .wrap .sliders .slider .date {
        background: rgba(255, 255, 255, 0.5);
        color: #3F3F3F;
        bottom: 0;
        font-size: 14px;
    }
}






.videos > .wrap {
    display: flex;
    align-items: center;
    padding: 40px 10px;
}

@media (min-width: 768px){
    .videos > .wrap {
        padding: 40px 65px;
    }
}

@media (min-width: 1440px){
    .videos > .wrap {
        padding: 40px 0;
    }
}

.videos .wrap > .name {
    font-weight: 500;
    font-size: 20px;
    color: #00043B;
    background: none;
    outline: none;
}

@media (min-width: 1440px){
    .videos .wrap > .name {
        font-size: 32px;
    }
}

/* 


Сгенерируй изображение представляющее из себя девушку которая оформляет заявку на сайте по ремонту телефонов, : 

стиль должен быть 2d

используются цвета

#f8f8f8
#00043B
#ffffff
#7276EB 

размер должен быть в 4к 

*/


/* block 9 */

.videos {
    margin: 0 auto;
    overflow: hidden;
    border-radius: 5px;
}

@media (min-width: 1440px) {
    .videos {
        margin: 0 auto;
        background: black;
    }
}


.videos .wrap-hardware {
	position: relative;
}

.videos .wrap-hardware .hardware {
	position: relative;
}

@media (min-width: 1240px){
	.videos .wrap-hardware .hardware {
		padding: 60px;
	}
}

@media (min-width: 1240px){
	.videos .wrap-hardware .hardware {
		margin: 0 auto;
	}
}

@media (min-width: 1240px){
	.videos .wrap-hardware .hardware {
		padding: 0;
	}
}

.videos .wrap-hardware .hardware > .wrap {
	position: relative;
	display: flex;
	align-items: center;
}

.videos .wrap-hardware .hardware > .wrap > img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.videos .wrap-hardware .hardware > .wrap > .wrap {
	position: relative;
	display: flex;
	overflow: hidden;
	width: 100%;
	height: 320px;
    border-radius: 10px;
}

@media (min-width: 1240px){
	.videos .wrap-hardware .hardware > .wrap > .wrap {
		height: 400px;
	}
}

.videos .wrap-hardware .hardware > .wrap .sliders {
	display: flex;
    position: absolute;
	transition: left 500ms cubic-bezier(0.18, 0.89, 0.32, 1.0);
}

.videos .wrap-hardware .hardware > .wrap .arrow-left {
    position: absolute;
	display: flex;
	align-items: center;
	z-index: 1;
	cursor: pointer;
}

.videos .wrap-hardware .hardware > .wrap .arrow-right {
    position: absolute;
	display: flex;
	align-items: center;
	z-index: 1;
	right: 0;
	cursor: pointer;
}



.videos .wrap-hardware .hardware > .wrap .remove {
    color: white;
    position: absolute;
    top: 5px;
    right: 5px;
    background: black;
    cursor: pointer;
    display: flex;
}

.videos .wrap-hardware .hardware > .wrap .remove svg {
    width: 1.25em;
    height: 1.25em;
}

/* Related Section */
.related {
  max-width: 1440px;
  margin: 0 auto;
}

.related > .wrap {
  display: flex;
  align-items: center;
  padding: 20px;
}

.related > .wrap.editing {
  align-items: flex-start;
  gap: 15px;
  flex-wrap: wrap;
}

/* Empty State */
.related > .wrap .empty-state {
  width: 100%;
  text-align: center;
  padding: 40px 20px;
  background: #f8f9fa;
  border-radius: 12px;
  border: 2px dashed #e2e2e2;
}

.related > .wrap .empty-state .empty-state-content {
  max-width: 500px;
  margin: 0 auto;
}

.related > .wrap .empty-state .empty-state-title {
  font-size: 24px;
  font-weight: 600;
  color: #00043B;
  margin-bottom: 12px;
}

.related > .wrap .empty-state .empty-state-description {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 24px;
}

.related > .wrap .empty-state .add-related-button {
  margin: 0 auto;
}

/* Input Group */
.related > .wrap .input-group {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
}

.related > .wrap .helper-text {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  line-height: 1.4;
}

.related > .wrap input {
  border: none;
  border-bottom: 2px solid #e2e2e2;
  transition: border-color 0.3s ease;
  width: 100%;
}

.related > .wrap input:focus {
  border-bottom-color: #00043B;
}

.related > .wrap input::placeholder {
  color: #999;
}

/* Name */
.related > .wrap .name {
  font-weight: 500;
  font-size: 20px;
  color: #00043B;
  background: none;
  outline: none;
}

/* Add Related Button */
.related > .wrap .add-related-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 12px 20px;
  background: #00043B;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
  margin-top: 8px;
  min-width: 180px;
}

.related > .wrap .add-related-button:hover {
  background: #000860;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.related > .wrap .add-related-button svg {
  width: 1.5em;
  height: 1.5em;
}

.related > .wrap .add-related-button .button-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}

.related > .wrap .add-related-button .button-hint {
  font-size: 12px;
  opacity: 0.8;
  line-height: 1;
}

/* Media Queries */
@media (max-width: 767px) {
  .related > .wrap.editing {
    flex-direction: column;
    align-items: stretch;
  }

  .related > .wrap .add-related-button {
    min-width: auto;
    padding: 10px 16px;
  }

  .related > .wrap .add-related-button .button-text {
    font-size: 14px;
  }

  .related > .wrap .add-related-button .button-hint {
    font-size: 11px;
  }
}

@media (min-width: 768px) {
  .related > .wrap {
    padding: 20px 65px;
  }

  .related > .wrap .empty-state .empty-state-title {
    font-size: 28px;
  }

  .related > .wrap .empty-state .empty-state-description {
    font-size: 18px;
  }

  .related > .wrap .helper-text {
    font-size: 16px;
  }

  .related > .wrap .name {
    font-size: 32px;
  }
}

@media (min-width: 1440px) {
  .related > .wrap {
    padding: 40px 0;
  }
}/* ================================================
   Ads Component Styles
   Combined from vue/src/components/ads/**/*.vue
   ================================================ */

/* ===== Ads Grid (Ads.vue) ===== */
.ads {
}

/* Ad Card */
.ad {
  perspective: 250px;
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
  position: relative;
  background: white;
  transition: all 500ms cubic-bezier(0.39, 0.58, 0.57, 1);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  overflow: hidden;
}

.ad.hidden {
  opacity: 0;
}

/* Hidden Animation Classes */
@keyframes hidden {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.ad.h-1 {
  animation: hidden 250ms 1 cubic-bezier(0, 0, 0.2, 1) 75ms forwards;
}

.ad.h-2 {
  animation: hidden 250ms 1 cubic-bezier(0, 0, 0.2, 1) 150ms forwards;
}

.ad.h-3 {
  animation: hidden 250ms 1 cubic-bezier(0, 0, 0.2, 1) 225ms forwards;
}

.ad.h-4 {
  animation: hidden 250ms 1 cubic-bezier(0, 0, 0.2, 1) 300ms forwards;
}

.ad.h-5 {
  animation: hidden 250ms 1 cubic-bezier(0, 0, 0.2, 1) 375ms forwards;
}

.ad.h-6 {
  animation: hidden 250ms 1 cubic-bezier(0, 0, 0.2, 1) 450ms forwards;
}

.ad.h-7 {
  animation: hidden 250ms 1 cubic-bezier(0, 0, 0.2, 1) 525ms forwards;
}

.ad.h-8 {
  animation: hidden 250ms 1 cubic-bezier(0, 0, 0.2, 1) 600ms forwards;
}

.ad.h-9 {
  animation: hidden 250ms 1 cubic-bezier(0, 0, 0.2, 1) 675ms forwards;
}

.ad.h-10 {
  animation: hidden 250ms 1 cubic-bezier(0, 0, 0.2, 1) 750ms forwards;
}

/* View Animation Classes */
@keyframes view {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.ad.a-1,
.ad.a-2,
.ad.a-3,
.ad.a-4,
.ad.a-5,
.ad.a-6,
.ad.a-7,
.ad.a-8,
.ad.a-9,
.ad.a-10 {
  animation: view 250ms 1 cubic-bezier(0, 0, 0.2, 1) forwards;
}

/* ===== Ad Top Section (Top.vue) ===== */
.ad-top {
  display: flex;
  max-height: 190px;
  min-height: 190px;
  border-bottom: 1px solid #F3F3F3;
  position: relative;
}

.ad-top-date-placeholder {
  position: absolute;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  padding: 7px 10px;
  border-radius: 0px 3px;
  z-index: 3;
  min-width: 100px;
  height: 31px;
}

/* ===== Date Component (top/Date.vue) ===== */
.ad-top-date {
  position: absolute;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  color: white;
  padding: 7px 10px;
  border-radius: 0px 3px;
  z-index: 3;
}

/* ===== Image Component (top/Img.vue) ===== */
picture {
  width: 100%;
  z-index: 2;
  background: #f4f4f4;
}

picture img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

/* ===== Ad Bottom Section (Bottom.vue) ===== */
.ad-bottom {
  padding: 18px 15px 13px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* ===== Name Component (bottom/Name.vue) ===== */
.ad-bottom-name {
  font-size: 15px;
  color: black;
  margin-bottom: 1em;
  word-break: break-all;
  font-weight: 500;
}

/* ===== Wrap Component (bottom/Wrap.vue) ===== */
.ad-bottom-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
}

/* ===== User Component (bottom/wrap/User.vue) ===== */
.ad-bottom-wrap-user {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  color: #3342ff;
  font-weight: 500;
  text-decoration: none;
}

/* ===== Left Component (bottom/wrap/Left.vue) ===== */
.ad-bottom-bottom-left {
  display: flex;
  justify-content: space-between;
  color: #3F3F3F;
}

.ad-bottom-bottom-left .info {
  margin-right: 10px;
  font-weight: 600;
  font-size: 11px;
  display: flex;
  align-items: center;
  color: #2e2e2e;
}

.ad-bottom-bottom-left .info .wrap {
  width: 13px;
  height: 13px;
  display: flex;
  align-items: center;
  margin-right: .5em;
}

.ad-bottom-bottom-left .info .wrap svg {
  width: 100%;
  height: 100%;
}

/* ===== Description Component (bottom/Desc.vue) ===== */
.ad-bottom-desc {
  font-size: 12px;
  color: #6c6c6c;
  margin-bottom: 13px;
  min-height: 60px;
  line-height: 22px;
  height: 100%;
  word-wrap: break-word;
  word-break: break-all;
}

/* ===== Bottom Bottom Component (bottom/BottomBottom.vue) ===== */
.ad-bottom-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 1em;
}

/* ===== Price Component (bottom/bottom/Price.vue) ===== */
.ad-bottom-wrap-price {
  font-weight: 500;
  font-size: 14px;
  color: #2e2e2e;
}

/* ===== Right Component (bottom/bottom/Right.vue) ===== */
.ad-bottom-bottom-right {
  font-weight: 500;
  font-size: 12px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #dc2957;
  cursor: pointer;
}

.ad-bottom-bottom-right svg {
  margin-left: 7px;
  width: 13px;
  height: 13px;
}

/* ================================================
   Media Queries
   ================================================ */

/* 480px+ */
@media (min-width: 480px) {
  .ads {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }

  .ad-bottom-desc {
    font-size: 13px;
  }

  .ad-bottom-name {
    font-size: 14px;
  }
}

/* 768px+ */
@media (min-width: 768px) {
  .ad {
    margin-bottom: 0;
  }

  .ad-top {
    max-height: 215px;
    min-height: 215px;
  }

  .ad-top-date-placeholder {
    font-size: 14px;
    height: 35px;
  }

  .ad-top-date {
    font-size: 14px;
  }

  .ad-bottom {
    padding: 16px 20px;
  }

  .ad-bottom-name {
    font-size: 16px;
    margin-top: 15px;
    flex-grow: 1;
  }

  .ad-bottom-desc {
    font-size: 14px;
    margin-bottom: 20px;
    flex-grow: 1;
  }

  .ad-bottom-bottom {
    margin-top: 30px;
  }

  .ad-bottom-wrap-price {
    font-size: 18px;
    font-weight: 600;
  }

  .ad-bottom-bottom-right {
    font-size: 14px;
  }

  .ad-bottom-bottom-right svg {
    margin-left: 10px;
    width: 15px;
    height: 15px;
  }

  .ad-bottom-bottom-left .info {
    font-size: 12px;
  }
}

/* 1000px+ */
@media (min-width: 1000px) {
  .ad-top-date-placeholder {
    left: 0;
    right: auto;
    bottom: 0;
    border-radius: 0px 3px;
    font-size: 14px;
  }

  .ad-top-date {
    color: #3F3F3F;
    left: 0;
    right: auto;
    bottom: 0;
    border-radius: 0px 3px;
    font-size: 14px;
  }

  .ad-bottom-name {
    margin-top: 0;
  }

  .ad-bottom-wrap-user {
    margin-top: 0;
  }

  .ad-bottom-bottom {
    margin-top: 10px;
  }
}

/* 1440px+ */
@media (min-width: 1440px) {
  .ad {
    flex-direction: row;
  }

  .ad-top {
    min-height: 100%;
    max-width: 215px;
    width: 100%;
  }
}

.projects {
  background: #0a1e55;
  width: 100%;
  padding: 24px 16px;
}

.block-content {
  overflow: hidden;
  max-width: 1440px;
  margin: 0 auto;
  padding: 5em 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}

.block-content .content {
  padding: 10px;
  width: 100%;
}

.block-content .content > .wrap {
  z-index: 2;
  position: relative;
}

.block-content .content > .wrap .left {
  z-index: 5;
  position: relative;
  padding: 2.5em 0;
  margin: 0 3em;
}

.block-content .content > .wrap .left .desc-container {
  border-radius: 0.375rem;
  outline: none;
  padding: 0;
}

/* When editor exists, hide the static description */
.block-content .content > .wrap .left .desc-container:has(.editor-wrapper) .desc-content {
  display: none;
}

.block-content .content > .wrap .left .desc-container h2 {
  color: white;
}

.block-content .content > .wrap .left .desc-container p {
  color: #cbcbcb;
  font-size: 14px;
  line-height: 1.6em;
  padding: 10px 0 0 0;
  margin: 0;
}

.block-content .content > .wrap .left .desc-container p:first-of-type {
  padding: 0 0 10px 0;
}

.block-content .content > .wrap .left .desc-container p:last-of-type {
  padding: 0 0 10px 0;
}

.block-content .content > .wrap .left .desc-container p strong {
  color: #facc15;
  font-size: 14px;
  font-weight: 500;
}

.block-content .content > .wrap .left .scroll {
  overflow-y: scroll;
  height: 768px;
}

.block-content .content > .wrap .left .auto {
  overflow-y: auto;
  height: 100%;
  margin-top: .6em;
}

.block-content > .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.block-content > .wrap h2 {
  font-weight: 500;
  color: white;
  font-size: 24px;
  padding: 0 10px;
  text-align: center;
}

.block-content > .wrap .add {
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
}

.block-content > .wrap .add:hover {
  color: #facc15;
}

.block-content .tiptap.ProseMirror {
  padding: 10px;
}

.block-content ::marker {
  color: white;
}

/* Сама кнопка */
.add {
  margin-top: 1rem;
  padding: 0.5rem 0;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.add:hover {
  color: #facc15;
}

/* Когда pinned = true, делаем "прилипание" */
.add.pinned {
  position: fixed;
  top: 10px;    /* расстояние от верхнего края окна */
  right: 10px;  /* расстояние от правого края окна */
  z-index: 999;
}

/* Блок с призывом добавить контент */
.add-content-block {
  width: 100%;
  margin: 3em 0 2em;
  padding: 0 10px;
}

.add-content-inner {
  background: rgba(255, 255, 255, 0.05);
  border: 2px dashed rgba(250, 204, 21, 0.3);
  border-radius: 12px;
  padding: 3em 2em;
  text-align: center;
  transition: all 0.3s ease;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.add-content-inner:hover {
  border-color: rgba(250, 204, 21, 0.5);
  background: rgba(255, 255, 255, 0.08);
}

.add-content-icon {
  width: 48px;
  height: 48px;
  color: #facc15;
  margin-bottom: 1em;
}

.add-content-title {
  color: white;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0.5em;
}

.add-content-description {
  color: #cbcbcb;
  font-size: 16px;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto 2em;
}

.add-content-button {
  background: linear-gradient(229.73deg, #003DA7 -19.09%, #50C7FF 131.11%);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  text-transform: uppercase;
}

.add-content-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(80, 199, 255, 0.4);
}

.add-content-button:active {
  transform: translateY(0);
}

/* Media Queries */
@media (min-width: 768px) {
  .block-content .content > .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .block-content .content > .wrap .left {
    max-width: 675px;
    width: 100%;
  }

  .block-content > .wrap h2 {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    font-size: 32px;
    line-height: 29px;
    text-align: left;
    padding: 0 10px;
  }

  .add-content-block {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1400px) {
  .block-content {
    overflow: visible;
  }

  .block-content .content {
    padding: 1em 0 1em;
  }

  .block-content .content:nth-of-type(even) .image-block {
    order: -1;
  }

  .block-content .content > .wrap {
    flex-direction: row;
    margin-bottom: 3em;
    justify-content: space-between;
  }

  .block-content .content > .wrap > div {
    width: 50%;
  }

  .block-content > .wrap h2 {
    max-width: 100%;
    padding: 0;
  }

  .add-content-block {
    max-width: 100%;
  }
}
input.hidden {
    display: none;
}

.image-block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-block .temp-1,
.image-block .temp-2 {
    border-radius: 2px;
    position: absolute;
}

.image-block .temp-1 {
    background: #456090;
    top: 0;
    left: 2em;
    bottom: 2em;
    right: 0;
    z-index: 1;
}

.image-block .temp-2 {
    background: #252525;
    top: 2em;
    left: 0;
    bottom: 0;
    right: 2em;
    z-index: 2;
}

.image-block .wrap {
    z-index: 3;
    padding: 1em;
    max-height: 400px;
    display: flex;
    cursor: pointer;
}

.image-block .wrap > picture {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    object-fit: contain;
    position: relative;
}

.image-block .wrap > picture > source,
.image-block .wrap > picture > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.image-block .wrap .image-container {
    position: relative;
}

.image-block .wrap .default-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.image-block .wrap:hover .default-image-overlay {
    background: rgba(0, 0, 0, 0.7);
}

.image-block .wrap .plus-icon {
    width: 48px;
    height: 48px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 8px;
}

.image-block .wrap .overlay-text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}

.image-block .wrap > img {
    z-index: 2;
    position: relative;
}

.image-block .circle-1 {
    max-width: 75%;
    position: absolute;
    top: -75px;
    right: 0;
}

.image-block .circle-2 {
    width: 25%;
    position: absolute;
    top: -13%;
    left: -2%;
    z-index: 4;
}

.image-block .circle-3 {
    width: 30%;
    position: absolute;
    bottom: -25%;
    right: -13%;
}

.image-block .delete {
    position: absolute;
    bottom: -25px;
    z-index: 93;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
}

.image-block .delete:hover {
    color: #facc15;
}

/* Media Queries */
@media (min-width: 768px) {
    .image-block {
        max-width: 675px;
        width: 100%;
    }

    .image-block .circle-1 {
        top: -60px;
        left: -30%;
    }
}
.footer {
  background-color: #00043b;
  padding-top: 36px;
}

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

@media (min-width: 640px) {
  .footer-container {
    padding: 0 24px;
  }
}

@media (min-width: 768px) {
  .footer-container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .footer-container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .footer-container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .footer-container {
    max-width: 1440px;
    padding: 0;
  }
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Колонки футера используют grid layout из родителя */

/* Логотип */
.footer-logo {
  color: white;
  font-weight: 800;
  font-size: 18px;
}

.logo-red {
  color: #dc2626;
}

/* Описание */
.footer-description {
  margin-top: 16px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.375;
}

/* Социальные сети */
.social-links {
  margin-top: 16px;
  display: flex;
  gap: 16px;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  border: 1px solid rgb(243, 244, 246);
  border-radius: 50%;
  color: white;
  transition: all 0.3s;
}

.social-link:hover {
  color: #3b82f6;
  border-color: #3b82f6;
}

.social-icon {
  width: 16px;
  height: 16px;
}

/* Заголовки секций */
.footer-title {
  color: white;
  font-weight: 800;
  font-size: 18px;
}

.title-red {
  color: #dc2626;
}

/* Контакты */
.contact-item {
  display: flex;
  align-items: center;
  margin-top: 23px;
}

.contact-item.address {
  align-items: flex-start;
}

.contact-icon {
  flex-shrink: 0;
  display: flex;
  height: 38px;
  width: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}

.icon-img {
  height: 20px;
  width: 20px;
  object-fit: contain;
}

.contact-info {
  margin-left: 16px;
}

.contact-link {
  font-size: 14px;
  font-weight: 500;
  color: white;
  text-decoration: none;
}

.contact-link:hover {
  text-decoration: underline;
}

.contact-label {
  font-size: 12px;
  font-weight: 500;
  color: white;
  margin: 0;
}

.contact-address {
  font-size: 14px;
  font-weight: 500;
  color: white;
  line-height: 1.25;
}

/* Ссылки страниц */
.footer-links {
  margin-top: 16px;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.375;
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-link {
  font-size: 16px;
  font-weight: 400;
  color: white;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-link:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* Реквизиты */
.requisites-list {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.375;
  list-style: none;
  padding: 0;
}

.requisites-list li {
  margin-bottom: 8px;
}

/* Разделитель */
.footer-divider {
  margin-top: 32px;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* Копирайт */
.footer-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0 32px;
}

@media (min-width: 768px) {
  .footer-copyright {
    padding: 32px 0;
  }
}

.copyright-text {
  font-size: 10px;
  font-weight: 400;
  color: white;
  text-align: center;
  margin: 0;
}

@media (min-width: 768px) {
  .copyright-text {
    font-size: 12px;
  }
}