

/* Start:/local/templates/main/css/style.css?178506439529831*/
@import url("/local/templates/main/css/fonts/Gilroy/stylesheet.css");
:root {
    --menu-black: #000;
    --text-black: #000;

    --header-bg: #fff;

    --page-bg:#F9FAFC;
}
html {
    scroll-behavior: smooth;
}
body{
    font-family: "Gilroy";

    margin: 0;
    min-height: 100vh;
    max-width: 100vw;
    width: 100%;
    background: var(--page-bg);
    color: var(--text-black);

    font-weight: 400;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    scroll-behavior: smooth;
}
main {
    margin-top: 75px;
}
h1, .h1{
    font-weight: 500;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: -1px;
}
h2, .h2{
    font-weight: 500;
    font-size: 38px;
    line-height: 100%;
    letter-spacing: -1px;
    margin-top: 10px;
    margin-bottom: 20px;
}
h2, .h2{
    margin-bottom: 30px;
}
h3, .title{
    font-weight: 500;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: -1px;
    margin-top: 0px;
    margin-bottom: 20px;
}
a{
    color: var(--text-black);
    text-decoration: none;
}
.text-center{
    text-align: center;
}
ul{
    padding-left: 30px;
}
ul.mark{
    list-style: none;
}
ul.mark li{
    position: relative;
    margin-bottom: 10px;
}
ul.mark li::before{
    content:'';
    display: block;
    position: absolute;
    background-position: center;
    background-size: contain;
    width: 24px;
    height: 24px;
    left: -34px;
    background-color: #267FB4;
    mask-image: url("/local/templates/main/css/../img/icon/check.svg");
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("/local/templates/main/css/../img/icon/check.svg");
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
}
.whiteBlock.gray ul.mark li::before{
    background-color: white;
}
.gray .blueSubtitle{
    color: white;
}
.text{
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0px;
}
.text.big{
    font-size: 20px;
}
.text.small{
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}
.text.gray{
    color: #00000080;
}
header{
    padding: 17px 0;
    background: var(--header-bg);
    border-bottom: 1px solid #E4EEF5;
    z-index: 150;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.header-wrapper {
    margin: 0 auto;
    max-width: 1600px;
    display: flex;
    justify-content: space-between;
}
header a.logo {
    max-width: 190px;
}
header .menu {
    display: flex;
    gap: 30px;
    align-items: center;
}
header .menu a{
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
}
header .menu a.open{
    position: relative;
    padding-right: 26px;
    padding-bottom: 40px;
}
header .menu a.open::after{
    content: " ";
    width: 21px;
    height: 21px;
    position: absolute;
    right: 0;
    top: 0;
    background: url('/local/templates/main/css/../img/icon/chevron-down.svg');
    background-position: center;
    background-repeat: no-repeat;
}
.phone-block .phone{
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0px;
    text-align: right;
}
.phone-block {
    text-align: right;
}
.phone-block .work-time{
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0px;
    color: #00000080;
}
.header-info {
    display: flex;
    gap: 50px;
}
footer{
    color: white;
    background:
            url("/local/templates/main/css/../img/footerbg.svg") right bottom no-repeat,
            linear-gradient(102.34deg, #1D2A34 18.55%, #567C9A 81.45%);
    border-radius: 50px 50px 0 0;
    overflow: hidden;
}
footer a{
    color: white;
}
footer .whiteBlock{
    color: black;
}
footer .whiteBlock a{
    color: black;
}
footer section{
    margin: auto;
    padding: 50px 0px 150px;
}
footer section:last-child{
    padding-bottom: 10px;
}
footer .blueSubtitle{
    color: white;
}
footer .logo{
    margin-bottom: 40px;
    display: inline-block;
}
.soclinks {
    display: flex;
    gap: 20px;
    align-items: center;
}
a.soc{
    width: 40px;
    height: 40px;
    background: #E4EEF5;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center;
}
a.soc.mail{
    background-image: url('/local/templates/main/css/../img/icon/mail.svg');
}
a.soc.max{
    background-image: url('/local/templates/main/css/../img/icon/max.svg');
}
a.soc.telegram{
    background-image: url('/local/templates/main/css/../img/icon/telegram.svg');
}

footer a.soc.mail{
    background: none;
    background-image: url('/local/templates/main/css/../img/icon/mail-gray.svg');
}
footer a.soc.max{
    background: none;
    background-image: url('/local/templates/main/css/../img/icon/max-gray.svg');
}
footer a.soc.telegram{
    background: none;
    background-image: url('/local/templates/main/css/../img/icon/tg-gray.svg');
}

.whiteBlock a.soc.mail{
    background: #E4EEF5;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/local/templates/main/css/../img/icon/mail.svg');
}
.whiteBlock a.soc.max{
    background: #E4EEF5;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/local/templates/main/css/../img/icon/max.svg');
}
.whiteBlock a.soc.telegram{
    background: #E4EEF5;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/local/templates/main/css/../img/icon/telegram.svg');
}

section {
    margin: 100px auto 150px;
    max-width: 1600px;
}

input[type='text']{
    border: 1px solid #E4EEF5;
    background-color: #267FB40D;
    padding: 12px 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0px;
    border-radius: 10px;
    color: black;
    outline: none;
    font-family: "Gilroy";
}
input[type='text']:hover, input[type='text']:focus, input[type='text']:active{
    border-color: #9ACFF5;
}
input[type='text']::placeholder{
    color: #00000080;
}

.whiteForm input[type='text']{
    background: #FFFFFF;
    color: #00000080;
}
.whiteForm input[type='text']::placeholder{
    color: #00000080;
}
.whiteForm form button{
    background: #FFFFFF;
    color: #267FB4;
}
button, .button{
    width: 100%;
    background: #267FB4;
    color: white;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0px;
    padding: 22px;
    text-align: center;
    border-radius: 15px;
    border: none;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    font-family: "Gilroy";
}
button.light, .button.light{
    background: #E4EEF5;
    color: #267FB4;
}
button.small, .button.small{
    padding: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0px;
    border-radius: 10px;

}
button.text-left, .button.text-left{
    text-align: left;
}
button.arrow, .button.arrow{
    position: relative;
    padding-right: 34px;
}
button.arrow::after, .button.arrow::after{
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("/local/templates/main/css/../img/icon/arrow-right-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    right: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
button.arrow.light::after, .button.arrow.light::after{
    background-image: url("/local/templates/main/css/../img/icon/arrow-right.svg");
}
.elementsBlock {
    display: flex;
    gap: 20px;
    flex-direction: row;
}
.elementsBlock.vertical {
    flex-direction: column;
}
.photoBlock{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
}
.elementsBlock > .photoBlock{
    flex-shrink: 0;
}
.whiteBlock {
    background: #FFFFFF;
    border-radius: 15px;
    border: 1px solid #E4EEF5;
    padding: 30px;
    box-sizing: border-box;
    flex: 1;
}
.whiteBlock.big {
    border-radius: 30px;
}
.whiteBlock.bg-right-bottom{
    background-image: url("/local/templates/main/css/../img/icon/white-block-bg.svg");
    background-repeat: no-repeat;
    background-position: right bottom;
}
.whiteBlock.bg-right-up{
    background-image: url("/local/templates/main/css/../img/bg-right-up.svg");
    background-repeat: no-repeat;
    background-position: top right;
}
.whiteBlock.bg-full{
    background: url("/local/templates/main/css/../img/icon/bg-left-bottom.svg") left bottom,
    url("/local/templates/main/css/../img/icon/bg-rectangle.svg") right top;
    background-repeat: no-repeat;
}
.blueTitle {
    padding: 8px;
    background: #E4EEF5;
    border-right: 10px;
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #267FB4;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0px;
}
.blueTitle.width{
    width: auto;
}
footer .blueTitle{
    background: #FFFFFF1A;
}
.whiteBlock .blueTitle{
    background: #E4EEF5;
}
.whiteBlock .blueTitle.left{
    position: absolute;
    left: 30px;
}
.whiteBlock:has(.blueTitle.left) {
    padding-left: 100px;
    position: relative;
}

.mobile{
    display: none;
}
.mobile-small{
    display: none;
}
.icon{
    width: 24px;
    height: 24px;
    display: block;

    mask-image: url("/local/templates/main/css/../img/icon/check.svg");
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("/local/templates/main/css/../img/icon/check.svg");
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    background-color: #267FB4;
}
.icon.white{
    background-color: white;
}
.icon.shield{
    mask-image: url("/local/templates/main/css/../img/icon/shield.svg");
}
.icon.potion{
    mask-image: url("/local/templates/main/css/../img/icon/potion.svg");
}
.icon.info{
    mask-image: url("/local/templates/main/css/../img/icon/info.svg");
}
.icon.block{
    mask-image: url("/local/templates/main/css/../img/icon/block.svg");
}
.icon.eye{
    mask-image: url("/local/templates/main/css/../img/icon/eye.svg");
}
.icon.item{
    mask-image: url("/local/templates/main/css/../img/icon/item.svg");
}
.icon.heart{
    mask-image: url("/local/templates/main/css/../img/icon/heart.svg");
}
.icon.factory{
    mask-image: url("/local/templates/main/css/../img/icon/factory.svg");
}
.icon.bucket{
    mask-image: url("/local/templates/main/css/../img/icon/bucket.svg");
}
.icon.basket{
    mask-image: url("/local/templates/main/css/../img/icon/basket.svg");
}
.icon.window{
    mask-image: url("/local/templates/main/css/../img/icon/window.svg");
}
.icon.phone{
    mask-image: url("/local/templates/main/css/../img/icon/phone.svg");
}
.icon.map{
    mask-image: url("/local/templates/main/css/../img/icon/map.svg");
}
.icon.mail{
    mask-image: url("/local/templates/main/css/../img/icon/mail.svg");
}
.icon.burgerMenu{
    mask-image: url("/local/templates/main/css/../img/icon/burger-menu.svg");
}
.icon.plusWhite{
    mask-image: url("/local/templates/main/css/../img/icon/plus-white.svg");
    background-color: white;
}
.icon.documentCheck{
    mask-image: url("/local/templates/main/css/../img/icon/document-check.svg");
}
.icon.documentData{
    mask-image: url("/local/templates/main/css/../img/icon/document-data.svg");
}
.icon.documentAttach{
    mask-image: url("/local/templates/main/css/../img/icon/document-attach.svg");
}
.icon.check{
    mask-image: url("/local/templates/main/css/../img/icon/check.svg");
}
.icon.page{
    mask-image: url("/local/templates/main/css/../img/icon/page.svg");
}
.icon.text{
    mask-image: url("/local/templates/main/css/../img/icon/text.svg");
}
.icon.dialog{
    mask-image: url("/local/templates/main/css/../img/icon/dialog.svg");
}
.icon.plus{
    mask-image: url("/local/templates/main/css/../img/icon/plus.svg");
}

#burgerMenu{
    width: 40px;
    height: 40px;
    background: #E4EEF5;
    border-radius: 10px;
    padding: 8px;
}
.blueSubtitle{
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0px;
    color: #267FB4;
}
.titleBlock {
    max-width: 70%;
    margin-bottom: 40px;
}
.titleBlock h2{
    max-width: 70%;
}
.whiteBlock.gray{
    background: linear-gradient(138.12deg, #1D2A34 0%, #567C9A 100%);
    border: none;
    color: white;
}
.whiteBlock.gray .text.gray{
    color: #FFFFFF80;
}
.whiteBlock.gray .whiteBlock h3{
    color: black;
}
.whiteBlock.gray .whiteBlock .text.gray{
    color: #00000080;
}
.gallery {
    width: 50%;
    text-align: center;
    background: #267FB40D;
    border-radius: 30px;
}
.mapBlock{
    border-radius: 15px;
    overflow: hidden;
}
.scroll-animate {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.scroll-animate.visible {
    opacity: 1;
    transform: translateY(0);
}
.scroll-animate.left {
    transform: translateX(-60px);
}

.scroll-animate.left.visible {
    transform: translateX(0);
}
.scroll-animate.right {
    transform: translateX(60px);
}

.scroll-animate.right.visible {
    transform: translateX(0);
}
.scroll-animate.zoom {
    transform: scale(0.8) translateY(40px);
}

.scroll-animate.zoom.visible {
    transform: scale(1) translateY(0);
}





.indexVideo{
    width: 33%;
    max-width: 520px;
    position: relative;
}
.index-main-block .description{
    max-width: 80%;
    margin-bottom: 20px;
}
.whiteBlock.form-feedback{
    border-radius: 30px;
}
.form-feedback .photoBlock {
    padding: 20px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: end;
    width: 20%;
    background:
            linear-gradient(180deg, rgba(102, 102, 102, 0) 0%, rgba(0, 0, 0, 0.3) 62.02%),
            url('/local/templates/main/css/../img/d57b70118dea57264e802cf98fbc17f2fcd5d276.png') center bottom / cover no-repeat,
            linear-gradient(145.84deg, #267FB4 0%, rgba(38, 127, 180, 0) 101.39%);
}
.form-feedback .photoBlock .name{
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: 0px;
}
.form-feedback .photoBlock .post{
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0px;
    margin-bottom: 10px;
}
.form-feedback .photoBlock .status{
    background-color: #CDFFCC;
    color: #06CC03;
    padding: 5px;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0px;
    display: inline-block;
    border-radius: 5px;
}
.form-feedback .text{
    max-width: 80%;
    margin-bottom: 40px;
}
.feedbackForm {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.feedbackForm input[name='name'], .feedbackForm input[name='phone']{
    width: calc(50% - 10px);
    box-sizing: border-box;
}
.feedbackForm input[name='product']{
    width: 100%;
}
.productBlock{
    position: relative;
    flex: 1;
}
.productBlock .photoBlock{
    height: 360px;
    position: relative;
    margin-bottom: 20px;
}
.productBlock .productType {
    display: inline-block;
    padding: 10px;
    background: #FFFFFFCC;
    box-sizing: border-box;
    color: #267FB4;
    border-radius: 10px;
    bottom: 20px;
    left: 20px;
    position: absolute;
}
.productBlock .text{
    font-size: 18px;
}
.productBlock-info {
    margin-bottom: 130px;
    position: relative;
}
.productBlock .button{
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    width: auto;
    padding: 18px;
    font-size: 18px;
}
.elementsBlock.methods{
    flex-wrap: wrap;
}
.elementsBlock.methods .whiteBlock{
    flex: 0 0 calc(50% - 10px);
}
.sectionMethods .whiteBlock.gray{
    width: 540px;
    flex-shrink: 0;
    position: relative;
    min-width: 540px;
}
.elementsBlock.methods .whiteBlock:last-child:nth-child(odd) {
    flex: 0 0 100%;
}
.sectionMethods .whiteBlock.gray .types{
    bottom: 30px;
    left: 30px;
    right: 30px;
    width: auto;
    gap: 10px;
    padding-top: 20px;
}
.whiteBlock.gray .types .item{
    padding: 10px;
    width: fit-content;
    padding-left: 30px;
    position: relative;
    background: #FFFFFF1A;
    border-radius: 10px;
}
.whiteBlock.gray .types .item::before{
    content: ' ';
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    left: 10px;
    top: 16.5px;
    border-radius: 50%;
    background: #00FF0D;
}
form.footerForm {
    background: #FFFFFF99;
    border-radius: 30px;
    padding: 30px;
    position: relative;
    box-sizing: border-box;
    z-index: 2;
    backdrop-filter: blur(8px);
}
input[type="text"].error{
    border-color: #B42626;
}
.checkbox.error input{
    outline: 1px solid #B42626;
    outline-offset: -1px;
}
.checkbox.error input:checked{
    outline: none;
}

.footerForm input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
}
footer .whiteForm {
    padding-left: 145px;
    width: 50%;
}
.whiteForm {
    position: relative;
    flex-shrink: 0;
    box-sizing: border-box;
}
footer .whiteForm form button{
    margin-top: 20px;
}
footer .whiteForm img.bg-item-1 {
    position: absolute;
    width: 375px;
    z-index: 1;
    left: -140px;
    top: -50px;
}
footer .whiteForm img.bg-item-2 {
    position: absolute;
    width: 270px;
    z-index: 1;
    right: -144px;
    top: 17px;
    transform: rotate(50deg);
}
.contactsBlock .mapBlock{
    position: relative;
}
.contactsBlock .mapBlock .whiteBlock{
    width: 520px;
    left: 30px;
    top: 30px;
    bottom: 30px;
    position: absolute;
}
footer .whiteBlock .titleBlock{
    max-width: 100%;
}
footer .whiteBlock .blueSubtitle{
    color: #267FB4;
}
footer .whiteBlock h3{
    color: black;
}
footer .whiteBlock h2{
    color: black;
}
.elementsBlock.vertical.address{
    margin-bottom: 20px;
}
footer .elementsBlock.vertical.address{
    width: 25%;
}
.whiteBlock .elementsBlock.vertical.address{
    width: 100%;
}
.addressElement {
    display: flex;
    gap: 10px;
}

.addressElement__data {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.addressElement__data__name {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0px;
    color: #FFFFFF80;
}

.addressElement__data__value {
    font-weight: 500;
    color: white;
}
.whiteBlock .addressElement__data__name {
    color: #00000080;
}

.whiteBlock .addressElement__data__value {
    color: black;
}
.footerMenu{
    height: 300px;
}
.elementsBlock.vertical.menu .menuItem {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 240px;
}
.menuItem a.mainLink {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 10px;
}
.menuItem a.link {
    font-size: 16px;
    line-height: 100%;
}
.elementsBlock.vertical.menu {
    flex-wrap: wrap;
    gap: 50px 100px;
}
.indexVideo img{
    width: 53px;
    height: 53px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: scale 0.3s ease;
}
.indexVideo:hover img{
    scale: 1.02;
}

#resultGallery{
    width: 50%;
    flex-shrink: 0;
    height: 500px;
}
.burgerWrapper {
    position: fixed;
    width: 100vw;
    background: white;
    height: 100vh;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 60px;
    transform: translateX(100%);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: auto;
}
.burgerWrapper.open{
    transform: translateX(0%);
}
.burgerWrapper .closeButton{
    right: 10px;
}
.burgerWrapper .menu{
    display: flex;
    flex-direction: column;
}
.burgerWrapper .menu a{
    padding: 20px;
    border-bottom: 1px solid #E4EEF5;
}
.burgerWrapper .menu .menu-item{
    padding: 20px;
    border-bottom: 1px solid #E4EEF5;
}
.burgerWrapper .menu .menu-item.has-submenu{
    position: relative;

    transition: background-color 0.5s;
}
.burgerWrapper a.submenu-link{
    padding-left: 45px;
}
.burgerWrapper .menu .menu-item.has-submenu::after{
    content:'';
    width: 24px;
    height: 24px;
    position: absolute;
    right: 25px;
    top: 20px;
    background-image: url("/local/templates/main/css/../img/icon/arrow-down.svg");
    background-position: center;
    background-repeat: no-repeat;

    transition: transform 0.5s;
}
.burgerWrapper .menu .menu-item.has-submenu.opened::after{
    transform: rotate( 180deg );
}
.closeButton {
    width: 40px;
    height: 40px;
    position: absolute;
    background: #267FB4;
    border-radius: 50%;
    color: white;
    padding: 8px;
    box-sizing: border-box;
}
section:has(.breadcrumb){
    margin-bottom: 30px;
    margin-top: 129px;
}
header a.logo img{
    max-width: 100%;
}
.breadcrumb{
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0px;
    padding-bottom: 10px;
}
.breadcrumb .delimiter {
    padding: 0px 5px;
}
.breadcrumb .open{
    color: #267FB480;
}
.aboutBlock .photoBlock {
    width: 30%;
    min-width: 520px;
}
.aboutBlock .text.gray.big{
    max-width: 680px;
}
.aboutBlock .buttonsList > *{
    width: auto;
}
.aboutBlock {
    margin-top: 30px;
}
.corr .corrList{
    flex-wrap: wrap;
}
.corr .elementsBlock .whiteBlock{
    flex: 0 0 calc(50% - 10px);
}
.corr .elementsBlock .whiteBlock:first-child{
    flex: 0 0 100%;
}
.corr .gallery{
    min-width: calc(50% - 10px);
}
.documentList .whiteBlock{
    position: relative;
    padding-bottom: 115px;
}
.documentList .whiteBlock .button{
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    width: auto;
    text-align: left;
}
.blogList{
    margin-top: 40px;
}
.blogItem img{
    max-width: 100%;
    max-height: 450px;
    object-fit: cover;
    border-radius: 10px;
}
.blogItem .title{
    margin-bottom: 0;
}
.blogItem .button{
    text-align: left;
    max-width: 325px;
}
.blogItem.detail h2{
    color: black;
}
.blogItem.detail p{
    margin-bottom: 40px;
}
.blogItem.detail blockquote {
    margin: 0;
    margin-bottom: 0px;
    padding: 30px;
    background: #E4EEF5;
    color: black;
    border-radius: 30px;
    margin-bottom: 40px;
}
.blogItem.detail blockquote span{
    color: #267FB4;
    display: block;
    margin-bottom: 20px;
}
.blogItem.detail blockquote span::before{
    content: '['
}
.blogItem.detail blockquote span::after{
    content: ']'
}
.elementsBlock.pagination {
    justify-content: center;
    gap: 12px;
    margin-top: 60px;
}
.elementsBlock.pagination .bluetitle{
    display: block;
    width: 40px;
    height: 40px;
    border-right: 10px;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0px;
    color: #267FB4;
    background: #267FB41A;
    border-radius: 10px;
    text-align: center;
    line-height: 40px;
}
.elementsBlock.pagination .bluetitle.active{
    background: #267FB4;
    color: white;
}
.elementsBlock.recommend .whiteBlock{
    position: relative;
    padding-bottom: 150px;
}
.elementsBlock.recommend .whiteBlock a.button{
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    width: auto;
}
header .menu .submenu{
    display: none;
    flex-direction: column;
    background: white;
    border: 1px solid #E4EEF5;
    border-radius: 10px;
    gap: 20px;
    position: absolute;
    width: max-content;
    padding: 20px;
    left: 50%;
    transform: translateX(-50%);
    top: 54px;
}
.has-submenu .submenu {
    display: flex;
    flex-direction: column;
    margin: 0 -20px;
    border-top: 1px solid #E4EEF5;
    background: white;

    /* Анимация */
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden; /* Важно для анимации max-height */
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.4s ease 0.1s,
    visibility 0.5s ease,
    margin 0.5s ease;
}
.has-submenu.opened .submenu {
    max-height: 1000px; /* Достаточно большое значение */
    opacity: 1;
    visibility: visible;
    margin-top: 20px;
}
.menu-item.has-submenu.opened{
    padding-bottom: 0;
    border-bottom: none;
    background-color: #E4EEF5;
}
.menu .opened{
    position: relative;
}
.menu .opened:hover .submenu{
    display: flex;
}
.servicesBlock .photoBlock{
    width: 49%;
}
.servicesBlock h1{
    margin: 0;
    margin-bottom: 20px;
}
.servicesBlock .text{
    padding-bottom: 90px;
}
.servicesBlock button{
    width: 70%;
}

.productInfo {
    margin-bottom: 40px;
}
.productLinks .elemntsBlock {
}
.productLinks .elementsBlock {
    gap: 10px;
    margin-bottom: 50px;
}
.products .button.main {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    width: auto;
}
.elementsBlock.productsBlock {
    flex-wrap: wrap;
}
.elementsBlock.productsBlock .products{
    flex: 0 0 calc(20% - 16px);
    position: relative;
    padding-bottom: 75px;
}
.elementsBlock.productsBlock .products.section{
    flex: 0 0 calc(25% - 15px);
    padding-bottom: 150px;
}
.faqBlock .whiteBlock.title {
    min-width: 520px;
    height: min-content;
}
.whiteBlock.line {
    min-width: auto !important;
    white-space: nowrap;
    flex: 0 0 auto !important;
}
.whiteBlock.line .blueTitle.left{
    top: 50%;
    transform: translateY(-50%);
}
section.gray {
    background: url('/local/templates/main/css/../img/d57b70118dea57264e802cf98fbc17f2fcd5d276.png') right calc((100% - 1600px) / 2 + 250px) center / contain no-repeat,
     linear-gradient(102.34deg, #1D2A34 18.55%, #567C9A 81.45%);
    color: white;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 100px calc((100% - 1600px) / 2);
}
section.gray a{
    color: white;
}
.formGrayBlock{
    max-width: 925px;
}

td, th {
    border: 1px solid #E4EEF5;
    padding: 20px;
    text-align: left;
    border-radius: 10px;
}
table {
    border-spacing: 20px;
    width: 100%;
}
td.blue, th.blue {
    background: #E4EEF5;
}
td {
    color: #267FB4;
    font-size: 20px;
}
th {
    font-size: 25px;
}
.documentItem {
    flex: 0 1 auto;
    min-width: 0;
    height: 520px;
    position: relative;
}
.documentItem .documentName{
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding: 10px;
    border-radius: 10px;
    color: #267FB4;
    z-index: 1;
    background: #E4EEF5;
}
.documentItem .galleryObject{
    height: 100%;
}
.elementsBlock.otherServices {
    margin-top: 20px;
    flex-wrap: wrap;
}
.elementsBlock.otherServices a {
    flex: 0 1 385px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.servicesBlock .mainList{
    flex-wrap: wrap;
}
.servicesBlock .mainList .whiteBlock{
    flex: 0 0 calc(50% - 10px);
    padding: 20px;
    padding-left: 80px;
}
.servicesBlock .mainList .whiteBlock .blueTitle.left {
    left: 20px;
}
.servicesBlock .mainList .whiteBlock .text{
    padding: 0;
}

.newsElement img {
    width: 460px;
    border-radius: 16px;
    object-fit: cover;
}
.newsElement .button{
    max-width: 325px;
}
.popupEl {
    display: none;
}
.popupElBG {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1000;
    background: #F9FAFC55;
    backdrop-filter: blur(3px);
}
.popup.gray {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 790px;
    min-height: 400px;
    background: linear-gradient(102.34deg, #1D2A34 18.55%, #567C9A 59.07%);
    z-index: 1500;
    transform: translate(-50%, -50%);
    border-radius: 30px;
    padding: 50px;
}
.popup .titleBlock {
    max-width: 100%;
    margin-bottom: 70px;
}
.popupClose{
    position: absolute;
    width: 50px;
    height: 50px;
    top: 80px;
    right: -25px;
    background: #E4EEF5;
    background-image: url("/local/templates/main/css/../img/icon/plus.svg");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}
.popup.gray.feedbackForm {
    padding-right: 400px;
}
.popup.gray form input[type="text"]{
    background: white;
}
.popup.gray form button{
    background: white;
    color: #267FB4;
}
.popup.gray form {
    padding: 20px;
}
.popup.gray .bgImg {
    position: absolute;
    bottom: 0px;
    right: -40px;
    height: calc(100% + 120px);
}
.feedbackForm h3{
    margin-top: 10px;
}
.checkbox{
    font-size: 16px;
}
.checkbox a{
    text-decoration: underline;
}
.checkbox input{
    width: 16px;
    height: 16px;
    accent-color: #267FB4;
}
.popup.gray.result {
    width: 790px;
    padding: 30px 8%;
    box-sizing: border-box;
    text-align: center;
}
.popup.gray.result .h1{
    margin-bottom: 20px;
}
.popup.gray.result .text{
    margin-bottom: 70px;
}
.popup.gray.bg-full {
    background: url("/local/templates/main/css/../img/icon/bg-left-bottom.svg") left bottom no-repeat,
    url("/local/templates/main/css/../img/icon/bg-rectangle.svg") right top no-repeat,
    linear-gradient(102.34deg, #1D2A34 18.55%, #567C9A 59.07%);
}
section.notFound{
    background-position: right calc((100% - 1200px) / 2 + 250px) bottom;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0;
    width: 100%;
    max-width: 100%;
}
section.notFound .elementsBlock{
    max-width: 700px;
    margin-left: calc((100% - 1600px) / 2 + 150px);
    align-items: center;
    padding-bottom: 150px;
}
section.notFound .elementsBlock img {
    margin-bottom: 40px;
    max-width: 100%;
}
.section.notFound .elementsBlock .text{
    text-align: center;
    margin-bottom: 60px;
}
.titleBlock .text {
    max-width: 700px;
}
.copy {
  position: fixed;
  padding: 4px;
  background-color: #fff;
  border: 1px solid rgb(10, 91, 255);
  border-radius: 6px;
  font-size: 13px;
  z-index: 999;
}
/* End */


/* Start:/local/templates/main/css/media.css?178506434414194*/
@media screen and (max-width: 1440px){
    body{
        font-size: 16px;
    }
    .header-wrapper {
        max-width: 1200px;
    }
    section {
        max-width: 1200px;
        margin: 100px auto 120px;
    }
    section.gray {
        padding: 100px calc((100% - 1200px) / 2);
        background: url('/local/templates/main/css/../img/d57b70118dea57264e802cf98fbc17f2fcd5d276.png') right calc((100% - 1200px) / 2 + 150px) center / contain no-repeat,
        linear-gradient(102.34deg, #1D2A34 18.55%, #567C9A 81.45%);
    }
    header .phone-block{
        display: none;
    }
    h1, .h1{
        margin-top: 0;
        margin-bottom: 17px;
        font-weight: 500;
        font-size: 45px;
        line-height: 100%;
        letter-spacing: -1px;
    }
    .text.big {
        font-size: 18px;
    }
    .whiteBlock {
        padding: 20px;
    }
    .form-feedback .text{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .form-feedback .photoBlock{
        min-width: 210px;
    }
    .blueSubtitle {
        font-size: 18px;
    }
    h2{
        font-weight: 500;
        font-size: 28px;
        line-height: 100%;
        letter-spacing: -1px;
    }
    h3, .title{
        font-weight: 500;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: -1px;
    }
    .text{
        font-weight: 500;
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 0px;
    }
    #aboutGallery{
        width: 50%;
        flex-shrink: 0;
    }
    .productBlock .photoBlock {
        height: 230px;
    }
    .productBlock-info {
        margin-bottom: 90px;
    }
    .productBlock .button {
        bottom: 20px;
        left: 20px;
        right: 20px;
    }
    .sectionMethods .whiteBlock.gray {
        width: 390px;
        min-width: 390px;
    }
    .sectionMethods .whiteBlock.gray .types {
        bottom: 20px;
        left: 20px;
        right: 20px;
    }
    #resultGallery{
        width: 50%;
        flex-shrink: 0;
        height: 400px;
    }
    footer .whiteForm {
        padding-left: 22px;
    }
    footer .whiteForm img.bg-item-1 {
        left: -200px;
    }
    footer .h1{
        font-weight: 500;
        font-size: 38px;
        line-height: 100%;
        letter-spacing: -1px;
    }
    .contactsBlock .mapBlock .whiteBlock {
        width: 490px;
    }
    footer .mapBlock iframe{
        height: 630px;
    }
    footer section {
        padding: 50px 0px 70px;
    }
    .elementsBlock.vertical.menu {
        gap: 50px;
    }
    .aboutBlock .photoBlock {
        min-width: auto;
    }
}
@media screen and (max-width: 700px){
    main {
        margin-top: 80px;
    }
    header{
        padding: 10px 0;
    }
    header a.logo{
        max-width: 133px;
        display: flex;
    }
    section:has(.breadcrumb) {
        margin-bottom: 20px;
        margin-top: 80px;
    }
    .phone-block .phone{
        font-size: 18px;
    }
    .phone-block .work-time{
        font-size: 14px;
    }
    header a.logo img{
        max-width: 100%;
    }
    header .phone-block {
        display: block;
    }
    header .menu.desktop{
        display: none;
    }
    header .soclinks {
        display: none;
    }
    .header-wrapper {
        max-width: 650px;
    }
    section {
        max-width: 650px;
        margin: 40px auto 60px;
    }
    section.gray {
        padding: 40px calc((100% - 650px) / 2);
        background: url('/local/templates/main/css/../img/d57b70118dea57264e802cf98fbc17f2fcd5d276.png') right calc((100% - 650px) / 2 + 150px) center / contain no-repeat,
        linear-gradient(102.34deg, #1D2A34 18.55%, #567C9A 81.45%);
    }
    .indexVideo{
        display: none;
    }
    .feedbackForm input[name="name"], .feedbackForm input[name="phone"] {
        width: 100%;
        box-sizing: border-box;
    }
    button, .button{
        font-size: 18px;
    }
    .titleBlock {
        max-width: 100%;
        margin-bottom: 40px;
    }
    .titleBlock h2 {
        max-width: 100%;
    }
    .aboutBlock{
        flex-direction: column-reverse;
    }
    #aboutGallery {
        width: 100%;
        flex-shrink: 0;
    }
    .productsList{
        overflow: auto;
    }
    .whiteBlock.productBlock {
        min-width: 285px;
        flex-shrink: 0;
    }
    .whiteBlock:has(.blueTitle.left) {
        padding-left: 80px;
    }
    .whiteBlock .blueTitle.left {
        left: 20px;
    }
    .elementsBlock:has(.methods){
        flex-direction: column;
    }
    .sectionMethods .whiteBlock.gray {
        width: 100%;
        min-width: 100%;
        padding-bottom: 150px;
    }
    .sectionMethods .whiteBlock.gray .types {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .clients{
        display: none;
    }
    .processList{
        overflow: auto;
    }
    .processList .whiteBlock{
        min-width: 225px;
        flex-shrink: 0;
    }
    .resultBlock{
        flex-direction: column-reverse;
    }
    .resultBlock .elementsBlock{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .resultBlock .elementsBlock .whiteBlock{
        width: 50%;
        flex-shrink: 0;
    }
    #resultGallery {
        width: 100%;
    }
    .whyUs .elementsBlock{
        flex-wrap: wrap;
    }
    .whyUs .elementsBlock .whiteBlock {
        flex: 0 0 calc(50% - 10px);
    }
    #russianPoints{
        height: 400px !important;
    }
    footer .formSection .elementsBlock{
        flex-direction: column;
    }
    footer .formSection .whiteForm{
        width: 100%;
        padding-left: 0;
    }
    .contactsBlock .mapBlock .whiteBlock {
        width: 350px;
    }
    footer .mapBlock iframe {
        height: 670px;
    }
    footer .elementsBlock.vertical.address {
        width: 50%;
    }
    .elementsBlock.vertical.menu {
        flex-wrap: nowrap;
    }
    .footerMenu {
        height: auto;
    }
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
    .soclinks.mobile, .elementsBlock.mobile{
        display: flex;
    }
    .form-feedback .text.mobile{
        display: none;
    }
    .form-feedback .text.desktop{
        display: block;
    }
    .aboutBlock .photoBlock {
        display: none;
    }
    .aboutBlock .buttonsList > * {
        width: 100%;
    }
    .documentList {
        overflow: auto;
    }
    .documentList .whiteBlock{
        min-width: 280px;
    }
    .orient .elementsBlock{
        flex-wrap: wrap;
    }
    .orient .elementsBlock .whiteBlock{
        min-width: 310px;
    }
    .elementsBlock.recommend{
        overflow: auto;
    }
    .elementsBlock.recommend .whiteBlock{
        min-width: 310px;
    }
    .elementsBlock.recommend .whiteBlock a.button{
        bottom: 20px;
        left: 20px;
        right: 20px;
    }
    .elementsBlock.vertical.menu .menuItem{
        gap: 12px;
    }
    .newsElement.elementsBlock {
        flex-direction: column;
    }
    .newsElement.elementsBlock img{
        width: 100%;
    }
    .newsElement.elementsBlock .buttons{
        flex-direction: column;
    }
    section.notFound {
        background-position: right calc((100% - 1200px) / 2 + 250px) bottom;
        background-position-x: 200px;
    }
    section.notFound .elementsBlock {
        max-width: 75% !important;
        text-align: left;
        align-items: last baseline;
        margin-left: 25px;
        margin-right: 25px;
        padding-bottom: 60px;
    }
    section.notFound .elementsBlock img{
        max-width: 75%;
    }
    section.notFound .elementsBlock .text{
        text-align: left;
        max-width: 300px;
        margin-bottom: 36px;
    }
    .elementsBlock.servicesBlock .photoBlock {
        display: none;
    }
    .mobileVertical{
        flex-direction: column;
    }
    .elementsBlock.productsBlock {
        flex-wrap: nowrap;
        overflow: auto;
    }
    .elementsBlock.productsBlock .products{
        flex: 0 0 285px !important;
    }
    .products .button.main{
        bottom: 20px;
        left: 20px;
        right: 20px;
        padding: 20px 10px;
    }
    .productLinks .elementsBlock {
        margin-bottom: 0px;
    }
    .faqBlock .elementsBlock{
        flex-direction: column;
    }
    .faqBlock .whiteBlock.title {
        min-width: auto;
        max-width: 100%;
    }
    .servicesBlock .mainList .whiteBlock {
        flex: 0 0 auto;
        min-height: 80px;
        max-width: 100%;
    }
    #mainGallery{
        width: 100% !important;
    }
    .mobileVertical .titleBlock{
        width: 100% !important;
    }
    .elementsBlock.methods .whiteBlock {
        width: max-content;
        max-width: 100%;
    }
    section.gray{
        background: linear-gradient(102.34deg, #1D2A34 18.55%, #567C9A 81.45%);
        padding: 25px;
    }
    section.gray .h1{
        font-size: 28px;
        margin-bottom: 0;
    }
    section.gray .text br{
        display: none;
    }
    .elementsBlock.otherServices a {
        flex: 0 1 auto;
        width: min-content;
    }
    .popup.gray.feedbackForm {
        padding: 20px;
        min-width: auto;
        width: calc(100vw - 50px);
        min-height: auto;
        box-sizing: border-box;
        left: 25px;
        transform: none;
        top: 25px;
    }
    .popup.gray .bgImg {
        display: none;
    }
    .feedbackForm h3 {
        margin-top: 10px;
        font-size: 28px;
    }
    .popup .titleBlock {
        max-width: 100%;
        margin-bottom: 45px;
    }
    .popup.result {
        padding: 20px;
        min-width: auto;
        width: calc(100vw - 50px);
        min-height: auto;
        box-sizing: border-box;
        left: 25px;
        top: 50%;
        transform: translateY(-100%);
    }
    .mobileVertical .elementsBlock{
        width: 100% !important;
    }
    .whiteBlock.line{
        white-space: normal;
        width: max-content !important;
    }
    footer .formSection br{
        display: none;
    }
}
@media screen and (max-width: 460px){
    #footerMap{
        height: 880px !important;
    }
    .desktop-small{
        display: none;
    }
    .mobile-small{
        display: block;
    }
    .elementsBlock.mobile-small{
        display: flex;
    }
    section.gray {
        padding: 20px;
    }
    .header-wrapper, section {
        max-width: calc(100vw - 40px);
    }
    header a.logo {
        max-width: 133px;
    }
    header a.logo img{
        max-width: 133px;
    }
    .phone-block .phone {
        font-size: 14px;
    }
    .phone-block .work-time{
        font-size: 10px;
    }
    h1, .h1{
        font-weight: 500;
        font-size: 34px;
        line-height: 100%;
        letter-spacing: -1px;
    }
    .whiteBlock.form-feedback {
        flex-direction: column;
    }
    .form-feedback .text.mobile{
        display: block;
    }
    .form-feedback .text.desktop{
        display: none;
    }
    .form-feedback .text {
        max-width: 100%;
        margin-bottom: 10px;
    }
    .footerForm button{
        padding: 9px 0px;
    }
    footer .h1{
        font-size: 28px;
    }
    button, .button {
        padding: 22px 0px;
    }
    .form-feedback .photoBlock {
        width: 100%;
        box-sizing: border-box;
        height: 235px;
        background-size: contain;
    }
    .text.big {
        font-size: 16px;
    }
    .tasksSection .elementsBlock{
        flex-direction: column;
    }
    .complex .whiteBlock{
        width: calc(50% - 10px);
        overflow-wrap: break-word;
    }
    .elementsBlock.methods .whiteBlock {
        flex: 0 0 100%;
    }
    .sectionMethods .whiteBlock.gray {
        padding-bottom: 220px;
    }
    .whyUs .elementsBlock .whiteBlock {
        flex: 0 0 100%;
    }
    form.footerForm {
        padding: 20px;
    }
    footer section {
        padding: 20px 0px 30px;
    }
    .contactsBlock .mapBlock .whiteBlock {
        width: auto;
        left: 10px;
        top: auto;
        bottom: 10px;
        position: absolute;
        right: 10px;
    }
    footer .mapBlock iframe {
        height: 880px;
    }
    footer .logo {
        width: 152px;
    }
    footer .logo img{
        width: 100%;
    }
    .footerMenu {
        flex-direction: column;
    }
    footer .elementsBlock.vertical.address{
        width: 100%;
    }
    footer .address .elementsBlock.vertical.mobile{
        display: none;
    }
    footer .desktop{
        display: flex;
    }
    footer .soclinks.desktop{
        display: none;
    }
    footer .info{
        flex-direction: column;
    }
    footer .links{
        flex-direction: column;
    }
    .aboutBlock .elementsBlock {
        flex-direction: column;
    }
    .corr .elementsBlock .whiteBlock {
        flex: 0 0 100%;
    }
    section.notFound .elementsBlock {
        max-width: 100% !important;
    }
    footer .desktop {
        display: flex;
    }
    .elementsBlock.desktop.links {
        margin-top: 10px !important;
        gap: 10px !important;
    }
    .elementsBlock.complex {
        flex-direction: row;
    }
    section.notFound .elementsBlock img {
        max-width: 80%;
        margin-bottom: 0;
    }
    section.notFound .elementsBlock h1 {
        max-width: 180px;
    }
    section.notFound .elementsBlock .text {
        max-width: 180px;
    }
    section.notFound .elementsBlock .text br{
        display: none;
    }
    section.notFound {
        background-position-x: -10px;
        background-size: 150%;
    }
    .servicesBlock button {
        width: 100%;
    }
    .small-mobileVertical{
        flex-direction: column;
    }
    .servicesBlock .mainList .whiteBlock{
        flex: 0 0 100%;
    }
}
/* End */


/* Start:/local/templates/main/css/gallery.css?17839436201878*/
.galleryObject {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.galleryWrapper {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.galleryTrack {
    display: flex;
    transition: transform 0.5s ease-in-out;
    height: 100%;
}

.galleryTrack > * {
    flex: 0 0 100%;
    min-width: 0;
}
.galleryTrack img{
    object-fit: cover;
}
/* Для нескольких элементов */
.galleryTrack[data-elements="2"] > * {
    flex: 0 0 50%;
}

.galleryTrack[data-elements="3"] > * {
    flex: 0 0 33.333%;
}

/* Навигация */
.galleryNav {
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% - 22px));
    width: 100%;
    pointer-events: none;
    z-index: 10;
}

.galleryNav button {
    position: absolute;
    background: #267FB4;
    color: white;
    border: none;
    cursor: pointer;
    pointer-events: auto;
    font-size: 24px;
    transition: background 0.3s;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-image: url("/local/templates/main/css/../img/icon/chevron-left.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-position-x: 9px;
}

.galleryPrev {
    left: 10px;
}

.galleryNext {
    right: 10px;
    transform: rotate(180deg);
}

.galleryNav button.disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* Индикаторы */
.galleryIndicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.galleryDot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: background 0.3s;
}

.galleryDot:hover,
.galleryDot.active {
    background: rgba(255,255,255,1);
}
/* End */
/* /local/templates/main/css/style.css?178506439529831 */
/* /local/templates/main/css/media.css?178506434414194 */
/* /local/templates/main/css/gallery.css?17839436201878 */
