* {
padding: 0rem;
margin: 0rem;
border: 0rem;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
*::before,
*::after {
display: inline-block;
}
html,
body {
height: 100%;
}
body {
line-height: 1;
scrollbar-gutter: stable;
-ms-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
input,
button,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
color: inherit;
background-color: transparent;
}
input,
textarea {
width: 100%;
}
label {
display: inline-block;
}
button,
select,
option {
cursor: pointer;
}
a {
display: inline-block;
color: inherit;
text-decoration: none;
}
ul li {
list-style: none;
}
img {
max-width: 100%;
height: auto;
vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: inherit;
font-size: inherit;
}
address {
font-style: normal;
}@font-face {font-family: Montserrat;font-display: swap;src: url(//sudexperts.ru/wp-content/themes/Template/dist/assets/fonts/Montserrat-Regular.woff2) format("woff2");font-weight: 400;font-style: normal;}
@font-face {font-family: Montserrat;font-display: swap;src: url(//sudexperts.ru/wp-content/themes/Template/dist/assets/fonts/Montserrat-Bold.woff2) format("woff2");font-weight: 700;font-style: normal;}
@font-face { 
font-family: "iconfont"; 
font-display: swap;
src: url(//sudexperts.ru/wp-content/themes/Template/dist/assets/fonts/iconfont.woff2?ebcff728ae8f54e25ae68146cecdca63) format("woff2"); 
} 
[class*="--icon-"]::before{
font-family: iconfont; 
}
[class*="--icon-crumbsicon"]::before { 
content: "\f101"; 
} 
[class*="--icon-arrow-r"]::before { 
content: "\f102"; 
} 
[class*="--icon-arrow-l"]::before { 
content: "\f103"; 
} :root {
--whiteColor: #ffffff;
--mainColor: #303030;
--grayColor: #777777;
--orangeColor: #FFAE42;
--darkOrange: #e08c1e;
--lightGray: #F9F9F9;
--borderGray: #e9e9e9;
--redColor: #ff0000;
}
body {
min-width: 22.5rem;
color: var(--mainColor);
font-family: "Montserrat";
font-size: 1rem;
}
[data-fls-scrolllock] body {
overflow: hidden;
touch-action: none;
overscroll-behavior: none;
}
.wrapper {
min-height: 100%;
display: flex;
flex-direction: column;
overflow: clip;
}
.wrapper > main {
flex: 1 1 auto;
}
.wrapper > * {
min-width: 0;
}
[class*=__container] {
max-width: 82.5rem;
margin: 0 auto;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
}
input[type=text],
input[type=email],
input[type=tel],
textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.feedblock-form__input {
border-radius: 0.375rem;
width: 100%;
display: block;
border: 0.0625rem solid #d6d6d6;
caret-color: inherit;
outline: none;
transition: border-color 0.3s;
font-size: 1rem;
line-height: 131.25%; }
@media (min-width: 47.99875em) {
.feedblock-form__input {
padding: 1.0625rem 1.4375rem;
}
}
@media (max-width: 47.99875em) {
.feedblock-form__input {
padding: 0.875rem 1.25rem;
}
}
.feedblock-form__input.--form-focus {
border-color: var(--darkOrange);
}
@media (any-hover: hover), (pointer: fine) {
html:not([data-fls-touch]) .feedblock-form__input.--form-focus:hover {
border-color: var(--darkOrange);
}
}
.feedblock-form__input.--form-error {
border-color: var(--redColor);
}
@media (any-hover: hover), (pointer: fine) {
html:not([data-fls-touch]) .feedblock-form__input.--form-error:hover {
border-color: var(--redColor);
}
}
@media (any-hover: hover), (pointer: fine) {
html:not([data-fls-touch]) .feedblock-form__input:hover {
border-color: var(--orangeColor);
}
}
.feedblock-form__input[placeholder]:not([data-fls-placeholder-nohiden])::placeholder {
transition: opacity 0.3s;
}
.feedblock-form__input[placeholder]:not([data-fls-placeholder-nohiden]):focus::placeholder {
opacity: 0;
}
textarea.feedblock-form__input {
resize: vertical;
padding: 0rem 0rem;
}
.checkbox {
display: inline-block;
position: relative;
}
.checkbox__input {
position: absolute;
width: 0;
height: 0;
opacity: 0;
}
.checkbox__input:focus-visible + .checkbox__text {
outline: 0.0625rem solid #000;
}
.checkbox__input:checked + .checkbox__text::before {
background: url(//sudexperts.ru/wp-content/themes/Template/dist/assets/img/check.svg) center/0.625rem 0.625rem no-repeat #646978;
}
@media (any-hover: hover), (pointer: fine) {
html:not([data-fls-touch]) .checkbox__input:checked + .checkbox__text:hover::before {
content: "";
border-color: #646978;
}
}
.checkbox__input.--form-error + .checkbox__text::before {
border-color: var(--redColor);
}
.checkbox__text {
cursor: pointer;
position: relative;
gap: 0.625rem;
display: inline-flex;
align-items: center;
font-size: 0.75rem;
line-height: 133.333333%; }
.checkbox__text:before {
content: "";
border-radius: 0.25rem;
align-self: flex-start;
border: 0.0625rem solid #646978;
transition: border-color 0.3s, background-color 0.3s;
}
@media (min-width: 47.99875em) {
.checkbox__text:before {
flex: 0 0 1.5rem;
width: 1.5rem;
height: 1.5rem;
}
}
@media (max-width: 47.99875em) {
.checkbox__text:before {
flex: 0 0 1.25rem;
width: 1.25rem;
height: 1.25rem;
}
}
.checkbox__text a {
display: inline;
}
@media (any-hover: hover), (pointer: fine) {
html:not([data-fls-touch]) .checkbox__text a:hover {
text-decoration: underline;
}
}
@media (any-hover: hover), (pointer: fine) {
html:not([data-fls-touch]) .checkbox__text:hover::before {
content: "";
border-color: var(--orangeColor);
}
}
.button {
display: inline-flex;
padding: 0.875rem 1.5rem;
background-color: var(--orangeColor);
border-radius: 0.375rem;
color: var(--whiteColor);
font-weight: 700;
line-height: 125%; font-size: 0.75rem;
text-transform: uppercase;
transition: background-color 0.3s;
justify-content: center;
align-items: center;
text-align: center;
}
@media (any-hover: hover) {
.button:hover {
background-color: var(--darkOrange);
}
}
.button--fw {
width: 100%;
}
.crumbs {
display: flex;
column-gap: 0.625rem;
row-gap: 0.1875rem;
flex-wrap: wrap;
}
@media (min-width: 47.99875em) {
.crumbs:not(:last-child) {
margin-bottom: 3.75rem;
}
}
@media (max-width: 47.99875em) {
.crumbs:not(:last-child) {
margin-bottom: 1.875rem;
}
}
.crumbs__item {
font-size: 0;
}
.crumbs__item:not(:last-child)::after {
content: "\f101";
margin-left: 0.625rem;
font-family: iconfont;
}
@media (min-width: 47.99875em) {
.crumbs__item:not(:last-child)::after {
font-size: 1rem;
transform: translateY(0.15625rem);
}
}
@media (max-width: 47.99875em) {
.crumbs__item:not(:last-child)::after {
font-size: 0.75rem;
transform: translateY(0.15625rem);
}
}
.crumbs__item:not(:last-child) .crumbs__link {
transition: color 0.3s;
color: #505050;
}
@media (any-hover: hover), (pointer: fine) {
html:not([data-fls-touch]) .crumbs__item:not(:last-child) .crumbs__link:hover {
text-decoration: underline;
}
}
.crumbs__item:last-child .crumbs__link {
color: var(--orangeColor);
pointer-events: none;
}
.crumbs__link {
display: inline-block;
line-height: 131.25%; }
@media (min-width: 47.99875em) {
.crumbs__link {
font-size: 1rem;
}
}
@media (max-width: 47.99875em) {
.crumbs__link {
font-size: 0.75rem;
}
}
@media (min-width: 47.99875em) {
.section-block:not(:last-child) {
margin-bottom: 3.75rem;
}
}
@media (max-width: 47.99875em) {
.section-block:not(:last-child) {
margin-bottom: 1.875rem;
}
}
.title-h1 {
font-family: Montserrat;
font-weight: 700;
line-height: 130.555556%; }
@media (min-width: 47.99875em) {
.title-h1 {
font-size: 1.625rem;
}
}
@media (min-width: 61.99875em) {
.title-h1 {
font-size: 2rem;
}
}
@media (min-width: 82.5em) {
.title-h1 {
font-size: 2.25rem;
}
}
@media (max-width: 47.99875em) {
.title-h1 {
font-size: 1.375rem;
}
}
.title-h2 {
font-family: Montserrat;
font-weight: 700;
line-height: 129.166667%; }
@media (min-width: 47.99875em) {
.title-h2 {
font-size: 1.375rem;
}
}
@media (min-width: 61.99875em) {
.title-h2 {
font-size: 1.5rem;
}
}
@media (max-width: 47.99875em) {
.title-h2 {
font-size: 1.125rem;
}
}
@media (min-width: 47.99875em) {
.title-h2--mb {
margin-bottom: 1.875rem;
}
}
@media (max-width: 47.99875em) {
.title-h2--mb {
margin-bottom: 0.9375rem;
}
}
.title-h2--center {
text-align: center;
}
.title-h3 {
font-family: Montserrat;
font-weight: 700;
line-height: 120%; }
@media (min-width: 61.99875em) {
.title-h3 {
font-size: 1.25rem;
}
}
@media (max-width: 47.99875em) {
.title-h3 {
font-size: 1rem;
}
}
.textcont {
line-height: 144%; }
@media (min-width: 47.99875em) {
.textcont {
font-size: 1rem;
}
}
@media (max-width: 47.99875em) {
.textcont {
font-size: 0.875rem;
}
}
@media (min-width: 47.99875em) {
.textcont p:not(:last-child) {
margin-bottom: 0.625rem;
}
}
@media (max-width: 47.99875em) {
.textcont p:not(:last-child) {
margin-bottom: 0.5rem;
}
}
.textcont ul {
line-height: 131.25%; }
@media (min-width: 47.99875em) {
.textcont ul {
font-size: 1rem;
}
}
@media (max-width: 47.99875em) {
.textcont ul {
font-size: 0.875rem;
}
}
.textcont ul li {
position: relative;
}
@media (min-width: 47.99875em) {
.textcont ul li {
padding-left: 1.875rem;
}
.textcont ul li:not(:last-child) {
margin-bottom: 0.625rem;
}
}
@media (max-width: 47.99875em) {
.textcont ul li {
padding-left: 1.5625rem;
}
.textcont ul li:not(:last-child) {
margin-bottom: 0.5rem;
}
}
.textcont ul li::before {
position: absolute;
left: 0;
top: 0;
}
@media (min-width: 47.99875em) {
.textcont blockquote {
border-left: 0.25rem solid #ffc250;
padding-left: 1rem;
}
}
@media (max-width: 47.99875em) {
.textcont blockquote {
border-left: 0.125rem solid #ffc250;
padding-left: 0.75rem;
}
}
.textcont_default ul li::before {
content: "\f102";
font-family: iconfont;
color: #ffe07d;
}
@media (min-width: 47.99875em) {
.textcont_default ul li::before {
font-size: 1.25rem;
}
}
@media (max-width: 47.99875em) {
.textcont_default ul li::before {
font-size: 1rem;
}
}
.textcont_sert ul li::before {
content: "";
background: url(//sudexperts.ru/wp-content/themes/Template/dist/assets/img/checkdec-r.svg) center/contain no-repeat;
}
@media (min-width: 47.99875em) {
.textcont_sert ul li::before {
width: 1.25rem;
height: 1.25rem;
}
}
@media (max-width: 47.99875em) {
.textcont_sert ul li::before {
width: 1rem;
height: 1rem;
}
}
.swiper-button-prev svg,
.swiper-button-next svg {
display: none !important;
}
[data-fls-spollers] summary {
list-style: none;
}
[data-fls-spollers] summary::marker, [data-fls-spollers] summary::-webkit-details-marker {
display: none;
}
.spollers__item {
border-radius: 0.625rem;
background-color: var(--lightGray);
}
.spollers__item:not(:last-child) {
margin-bottom: 0.625rem;
}
.spollers__title {
display: flex;
align-items: center;
justify-content: space-between;
gap: 0.625rem;
width: 100%;
cursor: default;
text-align: left;
line-height: 125%; font-weight: 700;
}
@media (min-width: 47.99875em) {
.spollers__title {
padding: 1.25rem;
font-size: 1rem;
}
}
@media (max-width: 47.99875em) {
.spollers__title {
padding: 0.9375rem 0.625rem;
font-size: 0.875rem;
}
}
.spollers__title::after {
content: "\f102";
font-family: iconfont;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
color: var(--whiteColor);
background-color: var(--orangeColor);
transform: rotate(90deg);
transition: transform 0.5s ease 0s, background-color 0.3s;
line-height: 1;
font-weight: 400;
}
@media (min-width: 47.99875em) {
.spollers__title::after {
width: 2.5rem;
height: 2.5rem;
flex: 0 0 2.5rem;
font-size: 1.25rem;
}
}
@media (max-width: 47.99875em) {
.spollers__title::after {
width: 1.5625rem;
height: 1.5625rem;
flex: 0 0 1.5625rem;
font-size: 0.875rem;
}
}
.--spoller-init .spollers__title {
cursor: pointer;
}
.--spoller-init .spollers__title.--spoller-active::after {
transform: rotate(-90deg);
}
@media (any-hover: hover), (pointer: fine) {
html:not([data-fls-touch]) .spollers__title:hover::after {
background-color: var(--darkOrange);
}
}
.spollers__body {
line-height: 131.25%; }
@media (min-width: 47.99875em) {
.spollers__body {
padding: 0 1.25rem 1.25rem 1.25rem;
font-size: 0.875rem;
}
}
@media (max-width: 47.99875em) {
.spollers__body {
padding: 0 0.625rem 0.9375rem 0.625rem;
font-size: 0.75rem;
}
}
.spollers__body p:not(:last-child) {
margin-bottom: 1em;
}
.feedblock-form__top {
text-align: center;
}
@media (min-width: 47.99875em) {
.feedblock-form__top:not(:last-child) {
margin-bottom: 1rem;
}
}
@media (max-width: 47.99875em) {
.feedblock-form__top:not(:last-child) {
margin-bottom: 0.625rem;
}
}
.feedblock-form__title:not(:last-child) {
margin-bottom: 0.25rem;
}
.feedblock-form__inputs {
display: flex;
flex-direction: column;
gap: 0.625rem;
}
.feedblock-form__inputs:not(:last-child) {
margin-bottom: 0.625rem;
}
.feedblock-form__input:not(:last-child) {
margin-bottom: 0.625rem;
}
@media (min-width: 47.99875em) {
.feedblock-form__button.button {
font-size: 0.875rem;
padding-top: 1.125rem;
padding-bottom: 1.125rem;
}
}
.feedblock-form__button:not(:last-child) {
margin-bottom: 1rem;
}
@media (max-width: 47.99875em) {
.sudsection__slider.swiper {
overflow: visible;
}
}
@media (min-width: 47.99875em) {
.sudsection__top {
display: flex;
align-items: center;
gap: 1.25rem;
justify-content: space-between;
}
.sudsection__top:not(:last-child) {
margin-bottom: 1.875rem;
}
}
@media (max-width: 47.99875em) {
.sudsection__top:not(:last-child) {
margin-bottom: 0.625rem;
}
}
@media (max-width: 47.99875em) {
.sudsection__title:not(:last-child) {
margin-bottom: 1.25rem;
}
}
.sudsection__navigation {
display: flex;
gap: 0.625rem;
}
.sudsection__swiper-button {
font-size: 1.25rem;
color: var(--orangeColor);
transition: color 0.3s;
}
@media (any-hover: hover), (pointer: fine) {
html:not([data-fls-touch]) .sudsection__swiper-button:hover {
color: var(--darkOrange);
}
}
.examples-item {
display: flex;
flex-direction: column;
}
@media (min-width: 47.99875em) {
.examples-item {
gap: 1.875rem;
}
}
@media (max-width: 47.99875em) {
.examples-item {
gap: 0.9375rem;
}
}
.examples-item__image {
border-radius: 0.625rem;
overflow: hidden;
-webkit-mask-image: radial-gradient(white, #000);
mask-image: radial-gradient(white, #000);
z-index: 1;
position: relative;
padding-top: 58.6%;
}
@media (any-hover: hover), (pointer: fine) {
html:not([data-fls-touch]) .examples-item__image:hover img {
transform: scale(1.05);
}
}
.examples-item__image img {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
object-fit: cover;
transition: transform 0.4s;
}
.examples-item__content {
flex: 1 1 auto;
display: flex;
flex-direction: column;
align-items: flex-start;
}
@media (min-width: 47.99875em) {
.examples-item__content {
gap: 1.25rem;
}
}
@media (max-width: 47.99875em) {
.examples-item__content {
gap: 0.625rem;
}
}
.examples-item__name {
font-weight: 600;
transition: color 0.3s;
line-height: 130%; font-family: Montserrat;
}
.examples-item__name:not(:last-child) {
margin-bottom: 0.25rem;
}
@media (min-width: 47.99875em) {
.examples-item__name {
font-size: 1.25rem;
}
}
@media (max-width: 47.99875em) {
.examples-item__name {
font-size: 1.125rem;
}
}
@media (any-hover: hover), (pointer: fine) {
html:not([data-fls-touch]) .examples-item__name:hover {
color: var(--orangeColor);
}
}
.examples-item__address {
line-height: 128.571429%; }
@media (min-width: 47.99875em) {
.examples-item__address {
font-size: 0.875rem;
}
}
@media (max-width: 47.99875em) {
.examples-item__address {
font-size: 0.75rem;
}
}
.examples-item__text {
line-height: 131.25%; }
@media (min-width: 47.99875em) {
.examples-item__text {
font-size: 1rem;
}
}
@media (max-width: 47.99875em) {
.examples-item__text {
font-size: 0.875rem;
}
}
.examples-item__link {
margin-top: auto;
}
.experts-item {
display: flex;
flex-direction: column;
border: 0.0625rem solid var(--borderGray);
border-radius: 0.625rem;
}
@media (min-width: 47.99875em) {
.experts-item {
padding: 1.1875rem;
}
}
@media (max-width: 47.99875em) {
.experts-item {
padding: 1.1875rem 0.5625rem;
}
}
.experts-item__image {
border-radius: 50%;
overflow: hidden;
-webkit-mask-image: radial-gradient(white, #000);
mask-image: radial-gradient(white, #000);
z-index: 1;
position: relative;
align-self: center;
}
@media (min-width: 47.99875em) {
.experts-item__image {
width: 6.25rem;
height: 6.25rem;
flex: 0 0 6.25rem;
}
.experts-item__image:not(:last-child) {
margin-bottom: 1.25rem;
}
}
@media (max-width: 47.99875em) {
.experts-item__image {
width: 4.375rem;
height: 4.375rem;
flex: 0 0 4.375rem;
}
.experts-item__image:not(:last-child) {
margin-bottom: 0.625rem;
}
}
.experts-item__image img {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
object-fit: cover;
transition: transform 0.4s;
}
@media (any-hover: hover), (pointer: fine) {
html:not([data-fls-touch]) .experts-item__image:hover img {
transform: scale(1.1);
}
}
.experts-item__content {
flex: 1 1 auto;
display: flex;
flex-direction: column;
}
.experts-item__name {
font-weight: 700;
transition: color 0.3s;
line-height: 131.25%; align-self: center;
text-align: center;
}
.experts-item__name:not(:last-child) {
margin-bottom: 0.625rem;
}
@media (min-width: 47.99875em) {
.experts-item__name {
font-size: 1rem;
}
}
@media (max-width: 47.99875em) {
.experts-item__name {
font-size: 0.875rem;
}
}
@media (any-hover: hover), (pointer: fine) {
html:not([data-fls-touch]) .experts-item__name:hover {
color: var(--orangeColor);
}
}
.experts-item__text {
line-height: 128.571429%; text-align: center;
}
@media (min-width: 47.99875em) {
.experts-item__text {
font-size: 0.875rem;
}
.experts-item__text:not(:last-child) {
margin-bottom: 1.25rem;
}
}
@media (max-width: 47.99875em) {
.experts-item__text {
font-size: 0.75rem;
}
.experts-item__text:not(:last-child) {
margin-bottom: 0.625rem;
}
}
.experts-item__link {
margin-top: auto;
}
.comments-item {
border: 0.0625rem solid var(--borderGray);
border-radius: 0.625rem;
}
@media (min-width: 47.99875em) {
.comments-item {
gap: 2.5rem;
display: flex;
align-items: flex-start;
}
}
@media (min-width: 82.5em) {
.comments-item {
padding: 2.5rem;
}
}
@media (max-width: 82.5em) {
.comments-item {
padding: 1.25rem;
}
}
.comments-item__image {
border-radius: 0.625rem;
overflow: hidden;
border: 0.0625rem solid var(--orangeColor);
width: 9.0625rem;
flex: 0 0 9.0625rem;
}
@media (max-width: 47.99875em) {
.comments-item__image:not(:last-child) {
margin-bottom: 1.25rem;
}
}
.comments-item__image img {
width: 100%;
display: block;
transition: transform 0.4s;
}
@media (any-hover: hover), (pointer: fine) {
html:not([data-fls-touch]) .comments-item__image:hover img {
transform: scale(1.05);
}
}
.comments-item__right {
flex: 1 1 auto;
}
@media (min-width: 47.99875em) {
.comments-item__title:not(:last-child) {
margin-bottom: 1.25rem;
}
}
@media (max-width: 47.99875em) {
.comments-item__title:not(:last-child) {
margin-bottom: 0.625rem;
}
}
@media (min-width: 47.99875em) {
.comments-item__text:not(:last-child) {
margin-bottom: 1.25rem;
}
}
@media (max-width: 47.99875em) {
.comments-item__text:not(:last-child) {
margin-bottom: 0.625rem;
}
}
.comments-item__name {
font-weight: 700;
}
.comments-item__name:not(:last-child) {
margin-bottom: 0.25rem;
}  .swiper {
overflow: hidden;
}
.swiper-initialized {
touch-action: pan-y;
}
.swiper-wrapper {
width: 100%;
height: 100%;
box-sizing: content-box;
display: flex;
position: relative;
}
.swiper-vertical .swiper-wrapper {
flex-direction: column;
}
.swiper-autoheight .swiper-wrapper {
align-items: flex-start;
}
.swiper-initialized .swiper-slide {
flex-shrink: 0;
}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
transform: translate3d(0rem, 0, 0);
}
.swiper-button-lock {
display: none !important;
}@font-face {
font-family: "lg";
src: url(//sudexperts.ru/wp-content/themes/Template/dist/assets/fonts/lg.woff2?io9a6k) format("woff2");
font-weight: normal;
font-style: normal;
font-display: block;
}
.lg-icon { font-family: "lg" !important;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.lg-container {
font-family: "Montserrat", sans-serif;
}
.lg-next,
.lg-prev {
background-color: rgba(0, 0, 0, 0.45);
border-radius: 0.125rem;
color: #999;
cursor: pointer;
display: block;
font-size: 1.375rem;
margin-top: -0.625rem;
padding: 0.5rem 0.625rem 0.5625rem;
position: absolute;
top: 50%;
z-index: 1084;
outline: none;
border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
opacity: 0 !important;
cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
display: none;
}
.lg-next {
right: 1.25rem;
}
.lg-next:before {
content: "\e095";
}
.lg-prev {
left: 1.25rem;
}
.lg-prev:after {
content: "\e094";
}
@-webkit-keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -1.875rem;
}
100% {
left: 0;
}
}
@-moz-keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -1.875rem;
}
100% {
left: 0;
}
}
@-ms-keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -1.875rem;
}
100% {
left: 0;
}
}
@keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -1.875rem;
}
100% {
left: 0;
}
}
@-webkit-keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 1.875rem;
}
100% {
left: 0;
}
}
@-moz-keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 1.875rem;
}
100% {
left: 0;
}
}
@-ms-keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 1.875rem;
}
100% {
left: 0;
}
}
@keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 1.875rem;
}
100% {
left: 0;
}
}
.lg-outer.lg-right-end .lg-object {
-webkit-animation: lg-right-end 0.3s;
-o-animation: lg-right-end 0.3s;
animation: lg-right-end 0.3s;
position: relative;
}
.lg-outer.lg-left-end .lg-object {
-webkit-animation: lg-left-end 0.3s;
-o-animation: lg-left-end 0.3s;
animation: lg-left-end 0.3s;
position: relative;
}
.lg-toolbar {
z-index: 1082;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.lg-media-overlap .lg-toolbar {
background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
color: #999;
cursor: pointer;
float: right;
font-size: 1.5rem;
height: 2.9375rem;
line-height: 1.6875rem;
padding: 0.625rem 0;
text-align: center;
width: 3.125rem;
text-decoration: none !important;
outline: medium none;
will-change: color;
-webkit-transition: color 0.2s linear;
-o-transition: color 0.2s linear;
transition: color 0.2s linear;
background: none;
border: none;
box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
font-size: 1.125rem;
}
.lg-toolbar .lg-icon:hover {
color: #fff;
}
.lg-toolbar .lg-close:after {
content: "\e070";
}
.lg-toolbar .lg-maximize {
font-size: 1.375rem;
}
.lg-toolbar .lg-maximize:after {
content: "\e90a";
}
.lg-toolbar .lg-download:after {
content: "\e0f2";
}
.lg-sub-html {
color: #eee;
font-size: 1rem;
padding: 0.625rem 2.5rem;
text-align: center;
z-index: 1080;
opacity: 0;
-webkit-transition: opacity 0.2s ease-out 0s;
-o-transition: opacity 0.2s ease-out 0s;
transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
margin: 0;
font-size: 0.8125rem;
font-weight: bold;
}
.lg-sub-html p {
font-size: 0.75rem;
margin: 0.3125rem 0 0;
}
.lg-sub-html a {
color: inherit;
}
.lg-sub-html a:hover {
text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
position: absolute;
bottom: 0;
right: 0;
left: 0;
}
.lg-error-msg {
font-size: 0.875rem;
color: #999;
}
.lg-counter {
color: #999;
display: inline-block;
font-size: 1rem;
padding-left: 1.25rem;
padding-top: 0.75rem;
height: 2.9375rem;
vertical-align: middle;
}
.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
opacity: 0;
-webkit-transition:
-webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
color 0.08 linear;
-moz-transition:
-moz-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
color 0.08 linear;
-o-transition:
-o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
color 0.08 linear;
transition:
transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
color 0.08 linear;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont {
opacity: 0;
-moz-transform: scale3d(0.5, 0.5, 0.5);
-o-transform: scale3d(0.5, 0.5, 0.5);
-ms-transform: scale3d(0.5, 0.5, 0.5);
-webkit-transform: scale3d(0.5, 0.5, 0.5);
transform: scale3d(0.5, 0.5, 0.5);
will-change: transform, opacity;
-webkit-transition:
-webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
-moz-transition:
-moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
-o-transition:
-o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
transition:
transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont {
opacity: 1;
-moz-transform: scale3d(1, 1, 1);
-o-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
.lg-icon:focus-visible {
color: #fff;
border-radius: 0.1875rem;
outline: 0.0625rem dashed rgba(255, 255, 255, 0.6);
}
.lg-toolbar .lg-icon:focus-visible {
border-radius: 0.5rem;
outline-offset: -0.3125rem;
}
.lg-group:after {
content: "";
display: table;
clear: both;
}
.lg-container {
display: none;
outline: none;
}
.lg-container.lg-show {
display: block;
}
.lg-on {
scroll-behavior: unset;
}
.lg-overlay-open {
overflow: hidden;
}
.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
opacity: 0;
will-change: transform, opacity;
-webkit-transition:
-webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
-moz-transition:
-moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
-o-transition:
-o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
transition:
transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
opacity: 0;
-webkit-transform: translate3d(-0.625rem, 0, 0);
transform: translate3d(-0.625rem, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
opacity: 0;
-webkit-transform: translate3d(0.625rem, 0, 0);
transform: translate3d(0.625rem, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
opacity: 0;
-webkit-transform: translate3d(0, -0.625rem, 0);
transform: translate3d(0, -0.625rem, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
opacity: 0;
-webkit-transform: translate3d(0, 1.25rem, 0);
transform: translate3d(0, 1.25rem, 0);
}
.lg-outer {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 1050;
text-align: left;
opacity: 0.001;
outline: none;
will-change: auto;
overflow: hidden;
-webkit-transition: opacity 0.15s ease 0s;
-o-transition: opacity 0.15s ease 0s;
transition: opacity 0.15s ease 0s;
}
.lg-outer * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
opacity: 1;
}
.lg-outer.lg-visible {
opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
-webkit-transition-duration: inherit !important;
transition-duration: inherit !important;
-webkit-transition-timing-function: inherit !important;
transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
-webkit-transition-duration: 0s !important;
transition-duration: 0s !important;
opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
cursor: move;
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: -o-grabbing;
cursor: -ms-grabbing;
cursor: grabbing;
}
.lg-outer .lg-content {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.lg-outer .lg-inner {
width: 100%;
position: absolute;
left: 0;
top: 0;
bottom: 0;
-webkit-transition: opacity 0s;
-o-transition: opacity 0s;
transition: opacity 0s;
white-space: nowrap;
}
.lg-outer .lg-item {
display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
background: url(data:image/gif;base64,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) no-repeat scroll center center transparent;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
display: inline-block;
text-align: center;
position: absolute;
width: 100%;
height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
}
.lg-outer .lg-img-wrap {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
white-space: nowrap;
font-size: 0;
}
.lg-outer .lg-item.lg-complete {
background-image: none;
}
.lg-outer .lg-item.lg-current {
z-index: 1060;
}
.lg-outer .lg-object {
display: inline-block;
vertical-align: middle;
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
position: relative;
}
.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
display: none;
}
.lg-outer.lg-hide-download .lg-download {
opacity: 0.75;
pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
position: absolute;
top: 50%;
left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
-webkit-transform: translate3d(0, 0%, 0);
transform: translate3d(0, 0%, 0);
opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
opacity: 1;
transition: opacity 0.2s ease-out 0.15s;
}
.lg-outer .lg-media-cont {
text-align: center;
display: inline-block;
vertical-align: middle;
position: relative;
}
.lg-outer .lg-media-cont .lg-object {
width: 100% !important;
height: 100% !important;
}
.lg-outer .lg-has-iframe .lg-media-cont {
-webkit-overflow-scrolling: touch;
overflow: auto;
}
.lg-backdrop {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1040;
background-color: #000;
opacity: 0;
will-change: auto;
-webkit-transition: opacity 333ms ease-in 0s;
-o-transition: opacity 333ms ease-in 0s;
transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
-webkit-transition: none 0s ease 0s !important;
-moz-transition: none 0s ease 0s !important;
-o-transition: none 0s ease 0s !important;
transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
-webkit-transition: opacity 0.1s ease 0s;
-moz-transition: opacity 0.1s ease 0s;
-o-transition: opacity 0.1s ease 0s;
transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
-webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
-moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
-o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
-webkit-transition:
-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
opacity 0.1s ease 0s;
-moz-transition:
-moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
opacity 0.1s ease 0s;
-o-transition:
-o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
opacity 0.1s ease 0s;
transition:
transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
opacity 0.1s ease 0s;
}
.lg-container {
display: none;
}
.lg-container.lg-show {
display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
-webkit-transition-duration: 0s !important;
transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
-webkit-transition-duration: 0s !important;
transition-duration: 0s !important;
opacity: 1;
}
.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
position: absolute;
}
.lg-inline .lg-backdrop {
z-index: 1;
}
.lg-inline .lg-outer {
z-index: 2;
}
.lg-inline .lg-maximize:after {
content: "\e909";
}
.lg-components {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
will-change: transform;
-webkit-transition: -webkit-transform 0.35s ease-out 0s;
-moz-transition: -moz-transform 0.35s ease-out 0s;
-o-transition: -o-transform 0.35s ease-out 0s;
transition: transform 0.35s ease-out 0s;
z-index: 1080;
position: absolute;
bottom: 0;
right: 0;
left: 0;
}   .sudpage {
padding-top: 1.875rem;
}
@media (min-width: 47.99875em) {
.sudpage {
padding-bottom: 6.25rem;
}
}
@media (max-width: 47.99875em) {
.sudpage {
padding-bottom: 3.125rem;
}
}
@media (min-width: 61.99875em) {
.sudpage__container {
display: flex;
gap: 1.875rem;
}
}
.sudpage__left {
min-width: 0;
}
@media (min-width: 61.99875em) {
.sudpage__left {
flex: 1 1 auto;
}
}
@media (max-width: 61.99875em) {
.sudpage__left:not(:last-child) {
margin-bottom: 1.875rem;
}
}
@media (min-width: 61.99875em) {
.sudpage__right {
flex: 0 0 18.75rem;
}
}
@media (min-width: 82.5em) {
.sudpage__right {
flex: 0 0 25.625rem;
}
}
@media (min-width: 61.99875em) {
.sudpage__rightcont {
position: sticky;
top: 1.25rem;
}
}
.sudpage-right__links {
border-radius: 0.625rem;
background-color: var(--lightGray);
display: flex;
flex-direction: column;
align-items: flex-start;
}
@media (min-width: 47.99875em) {
.sudpage-right__links {
gap: 1.25rem;
}
.sudpage-right__links:not(:last-child) {
margin-bottom: 1.875rem;
}
}
@media (min-width: 82.5em) {
.sudpage-right__links {
padding: 2.5rem;
}
}
@media (max-width: 82.5em) {
.sudpage-right__links {
padding: 1.25rem;
}
}
@media (max-width: 47.99875em) {
.sudpage-right__links {
gap: 0.625rem;
}
.sudpage-right__links:not(:last-child) {
margin-bottom: 0.9375rem;
}
}
.sudpage-right__link {
display: flex;
gap: 0.625rem;
align-items: flex-start;
line-height: 125%; transition: color 0.3s, text-shadow 0.2s;
}
@media (min-width: 47.99875em) {
.sudpage-right__link {
font-size: 1rem;
}
}
@media (max-width: 47.99875em) {
.sudpage-right__link {
font-size: 0.875rem;
}
}
.sudpage-right__link::before {
content: "\f102";
font-family: iconfont;
color: var(--grayColor);
line-height: 1;
transition: color 0.3s;
text-shadow: none;
}
@media (min-width: 47.99875em) {
.sudpage-right__link::before {
font-size: 1.25rem;
}
}
@media (max-width: 47.99875em) {
.sudpage-right__link::before {
font-size: 1rem;
}
}
@media (any-hover: hover), (pointer: fine) {
html:not([data-fls-touch]) .sudpage-right__link:hover {
text-shadow: 0.0625rem 0 0.0625rem #ffae42;
color: var(--orangeColor);
}
html:not([data-fls-touch]) .sudpage-right__link:hover::before {
color: var(--orangeColor);
text-shadow: none;
}
}
.sudpage-right__bottom {
background-color: #505050;
border-radius: 0.625rem;
display: flex;
flex-direction: column;
align-items: flex-start;
}
@media (min-width: 47.99875em) {
.sudpage-right__bottom {
gap: 1.25rem;
}
}
@media (min-width: 82.5em) {
.sudpage-right__bottom {
padding: 2.5rem;
}
}
@media (max-width: 82.5em) {
.sudpage-right__bottom {
padding: 1.25rem;
}
}
@media (max-width: 47.99875em) {
.sudpage-right__bottom {
gap: 0.625rem;
text-align: center;
align-items: center;
}
}
.sudpage-right__title {
border-bottom: 0.125rem solid var(--orangeColor);
line-height: 120%; font-weight: 700;
color: var(--orangeColor);
}
@media (min-width: 47.99875em) {
.sudpage-right__title {
padding-bottom: 0.5rem;
font-size: 1.25rem;
}
}
@media (max-width: 47.99875em) {
.sudpage-right__title {
padding-bottom: 0.3125rem;
}
}
@media (max-width: 47.99875em) and (max-width: 47.99875em) {
.sudpage-right__title {
font-size: 1.125rem;
}
}
.sudpage-right__text {
color: var(--whiteColor);
line-height: 125%; }
@media (min-width: 47.99875em) {
.sudpage-right__text {
font-size: 1rem;
}
}
@media (max-width: 47.99875em) {
.sudpage-right__text {
font-size: 0.875rem;
}
}
@media (max-width: 47.99875em) {
.sudpage-right__button {
width: 100%;
}
}
.firstblock {
position: relative;
border-radius: 0.625rem;
overflow: hidden;
display: flex;
align-items: flex-end;
}
@media (min-width: 47.99875em) {
.firstblock {
min-height: 25rem;
}
}
@media (max-width: 47.99875em) {
.firstblock {
min-height: 18.75rem;
}
}
.firstblock img {
width: 100%;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
object-fit: cover;
}
.firstblock__content {
position: relative;
}
@media (min-width: 47.99875em) {
.firstblock__content {
padding: 1.25rem 1.875rem;
max-width: 47.5rem;
}
}
@media (max-width: 47.99875em) {
.firstblock__content {
padding: 1.25rem 0.9375rem;
}
}
.firstblock__content::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.5);
}
.firstblock__title {
color: var(--whiteColor);
position: relative;
z-index: 1;
}
.firstblock__title:not(:last-child) {
margin-bottom: 0.625rem;
}
.firstblock__text {
color: var(--borderGray);
line-height: 131.25%; position: relative;
z-index: 1;
}
@media (min-width: 47.99875em) {
.firstblock__text {
font-size: 1rem;
}
}
@media (max-width: 47.99875em) {
.firstblock__text {
font-size: 0.875rem;
}
}
.services__slidercont {
display: flex;
align-items: center;
}
@media (min-width: 47.99875em) {
.services__slidercont {
gap: 1.25rem;
}
}
@media (max-width: 47.99875em) {
.services__slidercont {
gap: 0.625rem;
}
}
.services__slide {
border: 0.0625rem solid rgb(233, 233, 233);
border-radius: 0.625rem;
display: flex;
flex-direction: column;
align-items: center;
}
@media (min-width: 47.99875em) {
.services__slide {
padding: 1.1875rem;
gap: 1.25rem;
}
}
@media (max-width: 47.99875em) {
.services__slide {
padding: 1.1875rem 0.5625rem;
gap: 0.625rem;
}
}
.services__slide img {
width: 2.5rem;
height: 2.5rem;
flex: 0 0 2.5rem;
object-fit: contain;
transition: transform 0.3s;
}
@media (any-hover: hover), (pointer: fine) {
html:not([data-fls-touch]) .services__slide:hover img {
transform: scale(1.05);
}
html:not([data-fls-touch]) .services__slide:hover .services__text {
color: var(--orangeColor);
}
}
.services__text {
text-align: center;
line-height: 128.571429%; transition: color 0.3s;
}
@media (min-width: 47.99875em) {
.services__text {
font-size: 0.875rem;
}
}
@media (max-width: 47.99875em) {
.services__text {
font-size: 0.75rem;
}
}
.services__swiper-button {
border-radius: 50%;
background-color: var(--orangeColor);
transition: background-color 0.3s;
display: flex;
justify-content: center;
align-items: center;
color: var(--whiteColor);
}
@media (min-width: 47.99875em) {
.services__swiper-button {
width: 2.5rem;
height: 2.5rem;
flex: 0 0 2.5rem;
font-size: 1.25rem;
}
}
@media (max-width: 47.99875em) {
.services__swiper-button {
width: 1.875rem;
height: 1.875rem;
flex: 0 0 1.875rem;
font-size: 1rem;
}
}
@media (any-hover: hover), (pointer: fine) {
html:not([data-fls-touch]) .services__swiper-button:hover {
background-color: var(--darkOrange);
}
}
.textblock {
display: flex;
flex-direction: column;
}
@media (min-width: 47.99875em) {
.textblock {
gap: 1.5rem;
}
}
@media (max-width: 47.99875em) {
.textblock {
gap: 0.625rem;
}
}
.advants__items {
display: flex;
flex-wrap: wrap;
gap: 1.875rem;
}
@media (min-width: 47.99875em) {
.advants__items {
gap: 1.25rem;
}
}
@media (min-width: 61.99875em) {
.advants__items {
gap: 1.875rem;
}
}
@media (max-width: 47.99875em) {
.advants__items {
gap: 0.625rem;
}
}
.advants__item {
border-radius: 0.625rem;
border: 0.0625rem solid var(--borderGray);
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 0.625rem;
line-height: 131.25%; }
@media (min-width: 47.99875em) {
.advants__item {
font-size: 1rem;
padding: 1.1875rem;
flex: 1 1 calc((100% - 1.25rem) / 2);
}
}
@media (min-width: 61.99875em) {
.advants__item {
flex: 1 1 calc((100% - 3.75rem) / 3);
}
}
@media (max-width: 47.99875em) {
.advants__item {
font-size: 0.75rem;
padding: 1.1875rem 0.5625rem;
flex: 1 1 calc((100% - 0.625rem) / 2);
}
}
.advants__item::before {
content: "";
display: block;
background: url(//sudexperts.ru/wp-content/themes/Template/dist/assets/img/checkdec.svg) center/contain no-repeat;
}
@media (min-width: 47.99875em) {
.advants__item::before {
width: 2.5rem;
height: 2.5rem;
flex: 0 0 2.5rem;
}
}
@media (max-width: 47.99875em) {
.advants__item::before {
width: 1.875rem;
height: 1.875rem;
flex: 0 0 1.875rem;
}
}
@media (min-width: 47.99875em) {
.pricespollers {
display: flex;
flex-wrap: wrap;
gap: 0.625rem;
align-items: flex-start;
}
}
.pricespollers__item {
background-color: #505050;
border-radius: 0.625rem;
}
@media (min-width: 47.99875em) {
.pricespollers__item {
flex: 1 1 calc((100% - 0.625rem) / 2);
}
}
@media (max-width: 47.99875em) {
.pricespollers__item:not(:last-child) {
margin-bottom: 0.625rem;
}
}
.pricespollers__title {
display: flex;
align-items: center;
gap: 0.625rem;
width: 100%;
cursor: default;
text-align: left;
}
@media (min-width: 47.99875em) {
.pricespollers__title {
padding: 1.25rem;
}
}
@media (max-width: 47.99875em) {
.pricespollers__title {
padding: 0.9375rem 0.625rem;
}
}
.pricespollers__title::after {
content: "\f102";
font-family: iconfont;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
color: var(--whiteColor);
background-color: var(--orangeColor);
transform: rotate(90deg);
transition: transform 0.5s ease 0s, background-color 0.3s;
}
@media (min-width: 47.99875em) {
.pricespollers__title::after {
width: 2.5rem;
height: 2.5rem;
flex: 0 0 2.5rem;
font-size: 1.25rem;
}
}
@media (max-width: 47.99875em) {
.pricespollers__title::after {
width: 1.5625rem;
height: 1.5625rem;
flex: 0 0 1.5625rem;
font-size: 0.875rem;
}
}
.--spoller-init .pricespollers__title {
cursor: pointer;
}
.--spoller-init .pricespollers__title.--spoller-active::after {
transform: rotate(-90deg);
}
@media (any-hover: hover), (pointer: fine) {
html:not([data-fls-touch]) .pricespollers__title:hover::after {
background-color: var(--darkOrange);
}
}
.pricespollers__titleinn {
flex: 1 1 auto;
display: flex;
justify-content: space-between;
gap: 0.625rem;
line-height: 125%; color: var(--whiteColor);
}
@media (min-width: 47.99875em) {
.pricespollers__titleinn {
font-size: 1rem;
}
}
@media (min-width: 61.99875em) {
.pricespollers__titleinn {
flex-direction: column;
}
}
@media (min-width: 82.5em) {
.pricespollers__titleinn {
flex-direction: row;
}
}
@media (max-width: 47.99875em) {
.pricespollers__titleinn {
font-size: 0.875rem;
}
}
.pricespollers__titleinn span {
white-space: nowrap;
}
.pricespollers__body {
line-height: 131.25%; color: var(--whiteColor);
}
@media (min-width: 47.99875em) {
.pricespollers__body {
padding: 0 1.25rem 1.25rem 1.25rem;
font-size: 0.875rem;
}
}
@media (max-width: 47.99875em) {
.pricespollers__body {
padding: 0 0.625rem 0.9375rem 0.625rem;
font-size: 0.75rem;
}
}
.pricespollers__body p:not(:last-child) {
margin-bottom: 1em;
}
.howwework__list {
list-style-type: none;
counter-reset: item;
}
@media (min-width: 47.99875em) {
.howwework__list {
display: flex;
gap: 0.625rem;
flex-wrap: wrap;
}
}
.howwework__list li {
border: 0.0625rem solid var(--borderGray);
border-radius: 0.625rem;
line-height: 131.25%; }
@media (min-width: 47.99875em) {
.howwework__list li {
flex: 1 1 calc((100% - 0.625rem) / 2);
padding: 1.1875rem;
font-size: 1rem;
}
}
@media (max-width: 47.99875em) {
.howwework__list li {
padding: 1.1875rem 0.5625rem;
font-size: 0.875rem;
}
.howwework__list li:not(:last-child) {
margin-bottom: 0.625rem;
}
}
.howwework__list li::before {
display: block;
counter-increment: item;
content: counter(item, decimal-leading-zero) ".";
color: var(--orangeColor);
font-weight: 700;
line-height: 129.166667%; }
@media (min-width: 47.99875em) {
.howwework__list li::before {
margin-bottom: 1.25rem;
font-size: 1.5rem;
}
}
@media (max-width: 47.99875em) {
.howwework__list li::before {
margin-bottom: 0.75rem;
font-size: 1.25rem;
}
}
.howwework__list li b {
display: block;
}
.howwework__list li b:not(:last-child) {
margin-bottom: 0.375rem;
}
.howwework__items {
display: flex;
flex-wrap: wrap;
gap: 0.625rem;
}
@media (min-width: 47.99875em) {
.howwework__items {
gap: 1.875rem;
}
}
.howwework__item {
border: 0.0625rem solid var(--borderGray);
border-radius: 0.625rem;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
line-height: 131.25%; }
@media (min-width: 47.99875em) {
.howwework__item {
flex: 0 1 calc((100% - 1.875rem) / 2);
padding: 1.1875rem;
gap: 1.25rem;
font-size: 1rem;
}
}
@media (min-width: 82.5em) {
.howwework__item {
flex: 0 1 calc((100% - 5.625rem) / 4);
}
}
@media (max-width: 47.99875em) {
.howwework__item {
flex: 0 1 calc((100% - 0.625rem) / 2);
padding: 1.1875rem 0.5625rem;
gap: 0.625rem;
font-size: 0.875rem;
}
}
.howwework__item img {
display: block;
object-fit: cover;
border-radius: 50%;
}
@media (min-width: 47.99875em) {
.howwework__item img {
width: 6.25rem;
height: 6.25rem;
}
}
@media (max-width: 47.99875em) {
.howwework__item img {
width: 4.375rem;
height: 4.375rem;
}
}
.feedblock {
border-radius: 0.625rem;
background-color: var(--lightGray);
overflow: hidden;
}
@media (min-width: 47.99875em) {
.feedblock {
display: flex;
gap: 1.875rem;
padding: 1.25rem 0 0 1.25rem;
}
}
@media (min-width: 82.5em) {
.feedblock {
padding: 2.5rem 0 0 2.5rem;
}
}
@media (max-width: 47.99875em) {
.feedblock {
padding: 1.25rem 0.625rem 0 0.625rem;
}
}
.feedblock__left {
border-radius: 0.625rem;
background-color: var(--whiteColor);
}
@media (min-width: 47.99875em) {
.feedblock__left {
flex: 0 0 20rem;
padding: 1.25rem 0.625rem;
margin-bottom: 1.25rem;
align-self: center;
}
}
@media (min-width: 61.99875em) {
.feedblock__left {
flex: 0 0 17.5rem;
}
}
@media (min-width: 82.5em) {
.feedblock__left {
padding: 1.5rem;
flex: 0 0 20rem;
margin-bottom: 2.5rem;
}
}
@media (max-width: 47.99875em) {
.feedblock__left {
padding: 1.25rem;
}
.feedblock__left:not(:last-child) {
margin-bottom: 1.25rem;
}
}
@media (min-width: 47.99875em) {
.feedblock__right {
display: flex;
flex-direction: column;
gap: 0.9375rem;
flex: 1 1 auto;
justify-content: space-between;
}
}
.feedblock__title {
padding-right: 1.25rem;
}
.feedblock__title:not(:last-child) {
margin-bottom: 0.9375rem;
}
@media (min-width: 47.99875em) {
.feedblock__image {
align-self: flex-end;
}
}
@media (max-width: 47.99875em) {
.feedblock__image {
text-align: right;
margin-right: -0.625rem;
}
}
@media (min-width: 82.5em) {
.feedblock__image img {
margin-left: -1rem;
max-width: calc(100% + 1rem);
}
}
@media (min-width: 47.99875em) {
.bigtextblock .textblock:not(:last-child) {
margin-bottom: 1.875rem;
}
}
@media (max-width: 47.99875em) {
.bigtextblock .textblock:not(:last-child) {
margin-bottom: 1.25rem;
}
}
@media (min-width: 47.99875em) {
.certificates .sudsection__top:not(:last-child) {
margin-bottom: 1.375rem;
}
}
@media (min-width: 82.5em) {
.certificates .sudsection__top {
padding-top: 0.15625rem;
padding-bottom: 0.15625rem;
}
}
.certificates__wrapper {
align-items: flex-start;
}
.certificates__item {
width: 9.0625rem;
border-radius: 0.625rem;
overflow: hidden;
-webkit-mask-image: radial-gradient(white, #000);
mask-image: radial-gradient(white, #000);
z-index: 1;
border: 0.0625rem solid var(--orangeColor);
display: block;
position: relative;
}
@media (any-hover: hover), (pointer: fine) {
html:not([data-fls-touch]) .certificates__item:hover img {
transform: scale(1.03);
}
}
.certificates__item::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
border-radius: 0.625rem;
border: 0.1875rem solid var(--whiteColor);
z-index: 2;
}
.certificates__item img {
transition: transform 0.4s;
width: 100%;
border-radius: 0.625rem;
}