:root {
--clr-base: #241f21;
--clr-title: #2b2b2b;
--clr-att: #7e221a;
--clr-att-second: #6d1a12;
--clr-light: #e4e4e;
--clr-alert: #f55760;
--clr-succefull: #32b782;
--fsize: 22px;
--lhsize: 1.35;
--mbsize: 1.35em;
--sectionMargin: 130px;
--sectionMargin: 13rem;
--mainRadius: 20px;
--mainRadius: 2rem;
--smallRadius: 10px;
--smallRadius: 1rem;
--icoSize: 24px;
--min: 360px;
--max: 1920px;
--paddingContainer: 15px;
--filterBlack: brightness(0) grayscale(1);
--filterWhite: brightness(0) invert(1);
font-size: 10px
}
.elm-hidden,
.sl-wrap:not(.swiper-slide)~.sl-wrap {
display: none
}
.ftitle,
.ftitle * {
font-family: Ubuntu, sans-serif
}
.fmain,
.fmain * {
font-family: Overpass, sans-serif
}
body {
color: var(--clr-base);
background: #fff;
font-size: var(--fsize);
line-height: var(--lhsize);
font-weight: 300
}
logo {
height: 36px !important
}
.logo img {
height: 36px !important
}
b {
font-weight: 500
}
.bq-text,
blockquote,
ol,
p,
table,
ul {
position: relative;
margin-bottom: var(--mbsize)
}
.bq-text img,
blockquote img,
ol img,
p img,
table img,
ul img {
max-width: 100%
}
.bq-text:last-child,
blockquote:last-child,
ol:last-child,
p:last-child,
table:last-child,
ul:last-child {
margin-bottom: 0 !important
}
li {
position: relative;
padding-left: 16px
}
li:before {
content: "";
display: block;
width: 6px;
height: 6px;
border-radius: 50%;
background: var(--clr-att);
position: absolute;
top: .675em;
left: 0;
margin-top: -3px
}
ol {
counter-reset: a;
list-style: none
}
ol li {
position: relative;
padding-left: 30px
}
ol li:before {
counter-increment: a;
border-radius: 0;
background-color: transparent;
display: block;
margin: 0;
padding: 0;
position: absolute;
top: 0;
left: 0;
width: 30px;
height: auto;
color: var(--clr-att-hover);
font-weight: 600
}
ol li:before,
ol li:nth-child(9)~li:before {
content: counter(a) "."
}
.list,
.list li,
.menu,
.menu li {
margin: 0;
padding: 0
}
.list li:before,
.menu li:before {
display: none
}
a {
color: var(--clr-att)
}
a,
a:hover {
text-decoration: none
}
a:hover {
color: var(--clr-att-second)
}
.link-main,
a.link-main {
text-decoration: none;
border-bottom: 1px solid
}
.link-email,
.link-location,
.link-phone {
white-space: nowrap;
display: inline-block;
position: relative;
color: inherit;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis
}
.link-email.link-text,
.link-location.link-text,
.link-phone.link-text {
display: inline;
padding: 0
}
.link-email.link-text:before,
.link-location.link-text:before,
.link-phone.link-text:before {
display: none
}
.link-email:before {
background-image: url(//primewill.ru/wp-content/themes/maintheme/assets/icons/link-email.svg)
}
.link-location {
white-space: normal
}
.link-location:before {
background-image: url(//primewill.ru/wp-content/themes/maintheme/assets/icons/link-location.svg)
}
a.link-email:hover,
a.link-location:hover,
a.link-phone:hover {
color: var(--clr-att)
}
.h1-title,
.h2-title,
.h3-title,
.h4-title,
.h5-title,
.h6-title,
h1,
h2,
h3,
h4,
h5,
h6 {
display: block;
position: relative;
font-weight: 500;
line-height: 1.2;
font-size: 1em;
margin: 60px 0 24px;
margin: 6rem 0 2.4rem;
font-family: Ubuntu, sans-serif
}
.h1-title *,
.h2-title *,
.h3-title *,
.h4-title *,
.h5-title *,
.h6-title *,
h1 *,
h2 *,
h3 *,
h4 *,
h5 *,
h6 * {
font-family: Ubuntu, sans-serif
}
.h1-title:first-child,
.h2-title:first-child,
.h3-title:first-child,
.h4-title:first-child,
.h5-title:first-child,
.h6-title:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
margin-top: 0
}
.h1-title:last-child,
.h2-title:last-child,
.h3-title:last-child,
.h4-title:last-child,
.h5-title:last-child,
.h6-title:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
margin-bottom: 0
}
.page-subtitle {
font-size: 20px;
font-size: 2rem;
line-height: 1.5;
font-weight: 500;
color: var(--clr-att);
margin: 0 0 10px;
margin: 0 0 1rem
}
.page-subtitle+* {
margin-top: 0
}
.h1-title,
h1 {
font-size: 46px;
font-size: 4.6rem;
text-transform: uppercase;
margin-bottom: 15px;
margin-bottom: 1.5rem
}
.h2-title,
h2 {
font-size: 36px;
font-size: 3.6rem
}
.h3-title,
h3 {
font-size: 26px;
font-size: 2.6rem
}
.text-lead {
font-size: 1.27272727em
}
.text-small {
font-size: .81818182em
}
.text-light,
.title-light {
color: var(--clr-light)
}
.text-base,
.title-base {
color: var(--clr-base)
}
.text-att,
.title-att {
color: var(--clr-att)
}
.text-line,
.title-line {
white-space: nowrap
}
.text-upper,
.title-upper {
text-transform: uppercase
}
.text-left,
.title-left {
text-align: left
}
.text-right,
.title-right {
text-align: right
}
.text-center,
.title-center {
text-align: center
}
.tbl-inner-wrap {
margin: 30px 0 70px;
margin: 3rem 0 7rem;
border-radius: 3rem;
border: 1px solid rgba(126, 34, 26, .2);
padding: 0 50px;
padding: 0 5rem
}
.tbl-inner-wrap.type-small {
border-radius: 16px
}
.tbl-inner-wrap.type-small table td,
.tbl-inner-wrap.type-small table th {
height: 53px;
height: 5.3rem;
padding-left: 30px;
padding-left: 3rem;
padding-right: 30px;
padding-right: 3rem
}
.tbl-inner-wrap.type-small tbody th {
font-weight: 500
}
.tbl-inner-wrap.type-second {
padding: 0;
border-color: var(--clr-att)
}
.tbl-inner-wrap.type-second table thead {
font-size: 26px;
font-size: 2.6rem
}
.tbl-inner-wrap.type-second table tbody {
font-size: 16px
}
.tbl-inner-wrap.type-second table tbody th {
font-size: 20px;
font-size: 2rem
}
.tbl-inner-wrap.type-second table td,
.tbl-inner-wrap.type-second table th {
border-color: var(--clr-att)
}
.tbl-inner-wrap:first-child {
margin-top: 0
}
.tbl-inner-wrap:last-child {
margin-bottom: 0
}
.tbl-inner-wrap table {
margin: 0;
width: 100%
}
.tbl-inner-wrap table tbody tr:first-child td,
.tbl-inner-wrap table tbody tr:first-child th,
.tbl-inner-wrap table thead tr:first-child td,
.tbl-inner-wrap table thead tr:first-child th {
border-top: none
}
.tbl-inner-wrap table tbody tr:last-child td,
.tbl-inner-wrap table tbody tr:last-child th {
border-bottom: none
}
.tbl-inner-wrap table td:first-child,
.tbl-inner-wrap table th:first-child {
border-left: none
}
.tbl-inner-wrap table td:last-child,
.tbl-inner-wrap table th:last-child {
border-right: none
}
table {
margin: 30px 0 70px;
margin: 3rem 0 7rem
}
table:first-child {
margin-top: 0
}
table:last-child {
margin-bottom: 0
}
table td,
table th {
vertical-align: middle;
text-align: left;
font-weight: 400;
height: 76px;
height: 7.6rem;
padding: 10px 50px;
padding: 10px 5rem;
border: 1px solid rgba(126, 34, 26, .2)
}
table thead td,
table thead th {
font-weight: 500;
font-size: .90909091em
}
@media (max-width:1799px) {
:root {
font-size: 9.5px;
--fsize: 20px
}
}
@media (max-width:1599px) {
:root {
font-size: 9px
}
}
@media (max-width:1399px) {
:root {
font-size: 8px;
--fsize: 18px
}
}
@media (max-width:1023px) {
:root {
font-size: 7px;
--fsize: 16px
}
.tbl-inner-wrap {
padding: 0;
overflow-x: auto;
overflow-y: hidden;
scrollbar-width: none;
-ms-overflow-style: none
}
.tbl-inner-wrap::-webkit-scrollbar {
width: 0;
height: 0
}
.tbl-inner-wrap table {
min-width: 800px
}
.h1-title,
h1 {
font-size: 4rem
}
}
@media (min-width:1024px) {
:root {
--paddingContainer: 30px
}
}
@media (min-width:1400px) {
:root {
--paddingContainer: 40px
}
}
@media (min-width:1800px) {
:root {
--paddingContainer: 10rem
}
}
body,
html {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
min-width: var(--min);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
max-width: 100%
}
body {
width: 100vw;
overflow-x: hidden
}
html {
scrollbar-gutter: stable
}
html.with-fancybox body.hide-scrollbar {
overflow: inherit !important;
overflow-x: hidden !important;
margin-right: 0 !important
}
.cnt-full-wrap {
margin-left: calc(var(--paddingContainer) * -1);
margin-right: calc(var(--paddingContainer) * -1)
}
.cnt-full-wrap,
.inner-wrap,
.page-full {
padding-left: var(--paddingContainer);
padding-right: var(--paddingContainer)
}
.inner-wrap,
.page-full {
position: relative;
clear: both;
margin: 0 auto;
min-width: var(--min);
max-width: var(--max);
width: 100%
}
.inner-wrap .inner-wrap,
.page-full .inner-wrap {
min-width: 0;
padding-left: 0;
padding-right: 0
}
.inner-wrap .cnt-section,
.page-full .cnt-section {
min-width: 0
}
.page-full {
-ms-flex: 1 0 auto;
flex: 1 0 auto
}
.cnt-section,
.footer,
.header,
.nav,
.wrap {
position: relative;
clear: both;
min-width: var(--min);
width: 100%
}
.wrap {
overflow: visible;
min-height: 100vh;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column
}
.footer,
.header,
.nav,
.wrap>.cnt-section {
-ms-flex-negative: 0;
flex-shrink: 0
}
.footer,
.header,
.nav {
line-height: 1;
text-align: left
}
.footer li,
.footer p,
.footer ul,
.header li,
.header p,
.header ul,
.nav li,
.nav p,
.nav ul {
margin: 0;
padding: 0
}
.footer li:before,
.footer p:before,
.footer ul:before,
.header li:before,
.header p:before,
.header ul:before,
.nav li:before,
.nav p:before,
.nav ul:before {
display: none
}
.footer a,
.header a,
.nav a {
text-decoration: none;
position: relative;
transition: all .2s ease
}
.header {
z-index: 6;
margin-bottom: 0;
position: sticky;
top: 0;
background: #fff
}
.header:has(+.section-order-box) {
margin-bottom: 0
}
.header-main-panel,
.header-menu-panel {
border-bottom: 1px solid rgba(126, 34, 26, .2);
font-size: 20px;
font-size: 2rem;
line-height: 1.2;
position: relative;
text-align: left;
font-weight: 500
}
.header-main-panel .btn-popup,
.header-menu-panel .btn-popup {
display: none
}
.header-main-panel .inner-wrap {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center
}
.header-main-panel .info-inner-wrap,
.header-main-panel .logo-inner-wrap,
.header-main-panel .soc-inner-wrap {
min-height: 75px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
border-left: 1px solid rgba(126, 34, 26, .2);
padding-top: 10px;
padding-bottom: 10px
}
.header-main-panel .logo-inner-wrap {
-ms-flex: 1;
flex: 1;
padding-right: 30px;
padding-right: 3rem;
border-left: none
}
.header-main-panel .soc-inner-wrap {
padding-left: 40px;
padding-left: 4rem
}
.header-main-panel .info-inner-wrap {
border-left: 1px solid rgba(126, 34, 26, .2);
-ms-flex-negative: 0;
flex-shrink: 0;
padding: 10px 40px;
padding: 10px 4rem;
gap: 40px;
gap: 4rem;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.header-main-panel .info-wrap {
-ms-flex-negative: 0;
flex-shrink: 0;
font-family: Ubuntu, sans-serif
}
.header-main-panel .info-wrap * {
font-family: Ubuntu, sans-serif
}
.header-main-panel .info-wrap a:not(:hover) {
color: inherit
}
.header-main-panel .logo {
width: 172px
}
.header-main-panel .button-soc {
width: 30px;
height: 30px;
margin: 0 18px 0 0;
margin: 0 1.8rem 0 0;
-ms-flex-negative: 0;
flex-shrink: 0
}
.header-main-panel .button-soc:last-child {
margin-right: 0
}
.header-main-panel .btn {
padding: 0 48px;
padding: 0 4.8rem;
width: auto;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-left: 22px;
margin-left: 2.2rem
}
.header-main-panel .btn:first-child {
margin-left: 0
}
.header-menu-panel .inner-wrap {
padding: 0
}
.header-menu-panel .menu {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
min-height: 70px;
font-weight: 400;
-ms-flex-pack: center;
justify-content: center;
padding: 10px 0
}
.header-menu-panel .btn-menu {
display: block;
padding: 0 20px;
padding: 0 2rem;
height: 24px;
line-height: 24px;
white-space: nowrap;
position: relative;
overflow: hidden;
max-width: 100%;
color: inherit
}
.header-menu-panel .btn-menu.active,
.header-menu-panel .btn-menu:hover {
color: var(--clr-att)
}
.footer {
border-top: 1px solid rgba(126, 34, 26, .2)
}
.footer-map-panel {
background: #eee;
height: 374px;
position: relative;
overflow: hidden
}
.footer-map-panel>iframe {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0
}
.footer-info-panel {
font-size: 18px;
font-size: 1.8rem;
color: rgba(36, 31, 33, .6);
line-height: 1.33333333
}
.footer-info-panel .inner-wrap {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
gap: 40px;
gap: 4rem;
padding-top: 10px;
padding-bottom: 10px;
min-height: 72px;
-ms-flex-align: center;
align-items: center
}
.footer-info-panel .info-wrap:last-child {
text-align: right
}
.footer-info-panel a:not(:hover) {
color: inherit
}
.logo {
display: block;
position: relative;
overflow: hidden;
line-height: 1;
width: 100%;
letter-spacing: normal;
font-weight: 400
}
.logo,
.logo:hover {
text-decoration: none
}
.logo img {
display: block;
width: 100%
}
@media (max-width:1199px) {
.header-main-panel .info-inner-wrap {
padding-left: 3rem;
padding-right: 3rem;
gap: 3rem
}
.header-main-panel .soc-inner-wrap {
padding-left: 3rem
}
.header-main-panel .logo {
width: 160px
}
}
@media (max-width:1023px) {
.section-mobile-full {
margin-left: calc(var(--paddingContainer) * -1);
margin-right: calc(var(--paddingContainer) * -1)
}
.header-main-panel .info-inner-wrap,
.header-main-panel .logo-inner-wrap,
.header-main-panel .soc-inner-wrap {
min-height: 50px
}
.header .header-main-panel .info-inner-wrap {
display: none
}
.footer .header-main-panel .inner-wrap {
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.footer .header-main-panel .logo-inner-wrap {
-ms-flex-order: 1;
order: 1
}
.footer .header-main-panel .soc-inner-wrap {
-ms-flex-order: 2;
order: 2
}
.footer .header-main-panel .info-inner-wrap {
-ms-flex-order: 3;
order: 3;
min-width: 100%;
width: calc(100% + var(--paddingContainer) + var(--paddingContainer));
border-left: none;
margin-left: calc(var(--paddingContainer) * -1);
margin-right: calc(var(--paddingContainer) * -1);
padding-left: var(--paddingContainer);
padding-right: var(--paddingContainer);
border-top: 1px solid rgba(126, 34, 26, .2);
-ms-flex-pack: center;
justify-content: center
}
.footer-info-panel {
font-size: 14px
}
}
@media (max-width:767px) {
.footer-info-panel {
text-align: center
}
.footer-info-panel .inner-wrap {
display: block;
min-height: 0
}
.footer-info-panel .info-wrap:last-child {
text-align: center
}
}
@media (max-width:639px) {
.header .header-main-panel .logo {
width: 120px
}
logo {
height: 25px !important
}
.logo img {
height: 25px !important
}
.header .header-main-panel .button-soc {
display: none
}
.header .header-main-panel .btn {
margin-left: 0;
padding: 0 15px;
height: 40px;
font-size: 14px
}
}
.item-tile-project {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column; transition: all .2s ease;
color: var(--clr-base)
}
.tile-content-wrap-flex {
display: flex;
flex-direction: column;
gap: 10px;
}
.item-tile-project:hover {
color: var(--clr-att)
}
.item-tile-project .tile-photo {
aspect-ratio: 850/500;
aspect-ratio: 300/240;
border-radius: 1rem
}
.item-tile-project .tile-info-wrap {
-ms-flex: 1;
flex: 1;
padding: 20px 0 0;
padding: 2rem 0 0
}
.item-tile-project .tile-action-wrap {
display: block;
padding-top: 40px;
padding-top: 4rem
}
.item-tile-project .btn {
padding: 0 70px;
padding: 0 7rem
}
.item-tile-project .tile-title {
margin-bottom: 5px;
margin-top: 0
}
.item-tile-project .tile-title:last-child {
margin-bottom: 0
}
.item-tile-photo,
.item-tile-team {
display: block;
position: relative;
color: var(--clr-base);
font-size: 18px;
transition: all .2s ease
}
.item-tile-photo:hover,
.item-tile-team:hover {
color: var(--clr-att)
}
.item-tile-photo .tile-photo-wrap,
.item-tile-team .tile-photo-wrap {
margin-bottom: 24px;
margin-bottom: 2.4rem
}
.item-tile-photo .tile-photo,
.item-tile-team .tile-photo {
border-radius: 1rem;
aspect-ratio: 415/500
}
.item-tile-photo .tile-info,
.item-tile-team .tile-info {
color: var(--clr-base)
}
.item-tile-photo .tile-title,
.item-tile-team .tile-title {
margin: 0 0 10px;
margin: 0 0 1rem
}
.item-tile-article {
display: block;
position: relative;
font-size: 18px;
line-height: 1.35;
transition: all .2s ease
}
.item-tile-article,
.item-tile-article:hover {
color: var(--clr-base)
}
.item-tile-article:hover .tile-date,
.item-tile-article:hover .tile-title {
color: var(--clr-att)
}
.item-tile-article .tile-photo-wrap {
margin-bottom: 20px;
margin-bottom: 2rem
}
.item-tile-article .tile-photo {
aspect-ratio: 850/297;
border-radius: 1rem
}
.item-tile-article .tile-date {
color: var(--clr-att)
}
.item-tile-article .tile-date,
.item-tile-article .tile-title {
line-height: 1.1;
margin: 0 0 20px;
margin: 0 0 2rem;
transition: color .2s ease
}
.item-tile-faq .tile-title {
display: block;
position: relative;
color: var(--clr-base);
transition: all .2s ease;
padding: 32px 60px 32px 0;
padding: 3.2rem 60px 3.2rem 0;
font-weight: 500;
margin: 0
}
.item-tile-faq .tile-title.active:before {
rotate: 0deg
}
.item-tile-faq .tile-title:after,
.item-tile-faq .tile-title:before {
content: "";
display: block;
width: 28px;
height: 2px;
background: var(--clr-att);
position: absolute;
top: 50%;
right: 14px;
margin: -1px 0 0 -14px;
transition: all .2s ease
}
.item-tile-faq .tile-title:before {
rotate: 90deg
}
.item-tile-faq .tile-title:hover {
color: var(--clr-att)
}
.item-tile-faq .tile-content-block {
display: block;
overflow: hidden;
height: 0;
interpolate-size: allow-keywords;
transition: all .2s ease
}
.item-tile-faq .active~.tile-content-block {
height: auto;
padding-bottom: 30px;
padding-bottom: 3rem
}
.item-tile-gallery {
display: block;
position: relative;
color: var(--clr-base)
}
.item-tile-gallery:hover {
color: var(--clr-att)
}
.item-tile-gallery:hover .tile-info-wrap {
opacity: 1
}
.item-tile-gallery .tile-info-wrap {
opacity: 1;
transition: all .2s ease
}
.item-tile-gallery .tile-title {
font-weight: 500;
line-height: 1.1
}
.item-tile-gallery .tile-photo {
aspect-ratio: 415/500;
border-radius: 1rem;
margin-bottom: 24px;
margin-bottom: 2.4rem
}
.item-tile-info-col {
position: relative;
padding-bottom: 20px
}
.item-tile-info-col:hover .tile-title {
color: var(--clr-att)
}
.item-tile-info-col:hover .tile-photo:after,
.item-tile-info-col:hover .tile-photo:before {
opacity: 1
}
.item-tile-info-col .tile-photo {
aspect-ratio: 560/300;
border-radius: var(--mainRadius)
}
.item-tile-info-col .tile-photo:after {
content: "";
opacity: 0;
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(36, 31, 33, .6) url(//primewill.ru/wp-content/themes/maintheme/assets/icons/arrow-hover.svg) no-repeat;
background-position: right 30px top 30px;
background-position: right 3rem top 3rem;
background-size: 5rem auto;
z-index: 1;
transition: opacity .2s ease
}
.item-tile-info-col .tile-info-wrap {
padding: 30px 0 0;
padding: 3rem 0 0
}
.item-tile-info-col .tile-title {
transition: color .2s ease
}
.item-tile-info-col li {
margin-bottom: .7em
}
.item-tile-info-col li:last-child {
margin-bottom: 0
}
.item-tile-info-main {
display: block;
position: relative;
width: 100%;
padding: 20px;
padding: 2rem;
border-radius: 2rem;
border: 1px solid #e7d9d8
}
.item-tile-info-main .tile-info-wrap {
display: block;
position: relative;
padding: 30px 0;
padding: 3rem 0
}
.item-tile-info-main .tile-photo-wrap {
-ms-flex-order: 2;
order: 2
}
.item-tile-info-main .tile-photo {
aspect-ratio: inherit;
min-height: 400px;
min-height: 40rem;
border-radius: var(--mainRadius)
}
.item-tile-info-main .tile-title {
margin-bottom: 30px;
margin-bottom: 3rem
}
.item-tile-info-main .btn {
padding: 0 70px;
padding: 0 7rem;
margin-top: 45px;
margin-top: 4.5rem
}
.item-tile-info-main p {
margin-bottom: 24px;
margin-bottom: 2.4rem
}
.item-tile-info-main ul {
font-size: 16px;
margin: 0
}
.item-tile-info-main li {
margin-bottom: 10px;
margin-bottom: 1rem
}
.item-tile-info-main li:last-child {
margin-bottom: 0
}
.item-tile-info-ico {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
color: var(--clr-base);
text-align: left;
position: relative;
min-height: 100%;
padding: 24px 24px 24px 50px;
padding: 2.4rem 2.4rem 2.4rem 5rem
}
.item-tile-info-ico .tile-ico {
width: 64px;
width: 6.4rem;
height: 80px;
height: 8rem;
-ms-flex-negative: 9;
flex-shrink: 9
}
.item-tile-info-ico .tile-title {
-ms-flex: 1;
flex: 1;
padding-left: 40px;
padding-left: 4rem
}
.item-tile-location .tile-photo {
aspect-ratio: 850/450;
border-radius: var(--mainRadius);
border: 1px solid rgba(126, 34, 26, .2);
margin-top: 30px;
margin-top: 3rem
}
.item-tile-location .tile-title {
margin-bottom: 10px
}
.item-tile-location p {
margin: 0
}
.item-tile-cnt {
font-weight: 500
}
.item-tile-cnt .tile-subtitle {
color: rgba(36, 31, 33, .6);
font-weight: 300;
font-size: 18px;
font-size: 1.8rem;
margin-bottom: .27777778em
}
.item-tile-cnt .tile-value,
.item-tile-cnt .tile-value * {
font-family: Ubuntu, sans-serif
}
.item-tile-cnt a:not(:hover) {
color: inherit
}
:is([class^=item-tile]):hover .elm-photo img,
:is([class^=item-tile]):hover .tile-photo img {
transform: scale(1.03)
}
.elm-photo,
.tile-photo {
display: block;
position: relative;
overflow: hidden;
text-decoration: none;
line-height: 1;
-ms-flex-negative: 0;
flex-shrink: 0
}
.elm-photo:hover .photo-hover-wrap,
.tile-photo:hover .photo-hover-wrap {
opacity: 1
}
.elm-photo.photo-play:after,
.elm-photo.video-item:after,
.tile-photo.photo-play:after,
.tile-photo.video-item:after {
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 2;
width: 50px;
height: 50px;
background: url(//primewill.ru/wp-content/themes/maintheme/assets/icons/play.svg) 50% no-repeat;
background-size: 100% auto;
transition: all .2s ease;
margin: auto
}
.elm-photo.video-item:before,
.tile-photo.video-item:before {
content: "";
display: block !important;
z-index: 1;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(36, 31, 33, .6);
transition: all .2s ease;
padding: 0
}
.elm-photo.video-item:hover:before,
.tile-photo.video-item:hover:before {
background-color: rgba(36, 31, 33, .4)
}
.elm-photo.photo-zoom:after,
.tile-photo.photo-zoom:after {
content: "";
display: block;
position: absolute;
top: 50%;
left: 50%;
z-index: 1;
transform: translate(-50%, -50%);
opacity: 0;
width: 40px;
height: 40px;
border-radius: 50%;
background: var(--clr-att) url(//primewill.ru/wp-content/themes/maintheme/assets/icons/zoom.svg);
background-size: 24px auto;
transition: all .2s ease
}
.elm-photo.photo-zoom:hover:after,
.tile-photo.photo-zoom:hover:after {
opacity: 1
}
.elm-photo:before,
.tile-photo:before {
content: "";
display: none;
padding-top: 100%
}
.elm-photo img,
.tile-photo img {
display: block;
position: relative;
width: 100%;
transition: all 1s ease-out
}
.elm-photo.photo-cover:before,
.tile-photo.photo-cover:before {
display: block
}
.elm-photo.photo-cover img,
.tile-photo.photo-cover img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover
}
.elm-photo.photo-contain:before,
.tile-photo.photo-contain:before {
display: block
}
.elm-photo.photo-contain img,
.tile-photo.photo-contain img {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
max-width: 100%;
max-height: 100%;
width: auto;
height: auto
}
.photo-hover-wrap {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: end;
justify-content: flex-end;
position: absolute;
opacity: 0;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 2;
background: rgba(36, 31, 33, .6);
font-size: 18px;
color: #fff;
font-weight: 300;
text-align: left;
line-height: var(--lhsize);
transition: all .2s ease
}
.photo-hover-wrap>.photo-button.btn {
width: auto;
min-width: 0;
padding: 0;
aspect-ratio: 1;
position: absolute;
top: 30px;
top: 3rem;
right: 30px;
right: 3rem
}
.photo-hover-wrap>.photo-button.btn .button-ico {
margin: 0 auto
}
.photo-hover-wrap .photo-hover-content {
display: block;
padding: 80px 30px 30px;
padding: 80px 3rem 3rem;
width: 100%;
max-height: 100%;
position: relative;
overflow-y: auto;
overflow-x: hidden;
scrollbar-width: none;
-ms-overflow-style: none
}
.photo-hover-wrap .photo-hover-content::-webkit-scrollbar {
width: 0;
height: 0
}
.photo-hover-wrap .photo-title {
margin: 0 0 20px;
margin: 0 0 2rem;
line-height: 1.1;
font-weight: 500
}
.photo-hover-wrap .photo-title.text-many-lines {
-webkit-line-clamp: 3;
max-height: 3.3em
}
.photo-hover-wrap .photo-title:has(.photo-title-inner) {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
gap: 10px
}
.photo-hover-wrap .photo-title .photo-title-inner {
display: block
}
.photo-hover-wrap .photo-total {
margin-top: 30px;
margin-top: 3rem;
line-height: 1.1
}
.photo-hover-wrap .photo-info.text-many-lines {
-webkit-line-clamp: 5;
max-height: 6.75em;
line-height: 1.35
}
.photo-hover-wrap .photo-date {
display: block;
margin: 20px 0 0;
margin: 2rem 0 0;
font-weight: 600;
color: hsla(0, 0%, 100%, .6)
}
@supports (aspect-ratio:1) {
.elm-photo:not(.photo-cover, .photo-contain),
.tile-photo:not(.photo-cover, .photo-contain) {
aspect-ratio: inherit !important
}
.photo-contain,
.photo-cover {
aspect-ratio: 1
}
.photo-contain:before,
.photo-cover:before {
display: none !important
}
}
.elm-price,
.tile-price {
white-space: nowrap
}
.elm-price.price-old,
.tile-price.price-old {
text-decoration: line-through
}
[data-unit]:after {
content: attr(data-unit);
font-family: Arial, Roboto, Open Sans, sans-serif
}
.button-ico,
.elm-ico,
.frm-ico,
.lbl-ico,
.menu-ico,
.tab-ico,
.tile-ico {
display: block;
position: relative;
overflow: hidden;
width: 40px;
height: 40px;
-ms-flex-negative: 0;
flex-shrink: 0
}
.button-ico .i,
.button-ico [class*=icon-],
.button-ico img,
.button-ico svg,
.elm-ico .i,
.elm-ico [class*=icon-],
.elm-ico img,
.elm-ico svg,
.frm-ico .i,
.frm-ico [class*=icon-],
.frm-ico img,
.frm-ico svg,
.lbl-ico .i,
.lbl-ico [class*=icon-],
.lbl-ico img,
.lbl-ico svg,
.menu-ico .i,
.menu-ico [class*=icon-],
.menu-ico img,
.menu-ico svg,
.tab-ico .i,
.tab-ico [class*=icon-],
.tab-ico img,
.tab-ico svg,
.tile-ico .i,
.tile-ico [class*=icon-],
.tile-ico img,
.tile-ico svg {
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
max-width: 100%;
max-height: 100%
}
.elm-overlay {
display: none;
animation: a ease .2s;
background: rgba(0, 0, 0, .8);
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 8
}
.elm-overlay.active {
display: block
}
.elm-sticker,
.tile-sticker {
display: inline-block;
vertical-align: middle;
position: relative;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
background: #000;
height: 27px;
line-height: 27px;
border-radius: 5px;
padding: 0 12px;
font-size: 16px;
font-weight: 700;
color: #fff
}
.elm-table-wrap,
.tile-table-wrap {
margin: 0;
border-radius: 10px;
border: 1px solid var(--clr-att);
position: relative;
overflow: hidden
}
.elm-table-wrap table,
.tile-table-wrap table {
width: 100%;
margin: 0;
font-size: 18px
}
.elm-table-wrap table td,
.elm-table-wrap table th,
.tile-table-wrap table td,
.tile-table-wrap table th {
border: none;
border-bottom: 1px solid var(--clr-att);
padding: 20px 30px;
padding: 2rem 3rem;
height: auto
}
.elm-table-wrap table th,
.tile-table-wrap table th {
font-weight: 500;
font-size: 20px
}
.elm-table-wrap table tr:last-child td,
.elm-table-wrap table tr:last-child th,
.tile-table-wrap table tr:last-child td,
.tile-table-wrap table tr:last-child th {
border-bottom: none
}
@media (max-width:1199px) {
.photo-hover-wrap {
font-size: 16px
}
.photo-hover-wrap .photo-title {
font-size: 18px
}
}
@media (max-width:1023px) {
.elm-table-wrap table,
.tile-table-wrap table {
font-size: 16px
}
.elm-table-wrap table th,
.tile-table-wrap table th {
font-size: 18px
}
.item-tile-article {
font-size: 16px
}
.item-tile-cnt .tile-subtitle {
font-size: 14px
}
.photo-hover-wrap {
font-size: 16px
}
.photo-hover-wrap .photo-hover-content {
padding: 60px 15px 15px
}
.photo-hover-wrap .photo-info.text-many-lines {
-webkit-line-clamp: 3;
max-height: 4.05em
}
.photo-hover-wrap>.photo-button.btn {
top: 15px;
right: 15px;
width: 30px;
height: 30px
}
.photo-hover-wrap>.photo-button.btn .button-ico {
width: 16px;
height: 16px
}
.photo-hover-wrap .photo-title {
margin-bottom: 10px;
font-size: 16px
}
.photo-hover-wrap .photo-date {
margin-top: 5px
}
}
@media (max-width:767px) {
.elm-table-wrap table,
.tile-table-wrap table {
font-size: 14px
}
.elm-table-wrap table td,
.elm-table-wrap table th,
.tile-table-wrap table td,
.tile-table-wrap table th {
padding: 2rem
}
.elm-table-wrap table th,
.tile-table-wrap table th {
font-size: 16px
}
.photo-hover-wrap {
font-size: 14px
}
}
@media (min-width:768px) {
.item-wrap:nth-child(2n) .item-tile-info-main {
padding-right: 2rem;
padding-left: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: var(--mainRadius);
border-bottom-right-radius: var(--mainRadius);
border-right: 1px solid #e7d9d8;
border-left: none
}
.item-wrap:nth-child(2n) .item-tile-info-main:after,
.item-wrap:nth-child(2n) .item-tile-info-main:before {
left: 0;
right: auto;
width: 2rem
}
.item-wrap:nth-child(2n) .item-tile-info-main .tile-info-wrap {
-ms-flex-order: 2;
order: 2;
border-right: none;
border-left: 1px solid #e7d9d8;
padding: 0 4rem 0 6rem
}
.item-wrap:nth-child(2n) .item-tile-info-main .tile-photo-wrap {
-ms-flex-order: 1;
order: 1;
padding-left: 0;
padding-right: 2rem
}
.item-wrap:nth-child(2n) .item-tile-info-main .tile-photo {
left: 0;
right: 2rem
}
.item-tile-info-main {
display: -ms-flexbox;
display: flex;
padding-right: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-right: none
}
.item-tile-info-main.tile-half .tile-info-wrap {
width: 50%;
max-width: 50%
}
.item-tile-info-main.tile-main:after,
.item-tile-info-main.tile-main:before {
display: none
}
.item-tile-info-main:after,
.item-tile-info-main:before {
content: "";
display: block;
position: absolute;
top: -1px;
left: 50%;
right: 0;
height: 1px;
background: #fff
}
.item-tile-info-main:after {
top: auto;
bottom: -1px
}
.item-tile-info-main .tile-info-wrap {
width: 31.13636364em;
max-width: 50%;
padding: 0 6rem 0 4rem;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
border-right: 1px solid #e7d9d8
}
.item-tile-info-main .tile-content-wrap {
padding-top: 7.6rem;
padding-bottom: 7.6rem
}
.item-tile-info-main .tile-photo-wrap {
-ms-flex: 1;
flex: 1;
padding-left: 2rem;
position: relative;
min-height: 40rem
}
.item-tile-info-main .tile-photo {
height: auto;
position: absolute;
top: 0;
bottom: 0;
left: 2rem;
right: 0
}
}
@media (min-width:1024px) {
.item-tile-info-col,
.item-tile-info-main ul {
font-size: 18px
}
}
.card-project-box {
margin-bottom: var(--sectionMargin);
display: -ms-flexbox;
display: flex;
gap: 60px;
gap: 6rem
}
.card-project-box .info-inner-wrap,
.card-project-box .photos-inner-wrap {
width: calc(50% - 3rem)
}
.card-project-box .info-inner-wrap {
padding-top: 30px;
padding-top: 3rem
}
.card-project-box .tiles-thumbs-slider-box {
margin-bottom: 0
}
.tiles-thumbs-slider-box {
margin-bottom: var(--sectionMargin)
}
.tiles-thumbs-slider-box .slider-photos-thumbs .slider-wrap {
margin: 0 -10px;
margin: 0 -1rem
}
.tiles-thumbs-slider-box .slider-photos-thumbs .sl-wrap {
padding: 0 10px;
padding: 0 1rem
}
.tiles-thumbs-slider-box .slider-photos-thumbs .elm-photo {
opacity: .6
}
.tiles-thumbs-slider-box .slider-photos-thumbs .elm-photo:hover,
.tiles-thumbs-slider-box .slider-photos-thumbs .swiper-slide-thumb-active .elm-photo {
opacity: 1
}
.tiles-thumbs-slider-box .slider-photos-main {
position: relative;
margin-bottom: 20px;
margin-bottom: 2rem
}
.tiles-thumbs-slider-box .slider-photos-main .slider-wrap {
border-radius: 10px;
line-height: 0;
margin: 0;
overflow: hidden
}
.tiles-thumbs-slider-box .slider-photos-main .sl-wrap {
padding: 0
}
.tiles-thumbs-slider-box .slider-photos-main .elm-photo {
height: 400px;
height: 40rem;
aspect-ratio: inherit;
border-radius: 0
}
.tiles-thumbs-slider-box .elm-photo {
border-radius: 10px;
aspect-ratio: 257/150
}
.menu-box {
margin-bottom: var(--sectionMargin);
position: relative
}
.menu-box li {
break-inside: avoid-column;
width: 100%
}
.menu-box li:first-child .btn-menu {
border-top: none
}
.menu-box .active~.menu-content-block {
height: auto;
padding-bottom: 30px;
padding-bottom: 3rem
}
.menu-box .menu-content-block {
height: 1px;
position: relative;
overflow: hidden;
width: 100%;
interpolate-size: allow-keywords;
transition: all .2s ease
}
.menu-box .btn-menu {
display: -ms-flexbox;
display: flex;
border-top: 1px solid var(--clr-att);
-ms-flex-align: center;
align-items: center;
min-height: 100px;
min-height: 10rem;
font-size: 26px;
font-size: 2.6rem;
line-height: 1.1;
font-weight: 500;
color: var(--clr-base);
padding: 15px 50px 15px 0;
padding: 15px 5rem 15px 0;
position: relative
}
.menu-box .btn-menu:after,
.menu-box .btn-menu:before {
content: "";
display: block;
width: 28px;
width: 2.8rem;
height: 2px;
background: var(--clr-att);
position: absolute;
top: 50%;
right: 24px;
right: 2.4rem;
margin: -1px -14px 0 0;
margin: -1px -1.4rem 0 0;
transition: all .2s ease
}
.menu-box .btn-menu:before {
rotate: 90deg
}
.menu-box .btn-menu:hover {
color: var(--clr-att)
}
.info-form-box,
.info-table-box {
margin-bottom: var(--sectionMargin)
}
.info-form-box .box-inner-wrap {
display: -ms-flexbox;
display: flex;
padding: 60px 0;
padding: 6rem 0
}
.info-form-box .info-inner-wrap {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0 40px 0 0;
padding: 0 4rem 0 0
}
.info-form-box .form-inner-wrap,
.info-form-box .info-inner-wrap {
width: 50%;
-ms-flex-negative: 0;
flex-shrink: 0
}
.info-form-box .form-box {
margin: 0;
padding: 10px 0;
padding: 1rem 0
}
.info-form-box .form-box .form-wrap {
margin: 0 0 0 auto
}
.tiles-faq-box {
margin-bottom: var(--sectionMargin)
}
.tiles-faq-box .items-inner-wrap {
margin: 0 auto;
max-width: 1140px
}
.tiles-faq-box .item-wrap {
border-bottom: 1px solid var(--clr-att);
padding: 0;
margin: 0
}
.tiles-faq-box .items-wrap {
margin: 0
}
.tiles-photos-slider-box {
margin-bottom: var(--sectionMargin);
position: relative
}
.tiles-photos-slider-box .slider-wrap {
margin: 0;
border-radius: 3rem;
position: relative;
line-height: 0
}
.tiles-photos-slider-box .sl-wrap {
padding: 0
}
.tiles-photos-slider-box .elm-photo {
aspect-ratio: 1720/600
}
.tiles-photos-slider-box .video-item {
aspect-ratio: inherit;
height: 500px;
height: 50rem
}
.tiles-photos-slider-box .button-slider-photos-prev {
position: absolute;
top: 50%;
left: 40px;
left: 4rem;
margin-top: -25px;
z-index: 1
}
.tiles-photos-slider-box .button-slider-photos-next {
position: absolute;
top: 50%;
right: 40px;
right: 4rem;
margin-top: -25px;
z-index: 1
}
.tiles-photos-slider-box:has(.swiper-button-disabled~.swiper-button-disabled) .swiper-button-disabled {
display: none
}
.info-box {
margin-bottom: var(--sectionMargin);
color: hsla(0, 0%, 100%, .8);
position: relative
}
.info-box:before {
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 50%;
width: 100dvw;
min-width: var(--min);
transform: translateX(-50%);
overflow: hidden;
background: var(--clr-att)
}
.info-box .box-inner-wrap {
display: -ms-flexbox;
display: flex;
position: relative
}
.info-box .info-inner-wrap {
width: 50%;
-ms-flex-negative: 0;
flex-shrink: 0;
padding: 80px 70px 80px 0;
padding: 8rem 7rem 8rem 0;
-ms-flex-order: 1;
order: 1
}
.info-box .info-inner-wrap:has(.items-wrap) {
padding: 0
}
.info-box .photo-inner-wrap {
width: 50%;
-ms-flex-negative: 0;
flex-shrink: 0;
-ms-flex-order: 2;
order: 2;
position: relative
}
.info-box .photo-inner-wrap .elm-photo {
position: absolute;
top: 0;
bottom: 0;
left: 0;
aspect-ratio: inherit;
width: 50dvw;
min-width: 100%
}
.info-box .section-title {
color: #fff;
margin-bottom: var(--sectionMargin)
}
.info-box .items-wrap {
margin: 0;
width: 100%
}
.info-box .item-wrap {
width: 100%;
margin: 0;
position: relative;
padding: 37px 50px;
padding: 3.7rem 5rem;
font-size: 18px
}
.info-box .item-wrap .section-title {
margin: 0 0 18px;
margin: 0 0 1.8rem
}
.info-box .item-wrap:last-child:before {
display: none
}
.info-box .item-wrap:before {
content: "";
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 1px;
background: hsla(0, 0%, 100%, .2)
}
.info-box p {
margin-bottom: 20px;
margin-bottom: 2rem
}
.info-box .btn {
padding: 0 70px;
padding: 0 7rem;
margin-top: 10px;
margin-top: 1rem
}
.tiles-info-box {
margin-bottom: var(--sectionMargin)
}
.tiles-info-box .item-wrap:empty {
display: none
}
.tiles-info-box .items-wrap {
margin: 0
}
.tiles-info-box .item-wrap {
margin-bottom: 20px;
margin-bottom: 2rem;
position: relative
}
.tiles-info-box .item-wrap:last-child {
margin-bottom: 0
}
.tiles-info-icons-box {
margin-bottom: var(--sectionMargin)
}
.tiles-info-icons-box .box-inner-wrap {
margin-left: calc(var(--paddingContainer) * -1);
margin-right: calc(var(--paddingContainer) * -1)
}
.tiles-info-icons-box .items-wrap {
margin: 0
}
.tiles-info-icons-box .item-wrap {
width: 100%;
border-bottom: 1px solid rgba(126, 34, 26, .2);
padding: 0;
margin: 0
}
.tiles-info-icons-box .item-tile-info-ico {
padding-left: var(--paddingContainer);
padding-right: var(--paddingContainer)
}
.tabs-panel-box {
margin-bottom: 50px;
margin-bottom: 5rem;
border-radius: 8px;
border: 1px solid rgba(126, 34, 26, .2);
-ms-flex-negative: 0;
flex-shrink: 0;
padding: 4px;
line-height: 1
}
.tabs-panel-box .menu {
display: -ms-flexbox;
display: flex;
gap: 5px;
-ms-flex-negative: 0;
flex-shrink: 0
}
.tabs-panel-box .menu li {
-ms-flex: 1;
flex: 1
}
.tabs-panel-box .btn {
padding: 0 8px;
width: 100%;
border-radius: 6px
}
.tabs-panel-box .btn .button-title {
white-space: normal;
line-height: 1
}
.tabs-panel-box .btn:not(:hover, .active) {
background-color: transparent;
border-color: transparent;
color: var(--clr-base)
}
.tiles-box {
margin-bottom: var(--sectionMargin)
}
.tiles-box:has(.item-tile-article) .items-wrap {
margin-bottom: -35px;
margin-bottom: -3.5rem
}
.tiles-box:has(.item-tile-article) .item-wrap {
margin-bottom: 35px;
margin-bottom: 3.5rem
}
.tiles-box .col-2 .item-wrap {
width: 100%
}
.tiles-box .items-wrap {
margin: 0 -10px -20px;
margin: 0 -1rem -2rem
}
.tiles-box .item-wrap {
padding: 0 10px;
padding: 0 1rem;
margin-bottom: 20px;
margin-bottom: 2rem;
width: 100%
}
.tiles-box .item-wrap.wrap-full {
width: 100%
}
.tiles-box .elm-photo {
aspect-ratio: 560/450;
border-radius: var(--mainRadius)
}
.contacts-form-box {
margin-bottom: var(--sectionMargin)
}
.contacts-form-box .box-inner-wrap {
display: -ms-flexbox;
display: flex
}
.contacts-form-box .info-inner-wrap {
-ms-flex: 1;
flex: 1;
padding: 10px 40px 25px 0;
padding: 1rem 4rem 2.5rem 0;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: justify;
justify-content: space-between;
gap: 40px;
gap: 4rem
}
.contacts-form-box .info-inner-wrap:last-child {
padding-right: 0;
margin-bottom: 0
}
.contacts-form-box .form-inner-wrap {
width: 705px;
width: 70.5rem;
max-width: 50%;
-ms-flex-negative: 0;
flex-shrink: 0
}
.contacts-form-box .title-head-wrap {
margin: 0
}
.contacts-form-box .form-box {
margin-bottom: 0
}
.contacts-form-box .items-wrap {
margin: 0 -25px -40px;
margin: 0 -2.5rem -4rem
}
.contacts-form-box .item-wrap {
width: 13.2em;
max-width: 50%;
padding: 0 25px;
padding: 0 2.5rem;
margin-bottom: 40px;
margin-bottom: 4rem
}
.contacts-form-box .item-wrap:nth-child(2n) {
width: calc(100% - 13.2em);
max-width: 100%;
min-width: 50%
}
.form-box {
margin-bottom: 50px;
border-radius: var(--mainRadius);
background: var(--clr-att);
padding: 50px;
padding: 5rem;
color: #fff
}
.form-box .form-wrap {
margin: 0 auto;
max-width: 532px;
max-width: 53.2rem
}
.form-box .frm-title-wrap {
margin-bottom: 20px;
margin-bottom: 2rem;
text-align: center;
font-size: 18px;
font-weight: 400
}
.form-box .frm-title {
text-transform: uppercase;
font-weight: 500;
margin-bottom: 30px;
margin-bottom: 3rem
}
.form-box .frm-title:last-child {
margin-bottom: 0
}
.form-box .frm-field {
padding: 0 10px;
padding: 0 1rem;
width: 100%;
margin-bottom: 20px;
margin-bottom: 2rem
}
.form-box .field-info {
margin-bottom: 0
}
.form-box .field-submit {
margin-bottom: 12px
}
.form-box .field-submit:last-child {
margin-bottom: 0
}
.form-box .btn {
width: 100%
}
.form-box .frm-row,
.form-box .frm-row-submit {
margin: 0 -10px;
margin: 0 -1rem
}
.form-box .field-half {
width: 50%;
padding: 0 10px;
padding: 0 1rem
}
.form-box .field-four {
width: 25%
}
.page-full:has(+.section-order-box)>:last-child {
margin-bottom: 0
}
.header+.section-order-box {
margin-top: 0
}
.page-full .section-order-box .box-inner-wrap {
overflow: visible
}
.page-full .section-order-box .bg-inner-wrap {
width: 100vw;
left: 50%;
margin-left: -50vw;
min-width: var(--min)
}
.section-order-box {
margin: var(--sectionMargin) 0;
position: relative;
text-align: center;
color: hsla(0, 0%, 100%, .7)
}
.section-order-box:last-child {
margin-bottom: 0
}
.section-order-box:has(+.footer) {
margin-bottom: 0
}
.section-order-box .box-inner-wrap {
overflow: hidden;
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: 80px 0;
padding: 8rem 0;
min-height: 450px;
min-height: 45rem
}
.section-order-box .slider-wrap {
margin: 0
}
.section-order-box .sl-wrap {
padding: 0;
position: relative
}
.section-order-box .slider-actions-wrap {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
width: 116px;
position: absolute;
bottom: 30px;
bottom: 3rem;
right: var(--paddingContainer);
z-index: 3;
display: none
}
.section-order-box.section-main {
color: #fff
}
.section-order-box.section-main .box-inner-wrap {
min-height: 585px;
min-height: 58.5rem;
padding-top: 120px;
padding-top: 12rem;
padding-bottom: 120px;
padding-bottom: 12rem
}
.section-order-box .bg-inner-wrap,
.section-order-box .bg-inner-wrap:after {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0
}
.section-order-box .bg-inner-wrap:after {
content: "";
display: block;
background: linear-gradient(0deg, rgba(36, 31, 33, .6), rgba(36, 31, 33, .6))
}
.section-order-box .section-title {
color: #fff;
margin-bottom: 10px;
margin-bottom: 1rem
}
.section-order-box p {
max-width: 30em;
margin-left: auto;
margin-right: auto
}
.section-order-box .btn {
padding: 0 70px;
padding: 0 7rem
}
.section-order-box .slider-pagination {
position: absolute;
bottom: 0 !important;
left: 0;
right: 0;
padding-bottom: 30px;
padding-bottom: 3rem
}
.section-order-box .slider-pagination .swiper-pagination-bullet {
z-index: 4
}
.tiles-gallery-row-slider-box {
margin-bottom: var(--sectionMargin)
}
.tiles-gallery-row-slider-box .slider-inner-wrap {
margin-bottom: 20px;
margin-bottom: 2rem;
position: relative
}
.tiles-gallery-row-slider-box .slider-inner-wrap:last-child {
margin-bottom: 0
}
.tiles-gallery-row-slider-box .slider-inner-wrap:nth-child(2n) {
margin: 0 0 0 -170px;
margin: 0 0 0 -17rem
}
.tiles-gallery-row-slider-box .swiper-wrapper {
transition-timing-function: linear !important
}
.tiles-gallery-row-slider-box .slider-wrap {
overflow: visible;
margin: 0 -10px;
margin: 0 -1rem
}
.tiles-gallery-row-slider-box .sl-wrap {
width: auto;
padding: 0 10px;
padding: 0 1rem;
width: 580px;
width: 58rem
}
.tiles-gallery-row-slider-box .elm-photo {
border-radius: 1rem;
aspect-ratio: 560/300
}
.tiles-gallery-slider-box {
margin-bottom: var(--sectionMargin)
}
.tiles-gallery-slider-box .slider-wrap {
position: relative;
margin: 0 -10px;
margin: 0 -1rem
}
.tiles-gallery-slider-box .sl-wrap {
padding: 0 10px;
padding: 0 1rem
}
.tiles-gallery-slider-box .slider-pagination {
padding-top: 30px;
padding-top: 3rem; }
.tiles-gallery-slider-box .photo-gallery {
aspect-ratio: 560/450
}
.tiles-gallery-slider-box .elm-photo {
border-radius: var(--mainRadius)
}
.pagenav-box {
margin: 40px 0 0;
margin: 4rem 0 0;
-ms-flex-pack: center;
justify-content: center
}
.pagenav-box,
.pagenav-box .pages-wrap {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center
}
.pagenav-box .pages-wrap {
padding: 0 8px
}
.pagenav-box .btn-page {
min-width: 50px;
height: 50px;
border-radius: 50%;
text-align: center;
line-height: 48px;
padding: 0 10px;
font-size: 18px;
color: var(--clr-base);
font-weight: 600;
display: block;
position: relative;
overflow: hidden;
-ms-flex-negative: 0;
flex-shrink: 0;
margin: 0 4px;
transition: all .2s ease
}
.pagenav-box .btn-page.active,
.pagenav-box .btn-page:hover {
color: var(--clr-att)
}
.pagenav-box .page-dot {
margin: 0 6px
}
.pagenav-box .button-nav {
border: 1px solid var(--clr-base);
margin: 0
}
.pagenav-box .button-nav:before {
content: "";
display: block;
width: 24px;
height: 24px;
position: absolute;
background: url(//primewill.ru/wp-content/themes/maintheme/assets/icons/arrow-slider.svg) 50% no-repeat;
background-size: 100% auto;
top: 50%;
left: 50%;
margin: -12px 0 0 -12px;
transition: all .2s ease;
filter: var(--filterBlack)
}
.pagenav-box .button-nav:hover {
background-color: var(--clr-att);
border-color: var(--clr-att)
}
.pagenav-box .button-nav:hover:before {
filter: var(--filterWhite)
}
.pagenav-box .button-nav.button-disabled {
pointer-events: none;
opacity: .6
}
.pagenav-box .button-nav-prev:before {
rotate: 180deg
}
.title-box,
.title-head-wrap {
margin-bottom: 30px;
margin-bottom: 3rem
}
.title-box .section-title,
.title-head-wrap .section-title {
margin-bottom: 20px;
margin-bottom: 2rem
}
.title-box .section-title:last-child,
.title-head-wrap .section-title:last-child {
margin-bottom: 0
}
.title-box .tabs-panel-box {
margin: 0
}
.title-box .title-wrap {
margin-bottom: 20px;
margin-bottom: 2rem
}
.title-box .title-wrap:last-child {
margin-bottom: 0
}
.title-box:has(.button-wrap) {
display: -ms-flexbox;
display: flex;
-ms-flex-align: end;
align-items: flex-end
}
.title-box:has(.button-wrap) .title-wrap {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
min-height: 44px;
-ms-flex: 1;
flex: 1;
padding-right: 30px;
padding-right: 3rem;
margin: 0
}
.title-box .button-wrap {
-ms-flex-negative: 0;
flex-shrink: 0
}
.title-box .btn {
padding: 0 70px;
padding: 0 7rem
}
.title-actions-box {
display: -ms-flexbox;
display: flex;
-ms-flex-align: end;
align-items: flex-end;
margin-bottom: 40px;
margin-bottom: 4rem
}
.title-actions-box .title-wrap {
-ms-flex: 1;
flex: 1;
min-height: 50px;
padding-right: 30px;
padding-right: 3rem
}
.title-actions-box .title-wrap p {
max-width: 38.63636364em
}
.title-actions-box .actions-wrap {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
width: 116px;
-ms-flex-negative: 0;
flex-shrink: 0
}
.title-actions-box .section-title {
line-height: 1
}
.tiles-gallery-box {
margin-bottom: 140px;
margin-bottom: 14rem
}
.tiles-gallery-box .items-wrap {
margin: 0 -10px -20px;
margin: 0 -1rem -2rem
}
.tiles-gallery-box .item-wrap {
padding: 0 10px;
padding: 0 1rem;
margin-bottom: 20px;
margin-bottom: 2rem;
width: 25%
}
.tiles-gallery-box .elm-photo {
aspect-ratio: 342/450;
border-radius: var(--smallRadius)
}
.article-box {
margin-bottom: 80px;
margin-bottom: 8rem
}
.article-box :has(~.article-info-wrap) {
margin-bottom: 0
}
.article-box .article-info-wrap {
font-size: .90909091em;
font-weight: 500;
color: var(--clr-att);
margin: 30px 0;
margin: 3rem 0
}
.article-box .article-info-wrap:first-child {
margin-top: 0
}
.article-box .article-info-wrap:last-child {
margin-bottom: 0
}
.article-box .elm-photo {
border-radius: 2rem;
margin: 80px 0;
margin: 8rem 0
}
.article-box .elm-photo.photo-lead {
margin-bottom: 55px;
margin-bottom: 5.5rem
}
.article-box .elm-photo:first-child {
margin-top: 0
}
.article-box .elm-photo:last-child {
margin-bottom: 0
}
.article-box li {
margin-bottom: 15px
}
.article-box li:last-child {
margin-bottom: 0
}
.article-box li b {
font-weight: 600
}
.breadcrumbs-box {
margin-bottom: 60px;
margin-bottom: 6rem;
font-size: 16px;
line-height: 1.25;
font-weight: 400;
color: rgba(36, 31, 33, .4)
}
.breadcrumbs-box .menu {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -40px 0 0;
margin: 0 -4rem 0 0
}
.breadcrumbs-box .menu li {
-ms-flex-negative: 0;
flex-shrink: 0;
padding: 0 40px 0 0;
padding: 0 4rem 0 0;
margin: 0;
max-width: 100%;
position: relative
}
.breadcrumbs-box .menu li:last-child {
color: var(--clr-base)
}
.breadcrumbs-box .menu li:after {
content: "/";
display: block;
width: 40px;
width: 4rem;
position: absolute;
top: 0;
right: 0;
text-align: center;
color: var(--clr-base)
}
.breadcrumbs-box .menu li:last-child:after {
display: none
}
.breadcrumbs-box a:not(:hover) {
color: inherit
}
.form-slider-box.form-box .sl-wrap .frm-title-wrap {
text-align: left;
margin-bottom: 20px;
margin-bottom: 2rem
}
.form-slider-box.form-box .sl-wrap .frm-title-wrap .frm-title {
text-transform: none;
margin-bottom: 20px;
margin-bottom: 2rem
}
.form-slider-box.form-box .sl-wrap .frm-field {
margin-bottom: 20px;
margin-bottom: 2rem
}
.form-slider-box.form-box .finish-inner-wrap {
padding: 0 3px
}
.form-slider-box.form-box .finish-inner-wrap .frm-title-wrap .frm-title {
text-transform: none
}
.form-slider-box.show-form .form-wrap {
transform: translateX(-33.33%)
}
.form-slider-box.show-form .start-inner-wrap {
opacity: 0;
pointer-events: none
}
.form-slider-box.show-form .slider-inner-wrap {
opacity: 1;
pointer-events: auto
}
.form-slider-box.show-finish .form-wrap {
transform: translateX(-66.66%)
}
.form-slider-box.show-finish .slider-inner-wrap,
.form-slider-box.show-finish .start-inner-wrap {
opacity: 0;
pointer-events: none
}
.form-slider-box.show-finish .finish-inner-wrap {
opacity: 1;
pointer-events: auto
}
.form-slider-box .slider-outer-wrap {
position: relative;
width: 100%;
overflow: hidden;
max-width: 532px;
max-width: 53.2rem;
margin: 0 auto
}
.form-slider-box .form-wrap {
display: -ms-flexbox;
display: flex;
position: relative;
overflow: hidden;
-ms-flex-align: center;
align-items: center;
width: 300%;
max-width: 300%;
transition: all 1s ease;
transform: 0
}
.form-slider-box .start-inner-wrap {
width: 33.33%;
-ms-flex-negative: 0;
flex-shrink: 0;
transition: all .2s ease
}
.form-slider-box .finish-inner-wrap,
.form-slider-box .slider-inner-wrap {
width: 33.33%;
-ms-flex-negative: 0;
flex-shrink: 0;
transition: all .2s ease;
opacity: 0;
pointer-events: none
}
.form-slider-box .slider-wrap {
margin: 0 -10px;
margin: 0 -1rem
}
.form-slider-box .sl-wrap {
padding: 0 11px;
padding: 0 1.1rem
}
.form-slider-box .slider-pagination.slider-calc-pagination.swiper-pagination-horizontal {
height: 8px;
background: hsla(0, 0%, 100%, .5);
border-radius: 2px;
width: auto;
-ms-flex: 1;
flex: 1;
display: block;
margin: 0;
overflow: hidden;
-ms-flex-order: 2;
order: 2;
margin-bottom: 10px
}
.form-slider-box .slider-pagination.slider-calc-pagination.swiper-pagination-horizontal:not(.swiper-pagination-bullets) {
display: block
}
.form-slider-box .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
background: #fff
}
.form-slider-box .slider-actions-wrap {
display: -ms-flexbox;
display: flex;
-ms-flex-align: end;
align-items: flex-end;
padding: 0 10px;
padding: 0 1rem;
margin-bottom: 40px;
margin-bottom: 4rem
}
.form-slider-box .slider-counter {
-ms-flex-negative: 0;
flex-shrink: 0;
display: block;
font-size: 18px;
font-weight: 500;
line-height: 1.2;
color: hsla(0, 0%, 100%, .5);
white-space: nowrap;
padding-right: 5px;
-ms-flex-order: 1;
order: 1
}
.form-slider-box .slider-current {
display: inline;
font-size: 28px;
font-weight: 500;
line-height: 1.2;
color: #fff
}
.form-slider-box .slider-current:after {
content: "/"
}
.form-slider-box .slider-count {
display: inline
}
.form-slider-box .slider-nav-wrap {
display: -ms-flexbox;
display: flex;
margin-top: 10px;
margin-top: 1rem;
padding: 0 10px;
padding: 0 1rem;
gap: 20px;
gap: 2rem
}
.form-slider-box .slider-nav-wrap .nav-wrap {
-ms-flex: 1;
flex: 1
}
.form-slider-box .slider-nav-wrap .btn {
width: 100%;
padding: 0 10px
}
body.popup-open {
overflow: hidden
}
body.popup-open:has(#popup-cookie.active) {
overflow: visible
}
.popup-outer-box {
display: none;
padding: 20px var(--paddingContainer);
animation: a ease .2s;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
position: fixed;
z-index: 7;
background: rgba(0, 0, 0, .7);
top: 0;
bottom: 0;
left: 0;
right: 0;
overflow-y: auto;
overflow-x: hidden;
scrollbar-width: none;
-ms-overflow-style: none
}
.popup-outer-box::-webkit-scrollbar {
width: 0;
height: 0
}
.popup-outer-box.active {
display: -ms-flexbox;
display: flex
}
.popup-outer-box.popup-cookie {
top: auto;
padding-bottom: 40px;
padding-bottom: 4rem;
background: none
}
.popup-outer-box.popup-cookie .popup-box {
border: 1px solid #eee
}
.popup-cookie-box {
display: -ms-flexbox;
display: flex;
width: 100%;
-ms-flex-align: center;
align-items: center;
font-size: 18px;
line-height: 1.35;
font-weight: 400
}
.popup-cookie-box .info-inner-wrap {
-ms-flex: 1;
flex: 1;
padding: 0 30px 0 0;
padding: 0 3rem 0 0
}
.popup-cookie-box .info-inner-wrap p {
max-width: 52.5em
}
.popup-cookie-box .actions-inner-wrap {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-negative: 0;
flex-shrink: 0;
gap: 10px;
gap: 1rem
}
.popup-cookie-box .btn {
padding: 0 30px;
padding: 0 3rem;
letter-spacing: -.36px
}
.popup-cookie .popup-box {
margin-bottom: 0;
width: 1720px;
background: #fff;
padding: 30px 40px;
padding: 3rem 4rem
}
.popup-box {
margin: auto;
-ms-flex-direction: row;
flex-direction: row;
position: relative;
overflow: hidden;
width: 1256px;
max-width: 100%;
max-height: inherit;
background-color: var(--clr-att);
border-radius: var(--mainRadius);
z-index: 5
}
.popup-box,
.popup-box .popup-content-wrap {
display: -ms-flexbox;
display: flex;
-ms-flex-negative: 0;
flex-shrink: 0
}
.popup-box .popup-content-wrap {
width: 50%;
min-height: 596px;
min-height: 59.6rem;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center
}
.popup-box .popup-bg-wrap {
width: 50%;
-ms-flex-negative: 0;
flex-shrink: 0;
position: relative;
overflow: hidden
}
.popup-box .popup-bg-wrap:before {
content: "";
display: block;
position: absolute;
top: 24px;
bottom: 24px;
left: 24px;
right: 24px;
border: 2px solid hsla(0, 0%, 100%, .2);
z-index: 1;
pointer-events: none
}
.popup-box .btn-action-ico.ico-close:after,
.popup-box .btn-action-ico.ico-close:before {
background-color: #fff
}
.popup-box .btn-popup-close {
position: absolute;
top: 30px;
top: 3rem;
right: 30px;
right: 3rem;
z-index: 2
}
.popup-box .form-box {
background: none;
margin: 0;
width: 100%
}
.popup-box .form-box .frm-field {
margin-bottom: 30px;
margin-bottom: 3rem
}
.popup-box .form-box .field-submit {
margin-bottom: 14px
}
.popup-box .form-box .field-info,
.popup-box .form-box .field-submit:last-child {
margin-bottom: 0
}
.content-inner-wrap {
max-width: 1430px;
margin-left: auto;
margin-right: auto
}
.bg-box {
position: relative;
z-index: 1;
color: hsla(0, 0%, 100%, .8)
}
.bg-box:before {
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 50%;
width: 100dvw;
min-width: var(--min);
transform: translateX(-50%);
background: var(--clr-att)
}
.bg-box .section-title {
color: #fff
}
.bg-full-wrap {
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 50%;
width: 100dvw;
min-width: var(--min);
transform: translateX(-50%);
overflow: hidden
}
@media (max-width:1399px) {
.popup-cookie-box {
font-size: 16px
}
}
@media (max-width:1199px) {
.popup-cookie-box .actions-inner-wrap {
display: block
}
.popup-cookie-box .action-wrap {
margin-bottom: 10px
}
.popup-cookie-box .action-wrap:last-child {
margin-bottom: 0
}
.popup-cookie-box .btn {
width: 100%
}
.form-box .field-four {
width: 33.33%
}
.form-box .frm-title-wrap {
font-size: 16px
}
}
@media (max-width:1023px) {
.card-project-box {
gap: 30px
}
.card-project-box .info-inner-wrap {
padding-top: 0;
width: calc(50% - 15px)
}
.card-project-box .photos-inner-wrap {
width: calc(50% - 15px)
}
.tiles-thumbs-slider-box .slider-photos-main .elm-photo {
aspect-ratio: 811/400;
height: auto
}
.tiles-gallery-row-slider-box .sl-wrap {
width: 40rem
}
.tiles-photos-slider-box .ico-arrow {
margin-top: -22px
}
.tiles-photos-slider-box .button-slider-photos-next {
right: 15px
}
.tiles-photos-slider-box .button-slider-photos-prev {
left: 15px
}
.tiles-photos-slider-box .elm-photo {
aspect-ratio: inherit;
height: 70rem
}
.info-box .item-wrap {
font-size: 16px
}
.pagenav-box .btn-page {
min-width: 34px;
height: 44px;
line-height: 42px;
font-size: 16px;
margin: 0 2px
}
.pagenav-box .button-nav {
width: 44px;
padding: 0;
margin: 0
}
.form-box {
padding: 3rem
}
.form-box .frm-title-wrap {
font-size: 14px
}
.tiles-gallery-slider-box .slider-pagination {
display: -ms-flexbox;
display: flex
}
.tiles-gallery-slider-box .button-slider-tiles-next,
.tiles-gallery-slider-box .button-slider-tiles-prev {
display: none
}
.breadcrumbs-box {
font-size: 15px
}
.breadcrumbs-box .menu {
margin-right: -3rem
}
.breadcrumbs-box .menu li {
padding-right: 3rem
}
.breadcrumbs-box .menu li:after {
width: 3rem
}
.form-slider-box .slider-nav-wrap .btn .button-title {
display: none
}
.form-slider-box .slider-nav-wrap .btn .button-ico {
margin: 0 auto
}
.title-actions-box .actions-wrap {
display: none
}
.title-actions-box .title-wrap {
padding-right: 0;
min-height: 0;
display: block
}
}
@media (max-width:767px) {
.card-project-box {
display: block
}
.card-project-box .photos-inner-wrap {
width: 100%;
margin-bottom: 5rem
}
.card-project-box .info-inner-wrap {
width: 100%
}
.title-box:has(.button-wrap) {
display: block
}
.title-box:has(.button-wrap) .title-wrap {
padding-right: 0
}
.title-box:has(.button-wrap) .button-wrap {
margin-top: 3rem
}
.info-form-box .box-inner-wrap {
display: block
}
.info-form-box .info-inner-wrap {
width: 100%;
padding: 0;
margin-bottom: 4rem
}
.info-form-box .form-inner-wrap {
width: 100%;
padding: 0;
margin: 0
}
.info-form-box .form-box .form-wrap {
margin: 0 auto
}
.info-box .items-wrap {
width: auto;
padding: 4rem 0;
margin-left: calc(var(--paddingContainer) * -1);
margin-right: calc(var(--paddingContainer) * -1)
}
.info-box .item-wrap {
padding-left: var(--paddingContainer);
padding-right: var(--paddingContainer)
}
.info-box .box-inner-wrap {
display: block
}
.info-box .info-inner-wrap {
padding: 6rem 0;
width: 100%
}
.info-box .photo-inner-wrap {
width: auto;
margin-left: calc(var(--paddingContainer) * -1);
margin-right: calc(var(--paddingContainer) * -1)
}
.info-box .photo-inner-wrap .elm-photo {
width: 100%;
position: relative;
top: auto;
bottom: auto;
left: auto;
right: auto;
aspect-ratio: 1
}
.info-box .section-title {
margin-bottom: 3rem
}
.contacts-form-box .box-inner-wrap {
display: block
}
.contacts-form-box .info-inner-wrap {
width: 100%;
padding-right: 0;
margin-bottom: 4rem
}
.contacts-form-box .form-inner-wrap {
max-width: 100%;
width: 100%
}
.popup-box {
-ms-flex-direction: column;
flex-direction: column;
min-height: 0;
width: 400px
}
.popup-box .popup-bg-wrap {
-ms-flex-order: 1;
order: 1;
height: 300px;
width: 100%
}
.popup-box .popup-content-wrap {
width: 100%;
-ms-flex-order: 2;
order: 2;
min-height: 59.6rem
}
}
@media (max-width:639px) {
.popup-cookie-box {
display: block
}
.popup-cookie-box .info-inner-wrap {
padding-right: 0;
width: 100%;
margin-bottom: 10px
}
.info-table-box .elm-table-wrap {
border-radius: 0;
margin-top: -1px
}
.info-table-box .elm-table-wrap:last-child {
border-bottom-left-radius: 1rem;
border-bottom-right-radius: 1rem
}
.info-table-box .elm-table-wrap:first-child {
border-top-left-radius: 1rem;
border-top-right-radius: 1rem;
margin-top: 0
}
.tiles-photos-slider-box .elm-photo {
aspect-ratio: 1;
height: auto
}
.tiles-gallery-box .item-wrap {
width: 50%
}
}
@media (max-width:479px) {
.form-box .field-four {
width: 50%
}
}
@media (min-width:480px) {
.tiles-box .item-wrap {
width: 50%
}
}
@media (min-width:640px) {
.menu-box .menu {
display: -ms-flexbox;
display: flex;
gap: 0 2rem;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.menu-box .menu li {
width: calc(50% - 1rem)
}
.menu-box .menu li:nth-child(2) .btn-menu {
border-top: none
}
.info-table-box .box-inner-wrap {
display: -ms-flexbox;
display: flex;
border-radius: 1rem;
border: 1px solid var(--clr-att)
}
.info-table-box .elm-table-wrap {
border-radius: 0;
width: 50%;
-ms-flex-negative: 0;
flex-shrink: 0;
border: none;
border-left: 1px solid var(--clr-att);
margin-left: -1px
}
.info-table-box .elm-table-wrap:first-child {
margin-left: 0;
border-left: none
}
}
@media (min-width:640px) and (max-width:1023px) {
.tiles-gallery-box .item-wrap:has(.item-tile-gallery) {
width: 33.33%
}
}
@media (min-width:768px) {
.info-box .box-inner-wrap:nth-child(2n) {
-ms-flex-direction: row-reverse;
flex-direction: row-reverse
}
.info-box .box-inner-wrap:nth-child(2n) .item-wrap:before {
left: 0;
right: auto;
width: 50dvw
}
.info-box .box-inner-wrap:nth-child(2n) .info-inner-wrap {
padding-right: 0;
padding-left: 7rem
}
.info-box .box-inner-wrap:nth-child(2n) .info-inner-wrap:has(.items-wrap) {
padding: 0
}
.info-box .box-inner-wrap:nth-child(2n) .photo-inner-wrap .elm-photo {
left: auto;
right: 0
}
.info-box .item-wrap:before {
left: auto;
width: 50dvw
}
.tiles-info-box .item-wrap {
margin: -1px 0 0
}
.tiles-info-box .item-wrap:last-child {
margin-top: -1px
}
.tiles-info-box .item-wrap:nth-child(2n) {
z-index: 2
}
.tiles-info-box {
margin-bottom: var(--sectionMargin)
}
.tiles-info-box .items-wrap {
margin: 0
}
.tiles-info-box .item-wrap {
margin-top: -1px
}
.tiles-info-box .item-wrap:first-child {
margin-top: 0
}
.tiles-info-icons-box .item-wrap {
width: 50%;
border-bottom: none;
padding-bottom: 1px
}
.tiles-info-icons-box .item-wrap:nth-child(2n) {
border-left: 1px solid rgba(126, 34, 26, .2)
}
.tiles-info-icons-box .item-wrap:nth-child(2n) .item-tile-info-ico {
padding-right: var(--paddingContainer);
padding-left: 5rem
}
.tiles-info-icons-box .item-wrap:nth-child(2n):before {
content: "";
display: block;
position: absolute;
left: -1px;
bottom: 0;
height: 1px;
background: rgba(126, 34, 26, .2);
width: 100dvw;
margin-left: -50dvw
}
.tiles-info-icons-box .item-tile-info-ico {
padding-right: 2.4rem
}
.tiles-box .item-wrap {
width: 33.33%
}
.tiles-box .col-2 .item-wrap {
width: 50%
}
.title-box .text-wrap {
columns: 2;
column-gap: 2rem
}
.title-box .text-wrap p {
break-inside: avoid-column
}
}
@media (min-width:1024px) {
.menu-box .menu li {
width: calc(33.33% - 1.333333333333333rem)
}
.menu-box .menu li:nth-child(3) .btn-menu {
border-top: none
}
.info-box .type-small {
font-size: 16px;
line-height: 1.4
}
.info-box .type-small .section-title {
font-size: 20px;
font-weight: 500;
line-height: 1.1;
margin-bottom: 5px
}
.info-box .type-small .item-wrap {
padding-top: 2.6rem;
padding-bottom: 2.6rem;
padding-left: 0
}
.info-box .type-small:nth-child(2n) .item-wrap {
padding-left: 5rem;
padding-right: 0
}
.tiles-info-icons-box .item-tile-info-ico {
padding-left: 5rem;
padding-right: 5rem
}
.tiles-info-icons-box .item-tile-info-ico .tile-ico {
width: 4.8rem;
height: 6rem
}
.tiles-info-icons-box .item-tile-info-ico .tile-title {
padding-left: 2rem
}
.tiles-info-icons-box .item-wrap {
border-bottom: none;
width: 33.33%
}
.tiles-info-icons-box .item-wrap:nth-child(2n) {
border-left: none;
border-bottom: none
}
.tiles-info-icons-box .item-wrap:nth-child(2n) .item-tile-info-ico {
padding-left: 5rem;
padding-right: 5rem
}
.tiles-info-icons-box .item-wrap:nth-child(2n):before {
display: none
}
.tiles-info-icons-box .item-wrap:nth-child(3n+2) {
border-left: 1px solid rgba(126, 34, 26, .2);
border-right: 1px solid rgba(126, 34, 26, .2);
border-bottom: none
}
.tiles-info-icons-box .item-wrap:nth-child(3n+2):before {
content: "";
display: block;
position: absolute;
left: 50%;
bottom: 0;
height: 1px;
background: rgba(126, 34, 26, .2);
width: 100dvw;
margin-left: -50dvw
}
.tiles-info-icons-box .item-wrap:nth-child(3n+1) .item-tile-info-ico {
padding-left: var(--paddingContainer)
}
.section-order-box.section-main {
font-size: 2.4rem
}
.section-order-box.section-main .h1-title {
font-size: 6.6rem;
margin-bottom: .3em
}
.section-order-box .slider-pagination.slider-order-pagination {
display: none
}
.section-order-box .slider-actions-wrap,
.title-box {
display: -ms-flexbox;
display: flex
}
.title-box {
-ms-flex-align: start;
align-items: flex-start
}
.title-box:has(.tabs-wrap) .title-wrap {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
min-height: 54px;
-ms-flex-pack: center;
justify-content: center
}
.title-box .title-wrap {
margin-bottom: 0;
-ms-flex: 1;
flex: 1;
padding-right: 3rem
}
.title-box .title-wrap:last-child {
padding-right: 0
}
.title-box .tabs-wrap {
-ms-flex-negative: 0;
flex-shrink: 0;
min-width: 61rem
}
.title-box:has(.button-wrap) .title-wrap {
min-height: 50px
}
}
@media (min-width:1920px) {
.section-order-box .slider-actions-wrap {
right: 50%;
margin-right: -860px
}
}
.form-att .form-input {
color: #fff;
border-color: hsla(0, 0%, 100%, .5)
}
.form-att .form-input.inp-valid,
.form-att .form-input:focus,
.form-att .form-input:not(:placeholder-shown) {
border-color: #fff
}
.form-att .form-input[placeholder]::-webkit-input-placeholder {
color: hsla(0, 0%, 100%, .5)
}
.form-att .form-input[placeholder]:-moz-placeholder,
.form-att .form-input[placeholder]::-moz-placeholder {
color: hsla(0, 0%, 100%, .5)
}
.form-att .form-input[placeholder]:-ms-input-placeholder {
color: hsla(0, 0%, 100%, .5)
}
.form-att .btn.button-light:hover,
.form-att .btn:hover {
background-color: var(--clr-base);
border-color: var(--clr-base)
}
[placeholder]::-webkit-input-placeholder {
color: rgba(36, 31, 33, .5)
}
[placeholder]:-moz-placeholder,
[placeholder]::-moz-placeholder {
color: rgba(36, 31, 33, .5)
}
[placeholder]:-ms-input-placeholder {
color: rgba(36, 31, 33, .5)
}
.form-input,
.form-input[placeholder] {
text-overflow: ellipsis
}
.form-input {
height: 54px;
padding: 0 10px;
font-size: 16px;
font-weight: 400;
line-height: 1.5;
border: none;
background: none;
border-radius: 0;
border-bottom: 1px solid rgba(36, 31, 33, .5);
transition: all .2s ease;
color: var(--clr-base)
}
select.form-input {
display: block;
text-overflow: ellipsis;
width: 100%;
padding-right: 30px;
background-image: url(//primewill.ru/wp-content/themes/maintheme/assets/icons/arrow-select.svg);
background-position: right 20px center;
background-color: #fff;
background-repeat: no-repeat;
-moz-appearance: none;
-ms-appearance: none;
-webkit-appearance: none;
appearance: none !important;
line-height: 1em;
text-indent: .01px;
outline: none;
cursor: pointer
}
select.form-input.form-input-clear {
height: auto;
border: none;
min-height: 0;
border-radius: 0;
box-shadow: none;
width: auto;
display: inline-block;
vertical-align: middle;
font-size: 1em;
line-height: inherit;
padding: 0 16px 0 0;
color: inherit;
font-weight: 700;
background-image: url(//primewill.ru/wp-content/themes/maintheme/assets/icons/arrow-select.png);
background-size: 8px auto;
background-repeat: no-repeat;
background-position: 100%
}
select::-ms-expand {
display: none
}
select.form-input:required:invalid {
color: #adadad
}
.btn {
height: 50px;
border-radius: 30px;
padding: 0 30px;
padding: 0 3rem;
padding-top: 3px !important;
font-size: 18px;
background: var(--clr-att);
border: 1px solid var(--clr-att);
line-height: 1.22222222;
color: #fff;
font-weight: 400
}
.btn.button-disabled,
.btn.swiper-button-disabled,
.btn[disabled] {
pointer-events: none;
opacity: .6
}
.btn:hover {
background-color: var(--clr-base);
border-color: var(--clr-base);
color: #fff
}
.btn.button-hover-white:hover {
background-color: #fff;
border-color: #fff;
color: var(--clr-base)
}
.btn.button-hover-white:hover .button-ico {
filter: var(--filterBlack)
}
.btn .button-title-border {
border-bottom: 1px solid;
line-height: 1
}
.btn .button-ico {
width: var(--icoSize);
height: var(--icoSize);
margin: 0 10px;
transition: all .2s ease;
filter: var(--filterWhite)
}
.btn .button-ico:last-child {
margin-right: 0
}
.btn .button-ico:first-child {
margin-left: 0
}
.btn .button-title[data-title]:before {
content: attr(data-title)
}
.btn .button-title[data-show]:before {
content: attr(data-show)
}
.btn.active .button-title[data-title-active]:before {
content: attr(data-title-active)
}
.btn.active .button-title[data-hide]:before {
content: attr(data-hide)
}
.btn .button-active-add .button-title:before,
.btn .button-active-toggle .button-title:before {
content: attr(data-title)
}
.btn .button-active-add .button-ico-active,
.btn .button-active-toggle .button-ico-active {
display: none
}
.btn .button-active-add.active .button-title:before,
.btn .button-active-toggle.active .button-title:before {
content: attr(data-title-active)
}
.btn .button-active-add.active:has(.button-ico-active) .button-ico,
.btn .button-active-toggle.active:has(.button-ico-active) .button-ico {
display: none
}
.btn .button-active-add.active:has(.button-ico-active) .button-ico-active,
.btn .button-active-toggle.active:has(.button-ico-active) .button-ico-active {
display: block
}
.btn.button-slider-tiles-next,
.btn.button-slider-tiles-prev {
width: 50px;
height: 50px;
padding: 0;
min-width: 0
}
.btn.button-slider-tiles-next .button-ico,
.btn.button-slider-tiles-prev .button-ico {
margin: 0 auto
}
.btn.button-slider-tiles-prev .button-ico {
rotate: 180deg
}
.button-small {
height: 44px
}
.button-border:not(:hover) {
color: var(--clr-att);
background-color: transparent
}
.button-border:not(:hover) .button-ico {
filter: none
}
.button-full {
width: 100%;
padding: 0 15px
}
.button-link {
width: auto;
height: auto;
line-height: 24px;
color: inherit;
white-space: normal;
-ms-flex-align: center;
align-items: center;
padding: 0;
min-width: 0;
background: none;
border: none;
border-radius: 0;
font-weight: inherit
}
.button-link:hover {
border: none;
background: none;
color: var(--clr-att)
}
.button-link .button-ico {
filter: none
}
.button-light {
border-color: #fff;
background-color: #fff;
color: var(--clr-base)
}
.button-light .button-ico {
filter: var(--filterBlack)
}
.button-light:hover {
background-color: var(--clr-att-second);
border-color: var(--clr-att-second);
color: #fff
}
.button-light:hover .button-ico {
filter: var(--filterWhite)
}
.button-light.button-border:not(:hover) {
background-color: transparent;
color: #fff
}
.button-light.button-border:not(:hover) .button-ico {
filter: var(--filterWhite)
}
.button-base {
background-color: var(--clr-base);
border-color: var(--clr-base)
}
.button-base:hover {
background-color: var(--clr-att);
border-color: var(--clr-att)
}
.button-base.button-border:not(:hover) {
background-color: transparent;
color: var(--clr-base)
}
.button-base.button-border:not(:hover) .button-ico {
filter: var(--filterBlack)
}
.btn-action-ico {
min-width: 0;
border-radius: 0;
padding: 0;
margin: 0;
font-size: 0;
display: block;
position: relative;
overflow: hidden;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
text-decoration: none;
transition: all .2s ease;
-ms-flex-negative: 0;
flex-shrink: 0
}
.btn-action-ico:not(.btn) {
background: none;
border: none;
box-shadow: none
}
.btn-action-ico.btn {
min-width: 0;
min-height: 0;
padding: 0;
display: block
}
.btn-action-ico:after,
.btn-action-ico:before,
.btn-action-ico [class*=icon-],
.btn-action-ico img,
.btn-action-ico svg {
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
max-width: 100%;
max-height: 100%;
transition: all .2s ease
}
.btn-action-ico img,
.btn-action-ico svg {
max-width: var(--icoSize);
max-height: var(--icoSize)
}
.btn-action-ico:after,
.btn-action-ico:before {
content: "";
background-position: 50%;
background-repeat: no-repeat;
background-size: var(--icoSize) auto
}
.btn-action-ico:hover {
text-decoration: none
}
.btn-action-ico:hover:not(.btn) {
background: none;
box-shadow: none
}
.btn-action-ico.ico-arrow {
z-index: 5;
cursor: pointer;
width: 50px;
height: 50px;
border-radius: 50%;
border: 1px solid var(--clr-att)
}
.btn-action-ico.ico-arrow:before {
background-image: url(//primewill.ru/wp-content/themes/maintheme/assets/icons/arrow-slider.svg)
}
.btn-action-ico.ico-arrow:hover {
border-color: var(--clr-att);
background-size: var(--clr-att)
}
.btn-action-ico.ico-arrow:hover:before {
filter: var(--filterWhite)
}
.btn-action-ico.ico-arrow.swiper-button-disabled {
opacity: .6;
pointer-events: none
}
.btn-action-ico.ico-arrow-prev:before {
transform: rotate(180deg)
}
.btn-action-ico.ico-arrow-light {
border-color: #fff
}
.btn-action-ico.ico-arrow-light:before {
filter: var(--filterWhite)
}
.btn-action-ico.ico-arrow-light:hover {
background-color: #fff;
border-color: #fff
}
.btn-action-ico.ico-arrow-light:hover:before {
filter: none
}
.btn-action-ico.ico-menu:after,
.btn-action-ico.ico-menu:before {
width: 24px;
height: 18px;
border-top: 2px solid var(--clr-base);
border-bottom: 2px solid var(--clr-base);
margin: -9px 0 0 -12px;
top: 50%;
left: 50%;
right: auto;
bottom: auto
}
.btn-action-ico.ico-menu.active:after,
.btn-action-ico.ico-menu:before {
height: 2px;
margin-top: -1px;
border-top: none
}
.btn-action-ico.ico-menu.active:after {
transform: rotate(-45deg)
}
.btn-action-ico.ico-menu.active:before {
transform: rotate(45deg)
}
.btn-action-ico.ico-close:after,
.btn-action-ico.ico-close:before {
width: 20px;
height: 2px;
top: 50%;
left: 50%;
bottom: auto;
right: auto;
margin: -1px 0 0 -10px;
background: var(--clr-base)
}
.btn-action-ico.ico-close:before {
transform: rotate(45deg)
}
.btn-action-ico.ico-close:after {
transform: rotate(-45deg)
}
.btn-action-ico.button-soc img,
.btn-action-ico.button-soc svg {
max-width: 100%;
max-height: 100%
}
.btn-action-ico.button-soc:hover {
opacity: .8
}
.btn-action-ico.button-active-close.active:before,
.btn-action-ico.button-active-close:after,
.btn-action-ico.button-active-toggle.active:before,
.btn-action-ico.button-active-toggle:after {
opacity: 0
}
.btn-action-ico.button-active-close.active:after,
.btn-action-ico.button-active-toggle.active:after {
opacity: 1
}
.btn-action-ico.button-active-close:after {
background-image: url(//primewill.ru/wp-content/themes/maintheme/assets/icons/close.svg)
}
.btn-action-icon {
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: center;
align-items: center;
position: relative;
color: inherit
}
.btn-action-icon.button-att {
color: var(--clr-att)
}
.btn-action-icon.button-att .button-ico {
filter: none
}
.btn-action-icon:hover {
color: var(--clr-att)
}
.btn-action-icon:hover .button-ico {
filter: none
}
.btn-action-icon .button-ico {
width: 24px;
height: 24px;
-ms-flex-negative: 0;
flex-shrink: 0;
filter: brightness(0) grayscale(1)
}
.btn-action-icon .button-ico+.button-title {
padding-left: 10px
}
.btn-action-icon .button-title {
display: block
}
@media (max-width:1023px) {
.btn {
height: 44px
}
.button-small {
height: 40px;
font-size: 16px
}
.form-input {
height: 44px
}
.btn-action-ico.ico-arrow {
width: 44px;
height: 44px
}
}
.form-att .frm-select {
color: #fff
}
.form-att .frm-select label:before {
border-color: #fff
}
.form-att .frm-select label:after {
filter: var(--filterWhite)
}
.form-att .frm-select-button,
.form-att .frm-select a:hover {
color: #fff
}
.form-att .frm-select-button label,
.form-att .frm-select-button label:after,
.form-att .frm-select-button label:before {
border-color: #fff
}
.form-att .frm-select-button label:after {
background-color: #fff
}
.form-att .frm-select-button input[type=checkbox]~label:after {
filter: var(--filterWhite)
}
.frm-field,
.frm-row,
.frm-row-submit {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
line-height: 1
}
.frm-field {
display: block;
width: 100%
}
.frm-select,
.frm-select-button {
position: relative;
display: block;
overflow: visible;
line-height: 1
}
.frm-select-button input,
.frm-select input {
display: block;
position: absolute;
top: 0;
left: 0;
width: 0;
height: 0;
opacity: 0;
margin: 0;
padding: 0
}
.frm-select-button input:checked~label:after,
.frm-select input:checked~label:after {
opacity: 1
}
.frm-select-button label,
.frm-select label {
display: block;
position: relative;
cursor: pointer
}
.frm-select-button label:after,
.frm-select-button label:before,
.frm-select label:after,
.frm-select label:before {
content: "";
display: block;
position: absolute
}
.frm-select-button label:after,
.frm-select label:after {
opacity: 0
}
.frm-select-button {
color: var(--clr-base);
display: block;
width: 100%
}
.frm-select-button input[type=checkbox]~label:before {
border-radius: 3px
}
.frm-select-button input[type=checkbox]~label:after {
width: 16px;
height: 16px;
background: url(//primewill.ru/wp-content/themes/maintheme/assets/icons/check.svg) 50% no-repeat;
background-size: 12px auto;
margin: -8px 0 0 -8px;
border: none;
border-radius: 0
}
.frm-select-button input:checked~label:after {
opacity: 1
}
.frm-select-button label {
width: 100%;
height: 54px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
border-radius: 1rem;
border: 1px solid var(--clr-base);
padding: 13px 10px 7px 44px;
font-size: 16px;
line-height: 1.1;
font-weight: 400
}
.frm-select-button label:after,
.frm-select-button label:before {
width: 16px;
height: 16px;
border: 1px solid var(--clr-base);
border-radius: 50%;
position: absolute;
top: 50%;
left: 28px;
margin: -8px 0 0 -8px
}
.frm-select-button label:after {
width: 8px;
height: 8px;
background: var(--clr-base);
margin: -4px 0 0 -4px
}
.frm-select {
overflow: visible
}
.frm-select label {
min-height: 20px;
padding-left: 24px;
font-size: 14px;
line-height: 20px
}
.frm-select label:after,
.frm-select label:before {
width: 16px;
height: 16px;
border-radius: 3px;
border: 1px solid var(--clr-att);
position: absolute;
top: 8px;
left: 8px;
margin: -8px 0 0 -8px
}
.frm-select label:after {
background-image: url(//primewill.ru/wp-content/themes/maintheme/assets/icons/check.svg);
background-size: 16px auto;
background-position: 50%;
background-repeat: no-repeat;
border: none
}
.frm-select a:not(:hover) {
color: inherit
}
@media (max-width:1023px) {
.frm-select-button label {
height: 44px;
font-size: 14px
}
}
@keyframes a {
0% {
opacity: 0
}
to {
opacity: 1
}
}
.border-style-dashed {
border-style: dashed !important
}
.border-style-dotted {
border-style: dotted !important
}
.border-style-solid {
border-style: solid !important
}
table:has(col.col-fit:first-child) td:first-child,
table:has(col.col-fit:first-child) th:first-child {
width: 270px;
width: 27rem
}
table:has(col.col-fit:nth-child(2)) td:nth-child(2),
table:has(col.col-fit:nth-child(2)) th:nth-child(2) {
width: 270px;
width: 27rem
}
table:has(col.col-fit:nth-child(3)) td:nth-child(3),
table:has(col.col-fit:nth-child(3)) th:nth-child(3) {
width: 270px;
width: 27rem
}
table:has(col.col-fit:nth-child(4)) td:nth-child(4),
table:has(col.col-fit:nth-child(4)) th:nth-child(4) {
width: 270px;
width: 27rem
}
table:has(col.col-fit:nth-child(5)) td:nth-child(5),
table:has(col.col-fit:nth-child(5)) th:nth-child(5) {
width: 270px;
width: 27rem
}
table:has(col.col-fit:nth-child(6)) td:nth-child(6),
table:has(col.col-fit:nth-child(6)) th:nth-child(6) {
width: 270px;
width: 27rem
}
table:has(col.col-fit:nth-child(7)) td:nth-child(7),
table:has(col.col-fit:nth-child(7)) th:nth-child(7) {
width: 270px;
width: 27rem
}
table:has(col.col-fit:nth-child(8)) td:nth-child(8),
table:has(col.col-fit:nth-child(8)) th:nth-child(8) {
width: 270px;
width: 27rem
}
table:has(col.col-fit:nth-child(9)) td:nth-child(9),
table:has(col.col-fit:nth-child(9)) th:nth-child(9) {
width: 270px;
width: 27rem
}
table:has(col.col-fit:nth-child(10)) td:nth-child(10),
table:has(col.col-fit:nth-child(10)) th:nth-child(10) {
width: 270px;
width: 27rem
}
table:has(col.col-fit:nth-child(11)) td:nth-child(11),
table:has(col.col-fit:nth-child(11)) th:nth-child(11) {
width: 270px;
width: 27rem
}
table:has(col.col-fit:nth-child(12)) td:nth-child(12),
table:has(col.col-fit:nth-child(12)) th:nth-child(12) {
width: 270px;
width: 27rem
}
table:has(col.col-fit:nth-child(13)) td:nth-child(13),
table:has(col.col-fit:nth-child(13)) th:nth-child(13) {
width: 270px;
width: 27rem
}
table:has(col.col-fit:nth-child(14)) td:nth-child(14),
table:has(col.col-fit:nth-child(14)) th:nth-child(14) {
width: 270px;
width: 27rem
}
table:has(col.col-fit:nth-child(15)) td:nth-child(15),
table:has(col.col-fit:nth-child(15)) th:nth-child(15) {
width: 270px;
width: 27rem
}
table:has(col.col-fit:nth-child(16)) td:nth-child(16),
table:has(col.col-fit:nth-child(16)) th:nth-child(16) {
width: 270px;
width: 27rem
}
table:has(col.col-fit:nth-child(17)) td:nth-child(17),
table:has(col.col-fit:nth-child(17)) th:nth-child(17) {
width: 270px;
width: 27rem
}
table:has(col.col-fit:nth-child(18)) td:nth-child(18),
table:has(col.col-fit:nth-child(18)) th:nth-child(18) {
width: 270px;
width: 27rem
}
table:has(col.col-fit:nth-child(19)) td:nth-child(19),
table:has(col.col-fit:nth-child(19)) th:nth-child(19) {
width: 270px;
width: 27rem
}
table:has(col.col-fit:nth-child(20)) td:nth-child(20),
table:has(col.col-fit:nth-child(20)) th:nth-child(20) {
width: 270px;
width: 27rem
}
table:has(col.col-fit:nth-child(21)) td:nth-child(21),
table:has(col.col-fit:nth-child(21)) th:nth-child(21) {
width: 270px;
width: 27rem
}
table:has(col.col-fit:nth-child(22)) td:nth-child(22),
table:has(col.col-fit:nth-child(22)) th:nth-child(22) {
width: 270px;
width: 27rem
}
table:has(col.col-fit:nth-child(23)) td:nth-child(23),
table:has(col.col-fit:nth-child(23)) th:nth-child(23) {
width: 270px;
width: 27rem
}
table:has(col.col-fit:nth-child(24)) td:nth-child(24),
table:has(col.col-fit:nth-child(24)) th:nth-child(24) {
width: 270px;
width: 27rem
}
table:has(col.col-fit:nth-child(25)) td:nth-child(25),
table:has(col.col-fit:nth-child(25)) th:nth-child(25) {
width: 270px;
width: 27rem
}
table:has(col.col-fit:nth-child(26)) td:nth-child(26),
table:has(col.col-fit:nth-child(26)) th:nth-child(26) {
width: 270px;
width: 27rem
}
table:has(col.col-fit:nth-child(27)) td:nth-child(27),
table:has(col.col-fit:nth-child(27)) th:nth-child(27) {
width: 270px;
width: 27rem
}
table:has(col.col-fit:nth-child(28)) td:nth-child(28),
table:has(col.col-fit:nth-child(28)) th:nth-child(28) {
width: 270px;
width: 27rem
}
table:has(col.col-fit:nth-child(29)) td:nth-child(29),
table:has(col.col-fit:nth-child(29)) th:nth-child(29) {
width: 270px;
width: 27rem
}
table:has(col.col-fit:nth-child(30)) td:nth-child(30),
table:has(col.col-fit:nth-child(30)) th:nth-child(30) {
width: 270px;
width: 27rem
}
table:has(col.col-att:first-child) td:first-child,
table:has(col.col-att:first-child) th:first-child {
background: var(--clr-bg)
}
table:has(col.col-att:nth-child(2)) td:nth-child(2),
table:has(col.col-att:nth-child(2)) th:nth-child(2) {
background: var(--clr-bg)
}
table:has(col.col-att:nth-child(3)) td:nth-child(3),
table:has(col.col-att:nth-child(3)) th:nth-child(3) {
background: var(--clr-bg)
}
table:has(col.col-att:nth-child(4)) td:nth-child(4),
table:has(col.col-att:nth-child(4)) th:nth-child(4) {
background: var(--clr-bg)
}
table:has(col.col-att:nth-child(5)) td:nth-child(5),
table:has(col.col-att:nth-child(5)) th:nth-child(5) {
background: var(--clr-bg)
}
table:has(col.col-att:nth-child(6)) td:nth-child(6),
table:has(col.col-att:nth-child(6)) th:nth-child(6) {
background: var(--clr-bg)
}
table:has(col.col-att:nth-child(7)) td:nth-child(7),
table:has(col.col-att:nth-child(7)) th:nth-child(7) {
background: var(--clr-bg)
}
table:has(col.col-att:nth-child(8)) td:nth-child(8),
table:has(col.col-att:nth-child(8)) th:nth-child(8) {
background: var(--clr-bg)
}
table:has(col.col-att:nth-child(9)) td:nth-child(9),
table:has(col.col-att:nth-child(9)) th:nth-child(9) {
background: var(--clr-bg)
}
table:has(col.col-att:nth-child(10)) td:nth-child(10),
table:has(col.col-att:nth-child(10)) th:nth-child(10) {
background: var(--clr-bg)
}
table:has(col.col-att:nth-child(11)) td:nth-child(11),
table:has(col.col-att:nth-child(11)) th:nth-child(11) {
background: var(--clr-bg)
}
table:has(col.col-att:nth-child(12)) td:nth-child(12),
table:has(col.col-att:nth-child(12)) th:nth-child(12) {
background: var(--clr-bg)
}
table:has(col.col-att:nth-child(13)) td:nth-child(13),
table:has(col.col-att:nth-child(13)) th:nth-child(13) {
background: var(--clr-bg)
}
table:has(col.col-att:nth-child(14)) td:nth-child(14),
table:has(col.col-att:nth-child(14)) th:nth-child(14) {
background: var(--clr-bg)
}
table:has(col.col-att:nth-child(15)) td:nth-child(15),
table:has(col.col-att:nth-child(15)) th:nth-child(15) {
background: var(--clr-bg)
}
table:has(col.col-att:nth-child(16)) td:nth-child(16),
table:has(col.col-att:nth-child(16)) th:nth-child(16) {
background: var(--clr-bg)
}
table:has(col.col-att:nth-child(17)) td:nth-child(17),
table:has(col.col-att:nth-child(17)) th:nth-child(17) {
background: var(--clr-bg)
}
table:has(col.col-att:nth-child(18)) td:nth-child(18),
table:has(col.col-att:nth-child(18)) th:nth-child(18) {
background: var(--clr-bg)
}
table:has(col.col-att:nth-child(19)) td:nth-child(19),
table:has(col.col-att:nth-child(19)) th:nth-child(19) {
background: var(--clr-bg)
}
table:has(col.col-att:nth-child(20)) td:nth-child(20),
table:has(col.col-att:nth-child(20)) th:nth-child(20) {
background: var(--clr-bg)
}
table:has(col.col-att:nth-child(21)) td:nth-child(21),
table:has(col.col-att:nth-child(21)) th:nth-child(21) {
background: var(--clr-bg)
}
table:has(col.col-att:nth-child(22)) td:nth-child(22),
table:has(col.col-att:nth-child(22)) th:nth-child(22) {
background: var(--clr-bg)
}
table:has(col.col-att:nth-child(23)) td:nth-child(23),
table:has(col.col-att:nth-child(23)) th:nth-child(23) {
background: var(--clr-bg)
}
table:has(col.col-att:nth-child(24)) td:nth-child(24),
table:has(col.col-att:nth-child(24)) th:nth-child(24) {
background: var(--clr-bg)
}
table:has(col.col-att:nth-child(25)) td:nth-child(25),
table:has(col.col-att:nth-child(25)) th:nth-child(25) {
background: var(--clr-bg)
}
table:has(col.col-att:nth-child(26)) td:nth-child(26),
table:has(col.col-att:nth-child(26)) th:nth-child(26) {
background: var(--clr-bg)
}
table:has(col.col-att:nth-child(27)) td:nth-child(27),
table:has(col.col-att:nth-child(27)) th:nth-child(27) {
background: var(--clr-bg)
}
table:has(col.col-att:nth-child(28)) td:nth-child(28),
table:has(col.col-att:nth-child(28)) th:nth-child(28) {
background: var(--clr-bg)
}
table:has(col.col-att:nth-child(29)) td:nth-child(29),
table:has(col.col-att:nth-child(29)) th:nth-child(29) {
background: var(--clr-bg)
}
table:has(col.col-att:nth-child(30)) td:nth-child(30),
table:has(col.col-att:nth-child(30)) th:nth-child(30) {
background: var(--clr-bg)
}
table:has(col.text-left:first-child) td:first-child,
table:has(col.text-left:first-child) th:first-child {
text-align: left
}
table:has(col.text-right:first-child) td:first-child,
table:has(col.text-right:first-child) th:first-child {
text-align: right
}
table:has(col.text-center:first-child) td:first-child,
table:has(col.text-center:first-child) th:first-child {
text-align: center
}
table:has(col.text-left:nth-child(2)) td:nth-child(2),
table:has(col.text-left:nth-child(2)) th:nth-child(2) {
text-align: left
}
table:has(col.text-right:nth-child(2)) td:nth-child(2),
table:has(col.text-right:nth-child(2)) th:nth-child(2) {
text-align: right
}
table:has(col.text-center:nth-child(2)) td:nth-child(2),
table:has(col.text-center:nth-child(2)) th:nth-child(2) {
text-align: center
}
table:has(col.text-left:nth-child(3)) td:nth-child(3),
table:has(col.text-left:nth-child(3)) th:nth-child(3) {
text-align: left
}
table:has(col.text-right:nth-child(3)) td:nth-child(3),
table:has(col.text-right:nth-child(3)) th:nth-child(3) {
text-align: right
}
table:has(col.text-center:nth-child(3)) td:nth-child(3),
table:has(col.text-center:nth-child(3)) th:nth-child(3) {
text-align: center
}
table:has(col.text-left:nth-child(4)) td:nth-child(4),
table:has(col.text-left:nth-child(4)) th:nth-child(4) {
text-align: left
}
table:has(col.text-right:nth-child(4)) td:nth-child(4),
table:has(col.text-right:nth-child(4)) th:nth-child(4) {
text-align: right
}
table:has(col.text-center:nth-child(4)) td:nth-child(4),
table:has(col.text-center:nth-child(4)) th:nth-child(4) {
text-align: center
}
table:has(col.text-left:nth-child(5)) td:nth-child(5),
table:has(col.text-left:nth-child(5)) th:nth-child(5) {
text-align: left
}
table:has(col.text-right:nth-child(5)) td:nth-child(5),
table:has(col.text-right:nth-child(5)) th:nth-child(5) {
text-align: right
}
table:has(col.text-center:nth-child(5)) td:nth-child(5),
table:has(col.text-center:nth-child(5)) th:nth-child(5) {
text-align: center
}
table:has(col.text-left:nth-child(6)) td:nth-child(6),
table:has(col.text-left:nth-child(6)) th:nth-child(6) {
text-align: left
}
table:has(col.text-right:nth-child(6)) td:nth-child(6),
table:has(col.text-right:nth-child(6)) th:nth-child(6) {
text-align: right
}
table:has(col.text-center:nth-child(6)) td:nth-child(6),
table:has(col.text-center:nth-child(6)) th:nth-child(6) {
text-align: center
}
table:has(col.text-left:nth-child(7)) td:nth-child(7),
table:has(col.text-left:nth-child(7)) th:nth-child(7) {
text-align: left
}
table:has(col.text-right:nth-child(7)) td:nth-child(7),
table:has(col.text-right:nth-child(7)) th:nth-child(7) {
text-align: right
}
table:has(col.text-center:nth-child(7)) td:nth-child(7),
table:has(col.text-center:nth-child(7)) th:nth-child(7) {
text-align: center
}
table:has(col.text-left:nth-child(8)) td:nth-child(8),
table:has(col.text-left:nth-child(8)) th:nth-child(8) {
text-align: left
}
table:has(col.text-right:nth-child(8)) td:nth-child(8),
table:has(col.text-right:nth-child(8)) th:nth-child(8) {
text-align: right
}
table:has(col.text-center:nth-child(8)) td:nth-child(8),
table:has(col.text-center:nth-child(8)) th:nth-child(8) {
text-align: center
}
table:has(col.text-left:nth-child(9)) td:nth-child(9),
table:has(col.text-left:nth-child(9)) th:nth-child(9) {
text-align: left
}
table:has(col.text-right:nth-child(9)) td:nth-child(9),
table:has(col.text-right:nth-child(9)) th:nth-child(9) {
text-align: right
}
table:has(col.text-center:nth-child(9)) td:nth-child(9),
table:has(col.text-center:nth-child(9)) th:nth-child(9) {
text-align: center
}
table:has(col.text-left:nth-child(10)) td:nth-child(10),
table:has(col.text-left:nth-child(10)) th:nth-child(10) {
text-align: left
}
table:has(col.text-right:nth-child(10)) td:nth-child(10),
table:has(col.text-right:nth-child(10)) th:nth-child(10) {
text-align: right
}
table:has(col.text-center:nth-child(10)) td:nth-child(10),
table:has(col.text-center:nth-child(10)) th:nth-child(10) {
text-align: center
}
table:has(col.text-left:nth-child(11)) td:nth-child(11),
table:has(col.text-left:nth-child(11)) th:nth-child(11) {
text-align: left
}
table:has(col.text-right:nth-child(11)) td:nth-child(11),
table:has(col.text-right:nth-child(11)) th:nth-child(11) {
text-align: right
}
table:has(col.text-center:nth-child(11)) td:nth-child(11),
table:has(col.text-center:nth-child(11)) th:nth-child(11) {
text-align: center
}
table:has(col.text-left:nth-child(12)) td:nth-child(12),
table:has(col.text-left:nth-child(12)) th:nth-child(12) {
text-align: left
}
table:has(col.text-right:nth-child(12)) td:nth-child(12),
table:has(col.text-right:nth-child(12)) th:nth-child(12) {
text-align: right
}
table:has(col.text-center:nth-child(12)) td:nth-child(12),
table:has(col.text-center:nth-child(12)) th:nth-child(12) {
text-align: center
}
table:has(col.text-left:nth-child(13)) td:nth-child(13),
table:has(col.text-left:nth-child(13)) th:nth-child(13) {
text-align: left
}
table:has(col.text-right:nth-child(13)) td:nth-child(13),
table:has(col.text-right:nth-child(13)) th:nth-child(13) {
text-align: right
}
table:has(col.text-center:nth-child(13)) td:nth-child(13),
table:has(col.text-center:nth-child(13)) th:nth-child(13) {
text-align: center
}
table:has(col.text-left:nth-child(14)) td:nth-child(14),
table:has(col.text-left:nth-child(14)) th:nth-child(14) {
text-align: left
}
table:has(col.text-right:nth-child(14)) td:nth-child(14),
table:has(col.text-right:nth-child(14)) th:nth-child(14) {
text-align: right
}
table:has(col.text-center:nth-child(14)) td:nth-child(14),
table:has(col.text-center:nth-child(14)) th:nth-child(14) {
text-align: center
}
table:has(col.text-left:nth-child(15)) td:nth-child(15),
table:has(col.text-left:nth-child(15)) th:nth-child(15) {
text-align: left
}
table:has(col.text-right:nth-child(15)) td:nth-child(15),
table:has(col.text-right:nth-child(15)) th:nth-child(15) {
text-align: right
}
table:has(col.text-center:nth-child(15)) td:nth-child(15),
table:has(col.text-center:nth-child(15)) th:nth-child(15) {
text-align: center
}
table:has(col.text-left:nth-child(16)) td:nth-child(16),
table:has(col.text-left:nth-child(16)) th:nth-child(16) {
text-align: left
}
table:has(col.text-right:nth-child(16)) td:nth-child(16),
table:has(col.text-right:nth-child(16)) th:nth-child(16) {
text-align: right
}
table:has(col.text-center:nth-child(16)) td:nth-child(16),
table:has(col.text-center:nth-child(16)) th:nth-child(16) {
text-align: center
}
table:has(col.text-left:nth-child(17)) td:nth-child(17),
table:has(col.text-left:nth-child(17)) th:nth-child(17) {
text-align: left
}
table:has(col.text-right:nth-child(17)) td:nth-child(17),
table:has(col.text-right:nth-child(17)) th:nth-child(17) {
text-align: right
}
table:has(col.text-center:nth-child(17)) td:nth-child(17),
table:has(col.text-center:nth-child(17)) th:nth-child(17) {
text-align: center
}
table:has(col.text-left:nth-child(18)) td:nth-child(18),
table:has(col.text-left:nth-child(18)) th:nth-child(18) {
text-align: left
}
table:has(col.text-right:nth-child(18)) td:nth-child(18),
table:has(col.text-right:nth-child(18)) th:nth-child(18) {
text-align: right
}
table:has(col.text-center:nth-child(18)) td:nth-child(18),
table:has(col.text-center:nth-child(18)) th:nth-child(18) {
text-align: center
}
table:has(col.text-left:nth-child(19)) td:nth-child(19),
table:has(col.text-left:nth-child(19)) th:nth-child(19) {
text-align: left
}
table:has(col.text-right:nth-child(19)) td:nth-child(19),
table:has(col.text-right:nth-child(19)) th:nth-child(19) {
text-align: right
}
table:has(col.text-center:nth-child(19)) td:nth-child(19),
table:has(col.text-center:nth-child(19)) th:nth-child(19) {
text-align: center
}
table:has(col.text-left:nth-child(20)) td:nth-child(20),
table:has(col.text-left:nth-child(20)) th:nth-child(20) {
text-align: left
}
table:has(col.text-right:nth-child(20)) td:nth-child(20),
table:has(col.text-right:nth-child(20)) th:nth-child(20) {
text-align: right
}
table:has(col.text-center:nth-child(20)) td:nth-child(20),
table:has(col.text-center:nth-child(20)) th:nth-child(20) {
text-align: center
}
table:has(col.text-left:nth-child(21)) td:nth-child(21),
table:has(col.text-left:nth-child(21)) th:nth-child(21) {
text-align: left
}
table:has(col.text-right:nth-child(21)) td:nth-child(21),
table:has(col.text-right:nth-child(21)) th:nth-child(21) {
text-align: right
}
table:has(col.text-center:nth-child(21)) td:nth-child(21),
table:has(col.text-center:nth-child(21)) th:nth-child(21) {
text-align: center
}
table:has(col.text-left:nth-child(22)) td:nth-child(22),
table:has(col.text-left:nth-child(22)) th:nth-child(22) {
text-align: left
}
table:has(col.text-right:nth-child(22)) td:nth-child(22),
table:has(col.text-right:nth-child(22)) th:nth-child(22) {
text-align: right
}
table:has(col.text-center:nth-child(22)) td:nth-child(22),
table:has(col.text-center:nth-child(22)) th:nth-child(22) {
text-align: center
}
table:has(col.text-left:nth-child(23)) td:nth-child(23),
table:has(col.text-left:nth-child(23)) th:nth-child(23) {
text-align: left
}
table:has(col.text-right:nth-child(23)) td:nth-child(23),
table:has(col.text-right:nth-child(23)) th:nth-child(23) {
text-align: right
}
table:has(col.text-center:nth-child(23)) td:nth-child(23),
table:has(col.text-center:nth-child(23)) th:nth-child(23) {
text-align: center
}
table:has(col.text-left:nth-child(24)) td:nth-child(24),
table:has(col.text-left:nth-child(24)) th:nth-child(24) {
text-align: left
}
table:has(col.text-right:nth-child(24)) td:nth-child(24),
table:has(col.text-right:nth-child(24)) th:nth-child(24) {
text-align: right
}
table:has(col.text-center:nth-child(24)) td:nth-child(24),
table:has(col.text-center:nth-child(24)) th:nth-child(24) {
text-align: center
}
table:has(col.text-left:nth-child(25)) td:nth-child(25),
table:has(col.text-left:nth-child(25)) th:nth-child(25) {
text-align: left
}
table:has(col.text-right:nth-child(25)) td:nth-child(25),
table:has(col.text-right:nth-child(25)) th:nth-child(25) {
text-align: right
}
table:has(col.text-center:nth-child(25)) td:nth-child(25),
table:has(col.text-center:nth-child(25)) th:nth-child(25) {
text-align: center
}
table:has(col.text-left:nth-child(26)) td:nth-child(26),
table:has(col.text-left:nth-child(26)) th:nth-child(26) {
text-align: left
}
table:has(col.text-right:nth-child(26)) td:nth-child(26),
table:has(col.text-right:nth-child(26)) th:nth-child(26) {
text-align: right
}
table:has(col.text-center:nth-child(26)) td:nth-child(26),
table:has(col.text-center:nth-child(26)) th:nth-child(26) {
text-align: center
}
table:has(col.text-left:nth-child(27)) td:nth-child(27),
table:has(col.text-left:nth-child(27)) th:nth-child(27) {
text-align: left
}
table:has(col.text-right:nth-child(27)) td:nth-child(27),
table:has(col.text-right:nth-child(27)) th:nth-child(27) {
text-align: right
}
table:has(col.text-center:nth-child(27)) td:nth-child(27),
table:has(col.text-center:nth-child(27)) th:nth-child(27) {
text-align: center
}
table:has(col.text-left:nth-child(28)) td:nth-child(28),
table:has(col.text-left:nth-child(28)) th:nth-child(28) {
text-align: left
}
table:has(col.text-right:nth-child(28)) td:nth-child(28),
table:has(col.text-right:nth-child(28)) th:nth-child(28) {
text-align: right
}
table:has(col.text-center:nth-child(28)) td:nth-child(28),
table:has(col.text-center:nth-child(28)) th:nth-child(28) {
text-align: center
}
table:has(col.text-left:nth-child(29)) td:nth-child(29),
table:has(col.text-left:nth-child(29)) th:nth-child(29) {
text-align: left
}
table:has(col.text-right:nth-child(29)) td:nth-child(29),
table:has(col.text-right:nth-child(29)) th:nth-child(29) {
text-align: right
}
table:has(col.text-center:nth-child(29)) td:nth-child(29),
table:has(col.text-center:nth-child(29)) th:nth-child(29) {
text-align: center
}
table:has(col.text-left:nth-child(30)) td:nth-child(30),
table:has(col.text-left:nth-child(30)) th:nth-child(30) {
text-align: left
}
table:has(col.text-right:nth-child(30)) td:nth-child(30),
table:has(col.text-right:nth-child(30)) th:nth-child(30) {
text-align: right
}
table:has(col.text-center:nth-child(30)) td:nth-child(30),
table:has(col.text-center:nth-child(30)) th:nth-child(30) {
text-align: center
}
.i,
[class*=icon-] {
display: block;
transition: none
}
.img-bg-contain,
.img-bg-cover {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: auto
}
.img-bg-contain {
bottom: 0;
right: 0;
margin: auto;
max-width: 100%;
max-height: 100%
}
@supports (object-fit:cover) {
.img-bg-cover {
height: 100%;
object-fit: cover
}
}
@supports (object-fit:contain) {
.img-bg-contain {
height: 100%;
object-fit: contain;
max-width: inherit;
max-height: inherit;
right: auto;
bottom: auto
}
}
.js-btn-popup-toggle.active+.js-popup-block {
display: block !important
}
.js-popup-block {
animation: a ease .3s
}
.js-tab-block {
animation: a ease .2s
}
.js-tab-block.tab-slider:not(.active) {
display: block;
width: 100%;
margin: 0;
padding: 0;
opacity: 0;
pointer-events: none;
height: 0;
position: relative;
overflow: hidden
}
.items-wrap,
.tile-items-wrap {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative
}
.item-wrap,
.tile-item-wrap {
width: 100%;
position: relative;
break-inside: avoid-column;
display: block;
animation: a ease .2s
}
.items-wrap:has(.item-wrap:nth-child(4))+.items-actions-wrap {
display: block
}
.items-wrap:has(+.items-actions-wrap) .item-wrap {
animation: a ease .2s
}
.items-wrap:has(+.items-actions-wrap) .item-wrap:nth-child(3)~.item-wrap {
display: none
}
.items-wrap:has(+.items-actions-wrap .active) .item-wrap:nth-child(3)~.item-wrap {
display: block
}
.items-actions-wrap {
display: none;
font-size: 15px;
line-height: 1.6;
text-align: center;
color: var(--clr-base)
}
.items-actions-wrap .btn {
padding: 0 30px 0 0
}
.items-actions-wrap .btn.active:before {
rotate: -180deg
}
.items-actions-wrap .btn:before {
content: "";
display: block;
width: 24px;
height: 24px;
position: absolute;
background: url(//primewill.ru/wp-content/themes/maintheme/assets/icons/arrow-menu.svg) 50% no-repeat;
background-size: 100% auto;
top: 50%;
right: 0;
margin-top: -12px;
transition: all .2s ease
}
.text-many-lines,
.tile-many-lines {
display: -webkit-box;
-webkit-line-clamp: 2;
text-overflow: ellipsis;
overflow: hidden
}
.item-tile,
.tile-action-wrap,
.tile-actions-wrap,
.tile-desc,
.tile-desc-wrap,
.tile-ico,
.tile-info,
.tile-info-wrap,
.tile-inner-wrap,
.tile-outer-wrap,
.tile-photo,
.tile-photo-wrap,
.tile-photos-wrap,
.tile-text,
.tile-text-wrap,
.tile-title,
.tile-title-wrap {
display: block;
position: relative
}
.tile-link {
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 3;
overflow: hidden;
text-indent: -999px;
font-size: 0;
color: transparent
}
.mb-section {
margin-bottom: var(--sectionMargin) !important
}
.mb-section-small {
margin-bottom: var(--sectionMarginSmall) !important
}
.mt-section {
margin-top: var(--sectionMargin) !important
}
.mt-section-small {
margin-top: var(--sectionMarginSmall) !important
}
.no-mbottom {
margin-bottom: 0 !important
}
.no-mtop {
margin-top: 0 !important
}
.no-pbottom {
padding-bottom: 0 !important
}
.no-ptop {
padding-top: 0 !important
}
.elm-hidden {
display: none !important
}
input.form-clear-autofill::-webkit-contacts-auto-fill-button {
visibility: hidden;
display: none !important;
pointer-events: none;
position: absolute;
right: 0
}
.sl-wrap.swiper-slide {
height: auto
}
.swiper,
.swiper-wrapper {
position: relative
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
top: auto;
bottom: auto
}
[class*=button-slider-]:not([aria-label]) {
display: none
}
.slider-pagination {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: center;
justify-content: center;
margin: 0 -5px;
position: relative;
width: auto
}
.slider-pagination:not(.swiper-pagination-bullets) {
display: none
}
.slider-pagination .swiper-pagination-bullet {
display: block;
width: 30px;
height: 30px;
border-radius: 50%;
background: rgba(36, 31, 33, .2);
border: none;
opacity: 1;
transition: all .2s ease;
cursor: pointer;
padding: 0;
margin: 0 5px 5px;
-ms-flex-negative: 0;
flex-shrink: 0 margin: 0 10px !important;
}
.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.slider-pagination .swiper-pagination-bullet:hover {
background-color: var(--clr-att-second);
border-color: var(--clr-att-second)
}
.slider-pagination.type-light .swiper-pagination-bullet {
background: hsla(0, 0%, 100%, .5)
}
.slider-pagination.type-light .swiper-pagination-bullet.swiper-pagination-bullet-active,
.slider-pagination.type-light .swiper-pagination-bullet:hover {
background-color: #fff;
border-color: #fff
}
.is-modern .f-thumbs__slide__button {
-webkit-clip-path: inherit !important;
clip-path: inherit !important
}
@media (max-width:1023px) {
.elm-hidden-mobile {
display: none !important
}
}
@media (min-width:1024px) {
.elm-hidden-desktop {
display: none !important
}
}
@font-face {
font-family: Ubuntu;
src: url(//primewill.ru/wp-content/themes/maintheme/assets/fonts/Ubuntu-Light.woff2) format("woff2"), url(//primewill.ru/wp-content/themes/maintheme/assets/fonts/Ubuntu-Light.woff) format("woff");
font-weight: 300;
font-style: normal;
font-display: swap
}
@font-face {
font-family: Ubuntu;
src: url(//primewill.ru/wp-content/themes/maintheme/assets/fonts/Ubuntu-Regular.woff2) format("woff2"), url(//primewill.ru/wp-content/themes/maintheme/assets/fonts/Ubuntu-Regular.woff) format("woff");
font-weight: 400;
font-style: normal;
font-display: swap
}
@font-face {
font-family: Ubuntu;
src: url(//primewill.ru/wp-content/themes/maintheme/assets/fonts/Ubuntu-Medium.woff2) format("woff2"), url(//primewill.ru/wp-content/themes/maintheme/assets/fonts/Ubuntu-Medium.woff) format("woff");
font-weight: 500;
font-style: normal;
font-display: swap
}
@font-face {
font-family: Ubuntu;
src: url(//primewill.ru/wp-content/themes/maintheme/assets/fonts/Ubuntu-Bold.woff2) format("woff2"), url(//primewill.ru/wp-content/themes/maintheme/assets/fonts/Ubuntu-Bold.woff) format("woff");
font-weight: 700;
font-style: normal;
font-display: swap
}
@font-face {
font-family: Overpass;
src: url(//primewill.ru/wp-content/themes/maintheme/assets/fonts/Overpass-Medium.woff2) format("woff2"), url(//primewill.ru/wp-content/themes/maintheme/assets/fonts/Overpass-Medium.woff) format("woff");
font-weight: 500;
font-style: normal;
font-display: swap
}
@font-face {
font-family: Overpass;
src: url(//primewill.ru/wp-content/themes/maintheme/assets/fonts/Overpass-Bold.woff2) format("woff2"), url(//primewill.ru/wp-content/themes/maintheme/assets/fonts/Overpass-Bold.woff) format("woff");
font-weight: 700;
font-style: normal;
font-display: swap
}
@font-face {
font-family: Overpass;
src: url(//primewill.ru/wp-content/themes/maintheme/assets/fonts/Overpass-Light.woff2) format("woff2"), url(//primewill.ru/wp-content/themes/maintheme/assets/fonts/Overpass-Light.woff) format("woff");
font-weight: 300;
font-style: normal;
font-display: swap
}
@font-face {
font-family: Overpass;
src: url(//primewill.ru/wp-content/themes/maintheme/assets/fonts/Overpass-Regular.woff2) format("woff2"), url(//primewill.ru/wp-content/themes/maintheme/assets/fonts/Overpass-Regular.woff) format("woff");
font-weight: 400;
font-style: normal;
font-display: swap
}
@font-face {
font-family: Overpass;
src: url(//primewill.ru/wp-content/themes/maintheme/assets/fonts/Overpass-SemiBold.woff2) format("woff2"), url(//primewill.ru/wp-content/themes/maintheme/assets/fonts/Overpass-SemiBold.woff) format("woff");
font-weight: 600;
font-style: normal;
font-display: swap
}
.grecaptcha-badge {
visibility: hidden;
pointer-events: none;
}
.footer-map-panel>iframe {
height: 374px;
}
.footer-map-panel {
position: relative;
overflow: hidden;
height: 374px;
}
.footer-map-panel iframe,
.footer-map-panel ymaps,
.footer-map-panel .ymaps-2-1-79-map,
.footer-map-panel .ymaps-2-1-79-inner-panes {
width: 100% !important;
height: 100% !important;
}
@media (max-width: 767px) {
.footer-map-panel {
height: 250px;
}
#popup-cookie {
display: none
}
}
.footer-map-panel iframe,
.footer-map-panel ymaps,
.footer-map-panel .ymaps-2-1-79-map,
.footer-map-panel .ymaps-2-1-79-inner-panes {
width: 100% !important;
height: 373px !important;
}
#popup-cookie {
position: fixed !important;
left: 0;
right: 0;
bottom: 0;
z-index: 99999;
width: 100%;
} body {
padding-bottom: 0 !important;
} .fancybox__slide.has-iframe .fancybox__content,
.fancybox__container.is-compact .has-iframe .fancybox__content {
height: min(70vh, 720px) !important;
width: min(92vw, 1280px) !important;
padding: 0 !important;
background: transparent !important;
} .fancybox__slide.has-iframe .fancybox__content iframe,
.fancybox__content iframe.fancybox__iframe {
width: 100% !important;
height: 100% !important;
display: block;
}
.footer-info-panel {
color: #000;
} .city-selector {
position: relative;
display: inline-block;
font-family: sans-serif; cursor: pointer;
z-index: 1000; } .city-selector__current {
display: flex;
align-items: center;
gap: 8px;
padding: 8px 12px;
border: 1px solid #7e221a;
border-radius: 7px;
transition: background 0.2s;
margin-right: 10px;
}
.city-selector__current:hover {
background: #e0e0e0;
}
.city-selector__current .city-arrow {
font-size: 10px;
color: #777;
transition: transform 0.2s;
} .city-selector.is-open .city-arrow {
transform: rotate(180deg);
} .city-selector__dropdown {
position: absolute;
top: 100%; left: 0;
min-width: 180px;
background: #fff;
border: 1px solid #eee;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
border-radius: 4px;
padding: 5px 0;
margin-top: 5px; opacity: 0;
visibility: hidden;
transform: translateY(-10px);
transition: all 0.2s ease;
} .city-selector.is-open .city-selector__dropdown {
opacity: 1;
visibility: visible;
transform: translateY(0);
} .city-selector__dropdown ul {
list-style: none;
margin: 0;
padding: 0;
}
.city-selector__dropdown li a {
display: block;
padding: 10px 15px;
color: #333;
text-decoration: none;
font-size: 17px;
transition: background 0.1s;
}
.city-selector__dropdown li a:hover {
background: #f9f9f9;
color: #000;
} .city-selector__dropdown li.active a {
color: #46b450; font-weight: bold;
background: #f0fdf4;
} @media (max-width: 768px) {
.city-selector__current {
gap: 4px;
padding: 7px 7px 3px 7px;
font-size: 13px;
} .city-selector__current .city-arrow {
font-size: 8px;
}
.header-main-panel .logo-inner-wrap {
padding-right: 2rem;
}
.header-main-panel .soc-inner-wrap {
padding-left: 2rem;
}
}
.cta-mobile {
display: none;
}
@media (max-width: 768px) {
.cta-desktop.has-mobile-variant {
display: none;
}
.cta-mobile {
display: inline;
}
}
@media screen and (max-width: 768px) {
.footer .header-menu-panel.cnt-section {
display: none
}
.tiles-gallery-row-slider-box {
width: 100%;
overflow: hidden
}
.tiles-gallery-row-slider-box .slider-inner-wrap {
overflow: visible
}
.breadcrumbs-box .menu {
margin-right: 0
}
.elm-photo.photo-lead img {
height: auto !important
}
.tiles-gallery-row-slider-box .swiper-wrapper {
transform: translate3d(-3861px, 0px, 0px)
}
}
.tiles-thumbs__btns-row {
display: flex;
align-items: center;
gap: 10px;
margin-top: 20px; border:none;
padding: 5px;
border-radius: 20px;
}
.tiles-thumbs__btns-row .btn {
max-width: none;
width: 49.4%;
}
@media (max-width: 750px) {
.tiles-thumbs__btns-row {
width: 100%;
flex-direction: column;
}
.tiles-thumbs__btns-row .btn {
width: 100%;
}
}  .podmenu_wrapper{
display:none;
}
@media (max-width:767px){
.podmenu_wrapper{
display:block;
}
.podmenu_overlay{
position:fixed;
inset:0;
background:rgba(0,0,0,.15);
backdrop-filter:blur(2px);
opacity:0;
visibility:hidden;
transition:.3s ease;
z-index:999998;
}
.podmenu_overlay.podmenu_active{
opacity:1;
visibility:visible;
}
.podmenu_floating{
position:fixed;
right:15px;
bottom:15px;
display:flex;
flex-direction:column;
align-items:center;
z-index:999999;
}
.podmenu_items{
display:flex;
flex-direction:column;
align-items:center;
gap:10px;
margin-bottom:12px;
pointer-events:none;
}
.podmenu_item{
width:54px;
height:54px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
text-decoration:none;
opacity:0;
transform:
translateY(40px)
scale(.5)
rotate(-15deg);
transition:
transform .45s cubic-bezier(.22,1,.36,1),
opacity .35s ease;
box-shadow:
0 12px 24px rgba(0,0,0,.18),
0 4px 10px rgba(0,0,0,.12);
}
.podmenu_open .podmenu_items{
pointer-events:auto;
}
.podmenu_open .podmenu_item{
opacity:1;
transform:
translateY(0)
scale(1)
rotate(0deg);
}
.podmenu_open .podmenu_item:nth-child(1){
transition-delay:.03s;
}
.podmenu_open .podmenu_item:nth-child(2){
transition-delay:.08s;
}
.podmenu_open .podmenu_item:nth-child(3){
transition-delay:.13s;
}
.podmenu_open .podmenu_item:nth-child(4){
transition-delay:.18s;
}
.podmenu_item img{
width:24px;
height:24px;
object-fit:contain;
display:block;
}
.podmenu_item svg{
width:24px;
height:24px;
fill:#fff;
}
.podmenu_toggle{
width:64px;
height:64px;
border:none;
border-radius:50%;
cursor:pointer;
display:flex;
align-items:center;
justify-content:center;
background:#6d1a12;
box-shadow:
0 16px 30px rgba(0,0,0,.2),
0 5px 12px rgba(0,0,0,.15);
transition:
background .3s ease,
transform .25s ease;
}
.podmenu_toggle:active{
transform:scale(.92);
}
.podmenu_toggle svg{
width:28px;
height:28px;
transition:.3s;
}
.podmenu_chat_icon{
fill:#fff;
}
.podmenu_close_icon{
fill:#222;
display:none;
}
.podmenu_open .podmenu_toggle{
background:#fff;
}
.podmenu_open .podmenu_chat_icon{
display:none;
}
.podmenu_open .podmenu_close_icon{
display:block;
}
.podmenu_phone{
background:#6d1a12;
}
.podmenu_telegram{
background:#1b95d9;
}
.podmenu_vk{
background:#0173fb;
}
.podmenu_max{
background:#50b6f9;
}
@media (hover:hover){
.podmenu_open .podmenu_item:hover{
transform:
translateY(0)
scale(1.08)
rotate(0deg);
}
.podmenu_toggle:hover{
transform:scale(1.05);
}
}
}