

/* Start:/local/templates/aquagarden/components/bitrix/form.result.new/price/style.css?1740473356666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/aquagarden/components/bitrix/form.result.new/price/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/aquagarden/components/bitrix/form.result.new/price/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/aquagarden/components/bitrix/form.result.new/tender/style.css?1740482196666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/aquagarden/components/bitrix/form.result.new/tender/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/aquagarden/components/bitrix/form.result.new/tender/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/aquagarden/components/bitrix/form.result.new/callback/style.css?1740749794666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/aquagarden/components/bitrix/form.result.new/callback/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/aquagarden/components/bitrix/form.result.new/callback/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/aquagarden/template_styles.css?17466190476858*/
.gallery__item {
    height: 100%;
}


.hero-banner-1-video {
    width: 100%;
    height: 100%;
    aspect-ratio: 1440 / 512;
    object-fit: cover;
    border-radius: var(--border-radius);
}

/**Typeo CSS Start**/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

* {
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    color: #444;
    box-sizing: border-box;
    margin: 0px;
    border: 0;
    margin: 0;
}

img {
    max-width: 100%;

}

img.poster-img {
    width: 400px;
    height: 400px;
}

.fancybox__container.is-closing {
    display: none !important;
}

/**Typeo CSS End**/
.video-custom {
    width: 100%;
    height: 100%;
    position: relative;
}

.video-custom .poster-img {
    display: block;
}

.video-custom video {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.video-custom .play-btn, .video-custom .pause-btn {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 3;
    cursor: pointer;
    transition: 0.5s all;
    overflow: hidden;
}

.video-custom .pause-btn {
    display: none;
}

.video-custom .play-btn i {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 18px solid #000000;
    border-right: 0;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
}

.pause-btn i {
    position: absolute;
    left: -3px;
    right: 0px;
    bottom: 0px;
    top: 2px;
    margin: auto;
    width: 16px;
    height: 24px;
    flex-flow: row wrap;
}

.pause-btn i:before {
    content: '';
    width: 4px;
    height: 100%;
    background-color: #000;
    display: inline-block;
}

.pause-btn i:after {
    content: '';
    width: 4px;
    height: 100%;
    margin-left: 8px;
    background-color: #000;
    display: inline-block;
}

.playvideo .video-custom img {
    opacity: 0;
}

.playvideo .video-custom video {
    opacity: 1;
}

.video-custom .vplay {
    display: none;
}

.video-custom:hover .vplay + .pause-btn {
    display: block;
}

/***Volume Control***/
html:not(.playvideo) .sound-ctrl {
    display: none;
}

.sound-ctrl {
    position: absolute;
    z-index: 2;
    right: 14px;
    bottom: 5px;
    cursor: pointer;
}

.sound-ctrl .on-button {
    display: none;
}

.sound-ctrl img {
    opacity: 0;
}

.sound-ctrl .off-button, .sound-ctrl .on-button {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 0px;
    background-color: transparent;
    border: none;
    width: 100%;
    height: 100%;
    padding: 0px;
    cursor: pointer;
}

.soundctrlshow .on-button {
    display: block;
}

.soundctrlshow .off-button {
    display: none;
}

.playvideo .video-custom .sound-ctrl img {
    opacity: 1;
}

.soundctrlshow .on-button:before {
    content: '';
    position: absolute;
    left: 12px;
    top: -5px;
    z-index: 10;
    width: 3px;
    height: 32px;
    background-color: #fff;
    transform: rotate(45deg);
}

/***Volume Control***/
@media(max-width:800px) {
    .video-custom {
        width: calc(100% - 20px);
    }

    .row ol li {
        margin-left: 20px;
    }

}



.capabilities__item-inner .capabilities__item-info {
   
    width: fit-content;
padding: 13px;}


.capabilities__item-inner .capabilities__item-info h4 {
    font-size: 18px;}

@media (max-width: 767.98px) {
    .services__item-list {
        outline: none;
        max-height: calc(100% - 50px);
        border: none;
		overflow:auto;
    }
}
.services__item-list {
         max-height: calc(100% - 50px);
height:100%;
}
a:hover {
    color: var(--blue-100);
}
.video-custom video {opacity:1;
border-radius: var(--border-radius);
}
.video-custom video {
    object-fit: cover;
}

.footer__nav-list {
    white-space: break-spaces;
}


summary:hover {
   color: var(--blue-100);
}


.gallery__item {

	aspect-ratio: 1 / 1;}


footer.footer a:hover {
    color: #ffffff;
}

section:not(:last-child) {
    margin-bottom: 110px!important;
}

.page-hero__btns:before {
	bottom: 5px!important;}

.blog__item-img-wrapper img {
    aspect-ratio: 440 / 300;
}


h2.bi-content__title {
    background: white;
}


.gallery-swiper__el-swiper .swiper-slide img {
    aspect-ratio: 440 / 300;
}

.file-preview {
    justify-items: center;
    display: flex
;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: -webkit-fill-available;
}


   .footer__nav-list {
        display: grid!important;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }
    
    @media (max-width: 768px) {
        .footer__nav-list {
            grid-template-columns: 1fr;
        }
    }

ol {
   padding-left: 20px !important;
}

a.chat-btn__social {
    background: #6d86dab8;
    color: #fff;
    -webkit-backdrop-filter: invert(1) blur(32px);
    backdrop-filter: invert(1) blur(32px);
}


.our-work__year-imgs {
    grid-template-rows: auto!important;
}

footer .logo {
    display: flex;
    flex-direction: column;
}

.footer_flex {
    display: flex;
    flex-direction: column;
justify-content: space-between;
    gap: 16px;
}

.footer__nav {

    gap: unset;
}


.chat-btn__main svg {
    height: unset!important;
    width: unset!important;
}


.scroll-top .icon, .scroll-top svg {

    height: 25%!important;

    width: 25%!important;
}
.block-consult__title {
    white-space: pre-line;
}

.gallery__item img {
    object-fit: cover;
    object-position: top;
}

.rounded-32 {
    border-radius: 32px;
}

.own-bases__item-img {
    object-fit: cover;
}

@media screen and (min-height: 583px) {
    .mobile-menu__footer {
        position: fixed;
        bottom: 32px;
        width: calc(100% - 32px);
    }
}


.footer__contacts {
      gap: 20px!important;
}

.footer__nav {

     gap: 0px!important;}

@media (max-width: 767.98px) {
    .footer__map-address {
        padding-bottom: 65px;
    }
}

.paig-hero__main img {
    border-radius: 32px;
}

.gallery-swiper__el-swiper img {
    border-radius: 32px;
}


@media (max-width: 767.98px) {
    .gallery-item-right-block {
        gap: 12px;
    }

.production-resources__item-params-item span:last-child {

    max-width: 50%;}


.production-resources__item-params-item span:last-child {

    text-align: right;}
}

.production-resources__item.swiper-slide img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}


.mobile-menu__footer {
    position: relative!important;
}


@media screen and (min-height: 583px) {
    .mobile-menu__footer {
        width: 100%!important;
    }
}
/* End */
/* /local/templates/aquagarden/components/bitrix/form.result.new/price/style.css?1740473356666 */
/* /local/templates/aquagarden/components/bitrix/form.result.new/tender/style.css?1740482196666 */
/* /local/templates/aquagarden/components/bitrix/form.result.new/callback/style.css?1740749794666 */
/* /local/templates/aquagarden/template_styles.css?17466190476858 */
