*,
*::before,
*::after {
box-sizing: border-box;
} ul[class],
ol[class] {
padding: 0;
} body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
margin: 0;
} body {
min-height: 100vh;
scroll-behavior: smooth;
text-rendering: optimizeSpeed;
line-height: 1.5;
} ul[class],
ol[class] {
list-style: none;
} a:not([class]) {
text-decoration-skip-ink: auto;
} img {
max-width: 100%;
display: block;
} article > * + * {
margin-top: 1em;
} input,
button,
textarea,
select {
font: inherit;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
-ms-progress-appearance: none;
}
button:focus-visible {
outline: none;
} @media (prefers-reduced-motion: reduce) {
* {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
scroll-behavior: auto !important;
}
}
html,
body {
overflow-x: hidden;
font-family: "Roboto", sans-serif;
font-size: 18px;
line-height: 22.36px;
font-weight: 400;
}
.container {
max-width: 1180px;
margin-left: auto;
margin-right: auto;
}
.header {
display: flex;
align-items: center;
min-height: 97px;
border-bottom: 1px solid #959595;
}
.header-menu {
margin-left: auto;
margin-right: auto;
flex: 0 0 50%;
display: flex;
justify-content: center;
align-items: center;
}
.close-mobile-menu {
display: none;
}
.open-mobile-menu {
display: none;
}
.header-logo {
flex: 0 0 25%;
display: flex;
align-items: center;
justify-content: flex-start;
}
ul.menu {
display: flex;
}
ul.menu li {
margin-right: 50px;
}
ul.menu li:last-child {
margin-right: unset;
}
ul.menu li a {
text-decoration: none;
color: inherit;
transition: 0.2s;
}
ul.menu li:hover > a {
color: #d00139;
}
li.menu-item-has-children {
position: relative;
}
li.menu-item-has-children > a::before {
content: "";
position: absolute;
left: calc(100% + 10px);
top: 50%;
transform: translateY(-50%);
width: 12px;
height: 6px;
background-image: url(https://helius.by/wp-content/themes/helios-child/assets/icons/dropdown-icon.svg);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
ul.menu ul.sub-menu {
position: absolute;
top: calc(100% + 10px);
left: 50%;
width: max-content;
max-width: 300px;
background-color: #fff;
padding: 20px;
box-shadow: 0px 0 20px 0px #0000001a;
transform: translateX(-50%);
display: none;
z-index: 1;
}
ul.menu ul.sub-menu::before {
content: "";
position: absolute;
bottom: 100%;
left: 0;
width: 100%;
height: 30px;
}
ul.menu ul.sub-menu::after {
content: "";
position: absolute;
top: 0;
left: 50%;
border: 10px solid transparent;
border-bottom-color: #fff;
transform: translate(-50%, -20px);
}
li.menu-item-has-children:hover ul.sub-menu {
display: block;
}
ul.menu ul.sub-menu > li {
margin-right: 0;
padding-top: 10px;
padding-bottom: 10px;
}
.header-info {
flex: 0 0 25%;
width: auto;
text-align: right;
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
align-items: center;
}
a.header-viber-link {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #959595;
border-radius: 50%;
margin-left: 20px;
margin-bottom: 10px;
}
a.header-mail-link {
text-decoration: none;
color: inherit;
font-size: 15px;
line-height: 18.63px;
}
a.header-phone-link {
margin-bottom: 10px;
font-size: 20px;
line-height: 24.84px;
font-weight: 700;
text-decoration: none;
color: inherit;
}
ul.uslugi-slider {
margin-top: 50px;
}
.uslugi-slider .slick-list {
margin-left: -10px;
margin-right: -10px;
}
.uslugi-slide {
padding-left: 10px;
padding-right: 10px;
}
li.uslugi-slide:focus-visible {
outline: none;
}
.uslugi-slide-header {
display: flex;
justify-content: space-between;
margin-bottom: 25px;
}
.uslugi-slide-title {
font-family: "Oswald";
font-size: 70px;
line-height: 86.94px;
font-weight: 400;
padding-right: 150px;
text-transform: uppercase;
}
.uslugi-slide-title::first-line {
color: #d00139;
}
.uslugi-slide-hard-project-title {
font-family: "Oswald";
font-size: 25px;
line-height: 31.05px;
margin-bottom: 12px;
}
.uslugi-slide-hard-project-title > b {
font-size: 50px;
line-height: 62.1px;
display: block;
margin-top: 0px;
font-weight: 400;
margin-top: -11px;
}
.uslugi-slide-hard-project .btn-fill {
text-transform: uppercase;
font-size: 25px;
line-height: 31.05px;
font-family: "Oswald";
}
.btn-fill {
border: none;
background-color: #d00139;
color: #fff;
min-width: max-content;
cursor: pointer;
padding-left: 44px;
padding-right: 44px;
min-height: 60px;
}
.uslugi-slide-image {
width: calc(100vw - ((100vw - 1180px) / 2) - 10px);
height: 500px;
position: relative;
margin-left: auto;
}
.uslugi-slide-image > img {
object-fit: cover;
object-position: center;
width: 100%;
height: 100%;
}
.slick-arrow {
background: none;
padding: 0;
margin: 0;
border: none;
position: absolute;
bottom: 250px;
transform: translateY(50%);
z-index: 1;
transition: 0.2s;
cursor: pointer;
}
.slick-prev {
left: calc(100vw - 1180px - ((100vw - 1180px) / 2) - 67px);
}
.slick-next {
right: calc(100vw - 1180px - ((100vw - 1180px) / 2) - 67px);
}
ul.slick-dots {
display: flex !important;
flex-direction: row;
justify-content: center;
position: absolute;
bottom: 25px;
width: 100%;
}
.slick-dots > li > button {
border: none;
content: "";
color: #00000000;
background-color: #fff;
border-radius: 50%;
width: 100%;
height: 100%;
padding: 0;
transition: 0.2s;
}
.slick-dots > li {
width: 8px;
height: 8px;
margin-right: 25px;
}
.slick-dots > li:last-child {
margin-right: 0;
}
.slick-dots > li.slick-active > button {
background-color: #d00139;
}
.primary-section {
margin-top: 25px;
margin-bottom: 75px;
}
ul.primary-list {
display: flex;
justify-content: space-between;
}
li.primary-item {
padding-left: 10px;
padding-right: 10px;
text-align: center;
font-size: 25px;
line-height: 30px;
font-family: "Oswald";
text-transform: uppercase;
}
li.primary-item:first-child {
padding-left: 0;
}
li.primary-item:last-child {
padding-right: 0;
}
li.primary-item > span {
color: #d00139;
}
li.primary-item:nth-child(2n) {
padding-left: 85px;
padding-right: 85px;
border-left: 1px solid #959595;
border-right: 1px solid #959595;
}
.uslugi-section {
margin-top: 150px;
margin-bottom: 150px;
}
.section-header {
display: flex;
align-items: flex-end;
justify-content: space-between;
padding-bottom: 15px;
border-bottom: 1px solid #959595;
}
.section-number {
font-size: 20px;
line-height: 24.84px;
color: #959595;
position: absolute;
}
.section-title {
font-family: "Oswald";
text-transform: uppercase;
font-size: 50px;
line-height: 62.1px;
font-weight: 400;
margin: auto;
}
.section-title > span {
color: #d00139;
}
.uslugi-select-btn {
border: none;
outline: none;
display: flex;
align-items: center;
font-family: "Oswald";
text-transform: uppercase;
width: fit-content !important;
}
.uslugi-select-btn > svg {
margin-left: 29.37px;
}
.uslugi-section-desc {
margin-top: 25px;
margin-bottom: 50px;
max-width: 530px;
margin-left: 420px;
}
ul.uslugi-list {
margin-left: -10px;
margin-right: -10px;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
li.uslugi-item {
padding-left: 10px;
padding-right: 10px;
flex: 0 0 33.33%;
width: auto;
margin-bottom: 22px;
}
.uslugi-item-inner {
padding: 25px;
border: 1px solid #959595;
border-bottom: none;
}
.uslugi-item:nth-child(1) > .uslugi-item-inner,
.uslugi-item:nth-child(2) > .uslugi-item-inner,
.uslugi-item:nth-child(3) > .uslugi-item-inner {
border-bottom: 1px solid #959595;
border-top: none;
}
.uslugi-item-title {
font-family: "Oswald";
text-transform: uppercase;
font-size: 25px;
line-height: 31.05px;
font-weight: 400;
margin-bottom: 15px;
max-width: 80%;
}
.uslugi-item-image {
width: 100%;
height: 200px;
position: relative;
margin-bottom: 22px;
}
.uslugi-item-image > img {
width: 100%;
height: 100% !important;
object-fit: cover;
object-position: center;
}
.uslugi-item-btn {
text-decoration: none;
color: inherit;
padding: 9px 28px;
border: 1px solid #3f3f3f;
height: 60px;
display: flex;
align-items: center;
justify-content: flex-start;
font-family: "Oswald";
font-size: 20px;
text-transform: uppercase;
transition: 0.2s;
max-width: fit-content;
}
.uslugi-item-btn:hover {
background-color: #d00139;
color: #fff;
border-color: #d00139;
}
.application-section {
margin-top: 150px;
margin-bottom: 150px;
border-bottom: 1px solid #959595;
border-top: 1px solid #959595;
}
.application-inner {
display: flex;
}
.application-left {
flex: 0 0 50%;
width: auto;
border-right: 1px solid #959595;
}
.application-section .section-title {
line-height: 150%;
padding-top: 50px;
padding-bottom: 50px;
padding-right: 81px;
position: relative;
}
.application-section .section-title::before {
content: "";
position: absolute;
width: 50vw;
height: 100%;
background-color: #3f3f3f;
opacity: 0.05;
top: 0;
right: 0;
z-index: -1;
}
.application-section .section-title::after {
content: "";
position: absolute;
bottom: 0;
right: 0;
width: 50vw;
height: 1px;
background-color: #959595;
}
.application-desc {
margin-top: 30px;
margin-bottom: 50px;
max-width: 288px;
margin-left: auto;
margin-right: 92px;
}
.application-right {
flex: 0 0 50%;
width: auto;
display: flex;
align-items: center;
justify-content: flex-end;
}
.wpcf7-form > p {
display: flex;
flex-direction: column;
width: 480px;
}
.wpcf7-form > p > * {
width: 100%;
}
.wpcf7-form > p input:not([type="checkbox"]) {
outline: none;
border: 1px solid #959595;
margin: 0;
margin-bottom: -0.5px;
margin-top: -0.5px;
height: 50px;
width: 100%;
padding: 0;
padding-left: 25px;
padding-right: 25px;
margin-bottom: 20px;
}
.wpcf7-form > p textarea {
outline: none;
border: 1px solid #959595;
margin: 0;
margin-bottom: -0.5px;
margin-top: -0.5px;
width: 100%;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 25px;
padding-right: 25px;
resize: none;
margin-bottom: 20px;
}
.wpcf7-form > p [type="submit"] {
outline: none;
border: 1px solid #959595;
margin: 0;
margin-bottom: -1px;
height: 60px !important;
display: block;
width: 100%;
padding: 0;
padding-left: 25px;
padding-right: 25px;
background-color: #d00139;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.wpcf7-form > p [type="submit"] > svg {
margin-left: 18px;
}
.wpcf7-response-output {
display: none;
}
.personal-data-label {
margin-top: 15px;
}
.personal-data .wpcf7-list-item-label {
display: none;
}
.personal-data-label a {
text-decoration: underline;
color: #d00139;
}
.wpcf7-list-item {
margin: 0;
}
input[type="checkbox"] {
width: 20px;
height: 20px;
border: 1px solid #959595;
margin: 0;
margin-right: 16px;
margin-bottom: -4px;
transition: 0.2s;
}
input[type="checkbox"]:checked {
background-color: #d00139;
border-color: #d00139;
background-image: url(https://helius.by/wp-content/themes/helios-child/assets/icons/checkbox-icon.svg);
background-position: center;
background-size: contain;
background-repeat: no-repeat;
}
.faq-section {
margin-top: 150px;
margin-bottom: 150px;
}
ul.faq-list {
margin-top: 25px;
}
li.faq-item {
padding-bottom: 25px;
margin-bottom: 25px;
border-bottom: 1px solid #959595;
}
.faq-header {
display: flex !important;
justify-content: space-between;
align-items: center;
cursor: pointer;
}
.faq-title {
flex: 0 0 950px;
font-weight: 700;
}
.faq-header > svg {
transition: 0.2s;
}
.faq-header.active > svg {
transform: scaleY(-1);
}
.faq-content {
display: none;
padding: 25px 0;
}
.do-question-btn {
text-decoration: none;
outline: none;
border: none;
font-size: 35px;
line-height: 43.47px;
text-transform: uppercase;
font-family: "Oswald";
margin-top: 25px;
}
.do-question-btn > svg {
margin-left: 20px;
}
.work-stages-section {
margin-top: 150px;
margin-bottom: 150px;
}
.work-stages-section .section-header {
margin-bottom: 63px;
}
.work-stages {
display: flex;
justify-content: space-between;
}
.work-stages-image {
width: 491px;
height: 400px;
flex: 0 0 auto;
}
.work-stages-image > img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
ul.work-stages-list {
flex: 0 0 calc(100% - 491px - 60px);
display: block;
}
li.work-stages-item {
padding-left: 60px;
position: relative;
}
li.work-stages-item::before {
content: "";
position: absolute;
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #959595;
top: 50%;
left: 0;
transform: translate(-50%, -50%);
transition: 0.2s;
z-index: 1;
}
li.work-stages-item:hover::before {
background-color: #d00139;
}
li.work-stages-item::after {
content: "";
position: absolute;
width: 1px;
height: 100%;
background-color: #959595;
top: 50%;
left: 0;
transform: translateY(-50%);
}
li.work-stages-item:first-child::after {
height: 50%;
top: unset;
bottom: 0;
transform: unset;
}
li.work-stages-item:last-child::after {
height: 50%;
top: 0;
bottom: unset;
transform: unset;
}
li.work-stages-item:first-child {
margin-top: -33px;
}
.work-stages-item-inner {
padding-top: 33px;
padding-bottom: 33px;
border-bottom: 1px solid #959595;
display: flex;
align-items: center;
justify-content: flex-start;
font-size: 24px;
line-height: 36px;
font-family: "Oswald";
text-transform: uppercase;
transition: 0.2s;
}
.work-stages-item-inner:hover {
color: #d00139;
}
.work-stages-number {
font-size: 35px;
line-height: 52.5px;
font-family: "Oswald";
font-weight: 700;
color: #959595;
margin-right: 31px;
}
.sertificates-section {
margin-top: 150px;
margin-bottom: 150px;
}
ul.sertificates-list {
margin-top: 50px;
display: flex;
flex-wrap: wrap;
margin-left: -9px;
margin-right: -9px;
}
li.sertificates-item {
flex: 0 0 25%;
padding-left: 9px;
padding-right: 9px;
position: relative;
padding-bottom: 400px;
}
.sertificates-title {
font-size: 25px;
line-height: 37.5px;
font-family: "Oswald";
text-transform: uppercase;
margin-bottom: 5px;
display: block;
}
.sertificates-desc {
color: #959595;
margin-bottom: 15px;
}
.sertificates-image {
position: absolute;
bottom: 0px;
height: 400px;
overflow: hidden;
transition: 0.2s;
transform-origin: top;
filter: grayscale(1);
}
.sertificates-image:hover {
transform: scale(1.5);
filter: grayscale(0);
z-index: 1;
}
.section {
margin-top: 150px;
margin-bottom: 150px;
}
.partners {
padding-bottom: 25px;
border-bottom: 1px solid #959595;
}
ul.partners-list {
display: grid;
grid-template-columns: repeat(6, 1fr);
margin-top: 80px;
}
li.partners-item {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 100px;
}
li.partners-item img {
transition: 0.3s;
filter: grayscale(1);
opacity: 0.6;
}
li.partners-item:hover img {
filter: grayscale(0);
opacity: 1;
}
.partners-more-btn {
text-decoration: none;
outline: none;
color: inherit;
border: none;
background: none;
font-size: 35px;
line-height: 43.47px;
text-transform: uppercase;
font-family: "Oswald";
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.partners-more-btn > svg {
margin-left: 17px;
}
.o-nas-section .section-header {
margin-bottom: 50px;
}
.o-nas-content {
display: flex;
justify-content: space-between;
margin-bottom: 38px;
}
.o-nas-text h3 {
font-family: "Oswald";
font-weight: 400;
font-size: 24.9px;
line-height: 37.5px;
margin-bottom: 20px;
text-transform: uppercase;
}
.o-nas-text em {
font-style: inherit;
color: #d00139;
}
.o-nas-text {
flex: 0 0 404px;
max-width: fit-content;
}
.o-nas-image {
flex: 0 0 auto;
width: auto;
height: 300px;
position: relative;
}
.o-nas-image > img {
width: 100%;
height: 100%;
object-fit: cover;
}
ul.gallary-list {
margin-top: 50px;
margin-bottom: 50px;
display: flex;
flex-wrap: wrap;
margin-left: -10px;
margin-right: -10px;
}
li.gallary-item {
padding-left: 10px;
padding-right: 10px;
margin-bottom: 20px;
position: relative;
height: 280px;
flex: 0 0 33.33%;
}
li.gallary-item > img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.our-works-section .do-question-btn {
margin-top: -20px;
}
.footer-top {
border-top: 1px solid #959595;
border-bottom: 1px solid #959595;
}
.footer-inner {
display: flex;
justify-content: space-between;
}
.footer-item:first-child {
flex: 0 0 60%;
}
.footer-order-btn {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 35px;
line-height: 52.5px;
font-family: "Oswald";
width: 100%;
height: 120px;
border: none;
outline: none;
background: none;
padding-right: 50px;
margin: 0;
position: relative;
cursor: pointer;
}
.footer-order-btn::before {
content: "";
position: absolute;
width: 60vw;
height: 100%;
right: 0;
top: 0;
background-color: #3f3f3f0d;
z-index: -1;
}
.footer-order-btn::after {
content: "";
position: absolute;
width: 60vw;
height: 1px;
right: 0;
bottom: 0;
background-color: #959595;
z-index: -1;
}
.footer-contacts {
display: flex;
justify-content: space-between;
margin-left: -15px;
padding-top: 35px;
padding-bottom: 35px;
padding-right: 50px;
position: relative;
}
.footer-contacts::after {
content: "";
position: absolute;
width: 60vw;
height: 1px;
right: 0;
bottom: 0;
background-color: #959595;
z-index: -1;
}
h4.footer-contacts-item {
font-size: 25px;
line-height: 37.5px;
font-family: "Oswald";
font-weight: 400;
text-transform: uppercase;
}
.footer-contacts-item {
flex: 0 0 max-content;
padding-left: 15px;
padding-right: 15px;
}
.footer-contacts-item p {
margin-bottom: 20px;
}
.footer-contacts-item a {
color: inherit;
text-decoration: none;
}
.footer-social {
display: flex;
justify-content: space-between;
padding-top: 30px;
padding-bottom: 30px;
align-items: center;
}
ul.footer-social-list {
display: flex;
align-items: center;
padding-right: 85px;
}
li.footer-social-item {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #959595;
border-radius: 50%;
margin-right: 25px;
}
li.footer-social-item > a {
display: flex;
align-items: center;
justify-content: center;
}
li.footer-social-item svg {
margin: 0;
padding: 0;
}
.footer-item {
border-right: 1px solid #959595;
}
.footer-item:not(:first-child) {
display: flex;
justify-content: flex-start;
flex: 0 0 200px;
align-items: flex-start;
padding-left: 20px;
flex-direction: column;
}
.footer-item:last-child {
border-right: none;
flex: 0 0 calc(40% - 200px) !important;
}
.footer-title {
display: block;
width: 100%;
color: #959595;
font-size: 25px;
line-height: 31.05px;
font-family: "Oswald";
font-weight: inherit;
margin-top: 37px;
margin-bottom: 25px;
}
ul.footer-menu {
display: flex;
flex-direction: column;
}
ul.footer-menu > li {
margin-bottom: 15px;
}
.footer-bottom {
padding-top: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #959595;
}
.footer-bottom > span {
display: block;
width: 100%;
text-align: right;
line-height: 18px;
font-size: 12px;
color: #959595;
}
.single-page-uslugi {
margin-top: 50px;
margin-bottom: 50px;
}
.single-page-title {
text-transform: uppercase;
max-width: 520px;
}
.single-page-title::first-line {
color: #d00139;
}
.section-header > span {
font-size: 20px;
line-height: 24px;
color: #959595;
}
.breadcrumbs {
margin-top: 25px;
margin-bottom: 25px;
}
.breadcrumbs a {
color: inherit;
}
.breadcrumbs > span:last-child a {
text-decoration: none;
font-weight: 700;
}
.top-content {
display: flex;
margin-top: 50px;
margin-bottom: 50px;
justify-content: space-between;
}
.top-content-text {
flex: 0 0 400px;
padding-right: 20px;
margin-left: calc((100vw - 1180px) / 2);
}
.top-content-image {
flex: 0 0 990px;
height: 500px;
position: relative;
}
.top-content-image > img {
object-fit: cover;
object-position: center;
width: 100%;
height: 100%;
}
.content h2 {
font-family: "Oswald";
margin-bottom: 20px;
font-size: 25px;
line-height: 37.5px;
text-transform: uppercase;
font-weight: 400;
}
.bottom-content {
display: flex;
flex-wrap: wrap;
}
.bottom-content-item {
display: flex;
align-items: flex-start;
justify-content: space-between;
margin-bottom: 50px;
flex: 0 0 100%;
}
.bottom-content-title {
flex: 0 0 400px;
padding-right: 20px;
}
.bottom-content-text {
flex: 0 0 calc(100% - 400px);
padding-bottom: 50px;
border-bottom: 1px solid #959595;
}
.bottom-content-text.last-item {
padding-bottom: 0;
border-bottom: none;
}
.bottom-content-text p {
margin-bottom: 24px;
}
.bottom-content-text strong {
color: #d00139;
}
.order-single-page-btn {
display: block;
outline: none;
border: none;
background-color: #d00139;
color: #fff;
font-family: "Oswald";
height: 80px;
font-size: 25px;
line-height: 31.05px;
cursor: pointer;
padding: 0;
flex: 0 0 calc(50% - 210px);
margin-right: 20px;
margin-left: auto;
}
.calc-single-page-btn {
height: 80px;
outline: none;
display: block;
border: 1px solid #d00139;
background: none;
font-size: 25px;
line-height: 31.05px;
font-family: "Oswald";
text-transform: uppercase;
cursor: pointer;
flex: 0 0 calc(50% - 210px);
}
.our-works-section,
.gallery-section {
padding-bottom: 25px;
border-bottom: 1px solid #959595;
}
.gallery-more-btn {
text-decoration: none;
outline: none;
color: inherit;
border: none;
background: none;
font-size: 35px;
line-height: 43.47px;
text-transform: uppercase;
font-family: "Oswald";
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.gallery-more-btn > svg {
margin-left: 17px;
}
.pum-theme-lightbox .pum-container {
padding-top: 30px !important;
}
.popmake .wpcf7-form > p {
width: 100%;
}
.popmake .wpcf7-form > p [type="submit"] {
border: none;
font-family: "Oswald";
font-size: 25px;
line-height: 35px;
}
.pum-overlay {
backdrop-filter: blur(3px);
}
.page {
margin-top: 50px;
margin-bottom: 150px;
}
ul.kontakty-list {
display: flex;
border-bottom: 1px solid #959595;
}
li.kontakty-item {
flex: 0 0 25%;
padding-left: 20px;
padding-right: 18px;
padding-top: 25px;
padding-bottom: 60px;
border-right: 1px solid #959595;
}
li.kontakty-item:first-child {
padding-left: 0;
}
li.kontakty-item:last-child {
padding-right: 0;
border-right: 0;
}
li.kontakty-item > a {
text-decoration: inherit;
color: inherit;
display: flex;
flex-direction: column;
}
li.kontakty-item > a > svg {
margin-bottom: 20px;
}
li.kontakty-item > a > span {
font-size: 25px;
line-height: 37.5px;
font-family: "Oswald";
text-transform: uppercase;
}
.kontakty-info {
display: flex;
border-bottom: 1px solid #959595;
}
.kontakty-info-left {
flex: 0 0 50%;
padding-top: 25px;
padding-bottom: 25px;
border-right: 1px solid #959595;
}
.kontakty-info-left em {
color: #d00139;
font-style: inherit;
line-height: 27px;
margin-bottom: 15px;
display: block;
}
.kontakty-info-left strong {
display: block;
font-size: 25px;
line-height: 37.5px;
font-family: "Oswald";
font-weight: 400;
}
.kontakty-info-left a {
text-decoration: inherit;
color: inherit;
}
.kontakty-info-right {
flex: 0 0 100%;
position: relative;
}
.kontakty-info-right > iframe {
max-width: 50%;
display: block;
height: calc(100% + 1px);
border-bottom: 1px solid #959595;
}
.kontakty-addons {
display: flex;
align-items: center;
border-bottom: 1px solid #959595;
}
.kontakty-addons-left {
flex: 0 0 50%;
padding-right: 20px;
font-size: 25px;
font-family: "Oswald";
text-transform: uppercase;
border-right: 1px solid #959595;
display: block;
height: 100%;
padding-top: 25px;
padding-bottom: 25px;
}
.kontakty-addons-right {
padding-top: 25px;
padding-bottom: 25px;
padding-left: 20px;
flex: 0 0 calc(50% + 1px);
margin-left: -1px;
border-left: 1px solid #959595;
}
.kontakty-addons-right > svg {
display: flex;
align-items: center;
justify-content: center;
}
.page-o-nas .o-nas-section {
margin-top: 50px;
margin-bottom: 50px;
}
.page-o-nas .o-nas-content {
max-width: unset;
justify-content: flex-start;
}
.page-o-nas .o-nas-image {
flex: 0 0 61.81%;
margin-right: 20px;
height: 460px;
}
.page-o-nas .o-nas-text {
flex: 0 0 38.19%;
padding-right: calc((100vw - 1180px + 20px) / 2);
}
.page-o-nas .o-nas-content-1 {
margin-right: auto;
justify-content: flex-end;
}
.page-o-nas .o-nas-content-1 .o-nas-text {
margin-right: 0;
padding-right: 0;
padding-left: calc((100vw - 1180px + 20px) / 2);
}
.page-o-nas .o-nas-content-1 .o-nas-image {
margin-right: 0;
margin-left: 20px;
}
.page-o-nas .primary-section {
margin-bottom: 50px;
}
.page-o-nas ul.primary-list {
padding-top: 25px;
padding-bottom: 25px;
border-top: 1px solid #959595;
border-bottom: 1px solid #959595;
}
.full-primary {
margin-top: 50px;
}
.full-primary-title {
margin-bottom: 20px;
padding-left: 20px;
text-transform: uppercase;
font-family: "Oswald";
font-weight: 400;
font-size: 25px;
line-height: 37.5px;
}
ul.full-primary-list {
display: flex;
flex-wrap: wrap;
}
li.full-primary-item {
flex: 0 0 33.33%;
border-left: 1px solid #959595;
padding-left: 20px;
padding-right: 20px;
}
li.full-primary-item p {
margin-bottom: 20px;
}
.pum-container {
width: 100% !important;
max-width: 1180px !important;
}
.accordion-btn {
display: block;
}
.accordion-content {
display: none;
}
.bottom-content-text .accordion-content {
display: block;
margin-top: 2px;
}
.single-page-uslugi-btn-more {
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
-ms-progress-appearance: none;
border: none;
outline: none;
cursor: pointer;
display: none;
}
.pum-theme-lightbox .pum-title {
font-size: 20px !important;
line-height: 30px !important;
}
@media screen and (max-width: 1366px) {
.slick-prev {
left: calc(100vw - 1180px - ((100vw - 1180px) / 2) - -33px);
}
.slick-next {
right: calc(100vw - 1180px - ((100vw - 1180px) / 2) + 20px);
}
.slick-prev > svg > path {
fill: #d00139;
}
}
@media screen and (max-width: 1180px) {
li.kontakty-item:nth-child(2n + 1) {
padding-left: 0;
}
.container {
max-width: 100vw;
margin-left: 20px;
margin-right: 20px;
}
.header-menu {
position: fixed;
width: 224px;
height: calc(100vh + 30px);
overflow-y: auto;
top: 0;
left: 100%;
transition: 0.2s;
z-index: 10;
background-color: #fff;
padding: 20px 50px;
display: block;
}
.header-menu.active {
transform: translateX(-100%);
}
.header-menu ul.menu {
flex-direction: column;
width: 100%;
}
.header-menu ul.menu li {
margin-right: 0;
}
.header-menu ul.menu a {
font-size: 16px;
line-height: 19.87px;
display: block;
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #959595;
}
li.menu-item-has-children > a {
font-size: 20px !important;
font-family: "Oswald";
line-height: 24.84px;
text-transform: uppercase;
}
li.menu-item-has-children:hover ul.sub-menu {
padding-left: 0px;
}
li.menu-item-has-children > a::before {
display: none;
}
ul.menu ul.sub-menu {
position: relative;
display: block;
width: 100%;
padding: 0;
box-shadow: none;
}
ul.menu ul.sub-menu::before {
display: none;
}
ul.menu ul.sub-menu > li {
padding-top: inherit;
padding-bottom: inherit;
}
.close-mobile-menu {
display: flex;
justify-content: flex-end;
margin-bottom: 40px;
border: none;
outline: none;
background: none;
margin-left: auto;
padding: 0;
cursor: pointer;
}
.open-mobile-menu {
display: flex;
padding: 0;
margin: 0;
width: 50px;
height: 50px;
align-items: center;
justify-content: flex-end;
margin-left: auto;
outline: none;
border: none;
background: none;
cursor: pointer;
}
.header-info {
flex: 0 0 100%;
text-align: left;
justify-content: flex-start;
margin-top: 10px;
}
a.header-phone-link {
margin-bottom: 3px;
font-size: 20px;
line-height: 24.84px;
}
.uslugi-slide-header {
flex-wrap: wrap;
}
.uslugi-slide-title {
font-size: 50px;
line-height: 70px;
margin-bottom: 20px;
max-width: 550px;
padding: 0;
}
.uslugi-slide-image {
width: calc(100% - 40px);
margin-left: auto;
margin-right: auto;
}
li.primary-item:nth-child(2n) {
padding-left: 50px;
padding-right: 50px;
border-left: 1px solid #959595;
}
.uslugi-section-desc {
margin-left: 0;
}
li.uslugi-item {
flex: 0 0 50%;
}
li.uslugi-item:nth-child(3) > .uslugi-item-inner {
border-bottom: none;
border-top: 1px solid #959595;
}
.application-inner {
flex-wrap: wrap;
padding-bottom: 50px;
}
.application-left {
flex: 0 0 100%;
border-right: none;
}
.application-section .section-title::before {
width: 100vw;
right: -20px;
}
.application-section .section-title::after {
width: 100vw;
right: -20px;
}
.application-right {
flex: 0 0 100%;
}
.application-desc {
margin-left: 0;
max-width: 80%;
}
.wpcf7-form > p {
width: 100%;
}
.wpcf7 {
width: 100%;
}
.faq-title {
flex: 0 0 100%;
}
.work-stages {
flex-wrap: wrap;
}
.work-stages-image {
position: relative;
width: auto;
flex: 0 0 100%;
margin-bottom: 20px;
}
ul.work-stages-list {
flex: 0 0 100%;
}
li.sertificates-item {
flex: 0 0 50%;
margin-bottom: 20px;
}
.sertificates-image {
width: 100%;
}
.sertificates-image > img {
width: 100%;
height: 100%;
object-fit: contain;
}
ul.partners-list {
grid-template-columns: repeat(4, 1fr);
}
.o-nas-content {
flex-wrap: wrap;
justify-content: flex-start;
flex-direction: column-reverse;
}
.o-nas-content.o-nas-content-1 {
flex-direction: column;
}
.o-nas-text {
flex: 0 0 100% !important;
margin-right: 0 !important;
margin-bottom: 20px;
}
.o-nas-image {
width: 100% !important;
margin-bottom: 20px;
}
li.gallary-item {
flex: 0 0 50%;
}
.footer-inner {
flex-wrap: wrap;
}
.footer-item:first-child {
flex: 0 0 100%;
border-right: 0;
}
.footer-item:not(:first-child) {
flex: 0 0 50% !important;
padding-left: 0;
}
.footer-order-btn::before {
width: 100vw;
right: -20px;
}
.footer-order-btn::after {
width: 100vw;
right: -20px;
}
.footer-contacts::after {
width: 100vw;
right: -20px;
}
.footer-social {
position: relative;
}
.footer-social::after {
content: "";
position: absolute;
width: 100vw;
height: 1px;
right: -20px;
bottom: 0;
background-color: #959595;
z-index: -1;
}
.footer-item:last-child {
padding-left: 20px;
}
ul.footer-social-list {
padding-right: 0;
}
.footer-contacts {
padding-right: 0;
}
.footer-order-btn {
padding-right: 0;
}
li.footer-social-item:last-child {
margin-right: 0;
}
.footer-bottom > span {
width: auto;
}
.slick-prev {
left: 40px;
}
.slick-next {
right: 40px;
}
.top-content {
flex-wrap: wrap;
margin-left: 20px;
margin-right: 20px;
}
.top-content-text {
flex: 0 0 100%;
margin-left: 0;
margin-bottom: 20px;
padding-right: 0;
}
.top-content-image {
flex: 0 0 100%;
}
.bottom-content-item {
flex-wrap: wrap;
}
.bottom-content-title {
flex: 0 0 100%;
}
.bottom-content-text {
flex: 0 0 100%;
}
.order-single-page-btn {
flex: 0 0 calc(50% - 10px);
}
.calc-single-page-btn {
flex: 0 0 calc(50% - 10px);
}
ul.kontakty-list {
flex-wrap: wrap;
}
li.kontakty-item {
flex: 0 0 50%;
border-bottom: 1px solid #959595;
margin-bottom: -1px;
}
li.kontakty-item:nth-child(2n) {
border-right: none;
}
.kontakty-info {
flex-wrap: wrap;
}
.kontakty-info-left {
flex: 0 0 100%;
border-right: none;
border-bottom: 1px solid #959595;
}
.kontakty-info-right {
flex: 0 0 100%;
min-height: 300px;
}
.kontakty-info-right > iframe {
max-width: 100%;
}
.page-o-nas .o-nas-content-1 {
margin-right: 20px;
}
.page-o-nas .o-nas-content-1 .o-nas-image {
margin-left: 0;
}
.page-o-nas .o-nas-image {
margin-right: auto;
}
.page-o-nas ul.primary-list {
margin-left: 0;
margin-right: 0;
}
.full-primary-title {
padding-left: 0;
}
li.full-primary-item {
flex: 0 0 100%;
margin-bottom: 20px;
padding-left: 0;
border-left: none;
}
.o-nas-section {
margin-top: 15px;
}
.partners-section {
margin-bottom: 15px;
}
.pum-container {
max-width: calc(100vw - 40px) !important;
}
}
@media screen and (max-width: 768px) {
.container {
margin-left: 10px;
margin-right: 10px;
}
.header-menu {
padding-left: 20px;
padding-right: 20px;
}
.uslugi-slide-title {
font-size: 30px;
line-height: 40px;
}
.uslugi-slide-hard-project {
width: 100%;
}
.btn-fill {
width: 100%;
}
.uslugi-slide-image {
width: calc(100% - 20px);
}
ul.primary-list {
width: 100%;
margin-left: 0;
margin-right: 0;
}
li.primary-item {
text-align: left;
font-size: 15px;
line-height: 18px;
padding-left: 0;
padding-right: 0;
}
li.primary-item:nth-child(2n) {
border-left: none;
border-right: none;
padding-left: 17px;
padding-right: 17px;
}
.section-title {
font-size: 30px;
line-height: 40px;
padding-left: 0;
padding-right: 30px;
margin-left: 0;
margin-bottom: 0;
}
.uslugi-select-btn {
padding-left: 10px;
padding-right: 10px;
width: 60px !important;
justify-content: center;
margin-left: -10px;
}
.uslugi-select-btn > svg {
margin-left: 10px;
width: 20px;
height: 20px;
}
li.uslugi-item {
flex: 0 0 100%;
}
.uslugi-item-title {
max-width: 100%;
}
.uslugi-item:nth-child(2) > .uslugi-item-inner {
border-top: 1px solid #959595;
border-bottom: none;
}
.uslugi-item-image {
height: 300px;
}
.application-section .section-title {
padding-right: 0;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 0;
text-align: left;
}
.application-section .section-title::before {
right: -10px;
}
.application-section .section-title::after {
right: -10px;
}
.application-desc {
max-width: 100%;
margin-right: 0;
}
.section {
margin-top: 50px;
margin-bottom: 50px;
}
li.work-stages-item {
padding-left: 20px;
}
li.work-stages-item:first-child {
margin-top: -20px;
}
.work-stages-item-inner {
padding-top: 20px;
padding-bottom: 20px;
}
.work-stages-number {
flex: 0 0 40px;
font-size: 35px;
line-height: 52.5px;
}
li.sertificates-item {
flex: 0 0 100%;
display: flex !important;
flex-direction: column;
justify-content: space-between;
padding-bottom: 0;
}
.sertificates-image {
left: 0;
height: auto;
position: relative;
}
ul.partners-list {
grid-template-columns: repeat(2, 1fr);
margin-left: 10px;
margin-right: 10px;
}
li.partners-item {
margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
}
ul.gallary-list {
margin-left: -5px;
margin-right: -5px;
}
li.gallary-item {
flex: 0 0 50%;
height: 95px;
padding-left: 5px;
padding-right: 5px;
margin-bottom: 10px;
}
.footer-order-btn {
font-size: 18px;
line-height: 27px;
max-width: 100vw;
padding: 0;
text-align: left;
height: auto;
padding-top: 15px;
padding-bottom: 15px;
}
.footer-order-btn > svg {
width: 30px;
height: 30px;
}
.footer-order-btn::before {
right: -10px;
}
.footer-order-btn::after {
right: -10px;
}
.footer-contacts {
flex-wrap: wrap;
}
.footer-contacts::after {
right: -10px;
}
.footer-contacts-item {
flex: 0 0 100%;
margin-bottom: 20px;
}
.footer-contacts-item:last-child {
margin-bottom: 0;
}
.footer-social {
flex-wrap: wrap;
justify-content: flex-start;
}
.footer-social::after {
right: -10px;
}
.footer-social > svg {
margin-bottom: 20px;
}
ul.footer-social-list {
margin-right: 10px;
margin-left: 10px;
margin-bottom: 20px;
}
.footer-item:not(:first-child) {
flex: 0 0 auto !important;
max-width: 50%;
border-right: none;
padding-left: 0;
}
.footer-item:last-child {
max-width: 58%;
}
.footer-item:last-child::before {
content: "";
position: absolute;
width: 100vw;
height: 1px;
right: -10px;
top: 0;
background-color: #959595;
z-index: -1;
}
.footer-title {
font-size: 18px;
line-height: 22.36px;
}
ul.footer-menu > li {
font-size: 16px;
line-height: 19.87px;
margin-right: 0;
}
.top-content {
margin-left: 10px;
margin-right: 10px;
}
.single-page-uslugi .section-header {
position: relative;
}
.single-page-uslugi .section-header > span {
position: absolute;
bottom: -10px;
transform: translateY(100%);
}
.order-single-page-btn {
flex: 0 0 100%;
margin-right: 0;
margin-bottom: 20px;
}
.calc-single-page-btn {
flex: 0 0 100%;
}
li.kontakty-item {
flex: 0 0 100%;
border-right: none;
padding-left: 0;
padding-right: 0;
}
.kontakty-addons {
flex-wrap: wrap;
}
.kontakty-addons-left {
flex: 0 0 100%;
border-right: none;
border-bottom: 1px solid #959595;
padding-left: 0;
padding-right: 0;
}
.kontakty-addons-right {
flex: 0 0 100%;
border-left: 0;
padding-left: 0;
padding-right: 0;
}
.page {
margin-bottom: 50px;
}
.page-o-nas .o-nas-content-1 {
margin-right: 10px;
}
.do-question-btn {
font-size: 18px;
line-height: 22.36px;
max-width: fit-content;
padding-left: 20px;
padding-right: 20px;
}
.do-question-btn > svg {
width: 20px;
height: 20px;
margin-left: 10px;
}
.pum-container {
max-width: calc(100vw - 20px) !important;
}
.uslugi-slide-hard-project-title > b {
display: unset;
font-size: 30px;
line-height: 37.26px;
}
.uslugi-slide-hard-project .btn-fill {
padding-left: 0;
padding-right: 0;
}
.uslugi-slide-hard-project-title {
font-size: 20px;
line-height: 24.84px;
}
.section-number {
display: none;
}
.uslugi-item-inner {
border: none !important;
padding: 0;
}
.work-stages-section .section-header {
margin-bottom: 15px;
}
.work-stages-image {
display: none;
}
li.work-stages-item {
padding-left: 0;
}
.work-stages-item-inner {
align-items: flex-start;
padding-top: 20px;
padding-bottom: 20px;
font-size: 20px;
line-height: 30px;
}
li.work-stages-item::before,
li.work-stages-item::after {
display: none;
}
ul.sertificates-list {
margin-top: 20px;
}
.sertificates-title {
font-size: 18px;
line-height: 27px;
}
.sertificates-desc {
font-size: 15px;
line-height: 18px;
}
.sertificates-image:hover {
transform: unset;
}
ul.partners-list {
grid-template-columns: repeat(3, 1fr);
margin-top: 27px;
}
.o-nas-section .section-header {
margin-bottom: 25px;
}
.header {
min-height: 60px;
}
a.header-viber-link {
display: none;
}
.section-header > span {
display: none;
}
.gallery-more-btn {
font-size: 18px;
line-height: 22.36px;
}
.gallery-more-btn > svg {
width: 20px;
height: 20px;
margin-left: 10px;
}
.single-page-uslugi-btn-more {
display: block;
max-width: fit-content;
background: none;
font-family: "Oswald";
padding: 0;
margin: 0;
margin-top: 10px;
margin-bottom: 10px;
text-transform: uppercase;
position: relative;
padding-right: 30px;
padding-bottom: 10px;
}
.single-page-uslugi-btn-more::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: calc(100vw - 20px);
height: 1px;
background-color: #959595;
}
.single-page-uslugi-btn-more::before {
content: "";
position: absolute;
right: 0;
top: 0;
width: 20px;
height: 20px;
background-image: url(https://helius.by/wp-content/themes/helios-child/assets/icons/down-icon.svg);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
transition: 0.2s;
}
.single-page-uslugi-btn-more.active::before {
transform: rotate(180deg);
}
.bottom-content-text .accordion-content {
display: none;
margin-top: 2px;
}
}
.footer-bottom a {
display: block;
text-align: right;
line-height: 18px;
font-size: 12px;
color: #959595;
}
.footer-bottom a,
.footer-bottom span {
width: auto;
display: block;
margin: 0px;
}
.footer-bottom {
display: flex;
justify-content: space-between;
margin: 0px 20px;
flex-wrap: wrap;
}@import url("//fonts.googleapis.com/css?family=Oswald:400|Montserrat:100");
@keyframes rotate-forever{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes spinner-loader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.pum-container,.pum-content,.pum-content+.pum-close,.pum-content+.pum-close:active,.pum-content+.pum-close:focus,.pum-content+.pum-close:hover,.pum-overlay,.pum-title{background:0 0;border:none;bottom:auto;clear:none;cursor:default;float:none;font-family:inherit;font-size:medium;font-style:normal;font-weight:400;height:auto;left:auto;letter-spacing:normal;line-height:normal;max-height:none;max-width:none;min-height:0;min-width:0;overflow:visible;position:static;right:auto;text-align:left;text-decoration:none;text-indent:0;text-transform:none;top:auto;visibility:visible;white-space:normal;width:auto;z-index:auto}.pum-container .pum-content+.pum-close>span,.pum-content,.pum-title{position:relative;z-index:1}.pum-overlay,html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container,html.pum-open.pum-open-overlay.pum-open-fixed .pum-container{position:fixed}.pum-overlay{height:100%;width:100%;top:0;left:0;right:0;bottom:0;z-index:1999999999;overflow:initial;display:none;transition:.15s ease-in-out}.pum-overlay.pum-form-submission-detected,.pum-overlay.pum-preview{display:block}.pum-overlay,.pum-overlay *,.pum-overlay :after,.pum-overlay :before,.pum-overlay:after,.pum-overlay:before{box-sizing:border-box}.pum-container{top:100px;position:absolute;margin-bottom:3em;z-index:1999999999}.pum-container.pum-responsive{left:50%;margin-left:-47.5%;width:95%;height:auto;overflow:visible}.pum-container.pum-responsive img{max-width:100%;height:auto}@media only screen and (min-width:1024px){.pum-container.pum-responsive.pum-responsive-nano{margin-left:-5%;width:10%}.pum-container.pum-responsive.pum-responsive-micro{margin-left:-10%;width:20%}.pum-container.pum-responsive.pum-responsive-tiny{margin-left:-15%;width:30%}.pum-container.pum-responsive.pum-responsive-small{margin-left:-20%;width:40%}.pum-container.pum-responsive.pum-responsive-medium{margin-left:-30%;width:60%}.pum-container.pum-responsive.pum-responsive-normal{margin-left:-30%;width:70%}.pum-container.pum-responsive.pum-responsive-large{margin-left:-35%;width:80%}.pum-container.pum-responsive.pum-responsive-xlarge{margin-left:-47.5%;width:95%}.pum-container.pum-responsive.pum-position-fixed{position:fixed}}@media only screen and (max-width:1024px){.pum-container.pum-responsive.pum-position-fixed{position:absolute}}.pum-container.custom-position{left:auto;top:auto;margin-left:inherit}.pum-container .pum-title{margin-bottom:.5em}.pum-container .pum-content>:last-child,.pum-form__message:last-child{margin-bottom:0}.pum-container .pum-content:focus{outline:0}.pum-container .pum-content>:first-child{margin-top:0}.pum-container .pum-content+.pum-close{text-decoration:none;text-align:center;line-height:1;position:absolute;cursor:pointer;min-width:1em;z-index:2;background-color:transparent}.pum-container.pum-scrollable .pum-content{overflow:auto;overflow-y:scroll;max-height:95%}.pum-overlay.pum-overlay-disabled{visibility:hidden}.pum-overlay.pum-overlay-disabled::-webkit-scrollbar{display:block}.pum-overlay.pum-overlay-disabled .pum-container{visibility:visible}.popmake-close,.pum-overlay.pum-click-to-close{cursor:pointer}html.pum-open.pum-open-overlay,html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay{overflow:hidden}html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden]{padding-right:15px}html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active{overflow-y:scroll;-webkit-overflow-scrolling:touch}html.pum-open.pum-open-overlay-disabled.pum-open-scrollable .pum-overlay.pum-active{position:static;height:auto;width:auto}.pum-form{margin:0 auto 16px}.pum-form__field{margin-bottom:1em}.pum-form__field label{font-weight:700}.pum-form__field input[type=date],.pum-form__field select{margin:0 auto;font-size:18px;line-height:26px;text-align:center;padding:3px;vertical-align:middle}.pum-form__field select{padding:5px 3px}.pum-form__loader{font-size:2em;animation-duration:.75s;animation-iteration-count:infinite;animation-name:rotate-forever;animation-timing-function:linear;height:.75em;width:.75em;border:.25em solid rgba(0,0,0,.5);border-right-color:transparent;border-radius:50%;display:inline-block}.pum-form__submit{position:relative}.pum-form__submit .pum-form__loader{margin-left:.5em;border:.25em solid rgba(255,255,255,.5);border-right-color:transparent}.pum-form__messages{display:none;border:1px solid rgba(0,0,0,.25);margin-bottom:.5em;padding:1em;position:relative}.pum-form__message{margin-bottom:.5em}.pum-form__message--error{color:red!important;border-color:red}.pum-form__message--success{color:green!important;border-color:green}.pum-form--loading,.pum-sub-form .pum-sub-form-loading{opacity:.5}.pum-alignment-left,.pum-form--alignment-left{text-align:left}.pum-alignment-center{text-align:center}.pum-alignment-right{text-align:right}.pum-form--alignment-center{text-align:center}.pum-form--alignment-right{text-align:right}.pum-form--layout-standard .pum-form__field>label{margin-bottom:.25em;display:block}.pum-form--layout-inline .pum-form__field{display:inline-block}.pum-form--layout-block .pum-form__field,.pum-form--layout-block button,.pum-form--layout-block div,.pum-form--layout-block input{display:block;width:100%}.pum-form--style-default label{font-size:14px;font-weight:700}.pum-form--style-default input[type=email],.pum-form--style-default input[type=text]{background-color:#f8f7f7;margin-bottom:5px;font-size:14px;padding:10px 8px}.pum-form--style-default button{font-size:18px;margin:10px 0 0;padding:10px 5px;cursor:pointer}.pum-sub-form p.pum-newsletter-error-msg{margin:0}.pum-sub-form .spinner-loader{right:50%;position:absolute;bottom:40%}.pum-sub-form .spinner-loader:not(:required){animation:1.5s linear infinite spinner-loader;border-radius:.5em;box-shadow:rgba(0,0,51,.3) 1.5em 0 0 0,rgba(0,0,51,.3) 1.1em 1.1em 0 0,rgba(0,0,51,.3) 0 1.5em 0 0,rgba(0,0,51,.3) -1.1em 1.1em 0 0,rgba(0,0,51,.3) -1.5em 0 0 0,rgba(0,0,51,.3) -1.1em -1.1em 0 0,rgba(0,0,51,.3) 0 -1.5em 0 0,rgba(0,0,51,.3) 1.1em -1.1em 0 0;display:inline-block;font-size:10px;width:1em;height:1em;margin:1.5em;overflow:hidden;text-indent:100%}.pum-form__field--consent{text-align:left}.pum-form__field--consent.pum-form__field--checkbox label,.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label{display:inline-block;vertical-align:middle}.pum-form__field--consent.pum-form__field--checkbox label input{display:inline-block;width:inherit;margin:0;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label input{display:inline-block;width:inherit;margin:0;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label+label{margin-left:1em}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label{display:block;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label input{display:inline-block;width:inherit;margin:0;vertical-align:middle}.pum-container iframe.formidable{width:100%;overflow:visible}.pika-single,body div#ui-datepicker-div[style]{z-index:9999999999!important} .pum-theme-257, .pum-theme-lightbox { background-color: rgba( 0, 0, 0, 0.60 ) } 
.pum-theme-257 .pum-container, .pum-theme-lightbox .pum-container { padding: 20px; border-radius: 0px; border: 8px none #000000; box-shadow: 0px 0px 30px 0px rgba( 2, 2, 2, 0.00 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-257 .pum-title, .pum-theme-lightbox .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: Oswald; font-weight: 400; font-size: 40px; line-height: 50px } 
.pum-theme-257 .pum-content, .pum-theme-lightbox .pum-content { color: #000000; font-family: inherit; font-weight: 400 } 
.pum-theme-257 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close { position: absolute; height: 26px; width: 26px; left: auto; right: 10px; bottom: auto; top: 10px; padding: 0px; color: #0a0a0a; font-family: Arial; font-weight: 100; font-size: 24px; line-height: 24px; border: 2px solid #ffffff; border-radius: 1px; box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.00 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 183, 205, 0.00 ) } .pum-theme-256, .pum-theme-tema-po-umolchaniju { background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-256 .pum-container, .pum-theme-tema-po-umolchaniju .pum-container { padding: 18px; border-radius: 0px; border: 1px none #000000; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); background-color: rgba( 249, 249, 249, 1.00 ) } 
.pum-theme-256 .pum-title, .pum-theme-tema-po-umolchaniju .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 400; font-size: 32px; font-style: normal; line-height: 36px } 
.pum-theme-256 .pum-content, .pum-theme-tema-po-umolchaniju .pum-content { color: #8c8c8c; font-family: inherit; font-weight: 400; font-style: inherit } 
.pum-theme-256 .pum-content + .pum-close, .pum-theme-tema-po-umolchaniju .pum-content + .pum-close { position: absolute; height: auto; width: auto; left: auto; right: 0px; bottom: auto; top: 0px; padding: 8px; color: #ffffff; font-family: inherit; font-weight: 400; font-size: 12px; font-style: inherit; line-height: 36px; border: 1px none #ffffff; border-radius: 0px; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 183, 205, 1.00 ) } .pum-theme-258, .pum-theme-enterprise-blue { background-color: rgba( 0, 0, 0, 0.70 ) } 
.pum-theme-258 .pum-container, .pum-theme-enterprise-blue .pum-container { padding: 28px; border-radius: 5px; border: 1px none #000000; box-shadow: 0px 10px 25px 4px rgba( 2, 2, 2, 0.50 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-258 .pum-title, .pum-theme-enterprise-blue .pum-title { color: #315b7c; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 100; font-size: 34px; line-height: 36px } 
.pum-theme-258 .pum-content, .pum-theme-enterprise-blue .pum-content { color: #2d2d2d; font-family: inherit; font-weight: 100 } 
.pum-theme-258 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close { position: absolute; height: 28px; width: 28px; left: auto; right: 8px; bottom: auto; top: 8px; padding: 4px; color: #ffffff; font-family: Times New Roman; font-weight: 100; font-size: 20px; line-height: 20px; border: 1px none #ffffff; border-radius: 42px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 49, 91, 124, 1.00 ) } .pum-theme-259, .pum-theme-hello-box { background-color: rgba( 0, 0, 0, 0.75 ) } 
.pum-theme-259 .pum-container, .pum-theme-hello-box .pum-container { padding: 30px; border-radius: 80px; border: 14px solid #81d742; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-259 .pum-title, .pum-theme-hello-box .pum-title { color: #2d2d2d; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: Montserrat; font-weight: 100; font-size: 32px; line-height: 36px } 
.pum-theme-259 .pum-content, .pum-theme-hello-box .pum-content { color: #2d2d2d; font-family: inherit; font-weight: 100 } 
.pum-theme-259 .pum-content + .pum-close, .pum-theme-hello-box .pum-content + .pum-close { position: absolute; height: auto; width: auto; left: auto; right: -30px; bottom: auto; top: -30px; padding: 0px; color: #2d2d2d; font-family: Times New Roman; font-weight: 100; font-size: 32px; line-height: 28px; border: 1px none #ffffff; border-radius: 28px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 255, 255, 255, 1.00 ) } .pum-theme-260, .pum-theme-cutting-edge { background-color: rgba( 0, 0, 0, 0.50 ) } 
.pum-theme-260 .pum-container, .pum-theme-cutting-edge .pum-container { padding: 18px; border-radius: 0px; border: 1px none #000000; box-shadow: 0px 10px 25px 0px rgba( 2, 2, 2, 0.50 ); background-color: rgba( 30, 115, 190, 1.00 ) } 
.pum-theme-260 .pum-title, .pum-theme-cutting-edge .pum-title { color: #ffffff; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: Sans-Serif; font-weight: 100; font-size: 26px; line-height: 28px } 
.pum-theme-260 .pum-content, .pum-theme-cutting-edge .pum-content { color: #ffffff; font-family: inherit; font-weight: 100 } 
.pum-theme-260 .pum-content + .pum-close, .pum-theme-cutting-edge .pum-content + .pum-close { position: absolute; height: 24px; width: 24px; left: auto; right: 0px; bottom: auto; top: 0px; padding: 0px; color: #1e73be; font-family: Times New Roman; font-weight: 100; font-size: 32px; line-height: 24px; border: 1px none #ffffff; border-radius: 0px; box-shadow: -1px 1px 1px 0px rgba( 2, 2, 2, 0.10 ); text-shadow: -1px 1px 1px rgba( 0, 0, 0, 0.10 ); background-color: rgba( 238, 238, 34, 1.00 ) } .pum-theme-261, .pum-theme-framed-border { background-color: rgba( 255, 255, 255, 0.50 ) } 
.pum-theme-261 .pum-container, .pum-theme-framed-border .pum-container { padding: 18px; border-radius: 0px; border: 20px outset #dd3333; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.97 ) inset; background-color: rgba( 255, 251, 239, 1.00 ) } 
.pum-theme-261 .pum-title, .pum-theme-framed-border .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 100; font-size: 32px; line-height: 36px } 
.pum-theme-261 .pum-content, .pum-theme-framed-border .pum-content { color: #2d2d2d; font-family: inherit; font-weight: 100 } 
.pum-theme-261 .pum-content + .pum-close, .pum-theme-framed-border .pum-content + .pum-close { position: absolute; height: 20px; width: 20px; left: auto; right: -20px; bottom: auto; top: -20px; padding: 0px; color: #ffffff; font-family: Tahoma; font-weight: 700; font-size: 16px; line-height: 18px; border: 1px none #ffffff; border-radius: 0px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 0.55 ) } .pum-theme-262, .pum-theme-floating-bar { background-color: rgba( 255, 255, 255, 0.00 ) } 
.pum-theme-262 .pum-container, .pum-theme-floating-bar .pum-container { padding: 8px; border-radius: 0px; border: 1px none #000000; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); background-color: rgba( 238, 246, 252, 1.00 ) } 
.pum-theme-262 .pum-title, .pum-theme-floating-bar .pum-title { color: #505050; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 400; font-size: 32px; line-height: 36px } 
.pum-theme-262 .pum-content, .pum-theme-floating-bar .pum-content { color: #505050; font-family: inherit; font-weight: 400 } 
.pum-theme-262 .pum-content + .pum-close, .pum-theme-floating-bar .pum-content + .pum-close { position: absolute; height: 18px; width: 18px; left: auto; right: 5px; bottom: auto; top: 50%; padding: 0px; color: #505050; font-family: Sans-Serif; font-weight: 700; font-size: 15px; line-height: 18px; border: 1px solid #505050; border-radius: 15px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.00 ); background-color: rgba( 255, 255, 255, 0.00 ); transform: translate(0, -50%) } .pum-theme-263, .pum-theme-content-only { background-color: rgba( 0, 0, 0, 0.70 ) } 
.pum-theme-263 .pum-container, .pum-theme-content-only .pum-container { padding: 0px; border-radius: 0px; border: 1px none #000000; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ) } 
.pum-theme-263 .pum-title, .pum-theme-content-only .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 400; font-size: 32px; line-height: 36px } 
.pum-theme-263 .pum-content, .pum-theme-content-only .pum-content { color: #8c8c8c; font-family: inherit; font-weight: 400 } 
.pum-theme-263 .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close { position: absolute; height: 18px; width: 18px; left: auto; right: 7px; bottom: auto; top: 7px; padding: 0px; color: #000000; font-family: inherit; font-weight: 700; font-size: 20px; line-height: 20px; border: 1px none #ffffff; border-radius: 15px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.00 ); background-color: rgba( 255, 255, 255, 0.00 ) } 
#pum-305 {z-index: 1999999999}
#pum-303 {z-index: 1999999999}
#pum-298 {z-index: 1999999999}
#pum-293 {z-index: 1999999999}
#pum-265 {z-index: 1999999999}
#pum-291 {z-index: 1999999999}