@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;800&family=Roboto:wght@400;700&display=swap");

* {
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    color: #202225;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

label {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}

input,
textarea,
select {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    padding: 19px 20px;
    background: none;
    background-color: #FFFFFF;
    border-radius: 4px;
    border: none;
}

.default {
    padding: 200px 0 55px;
    background: url("../img/uploads/1.jpg") no-repeat center center/cover;
    color: #fff;
}
.default .default-wrap > *{
	margin-bottom: 10px;
}

.default h1 {
    margin-bottom: 20px;
}

.slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

.ttl {
    border-left: solid 3px #FF8400;
    padding-left: 30px;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #202225;
}

.ttl.ttl-md {
    display: block;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    margin: 0 0 30px;
    padding-left: 15px;
}

.ttl.ttl-sm {
    display: block;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    margin: 0;
    padding-left: 13px;
}

.ttl span {
    color: #FF8400;
}

.ttl p {
    display: block;
    margin-top: 15px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
}

.ttl .btn {
    margin-top: 40px;
}

.slick-dots {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 600px;
    margin: 30px auto 0;
}

.slick-dots li {
    padding: 0;
    margin: 0 5px 10px;
}

.slick-dots li button {
    font-size: 0;
    border: 1px solid #202225;
    opacity: .3;
    width: 10px;
    height: 10px;
    background: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 50%;
    margin: 0;
    padding: 0;
}

.slick-dots .slick-active button {
    opacity: 1;
    background-color: #FF8400;
    border-color: #FF8400;
}

.slick-arrow {
    z-index: 2;
    border: none;
    background: none;
    font-size: 0;
    background: url("../img/main/slick-arrow.svg") no-repeat center center;
    width: 11px;
    height: 18px;
    cursor: pointer;
    position: absolute;
}

.slick-next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.btn {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    border: none;
    background: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    background-color: #FF8400;
    border-radius: 4px;
    color: #fff;
    padding: 19px 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.btn:hover {
    background-color: #cc6a00;
}

.container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}
.flex{
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
}
.nowrap{
	flex-wrap: nowrap;
}
.justify-content-between{
    justify-content:space-between;
}
.justify-content-around{
    justify-content:space-around;
}
.justify-content-center{
	justify-content: center;
}
.justify-content-end{
    justify-content:flex-end;
}
.align-items-center{
	align-items: center;
}
.align-items-stretch{
	align-items: stretch;
}
.align-items-end{
	align-items: flex-end;
}
.align-content-end{
	align-content: flex-end;
}
.align-content-center{
	align-content: center;
}
.otgs-development-site-front-end{
	display:none !important;
}

.header {
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.header-top__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}

.header-top__meta ul {
    display: none;
}

.header-top__meta .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    margin-right: 50px;
}

.header-top__meta .item.item-phone{
	font-weight: 700;
	font-size:16px;
}

.header-top__meta .item strong {
    display: none;
}

.header-top__meta .item span {
    position: relative;
}

.header-top__meta .item span::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header-top__meta .item span:hover::after {
    width: 100%;
}

.header-top__meta .item svg {
    margin-right: 8px;
}

.header-top__meta .item:last-child {
    margin-right: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
}

.header-top__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-top__socials--title {
    display: none;
}

.header-top__socials a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: rgba(217, 217, 217, 0.1);
    margin-left: 10px;
}

.header-top__socials a:hover {
    background-color: rgba(217, 217, 217, 0.25);
}

.header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 24px;
}

.header-wrap__icon {
    display: none;
}

.header-wrap__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-wrap__meta--logo img:nth-child(2) {
    display: none;
}

.header-wrap__meta--languages {
    margin-left: 40px;
}

.header-wrap__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-wrap__menu ul li {
    margin-left: 20px;
}

.header-wrap__menu ul li a {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    position: relative;
}

.header-wrap__menu ul li a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header-wrap__menu ul li a:hover::after {
    width: 100%;
}

.header-wrap__menu ul li:first-child {
    margin-left: 0;
}

.header-top-menu__menu
{
    list-style: none;
    display: flex;
    gap: 30px;
}

.header-top-menu__menu li a
{
    color: #fff;
    line-height: 14px;
    font-size: 14px;
    font-family: "Roboto", sans-serif, serif;
}

.footer {
    background-color: #202225;
    color: #fff;
}

.footer-bottom {
    padding: 18px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    line-height: 12px;
    opacity: .5;
}

.footer-bottom__menu ul {
    list-style-type: none;
}

.footer-bottom__menu ul li {
    margin-left: 10px;
}

.footer-bottom__menu ul li a {
    color: #fff;
    position: relative;
}

.footer-bottom__menu ul li a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer-bottom__menu ul li a:hover::after {
    width: 100%;
}

.footer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 52px 0 38px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.footer-wrap__title {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    opacity: .5;
    margin-bottom: 12px;
    letter-spacing: 0.03em;
}

.footer-wrap__meta {
    width: 100%;
    max-width: 176px;
}

.footer-wrap__meta--socials {
    margin-top: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-wrap__meta--socials a {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(217, 217, 217, 0.1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-right: 10px;
    border-radius: 50%;
}

.footer-wrap__meta--socials a:hover {
    background-color: rgba(217, 217, 217, 0.05);
}

.footer-wrap__menu {
    width: 100%;
    max-width: 380px;
}

.footer-wrap__menu ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-wrap__menu ul li {
    width: 45%;
}

.footer-wrap__menu ul li a {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    position: relative;
}

.footer-wrap__menu ul li a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer-wrap__menu ul li a:hover::after {
    width: 100%;
}

.footer-wrap__contacts {
    width: 100%;
    max-width: 421px;
}

.footer-wrap__contacts--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "Roboto", sans-serif;
}

.footer-wrap__contacts--list-links {
    width: 50%;
}

.footer-wrap__contacts--list-links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    margin-bottom: 18px;
    color: #fff;
}

.footer-wrap__contacts--list-links a svg {
    margin-right: 8px;
}

.footer-wrap__contacts--list-links a span {
    max-width: 80%;
    position: relative;
}

.footer-wrap__contacts--list-links a span::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer-wrap__contacts--list-links a span:hover::after {
    width: 100%;
}

.footer-wrap__contacts--list-links a:nth-child(1) {
    font-size: 16px;
    font-weight: 700;
}

.footer-wrap__contacts--list-links a:last-child {
    margin-bottom: 0;
}

.footer-wrap__contacts--list-adress {
    width: 52%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 14px;
    line-height: 18px;
}

.footer-wrap__contacts--list-adress svg {
    margin-right: 8px;
}

.footer-wrap__contacts--list-adress span {
    max-width: 90%;
}

.sub {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 34, 37, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.sub-active {
    opacity: 1;
    visibility: visible;
}

.sub-wrap {
    max-width: 1230px;
    border-radius: 10px;
    width: 100%;
}

.sub-wrap__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 20px;
}

.sub-wrap__close svg {
    cursor: pointer;
}

.sub-wrap__title {
    margin: 40px 0 80px 75px;
}

.sub-wrap__title strong {
    max-width: 717px;
    display: block;
    font-size: 40px;
    line-height: 50px;
}

.sub-wrap__title p {
    max-width: 584px;
}

.sub-wrap__title form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
}

.sub-wrap__title form .btn {
    margin-top: 0;
}

.sub-wrap__title form input {
    width: 100%;
    max-width: 376px;
    margin-right: 30px;
    display: block;
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 34, 37, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1000000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.modal-active {
    opacity: 1;
    visibility: visible;
}

.modal-wrap {
    width: 100%;
    max-width: 490px;
    max-height: 80%;
    overflow-y: auto;
    background-color: #FFFFFF;
    border-radius: 10px;
}

.modal-wrap__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 20px;
}

.modal-wrap__close svg {
    cursor: pointer;
}

.modal-wrap__content {
    padding: 10px 50px 40px;
}

.modal-wrap__title {
    font-size: 40px;
    line-height: 50px;
}

.modal-wrap__title .stp {
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.modal-wrap .ttl-small {
    font-size: 24px;
    line-height: 30px;
    max-width: 320px;
}

.modal-wrap__form {
    margin-top: 40px;
}

.modal-wrap__form label {
    display: block;
    font-size: 12px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

.modal-wrap__form input,
.modal-wrap__form select,
.modal-wrap__form textarea {
    width: 100%;
    display: block;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    margin-bottom: 20px;
}

.modal-wrap__form select {
    background-color: iherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("../img/main/select-dropdown.svg") no-repeat 93% center;
}

.modal-wrap__form select::-ms-expand {
    display: none;
}

.modal-wrap__form .radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 23px;
    position: relative;
}

.modal-wrap__form .radio:last-child {
    margin-bottom: 0;
}

.modal-wrap__form .radio input {
    width: 24px;
    height: 24px;
    margin: 0;
    z-index: 2;
    opacity: 0;
}

.modal-wrap__form .radio span {
    width: 24px;
    height: 24px;
    border: 1px solid #E5E5E5;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.modal-wrap__form .radio label {
    font-family: "Roboto", sans-serif;
    text-transform: none;
    padding-left: 15px;
    font-size: 16px;
    padding-top: 3px;
}

.modal-wrap__form .radio input:checked + span::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background-color: #FF8400;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.modal-wrap__form .nxt {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.modal-wrap__form .nxt .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 2px solid #FF8400;
    color: #FF8400;
}

.modal-wrap__form .nxt .btn svg {
    margin-top: 1px;
    margin-left: 11px;
}

.modal-wrap__form .nxt .btn svg * {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.modal-wrap__form .nxt .btn:hover {
    background-color: #FF8400;
    color: #fff;
}

.modal-wrap__form .nxt .btn:hover svg * {
    fill: #fff;
}

.main {
    color: #fff;
    padding: 200px 0 92px;
}

.main-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-wrap__content {
    max-width: 901px;
    margin-right: 82px;
}

.main-wrap__content h1 {
    font-size: 70px;
    line-height: 75px;
    font-weight: 700;
    margin-bottom: 32px;
}

.main-wrap__content h2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
}

.main-wrap__list {
    width: 100%;
    max-width: 286px;
    position: relative;
}

.main-wrap__list .item {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.main-wrap__list .item::after {
    content: '';
    display: block;
    width: 1px;
    height: 50px;
    background: url("../img/main/main-border.svg") no-repeat center center;
    position: absolute;
    left: 45px;
    top: -50px;
}

.main-wrap__list .item-icon {
    margin-right: 20px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url("../img/main/main-item.svg") no-repeat center center;
}

.main-wrap__list .item-title {
    width: 55%;
    font-size: 18px;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
}

.main-wrap__list .item:last-child {
    margin-bottom: 0;
}

.main-wrap__list .item:last-child::before {
    content: '';
    display: block;
    width: 1px;
    height: 50px;
    background: url("../img/main/main-border.svg") no-repeat center center;
    position: absolute;
    left: 45px;
    bottom: -50px;
}

.main-wrap__list .item:first-child::before {
    background: url("../img/main/main-border__first.svg") no-repeat center center;
}

.main-bottom {
    margin-top: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-bottom__content {
    width: 100%;
    max-width: 901px;
    padding-left: 30px;
    margin-right: 82px;
    border-left: solid 3px #FF8400;
}

.main-bottom__content--title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.main-bottom__content--text {
    font-family: "Roboto", sans-serif;
    line-height: 20px;
    margin-bottom: 30px;
    opacity: .7;
}

.main-bottom__scroll {
    width: 100%;
    max-width: 286px;
    position: relative;
}

.main-bottom__scroll::before {
    content: '';
    display: block;
    width: 1px;
    height: 72px;
    background: url("../img/main/main-border.svg") no-repeat center center;
    position: absolute;
    left: 50px;
    bottom: -98px;
}

.main-bottom__scroll::after {
    content: '';
    display: block;
    width: 20px;
    height: 32px;
    background: url("../img/main/scroll.svg") no-repeat center center/contain;
    position: absolute;
    bottom: 0;
    left: 38px;
    -webkit-animation: scroll 1.5s infinite;
    animation: scroll 1.5s infinite;
}

.main-bottom__scroll span {
    position: absolute;
    left: -30px;
    word-break: break-all;
    width: 150px;
    display: block;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.services-wrap {
    padding: 140px 0 110px;
}

.services-wrap__list {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.services-wrap__list .item {
    width: 100%;
    max-width: 390px;
    margin-right: 30px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 10px;
}

.services-wrap__list .item:nth-child(2n+2) {
    margin-right: 1px;
}

.services-wrap__list .item-content {
    border: 1px dashed #D6D6D6;
    border-radius: 6px;
    padding: 20px 16px;
}

.services-wrap__list .item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 19px;
}

.services-wrap__list .item-top__title {
    width: 75%;
    font-size: 20px;
    line-height: 24px;
    color: #202225;
    font-weight: 700;
    position: relative;
}

.services-wrap__list .item-top__title::after {
    content: '';
    display: block;
    width: 3px;
    height: 40px;
    border-radius: 2px;
    background-color: #FF8400;
    position: absolute;
    left: -20px;
    top: -10px;
}

.services-wrap__list .item-top__icon img {
    max-width: 40px;
}

.services-wrap__list .item-text {
    margin-bottom: 5px;
    line-height: 24px;
    color: #5A5D67;
}

.gallery {
    padding: 140px 0;
    position: relative;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.gallery .slick-dots li button {
    border-color: rgba(255, 255, 255, 0.3);
}

.gallery .slick-dots .slick-active button {
    background-color: #FF8400;
}

.gallery-wrap {
    color: #fff;
}

.gallery-wrap__title {
    color: #fff;
}

.gallery-wrap__title p {
    opacity: .7;
}

.gallery-wrap__list {
    margin: 70px auto 0;
    position: relative;
}

.gallery-wrap__list .wrapper {
    padding-right: 30px;
}

.gallery-wrap__list .wrapper .item {
    width: 100%;
    height: 400px;
    position: relative;
    opacity: 0.4;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.gallery-wrap__list .wrapper .item::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(50%, rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 50%);
    border-radius: 10px;
}

.gallery-wrap__list .wrapper .item::after {
    content: '';
    display: block;
    width: 97%;
    height: 97%;
    position: absolute;
    left: 1.25%;
    top: 1.25%;
    border: 1px dashed rgba(255, 255, 255, 0.7);
    border-radius: 8px;
}

.gallery-wrap__list .wrapper .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.gallery-wrap__list .slide-show .item {
    opacity: 1;
}

.gallery-wrap__list .slide-show .item::before {
    display: none;
}

.gallery-wrap__arrows {
    margin-top: -25px;
    position: relative;
}

.gallery-wrap__arrows .slick-arrow {
    left: 17.5%;
}

.gallery-wrap__arrows .slick-next {
    left: 74%;
}

.how-wrap {
    padding: 140px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.how-wrap__content {
    width: 100%;
    max-width: 566px;
}

.how-wrap__content--list {
    margin-top: 70px;
}

.how-wrap__content--list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.how-wrap__content--list .item:last-child {
    margin-bottom: 0;
}

.how-wrap__content--list .item-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: url("../img/main/how-item.svg") no-repeat center center;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.1);
    margin-right: 20px;
}

.how-wrap__content--list .item-icon img {
    max-height: 40px;
    width: auto;
}

.how-wrap__content--list .item-title {
    width: 80%;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #202225;
    max-width: 375px;
}

.how-wrap__image {
    margin-top: 17px;
    margin-left: -50px;
}

.how-wrap__image img:nth-child(2) {
    display: none;
}

.result-wrap {
    padding: 140px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.result-wrap__images {
    position: relative;
    max-width: 525px;
    width: 100%;
    margin-right: 30px;
}

.result-wrap__images .item {
    width: 100%;
    height: 310px;
    border-radius: 10px;
}

.result-wrap__images .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.result-wrap__images .item:nth-child(2) {
    position: absolute;
    top: 232px;
    right: 30px;
    max-width: 375px;
    height: 268px;
    border: 5px solid #FFFFFF;
}

.result-wrap__images--title {
    position: absolute;
    left: 0;
    top: 370px;
    height: 150px;
    width: 150px;
    display: block;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    word-break: break-all;
}

.result-wrap__images--title br {
    display: none;
}

.result-wrap__images--title::after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    right: -37px;
    top: -12px;
    background: url("../img/main/result-border.svg") no-repeat center center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.result-wrap__content {
    max-width: 525px;
}

.result-wrap__content--list {
    margin-top: 70px;
}

.result-wrap__content--list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.result-wrap__content--list .item:last-child {
    margin-bottom: 0;
}

.result-wrap__content--list .item-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: url("../img/main/how-item.svg") no-repeat center center;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.1);
    margin-right: 20px;
}

.result-wrap__content--list .item-icon img {
    max-height: 40px;
    width: auto;
}

.result-wrap__content--list .item-title {
    width: 80%;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #202225;
    max-width: 375px;
}

.result-wrap__content--list .item-title {
    max-width: 100%;
}

.reason-wrap {
    padding: 140px 0 100px;
}

.reason-wrap__title {
    font-size: 40px;
    line-height: 40px;
    color: #fff;
}

.reason-wrap__list {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.7916%;
}

.reason-wrap__list .item {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 9px 34px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 9px 34px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 31.75%;
    padding: 10px;
    margin: 0 0.7916% 20px;
}

.reason-wrap__list .item-content {
    border: 1px dashed #D6D6D6;
    border-radius: 6px;
    padding: 20px;
}

.reason-wrap__list .item-title {
    margin: 20px 0 15px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #202225;
    margin-bottom: 15px;
}

.reason-wrap__list .item-text {
    font-family: "Roboto", sans-serif;
    line-height: 24px;
    color: #5A5D67;
    min-height: 67px;
}

.reviews-wrap {
    padding: 140px 0;
}

.reviews-wrap__list {
    margin-top: 51px;
    position: relative;
}

.reviews-wrap__list .slick-arrow {
    background: url("../img/main/slick-arrow__black.svg") no-repeat center center;
    bottom: 0px;
    left: 0;
}

.reviews-wrap__list .slick-next {
    left: auto;
    right: 17px;
}

.reviews-wrap__list .item {
    max-width: 388px;
    background-color: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    padding: 31px 19px 24px;
    height: 100%;
}

.reviews-wrap__list .item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #D6D6D6;
}

.reviews-wrap__list .item-top__meta {
    width: 70%;
    color: #202225;
    font-size: 14px;
    line-height: 17px;
}

.reviews-wrap__list .item-top__meta--name {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 3px;
}

.reviews-wrap__list .item-top__image {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #E5E5E5;
}

.reviews-wrap__list .item-top__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.reviews-wrap__list .item-text, .reviews-wrap__list .item-full {
    line-height: 24px;
    font-family: "Roboto", sans-serif;
    color: #5A5D67;
}

.reviews-wrap__list .item-full {
    display: none;
}

.reviews-wrap__list .item-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 15px;
}

.reviews-wrap__list .item-more span {
    display: inline-block;
    cursor: pointer;
    color: #FF8400;
    font-size: 14px;
    font-weight: 500;
}

.reviews-wrap__list .item-more span svg {
    margin-left: 6px;
}

.prices {
    margin-top: 140px;
}

.prices-wrap {
    padding: 0 0 200px;
}

.prices-wrap__list {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.prices-wrap__list .item {
    width: 31.75%;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 24px 64px -10px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 24px 64px -10px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    padding: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    margin-right: 2.375%;
}

.prices-wrap__list .item:nth-child(3n+3) {
    margin-right: 0;
}

.prices-wrap__list .item::after {
    content: '';
    display: block;
    width: 185px;
    height: 167px;
    border-radius: 50%;
    background-color: #F8F8F8;
    position: absolute;
    top: -42px;
    right: 0;
}

.prices-wrap__list .item-content {
    border-radius: 6px;
    border: 1px dashed #D6D6D6;
    padding: 39px 27px 48px 30px;
    position: relative;
    z-index: 2;
}

.prices-wrap__list .item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #202225;
    margin-bottom: 24px;
}

.prices-wrap__list .item-top__value {
    font-size: 50px;
    line-height: 40px;
    font-weight: 700;
}

.prices-wrap__list .item-title {
    font-size: 50px;
    line-height: 40px;
    font-weight: 700;
    color: #FF8400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.prices-wrap__list .item-title div {
    margin-right: 5px;
}

.prices-wrap__list .item-title span {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    display: block;
}

.calc {
    margin-top: -70px;
}

.calc-wrap {
    border-radius: 10px;
    padding: 80px 75px;
}

.calc-wrap__title {
    max-width: 529px;
    font-size: 40px;
    line-height: 50px;
}

.calc-wrap__title p {
    font-size: 24px;
    line-height: 32px;
}

.calc-wrap__title .btn {
    margin-top: 40px;
}

.steps {
    padding-top: 208px;
    margin-top: -68px;
}

.steps-wrap__list {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.steps-wrap__list .item {
    width: 23.25%;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 24px 64px -10px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 24px 64px -10px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    padding: 10px;
    margin-right: 2.3%;
    margin-bottom: 30px;
    position: relative;
}

.steps-wrap__list .item::after {
    content: '';
    display: block;
    width: 12px;
    height: 15px;
    background: url("../img/main/step-icon.svg") no-repeat center center;
    position: absolute;
    top: 50%;
    right: -20px;
}

.steps-wrap__list .item:nth-child(4n+4) {
    margin-right: 0;
}

.steps-wrap__list .item:nth-child(4)::after {
    right: 50%;
    top: auto;
    bottom: -20px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.steps-wrap__list .item:nth-child(8)::after {
    display: none;
}

.steps-wrap__list .item:nth-child(5)::after, .steps-wrap__list .item:nth-child(6)::after, .steps-wrap__list .item:nth-child(7)::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.steps-wrap__list .item-content {
    border-radius: 6px;
    border: 1px dashed #D6D6D6;
    padding: 20px;
}

.steps-wrap__list .item-number {
    font-size: 50px;
    line-height: 50px;
    font-weight: 800;
    margin-bottom: 10px;
}

.steps-wrap__list .item-title {
    font-family: "Roboto", sans-serif;
    line-height: 24px;
    min-height: 68px;
}

.action {
    padding: 140px 0;
}

.action-wrap {
    -webkit-box-shadow: 0px 74px 44px -10px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 74px 44px -10px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    padding: 80px 75px;
}

.action-wrap__title {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
}

.action-wrap__title p {
    font-size: 24px;
    line-height: 24px;
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.gate-wrap {
    padding: 150px 0 80px;
    color: #fff;
    position: relative;
}

.gate-wrap__image {
    position: absolute;
    bottom: -100px;
    right: -100px;
    z-index: -1;
}

.gate-wrap__content {
    position: relative;
    z-index: 2;
}

.gate-wrap__content h1 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 10px;
}

.gate-wrap__content h2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 60px;
}

.gate-wrap__content--list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.gate-wrap__content--list .item:last-child {
    margin-bottom: 0;
}

.gate-wrap__content--list .item-icon {
    max-width: 40px;
    margin-right: 20px;
}

.gate-wrap__content--list .item-icon img {
    max-height: 40px;
}

.gate-wrap__content--list .item-title {
    max-width: 80%;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 24px;
}

.gate-wrap__content--title {
    margin-top: 69px;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
}

.gate-wrap__content--title p {
    font-size: 16px;
    line-height: 20px;
}

.get-wrap {
    padding: 140px 0 120px;
}

.get-wrap__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
}

.get-wrap__list .item {
    margin-bottom: 20px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 9px 34px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 9px 34px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px;
    width: 31.75%;
    margin-right: 2.375%;
}

.get-wrap__list .item:nth-child(3n+3) {
    margin-right: 0;
}

.get-wrap__list .item-content {
    border: 1px dashed #D6D6D6;
    border-radius: 6px;
    position: relative;
    padding: 20px;
    min-height: 245px;
}

.get-wrap__list .item-content::after {
    content: '';
    display: block;
    width: 3px;
    height: 50px;
    border-radius: 2px;
    background-color: #FF8400;
    position: absolute;
    right: 0;
    top: 20px;
}

.get-wrap__list .item-title {
    margin: 20px 0 10px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}

.get-wrap__list .item-text {
    font-family: "Roboto", sans-serif;
    line-height: 24px;
    color: #5A5D67;
}

.work-wrap {
    padding-top: 140px;
}

.work-wrap__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 76px;
}

.work-wrap__list--content {
    width: 100%;
    max-width: 600px;
}

.work-wrap__list--content .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 46px;
}

.work-wrap__list--content .item:last-child {
    margin-bottom: 0;
}

.work-wrap__list--content .item-icon {
    width: 90px;
    height: 90px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.1);
    margin-right: 20px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.work-wrap__list--content .item-icon::after {
    content: '';
    display: block;
    width: 76px;
    height: 76px;
    background: url("../img/main/how-item.svg") no-repeat center center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.work-wrap__list--content .item-icon img {
    height: auto;
    max-width: 40px;
}

.work-wrap__list--content .item-content {
    max-width: calc(100% - 110px);
}

.work-wrap__list--content .item-content__title {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.work-wrap__list--content .item-content__text {
    font-family: "Roboto", sans-serif;
    line-height: 26px;
    color: #5A5D67;
}

.work-wrap__list--image {
    max-width: 555px;
}

.reason-second .reason-wrap__title {
    color: #202225;
}

.model-wrap {
    padding: 140px 0 0;
}

.model-wrap__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.model-wrap__list--content {
    max-width: 495px;
}

.model-wrap__list--content .title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 700;
}

.model-wrap__list--content .text {
    font-family: "Roboto", sans-serif;
}

.model-wrap__list--content ul {
    margin: 30px 0 40px;
    list-style-type: none;
}

.model-wrap__list--content ul li {
    font-family: "Roboto", sans-serif;
    line-height: 34px;
    position: relative;
    padding-left: 29px;
}

.model-wrap__list--content ul li::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: url("../img/main/li.svg") no-repeat center center;
    position: absolute;
    left: 0;
    top: 9px;
}

.model-wrap__list--image {
    max-width: 777px;
}

.model-wrap__list:nth-child(odd) .model-wrap__list--image {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.steps-second {
    margin-top: 0;
    padding-top: 140px;
}

.fence-wrap {
    padding: 176px 0 53px;
    color: #fff;
}

.fence-wrap h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
}

.colors-wrap {
    padding: 140px 0 0;
}

.colors-wrap__list {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.colors-wrap__list .item {
    width: 120px;
    height: 120px;
    margin: 0 40px 80px 0;
}

.colors-wrap__list .item-color {
    width: 120px;
    height: 120px;
    border: solid 1px #fff;
    border-radius: 50%;
}

.colors-wrap__list .item-title {
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
    line-height: 20px;
}

.colors-wrap__list .item-title span {
    display: block;
    font-size: 18px;
}

.get-second .get-wrap__list .item:nth-child(6) .item-text {
    margin-bottom: -20px;
}


.catalog-heading h1 {
    margin-top: 15px;
    font-size: 50px;
    line-height: 60px;
    font-family: "Montserrat", sans-serif, serif;
    color: #202225;
}

.catalog-top-categories__wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 30px;
    padding: 30px 0;
    align-items: stretch;
}

.catalog-top-categories__item {
    padding: 10px;
    box-shadow: 0 9px 34px rgba(0, 0, 0, 10%);
    flex-basis: 33.3%;
    border-radius: 10px;
    max-width: 33.3%;
    height: 150px;
    max-height: 200px;
    color: #202225;
    transition: all 0.2s ease;
}

.benefits .catalog-top-categories__item
{
    max-height: unset;
    height: auto;
    min-height: 230px;
}

.benefits .catalog-top-categories__item p
{
    font-size: 16px;
    line-height: 24px;
    color: #5A5D67;
}

.catalog-top-categories__item-icon-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    z-index: 20;
    margin-bottom: 20px;
}

.catalog-top-categories__item-icon-wrapper:after {
    content: "";
    height: 100%;
    position: absolute;
    right: -22px;
    top: 0;
    width: 3px;
    background: #FF8400;
}

.catalog-top-categories__item-icon-wrapper img {
    max-width: 50px;
    max-height: 50px;
}

.catalog-top-categories__item:not(.benefits .catalog-top-categories__item):hover {
    filter: brightness(80%);
}

.catalog-top-categories__item-inner {
    padding: 13px;
    position: relative;
    height: 100%;
    border-radius: 6px;
    border: 1px dashed #D9D9D9;
    stroke-dashoffset: 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.benefits .catalog-top-categories__item-inner {
    padding: 20px;
    justify-content: flex-start;
}

.catalog-top-categories__item-title {
    position: relative;
    z-index: 10;
    font-family: "Montserrat", sans-serif, serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    max-width: 60%;
}

.benefits .catalog-top-categories__item-title {
    margin-bottom: 10px;
    max-width: 100%;
}

.catalog-top-categories__item-image
{
    position: absolute;
    max-height: 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.catalog-top-categories__item-link
{
    color: #FF8400;
    font-size: 14px;
    line-height: 14px;
    font-family: "Montserrat", sans-serif, serif;
    font-weight: 500;
    display: flex;
    gap: 6px;
    align-items: center;
}

.catalog-top-categories__item-bg-segment
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.catalog-content
{
    margin: 20px 0;
    display: flex;
}

.product-template-default .catalog-content
{
    display: block;
}

.catalog-content .container
{
    display: flex;
    width: 100%;
    gap: 30px;
}

.catalog-content .sidebar{
    flex-basis: 285px;
    flex-grow: 0;
    flex-shrink: 0;
}

.catalog-content .sidebar .wp-block-woocommerce-filter-wrapper{
    width: 100%;
}

.catalog-content .sidebar .wc-block-components-price-slider__range-input-progress
{
    --track-background: #FF7B00;
}

.catalog-content .sidebar .wc-block-price-filter__controls.wc-block-components-price-slider__controls input
{
    font-family: "Montserrat", sans-serif, serif;
    font-size: 14px;
    color: #5A5D67;
    font-weight: 400;
    border: 1px solid #E5E5E5;
    border-radius: 4px !important;
    padding: 10px;
}

.catalog-content .sidebar .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]
{
    min-height: auto;
    min-width: auto;
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
}

.catalog-content .sidebar .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked
{
    background: #FF7B00;
}

.catalog-content .sidebar .wc-block-components-checkbox .wc-block-components-checkbox__mark
{
    fill: #fff;
}

.catalog-content .sidebar #secondary{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.wc-block-product-categories
{
    margin-bottom: 0;
}

.catalog-content .sidebar .wp-block-group.is-vertical, .catalog-content .sidebar .wc-block-product-categories{
    background: #F8F8F8;
    border-radius: 10px;
    padding: 20px 0;
}

.catalog-content .sidebar .wp-block-group.is-vertical
{
    padding: 20px;
}

.catalog-content .sidebar .wc-block-product-categories ul{
    list-style: none;
}

.catalog-content .sidebar .wc-block-product-categories ul li{
    display: flex;
    justify-content: flex-start;
    position: relative;
    transition: background-color 0.2s ease;
    flex-direction: column;
}

.catalog-content .sidebar .wc-block-product-categories ul li>ul li a{
    padding-left: 30px;
}

.catalog-content .sidebar .wc-block-product-categories ul li>ul li a:before{
    content: "-  ";
}

.catalog-content .sidebar .wc-block-product-categories ul li a:hover {
    background-color: rgba(255, 132, 0, 0.2);
    border-left: 3px solid #FF8400;
    color: #fff;
    font-weight: bold;
}

.catalog-content .sidebar .wc-block-product-categories ul li a:hover+.wc-block-product-categories-list-item-count
{
    color: #fff;
}

.catalog-content .sidebar .wc-block-product-categories ul li.active>a{
    background-color: rgba(255, 132, 0, 0.2);
    border-left: 3px solid #FF8400;
    color: #fff;
    font-weight: bold;
}

.catalog-content .sidebar .wc-block-product-categories ul li.active>a,
.catalog-content .sidebar .wc-block-product-categories ul li.active>a+.wc-block-product-categories-list-item-count{
    color: #fff;
}

.catalog-content .sidebar .wc-block-product-categories ul li a{
    font-size: 14px;
    line-height: 22px;
    font-family: "Roboto", sans-serif, serif;
    color: #202225;
    padding: 10px 43px 10px 20px;
    width: 100%;
    transition: all 0.2s ease;
}

.catalog-content .sidebar .wc-block-product-categories ul li .wc-block-product-categories-list-item-count
{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 20px;
    top: 20px;
    transform: translateY(-50%);
    font-weight: bold;
}

#breadcrumbs
{
    padding: 30px 0;
}

#breadcrumbs span,
#breadcrumbs a
{
    font-size: 14px;
    color: #202225;
}

#breadcrumbs > span > span:first-child
{
    padding-left: 15px;
    position: relative;
}
#breadcrumbs > span > span:first-child a
{
	font-size:0;
	color: transparent;
}

#breadcrumbs > span > span:first-child:before
{
    content: url("/wp-content/themes/volnuywp/assets/img/main/breadcrumb-home.svg");
    position: absolute;
    left: 0;
    bottom: -1px;
}

#breadcrumbs a
{
    opacity: 50%;
}

.woocommerce nav.woocommerce-pagination ul
{
    display: flex;
    gap: 10px;
    justify-content: center;
    width: 100%;
    position: relative;
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li
{
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers
{
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #E5E5E5;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Montserrat", sans-serif, serif;
    transition: all 0.1s ease;
    color: #202225;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers:hover
{
    background: #FF8400;
    color: white;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers.current
{
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #E5E5E5;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Montserrat", sans-serif, serif;
    background: #FF8400;
    color: white;
}

.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers
{
    position: absolute;
    top: 0;
    right: 0;
}

.woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers
{
    position: absolute;
    top: 0;
    left: 0;
}

.single_variation_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px 15px 30px;
    margin: 0;
    background: #F8F8F8;
    border-radius: 10px;
}

.woocommerce div.product form.cart .single_variation_wrap div.quantity {
    display: none !important;
}

.woocommerce div.product form.cart .button
{
    background: #FF8400;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 20px 30px;
    border-radius: 4px;
    text-transform: uppercase;
    line-height: 1;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price
{
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    font-size: 20px;
    line-height: 1;
    color: #202225;
    text-decoration: none;
    border: none;
    gap: 10px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price ins,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price bdi:not(del bdi)
{
    font-size: 30px;
    line-height: 26px;
    font-family: "Montserrat", sans-serif, serif;
    text-decoration: none;
    color: #202225;
    font-weight: bold;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price del
{
    line-height: 1;
    color: #5A5D67;
    font-size: 16px;
}

.woocommerce span.onsale
{
    border-radius: 6px;
    background: #FF8400;
    padding: 0 15px;
    display: none; /* TODO: настроить отображение Onsale */
}

.woocommerce ul.products li.product .woocommerce-loop-product__title
{
    font-family: "Montserrat", sans-serif, serif;
    text-decoration: none;
    color: #202225;
    font-size: 16px;
    line-height: 20px;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product
{
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    padding: 20px;
    display: block;
}

.add-to-cart__wrap
{
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: space-between;
}

.add-to-cart__wrap .price
{
    margin-bottom: 0 !important;
}

.woocommerce ul.products li.product .button
{
    margin-top: 0;
    background: #FF8400;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
    padding: 18px 20px;
    border-radius: 4px;
    text-transform: uppercase;
    color: #fff;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price
{
    font-size: 20px;
    line-height: 1;
    color: #202225;
    text-decoration: none;
    border: none;
}

.woocommerce ul.products li.product .price ins
{
    text-decoration: none;
    font-size: 24px;
    line-height: 1;
    color: #202225;
    border: none;
}

.woocommerce ul.products li.product .price del
{
    font-size: 16px;
    line-height: 1;
    color: #5A5D67;
}

.woocommerce table.shop_attributes
{
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    border-top: none;
}

.woocommerce table.shop_attributes th
{
    color: #5A5D67;
    font-family: "Roboto", sans-serif, serif;
    font-weight: 400;
    border-bottom: none;
    padding: 0;
}

.woocommerce table.shop_attributes td
{
    color: #202225;
    font-family: "Roboto", sans-serif, serif;
    border-bottom: none;
}

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th
{
    background: none;
}


/* SINGLE PRODUCT */

.single-product__custom-tabs
{
    display: flex;
    list-style: none;
    margin: 40px 0 30px;
}

.single-product__custom-tabs li
{

}

.single-product__custom-tabs li a
{
    padding: 12px 20px;
    background: transparent;
    color: #202225;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    font-family: "Montserrat", sans-serif, serif;
    font-weight: bold;
    border-radius: 5px;
    transition: all 0.2s ease;
}

.single-product__custom-tabs li.active a, .single-product__custom-tabs li a:hover
{
    background: #FF8400;
    color: #fff;
}

.product .shop_attributes th{
    text-align: left;
}

@media (max-width: 1500px) {
    .gallery-wrap__list .wrapper .item {
        height: 350px;
    }
}

@media (max-width: 1350px) {
    .gallery-wrap__list .wrapper .item {
        height: 300px;
    }
}

.single-product .catalog-content .container
{
    display: block;
}

#commercegurus-pdp-gallery .swiper-button-next, #commercegurus-pdp-gallery .swiper-button-prev
{
    display: none;
}

.swiper-pagination-bullet
{
    background: rgba(255, 132, 0, 0.35);
}

.swiper-pagination-bullet-active
{
    background: #FF7B00;
}

.cg-thumbs-6.cg-thumb-swiper .swiper-slide
{
    width: 16.66666% !important;
}

.product-content__wrap
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.cg-main-swiper
{
    border: 1px solid #E5E5E5;
    border-radius: 10px;
}

.cg-thumb-swiper .swiper-slide img
{
    border: 1px solid #E5E5E5;
    border-radius: 6px;
}

.cfvsw-label-option
{
    padding: 12px 20px;
    background: rgba(255, 132, 0, 0.1);
    color: #202225;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    font-family: "Montserrat", sans-serif, serif;
    font-weight: 400;
    border-radius: 5px;
    transition: all 0.1s ease;
    border: none;
}

.cfvsw-swatches-option:not( .cfvsw-swatches-disabled, .cfvsw-swatches-out-of-stock ):hover
{
    border: none;
}

.cfvsw-label-option.cfvsw-selected-swatch
{
    background: #FF8400;
    color: #fff;
    border: none !important;
    font-weight: 800;
}

.woocommerce div.product form.cart .variations tbody
{
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.woocommerce div.product form.cart .variations label
{
    font-weight: 800;
    font-size: 12px;
    font-family: "Montserrat", sans-serif, serif;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.product-guarantee_wrap
{
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 30px;
}

.product-guarantee_wrap h5
{
    font-size: 12px;
    line-height: 14px;
    color: #202225;
    text-transform: uppercase;
    font-weight: bold;
}

.product-guarantee_wrap p
{
    font-size: 14px;
    line-height: 20px;
    padding-left: 32px;
    position: relative;
}

.product-guarantee_wrap p:before
{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.product-guarantee_wrap p.guarantee:before
{
    content: url('../img/main/guarantee.svg');
    max-width: 20px;
}

.product-guarantee_wrap p.refund-guarantee:before
{
    content: url('../img/main/refund.svg');
    max-width: 24px;
}

.product-equipment {
    margin-bottom: 30px;
    margin-top: 30px;
}

.product-section-title{
    font-family: "Montserrat", sans-serif, serif;
    font-size: 24px;
    line-height: 26px;
    color: #202225;
    margin-bottom: 20px;
}

.product-equipment h2{
    font-family: "Montserrat", sans-serif, serif;
    font-size: 24px;
    line-height: 26px;
    color: #202225;
    margin-bottom: 20px;
}

.product-equipment ul{
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0;
    padding: 0;
}

.product-equipment ul li{
    font-family: "Roboto", sans-serif, serif;
    list-style-position: inside;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #5A5D67;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-left: 20px;
}

.product-equipment ul li span{
    text-align: right;
}

.product-equipment ul li:before{
    content: url("../img/main/equipment-list-marker.svg");
    position: absolute;
    left: 0;
    top: 2px;
    display: block;
}

.product-description {
    margin: 60px 0;
}

.product-description p:not(:last-of-type){
    margin-bottom: 26px;
}

.product-desc_main-wrap
{
    display: flex;
    gap: 30px;
}

.product-desc__wrap
{
    width: calc(70% - 15px);
}

.product-desc-sidebar
{
    width: calc(30% - 15px);
    padding-top: 30px;
}

.product-desc-sidebar .woocommerce {
    position: sticky;
    top: 20px;
}

.product-desc-sidebar .products li.product {
    width: 100% !important;
    margin: 0 !important;
}

#related{
    padding: 140px 0;
    background: #F8F8F8;
}

#related .products {
    position: relative;
    padding-top: 40px;
}

#related .products li.product{
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}

#related .slick-dots { max-width: 100%; }
#related .slick-arrow { filter: invert(); bottom: 21px; }
#related .slick-arrow.slick-next { right: 0; }
#related .slick-arrow.slick-prev { left: 0; }

.woocommerce-checkout .default{
    padding: 140px 0 0;
}

.checkout-title
{
    margin-bottom: 40px;
}

#order_review, .woocommerce-billing-fields, .checkout-sidebar, #checkout_payments, .woocommerce-additional-fields, .woocommerce ul#shipping_method
{
    background: #F8F8F8;
    border-radius: 10px;
    padding: 40px;
    height: max-content;
}

#order_review_heading
{
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 30px;
}

.checkout-form-inner
{
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.checkout-form-inner>div:first-of-type
{
    width: 70%;
}

.checkout-form-inner>div:last-of-type
{
    width: 30%;
}

.checkout-sidebar{
    padding: 40px 20px;
}

form[name="checkout"] #customer_details{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

form[name="checkout"] #customer_details>div{
    width: 100%;
}

form[name="checkout"] #customer_details>div.col-2{
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
}

/*form[name="checkout"] #customer_details>div.col-2 .woocommerce-shipping-fields{ order: 3; }*/
/*form[name="checkout"] #customer_details>div.col-2 .woocommerce-additional-fields{ order: 1; }*/
/*form[name="checkout"] #customer_details>div.col-2 #checkout_payments{ order: 2; }*/



.wc_payment_methods
{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.wc_payment_method
{
    position: relative;
    list-style: none;
    padding-left: 31px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.wc_payment_method .payment_box
{
    display: block !important;
}

.wc_payment_method label
{
    font-family: "Roboto", sans-serif, serif;
    font-size: 16px;
    line-height: 1;
    color: #202225;
    margin: 0;
    cursor: pointer;
}

.wc_payment_method p
{
    font-family: "Roboto", sans-serif, serif;
    font-size: 14px;
    line-height: 16px;
    color: #5A5D67;
}

.wc_payment_method input[type="radio"]
{
    position: absolute;
    left: 0;
    top: 0;
}

.wc_payment_method img
{
    display: none;
}

.checkout input[type="radio"]
{
    display: inline-block !important;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 20px;
    height: 20px;
    border: 1px solid #E5E5E5;
    border-radius: 50%;
    padding: 0;
    transform: translateY(-0.075em);
    cursor: pointer;
}

.checkout input[type="radio"]:checked
{
    background-color: #FF8400;
    border-width: 3px;
}

.order-total-info
{
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    gap: 20px;
}

.order-total-info>div
{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.order-total-info>div p
{
    margin: 0;
    color: #5A5D67;
    font-size: 12px;
    line-height: 16px;
    font-family: "Montserrat", sans-serif, serif;
    padding-left: 16px;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button
{
    display: block;
    width: 100%;
    padding: 20px;
    background-color: #FF8400 !important;
    color: white;
    font-size: 14px;
    line-height: 16px;
    font-family: "Montserrat", sans-serif, serif;
    margin-top: 25px;
}

.woocommerce table.shop_table .product-image
{
    width: 100px;
}

.woocommerce table.shop_table .product-image img
{
    width: 70px;
    height: 70px;
    object-fit: cover;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
}

.woocommerce-page .default
{
    background: #202225;
}

.woocommerce ul#shipping_method
{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.woocommerce ul#shipping_method .select2-container
{
    padding: 0;
}

.woocommerce ul#shipping_method .select2-container--default .select2-selection--single
{
    height: 50px;
    padding: 0;
}

.woocommerce ul#shipping_method .select2 .select2-selection__rendered
{
    padding: 16px 20px;
    line-height: 1;
}

.select2-container--default .select2-selection--single .select2-selection__arrow
{
    height: 26px;
    position: absolute;
    right: 11px;
    top: 13px;
    width: 20px
}

.checkout-sidebar-table .summary
{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.checkout-sidebar-table .summary p
{
    display: flex;
    justify-content: space-between;
}

.checkout-sidebar-table .summary p span
{
    max-width: 50%;
    text-align: right;
}

.checkout-sidebar-table .total
{
    padding: 20px 0;
    margin-top: 20px;
    border-top: 1px solid #E5E5E5;
}

.checkout-sidebar-table .order-total
{
    display: flex;
    justify-content: space-between;
}

.wcus-checkout-fields h3
{
    border-left: solid 3px #FF8400;
    display: block;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    margin: 0 0 30px;
    padding-left: 15px;
}

form.checkout #order_review .woocommerce-Price-amount
{
    font-family: "Montserrat", sans-serif, serif;
    font-size: 22px;
    line-height: 20px;
    font-weight: bold;
}

.woocommerce:not(.woocommerce-order-received .woocommerce) table.shop_table
{
    border: none;
}

.woocommerce:not(.woocommerce-order-received .woocommerce) table.shop_table .product-name
{
    font-family: "Montserrat", sans-serif, serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

.page-template-page-fix-php .default
{
    padding: 75px 0;
}

.page-template-page-fix-php .catalog-content h1,
.page-template-page-fix-php .catalog-content h2,
.page-template-page-fix-php .catalog-content h3,
.page-template-page-fix-php .catalog-content h4,
.page-template-page-fix-php .catalog-content h5,
.page-template-page-fix-php .catalog-content h6,
.page-template-page-fix-php .catalog-content p,
.page-template-page-fix-php .catalog-content ul
{
    margin-bottom: 20px;
}

.page-template-page-fix-php:not(.woocommerce-checkout) .catalog-content ul
{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.woocommerce ul.order_details li
{
    flex-basis: 20%;
    margin: 0;
    width: 20%;
    border: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 10px;
    justify-content: flex-start;
    word-break: break-all;
}

.woocommerce ul.order_details.wc-bacs-bank-details li
{
    width: max-content;
    flex-basis: max-content;
    max-width: 100%;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details
{
    padding: 20px 0;
    display: flex;
    gap: 15px;
}

.woocommerce-bacs-bank-details, .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details, .woocommerce-order-details
{
    margin-bottom: 40px;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received
{
    font-size: 24px;
    text-align: center;
    font-weight: 600;
}

.woocommerce-order-received .checkout-title
{
    display: none !important;
    /*margin-bottom: 60px !important;*/
}

.wc-bacs-bank-details-heading
{
    display: none;
}

@media (max-width: 1220px) {
    .reviews-wrap__list {
        margin-left: -15px;
        margin-right: -15px;
    }

    .reviews-wrap__list .slick-prev {
        left: 15px;
    }

    .reviews-wrap__list .item {
        margin: 0 15px;
        max-width: 100%;
    }
}

@media (max-width: 1100px) {
    .gallery-wrap__list {
        padding: 0 15px;
    }

    .gallery-wrap__list .wrapper .item {
        opacity: 1;
    }

    .gallery-wrap__list .wrapper .item::before {
        display: none;
    }

    .gallery-wrap__arrows .slick-prev {
        left: 15px;
    }

    .gallery-wrap__arrows .slick-next {
        left: auto;
        right: 45px;
    }

    .how-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .how-wrap__content {
        max-width: 100%;
    }

    .how-wrap__image {
        margin-left: 0;
        margin-top: 40px;
    }

    .calc-wrap {
        position: relative;
    }

    .calc-wrap::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: -webkit-gradient(linear, left top, right top, color-stop(33.91%, #F3F3F5), to(rgba(243, 243, 245, 0.4)));
        background: linear-gradient(90deg, #F3F3F5 33.91%, rgba(243, 243, 245, 0.4) 100%);
    }

    .calc-wrap__title {
        position: relative;
        z-index: 2;
    }

    .footer-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-wrap__title {
        display: none;
    }

    .footer-wrap__meta {
        max-width: 100%;
        width: 35%;
    }

    .footer-wrap__menu {
        max-width: 100%;
        width: 60%;
    }

    .footer-wrap__contacts {
        margin-top: 30px;
        max-width: 100%;
    }

    .footer-wrap__contacts--list-links {
        width: 35%;
    }

    .footer-wrap__contacts--list-adress {
        width: 60%;
    }

    .work-wrap__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .work-wrap__list--content {
        margin-bottom: 30px;
    }
}

@media (max-width: 1024px) {
    .header-wrap__menu ul li {
        margin-left: 30px;
    }

    .header-wrap__menu ul li a {
        font-size: 16px;
    }

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

    .main-bottom__scroll {
        display: none;
    }

    .main-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .main-wrap__content {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .main-wrap__list {
        max-width: 100%;
    }

    .main-wrap__list .item {
        margin-bottom: 15px;
    }

    .main-wrap__list .item::after {
        display: none;
    }

    .main-wrap__list .item:last-child::before {
        display: none;
    }

    .prices-wrap__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: -1%;
    }

    .prices-wrap__list .item {
        width: 48%;
        max-width: 100%;
    }

    .prices-wrap__list .item:nth-child(1n+1) {
        margin: 0 1% 20px;
    }

    .get-wrap__list {
        margin-left: -1%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .get-wrap__list .item {
        width: 48%;
    }

    .get-wrap__list .item:nth-child(1n+1) {
        margin: 0 1% 20px;
    }

    .model-wrap__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .model-wrap__list--content {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
        margin-top: -100px;
        max-width: 100%;
    }

    .colors-wrap__list {
        margin-left: -20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .colors-wrap__list .item {
        margin: 0 20px 40px;
    }

    .steps-wrap__list .item {
        width: 100%;
    }

    .steps-wrap__list .item-title {
        min-height: auto;
    }

    .steps-wrap__list .item:nth-child(8)::after {
        display: block !important;
    }

    .steps-wrap__list .item:nth-child(1n+1) {
        margin: 0 0 20px;
    }

    .steps-wrap__list .item:nth-child(1n+1)::after {
        right: 50%;
        left: auto;
        top: auto;
        bottom: -15px;
        width: 9px;
        height: 12px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .steps-wrap__list .item:nth-child(5) {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .steps-wrap__list .item:nth-child(5)::after {
        display: none !important;
    }

    .steps-wrap__list .item:nth-child(6) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .steps-wrap__list .item:nth-child(7) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
}

@media (max-width: 868px) {
    .ttl {
        font-size: 35px;
        line-height: 40px;
    }

    .ttl p {
        font-size: 20px;
        line-height: 20px;
    }

    .header-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        border-radius: 0px 0px 10px 10px;
        background-color: #fff;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 100px 15px 20px;
        overflow-y: auto;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        z-index: 100;
    }

    .header-top__active {
        opacity: 1;
        visibility: visible;
    }

    .header-top ul {
        display: block;
        -webkit-box-ordinal-group: -2;
        -ms-flex-order: -3;
        order: -3;
        list-style-type: none;
        border-bottom: 1px solid rgba(32, 34, 37, 0.1);
        margin-bottom: 30px;
        width: 100%;
    }

    .header-top ul li {
        margin-bottom: 30px;
    }

    .header-top ul li a {
        color: #202225;
        font-size: 14px;
    }

    .header-top__meta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
    }

    .header-top__meta .item {
        color: #202225;
        margin-bottom: 18px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .header-top__meta .item-phone {
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2;
        font-size: 16px;
        font-weight: 600;
    }

    .header-top__meta .item-email {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .header-top__meta .item p {
        display: none;
    }

    .header-top__meta .item strong {
        display: block;
        font-weight: 400;
        max-width: 80%;
    }

    .header-top__socials {
        border-top: 1px solid rgba(32, 34, 37, 0.1);
        margin-top: 20px;
        padding-top: 20px;
        width: 100%;
    }

    .header-top__socials--title {
        display: block;
        font-size: 14px;
        color: #202225;
        margin-right: 36px;
        font-family: "Roboto", sans-serif;
    }

    .header-top__socials a {
        background-color: #F4F4F4;
        margin-left: 20px;
    }

    .header-wrap {
        z-index: 101;
        position: relative;
        border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
        padding-bottom: 15px;
    }

    .header-wrap__active {
        border-color: #E5E5E5;
    }

    .header-wrap__menu {
        display: none;
    }

    .header-wrap__icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 40px;
        height: 40px;
        background-color: #FF8400;
        border-radius: 4px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 11px;
        position: relative;
    }

    .header-wrap__icon span {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        display: block;
        width: 100%;
        height: 1px;
        border-bottom: solid 2px #fff;
    }

    .header-wrap__icon--active {
        display: block;
        padding-top: 18px;
        padding-left: 9px;
    }

    .header-wrap__icon--active span {
        width: 23px;
    }

    .header-wrap__icon--active span:nth-child(1) {
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
    }

    .header-wrap__icon--active span:nth-child(2) {
        display: none;
    }

    .header-wrap__icon--active span:nth-child(3) {
        position: absolute;
        -webkit-transform: rotate(-40deg);
        transform: rotate(-40deg);
        margin-top: -1px;
    }

    .header-wrap__meta--languages {
        color: #202225;
    }

    .header-wrap__meta--languages a {
        color: #202225;
    }

    .header-wrap__meta--logo-active img {
        display: none;
    }

    .header-wrap__meta--logo-active img:nth-child(2) {
        display: block;
        z-index: 2;
    }

    .main {
        padding: 130px 0 50px;
    }

    .main-wrap__content h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 10px;
    }

    .main-wrap__content h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .services-wrap {
        padding: 75px 0;
    }

    .services-wrap__list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .services-wrap__list .item {
        width: 49%;
        max-width: 100%;
    }

    .services-wrap__list .item:nth-child(1n+1) {
        margin: 0 0 10px;
    }

    .gallery-wrap__list .wrapper .item {
        height: 250px;
    }

    .result-wrap {
        padding-top: 75px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 250px;
    }

    .result-wrap__content {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 30px;
    }

    .reason-wrap {
        padding: 75px 0;
    }

    .reason-wrap__list {
        margin-left: -1%;
    }

    .reason-wrap__list .item {
        width: 48%;
    }

    .reason-wrap__list .item:nth-child(1n+1) {
        margin: 0 1% 10px;
    }

    .steps-wrap__list .item-number {
        font-size: 30px;
        line-height: 30px;
    }

    .steps-wrap__list .item-title {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-wrap__meta {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer-wrap__meta--socials {
        margin-top: 0;
        margin-left: 28px;
    }

    .footer-wrap__menu {
        margin: 35px 0;
        border-top: solid 1px rgba(255, 255, 255, 0.1);
        border-bottom: solid 1px rgba(255, 255, 255, 0.1);
        width: 100%;
    }

    .footer-wrap__menu ul {
        padding: 20px 0;
    }

    .footer-wrap__menu ul li {
        width: 100%;
    }

    .footer-wrap__contacts {
        margin-top: 0;
    }

    .footer-wrap__contacts--list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-wrap__contacts--list-links, .footer-wrap__contacts--list-adress {
        width: 100%;
    }

    .footer-wrap__contacts--list-adress {
        margin-top: 18px;
    }

    .gate-wrap__image {
        position: static;
        max-width: 500px;
        margin-bottom: -50px;
        margin-top: 20px;
    }

    .gate-wrap__content h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .gate-wrap__content h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .gate-wrap__content--list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
		gap: 10px;
    }

    .gate-wrap__content--list .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .gate-wrap__content--list .item-icon {
        margin: 0 0 6px;
    }

    .gate-wrap__content--list .item:nth-child(1n+1) {
        margin-bottom: 0;
        margin-right: 0;
    }

    .catalog-heading h1
    {
        font-size: 24px;
        line-height: 30px;
    }

    .catalog-top-categories__wrap
    {
        flex-direction: column;
        padding-top: 20px;
    }

    .catalog-top-categories__item
    {
        max-width: 100%;
        min-height: 140px;
        display: flex;
        flex-direction: column;
    }

    .catalog-top-categories__item-inner
    {
        height: 100%;
        flex-grow: 1;
    }

    .catalog-content .container
    {
        flex-direction: column;
    }

    .woocommerce ul.products
    {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product
    {
        width: 100%;
    }

    .woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price
    {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .add-to-cart__wrap .woocommerce-LoopProduct-link.woocommerce-loop-product__link
    {
        display: none;
    }

    .checkout-form-inner
    {
        flex-direction: column;
        gap: 10px;
    }

    .checkout-form-inner>div:first-of-type, .checkout-form-inner>div:last-of-type
    {
        width: 100%;
    }

    #order_review, .woocommerce-billing-fields, .checkout-sidebar, #checkout_payments, .woocommerce-additional-fields, .woocommerce ul#shipping_method
    {
        padding: 30px 15px;
    }

    form.checkout .woocommerce-billing-fields__field-wrapper{
        display: flex;
        flex-direction: column;
    }

    form.checkout .woocommerce-billing-fields__field-wrapper .form-row-first,
    form.checkout .woocommerce-billing-fields__field-wrapper .form-row-last
    {
        width: 100%;
    }

    form.checkout .woocommerce-billing-fields__field-wrapper .form-row
    {
        margin-bottom: 10px;
    }

    form[name="checkout"] #customer_details
    {
        gap: 10px;
    }

    form[name="checkout"] #customer_details>div.col-2
    {
        gap: 10px;
    }

    .woocommerce-page .default
    {
        padding: 80px 0 0;
    }

    .single-product__custom-tabs
    {
        max-width: 100%;
        overflow: scroll;
    }

    .single-product__custom-tabs li a{
        display: block;
        width: max-content;
    }

    .product-content__wrap
    {
        flex-direction: column;
    }

    .product-desc_main-wrap
    {
        flex-direction: column;
    }

    .product-desc__wrap
    {
        width: 100%;
    }

    .product-desc-sidebar
    {
        display: none;
    }

}

@media (max-width: 740px) {
    .prices {
        margin-top: 75px;
    }

    .prices-wrap__list {
        margin-left: 0;
    }

    .prices-wrap__list .item {
        width: 100%;
    }

    .prices-wrap__list .item:nth-child(1n+1) {
        margin: 0 0 10px;
    }

    .steps {
        padding-top: 150px;
    }

    .steps-wrap__list .item {
        width: 100%;
    }

    .steps-wrap__list .item:nth-child(1n+1) {
        margin: 0 0 20px;
    }

    .steps-wrap__list .item:nth-child(1n+1)::after {
        right: 50%;
        left: auto;
        top: auto;
        bottom: -15px;
        width: 9px;
        height: 12px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@media (max-width: 667px) {
    .services-wrap__list .item {
        width: 100%;
    }

    .gallery-wrap__list .wrapper .item {
        height: 193px;
    }

    .reason-wrap__list {
        margin-left: 0;
    }

    .reason-wrap__list .item {
        width: 100%;
    }

    .reason-wrap__list .item:nth-child(1n+1) {
        margin: 0 0 10px;
    }

    .calc .container {
        padding: 0;
    }

    .calc-wrap {
        padding: 50px 15px;
    }

    .calc-wrap__title p {
        font-size: 18px;
        line-height: 20px;
    }

    .action .container {
        padding: 0;
    }

    .action-wrap {
        padding: 50px 15px;
    }

    .action-wrap__title {
        padding-left: 15px;
    }

    .action-wrap__title p {
        font-size: 18px;
    }

    .get-wrap {
        padding: 75px 0;
    }

    .get-wrap__list {
        margin-left: 0;
        margin-top: 30px;
    }

    .get-wrap__list .item {
        width: 100%;
    }

    .get-wrap__list .item:nth-child(1n+1) {
        margin: 0 0 10px;
    }
}

@media (max-width: 530px) {
    .ttl {
        font-size: 24px;
        line-height: 30px;
        padding-left: 15px;
    }

    .ttl p {
        font-size: 14px;
        line-height: 18px;
    }

    .ttl .btn {
        margin-top: 30px;
    }

    .btn {
		font-size: 12px;
		padding: 19px 5px;
		width: 100%;
	}

    .main-wrap__content h1 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 15px;
    }

    .main-wrap__content h2 {
        font-size: 20px;
        line-height: 20px;
    }

    .main-wrap__list .item-icon {
        width: 70px;
        height: 70px;
        background-size: 90%;
    }

    .main-wrap__list .item-icon img {
        max-height: 30px;
    }

    .main-wrap__list .item-title {
        width: 70%;
        font-size: 16px;
        line-height: 20px;
    }

    .main-bottom__content {
        margin-right: 0;
        max-width: 330px;
        padding-left: 20px;
    }

    .main-bottom__content--title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .main-bottom__content--text {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 20px;
    }

    .services {
        background: none !important;
    }

    .services-wrap {
        padding: 50px 0;
    }

    .services-wrap__list {
        margin-top: 20px;
    }

    .services-wrap__list .item-top__title {
        font-size: 16px;
        line-height: 22px;
    }

    .services-wrap__list .item-text {
        font-size: 14px;
        line-height: 20px;
    }

    .gallery {
        padding: 50px 0;
    }

    .gallery-wrap__arrows .slick-next {
        right: 15px;
    }

    .gallery-wrap__list {
        margin-top: 30px;
    }

    .gallery-wrap__list .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        padding: 0;
    }

    .gallery-wrap__list .wrapper .item {
        max-width: 320px;
    }

    .how-wrap {
        padding: 50px 0;
    }

    .how-wrap__content--list {
        margin-top: 30px;
    }

    .how-wrap__content--list .item-icon {
        width: 70px;
        height: 70px;
        background-size: 90%;
        margin-right: 15px;
    }

    .how-wrap__content--list .item-icon img {
        max-height: 30px;
    }

    .how-wrap__content--list .item-title {
        font-size: 14px;
        line-height: 20px;
    }

    .how-wrap__image img {
        display: none;
    }

    .how-wrap__image img:nth-child(2) {
        display: block;
    }

    .result-wrap {
        padding: 50px 0 150px;
    }

    .result-wrap__content--title br {
        display: none;
    }

    .result-wrap__content--list {
        margin-top: 23px;
    }

    .result-wrap__content--list .item-icon {
        width: 70px;
        height: 70px;
        margin-right: 15px;
        background-size: 90%;
    }

    .result-wrap__content--list .item-icon img {
        max-height: 30px;
    }

    .result-wrap__content--list .item-title {
        font-size: 14px;
        line-height: 20px;
    }

    .result-wrap__images {
        max-width: 290px;
    }

    .result-wrap__images .item {
        max-width: 290px;
        height: 172px;
    }

    .result-wrap__images .item:nth-child(2) {
        max-width: 207px;
        height: 148px;
        right: 17px;
        top: 128px;
    }

    .result-wrap__images--title {
        font-size: 12px;
        line-height: 12px;
        top: 120px;
    }

    .result-wrap__images--title::after {
        width: 30px;
        height: 30px;
        top: -10px;
        right: 80px;
    }

    .result-wrap__images--title br {
        display: block;
    }

    .reason-wrap {
        padding: 50px 0;
    }

    .reason-wrap__list {
        margin-top: 30px;
    }

    .reason-wrap__list .item-title {
        margin: 10px 0;
        font-size: 16px;
        line-height: 20px;
    }

    .reason-wrap__list .item-text {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
    }

    .reviews-wrap {
        padding: 50px 0;
    }

    .reviews-wrap .slick-arrow {
        bottom: 5px;
    }

    .reviews-wrap__list {
        margin-top: 31px;
    }

    .reviews-wrap__list .item-top__meta {
        font-size: 12px;
        line-height: 14px;
    }

    .reviews-wrap__list .item-top__meta--name {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 5px;
    }

    .reviews-wrap__list .item-top__image {
        width: 50px;
        height: 50px;
    }

    .reviews-wrap__list .item-text, .reviews-wrap__list .item-full {
        font-size: 12px;
        line-height: 20px;
    }

    .prices {
        margin-top: 50px;
    }

    .prices-wrap {
        padding-bottom: 120px;
    }

    .prices-wrap__list {
        margin-top: 20px;
    }

    .prices-wrap__list .item::after {
        width: 141px;
        height: 127px;
    }

    .prices-wrap__list .item-content {
        padding: 25px 20px 30px;
    }

    .prices-wrap__list .item-top__title {
        font-size: 16px;
    }

    .prices-wrap__list .item-top__value {
        font-size: 30px;
        line-height: 30px;
    }

    .prices-wrap__list .item-title {
        font-size: 30px;
        line-height: 30px;
    }

    .prices-wrap__list .item-title span {
        font-size: 16px;
    }

    .calc-wrap__title {
        max-width: 300px;
    }

    .calc-wrap__title p {
        font-size: 16px;
    }

    .steps {
        padding: 50px 0;
        margin-top: 0;
    }

    .steps-wrap__list {
        margin-top: 20px;
    }

    .steps-wrap__list .item-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .steps-wrap__list .item-number {
        font-size: 30px;
        line-height: 30px;
    }

    .steps-wrap__list .item-title {
        width: 80%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .action {
        padding: 0;
    }

    .action-wrap {
        border-radius: 0;
    }

    .gate-wrap {
        padding: 120px 0 50px;
    }

    .gate-wrap__content h1 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 15px;
    }

    .gate-wrap__content h2 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 30px;
    }

    .gate-wrap__content--list .item {
        max-width: 130px;
    }

    .gate-wrap__content--list .item-title {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
    }

    .gate-wrap__content--title {
        font-size: 16px;
        line-height: 22px;
    }

    .gate-wrap__content--title p {
        font-size: 14px;
        line-height: 18px;
    }

    .get {
        background: none !important;
    }

    .get-wrap {
        padding: 50px 0;
    }

    .get-wrap__list .item-title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .get-wrap__list .item-text {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
    }

    .work-wrap__list {
        margin-top: 30px;
    }

    .work-wrap__list .item {
        margin-bottom: 15px;
    }

    .work-wrap__list .item-icon {
        width: 70px;
        height: 70px;
        background-size: 90%;
        margin-right: 15px;
    }

    .work-wrap__list .item-content {
        width: 75%;
    }

    .work-wrap__list .item-content__title {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 5px;
    }

    .work-wrap__list .item-content__text {
        font-size: 14px;
        line-height: 20px;
    }

    .steps-second {
        margin-top: -100px;
    }

    .model-wrap {
        padding: 50px 0;
    }

    .model-wrap__list--content {
        margin-top: -50px;
    }

    .model-wrap__list--content .title {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .model-wrap__list--content .text {
        font-size: 14px;
        line-height: 16px;
    }

    .model-wrap__list--content ul li {
        font-size: 14px;
    }

    .fence-wrap {
        padding-top: 120px;
        padding-bottom: 41px;
    }

    .fence-wrap h1 {
        font-size: 28px;
        line-height: 34px;
    }

    .colors-wrap__list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-left: 0;
        margin-top: 30px;
        margin-bottom: 55px;
    }

    .colors-wrap__list .item {
        width: 90px;
        margin: 0 10px 30px 0;
    }

    .colors-wrap__list .item:nth-child(3n+3) {
        margin-right: 0;
    }

    .colors-wrap__list .item-color {
        width: 90px;
        height: 90px;
    }

    .colors-wrap__list .item-title {
        font-size: 14px;
        line-height: 18px;
    }

    .colors-wrap__list .item-title span {
        font-size: 14px;
        line-height: 18px;
    }

    .modal-wrap {
        margin-left: 15px;
        margin-right: 15px;
    }

    .modal-wrap__content {
        padding: 0 15px 30px;
    }
}


/* CANOPY PAGE */
.canopy-hero .gate-wrap__image{
	bottom: unset;
	top: 100px;
	max-width: 778px;
	right: -196px;
}

.canopy-work{
	background:#F8F8F8;
	padding-bottom: 305px;
}
.canopy-work .work-wrap__title.ttl{
	max-width: 745px;
}
.canopy-work .work-wrap__list {
	align-content: flex-start;
	align-items: flex-start;
	position: relative;
}
.canopy-work .work-wrap__list--content {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 10px;
	max-width:615px;
	position: relative;
	z-index: 2;
}
.canopy-work .work-wrap__list--content .item{
	margin:0;
	width: 100%;
	max-width: calc(50% - 5px);
}
.canopy-work .work-wrap__list--content .item-content__title {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 0;
}
.canopy-work .work-wrap__list--image {
	max-width: 687px;
	position: absolute;
	top: -256px;
	right: -15px;
	z-index: 1;
}

.canopy-action-1{
	margin-top:-165px;
	padding-top:0;
}

.canopy-reason .reason-wrap {
	padding-top: 0;
}

.canopy-get .services-wrap__list{
	margin-right: 0;
	gap: 0 30px ;
}
.canopy-get .item{
	margin-right: 0;
}

.canopy-model .model-wrap {
	padding: 140px 0;
}
.canopy-model .model-wrap__title.ttl{
	margin-bottom: 20px;
}
.canopy-model .model-wrap__list--content .title {
	margin-bottom: 30px;
}
.canopy-model .item9content-flex{
	display:flex;
	flex-wrap:wrap;
	width:100%;
	position: relative;
	padding-left:29px;
}
.canopy-model .item9content-flex::after {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background: url("../img/main/li.svg") no-repeat center center;
	position: absolute;
	left: 0;
	top: 5px;
}
.canopy-model .item9content-flex:not(:last-child){
	margin-bottom: 20px;
}
.canopy-model .item9content-title {
	width: 128px;
	margin-right: 16px;
	font-size: 15px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: -1px;
}
.canopy-model .item9content-text{
	width: calc(100% - 144px);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.canopy-model .model-wrap__list:not(:last-child){
	margin-bottom: 40px;
}
.canopy-model .model-wrap__list{
	position: relative;
}
.canopy-model .model-wrap__list--content{
	position:relative;
	z-index:2;
}
.canopy-model .model-wrap__list--image{
	position:relative;
	z-index:1;
}
.canopy-model .model-wrap__list--image img {
	filter: drop-shadow(0px 94px 20px rgba(0, 0, 0, 0.13));
}
.canopy-model .model-wrap-bottomtext{
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	margin-top: -20px;
}

@media (max-width: 1200px) {
	.canopy-work .work-wrap__list--image {
		max-width: calc(100% - 615px);
		top: -100px;
		right: 0;
	}
}
@media (max-width: 1024px) {
	.canopy-model .model-wrap__list--content {
		margin-top: 20px;
	}
	.canopy-model .model-wrap-bottomtext {
		font-size: 16px;
		line-height: 22px;
		margin-top: 40px;
	}
}
@media (max-width: 990px) {
	.canopy-work .work-wrap__list--content {
		max-width: 100%;
	}
	.canopy-work .work-wrap__list--image {
		max-width: 100%;
		position: static;
		margin: auto;
	}
}
@media (max-width: 868px) {
	.canopy-get .services-wrap__list{
		gap: 0;
	}
}
@media (max-width: 530px) {
	.canopy-work {
		padding-bottom: 195px;
	}
	.canopy-work .work-wrap {
		padding-top: 50px;
	}
	.canopy-action-1 {
		padding: 0px 15px;
	}
	.canopy-action-1 .action-wrap {
		border-radius: 10px;
	}
	.canopy-reason .reason-wrap {
		padding-top: 50px;
	}
	.canopy-work .work-wrap__list--content {
		gap: 20px;
	}
	.canopy-work .work-wrap__list--content .item {
		display: block;
		max-width: calc(50% - 10px);
	}
	.canopy-work .work-wrap__list .item-icon {
		margin: 0 auto 7px;
	}
	.canopy-work .work-wrap__list .item-content {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.canopy-work .work-wrap__list--content .item-content__title {
		font-size: 13px;
		line-height: 20px;
	}
	.canopy-work .work-wrap__list--content .item-icon::after {
		width: 56px;
		height: 56px;
		background-size: cover;
	}
	.canopy-work .work-wrap__list--content .item-icon img {
		max-width: 30px;
		max-height: 30px;
	}
	
	.canopy-model .model-wrap {
		padding: 50px 0;
	}
	.canopy-steps-second{
		margin-top: 0;
	}
	
	.canopy-model .model-wrap__list--content .title {
		margin-bottom: 15px;
	}
	.canopy-model .item9content-flex {
		padding-left: 24px;
	}
	.canopy-model .item9content-title {
		width: 100%;
		margin-right: 0;
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 2px;
	}
	.canopy-model .item9content-text {
		width: 100%;
		font-size: 14px;
		line-height: 22px;
	}
}




/**************************************************************************************************************************************************************************************************************/
/* ЖАЛЮЗІ */
/**************************************************************************************************************************************************************************************************************/
/* HERO */
.blinds-hero .gate-wrap__content h1 {
	max-width: 940px;
}
.blinds-hero.canopy-hero .gate-wrap__image {
	top: 120px;
	max-width: 828px;
	right: -133px;
}
@media (max-width: 1200px) {
	.blinds-hero.canopy-hero .gate-wrap__image {
		max-width: 500px;
		right: -65px;
		top: 250px;
	}
}


/* ADVANTAGES */
.blinds-advantages.canopy-work {
	padding-top:140px;
	padding-bottom: 80px;
}
.blinds-advantages-flex{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
.blinds-advantages.canopy-work .work-wrap__list--image {
	max-width: 50%;
	position: static;
	order: 1;
}
.blinds-advantages .work-wrap {
	padding: 0;
	width: calc(50% - 15px);
	order: 2;
}
.blinds-advantages--mobile-image{
	display:none;
	max-width: 500px;
}
@media (max-width: 1200px) {
	.blinds-advantages.canopy-work .work-wrap__list--image {
		max-width: 40%;
	}
	.blinds-advantages .work-wrap {
		width: calc(60% - 15px);
	}
}
@media (max-width: 990px) {
	.blinds-advantages.canopy-work {
		padding:50px 0;
		background:none !important;
	}
	.blinds-advantagescanopy-work .work-wrap__title.ttl {
		max-width: unset;
		font-size: 24px;
		line-height: 30px;
		padding-left: 15px;
	}
	.blinds-advantages.canopy-work .work-wrap__list--image {
		display:none;
	}
	.blinds-advantages--mobile-image{
		display:block;
	}
	.blinds-advantages .work-wrap {
		width: 100%;
	}
	.blinds-advantages.canopy-work .work-wrap__list,
	.blinds-advantages.canopy-work .work-wrap__list--content{
		margin: 0;
	}
	.blinds-advantages.canopy-work .work-wrap__list--content .item {
		display: block;
		max-width: calc(50% - 10px);
	}
	.blinds-advantages.canopy-work .work-wrap__list--content .item-icon::after {
		width: 56px;
		height: 56px;
		background-size: cover;
	}
	.blinds-advantages.canopy-work .work-wrap__list .item-content {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.blinds-advantages.canopy-work .work-wrap__list--content .item-icon {
		margin: 0 auto 7px;
	}
}

/* ASORT */
.blinds-asort{
	padding: 140px 0 80px;
	background:#F8F8F8;
}
.blinds-asort__title{
	margin-bottom: 30px;
}
.blinds-asort-subtitle{
	font-size: 30px;
	line-height: 44px;
	font-weight: 700;
	margin: 0;
}
.blinds-asort-text{
	font-size: 30px;
	line-height: 44px;
	margin: 0;
}
.blinds-asort-text span{
	color:#FF8400;
	font-weight: 700;
}
.blinds-asort-flex{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
.blinds-asort-flex-text{
	margin:0;
	font-size: 30px;
	font-weight: 700;
	line-height: 44px;
	max-width: 495px;
}
.blinds-asort-flex-text span{
	color:#FF8400;
}
.blinds-asort-flex-image{
	max-width: calc(100% - 520px);
	filter: drop-shadow(0px 94px 44px rgba(0, 0, 0, 0.13));
}
.blinds-asort .work-wrap__list{
	margin: 35px 0 50px;
}
.blinds-asort .work-wrap__list--content {
	display: flex;
	flex-wrap: wrap;
	gap: 25px 0;
	max-width: unset;
	justify-content: center;
	align-items: center;
	margin: 0;
}
.blinds-asort .work-wrap__list--content .item {
	margin:0;
	max-width: 25%;
}
.blinds-asort .work-wrap__list--content .item-content__title {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	padding-right:20px;
}
@media (max-width: 1200px) {
	.blinds-asort .work-wrap__list--content .item {
		width: 50%;
		max-width: unset;
	}
}
@media (max-width: 990px) {
	.blinds-asort{
		padding: 50px 0;
	}
}
@media (max-width: 868px) {
	.blinds-asort__title {
		margin-bottom: 15px;
	}
	.blinds-asort-subtitle,
	.blinds-asort-text{
		font-size: 16px;
		line-height: 22px;
	}
	.blinds-asort-flex-text {
		font-size: 20px;
		line-height: 28px;
		max-width: 100%;
		width: 100%;
		margin-bottom: 10px;
	}
	.blinds-asort-flex-image {
		max-width: 500px;
	}
	.blinds-asort .work-wrap__list{
		margin: 20px 0 30px;
	}
	.blinds-asort .work-wrap__list--content {
		gap: 10px 0;
	}
	.blinds-asort .work-wrap__list--content .item {
		width: 100%;
	}
	.blinds-asort .work-wrap__list--content .item-icon {
		width: 70px;
		height: 70px;
	}
	.blinds-asort .work-wrap__list--content .item-icon::after {
		width: 56px;
		height: 56px;
		background-size: cover;
	}
	.blinds-asort .work-wrap__list--content .item-icon img {
		max-width: 30px;
	}
	.blinds-asort .work-wrap__list--content .item-content {
		max-width: calc(100% - 85px);
	}
	.blinds-asort .work-wrap__list--content .item-content__title {
		font-size: 14px;
		line-height: 20px;
		padding-right: 0;
	}
}

/* WHY US */
.blinds-whyus .reason-wrap {
	padding: 140px 0 120px;
}
.blinds-whyus .reason-wrap__list .item {
	background-color: #F8F8F8;
	-webkit-box-shadow: none;
}
@media (max-width: 990px) {
	.blinds-whyus .reason-wrap {
		padding:50px 0 40px;
	}
}

/* CTA */
.blinds-cta.action{
	padding: 80px 0;
}
.blinds-cta .action-wrap {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	padding:0;
}
.blinds-cta .action-wrap .btn{
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1;
}
@media (max-width: 667px) {
	.blinds-cta.action .container {
		padding: 0 15px;
	}
}

/**************************************************************************************************************************************************************************************************************/
/* Сторінка-Каталог */
/**************************************************************************************************************************************************************************************************************/
.page-template-page-catalog .container {
	max-width: 1260px;
}
.page-template-page-catalog .header {
	color: #202225;
	position: relative;
	box-shadow: 0px 24px 44px 0px #00000008;
}
.page-template-page-catalog .header-top {
	padding: 8px 0;
	border-bottom: 1px solid #E5E5E5;
}
.page-template-page-catalog .header-wrap {
	padding: 25px 0;
}
.page-template-page-catalog .header-wrap__menu ul li {
	margin-left: 30px;
}
.page-template-page-catalog .header-wrap__meta--logo img:nth-child(1) {
	display: none;
}
.page-template-page-catalog .header-wrap__meta--logo img:nth-child(2) {
	display: block;
}
.page-template-page-catalog .header-top-menu__menu li a,
.page-template-page-catalog .header-top__meta .item,
.page-template-page-catalog .header-wrap__menu ul li a{
	color: #202225;
}
.page-template-page-catalog .header-wrap__menu ul li a::after,
.page-template-page-catalog .header-top__meta .item span::after {
	background-color: #202225;
}
.page-template-page-catalog .wpm-language-switcher span span {
	color: Black;
}
@media (max-width: 868px) {
	.page-template-page-catalog .header-top {
		padding: 100px 15px 25px;
	}
	.page-template-page-catalog.admin-bar .header-top {
		padding: 155px 15px 25px;
	}
}


/* Titles */
.page-catalog-top{
	margin-bottom: 30px;
	margin-top: 80px;
}
.page-catalog-titles{
	margin-bottom: 40px;
}
.page-template-page-catalog .aioseo-breadcrumbs {
	margin: 30px 0;
}
.page-catalog-titles h1{
	font-size: 50px;
	line-height: 60px;
	font-weight: 700;
}
.page-catalog-top-subtitle{
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #FF8400;
}
@media (max-width: 990px) {
	.page-catalog-titles {
		margin-bottom: 20px;
	}
	.page-template-page-catalog .aioseo-breadcrumbs {
		margin: 20px 0;
	}
	.page-catalog-titles h1 {
		font-size: 24px;
		line-height: 1;
	}
	.page-catalog-top-subtitle {
		font-size: 16px;
	}
}

/* Categories */
.page-catalog-categories{
	gap:30px;
}
.page-catalog-category{
	border-radius: 10px;
	min-height: 150px;
	width: calc(33.33% - 20px);
	box-shadow: 0px 9px 34px 0px #0000001A;
	background: #fff;
	padding: 10px;
}
.page-catalog-category-inner {
	width:100%;
	height:100%;
	border-radius: 6px;
	overflow: hidden;
	background-image: url(../img/page-catalog-category-inner.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 9px;
	position: relative;
}
.page-catalog-category-bg{
	border-radius: 6px;
	overflow: hidden;
	width:calc(100% - 2px);
	height:calc(100% - 2px);
	left:1px;
	top:1px;
	position: absolute;
	z-index: 1;
}
.page-catalog-category-bg::after{
	content:'';
	position: absolute;
	width: 169px;
	height: 169px;
	top: -75px;
	left: -61px;
	background: #F8F8F8;
	border-radius: 100%;
}
.page-catalog-category-content-wrap{
	position: relative;
	z-index: 2;
	width:calc(100% - 200px);
	padding: 4px;
	height: 100%;
	flex-direction: column;
}
.page-catalog-category-img-wrap{
	position: relative;
	z-index: 2;
	width:180px;
	height: 100%;
}
.page-catalog-category-image{
	display:block;
	max-width:100%;
}
.page-catalog-category-title{
	width:100%;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 10px;
}
.page-catalog-category-link{
	color: #FF8400;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
}
.page-catalog-category-link:hover{
	color: #000;
}
@media (max-width: 1200px) {
	.page-catalog-category-img-wrap {
		width: 120px;
	}
	.page-catalog-category-content-wrap{
		width:calc(100% - 135px);
	}
}
@media (max-width: 990px) {
	.page-catalog-categories {
		gap: 10px;
	}
	.page-catalog-category {
		min-height: unset;
		width: 100%;
	}
	.page-catalog-category-title {
		font-size: 16px;
		line-height: 20px;
	}
	.page-catalog-category-link {
		font-size: 12px;
	}
}

/* Products */
.page-catalog-content{
	margin-bottom: 120px;
}
.page-catalog-products{
	gap: 30px;
}
.page-catalog-product{
	border-radius: 20px;
	background: #F8F8F8;
	padding: 30px 30px 25px;
	width:calc(50% - 15px);
	flex-direction:column;
}
.page-catalog-product > *{
	width:100%;
}
.page-catalog-product-img-wrap{
	height: 360px;
	margin-bottom: 30px;
}
.page-catalog-product-image{
	border-radius:10px;
	box-shadow: 0px 34px 44px 0px #00000021;
	max-height: 100%;
}
.page-catalog-product-title,
.page-catalog-product-title a{
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #202225;
	margin-bottom: 17px;
	transition: opacity .5s ease;
}
.page-catalog-product-title a:hover{
	opacity: .55;
}
.page-catalog-product-feature{
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 16px;
	color: #5A5D67;
	padding-left: 20px;
	background-image: url(../img/page-catalog-product-feature.svg);
	background-size: 14px;
	background-position: 0 1px;
	background-repeat: no-repeat;
}
.page-catalog-product-flex{
	gap: 20px;
	margin-top: auto;
}
.page-catalog-product-price{
	font-weight: 700;
	font-style: Bold;
	font-size: 24px;
	line-height: 26px;
	color: #202225;
}
.page-catalog-product-btn{
	background: #FF8400;
	padding: 18px 50px;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	color: #fff;
	transition: all .25s ease;
	border-radius: 4px;
}
.page-catalog-product-btn:hover{
	color: #FF8400;
	background: #fff;
	box-shadow: 0px 0px 14px 0px #00000021;
}
@media (max-width: 990px) {
	.page-catalog-content {
		margin-bottom: 50px;
	}
	.page-catalog-products{
		gap: 10px;
	}
	.page-catalog-product{
		padding: 30px 15px 15px;
		width: 100%;
	}
	.page-catalog-product-img-wrap{
		height: 172px;
		margin-bottom: 20px;
	}
	.page-catalog-product-price{
		width:100%;
	}
	.page-catalog-product-btn {
		min-width: 260px;
		text-align: center;
	}
}

/* Form */
.page-catalog-form-wrap {
	border-radius: 20px;
	padding: 80px 75px;
	margin-bottom: 120px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.page-catalog-form-title{
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	color: #fff;
	margin-bottom: 30px;
}
.page-catalog-form > * {
	display: flex !important;
	max-width: 100% !important;
	align-items: flex-end;
	align-content: flex-end;
	gap: 30px;
}
.page-catalog-form > * > *{
	width:calc(33.33% - 20px);
	display: block;
}
.page-catalog-form input,
.page-catalog-form textarea{
	width:100%;
	max-width: 100%;
	display:block;
}
.theform-label{
	display: block;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	margin-bottom: 8px;
	color: #fff;
}
@media (max-width: 990px) {
	.page-catalog-form-wrap {
		padding: 50px 20px;
		margin-bottom: 50px;
	}
	.page-catalog-form-title {
		font-size: 24px;
		line-height: 30px;
	}
	.page-catalog-form > * {
		gap: 15px;
		flex-wrap: wrap;
	}
	.page-catalog-form > * > *,
	.page-catalog-form > * > * .wpcf7-form-control-wrap{
		width: 100%;
		display: block;
	}
}

/**************************************************************************************************************************************************************************************************************/
/* Нова Головна Сторінка */
/**************************************************************************************************************************************************************************************************************/

.woo-sctr-shortcode-wrap {
	padding: 0 !important;
}
.woo-sctr-shortcode-countdown-unit-wrap{
	margin:0 !important;
	padding:0 !important;
}
.woo-sctr-shortcode-countdown-unit {
	height: auto !important;
	width: 150px !important;
	border: none !important;
}
.woo-sctr-shortcode-countdown-time-separator {
	padding: 0 8px;
	color: #fff;
	font-size: 45px;
	line-height: 130px;
	position: relative;
	top: -19px;
}
.woo-sctr-shortcode-countdown-text {
	font-size: 18px !important;
	line-height: 29px;
	text-align: center;
	color: #fff;
	margin-top: 10px;
}
.woo-sctr-shortcode-countdown-value {
	padding: 0 !important;
	height: 130px;
	font-size: 90px !important;
	color: #fff !important;
	background: #FF8400;
	border-radius: 7px;
	font-weight: 500;
	letter-spacing: -5px;
	line-height: 1 !important;
	position: relative;
}
.woo-sctr-shortcode-countdown-value::after {
    content: '';
    display: block;
    width: calc(100% + 16px);
    height: 16px;
    position: absolute;
    left: -8px;
    top: calc(50% - 5px);
	background-image: url(../img/timer-figure.png);
	background-size: 100% 100%;
	background-position: 0 center;
	background-repeat: no-repeat;
}
.woo-sctr-shortcode-countdown-text-before,
.woo-sctr-shortcode-countdown-text-after{
	display:none !important;
}
.woo-sctr-shortcode-countdown-unit{
	overflow: visible !important;
}
@media (max-width: 750px) {
	.woo-sctr-shortcode-countdown-unit {
		width: 60px !important;
	}
	.woo-sctr-shortcode-countdown-time-separator {
		padding: 0 4px;
		font-size: 20px;
		line-height: 1;
		top: -11px;
	}
	.woo-sctr-shortcode-countdown-text {
		font-size: 12px !important;
		line-height: 14px;
		margin-top: 5px;
	}
	.woo-sctr-shortcode-countdown-value {
		height: 55px;
		font-size: 40px !important;
	}
	.woo-sctr-shortcode-countdown-value::after {
		width: calc(100% + 8px);
		height: 8px;
		left: -4px;
		top: calc(50% - 4px);
	}
}

.newmain-btn {
	display: inline-block;
	background: #FF8400;
	border: none;
	box-shadow: none;
	appearance: none;
	color: #fff;
	padding: 19px 30px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	border-radius: 4px;
	cursor: pointer;
}
.newmain-btn:hover{
	box-shadow: 0 0 3px #000 inset;
}
@media (max-width: 990px) {
	.newmain-btn {
		padding: 19px 8px;
		font-size: 14px;
		line-height: 16px;
		min-width: 290px;
		text-align: center;
	}
}

/* HERO */
.newmain-hero{
	padding: 163px 0 60px;
	background-size: cover;
	background-position: center 100%;
	background-color: #373A41;
}
.newmain-hero h1{
	display:none !important;
}

.newmain-hero-slide-title{
	font-weight: 700;
	font-size: 70px;
	line-height: 85px;
	color: #FF8400;
	margin-bottom: 51px;
}
.newmain-hero-slide-title span{
	color: #fff;
}

.newmain-hero-slide-items{
	width:30%;
}
.newmain-hero-slide-item{
	gap: 20px;
}
.newmain-hero-slide-item:not(:last-child){
	margin-bottom: 32px;
}
.newmain-hero-slide-item-img{
	max-width: 40px;
	max-height: 40px;
}
.newmain-hero-slide-item-text{
	font-size: 20px;
	color: #fff;
}

.newmain-hero-slide-timer-block{
	width:65%;
}
.newmain-hero-slide-timer-txt{
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
	margin-left: auto;
	max-width: 680px;
}

.newmain-hero .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer {
	text-align: right;
}
.newmain-hero-slide-flex-2{
	margin-top: 72px;
}
.newmain-hero-slide-bottom-txt{
	width: 65%;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	position: relative;
	padding-left: 24px;
	color: #fff;
}
.newmain-hero-slide-bottom-txt::after {
    content: '';
    display: block;
    width: 4px;
    height: 100%;
    background-color: #FF8400;
	border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
}
.newmain-hero-slide-btn{
	max-width: 30%;
}

#newmain-hero-slider .slick-arrow {
	bottom: 0;
	left:0;
}
#newmain-hero-slider .slick-arrow.slick-next {
	left:unset;
	right: 0;
}
#newmain-hero-slider .slick-dots {
	margin: 114px auto 0;
}
#newmain-hero-slider .slick-dots li {
	margin: 4px 5px;
}
#newmain-hero-slider .slick-dots li button {
	border-color: #fff;
	display: block;
}
#newmain-hero-slider .slick-dots .slick-active button {
	border-color: #FF8400;
}

@media (max-width: 1100px) {
	.newmain-hero-slide-title {
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 14px;
	}
	.newmain-hero-slide-items {
		width: 100%;
		margin-bottom: 20px;
	}
	.newmain-hero-slide-timer-block {
		width: 100%;
	}
	.newmain-hero-slide-timer-txt {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 10px;
		max-width: unset;
		text-align: left;
	}
	.newmain-hero .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer {
		text-align: left;
	}
	.newmain-hero-slide-flex-2 {
		margin-top: 35px;
	}
	.newmain-hero-slide-bottom-txt {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 20px;
		width: 100%;
	}
	#newmain-hero-slider .slick-dots {
		margin: 55px auto 0;
	}
	.newmain-hero-slide-btn {
		max-width: unset;
	}
}
@media (max-width: 868px) {
	.newmain-hero {
		padding: 86px 0 50px;
	}
}

/* ABOUT PRODUCTS */
.newmain-about{
	margin: 120px 0;
}
.newmain-about-title{
	font-weight: 700;
	font-size: 50px;
	line-height: 60px;
	position: relative;
	padding-left: 29px;
	margin-bottom: 50px;
}
.newmain-about-title::after {
    content: '';
    display: block;
    width: 4px;
    height: calc(100% - 6px);
    background-color: #FF8400;
	border-radius: 2px;
    position: absolute;
    left: 0;
    top: 3px;
}
.newmain-about-product{
	margin-bottom: 70px;
}
.newmain-about-product .imageside{
	width: 59%;
}
.newmain-about-product .textside{
	width: 39%;
}
.newmain-about-product-img{
	display: block;
	border-radius: 10px;
	filter: drop-shadow(0px 34px 44px #00000021);
}
.newmain-about-product-right.imageside .newmain-about-product-img{
	margin-left: auto;
}
.newmain-about-product-title{
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 20px;
}
.newmain-about-product-title.mobileonly{
	display:none;
}
.newmain-about-product-text{
	color: #5A5D67;
	font-size: 16px;
	line-height: 21px;
}
.newmain-about-product-text > *:not(:last-child){
	margin-bottom: 10px;
}
.newmain-about-flex-2{
	margin-top: 80px;
}
.newmain-about-bottom-txt{
	width: 65%;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	position: relative;
	padding-left: 24px;
}
.newmain-about-bottom-txt::after {
    content: '';
    display: block;
    width: 4px;
    height: 100%;
    background-color: #FF8400;
	border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
}
.newmain-about-product-link{
	margin-top: 20px;
}
.newmainabout-btn {
	max-width: 30%;
}
@media (max-width: 990px) {
	.newmain-about {
		margin: 50px 0;
	}
	.newmain-about-title {
		font-size: 24px;
		line-height: 28px;
		padding-left: 10px;
		margin-bottom: 30px;
	}
	.newmain-about-product {
		margin-bottom: 50px;
	}
	.newmain-about-product .imageside{
		width:100%;
		order:1;
		margin-bottom: 20px;
	}
	.newmain-about-product .textside{
		width:100%;
		order:2;
	}
	.newmain-about-product .imageside .newmain-about-product-img,
	.newmain-about-product-right.imageside .newmain-about-product-img {
		margin: 0;
	}
	.newmain-about-product-title{
		font-size: 20px;
	}
	.newmain-about-product-title.desktoponly{
		display:none;
	}
	.newmain-about-product-title.mobileonly{
		display:block;
	}
	.newmain-about-product-text {
		font-size: 14px;
		line-height: 24px;
	}
	.newmain-about-flex-2 {
		margin-top: 50px;
		padding-left: 10px;
		position: relative;
	}
	.newmain-about-flex-2::after {
		content: '';
		display: block;
		width: 4px;
		height: 100%;
		background-color: #FF8400;
		border-radius: 2px;
		position: absolute;
		left: 0;
		top: 0;
	}
	.newmain-about-bottom-txt {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 15px;
		width: 100%;
		padding-left:0;
	}
	.newmain-about-bottom-txt::after {
		display:none;
	}
	.newmainabout-btn {
		max-width: unset;
	}
}


/* Gallery block update */
.newmain-gallery{
	background-size: cover;
	background-position: center 100%;
	background-color: #373A41;
}


/* Work options */
.newmain-workoptions{
	padding: 120px 0;
	background: #F8F8F8;
}
.newmain-workoptions-title{
	font-weight: 700;
	font-size: 50px;
	line-height: 60px;
	position: relative;
	padding-left: 29px;
	margin-bottom: 50px;
}
.newmain-workoptions-title::after {
    content: '';
    display: block;
    width: 4px;
    height: calc(100% - 6px);
    background-color: #FF8400;
	border-radius: 2px;
    position: absolute;
    left: 0;
    top: 3px;
}
.newmain-workoptions-bigitem:not(:first-child){
	margin-top: 70px;
}
.newmain-workoptions-bigitem-title{
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 20px;
}
.newmain-workoptions-stages{
	margin-bottom: 30px;
	gap: 30px;
}
.newmain-workoptions-stage{
	width: calc(25% - 40px);
	background-color: #FFFFFF;
	box-shadow: 0px 24px 64px -10px #00000017;
	border-radius: 10px;
	padding: 10px;
	position: relative;
	min-height: 120px;
}
.newmain-workoptions-stage:not(:last-child)::after {
	content: '';
	display: block;
	width: 12px;
	height: 15px;
	background: url("../img/main/step-icon.svg") no-repeat center center;
	position: absolute;
	top: 50%;
	right: -20px;
}
.newmain-workoptions-stage:nth-child(4n)::after {
	display: none;
}
.newmain-workoptions-stage-flex{
	border-radius: 6px;
	border: 1px dashed #D6D6D6;
	padding: 10px 20px;
	position: relative;
	overflow: hidden;
	gap:20px;
	height: 100%;
}
.newmain-workoptions-stage-flex::after {
	content: '';
	position: absolute;
	width: 129px;
	height: 129px;
	top: -15px;
	left: -42px;
	background: #F8F8F8;
	border-radius: 100%;
	z-index: 1;
}
.newmain-workoptions-stage-number{
	width: 30px;
	position: relative;
	z-index:2;
	font-weight: 800;
	font-size: 50px;
	line-height: 50px;
	color: #FF8400;
}
.newmain-workoptions-stage-title{
	position: relative;
	z-index:2;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	width:calc(100% - 50px);
}
.newmain-workoptions-bigitem-bottomtitle{
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
}
.newmain-workoptions-bigitem-bottomtext{
	font-size: 15px;
	line-height: 26px;
	color: #5A5D67;
}
.newmain-workoptions-bigitem-bottomtext > *:not(:last-child){
	margin-bottom: 10px;
}
@media (max-width: 1200px) {
	.newmain-workoptions-stage {
		width: calc(50% - 15px);
	}
	.newmain-workoptions-stage:nth-child(2n)::after {
		display:none;
	}
}
@media (max-width: 990px) {
	.newmain-workoptions{
		padding: 50px 0;
	}
	.newmain-workoptions-title {
		font-size: 24px;
		line-height: 1;
		padding-left: 10px;
		margin-bottom: 30px;
	}
	.newmain-workoptions-title::after {
		height: 100%;
		top: 0;
	}
	.newmain-workoptions-stages {
		gap: 24px;
	}
	.newmain-workoptions-stage {
		width: 100%;
		min-height: unset;
	}
	.newmain-workoptions-stage:not(:last-child)::after {
		right: 50%;
		left: auto;
		top: auto;
		bottom: -20px;
		transform: rotate(90deg);
	}
	.newmain-workoptions-stage:nth-child(2n)::after,
	.newmain-workoptions-stage:nth-child(4n)::after{
		display:block;
	}
	.newmain-workoptions-bigitem-title {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 15px;
	}
	.newmain-workoptions-stage-title {
		font-size: 16px;
	}
	.newmain-workoptions-bigitem-bottomtitle {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 5px;
	}
	.newmain-workoptions-bigitem-bottomtext {
		font-size: 14px;
		line-height: 24px;
	}
	.newmain-workoptions-bigitem:not(:first-child) {
		margin-top: 50px;
	}
}


/* Why Us */
.newmain-whyus{
	padding: 120px 0;
	background-size: cover;
	background-position: center 100%;
	background-color: #373A41;
}
.newmain-whyus-title{
	font-weight: 700;
	font-size: 50px;
	line-height: 60px;
	position: relative;
	padding-left: 29px;
	margin-bottom: 40px;
	color:#fff;
}
.newmain-whyus-title::after {
    content: '';
    display: block;
    width: 4px;
    height: calc(100% - 6px);
    background-color: #FF8400;
	border-radius: 2px;
    position: absolute;
    left: 0;
    top: 3px;
}
.newmain-whyus-text{
	color:#fff;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 30px;
}
.newmain-whyus-items{
	gap: 30px;
}
.newmain-whyus-item{
	width: calc(33.33% - 20px);
	gap: 20px;
}
.newmain-whyus-item-img-wrap{
	border-radius: 100%;
	width:90px;
	height:90px;
	box-shadow: 0px 14px 34px 0px #0000001A;
	background: rgba(255,255,255,.1);
}
.newmain-whyus-item-img{
	display:block;
	max-width:40px;
	max-height:40px;
}
.newmain-whyus-item-text{
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	width: calc(100% - 110px);
}
.newmain-whyus-btn{
	margin-top: 30px;
}
@media (max-width: 990px) {
	.newmain-whyus{
		padding: 50px 0;
	}
	.newmain-whyus-title{
		font-size: 24px;
		line-height: 1;
		padding-left: 10px;
		margin-bottom: 20px;
	}
	.newmain-whyus-text{
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.newmain-whyus-items{
		gap: 10px;
	}
	.newmain-whyus-item{
		width: 100%;
		gap: 10px;
	}
	.newmain-whyus-item-img-wrap{
		width:70px;
		height:70px;
	}
	.newmain-whyus-item-img{
		max-width:32px;
		max-height:32px;
	}
	.newmain-whyus-item-text{
		font-size: 14px;
		width: calc(100% - 80px);
	}
}


/* Video testimonials */
.newmain-videotestimonials{
	padding: 120px 0 0;
	background: #F8F8F8;
}
.newmain-videotestimonials-title{
	font-weight: 700;
	font-size: 50px;
	line-height: 60px;
	position: relative;
	padding-left: 29px;
	margin-bottom: 40px;
}
.newmain-videotestimonials-title::after {
    content: '';
    display: block;
    width: 4px;
    height: 100%;
    background-color: #FF8400;
	border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
}
.newmain-videotestimonials-video iframe{
	display: block;
	border-radius: 10px;
	margin: auto;
	max-width: 100%;
	max-height: 572px;
}
.newmain-videotestimonials .slick-slide {
    margin: 0 15px;
}
.newmain-videotestimonials .slick-list {
    margin: 0 -15px;
}
#newmain-videotestimonials-slider .slick-arrow {
	background: url("../img/main/slick-arrow-dark.svg") no-repeat center center;
}
#newmain-videotestimonials-slider .slick-arrow {
	bottom: 0;
	left:0;
}
#newmain-videotestimonials-slider .slick-arrow.slick-next {
	left:unset;
	right: 0;
}
#newmain-videotestimonials-slider .slick-dots {
	margin: 34px auto 0;
}
#newmain-videotestimonials-slider .slick-dots li {
	margin: 4px 5px;
}
#newmain-videotestimonials-slider .slick-dots li button {
	display: block;
}
@media (max-width: 990px) {
	.newmain-videotestimonials{
		padding: 50px 0 0;
	}
	.newmain-videotestimonials-title {
		font-size: 24px;
		line-height: 1;
		padding-left: 10px;
		margin-bottom: 30px;
	}
	#newmain-videotestimonials-slider .slick-dots {
		margin: 20px auto 0;
	}
}


/* GOOGLE testimonials */
.newmain-googletimonials{
	padding: 120px 0;
	background: #F8F8F8;
}
.newmain-googletimonials-title{
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 5px;
}

.newmain-googletimonials-slide{
	box-shadow: 0px 0px 15px 0px #00000021;
	background: #fff;
	border-radius: 10px;
	padding: 15px;
}
.newmain-googletimonials-item-firstflex{
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 10px;
	padding-bottom: 11px;
}
.newmain-googletimonials-item-left{
	width:100%;
}
.newmain-googletimonials-item-left.withimages{
	width:calc(100% - 300px);
}
.newmain-googletimonials-name{
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}
.newmain-googletimonials-stars{
	margin-bottom: 8px;
}
.newmain-googletimonials-item-avatar{
	max-width: 40px;
	max-height: 40px;
	border-radius: 100%;
}
.newmain-googletimonials-item-text{
	font-size: 14px;
	line-height: 24px;
	color: #606268;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.newmain-googletimonials-item-right{
	width:270px;
}
.newmain-googletimonials-item-right-slide{
	width: 270px !important;
	height: 270px !important;
	border-radius: 6px;
	overflow: hidden;
}
.newmain-googletimonials-item-right-slide img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.newmain-googletimonials-item-link{
	color: #FF8400;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	display: block;
	margin-top: 17px;
}
#newmain-googletimonials-slider > .slick-list {
    margin: 0 -15px;
}
#newmain-googletimonials-slider > .slick-list > .slick-track > .slick-slide {
    margin: 20px 15px;
}
#newmain-googletimonials-slider > .slick-arrow {
	background: url("../img/main/slick-arrow-dark.svg") no-repeat center center;
}
#newmain-googletimonials-slider > .slick-arrow {
	bottom: 0;
	left:0;
}
#newmain-googletimonials-slider > .slick-arrow.slick-next {
	left:unset;
	right: 0;
}
#newmain-googletimonials-slider > .slick-dots {
	margin: 34px auto 0;
}
#newmain-googletimonials-slider > .slick-dots li {
	margin: 4px 5px;
}
#newmain-googletimonials-slider > .slick-dots li button {
	display: block;
}
.newmain-googletimonials-item-right-slider .slick-arrow {
	top: calc(50% - 9px);
}
.newmain-googletimonials-item-right-slider .slick-prev.slick-arrow{
	left: 10px;
}
.newmain-googletimonials-item-right-slider .slick-next.slick-arrow{
	right: 10px;
}
@media (max-width: 990px) {
	.newmain-googletimonials{
		padding: 50px 0;
	}
	.newmain-googletimonials-title {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 0;
	}
	#newmain-googletimonials-slider > .slick-dots {
		margin: 20px auto 0;
	}
	.newmain-googletimonials-item-left.withimages {
		width: 100%;
		margin-bottom: 15px;
	}
	.newmain-googletimonials-item-right {
		max-width: 100%;
	}
	.newmain-googletimonials-item-right-slide {
		max-width: 100%;
	}
}


/* FAQ */
.newmain-faq{
	padding: 120px 0;
	background: #fff;
}
.newmain-faq-title{
	font-weight: 700;
	font-size: 50px;
	line-height: 60px;
	position: relative;
	padding-left: 29px;
	margin-bottom: 40px;
}
.newmain-faq-title::after {
    content: '';
    display: block;
    width: 4px;
    height: 100%;
    background-color: #FF8400;
	border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
}
.newmain-faq-item{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	background-color:#F8F8F8;
	padding: 20px 27px 20px 20px;
}
.newmain-faq-item:not(:last-child){
	margin-bottom: 10px;
}
.newmain-faq-question {
	cursor: pointer;
	gap: 10px;
}
.newmain-q-question-number{
	margin-right: 10px;
	height:30px;
	width:30px;
	line-height: 30px;
	background:#FF8400;
	color:#fff;
	border-radius: 6px;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
}
.newmain-q-question-text {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	width: calc(100% - 76px);
}
.newmain-q-marker{
	width: 16px;
	height: 16px;
	position: relative;
}
.newmain-q-marker-horizontal {
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: calc(50% - 1px);
	background:#202225;
}
.newmain-q-marker-vertical{
	position: absolute;
	height:100%;
	width:2px;
	top:0;
	left: calc(50% - 1px);
	background:#202225;
}
.newmain-faq-item.active .newmain-q-marker-vertical{
	display:none;
}
.newmain-faq-answer {
	display: none;
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #5A5D67;
	padding-left: 50px;
}
.newmain-faq-answer > *:not(:last-child){
	margin-bottom: 10px;
}
@media (max-width: 990px) {
	.newmain-faq{
		padding: 50px 0;
	}
	.newmain-faq-title{
		font-size: 22px;
		line-height: 27px;
		margin-bottom: 30px;
	}
	.newmain-q-question-number {
		margin-right: 0;
	}
	.newmain-q-question-text {
		font-size: 12px;
		line-height: 16px;
		width: calc(100% - 66px);
	}
	.newmain-faq-answer {
		margin-top: 15px;
		font-size: 12px;
		line-height: 20px;
		padding-left: 0;
	}
	
}


/**************************************************************************************************************************************************************************************************************/
/* Блок таймера в шапці */
/**************************************************************************************************************************************************************************************************************/
.timer-active header.header{
	top: 80px;
}
.timer-active .main,
.timer-active .fence,
.timer-active .default,
.timer-active .gate,
.timer-active .newmain-hero{
	margin-top: 80px;
}
.header-timerblock {
	position: fixed;
	top: 0;
	width: 100%;
	background: #FF8400;
	color: #fff;
	height: 80px;
	overflow: hidden;
	z-index: 9999;
}
.header-timerblock-close{
	position: absolute;
	right: 40px;
	top: calc(50% - 10px);
	width:20px;
	height:20px;
	background-color:#FF8400;
	background-image: url(../img/header-timerblock-close.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	cursor:pointer;
}
.header-timerblock .container {
	height: 100%;
}
.header-timerblock-flex {
	padding: 8px 0;
	height:100%;
	gap: 30px;
}
.header-timerblock-text{
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
}
.header-timerblock-link{
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	color: #FF8400;
	background: #fff;
	display: inline-block;
	padding: 19px;
	border-radius: 4px;
	margin-left: auto;
	min-width: 38%;
	text-align: center;
}
.header-timerblock-link:hover {
	box-shadow: 0 0 3px #000 inset;
}

.header-timerblock .woo-sctr-shortcode-countdown-unit {
	width: 55px !important;
}
.header-timerblock .woo-sctr-shortcode-countdown-time-separator {
	padding: 0 8px;
	color: #fff;
	font-size: 25px;
	line-height: 50px;
	top: -9px;
}
.header-timerblock .woo-sctr-shortcode-countdown-text {
	font-size: 12px !important;
	line-height: 1;
	margin-top: 2px;
}
.header-timerblock .woo-sctr-shortcode-countdown-value {
	padding: 0 !important;
	height: 50px;
	font-size: 35px !important;
	color: #FF8400 !important;
	background: #fff;
	letter-spacing: -2px;
}
.header-timerblock .woo-sctr-shortcode-countdown-value::after {
	width: calc(100% + 8px);
	height: 7px;
	left: -4px;
	top: calc(50% - 2px);
	background-image: url(../img/timer-figure-header.png);
}
@media (max-width: 1432px) {
	.header-timerblock-flex {
		gap: 10px;
	}
	.header-timerblock-text {
		font-size: 14px;
		line-height: 18px;
	}
	.header-timerblock-link {
		font-size: 12px;
		line-height: 16px;
		padding: 12px;
		min-width: unset;
		margin-right: 40px;
	}
	.header-timerblock-close {
		right: 20px;
	}
}
@media (max-width: 868px) {
	.timer-active header.header{
		top: 177px;
	}
	.timer-active .main,
	.timer-active .fence,
	.timer-active .default,
	.timer-active .gate,
	.timer-active .newmain-hero{
		margin-top: 177px;
	}
	.header-timerblock{
		height: 177px;
	}
	.header-timerblock-flex {
		flex-wrap: wrap;
		justify-content: center;
	}
	.header-timerblock-text {
		gap: 10px;
		width: 100%;
		text-align: center;
	}
	.header-timerblock .header-timerblock-timer{
		width: 100%;
	}
	.header-timerblock-close {
		right: 10px;
		top: 10px;
	}
	.header-timerblock-link {
		margin: auto;
	}
}