

/* Start:/local/templates/ddkolomensky/assets/css/style.css?172882741039655*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

* {
  box-sizing: border-box;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.content a{
  color: #42a6e1;
  text-decoration: none;
}
/*------------------FONTS----------------*/
@font-face {
  font-family: "Mont";
  src: url("/local/templates/ddkolomensky/assets/css/../fonts/Montserrat-Regular.ttf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "MontBold";
  src: url("/local/templates/ddkolomensky/assets/css/../fonts/Montserrat-Bold.ttf");
}
@font-face {
  font-family: "MontSemi";
  src: url("/local/templates/ddkolomensky/assets/css/../fonts/Montserrat-SemiBold.ttf");
}
@font-face {
  font-family: "MontMedi";
  src: url("/local/templates/ddkolomensky/assets/css/../fonts/Montserrat-Medium.ttf");
}
body {
  font-family: "Mont", sans-serif;
  min-height: 100vh;
}

/*------------------FONTS----------------*/
/*------------------HEADER----------------*/
header {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
header .wrapper {
  display: flex;
  flex-direction: column;
}

.wrapper {
  width: 100%;
  max-width: 1790px;
  min-width: 320px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.header a {
  white-space: nowrap;
}

.header {
  display: flex;
  align-items: flex-start;
}
.header_menu_burger {
  display: none;
  width: 39px;
  cursor: pointer;
}
.header_menu_burger span {
  display: block;
  height: 3px;
  background: #009ee0;

}
.header_menu_burger span:not(.header_menu_burger span:last-child) {
  margin-bottom: 9px;
}
.header_logo {
  display: flex;
  align-items: center;
  gap: 35px;
  padding-right: 35px;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 214px;
  width: 71%;
}
.header_logo_text {
  display: flex;
  flex-direction: column;
}
.header_logo_text_title {
  color: #009EE0;
  font-size: 22px;
}
.header_logo_text_title span {
  font-family: "MontBold";
}
.header_logo_text_subtitle {
  max-width: 540px;
  margin-top: 14px;
  font-size: 13px;
  color: #000;
  opacity: 0.4;
  line-height: 1.5;
}
.header_info {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.header_info_item {
  min-height: 174px;
  padding-top: 40px;
  padding-bottom: 15px;
  border-left: 1px solid rgba(225, 225, 225, 0.5);
  display: flex;
  flex-direction: column;
}
.header_info_item_geo {
  max-width: 500px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 60px;
  padding-right: 30px;
  gap: 5px;
}
.header_info_item_geo_text {
  position: relative;
  font-family: "MontMedi";
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
.header_info_item_geo_text span {
  color: #009EE0;
  font-size: 13px;
}
.header_info_item_geo_text::before {
  content: "";
  background: url("https://ddsol.ru/bitrix/templates/solnpni/img/header/place.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -40px;
  width: 22px;
  height: 27px;
}
.header_info_item_phone {
  display: flex;
  flex-direction: column;
  padding-left: 40px;
  padding-right: 40px;
}
.header_info_item_phone:last-child {
  margin-top: 19px;
}
.header_info_item_phone_text {
  white-space: nowrap;
  display: block;
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  font-weight: normal;
}
.header_info_item_phone a {
  color: #009EE0;
  font-size: 16px;
  font-family: "MontMedi";
  text-decoration: none;
  line-height: 1.3;
}
.header_info_item_email {
  padding-left: 40px;
  display: flex;
  flex-direction: column;
}
.header_info_item_email_text {
  display: block;
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  font-weight: normal;
}
.header_info_item_email a {
  color: #009EE0;
  font-size: 16px;
  font-family: "MontMedi";
  text-decoration: none;
  line-height: 1.3;
}
.header_menu {
  width: 100%;
  display: flex;
  align-items: center;
  box-shadow: 0px 10px 20px rgba(61, 185, 255, 0.25);
}
.header_menu .wrapper {
  flex-direction: row;
  align-items: center;
}
.header_menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0 !important;
}
.header_menu ul > li {
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_menu_main {
  display: flex;
  width: 70%;
  justify-content: space-between;
}
.header_menu_main .fa-caret-down {
  color: #969696;
  font-size: 12px;
  transition: 0.3s;
}
.header_menu_main li a {
  text-decoration: none;
  font-size: 16px;
  color: black;
  transition: 0.3s;
  font-family: "MontMedi";
}
.header_menu_main li a:hover {
  color: #009EE0;
}
.header_menu_main li > ul {
  display: none;
}
.header_menu_special {
  width: 49px;
  height: 49px;
  position: relative;
  border: 1px solid rgba(0, 158, 224, 0.2);
  margin-left: 18px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}
.header_menu_special:hover {
  border: 1px solid rgba(0, 158, 224, 0.8);
}
.header_menu_special::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("https://ddsol.ru/bitrix/templates/solnpni/img/nav/eye.svg") center no-repeat;
  width: 49px;
  height: 49px;
}
.header_menu_finder {
  width: 100%;
  max-width: 440px;
  position: relative;
  margin-left: 35px;
}
.header_menu_finder img {
  position: absolute;
  right: 22px;
  top: 17px;
  cursor: pointer;
}
.header_menu_finder input {
  outline: none;
  font-size: 15px;
  color: #000;
  background: rgba(225, 225, 225, 0.3);
  transition: 0.3s;
  line-height: 1;
  border: none;
  border-radius: 30px;
  height: 50px;
  padding-left: 28px;
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 15px;
}
.header_menu_finder input::-moz-placeholder {
  font-family: "MontMedi";
  font-size: 15px;
  color: #969899;
}
.header_menu_finder input::placeholder {
  font-family: "MontMedi";
  font-size: 15px;
  color: #969899;
}

.fixed {
  height: 300px;
}
.fixed .header_menu {
  position: fixed;
  z-index: 555;
  left: 0;
  top: 0;
  background: white;
}

.havesub > ul {
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0px 5000px 0px 5000px rgba(13, 30, 46, 0.3);
  background: #fff;
  padding: 12px 5px;
  display: flex;
  gap: 20px;
  z-index: 5;
}

.havesub > ul li {
  padding: 9px 15px;
}

.havesub > ul li a {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.havesub > ul li a:hover {
  color: black;
}

.submenu_column {
  width: 250px;
}

.havesub {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}
.havesub:hover > .fa-caret-down {
  transform: rotate(180deg);
  opacity: 0.6;
}
.havesub:hover > ul {
  display: flex;
}

/*------------------HEADER----------------*/
main {
  padding-top: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
main .wrapper {
  width: 100%;
  display: flex;
  gap: 70px;
}
main > section {
  width: 77%;
}
.footer_needslink_banner{
	justify-content:center !important;
}

.aside {
  display: flex;
  flex-direction: column;
  gap: 130px;
  width: 23%;
}
.aside_nav {
  display: flex;
  flex-direction: column;
}
.aside_nav_image {
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 10px 40px 10px 30px;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px rgba(61, 185, 255, 0.25);
  border-radius: 2px;
  color: #000;
  font-weight: bold;
  font-family: "MontBold";
  font-size: 20px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.aside_nav_image::before {
  content: "";
  width: 180px;
  height: 180px;
  background-color: #fff8a3;
  background-image: url("/local/templates/ddkolomensky/assets/img/kolomtower.png");
  background-size: 28px;
  background-position: center;
  background-repeat: no-repeat;
  border: 21px solid #fffbcc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -31px;
  z-index: 1;
  transform: translateY(-50%);
  box-sizing: border-box;
}
.aside_nav_image span {
  position: relative;
  z-index: 2;
}
.aside_nav_ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.aside_nav_ul li a {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 30px 8px 30px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  font-size: 14px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}
.aside_nav_ul li a:hover {
  color: #000;
  background: rgba(225, 225, 225, 0.2);
}
.aside_newslist {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.aside_newslist_title {
  color: #000;
  font-family: "MontBold";
  font-size: 20px;
  text-align: center;
}
.aside_newslist_item {
  width: 100%;
  padding: 28px 15px;
  text-align: center;
  border-bottom: 1px solid #E1E1E1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.aside_newslist_item_date {
  font-family: "MontMedi";
  font-size: 16px;
  color: #969696;
  margin-bottom: 15px;
}
.aside_newslist_item_title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 16px;
  color: #000;
}
.aside_newslist_item p {
  margin-bottom: 22px;
  font-size: 14px;
  color: #000;
  line-height: 1.6;
}
.aside_newslist_item a {
  font-family: "MontMedi";
  align-items: center;
  color: #009EE0;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s;
  text-decoration: none;
}
.aside_newslist_item a:hover {
  opacity: 0.8;
}

.newslist_mobile {
  display: none;
}
.newslist_mobile_wrapper {
  padding-top: 40px;
}
.newslist_mobile_title {
  font-size: 20px;
  text-align: center;
  color: #000;
  font-weight: bold;
  font-family: "MontMedi";
}
.newslist_mobile_item {
  padding: 28px 15px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.newslist_mobile_item:not(.newslist_mobile_item:last-child) {
  border-bottom: 1px solid #E1E1E1;
}
.newslist_mobile_item_date {
  display: block;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 16px;
  color: #969696;
  font-family: "MontMedi";
}
.newslist_mobile_item_title {
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  font-family: "MontMedi";
}
.newslist_mobile_item p {
  margin-bottom: 22px;
  font-weight: normal;
  font-size: 14px;
  color: #000;
  line-height: 1.6;
  font-family: "MontMedi";
}
.newslist_mobile_item_link {
  display: inline-flex;
  align-items: center;
  color: #009EE0;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s;
  text-decoration: none;
  font-family: "MontMedi";
}
.newslist_mobile_item_link i {
  margin-left: 10px;
}
.newslist_mobile_item_link i::before {
  content: "\f105";
}

.content {
  width: 77%;
  padding-left: 40px;
}
.content_h1 {
  margin-bottom: 30px;
  color: #000;
  font-size: 24px;
  font-family: "MontBold";
  position: relative;
  text-align: center;
}
.content_h1 span {
  display: block;
  padding-bottom: 8px;
  font-family: "MontMedi";
  font-weight: normal;
}
.content_banner {
  width: 100%;
  padding: 30px 240px 30px 40px;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px rgba(61, 185, 255, 0.25);
  border-radius: 3px;
  overflow: hidden;
  margin-top: 30px;
}
.content_banner::before {
  content: "";
  width: 270px;
  height: 270px;
  background-color: #fff8a3;
  background-image: url("/local/templates/ddkolomensky/assets/img/kolomtower.png");
  background-size: 57px;
  background-position: center;
  background-repeat: no-repeat;
  border: 30px solid #fffbcc;
  border-radius: 50%;
  position: absolute;
  bottom: -50px;
  right: -80px;
  z-index: 1;
  box-sizing: border-box;
}
.content_banner__title {
  color: #000;
  font-size: 22px;
  font-family: "MontBold";
  margin-bottom: 10px;
}
.content_banner_info {
  margin-top: 70px;
  margin-bottom: 20px;
  display: flex;
  gap: 35px;
  max-width: 80%;
}
.content_banner_info_item {
  width: 33%;
  display: flex;
  gap: 15px;
  align-items: center;
}
.content_banner_info_item_count {
  color: #009EE0;
  font-size: 40px;
  font-family: "MontMedi";
  line-height: 1;
}
.content_banner_info_item_text {
  color: #000;
  font-size: 14px;
  font-family: "MontMedi";
  line-height: 1.5;
  max-width: 240px;
}
.content_question {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1038px;
}
.content_question_title {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  font-family: "MontMedi";
  margin-bottom: 10px;
}
.content_question_text {
  margin-bottom: 28px;
  color: #969696;
  font-weight: normal;
  font-size: 14px;
}
.content_question_btn a {
  min-width: 190px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  text-decoration: none;
  color: #009EE0;
  font-size: 14px;
  font-weight: 500;
  background-color: transparent;
  position: relative;
  transition: 0.3s;
  text-align: center;
  border-radius: 5px;
  border: 1px solid rgba(0, 158, 224, 0.2);
}
.content_question_btn a:hover {
  border: 1px solid rgba(0, 158, 224, 0.99);
}
.content_question_btn a:active {
  border: 1px solid rgba(0, 158, 224, 0.99);
}

.menuitems {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.menuitems_item {
  display: block;
  color: #000 !important;
  font-size: 18px;
  position: relative;
  width: 32%;
  max-width: 400px;
  z-index: 3;
  text-decoration: none;
  font-family: "MontSemi";
  min-height: 175px;
  padding: 32px 15px 15px 45px;
  transition: 0.3s;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px rgba(61, 185, 255, 0.35);
  border-radius: 2px;
}
.menuitems_item span {
  max-width: 280px;
  display: block;
}
.menuitems .back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  border-radius: 2px;
}
.menuitems .back::before {
  content: "";
  width: 223px;
  height: 152px;
  display: block;
  background: url(https://ddsol.ru/bitrix/templates/solnpni/img/services/bg.svg) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -3px;
  right: -3px;
  z-index: 1;
  transition: 0.3s;
  opacity: 0.5;
}
.menuitems .back .icon {
  position: absolute;
  bottom: -2px;
  right: -2px;
  z-index: 2;
  transition: 0.3s;
  opacity: 0.5;
}

/*------------------FOOTER----------------*/
footer {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}

.footer_needslink {
  display: flex;
  flex-direction: column;
}
.footer_needslink_title {
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgba(225, 225, 225, 0.2);
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  justify-content: center;
}
.footer_needslink_title h2 {
  font-size: 24px;
  font-family: "MontBold";
  text-align: center;
}
.footer_needslink_prev, .footer_needslink_next {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  border: 1px solid rgba(0, 158, 224, 0.2);
  border-radius: 50%;
  cursor: pointer;
}
.footer_needslink_prev .fa, .footer_needslink_next .fa {
  color: #009EE0;
}
.footer_needslink_prev:hover, .footer_needslink_next:hover {
  border: 1px solid #009EE0;
}
.footer_needslink_banner {
  display: flex;
  margin-top: 70px;
  min-height: 120px;
  width: 100%;
  padding: 25px 15px 15px 30px;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px rgba(61, 185, 255, 0.25);
  position: relative;
  z-index: 1;
  transition: 0.3s;
  text-decoration: none;
  gap: 30px;
}
.footer_needslink_banner_title {
  padding-left: 150px;
  font-size: 50px;
  font-family: "MontSemi";
  color: black;
}
.footer_needslink_banner_title span {
  color: #009EE0;
}
.footer_needslink_banner_info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer_needslink_banner_info_domain {
  font-family: "MontSemi";
  font-size: 20px;
  color: #000;
  margin-top: 3px;
}
.footer_needslink_banner_info_sub {
  color: #969696;
  font-size: 14px;
}

.menu_mob {
  display: none;
  width: 100%;
  position: fixed;
  height: 100%;
  padding: 25px 15px;
  overflow: auto;
  background: rgba(255, 255, 255, 0.95);
  z-index: 11;
}

.menu_close {
  display: block;
  color: #000;
  font-size: 24px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}

.top_menu {
  display: block;
  padding-left: 0;
  width: 100%;
  padding-top: 10px;
  margin: 0 -3px;
  list-style: none;
  position: relative;
}
.top_menu > li {
  position: relative;
  width: 100%;
  margin-left: 0;
  padding: 3px 0;
}
.top_menu > li > a {
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  position: relative;
  text-align: center;
  line-height: 1;
  transition: 0.3s;
}

.top_menu li .menu_open {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  background: #3f3f3f;
  padding-left: 2px;
  transform: rotate(0deg);
  transition: 0.3s all;
}
.top_menu li .menu_open.active {
  transform: rotate(90deg);
}

.top_menu li {
  position: relative;
}
.top_menu li > a {
  display: inline-block;
  vertical-align: middle;
  padding: 9px 15px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.top_menu ul {
  list-style: none;
  overflow: hidden;
  width: auto;
  text-align: left;
  position: static;
  background: transparent;
  padding: 12px 5px;
  box-shadow: 0px 4px 20px rgba(180, 180, 180, 0.25);
  border-radius: 0px 0px 3px 3px;
  min-width: 0;
  display: none;
}

.list_banners {
  display: flex;
  gap: 25px;
  margin-top: 30px;
  align-items: flex-start;
}
.list_banners_item {
  padding: 25px 15px 15px 30px;
  min-height: 120px;
  box-shadow: 0px 10px 20px rgba(61, 185, 255, 0.25);
  position: relative;
  z-index: 1;
  transition: 0.3s;
  text-decoration: none;
  background: white;
}
.list_banners_item_domain {
  font-family: "MontMedi";
  font-size: 30px;
  line-height: 1;
  color: #000;
  text-decoration: none;
  margin-bottom: 12px;
}
.list_banners_item_domain span {
  color: #009EE0;
}
.list_banners_item_subtitle {
  font-family: "MontMedi";
  font-size: 18px;
  color: #969696;
}

.footer_contacts {
  width: 100%;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 120px;
  background: rgba(225, 225, 225, 0.2);
}
.footer_contacts .wrapper {
  display: flex;
}
.footer_contacts_maps {
  width: 50%;
  padding: 10px;
  margin-right: 40px;
}
.footer_contacts_maps .map {
  width: 100%;
  height: 430px;
  background: #ccc;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 0px 10px 20px rgba(61, 185, 255, 0.25);
}
.footer_contacts_info {
  display: flex;
  gap: 30px;
}
.footer_contacts_info_mail {
  color: #000;
  font-size: 16px;
}
.footer_contacts_info_mail a {
  margin-left: 5px;
  color: #009EE0;
  font-weight: 600;
  font-family: "MontMedi";
  text-decoration: none;
}
.footer_contacts_info_phone {
  margin-top: 35px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 20px;
  color: #000;
}
.footer_contacts_info_phone a {
  margin-left: 5px;
  color: #009EE0;
  font-family: "MontMedi";
  text-decoration: none;
}
.footer_contacts_info_logo img {
  width: 95px;
}
.footer_contacts_info_text {
  display: flex;
  flex-direction: column;
}
.footer_contacts_info_text_title {
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 20px;
  color: #009EE0;
}
.footer_contacts_info_text_title span {
  font-family: "MontBold";
}
.footer_contacts_info_text_subtitle {
  max-width: 500px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  line-height: 1.5;
}
.footer_contacts_info_text_otd {
  margin-top: 35px;
}
.footer_contacts_info_text_otd_title {
  color: #000;
  line-height: 1.5;
  font-size: 14px;
  font-family: "MontBold";
}
.footer_contacts_info_text_otd_text {
  font-size: 14px;
  font-family: "MontMedi";
  max-width: 500px;
  line-height: 1.5;
}

.footer_last .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 110px;
}
.footer_last .wrapper > img {
  width: 200px;
}

.end_footer {
  display: flex;
  gap: 100px;
  align-items: center;
}

#map {
  position: relative;
  font-size: 14px;
  font-family: "MontSemi";
  text-decoration: none;
  color: #000;
}
#map::before {
  content: "";
  background: url("https://ddsol.ru/bitrix/templates/solnpni/img/footer/scheme_sait.svg") no-repeat;
  background-size: cover;
  width: 42px;
  height: 32px;
  right: -60px;
  top: -10px;
  position: absolute;
}

#top {
  padding-right: 58px;
  position: relative;
  font-size: 14px;
  font-family: "MontSemi";
  text-decoration: none;
  color: #000;
}
#top::before {
  content: "";
  background: url("https://ddsol.ru/bitrix/templates/solnpni/img/footer/up.svg") no-repeat center;
  width: 42px;
  height: 42px;
  position: absolute;
  box-shadow: 0px 4px 10px rgba(137, 137, 137, 0.25);
  border-radius: 50%;
  top: -14px;
  right: 0px;
}

.weare {
  display: flex;
  align-items: center;
  gap: 7px;
  padding-left: 100px;
  flex-direction: column;
}

.weare img {
  height: 32px;
}

.weare a {
  text-decoration: none;
  color: #000;
  font-family: "MontMedi";
}

.weare a:hover {
  color: #7ca05c;
}

/*------------------FOOTER----------------*/
/**********MEDIA**********/
@media only screen and (max-width: 1600px) {
  .header_logo_text_title span {
    font-size: 20px;
  }
  .header_info_item_geo {
    padding-left: 50px;
    padding-right: 0;
  }
  .header_logo {
    padding-right: 10px;
  }
  .header_menu_main {
    flex-shrink: 10;
  }
  .header_menu_finder {
    max-width: 400px;
  }
}
@media only screen and (max-width: 1440px) {
  .header_logo_text_title span {
    font-size: 20px;
  }
  .header_logo img {
    width: 80px;
  }
  .header_logo {
    gap: 12px;
  }
  .header_info_item_geo_text {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1365px) {
  .header_logo_text_title {
    font-size: 17px;
  }
  .header_logo_text_title span {
    font-size: 17px;
  }
  .header_logo {
    width: 54%;
  }
}
@media screen and (max-width: 1199px) {
  .main_ill{
    max-width: 100%;
  }
  header .wrapper {
    padding: 0;
  }
  .header {
    flex-direction: column;
  }
  .header_menu_burger {
    display: inline-block;
  }
  .header_menu_finder {
    margin-left: 0;
  }
  .header_menu .wrapper {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    justify-content: space-between;
    align-items: center;
  }
  .header_logo {
    width: 100%;
    min-height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(225, 225, 225, 0.5);
    padding-left: 15px;
  }
  .header_logo_text_subtitle {
    margin-top: 10px;
  }
  .header_info {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header_menu_main {
    display: none;
  }
  .header_menu_special {
    display: none;
  }
  .header_info_item {
    border-left: 0;
    padding-top: 15px;
  }
  main {
    padding-top: 30px;
  }
  main .wrapper {
    flex-direction: column;
    gap: 30px;
  }
  main .wrapper .content {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .aside {
    width: 100%;
  }
  .aside_newslist {
    display: none;
  }
  .menuitems_item {
    width: calc(50% - 8px);
  }
  .content_banner {
    padding: 25px;
  }
  .content_banner::before {
    opacity: 0.5;
  }
  .content_banner_info {
    margin-top: 28px;
    margin-bottom: 30px;
  }
  .content_question {
    margin-top: 30px;
  }
  .newslist_mobile {
    display: block;
  }
  .footer_needslink_banner {
    margin-top: 30px;
  }
  .footer_contacts_info {
    flex-direction: column;
    align-items: center;
    width: 50%;
  }
  #map {
    min-height: 100%;
  }
  .footer_contacts_maps {
    margin-right: 30px;
    padding: 0;
  }
  .footer_contacts_info_text_title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .illustration .build{
    display: none;
  }
  .footer_contacts .wrapper{
    flex-direction: column;
    gap: 40px;
  }
  .swiper-wrapper{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .list_banners{
    gap: 15px !important;
  }
  .end_footer{
    gap:0;
  }
  #map{
    height: fit-content !important;
    margin-top: -30px !important;
  }
  #map::before {
    right: 22px !important;
    top: 18px !important;
}
#top{
  display: none;
}
.header_info_item_phone{
  padding: 0;
  font-size: 13px;
}
  .footer_contacts_info_icons{
    justify-content: center;
  }
  .footer_contacts_maps{
    width: 100%;
  }
  .header_logo {
    flex-direction: column;
    text-align: center;
  }
  .header_logo_text_title {
    font-size: 14px;
  }
  .header_logo_text_subtitle {
    max-width: none;
    font-size: 12px;
  }
  .header_info {
    flex-direction: column;
  }
  .header_info_item {
    text-align: center;
    min-height: auto;
    width: 100%;
  }
  .header_info_item:not(.header_info_item:last-child) {
    border-bottom: 1px solid rgba(225, 225, 225, 0.5);
  }
  .header_info_item_geo {
    padding-left: 25px;
  }
  .header_info_item_geo_text {
    text-align: center;
  }
  .header_info_item_geo_text::before {
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
  }
  .header_menu_finder {
    max-width: 240px;
  }
  .header_menu_finder input {
    height: 42px;
    font-size: 13px;
    padding-left: 18px;
  }
  .header_menu_finder img {
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
  header.fixed {
    height: auto;
  }
  .content_h1 {
    font-size: 22px;
  }
  .menuitems_item {
    width: 100%;
  }
  .content_banner_info {
    flex-direction: column;
  }
  .content_banner_info_item {
    flex-direction: column;
    align-items: start;
    gap: 10px;
    width: 100%;
  }
  .content_question_title {
    font-size: 20px;
  }
  .content_question img {
    width: 100%;
  }
  .newslist_mobile_wrapper {
    padding-top: 45px;
  }
  .footer_needslink_banner {
    flex-direction: column;
    padding-left: 20px;
    gap: 0;
  }
  .footer_needslink_banner_title {
    padding-left: 0;
  }
  .footer_contacts .wrapper {
    flex-direction: column-reverse;
  }
  .footer_contacts_info {
    width: 100%;
    text-align: center;
  }
  .footer_contacts_info_text_otd {
    margin-top: 25px;
  }
  .footer_contacts_info_phone {
    justify-content: center;
    font-size: 19px;
  }
  .footer_contacts_info_phone a {
    font-weight: 600;
  }
  #map {
    width: 100%;
    height: 320px;
  }
  .footer_needslink_next, .footer_needslink_prev{
    display: none;
  }
}
/**********MEDIA**********/

.header_logo_img{
  max-width: 113px;
}
.swiper-container{
  overflow: hidden;
}
.swiper-wrapper{
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.list_banners_item{
  max-width: 321px;
}


.special{
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid black;
}
.special .wrapper{
  display: flex;
  justify-content: space-between;
  gap:50px;
  width: fit-content;
  padding: 20px;
  flex-wrap: wrap;
}
.special_options{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.special_options_title{
  color: #000;
  font-size: 18px;
}
.special_options_list{
  display: flex;
  gap: 10px;
}
.special_options_list > div{
  border: 1px solid #ddd;
  background: #fff;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 42px;
  font-weight: bold;
  cursor: pointer;

}
.sizeset_item, .colorset_item{
  font-family: Arial, sans-serif !important;
  font-size: 18px;
}
.lh_item{
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}
.imgset_item{
  width: 50px;
}
.colorset_item.white-black{
  color: white;
  background: black !important;
}
.colorset_item.black-blue{
  background: #9dd1ff !important;
  color: #063462;
}
.colorset_item.brown-beige{
  background: #f7f3d6 !important;
  color: #59422e;
}
.colorset_item.green-brown{
  background: #3b2716 !important;
  color: #a9dd38;
}




body.white-black header, 
body.white-black footer, 
body.white-black main,
body.white-black header div,
body.white-black header nav,
body.white-black footer div, 
body.white-black footer nav,
body.white-black main div, 
body.white-black main nav,
body.white-black header div,
body.white-black header nav,
body.white-black footer div, 
body.white-black footer nav,
body.white-black main div, 
body.white-black main nav,
body.white-black header a,
body.white-black main a,
body.white-black footer a {
  background: black !important;
  color: white !important;
  border-color: white !important;
}

body.white-black header p,
body.white-black header span,
body.white-black footer p,
body.white-black footer span,
body.white-black main p,
body.white-black input::placeholder,
body.white-black main span{
  color: white !important;
  border-color: white !important;
}
body.white-black *{
  box-shadow: none !important;
}




body.black-blue header, 
body.black-blue footer, 
body.black-blue main,
body.black-blue header div,
body.black-blue header nav,
body.black-blue footer div, 
body.black-blue footer nav,
body.black-blue main div, 
body.black-blue main nav,
body.black-blue header div,
body.black-blue header nav,
body.black-blue footer div, 
body.black-blue footer nav,
body.black-blue main div, 
body.black-blue main nav,
body.black-blue header a,
body.black-blue main a,
body.black-blue footer a {
  background: #9dd1ff !important;
  color: black !important;
  border-color: black !important;
}

body.black-blue header p,
body.black-blue header span,
body.black-blue footer p,
body.black-blue footer span,
body.black-blue main p,
body.black-blue input::placeholder,
body.black-blue main span{
  color: black !important;
  border-color: black !important;
}
body.black-blue *{
  box-shadow: none !important;
}



body.brown-beige header, 
body.brown-beige footer, 
body.brown-beige main,
body.brown-beige header div,
body.brown-beige header nav,
body.brown-beige footer div, 
body.brown-beige footer nav,
body.brown-beige main div, 
body.brown-beige main nav,
body.brown-beige header div,
body.brown-beige header nav,
body.brown-beige footer div, 
body.brown-beige footer nav,
body.brown-beige main div, 
body.brown-beige main nav,
body.brown-beige header a,
body.brown-beige main a,
body.brown-beige footer a {
  background: #f7f3d6 !important;
  color: #59422e !important;
  border-color: #59422e !important;
}

body.brown-beige header p,
body.brown-beige header span,
body.brown-beige footer p,
body.brown-beige footer span,
body.brown-beige main p,
body.brown-beige input::placeholder,
body.brown-beige main span{
  color: #59422e !important;
  border-color: #59422e !important;
}
body.brown-beige *{
  box-shadow: none !important;
}





body.green-brown header, 
body.green-brown footer, 
body.green-brown main,
body.green-brown header div,
body.green-brown header nav,
body.green-brown footer div, 
body.green-brown footer nav,
body.green-brown main div, 
body.green-brown main nav,
body.green-brown header div,
body.green-brown header nav,
body.green-brown footer div, 
body.green-brown footer nav,
body.green-brown main div, 
body.green-brown main nav,
body.green-brown header a,
body.green-brown main a,
body.green-brown footer a {
  background: #3b2716 !important;
  color: #a9dd38 !important;
  border-color: #a9dd38 !important;
}

body.green-brown header p,
body.green-brown header span,
body.green-brown footer p,
body.green-brown footer span,
body.green-brown main p,
body.green-brown input::placeholder,
body.green-brown main span{
  color: #a9dd38 !important;
  border-color: #a9dd38 !important;
}
body.green-brown *{
  box-shadow: none !important;
}

body.image-gray header img, body.image-gray footer img, body.image-gray main img{
  filter: grayscale(1) !important;
}

body.no-image header img, body.no-image footer img, body.no-image main img{
  display: none !important;
}
.sizeset_item.ssmall{
  font-size: 12px;
  padding-top: 4px;
}
.sizeset_item.snormal{
  font-size: 15px;
}
.sizeset_item.sbig{
  font-size: 18px;
}


body.ssmall header *,
body.ssmall footer *,
body.ssmall main *,
body.ssmall input::placeholder{
 font-size: 13px !important;
}

body.snormal header *,
body.snormal footer *,
body.snormal main *,
body.snormal input::placeholder{
 font-size: 15px !important;
}
body.sbig header *,
body.sbig footer *,
body.sbig main *,
body.sbig input::placeholder{
 font-size: 21px !important;
}




body.lsmall header *,
body.lsmall footer *,
body.lsmall main *,
body.lsmall input::placeholder{
 line-height: 1 !important;
}

body.lmedium header *,
body.lmedium footer *,
body.lmedium main *,
body.lmedium input::placeholder{
  line-height: 1.5 !important;
}
body.lbig header *,
body.lbig footer *,
body.lbig main *,
body.lbig input::placeholder{
  line-height: 2 !important;
}
.hide_special{
  padding-left: 10px;
  padding-right: 10px;
}
.footer_contacts_info_icons{
  display: flex;
  gap:7px;
  margin-top: 10px;
}
.footer_contacts_info_icons a {
  display: block;
}
.top_menu li > a{
  text-decoration: none;
  font-weight: bold;
  color: black;
  font-size: 15px;
}
.top_menu ul li a{
  color: rgba(0, 0, 0, .5);
    font-size: 14px;
}
.gallery{
  display:flex;gap:15px;flex-wrap:wrap;
  margin-bottom: 50px;
}
.gallery img{
  width: 250px;
  height: 250px;
  object-fit: cover;
}
.news_title{
  color: #42a6e1;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
}

.mb-4 .btn{
  margin-top: 20px;
}
.mb-4 .btn-primary{
  background-color: #009ee0;
    border-color: #009ee0;
}



/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/ddkolomensky/components/bitrix/news.list/asidenews/style.css?1726082533150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/ddkolomensky/components/bitrix/news.list/greatlinks/style.css?1725910325241*/
div.news-list img.preview-picture
{
	float:left;
	margin:0 4px 6px 0;
}

p.news-item
{
	margin:0;
	margin-bottom:15px;
}

.news-date-time
{
	font-size:95%;
	display:block;
	color:#82929a;
}

.preview-picture {

	border: 1px solid #E4E7E9;
}

/* End */
/* /local/templates/ddkolomensky/assets/css/style.css?172882741039655 */
/* /local/templates/ddkolomensky/components/bitrix/news.list/asidenews/style.css?1726082533150 */
/* /local/templates/ddkolomensky/components/bitrix/news.list/greatlinks/style.css?1725910325241 */
