button {
  border: none;
  outline: none;
}
button:hover {
  cursor: pointer;
}
.clear {
  font-size: 0;
  line-height: 0;
  clear: both;
}
.mg-but {
  display: inline-block;
  text-decoration: none;
}
.mg-but1 {
  padding: 8px 15px;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  line-height: 1;
  margin: 10px 20px;
  min-width: 140px;
  background-color: #690d01;
  background-image: -o-linear-gradient(#891101, #690d01);
  background-image: -moz-linear-gradient(#891101, #690d01);
  background-image: -webkit-linear-gradient(#891101, #690d01);
  background-image: -ms-linear-gradient(#891101, #690d01);
  background-image: linear-gradient( #891101, #690d01);
  -pie-background: linear-gradient( #891101, #690d01);
}
.mg-but1:hover {
  background-color: #911201;
  background-image: -o-linear-gradient(#9e1402, #690d01);
  background-image: -moz-linear-gradient(#9e1402, #690d01);
  background-image: -webkit-linear-gradient(#9e1402, #690d01);
  background-image: -ms-linear-gradient(#9e1402, #690d01);
  background-image: linear-gradient( #9e1402, #690d01);
  -pie-background: linear-gradient( #9e1402, #690d01);
}
.mg-but1:active {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  background-color: #690d01;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #891101), color-stop(12.5%, #690d01));
  background-image: -o-linear-gradient(bottom, #891101, #690d01);
  background-image: -moz-linear-gradient(bottom, #891101, #690d01);
  background-image: -webkit-linear-gradient(bottom, #891101, #690d01);
  background-image: -ms-linear-gradient(bottom, #891101, #690d01);
  background-image: linear-gradient(to top, #891101, #690d01);
  -pie-background: linear-gradient(to top, #891101, #690d01);
}
.mg-but2 {
  min-width: 150px;
  padding: 8px 15px;
  color: #fff;
  border-radius: 14px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  line-height: 1;
  background-color: #690d01;
  background-image: -o-linear-gradient(#891101, #690d01);
  background-image: -moz-linear-gradient(#891101, #690d01);
  background-image: -webkit-linear-gradient(#891101, #690d01);
  background-image: -ms-linear-gradient(#891101, #690d01);
  background-image: linear-gradient( #891101, #690d01);
  -pie-background: linear-gradient( #891101, #690d01);
}
.mg-but2:hover {
  background-color: #911201;
  background-image: -o-linear-gradient(#9e1402, #690d01);
  background-image: -moz-linear-gradient(#9e1402, #690d01);
  background-image: -webkit-linear-gradient(#9e1402, #690d01);
  background-image: -ms-linear-gradient(#9e1402, #690d01);
  background-image: linear-gradient( #9e1402, #690d01);
  -pie-background: linear-gradient( #9e1402, #690d01);
}
.mg-but2:active {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  background-color: #690d01;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #891101), color-stop(12.5%, #690d01));
  background-image: -o-linear-gradient(bottom, #891101, #690d01);
  background-image: -moz-linear-gradient(bottom, #891101, #690d01);
  background-image: -webkit-linear-gradient(bottom, #891101, #690d01);
  background-image: -ms-linear-gradient(bottom, #891101, #690d01);
  background-image: linear-gradient(to top, #891101, #690d01);
  -pie-background: linear-gradient(to top, #891101, #690d01);
}
.mg-but3 {
  min-width: 160px;
  padding: 6px;
  color: #fff;
  border: 1px solid #500a01;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  line-height: 1;
  background-color: #690d01;
  background-image: -o-linear-gradient(#891101, #690d01);
  background-image: -moz-linear-gradient(#891101, #690d01);
  background-image: -webkit-linear-gradient(#891101, #690d01);
  background-image: -ms-linear-gradient(#891101, #690d01);
  background-image: linear-gradient( #891101, #690d01);
  -pie-background: linear-gradient( #891101, #690d01);
}
.mg-but3:hover {
  border: 1px solid #9c1301;
  background-color: #911201;
  background-image: -o-linear-gradient(#9e1402, #690d01);
  background-image: -moz-linear-gradient(#9e1402, #690d01);
  background-image: -webkit-linear-gradient(#9e1402, #690d01);
  background-image: -ms-linear-gradient(#9e1402, #690d01);
  background-image: linear-gradient( #9e1402, #690d01);
  -pie-background: linear-gradient( #9e1402, #690d01);
}
.mg-but3:active {
  border: 1px solid #680d01;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  background-color: #690d01;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #891101), color-stop(12.5%, #690d01));
  background-image: -o-linear-gradient(bottom, #891101, #690d01);
  background-image: -moz-linear-gradient(bottom, #891101, #690d01);
  background-image: -webkit-linear-gradient(bottom, #891101, #690d01);
  background-image: -ms-linear-gradient(bottom, #891101, #690d01);
  background-image: linear-gradient(to top, #891101, #690d01);
  -pie-background: linear-gradient(to top, #891101, #690d01);
}
.mg-but4 {
  padding: 8px 15px;
  color: black;
  border: 1px solid #690d01;
  border-radius: 3px;
  line-height: 1;
  background-color: white;
  background-image: -o-linear-gradient(white, white);
  background-image: -moz-linear-gradient(white, white);
  background-image: -webkit-linear-gradient(white, white);
  background-image: -ms-linear-gradient(white, white);
  background-image: linear-gradient( white, white);
  -pie-background: linear-gradient( white, white);
}
.mg-but4:hover {
  color: #fff;
  background-color: #821001;
  background-image: -o-linear-gradient(#891101, #690d01);
  background-image: -moz-linear-gradient(#891101, #690d01);
  background-image: -webkit-linear-gradient(#891101, #690d01);
  background-image: -ms-linear-gradient(#891101, #690d01);
  background-image: linear-gradient( #891101, #690d01);
  -pie-background: linear-gradient( #891101, #690d01);
}
.mg-but4:active {
  color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  background-color: #690d01;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #891101), color-stop(12.5%, #690d01));
  background-image: -o-linear-gradient(bottom, #891101, #690d01);
  background-image: -moz-linear-gradient(bottom, #891101, #690d01);
  background-image: -webkit-linear-gradient(bottom, #891101, #690d01);
  background-image: -ms-linear-gradient(bottom, #891101, #690d01);
  background-image: linear-gradient(to top, #891101, #690d01);
  -pie-background: linear-gradient(to top, #891101, #690d01);
}
.mg-but5 {
  position: relative;
  padding: 8px 15px;
  color: #fff;
  border: #f00 transparent transparent transparent;
  border-radius: 2px 0 0 2px;
  background: #690d01;
  line-height: 1;
}
.mg-but5:before {
  position: absolute;
  top: 0;
  right: -28px;
  bottom: 0;
  width: 7px;
  content: "";
  border: 14px solid transparent;
  border-left: 7px solid #690d01;
}
.mg-but5:hover {
  background: #821001;
}
.mg-but5:hover:before {
  border-left-color: #821001;
}
.mg-but5:active {
  background: #500a01;
}
.mg-but5:active:before {
  border-left-color: #500a01;
}
table.mg-tabs1 {
  border-collapse: collapse;
}
table.mg-tabs1 td {
  padding: 5px;
  border: none;
}
table.mg-tabs2 {
  border: 1px solid #cecece;
  border-collapse: collapse;
}
table.mg-tabs2 td {
  padding: 5px;
  border: 1px solid #cecece;
}
table.mg-tabs3 {
  border: 1px solid #cecece;
  border-collapse: collapse;
}
table.mg-tabs3 th {
  padding: 5px 0;
  color: #333333;
  border: 1px solid #cecece;
  background: #e5e5e5;
}
table.mg-tabs3 td {
  padding: 5px;
  border: 1px solid #cecece;
}
table.mg-tabs4 {
  border-collapse: collapse;
}
table.mg-tabs4 th {
  padding: 5px 0;
  color: #333333;
  background: #e5e5e5;
}
table.mg-tabs4 td {
  padding: 5px;
  border-bottom: 1px solid #cecece;
}
.mg-tab {
  margin: 10px 0;
  padding: 12px;
  border-radius: 2px;
  font: normal 14px/17px arial;
}
.mg-tab p {
  margin: 0;
}
.mg-tb1 {
  color: #4d4d4d;
  border: 2px solid #9c1301;
}
.mg-tb2 {
  color: #fff;
  border: 2px solid #5f0c01;
  background: #7e1001;
}
.mg-tb3 {
  color: #fff;
  border: 2px solid #5f0c01;
  background: #7e1001;
}
.mg-tb4 {
  color: #fff;
  border: 2px solid #7e1001;
  background: #7e1001;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.mg-tb5 {
  color: #4d4d4d;
  border: none;
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), inset 4px 0px 0px #6a0d01;
}
.mg-tb6 {
  min-width: 264px;
  color: #4d4d4d;
  border: none;
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.mg-tb7 {
  min-width: 264px;
  color: #4d4d4d;
  border: none;
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), inset 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.mg-tb8 {
  min-width: 306px;
  padding: 0;
  border-radius: 2px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
.mg-tb8 .title {
  padding: 11px 20px 11px;
  color: #fff;
  border-radius: 2px 2px 0 0;
  font: normal 18px/18px arial;
  background-image: -o-linear-gradient(#b01602, #690d01);
  background-image: -moz-linear-gradient(#b01602, #690d01);
  background-image: -webkit-linear-gradient(#b01602, #690d01);
  background-image: -ms-linear-gradient(#b01602, #690d01);
  background-image: linear-gradient( #b01602, #690d01);
  -pie-background: linear-gradient( #b01602, #690d01);
}
.mg-tb8 .body {
  padding: 14px 20px;
  color: #4d4d4d;
  font: 14px arial;
}
.mg-tb9 {
  min-width: 200px;
  padding: 0;
  border: 2px solid #6a0d01;
  border-radius: 4px 4px 0 0;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
.mg-tb9 .title {
  padding: 5px 3px;
  color: #fff;
  border-radius: 2px 2px 0 0;
  font: normal 18px/18px arial;
  background-color: #690d01;
  background-image: -o-linear-gradient(#6a0d01, #6a0d01);
  background-image: -moz-linear-gradient(#6a0d01, #6a0d01);
  background-image: -webkit-linear-gradient(#6a0d01, #6a0d01);
  background-image: -ms-linear-gradient(#6a0d01, #6a0d01);
  background-image: linear-gradient( #6a0d01, #6a0d01);
  -pie-background: linear-gradient( #6a0d01, #6a0d01);
}
.mg-tb9 .body {
  padding: 5px;
  color: #4d4d4d;
  font: 14px arial;
}
.mg-tb10 {
  min-width: 306px;
  padding: 0;
  border-radius: 2px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
.mg-tb10 .title {
  padding: 11px 20px 11px;
  color: #fff;
  border-radius: 2px 2px 0 0;
  font: normal 18px/18px arial;
  background-color: #911201;
  background-image: -o-linear-gradient(#ce1a02, #730e01);
  background-image: -moz-linear-gradient(#ce1a02, #730e01);
  background-image: -webkit-linear-gradient(#ce1a02, #730e01);
  background-image: -ms-linear-gradient(#ce1a02, #730e01);
  background-image: linear-gradient( #ce1a02, #730e01);
  -pie-background: linear-gradient( #ce1a02, #730e01);
}
.mg-tb10 .body {
  padding: 14px 20px;
  color: #4d4d4d;
  font: 14px arial;
}
.mg-navig {
  display: inline-block;
  min-width: 38px;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 50%;
  font: 19px/38px arial;
}
.mg-navig1 {
  color: #fff;
  background: #690d01;
}
.mg-navig2 {
  color: #4d4d4d;
  border-color: #ce1a02;
  background: #f61f02;
}
.mg-navig3 {
  color: #4d4d4d;
  border-color: #9c1301;
  background: white;
}
.mg-navig4 {
  color: #4d4d4d;
  background: #e71d02;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.tabs-wrap {
  margin: 1.57em 0;
}
.tabs-nav {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
.tabs-nav li {
  display: inline-block;
  vertical-align: top;
}
.tabs-nav li:first-child a {
  border-left: 1px solid #cecece;
}
.tabs-nav li a {
  position: relative;
  display: block;
  height: 37px;
  padding: 0 15px;
  text-decoration: none;
  color: #666;
  border: solid #cecece;
  border-width: 1px 1px 1px 0;
  background-color: #ebebeb;
  font-size: 12px;
  line-height: 37px;
}
.tabs-nav li a:hover, .tabs-nav li a.active {
  z-index: 10;
  height: 36px;
  margin-top: -1px;
  border-top: 3px solid #690d01;
  background-color: #fff;
  line-height: 35px;
}
.tabs-nav li a:focus {
  outline: none;
}
.tabs-body {
  margin-top: -1px;
  padding: 25px;
  border: 1px solid #cecece;
}
.tabs-body > div {
  display: none;
}
.tabs-body > div.active {
  display: block;
}
body .agreement {
  text-align: center;
  display: block !important;
}
.title-page .blocklist-84 .item-label {
  background: none;
}
.title-page .blocklist-84 .item-label {
  min-height: 505px;
}
@media screen and (max-width: 1024px) {
  .title-page .blocklist-44 .title {
    font-size: 47px;
  }
}
body .form-114 .form-tbody, body .form-114 .form-table {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
body .form-114 .group-textarea {
  width: 680px;
}
body .form-114 .group-button {
  padding-left: 20px;
}
body .form-114 .group-text, body .form-114 .group-textarea {
  width: auto;
}
body .form-114 input, body .form-114 optgroup, body .form-114 select, body .form-114 textarea {
  color: #000 !important;
}
.title-page .form-53 .form-tbody, .title-page .form-53 .form-table {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .form-53 .group-textarea {
  width: 680px;
}
.title-page .form-53 .group-button {
  padding-left: 20px;
}
.title-page .form-53 .group-text, .title-page .form-53 .group-textarea {
  width: auto;
}
.title-page input, .title-page optgroup, .title-page select, .title-page textarea {
  color: #000 !important;
}
@media screen and (max-width: 960px) {
  .title-page .form-53 .form-select select {
    background: #fff;
  }
}
.title-page .phones-69 .text_body {
  min-height: 50px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) and (min-width: 761px) {
  .title-page .side-panel .address-17 .block-body-drop {
    margin-left: -631px;
  }
  .title-page .side-panel .phones-10 .block-body-drop {
    margin-left: -691px;
  }
}
@media screen and (max-width: 960px) {
  .title-page .block-27, .title-page .block-28, body .block-27, body .block-28 {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .title-page .widget-49, .title-page .widget-51, body .widget-49, body .widget-51 {
    text-align: center;
  }
  .title-page .form-53 .form-submit button, .form-114 .form-submit button, body .form-114 .form-submit button {
    margin-left: 0;
    margin-top: 15px;
  }
}
.title-page .form-53 .form-calendar_interval .form-item__body span, body .form-114 .form-calendar_interval .form-item__body span {
  -webkit-box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.field_318630841 .form-item__body, .field_318630441 .form-item__body {
  background: #fff;
}
.title-page .widget-45, .widget-167, .title-page .blocklist-18 .item-label, .news-124 .item__more_link {
  height: 1px;
}
@media screen and (max-width: 1024px) {
  .title-page .block-28, body .block-28 {
    padding: 0 30px;
  }
}
@media screen and (max-width: 960px) {
  .title-page .form-53 .form-item-group div, body .form-114 .group-text div {
    width: auto;
  }
  body .form-114 .group-text div {
    padding-left: 0;
  }
  .title-page .form-53 .form-checkbox {
    margin-top: 14px;
  }
}
@media screen and (max-width: 480px) {
  .form-calendar_interval.field_318631041 .form-item__body {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .form-calendar_interval.field_318631041 .form-item__header {
    text-align: center;
  }
}
.title-page .popover-wrap-21 .popover-body .form_calendar_interval input, body .popover-wrap-21 .popover-body .form_calendar_interval input {
  padding: 7px 1px;
}
@media screen and (max-width: 480px) {
  .title-page .blocklist-84 .bx-auto_controls {
    position: absolute;
    bottom: -10px;
  }
  .title-page .form-53 .form__text, .form-114 .form__text {
    margin-bottom: 10px;
  }
  .title-page .form-53 .form-text, .title-page .form-53 .form-submit button, .form-114 .form-text, .form-114 .form-submit button {
    margin-top: 5px;
  }
}
.title-page .s3solution-panel__btn--change {
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg baseProfile='full' xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' preserveAspectRatio='none' shape-rendering='geometricPrecision'%3E%3Cpath fill='%2357c327' fill-rule='eve odd' d='M0 0h6v6H0V0zm0 0'/%3E%3Cpath fill='%23e7d274' fill-rule='eve odd' d='M8 0h6v6H8V0zm0 0'/%3E%3Cpath fill='%23e59430' fill-rule='eve odd' d='M16 0h6v6h-6V0zm0 0'/%3E%3Cpath fill='%23ef4440' fill-rule='eve odd' d='M0 8h6v6H0V8zm0 0'/%3E%3Cpath fill='%23854abe' fill-rule='eve odd' d='M8 8h6v6H8V8zm0 0'/%3E%3Cpath fill='%23314de5' fill-rule='eve odd' d='M16 8h6v6h-6V8zm0 0'/%3E%3Cpath fill='%23ffcf00' fill-rule='eve odd' d='M0 16h6v6H0v-6zm0 0'/%3E%3Cpath fill='%2353a7f5' fill-rule='eve odd' d='M8 16h6v6H8v-6zm0 0'/%3E%3Cpath fill='%23e74641' fill-rule='eve odd' d='M16 16h6v6h-6v-6zm0 0'/%3E%3C/svg%3E") 96% 50% no-repeat;
}
[id ^= sandbox_theme_panel] {
  color: #000;
  width: 100px !important;
  font-size: 10px !important;
  right: 0 !important;
  top: auto !important;
  bottom: 100px !important;
}
:root {
  --main-font: "Roboto", sans-serif;
  --primary: #00d69d;
  --accent: #0A5172;
  --content-width: 1200px;
}
.block-width {
  max-width: var(--content-width);
  width: 100%;
  margin: 0 auto;
}
.block-padding {
  padding: 0 20px;
}
.block-title {
  text-align: center;
  margin-bottom: 60px;
  font-weight: 500;
  font-size: 2.1vw;
  color: var(--accent);
  position: relative;
}
@media (max-width: 980px) {
  .block-title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.block-title:before {
  content: "";
  position: absolute;
  left: calc(50% - 50px);
  width: 100px;
  height: 2px;
  background: var(--primary);
  bottom: -30px;
}
@media (max-width: 980px) {
  .block-title:before {
    width: 60px;
    left: calc(50% - 30px);
    bottom: -20px;
  }
}
.sand .block-46 {
  box-shadow: none;
  background: none;
}
.sand .block-38 {
  background: #fff;
}
.sand .side-panel-85 .side-panel-top {
  align-items: center;
}
.sand .widget-6 {
  min-height: 0;
}
.sand .phones-10 .icon {
  min-height: 23px;
}
.sand .phones-10 .text_body {
  font-weight: 500;
  min-height: 0;
}
.sand .block-8 {
  padding: 0 30px;
  background: #000 !important;
}
.sand .block-36 {
  width: auto;
  margin: 0;
}
.sand .block-3 {
  padding: 10px 0;
  background: none;
  align-items: center;
}
@media (max-width: 960px) {
  .sand .block-3 {
    padding-top: 70px;
  }
}
.sand .block-3 .sn-logo img {
  max-width: 166px;
}
.sand .block-3 .layout_27 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  align-items: center;
}
.sand .block-3 .widget-17 {
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .sand .menu-24 .menu-scroll > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .sand .menu-24 .menu-scroll > ul > li.menu-item {
    flex: unset;
  }
  .sand .menu-24 .menu-scroll > ul > li.menu-item:has(ul) > a:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 5px;
    min-width: 8px;
    transition: all 0.3s ease;
    font-size: 0;
    background: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.16399 0.792893C1.55451 0.402369 2.18768 0.402369 2.5782 0.792893L4.87109 3.08579L7.16399 0.792893C7.55451 0.402369 8.18768 0.402369 8.5782 0.792893C8.96873 1.18342 8.96873 1.81658 8.5782 2.20711L5.5782 5.20711C5.18768 5.59763 4.55451 5.59763 4.16399 5.20711L1.16399 2.20711C0.773463 1.81658 0.773463 1.18342 1.16399 0.792893Z' fill='white'/%3E%3C/svg%3E%0A") 50% no-repeat;
  }
  .sand .menu-24 .menu-scroll > ul > li.menu-item > a {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 0;
    border-radius: 0;
    background: none !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    line-height: normal;
    min-height: 0;
  }
  .sand .menu-24 .menu-scroll > ul > li.menu-item > a:hover {
    color: #00d69d;
    background: none;
  }
  .sand .menu-24 .menu-scroll > ul > li.menu-item > a:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.16399 0.792893C1.55451 0.402369 2.18768 0.402369 2.5782 0.792893L4.87109 3.08579L7.16399 0.792893C7.55451 0.402369 8.18768 0.402369 8.5782 0.792893C8.96873 1.18342 8.96873 1.81658 8.5782 2.20711L5.5782 5.20711C5.18768 5.59763 4.55451 5.59763 4.16399 5.20711L1.16399 2.20711C0.773463 1.81658 0.773463 1.18342 1.16399 0.792893Z' fill='#00d69d'/%3E%3C/svg%3E%0A");
  }
}
.site-footer {
  background: #000;
  padding: 0 30px;
}
.site-footer__inner {
  padding: 30px 0;
}
.site-footer__top {
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.site-footer__site-name {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.site-footer__bottom .widget-6 {
  margin: 0;
  margin-left: -10px;
}
.site-footer__megacopy {
  display: flex;
  align-items: center;
  gap: 35px;
  color: #fff;
  text-align: left;
}
.site-footer__megacopy a {
  text-decoration: none;
}
.site-footer__megacopy a:hover {
  text-decoration: underline;
}
.site-footer__to-top a {
  width: 24px;
  height: 24px;
  min-width: 24px;
  text-decoration: none;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.site-footer__to-top a:hover {
  background: #00d69d;
}
.title-array-blocks {
  background: #F7F7F7;
}
.title-array-blocks__inner {
  padding: 50px 0;
}
@media (max-width: 980px) {
  .title-array-blocks__inner {
    padding: 20px 0;
  }
}
.title-array-blocks__item {
  padding: 50px 0;
}
@media (max-width: 980px) {
  .title-array-blocks__item {
    padding: 30px 0;
  }
}
.title-array-blocks__item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 640px) {
  .title-array-blocks__item-list {
    gap: 20px 12px;
  }
}
.title-array-blocks__list-item {
  width: calc(16.66% - 10px);
}
@media (max-width: 1100px) {
  .title-array-blocks__list-item {
    width: calc(20% - 9.6px);
  }
}
@media (max-width: 980px) {
  .title-array-blocks__list-item {
    width: calc(25% - 9px);
  }
}
@media (max-width: 700px) {
  .title-array-blocks__list-item {
    width: calc(33.33% - 8px);
  }
}
@media (max-width: 640px) {
  .title-array-blocks__list-item {
    width: calc(50% - 6px);
  }
}
@media (max-width: 480px) {
  .title-array-blocks__list-item {
    width: 100%;
  }
}
.title-array-blocks__list-item .icon {
  margin-bottom: 20px;
  font-size: 0;
}
@media (max-width: 640px) {
  .title-array-blocks__list-item .icon {
    margin-bottom: 10px;
  }
}
.title-array-blocks__list-item .title {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 980px) {
  .title-array-blocks__list-item .title {
    font-size: 15px;
  }
}
