* {
    outline: none !important;
}

body {
    font-family: 'Gilroy', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
}

ol,
ul {
    list-style: none;
    margin: 0;
}

a {
    text-decoration: none;
}




.top-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.overflow {
    overflow: hidden;
}

.menu-button-container {
    display: none;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#menu-toggle {
    display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
    display: block;
    background-color: #fff;
    position: absolute;
    height: 4px;
    width: 30px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
}

.menu-button::before {
    content: '';
    margin-top: -8px;
}

.menu-button::after {
    content: '';
    margin-top: 8px;
}

#menu-toggle:checked+.menu-button-container .menu-button::before {
    margin-top: 0px;
    transform: rotate(405deg);
}

#menu-toggle:checked+.menu-button-container .menu-button {
    background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked+.menu-button-container .menu-button::after {
    margin-top: 0px;
    transform: rotate(-405deg);
}

.menu-button-container {
    display: flex;
}

.menu {
    position: absolute;
    top: 0;
    margin-top: -1px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.top-nav {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    background-image: url(/wp-content/themes/generatepress/images/Rectangle.png);
    background-color: #007844;
    background-repeat: repeat;
    background-size: auto;
    z-index: 100;
    transition: all 0.3s ease-in-out;
    height: 122px;
}

.banner {
    background-image: url(/wp-content/themes/generatepress/images/Rectangle.png);
    background-color: #007844;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    padding: 40px 40px 0;
    height: calc(100vh - 122px);
    box-sizing: border-box;
    margin-top: -1px;
    max-height: 1200px;
    min-height: 540px;
}

.menu {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.top-nav.background {
    background: url(/wp-content/themes/generatepress/images/Rectangle.png), #FFFFFF;
    background-repeat: repeat;
    background-size: contain;
    transition: all 0.3s ease-in-out;
}

.menu {
    background: url(/wp-content/themes/generatepress/images/Rectangle.png), #FFFFFF;
    background-repeat: repeat;
    background-size: contain;
    transform: translateY(-200%);
    transition: transform 0.3s ease-in-out;
}

.menu.open {
    transform: translateY(122px);
    transition: transform 0.3s ease-in-out;
    z-index: 100;
}

header .wrapper {
    display: flex;
    height: 100%;
    border-bottom: 1px solid #FFFFFF;
    margin: 0 auto;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.wrapper {
    padding: 0;
    width: 100%;
}

.top-navigation ul {
    display: flex;
    align-items: center;
}

.top-navigation ul li {
    margin-right: 20px;
}

.top-navigation ul li:nth-last-of-type(1) {
    margin-right: 0;
}

.top-navigation ul li a {
    text-align: center;
    color: #E9E9E9;
    text-decoration: none;
}

.top-social ul {
    display: flex;
    align-items: center;
}

.top-social ul li {
    margin-right: 20px;
}

.top-social ul li:nth-last-of-type(1) {
    margin-right: 0;
}

.top-button ul li a {
    color: #FFFFFF;
    text-decoration: none;
    margin-bottom: 4px;
}

.headerButton button {
    background: transparent;
    border: none;
    margin-right: 20px;
}

.headerButton button:nth-last-of-type(1) {
    margin-right: 0;
}

.top-nav.background .top-navigation ul li a {
    color: #4C4C4C;
    transition: all 0.3s;
}

.top-nav.background .top-button ul li a {
    color: #4C4C4C;
    transition: all 0.3s;
}

.top-nav.background .top-social ul li a svg path {
    fill: #4C4C4C;
    transition: all 0.3s;
}

.top-nav.background .wrapper {
    border-bottom: 1px solid #363636;
    position: relative;
}

/*.top-nav.background .wrapper::after {
	content: "";
	border-bottom: 1px solid #363636;
	width: 100%;
	position: absolute;
	bottom: 0;
}*/

.top-nav.background .headerButton button svg path {
    fill: #4C4C4C;
    transition: all 0.3s;
}

#menu-toggle:checked+.menu-button-container .menu-button::before {
    background-color: #363636;
    transition: all 0.3s;
}

#menu-toggle:checked+.menu-button-container .menu-button::after {
    background-color: #363636;
    transition: all 0.3s;
}

.menu .wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}

.menuTop {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.menuBottom ul {
    display: flex;
    justify-content: center;
}

.menuGreen {
    font-family: 'Nekst';
    font-weight: bold;
    font-size: 23px;
    line-height: 110%;
    min-height: 50px;
    color: #007844;
    margin-bottom: 16px;
}

.menu ul li a {
    color: #4C4C4C;
    text-decoration: none;
    transition: all 0.3s;
}

.menu ul li a:hover {
    color: #35A574;
    transition: all 0.3s;
}

.menu ul li a:active {
    color: #007844;
    transition: all 0.3s;
}

.top-navigation ul li a:hover {
    color: #35A574;
    transition: all 0.3s;
}

.top-navigation ul li a:active {
    color: #007844;
    transition: all 0.3s;
}

.top-nav.background .top-navigation ul li a:hover {
    color: #35A574;
    transition: all 0.3s;
}

.top-nav.background .top-navigation ul li a:active {
    color: #007844;
    transition: all 0.3s;
}

.top-button ul li a:hover {
    color: #35A574;
    transition: all 0.3s;
}

.top-button ul li a:active {
    color: #007844;
    transition: all 0.3s;
}

.top-nav.background .top-button ul li a:hover {
    color: #35A574;
    transition: all 0.3s;
}

.top-nav.background .top-button ul li a:active {
    color: #007844;
    transition: all 0.3s;
}

.top-social ul li:hover a svg path {
    fill: #35A574;
    transition: all 0.3s;
}

.top-social ul li:active a svg path {
    fill: #007844;
    transition: all 0.3s;
}

.top-nav.background ul li:hover a svg path {
    fill: #35A574;
    transition: all 0.3s;
}

.top-nav.background ul li:active a svg path {
    fill: #007844;
    transition: all 0.3s;
}

.headerButton button:hover svg path {
    fill: #35A574;
    transition: all 0.3s;
}

.headerButton button:active svg path {
    fill: #007844;
    transition: all 0.3s;
}

.top-nav.background .headerButton button:hover svg path {
    fill: #35A574;
    transition: all 0.3s;
}

.top-nav.background .headerButton button:active svg path {
    fill: #007844;
    transition: all 0.3s;
}

.menuTop {
    padding-bottom: 40px;
    border-bottom: 1px solid #363636;
}

.menuTop ul {
    width: calc(16.66% - 15px);
    margin-bottom: 24px;
}

.menuTop ul li {
    margin-bottom: 8px;
}

.menuTop ul li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.menuBottom {
    padding-top: 30px;
}

.menuBottom ul li {
    margin-right: 20px;
}

.menuBottom ul li:nth-last-of-type(1) {
    margin-right: 0;
}

.banner .wrapper {
    display: flex;
    align-items: center;
}

.bannerLeft {
    width: 45%;
    padding-right: 20px;
}

.bannerRight {
    width: 55%;
}

.bannerLeft h1 {
    font-family: 'Nekst';
    font-weight: bold;
    line-height: 140%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 32px;
    font-size: clamp(36px, 6vh, 49px);
    max-width: 480px;
}

.bannerLeftNav,
.sloganBanner {
    list-style: disc;
    padding-left: 0;
    margin-bottom: 32px;
    color: #fff;
    font-size: 19px;
}

.sloganBanner ul {
    list-style: disc;
    padding-left: 20px;
}

.sloganBanner ul li {
    font-size: 19px;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.bannerLeftNav li {
    font-size: 19px;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.bannerLeft a {
    text-decoration: none;
    display: flex;
    width: max-content;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    background: #68C39C;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid transparent;
    transition: all 0.3s;
    cursor: pointer;
}

.bannerLeft a img {
    margin-left: 12px;
}

.bannerLeft a:hover {
    transition: all 0.3s;
    background: #35A574;
    border: 1px solid #4DB487;
}

.bannerLeft a:active {
    transition: all 0.3s;
    background: #209663;
}

.bannerRight {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sliderContainerFlex {
    display: flex;
    justify-content: center;
}

.slider-nav {
    width: calc(40% - 20px);
    height: 23vh;
    margin-bottom: auto;
    margin-right: 20px;
    min-height: 150px;
    max-height: 300px;
    max-width: 280px;
}

.slider-for {
    width: 60%;
    height: 35vh;
    min-height: 200px;
    max-height: 440px;
    max-width: 480px;
}

.slider-for .sliderItem {
    width: 100%;
}

.slider-nav .sliderItem {
    width: 100%;
}

.slider-x {
    width: 100%;
    height: 30vh;
    margin: 0 auto 20px auto;
    min-height: 180px;
    max-height: 285px;
    max-width: 480px;
}

.navigationBanner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    margin-left: auto;
    margin-top: 28px;
}

.bannerDots .slick-dots {
    display: flex;
}

.slider .slick-list {
    height: 100%;
}

.slider .slick-list .slick-track {
    height: 100%;
}

.arrowsBanner {
    display: flex;
    align-items: center;
}

.slider img {
	max-width: 100%;
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.bannerNext {
    margin-left: 22px;
    margin-right: 9px;
}

.arrowsBanner div {
    cursor: pointer;
}

.bannerDots .slick-dots li {
    font-size: 12px;
    color: #E9E9E9;
    padding: 0 8px;
    margin-right: 8px;
    cursor: pointer;
}

.bannerDots .slick-dots li.slick-active {
    color: #D2D2D2;
}

.counter {
    border-bottom: 1px solid #BCBCBC;
    padding: 40px 0;
}

.counter .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.counterSection {
    width: 20%;
    padding: 0 55px;
    box-sizing: border-box;
    text-align: center;
    border-right: 1px solid #BCBCBC;
}

.counterSection:nth-last-of-type(1) {
    border-right: none;
}

.counterSection p {
    font-weight: 600;
    font-size: 37px;
    line-height: 110%;
    color: #363636;
    margin-bottom: 10px;
}

.counterSection span {
    text-align: center;
    color: #363636;
}

.services {
    padding: 80px 0 0 0;
}

.services .wrapper {
    border-bottom: 1px solid #BCBCBC;
    padding-bottom: 60px;
}

.services .wrapper h2 {
    font-family: 'Nekst';
    font-weight: bold;
    font-size: 37px;
    line-height: 110%;
    color: #363636;
    text-align: center;
    margin-bottom: 40px;
}



.servicesContainerSection {
    width: calc(33.33% - 15px);
    position: relative;
    margin-bottom: 20px;
    min-height: 310px;
}

.servicesContainerSection::after {
    content: "";
    background: rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.servicesContainerSection::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: url(/wp-content/themes/generatepress/images/Rectangle.png), #0E8753;
    background-repeat: repeat;
    background-size: contain;
    transition: width 0.3s ease-out;
    z-index: 1;
}

.servicesPosition {
	position: relative;
	z-index: 2;
	height: 100%;
	width: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px 20px 7px;
}

.servicesPosition h3 {
    font-weight: bold;
    font-size: 23px;
    line-height: 120%;
    color: #FFFFFF;
    width: 60%;
}

.servicesContainerSection img.imgServiseList {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.servicesContainerSection:hover::before {
    width: 100%;
}

.servicesContainerSection:hover .servicesPositionOpacity {
    width: 100%;
    opacity: 1;
    transition: opacity 0.3s ease-out;
}

.servicesPositionOpacity {
    list-style: disc;
    padding-left: 20px;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

.servicesPositionOpacity li {
    color: #FFFFFF;
}

.installation {
    padding: 80px 0;
}

.installation .wrapper {
    display: flex;
    align-items: center;
}

.installationRight a {
    display: flex;
    text-decoration: none;
    width: max-content;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    background: #68C39C;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.3s;
}

.installationRight a img {
    margin-left: 12px;
}

.installationRight a:hover {
    transition: all 0.3s;
    background: #35A574;
    border: 1px solid #4DB487;
}

.installationRight a:active {
    transition: all 0.3s;
    background: #209663;
}

.installationLeft {
    width: 50%;
    height: 468px;
}

.installationLeft img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.installationRight {
    width: 50%;
    margin-left: 20px;
}

.installationRight h2 {
    font-family: 'Nekst';
    font-weight: bold;
    font-size: 37px;
    line-height: 110%;
    color: #363636;
    margin-bottom: 10px;
}



.reliable {
    background: #CDF0E1;
    padding: 10px 0;
}

.reliable .wrapper {
    display: flex;
    align-items: center;
}

.reliableLeft {
    width: 50%;
    margin-right: 20px;
}

.reliableLeft h2 {
    font-family: 'Nekst';
    font-weight: bold;
    font-size: 37px;
    line-height: 110%;
    color: #363636;
    margin-bottom: 10px;
}

.installationRight p:nth-last-of-type(1) {
    font-size: 15px;
    margin-bottom: 20px;
}

.reliableLeft p {
    font-size: 19px;
    color: #363636;
}

.reliableRight {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 50%;
    padding: 50px 0;
}

.reliableRightSection {
    width: 48%;
    height: 230px;
    display: flex;
    position: relative;
    flex-direction: column;
    padding: 35px 20px 0 20px;
    box-sizing: border-box;
    align-items: center;
    margin-bottom: 20px;
    background: #FFFFFF;
    cursor: pointer;
    box-shadow: 142px 0px 57px rgba(13, 135, 83, 0.02), 80px 0px 48px rgba(13, 135, 83, 0.07), 35px 0px 35px rgba(13, 135, 83, 0.13), 9px 0px 19px rgba(13, 135, 83, 0.14), 0px 0px 0px rgba(13, 135, 83, 0.15);
}

.reliableRightSection svg {
    margin-bottom: 42px;
    position: relative;
    z-index: 10;
    transition: all 0.3s ease-in-out;
}

.reliableRightSection h3 {
    position: relative;
    z-index: 10;
    font-weight: bold;
    font-size: 19px;
    text-align: center;
    color: #363636;
    width: 80%;
    transition: color 0.3s ease-in-out;
}

.reliableRightSection:nth-of-type(1) {
    margin-right: 20px;
}

.reliableRightSection:nth-of-type(3) {
    margin-right: 20px;
}

.reliableRightSection:nth-of-type(2) {
    margin-top: 30px;
    position: relative;
    z-index: 2;
}

.reliableRightSection:nth-of-type(4) {
    margin-top: 30px;
    position: relative;
    z-index: 2;
}

.reliableRightSection::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: url(/wp-content/themes/generatepress/images/Rectangle.png), #0E8753;
    background-repeat: repeat;
    background-size: contain;
    transition: height 0.3s ease-in-out;
    z-index: 1;
}

.reliableRightSection:hover::before {
    height: 100%;
    transition: height 0.3s ease-in-out;
}

.reliableRightSection:hover svg {
    margin-bottom: 12px;
    transition: all 0.3s ease-in-out;
}

.reliableRightSection:hover h3 {
    color: #fff;
    transition: color 0.3s ease-in-out;
}

.reliableRightSection:hover svg path {
    fill: #fff;
    transition: all 0.3s ease-in-out;
}

.reliableRightOpacity {
    font-size: 12px;
    color: #FFFFFF;
    opacity: 0;
    transition: opacity 0.3s ease-out;
    position: relative;
    z-index: 10;
    text-align: center;
    margin-top: 10px;
}

.reliableRightSection:hover .reliableRightOpacity {
    opacity: 1;
    transition: opacity 0.3s ease-out;
}

.catalogueButton {
    padding: 10px;
    margin-right: 10px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    font-family: 'Gilroy';
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
}

.catalogueButton {
    color: #4C4C4C;
    transition: all 0.3s ease-in-out;
}

.catalogueButton.active {
    color: #007844;
    transition: all 0.3s ease-in-out;
}

.catalogueTabs-content {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.catalogueTabsSection {
    width: 24%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    height: 440px;
}

.catalogueTabOpacity {
    transform: translateY(115px);
    display: flex;
    transition: all 0.3s ease-in-out;
    align-items: center;
    justify-content: space-between;
}

.catalogueTabOpacityFlex {
    text-align: right;
    padding-right: 17px;
}

.catalogueTabOpacityFlex span {
    font-size: 12px;
    text-decoration-line: line-through;
    color: #363636;
}

.catalogueTabsSection .top {
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
    padding: 8px 20px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 16px;
    transform: translateY(-100px);
    transition: all 0.3s ease-in-out;
}

.catalogueTabsSection:hover .top {
    transform: translateY(16px);
    transition: all 0.3s ease-in-out;
}

.top.yellow {
    background: #F2C94C;
    color: #363636;
}

.top.green {
    background: #007844;
}

.top.red {
    background: #EB5757;
}

.catalogueTabOpacityFlex>p {
    font-weight: bold;
    font-size: 19px;
    color: #363636;
}

.catalogueTabOpacity>.catalogueTabBtn {
    padding: 8px !important;
    font-weight: 400;
    font-size: 12px;
}

.border {
    height: 57px;
    width: 100%;
    background: white;
}

.catalogueTabsSection>img {
    width: 100%;
    max-width: 100%;
    height: 393px;
    object-fit: cover;
    transition: height 0.3s ease-in-out;
}

.catalogue {
    padding: 80px 0 0 0;
}

.catalogueTabsSection:hover>img {
    height: 315px;
    transition: height 0.3s ease-in-out;
}

.catalogueTabsSection:hover .catalogueTabOpacity {
    transform: translateY(25px);
    transition: all 0.3s ease-in-out;
}

.catalogueTabsSection>h2 {
    font-weight: bold;
    font-size: 19px;
    color: #363636;
    width: 100%;
    background: #fff;
    margin-top: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}

.catalogue .wrapper>h2 {
    font-family: 'Nekst';
    font-weight: bold;
    font-size: 37px;
    line-height: 110%;
    color: #363636;
    margin-bottom: 40px;
    text-align: center;
}

.catalogueTab {
    display: flex;
    margin-bottom: 32px;
    height: 53px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalogueTab>.catalogueTabBtn {
    position: absolute;
    right: 0;
    top: 0;
}

.catalogueTabs-content.active {
    opacity: 1;
    height: auto;
    overflow: visible;
}

.catalogueTabBtn {
    font-family: 'Gilroy';
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    background: #68C39C;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid transparent;
    transition: all 0.3s;
    cursor: pointer;
}

.prodject .wrapper .prodjectTop .catalogueTabBtn {
    font-size: 12px;
}

.prodject .wrapper .prodjectTop .catalogueTabBtn img {
    width: 18px;
    height: 10px;
    object-fit: contain;
}

.bA {
    background: transparent;
    color: #4C4C4C;
}

.catalogueTabBtn img {
    margin-left: 12px;
}

.catalogueTabBtn:hover {
    transition: all 0.3s;
    background: #35A574;
    border: 1px solid #4DB487;
    color: #fff;
}

.catalogueTabBtn:active {
    transition: all 0.3s;
    background: #209663;
}

.prodject {
    padding: 80px 0 0 0;
}

.prodject .wrapper {
    padding-bottom: 80px;
    border-bottom: 1px solid #BCBCBC;
}

.prodjectTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.prodjectTop h2 {
    font-family: 'Nekst';
    font-weight: bold;
    font-size: 37px;
    line-height: 110%;
    color: #363636;
}

.catalogue .wrapper {
    border-bottom: 1px solid #BCBCBC;
    padding-bottom: 80px;
}

.prodjectTab-content {
    display: none;
}

.prodjectTab-content.active {
    display: flex;
}

.scrolbar {
    overflow-x: scroll;
    overflow-y: hidden;
}

.prodjectTab {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 12px;
    height: 100%;
}

.prodjectTabBtn {
    width: 16%;
    padding: 0 0;
    font-family: 'Nekst';
    font-weight: bold;
    font-size: 23px;
    line-height: 110%;
    color: #8F8F8F;
    background: transparent;
    border: none;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}

.prodjectTabBtn.active {
    color: #35A574;
    transition: all 0.3s ease-in-out;
}

.prodjectTabContentLeft {
    width: 50%;
}

.prodjectTab-content {
    margin-top: 50px;
}

.prodjectTabContentRight {
    width: 50%;
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.gallery {
    width: 180px;
    height: 180px;
    margin-bottom: 8px;
}

.gallery img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

.prodjectContentTop {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.prodjectContentTop h3 {
    font-weight: bold;
    font-size: 23px;
    line-height: 120%;
    color: #363636;
    padding-left: 10px;
}

.prodjectContentBottom p {
    color: #363636;
}

.prodjectTabBottom {
    margin-top: 52px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle {
    width: 12px;
    height: 12px;
    background: #E9E9E9;
    border-radius: 50%;
    margin-right: 8px;
    border: none;
}

.circle.active {
    background: #68C39C;
}

.aboutUs .wrapper .installationLeft {
    height: 641px;
}

.aboutUs .wrapper .installationLeft img {
    height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

.aboutUs .wrapper .installationRight {
    margin-left: 0;
    margin-right: 20px;
}

.aboutUs .wrapper .installationRight h2 {
    margin-bottom: 40px;
}

.aboutUs .wrapper .installationRight>p {
    color: #363636;
    margin-bottom: 16px;
}

.aboutUs .wrapper .installationRight a {
    background: transparent;
    color: #35A574;
    transition: all 0.3s;
    padding: 0 !important;
}

.aboutUs .wrapper .installationRight a:hover {
    border: 1px solid transparent;
    transition: all 0.3s;
    color: #35A574;
}

.footerNavigation li a:hover {
    color: #35A574;
    transition: all 0.3s;
}

.aboutUs .wrapper .installationRight a:active {
    color: #007844;
    border: 1px solid transparent;
    transition: all 0.3s;
}

.aboutUs {
    padding-top: 90px;
}

.installationRightFlex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}

.aboutUsSection {
    width: 210px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.aboutUsSection {
    border-right: 1px solid#BCBCBC;
}

.aboutUsSection:nth-last-of-type(1) {
    border-right: 0;
}

.aboutUsSection p {
    font-weight: bold;
    font-size: 37px;
    line-height: 110%;
    color: #363636;
}

.aboutUsSection span {
    line-height: 120%;
    text-align: center;
    color: #363636;
    width: 50%;
    display: block;
}

.reviewsSliderItem {
    background: #FFFFFF;
    height: auto;
    padding-bottom: 32px;
    overflow: hidden;
    cursor: pointer;
    transition: height 0.3s ease-in-out;
    position: relative;
}

.innerReviewsItem {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.reviews {
    padding: 80px 0;
    background: url(/wp-content/themes/generatepress/images/Rectangle.png), #007844;
    background-repeat: repeat;
    background-size: contain;
}

.reviewsTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.silderIcon {
    margin-left: auto;
    margin-top: 6px;
    margin-right: 6px;
    display: block;
}

.reviewsTop h2 {
    font-family: 'Nekst';
    font-weight: bold;
    font-size: 37px;
    line-height: 110%;
    color: #FFFFFF;
}

.reviewsArrows>a {
    font-size: 12px;
    text-align: center;
    color: #E9E9E9;
    text-decoration: none;
}

.reviewsArrows {
    display: flex;
    align-items: center;
}

.arrowsFlex {
    display: flex;
    align-items: center;
}

.reviewsPrev,
.reviewsNext {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 27px;
    height: 27px;
    box-sizing: border-box;
    background: #CDF0E1;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
}

.reviewsPrev:hover,
.reviewsNext:hover {
    background: #FFFFFF;
    transition: all 0.3s;
}

.reviewsNext {
    margin: 0 32px 0 4px;
}

.blogPrev,
.blogNext {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 27px;
    height: 27px;
    box-sizing: border-box;
    background: #CDF0E1;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
}

.blogPrev:hover,
.blogNext:hover {
    background: #D9D9D9;
    transition: all 0.3s;
}

.blogNext {
    margin: 0 32px 0 4px;
}

.reviewsSlider .slick-slide {
    margin: 0 10px;
}

.reviewsSlider .slick-list {
    margin: 0 -10px;
}

.reviewsSliderItem>p {
    padding: 0 24px;
    transition: height 0.3s ease-in-out;
    color: #363636;
    overflow: hidden;
    height: calc(1em * 7);
    text-overflow: ellipsis;
}

.reviewsSliderItemFlex {
    display: flex;
    align-items: center;
    margin-left: 24px;
    margin-top: 32px;
}

.fullRevievBlock .reviewsSliderItemFlex {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 15px;
}

.fancybox-button:hover {
    background-color: transparent !important;
}

.reviewsSliderItemFlex>img {
    margin-right: 12px;
}

.reviewsSliderItemFlexItem>p {
    font-weight: bold;
    color: #363636;
}

.reviewsSliderItemFlexItem span {
    color: #626262;
}

.reviewsDots .slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.reviewsDots .slick-dots li {
    width: 10px;
    height: 10px;
    background: #E9E9E9;
    border-radius: 50%;
    margin-right: 8px;
    cursor: pointer;
}

.reviewsDots .slick-dots li button {
    background: transparent;
    border: none;
    font-size: 0;
}

.reviewsDots .slick-dots li.slick-active {
    background: #68C39C;
}

.reviewsArrows>a img {
    width: 18px;
    height: 10px;
    object-fit: cover;
}

.blog {
    padding: 0;
    background: #FFFFFF;
}



.blogTop h2 {
    color: #363636;
}

.blogTop .reviewsArrows>a {
    color: #4C4C4C !important;
}

.blogTop {
    padding-bottom: 35px;
    border-bottom: 1px solid #D2D2D2;
}

.blogSliderItem>img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.blogSliderItem {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(18, 17, 39, 0.08);
}

.blogSlider .slick-slide {
    margin: 0 10px;
}

.blogSlider .slick-list {
    margin: 0 -10px;
}

.blogSliderItemContent {
	padding: 32px 24px;
	flex-direction: column;
	display: flex;
	flex-grow: 1;
}

.blogSliderItemContent>span {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1px 16px;
    background: #CDF0E1;
    border-radius: 100px;
    font-weight: bold;
    font-size: 12px;
    color: #007844;
    margin-bottom: 16px;
    width: max-content;
}

.blogSliderItemContent h3 {
    font-weight: bold;
    font-size: 23px;
    line-height: 120%;
    color: #363636;
    margin-bottom: 24px;
}

.blogSlider .slick-track {
    padding: 30px 0;
}

.blogSliderItemContent>p {
    color: #626262;
    overflow: hidden;
    height: calc(1em * 7);
    text-overflow: ellipsis;
    margin-bottom: 60px;
}

.blogSliderItemFlex {
    margin-top: 24px;
    display: flex;
    align-items: center;
}

.blogSliderItemFlex>img {
    width: 48px;
    height: 48px;
    border-radius: 100px;
    object-fit: cover;
    margin-right: 12px;
}

.blogSliderItemFlexText>p {
    font-weight: bold;
    color: #363636;
    margin: 0;
}

.blogSliderItemFlexText>span {
    font-size: 12px;
    color: #A5A5A5;
}

.blogDots .slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.blogDots .slick-dots li {
    width: 10px;
    height: 10px;
    background: #E9E9E9;
    border-radius: 50%;
    margin-right: 8px;
    cursor: pointer;
}

.blogDots .slick-dots li button {
    background: transparent;
    border: none;
    font-size: 0;
}

.blogDots .slick-dots li.slick-active {
    background: #68C39C;
}

.contact {
    padding: 80px 0 40px 0;
}

.contact .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contactLeft {
    width: 320px;
    margin-right: 80px;
}

.contactLeft h2 {
    font-family: 'Nekst';
    font-weight: bold;
    font-size: 37px;
    line-height: 110%;
    color: #363636;
    margin-bottom: 40px;
}

.contactLeftTabs {
    margin-bottom: 32px;
}

.contactLeftTabs>p {
    font-weight: bold;
    font-size: 23px;
    line-height: 120%;
    color: #363636;
    margin-bottom: 16px;
}

.contactBtn {
    text-align: left;
    background: transparent;
    border: none;
    color: #4C4C4C;
    font-family: 'Gilroy';
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
}

.contactBtn.active {
    color: #007844;
}

.contactLeftSocial>p {
    font-weight: bold;
    font-size: 23px;
    line-height: 120%;
    color: #363636;
    margin-bottom: 16px;
}

.contactLeftSocial>span {
    color: #363636;
    width: 75%;
    display: block;
}
.contactLeftSocial > .footer__tel {
    margin-bottom: 0;
    margin-top: 16px;
}
.contactLeftSocial > a{
    margin-bottom: 32px;
    display: block;
    text-align: left;
    color: #363636;
    text-decoration: none;
}
.social {
    display: flex;
    align-items: center;
    list-style: none !important;
    padding: 0 !important;
}

.social li {
    margin-right: 25px;
}

.social li:nth-last-of-type(1) {
    margin-right: 0;
}

.contactRight {
    width: 100%;
    height: 438px;
    overflow: hidden;
}

.contact-content {
    height: 100%;
    width: 100%;
}

.contact-content img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.contact-content {
    display: none;
}

.contact-content.active {
    display: block;
}

footer {
    padding: 80px 0;
    background: url(/wp-content/themes/generatepress/images/Rectangle.png), #007844;
    background-repeat: repeat;
    background-size: contain;
}

.footerTop {
    display: flex;
    align-items: center;
    padding-bottom: 44px;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 24px;
}

.footerTop>p {
    color: #FFFFFF;
    width: 52%;
    margin-left: auto;
    margin-right: 20px;
    margin-bottom: 0;
}

.footerTop>p span {
    font-weight: bold;
}

.footerContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footerNavigation {
    display: flex;
    align-items: center;
}

.footerNavigation li {
    margin-right: 35px;
}

.footerNavigation li a {
    transition: all 0.3s;
    color: #E9E9E9;
    text-decoration: none;
}

.footerNavigation li:nth-last-of-type(1) {
    margin-right: 0;
}

.footerSocial {
    display: flex;
    align-items: center;
}

.footerSocial li {
    margin-right: 23px;
}

.footerSocial li:nth-last-of-type(1) {
    margin-right: 0;
}

.footerContent {
    margin-bottom: 40px;
}

.footerBottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footerBottom>p {
    color: rgba(255, 255, 255, 0.56);
    margin-bottom: 16px;
}

.footerNavigation li a:hover {
    color: #35A574;
    transition: all 0.3s;
}

.footerNavigation li a:active {
    color: #007844;
    transition: all 0.3s;
}

.scrollbooster-viewport {
    width: 1180px;
    overflow: scroll;
}

.scrollbooster-content {
    display: inline-block;
    white-space: nowrap;
}



.example2-content {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
}

.scrolbar {
    overflow: hidden;
    margin: auto;
    width: 100%;
    height: 100%;
}

.inner {
    display: inline-block;
    white-space: nowrap;
}

.scrolbar {
    width: 100%;
    overflow-x: scroll;
}

.scrolbar::-webkit-scrollbar {
    width: 1em;
    height: 5px;
    background: transparent;
    border-radius: 50px;
    box-shadow: inset 0 0 0 1px #ccc;
}

.scrolbar::-webkit-scrollbar-thumb {
    background: #35A574;
    border-radius: 50px;
    position: relative;
}

.line {
    display: none;
}

.mobileBtnS {
    display: none;
}

.banner .wrapper {
    align-items: center;
}

.logoBurger {
    display: none;
}

.top-nav.background .wrapper .logoDesable {
    display: none;
}

.top-nav.background .wrapper .logoBurger {
    display: block;
}


/**Delivery Page**/
.breadcrumb {
    margin: 0 auto;
    padding-top: 122px;
    height: 49px;
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.textdecoration {
    text-decoration: underline;
}

.breadcrumbHome {
    padding-right: 19px;
    border-right: 1px solid #BCBCBC;
    margin-right: 8px;
}

.breadcrumb a {
    font-size: 12px;
    text-align: center;
    color: #A5A5A5;
    text-decoration: none;
    margin-bottom: -3px;
    line-height: 100%;
}

.blogPageMain {
    background: #FFFFFF;
    box-shadow: 0px 20px 50px rgba(18, 17, 39, 0.08);
    padding: 32px 24px;
    margin-bottom: 80px;
}

.deliveryPage {
    background: #F5FFFB;
}

.blogPageMain h1 {
    font-family: 'Nekst';
    font-weight: bold;
    font-size: 37px;
    line-height: 110%;
    color: #363636;
    margin-bottom: 64px;
}

.blogPageMain h2 {
    font-weight: bold;
    font-size: 23px;
    line-height: 120%;
    color: #363636;
    margin-bottom: 16px;
}

.blogPageMain p {
    color: #363636;
    margin-bottom: 16px;
}

.blogPageMain ul {
    padding-left: 20px;
    list-style: disc;
}

.blogPageMain ul li {
    color: #363636;
}

.marginBlog {
    margin-bottom: 16px;
}

.marginBlogBig {
    margin-bottom: 64px !important;
}

/**Offer Page**/
.marginNone {
    margin-bottom: 0 !important;
}

.hooks .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hooks .wrapper p {
    color: #FFFFFF;
    width: 80%;
}

.hooksBtn {
    text-align: center;
    color: #FFFFFF;
    display: flex;
    margin-left: 60px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    width: max-content;
    box-sizing: border-box;
    background: #68C39C;
    border-radius: 4px;
    border: none;
    transition: all 0.3s;
}

.hooks {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 29px 0;
    height: 100px;
    box-sizing: border-box;
    box-sizing: border-box;
    background: url(/wp-content/themes/generatepress/images/Rectangle.png), #007844;
    background-repeat: repeat;
    background-size: contain;
    max-width: 100%;
    left: auto;
    right: auto;
    width: 100%;
    z-index: 20;
}

.hooksActive {
    display: none;
    transition: all 1s ease-out;
}

.materialsTopLink {
    font-size: 12px;
    color: #4C4C4C !important;
    display: inline-flex;
    align-items: center;
}

.materialsTopLink img {
    margin-left: 10px;
}

.hooksBtn:hover {
    transition: all 0.3s;
    background: #35A574;
}

.hooksBtn:active {
    transition: all 0.3s;
    background: #209663;
}

.bannerLeftNav {
    box-sizing: border-box;
}

/**404**/
.main404 {
    background: url(/wp-content/uploads/2023/05/404.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 900px;
    padding-top: 300px;
    box-sizing: border-box;
}

.header404 {
    position: static;
}

.main404 .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main404 .wrapper h1 {
    font-family: 'Nekst';
    font-style: normal;
    font-weight: bold;
    font-size: 375px;
    line-height: 75%;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.main404 .wrapper p {
    font-weight: bold;
    font-size: 29px;
    line-height: 110%;
    margin-bottom: 32px;
    color: #FFFFFF;
    text-align: center;
}

.main404 .wrapper a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    background: #68C39C;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid transparent;
    transition: all 0.3s;
    cursor: pointer;
    text-decoration: none;
}

.main404 .wrapper a img {
    margin-left: 12px;
}

.main404 .wrapper a:hover {
    transition: all 0.3s;
    background: #35A574;
    border: 1px solid #4DB487;
}

.main404 .wrapper a:active {
    transition: all 0.3s;
    background: #209663;
}

.bannerLeft {
    padding-top: 0;
    margin-top: -6vh;
}

.boldText>p {
    font-weight: 800 !important;
    font-size: 37px !important;
    line-height: 110%;
    color: #363636;
}

/*Blog*/
.blogSliderPage {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.blogSliderPage .blogSliderItem {
	width: 32%;
	margin-right: 20px;
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
}

.anonsItemBlogList {
	flex-grow: 1;
}

.blogSliderPage .blogSliderItem:nth-of-type(3n) {
    margin-right: 0;
}

.blogSliderPage {
    display: none;
}

.blogSliderPage.active {
    display: flex;
}

.blogPageTop {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.blogPageTop h2 {
    margin-bottom: 40px;
}

.blogSliderPage .blogSliderItem {
    margin-bottom: 80px;
}

.fillterBlog {
    color: #007844;
    display: flex;
    padding: 8px 24px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 1px solid #007844;
    margin-right: 15px;
    background: transparent;
}

.fillterBlogConatiner .catalogueTab {
    margin-bottom: 0;
}

.fillterBlogConatiner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.select {
    display: flex;
    align-items: center;
    width: max-content;
}

.fillterBlog.active {
    background: #007844;
    color: #F5FFFB;
}

.blogPageContainer {
    padding-bottom: 80px;
}

.select-arrow-3 {
    position: absolute;
    z-index: -9999;
    border: 5px solid transparent;
    border-bottom: 0;
    right: 16px;
}

select option {
    color: #363636;
}

select {
    color: #363636;
}

.select-arrow-3:nth-child(1) {
    top: 18px;
    border-top-color: #363636;
}

.select-arrow-3:nth-child(2) {
    top: 16px;
    border-top-color: #FFF;
}

.select-wrapper {
    position: relative;
    min-width: 153px;
    max-width: 153px;
    height: 40px;
    border: 1px solid #8F8F8F;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.select-wrapper select {
    width: 100%;
    height: 40px;
    padding: 0 20px 0 24px;
    background: transparent;
    border: 0;
    appearance: none;
    /* remove arrow        */
    -webkit-appearance: none;
    /* remove arrow Chrome */
    -moz-appearance: none;
    /* remove arrow FF     */
}

.select-wrapper select::-ms-expand {
    display: none;
    /* remove arrow IE     */
}

.selectContainer {
    display: flex;
    align-items: center;
}

.selectWidth .select-wrapper {
    min-width: 110px !important;
    max-width: 110px;
}

.selectContainer p {
    color: #8F8F8F;
    margin-right: 10px;
}

.selectWidth {
    margin-right: 0;
}

.selectContainer {
    margin-right: 15px;
}

.blogPageTopBottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blogPageTopBottom p {
    color: #BCBCBC;
}

.blogPageTopBottom ul {
    display: flex;
    align-items: center;
}

.blogPageTopBottom ul li a {
    text-decoration: none;
    color: #BCBCBC;
}

.blogPageTopBottom ul li {
    margin-right: 10px;
}

.blogPageTopBottom ul li:nth-last-of-type(1) {
    margin-right: 0;
}

.rotate {
    transform: rotate(180deg);
}

/*Article*/
.grayLink {
    font-size: 12px;
    color: #A5A5A5;
    padding-left: 7px;
}

.grayLink2 {
    padding-right: 8px;
    border-right: 1px solid #BCBCBC;
    margin-right: 7px;
    color: #4C4C4C !important;
}

.articlePage {
    background: #FFFFFF;
}

.articleMain {
    display: flex;
    align-items: flex-start;
}

.articleMainLeftSpans {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.articleMainLeftSpans span {
    font-weight: bold;
    font-size: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #007844;
    padding: 2px 12px;
    border: 1px solid #007844;
    margin-right: 8px;
}

.articleMainLeftSpans span:nth-last-of-type(1) {
    margin-right: 0;
}

.articleMainLeft h1 {
    font-family: 'Nekst';
    font-weight: bold;
    font-size: 37px;
    line-height: 110%;
    color: #363636;
    margin-bottom: 16px;
}

.articleDate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.articleDate>span {
    display: flex;
    font-size: 12px;
    color: #8F8F8F;
}

.articleDate>span:nth-of-type(1) img {
    margin-right: 4px;
}

.articleDate>span:nth-of-type(2) img {
    margin-right: 4px;
}

.articleMainLeft {
    background: #FFFFFF;
    box-shadow: 0px 20px 50px rgba(18, 17, 39, 0.08);
    width: 68%;
    margin-right: 20px;
    padding: 34px 24px;
    box-sizing: border-box;
}

.articleMainRight {
    width: 32%;
    position: sticky;
    top: 16px;
}

.articleImg {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    height: 315px;
}

.articleImg img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;

}

.articleMainLeft>p {
    color: #363636;
    margin-bottom: 16px;
}

.articleBlueContent {
    display: flex;
    width: 100%;
    height: 110px;
    overflow: hidden;
    background: #CDF0E1;
    box-sizing: border-box;
    align-items: center;
    margin-bottom: 16px;
}

.articleBlueContent>a {
    margin-right: 20px;
    margin-left: auto;
}

.articleBlueContent>p {
    font-weight: 600;
    font-size: 14px;
    line-height: 170%;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #007844;
    height: 100%;
    width: 20px;
    writing-mode: vertical-lr;
    transform: rotate(-180deg);
}

.articleBlueContentImg {
    min-width: 64px;
    height: 64px;
    border-radius: 64px;
    background: #fff;
    overflow: hidden;
    border: 4px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    margin-left: 12px;
}

.articleBlueContentImg img {
    width: 60px;
    height: 60px;
    border-radius: 60px;
}

.articleBlueContentText h3 {
    font-weight: bold;
    font-size: 19px;
    color: #363636;
    margin-bottom: 8px;
}

.articleBlueContentText>p {
    color: #626262;
}

.articleMainLeft h2 {
    margin: 40px 0 16px 0;
    font-weight: bold;
    font-size: 23px;
    line-height: 120%;
    color: #363636;
}

.articleGreen {
    border-left: 3px solid #0E8753;
    padding: 8px 24px;
    margin-bottom: 16px;
    color: #0E8753;
}

.articleGreen h3 {
    font-weight: bold;
    color: #363636;
    margin-bottom: 20px;
    font-size: 16px;
}

.articleGreen ul {
    list-style: disc;
    padding-left: 20px;
}

.articleGreen ol {
    list-style: decimal;
    padding-left: 20px;
}

.articleGreen ul li,
.articleGreen ol li {
    font-family: 'Nekst';
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #0E8753;
}

.articleImgSmoll {
    height: 177px;
}

.ulNymber {
    list-style: decimal !important;
}

.articleVideo {
    margin-bottom: 16px;
}

.articleMain {
    margin-bottom: 80px;
}

.articleMainRight h2 {
    font-weight: bold;
    font-size: 23px;
    line-height: 120%;
    color: #363636;
    margin-bottom: 8px;
}

.articleMainRight ul li a {
    text-align: center;
    color: #4C4C4C;
    margin-bottom: 8px;
    display: flex;
    text-decoration: none;
    align-items: center;
    transition: all 0.3s;
}

.articleMainRight ul li a svg {
    margin-left: 12px;
}

.articleMainRight ul li:hover a {
    color: #007844;
    transition: all 0.3s;
}

.articleMainRight ul li:hover a svg path {
    fill: #007844;
    transition: all 0.3s;
}

.articleMainRightNavigation {
    padding: 32px 24px;
    background: #FFFFFF;
    box-shadow: 0px 20px 50px rgba(18, 17, 39, 0.08);
}

.articleMain {
    position: relative;
}

.articleMainRightForm {
    margin-top: 20px;
    padding: 40px 24px;
    background: #FFFFFF;
    box-sizing: border-box;
    width: 100%;
    box-shadow: 0px 20px 50px rgba(18, 17, 39, 0.08);
}

.articleMainRightForm h2 {
    margin-bottom: 32px;
}

.articleMainRightForm form {
    width: 100%;
}

.articleMainRightFormIcon {
    width: 100%;
    margin-bottom: 16px;
    background: #FFFFFF;
    box-sizing: border-box;
    height: 52px;
    position: relative;
}

.articleMainRightFormIcon input {
    width: 100%;
    height: 100%;
    padding: 6px 16px 5px;
    box-sizing: border-box;
    border: 1px solid #BCBCBC;
    border-radius: 8px;
    padding-left: 44px;
    color: #A5A5A5;
}

.articleMainRightFormIcon input::placeholder {
    color: #A5A5A5;
}

.articleMainRightFormIcon .select-wrapper {
    width: 100% !important;
    min-width: 100% !important;
    padding: 6px 16px 5px 16px;
    box-sizing: border-box;
    border: 1px solid #BCBCBC;
    border-radius: 8px;
    height: 52px;
}

.articleMainRightFormIcon .select-wrapper select {
    width: 100% !important;
    color: #A5A5A5;
    padding: 0;
}

.articleMainRightFormIcon .select-wrapper .select-arrow-3 {
    z-index: 1;
}

.articleMainRightFormIcon .select-wrapper select option {
    color: #A5A5A5;
    width: 100%;
}

.articleMainRightFormIcon:nth-of-type(1)::before {
    content: "";
    background: url(/wp-content/themes/generatepress/images/formName.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 1;
}

.articleMainRightFormIcon:nth-of-type(2)::before {
    content: "";
    background: url(/wp-content/themes/generatepress/images/formTel.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 1;
}

.articleMainRightFormIcon .select-wrapper .select-arrow-3:nth-child(1) {
    top: 25px;
}

.articleMainRightFormIcon .select-wrapper .select-arrow-3:nth-child(2) {
    top: 23px;
}

.articleMainRightFormIconSubmit {
    margin-top: 8px;
    width: 100%;
    padding: 16px 32px;
    background: #68C39C;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.articleMainRightFormIconSubmit input {
    background: transparent;
    border: none;
    color: #FFFFFF;
}

.articleMainRightFormIconSubmit::after {
    content: "";
    background: url(/wp-content/themes/generatepress/images/arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 19px;
    height: 10px;
    margin-left: 10px;
    z-index: 1;
}

.flexContainerBlueColumn {
    display: flex;
    flex-direction: column;
}

.flexContainerBlueColumn h3 {
    font-family: 'Gilroy';
    font-weight: 700;
    font-size: 19px;
    line-height: 140%;
    color: #363636;
}

.flexContainerBlue {
    display: flex;
    align-items: center;
}

.articleBlueContentText {
    text-align: left;
}

/*About Us*/
.bannerAboutUs {
    padding-top: 0;
}

.bannerAboutUsFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bannerAboutUs .wrapper .breadcrumb {
    padding-top: 0;
}

.bannerAboutUs .wrapper .breadcrumb a:nth-of-type(1) {
    border-right: 1px solid #D2D2D2;
}

.bannerAboutUs .wrapper .breadcrumb a:nth-of-type(2) {
    color: #D2D2D2;
}

.bannerLeft>p {
    font-weight: 400;
    font-size: 19px;
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom: 32px;
}

.bannerAboutUsFlex .bannerLeft {
    padding-top: 0;
}

.bannerAboutUsFlex .bannerRight {
    height: 100%;
    width: 580px;
}

.bannerAboutUsFlex .bannerRight img {
    height: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.bannerAboutUsFlex .bannerLeft {
    width: 100%;
}

.counterAboutUs .wrapper {
    max-width: max-content !important;
}

.bannerAboutUsFlex .bannerLeft {
    width: 49%;
}

.counterAboutUs .wrapper .counterSection {
    width: 210px;
    padding: 0 15px;
}

.counterAboutUs .wrapper .counterSection span {
    width: 60%;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.history {
    padding: 80px 0;
}

.history .wrapper {
    display: flex;
    flex-direction: column;
}

.historyTop .historyTopLeft {
    display: flex;
    flex-direction: column;
}

.historyTop .historyTopLeft h2 {
    font-family: 'Nekst';
    font-weight: bold;
    font-size: 37px;
    line-height: 110%;
    color: #363636;
    margin-bottom: 40px;
}

.historyTopLeft p {
    color: #363636;
    margin-bottom: 24px;
}

.historyTopLeft p strong {
    font-weight: bold;
}

.historyTop {
    display: flex;
    margin-bottom: 25px;
}

.historyTopLeft {
    margin-right: 20px;
}

.historyTopRight {
    height: 330px;
}



.historyBottom {
    display: flex;
}

.historyBottomLeft {
    height: 430px;
}

.historyBottomRight {
    margin-left: 20px;
}

.historyBottomRight p {
    color: #363636;
    margin-bottom: 24px;
}

.historyBottomRight p strong {
    font-weight: bold;
}

.teamSliderItem {
    background: #FFFFFF;
    box-shadow: 0px 13px 17px rgba(18, 17, 39, 0.08);
    height: auto;
}

.team {
    padding: 80px 0 0 0;
}

.team .wrapper {
    border-bottom: 1px solid #BCBCBC;
    padding-bottom: 80px;
}

.team .wrapper h2 {
    font-family: 'Nekst';
    font-weight: bold;
    font-size: 37px;
    line-height: 110%;
    color: #363636;
    text-align: center;
    margin-bottom: 40px;
}

.teamSliderItemContent {
    padding: 24px;
}

.teamSliderItemContent p {
    font-weight: bold;
    font-size: 19px;
    color: #363636;
    margin-bottom: 4px;
}

.teamSliderItemContent span {
    color: #797979;
}

.teamSliderItem>img {
    max-width: 100%;
    width: 100%;
}

.teamSlider .slick-slide {
    margin: 0 10px;
    padding-bottom: 50px;
}

.teamSlider .slick-list {
    margin: 0 -10px;
    padding-bottom: 50px;
}

.teamSliderDots .slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.teamSliderDots .slick-dots li {
    width: 10px;
    height: 10px;
    background: #E9E9E9;
    border-radius: 50%;
    margin-right: 8px;
    cursor: pointer;
}

.teamSliderDots .slick-dots li button {
    background: transparent;
    border: none;
    font-size: 0;
}

.teamSliderDots .slick-dots li.slick-active {
    background: #68C39C;
}

.wantTeam .wrapper {
    display: flex;
}

.wantTeamLeft {
    width: 49%;
    height: auto;
    position: relative;
    min-height: 300px;
}

.wantTeamLeft .coverImg {
    position: absolute;
}

.wantTeam {
    padding: 80px 0 0 0;
}

.wantTeam .wrapper {
    border-bottom: 1px solid #BCBCBC;
    padding-bottom: 80px;
}


.wantTeamRight .articleMainRightForm {
    background: transparent;
    padding: 0;
    box-shadow: none;
    margin: 0;
}

.articleMainRightForm h2 {
    font-family: 'Nekst';
    font-weight: bold;
    font-size: 37px;
    line-height: 110%;
    color: #363636;
    text-align: center;
}

.wantTeamRight {
    width: 51%;
}

.wantTeamRight .articleMainRightForm {
    background: #FFFFFF;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.wantTeamRight.wantTeamForm .articleMainRightForm form {
    padding: 40px 24px;
    background: #FFFFFF;
    box-shadow: 0px 20px 50px rgba(18, 17, 39, 0.08);
    box-sizing: border-box;
    max-width: 380px;
    margin: 0 auto;
}

.wantTeamLeft img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.wantTeamRight {
    padding: 0 0 0 16px;
}

.formBlockCases {
    box-shadow: 0px 20px 50px rgba(18, 17, 39, 0.08);
    padding: 40px 24px;
    max-width: 380px;
    margin: 0 auto;
}

.cooperation {
    padding: 80px 0 0 0;
}

.cooperation .wrapper {
    padding-bottom: 80px;
    border-bottom: 1px solid #BCBCBC;
}



.cooperation .wrapper h2 {
    font-family: 'Nekst';
    font-weight: bold;
    font-size: 37px;
    line-height: 110%;
    color: #363636;
    text-align: center;
    margin-bottom: 40px;
}

.articleVideo iframe {
    max-width: 100%;
    width: 100%;
}

.cooperationSliderDots .slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.cooperationSliderDots .slick-dots li {
    width: 10px;
    height: 10px;
    background: #E9E9E9;
    border-radius: 50%;
    margin-right: 8px;
    cursor: pointer;
}

.cooperationSliderDots .slick-dots li button {
    background: transparent;
    border: none;
    font-size: 0;
}

.cooperationSliderDots .slick-dots li.slick-active {
    background: #68C39C;
}

.bA:hover {
    background: transparent !important;
    border: none !important;
}

/*Case*/
.haderCase {
    position: static;
}

.bannerCase .wrapper .breadcrumb {
    padding-top: 0;
    margin-bottom: 80px;
}

.bannerCaseContent {
    display: flex;
    padding-bottom: 80px;
    border-bottom: 1px solid #D2D2D2;
}

.bannerCaseContentLeft {
    padding: 32px 24px;
    background: #FFFFFF;
    box-shadow: 0px 20px 50px rgba(18, 17, 39, 0.08);
    width: 50%;
    margin-right: 20px;
}

.bannerCaseContentRight {
    width: 50%;
}

.bannerCaseContentLeft h1 {
    font-family: 'Nekst';
    font-weight: bold;
    font-size: 37px;
    line-height: 110%;
    color: #363636;
    margin-bottom: 10px;
}

.bannerCaseContentLeft>p {
    font-size: 15px;
    color: #363636;
    margin-bottom: 40px;
}

.bannerCaseContentLeftLogo {
    margin-bottom: 20px;
}

.bannerCaseContentLeftLogo img {
    display: block;
    margin-right: auto;
}

.bannerCaseContentLeftLogo>p {
    color: #363636;
}

.bannerCaseContentLeft h3 {
    font-weight: bold;
    font-size: 23px;
    line-height: 120%;
    color: #363636;
    margin-bottom: 16px;
}

.bannerCaseContentH3 {
    color: #363636;
}

.bannerCaseContentLeftFlex {
    display: flex;
    align-items: center;
}

.bannerCaseContentLeftFlexCon {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bannerCaseContentLeftFlexCon p {
    font-weight: bold;
    font-size: 37px;
    line-height: 110%;
    color: #363636;
    margin-bottom: 10px;
}

.bannerCaseContentLeftFlexCon span {
    color: #363636;
}

.bannerCaseContentLeftFlexCon:nth-of-type(1) {
    border-right: 1px solid #BCBCBC;
}

.slider-wrapper {
    width: 580px;
}

.slider-wrapper .slider-for {
    width: 100%;
    height: 420px;
    margin-bottom: 20px;
    max-width: unset;
}

.slider-wrapper .slider-for .slick-list {
    height: 100%;
}

.slider-wrapper .slider-for .slick-list .slick-track {
    height: 100%;
}

.slider-wrapper .slider-for .slick-list .slick-track .slider-for__item {
    width: 580px;
    height: 100%;
}

.slider-wrapper .slider-nav {
    width: 100%;
    height: 202px;
    margin: 0 10px;
}

.slider-wrapper .slider-nav .slick-list {
    width: 100%;
    height: 100%;
    margin: 0 -10px;
}

.slider-wrapper .slider-nav .slick-list .slick-track {
    width: 100%;
    height: 100%;
}

.slider-wrapper .slider-nav .slick-list .slick-track .slider-nav__item {
    width: 180px;
    height: 100%;
}

.slider-for__item img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-nav__item img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-wrapper .slider-nav .slick-slide {
    margin: 0 10px;
}

.slider-wrapper .slider-nav .slick-list {
    margin: 0 -10px;
}

.caseSlider .slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.slider-wrapper {
    margin-bottom: 40px;
}

.bannerCaseContentRight .prodjectBtn {
    justify-content: flex-start;
}

.caseSlider .slick-dots li {
    width: 10px;
    height: 10px;
    background: #E9E9E9;
    border-radius: 50%;
    margin-right: 8px;
    cursor: pointer;
}

.caseProdjectBtn {
    margin-left: auto;
}

.caseSlider {
    margin-left: 45%;
}

.caseSlider .slick-dots li button {
    background: transparent;
    border: none;
    font-size: 0;
}

.caseSlider .slick-dots li.slick-active {
    background: #68C39C;
}

.bannerCase .wrapper {
    padding-bottom: 80px;
    border-bottom: 1px solid #D2D2D2;
}

.materials {
    padding-top: 80px;
}

.materialsTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.materialsTop h2 {
    font-family: 'Nekst';
    font-weight: bold;
    font-size: 37px;
    line-height: 110%;
    color: #363636;
}

.materialsTopLink a {
    font-size: 12px;
    color: #4C4C4C;
}

.materialsSliderDots .slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.materialsSliderDots .slick-dots li {
    width: 10px;
    height: 10px;
    background: #E9E9E9;
    border-radius: 50%;
    margin-right: 8px;
    cursor: pointer;
}

.materialsSliderDots .slick-dots li button {
    background: transparent;
    border: none;
    font-size: 0;
}

.materialsSliderDots .slick-dots li.slick-active {
    background: #68C39C;
}

.materialsSlider .slick-slide {
    margin: 0 10px;
}

.materialsSlider .slick-list {
    margin: 0 -10px;
}

.materialsSliderItem img {
    max-width: 100%;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.materialsSliderItemFlex {
    background: #007844;
    background-repeat: repeat;
    background-size: auto;
    padding: 10px 16px;
    box-sizing: border-box;
}

.materialsSliderItemFlex h3 {
    font-weight: bold;
    font-size: 19px;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.materialsSliderItemFlex p {
    color: #FFFFFF;
}

.materials .wrapper {
    padding-bottom: 80px;
    border-bottom: 1px solid #D2D2D2;
}

.articleMainRightForm h2 {
    font-family: 'Nekst';
    font-weight: bold;
    font-size: 23px;
    color: #363636;
    text-align: left;
}

.teamSlider .slick-slide {
    padding-bottom: 0;
}

.caseForm {
    padding-top: 80px;
}

.caseForm .wrapper {
    padding-bottom: 80px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D2D2D2;
}

.caseFormLeft {
    width: 580px;
    margin-right: 20px;
    background: url(/wp-content/themes/generatepress/images/Group.svg), #fff;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 24px 40px;
    box-shadow: 0px 20px 50px rgba(18, 17, 39, 0.08);
    padding: 80px 24px 35px 24px;
    box-sizing: border-box;
}

.caseFormLeft>p {
    color: #363636;
    margin-bottom: 32px;
}

.caseFormLeftFlex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.caseFormLeftFlexText>p {
    font-weight: bold;
    font-size: 19px;
    color: #363636;
    margin: 0;
}

.caseFormLeftFlexText>span {
    color: #007844;
}

.caseFormRight {
    width: 580px;
}

.caseFormRight .articleMainRightForm {
    margin-top: 0;
    background: transparent;
    padding: 0;
    box-shadow: none;
}

.caseFormRight .articleMainRightForm h2 {
    font-family: 'Nekst';
    font-weight: bold;
    font-size: 37px;
    line-height: 110%;
    color: #363636;
    text-align: center;
    margin-bottom: 16px;
    margin-top: 20px;
}

.caseFormRight .articleMainRightForm>p {
    text-align: center;
    color: #626262;
    margin-bottom: 32px;
}

.caseFormRight .articleMainRightForm {
    padding: 40px 24px;
    background: #FFFFFF;
    box-shadow: 0px 20px 50px rgba(18, 17, 39, 0.08);
    box-sizing: border-box;
}

.otherProjects {
    padding-top: 80px;
}

.otherProjects .wrapper {
    padding-bottom: 80px;
}

.otherProjectsSliderItem {
    position: relative;
}

.otherProjectsSliderItemPosition {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    height: auto;
    transform: translateY(-50%);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    padding: 5px 0;
}

.otherProjectsSliderItemImg {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.otherProjectsSlider .slick-slide {
    margin: 0 10px;
}

.otherProjectsSlider .slick-list {
    margin: 0 -10px;
}

.otherProjectsSliderDots {
    position: relative;
    z-index: 2;
}

.otherProjectsSliderDots .slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.otherProjectsSliderDots .slick-dots li {
    width: 10px;
    height: 10px;
    background: #E9E9E9;
    border-radius: 50%;
    margin-right: 8px;
    cursor: pointer;
}

.otherProjectsSliderDots .slick-dots li button {
    background: transparent;
    border: none;
    font-size: 0;
}

.otherProjectsSliderDots .slick-dots li.slick-active {
    background: #68C39C;
}

.allCaseContentTabSection {
    position: relative;
}



.allCaseContentTab {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.otherProjectsSliderItemImg {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.allCaseContentTabSection {
    width: calc(33.33% - 10px);
    margin: 0 5px 40px;
}

.allCaseContentTab {
    display: none;
}

.allCaseContentTabsImgCon {
    position: relative;
    height: 280px;
    margin-bottom: 16px;
}

.allCaseContentTab.active {
    display: flex;
}

.breadcrumbAll {
    padding-top: 0;
    margin-bottom: 80px;
}

.allCaseContentTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.allCaseContentTop h2 {
    font-family: 'Nekst';
    font-weight: bold;
    font-size: 37px;
    line-height: 110%;
    color: #363636;
}

.allCaseContentTabs button {
    border: none;
    background: transparent;
    color: #4C4C4C;
    padding: 0 8px;
    font-family: 'Gilroy';
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #4C4C4C;
}

.allCaseContentTabs button:nth-of-type(1) {
    margin-right: 16px;
}

.allCaseContentTabs button.active {
    color: #007844;
}

.allCaseContent {
    padding-bottom: 80px;
}

/* .teamtopArrow {
    display: none;
} */
.allCaseContentTabSection h3 {
    font-family: 'Gilroy';
    font-weight: 700;
    font-size: 19px;
    line-height: 140%;
    color: #000000;
}

.mobileBtn {
    display: none;
}

.displayRight {
    display: none;
}

.accordion {
    display: none;
}

.accordion-header {
    cursor: pointer;
    position: relative;
    padding-right: 25px;
}

.accordion-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: transform 0.2s ease;
}

.accordion-arrow.active {
    transform: translateY(-50%) rotate(180deg);
}

.accordion-content {
    display: none;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.accordion-item.active .accordion-content {
    display: block;
    max-height: 1000px;
    /* some large value that is bigger than the content */
}

.accordion-header {
    font-family: 'Nekst';
    font-weight: bold;
    font-size: 19px;
    line-height: 110%;
    color: #007844;
    padding: 17.5px 0px;
}

.accordion-content {
    padding-bottom: 16px;
}

.accordion-content:nth-of-type(1) {
    padding-top: 16px;
}

.accordion-content a {
    font-family: 'Gilroy', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #4C4C4C;
    text-decoration: none;
}

.articleFlex {
    display: flex;
    align-items: center;
}

.articleFlex h3 {
    font-weight: 700;
    font-size: 19px;
    line-height: 140%;
    color: #363636;
}

.teamtopArrow {
    display: none;
}

.articleMainRightForm h2 {
    font-size: 37px;
    text-align: center;
}

.aboutUsText {
    font-size: 15px !important;
    line-height: 140%;
}

.aboutUsText strong {
    font-weight: 600;
}

.popup {
    display: none;
    /* скрываем попап по умолчанию */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
}

.popup-content {
    background: #FFFFFF;
    box-shadow: 2px 2px 21px rgba(155, 155, 155, 0.25);
    margin: auto;
    width: 410px;
    position: relative;
}

.close {
    color: #aaa;
    position: absolute;
    top: 20px;
    right: 20px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modalFormContent {
    padding: 32px;
    margin-top: 0;
}

.modalFormContent h2 {
    font-weight: 600;
    font-size: 19px;
    line-height: 110%;
    text-align: center;
    color: #363636;
    margin-bottom: 16px;
}

.modalFormContent>p {
    font-family: 'Gilroy';
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    color: #363636;
    margin-bottom: 24px;
}

.modalFormContent form .articleMainRightFormIconSubmit::after {
    content: none;
}

.modalFormContent form .articleMainRightFormIconSubmit {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    width: 100%;
    background: #68C39C;
    border-radius: 10px;
    height: 53px;
    margin-top: 20px;
}

.modalFormContent form .articleMainRightFormIcon {
    border-radius: 4px;
}

.modalFormContent form .articleMainRightFormIcon input {
    border: 1px solid #D2D2D2;
}

.bannerApplication {
    background: url(/wp-content/themes/generatepress/images/Rectangle.png), #007844;
    background-repeat: repeat;
    background-size: auto;
    padding: 75px 0 75px 0;
}

.bannerApplication .wrapper {
    display: flex;
    align-items: center;
}

.bannerApplicationLeft {
    width: 50%;
    margin-right: 20px;
}

.bannerApplicationRight {
    width: 50%;
}

.bannerApplicationLeft h1 {
    font-family: 'Nekst';
    font-weight: bold;
    font-size: 49px;
    line-height: 140%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.bannerApplicationLeft>p {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 48px;
}

.bannerApplicationLeft a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    height: 53px;
    background: #68C39C;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: 'Gilroy';
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    width: max-content;
}

.bannerApplicationLeft a img {
    margin-left: 13px;
}

.bannerApplicationRight img {
    width: 100%;
    max-width: 100%;
}

.whatDoingSection {
    width: 280px;
}

.whatDoingSectionText {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease-in-out;
    /* добавляем анимацию */
}

.show-more-btn {
    display: block;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 8px;
    width: 27px;
    height: 27px;
    background: #CDF0E1;
    border-radius: 4px;
    box-sizing: border-box;
    border: none;
    margin-bottom: 16px;
}

.whatDoingSection>a {
    text-decoration: none;
    width: 100%;
    text-align: center;
    padding: 16px 32px;
    box-sizing: border-box;
    display: block;
    background: #68C39C;
    border-radius: 4px;
    font-family: 'Gilroy';
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
}

.show-more-btn img {
    transition: transform 0.3s ease-in-out;
    width: 100%;
    height: 100%;
}

.whatDoingContainer {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.whatDoingSection {
	padding: 24px 16px;
	box-sizing: border-box;
	background: #FFFFFF;
	box-shadow: 0px 20px 50px rgba(18, 17, 39, 0.08);
	display: flex;
	flex-direction: column;
	height: auto;
	width: 100%;
}

.wds {
	width: calc(25% - 20px);
	margin: 0 10px 20px;
}

.obgLinkBlock {
	flex-grow: 1;
	display: flex;
	align-items: flex-end;
	margin-top: 24px;
}



.whatDoingSection>img {
    width: 100%;
    margin-bottom: 16px;
}

.whatDoing .wrapper>h2 {
    font-family: 'Nekst';
    font-weight: 600;
    font-size: 37px;
    line-height: 110%;
    color: #363636;
    margin-bottom: 40px;
}

.whatDoing {
    padding: 80px 0 0 0;
    overflow: hidden;
    position: relative;
}

.whatDoingSection > h2 {
	font-family: 'Gilroy';
	font-weight: 700;
	font-size: 19px;
	line-height: 140%;
	color: #363636;
	margin-bottom: 8px;
	min-height: 53px;
	height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.whatDoingSection>p {
    font-family: 'Gilroy';
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #363636;
    margin-bottom: 8px;
}

.whatDoing .wrapper {
    border-bottom: 1px solid #BCBCBC;
    padding-bottom: 80px;
}

.stagesWorkContent {
    display: none;
    position: relative;
    height: 500px;
}

.landingAdvantagesTabsContent {
    display: none;
    position: relative;
    height: 100%;
}

.landingAdvantagesTabsContent.active {
    display: flex;
}

.stagesWork.active {
    background-color: #ccc;
}

.stagesWork {
    padding: 80px 0;
}

.stagesWork .wrapper h2 {
    font-weight: 600;
    font-size: 37px;
    line-height: 110%;
    color: #363636;
    margin-bottom: 40px;
}

.stagesWorkContainer {
    display: flex;
}

.stagesWorkContainerLeft {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 280px;
    background: #FFFFFF;
    width: 280px;
}

.stagesWorkTabs {
    height: 86px;
    padding: 16px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    margin-bottom: 16px;
    align-items: center;
    transition: all 0.3s;
    cursor: pointer;
}

.stagesWorkTabs a {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.stagesWorkContainerRight {
    margin-left: 20px;
    width: 100%;
}

.stagesWorkTabs h3 {
    display: flex !important;
    justify-content: center;
    align-items: center !important;
    padding: 12px;
    box-sizing: border-box;
    width: 51px;
    height: 51px;
    background: #A8E1C8;
    font-family: 'Gilroy';
    font-weight: 700;
    font-size: 29px;
    line-height: 110%;
    color: #FFFFFF;
    transition: all 0.3s;
    margin: 0;
}

.stagesWorkTabs h4 {
    margin: 0 16px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #8F8F8F;
    width: 147px;
    transition: all 0.3s;
}

.r-tabs-state-active a>h3 {
    background: #007844;
    transition: all 0.3s;
}

.r-tabs-state-active {
    background: #F5FFFB;
    transition: all 0.3s;
}

.r-tabs-state-active a h4 {
    color: #363636;
    transition: all 0.3s;
}

.stagesWorkContent.r-tabs-state-active {
    background: transparent;
}

.r-tabs .r-tabs-panel {
    padding: 0;
}

.stagesWorkContentPosition {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 487px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.8);

}

.stagesWorkContent>img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.stagesWorkContentPosition h3 {
    font-family: 'Gilroy', sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 140%;
    color: #363636;
    margin-bottom: 16px;
}

.stagesWorkContentPosition p {
    font-family: 'Gilroy', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #4C4C4C;
}

.stagesWorkContentPosition span {
    font-family: 'Gilroy', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #4C4C4C;
    margin-top: 16px;
    display: block;
}

.landingForm {
    padding: 80px 0;
    background: #CDF0E1;
}

.landingForm .wrapper {
    display: flex;
}

.landingFormTittle {
    font-size: 23px !important;
    line-height: 110%;
    text-align: center;
    color: #363636;
}

.landingForm .wrapper .wantTeamRight {
    padding: 0;
}

.landingForm .wrapper .wantTeamLeft {
    padding-right: 20px;
}

.landingForm .wrapper .wantTeamLeft img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.landingForm .wrapper .wantTeamRight {
    width: 51%;
}

.landingForm .articleMainRightForm {
    padding: 40px 24px !important;
}

.landingAdvantagesContainerTop {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.landingAdvantagesTabs {
    width: 25%;
    display: flex;
    align-items: center;
    padding: 16px;
    box-sizing: border-box;
    cursor: pointer;
}

.landingAdvantages {
    padding-top: 80px;
}

.landingAdvantages .wrapper {
    padding-bottom: 80px;
    border-bottom: 1px solid #BCBCBC;
}

.landingAdvantages .wrapper h2 {
    font-weight: 700;
    font-size: 37px;
    line-height: 110%;
    color: #363636;
    margin-bottom: 40px;
}

.landingAdvantagesContainerBottom {
    padding-top: 32px;
}

.landingAdvantagesTabs h3 {
    justify-content: center;
    padding: 12px;
    box-sizing: border-box;
    width: 51px;
    height: 51px;
    background: #A8E1C8;
    font-family: 'Gilroy';
    font-weight: 700;
    font-size: 29px;
    line-height: 110%;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    transition: all 0.3s;
    margin-bottom: 0;
}

.landingAdvantagesTabs h4 {
    margin: 0 16px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #8F8F8F;
    width: 147px;
    transition: all 0.3s;
}

.landingAdvantagesTabs.active h3 {
    background: #007844;
    transition: all 0.3s;
}

.landingAdvantagesTabs.active {
    background: #F5FFFB;
    transition: all 0.3s;
}

.landingAdvantagesTabs.active h4 {
    color: #363636;
    transition: all 0.3s;
}

.landingAdvantagesTabsContent {
    align-items: flex-start;
}

.landingAdvantagesInfoLeft {
    width: 50%;
    margin-right: 20px;
}

.landingAdvantagesInfoLeft img {
    width: 100%;
}

.landingAdvantagesInfoRight {
    width: 50%;
}

.landingAdvantagesInfoRight p {
    font-family: 'Gilroy', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #363636;
}

.landingSeoContainer {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;

    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.landingSeoContainer p {
    font-family: 'Gilroy', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #363636;
}

.landingSeo {
    padding: 80px 0 0 0;
}

.landingSeo .wrapper {
    padding-bottom: 80px;
    border-bottom: 1px solid #BCBCBC;
}

.landingSeo .wrapper h2 {
    font-weight: 600;
    font-size: 37px;
    line-height: 110%;
    color: #363636;
    margin-bottom: 40px;
}

.landingSeoContainerLeft {
    width: 50%;
    margin-right: 20px;
}

.landingSeoContainerRight {
    width: 50%;
}

.landingBanner .breadcrumb {
    padding-top: 0;
    max-width: 1180px;
    margin: 0 auto;
    height: auto;
    margin-bottom: 45px;
    padding-top: 16px;
}

.landingBanner {
    padding-top: 0;
}

.landingCardBanner .bannerLeft {
    width: 50%;
    margin-right: 20px;
}

.landingCardBanner .bannerRight {
    width: 50%;
}

.landingCardBannerS {
    padding-bottom: 175px;
}

.breadcrumbLast {
    border-left: 1px solid #D2D2D2;
    color: #D2D2D2;
    padding-left: 5px;
    margin-left: 5px;
}

.breadcrumb {
    padding-top: 0;
    padding-bottom: 0;
}

.whatItIs {
    padding: 80px 0;
}

.whatItIs .wrapper {
    display: flex;
    align-items: center;
}

.whatItIsLeft {
    width: 50%;
    margin-right: 20px;
}

.whatItIsRight {
    width: 50%;
}

.whatItIsRightContainer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.whatItIs .wrapper h2 {
    font-weight: 600;
    font-size: 37px;
    line-height: 110%;
    margin-bottom: 40px;
    color: #363636;
}

.whatItIsLeft>p {
    font-family: 'Gilroy';
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #363636;
    margin-bottom: 15px;
}

.whatItIsRightContainerSection {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    width: 48%;
    background: #FFFFFF;
    box-shadow: 0px 20px 50px rgba(18, 17, 39, 0.08);
    margin-bottom: 20px;
    box-sizing: border-box;
}

.whatItIsRightContainerSectionImg {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: #007844;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 13px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.whatItIsRightContainerSection h3 {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #363636;
    margin: 0;
}

.landingCardFotoSliderItem {
    height: 0;
    padding-bottom: 100%;
    position: relative;
    line-height: 0;
}

.landingCardFotoSliderItem img {
	width: 100%;
	max-width: 100%;
	object-fit: cover !important;
	object-position: center;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 0;
}

.landingCardFoto .slick-initialized .slick-slide {
    line-height: 0;
}

.landingCardFotoSlider.slick-initialized {
    opacity: 1;
}

.landingCardFotoSlider {
    opacity: 0;
    transition: all 0.3s;
}

.landingCardFoto {
    padding: 80px 0 0 0;
}

.landingCardFoto .wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    justify-content: space-between;
}

.landingCardFoto .wrapper h2 {
    font-weight: 600;
    font-size: 37px;
    line-height: 110%;
    color: #363636;
}

.landingCardFotoBtn {
    display: flex;
    align-items: center;
}

.landingCardFotoBtn div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27px;
    height: 27px;
    background: #CDF0E1;
    border-radius: 4px;
    cursor: pointer;
}

.landingCardFotoSliderNext {
    margin-left: 8px;
}

.whatItIs .wrapper {
    overflow: visible !important;
}

.landingBanner .wrapper .bannerLeft {
    padding-top: 0;
}

.landingBannerFlex {
    display: flex;
    align-items: flex-start;
    margin-bottom: 32px;
    width: 420px;
}

.landingBannerFlexSection {
    width: 50%;
}

.landingBannerFlexSection:nth-of-type(1) {
    padding-right: 50px;
    border-right: 1px solid #D2D2D2;
}

.landingBannerFlexSection:nth-of-type(2) {
    padding-left: 50px;
    padding-right: 15px;
    box-sizing: border-box;
}

.landingBannerFlexSection p {
    font-family: 'Gilroy';
    font-weight: 800;
    font-size: 37px;
    line-height: 110%;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
}

.landingBannerFlexSection span {
    display: block;
    text-align: center;
    font-family: 'Gilroy';
    font-weight: 300;
    font-size: 15px;
    line-height: 140%;
    color: #FFFFFF;
    margin: 10px auto 0 auto;
}

.breadcrumb {
    max-width: 1180px !important;
}

.articleMainRightFormTittle {
    font-weight: 600 !important;
    font-size: 23px !important;
    line-height: 110% !important;
    color: #363636;
    text-align: left !important;
}

.prodjectBtn {
    display: flex;
    align-items: center;
}

.prodjectSliderPrev,
.prodSliderPrev {
    transform: rotate(180deg);
    margin-right: 4px;
}

.prodjectSliderPrev,
.prodjectSliderNext,
.prodSliderPrev,
.prodSliderNext {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27px;
    height: 27px;
    background: #CDF0E1;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
}

.prodjectSliderPrev img,
.prodjectSliderNext img,
.prodSliderPrev img,
.prodSliderNext img {
    object-fit: contain;
}

.prodjectSliderPrev:hover,
.prodjectSliderNext:hover,
.prodSliderPrev:hover,
.prodSliderNext:hover {
    transition: all 0.3s;
    background: #35A574;
}

.prodject .wrapper .prodjectTop .catalogueTabBtn {
    padding: 0;
    margin-right: 40px;
}

.prodjecItem {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 16px;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(18, 17, 39, 0.08);
    box-sizing: border-box;
    height: auto;
}

.prodjecItem h2 {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 140%;
    color: #363636;
    margin-bottom: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.prodjecItem p {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 16px;
    color: #363636;
    min-height: 167px;
}

.prodjecItemImgContainer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    height: 390px;
}

.prodjecItem a.moreCases {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #4C4C4C;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.prodjecItem a.moreCases img {
    margin-left: 12px;
    width: 20px;
}

.prodjectSliderDots {
    display: flex;
    justify-content: center;
}

.prodjectSliderDots .slick-dots {
    display: flex;
    align-items: center;
}

.prodjectSliderDots .slick-dots li {
    margin-right: 8px;
}

.prodjectSliderDots .slick-dots li:nth-last-of-type(1) {
    margin-right: 0;
}

.prodjectSliderDots .slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #E9E9E9;
    border-radius: 10px;
    border: none;
    display: block;
    padding: 0;
}

.prodjectSliderDots .slick-dots .slick-active button {
    background: #68C39C;
}

.prodjecItem.slick-slide {
    margin: 30px 10px;
    overflow: visible;
    height: auto;
}

.prodjecItem.slick-active {
    z-index: 2;
}

.prodjectSlider {
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding: 0 5px 10px;
}

.prodjectScrollbar {
    margin-top: 32px;
}

.allCaseContentTabsTextPosition {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 2px 12px;
    background: #007844;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 140%;
    color: #FFFFFF;
    margin-right: 10px;
}

.catProgectArch {
    position: absolute;
    top: 16px;
    left: 16px;
}

.bannerCaseContentRight .slider-wrapper {
    width: 100%;
}

.slider-for__item {
    width: 100%;
}

.bannerCaseContentLeftTabs {
    display: flex;
    align-items: baseline;
    margin-bottom: 30px;
}

.bannerCaseContentLeftTabs button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 12px;
    border: 1px solid #BCBCBC;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 140%;
    color: #BCBCBC;
}

.bannerCaseContentLeftTabsGreen {
    border: 1px solid #007844 !important;
    color: #007844 !important;
    margin-right: 16px;
}

.bannerCaseContentH3 {
    font-family: 'Gilroy';
}

.slider-nav__item {
    height: 323px !important;
}

.bannerCaseContentRight .slider-nav {
    height: 323px !important;
}

.caseProdjectBtn {
    display: flex;
    align-items: center;
}

.caseForms h2 {
    margin-bottom: 16px;
    font-size: 37px;
    line-height: 110%;
    color: #363636;
}

.caseForms p {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    color: #626262;
}

.otherProjectsSliderItem .allCaseContentTabSection {
    width: 100%;
    height: 100%;
}

.iframe-wrapper {
    position: relative;
    width: 50%;
    height: 0;
    padding-bottom: 56.25%;
    /* соотношение сторон 16:9 */
}

.caseFormRight {
    width: 50%;
}

.caseFormLeft,
.caseFormRight {
    width: 50%;
    display: inline-block;
    position: relative;
}

.iframe-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    /* соотношение сторон 16:9 */
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.installationRight {
    height: 100%;
}

.installation.aboutUs .wrapper .installationLeft {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.aboutUs .wrapper .installationLeft img {
    height: 100%;
    max-width: none;
    width: auto;
    object-fit: cover;
}

.banner.bannerAboutUs .wrapper {
    height: 90%;
    overflow: hidden;
}

.paymentContainer {
    display: flex;
    align-items: center;
}

.paymentContainer li:nth-of-type(2) {
    margin: 0 22px;
}

.offerta a {
    text-decoration: none;
    font-family: 'Gilroy';
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    color: #E9E9E9;
}


.slider .slick-list {
    height: 100% !important;
}

.banner .wrapper {
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.fullRevievBlock {
    max-width: 500px;
    padding: 24px;
}


.coverImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.formSubmit button.wpcf7-submit {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 16px 32px;
    border-radius: 4px;
}

.arrIconBtn {
    margin-left: 10px;
}

#breadcrumbs {
    padding: 0;
    position: relative;
    width: 100%;
    font-size: 12px;
    color: #A5A5A5;
    margin-top: 12px;
}

#breadcrumbs a {
    color: #A5A5A5;
}


#breadcrumbs img {
    position: relative;
    top: 3px;
}

.brDevider {
    width: 1px;
    background: #BCBCBC;
    height: 12px;
    margin: 0 8px;
    display: inline-block;
    position: relative;
    top: 2px;
}

.page-template-landing-tpl #breadcrumbs,
.page-template-landing-child-tpl #breadcrumbs,
.page-template-about-tpl #breadcrumbs, .page-template-landing-child-child-tpl #breadcrumbs {
    padding: 0;
    width: 100%;
    font-size: 12px;
    color: #A5A5A5;
    margin-top: 0;
    position: absolute;
    transition: tr;
    transform: translateX(-50%);
    left: 50%;
}

.page-template-landing-tpl .brDevider,
.page-template-landing-child-tpl .brDevider, .page-template-landing-child-child-tpl .brDevider {
    background: #D2D2D2;
}

.page-template-landing-tpl #breadcrumbs img,
.page-template-landing-child-tpl #breadcrumbs img,
.page-template-about-tpl #breadcrumbs img, .page-template-landing-child-child-tpl #breadcrumbs img {
    filter: brightness(0) saturate(100%) invert(98%) sepia(4%) saturate(409%) hue-rotate(308deg) brightness(116%) contrast(83%);
}

.slider,
.blockSlider {
    opacity: 0;
    transition: 0.3s all;
    position: absolute;
}

.slider.slick-initialized,
.blockSlider.slick-initialized {
    opacity: 1;
    position: relative;
}

.nolink {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

.cases-slider-for {
    height: 420px;
    margin-bottom: 20px;
}

.slider-wrapper .slick-list,
.slider-wrapper .slick-track {
    height: 100%;
}

.cases-slider-nav {
    height: 323px;
    margin: 0 -10px;
}

.case-slider-nav-item {
    margin: 0 10px;
}

.caseFormLeft.fullCzitata {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

.tekst_pid_zagolovkom {
    font-size: 15px;
    color: #363636;
}

.titleCaseBlock {
    margin-bottom: 40px;
}

.sliderImgProgect.fullImgProgect {
    width: 100%;
}

.slick-track {
    display: flex !important;
}

.innerProdjecItem {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.contentCasesSlider {
    flex-grow: 1;
    margin-bottom: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.caseFormRight {
    min-height: 310px;
}

.caseFormRight img.coverImg {
    position: absolute;
    top: 0;
    left: 0;
}

.playCases {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.termCases {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 12px;
    border: 1px solid #BCBCBC;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 140%;
    color: #BCBCBC;
    margin-right: 16px;
}

.single-project #content {
    margin-top: 40px;
}

.termCases.current-term {
    color: #007844;
    border-color: #007844;
}

.progectArchList {
    display: flex;
    flex-wrap: wrap;
}

.archTitle {
    font-family: 'Nekst';
    font-weight: bold;
    font-size: 37px;
    line-height: 110%;
    color: #363636;
    margin: 0;
}

.allCaseContentTabSection a {
    color: #363636;
}

.allCaseContentTabSection a:hover {
    color: #5e5e5e;
}

.casesNav li a {
    border: none;
    background: transparent;
    padding: 0 8px;
    font-family: 'Gilroy';
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #4C4C4C;
}

.casesNav li.current-menu-item a {
    color: #007844;
}

.casesNav {
    display: flex;
}

.wp-pagenavi {
    display: flex;
}

.paginationRow {
    display: flex;
    justify-content: space-between;
    color: #BCBCBC;
}

.wp-pagenavi .nextpostslink {
    transform: rotate(180deg);
    margin-left: 10px;
}

.wp-pagenavi a.page {
    margin: 0 10px;
    color: #BCBCBC;
}

.wp-pagenavi .current {
    margin: 0 10px;
    color: #000;
    font-weight: 600;
}

.wp-pagenavi .previouspostslink {
    margin-right: 10px;
}

.textAnonsaServ a {
    color: #fff;
}

.flexAnons {
    column-count: 2;
    column-gap: 20px;
}

.textAnonsaServ li {
	margin-bottom: 3px;
	break-inside: avoid-column;
}

.lockImgBlock {
    width: 40px;
}

.servicesContainerSection.lock:hover::before {
    width: 0;
}


.lockImgBlock img {
    width: 100%;
}

body.page-template-default {
    background-color: #F5FFFB;
}

body.page-template-default .site-content {
    box-shadow: 0px 20px 50px rgba(18, 17, 39, 0.08);
    padding: 32px 24px;
    margin-bottom: 80px;
    margin-top: 12px;
}

body.page-template-default .site-content h1, body.page-template-order-calc-tpl .site-content h1 {
	font-family: 'Nekst';
	font-weight: bold;
	font-size: 37px;
	line-height: 110%;
	color: #363636;
	margin-bottom: 64px;
	text-transform: uppercase;
}

body.page-template-default .site-content h2 {
    font-weight: bold;
    font-size: 23px;
    line-height: 120%;
    color: #363636;
    margin-bottom: 16px;
}

body.page-template-default .site-content ul {
    padding-left: 20px;
    list-style: disc;
}

.otherProjectsSliderItemPosition img {
    height: 40px;
    width: auto;
}

#mobMenuList {
    font-size: 18px;
}

#mobMenuList li {
    margin-bottom: 10px;
}

.whatDoingContainer.doingListSlider,
.whatDoingContainerDots {
    z-index: -10;
    position: absolute;
    left: -20000px;
    opacity: 0;
}

.mobMenu {
    display: none;
}

input[type="range"] {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    margin: 0;
    overflow: hidden;
    border: 0;
    border-radius: 1px;
    outline: none;
    background: linear-gradient(#007844, #007844) no-repeat center;
    /* Use a linear gradient to generate only the 2px height background */
    background-size: 100% 2px;
    pointer-events: none;
}

input[type="range"]:active,
input[type="range"]:focus {
    outline: none;
}

input[type="range"]::-webkit-slider-thumb {
    background: url(/wp-content/uploads/2023/05/ellipse.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    pointer-events: all;
}


.multi-range {
    position: relative;
    height: 20px;
    width: 100%;
    display: block;
    margin-top: 12px;
}

.multi-range input[type="range"] {
    position: absolute;
}

.multi-range input[type="range"]:nth-child(2) {
    background: none;
}

.multi-range input[type="range"]:nth-child(2)::-webkit-slider-thumb::before {
    background-color: grey;
    width: 20px;
    height: 20px;
}

.ProductCardSlider {
    width: 480px;
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
}

.ProductCardSliderSmallItem {
    width: 100% !important;
    height: 70px;
    margin-bottom: 20px;
    cursor: pointer;
}

.ProductCardSliderSmallItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ProductCardSlider {
    margin-right: 20px;
}

.ProductCard {
    padding: 40px 0;
}

/*.ProductCardSliderBig {
    width: 380px;
    height: 609px;
    margin-left: 20px;
    overflow: hidden;
}*/

.ProductCardSliderBig {
	width: 380px;
	height: auto;
	margin-left: 20px;
	overflow: hidden;
}

.ProductCardSliderBig.noGal {
	width: 100%;
	margin-left: 0;
}

.ProductCardSliderBig .slick-list {
    height: 100%;
}

.ProductCardSliderBig .slick-list .slick-track {
    height: 100%;
}

.ProductCardSliderBig .slick-list .slick-track .slick-slide {
    height: 100%;
}

.ProductCardSliderBig .slick-list .slick-track .slick-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.ProductCardSliderSmall {
    width: 80px;
    display: flex;
    flex-direction: column;
}

.ProductCardSliderSmall .slick-track {
    display: flex !important;
    flex-direction: column;
}

.glassContent {
    display: none;
}

.glassContent.active {
    display: block;
}

.glassBtn {
    cursor: pointer;
}

.ProductCardBanner {
    display: flex;
}

.glassBtn.active {
    font-weight: bold;
}

.ProductCardBannerContent {
    width: calc(100% - 480px) !important;
}

.ProductCardBannerContentCards {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.productCard1 {
    font-weight: 700;
    font-size: 12px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #007844;
    box-sizing: border-box;
    height: 34px;
    padding: 8.5px 17px;
    border: 1px solid #007844;
    margin-right: 8px;
}

.productCard1:hover {
    color: #fff;
    background-color: #007844;
}


.productCard2 {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    text-align: center;
    color: #363636;
    padding: 8.5px 17px;
    box-sizing: border-box;
    height: 34px;
    background: #F2C94C;
}

.ProductCardBannerContent h2 {
    font-family: 'Nekst';
    font-weight: 600;
    font-size: 37px;
    line-height: 110%;
    color: #363636;
    margin-bottom: 16px;
}

.productSize {
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
    color: #363636;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.productSize strong {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    margin-left: 3px;
    color: #363636;
}

.productDescription {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #363636;
    margin-bottom: 16px;
    width: 90%;
}

.youtubeBlock a {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #35A574;
    margin-bottom: 16px;
}

.ProductCardBannerContent h3 {
    font-weight: 700;
    font-size: 19px;
    line-height: 140%;
    color: #363636;
    margin-bottom: 20px;
}

.youtubeBlock img {
    margin-right: 8px;
}

.productSize strong {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #363636;
}

.catalogAccordionHeader {
    cursor: pointer;
}

.catalogAccordionContent {
    display: none;
}

.catalogAccordionContent.active {
    display: block;
}

.catalogPageContainerLeft {
    width: 280px;
    border: 1px solid #D2D2D2;
    padding: 0 16px;
    height: max-content;
    margin-right: 20px;
}

.catalogAccordionHeader {
    font-weight: 600;
    font-size: 19px;
    line-height: 110%;
    color: #007844;
    height: 56px;
    border-bottom: 1px solid #D2D2D2;
    display: flex;
    align-items: center;
    position: relative;
}

.catalogAccordionHeader:after {
    content: "";
    background: url(/wp-content/uploads/2023/05/base.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 16px;
    right: 0px;
    transition: all 0.3s;
}

.catalogAccordionHeader.active::after {
    transform: rotate(180deg);
    transition: all 0.3s;
}

.catalogAccordionContent {
    padding: 16px 0px;
    box-sizing: border-box;
    border-bottom: 1px solid #D2D2D2;
}

.catalogAccordionHeader.active {
    border-bottom: 0;
}

#range-left-input {
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    padding: 8px 16px;
    width: 75px;
    height: 33px;
    border: 1px solid #D2D2D2;
    border-radius: 5px;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 0;
    color: #363636;
}

.range-values-cantre {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 33px;
    border-radius: 5px;
    box-sizing: border-box;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #363636;
}

.range-values {
    display: flex;
    align-items: center;
}

#range-right-input {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 8px 16px;
    width: 89px;
    height: 33px;
    border: 1px solid #D2D2D2;
    border-radius: 5px;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #363636;
    margin-bottom: 0;
}

.grn {
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 33px;
    border-radius: 5px;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #363636;
}

.catalogAccordionContentText {
    display: flex;
    align-items: center;
    margin-bottom: 16px
}

.catalogAccordionContentText:nth-last-of-type(1) {
    margin-bottom: 0;
}

.catalogAccordionContentText1 {
    font-family: 'Gilroy';
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #4C4C4C;
}

.catalogAccordionContentText2 {
    font-family: 'Gilroy';
    font-weight: 300;
    font-size: 12px;
    line-height: 140%;
    margin-left: auto;
    color: #8F8F8F;
}

.catalogPage .innerPage h1 {
    font-family: 'Nekst';
    font-style: normal;
    font-weight: 700;
    font-size: 37px;
    line-height: 110%;
    color: #363636;
    margin-bottom: 40px;
}

.catalogAccordionItem:nth-last-of-type(1) .catalogAccordionHeader {
    border-bottom: 0;
}

.catalogPage .innerPage {
    max-width: 100%;
    margin: 0 auto;
}

.catalogPageContainer {
    display: flex;
    margin-bottom: 20px;
}

.catalogPageContainerRight {
    width: calc(100% - 300px);
}

.catalogPageTopNavigation {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.catalogPageSelect>p {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #8F8F8F;
    margin-bottom: 0;
    margin-right: 10px;
}

.catalogPageSelect:nth-of-type(1) {
    margin-right: 15px;
}

.catalogPageSelect {
    display: flex;
    align-items: center;
}

.catalogPageSelect1 select {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding: 8px 32px 8px 16px;
	width: 236px !important;
	height: 40px;
	border: 1px solid #8F8F8F;
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
	color: #363636;
	box-shadow: none;
	margin-right: 15px;
}

.catalogPageTopNavigation select {
    border: 1px solid #8F8F8F;
    border-radius: 0;
    margin-bottom: 0;
}

.catalogPageSelect2 select {
    width: 110px !important;
    height: 40px;
    border: 1px solid #8F8F8F;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #363636;
    box-shadow: none;
}

.catalogPageContainerCatalog {
    display: flex;
    flex-wrap: wrap;
}

.catalogPage {
    margin-top: 40px;
}

.catalogPageContainerCatalog .catalogPageCard {
    box-shadow: 0px 20px 50px rgba(18, 17, 39, 0.08);
    padding: 16px;
}

.innerCardProd {
    padding: 16px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(18, 17, 39, 0.08);
    margin-bottom: 20px;
}

.catalogPageCardImg {
	width: 100%;
	height: 0;
	margin-bottom: 8px;
	padding-bottom: 100%;
	position: relative;
}

.catalogPageCardImg img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
}

.catalogPageCardTittle {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #363636;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

.catalogPageCardText {
    margin-bottom: 8px;
}

.catalogPageCardPrice {
    display: flex;
    align-items: center;
    margin-bottom: 16px !important;
}

.catalogPageCardPriceLeft {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 29px;
    line-height: 110%;
    color: #363636;
    margin-right: 16px;
}

.catalogPageCardPriceRight {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    text-decoration-line: line-through;
    color: #BCBCBC;
    margin-bottom: -5px;
}

.catalogPageCard a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-radius: 1px;
    align-items: center;
    width: 100%;
    height: 40px;
    background: #68C39C;
    border-radius: 1px;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #FFFFFF;
}

.catalogPageBottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 80px;
    border-bottom: 1px solid #BCBCBC;
}

.catalogPageList {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #BCBCBC;
}

.catalogPagePagination ul {
    display: flex;
    align-items: center;
}

.catalogPagePagination ul li {
    margin-right: 10px;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #BCBCBC;
    cursor: pointer;
}

.catalogPagePagination ul li:hover {
    color: #363636;
    filter: invert(19%) sepia(10%) saturate(22%) hue-rotate(353deg) brightness(98%) contrast(93%);
}

.catalogPagePagination ul li:nth-last-of-type(1) {
    transform: rotate(180deg);
}

.catalogPageSeo {
    padding: 80px 0;
    border-top: 1px solid #BCBCBC;
    margin-top: 80px;
}

.catalogPageSeo h2 {
    font-family: 'Nekst';
    font-style: normal;
    font-weight: 600;
    font-size: 37px;
    line-height: 110%;
    color: #363636;
    margin-bottom: 40px;
}

.catalogPageSeoContainer {
    column-width: calc(50% - 10px);
    column-count: 2;
    column-gap: 20px;
}

.catalogPageSeoContainer div {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #363636;
}

.catalogPageSeoContainer div:nth-of-type(1) {
    margin-right: 20px;
}

.catalogCheckbox {
    margin-right: 10px;
}

.Фільтр {
    display: none;
}

.catalogPageSelectMobile {
    display: none;
}

.filterBtn {
    display: none;
}

.glassBtn {
    display: flex;
    flex-direction: column;
    margin-right: 12px;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #363636;
    transition: all 0.3s;
}

.glassBtn:nth-last-of-type(1) {
    margin-right: 0;
}

.glassContentBtn {
    display: flex;
    margin-bottom: 32px;
}

.glassBtnImg {
    width: 120px;
    height: 120px;
    border: 3px solid transparent;
    transition: all 0.3s;
    margin-bottom: 8px;
}

.glassBtnImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.glassBtn.active {
    transition: all 0.3s;
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
    color: #35A574;
}

.glassBtn.active .glassBtnImg {
    transition: all 0.3s;
    border: 3px solid #35A574;
}

.ProductCardBannerContent h4 {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #363636;
    margin-bottom: 16px;
}

.glassContent {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.glassContentSum {
    font-weight: 700;
    font-size: 29px;
    line-height: 110%;
    color: #363636;
    margin-right: 16px;
}

.glassContentSumNone {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    text-decoration-line: line-through;
    color: #BCBCBC;
}

.glassContentFlexBtn {
    display: flex;
    align-items: center;
}

.glassContentFlexBtn1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    width: 180px;
    height: 40px;
    background: #68C39C;
    border-radius: 1px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    margin-right: 20px;
    border: none;
}

.glassContentFlexBtn1 img {
    margin-left: 13px;
}

.glassContentFlexBtn2 {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 8px;
    width: 180px;
    height: 40px;
    border: 1px solid #68C39C;
    border-radius: 1px;
    background: transparent;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    text-align: center;
    color: #68C39C;
    transition: 0.3s all;
    cursor: pointer;
}

.glassContentFlexBtn2 > a {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 8px;
	width: 180px;
	height: 40px;
	border: 1px solid #68C39C;
	border-radius: 1px;
	background: transparent;
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	color: #68C39C;
	transition: 0.3s all;
	cursor: pointer;
}

.glassContentFlexBtn2:hover {
    color: #ffffff;
    background-color: #35A574;
}

.glassContentFlexBtn2 img {
    margin-left: 12px;
}

.glassContent {
    display: none;
}

.glassContent.active {
    display: flex;
}

.advantagesCardSection {
    display: flex;
    align-items: center;
    height: 71px;
    padding: 10px 16px;
    box-sizing: border-box;
    background: #F5FFFB;
    width: 24%;
}

.advantagesCard {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0 80px 0;
}



.advantagesCardGreen {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 51px;
    height: 51px;
    background: #007844;
    font-weight: 700;
    font-size: 29px;
    line-height: 110%;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-right: 16px;
}

.advantagesCardText {
    font-weight: 700;
    font-size: 19px;
    line-height: 140%;
    color: #363636;
}

.productInformationContent {
    display: none;
}

.productInformationContent.active {
    display: flex;
}

.productInformation {
    padding-bottom: 80px;
    border-bottom: 1px solid #BCBCBC;
    margin-bottom: 80px;
}

.productInformationTabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.productInformationBtn {
    width: 24%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    border-bottom: 2px solid transparent;
    font-family: 'Nekst';
    font-weight: 600;
    font-size: 23px;
    line-height: 110%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #8F8F8F;
    transition: all 0.3s;
    cursor: pointer;
}

.productInformationBtn.active {
    border-bottom: 2px solid #35A574;
    color: #363636;
    transition: all 0.3s;
}

.mainCharacteristics {
    width: 50%;
    margin-right: 20px;
}

.physicalCharacteristics {
    width: 50%;
}

.productInformationContent h3 {
    font-weight: 700;
    font-size: 19px;
    line-height: 140%;
    color: #363636;
    margin-bottom: 24px;
}

.mainCharacteristicsContent {
    border: 1px solid #BCBCBC;
    min-height: 37px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0;
}

.mainCharacteristicsContent:nth-last-of-type(1) {
    border-bottom: 1px solid #BCBCBC;
}

.mainCharacteristicsLeft {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #363636;
    padding-left: 16px;
    box-sizing: border-box;
    width: 30%;
}

.mainCharacteristicsRight {
    width: 70%;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #363636;
    text-align: right;
    padding-right: 16px;
    box-sizing: border-box;
    padding-left: 24px;
}

.similarProducts h2 {
    font-family: 'Nekst';
    font-weight: 600;
    font-size: 37px;
    line-height: 110%;
    color: #363636;
    margin-bottom: 40px;
}

.similarProductsContainer, .alsoWatchedSlider {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	overflow: hidden;
	padding: 0 5px;
}

.catalogPageCard {
    
    margin: 0 0 20px;
    padding: 0;
}



.similarProducts {
    padding-bottom: 80px;
    border-bottom: 1px solid #BCBCBC;
    margin-bottom: 80px;
}



.alsoWatchedSliderDots,
.dotsRow {
    margin-top: 20px;
}

.alsoWatchedSliderDots ul,
.dotsRow ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.alsoWatchedSliderDots ul li,
.dotsRow ul li {
    width: 10px;
    height: 10px;
    background: #E9E9E9;
    border-radius: 50%;
    margin-right: 8px;
    cursor: pointer;
}

.alsoWatchedSliderDots ul li:nth-last-of-type(1),
.dotsRow ul li:nth-last-of-type(1) {
    margin-right: 0;
}

.alsoWatchedSliderDots ul li button,
.dotsRow ul li button {
    font-size: 0;
    padding: 0;
    border: none;
}

.similarProductsContainer .slick-list {
    padding-bottom: 10px;
}

.alsoWatchedSlider .slick-list {
    padding-bottom: 10px;
}

.alsoWatchedSliderDots ul .slick-active,
.dotsRow ul .slick-active {
    background: #68C39C;
}



.alsoWatched {
    padding-bottom: 80px;
    border-bottom: 1px solid #BCBCBC;
    margin-bottom: 0px;
}

.alsoWatched h2 {
    font-family: 'Nekst';
    font-weight: 600;
    font-size: 37px;
    line-height: 110%;
    color: #363636;
    margin-bottom: 40px;
}

.ProductCardSliderSmallDots {
    display: none;
}

.displayNone {
    display: none;
}

.similarProductsDots {
    display: none;
}

.headingCalculator {
    display: flex;
    align-items: center;
    padding: 8px 16px 8px 36px;
    box-sizing: border-box;
    width: 280px;
    background: #FFFFFF;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 8px;
    font-family: 'Nekst';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 110%;
    color: #363636;
    transition: all 0.3s;
    text-transform: uppercase;
}

.headingCalculator>span {
    display: flex;
    font-family: 'Gilroy';
    flex-direction: row;
    align-items: center;
    width: max-content;
    height: 25px;
    background: #F2C94C;
    border-radius: 2px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #363636;
    margin-left: auto;
    text-transform: uppercase;
}

.headingCalculator>span.output {
    padding: 4px 8px;
    white-space: nowrap;
}

.resetChoice {
    margin-top: -2px;
    margin-left: 4px;
    cursor: pointer;
}

.resetChoice img {
    width: 10px !important;
    height: 10px !important;
    object-fit: cover;
    margin-left: 4px;
}

.headingCalculator>span.active {
    padding: 4px 8px;
}

.contentsCalculatorRadio.active {
    background: #A8E1C8;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.headingCalculator:hover {
    transition: all 0.3s;
    color: #007844;
}

.headingCalculator:hover:before {
    filter: invert(19%) sepia(100%) saturate(2872%) hue-rotate(152deg) brightness(87%) contrast(101%);
}

.headingCalculator.active {
    color: #007844;
    transition: all 0.3s;
    margin-bottom: 0;
    border-radius: 8px 8px 0 0;
}

.headingCalculator::before {
    content: '';
    background: url(/wp-content/uploads/2023/05/plus.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 11px;
    height: 11px;
    transform: rotate(0);
    transition: all 0.3s;
    position: absolute;
    top: 50%;
    left: 19px;
    filter: none;
    transform: translateY(-50%) !important;
}

.headingCalculator.active::before {
    transform: rotate(-135deg);
    filter: invert(20%) sepia(66%) saturate(6820%) hue-rotate(158deg) brightness(90%) contrast(104%);
}

.not-active.headingCalculator::before {
    transform: rotate(0deg);
}

.contentsCalculator {
    display: none;
    padding: 8px 16px 24px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 0 0 8px 8px;
    margin-bottom: 8px;
    padding-bottom: 16px;
}

.contentsCalculatorRadio {
    display: flex;
    align-items: center;
    padding: 8px;
    height: 48px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    margin-bottom: 8px;
    cursor: pointer;
}

.contentsCalculatorRadio div {
    display: flex;
    align-items: center;
    width: 100%;
}

.contentsCalculatorRadio span {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    letter-spacing: -0.13px;
    color: #222124;
    margin-left: 8px;
}

.contentsCalculatorRadio input {
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: 1.5px solid #E6E6E6;
    box-shadow: 0px 3px 4px -5px rgba(24, 24, 28, 0.03), 0px 1px 2px rgba(24, 24, 28, 0.04);
    border-radius: 50px;
}

.contentsCalculatorRadio>div img {
    width: 32px;
    height: 32px;
    margin-left: auto;
}


.headingCalculator {
    position: relative;
    font-weight: bold;
}


.resetIcon {
    position: absolute;
    top: 0;
    right: -20px;
    cursor: pointer;
    visibility: hidden;
}


.imgCalculator div {
    display: none;
}

.contentCalculator {
    width: 1180px;
    height: 800px;
    padding: 46px 0 0px 100px;
    box-sizing: border-box;
    position: relative;
    background: url(/wp-content/uploads/2023/06/modalsss.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.buttonCalculator {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    z-index: 11;
}

#filter0_b_2039_52289 {
    background: rgba(255, 255, 255, 0.1);
    mix-blend-mode: normal;
    backdrop-filter: blur(21.5px);
}

.imgCalculator div img {
    width: 1180px;
    height: 800px;
    object-fit: cover;
}

.buttonReset {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    box-sizing: border-box;
    width: 160px;
    height: 52px;
    background: #68C39C;
    white-space: nowrap;
    border-radius: 4px;
    margin-right: 8px;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    border: none;
}

.buttonClose {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px;
    box-sizing: border-box;
    width: 52px;
    height: 52px;
    background: #209663;
    border: 1px solid #86D2B1;
    border-radius: 4px;
}

.calculatorContainer h2 {
    font-family: 'Nekst';
    font-style: normal;
    font-weight: 600;
    font-size: 37px;
    line-height: 110%;
    color: #363636;
    margin-bottom: 8px;
    position: relative;
    z-index: 2;
}

.calculatorContainer>p {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #363636;
    width: 70%;
    position: relative;
    z-index: 2;
    margin-bottom: 32px;
}

.calculatorContainerFlex {
    margin-top: 32px;
    display: flex;
    position: relative;
    z-index: 10;
}

.calculatorContainerFlexInput {
    position: relative;
}

.calculatorContainerFlexInput input {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px;
    height: 46px;
    background: #FFFFFF;
    border: 2px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    margin-bottom: 8px;
    padding-right: 36px;
}

.calculatorContainerFlexInput input {
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right 16px center;
}

#widthDoors {
    background-image: url(/wp-content/uploads/2023/05/inputicon3.svg);
}

#heightInput {
    background-image: url(/wp-content/uploads/2023/05/inputicon2.svg);
}

#widthInput,
#overallWidthInput {
    background-image: url(/wp-content/uploads/2023/05/inputicon1.svg);
}







.calculatorContainerFlexInput input {
    font-family: 'Nekst';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: rgba(53, 50, 50, 0.5);
}

.calculatorContainerFlexInput input::placeholder {
    font-family: 'Nekst';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: rgba(53, 50, 50, 0.5);
}

.calculatorContainerFlexLeft {
    width: 280px;
    margin-right: 20px;
}

.calculatorContainerFlexRight {
    width: 280px;
}

.calculatorContainerFlexLeft h3,
.calculatorContainerFlexRight h3 {
    font-family: 'Nekst';
    font-weight: 600;
    font-size: 15px;
    line-height: 110%;
    color: #363636;
    margin-bottom: 16px;
}

.imgCalculator1,
.imgCalculator2,
.imgCalculator3,
.imgCalculator4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 1180px;
    height: 800px;
    z-index: 1;
    opacity: 0.75;
}

.imgCalculator7,
.imgCalculator8,
.imgCalculator9 {
    opacity: 0.75;
}

.imgCalculator5,
.imgCalculator6 {
    position: absolute;
    top: 0;
    left: 0;
    width: 1180px;
    height: 800px;
    z-index: 3;
}

.imgCalculator7,
.imgCalculator8,
.imgCalculator9,
.imgCalculator10 {
    position: absolute;
    top: 0;
    left: 0;
    width: 1180px;
    height: 800px;
    z-index: 2;
}

.imgCalculator11 {
    position: absolute;
    top: 0;
    left: 0;
    width: 1180px;
    height: 800px;
    z-index: 2;
}

.animationCalculator {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 100;
}

.buttonReset img {
    margin-right: 10px;
}

.calculatorContainerSum {
    margin-top: 100px;
    position: relative;
}

.calculatorContainerSum2 {
    display: none;
}

.calculatorContainerSum p {
    font-weight: 400;
    font-size: 15px;
    line-height: 110%;
    height: 32px;
    display: flex;
    align-items: center;
    color: #363636;
    margin: 0;
}

.calculatorContainerBtn {
    width: 100%;
}

.calculatorContainer.active {
    display: none;
}

.orderBackground {
    display: none;
}

.orderBackground.active {
    display: block;
    position: relative;
    z-index: 102;
}

.buttonCalculator.active {
    display: none;
}

#totalSum {
    font-style: normal;
    font-weight: 700;
    font-size: 29px;
    line-height: 110%;
    color: #363636;
    margin-bottom: 16px;
}

.calculatorContainerBtn {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 9.5px;
    width: 180px;
    height: 53px;
    background: #209663;
    border: 1px solid #86D2B1;
    border-radius: 4px;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    white-space: nowrap;
    position: relative;
    z-index: 30;
}

.sumIcon {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    width: 252px;
    height: 87px;
    background: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 4px;
    position: absolute;
    z-index: 0;
    left: 100%;
    opacity: 0;
}

.accordionCalculator {
    position: relative;
}

.sumIcon2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    width: 252px;
    height: 87px;
    background: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 4px;
    position: absolute;
    z-index: 22;
    left: 120%;
    opacity: 0;
}

.animationCalculator.active {
    display: none;
}

.animationCalculatorSection {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 62.89px;
    background: rgba(0, 0, 0, 0.1);
    font-size: 0;
}

.sumIcon h3 {
    font-family: 'Nekst';
    font-weight: 600;
    font-size: 15px;
    line-height: 110%;
    color: #363636;
    margin-bottom: 4px;
}

.sumIcon p {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #363636;
}

.sumIcon2 h3 {
    font-family: 'Nekst';
    font-weight: 600;
    font-size: 15px;
    line-height: 110%;
    color: #363636;
    margin-bottom: 4px !important;
}

.sumIcon2 p {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #363636;
}

#totalSum {
    position: relative;
    width: max-content;
    margin-right: 40px;
}

.calculatorContainerSumFlex {
    position: relative;
    display: flex;
    width: max-content;
}

#totalSum::after {
    content: "";
    background: url(/wp-content/uploads/2023/05/info.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    display: block;
    top: 0;
    right: -25px;
}

#processingOrderPageSum {
    position: relative;
}

#processingOrderPageSum::after {
    content: "";
    background: url(/wp-content/uploads/2023/05/info.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    display: block;
    top: 0;
    right: -30px;
}

#totalSum2::after {
    content: "";
    background: url(/wp-content/uploads/2023/05/info.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    display: block;
    top: 0;
    right: 0px;
}

.sumIcon::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    display: block;
    left: -7px;
    top: 7.9px;
    background: #FFFFFF;
    border: 1.2px solid rgba(255, 255, 255, 0.12);
    transform: rotate(-45deg);
}

.sumIcon2::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    display: block;
    left: -7px;
    top: 7.9px;
    background: #FFFFFF;
    border: 1.2px solid rgba(255, 255, 255, 0.12);
    transform: rotate(-45deg);
}

.animationCalculatorSection.active {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    width: max-content;
    padding: 0 16px;
    box-sizing: border-box;
}

.animationCalculatorSection {
    margin-right: 0;
    margin-left: auto;
}

.animationCalculatorSection.active img {
    min-width: 24px;
    min-height: 24px;
    width: 24px;
    height: 24px;
    margin-right: 9px;
    filter: invert(10%) sepia(7%) saturate(32%) hue-rotate(67deg) brightness(100%) contrast(96%);
}

.animationCalculatorSection.active {
    font-family: 'Nekst';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 110%;
    text-transform: uppercase;
    color: #363636;
}

.imgCalculator2 {
    display: none;
}

.blurClass svg {
    position: absolute;
    right: 100px;
    top: 70px;
}

.backgroundCalculator {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}



.buttonClose {
    cursor: pointer;
}

.backgroundCalculatorImg {
    display: none;
}

.modalCalculator.show-modal {
    display: flex;
}

#filter0_b_2320_30255 {
    background: rgba(255, 255, 255, 0.1);
    mix-blend-mode: normal;
    backdrop-filter: blur(21.5px);
}

.buttonCalculator.active {
    display: none;
}

.catalogPageContainerCatalog {
    justify-content: space-between;
}


.mainCharacteristicsCard {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 20px 50px rgba(18, 17, 39, 0.08);
    box-sizing: border-box;
    margin-bottom: 20px;
}

.glassContentFlexBtn1 {
    height: 40px;
}

.glassContentFlexBtn2 {
    height: 40px;
}

.mainCharacteristicsCardText {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #363636;
    margin-bottom: 32px;
}

.mainCharacteristicsCardFlexName {
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
    color: #363636;
}

.mainCharacteristicsCardFlexDate {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #626262;
}

.physicalCharacteristics form,
#review_form_wrapper {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    align-items: flex-start;
    padding: 32px;
    background: #FFFFFF;
    box-shadow: 2px 2px 21px rgba(155, 155, 155, 0.25);
}

.physicalCharacteristics form .formBlock {
    width: 100%;
}

.physicalCharacteristicsName {
    background: url(/wp-content/uploads/2023/05/icons.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 16px;
}

.physicalCharacteristics form .formBlock .titleForm {
    font-weight: 600;
    font-size: 19px;
    line-height: 110%;
    text-align: center;
    color: #363636;
    margin-bottom: 24px;
}

.catalogPagePagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.physicalCharacteristics form .formBlock input::placeholder {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #BCBCBC;
}

.physicalCharacteristics form .formBlock textarea {
    padding: 16px;
    resize: none;
    height: 130px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #BCBCBC;
    margin-bottom: 0;
}

.physicalCharacteristics form .formBlock textarea::placeholder {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #BCBCBC;
}

.physicalCharacteristics form .formBlock input {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #BCBCBC;
    margin-bottom: 8px;
}

.submit-coment {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 24px !important;
    height: 53px !important;
    background: #68C39C !important;
    border-radius: 10px;
    box-sizing: border-box;
    color: #fff !important;
}

.orderBackgroundBtn {
    display: flex;
    align-items: center;
    position: absolute;
    top: -25px;
    right: 20px;
}

.orderBackgroundPrev {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 16px;
    width: 218px;
    height: 52px;
    background: #68C39C;
    border-radius: 4px;
    box-sizing: border-box;
    margin-right: 8px;
}

.orderBackgroundContent h2 {
    font-family: 'Nekst';
    font-style: normal;
    font-weight: 600;
    font-size: 37px;
    line-height: 110%;
    color: #363636;
    margin-bottom: 8px;
}

.orderBackgroundContent p {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #363636;
    width: 35%;
    margin-bottom: 100px;
}

.orderBackgroundPrev {
    background: url(/wp-content/uploads/2023/05/vector.svg), #68C39C;
    ;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 16px;
}

.orderInputContentText {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.orderInputContentText div {
    width: 50%;
    padding-right: 16px;
    box-sizing: border-box;
    border-right: 1px solid #D2D2D2;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: rgba(53, 50, 50, 0.5);
}

.orderInputContentText p {
    padding-left: 16px;
    width: 50%;
    box-sizing: border-box;
    font-family: 'Nekst';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 110%;
    color: #363636;
    margin-bottom: 0;
}

.orderBackgroundContentFlex {
    display: flex;
}

.orderInputContentTextEdit button {
    margin-top: 16px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    width: 116px;
    height: 36px;
    border: 1px solid #68C39C;
    border-radius: 1px;
    background: transparent;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #68C39C;
    text-transform: uppercase;
}

.orderInputContentTextEdit button:before {
    content: "";
    background: url(/wp-content/uploads/2023/05/library.svg);
    background-repeat: no-repeat;
    background-size: auto;
    display: flex;
    width: 20px;
    height: 20px;
}

.orderBackgroundContentFlexLeft {
    width: 280px;
    margin-right: 20px;
}

.orderBackgroundContentFlexRight {
    width: 280px;
}

.orderBackgroundContentFlexRight>h3 {
    font-family: 'Nekst';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 110%;
    color: #363636;
    margin-bottom: 16px;
}

#totalSum2 {
    font-weight: 700;
    font-size: 29px;
    line-height: 110%;
    color: #363636;
    margin-bottom: 16px;
    padding-right: 25px;
}

.formSubmitCalc {
    width: 100%;
}

.formSubmitCalc input {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 32px !important;
    width: 100% !important;
    height: 53px !important;
    background: #209663 !important;
    border: 1px solid #86D2B1 !important;
    border-radius: 4px !important;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF !important;
    margin-top: 0 !important;
}

.calcutForm>p {
    font-weight: 400;
    font-size: 15px;
    line-height: 110%;
    color: #363636;
    margin: 0;
    height: 32px;
}

.orderBackgroundContentFlexRight form input {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px 16px 16px 38px;
    height: 46px;
    background: #FFFFFF;
    border: 2px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: 14px;
    background-size: inherit;
}

.orderBackgroundContentFlexRight form input::placeholder {
    font-family: 'Nekst';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: rgba(53, 50, 50, 0.5);
}

.calcutForm {
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.orderBackgroundContentFlexRight form .formRow {
    margin-bottom: 8px;
}

.basketModal {

    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
}

.basketModalContainer {
    position: relative;
    width: 1180px;
    height: 800px;
    background: #FFFFFF;
    padding: 46px 100px 64px 100px;
    box-sizing: border-box;
}

.basketModalTop h2 {
    font-family: 'Nekst';
    font-weight: 600;
    font-size: 37px;
    line-height: 110%;
    color: #363636;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
}

.basketModalTop h2:after {
    content: "";
    background: url(/wp-content/uploads/2023/05/basket.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 28px;
    height: 28px;
    display: flex;
    margin-left: 10px;
}

.basketModalClose {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    left: 1108px;
    top: 20px;
    background: #209663;
    border: 1px solid #86D2B1;
    border-radius: 4px;
}

.basketModalMain {
    max-height: 541px;
    height: 100%;
    overflow: hidden;
}

.catalogPagePagination ul li:nth-of-type(2) {
    color: #363636;
}

.basketModalMainScroll {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 18px;
    padding-bottom: 24px;
    border-bottom: 1px solid #E9E9E9;
}

.basketModalMainCard {
    display: flex;
    padding: 16px;
    width: 100%;
    height: auto;
    padding-bottom: 25px;
    box-sizing: border-box;
    border-bottom: 1px solid #E9E9E9;
    position: relative;
    margin-top: 15px;
    padding-top: 13px;
}

.basketModalMainCard:nth-of-type(1) {
    margin-top: 8px;
}

.basketModalMainCardImg {
    width: 120px;
    height: 120px;
    border-radius: 8px;
    margin-top: -5px;
    overflow: hidden;
    margin-right: 20px;
}

.basketModalMainCardImg img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.basketModalMainCard {
    position: relative;
}

.basketModalMainCard h3 {
    font-family: 'Nekst';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 110%;
    color: #363636;
    position: absolute;
    top: 8px;
    left: 156px;

}

.basketModalMainCardFlex {
    margin-top: 29px;
}

.basketModalMainCardPrice {
    padding-bottom: 0;
    margin-right: 7px;
}

.basketModalMainCardTittle:nth-last-of-type(1) div {
    margin-bottom: 0 !important;
}

.basketModalMainCardTittle div:nth-of-type(1) {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: rgba(53, 50, 50, 0.5);
    margin-bottom: 8px;
    width: 259px;
    padding-right: 16px;
}

.basketModalMainCardText {
    margin-top: 34.5px;
}

.basketModalMainCardTittle div:nth-of-type(2) {
    font-family: 'Nekst';
    font-weight: 600;
    font-size: 15px;
    line-height: 110%;
    color: #363636;
    padding-left: 16px;
    border-left: 1px solid #D2D2D2;
    margin-bottom: 8px;
}

.basketModalMainCardPrice {
    display: flex;
    align-items: flex-end;
    margin-left: auto;
}

.basketModalMainCardPrice div:nth-of-type(1) {
    font-weight: 700;
    font-size: 29px;
    line-height: 110%;
    color: #363636;
    margin-right: 16px;
}

.basketModalMainCardPrice div:nth-of-type(2) {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    text-decoration-line: line-through;
    color: #BCBCBC;
    margin-bottom: 6px;
}

.basketModalMainCardClose {
    position: absolute;
    top: 1px;
    right: 17px;
    filter: brightness(0.5);
    width: 13px;
    height: 13px;
}

.basketModalBottom {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.basketModalBottomPrice {
    display: flex;
    align-items: center;
}

.basketModalBottomPrice p {
    font-weight: 400;
    font-size: 15px;
    line-height: 110%;
    color: #363636;
    margin-right: 20px;
    margin-bottom: 0;
}

.basketModalBottomPriceSum {
    font-weight: 700;
    font-size: 29px;
    line-height: 110%;
    color: #363636;
    display: flex;
    padding-left: 16px;
    align-items: flex-start;
}

.basketModalBottomPriceSum::after {
    content: "";
    background: url(/wp-content/uploads/2023/05/info.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 17px;
    height: 17px;
    display: flex;
    margin-left: 12px;
}

.basketModalBottomBtn {
    display: flex;
    align-items: center;
}

.basketModalBottomBtn button:nth-of-type(1) {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    width: 262px;
    height: 53px;
    background: #68C39C;
    border-radius: 4px;
    box-sizing: border-box;
    margin-right: 9px;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #FFFFFF;
}

.basketModalBottomBtn button:nth-of-type(2) {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 52px 16px 20px;
    width: 262px;
    height: 53px;
    background: #209663;
    border: 1px solid #86D2B1;
    border-radius: 4px;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #FFFFFF;
    position: relative;
    white-space: nowrap;
}

.basketModalBottomBtn button:nth-of-type(2):after {
    content: "";
    background: url(/wp-content/uploads/2023/05/basket.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: flex;
    position: absolute;
    top: 13px;
    right: 20px;
    filter: invert(100%) sepia(100%) saturate(9%) hue-rotate(167deg) brightness(104%) contrast(104%);
}

.basketModalMainCardFlex {
    display: flex;
    flex-direction: column;
}

.basketModalMainCardTittle {
    display: flex;
}

.processingOrderPage h2 {
    font-family: 'Nekst';
    font-style: normal;
    font-weight: 600;
    font-size: 37px;
    line-height: 110%;
    color: #363636;
    margin-bottom: 49px;
}

.processingOrderPageContainer {
    display: flex;
    justify-content: space-between;
}

.processingOrderPageContainerLeft {
    width: 540px;
}

.processingOrderPageContainerRight {
    width: 540px;
}

.processingOrderPageSection {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    border: 1px solid #E9E9E9;
    margin-bottom: 16px;
}

.processingOrderPageSection h3 {
    font-family: 'Nekst';
    font-weight: 600;
    font-size: 19px;
    line-height: 110%;
    color: #363636;
    margin-bottom: 30px;
}

.processingOrderPageSection .formInputName input {
    background-position: left 13px center !important;
    background-size: 15px !important;
}

.processingOrderPageSection .formRow {
    width: 100%;
    margin-bottom: 16px;
    height: 46px;
}

.processingOrderPageSection .formRow input {
    height: 46px;
    margin-bottom: 0 !important;
    font-family: 'Nekst';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    padding-left: 37px;
    color: rgba(53, 50, 50, 0.5);
}

.processingOrderPageSection .formRow:nth-last-of-type(1) {
    margin-bottom: 0
}

.formRowSelect {
    margin-bottom: 19px !important;
    height: 50px !important;
}

.formRow select {
    margin-bottom: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: rgba(53, 50, 50, 0.5);
    min-width: 100% !important;
    padding: 6px 16px 5px 16px;
    box-sizing: border-box;
    border: 1px solid #BCBCBC;
    border-radius: 8px !important;
    height: 52px;
}

.processingOrderPageSection textarea {
    height: 100px;
    padding: 16px;
    box-sizing: border-box;
    resize: none;
    margin-bottom: 0 !important;
}

.processingOrderPageSectionh32 {
    margin-bottom: 28px;
}

.processingOrderPageOrder:nth-of-type(1) {
    padding-bottom: 15px;
}

.processingOrderPageOrder:nth-of-type(2) {
    padding-top: 33px;
    height: 158px;
}

.processingOrderPageOrder:nth-of-type(2) .basketModalMainCardClose {
    top: 15px;
    right: -1px;
}

.processingOrderPageContainerLeft .processingOrderPageSection:nth-last-of-type(1) {
    padding-top: 30px;
}

.processingOrderPageOrder:nth-of-type(2) .processingOrderPageOrderRight {
    margin-bottom: -10px;
}

.processingOrderPageOrderRightPrice2 {
    margin-bottom: 3px;
}

.processingOrderPageSection textarea::placeholder {
    font-family: 'Nekst';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: rgba(53, 50, 50, 0.5);
}

.processingOrderPageSection .formRow input::placeholder {
    font-family: 'Nekst';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: rgba(53, 50, 50, 0.5);
}


.formIndex {
    padding-left: 16px !important;
    box-sizing: border-box;
}

.processingOrderPageContainerRight {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    height: 100%;
}

.processingOrderPageContainerRightSection>h3 {
    font-family: 'Nekst';
    font-weight: 600;
    font-size: 19px;
    line-height: 110%;
    color: #363636;
    margin-bottom: 32px;
}

.processingOrderPageOrder {
    display: flex;
    height: 143px;
    padding: 16px 0 24px 0;
    position: relative;
    border-bottom: 1px solid #E9E9E9;
}

.processingOrderPageOrderLeft {
    display: flex;
    align-items: flex-start;
}

.processingOrderPageOrderLeftImg {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 8px;
}

.processingOrderPageOrderLeft h3 {
    font-family: 'Nekst';
    font-weight: 600;
    font-size: 15px;
    line-height: 110%;
    color: #363636;
}

.processingOrderPageOrderRight {
    display: flex;
    margin-left: auto;
    align-items: flex-end;
}

.processingOrderPageOrderRightPrice {
    font-weight: 700;
    font-size: 19px;
    line-height: 140%;
    color: #363636;
    margin-right: 16px;
}

.buttonCloseOrder {
    position: absolute;
    padding: 11.33px;
    top: 0;
    width: 36px;
    height: 36px;
    right: 0;
}

.processingOrderPageOrderRightPrice2 {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    text-decoration-line: line-through;
    color: #BCBCBC;
}

.processingOrderPageContainerRightSection {
    width: 100%;

}

.processingOrderPagePaymentMethod {
    margin-top: 32px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    border: 1px solid #E9E9E9;
}

.processingOrderPagePaymentMethod h3 {
    font-family: 'Nekst';
    font-weight: 600;
    font-size: 19px;
    line-height: 110%;
    color: #363636;
    margin-bottom: 32px;
}

.processingOrderPagePaymentMethodRadio {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 8px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    width: 100%;
}

.processingOrderPagePaymentMethodRadioRadio {
    display: flex;
    flex-direction: column;
    margin-left: 8px;
    width: 100%;
}

.processingOrderPagePaymentMethodRadioRadio p:nth-of-type(1) {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    letter-spacing: -0.13px;
    color: #222124;
    margin: 0;
}

.processingOrderPagePaymentMethodRadioRadio p:nth-of-type(2) {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    letter-spacing: -0.13px;
    color: #5F5F61;
    margin: 0;
}

.processingOrderPageSum {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #E9E9E9;
}

.processingOrderPageSumTop {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.processingOrderPageSumTop p:nth-of-type(1) {
    font-weight: 400;
    font-size: 15px;
    line-height: 110%;
    display: flex;
    align-items: center;
    color: #363636;
    margin: 0;
    width: 305px;
}

.processingOrderPageSumTop p:nth-of-type(2) {
    font-weight: 700;
    font-size: 29px;
    line-height: 110%;
    color: #363636;
    margin: 0;
}

.processingOrderPageSum button {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    width: 100%;
    height: 53px;
    background: #209663;
    border: 1px solid #86D2B1;
    border-radius: 4px;
}

.processingOrderPageSum button img {
    margin-left: 13px;
}

.processingOrderPageContainer {
    margin-bottom: 40px;
}

.processingOrderPage {
    margin-top: 40px;
}

.processingOrderPageSectionh3 {
    margin-bottom: 32px;
}



.orderBackgroundContentFlexRight {
    margin-top: 53px;
}

.orderBackgroundContentFlexRight .formInputName input {
    margin-bottom: 0 !important;
}

.calcutForm {
    margin-top: 90px;
}

.calcutForm>p {
    height: 23px;
    margin-right: 26px;
}

.ProductCard {
    padding-top: 53px;
    padding-bottom: 0;
}

.alsoWatchedSlider .slick-track {
    margin-left: 0;
    margin-right: 0;
}

#reviews {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

#comments {
    width: calc(50% - 15px);
}

.commentsRow {
    width: 100%;
}

#review_form_wrapper {
    width: calc(50% - 15px);
    position: sticky;
    top: 16px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: 0;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 20px 50px rgba(18, 17, 39, 0.08);
    box-sizing: border-box;
    margin: 0 0 20px;
}

.woocommerce-Reviews-title {
    font-weight: 600;
    font-size: 19px;
    line-height: 110%;
    color: #363636;
    margin-bottom: 24px;
}

.titleBlogList a {
    color: #363636;
}

.titlePage {
    font-family: 'Nekst';
    font-weight: bold;
    font-size: 37px;
    line-height: 110%;
    color: #363636;
    margin-bottom: 40px;
}

.catBlogMenu li a {
    color: #007844;
    display: flex;
    padding: 8px 24px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 1px solid #007844;
    margin-right: 15px;
    background: transparent;
}

.catBlogMenu li a:hover,
.catBlogMenu li.current-menu-item a {
    background: #007844;
    color: #F5FFFB;
}

.catBlogMenu {
    display: flex;
}

.linkCatSinglePost {
    font-weight: bold;
    font-size: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #007844;
    padding: 2px 12px;
    border: 1px solid #007844;
    margin-right: 8px;
}

.linkCatSinglePost:hover {
    background: #007844;
    color: #F5FFFB;
}

.zastavkaBlog {
    max-width: 500px;
    margin: 0 auto;
}

.videoPost {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    margin-bottom: 16px;
}

.videoPost>img {
    position: absolute;
    left: 0;
    top: 0;
}

.imgCover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wrapperContact h1 {
    font-family: 'Nekst';
    font-style: normal;
    font-weight: 600;
    font-size: 37px;
    line-height: 110%;
    color: #363636;
    margin-bottom: 40px;
}

.wrapperContactContainer {
    display: flex;
    margin-bottom: 40px;
}

.contactPageLeft {
    width: 50%;
    margin-right: 20px;
}

.contactPageRight {
    width: 50%;
    padding: 40px 24px;
    background: #FFFFFF;
    box-shadow: 0px 20px 50px rgba(18, 17, 39, 0.08);
    box-sizing: border-box;
}

.contactPageLeft>p {
    font-family: 'Gilroy';
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #363636;
    margin-bottom: 32px;
    width: 75%;
}

.contactPageLeftOrderCallTel {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.contactPageLeftOrderCall {
    margin-bottom: 32px;
}

.contactPageLeftOrderCallTel a {
    font-family: 'Gilroy';
    font-weight: 700;
    font-size: 19px;
    line-height: 140%;
    color: #363636 !important;
    text-decoration: none;
}

.contactPageLeftOrderCallTel:before {
    content: "";
    background: url(/wp-content/uploads/2023/05/tel.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: flex;
    margin-right: 8px;
}

.contactPageLeftOrderCallMail {
    display: flex;
    align-items: center;
}

.contactPageLeftOrderCallMail:before {
    content: "";
    background: url(/wp-content/uploads/2023/05/mail.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: flex;
    margin-right: 8px;
}

.contactPageLeftOrderCallMail a {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 140%;
    color: #363636;
}

.contactPageLeftOrderCall button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 53px;
    background: #68C39C;
    border-radius: 4px;
    font-family: 'Gilroy';
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #FFFFFF;
    margin-top: 32px;
}

.contactPageOffice li {
    font-family: 'Gilroy';
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #4C4C4C;
    margin-bottom: 8px;
}

.contactPageOffice li:nth-of-type(1) {
    margin-bottom: 16px;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 140%;
    color: #363636;
}

.contactPageOffice li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.contactPageWorkSchedule {
    margin-top: 32px
}

.contactPageWorkSchedule p {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 140%;
    color: #363636;
    margin-bottom: 16px;
}

.contactPageWorkSchedule span {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #363636;
    display: block;
    margin-bottom: 32px;
}

.contactPageSocial a {
    margin-right: 25px;
}

.contactPageSocial a:nth-last-of-type(1) {
    margin-right: 0;
}

.contactPageRight h2 {
    font-family: 'Nekst';
    font-weight: 600;
    font-size: 23px;
    line-height: 110%;
    color: #363636;
    margin: 0 auto 32px auto;
    width: max-content;
}

.contactPageFormFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contactPageFormFlex .formRow {
    width: calc(50% - 8px);
}

.contactPageRight form .formBlock .formRow textarea {
    height: 146px;
    resize: none;
    padding: 16px;
    box-sizing: border-box;
}

.contactPageMapsLocation {
    display: flex;
    align-items: center;
    padding: 16px 16px 16px 20px;
    border-left: 8px solid #007844;
    box-sizing: border-box;
    background: #E9E9E9;
    width: max-content;
}

.contactPageMapsLocation p {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #363636;
    margin-left: 12px;
    margin-bottom: 0;
}

.contactPageMapsLocation img {
    width: 16px;
    height: 20px;
    object-fit: contain;
}

.contactPageMapsBlock {
    width: 100%;
    height: 400px;
    background: #007844;
    margin-bottom: 40px;
}

.contactPageLeft .contactLeftTabs {
    display: flex;
    flex-direction: column;
}

.headerButton {
    display: flex;
    align-items: center;
}

.iconCart {
    width: 24px !important;
    height: 24px !important;
}

.cart-contents>span.number-of-items {
    background-color: #fff !important;
    color: #007844;
    font-weight: 700;
    position: absolute !important;
}

.openCart {
    position: relative;
}

.filterwidth {
    display: none;
}

.productCard2.topArchPlashka {
    position: absolute;
    height: 24px;
    padding: 0 10px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    display: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 15px;
    order: 2;
    flex-direction: column !important;
    display: flex;
    margin: 0;
}

.woocommerce-review__dash {
    display: none;
}

.woocommerce #reviews #comments ol.commentlist li .meta {
    color: #626262;
    font-size: .75em;
}

.woocommerce-review__author {
    color: #363636;
}

.woocommerce #reviews #comments ol.commentlist {
    list-style: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #363636;
}

.woocommerce-Reviews .description {
    margin-bottom: 32px;
}

.woocommerce-Reviews .description p {
    margin: 0 !important;
}

.woocommerce #review_form #respond p {
    margin: 0;
}

#commentform input,
#commentform textarea {
    margin-bottom: 8px;
}

.woocommerce #reviews #comment {
    height: 130px;
}

.woocommerce #review_form #respond .form-submit input {
    left: auto;
    padding: 16px 24px !important;
    height: 53px !important;
    width: 100%;
    border-radius: 10px;
}

.comment-notes {
    margin-bottom: 16px !important;
}

#commentform {
    display: flex;
    flex-direction: column;
}

.comment-form-comment {
    order: 2;
}

.form-submit {
    order: 3;
}

#author {
    background-image: url(/wp-content/themes/generatepress/images/formName.svg) !important;
    background-repeat: no-repeat;
    background-position: left 10px center;
}

#email {
    background-image: url(/wp-content/themes/generatepress/images/formEmail.svg) !important;
    background-repeat: no-repeat;
    background-position: left 10px center;
}

#review_form {
    width: 100%;
}

.woocommerce-Reviews-title {
    display: none;
}

#reviews .clear {
    display: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    text-decoration: none;
    padding: 3px;
    min-width: 1em;
    display: block;
    margin: 0 5px;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #BCBCBC;
    cursor: pointer;
}

.woocommerce nav.woocommerce-pagination ul {
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 0;
    padding: 0;
    margin: 0;
    float: none;
    display: inline-flex;
    overflow: hidden;
}

.woocommerce nav.woocommerce-pagination ul {
    display: flex;
    white-space: normal;
    padding: 0;
    clear: both;
    border: 0;
    border-right: 0;
    margin: 1px;
    justify-content: center;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: transparent;
    color: #363636;
}

.dopInfoImg {
	height: 0;
	overflow: hidden;
	padding-bottom: 100%;
	position: relative;
	margin-bottom: 16px;
}

.dopInfoImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.show-more-btn.child-show-more-btn {
    margin-bottom: 0;
}

div.whatDoingSectionText {
    margin-bottom: 8px;
}

.no-resultsPageTop {
    display: flex;
    align-items: center;
    margin-bottom: 63px;
}

.no-resultsPageTop h1 {
    font-family: 'Nekst';
    font-style: normal;
    font-weight: 600;
    font-size: 37px;
    line-height: 110%;
    color: #363636;
    white-space: nowrap;
    margin-right: 41px;
}

.resultsPageTopText {
    font-weight: 400;
    font-size: 19px;
    line-height: 110%;
    color: #363636;
    margin-top: -13px;
}

.no-resultsPage {
    margin-top: 49px;
    padding: 0 98px;
}

.no-resultsPageMain {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 76px;
    text-align: center;
}

.no-resultsPageMainText p {
    margin-top: 24px;
    font-family: 'Nekst';
    font-weight: 400;
    font-size: 23px;
    line-height: 110%;
    color: #363636;
    margin-bottom: 8px;
}

.no-resultsPageMainText span {
    font-family: 'Nekst';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 110%;
    color: #363636;
}

.no-resultsPageBottom h4 {
    font-family: 'Nekst';
    font-weight: 600;
    font-size: 23px;
    line-height: 110%;
    color: #363636;
    margin-bottom: 42px;
}

.no-resultsPageBottomContainer {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.no-resultsPageBottomContainer:nth-last-of-type(1) {
    margin-bottom: 0;
}

.no-resultsPageBottomContainer h5 {
    font-family: 'Nekst';
    font-weight: 600;
    font-size: 19px;
    line-height: 110%;
    color: #007844;
    margin-right: 16px;
    margin-bottom: 0;
}

.no-resultsPageBottom {
    margin-bottom: 48px;
}

.no-resultsPageBottomContainerLink a {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #4C4C4C;
    padding: 8px 16px;
    border: 1px solid #E9E9E9;
    border-radius: 50px;
    margin-right: 8px;
}

.no-resultsPageBottomContainerLink a:nth-last-of-type(1) {
    margin-right: 0;
}

.searchResultsTabs {
    display: flex;
    margin-bottom: 28px;
}

.searchResultsTab {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    padding: 8px;
    color: #4C4C4C;
    cursor: pointer;
    margin-right: 16px;
}

.searchResultsTab:nth-last-of-type(1) {
    margin-right: 0;
}

.searchResultsTab.active {
    color: #007844;
}



.searchResultsTabsContent {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.searchResultsTabsContentCard {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    box-sizing: border-box;
    width: calc(25% - 20px);
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    margin: 0 10px 20px 10px;
    position: relative;
}

.searchResultsTabsContentCardYellow {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 20px !important;
    background: #F2C94C;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #363636;
    margin-bottom: 8px;
}

.searchResultsTabsContentCardImg {
    width: 100%;
    height: 0;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 14px;
    padding-bottom: 80%;
    position: relative;
}

.searchResultsTabsContentCardImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.searchResultsTabsContentCard h2 {
    font-weight: 700;
    font-size: 19px;
    line-height: 120%;
    color: #363636;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 19px;
    flex-grow: 1;
}

.searchResultsTabsContentCard a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    background: #68C39C;
    border-radius: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #FFFFFF;
    height: 40px;
    width: max-content;
    margin-left: auto;
}

.searchResultsTabsContentCardRed {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 20px !important;
    background: #EB5757;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    margin-bottom: 8px;
}

.searchResultsTabsContentCardGreen {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 20px !important;
    color: #FFFFFF;
    background: #007844;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    margin-bottom: 8px;
}

.searchResultsPageBottom {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.searchResultsPageBottomRight {
    display: flex;
    align-items: center;
}

.searchResultsPageBottom {
    padding: 0 98px;
}

.searchResultsPageBottomLeft {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #BCBCBC;
}

.searchResultsPageBottomRight li {
    margin-right: 10px;
    transition: all 0.3s;
}

.searchResultsPageBottomRight li:nth-last-of-type(1) {
    margin-right: 0;
    transform: rotate(180deg);
}

.searchResultsPageBottomRight li a {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #BCBCBC;
}

.searchResultsPageBottomRight li:hover a {
    transition: all 0.3s;
    color: #363636;
}

.searchResultsPageTop {
    padding: 0 98px;
    margin-bottom: 32px;
}

.searchResultsPage {
    margin-top: 50px;
}

.searchResultsPageMain {
    padding: 0 88px;
}

.searchResultsTabs {
    margin-left: 10px;
}

.bannerAboutUsFlex .bannerLeft h1 {
    max-width: unset;
}

input.wpcf7-not-valid::placeholder,
textarea.wpcf7-not-valid::placeholder {
    color: red !important;
}

.historyTop .historyTopLeft {
    display: flex;
    flex-direction: column;
    width: calc(100% - 500px);
}

.historyTopRight {
    height: auto;
    width: 500px;
    position: relative;
}

.historyTopRight img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
}

.historyTop:nth-child(2n) {
    flex-direction: row-reverse;
}

.historyTop:nth-child(2n) .historyTopLeft {
    margin: 0 0 0 20px;
}

.historyTop {
    display: flex;
    margin-bottom: 32px;
}

.imgTeemMamber {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    object-position: top;
}

.teemImgBlock {
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}

.teamSlider .slick-track {
    display: flex;
}

.search-form {
    display: flex;
}

.search-field {
    margin: 0 !important;
    border-radius: 8px 0 0 8px !important;
    padding: 6px 16px !important;
}

.search-submit {
    border-radius: 0 8px 8px 0;
}

.searchBlock {
    margin-right: 30px;
    position: relative;
    top: 5px;
}

.searchResultsLabel {
	text-transform: uppercase;
	position: absolute;
	z-index: 10;
}

.wpcf7-form.invalid .wpcf7-response-output {
    display: none !important;
}

.hideDataInfoForm {
    display: none;
}

.menuGreen a {
    color: #007844 !important;
}

#countGlass {
    font-family: 'Nekst';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: rgba(53, 50, 50, 0.5);
}

#openModalCalc {
    max-width: 180px;
}

.childPostImgBlock {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 100%;
	margin-bottom: 7px;
	position: relative;
}

.imgChildList,
.imgBlogList {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.imgBlogListBlock {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    width: 100%;
}

.prodSliderTitle {
    font-family: 'Nekst';
    font-weight: bold;
    font-size: 37px;
    line-height: 110%;
    color: #363636;
}

.prodSliderRow {
    margin-top: 80px;
}

.prodSliderRow .catalogPageCardTittle {
    font-size: 16px;
    font-weight: 700;
    padding-top: 5px;
}


.catalogueTabBtn.bA:hover {
    color: #68c39c;
}

.catalogueTabBtn.bA {
    border: 0;
}

.innerCardProd .catalogPageCardPrice del {
    margin-left: 10px;
}

.swiper-scrollbar-drag {
    background: #68c39c;
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    height: 5px;
}

.swiper-scrollbar-horizontal {
    background: #f3f3f3;
}

.swiper-button-disabled {
    cursor: default;
    background-color: #ebe7e7 !important;
}

.scrollSwiper {
    margin-top: 32px;
}

.blockSlider.swiper-initialized {
    opacity: 1;
    position: relative;
}

.reviewsSlider {
    overflow: hidden;
}


.teamSlider {
    overflow: hidden;
    padding: 0 10px 25px;
}


.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-toggle {
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.dropdown-menu {
	display: none;
	padding: 0;
	list-style: none;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	background: #F9FAFB;
	z-index: 10;
	width: 100%;
	margin-top: 8px;
	overflow: hidden;
	position: absolute;
}

.dropdown-menu li {
    padding: 12px 8px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #FFF;
    height: 56px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.dropdown-menu li input {
    width: 16px;
    height: 16px;
    border-radius: 50px;
    border: 1.5px solid #E6E6E6;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(24, 24, 28, 0.04), 0px 3px 4px -5px rgba(24, 24, 28, 0.03);
    margin-right: 8px;
}

.dropdown-menu li label {
	color: #222124;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: -0.13px;
	cursor: pointer;
}

.dropdown-toggle:active {
    background: #F9FAFB !important;
    color: #797979;
}

.dropdown-toggle::after {
    content: "";
    background: url(/wp-content/uploads/2023/07/rcon.svg);
    background-repeat: no-repeat;
    background-size: auto;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 16.5px;
    transition: all 0.5s;
    right: 16.5px;
}

.dropdown-toggle.rotate {
    transform: rotate(0deg);
}

.dropdown-toggle.rotate::after {
    transform: rotate(180deg);
    transition: all 0.5s;
}

.dropdown-toggle:hover {
    background: #F9FAFB !important;
    color: #797979;
}


.dropdown-menu.open {
    display: block;
}

.calculator-page-wrapper {
    display: flex;
    height: 100%;
    justify-content: space-between;
}

.calculator-page-left {
    width: 680px;
}

.calculator-page-right {
    width: calc(100% - 700px);
    padding: 32px;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 17px;
}

.calculator-page {
    padding: 99px 0 64px 0;
}

.calculator-page-right-tittle {
	display: flex;
	align-items: center;
	margin-bottom: 32px;
}

.calculator-page-right-tittle h2 {
    font-family: 'Nekst';
    color: #FFF;
    font-size: 29px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-right: 8px;
    margin-bottom: 0;
}

.calculator-time-block {
    display: flex;
    min-width: 57px;
    height: 57px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #FFF;
    margin-right: 4px;
}

.calculator-time-block h3 {
	font-family: 'Nekst';
	color: #007844;
	font-size: 29px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	margin-bottom: 0;
	padding: 0 5px;
}

.calculator-time-block:nth-last-of-type(1) {
    margin-right: 0;
}

.calculator-page-percent {
    font-family: 'Nekst';
    color: #FFF;
    text-overflow: ellipsis;
    font-size: 29px;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 16px;
}

.calculator-time-block span {
    color: #007844;
    text-overflow: ellipsis;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
}

.calculator-time {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.calculator-top-position {
    font-family: Inter, sans-serif;
    padding: 4px 12px 4px 8px;
    border-radius: 4px;
    border: 0.5px solid #F5FFFB;
    background: #0E8753;
    display: flex;
    align-items: center;
    width: max-content;
    box-sizing: border-box;
    margin-bottom: -15px;
    position: relative;
    left: 32px;
}

.calculator-top-position p {
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    color: #F5FFFB;
    margin: 0;
}

.calculator-top-position svg {
    margin-right: 8px;
}

.calculator-bottom-position {
    font-family: Inter, sans-serif;
    padding: 4px 12px 4px 8px;
    border-radius: 4px;
    background: #0E8753;
    display: flex;
    align-items: center;
    width: max-content;
    box-sizing: border-box;
    margin-bottom: -15px;
    position: relative;
    left: 32px;
}

.calculator-bottom-position p {
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    color: #F5FFFB;
    margin: 0;
}

.calculator-bottom-position svg {
    margin-right: 8px;
}

.calculator-top-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 32px;
    border-radius: 4px;
    border: 1px solid #E9E9E9;
    margin-bottom: 17px;
    padding-bottom: 8px;
}

.calculator-input-block {
    width: 296px;
    position: relative;
    margin-bottom: 24px;
}

.dropdown {
    width: 296px;
    margin-bottom: 24px;
}

.calculator-input-block label {
    font-family: Inter, sans-serif;
    color: #363636;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 8px;
    display: block;
}

.dropdown-tittle {
    color: #363636;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    font-family: Inter, sans-serif;
}

.dropdown-tittle a {
    background: transparent;
    border: none;
    width: 16px;
    padding: 0;
    height: 16px;
    margin-left: 8px;
    text-decoration: none;
}

.calculator-input-block input {
    font-family: Inter, sans-serif;
    padding: 12px 16px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #D1D5DB;
    background: #F9FAFB;
    color: #797979;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    height: 45px;
    width: 100%;
    margin-bottom: 0;
}

.calculator-input-block input::placeholder {
    font-family: Inter, sans-serif;
    color: #797979;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.dropdown-toggle {
    padding: 12px 16px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #D1D5DB;
    background: #F9FAFB;
    color: #797979;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    height: 45px;
    width: 100%;
    text-align: left;
    font-family: Inter, sans-serif;
}

.calculator-input-block .clearButton {
    position: absolute;
    background: transparent;
    width: 12px;
    height: 12px;
    right: 16.5px;
    top: 35.5px;
    border: none;
    display: none;
    padding: 0;
}

.calculator-input-block .clearButton img {
    width: 100%;
    height: 100%;
}

.calculator-bottom-container {
    padding: 32px;
    border-radius: 4px;
    border: 1px solid #E9E9E9;
    background: #CDF0E1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 8px;
}

.dropdown-menu.open li img {
    margin-left: auto;
}

.calculator-bottom-container-flex {
    width: 296px;
}

.dropdown-menu li:hover {
    border-bottom: 1px solid #4DB487;
}

.dropdown-menu li:hover input {
    border: 1px solid #105DFB;
}

.calculator-page-right {
    background: url(/wp-content/uploads/2023/07/sky2-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
}

.calculator-page-right p {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 31px;
}

.calculator-page-right-img {
	height: 208px;
	display: flex;
	border-radius: 4px;
	overflow: hidden;
	flex-grow: 1;
	width: 100%;
	position: relative;
    min-height: 200px;
}

.calculator-page-right-img img {
	width: 100% !important;
	height: 100%;
	object-fit: cover;
	max-width: 100% !important;
	position: absolute;
}

.calculator-page-price {
    height: 96px;
    padding: 32px 0;
    border-bottom: 1px solid #A8E1C8;
    display: flex;
    align-items: center;
}

.calculator-page-price>p {
    color: #FFF;
    font-size: 19px;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
    margin: 0 16px 0 8px;
}

.calculator-page-price-hover img {
    width: 20px;
    height: 20px;
}

.calculator-page-price-sum {
    display: flex;
}

.calculator-page-price-sum1 {
    color: #FFF;
    text-align: right;
    font-size: 29px;
    font-weight: 700;
    line-height: 110%;
    padding-right: 8px;
}

.calculator-page-price-hover>p {
    display: none;
}

.calculator-page-price-sum2 {
	color: #F5FFFB;
	text-align: right;
	font-size: 15px;
	font-weight: 400;
	line-height: 140%;
	padding-left: 8px;
	text-decoration: line-through;
	border-left: 1px solid #F5FFFB;
}

.calculator-page-price-hover {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.calculator-page-btn {
    margin-top: 32px;
    width: 100%;
    border-radius: 4px;
    background: #68C39C;
    height: 68px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calculator-page-btn img {
    margin-left: 12px;
}

.fancybox-content>button {
    display: none;
}

.fancybox-content {
    display: inline-block;
    max-width: 1180px;
    height: 765px;
    padding: 64px 100px;
    overflow: hidden;
    box-sizing: border-box;
}

.modal-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 41px;
}

.modal-top h2 {
    color: #363636;
    font-family: 'Nekst';
    font-size: 37px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 0;
}

.modal-top .closeMe {
    border-radius: 4px;
    border: 1px solid #86D2B1;
    background: #209663;
    padding: 0;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.modal-top-content {
    max-height: 544px;
    display: flex;
}

.modal-top-content-left {
    height: 544px;
    width: 50%;
    margin-right: 20px;
    overflow: hidden;
}

.modal-top-content-right {
    width: 50%;
    height: 544px;
    border-radius: 4px;
    overflow: hidden;
}

.modal-top-content-left-scroll {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    padding-left: 10px;
}

.modal-top-content-right img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.modal-top-content-left-scroll-text {
    padding-right: 10px;
}

.modal-top-content-left-scroll h3 {
    color: #363636;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 16px;
}

.modal-top-content-left-scroll-text {
    color: #363636;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.modal-top-content-left-scroll::-webkit-scrollbar {
    width: 8px;
}

/* Customize the scrollbar track */
.modal-top-content-left-scroll::-webkit-scrollbar-track {
    background-color: #E9E9E9;
    border-radius: 4px;
}

/* Customize the scrollbar thumb */
.modal-top-content-left-scroll::-webkit-scrollbar-thumb {
    background-color: #A8E1C8;
    border-radius: 4px;
}

.modal-top-content-img-text {
    display: none;
}

.sumIcon2 {
	transition: opacity 0.3s;
	position: absolute;
	top: 33px;
	left: unset;
	right: -25px;
	display: none;
}

.fullPrice2 {
    cursor: pointer;
}

.fullPrice2:hover+.sumIcon2 {
    display: block;
    z-index: 35;
}

.sumIcon2 p {
    margin-bottom: 0;
    font-size: 12px;
    color: #363636;
}

.calculator-page-price {
    position: relative;
}

.button.add_to_cart_button {
    text-align: center;
    display: flex !important;
}

.button.add_to_cart_button::after {
    content: "";
    width: 19px;
    height: 19px;
    background-image: url(/wp-content/uploads/2023/05/busket.svg);
    margin-left: 13px;
    display: inline-flex;
}

.modal-top-content.fullWidhtModal .modal-top-content-left {
    height: 544px;
    width: 100%;
    margin-right: 0;
    overflow: hidden;
}

.modal-top-content.fullWidhtModal .modal-top-content-right {
    display: none;
}

#formula_set {
    display: none;
}

.hideBlock {
	display: none;
}

.product-name-checkout.res .metaDataAcf {
	display: block;
}

.product-name-checkout.res .nameProdCart {
	margin-bottom: 20px;
}

.hideInfoOrder, #sendPreOrderRow {
	display: none;
}

.page-template-order-calc-tpl #customer_details {
	position: sticky;
	top: 16px;
}

.page-template-order-calc-tpl .checkout.woocommerce-checkout {
	align-items: flex-start;
}

.znyzhka_tekst, .akcziya_tekst {
	text-transform: uppercase;
}

.price bdi {
	font-weight: 700;
	font-size: 29px;
	line-height: 110%;
	color: #363636;
}

.price del bdi {
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
	color: #BCBCBC;
}


.products .price bdi {
	font-size: 18px;
}

.products .price del bdi {
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
	color: #BCBCBC;
}

.widget-area li.wpc-term-item input[type="checkbox"]:hover, .widget-area li.wpc-term-item input[type="radio"]:hover, .wpc-filters-widget-main-wrapper li.wpc-term-item input[type="checkbox"]:hover, .wpc-filters-widget-main-wrapper li.wpc-term-item input[type="radio"]:hover {
	background-color: #0570e2 !important;
}

.calculator-bottom-container-flex.fullParametr {
	width: 100%;
}

.calculator-bottom-container-flex.fullParametr .dropdown {
	width: 100%;
	margin-bottom: 24px;
}

.linkProdPage {
	font-size: 15px !important;
}

.linkProdPage:hover {
	background-color: #35A574;
}


.linkProdPage img {margin-left: 13px;}

.product-type-simple .price {
	justify-content: flex-end;
}

#hidden-search {
	height: auto;
	padding: 16px;
}

.totalPriceRow.predTotal {
	margin-top: 20px;
}

.langTop {
	width: 63px;
	margin-left: 41px;
	position: relative;
	top: 3px;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
	width: 10px !important;
	height: 6px !important;
	background-image: url(/wp-content/themes/generatepress/images/lang-arr.svg);
	transform: rotate(180deg);
	border: 0 !important;
}

.wpml-ls-legacy-dropdown a {
	display: block;
	text-decoration: none;
	color: #fff !important;
	border: none;
	background-color: transparent !important;
	padding: 5px 10px;
	line-height: 1;
	font-size: 17px;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	background: #fff;
	border-radius: 5px;
	border: 1px solid #007844;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
	color: #000 !important;
	font-size: 14px;
}

.wpml-ls-sub-menu .wpml-ls-slot-shortcode_actions {
	text-align: center;
}

.top-nav.background .searchBlock, .top-nav.background .gp-icon.shopping-cart, .top-nav.background .js-wpml-ls-item-toggle.wpml-ls-item-toggle {
	filter: brightness(0) saturate(100%) invert(27%) sepia(3%) saturate(0%) hue-rotate(14deg) brightness(99%) contrast(85%);
}

.top-nav.background .cart-contents > span.number-of-items {
	background-color: #e7e1e1 !important;
}

#billing_first_name {
	background-image: url(/wp-content/themes/generatepress/images/name-card.svg);
	background-repeat: no-repeat;
	background-position: left 12px center;
}

#billing_phone {
	background-image: url(/wp-content/themes/generatepress/images/phone-card.svg);
	background-repeat: no-repeat;
	background-position: left 12px center;
}

#billing_email {
	background-image: url(/wp-content/themes/generatepress/images/mail-card.svg);
	background-repeat: no-repeat;
	background-position: left 12px center;
}

.whatItIsRight.fullWidthCol, .whatItIsLeft.fullWidthCol {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

a.obgLink {
	text-decoration: none;
	width: 100%;
	text-align: center;
	padding: 16px 32px;
	box-sizing: border-box;
	display: block;
	background: #68C39C;
	border-radius: 4px;
	font-family: 'Gilroy';
	font-size: 15px;
	line-height: 140%;
	text-align: center;
	color: #FFFFFF;
}

.videoPost .imgCover {
	position: absolute;
	top: 0;
	left: 0;
}

.blogSliderItemFlexText {
	margin-left: 10px;
}

.moreBtn {
	background: #68C39C;
	padding: 5px 30px;
	text-align: center;
	display: block;
	margin-top: 16px;
	margin-left: auto;
	max-width: 80px;
}

.moreBtn:hover {
	background: #007844;
}

.cooperationSlider {
	overflow: hidden;
}

.cooperationSliderItem {
	height: auto;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.cooperationSliderDots {
	margin-top: 32px;
}

.psLink a {
	color: #fff;
}

.accordion-header-title {
	color: #000;
}

.servicesContainer .swiper-wrapper {
	flex-wrap: wrap;
	justify-content: space-between;
}

.servicesContainer.swiper-initialized .swiper-wrapper {
    flex-wrap: nowrap;
}


.servicesSliderScrollbar.scrollSwiper {
	display: none;
}

.product_meta > .posted_in {
	display: none;
}

.openText .whatDoingSectionText {
	-webkit-line-clamp: unset;
}

.openText .show-more-btn img {
	transform: rotate(180deg);
}







































/*? responsive  *************************************************************************************************************************/

@media(min-width: 1200px) and (max-height: 900px) {
    .contentCalculator {
        overflow-y: scroll;
        overflow-x: hidden;
        min-height: auto;
        height: 90vh;
    }

    .basketModalContainer {
        overflow-y: scroll;
        overflow-x: hidden;
        min-height: auto;
        height: 90vh;
    }

    .buttonCalculator {
        z-index: 101;
    }

    .animationCalculator {
        top: calc(800px - 565px);
    }

    .contentCalculator {
        background: transparent;
    }

    .backgroundCalculatorImg {
        display: block;
        width: 1180px;
        height: 800px;
        position: absolute;
        top: 0;
        left: 0;
    }
}


@media (min-width: 1500px) {


    .bannerHeight .wrapper {
        height: 100% !important;
    }

    .breadcrumb {
        margin: 0 auto;
        max-width: 1440px !important;
        width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    .catalogueTabs-content {
        margin-bottom: 0;
    }

    .banner .wrapper {
        justify-content: space-between;
        align-items: center;
    }

    .gallery {
        width: 32%;
        margin-bottom: 30px;
        overflow: hidden;
    }

    header {
        border-bottom: 1px solid #FFFFFF;
    }

    header .wrapper {
        border-bottom: 0;
    }

    .reliable .wrapper {
        overflow: inherit !important;
    }











}

/*? //min-width: 1500px ******************************************************************************/





@media (max-width: 1480px) {

    .one-container .site-content {
        padding: 40px 32px;
    }

    #breadcrumbs,
    .wrapper {
        padding: 0 32px;
    }

    .page-template-landing-tpl #breadcrumbs,
    .page-template-landing-child-tpl #breadcrumbs,
    .page-template-about-tpl #breadcrumbs {
        padding: 0 32px;
    }





    .catalogPageContainerCatalog {
        justify-content: space-between;
    }



}

/*? //min-width: 1480px ******************************************************************************/








@media (max-width: 1200px) {
    .wrapper {
        max-width: 100% !important;
        box-sizing: border-box;
    }

    .banner {
        height: auto !important;
    }

    .basketModalContainer {
        width: 288px;
        padding: 20px 16px 64px 16px;
    }

    .basketModalBottomBtn {

        flex-direction: column;
    }

    .basketModalMainCard {
        height: auto;
    }

    .basketModalTop h2:after {
        content: none;
    }

    .basketModal {
        justify-content: flex-end;
        align-items: flex-start;
    }

    .basketModalTop h2 {
        font-size: 29px;
        line-height: 110%;
        margin-bottom: 20px;
    }

    .basketModalClose {
        margin-left: auto;
        margin-bottom: 20px;
    }

    .basketModalTop {
        display: flex;
        flex-direction: column-reverse;
    }

    .basketModalMainCard {
        flex-direction: column;
        padding: 16px 0 24px 0;
        margin-top: 0;
        position: relative;
        margin-bottom: 20px;
    }

    .basketModalMainCardImg {
        width: 60px;
        height: 60px;
        margin-bottom: 8px;
    }

    .basketModalClose {
        position: static;
    }

    .basketModalMainCard>h3 {
        font-family: 'Nekst';
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 110%;
        color: #363636;
        position: absolute;
        top: 10px;
        left: 68px;
    }

    .articlePage {
        padding-bottom: 80px;
    }

    .otherProjects .wrapper {
        padding: 0 32px 80px 32px;
    }

    .basketModalMainCardTittle div:nth-of-type(1) {
        font-weight: 400;
        font-size: 15px;
        line-height: 140%;
        color: rgba(53, 50, 50, 0.5);
        margin-bottom: 4px;
    }

    .basketModalMainCardTittle div:nth-of-type(2) {
        font-family: 'Nekst';
        font-weight: 600;
        font-size: 15px;
        line-height: 110%;
        color: #363636;
        margin-bottom: 0;
    }

    .basketModalMainCardPrice {
        margin-top: 16px;
        margin-left: auto;
    }

    .basketModalMainCardPrice div:nth-of-type(1) {
        font-weight: 700;
        font-size: 19px;
        line-height: 140%;
        margin-right: 16px;
    }

    .basketModalMainCardPrice div:nth-of-type(2) {
        font-weight: 400;
        font-size: 12px;
        line-height: 140%;
        text-decoration-line: line-through;
        color: #BCBCBC;
    }

    .basketModalContainer {
        height: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .basketModalMain {
        height: auto;
        overflow: visible;
    }

    .basketModalMainCardTittle {
        margin-bottom: 8px;
    }

    .cooperationSliderItem img {
        max-width: 100%;
        width: 100%;
    }

    .materials .wrapper {
        padding: 0 32px 80px 32px;
    }

    .cooperation .wrapper {
        padding: 0 32px 80px 32px;
    }

    .cooperationSlider .slick-slide {
        margin: 0 10px;
    }

    .cooperationSlider .slick-list {
        margin: 0 -10px;
    }

    .team .wrapper {
        padding: 0 32px 80px 32px;
    }

    .wantTeamRight .articleMainRightForm {
        width: 100%;
    }



    .menu {
        width: 100%;
        box-sizing: border-box;
    }

    .articlePage .blog .wrapper {
        padding: 0 !important;
    }

    .articlePage .blog .wrapper {
        border-bottom: 0;
    }

    .articlePage .wrapper {
        max-width: 100%;
        padding: 0 32px;
        box-sizing: border-box;
    }

    .articleVideo iframe {
        max-width: 100%;
        height: 400px;
    }

    .banner {
        width: 100%;
        box-sizing: border-box;
        padding: 40px 32px 45px 32px;
    }

    .banner .wrapper {
        flex-direction: column;
    }

    .bannerLeft {
        width: 100%;
        margin-bottom: 50px;
    }

    .hooks .wrapper {
        padding: 0 32px;
        box-sizing: border-box;
        max-width: 100%;
    }

    .hooks .wrapper p {
        width: 70%;
    }

    .counter {
        padding: 40px 32px;
    }

    .counterSection {
        padding: 0 20px;
        min-height: 100px;
    }

    .services {
        padding: 64px 32px 0 32px;
    }

    .servicesPosition h3 {
        width: 90%;
    }

    .servicesContainerSection::before {
        width: 100% !important;
    }

    .servicesPositionOpacity {
        opacity: 1;
    }

    .services .wrapper {
        padding-bottom: 44px;
    }

    .installation {
        padding: 64px 32px;
    }

    .installation .wrapper {
        align-items: normal;
    }

    .installationRight p {
        margin-bottom: 25px;
    }

    .reliable {
        padding: 64px 32px;
    }

    .reliableRightSection h3 {
        width: 100%;
    }

    .reliableRightSection {
        padding: 15px 10px 0 10px;
    }

    .catalogue {
        padding: 80px 32px 0 32px;
    }

    .prodject {
        padding: 80px 32px 0 32px;
    }

    .prodjectTabContentLeft {
        width: 100%;
        margin-bottom: 50px;
    }

    .prodjectTabContentRight {
        width: 100%;
        justify-content: flex-start;
        margin-left: 0;
    }

    .prodjectTab-content {
        flex-direction: column;
    }

    .prodjectContentTop h3 {
        width: 100%;
    }

    .gallery {
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .reviews {
        padding: 80px 32px;
    }

    .blog {
        padding: 80px 32px 0 32px;
    }

    .contact {
        padding: 80px 32px;
    }

    footer {
        padding: 80px 32px;
    }

    .servicesPosition h3 {
        font-size: 20px;
    }

    .menuGreen {
        font-size: 18px;
    }

    .banner .wrapper {
        position: relative;
    }

    .landingBanner .wrapper .bannerLeft {
        width: 100%;
        margin-left: 0;
    }

    .slider-for {
        height: 350px;
    }

    .bannerLeft {
        margin-right: 0;
    }

    .landingBanner .wrapper .bannerLeft {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .bannerLeft>p br {
        display: none;
    }

    .landingBanner .wrapper .bannerLeft h1 br {
        display: none;
    }

    .slider-nav {
        height: 300px;
    }

    .slider-nav .slick-list {
        height: 300px;
    }

    .slider-for .slick-list {
        height: 350px;
    }

    .installationLeft {
        height: auto;
    }

    .installationLeft img {
        height: 100%;
    }

    .deliveryPage .wrapper {
        padding: 0 32px;
        box-sizing: border-box;
    }

    .blogPage .wrapper {
        max-width: 100%;
        padding: 0 32px;
    }

    .blogSliderPage .blogSliderItem {
        width: 31.5%;
    }

    .bannerAboutUsFlex .bannerRight {
        position: static;
        width: auto;
    }

    .bannerAboutUsFlex .bannerLeft h1 {
        width: 100%;
    }



    .history .wrapper {
        padding: 0 32px;
    }

    .historyTopRight {
        width: 50%;
    }

    .historyTopLeft {
        width: 50%;
    }

    .historyTopRight img {
        max-width: 100%;
        width: 100%;
    }

    .historyBottomLeft {
        width: 50%;
    }

    .historyBottomLeft img {
        max-width: 100%;
        width: 100%;
    }

    .historyBottomRight {
        width: 50%;
    }

    .bannerCase .wrapper {
        padding: 0 32px;
    }

    .slider-wrapper {
        width: 100%;
    }

    .reliableRightSection {
        width: 45%;
    }

    .caseForm .wrapper {
        padding: 0 32px;
    }

    .caseFormRight {
        margin-right: 0;
    }

    .caseForm .wrapper {
        padding: 0 0 80px;
    }

    .allCaseContent .wrapper {
        padding: 0 32px;
    }

    .bannerApplication .wrapper {
        padding: 0 32px;
    }

    .bannerRight {
        width: 100%;
    }

    .slider-nav {
        width: 50%;
        height: 300px;
        overflow: hidden;
        margin-right: 20px;
    }

    .slider-for {
        width: 50%;
        height: 450px;
        overflow: hidden;
    }

    .slider-for .slick-list {
        height: 100%;
    }

    .reliableRight {
        padding-bottom: 0;
    }

    .reliableRightSection {
        margin-bottom: 0;
    }

    .reliableRightSection::before {
        height: 100%;
    }

    .reliableRightOpacity {
        opacity: 1;
    }

    .reliableRightSection svg {
        margin-bottom: 12px;
    }

    .reliableRightSection svg path {
        fill: #fff;
    }

    .reliableRightSection h3 {
        color: #fff;
    }

    .catalogueTabsSection:hover .top {
        transform: translateY(8px);
    }

    .prodject .wrapper {
        padding-bottom: 64px;
    }

    .catalogueTabOpacity {
        transform: none;
    }

    .catalogueTabsSection:hover .catalogueTabOpacity {
        transform: none;
    }

    .catalogueTabsSection {
        height: 385px;
    }

    .catalogueTabsSection>img {
        height: 315px;
    }

    .catalogueTabsSection .top {
        transform: translateY(8px);
    }

    .contactLeft {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .contactLeftTabs {
        display: flex;
        flex-direction: column;
    }

    .contactLeftTabs>p {
        text-align: left !important;
    }

    .contactLeftSocial>p {
        text-align: left;
    }

    .social {
        justify-content: flex-start;
    }

    .whatDoing {
        padding-top: 64px;
    }

    .whatDoing .wrapper {
        padding: 0 32px 64px 32px;
    }

    .whatDoingSection>h2 {
        font-size: 16px;
    }

    .stagesWork {
        padding-top: 64px;
    }

    .stagesWork .wrapper {
        padding: 0 32px 64px 32px;
    }

    .landingForm {
        padding: 64px 0;
    }

    .landingForm .wrapper {
        padding: 0 32px;
    }

    .landingAdvantages {
        padding-top: 64px;
    }

    .landingAdvantages .wrapper {
        padding: 0 32px 64px 32px;
    }

    .landingAdvantagesContainer {
        width: 100%;
        overflow: hidden;
    }

    .landingAdvantagesContainerTop {
        overflow-x: scroll;
        padding-bottom: 20px;
    }

    .landingAdvantagesTabs {
        width: 280px;
        margin-right: 20px;
    }

    .landingAdvantagesTabsContent {
        align-items: inherit !important;
    }

    .landingAdvantagesInfoLeft img {
        height: 100%;
    }

    .landingSeo {
        padding-top: 64px;
    }

    .landingSeo .wrapper {
        padding: 0 32px 64px 32px;
    }

    .landingSeo .wrapper h2 {
        font-size: 29px;
    }

    .landingBanner {
        padding-top: 0;
    }

    .landingBanner .breadcrumb {
        margin-bottom: 50px;
    }

    .landingCardBanner .bannerLeft h1 {
        width: 90%;
    }

    .bannerLeft {
        padding-top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .bannerLeft h1 {
        text-align: center;
    }

    .whatItIs {
        padding: 64px 0;
    }

    .whatItIs .wrapper {
        padding: 0 64px;
    }

    .landingCardFoto .wrapper {
        padding: 0 32px;
    }



    .articleMainRightNavigation {
        text-align: left;
    }

    .articleMainRight ul li a {
        text-align: left;
        width: max-content;
    }

    .displayRight {
        display: none !important;
    }

    .flexContainerBlueColumn h3 {
        font-size: 16px;
    }

    .prodjecItem h2 {
        min-height: 120px;
    }

    .prodjecItem p {
        min-height: 230px;
    }

    .banner {
        max-height: 100%;
    }

    .landingCardBanner .slider-nav {
        height: 200px;
    }

    .landingCardBanner .slider-for {
        height: 250px;
    }


    .bannerLeft h1 {
        font-size: clamp(36px, 6vh, 49px);
        max-width: unset;
    }

    .bannerLeft {
        padding-right: 0;
    }

    .page-template-landing-tpl #breadcrumbs,
    .page-template-landing-child-tpl #breadcrumbs,
    .page-template-about-tpl #breadcrumbs {
        padding: 10px 32px;
        position: relative;
        background-image: url(/wp-content/themes/generatepress/images/Rectangle.png);
        background-color: #007844;
    }

    .bannerLeft {
        margin-top: 0;
    }

    .banner {
        margin-top: 0;
    }


    .servicesContainerSection.lock::before {
        background: url(/wp-content/themes/generatepress/images/Rectangle.png), #0E8753C9;
    }






    .glassBtnImg {
        width: 80px;
        height: 80px;
    }

    .advantagesCardText {
        font-size: 16px;
    }



    .contentCalculator {
        width: 288px;
        padding: 20px 0 0 0;
        background: #E9E9E9;
        height: 100vh;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .buttonCalculator {
        position: static;
        justify-content: flex-end;
        margin-right: 16px;
        margin-bottom: 32px;
    }

    .animationCalculator {
        display: none;
    }

    .calculatorContainer h2 {
        font-size: 29px;
        line-height: 110%;
        margin: 0 16px 8px 16px;
    }

    .calculatorContainer>p {
        font-size: 15px;
        line-height: 140%;
        margin: 0 16px;
        width: 100%;
        margin-bottom: 32px;
    }

    .calculatorContainer>p br {
        display: none;
    }

    .calculatorContainerFlex {
        margin-top: 32px;
        flex-direction: column;
    }

    .imgCalculator div {
        width: 288px;
        height: 300px;
        right: 82px;
    }

    .imgCalculator div img {
        width: 288px;
        height: 300px;
    }

    .imgCalculator {
        position: relative;
        background: url(/wp-content/uploads/2023/06/image-1.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 399px;
        height: 300px;
        background-position: 0;
    }

    .calculatorContainerFlexRight {
        padding-top: 26px !important;
    }

    .calculatorContainerFlex {
        margin-top: 32px;
    }

    .headingCalculator {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .calculatorContainerSum {
        margin-top: 0;
    }

    .calculatorContainerSum {
        display: none;
    }

    .calculatorContainerSum2 {
        display: block;
    }

    .headingCalculator br {
        display: none;
    }

    .headingCalculator:nth-of-type(1):before {
        top: 10px !important;
    }

    .headingCalculator>span {
        margin-left: -18px;
        margin-top: 4px;
    }

    .headingCalculator:before {
        top: 10px !important;
    }

    .headingCalculator {
        flex-direction: column;
        align-items: flex-start;
        height: auto;
    }

    .headingCalculator {
        width: 100%;
    }

    .calculatorContainerFlexRight {
        width: 100%;
        padding: 32px 16px 64px 16px;
        box-sizing: border-box;
    }

    .calculatorContainerFlexInput:nth-last-of-type(1) {
        margin-bottom: 0;
    }

    .calculatorContainerFlexInput:nth-last-of-type(1) input {
        margin-bottom: 0 !important;
    }

    .calculatorContainerFlexLeft {
        padding-top: 40px;
    }

    .calculatorContainerFlexLeft {
        margin-right: 0;
        padding: 0 16px;
        width: 100%;
        box-sizing: border-box;
    }

    .imgCalculator {
        display: none;
    }

    .imgCalculator2 {
        display: block;
    }

    .accordionCalculator {
        margin-bottom: 32px;
    }

    .imgCalculator div img {
        width: 399px;
        height: 300px;
        max-width: 100%;
        object-fit: cover;
        object-position: right;
    }

    .imgCalculator2 div {
        width: 288px;
        height: 300px;
        right: 112px;
    }

    .headingCalculator>span {
        height: auto;
    }

    .backgroundCalculator {
        justify-content: flex-end;
    }

    .calculatorContainer {
        background: #E9E9E9;
    }

    .calculatorContainerBtn {
        width: 100%;
    }

    .ProductCardSlider {
        flex-direction: column;
    }

    .ProductCardSliderBig {
        margin-left: 0;
        margin-bottom: 16px;
    }

    .ProductCardSliderSmall {
        flex-direction: row;
        width: 100%;
    }

    .ProductCardSliderSmall .slick-track {
        flex-direction: row !important;
    }

    .ProductCardSliderSmallItem {
        width: inherit !important;
        margin: 0 8px !important;
    }

    .slick-slide img {
        object-fit: cover;
        width: 100%;
    }

    .ProductCardSlider {
        width: 344px;
    }

    .ProductCardSliderBig {
        width: 344px;
        height: 424px;
    }

    .ProductCardSliderSmallDots {
        width: 100%;
    }

    .ProductCardSliderSmallDots ul {
        display: flex;
        justify-content: center;
        margin-top: 16px;
        margin-bottom: 24px;
        width: 100%;
    }

    .ProductCardSliderSmallDots {
        display: flex;
    }

    .ProductCardSliderSmallDots ul .slick-active {
        background: #68C39C;
    }

    .ProductCardSliderSmallDots ul li {
        width: 10px;
        height: 10px;
        background: #E9E9E9;
        border-radius: 50%;
        margin-right: 8px;
    }

    .mainCharacteristicsContent {
        height: auto;
        padding: 8px;
    }

    .glassContentBtn {
        overflow: scroll;
        padding-bottom: 20px;
    }

    .advantagesCard {
        flex-wrap: wrap;
    }

    .ProductCardBannerContent {
        width: calc(100% - 344px) !important;
    }

    .advantagesCardSection {
        width: 48%;
        margin-bottom: 15px;
    }

    .ProductCardSliderSmallDots ul li:nth-last-of-type(1) {
        margin-right: 0;
    }

    .ProductCardSliderSmallDots ul li button {
        border: none;
        background: transparent;
        font-size: 0;
        padding: 0;
    }

    .orderBackgroundContentFlex {
        flex-direction: column;
    }

    .orderBackgroundContent {
        padding-top: 40px;
    }

    .orderBackgroundContent h2 {
        font-family: 'Nekst';
        font-style: normal;
        font-weight: 600;
        font-size: 29px;
        line-height: 110%;
        color: #363636;
        margin-bottom: 8px;
    }

    .orderBackgroundContent>p {
        width: 100%;
        margin-bottom: 32px;
    }

    .orderBackgroundBtn {
        top: 20px;
    }

    .orderBackgroundPrev {
        font-size: 0;
        width: 52px;
        height: 52px;
    }

    .orderBackground {
        padding: 64px 16px;
    }

    .orderBackgroundContentFlexRight {
        margin-top: 32px;
        width: 100%;
    }

    .calcutForm {
        margin-top: 24px;
    }

    .basketModalMainScroll {
        padding-right: 0;
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .basketModalBottom {
        flex-direction: column;
    }

    .basketModalBottomPrice {
        flex-direction: column;
        margin-bottom: 24px;
        align-items: flex-end;
        width: 100%;
    }

    .basketModalBottomBtn button:nth-of-type(1) {
        width: 100%;
        margin-right: 0;
        margin-bottom: 9px;
    }

    .basketModalBottomPrice p {
        margin-right: 0;
        height: 32px;
    }

    .basketModalBottomBtn button:nth-of-type(2) {
        width: 100%;
    }

    .basketModalMainCardTittle {
        flex-direction: column;
    }

    .basketModalMainCardTittle div:nth-of-type(2) {
        padding-left: 0;
        border-left: 0;
    }

    .processingOrderPageContainerLeft {
        width: 48%;
    }

    .processingOrderPageContainerRight {
        width: 48%;
    }

    .processingOrderPageSumTop {
        flex-direction: column;
        align-items: baseline;
    }

    .processingOrderPageOrderRight {
        position: absolute;
        bottom: 10px;
        right: 0;
    }

    .basketModalMainCardClose {
        top: 4px !important;
        right: 13px !important;
    }

    .ProductCardSliderSmallDots .slick-dots {
        position: static;
    }

    .basketModalMainCardFlex {
        margin-top: 0;
    }

    .basketModalMainCardTittle {
        margin-bottom: 10px;
    }

    .basketModalMainCardPrice {
        margin-left: 87px;
    }

    .basketModalMainCardPrice div:nth-of-type(1) {
        white-space: nowrap;
    }

    .basketModalMainCardPrice div:nth-of-type(2) {
        white-space: nowrap;
    }

    .basketModalMainCard {
        margin-bottom: 15px;
    }

    .basketModalMain {
        max-height: initial;
    }

    .basketModalBottomPrice {
        margin-right: 5px;
    }

    .basketModalMainCard {
        padding-top: 13px;
    }

    .basketModalBottom {
        margin-top: 4px;
    }

    .basketModalBottomPrice p {
        height: 24px;
    }

    .headingCalculator:nth-of-type(1):before {
        top: 18px !important;
    }

    .headingCalculator:before {
        top: 18px !important;
    }

    .orderBackgroundContent {
        padding-top: 50px;
    }

    .glassContentFlexBtn1 {
        height: 40px;
    }

    .glassContentFlexBtn2 {
        height: 40px;
    }

    .imgCalculator8 img {
        object-position: -209px !important;
    }

    .imgCalculator9 img {
        object-position: -209px !important;
    }

    .woocommerce ul.products li.product .price,
    .catalogPageCardPrice {
        font-size: 20px;
    }

    .alsoWatchedSliderDots,
    .dotsRow {
        margin-top: 0;
    }




    .ProductCardBannerContent h2 {
        font-size: 29px;
        line-height: 110%;
    }



    .youtubeBlock {
        margin-bottom: 24px;
    }

    .similarProducts .similarProductsDots {
        display: flex;
        justify-content: center;
    }

    .similarProducts .similarProductsDots ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .similarProducts .similarProductsDots ul li {
        width: 10px;
        height: 10px;
        background: #E9E9E9;
        border-radius: 50%;
        margin-right: 8px;
        cursor: pointer;
    }

    .similarProducts .similarProductsDots ul li.slick-active {
        background: #68C39C;
    }

    .similarProducts .similarProductsDotsul li:nth-last-of-type(1) {
        margin-right: 0;
    }

    .similarProducts .similarProductsDots ul li button {
        font-size: 0;
        padding: 0;
        border: none;
    }

    .contactLeftSocial>span {
        text-align: left;
    }

    .ProductCard .contact {
        padding-left: 0;
        padding-right: 0;
    }

    .ProductCard .contact .grid-container {
        padding-left: 0;
        padding-right: 0;
        align-items: inherit;
    }

    .ProductCard .contact .grid-container .contactLeft {
        width: 240px;
    }

    .ProductCard .contact .grid-container .contactRight {
        width: calc(100% - 288px);
        height: inherit;
    }

    .social {
        margin-bottom: 0 !important;
    }

    .catalogPageContainerLeft {
        width: 240px;
    }

    .catalogPageContainerRight {
        width: calc(100% - 260px);
    }

    .no-resultsPageTop {
        flex-direction: column;
    }

    .no-resultsPage {
        padding: 0;
    }

    .no-resultsPage {
        margin-top: 37px;
    }

    .no-resultsPageTop h1 {
        margin-right: 0;
    }

    .no-resultsPageTop {
        align-items: flex-start;
    }

    .no-resultsPageTop h1 {
        font-size: 29px;
        line-height: 110%;
    }

    .resultsPageTopText {
        margin-top: 0;
        font-size: 15px;
        line-height: 140%;
    }

    .no-resultsPageTop {
        margin-bottom: 51px;
    }

    .no-resultsPageMainText p {
        font-size: 15px;
        line-height: 140%;
    }

    .no-resultsPageMainText span {
        font-size: 15px;
        line-height: 140%;
    }

    .no-resultsPageMainText span br:nth-of-type(2) {
        display: none;
    }

    .no-resultsPageBottomContainer {
        flex-direction: column;
        align-items: flex-start;
    }

    .no-resultsPageBottom h4 {
        margin-bottom: 35px;
    }

    .no-resultsPageBottomContainer h5 {
        margin-bottom: 26px;
        margin-right: 0;
    }

    .no-resultsPageBottomContainer {
        margin-bottom: 31px;
    }

    .no-resultsPageBottom {
        margin-bottom: 26px;
    }

    .searchResultsPageTop {
        padding: 0px;
    }

    .searchResultsPage {
        margin-top: 34px;
    }

    .searchResultsPageTop h1 {
        margin-bottom: 25px;
    }

    .searchResultsPageMain {
        padding: 0;
    }

    .searchResultsTab {
        padding: 0;
        margin-right: 32px;
    }

    .searchResultsPageTop {
        margin-bottom: 66px;
    }

    .searchResultsTabs {
        margin-bottom: 34px;
    }



    .searchResultsTabsContentCard>button {
        font-size: 10px !important;
        line-height: 140% !important;
        padding: 4px !important;
    }

    .searchResultsTabsContent {
        margin-left: -10px;
        margin-right: -10px;
    }

    .searchResultsPageBottom {
        justify-content: center;
        margin-bottom: 23px;
        margin-top: 29px;
    }

    .searchResultsTabsContentCard a {
        display: none;
    }

    .searchResultsPageBottomLeft {
        display: none;
    }

    .searchResultsTabsContentCardImg {
        height: 90px;
        margin-bottom: 8px;
        min-height: 90px;
    }

    .searchResultsTabsContentCard h2 {
        font-size: 12px;
        line-height: 120%;
        margin-bottom: 0;
    }

    .bannerAboutUsFlex {
        flex-direction: column;
    }

    .bannerAboutUsFlex .bannerLeft {
        width: 100%;
    }

    .bannerAboutUsFlex .bannerRight {
        height: 100%;
        width: 100% !important;
        max-width: 580px;
    }

    .historyTop .historyTopLeft {
        width: 50%;
    }

    .calculator-page-wrapper {
        flex-direction: row-reverse;
    }

    .calculator-page-left {
        width: 50%;
    }

    .calculator-page-right {
        width: 50%;
        margin-right: 16px;
    }

    .calculator-input-block {
        width: 48%;
    }

    .dropdown {
        width: 48%;
    }

    .calculator-bottom-container-flex {
        width: 100%;
        justify-content: space-between;
        display: flex;
        flex-wrap: wrap;
    }

    .calculator-page-right {
        padding: 16px;
    }

    .calculator-page-right-tittle h2 {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%;
    }

    .calculator-time-block h3 {
        font-size: 23px;
    }

    .calculator-time-block {
        width: 42px;
        height: 42px;
    }

    .calculator-time-block span {
        font-size: 10px;
    }

    .calculator-page-percent {
        margin-top: 16px;
        margin-bottom: 8px;
        font-size: 19px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%;
    }

    .calculator-page-right {
        height: max-content;
    }

    .calculator-top-container {
        padding: 32px 16px;
    }

    .calculator-bottom-container {
        padding: 32px 16px 16px 16px;
    }

    .fancybox-content {
        width: 288px;
        max-width: 100%;
        height: 100vh;
        overflow: scroll;
        padding: 20px 16px;
        box-sizing: border-box;
    }

    .modal-top-content {
        flex-direction: column-reverse;
    }

    

    .modal-top {
        margin-bottom: 24px;
    }

    .modal-top h2 {
        font-size: 29px;
        font-weight: 400;
        line-height: 110%;
    }

    .modal-top-content-left {
        width: 100%;
        height: 100%;
    }

    .modal-top-content-right {
        width: 100%;
        height: 250px;
        overflow: visible;
        border-radius: 4px;
        margin-bottom: 16px;
    }

    .modal-top-content {
        max-height: 85vh;
    }

    .modal-top-content-left {
        height: 90vh;
    }

    .modal-top-content-img-text {
        display: block;
        height: 250px;
        margin-bottom: 16px;
    }

    .modal-top-content-img-text img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .modal-top-content-right {
        display: none;
    }

    .modal-top-content-left-scroll {
        padding-left: 0;
    }

    .modal-top-content-left-scroll h3 {
        font-size: 15px;
    }











}

/*! //max-width: 1200px *******************************************************************************************/



@media (max-width: 991px) {

    .woocommerce ul.products li.product .price,
    .catalogPageCardPrice {
        align-items: flex-start;
        flex-direction: column;
    }

    .woocommerce ul.products li.product .price del,
    .catalogPageCardPrice del {
        margin-left: 0;
    }


    .bannerRight {
        margin-left: 0;
        position: static;
        margin: 0 auto;
    }

    .landingBannerFlex {
        margin: 0 auto 32px auto;
    }

    .allCaseContentTabSection {
        width: 32%;
    }

    .bannerLeft h1 {
        width: 100%;
    }

    .top-navigation {
        display: none;
    }

    .bannerCaseContentLeft {
        width: 100%;
        margin-right: 0;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

    .bannerCaseContent {
        flex-direction: column;
    }

    .bannerCaseContentRight {
        width: 100%;
    }

    .bannerCase .wrapper .breadcrumb {
        margin-bottom: 40px;
    }

    .slider-wrapper .slider-for {
        height: 400px !important;
    }

    .slider-wrapper .slider-for .slick-list {
        width: 100% !important;
        height: 100% !important;
    }

    .bannerCase .wrapper {
        padding-bottom: 80px;
    }

    .slider-for__item {
        width: 100%;
    }

    .menu .wrapper {
        overflow: scroll;
        padding-bottom: 140px;
    }

    .hooks .wrapper p {
        font-size: 14px;
    }

    .hooks {
        height: auto;
    }





    .slider-x {
        width: 100%;
        height: 285px;
        margin: 20px auto;
        max-height: unset;
        max-width: unset;
    }

    .slider-x .slick-list {
        width: 100%;
    }



    .historyTopRight img {
        height: 100%;
        position: relative;
    }

    .historyBottomLeft {
        width: 100%;
    }

    .historyBottomLeft img {
        height: 100%;
    }

    .historyBottom {
        flex-direction: column-reverse;
    }

    .historyBottomRight {
        margin-left: 0;
        width: 100%;
    }

    .historyTopLeft {
        width: 100%;
        margin-right: 0;
    }

    .historyTopRight {
        width: 100%;
        margin-right: 0;
    }

    .historyTop {
        flex-direction: column;
    }

    .banner {
        padding-bottom: 80px;
    }

    .bannerLeft {
        margin-bottom: 20px;
        padding-top: 0;
        text-align: center;
    }

    .sloganBanner ul {
        text-align: left;
    }

    .bannerLeft a {
        margin: 0 auto;
    }

    .bannerLeftNav {
        list-style: none;
    }

    .slider-nav {
        width: calc(50% - 10px);
        height: 200px;
        overflow: hidden;
        margin: 0;
        max-width: unset;
        max-height: unset;
    }

    .slider-nav .slick-list {
        width: 100%;
        height: 100%;
    }

    .slider-nav .slick-list .sliderItem {
        width: 100%;
    }

    .slider-for {
        width: calc(50% - 10px);
        height: 200px;
        overflow: hidden;
        margin: 0;
        max-width: unset;
        max-height: unset;
    }

    .slider-for .slick-list {
        width: 100%;
        height: 100% !important;
    }

    .sliderContainerFlex {
        justify-content: space-between;
    }



    .sliderContainerFlex {
        width: 100%;
        margin: 0 auto;
    }

    .slider-for .slick-list .sliderItem {
        width: 280px;
    }

    .bannerRight {
        width: 600px;
    }

    .navigationBanner {
        width: 100%;
    }

    .menuGreen {
        font-size: 18px;
    }

    .menuTop {
        flex-wrap: wrap;
    }

    .menuBottom {
        display: none;
    }






    .menuTop ul {
        width: 33%;
        margin-bottom: 20px;
    }

    .counterSection p {
        font-size: 30px;
    }

    .servicesContainer {
        flex-wrap: wrap;
    }

    .servicesContainerSection {
        width: calc(50% - 10px);
        min-height: 250px;
    }

    .services .wrapper {
        padding-bottom: 20px;
    }

    .installation {
        padding: 64px 32px;
    }

    .services .wrapper h2 {
        font-size: 30px;
    }

    .servicesPosition h3 {
        font-size: 20px;
    }

    .installationRight h2 {
        font-size: 30px;
    }

    .reliable {
        padding: 64px 32px;
    }

    .reliable .wrapper {
        flex-direction: column;
    }

    .reliableLeft {
        margin-right: 0;
        width: 100%;
    }

    .reliableRight {
        width: 100%;
    }

    .reliableRightSection {
        width: 24%;
    }

    .reliableRightSection h3 {
        font-size: 16px;
    }

    .catalogueTab {
        justify-content: flex-start;
    }

    .catalogueTabsSection {
        margin-bottom: 20px;
    }

    .catalogueTabOpacityFlex {
        padding-right: 0;
    }

    .gallery {
        width: 22%;
    }

    .social {
        justify-content: center;
        margin-bottom: 20px;
    }

    .contactRight {
        height: 250px;
    }

    .contactLeftSocial>span {
        width: 100%;
    }

    .contactLeft {
        width: 100%;
        margin-right: 0;
    }

    .contactLeftSocial {
        text-align: center;
    }

    .contactLeftTabs {
        text-align: center;
    }

    .contactLeftTabs>p {
        text-align: center;
    }

    .contactLeft h2 {
        font-size: 30px;
        text-align: center;
        margin-bottom: 20px;
    }

    .catalogue {
        padding: 64px 32px 0 32px;
    }

    .contact {
        padding: 40px 32px;
    }

    .blogTop {
        margin-bottom: 15px;
    }

    .blog .wrapper {
        padding-bottom: 40px;
    }

    .blogSliderItemContent h3 {
        font-size: 20px;
    }

    .blogSliderItemContent {
        padding: 16px 12px;
    }

    .blog {
        padding: 40px 32px 0 32px;
    }

    .reviews {
        padding: 40px 32px;
    }

    .reviewsTop h2 {
        font-size: 30px;
    }

    .gallery img {
        height: inherit;
    }

    .prodjectTabBottom {
        margin-top: 20px;
    }

    .catalogue .wrapper {
        padding-bottom: 40px;
    }

    .prodject .wrapper {
        padding-bottom: 40px;
    }

    .prodject {
        padding: 40px 32px 0 32px;
    }

    .catalogue .wrapper>h2 {
        font-size: 30px;
    }

    .reliableLeft h2 {
        font-size: 30px;
    }

    .prodjectTabBtn {
        width: auto;
        margin-right: 30px;
        font-size: 20px;
    }

    .catalogueTabs-content {
        flex-wrap: wrap;
    }

    footer {
        padding: 40px 32px;
    }

    .catalogueTabBtn {
        padding: 16px;
    }

    .footerTop>p {
        font-size: 12px;
    }

    .footerLogo a img {
        max-width: 100%;
        width: 85%;
    }

    .logo a img {
        max-width: 100%;
        width: 85%;
    }

    .footerContent {
        flex-direction: column;
    }

    .footerNavigation {
        margin-bottom: 20px;
    }

    .blogSliderPage .blogSliderItem {
        width: 48%;
    }

    .blogSliderPage .blogSliderItem:nth-of-type(2n) {
        margin-right: 0;
    }

    .blogSliderPage .blogSliderItem:nth-of-type(3n) {
        margin-right: 20px;
    }

    .fillterBlogConatiner {
        flex-direction: column;
    }

    .articleMain {
        flex-direction: column-reverse;
    }

    .articleMainRightForm {
        width: 50%;
        margin-top: 0;
    }

    .articleMainRightNavigation {
        width: 50%;
    }

    .articleMainRight {
        display: flex;
        margin-bottom: 50px;
    }

    .articleMainLeft {
        width: 100%;
    }

    .reliableRightSection {
        width: 23%;
        margin-top: 0 !important;
        margin-right: 0 !important;
        box-shadow: none;
    }

    .reliableRight {
        justify-content: space-between;
    }

    .caseFormRight .articleMainRightForm {
        width: 100%;
    }

    .allCaseContentTabSection:nth-of-type(3n) {
        margin-right: 0;
    }

    .allCaseContentTabSection:nth-of-type(4n) {
        margin-right: 1.5%;
    }

    .articleMainRight {
        width: 100%;
    }

    .modalFormContent {
        width: 100% !important;
    }

    .bannerApplicationLeft h1 {
        font-size: 35px;
    }

    .bannerApplicationLeft>p {
        font-size: 16px;
    }

    .footerNavigation li {
        margin-right: 18px;
    }

    .menu.open {
        height: 100vh;
        overflow: hidden;
    }

    .prodject .wrapper {
        padding-bottom: 64px;
    }

    .contactLeftTabs>p {
        text-align: left !important;
    }

    .social {
        justify-content: flex-start;
    }

    .stagesWorkContentPosition {
        width: 300px;
    }

    .landingForm .wrapper .wantTeamLeft {
        width: 50%;
    }

    .landingForm .wrapper .wantTeamRight {
        width: 50%;
    }

    .wds {
        width: calc(33.33% - 20px);
    }

    .landingCardBanner .bannerLeft {
        width: 100%;
        margin-right: 0;
    }

    .landingCardBanner .bannerLeft h1 {
        width: 100%;
        margin-right: 0;
    }

    .whatItIs .wrapper {
        flex-direction: column;
        padding: 0 32px;
    }

    .whatItIsLeft {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .whatItIsRight {
        width: 100%;
    }

    .whatItIs .wrapper h2 {
        font-size: 29px;
    }

    .landingCardFoto .wrapper h2 {
        font-size: 29px;
    }

    .bannerAboutUsFlex .bannerRight {
        height: 400px;
    }

    .prodjectTop h2 {
        font-size: 30px;
    }

    .caseForm .wrapper {
        flex-direction: column;
    }

    .caseFormLeft {
        margin-right: 0;
        margin-bottom: 64px;
        width: 100%;
    }

    .casewantTeamLeft {
        display: block !important;
        margin-right: 0;
    }



    .iframe-wrapper {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        /* соотношение сторон 16:9 */
    }

    .caseFormRight {
        width: 100%;
    }

    .iframe-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .paymentContainer {
        margin-bottom: 40px;
    }

    .offerta {
        margin-bottom: 24px;
    }

    .footerContent {
        margin-bottom: 32px;
    }

    .landingAdvantagesInfoLeft img {
        object-fit: cover;
        object-position: center;
    }

    .landingCardBanner .bannerRight {
        width: 600px;
    }

    .prodjecItemImgContainer {
        height: 370px;
    }

    .textAnonsaServ {
        padding-left: 0;
    }

    .textAnonsaServ ul {
        list-style: none;
        font-size: 14px;
        line-height: 1.2;
    }

    .textAnonsaServ li {
        margin-bottom: 6px;
    }


    .mobMenu {
        display: block;
    }





    .catalogPageCardPriceLeft {
        font-size: 15px;
    }

    .catalogPageCardPriceRight {
        margin-bottom: -3px;
    }

    .catalogPageSelect1 select {
        width: 110px !important;
    }

    .contactPageLeft>p {
        width: 100%;
    }

    .historyTop .historyTopLeft {
        width: 100%;
    }

    .historyTop:nth-child(2n) {
        flex-direction: column;
    }

    .historyTop:nth-child(2n) .historyTopLeft {
        margin: 0;
    }

    .calculator-bottom-container-flex {
        flex-direction: column;
    }

    .dropdown {
        width: 100%;
        margin-bottom: 16px;
    }

    .calculator-page-price {
        flex-direction: column;
        height: auto;
        align-items: flex-end;
    }

    .calculator-page-price>p {
        margin-right: 0;
        margin-bottom: 16px;
    }

    .calculator-page-price-hover {
        position: relative;
    }

    .calculator-page-price-hover img {
        position: absolute;
        right: 115px;
        display: block;
        top: 3px;
        z-index: 20;
        min-width: 20px;
    }

    .fullPrice2:hover+.sumIcon2 {
        display: none;
    }
    .menu__contact p{
        margin-bottom: 0;
        font-family: 'Nekst';
        font-weight: 700;
        font-size: 19px;
        line-height: 110%;
    }
    .menu__contact a {
        color: #35a574;
        text-decoration: none;
    }
    .menu__contact {
        margin-bottom: 32px;
        margin-top: 22px;
    }









}

/*! //max-width: 991px ***************************************************************************/




@media (max-width: 767px) {

    body.page-template-default .site-content {
        margin-bottom: 32px;
    }


    .headerButton button {
        margin-right: 0;
    }



    .cooperation {
        padding-top: 64px;
    }

    .cooperation .wrapper {
        padding-bottom: 64px;
    }

    .wantTeam .wrapper {
        display: flex;
        flex-direction: column;
    }



    .allCaseContentTab {
        justify-content: space-between;
    }

    .wantTeamLeft img {
        height: 100%;
    }

    .wantTeamLeft {
        height: 300px;
        width: 100%;
        margin-bottom: 30px;
    }

    .wantTeamRight {
        width: 100%;
        padding: 0;
    }

    .bannerAboutUsFlex {
        width: 100%;
    }

    .slider-x .slick-list .sliderItem {
        width: 500px;
    }

    .hooks .wrapper {
        padding: 0 16px;
    }

    .slider-x {
        width: 500px;
        overflow: hidden;
    }

    .articlePage .wrapper {
        padding: 0 16px;
    }

    .articleMainRightNavigation {
        padding: 12px;
    }

    .articleBlueContent {
        height: 150px;
    }

    .articleMainRight ul li a {
        font-size: 14px;
    }

    .history {
        padding: 64px 0;
    }

    .articleMainRightForm h2 {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .articleMainRight h2 {
        font-size: 20px;
    }

    .articleMainRightForm {
        margin-left: 20px;
    }

    .articleMainRightForm {
        padding: 12px;
    }

    .banner {
        padding: 48px 16px 48px 16px;
    }

    .counter {
        padding: 40px 16px;
    }

    .counterSection span {
        font-size: 12px;
    }

    .counterSection p {
        font-size: 20px;
    }

    .installationLeft {
        width: 100%;
        margin-bottom: 20px;
    }

    .installationRight {
        margin-left: 0;
        width: 100%;
    }

    .installationRight p {
        font-size: 19px;
    }

    .installationRight p:nth-of-type(2) {
        font-size: 15px;
    }

    .catalogueButton {
        padding: 8px 24px;
        border: 1px solid #007844;
        box-sizing: border-box;
        transition: all 0.3s;
    }

    .catalogueButton.active {
        background: #007844;
        color: #fff;
        transition: all 0.3s;
    }

    .catalogueTab {
        justify-content: space-between;
        margin-bottom: 32px;
    }

    .catalogueTabsSection {
        height: 300px;
        box-shadow: 0px 20px 50px rgba(18, 17, 39, 0.08);
    }

    .catalogueTabsSection>img {
        height: 163px !important;
    }

    .catalogueTab>.catalogueTabBtn {
        display: none;
    }

    .catalogueTabsSection>h2 {
        position: static;
        margin-top: 8px;
        padding: 0 8px;
    }

    .reviewsSliderItem>p {
        padding: 0 16px;
    }

    .reviewsSliderItemFlexItem>p {
        font-size: 12px;
    }

    .reviewsSliderItemFlexItem span {
        font-size: 12px;
    }

    .reviewsSliderItem {
        padding-top: 16px;
        padding-bottom: 16px;
        position: relative;
    }

    .blog {
        padding: 40px 16px 0 16px;
    }

    .reviewsTop h2 {
        width: 60%;
    }

    footer {
        padding: 40px 16px;
    }

    .footerTop {
        flex-direction: column;
        padding-bottom: 32px;
        margin-bottom: 32px;
    }

    .footerLogo {
        width: 100%;
    }

    .footerLogo a img {
        width: 180px;
        display: block;
        margin: 0 auto 16px auto;
    }

    .servicesPositionOpacity li {
        font-size: 14px;
    }

    .servicesPosition h3 {
        font-size: 16px;
    }

    .footerBottom>p {
        margin-bottom: 32px;
    }

    .footerNavigation li {
        margin-right: 0;
        margin-bottom: 16px;
    }

    .footerNavigation {
        flex-direction: column;
        align-items: center;
    }

    .footerTop>p {
        width: 100%;
        text-align: center;
        font-size: 15px;
        margin-bottom: 20px;
    }

    .contact {
        padding: 40px 16px;
    }

    .contactLeftSocial>p {
        text-align: left;
    }

    .social {
        margin-bottom: 48px;
        justify-content: flex-start;
    }

    .contactLeftSocial>span {
        text-align: left;
    }

    .contactBtn {
        display: block;
        margin-bottom: 8px;
    }

    .contactLeftTabs>p {
        text-align: left;
    }

    .contactLeftTabs {
        text-align: left;
    }

    .reviewsSliderItem>img {
        position: absolute;
        bottom: 25px;
        right: 16px;
        margin: 0;
    }

    .reviewsSliderItem>p {
        font-size: 12px;
    }

    .reviewsTop {
        margin-right: 16px;
    }

    .reviews {
        padding: 40px 0;
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }

    .aboutUs .wrapper .installationLeft {
        height: 300px;
    }

    .prodjectContentTop h3 {
        padding-left: 0;
    }

    .aboutUs .wrapper .installationRight {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .prodjectTabContentLeft {
        margin-bottom: 16px;
    }

    .gallery {
        width: 46%;
    }

    .prodjectContentTop>img {
        display: block;
        margin-right: auto;
    }

    .prodject {
        padding: 40px 16px 0 16px;
    }

    .prodjectContentTop {
        flex-direction: column;
    }

    .catalogueTabOpacity {
        padding: 0 8px;
    }

    .catalogueTabsSection .top {
        transform: translateY(8px);
        left: 8px;
    }

    .catalogueTabOpacityFlex {
        margin-bottom: 12px;
    }

    .catalogueTabOpacityFlex {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .catalogueTabOpacity {
        transform: translateY(10px);
        flex-direction: column-reverse;
    }

    .catalogue {
        padding: 40px 16px 0 16px;
    }

    .reliableRightSection {
        width: 49%;
        margin-bottom: 20px;
    }

    .reliable {
        padding: 40px 16px;
    }

    .installation .wrapper {
        flex-direction: column;
    }

    .installation {
        padding: 40px 16px;
    }

    .services {
        padding: 40px 10px 0;
    }

    .counterSection {
        padding: 0 10px;
        min-height: 70px;
    }



    .bannerRight {
        width: 500px;
    }

    .bannerRight {
        margin: 0 auto;
    }

    .main404 {
        height: 315px;
        padding-top: 170px;
    }

    .main404 .wrapper h1 {
        font-size: 145.475px;
        line-height: 75%;
    }

    .main404 .wrapper p {
        font-size: 19px;
        line-height: 140%;
    }

    .bannerAboutUs {
        padding-top: 125px;
    }

    .caseForm .wrapper {
        flex-direction: column;
    }

    .caseFormLeft {
        width: 100%;
        margin-right: 0;
    }

    .caseFormRight {
        width: 100%;
        margin-top: 20px;
    }

    .allCaseContentTabSection {
        width: calc(50% - 10px);
    }

    .main404 {
        height: auto !important;
        padding-bottom: 25px !important;
        padding-top: 90px !important;
    }

    .modalFormContent {
        padding: 32px;
        margin-left: 0;
        box-sizing: border-box;
    }

    .bannerApplication .wrapper {
        flex-direction: column;
    }

    .bannerApplicationLeft {
        width: 100%;
        margin-bottom: 20px;
    }

    .bannerApplicationRight {
        width: 100%;
    }

    .bannerApplicationRight {
        height: 300px;
    }

    .bannerApplicationRight img {
        height: 100%;
    }

    .bannerApplicationLeft {
        margin-right: 0;
    }

    .contactLeft h2 {
        text-align: left;
    }



    .whatDoing .wrapper {
        padding: 0 16px 64px 16px;
    }

    .whatDoingSection {
        box-shadow: none;
    }

    .whatDoingContainerDots .slick-dots {
        display: flex;
        justify-content: center;
    }

    .whatDoingContainerDots .slick-dots li {
        margin-right: 8px;
    }

    .whatDoingContainerDots .slick-dots li:nth-last-of-type(1) {
        margin-right: 0px;
    }

    .whatDoingContainerDots .slick-dots li button {
        font-size: 0;
        width: 10px;
        height: 10px;
        background: #E9E9E9;
        border-radius: 50%;
        border: none;
        padding: 0;
    }

    .whatDoingContainerDots .slick-dots li.slick-active button {
        background: #68C39C;
    }

    .whatDoingSection>h2 {
        font-size: 15px;
        line-height: 140%;
    }

    .whatDoingSection>p {
        font-size: 12px;
        line-height: 140%;
    }

    .whatDoing .wrapper>h2 {
        font-size: 29px;
        margin-bottom: 24px;
    }

    

    .landingForm .wrapper .wantTeamLeft {
        display: none;
    }

    .landingForm .wrapper {
        justify-content: center;
    }

    .landingForm .wrapper .wantTeamRight {
        width: 480px;
    }

    .landingAdvantages .wrapper h2 {
        font-size: 29px;
    }

    .landingAdvantagesTabsContent {
        flex-direction: column;
    }

    .r-tabs-accordion-title {
        padding: 16px;
        height: 68px;
        box-sizing: border-box;
        margin-bottom: 16px;
    }

    .r-tabs-accordion-title:nth-last-of-type(1) {
        margin-bottom: 0;
    }

    .r-tabs-anchor h3 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 34px;
        height: 34px;
        background: #A8E1C8;
        font-family: 'Gilroy';
        font-style: normal;
        font-weight: 700;
        font-size: 19px;
        line-height: 140%;
        display: flex;
        align-items: center;
        color: #FFFFFF;
        margin-right: 16px;
    }

    .r-tabs-state-active .r-tabs-anchor img {
        transform: rotate(90deg);
        transition: all 0.3s;
    }

    .r-tabs-anchor h4 {
        font-family: 'Gilroy';
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 140%;
        display: flex;
        align-items: center;
        color: #8F8F8F;
    }

    .r-tabs .r-tabs-panel.r-tabs-state-active {
        display: flex !important;
        flex-direction: column-reverse;
    }

    .stagesWorkContentPosition {
        position: static;
        width: 100%;
        box-sizing: border-box;
        padding: 0;
        margin-bottom: 20px;
    }

    .stagesWorkContent {
        height: auto;
    }

    .stagesWorkContent>img {
        height: 200px;
    }

    .stagesWorkContentPosition h3 {
        display: none;
    }

    .stagesWorkContentPosition p {
        width: 100%;
    }

    .r-tabs-anchor img {
        margin-left: auto;
        transform: rotate(0deg);
        transition: all 0.3s;
    }

    .r-tabs-accordion-title a {
        display: flex;
        align-items: center;
        width: 100%;
        text-decoration: none;
    }

    .r-tabs-state-active {
        background: #F5FFFB;
        margin-bottom: 20px;
    }

    .stagesWork .wrapper {
        padding: 0 16px;
    }

    .stagesWorkContainerRight {
        margin-left: 0;
    }

    .landingAdvantages .wrapper {
        padding: 0 16px 64px 16px;
    }

    .landingAdvantagesContainerBottom {
        padding-top: 0;
    }

    .landingAdvantagesInfoLeft {
        margin-right: 0;
        height: 200px;
        width: 100%;
        margin-bottom: 20px;
    }

    .landingAdvantagesInfoRight {
        width: 100%;
    }

    .landingSeoContainer {
        flex-direction: column;
    }

    .landingSeoContainerLeft {
        margin-right: 0;
        width: 100%;
    }

    .landingSeoContainerRight {
        width: 100%;
        margin-top: 16px;
    }

    .landingBanner {
        padding-top: 0;
    }

    .whatItIsRightContainer {
        flex-direction: column;
    }

    .whatItIsRightContainerSection {
        width: 100%;
    }

    .contact .wrapper {
        flex-direction: column;
    }

    .displayRight {
        display: block !important;
        width: 100%;
    }

    .displayRight .articleMainRightNavigation {
        width: 100%;
        box-sizing: border-box;
    }

    .classNone {
        display: none;
    }

    .articleMainRightForm {
        margin-left: 0;
        width: 100%;
    }

    .articleMain {
        flex-direction: column;
    }

    .bannerCaseContentRight .slider-nav {
        height: 185px !important;
    }

    .bannerCaseContentRight .slider-nav .slick-list {
        height: 100%;
    }

    .caseProdjectBtn {
        display: flex;
        margin: 0;
        width: 100%;
        justify-content: center;
    }

    .caseSlider {
        margin-left: 0;
    }

    .installation.aboutUs .wrapper .installationLeft {
        width: 100%;
    }

    .aboutUs .wrapper .installationLeft img {
        width: 100%;
    }

    .landingCardBanner .bannerRight {
        width: 500px;
    }

    .prodjecItemImgContainer {
        height: 250px;
    }

    .landingSeoContainer {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .bannerLeft h1 {
        font-size: 36px;
    }

    .page-template-landing-tpl #breadcrumbs,
    .page-template-landing-child-tpl #breadcrumbs,
    .page-template-about-tpl #breadcrumbs {
        padding: 10px 16px;
    }

    .cases-slider-nav {
        height: 185px;
        margin: 0;
    }

    .cases-slider-for {
        height: 400px;
    }

    #breadcrumbs,
    .wrapper {
        padding: 0 16px;
    }

    .one-container .site-content {
        padding: 40px 16px;
    }

    .whatDoingContainer.doingListBlocks {
        display: none;
    }


    .whatDoingContainer.doingListSlider,
    .whatDoingContainerDots {
        z-index: 1;
        position: relative;
        left: 0;
        opacity: 0;
    }



    .wds {
        margin: 0 12px 20px;
    }

    .whatDoingContainer.doingListSlider.slick-initialized,
    .whatDoingContainerDots {
        opacity: 1;
    }

    .filterBtn {
        display: block;
    }

    .catalogPageContainer {
        position: relative;
    }

    .catalogPageContainerLeft {
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
        transition: all 0.5s ease-in-out;
        background: #FFFFFF;
        margin-right: 0;
        border: 0;
    }

    .catalogPageContainer {
        flex-direction: column;
    }

    .show {
        right: 0;
    }

    .catalogPage {
        margin-top: 0;
    }

    .catalogPageContainerRight {
        width: 100%;
        margin-right: 0;
    }

    .catalogPage .innerPage h1 {
        font-size: 29px;
        line-height: 110%;
        margin-bottom: 48px;
    }

    .catalogPageTopNavigation {
        margin-bottom: 24px;
        height: 40px;
    }

    .catalogPageTopNavigation .catalogPageSelect:nth-of-type(1) select {
        width: 219px !important;
    }

    .catalogPageTopNavigation .catalogPageSelect:nth-of-type(2) select {
        width: 110px !important;
    }

    .catalogPageTopNavigation {
        justify-content: flex-start;
    }

    .filterBtn {
        margin-left: auto;
    }

    .catalogPageSeo h2 {
        font-size: 29px;
        line-height: 110%;
        margin-bottom: 48px;
    }

    .catalogPageSeo {
        padding: 64px 0;
    }

    .catalogPageSeoContainer {
        flex-direction: column;
    }

    .catalogPageSeoContainer div:nth-of-type(1) {
        margin-right: 0;
        margin-bottom: 16px;
    }

    .ProductCard {
        padding-top: 28px;
    }

    .ProductCardBanner {
        flex-direction: column;
    }

    .ProductCardBannerContentCards {
        display: none;
    }

    .ProductCardSliderSmall {
        margin-bottom: 0 !important;
    }

    .ProductCardBannerContentCards.displayNone {
        display: flex;
        margin-bottom: 24px;
    }

    .ProductCardSlider {
        width: 100%;
    }

    .ProductCardSlider {
        display: flex;
        flex-direction: column;
        margin-right: 0;
    }

    /*.ProductCardSliderBig {
        margin-left: 0;
        height: 343px;
        width: 100%;
        margin-bottom: 16px;
    }*/

    .ProductCardSliderBig {
        margin-left: 0;
        height: auto;
        width: 100%;
        margin-bottom: 16px;
    }

    .ProductCardSliderSmall {
        width: 100%;
        flex-direction: row;
    }

    .ProductCardSliderSmall .slick-list {
        width: 100%;
    }

    .ProductCardSliderSmallDots {
        display: flex;
    }

    .ProductCardSliderSmall .slick-track {
        flex-direction: row !important;
    }

    .ProductCardSliderSmallItem {
        width: 25% !important;
        margin: 0 8px;
    }

    .ProductCardSliderSmallItem img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .ProductCardSliderBig .slick-slide {
        width: 100%;
        height: 343px;
    }

    .ProductCardSliderBig .slick-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .ProductCardSliderSmallDots {
        width: 100%;
    }

    .ProductCardSliderSmallDots ul {
        display: flex;
        justify-content: center;
        margin-top: 16px;
        margin-bottom: 24px;
        width: 100%;
    }

    .ProductCardBannerContent h2 {
        font-size: 29px;
        line-height: 110%;
        color: #363636;
    }

    .advantagesCard {
        flex-wrap: wrap;
    }

    .productInformation {
        padding-bottom: 64px;
        margin-bottom: 64px;
    }

    .similarProducts h2 {
        font-size: 29px;
        line-height: 110%;
        margin-bottom: 48px;
    }




    .catalogPageCardPrice {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .catalogPageCardImg {
        height: 148px;
    }

    .catalogPageCardPriceRight {
        font-size: 12px;
        margin-top: 8px;
    }

    .catalogPageCardPriceLeft {
        font-size: 19px;
    }

    .mainCharacteristicsLeft {
        padding-left: 19.5px;
        font-size: 15px;
        line-height: 140%;
    }

    .physicalCharacteristics {
        margin-top: 20px;
        width: 100%;
    }

    .mainCharacteristicsRight {
        padding-right: 19.5px;
        font-size: 15px;
        line-height: 140%;
    }

    .mainCharacteristics {
        width: 100%;
        margin-right: 0
    }

    .productInformationContent h3 {
        font-size: 15px;
        line-height: 140%;
        margin-bottom: 24px;
    }

    .productInformationTabs {
        margin-bottom: 16px;
    }

    .productInformationContent {
        flex-direction: column;
    }

    .productInformationContent.active {
        flex-direction: column;
    }

    .productInformation {
        padding-top: 16px;
    }

    .advantagesCard {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .productInformationBtn {
        min-width: 140px;
        font-size: 15px;
        line-height: 110%;
        height: 49px;
    }

    .productInformationTabs {
        width: 100%;
        overflow: scroll;
    }

    .advantagesCardText {
        font-size: 12px;
        line-height: 140%;
    }

    .similarProductsContainer .catalogPageCard {
        margin-bottom: 0;
    }

    .advantagesCardGreen {
        width: 34px;
        height: 34px;
        font-size: 19px;
        line-height: 140%;
        margin-right: 10px;
    }

    .advantagesCardSection {
        width: 49%;
        margin-bottom: 15px;
        padding: 17px 16px;
        box-sizing: border-box;
    }

    .ProductCardSliderSmallDots ul .slick-active {
        background: #68C39C;
    }

    .ProductCardSliderSmallDots ul li {
        width: 10px;
        height: 10px;
        background: #E9E9E9;
        border-radius: 50%;
        margin-right: 8px;
    }

    .ProductCardSliderSmallDots ul li:nth-last-of-type(1) {
        margin-right: 0;
    }

    .ProductCardSliderSmallDots ul li button {
        border: none;
        background: transparent;
        font-size: 0;
        padding: 0;
    }

    .similarProductsDots ul .slick-active {
        background: #68C39C;
    }

    .similarProductsDots ul {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-top: 48px;
    }

    .similarProductsDots ul li {
        width: 10px;
        height: 10px;
        background: #E9E9E9;
        border-radius: 50%;
        margin-right: 8px;
    }

    .similarProductsDots ul li:nth-last-of-type(1) {
        margin-right: 0;
    }

    .similarProductsDots ul li button {
        border: none;
        background: transparent;
        font-size: 0;
        padding: 0;
    }

    .contact {
        padding: 40px 0;
    }

    section.contact {
        padding: 40px 16px;
    }

    .contact .wrapper {
        padding: 0;
    }


    .glassContentBtn {
        overflow: scroll;
        padding-bottom: 20px;
    }

    .alsoWatched {
        padding-bottom: 48px;
        margin-bottom: 48px;
    }



    .alsoWatched h2 {
        font-size: 29px;
        line-height: 110%;
        margin-bottom: 48px;
    }

    .similarProducts {
        padding-bottom: 64px;
        margin-bottom: 64px;
    }

    .similarProductsDots {
        display: flex;
    }



    .ProductCardBannerContent {
        width: 100% !important;
    }

    .catalogPage {
        overflow: hidden;
    }

    .processingOrderPage h2 {
        font-size: 29px;
        line-height: 110%;
        margin-bottom: 38px;
    }

    .processingOrderPageContainer {
        flex-direction: column;
    }

    .processingOrderPageContainerLeft {
        width: 100%;
    }

    .processingOrderPageContainerRight {
        width: 100%;
    }

    .processingOrderPagePaymentMethod h3 {
        font-size: 15px;
        line-height: 110%;
    }

    .processingOrderPage {
        margin-top: 48px;
    }

    .processingOrderPage h2 {
        margin-bottom: 43px;
    }

    .processingOrderPageSection {
        padding: 16px;
    }

    .processingOrderPageSection h3 {
        font-size: 15px;
        line-height: 110%;
        margin-bottom: 32px;
    }

    .formRowSelect {
        margin-bottom: 15px !important;
    }

    .processingOrderPageContainerLeft .processingOrderPageSection:nth-last-of-type(1) {
        padding-top: 16px;
    }

    .processingOrderPageContainerRight {
        padding: 16px;
    }

    .processingOrderPageContainerRightSection>h3 {
        font-size: 15px;
        line-height: 110%;
    }

    .processingOrderPageOrderRight {
        bottom: 22px;
    }

    .buttonCloseOrder {
        top: -4px;
    }

    .processingOrderPageOrder:nth-of-type(1) {
        height: 148px;
    }

    .processingOrderPageOrder:nth-of-type(2) {
        padding-top: 24px;
        border-bottom: 0;
    }

    .processingOrderPageOrder:nth-of-type(2) .basketModalMainCardClose {
        top: 7px;
    }

    .processingOrderPageOrder:nth-of-type(2) .processingOrderPageOrderRight {
        margin-bottom: -1px;
    }

    .processingOrderPagePaymentMethod {
        margin-top: 25px;
        padding: 16px;
    }

    .processingOrderPagePaymentMethod h3 {
        font-size: 15px;
        line-height: 110%;
    }

    .processingOrderPageSum {
        margin-top: 30px;
        padding-top: 32px;
    }

    .processingOrderPageSumTop p:nth-of-type(1) {
        margin-bottom: 7px;
    }

    #processingOrderPageSum::after {
        right: -30px;
    }

    .woocommerce div.product .product_title {
        font-size: 29px;
    }

    .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
        height: 74px;
        width: 74px;
    }

    .value.woo-variation-items-wrapper {
        padding: 0;
    }

    .woocommerce div.product div.summary {
        margin-bottom: 0;
    }

    .advantagesCard {
        margin-top: 0;
        margin-bottom: 0;
    }

    .wrapperContact {
        margin-top: 40px;
    }

    .wrapperContact h1 {
        font-size: 29px;
        line-height: 110%;
        margin-bottom: 48px;
    }

    .wrapperContactContainer {
        flex-direction: column;
    }

    .contactPageLeft {
        width: 100%;
        margin-right: 0;
        margin-bottom: 48px;
    }

    .contactPageRight {
        width: 100%;
    }

    .contactPageFormFlex {
        flex-direction: column;
    }

    .contactPageFormFlex .formRow {
        width: 100%;
    }

    .wrapperContactContainer {
        margin-bottom: 48px;
    }

    .contactPageMapsLocation {
        display: none;
    }

    .contactPageMapsBlock {
        height: 438px;
    }

    .contactPageRight h2 {
        font-size: 23px;
        line-height: 110%;
    }


    .catalogPageSeo {
        margin-top: 64px;
    }

    .catalogPageSeoContainer {
        column-width: 100%;
        column-count: 1;
        column-gap: 0;
    }

    #review_form_wrapper {
        width: 100%;
    }

    #comments {
        width: 100%;
        margin-bottom: 32px;
    }


    .whatDoingContainer.dopInfoChildBlock .wds {
        width: calc(50% - 20px);       
        margin: 0 10px 20px;
    }

    .whatDoingContainer.dopInfoChildBlock .whatDoingSection {
         box-shadow: 0px 10px 30px rgba(18, 17, 39, 0.08);
    }

    .no-resultsPageTop h1 {
        white-space: pre-wrap;
    }

    .search-no-results .site-content {
        padding-right: 0 !important;
    }

    .no-resultsPageMain {
        padding-right: 16px;
        box-sizing: border-box;
    }

    .no-resultsPageBottom h4 {
        padding-right: 16px;
        box-sizing: border-box;
    }

    .no-resultsPageBottom {
        overflow: hidden;
    }

    .no-resultsPageBottomContainer {
        overflow: hidden;
    }

    .no-resultsPageBottomContainerLink {
        white-space: nowrap;
        overflow: auto;
        width: 100%;
        height: 50px;
        padding-top: 8px;
        box-sizing: border-box;
    }

    .no-resultsPageBottom {
        margin-bottom: 10px;
    }

    .no-resultsPageBottomContainer h5 {
        margin-bottom: 18px;
    }

    .no-resultsPageBottomContainer {
        margin-bottom: 9px;
    }

    .no-resultsPageMainText p {
        font-size: 15px;
        line-height: 140%;
    }

    .no-resultsPageTop {
        padding-right: 16px;
        box-sizing: border-box;
        margin-bottom: 47px;
    }

    .no-resultsPageBottomContainerLink a {
        height: 37px;
    }

    .no-resultsPageTop h1 {
        margin-bottom: 25px;
    }

    .searchResultsTabsContentCard {
        width: calc(33.33% - 20px);
    }

    .menuTop {
        display: none;
    }

    .accordion {
        display: block;
    }

    .calculator-page-wrapper {
        flex-direction: column-reverse;
    }

    .calculator-page-left {
        width: 100%;
    }

    .calculator-page-right {
        width: 100%;
    }

    .productInformationContent h3 {
        margin-bottom: 0;
    }

    .calculator-page-right {
        margin-bottom: 48px;
    }

    .calculator-top-position {
        left: 16px;
    }

    .calculator-bottom-position {
        left: 16px;
    }

    .calculator-page {
        padding: 32px 0;
    }

    .calculator-page-right-img {
        min-height: 200px;
        height: 200px;
    }

    .calculator-page-btn {
        font-size: 12px;
    }

    .servicesPosition {
        justify-content: flex-start;
    }

    .services .wrapper.grid-container {
        padding-left: 0;
    }

    .servicesPosition {
        position: relative;
        z-index: 2;
        height: auto;
        width: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px 20px 7px;
    }

    .servicesSliderScrollbar.scrollSwiper {
        display: block;
    }

    .whatDoingSectionText {
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        transition: all 0.3s ease-in-out;
        height: 60px;
    }

    .openText .whatDoingSectionText {
        height: auto;
    }

}

/*! //max-width: 767px *******************************************************************************/
















@media(max-width: 576px) {

    .archTitle {
        font-size: 29px;
    }

    .whatDoingSection {
        width: 236px !important;
    }

    .whatDoingContainer {
        margin: 0;
    }

    .top-social {
        display: none;
    }

    .allCaseContentTop h2 {
        font-size: 29px;
    }

    .top-button {
        display: none;
    }

    .allCaseContent .wrapper {
        padding: 0 16px;
    }

    .headerButton {
        display: none;
    }

    .materialsTop {
        flex-direction: column;
        align-items: flex-start;
    }

    .materialsTop h2 {
        font-size: 29px;
        margin-bottom: 20px;
    }

    .materials {
        padding-top: 64px;
    }

    .caseFormRight .articleMainRightForm>p {
        margin-bottom: 0;
    }

    .caseForm .wrapper {
        padding-bottom: 64px;
    }

    .caseFormRight .articleMainRightForm {
        padding: 20px 12px;
    }

    .caseFormLeft {
        padding: 80px 12px 40px 12px;
    }

    .caseForm {
        padding-top: 64px;
    }

    .caseFormRight .articleMainRightForm h2 {
        font-size: 29px;
    }

    .caseFormLeft>p {
        font-size: 12px;
    }

    .bannerCaseContentLeft>p {
        font-size: 16px;
    }

    .bannerCaseContentLeftLogo {
        flex-direction: column;
    }

    .bannerCaseContentLeft h1 {
        font-size: 29px;
    }

    .bannerCaseContentLeftLogo>p {
        font-size: 14px;
    }

    .bannerCaseContentLeft h3 {
        font-size: 20px;
    }

    .bannerCaseContentLeftFlexCon p {
        font-size: 29px;
    }

    .slider-wrapper .slider-nav {
        height: auto;
    }

    .slider-wrapper .slider-for {
        height: 300px !important;
    }

    .bannerCaseContentH3 {
        font-size: 15px !important;
    }

    .bannerCaseContentLeft {
        padding: 16px 12px;
    }

    .bannerCase .wrapper {
        padding: 0 16px 64px 16px;
    }

    .cooperation .wrapper h2 {
        font-size: 29px;
    }

    .cooperation .wrapper {
        padding: 0 16px 64px 16px;
    }

    .wantTeamLeft {
        height: 230px;
    }

    .wantTeam {
        padding-top: 64px;
    }

    .wantTeam .wrapper {
        padding: 0 0 64px;
    }

    .articleMainRight {
        flex-direction: column;
    }

    .articleMainRightNavigation {
        width: 100%;
        margin-bottom: 20px;
    }

    .team {
        padding-top: 64px;
    }

    .team .wrapper {
        padding: 0 16px 64px 16px;
    }

    .team .wrapper h2 {
        font-size: 29px;
    }

    .historyTop .historyTopLeft h2 {
        font-size: 28px;
        text-align: center;
        margin-bottom: 20px;
    }

    .historyTopLeft p {
        font-size: 12px;
    }

    .historyTopRight {
        height: 230px;
    }

    .historyBottomRight p {
        font-size: 12px;
    }

    .articleMainRightNavigation {
        box-sizing: border-box;
    }

    .historyBottomLeft {
        height: 230px;
    }

    .articleMainLeft {
        padding: 12px 0;
        background: transparent;
        box-shadow: none;
    }

    .articleMainRightForm {
        margin-left: 0;
        width: 100%;
    }

    .hooks .wrapper {
        padding: 0 16px;
    }

    .reviewsTop {
        padding-right: 16px;
    }

    .bannerAboutUsFlex .bannerRight {
        height: 300px;
    }

    .counterAboutUs .wrapper .counterSection span {
        width: 100%;
    }

    .counterAboutUs .wrapper .counterSection {
        width: 50%;
        min-height: 100px;
    }

    .bannerAboutUsFlex .bannerLeft h1 {
        text-align: center;
    }



    .logo {
        height: 35px;
        width: 102px;
    }

    .bannerLeft h1 {
        text-align: left;
        font-size: 28px;
        line-height: 140%;
    }

    .flexContainerBlue {
        flex-direction: column;
    }

    .bannerRight {
        width: 100%;
    }

    .articleBlueContent {
        height: 300px;
    }

    .flexContainerBlue {
        padding-top: 0;
        padding-left: 16px;
    }

    .articleBlueContentText h3 {
        font-size: 16px;
        text-align: center;
    }

    .flexContainerBlueColumn h3 {
        width: 69%;
        margin-left: auto;
        margin-top: 0;
    }

    .articleBlueContentText>p {
        text-align: center;
    }

    .flexContainerBlue {
        position: relative;
    }

    .articleBlueContentText {
        padding: 12px;
        padding-left: 0;
    }

    .articleBlueContentImg {
        position: absolute;
        left: 0;
        top: -2px;
    }



    .slider-x {
        width: 100%;
    }



    .slider-nav .slick-list {
        width: 100%;
    }

    .slider-for .slick-list {
        width: 100%;
        height: 100% !important;
    }

    .slider-nav .slick-list .sliderItem {
        width: auto;
    }

    .bannerLeft a {
        width: 100%;
    }

    .bannerLeftNav li {
        font-weight: 400;
        font-size: 15px;
        line-height: 110%;
    }

    .counter .wrapper {
        flex-wrap: wrap;
    }

    .counterSection:nth-of-type(2) {
        border-right: 0;
    }

    .counterSection:nth-of-type(5) {
        border-right: 0;
    }

    .counterSection:nth-of-type(7) {
        border-right: 0;
        width: 100%;
        min-height: auto;
    }

    .counterSection {
        width: 50%;
    }

    .bannerLeftNav {
        width: 100%;
        text-align: left;
        list-style: disc;
    }

    .counterSection p {
        font-size: 37px;
    }

    .services .wrapper h2 {
        font-size: 29px;
        text-align: center;
        margin-bottom: 48px;
    }

    .services {
        padding-top: 80px;
    }

    .counterSection span {
        font-size: 15px;
        line-height: 140%;
    }

    .counter {
        padding-bottom: 16px;
    }

    .line {
        display: block;
        width: 100%;
        background: #BCBCBC;
        height: 1px;
        margin: 16px 0;
    }

    .servicesSlider .slick-slide {
        margin: 0 10px;
    }

    .services {
        padding-right: 0;
    }

    .installation .wrapper {
        padding-top: 64px;
    }

    .services .wrapper {
        border-bottom: 0;
    }

    .servicesSlider .slick-list {
        margin: 0 -10px;
    }

    .installation {
        padding-top: 0;
    }

    .servicesContainer {
        margin-bottom: 64px;
    }



    .servicesContainerSection {
        height: auto;
    }

    .reliableRightSection:nth-of-type(1) {
        margin-top: 0;
    }

    .reliableRightSection:nth-of-type(3) {
        margin-top: 0;
    }

    .reliableRightSection {
        height: max-content;
        background: url(/wp-content/themes/generatepress/images/Rectangle.png), #0E8753;
        background-repeat: repeat;
        background-size: contain;
        min-height: 200px;
    }

    .aboutUsSection.boldText p {
        font-size: 29px !important;
    }

    .reliableRightSection {
        padding: 25px 8px 16px 8px;
    }

    .reliableRightSection h3 {
        font-size: 15px;
    }

    .reliableRightSection h3 {
        color: #fff;
    }

    .reliableRightSection svg path {
        fill: #fff;
    }

    .reliableRightOpacity {
        opacity: 1;
    }

    .reliableRightSection svg {
        width: 25px;
        height: 25px;
        min-width: 25px;
        min-height: 25px;
        margin-bottom: 20px;
    }

    .reliableLeft h2 {
        font-size: 29px;
        margin-bottom: 20px;
    }

    .reliableRight {
        margin-top: 48px;
    }

    .reliable {
        padding: 64px 16px 48px 16px;
    }

    .reliableRight {
        padding-top: 0;
    }

    .installationRight h2 {
        font-size: 29px;
    }

    .installation {
        padding-bottom: 64px;
    }

    .catalogue .wrapper>h2 {
        font-size: 29px;
        margin-bottom: 48px;
    }

    .catalogueButton {
        width: 100%;
        min-width: max-content;
    }

    .catalogueTab {
        overflow-x: scroll;
        padding-bottom: 10px;
        overflow-y: hidden;
        margin-bottom: 22px;
    }

    .catalogueTabOpacityFlex>p {
        font-size: 15px;
    }

    .catalogueTabsSection>h2 {
        font-size: 15px;
    }

    .catalogueContainer {
        width: 100%;
        overflow: hidden;
    }

    .catalogue {
        padding: 64px 16px 0 16px;
    }

    .installationRight a {
        width: 100%;
    }

    .installationRight p {
        font-size: 19px;
        line-height: 140%;
        margin-bottom: 30px;
    }

    .servicesPosition h3 {
        font-size: 19px;
    }

    .catalogueTabsSection:hover .top {
        transform: translateY(8px);
    }

    .catalogueTabOpacity {
        transform: none;
    }

    .catalogueTabsSection:hover .catalogueTabOpacity {
        transform: none;
    }

    .reliableRightSection {
        margin-bottom: 16px;
    }

    .catalogueTabOpacity>.catalogueTabBtn {
        width: 100%;
    }

    .catalogueTabsSection {
        margin-bottom: 0;
    }

    .catalogueTabsSection {
        box-shadow: none;
    }

    .catalogue .wrapper {
        padding-bottom: 64px;
    }

    .prodjectContentTop>img {
        margin-bottom: 24px;
    }

    .gallery {
        margin-right: 0;
        width: 100%;
    }

    .prodjectTab-content {
        margin-top: 20px;
    }

    .prodjectTabBtn {
        width: 40%;
    }

    .prodjectTop h2 {
        width: 100%;
        font-size: 29px;
        line-height: 110%;
        text-align: center;
    }

    .catalogueTabBtn {
        display: none;
    }

    .prodject {
        padding-top: 64px;
    }

    .prodjecItem h2 {
        font-size: 15px;
        line-height: 140%;
        margin-bottom: 8px;
        min-height: auto;
    }

   
    .prodjecItemImgContainer img {
        width: 100%;
        height: 100%;
    }

    .prodjecItemImgContainer img:nth-of-type(1) {
        margin-bottom: 20px;
    }

    .prodjecItem p {
        min-height: auto;
    }

    .catalogueTabsSection {
        height: auto;
        margin-bottom: 0 !important;
        padding-bottom: 15px;
    }

    .prodject .wrapper {
        padding-bottom: 64px;
    }

    .installation .wrapper {
        padding-top: 64px;
    }

    .aboutUsSection>p {
        font-size: 29px;
        line-height: 110%;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .reviews {
        padding-top: 64px;
    }

    .reviewsTop {
        flex-direction: column;
    }

    .reviewsTop h2 {
        font-size: 29px;
        line-height: 110%;
        margin-bottom: 48px;
        text-align: center;
    }

    .reviewsTop {
        margin-bottom: 32px;
    }

    .reviewsNext {
        margin-right: 0;
    }

    .reviewsArrows {
        width: 100%;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .aboutUs .wrapper .installationLeft img {
        height: 100%;
    }

    .installationLeft {
        height: 340px !important;
        margin-bottom: 0;
    }

    .aboutUsSection span {
        width: 75%;
    }

    .aboutUs .wrapper .installationRight h2 {
        font-size: 29px;
        line-height: 110%;
        margin-bottom: 48px;
        text-align: center;
    }

    .mobileBtn {
        display: block;
        margin-top: 32px;
    }

    .installationLeft img {
        height: 100%;
    }

    .installationLeft {
        margin-bottom: 20px;
    }

    .reviewsTop h2 {
        width: 100%;
    }

    .reviewsTop {
        margin-right: 0;
    }

    .blog {
        padding-top: 64px;
    }

    .contact {
        padding: 64px 16px;
    }

    footer {
        padding: 64px 16px;
    }

    .contactLeftSocial>p {
        font-size: 19px;
    }

    .contactLeftTabs>p {
        font-size: 19px;
    }

    .contactLeft h2 {
        font-size: 29px;
        line-height: 110%;
        margin-bottom: 48px;
    }

    .reviewsSliderItem {
        width: 240px;
    }

    .aboutUsSection span {
        width: 80%;
    }

    .reviewsSliderItem {
        width: 240px;
    }

    .servicesContainerSection::before {
        width: 100%;
    }

    .servicesPositionOpacity {
        opacity: 1 !important;
    }

    .menu.open {
        transform: translateY(68px);
    }

    .deliveryPage .wrapper {
        padding: 0 16px;
    }

    .breadcrumb {
        margin-bottom: 8px;
    }

    .blogPageMain h1 {
        font-size: 29px;
        line-height: 110%;
        margin-bottom: 48px;
    }

    .blogPageMain h2 {
        font-size: 19px;
        line-height: 140%;
    }

    .blogPageMain {
        margin-bottom: 0;
    }

    .marginBlogBig {
        margin-bottom: 48px !important;
    }

    .slider-for .slick-list {
        width: 100%;
    }

    .slider-for .slick-list .sliderItem {
        width: 400px;
    }

    .servicesContainer {
        width: 100%;
        overflow: hidden;
    }

    .slider-x .slick-list .sliderItem {
        width: 600px;
    }

    .hooks {
        padding: 32px 0;
    }

    .hooks .wrapper {
        flex-direction: column;
    }

    .hooks .wrapper p {
        width: 100%;
        font-size: 15px;
        text-align: center;
        margin-bottom: 32px;
    }

    .hooksBtn {
        margin-left: 0;
        width: 100%;
    }




    .fillterBlog:nth-last-of-type(1) {
        margin-right: 0;
    }

    .select {
        width: 100%;
    }

    .blogSliderPage .blogSliderItem {
        width: 100%;
        margin-right: 0;
    }

    .blogPage .wrapper {
        padding: 0 16px;
    }

    .fillterBlogConatiner .catalogueTab {
        width: 100%;
    }

    .blogSliderItem {
        margin-bottom: 20px !important;
    }

    .fillterBlog {
        padding: 8px 12px;
    }

    .fillterBlogConatiner .catalogueTab {
        margin-bottom: 20px !important;
    }

    .selectContainer {
        flex-direction: column;
    }

    .fillterBlogConatiner .catalogueTab {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        height: auto;
    }

    .fillterBlog {
        margin-bottom: 15px;
    }

    .selectContainer {
        width: 45% !important;
    }

    .selectContainer .select-wrapper {
        width: 100% !important;
    }

    .select-wrapper select {
        width: 100% !important;
    }

    .breadcrumbAll {
        padding-top: 0;
    }

    .bannerLeft {
        padding-top: 0;
    }

    .slider-x {
        margin: 0 0 20px 0;
    }

    .counter {
        padding-top: 48px;
    }

    .counterSection {
        text-align: center;
    }

    .counterSection span {
        width: 80%;
        display: block;
        margin: 0 auto;
    }

    .counterSection:nth-of-type(7) span {
        width: 40%;
    }

    .counter {
        margin-bottom: 48px;
    }

    .services {
        padding-top: 64px;
    }


    .servicesPosition h3 {
        margin-bottom: 13px;
        min-height: 56px;
    }

    .servicesPositionOpacity {
        list-style: none;
        padding-left: 0;
    }

    .servicesPosition>svg {
        margin-top: auto;
    }

    .services .wrapper {
        padding-bottom: 0;
    }

    .reliableRightSection:nth-of-type(1) {
        order: 3;
        margin-bottom: 0;
    }

    .reliableRightSection:nth-of-type(2) {
        order: 4;
        margin-bottom: 0;
    }

    .reliableRightSection:nth-of-type(3) {
        order: 2;
    }

    .reliableRightSection:nth-of-type(4) {
        order: 1;
    }

    .reviewsDots .slick-dots {
        margin-top: 30px;
    }

    .reviews {
        padding-bottom: 64px;
    }

    .reviewsPrev,
    .reviewsNext {
        width: 40px;
        height: 40px;
    }

    .reviews .wrapper .reviewsTop {
        padding-right: 0;
    }

    .blogPrev,
    .blogNext {
        width: 40px;
        height: 40px;
    }

    .blogSliderItemContent>p {
        margin-bottom: 30px;
    }

    .footerNavigation li {
        margin-bottom: 20px;
    }

    .footerTop .catalogueTabBtn {
        display: block;
        width: 100%;
    }

    .blogSlider .slick-track {
        padding-bottom: 0;
    }

    .blog .wrapper {
        padding-bottom: 48px;
    }

    .reviewsTop {
        padding-bottom: 25px;
        margin-bottom: 35px;
    }

    .blogDots .slick-dots {
        margin-top: 60px;
    }

    .blogSliderItemContent {
        padding-bottom: 30px;
    }

    .blogNext {
        margin-right: 0;
    }

    .reviewsTop {
        padding-right: 0;
    }

    .installationLeft {
        margin-bottom: 0;
    }

    .installationRightFlex {
        margin-top: 45px;
    }

    .installationRight>a {
        margin-left: 0;
    }

    .prodjectTabBottom {
        margin-top: 15px;
    }

    .prodjectTab-content {
        margin-top: 10px;
    }

    .catalogueButton {
        padding: 10px 24px;
    }

    .prodjectTabBtn {
        font-size: 23px;
    }

    .catalogueTabOpacity>.catalogueTabBtn {
        display: block;
    }

    .catalogueTab {
        overflow-x: hidden;
    }

    .reliableRight {
        padding-bottom: 0;
    }

    .catalogueTab {
        margin-bottom: 15px;
    }

    .reliable {
        padding-bottom: 64px;
    }

    .installationRight>a {
        text-align: center;
    }

    .prodjectTabContentRight {
        height: 600px;
        overflow-x: scroll;
    }


    .blogSlider {
        padding-left: 10px;
    }

    .reliableRightSection svg {
        margin-bottom: 16px;
    }

    .reliableRightOpacity {
        margin-top: 8px;
        line-height: 16px;
    }

    .installationLeft {
        margin-bottom: 20px;
    }

    .servicesPosition>svg {
        margin-bottom: 20px;
    }

    .servicesContainerSection::after {
        background: transparent;
    }

    .aboutUs .wrapper .installationRight>a {
        text-align: left;
    }

    .aboutUs .wrapper .installationLeft {
        height: 220px !important;
    }

    .reviewsTop {
        padding-bottom: 0;
        margin-bottom: 30px;
    }

    .reviewsArrows {
        padding-bottom: 24px;
    }

    .reviewsTop.blogTop {
        margin-bottom: 24px;
    }

    .blogSlider .slick-track {
        padding-top: 0 !important;
    }

    .blogDots .slick-dots {
        margin-top: 15px;
    }

    .main404 {
        height: auto;
        padding-bottom: 25px;
        padding-top: 90px;
    }

    .main404 .wrapper a {
        width: 90%;
        box-sizing: border-box;
        display: block;
    }

    .bannerAboutUsFlex .bannerLeft {
        width: 100%;
        text-align: left;
    }

    .bannerAboutUsFlex .bannerLeft h1 {
        font-size: 28px;
        text-align: left !important;
        line-height: 140%;
    }

    .bannerAboutUsFlex .bannerLeft>p {
        font-size: 15px;
        line-height: 110%;
    }

    .teamtopArrow {
        display: block;
    }

    .bannerCaseContentLeft>p {
        font-size: 19px;
    }

    .bannerCaseContentLeftLogo img {
        margin-right: auto;
    }

    .bannerCaseContentLeftLogo>p {
        font-size: 15px;
    }

    .caseFormLeft>p {
        font-size: 15px;
    }

    .allCaseContentTop h2 {
        margin-bottom: 40px;
    }

    .allCaseContentTabSection h3 {
        font-family: 'Gilroy';
        font-weight: 700;
        font-size: 19px;
        line-height: 140%;
        color: #000000;
    }

    .blogPageTopBottom p {
        display: none;
    }

    .blogPageTopBottom {
        justify-content: center;
    }

    .allCaseContentTabSection h3 br {
        display: none;
    }

    .allCaseContentTabSection {
        margin: 0 5px 20px;
    }

    .allCaseContentTab {
        align-items: inherit;
    }

    .allCaseContentTop h2 {
        margin-bottom: 0;
    }

    .allCaseContentTabsImgCon {
        height: 163px;
    }



    .blogTop {
        border-bottom: 0;
    }

    .select {
        flex-direction: column;
    }

    .selectContainer {
        flex-direction: row;
    }

    .selectWidth {
        margin-top: 16px;
    }

    .selectContainer {
        width: 100% !important;
        margin-right: 0;
    }

    .fillterBlogConatiner .catalogueTab {
        flex-wrap: wrap;
        flex-direction: row;
    }

    .fillterBlog {
        padding: 12px 24px;
        margin-right: 0;
    }

    .mobileBtnS {
        display: block;
        padding: 16px 32px;
        background: #68C39C;
        border-radius: 4px;
        box-sizing: border-box;
        border: none;
        margin-top: 0;
        margin-left: auto;
    }

    .blogSliderItemFlex>img {
        width: 32px;
        height: 32px;
    }

    .blogSliderItemFlexText>p {
        font-size: 12px;
        line-height: 140%;
    }

    .articleMainRight .articleMainRightNavigation {
        display: none;
    }

    .articleMainRightNavigation {
        display: block;
    }

    .articleMain {
        flex-direction: column;
    }

    .articleBlueContent>a {
        display: block;
        margin: 0 auto;
    }

    .articleBlueContent {
        height: 180px;
    }

    .accordion {
        display: block;
    }

    .menuTop {
        display: none;
    }

    .menuBottom {
        display: none;
    }

    .menu {
        padding: 0;
    }

    .menu .wrapper {
        padding: 0 16px !important;
    }

    .accordion {
        padding-bottom: 100px;
    }

    .menu.open {
        height: 100vh;
        overflow-x: scroll;
        justify-content: flex-start;
    }

    .articleMainLeft h1 {
        font-size: 29px;
    }

    .displayRight .articleMainRightNavigation {
        display: block !important;
    }

    .articleBlueContentText>p {
        text-align: left;
    }

    .articleMainLeft h2 {
        font-size: 19px;
    }

    .articleMainRightForm h2 {
        font-size: 23px;
    }

    .articleMain {
        margin-bottom: 0;
    }

    .articleMainRight {
        margin-bottom: 30px;
    }

    .bannerAboutUs {
        padding-top: 65px;
    }


    .historyTopLeft h2 {
        text-align: left !important;
    }

    .historyTopLeft p {
        font-size: 15px;
    }

    .reliableLeft>p {
        line-height: 24px;
    }

    .reliableRightSection {
        width: 48%;
    }

    .wantTeamLeft {
        display: none;
    }

    .articleMainRightForm h2 {
        font-size: 29px;
        text-align: center !important;
    }

    .teamFlex h2 {
        text-align: left;
        margin-bottom: 0 !important;
    }

    .teamFlex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 40px;
    }

    .teamtopArrow {
        display: flex;
        align-items: center;
    }

    .teamSliderPrev,
    .teamSliderNext {
        display: flex !important;
        justify-content: center;
        align-items: center;
        width: 27px;
        height: 27px;
        box-sizing: border-box;
        background: #CDF0E1;
        border-radius: 4px;
        cursor: pointer;
        transition: all 0.3s;
    }

    .teamSliderPrev:hover,
    .teamSliderNext:hover {
        background: #FFFFFF;
        transition: all 0.3s;
    }

    .teamtopArrow {
        display: flex;
    }

    .teamSliderNext {
        margin-left: 4px;
    }

    .popup-content {
        width: 90% !important;
    }

    .articleMainRightForm h2 {
        font-size: 19px;
    }

    .bannerApplication {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .bannerApplication .wrapper {
        padding: 0 16px;
    }

    .bannerApplicationLeft h1 {
        font-size: 28px;
        line-height: 140%;
        margin-bottom: 8px;
        width: 100%;
    }

    .bannerApplicationRight img {
        object-fit: cover;
    }

    .bannerApplicationLeft p {
        font-size: 19px;
        margin-bottom: 32px;
        line-height: 140%;
    }

    .bannerApplicationLeft a {
        min-width: 343px;
        width: 100%;
    }

    .catalogueTab {
        overflow-x: scroll;
    }

    .catalogueTabsSection {
        width: 49%;
    }

    .landingForm .wrapper .wantTeamRight {
        width: 100%;
    }

    .landingForm .wrapper {
        padding: 0 16px;
    }

    .landingBanner {
        padding-top: 70px;
    }

    .landingBanner .breadcrumb {
        margin-bottom: 97px;
    }

    .landingCardBanner .bannerLeft h1 {
        margin-bottom: 8px;
    }

    .landingCardBanner .bannerLeft>p {
        width: 100%;
        text-align: left;
    }

    .bannerLeft h1 br {
        display: none;
    }

    .landingBannerFlex {
        display: none;
    }

    .landingBanner {
        padding-bottom: 95px;
    }

    .bannerLeft>p {
        text-align: left;
    }

    .landingCardBanner .bannerRight img {
        height: 100%;
    }

    .whatItIs .wrapper {
        padding: 0 16px;
    }

    .landingCardFoto .wrapper {
        padding: 0 16px;
    }

    .landingBanner {
        padding-top: 0;
    }

    .prodjectTop {
        flex-direction: column;
    }

    .prodjectTop h2 {
        text-align: left;
        margin-bottom: 40px;
    }

    .bannerLeftNav li {
        height: auto;
    }

    .prodjectBtn>a {
        display: block;
    }

    .prodjectBtn {
        width: 100%;
    }

    .prodjectSliderPrev {
        margin-left: auto;
    }


    .history .wrapper {
        padding: 0 16px;
    }

    .banner.bannerAboutUs .wrapper {
        margin-top: 40px;
    }

    .prodjecItemImgContainer {
        height: auto;
    }

    .sliderImgProgect {
        width: calc(50% - 3px);
        height: 190px;
        margin-bottom: 10px;
    }

    .innerProdjecItem {
        width: 100%;
    }

    .top-nav {
        height: 76px;
    }

    .banner {
        padding: 32px 0 48px 0;
    }

    .bannerLeft {
        text-align: left;
    }

    .bannerLeft {
        align-items: flex-start;
    }

    .cases-slider-for {
        height: 300px;
    }

    .cases-slider-nav {
        height: 150px;
    }

    .case-slider-nav-item {
        width: 180px;
    }


    .separate-containers .inside-article,
    .separate-containers .comments-area,
    .separate-containers .page-header,
    .separate-containers .paging-navigation,
    .one-container .site-content,
    .inside-page-header {
        padding: 40px 16px;
    }

    .single-project #content {
        margin-top: 0;
    }

    .allCaseContentTabSection h3 {
        font-size: 15px;
    }

    .catProgectArch {
        position: absolute;
        top: 8px;
        left: 8px;
    }

    .allCaseContentTabsTextPosition {
        position: relative;
        margin-right: 0;
        margin-bottom: 5px;
        width: max-content;
        display: flex;
    }

    .paginationRow {
        flex-direction: column-reverse;
    }

    .pagenaviBlock {
        margin-bottom: 24px;
        text-align: center;
    }

    .wp-pagenavi {
        display: flex;
        justify-content: center;
    }

    .namCountPost {
        text-align: center;
    }

    .lockImgBlock {
        width: 50px;
        margin-bottom: 10px;
    }

    .servicesPosition {
        padding: 15px 15px 7px;
    }

    .textAnonsaServ ul {
        list-style: none;
        font-size: 12px;
        line-height: 1.2;
    }

    .otherProjectsSliderItemPosition img {
        height: 24px;
    }


    body.page-template-default .site-content h1, body.page-template-order-calc-tpl .site-content h1 {
        font-size: 29px;
        line-height: 110%;
        margin-bottom: 48px;
    }

    body.page-template-default .site-content h2 {
        font-size: 19px;
        line-height: 140%;
    }



    .filterwidth .filterwidthOpen {
        display: block;
    }

    .filterwidth .filterwidthClose {
        display: none;
    }

    .filterwidth.active .filterwidthOpen {
        display: none;
    }

    .filterwidth.active .filterwidthClose {
        display: block;
    }

    .catalogPageCard.active {
        width: 100% !important;
    }

    .catalogPageSelectMobile {
        display: flex;
        align-items: center;
    }

    .catalogPageSelectMobile select {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 10px 16px;
        box-sizing: border-box;
        width: 181px;
        height: 40px;
        margin-right: 16px;
    }

    .filterwidth {
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: transparent !important;
        border: 1px solid #8F8F8F;
        padding: 0;
        margin-left: 10px;
    }

    .filterwidth.active {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        border: 1px solid #8F8F8F;
        padding: 0;
    }

    .filterwidth:hover {
        background: none;
    }

    .catalogPageCardPrice {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .filterwidthOpen {
        width: 20px;
        height: 20px;
    }

    .filterwidthClose {
        width: 20px;
        height: 20px;
    }

    .catalogPageCardPriceLeft {
        font-size: 19px;
    }

    .catalogPageCardPriceRight {
        font-size: 12px;
        line-height: 140%;
        margin-top: 0;
    }

    .catalogPageCardText {
        margin-bottom: 0;
    }

    .catalogPageCard.active {
        flex-direction: row;
        display: flex;
        padding: 8px;
        box-sizing: border-box;
    }

    .catalogPage {
        overflow: unset;
    }

    .catalogPageCardPrice {
        margin-bottom: 8px;
    }

    .catalogPageCardFlex {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .catalogPageCard.active .catalogPageCardImg {
        width: 50%;
        height: 129px;
        margin-bottom: 0;
        margin-right: 8px;
    }

    .catalogPageCard.active .catalogPageCardImg img {
        height: 100%;
    }

    .catalogPageCard.active .catalogPageCardFlex {
        width: 50%;
    }

    .catalogPageCard {
        padding: 0;
    }

    .catalogPageCardFlex {
        width: 100%;
    }

    .catalogPageCard .catalogPageCardImg {
        height: 148px;
    }

    .catalogPageBottom {
        flex-direction: column;
        align-items: center;
    }

    .catalogPageList {
        margin-bottom: 24px;
    }

    .catalogPageBottom {
        padding-bottom: 64px;
    }

    .catalogPageSeo {
        padding: 64px 0;
    }

    .contact {
        padding: 64px 0;
    }

    .mainCharacteristicsLeft {
        width: auto;
    }

    .mainCharacteristicsContent {
        height: auto;
        padding: 8px 0;
    }

    /*.catalogPageCard {
        width: 46% !important;
    }*/

    .filterwidth {
        display: inline-flex;
    }

    .select2-container--default .select2-selection--single {
        width: 150px;
    }

    #wc-column-container .product.rowFullProd {
        width: 100% !important;
    }

    #wc-column-container .product.rowFullProd .woocommerce-LoopProduct-link {
        flex-direction: row;
    }

    #wc-column-container .product.rowFullProd .woocommerce-LoopProduct-link .wc-product-image {
        width: 50%;
        padding: 0;
        height: auto;
        margin-right: 10px;
    }

    #wc-column-container .product.rowFullProd .price {
        padding-bottom: 0;
        margin-bottom: 8px;
    }

    .leftData {
        margin: 0 !important;
    }

    #wc-column-container .product.rowFullProd .button {
        display: block;
        margin-top: 0;
        width: 100%;
        text-align: center;
        position: absolute;
        width: calc(50% - 26px);
        bottom: 8px;
        right: 8px;
        background: url(/wp-content/uploads/2023/06/iconbase.svg), #68C39C;
        background-repeat: no-repeat;
        background-size: auto;
        background-position: center;
        font-size: 0;
        height: 36px;
        width: 36px;
        margin-left: auto;
        margin-right: 0 !important;
    }

    #wc-column-container .product.rowFullProd {
        padding: 8px !important;
        height: 141px !important;
        box-sizing: border-box;
    }

    .whatDoingContainer.dopInfoChildBlock .whatDoingSection {
        width: 100% !important;
        box-shadow: 0px 10px 30px rgba(18, 17, 39, 0.08);
        padding: 16px;
        margin: 0 0 20px;
    }

    #wc-column-container .product {
        padding: 8px 8px 16px 8px;
    }

    .calculator-top-container {
        flex-direction: column;
    }

    .calculator-input-block {
        width: 100%;
    }


    .menu.open .headerButton {
        display: flex;
    }

    .menu.open  .searchBlock, .menu.open  .gp-icon.shopping-cart, .menu.open  .js-wpml-ls-item-toggle.wpml-ls-item-toggle {
        filter: brightness(0) saturate(100%) invert(27%) sepia(3%) saturate(0%) hue-rotate(14deg) brightness(99%) contrast(85%);
    }

    .menu.open .cart-contents > span.number-of-items {
        background-color: #e7e1e1 !important;
    }

    .sliderImgProgect img {
        object-fit: contain;
    }

    .whatDoingContainer.dopInfoChildBlock .wds {
        width: 100%;
        margin: 0 0 20px;
    }


}

/*! /max-width: 576px **************************************************************************/




@media (max-width: 480px) {

    .allCaseContentTop {
        flex-direction: column;
    }

    .allCaseContentTabs {
        margin-top: 32px;
    }

    .catalogPageCard {
        margin-bottom: 32px;
    }

    #openModalCalc,
    .woocommerce div.product form.cart .button {
        width: calc(50% - 10px);
        margin: 0 !important;
    }

    .woocommerce-variation-add-to-cart {
        justify-content: space-between;
    }

    .physicalCharacteristics form,
    #review_form_wrapper,
    .woocommerce #reviews #comments ol.commentlist li .comment-text {
        padding: 16px;
    }

    .searchResultsTabsContentCard {
        width: calc(50% - 10px);
        margin: 0 5px 10px;
    }








}

/*! //max-width: 480px **************************************************************************/











@media (max-width: 375px) {
    .blogPageTopBottom {
        flex-direction: column;
    }

    .blogPageTopBottom p {
        margin-bottom: 20px;
    }

    .allCaseContentTop {
        flex-direction: column;
    }

    .modalFormContent {
        padding: 32px 16px;
    }

    .allCaseContentTabSection {
        width: 100%;
    }

    .allCaseContentTop h2 {
        margin-bottom: 40px;
    }

    .allCaseContentTabSection {
        width: 48%;
    }


    .materials .wrapper {
        padding: 0 16px 80px 16px;
    }

    .materialsSlider {
        overflow: hidden;
    }

    .materialsTop {
        flex-direction: row;
        align-items: center;
    }

    .materialsTop h2 {
        width: 55%;
    }

    .otherProjects2 {
        top: 45% !important;
    }

    .materialsTop h2 {
        width: 60%;
        margin-bottom: 0;
    }

    .searchResultsTabsContentCard {
        width: 100%;
    }




}











@media (max-width: 374px) {
    .articleFlex {
        flex-direction: column;
        padding-left: 14px;
    }

    .articleBlueContent {
        height: 300px;
    }

    .allCaseContentTabSection {
        width: 100%;
        margin: 0 0 10px;
    }

    .catalogPageSelectMobile select {
        padding: 8px;
    }

    .catalogPageSelectMobile select {
        width: 135px;
        font-weight: 400;
        font-size: 12px;
        line-height: 140%;
        color: #363636;
    }

    .catalogPageSelectMobile select {
        display: none;
    }

    .advantagesCardSection {
        width: 100%;
    }

    .contactPageRight {
        padding: 40px 16px;
    }

    .contactPageRight h2 {
        font-size: 17px;
    }
}

/*! //max-width: 375px **************************************************/