@charset "utf-8";

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body,
figure {
    margin: 0;
}

a {
    background: transparent;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    margin: 0.67em 0;
}

h2 {
    margin: 0.83em 0;
}

h3 {
    margin: 1em 0;
}

h4 {
    margin: 1.33em 0;
}

h5 {
    margin: 1.67em 0;
}

h6 {
    margin: 2.33em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

p,
pre {
    margin: 1em 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
    _font-family: 'courier new', monospace;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    white-space: normal;
    *margin-left: -7px;
}

legend,
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input[type=color] {
    vertical-align: middle;
}

textarea,
select[multiple] {
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

object video {
    display: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    object video {
        display: block !important;
    }
}




/****** ********/

.header-block {
    position: relative;
    height: 600px;
}

.block-bg {
    background: linear-gradient(0deg, rgba(35, 31, 32, 0.7), rgba(35, 31, 32, 0.7)), url(header-img-01.jpg) 50% 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.header-block .header-content-block {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 50px;
}

.header-block .header-content-block .bread {
    padding: 40px 0 35px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}

.header-content-block .bread ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-content-block .bread ul li {
    display: inline-block;
}


.header-content-block .bread ul li a {
    color: #F39224;
    text-decoration: none;
}

.header-content-block .bread ul li a:after {
    display: inline-block;
    content: "/";
    padding: 0 10px;
    color: #ffffff;
}

.header-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    color: #FFFFFF;
}

.header-text {
    width: 770px;
    height: 120px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    color: #FFFFFF;
    margin: 40px 0 0;
}

article .content {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding: 100px 0px;
}

section.content-block {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 40px;
}

.services-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #000000;
    margin: 100px 0 60px;
}

.services .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.items .service-item {
    padding: 30px;
    width: 256px;
    height: 222px;
    background: #FFFFFF;
    border: 2px solid rgba(35, 31, 32, 0.05);
    border-radius: 30px;
    position: relative;
    box-shadow: 0px 12px 40px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s linear 0s;
    margin-bottom: 30px;
    box-sizing: unset;
}

.items .service-item img {
    display: block;
}

.items .service-item a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.service-name {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    transition: all 0.3s linear 0s;
}

.service-item .arrow {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    background: rgba(243, 146, 36, 0.1);
    border-radius: 20px;
    align-items: center;
    transition: all 0.3s linear 0s;
    justify-content: center;
}

.items .service-item:hover {
    box-shadow: 0px 0px 0px 1px rgb(35 31 32 / 5%);
}

.items .service-item:hover .service-name {
    color: #F39224;
}

.items .service-item:hover .arrow {
    background: rgb(243 146 36);
}

.items .service-item:hover .arrow svg,
.items .service-item:hover .arrow path {
    stroke: #ffffff;
}

footer {
    background: #231F20;
}

footer aside .form-content {
    margin: 0 auto;
    max-width: 1400px;
    padding: 60px 40px;
    width: 100%;
    color: #fff;
}

.bottom-form-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: linear-gradient(92.29deg, #F39224 0%, rgba(243, 146, 36, 0.5) 100%), url(form-bg-01.webp) 50% 50%/100%;
}

.form-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
}

.form-text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    margin: 20px 0 60px;
}

.form-content form input[type="text"] {
    padding: 17px 30px 19px;
    width: 204px;
    background: none;
    border-radius: 30px;
    border: 1px solid #ffffff;
    color: #ffffff;
    outline-style: none;
    margin-right: 30px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.form-content form input[type="submit"] {
    padding: 17px 40px 19px;
    width: 224px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 30px;
    border: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #F39224;
}

.form-content form input[type="text"]::placeholder {
    color: #ffffff;
}

.footer {
    border-bottom: 2px solid #ffffff;
    padding: 45px 0;
    margin-bottom: 40px;
}

.footer-contact {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0px 40px;
    width: calc(100% - 80px);
    display: flex;
    flex-wrap: wrap;
}

.footer-contact .phones {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}

.footer-contact .phones .title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.footer-contact .logo {
    margin-right: 120px;
    display: flex;
    align-items: center;
    line-height: 0;
}

.footer-contact .phones .phone-block {
    margin-right: 70px;
}

.footer-contact .phones .phone-block .phone {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.footer-contact .phones .phone-block .phone b,
.footer-contact .phones .phone-block .phone strong {
    color: #F39224;
}

.footer-nav-block {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0px 40px;
}

.footer-nav-block .address {
    width: 314px;
}

.footer-nav-block .address .item {
    padding: 0 0 0 40px;
    line-height: 24px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 40px;
    color: #fff;
    position: relative;
}

.footer-nav-block .address .item a {
    text-decoration: none;
    color: #fff;
}

.footer-nav-block .address .item:before {
    display: block;
    content: '';
    width: 18px;
    height: 18px;
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 3px;
}

.footer-nav-block .address .item.phone:before {
    background: url(addrr-01.png) 0 50%/100% no-repeat;
}

.footer-nav-block .address .item.rejim:before {
    background: url(addrr-02.png) 0 50%/100% no-repeat;
}

.footer-nav-block .address .item.mail:before {
    background: url(addrr-03.png) 0 50%/100% no-repeat;
}

@charset "utf-8";

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body,
figure {
    margin: 0;
}

a {
    background: transparent;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    margin: 0.67em 0;
}

h2 {
    margin: 0.83em 0;
}

h3 {
    margin: 1em 0;
}

h4 {
    margin: 1.33em 0;
}

h5 {
    margin: 1.67em 0;
}

h6 {
    margin: 2.33em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

p,
pre {
    margin: 1em 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
    _font-family: 'courier new', monospace;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    white-space: normal;
    *margin-left: -7px;
}

legend,
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input[type=color] {
    vertical-align: middle;
}

textarea,
select[multiple] {
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

object video {
    display: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    object video {
        display: block !important;
    }
}




/****** ********/

.header-block {
    position: relative;
    height: 600px;
}

.block-bg {
    background: linear-gradient(0deg, rgba(35, 31, 32, 0.7), rgba(35, 31, 32, 0.7)), url(header-img-01.jpg) 50% 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.header-block .header-content-block {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 50px;
    z-index: 11;
}

.header-content-block .bread ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-content-block .bread ul li {
    display: inline-block;
    padding-left: 0;
}


.header-content-block .bread ul li a {
    color: #F39224;
    text-decoration: none;
}

.header-content-block .bread ul li a:after {
    display: inline-block;
    content: "/";
    padding: 0 10px;
    color: #ffffff;
}

.header-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    color: #FFFFFF;
    margin: 0;
}

.header-text {
    width: 770px;
    height: 120px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    color: #FFFFFF;
    margin: 40px 0 0;
}

@media screen and (max-width: 1920px and min-width: 1024px) {
    .header-title.main {
        max-width: 750px;
    }
}

.services-all .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

article .content {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding: 100px 0px;
}

section.content-block {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 40px;
}

.services-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #000000;
    margin: 100px 0 60px;
}

.items .service-item .img-block {
    height: 36px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.items .service-item a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
}

.items .service-item:hover .service-name {
    color: #F39224;
}

.items .service-item:hover .arrow {
    background: rgb(243 146 36);
}

.items .service-item:hover .arrow svg,
.items .service-item:hover .arrow path {
    stroke: #ffffff;
}

footer {
    background: #231F20;
}

footer aside .form-content {
    margin: 0 auto;
    max-width: 1400px;
    padding: 60px 40px;
    width: calc(100% - 80px);
    color: #fff;
}

.bottom-form-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: linear-gradient(92.29deg, #F39224 0%, rgba(243, 146, 36, 0.5) 100%), url(form-bg-01.webp) 50% 50%/100%;
}

.form-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
}

.form-text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    margin: 20px 0 60px;
}

.form-content form input[type="text"] {
    padding: 17px 30px 19px;
    width: 204px;
    background: none;
    border-radius: 30px;
    border: 1px solid #ffffff;
    color: #ffffff;
    outline-style: none;
    margin-right: 30px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.form-content form input[type="submit"] {
    padding: 17px 40px 19px;
    width: 224px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 30px;
    border: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #F39224;
    box-sizing: border-box;
}

.form-content form input[type="text"]::placeholder {
    color: #ffffff;
}

.footer {
    border-bottom: 2px solid rgb(255 255 255 / 10%);
    padding: 45px 0;
    margin-bottom: 40px;
}

.footer-contact {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0px 40px;
    width: calc(100% - 80px);
    display: flex;
    flex-wrap: wrap;
}

.footer-contact .phones {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}

.footer-contact .phones .title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.footer-contact .logo {
    margin-right: 120px;
    display: flex;
    align-items: center;
    line-height: 0;
}

.footer-contact .phones .phone-block .phone {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.footer-contact .phones .phone-block .phone a {
    color: #fff;
}

.footer-contact .phones .phone-block .phone b,
.footer-contact .phones .phone-block .phone strong {
    color: #F39224;
    font-weight: 400;
}

.footer-nav-block {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0px 40px;
    display: flex;
    flex-wrap: wrap;
}

.footer-nav-block .address {
    width: 314px;
}

.footer-nav-block .address .item {
    padding: 0 0 0 40px;
    line-height: 24px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 40px;
    color: #fff;
    position: relative;
}

.footer-nav-block .address .item a {
    text-decoration: none;
    color: #fff;
}

.footer-nav-block .address .item:before {
    display: block;
    content: '';
    width: 18px;
    height: 18px;
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 3px;
}

.footer-nav-block .address .item.phone:before {
    background: url(addrr-01.png) 0 50%/100% no-repeat;
}

.footer-nav-block .address .item.rejim:before {
    background: url(addrr-02.png) 0 50%/100% no-repeat;
}

.footer-nav-block .address .item.mail:before {
    background: url(addrr-03.png) 0 50%/100% no-repeat;
}

.nav-block ul {
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
}

.nav-block ul li {
    margin: 0 0 10px;
    display: block;
    text-align: left;
}

.nav-block ul li a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
}

.nav-block .item {
    width: 100%;
    max-width: 160px;
    margin: 0 30px 40px 0;
}

.nav-block .item:first-child,
.nav-block .item:nth-child(5n) {
    max-width: 270px;
}

.nav-block {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}

.nav-block .item .title,
.nav-block .item .title a {
    text-decoration: none;
    color: #fff;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
}

.social {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
}

.social a {
    display: inline-block;
    margin: 0 0 0 10px;
}

.copyright-block {
    height: 65px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1400px;
    padding: 0 40px;
    width: calc(100% - 80px);
    margin: 0 auto;
    justify-content: space-between;
}

.copyright-block .copyright {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: rgb(255 255 255 / 30%);
}

.copyright-block .integrator {
    line-height: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: rgb(255 255 255 / 50%);
}

.copyright-block .integrator img {
    vertical-align: middle;
    margin-bottom: 4px;
    margin-left: 10px;
    height: 25px;
    display: inline-block;
}




@media screen and (max-width: 1920px) and (min-width: 1024px) {
    .header-title.main {
        max-width: 750px;
    }
}

@media screen and (max-width: 1440px) {

    .items .service-item {
        width: 236px;
    }
}

@media screen and (max-width: 1024px) {
    .header-title.main {
        max-width: 100%;
    }

    .services .items {
        justify-content: flex-start;
    }

    .items .service-item {
        margin-right: 30px;
        width: 220px;
    }

    .nav-block .item {
        width: 100%;
        max-width: 130px;
        margin: 0 30px 40px 0;
    }

    .nav-block .item:first-child,
    .nav-block .item:nth-child(4n) {
        max-width: 170px;
    }
}

@media screen and (max-width: 1400px) {
    .top-line {
        position: relative;
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 50px;
    }
}

.top-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.top-line .logo {
    position: absolute;
    left: 20px;
    top: 14px;
}

.top-line .nav {
    margin: 14px auto;
    max-width: 1400px;
    padding: 0 40px;
    width: calc(100% - 80px);
}

.top-line .nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    display: flex;
}

.top-line .nav ul li {
    margin-right: 40px;
}

.top-line .nav ul li a {
    color: #000;
    text-decoration: none;
}

.top-line .contacts {
    position: absolute;
    top: 0;
    right: 0;
}

.top-line .nav {
    margin: 20px auto;
    max-width: 1400px;
    padding: 0 40px;
    width: calc(100% - 80px);
}

.top-line .nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    display: flex;
}

.top-line .nav ul li {
    margin-right: 40px;
}

.top-line .nav ul li a {
    color: #000;
    text-decoration: none;
}

.top-line .contacts {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
}

.top-line .phone-block {
    display: flex;
    flex-wrap: wrap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin: 20px 10px 20px 0;
    padding: 0 0 0 27px;
    background: url(top-phone-ico.png) no-repeat 0 30%/15px;
}

.phone-block .item {
    margin: 0 20px 0 0;
}

.phone-block b,
.phone-block strong {
    color: #F39224;
    font-weight: 400;
}

.burger a {
    display: flex;
    width: 60px;
    height: 60px;
    background: #F39224;
    align-items: center;
    justify-content: center;
}

.burger {
    margin-left: 40px;
}

/* .bottom-line {
 border-bottom: 2px solid rgb(255 255 255 / 10%);
} */

@media screen and (max-width: 1800px) {
    .top-line .nav {
        display: none;
    }

    .top-line .logo {
        position: relative !important;
        padding: 0px 0 24px;
        left: 0;
    }

}

@media screen and (max-width: 1440px) {

    .top-line {
        padding: 0px 50px;
    }

}

@media screen and (max-width: 980px) {

    .top-line,
    .header-block .header-content-block,
    section.content-block {
        padding: 0 30px;
    }

    .services .items {
        justify-content: space-between;
    }

    .phone-block .item {
        margin: 0 15px 0 0;
    }

    .top-line .phone-block {
        font-size: 12px;
        margin-right: 0;
    }

    .burger {
        margin-left: 20px;
    }

}

@media screen and (max-width: 980px) {
    .top-line .phone-block {
        display: none;
    }

    .form-text {
        margin-bottom: 40px;
    }

    footer aside .form-content {
        margin: 0;
        max-width: 450px;
        padding: 60px 40px;
    }

    .form-content form input[type="text"] {
        margin: 0 0 20px;
    }

    .nav-block .item:first-child,
    .nav-block .item:nth-child(3n) {
        max-width: 270px;
    }

}

@media screen and (max-width: 768px) {

    .footer-nav-block .address {
        width: 270px;
    }

    .nav-block .item:first-child,
    .nav-block .item:nth-child(3n) {
        max-width: 220px;
    }

    .nav-block .item:nth-child(2n) {
        max-width: 150px;
        margin-right: 0;
    }

    .nav-block .item.no-sub {
        max-width: 131px;
        margin-right: 0;
        text-align: center;
    }


    .nav-block .item:nth-child(5n).no-sub {
        text-align: left;
    }

    .nav-block .item.no-sub:last-child {
        text-align: right;
    }

    .items .service-item {
        width: 280px;
        margin-right: 0;
        height: 212px;
    }

    .header-title.main {
        font-size: 24px;
        line-height: 32px;
    }

    body .header-text {
        width: auto;
        font-size: 18px;
        line-height: 28px;
    }

    .footer-contact {
        padding: 0 20px;
        width: calc(100% - 40px);
    }

    .footer-contact .logo {
        margin-right: 95px;
    }

    .footer-contact .phones .phone-block {
        margin-right: 40px;
    }
}

@media screen and (max-width: 360px) {

    body .footer-contact .phones .phone-block {
        margin-right: 20px;
        margin-top: 30px;
    }

    body .footer {
        padding: 30px 0;
        position: relative;
    }

    .footer-contact .logo img {
        height: 36px;
    }

    .copyright-block .copyright {
        font-size: 12px;
    }

    .footer .social {
        position: absolute;
        top: 30px;
        right: 20px;
    }

    .copyright-block {
        padding: 20px;
        width: calc(100% - 40px);
        text-align: center;
        flex-direction: column;
    }

    .copyright-block {
        height: auto;
    }

    .copyright-block .integrator {
        line-height: 24px;
        font-size: 13px;
        margin-top: 20px;
    }

    .copyright-block .integrator img {
        height: 22px;
    }
}

@media screen and (max-width: 490px) {

    .nav-block .item.no-sub:last-child,
    .nav-block .item.no-sub {
        text-align: left;
    }

    .footer-nav-block .address {
        width: 330px;
    }
}

.header-block.spb-msk {
    height: 328px;
}

.header-block.spb-msk .header-content-block .bread {
    padding: 40px 0;
}

ul.content-list {
    list-style: none;
    padding: 0;
    max-width: 546px;
}

ul.content-list li {
    padding: 0 0 20px 24px;
    position: relative;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    display: block;
}

ul.content-list li:before {
    display: block;
    content: '';
    position: absolute;
    border: 4px solid #F39224;
    border-radius: 100%;
    top: 8px;
    left: 0;
}

.service-block.content .services-title {
    margin-top: 0;
}

.service-block.content {
    margin: -100px auto 0;
    max-width: 1400px;
    padding: 100px 40px 0;
}


.items.owl-carousel .service-item img {
    width: auto;
}

.items.owl-carousel .service-item {
    margin: 30px 0px 30px 0px !important;
    padding: 20px;
    width: 226px;
    box-shadow: none;
}

.owl-carousel .owl-stage-outer {
    z-index: 11;
}


.services {
    background: rgba(243, 146, 36, 0.1);
    padding: 1px 0 90px 0;
    height: 502px;
    box-sizing: unset;
}

.services .items .owl-nav {
    position: relative;
    width: calc(100% - 40px);
    max-width: 1400px;
    margin: 0 auto;
    margin-top: -195px;
    padding: 0 20px;
}


.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    color: #fff;
    background: #F39224;
    width: 60px;
    line-height: 60px;
    border-radius: 100%;
    font-size: 27px;
}

body .wrapper-block *,
footer * {
    box-sizing: unset;
}

.slider-block {
    max-width: 1170px;
    margin: 0 auto;
}

.services .items .owl-nav button.owl-next {
    position: absolute;
    right: -90px;
}

.services .items .owl-nav button.owl-prev {
    position: absolute;
    left: -90px;
}

.items.owl-carousel.owl-loaded.owl-drag .owl-dots {
    display: none;
}

.services .services-title {
    text-align: center;
}

.services .slider-block .items {
    display: block;
    flex-wrap: inherit;
    justify-content: unset;
}

.content-img {
    display: none;
    text-align: right;
    margin-right: -40px;
    margin-top: -100px;
}

@media screen and (max-width: 490px) {
    body .footer-nav-block {
        padding: 0 20px;
    }

    body .nav-block .item {
        margin-right: 0;
        max-width: 100% !important;
    }

    body .nav-block .item .title {
        position: relative;
        max-width: 460px;
    }

    body .nav-block .item ul {
        display: none;
    }

    body .nav-block .item.open ul {
        display: block;
    }

    body .nav-block .item .title:before {
        display: block;
        content: '';
        background: url(arr-down.png) no-repeat 100% 50%;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 0;
        right: 0;
    }


    body .nav-block .item.open .title:before {
        background: url(arr-up.png) no-repeat 100% 50%;
    }

    body .nav-block .item.no-sub .title:before {
        background: none;
    }
}


@media screen and (max-width: 1440px) {
    .slider-block {
        max-width: 900px;
        margin: 0 auto;
    }

}

@media screen and (max-width: 1024px) {

    .service-block.content {
        background: none !important
    }

    .slider-block {
        max-width: 770px;
        margin: 0 auto;
    }

    body .content-img {
        margin-top: -60px;
        display: block;
    }

    body .content-img img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    .services .items .owl-nav button.owl-next {
        right: -70px;
    }

    .services .items .owl-nav button.owl-prev {
        left: -70px;
    }

    .items.owl-carousel .service-item {
        width: 336px;
    }

    .slider-block {
        max-width: 610px;
        margin: 0 auto;
    }

    .items.owl-carousel .service-item {
        width: 256px;
    }

}


@media screen and (max-width: 768px) {
    .service-block.content {
        margin: -100px auto 0;
        max-width: 1400px;
        padding: 100px 30px 0;
    }

    body .serv-content-block .item {
        width: 280px;
        height: 166px;
        margin: 0 0 30px 0;
    }

    body .serv-content-block {
        justify-content: space-between
    }

    body .content-img {
        margin-top: 0px;
        display: block;
    }

    body div .serv-block.sbor .content-img {
        margin-left: 100px;
    }
}

@media screen and (max-width: 460px) {
    .slider-block {
        max-width: 310px;
        margin: 0 auto;
    }

    .services .items .owl-nav button.owl-next {
        right: -40px;
        z-index: 11;
    }

    .services .items .owl-nav button.owl-prev {
        left: -40px;
        z-index: 11;
    }

    .items.owl-carousel .service-item {
        width: 270px;
        padding: 30px 60px;
    }

}


.serv-block {
    padding-bottom: 60px;
}

.service-block.content.sbor1 .serv-content-block {
    max-width: 100%;
}

.serv-content-block .item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 30px;
    width: 270px;
    height: 166px;
    background: #FFFFFF;
    box-shadow: 0px 12px 40px 4px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    margin: 0 30px 30px 0;
}

.serv-content-block {
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
}

.serv-content-block .item .icon {
    margin-bottom: 25px;
}

.serv-content-block .item .serv-text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.cont-wrap {
    max-width: 1170px;
    margin: 0 auto;
}

.cont-wrap img {
    border-radius: 30px;
    margin: 60px 0;
    max-width: 100%;
}

.cont-wrap p {
    max-width: 970px;
}

.prr .serv-block {
    margin: 0 auto;
    max-width: 1170px;
}

.prr .serv-content-block .item {
    padding: 40px 30px;
    width: 310px;
    height: 136px;
    margin-right: 0;
}

.prr .serv-content-block {
    max-width: 100%;
    justify-content: space-between;
}

.header-block.short {
    height: 328px;
}

.header-block.prr .header-content-block {
    max-width: 1170px;
}

@media screen and (max-width: 1170px) {
    body .cont-wrap p {
        max-width: 100%;
    }

    body .cont-wrap img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    body .prr .cont-wrap p {
        padding: 0 30px;
    }

    section.content-block.prr {
        padding: 0;
    }

    body .cont-wrap img {
        border-radius: 0;
        margin: 20px 0;
    }

    .prr .serv-content-block .item {
        width: 282px;
    }
}


.prods {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.prods .item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
    width: 490px;
    height: 382px;
    background: rgba(35, 31, 32, 0.05);
    border-radius: 30px;
    margin: 0 0 30px;
}

.prods .item .title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
}

.prods .item .price {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

.prods .item .img img {
    margin: 0 0 40px;
    border-radius: 0;
}

.cont-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    margin: 40px 0;
}

@media screen and (max-width: 1024px) {
    .prods .item {
        width: 379px;
        height: 382px;
    }

    body .cont-title {
        font-size: 36px;
        line-height: 44px;
    }
}

@media screen and (max-width: 768px) {

    body .cont-title {
        font-size: 24px;
        line-height: 32px;
        margin: 40px 30px;
    }

    .prods .item {
        width: 279px;
        height: 342px;
        padding: 30px;
    }

    .prods {
        padding: 0 30px;
        margin: 40px 0;
    }

    .prods .item .img img {
        width: 190px;
    }

    .prods .item .title {
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (max-width: 768px) {

    .prods .item {
        height: auto;
    }

    .cont-list-text {
        margin: 0 30px;
    }

}

.cont-list-text .title {
    display: flex;
    align-items: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
}

.cont-list-text .title img {
    margin: 0;
    line-height: 0;
    width: 32px;
}

.cont-list-text .title .icon {
    line-height: 0;
    margin-right: 24px;
}

.cont-list-text .item {
    margin: 40px 0 60px;
}

.cont-list-text .item:last-child {
    margin-bottom: 0px;
}

@media screen and (max-width: 768px) {

    .cont-list-text .title {
        align-items: top;
    }

    .cont-list-text .title {
        font-size: 18px;
        line-height: 26px;
    }

    .service-block.content .services-title {
        font-size: 24px;
        line-height: 32px;
    }

    .serv-block.sbor .services-title {
        font-size: 18px;
        line-height: 24px;
    }

    body .serv-block.sbor .list-block {
        width: 367px;
        height: 238px;
    }

}

.service-block.content.hran ul.content-list {
    max-width: 850px;
}

.service-block.content.hran {
    max-width: 1170px;
    padding-top: 80px;
}

.serv-block.sbor .list-block {
    width: 390px;
    height: 310px;
    background: rgba(244, 244, 244, 0.7);
    border-radius: 30px;
    backdrop-filter: blur(10px);
    padding: 40px;
    z-index: 11;
    position: relative;
}

.serv-block.sbor .services-title {
    font-size: 24px;
    line-height: 32px;
}

.serv-block.sbor .content-img {
    display: block;
    margin: -250px 100px 0 0;
}

.service-block.content {
    margin: -140px auto 0;
}

.service-block.content.sbor1 {
    max-width: -140px;
    padding: 100px 0 0;
}

.serv-block.sbor {
    margin-bottom: -100px;
}

.sbor .text-block {
    max-width: 970px;
}

@media screen and (max-width: 1024px) {
    .serv-block.sbor .content-img {
        margin-right: 0px;
        max-width: 870px;
        margin-left: 100px;
    }

    .serv-block.sbor {
        margin-bottom: -140px;
    }
}

@media screen and (max-width: 768px) {
    .sbor .text-block {
        max-width: 765px;
    }
}


@media screen and (max-width: 475px) {
    .serv-block.sbor .list-block {
        width: auto;
    }

    .service-block.content.sbor {
        padding: 100px 0 0
    }

    body div .serv-block.sbor .content-img {
        margin: -20px 0 0px;
        max-width: 100%;
        width: 100%;
    }

    body .serv-block.sbor .content-img img {
        border-radius: 0;
    }
}

body .serv-block.sbor .content-img {
    max-width: 870px;
    margin-left: 300px;
}

.serv-block.sbor .content-img img {
    max-width: 100%;
    border-radius: 30px;
}

.serv-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #000000;
    margin: 100px 0 60px;
}

.service-block.content.dost {
    padding: 100px 0 0;
}


button.b24-web-form-popup-btn-24.link.print-hide {
    justify-content: center;
    box-sizing: border-box;
}

button.b24-web-form-popup-btn-24.link.print-hide svg {
    margin: 4px 0 0 10px;
}

.content.sbor {
    margin-top: -100px;
}


section.content-block.short {
    max-width: 1170px;
}

.service-block.content.eks {
    max-width: 1170px;
}

.breadcrumbs__list li::before {
    display: none;
}

@media screen and (max-width: 768px) {
    .footer-contact {
        flex-direction: column;
    }

    .social {
        justify-content: flex-start;
    }

    .social a {
        margin: 0 10px 0 0;
    }

    .footer-contact .phones .title {
        padding: 0;
    }

    .footer {
        max-height: 100%;
    }

    .footer-contact .phones {
        margin: 20px 0;
    }

    .slider-block {
        max-width: 300px;
        margin: 0 auto;
    }
}


.number-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    margin: 25px 0;
}

.number-title.bold {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

ol.ol-number {
    padding: 0;
}

ol.ol-number li {
    position: relative;
    counter-increment: list;
    line-height: 24px;
    margin: 20px 0 10px;
    padding: 0 0 0 100px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

ol.ol-number li:before {
    content: '0' counter(list);
    display: inline-block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
    color: #F39224;
    position: absolute;
    left: 0;
}

.loc-block {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0;
}

.loc-block .item {
    width: calc(50% - 15px);
    max-width: 470px;
}

.loc-block .item .loc-txt {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.loc-block .item .loc-addrr {
    font-weight: 600;
}

.loc-block .item .icon {
    height: 45px;
    margin: 30px 0;
}

.loc-block .item .icon img {
    margin: 0;
    width: auto;
}

.zayavka-block {
    border-radius: 30px;
    background: #f2f2f2 url(zayavka-bg.png) no-repeat 0 100%;
    padding: 50px 40px;
    position: relative;
    margin: 100px 0 0;
}

.zayavka-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    max-width: 630px;
}

.zayavka-phones {
    position: absolute;
    bottom: 64px;
    right: 60px;
    display: flex;
    flex-wrap: wrap;
}

.zayavka-phones a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #F39224;
    margin-left: 40px;
}

.zayavka-block img {
    margin: 0;
}

.zayavka-block a.b24-web-form-popup-btn-24 {
    margin: 40px 0 0;
    display: inline-block;
}

@media screen and (max-width: 850px) {
    body .loc-block {
        flex-direction: column;
    }

    .zayavka-phones {
        position: static;
        flex-direction: column;
        margin: 20px 0;
    }

    .zayavka-phones a {
        margin: 0;
    }

    body .zayavka-block a.b24-web-form-popup-btn-24 {
        margin: 0;
    }

    body .zayavka-block img {
        margin: 0;
    }

    body .loc-block .item {
        width: 100%;
        max-width: 100%;
    }
}



.otzyvy-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.otzyvy-block .column {
    width: calc(50% - 15px);
    flex: 0 0 49%;
}

.otzyvy-block_new.otzyvy-block .column {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    flex: 0 0 100%;
    box-sizing: border-box;
}

.otzyvy-block .column::before,
.otzyvy-block .column::after {
    content: "";
    flex-basis: 100%;
    width: 0;
    order: 2;
}

.otzyvy-block .column .otziv {
    background: #f2f2f2 url(otz-ico.png) no-repeat 94% 0;
    padding: 40px 30px;
    border-radius: 30px;
    margin-bottom: 30px;
    box-sizing: border-box;

}

.otzyvy-block.otzyvy-block_new .column .otziv {
    width: calc(100% / 2);
}

.otzyvy-block .column .otziv:nth-child(odd) {
    order: 1;
}

.otzyvy-block .column .otziv:nth-child(even) {
    order: 2;
}

/* .otzyvy-block .column .otziv:nth-child(3n)   { order: 3; } */

.otzyvy-block .column .otziv .otz-date {
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 20px;
}

.otzyvy-block .column .otziv .otz-txt {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px;
}

.otzyvy-block .column .otziv .otz-author {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

@media screen and (max-width: 1023px) {
    .otzyvy-block .column .otziv {
        width: 100%;
    }

    .otzyvy-block .column {
        height: 100% !important;
    }

    .otzyvy-block .column .otziv:nth-child(odd) {
        order: unset;
    }

    .otzyvy-block .column .otziv:nth-child(even) {
        order: unset;
    }

}

.header-block.about .block-bg {
    background-size: auto 100% !important;
}

.services-title.f32 {
    font-size: 32px;
}

.services-title.f24 {
    font-size: 24px;
}

.plus {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.plus span {
    display: inline-block;
    position: relative;
    width: 30px;
    color: transparent;
    margin: 0 30px;
}

.plus span:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    border: 2px solid #F39224;
    margin-left: -2px;
    background: #F39224;
}

.plus span:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    border: 2px solid #F39224;
    margin-top: -2px;
    background: #F39224;
}

@media screen and (max-width: 1024px) {
    .plus {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 32px;
    }
}


@media screen and (max-width: 768px) {
    .plus {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 32px;
    }
}


@media screen and (max-width: 758px) {
    .plus {
        text-align: center;
    }

    .plus span {
        display: block;
        margin: 30px auto;
    }
}


.items.owl-carousel .service-item.blago img {
    max-width: 100%;
}

.items.owl-carousel .service-item.blago .img-block {
    align-items: self-start;
    height: auto;
    max-height: 420px;
    overflow: hidden;
}

.items.owl-carousel .service-item.blago {
    padding: 30px;
    width: 370px;
    box-sizing: border-box;
    height: auto;
}

.services.blago {
    height: 780px;
}

.blago .serv-name {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
}

.services.blago .items .owl-nav {
    margin-top: -345px;
}


@media screen and (max-width: 1440px) {
    .blago .slider-block {
        max-width: 1170px;
        margin: 0 auto;
    }
}


@media screen and (max-width: 1310px) {
    .blago .slider-block {
        max-width: 900px;
        margin: 0 auto;
    }

    .items.owl-carousel .service-item.blago .img-block {
        align-items: self-start;
        height: auto;
        max-height: 440px;
        overflow: hidden;
    }

    .items.owl-carousel .service-item.blago {
        padding: 30px;
        width: 387px;
        box-sizing: border-box;
        height: auto;
        margin: 0 auto !important;
    }
}


@media screen and (max-width: 768px) {
    .blago .slider-block {
        max-width: 600px;
        margin: 0 auto;
    }

    .items.owl-carousel .service-item.blago .img-block {
        align-items: self-start;
        height: auto;
        max-height: 280px;
        overflow: hidden;
    }

    .items.owl-carousel .service-item.blago {
        padding: 30px;
        width: 264px;
        box-sizing: border-box;
        height: auto;
        margin: 0 auto !important;
    }

    .blago .serv-name {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
    }

    .services.blago .items .owl-nav {
        margin-top: -285px;
    }
}




section.directions-section+.services {
    height: auto;
}

.actual-block {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 50px;
    z-index: 11;
}

.actual-block .actual-title {
    margin: 100px 0 60px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
}

.news-list-n .news-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 30px;
    gap: 20px;
    margin-bottom: 30px;
    width: 370px;
    background: #FFFFFF;
    box-shadow: 0px 12px 40px 4px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    position: relative;
}

.actual-block .news-list-n .news-item {
    height: 354px;
}


.news-list-n {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 30px;
    flex-wrap: wrap;
}

.news-list-n .news-tag a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #F39224;
}




.news-date-panel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    z-index: 11;
}

.news-name {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

.news-anonce {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    opacity: 0.6;
}

.news-date {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    opacity: 0.4;
}

.category-block a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    opacity: 0.5;
    margin: 0 50px 0 0;
}

.category-block a.active {
    opacity: 1;
}


.category-block {
    position: relative;
    max-width: 1400px;
    margin: 100px auto 60px;
    padding: 0 50px;
    z-index: 11;
}

.page-nav-block {
    font-size: 0;
    margin: 60px 0;
}

.page-nav-block .text:first-child {
    display: none;
}

.page-nav-block .text {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
}

.page-nav-block a:hover,
.page-nav-block b {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 17px 0px 19px;
    gap: 10px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    background: #F39224;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    color: #fff;
}

.page-nav-block a:hover {
    color: #F39224;
    background: rgba(243, 146, 36, 0.1);
}

.page-nav-block a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 17px 0px 19px;
    gap: 10px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    width: 60px;
    height: 60px;
}

.page-nav-block a[contains(text(), 'След.')] {
    background: #333;
}

.news-list-n .news-item a.news-link {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.news-list-n .news-tag a:hover {
    text-decoration: underline;
}

.news-item:hover .news-name {
    color: #F39224;
}

.news-list-block {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 50px;
    z-index: 11;
}

.detail .header-content-block .bread ul li a:after {
    color: #000;
}

.detail .header-content-block .bread ul li {
    color: #000;
}

.detail-title .breadcrumbs li a:after {
    display: inline-block;
    content: '/';
    margin: 0 10px;
    color: #000;
}

.detail-title .breadcrumbs li {
    padding: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px
}

.detail-title .breadcrumbs li:last-child a:after {
    display: none;
}

.detail-title .breadcrumbs ul {
    padding: 0;
}

.detail-title .breadcrumbs {
    margin: 37px 0;
}

.news-detail {
    position: relative;
    max-width: 1400px;
    margin: 100px auto 60px;
    padding: 0 50px;
    z-index: 11;
}

.detail-title .title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
}

.detail-panel {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.detail-panel .date {
    opacity: 0.4;
}

.detail-panel a {
    color: #F39224;
}

.news-detail .left-column {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.news-detail .left-column a.link {
    background: none;
    color: #F39224;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding: 0;
    margin: 80px 0 40px;
}

.news-detail .left-column a.link::before {
    display: inline-block;
    content: '';
    vertical-align: middle;
    padding: 17px 0px 19px;
    gap: 10px;
    width: 60px;
    margin: 0 20px 0 0;
    height: 60px;

    /* accent */
    background: #F39224;
    border-radius: 30px;
}

.news-detail .left-column a.link svg {
    position: absolute;
    left: 25px;
    top: 24px;
}

.news-detail .img-block img {
    border-radius: 30px;
    max-width: 100%;
}

.news-detail .content {
    display: flex;
}

.news-detail .content .read-also .news__items {
    flex-direction: column;
}

.news-detail .content .read-also .news__items .news__item {
    width: 100%;
}

.also-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin: 15px 0 30px;
}

.news-detail .img-block {
    margin-bottom: 40px;
    margin-top: 40px;
}

.news-detail .content .left-column {
    margin-right: 60px;
}

@media screen and (max-width: 400px) {
    body .news-list-n .news-item {
        width: 100%;
        max-width: 100%;
        height: auto !important;
    }
}