/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/**
 * Theme Name: RUGbro
 */
/* line 327, ../sass/screen.scss */
html {
  margin-top: 0px !important;
  scroll-behavior: smooth;
}

/* line 331, ../sass/screen.scss */
body {
  margin: 0;
  line-height: 1.3;
}

/* line 335, ../sass/screen.scss */
.main_page {
  color: var(--typography-t-grey);
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  max-width: 1920px;
  margin: auto;
  position: relative;
  overflow: hidden;
  padding-top: 140px;
}
/* line 346, ../sass/screen.scss */
.main_page * {
  box-sizing: border-box;
  --light-grey: #d8d9de;
  --typography-t-black: #000;
  --typography-t-white: #fff;
  --typography-t-grey: #787878;
  --primary-primary-orange: #f9742c;
  --primary-primary-yellow: #fedd2e;
  --background-bg-main: #fff;
  --background-bg-dark-transparent: rgba(0, 0, 0, 0.2);
  --background-orange-bg: #fffbf6;
  --background-bg-transparent-light: rgba(0, 0, 0, 0.04);
}
/* line 358, ../sass/screen.scss */
.main_page *::before, .main_page *::after {
  box-sizing: content-box;
}
/* line 364, ../sass/screen.scss */
.main_page .img_responsive {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}
/* line 371, ../sass/screen.scss */
.main_page h2 {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  color: var(--typography-t-black);
  margin: 0;
}
/* line 378, ../sass/screen.scss */
.main_page h3 {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: var(--typography-t-black);
  margin: 0;
}
/* line 385, ../sass/screen.scss */
.main_page h4 {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: var(--typography-t-black);
  margin: 0;
}
/* line 392, ../sass/screen.scss */
.main_page p {
  margin: 0;
}
/* line 395, ../sass/screen.scss */
.main_page a {
  transition: all .25s linear;
  text-decoration: none;
}
/* line 399, ../sass/screen.scss */
.main_page ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 404, ../sass/screen.scss */
.main_page button {
  cursor: pointer;
}
/* line 407, ../sass/screen.scss */
.main_page .container {
  max-width: 1300px;
  margin: auto;
}
/* line 411, ../sass/screen.scss */
.main_page .main_header {
  padding: 20px 20px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
/* line 419, ../sass/screen.scss */
.main_page .main_header .box_content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 424, ../sass/screen.scss */
.main_page .main_header .box_content .box_logo .logo {
  display: inline-block;
}
/* line 426, ../sass/screen.scss */
.main_page .main_header .box_content .box_logo .logo img {
  display: block;
  width: 100%;
  max-width: 256px;
  transition: all .2s linear;
}
/* line 434, ../sass/screen.scss */
.main_page .main_header .box_content nav {
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
}
/* line 439, ../sass/screen.scss */
.main_page .main_header .box_content nav > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 443, ../sass/screen.scss */
.main_page .main_header .box_content nav > ul > li {
  display: inline-block;
  position: relative;
}
/* line 446, ../sass/screen.scss */
.main_page .main_header .box_content nav > ul > li:not(:first-of-type) {
  margin-left: 25px;
}
/* line 449, ../sass/screen.scss */
.main_page .main_header .box_content nav > ul > li > a {
  color: var(--btn-bg);
  font-size: 16px;
  display: block;
  padding: 5px 13px;
  text-decoration: none;
  position: relative;
  background: transparent;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--typography-t-black);
  line-height: 1.5;
  border-radius: 4px;
  cursor: pointer;
}
/* line 462, ../sass/screen.scss */
.main_page .main_header .box_content nav > ul > li > a:focus, .main_page .main_header .box_content nav > ul > li > a:visited {
  border: none;
  outline: none;
}
/* line 469, ../sass/screen.scss */
.main_page .main_header .box_content nav > ul > li:hover {
  background: var(--background-bg-transparent-light);
}
/* line 472, ../sass/screen.scss */
.main_page .main_header .box_content nav > ul > li.link_sub_menu {
  padding-right: 14px;
}
/* line 474, ../sass/screen.scss */
.main_page .main_header .box_content nav > ul > li.link_sub_menu > a {
  position: relative;
}
/* line 476, ../sass/screen.scss */
.main_page .main_header .box_content nav > ul > li.link_sub_menu > a::after {
  content: '';
  position: absolute;
  right: -10px;
  top: 10px;
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--typography-t-black);
  border-bottom: 1px solid var(--typography-t-black);
  transform: rotate(45deg);
}
/* line 488, ../sass/screen.scss */
.main_page .main_header .box_content nav > ul > li.link_sub_menu:hover {
  border-color: var(--colored-blue);
}
/* line 491, ../sass/screen.scss */
.main_page .main_header .box_content nav > ul > li.link_sub_menu:hover > a::after {
  content: '';
  right: -8px;
  top: 15px;
  transform: rotate(-135deg);
}
/* line 500, ../sass/screen.scss */
.main_page .main_header .box_content nav > ul > li > .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 205;
  margin: 0;
  display: none;
  background-color: #fff;
  padding: 10px 10px 0px;
  border-radius: 4px;
  box-shadow: 0 0 34px 0 rgba(44, 45, 53, 0.07);
}
/* line 512, ../sass/screen.scss */
.main_page .main_header .box_content nav > ul > li > .sub-menu li {
  display: block;
  text-align: left;
  margin: 5px 0;
  padding: 3px 0px;
}
/* line 517, ../sass/screen.scss */
.main_page .main_header .box_content nav > ul > li > .sub-menu li a {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: var(--typography-t-black);
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  padding: 6px 8px;
  border-radius: 4px;
}
/* line 525, ../sass/screen.scss */
.main_page .main_header .box_content nav > ul > li > .sub-menu li a:hover {
  background: var(--background-bg-transparent-light);
}
/* line 529, ../sass/screen.scss */
.main_page .main_header .box_content nav > ul > li > .sub-menu li .sub-menu {
  padding-left: 15px;
}
/* line 535, ../sass/screen.scss */
.main_page .main_header .box_content nav > ul > li.pll-parent-menu-item .sub-menu {
  padding: 10px 5px;
}
/* line 542, ../sass/screen.scss */
.main_page .main_header .box_content .burger {
  display: none;
  position: absolute;
  top: 0;
  right: 30px;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -o-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  width: 42px;
  height: 35px;
  cursor: pointer;
  overflow: hidden;
  z-index: 9999;
  border: 0.5px solid var(--stroke);
  width: 48px;
  height: 48px;
  border-radius: 12px;
}
/* line 561, ../sass/screen.scss */
.main_page .main_header .box_content .burger span {
  position: absolute;
  left: 15px;
  top: 22px;
  text-indent: 9900px;
  width: 16px;
  height: 2px;
  background: #0d0d0e;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
/* line 572, ../sass/screen.scss */
.main_page .main_header .box_content .burger:before, .main_page .main_header .box_content .burger:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  width: 16px;
  height: 2px;
  background: #0d0d0e;
  -webkit-transition: -webkit-transform .2s ease-out, top .2s .2s ease-out;
  transition: transform .2s ease-out, top .2s .2s ease-out;
}
/* line 584, ../sass/screen.scss */
.main_page .main_header .box_content .burger:after {
  top: 29px;
}
/* line 589, ../sass/screen.scss */
.main_page .main_header .box_content.menu_opened .burger:before,
.main_page .main_header .box_content.menu_opened .burger:after {
  top: 22px;
  -webkit-transition: top .2s ease-out, -webkit-transform .2s .2s ease-out;
  transition: top .2s ease-out, transform .2s .2s ease-out;
}
/* line 595, ../sass/screen.scss */
.main_page .main_header .box_content.menu_opened .burger:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 600, ../sass/screen.scss */
.main_page .main_header .box_content.menu_opened .burger:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 605, ../sass/screen.scss */
.main_page .main_header .box_content.menu_opened .burger span {
  opacity: 0;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
}
/* line 613, ../sass/screen.scss */
.main_page .main_header.header_scroll {
  padding: 10px 20px;
}
/* line 615, ../sass/screen.scss */
.main_page .main_header.header_scroll .box_content .box_logo .logo img {
  max-width: 150px;
}
/* line 621, ../sass/screen.scss */
.main_page .section-1 {
  padding: 20px 20px 119px;
  background-image: url(../images/section_1_bg_2.svg);
  background-repeat: no-repeat;
  background-position: right -18px top 142px;
}
/* line 626, ../sass/screen.scss */
.main_page .section-1 .box_content {
  background-image: url(../images/section_1_bg.webp);
  background-repeat: no-repeat;
  background-position: right -40px top 32px;
  padding-top: 92px;
}
/* line 631, ../sass/screen.scss */
.main_page .section-1 .box_content .box_text {
  max-width: 650px;
}
/* line 633, ../sass/screen.scss */
.main_page .section-1 .box_content .box_text h1 {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  color: var(--typography-t-black);
  margin: 0;
}
/* line 639, ../sass/screen.scss */
.main_page .section-1 .box_content .box_text h1 span {
  font-weight: 300;
  color: var(--typography-t-black);
  font-family: "Quicksand", sans-serif;
}
/* line 644, ../sass/screen.scss */
.main_page .section-1 .box_content .box_text h1 span span {
  font-weight: 700;
  background: linear-gradient(180deg, #fedd2e 0%, #f9742c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* line 653, ../sass/screen.scss */
.main_page .section-1 .box_content .box_text p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: var(--typography-t-black);
  margin-top: 30px;
}
/* line 660, ../sass/screen.scss */
.main_page .section-1 .box_content .box_text ul {
  margin-top: 32px;
}
/* line 662, ../sass/screen.scss */
.main_page .section-1 .box_content .box_text ul li {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--typography-t-black);
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
}
/* line 668, ../sass/screen.scss */
.main_page .section-1 .box_content .box_text ul li:not(:first-of-type) {
  margin-top: 28px;
}
/* line 671, ../sass/screen.scss */
.main_page .section-1 .box_content .box_text ul li::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 3px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #f9742c;
  border-left: 2px solid #f9742c;
  transform: rotate(-45deg);
}
/* line 685, ../sass/screen.scss */
.main_page .section-1 .box_content .box_buttons {
  margin-top: 36px;
}
/* line 687, ../sass/screen.scss */
.main_page .section-1 .box_content .box_buttons .btn_discount {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: var(--primary-primary-orange);
  border-radius: 100px;
  padding: 8px 20px;
  line-height: 1.5;
  color: #fff;
  cursor: pointer;
  transition: all .25s linear;
}
/* line 697, ../sass/screen.scss */
.main_page .section-1 .box_content .box_buttons .btn_discount:hover {
  box-shadow: 0 4px 12px 0 rgba(249, 116, 44, 0.4);
  background: rgba(249, 116, 44, 0.8);
}
/* line 702, ../sass/screen.scss */
.main_page .section-1 .box_content .box_buttons .btn_consultation {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  border-radius: 100px;
  padding: 8px 20px;
  background: var(--primary-primary-yellow);
  color: var(--typography-t-black);
  line-height: 1.5;
  margin-left: 20px;
  cursor: pointer;
  transition: all .25s linear;
}
/* line 713, ../sass/screen.scss */
.main_page .section-1 .box_content .box_buttons .btn_consultation:hover {
  box-shadow: 0 4px 23px 0 rgba(254, 221, 46, 0.4);
  background: rgba(254, 221, 46, 0.6);
}
/* line 722, ../sass/screen.scss */
.main_page .section-1.section_services_1 .box_content {
  display: -webkit-grid;
  display: -moz-grid;
  display: -o-box;
  display: -ms-grid;
  display: grid;
  -webkit-grid-template-columns: 50% 50%;
  -moz-grid-template-columns: 50% 50%;
  -o-grid-template-columns: 50% 50%;
  -ms-grid-template-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  background-image: none;
  padding-top: 15px;
}
/* line 727, ../sass/screen.scss */
.main_page .section-1.section_services_1 .box_content .box_text {
  max-width: 100%;
}
/* line 731, ../sass/screen.scss */
.main_page .section-1.section_services_1 .box_content .box_img img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 63px;
}
/* line 742, ../sass/screen.scss */
.main_page .section_2 {
  padding: 0 20px 0;
}
/* line 744, ../sass/screen.scss */
.main_page .section_2 .box_content {
  border-radius: 32px;
  padding: 20px 20px 122px 20px;
  background: var(--background-orange-bg);
  background-image: url(../images/sct_2_bg.webp);
  background-repeat: no-repeat;
  background-position: left top 21px;
}
/* line 751, ../sass/screen.scss */
.main_page .section_2 .box_content .box_accordion {
  margin: 60px 0 0 auto;
  max-width: 620px;
}
/* line 754, ../sass/screen.scss */
.main_page .section_2 .box_content .box_accordion h2 {
  text-align: center;
}
/* line 757, ../sass/screen.scss */
.main_page .section_2 .box_content .box_accordion .accordion {
  border: 1px solid var(--light-grey);
  border-radius: 20px;
  box-shadow: 0 0 34px 0 rgba(44, 45, 53, 0.07);
  background: var(--typography-t-white);
  margin-top: 30px;
  padding: 20px 0;
}
/* line 765, ../sass/screen.scss */
.main_page .section_2 .box_content .box_accordion .accordion .box:not(:last-of-type) {
  border-bottom: 1px solid var(--light-grey);
}
/* line 768, ../sass/screen.scss */
.main_page .section_2 .box_content .box_accordion .accordion .box .box_title {
  padding: 20px 50px 20px 28px;
  position: relative;
  cursor: pointer;
}
/* line 772, ../sass/screen.scss */
.main_page .section_2 .box_content .box_accordion .accordion .box .box_title::after {
  content: '';
  position: absolute;
  right: 32px;
  top: 22px;
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--primary-primary-orange);
  border-bottom: 1px solid var(--primary-primary-orange);
  transform: rotate(45deg);
}
/* line 783, ../sass/screen.scss */
.main_page .section_2 .box_content .box_accordion .accordion .box .box_title p,
.main_page .section_2 .box_content .box_accordion .accordion .box .box_title h4 {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: var(--typography-t-black);
}
/* line 791, ../sass/screen.scss */
.main_page .section_2 .box_content .box_accordion .accordion .box .box_title.active::after {
  content: '';
  top: 28px;
  transform: rotate(225deg);
}
/* line 798, ../sass/screen.scss */
.main_page .section_2 .box_content .box_accordion .accordion .box .box_text {
  display: none;
  padding: 0px 50px 20px 28px;
}
/* line 801, ../sass/screen.scss */
.main_page .section_2 .box_content .box_accordion .accordion .box .box_text p {
  color: var(--typography-t-black);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}
/* line 806, ../sass/screen.scss */
.main_page .section_2 .box_content .box_accordion .accordion .box .box_text ul {
  padding-left: 10px;
}
/* line 808, ../sass/screen.scss */
.main_page .section_2 .box_content .box_accordion .accordion .box .box_text ul li {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--typography-t-black);
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
}
/* line 814, ../sass/screen.scss */
.main_page .section_2 .box_content .box_accordion .accordion .box .box_text ul li:not(:first-of-type) {
  margin-top: 22px;
}
/* line 817, ../sass/screen.scss */
.main_page .section_2 .box_content .box_accordion .accordion .box .box_text ul li::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 3px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #f9742c;
  border-left: 2px solid #f9742c;
  transform: rotate(-45deg);
}
/* line 835, ../sass/screen.scss */
.main_page .section_2.section_services_2 {
  padding: 79px 40px 0px;
  background-image: url(../images/sct_serv_2_bg.svg);
  background-position: left 12% bottom 37%;
  background-repeat: no-repeat;
}
/* line 840, ../sass/screen.scss */
.main_page .section_2.section_services_2 h2 {
  text-align: center;
}
/* line 843, ../sass/screen.scss */
.main_page .section_2.section_services_2 .box_content {
  display: -webkit-grid;
  display: -moz-grid;
  display: -o-box;
  display: -ms-grid;
  display: grid;
  -webkit-grid-template-columns: 1fr 1fr;
  -moz-grid-template-columns: 1fr 1fr;
  -o-grid-template-columns: 1fr 1fr;
  -ms-grid-template-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-grid-column-gap: 20px;
  -moz-grid-column-gap: 20px;
  -o-grid-column-gap: 20px;
  -ms-grid-column-gap: 20px;
  grid-column-gap: 20px;
  background: none;
  background-image: none;
  padding: 20px 0px 76px 0px;
}
/* line 851, ../sass/screen.scss */
.main_page .section_2.section_services_2 .box_content .box_img_text .box_img {
  margin-top: 194px;
}
/* line 853, ../sass/screen.scss */
.main_page .section_2.section_services_2 .box_content .box_img_text .box_img img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 483px;
}
/* line 860, ../sass/screen.scss */
.main_page .section_2.section_services_2 .box_content .box_img_text .box_text {
  margin-top: 90px;
}
/* line 862, ../sass/screen.scss */
.main_page .section_2.section_services_2 .box_content .box_img_text .box_text p {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: var(--typography-t-black);
  line-height: 1.16;
}
/* line 871, ../sass/screen.scss */
.main_page .section_2.section_services_2 .box_content .box_accordion {
  margin: 0;
}
/* line 875, ../sass/screen.scss */
.main_page .section_2.section_services_2 .box_content .box_accordion .accordion .box_title {
  padding: 10px 50px 10px 28px;
}
/* line 877, ../sass/screen.scss */
.main_page .section_2.section_services_2 .box_content .box_accordion .accordion .box_title::after {
  content: none;
}
/* line 881, ../sass/screen.scss */
.main_page .section_2.section_services_2 .box_content .box_accordion .accordion .box_title.active::after {
  content: none;
}
/* line 886, ../sass/screen.scss */
.main_page .section_2.section_services_2 .box_content .box_accordion .accordion .box_text {
  display: block;
  padding: 0px 28px 13px 28px;
}
/* line 889, ../sass/screen.scss */
.main_page .section_2.section_services_2 .box_content .box_accordion .accordion .box_text p {
  font-size: 14px;
  line-height: 157%;
  color: var(--typography-t-grey);
}
/* line 901, ../sass/screen.scss */
.main_page .section_3 {
  padding: 81px 20px 50px;
  background-image: url(../images/sct_3_bg.svg);
  background-repeat: no-repeat;
  background-position: right 180px top 160px;
}
/* line 907, ../sass/screen.scss */
.main_page .section_3 .box_content h2 {
  text-align: center;
}
/* line 910, ../sass/screen.scss */
.main_page .section_3 .box_content .box_info {
  max-width: 1050px;
  margin-top: 37px;
  display: -webkit-grid;
  display: -moz-grid;
  display: -o-box;
  display: -ms-grid;
  display: grid;
  -webkit-grid-template-columns: repeat(2, 1fr);
  -moz-grid-template-columns: repeat(2, 1fr);
  -o-grid-template-columns: repeat(2, 1fr);
  -ms-grid-template-columns: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  -webkit-grid-column-gap: 15px;
  -moz-grid-column-gap: 15px;
  -o-grid-column-gap: 15px;
  -ms-grid-column-gap: 15px;
  grid-column-gap: 15px;
  -webkit-grid-row-gap: 33px;
  -moz-grid-row-gap: 33px;
  -o-grid-row-gap: 33px;
  -ms-grid-row-gap: 33px;
  grid-row-gap: 33px;
}
/* line 917, ../sass/screen.scss */
.main_page .section_3 .box_content .box_info .box {
  padding-left: 100px;
  background-repeat: no-repeat;
  background-position: left top;
}
/* line 922, ../sass/screen.scss */
.main_page .section_3 .box_content .box_info .box .box_title h4 {
  line-height: 1.15;
}
/* line 926, ../sass/screen.scss */
.main_page .section_3 .box_content .box_info .box .box_text {
  color: var(--typography-t-grey);
  line-height: 1.5;
  margin-top: 12px;
}
/* line 931, ../sass/screen.scss */
.main_page .section_3 .box_content .box_info .box.box_1 {
  background-image: url(../images/sct_3_img_1.svg);
}
/* line 934, ../sass/screen.scss */
.main_page .section_3 .box_content .box_info .box.box_2 {
  background-image: url(../images/sct_3_img_2.svg);
}
/* line 937, ../sass/screen.scss */
.main_page .section_3 .box_content .box_info .box.box_3 {
  background-image: url(../images/sct_3_img_3.svg);
}
/* line 940, ../sass/screen.scss */
.main_page .section_3 .box_content .box_info .box.box_4 {
  background-image: url(../images/sct_3_img_4.svg);
}
/* line 948, ../sass/screen.scss */
.main_page .section_4 {
  padding: 50px 40px 30px;
}
/* line 950, ../sass/screen.scss */
.main_page .section_4 .box_content {
  background-image: url(../images/sct_4_bg.webp);
  background-repeat: no-repeat;
  background-position: right top;
}
/* line 954, ../sass/screen.scss */
.main_page .section_4 .box_content .box_info {
  max-width: 660px;
  margin-top: 30px;
}
/* line 959, ../sass/screen.scss */
.main_page .section_4 .box_content .box_info .box .box_text p {
  line-height: 1.5;
  color: var(--typography-t-grey);
}
/* line 964, ../sass/screen.scss */
.main_page .section_4 .box_content .box_info .box.box_2 {
  margin-top: 53px;
  padding: 5px 0 90px 274px;
  background-image: url(../images/sct_4_bg_2.svg);
  background-repeat: no-repeat;
  background-position: left top 6px;
}
/* line 970, ../sass/screen.scss */
.main_page .section_4 .box_content .box_info .box.box_2 .box_text {
  margin-top: 19px;
}
/* line 979, ../sass/screen.scss */
.main_page .section_5 {
  padding: 38px 40px 40px;
}
/* line 982, ../sass/screen.scss */
.main_page .section_5 .box_content .box_top {
  display: -webkit-grid;
  display: -moz-grid;
  display: -o-box;
  display: -ms-grid;
  display: grid;
  -webkit-grid-template-columns: 450px auto;
  -moz-grid-template-columns: 450px auto;
  -o-grid-template-columns: 450px auto;
  -ms-grid-template-columns: 450px auto;
  grid-template-columns: 450px auto;
  -webkit-grid-column-gap: 30px;
  -moz-grid-column-gap: 30px;
  -o-grid-column-gap: 30px;
  -ms-grid-column-gap: 30px;
  grid-column-gap: 30px;
}
/* line 987, ../sass/screen.scss */
.main_page .section_5 .box_content .box_top .box_text p {
  color: var(--typography-t-grey);
  line-height: 1.5;
}
/* line 997, ../sass/screen.scss */
.main_page .section_5 .box_content .box_link a {
  display: inline-block;
  background: var(--primary-primary-yellow);
  border-radius: 100px;
  padding: 8px 20px;
  color: var(--typography-t-black);
  font-size: 16px;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* line 321, ../sass/screen.scss */
.main_page .section_5 .box_content .box_link a:hover {
  box-shadow: 0 4px 23px 0 rgba(254, 221, 46, 0.4);
  background: rgba(254, 221, 46, 0.6);
}
/* line 1014, ../sass/screen.scss */
.main_page .section_6 {
  padding: 38px 40px 78px;
}
/* line 1017, ../sass/screen.scss */
.main_page .section_6 .box_content .box_top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 1019, ../sass/screen.scss */
.main_page .section_6 .box_content .box_top > .box_text {
  width: 288px;
  padding-bottom: 55px;
}
/* line 1022, ../sass/screen.scss */
.main_page .section_6 .box_content .box_top > .box_text > p {
  color: var(--typography-t-grey);
  line-height: 1.5;
  margin-top: 27px;
}
/* line 1028, ../sass/screen.scss */
.main_page .section_6 .box_content .box_top .box_slider {
  width: calc(100% - 288px);
  padding-left: 40px;
}
/* line 1031, ../sass/screen.scss */
.main_page .section_6 .box_content .box_top .box_slider .slider {
  padding: 0;
}
/* line 1036, ../sass/screen.scss */
.main_page .section_6 .box_content .box_link {
  margin-top: -37px;
}
/* line 1038, ../sass/screen.scss */
.main_page .section_6 .box_content .box_link a {
  display: inline-block;
  background: var(--primary-primary-yellow);
  border-radius: 100px;
  padding: 8px 20px;
  color: var(--typography-t-black);
  font-size: 16px;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* line 321, ../sass/screen.scss */
.main_page .section_6 .box_content .box_link a:hover {
  box-shadow: 0 4px 23px 0 rgba(254, 221, 46, 0.4);
  background: rgba(254, 221, 46, 0.6);
}
/* line 1055, ../sass/screen.scss */
.main_page .section_7 {
  padding: 0px 40px 61px;
}
/* line 1057, ../sass/screen.scss */
.main_page .section_7 .box_content {
  border-radius: 32px;
  padding: 40px 40px 69px;
  background: var(--background-orange-bg);
  background-image: url(../images/sct_7_bg.webp);
  background-repeat: no-repeat;
  background-position: right 41px top 41px;
}
/* line 1065, ../sass/screen.scss */
.main_page .section_7 .box_content .box_info .box_title {
  margin-top: 30px;
}
/* line 1068, ../sass/screen.scss */
.main_page .section_7 .box_content .box_info .box_text {
  margin-top: 10px;
  max-width: 622px;
}
/* line 1071, ../sass/screen.scss */
.main_page .section_7 .box_content .box_info .box_text p {
  line-height: 1.5;
}
/* line 1076, ../sass/screen.scss */
.main_page .section_7 .box_content .box_form {
  max-width: 820px;
  box-shadow: 0 0 34px 0 rgba(44, 45, 53, 0.07);
  background: var(--typography-t-white);
  border: 1px solid var(--light-grey);
  border-radius: 20px;
  padding: 60px;
  margin-top: 38px;
}
/* line 1084, ../sass/screen.scss */
.main_page .section_7 .box_content .box_form form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 1087, ../sass/screen.scss */
.main_page .section_7 .box_content .box_form form .box_input {
  display: inline-block;
}
/* line 1090, ../sass/screen.scss */
.main_page .section_7 .box_content .box_form form input {
  border: 1px solid var(--light-grey);
  border-radius: 4px;
  padding: 5px 12px;
  color: var(--typography-t-grey);
  line-height: 1.5;
  display: inline-block;
  max-width: 183px;
}
/* line 1098, ../sass/screen.scss */
.main_page .section_7 .box_content .box_form form input::placeholder {
  color: var(--typography-t-grey);
}
/* line 1101, ../sass/screen.scss */
.main_page .section_7 .box_content .box_form form input.input_tel {
  margin-left: 19px;
}
/* line 1104, ../sass/screen.scss */
.main_page .section_7 .box_content .box_form form input.input_submit {
  background: var(--primary-primary-yellow);
  border-radius: 100px;
  padding: 7px 20px;
  color: var(--typography-t-black);
  font-size: 16px;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-left: 39px;
  cursor: pointer;
}
/* line 321, ../sass/screen.scss */
.main_page .section_7 .box_content .box_form form input.input_submit:hover {
  box-shadow: 0 4px 23px 0 rgba(254, 221, 46, 0.4);
  background: rgba(254, 221, 46, 0.6);
}
/* line 1122, ../sass/screen.scss */
.main_page .section_services_3 {
  padding: 0 20px 0;
}
/* line 1124, ../sass/screen.scss */
.main_page .section_services_3 .box_content {
  border-radius: 32px;
  padding: 20px 20px 59px 20px;
  background: var(--background-orange-bg);
  background-image: url(../images/sct_serv_3_bg.webp);
  background-repeat: no-repeat;
  background-position: right 69px top 127px;
  background-size: 542px;
}
/* line 1132, ../sass/screen.scss */
.main_page .section_services_3 .box_content .box_info {
  margin: 39px auto 0 0;
  padding-left: 45px;
}
/* line 1135, ../sass/screen.scss */
.main_page .section_services_3 .box_content .box_info h2 {
  text-align: left;
}
/* line 1138, ../sass/screen.scss */
.main_page .section_services_3 .box_content .box_info .info {
  margin-top: 30px;
  padding: 0px 0;
}
/* line 1141, ../sass/screen.scss */
.main_page .section_services_3 .box_content .box_info .info .box {
  box-shadow: 0 0 34px 0 rgba(44, 45, 53, 0.07);
  background: var(--typography-t-white);
  border: 1px solid var(--light-grey);
  border-radius: 12px;
  margin-top: 21px;
  max-width: 500px;
}
/* line 1148, ../sass/screen.scss */
.main_page .section_services_3 .box_content .box_info .info .box .box_title {
  padding: 15px 20px 10px 57px;
  position: relative;
  cursor: pointer;
}
/* line 1152, ../sass/screen.scss */
.main_page .section_services_3 .box_content .box_info .info .box .box_title::before {
  content: '';
  position: absolute;
  top: 22px;
  left: 20px;
  width: 19px;
  height: 10px;
  border-bottom: 2.5px solid #f9742c;
  border-left: 2.5px solid #f9742c;
  transform: rotate(-45deg);
}
/* line 1163, ../sass/screen.scss */
.main_page .section_services_3 .box_content .box_info .info .box .box_title p,
.main_page .section_services_3 .box_content .box_info .info .box .box_title h4 {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: var(--typography-t-black);
}
/* line 1171, ../sass/screen.scss */
.main_page .section_services_3 .box_content .box_info .info .box .box_title.active::after {
  content: '';
  top: 28px;
  transform: rotate(225deg);
}
/* line 1178, ../sass/screen.scss */
.main_page .section_services_3 .box_content .box_info .info .box .box_text {
  padding: 0px 20px 17px 57px;
}
/* line 1180, ../sass/screen.scss */
.main_page .section_services_3 .box_content .box_info .info .box .box_text p {
  font-size: 16px;
  line-height: 150%;
  color: var(--typography-t-grey);
}
/* line 1185, ../sass/screen.scss */
.main_page .section_services_3 .box_content .box_info .info .box .box_text ul {
  padding-left: 10px;
}
/* line 1187, ../sass/screen.scss */
.main_page .section_services_3 .box_content .box_info .info .box .box_text ul li {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--typography-t-black);
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
}
/* line 1193, ../sass/screen.scss */
.main_page .section_services_3 .box_content .box_info .info .box .box_text ul li:not(:first-of-type) {
  margin-top: 22px;
}
/* line 1196, ../sass/screen.scss */
.main_page .section_services_3 .box_content .box_info .info .box .box_text ul li::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 3px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #f9742c;
  border-left: 2px solid #f9742c;
  transform: rotate(-45deg);
}
/* line 1212, ../sass/screen.scss */
.main_page .section_services_3 .box_content .box_info .box_buttons {
  margin-top: 32px;
}
/* line 1214, ../sass/screen.scss */
.main_page .section_services_3 .box_content .box_info .box_buttons .btn_discount {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: var(--primary-primary-orange);
  border-radius: 100px;
  padding: 8px 20px;
  line-height: 1.5;
  color: #fff;
  cursor: pointer;
  transition: all .25s linear;
}
/* line 1224, ../sass/screen.scss */
.main_page .section_services_3 .box_content .box_info .box_buttons .btn_discount:hover {
  box-shadow: 0 4px 12px 0 rgba(249, 116, 44, 0.4);
  background: rgba(249, 116, 44, 0.8);
}
/* line 1234, ../sass/screen.scss */
.main_page .section_services_4 {
  background-image: none;
  padding: 80px 20px 50px;
}
/* line 1237, ../sass/screen.scss */
.main_page .section_services_4 .box_content .box_info {
  max-width: 100%;
  -webkit-grid-template-columns: repeat(3, 1fr);
  -moz-grid-template-columns: repeat(3, 1fr);
  -o-grid-template-columns: repeat(3, 1fr);
  -ms-grid-template-columns: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
  -webkit-grid-column-gap: 40px;
  -moz-grid-column-gap: 40px;
  -o-grid-column-gap: 40px;
  -ms-grid-column-gap: 40px;
  grid-column-gap: 40px;
  margin-top: 51px;
}
/* line 1242, ../sass/screen.scss */
.main_page .section_services_4 .box_content .box_info .box.box_1 {
  background-image: url(../images/sct_serv_4_img_1.svg);
}
/* line 1245, ../sass/screen.scss */
.main_page .section_services_4 .box_content .box_info .box.box_2 {
  background-image: url(../images/sct_serv_4_img_2.svg);
}
/* line 1248, ../sass/screen.scss */
.main_page .section_services_4 .box_content .box_info .box.box_3 {
  background-image: url(../images/sct_serv_4_img_3.svg);
}
/* line 1254, ../sass/screen.scss */
.main_page .section_services_5 {
  padding: 56px 40px 40px;
  background-image: url(../images/sct_serv_5_bg.svg);
  background-repeat: no-repeat;
  background-position: right 9.5vw top 0;
}
/* line 1259, ../sass/screen.scss */
.main_page .section_services_5 h2 {
  text-align: center;
}
/* line 1262, ../sass/screen.scss */
.main_page .section_services_5 .box_content {
  max-width: 800px;
  margin: 18px auto 0;
}
/* line 1265, ../sass/screen.scss */
.main_page .section_services_5 .box_content .box_stage {
  max-width: 400px;
  position: relative;
}
/* line 1268, ../sass/screen.scss */
.main_page .section_services_5 .box_content .box_stage .box_num {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid var(--light-grey);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background: #fff;
  padding: 12px;
  text-align: center;
}
/* line 1279, ../sass/screen.scss */
.main_page .section_services_5 .box_content .box_stage .box_num p {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: var(--typography-t-grey);
}
/* line 1286, ../sass/screen.scss */
.main_page .section_services_5 .box_content .box_stage .box_text {
  box-shadow: 0 0 34px 0 rgba(44, 45, 53, 0.07);
  border: 1px solid var(--light-grey);
  border-radius: 12px;
  padding: 20px 20px;
  max-width: 360px;
  min-height: 120px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}
/* line 1296, ../sass/screen.scss */
.main_page .section_services_5 .box_content .box_stage .box_text p {
  font-size: 16px;
  line-height: 150%;
  color: var(--typography-t-grey);
}
/* line 1302, ../sass/screen.scss */
.main_page .section_services_5 .box_content .box_stage::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--light-grey);
}
/* line 1310, ../sass/screen.scss */
.main_page .section_services_5 .box_content .box_stage:nth-of-type(odd) {
  margin-left: auto;
  padding: 40px 0px 40px 40px;
}
/* line 1313, ../sass/screen.scss */
.main_page .section_services_5 .box_content .box_stage:nth-of-type(odd) .box_num {
  left: -24px;
}
/* line 1316, ../sass/screen.scss */
.main_page .section_services_5 .box_content .box_stage:nth-of-type(odd)::before {
  content: '';
  left: 0;
}
/* line 1321, ../sass/screen.scss */
.main_page .section_services_5 .box_content .box_stage:nth-of-type(even) {
  margin-right: auto;
  padding: 40px 40px 40px 0px;
}
/* line 1324, ../sass/screen.scss */
.main_page .section_services_5 .box_content .box_stage:nth-of-type(even) .box_num {
  right: -24px;
}
/* line 1327, ../sass/screen.scss */
.main_page .section_services_5 .box_content .box_stage:nth-of-type(even)::before {
  content: '';
  left: 100%;
}
/* line 1333, ../sass/screen.scss */
.main_page .section_services_5 .box_content .box_stage.active .box_num {
  background: var(--primary-primary-yellow);
  border-color: var(--primary-primary-yellow);
}
/* line 1336, ../sass/screen.scss */
.main_page .section_services_5 .box_content .box_stage.active .box_num p {
  color: var(--typography-t-black);
}
/* line 1340, ../sass/screen.scss */
.main_page .section_services_5 .box_content .box_stage.active .box_text {
  border: 2px solid var(--primary-primary-yellow);
}
/* line 1348, ../sass/screen.scss */
.main_page .section_services_6 {
  padding: 39px 40px 93px;
  background-image: url(../images/sct_serv_6_bg_1.svg), url(../images/sct_serv_6_bg_2.svg);
  background-repeat: no-repeat;
  background-position: left 7.5vw top 255px, right 10.5vw top 34px;
}
/* line 1353, ../sass/screen.scss */
.main_page .section_services_6 .box_content {
  background: transparent;
  background-image: none;
  padding: 0;
}
/* line 1357, ../sass/screen.scss */
.main_page .section_services_6 .box_content .box_accordion {
  margin: 0px auto;
  max-width: 848px;
}
/* line 1360, ../sass/screen.scss */
.main_page .section_services_6 .box_content .box_accordion .accordion {
  margin-top: 37px;
}
/* line 1363, ../sass/screen.scss */
.main_page .section_services_6 .box_content .box_accordion .accordion .box .box_text p {
  color: var(--typography-t-grey);
}
/* line 1374, ../sass/screen.scss */
.main_page .box_slider .slider,
.main_page .box_slider .box_posts,
.main_page .section_blog .slider,
.main_page .section_blog .box_posts {
  padding: 41px 0;
}
/* line 1377, ../sass/screen.scss */
.main_page .box_slider .slider .item,
.main_page .box_slider .box_posts .item,
.main_page .section_blog .slider .item,
.main_page .section_blog .box_posts .item {
  padding: 0 5px;
}
/* line 1379, ../sass/screen.scss */
.main_page .box_slider .slider .item .link,
.main_page .box_slider .box_posts .item .link,
.main_page .section_blog .slider .item .link,
.main_page .section_blog .box_posts .item .link {
  position: relative;
  border: 1px solid var(--light-grey);
  border-radius: 20px;
  display: block;
  max-width: 288px;
  margin: auto;
}
/* line 1387, ../sass/screen.scss */
.main_page .box_slider .slider .item .link .box_img img,
.main_page .box_slider .box_posts .item .link .box_img img,
.main_page .section_blog .slider .item .link .box_img img,
.main_page .section_blog .box_posts .item .link .box_img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
/* line 1394, ../sass/screen.scss */
.main_page .box_slider .slider .item .link .box_text,
.main_page .box_slider .box_posts .item .link .box_text,
.main_page .section_blog .slider .item .link .box_text,
.main_page .section_blog .box_posts .item .link .box_text {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  max-width: 100%;
}
/* line 1403, ../sass/screen.scss */
.main_page .box_slider .slider .item .link .box_text .box_title,
.main_page .box_slider .box_posts .item .link .box_text .box_title,
.main_page .section_blog .slider .item .link .box_text .box_title,
.main_page .section_blog .box_posts .item .link .box_text .box_title {
  padding: 0 50px 0px 0;
  background-image: url(../images/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: right top;
  line-height: 1.15;
  min-height: 40px;
}
/* line 1410, ../sass/screen.scss */
.main_page .box_slider .slider .item .link .box_text .box_title h4,
.main_page .box_slider .box_posts .item .link .box_text .box_title h4,
.main_page .section_blog .slider .item .link .box_text .box_title h4,
.main_page .section_blog .box_posts .item .link .box_text .box_title h4 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* line 1418, ../sass/screen.scss */
.main_page .box_slider .slider .item .link .box_text .box_description,
.main_page .box_slider .box_posts .item .link .box_text .box_description,
.main_page .section_blog .slider .item .link .box_text .box_description,
.main_page .section_blog .box_posts .item .link .box_text .box_description {
  height: 0;
  overflow: hidden;
  transition: all .25s linear;
}
/* line 1422, ../sass/screen.scss */
.main_page .box_slider .slider .item .link .box_text .box_description p,
.main_page .box_slider .box_posts .item .link .box_text .box_description p,
.main_page .section_blog .slider .item .link .box_text .box_description p,
.main_page .section_blog .box_posts .item .link .box_text .box_description p {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: var(--typography-t-grey);
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* line 1434, ../sass/screen.scss */
.main_page .box_slider .slider .item .link .box_date,
.main_page .box_slider .box_posts .item .link .box_date,
.main_page .section_blog .slider .item .link .box_date,
.main_page .section_blog .box_posts .item .link .box_date {
  position: absolute;
  top: 12px;
  left: 12px;
  backdrop-filter: blur(8px);
  background: var(--background-bg-dark-transparent);
  border-radius: 40px;
  padding: 4px 8px;
}
/* line 1442, ../sass/screen.scss */
.main_page .box_slider .slider .item .link .box_date p,
.main_page .box_slider .box_posts .item .link .box_date p,
.main_page .section_blog .slider .item .link .box_date p,
.main_page .section_blog .box_posts .item .link .box_date p {
  font-size: 16px;
  line-height: 150%;
  color: var(--typography-t-white);
}
/* line 1450, ../sass/screen.scss */
.main_page .box_slider .slider .item .link:hover .box_text .box_description,
.main_page .box_slider .box_posts .item .link:hover .box_text .box_description,
.main_page .section_blog .slider .item .link:hover .box_text .box_description,
.main_page .section_blog .box_posts .item .link:hover .box_text .box_description {
  height: 57px;
  padding-top: 10px;
}
/* line 1459, ../sass/screen.scss */
.main_page .box_slider .slick-dots,
.main_page .section_blog .slick-dots {
  bottom: -10px;
}
/* line 1461, ../sass/screen.scss */
.main_page .box_slider .slick-dots li,
.main_page .section_blog .slick-dots li {
  width: auto;
}
/* line 1463, ../sass/screen.scss */
.main_page .box_slider .slick-dots li button,
.main_page .section_blog .slick-dots li button {
  width: 10px;
  height: 10px;
  background: var(--light-grey);
  border-radius: 50%;
  transition: all .2s linear;
}
/* line 1469, ../sass/screen.scss */
.main_page .box_slider .slick-dots li button::before,
.main_page .section_blog .slick-dots li button::before {
  content: none;
}
/* line 1474, ../sass/screen.scss */
.main_page .box_slider .slick-dots li.slick-active button,
.main_page .section_blog .slick-dots li.slick-active button {
  background: var(--primary-primary-yellow);
}
/* line 1480, ../sass/screen.scss */
.main_page .box_slider .slick-arrow,
.main_page .section_blog .slick-arrow {
  width: 40px;
  height: 40px;
  z-index: 1;
  background: transparent;
  border: 1px solid var(--light-grey);
  border-radius: 50%;
}
/* line 1489, ../sass/screen.scss */
.main_page .box_slider .slick-arrow.slick-next,
.main_page .section_blog .slick-arrow.slick-next {
  right: -40px;
}
/* line 1491, ../sass/screen.scss */
.main_page .box_slider .slick-arrow.slick-next::before,
.main_page .section_blog .slick-arrow.slick-next::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 17px;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-left-color: var(--light-grey);
}
/* line 1502, ../sass/screen.scss */
.main_page .box_slider .slick-arrow.slick-prev,
.main_page .section_blog .slick-arrow.slick-prev {
  left: -40px;
}
/* line 1504, ../sass/screen.scss */
.main_page .box_slider .slick-arrow.slick-prev::before,
.main_page .section_blog .slick-arrow.slick-prev::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 4px;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-right-color: var(--light-grey);
}
/* line 1518, ../sass/screen.scss */
.main_page .main_footer {
  padding: 40px;
  border-top: 1px solid var(--light-grey);
}
/* line 1521, ../sass/screen.scss */
.main_page .main_footer .box_content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 1525, ../sass/screen.scss */
.main_page .main_footer .box_content .box_contacts {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 1528, ../sass/screen.scss */
.main_page .main_footer .box_content .box_contacts .box_tel .box_phone {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 1531, ../sass/screen.scss */
.main_page .main_footer .box_content .box_contacts .box_tel .box_phone a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 150%;
  color: var(--typography-t-black);
  margin-left: 10px;
  display: inline-block;
}
/* line 1541, ../sass/screen.scss */
.main_page .main_footer .box_content .box_contacts .box_tel .box_mail a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 150%;
  color: var(--typography-t-black);
  margin-top: 10px;
  display: inline-block;
}
/* line 1551, ../sass/screen.scss */
.main_page .main_footer .box_content .box_contacts .box_messengers {
  margin: 0 0 0 35px;
}
/* line 1554, ../sass/screen.scss */
.main_page .main_footer .box_content .box_contacts .box_messengers a:not(:first-of-type) {
  margin-left: 35px;
}
/* line 1561, ../sass/screen.scss */
.main_page .main_footer .box_content .box_text p {
  color: var(--typography-t-black);
  line-height: 1.5;
}
/* line 1569, ../sass/screen.scss */
.main_page #toTop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 39px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.5;
  transition: all .25s linear;
  z-index: 999;
  border: 1px solid #000;
}
/* line 1582, ../sass/screen.scss */
.main_page #toTop span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
/* line 1587, ../sass/screen.scss */
.main_page #toTop span::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 8px;
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-bottom-color: #000;
}
/* line 1598, ../sass/screen.scss */
.main_page #toTop:hover {
  opacity: 1;
}
/* line 1603, ../sass/screen.scss */
.main_page .box_call {
  position: fixed;
  top: 15vw;
  right: 15px;
  width: 60px;
  height: 60px;
  background: var(--Golden, linear-gradient(270deg, #CD9849 0%, #F1D272 49.9%, #CF933A 100%));
  z-index: 10;
  text-align: center;
  padding: 10px;
}
/* line 1614, ../sass/screen.scss */
.main_page .box_call .box_img img {
  display: block;
  margin: auto;
}
/* line 1619, ../sass/screen.scss */
.main_page .box_call .text {
  font-size: 10px;
  font-weight: 500;
  color: #2F2D2B;
}
/* line 1626, ../sass/screen.scss */
.main_page .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1000;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
/* line 1639, ../sass/screen.scss */
.main_page .modal {
  padding: 0 !important;
  text-align: center;
}
/* line 1642, ../sass/screen.scss */
.main_page .modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
/* line 1649, ../sass/screen.scss */
.main_page .modal .modal-dialog {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 95%;
  max-width: 700px;
  border: 1px solid var(--light-grey);
  border-radius: 20px;
  background: #fff;
}
/* line 1658, ../sass/screen.scss */
.main_page .modal .modal-dialog .modal-content {
  position: relative;
  padding: 1px 10px;
  padding: 45px 20px 25px;
  position: relative;
}
/* line 1663, ../sass/screen.scss */
.main_page .modal .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
  padding-top: 0px;
  text-align: center;
}
/* line 1667, ../sass/screen.scss */
.main_page .modal .modal-dialog .modal-content .modal-header h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
/* line 1672, ../sass/screen.scss */
.main_page .modal .modal-dialog .modal-content .modal-header p {
  color: #AA9B89;
  margin-top: 12px;
}
/* line 1676, ../sass/screen.scss */
.main_page .modal .modal-dialog .modal-content .modal-header button {
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0;
  background: transparent;
  width: 20px;
  height: 20px;
  border: none;
  font-size: 26px;
  text-align: center;
  opacity: 1;
  cursor: pointer;
  transition: all .25s linear;
  padding: 0;
}
/* line 1691, ../sass/screen.scss */
.main_page .modal .modal-dialog .modal-content .modal-header button:focus {
  outline: none;
}
/* line 1694, ../sass/screen.scss */
.main_page .modal .modal-dialog .modal-content .modal-header button svg {
  display: block;
}
/* line 1697, ../sass/screen.scss */
.main_page .modal .modal-dialog .modal-content .modal-header button:hover {
  transform: rotate(360deg);
}
/* line 1702, ../sass/screen.scss */
.main_page .modal .modal-dialog .modal-content .modal-body {
  max-width: 264px;
  margin: auto;
  position: relative;
  padding-top: 28px;
}
/* line 1707, ../sass/screen.scss */
.main_page .modal .modal-dialog .modal-content .modal-body label {
  font-size: 18px;
  font-weight: 600;
  color: var(--green-dark);
  width: 100%;
  text-indent: 10px;
  margin: 0;
}
/* line 1715, ../sass/screen.scss */
.main_page .modal .modal-dialog .modal-content .modal-body .form-group {
  display: block;
  margin: 0 auto 25px;
}
/* line 1718, ../sass/screen.scss */
.main_page .modal .modal-dialog .modal-content .modal-body .form-group input {
  border: 1px solid var(--light-grey);
  border-radius: 4px;
  padding: 5px 12px;
  color: var(--typography-t-grey);
  line-height: 1.5;
  display: block;
  width: 100%;
}
/* line 1726, ../sass/screen.scss */
.main_page .modal .modal-dialog .modal-content .modal-body .form-group input::placeholder {
  color: var(--typography-t-grey);
}
/* line 1729, ../sass/screen.scss */
.main_page .modal .modal-dialog .modal-content .modal-body .form-group input.input_submit {
  background: var(--primary-primary-yellow);
  border-radius: 100px;
  padding: 7px 20px;
  color: var(--typography-t-black);
  font-size: 16px;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  cursor: pointer;
}
/* line 321, ../sass/screen.scss */
.main_page .modal .modal-dialog .modal-content .modal-body .form-group input.input_submit:hover {
  box-shadow: 0 4px 23px 0 rgba(254, 221, 46, 0.4);
  background: rgba(254, 221, 46, 0.6);
}
/* line 1743, ../sass/screen.scss */
.main_page .modal .modal-dialog .modal-content .modal-body p {
  margin: 0;
}
/* line 1746, ../sass/screen.scss */
.main_page .modal .modal-dialog .modal-content .modal-body .wpcf7-spinner {
  display: none;
}
/* line 1757, ../sass/screen.scss */
.main_page .box_contacts .box_tel a {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: var(--typography-t-black);
  position: relative;
}
/* line 1763, ../sass/screen.scss */
.main_page .box_contacts .box_tel a::before {
  content: none;
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  background: var(--background-bg-transparent-light);
  border-radius: 5px;
}
/* line 1774, ../sass/screen.scss */
.main_page .box_contacts .box_tel a:hover::before {
  content: '';
}
/* line 1780, ../sass/screen.scss */
.main_page .box_contacts .box_messengers {
  margin-top: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -o-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  max-width: 248px;
}
/* line 1785, ../sass/screen.scss */
.main_page .box_contacts .box_messengers a {
  display: block;
  position: relative;
}
/* line 1789, ../sass/screen.scss */
.main_page .box_contacts .box_messengers a .box_img svg {
  display: block;
}
/* line 1793, ../sass/screen.scss */
.main_page .box_contacts .box_messengers a::before {
  content: none;
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  background: var(--background-bg-transparent-light);
  border-radius: 5px;
}
/* line 1804, ../sass/screen.scss */
.main_page .box_contacts .box_messengers a:hover::before {
  content: '';
}
/* line 1812, ../sass/screen.scss */
.main_page .wpcf7-spinner {
  display: none;
}
/* line 1816, ../sass/screen.scss */
.main_page .section_blog {
  background: #f9f9f9;
  padding: 50px 20px;
  min-height: calc(100vh - 252px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* line 1822, ../sass/screen.scss */
.main_page .section_blog .box_content {
  margin: 0 auto;
  width: 100%;
}
/* line 1825, ../sass/screen.scss */
.main_page .section_blog .box_content .box_posts {
  display: -webkit-grid;
  display: -moz-grid;
  display: -o-box;
  display: -ms-grid;
  display: grid;
  -webkit-grid-template-columns: repeat(4, 1fr);
  -moz-grid-template-columns: repeat(4, 1fr);
  -o-grid-template-columns: repeat(4, 1fr);
  -ms-grid-template-columns: repeat(4, 1fr);
  grid-template-columns: repeat(4, 1fr);
  -webkit-grid-row-gap: 20px;
  -moz-grid-row-gap: 20px;
  -o-grid-row-gap: 20px;
  -ms-grid-row-gap: 20px;
  grid-row-gap: 20px;
  -webkit-grid-column-gap: 20px;
  -moz-grid-column-gap: 20px;
  -o-grid-column-gap: 20px;
  -ms-grid-column-gap: 20px;
  grid-column-gap: 20px;
}
/* line 1830, ../sass/screen.scss */
.main_page .section_blog .box_content .box_posts .item {
  padding: 0;
}
/* line 1832, ../sass/screen.scss */
.main_page .section_blog .box_content .box_posts .item .link {
  max-width: 320px;
}
/* line 1837, ../sass/screen.scss */
.main_page .section_blog .box_content .box_post {
  padding: 20px;
  background: #fff;
}
/* line 1841, ../sass/screen.scss */
.main_page .section_blog .box_content .box_post article h1 {
  font-size: 24px;
}
/* line 1844, ../sass/screen.scss */
.main_page .section_blog .box_content .box_post article h2 {
  font-size: 21px;
}
/* line 1847, ../sass/screen.scss */
.main_page .section_blog .box_content .box_post article h3 {
  font-size: 18px;
}
/* line 1850, ../sass/screen.scss */
.main_page .section_blog .box_content .box_post article .entry-header {
  padding-right: 180px;
}
/* line 1853, ../sass/screen.scss */
.main_page .section_blog .box_content .box_post article .entry-header .entry-meta .posted-on {
  font-size: 0;
}
/* line 1855, ../sass/screen.scss */
.main_page .section_blog .box_content .box_post article .entry-header .entry-meta .posted-on a {
  pointer-events: none;
}
/* line 1857, ../sass/screen.scss */
.main_page .section_blog .box_content .box_post article .entry-header .entry-meta .posted-on a .entry-date {
  font-size: 14px;
  color: #000;
}
/* line 1863, ../sass/screen.scss */
.main_page .section_blog .box_content .box_post article .entry-header .entry-meta .byline {
  display: none;
}
/* line 1866, ../sass/screen.scss */
.main_page .section_blog .box_content .box_post article .entry-header .entry-meta .cat-links,
.main_page .section_blog .box_content .box_post article .entry-header .entry-meta .tags-links {
  font-size: 0;
}
/* line 1869, ../sass/screen.scss */
.main_page .section_blog .box_content .box_post article .entry-header .entry-meta .cat-links a,
.main_page .section_blog .box_content .box_post article .entry-header .entry-meta .tags-links a {
  font-size: 14px;
  color: #000;
  background-color: rgba(242, 245, 248, 0.5);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  white-space: nowrap;
  display: inline-block;
}
/* line 1884, ../sass/screen.scss */
.main_page .section_blog .box_content .box_post article .entry-header .entry-meta .my_company {
  display: inline-block;
}
/* line 1886, ../sass/screen.scss */
.main_page .section_blog .box_content .box_post article .entry-header .entry-meta .my_company span {
  pointer-events: none;
  font-size: 14px;
  color: #000;
  background-color: rgba(242, 245, 248, 0.5);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  white-space: nowrap;
  display: inline-block;
}
/* line 1903, ../sass/screen.scss */
.main_page .section_blog .box_content .box_post article .entry-header .entry-meta.tags a {
  pointer-events: none;
  font-size: 14px;
  color: #000;
}
/* line 1909, ../sass/screen.scss */
.main_page .section_blog .box_content .box_post article .entry-header .entry-meta .edit-link {
  display: none;
}
/* line 1914, ../sass/screen.scss */
.main_page .section_blog .box_content .box_post article .post-thumbnail {
  position: absolute;
  top: 20px;
  right: 20px;
}
/* line 1918, ../sass/screen.scss */
.main_page .section_blog .box_content .box_post article .post-thumbnail img {
  max-width: 130px;
  max-height: 65px;
  width: auto;
}
/* line 1925, ../sass/screen.scss */
.main_page .section_blog .box_content .box_post article .entry-content p,
.main_page .section_blog .box_content .box_post article .entry-content ul li,
.main_page .section_blog .box_content .box_post article .entry-content h1,
.main_page .section_blog .box_content .box_post article .entry-content h2,
.main_page .section_blog .box_content .box_post article .entry-content h3,
.main_page .section_blog .box_content .box_post article .entry-content h4,
.main_page .section_blog .box_content .box_post article .entry-content h5,
.main_page .section_blog .box_content .box_post article .entry-content h6,
.main_page .section_blog .box_content .box_post article .entry-content a,
.main_page .section_blog .box_content .box_post article .entry-content .vacancy,
.main_page .section_blog .box_content .box_post article .entry-content span {
  color: #000;
  margin: 15px 0;
  padding: 1px 0;
}
/* line 1940, ../sass/screen.scss */
.main_page .section_blog .box_content .box_post article .entry-content p {
  min-height: 20px;
}
/* line 1943, ../sass/screen.scss */
.main_page .section_blog .box_content .box_post article .entry-content a {
  color: #0098e5;
}
/* line 1945, ../sass/screen.scss */
.main_page .section_blog .box_content .box_post article .entry-content a:hover {
  text-decoration: underline;
}
/* line 1949, ../sass/screen.scss */
.main_page .section_blog .box_content .box_post article .entry-content ul,
.main_page .section_blog .box_content .box_post article .entry-content ol {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
/* line 1962, ../sass/screen.scss */
.main_page .section_blog .box_content .box_post article .entry-footer span a {
  color: #000;
  pointer-events: none;
}
/* line 1967, ../sass/screen.scss */
.main_page .section_blog .box_content .box_post article .entry-footer .edit-link {
  display: none;
}
/* line 1975, ../sass/screen.scss */
.main_page .pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: auto 0 0;
}
/* line 1979, ../sass/screen.scss */
.main_page .pagination .page-numbers {
  border: 1px solid var(--light-grey);
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--typography-t-black);
  font-size: 16px;
  text-align: center;
  padding: 3px;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}
/* line 1993, ../sass/screen.scss */
.main_page .pagination .page-numbers:not(:first-child) {
  margin-left: 15px;
}
/* line 1996, ../sass/screen.scss */
.main_page .pagination .page-numbers.current {
  color: var(--typography-t-grey);
  background: transparent;
}
/* line 2003, ../sass/screen.scss */
.main_page .section_hide {
  display: none;
}
@media (max-width: 1700px) {
  /* line 2009, ../sass/screen.scss */
  .main_page .section_3 {
    background-position: right -175px top 160px;
  }
}
@media (max-width: 1440px) {
  /* line 2014, ../sass/screen.scss */
  .main_page .section-1 {
    background-image: none;
  }
  /* line 2016, ../sass/screen.scss */
  .main_page .section-1.section_services_1 .box_content .box_img img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 50px;
  }
  /* line 2024, ../sass/screen.scss */
  .main_page .section_2 .box_content {
    background-position: left top 45px;
    background-size: 570px;
  }
  /* line 2027, ../sass/screen.scss */
  .main_page .section_2 .box_content .box_accordion {
    margin: 60px 0 0 auto;
    max-width: 570px;
  }
  /* line 2032, ../sass/screen.scss */
  .main_page .section_2.section_services_2 {
    background-position: left 0% bottom 37%;
  }
  /* line 2034, ../sass/screen.scss */
  .main_page .section_2.section_services_2 .box_content .box_accordion {
    max-width: 100%;
  }
  /* line 2038, ../sass/screen.scss */
  .main_page .section_2.section_services_3 .box_content {
    background-position: right 69px top 127px;
    background-size: 542px;
  }
  /* line 2043, ../sass/screen.scss */
  .main_page .section_7 .box_content .box_form {
    max-width: 720px;
  }
  /* line 2046, ../sass/screen.scss */
  .main_page .section_services_4 .box_content .box_info {
    -webkit-grid-template-columns: repeat(2, 1fr);
    -moz-grid-template-columns: repeat(2, 1fr);
    -o-grid-template-columns: repeat(2, 1fr);
    -ms-grid-template-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    background-image: url(../images/sct_serv_4_bg.svg);
    background-repeat: no-repeat;
    background-position: right -20px bottom -13px;
  }
  /* line 2052, ../sass/screen.scss */
  .main_page .section_services_5 {
    background-image: none;
  }
  /* line 2055, ../sass/screen.scss */
  .main_page .section_services_6 {
    background-position: left -9.5vw top 220px, right -3.5vw top 34px;
  }
  /* line 2057, ../sass/screen.scss */
  .main_page .section_services_6 .box_content .box_accordion {
    margin: 0 auto;
    max-width: 848px;
  }
  /* line 2063, ../sass/screen.scss */
  .main_page .box_slider .slick-arrow.slick-prev {
    left: -35px;
  }
  /* line 2066, ../sass/screen.scss */
  .main_page .box_slider .slick-arrow.slick-next {
    right: -35px;
  }
}
@media (max-width: 1200px) {
  /* line 335, ../sass/screen.scss */
  .main_page {
    padding-top: 105px;
  }
  /* line 2074, ../sass/screen.scss */
  .main_page .main_header .box_content .box_logo .logo img {
    max-width: 161px;
  }
  /* line 2078, ../sass/screen.scss */
  .main_page .section-1 .box_content {
    background-position: right -19vw center;
    background-size: 60.5vw;
  }
  /* line 2082, ../sass/screen.scss */
  .main_page .section-1 .box_content .box_text h1 {
    font-size: 42px;
  }
  /* line 2087, ../sass/screen.scss */
  .main_page .section-1.section_services_1 .box_content {
    -webkit-grid-template-columns: 600px auto;
    -moz-grid-template-columns: 600px auto;
    -o-grid-template-columns: 600px auto;
    -ms-grid-template-columns: 600px auto;
    grid-template-columns: 600px auto;
  }
  /* line 2092, ../sass/screen.scss */
  .main_page .section_2 .box_content {
    background-position: left top 95px;
    background-size: 34.5vw;
  }
  /* line 2096, ../sass/screen.scss */
  .main_page .section_2.section_services_3 .box_content {
    background-position: right 15px top 45%;
    background-size: 40vw;
  }
  /* line 2101, ../sass/screen.scss */
  .main_page .section_3 {
    background-image: none;
  }
  /* line 2103, ../sass/screen.scss */
  .main_page .section_3 .box_content .box_info {
    max-width: 100%;
  }
  /* line 2107, ../sass/screen.scss */
  .main_page .section_4 {
    padding-top: 20px;
  }
  /* line 2109, ../sass/screen.scss */
  .main_page .section_4 .box_content {
    background-size: 320px;
    padding-top: 30px;
  }
  /* line 2112, ../sass/screen.scss */
  .main_page .section_4 .box_content .box_info {
    max-width: 100%;
  }
  /* line 2115, ../sass/screen.scss */
  .main_page .section_4 .box_content .box_info .box.box_1 {
    max-width: 62vw;
  }
  /* line 2118, ../sass/screen.scss */
  .main_page .section_4 .box_content .box_info .box.box_2 {
    margin-top: 60px;
    padding: 5px 0 45px 180px;
    background-size: 150px;
  }
  /* line 2127, ../sass/screen.scss */
  .main_page .section_6 .box_content .box_top .box_slider .slider {
    margin-right: -40px;
  }
  /* line 2129, ../sass/screen.scss */
  .main_page .section_6 .box_content .box_top .box_slider .slider .slick-list {
    padding-right: 120px;
  }
  /* line 2132, ../sass/screen.scss */
  .main_page .section_6 .box_content .box_top .box_slider .slider .slick-arrow.slick-next {
    right: 15px;
  }
  /* line 2136, ../sass/screen.scss */
  .main_page .section_7 .box_content {
    background-position: right 41px bottom 41px;
    background-size: 300px;
  }
  /* line 2139, ../sass/screen.scss */
  .main_page .section_7 .box_content .box_form {
    padding: 40px;
    max-width: 400px;
  }
  /* line 2142, ../sass/screen.scss */
  .main_page .section_7 .box_content .box_form form {
    display: block;
  }
  /* line 2144, ../sass/screen.scss */
  .main_page .section_7 .box_content .box_form form .box_input {
    display: block;
  }
  /* line 2146, ../sass/screen.scss */
  .main_page .section_7 .box_content .box_form form .box_input input {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  /* line 2150, ../sass/screen.scss */
  .main_page .section_7 .box_content .box_form form .box_input input.input_tel {
    margin-top: 12px;
  }
  /* line 2153, ../sass/screen.scss */
  .main_page .section_7 .box_content .box_form form .box_input input.input_submit {
    margin-top: 15px;
  }
  /* line 2161, ../sass/screen.scss */
  .main_page .section_services_4 .box_content .box_info {
    background-position: right -75px bottom -13px;
  }
  /* line 2165, ../sass/screen.scss */
  .main_page .section_blog .section_blog {
    min-height: calc(100vh - 217px);
  }
  /* line 2168, ../sass/screen.scss */
  .main_page .section_blog .box_content .box_posts {
    -webkit-grid-template-columns: repeat(3, 1fr);
    -moz-grid-template-columns: repeat(3, 1fr);
    -o-grid-template-columns: repeat(3, 1fr);
    -ms-grid-template-columns: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  /* line 335, ../sass/screen.scss */
  .main_page {
    padding-top: 97px;
  }
  /* line 2175, ../sass/screen.scss */
  .main_page h2 {
    font-size: 24px;
  }
  /* line 2178, ../sass/screen.scss */
  .main_page .main_header {
    padding: 16px 20px;
  }
  /* line 2180, ../sass/screen.scss */
  .main_page .main_header .box_content {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  /* line 2184, ../sass/screen.scss */
  .main_page .main_header .box_content .box_logo .logo .box_top p {
    font-size: 40px;
  }
  /* line 2186, ../sass/screen.scss */
  .main_page .main_header .box_content .box_logo .logo .box_top p span {
    font-size: 30px;
    margin-left: 15px;
    top: -5px;
  }
  /* line 2190, ../sass/screen.scss */
  .main_page .main_header .box_content .box_logo .logo .box_top p span svg {
    top: -22px;
    left: -20px;
    width: 110px;
  }
  /* line 2197, ../sass/screen.scss */
  .main_page .main_header .box_content .box_logo .logo .box_bottom p {
    margin-left: 0px;
    padding: 3px 15px 3px;
    font-size: 10px;
  }
  /* line 2206, ../sass/screen.scss */
  .main_page .main_header .box_content nav > ul > li:not(:first-of-type) {
    margin-left: 0;
  }
  /* line 2212, ../sass/screen.scss */
  .main_page .main_header .box_content .box_btns a {
    font-size: 0;
    width: 48px;
    height: 48px;
  }
  /* line 2216, ../sass/screen.scss */
  .main_page .main_header .box_content .box_btns a.link_enter {
    background-image: url(../images/icon_key2.svg);
    background-repeat: no-repeat;
    background-position: center center;
  }
  /* line 2221, ../sass/screen.scss */
  .main_page .main_header .box_content .box_btns a.link_registration {
    background-image: url(../images/icon_user.svg);
    background-repeat: no-repeat;
    background-position: center center;
  }
  /* line 2230, ../sass/screen.scss */
  .main_page .section-1 {
    padding: 20px 20px 40px;
  }
  /* line 2232, ../sass/screen.scss */
  .main_page .section-1 .box_content {
    background-position: center bottom 30px;
    padding-top: 0;
    background-size: 400px;
  }
  /* line 2236, ../sass/screen.scss */
  .main_page .section-1 .box_content .box_text {
    margin: auto;
  }
  /* line 2238, ../sass/screen.scss */
  .main_page .section-1 .box_content .box_text h1 {
    font-size: 30px;
    text-align: center;
  }
  /* line 2242, ../sass/screen.scss */
  .main_page .section-1 .box_content .box_text p {
    text-align: center;
  }
  /* line 2245, ../sass/screen.scss */
  .main_page .section-1 .box_content .box_text ul {
    max-width: 550px;
    margin: 32px auto 0;
  }
  /* line 2250, ../sass/screen.scss */
  .main_page .section-1 .box_content .box_buttons {
    margin-top: 350px;
    text-align: center;
  }
  /* line 2253, ../sass/screen.scss */
  .main_page .section-1 .box_content .box_buttons .btn_discount,
  .main_page .section-1 .box_content .box_buttons .btn_consultation {
    width: 100%;
    max-width: 322px;
  }
  /* line 2260, ../sass/screen.scss */
  .main_page .section-1.section_services_1 .box_content {
    display: block;
    position: relative;
  }
  /* line 2263, ../sass/screen.scss */
  .main_page .section-1.section_services_1 .box_content .box_img {
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
    max-width: 360px;
    width: 100%;
  }
  /* line 2270, ../sass/screen.scss */
  .main_page .section-1.section_services_1 .box_content .box_img img {
    margin-top: 0;
  }
  /* line 2277, ../sass/screen.scss */
  .main_page .section_2 .box_content {
    background: none;
    background-image: none;
  }
  /* line 2280, ../sass/screen.scss */
  .main_page .section_2 .box_content .box_accordion {
    max-width: 100%;
  }
  /* line 2284, ../sass/screen.scss */
  .main_page .section_2.section_services_2 {
    background-image: none;
  }
  /* line 2286, ../sass/screen.scss */
  .main_page .section_2.section_services_2 .box_content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* line 2289, ../sass/screen.scss */
  .main_page .section_2.section_services_2 .box_content .box_img_text {
    order: 1;
    margin-top: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /* line 2294, ../sass/screen.scss */
  .main_page .section_2.section_services_2 .box_content .box_img_text .box_img {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -o-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    margin-top: 0px;
    order: 1;
  }
  /* line 2299, ../sass/screen.scss */
  .main_page .section_2.section_services_2 .box_content .box_img_text .box_text {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -o-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    margin-top: 0;
  }
  /* line 2302, ../sass/screen.scss */
  .main_page .section_2.section_services_2 .box_content .box_img_text .box_text p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    color: var(--typography-t-black);
  }
  /* line 2312, ../sass/screen.scss */
  .main_page .section_2.section_services_3 .box_content {
    background: var(--background-orange-bg);
    background-image: url(../images/sct_serv_3_bg_mobile.webp);
    background-repeat: no-repeat;
    background-position: left 15vw bottom 20px;
    padding: 40px;
  }
  /* line 2318, ../sass/screen.scss */
  .main_page .section_2.section_services_3 .box_content .box_info {
    margin: 0;
    padding-left: 0;
  }
  /* line 2322, ../sass/screen.scss */
  .main_page .section_2.section_services_3 .box_content .box_info .info .box {
    max-width: 100%;
  }
  /* line 2326, ../sass/screen.scss */
  .main_page .section_2.section_services_3 .box_content .box_info .box_buttons {
    margin: 75px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  /* line 2329, ../sass/screen.scss */
  .main_page .section_2.section_services_3 .box_content .box_info .box_buttons .btn_discount {
    margin: 0 10% 0 auto;
  }
  /* line 2336, ../sass/screen.scss */
  .main_page .section_3 {
    padding: 30px 20px 30px;
  }
  /* line 2338, ../sass/screen.scss */
  .main_page .section_3 .box_content .box_info {
    max-width: 750px;
    display: block;
  }
  /* line 2342, ../sass/screen.scss */
  .main_page .section_3 .box_content .box_info .box:not(:first-of-type) {
    margin-top: 30px;
  }
  /* line 2348, ../sass/screen.scss */
  .main_page .section_4 .box_content .box_info .box.box_1 {
    max-width: 50vw;
  }
  /* line 2352, ../sass/screen.scss */
  .main_page .section_5 .box_content .box_top {
    display: block;
  }
  /* line 2354, ../sass/screen.scss */
  .main_page .section_5 .box_content .box_top .box_text {
    margin-top: 15px;
  }
  /* line 2358, ../sass/screen.scss */
  .main_page .section_5 .box_content .box_slider {
    margin-right: -40px;
  }
  /* line 2361, ../sass/screen.scss */
  .main_page .section_5 .box_content .box_slider .slider .slick-list {
    padding-right: 100px;
  }
  /* line 2364, ../sass/screen.scss */
  .main_page .section_5 .box_content .box_slider .slider .item {
    padding: 0 10px;
  }
  /* line 2371, ../sass/screen.scss */
  .main_page .section_6 .box_content .box_top > .box_text {
    width: 220px;
  }
  /* line 2374, ../sass/screen.scss */
  .main_page .section_6 .box_content .box_top .box_slider {
    width: calc(100% - 220px);
  }
  /* line 2376, ../sass/screen.scss */
  .main_page .section_6 .box_content .box_top .box_slider .slick-dots {
    bottom: -45px;
  }
  /* line 2381, ../sass/screen.scss */
  .main_page .section_7 .box_content {
    background-position: right 8px bottom 55px;
    background-size: 255px;
  }
  /* line 2385, ../sass/screen.scss */
  .main_page .main_footer {
    padding: 20px 40px;
  }
  /* line 2387, ../sass/screen.scss */
  .main_page .main_footer .box_content {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
  /* line 2389, ../sass/screen.scss */
  .main_page .main_footer .box_content .box_contacts {
    display: block;
  }
  /* line 2391, ../sass/screen.scss */
  .main_page .main_footer .box_content .box_contacts .box_messengers {
    margin: 20px 0 0 0px;
  }
  /* line 2393, ../sass/screen.scss */
  .main_page .main_footer .box_content .box_contacts .box_messengers a:not(:first-of-type) {
    margin-left: 10px;
  }
  /* line 2400, ../sass/screen.scss */
  .main_page .section_services_4 .box_content .box_info {
    max-width: 100%;
    padding-bottom: 100px;
    background-position: center bottom -13px;
  }
  /* line 2404, ../sass/screen.scss */
  .main_page .section_services_4 .box_content .box_info .box {
    min-height: 75px;
  }
  /* line 2409, ../sass/screen.scss */
  .main_page .section_services_5 .box_content .box_stage .box_text {
    margin: auto;
    position: relative;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  /* line 2415, ../sass/screen.scss */
  .main_page .section_services_5 .box_content .box_stage:nth-of-type(odd) {
    margin-right: auto;
    padding: 52px 0px 0px 0px;
  }
  /* line 2418, ../sass/screen.scss */
  .main_page .section_services_5 .box_content .box_stage:nth-of-type(odd)::before {
    content: '';
    left: 50%;
  }
  /* line 2422, ../sass/screen.scss */
  .main_page .section_services_5 .box_content .box_stage:nth-of-type(odd) .box_num {
    left: 50%;
    top: 28px;
    z-index: 2;
    transform: translateX(-50%);
  }
  /* line 2429, ../sass/screen.scss */
  .main_page .section_services_5 .box_content .box_stage:nth-of-type(even) {
    margin-left: auto;
    padding: 52px 0px 0px 0px;
  }
  /* line 2432, ../sass/screen.scss */
  .main_page .section_services_5 .box_content .box_stage:nth-of-type(even)::before {
    content: '';
    left: 50%;
  }
  /* line 2436, ../sass/screen.scss */
  .main_page .section_services_5 .box_content .box_stage:nth-of-type(even) .box_num {
    right: 50%;
    top: 28px;
    z-index: 2;
    transform: translateX(50%);
  }
  /* line 2444, ../sass/screen.scss */
  .main_page .section_services_6 {
    padding: 39px 40px 93px;
    background-image: none;
  }
  /* line 2448, ../sass/screen.scss */
  .main_page .section_blog .box_content .box_posts {
    -webkit-grid-template-columns: repeat(2, 1fr);
    -moz-grid-template-columns: repeat(2, 1fr);
    -o-grid-template-columns: repeat(2, 1fr);
    -ms-grid-template-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 2451, ../sass/screen.scss */
  .main_page #toTop,
  .main_page .box_call {
    display: none !important;
  }
}
@media (min-width: 769px) {
  /* line 2458, ../sass/screen.scss */
  .main_page header .container nav .box_contacts {
    display: none;
  }
  /* line 2461, ../sass/screen.scss */
  .main_page header .container nav ul li:hover .sub-menu {
    display: block;
  }
}
@media (max-width: 768px) {
  /* line 2467, ../sass/screen.scss */
  .main_page .main_header .box_content {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 2469, ../sass/screen.scss */
  .main_page .main_header .box_content .box_btns {
    padding-top: 0;
    margin-right: 16px;
  }
  /* line 2473, ../sass/screen.scss */
  .main_page .main_header .box_content .burger {
    display: block;
    position: static;
    order: 1;
    transform: translate(0);
  }
  /* line 2479, ../sass/screen.scss */
  .main_page .main_header .box_content .top_menu {
    position: fixed;
    top: 96px;
    left: 0;
    background-color: #fff;
    height: 100%;
    width: 100%;
    max-width: 100%;
    padding: 40px;
    z-index: 999;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    margin-top: 0;
    text-align: left;
  }
  /* line 2499, ../sass/screen.scss */
  .main_page .main_header .box_content .top_menu > ul {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    margin: 30px 0 0;
  }
  /* line 2504, ../sass/screen.scss */
  .main_page .main_header .box_content .top_menu > ul li {
    display: block;
    padding: 10px 0;
  }
  /* line 2507, ../sass/screen.scss */
  .main_page .main_header .box_content .top_menu > ul li a {
    display: inline-block;
    padding: 5px 10px;
    font-size: 18px;
  }
  /* line 2511, ../sass/screen.scss */
  .main_page .main_header .box_content .top_menu > ul li a:hover {
    background: #fff;
  }
  /* line 2515, ../sass/screen.scss */
  .main_page .main_header .box_content .top_menu > ul li .sub-menu {
    background: transparent;
    padding: 0;
    border: none;
    box-shadow: none;
  }
  /* line 2520, ../sass/screen.scss */
  .main_page .main_header .box_content .top_menu > ul li .sub-menu li {
    margin-bottom: 0;
    padding: 0;
  }
  /* line 2524, ../sass/screen.scss */
  .main_page .main_header .box_content .top_menu > ul li .sub-menu li a {
    font-size: 14px;
    padding: 5px 10px;
  }
  /* line 2529, ../sass/screen.scss */
  .main_page .main_header .box_content .top_menu > ul li .sub-menu.active {
    display: block;
    position: static;
  }
  /* line 2535, ../sass/screen.scss */
  .main_page .main_header .box_content .top_menu > ul li.pll-parent-menu-item > a {
    display: none;
  }
  /* line 2538, ../sass/screen.scss */
  .main_page .main_header .box_content .top_menu > ul li.pll-parent-menu-item .sub-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  /* line 2540, ../sass/screen.scss */
  .main_page .main_header .box_content .top_menu > ul li.pll-parent-menu-item .sub-menu li {
    display: inline-block;
  }
  /* line 2542, ../sass/screen.scss */
  .main_page .main_header .box_content .top_menu > ul li.pll-parent-menu-item .sub-menu li a {
    padding: 5px 7px;
  }
  /* line 2547, ../sass/screen.scss */
  .main_page .main_header .box_content .top_menu > ul li.pll-parent-menu-item:hover {
    background: transparent;
  }
  /* line 2554, ../sass/screen.scss */
  .main_page .main_header .box_content.menu_opened .top_menu {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 2561, ../sass/screen.scss */
  .main_page .section-1 .box_content {
    background-position: center bottom 95px;
  }
  /* line 2564, ../sass/screen.scss */
  .main_page .section-1 .box_content .box_buttons .btn_consultation {
    display: block;
    margin: auto;
  }
  /* line 2568, ../sass/screen.scss */
  .main_page .section-1 .box_content .box_buttons .btn_consultation {
    display: block;
    margin: 20px auto 0;
  }
  /* line 2574, ../sass/screen.scss */
  .main_page .section-1.section_services_1 .box_content .box_img {
    bottom: 158px;
  }
  /* line 2579, ../sass/screen.scss */
  .main_page .section_2 .box_content {
    padding: 0 0 50px;
  }
  /* line 2583, ../sass/screen.scss */
  .main_page .section_2.section_services_2 h2 {
    text-align: left;
  }
  /* line 2587, ../sass/screen.scss */
  .main_page .section_2.section_services_2 .box_content .box_img_text {
    display: block;
  }
  /* line 2589, ../sass/screen.scss */
  .main_page .section_2.section_services_2 .box_content .box_img_text .box_img img {
    margin: auto;
  }
  /* line 2592, ../sass/screen.scss */
  .main_page .section_2.section_services_2 .box_content .box_img_text .box_text {
    margin-top: 30px;
  }
  /* line 2596, ../sass/screen.scss */
  .main_page .section_2.section_services_2 .box_content .box_accordion .accordion {
    padding: 5px 0;
  }
  /* line 2598, ../sass/screen.scss */
  .main_page .section_2.section_services_2 .box_content .box_accordion .accordion .box_title {
    padding: 15px 50px 15px 28px;
  }
  /* line 2601, ../sass/screen.scss */
  .main_page .section_2.section_services_2 .box_content .box_accordion .accordion .box_text {
    display: none;
  }
  /* line 2604, ../sass/screen.scss */
  .main_page .section_2.section_services_2 .box_content .box_accordion .accordion .box {
    border-radius: 18px 18px 0 0;
    box-shadow: 0 0 34px 0 rgba(44, 45, 53, 0.07);
  }
  /* line 2607, ../sass/screen.scss */
  .main_page .section_2.section_services_2 .box_content .box_accordion .accordion .box:not(:last-of-type) {
    border-bottom: none;
  }
  /* line 2610, ../sass/screen.scss */
  .main_page .section_2.section_services_2 .box_content .box_accordion .accordion .box:not(:first-of-type) {
    border-top: 1px solid var(--light-grey);
  }
  /* line 2617, ../sass/screen.scss */
  .main_page .section_2.section_services_3 .box_content {
    background: none;
    background-image: none;
    padding: 0px;
  }
  /* line 2621, ../sass/screen.scss */
  .main_page .section_2.section_services_3 .box_content .box_info {
    margin: 0;
    padding-left: 0;
  }
  /* line 2625, ../sass/screen.scss */
  .main_page .section_2.section_services_3 .box_content .box_info .info .box {
    max-width: 100%;
  }
  /* line 2627, ../sass/screen.scss */
  .main_page .section_2.section_services_3 .box_content .box_info .info .box .box_title::before {
    top: 19px;
    left: 20px;
    width: 15px;
    height: 8px;
  }
  /* line 2633, ../sass/screen.scss */
  .main_page .section_2.section_services_3 .box_content .box_info .info .box .box_text {
    padding: 0px 20px 17px 20px;
  }
  /* line 2638, ../sass/screen.scss */
  .main_page .section_2.section_services_3 .box_content .box_info .box_buttons {
    margin: 30px 0;
    display: block;
    text-align: center;
  }
  /* line 2642, ../sass/screen.scss */
  .main_page .section_2.section_services_3 .box_content .box_info .box_buttons .btn_discount {
    margin: auto;
    max-width: 350px;
    width: 100%;
  }
  /* line 2651, ../sass/screen.scss */
  .main_page .section_4 {
    padding: 20px 20px 30px;
  }
  /* line 2653, ../sass/screen.scss */
  .main_page .section_4 .box_content {
    background-image: none;
  }
  /* line 2656, ../sass/screen.scss */
  .main_page .section_4 .box_content .box_info .box.box_1 {
    max-width: 100%;
  }
  /* line 2659, ../sass/screen.scss */
  .main_page .section_4 .box_content .box_info .box.box_2 {
    padding-left: 175px;
    background-image: url(../images/sct_4_bg.webp);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 155px;
  }
  /* line 2669, ../sass/screen.scss */
  .main_page .section_5 {
    padding: 38px 20px 40px;
  }
  /* line 2673, ../sass/screen.scss */
  .main_page .section_6 .box_content .box_top {
    display: block;
  }
  /* line 2675, ../sass/screen.scss */
  .main_page .section_6 .box_content .box_top > .box_text {
    width: 100%;
    padding-bottom: 40px;
  }
  /* line 2679, ../sass/screen.scss */
  .main_page .section_6 .box_content .box_top .box_slider {
    width: 100%;
    padding-left: 0px;
  }
  /* line 2684, ../sass/screen.scss */
  .main_page .section_6 .box_content .box_link {
    margin-top: 60px;
  }
  /* line 2688, ../sass/screen.scss */
  .main_page .section_7 .box_content {
    border-radius: 20px;
    padding: 20px;
    background-image: none;
  }
  /* line 2692, ../sass/screen.scss */
  .main_page .section_7 .box_content .box_form {
    padding: 40px;
    max-width: 100%;
  }
  /* line 2697, ../sass/screen.scss */
  .main_page .main_footer .box_content {
    display: block;
    text-align: center;
  }
  /* line 2701, ../sass/screen.scss */
  .main_page .main_footer .box_content .box_contacts .box_tel {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  /* line 2703, ../sass/screen.scss */
  .main_page .main_footer .box_content .box_contacts .box_tel .box_phone {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  /* line 2707, ../sass/screen.scss */
  .main_page .main_footer .box_content .box_contacts .box_messengers {
    max-width: 100%;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  /* line 2710, ../sass/screen.scss */
  .main_page .main_footer .box_content .box_contacts .box_messengers a:not(:first-of-type) {
    margin-left: 25px;
  }
  /* line 2715, ../sass/screen.scss */
  .main_page .main_footer .box_content .box_text {
    margin-top: 15px;
  }
}
@media (max-width: 600px) {
  /* line 2723, ../sass/screen.scss */
  .main_page .section-2 .box_content .box .box_slider,
  .main_page .section-4 .box_content .box .box_slider {
    max-width: 415px;
  }
  /* line 2727, ../sass/screen.scss */
  .main_page .section_5 .box_content .box_slider .slider .item .link {
    max-width: 385px;
  }
  /* line 2733, ../sass/screen.scss */
  .main_page .section-7 .box_content .box_questions_answers .box .box_questions p,
  .main_page .section-7 .box_content .box_questions_answers .box .box_answers p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  /* line 2740, ../sass/screen.scss */
  .main_page h1 {
    font-size: 32px;
  }
  /* line 2743, ../sass/screen.scss */
  .main_page .main_header .box_content {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 2747, ../sass/screen.scss */
  .main_page .section-1 .box_content {
    background-image: url(../images/section_1_bg_mobile.webp);
    background-position: right 0 top 0;
    background-size: 80px;
  }
  /* line 2752, ../sass/screen.scss */
  .main_page .section-1 .box_content .box_text h1 {
    text-align: left;
  }
  /* line 2754, ../sass/screen.scss */
  .main_page .section-1 .box_content .box_text h1 > span {
    display: block;
  }
  /* line 2758, ../sass/screen.scss */
  .main_page .section-1 .box_content .box_text p {
    text-align: left;
  }
  /* line 2762, ../sass/screen.scss */
  .main_page .section-1 .box_content .box_buttons {
    margin-top: 30px;
  }
  /* line 2767, ../sass/screen.scss */
  .main_page .section-1.section_services_1 .box_content .box_buttons {
    margin-top: 65vw;
  }
  /* line 2770, ../sass/screen.scss */
  .main_page .section-1.section_services_1 .box_content .box_img {
    max-width: 75%;
  }
  /* line 2776, ../sass/screen.scss */
  .main_page .section_2 .box_content .box_accordion .accordion .box .box_title::after {
    content: '';
    right: 20px;
  }
  /* line 2780, ../sass/screen.scss */
  .main_page .section_2.section_services_2 {
    padding: 79px 20px 20px;
  }
  /* line 2782, ../sass/screen.scss */
  .main_page .section_2.section_services_2 .box_content {
    padding: 20px 0px 25px 0px;
  }
  /* line 2784, ../sass/screen.scss */
  .main_page .section_2.section_services_2 .box_content .box_accordion .accordion .box_title::after {
    content: none;
  }
  /* line 2790, ../sass/screen.scss */
  .main_page .section_3 .box_content .box_info .box {
    padding: 18px 0 0 0;
  }
  /* line 2792, ../sass/screen.scss */
  .main_page .section_3 .box_content .box_info .box .box_title {
    padding-left: 100px;
    min-height: 41px;
  }
  /* line 2796, ../sass/screen.scss */
  .main_page .section_3 .box_content .box_info .box .box_text {
    margin-top: 25px;
  }
  /* line 2802, ../sass/screen.scss */
  .main_page .section_4 .box_content .box_info .box.box_2 {
    margin-top: 30px;
  }
  /* line 2808, ../sass/screen.scss */
  .main_page .section_5 .box_content .box_slider .slider .slick-list {
    padding-right: 80px;
  }
  /* line 2811, ../sass/screen.scss */
  .main_page .section_5 .box_content .box_link a {
    width: 100%;
    text-align: center;
  }
  /* line 2816, ../sass/screen.scss */
  .main_page .section_6 {
    padding: 15px 20px 45px;
  }
  /* line 2819, ../sass/screen.scss */
  .main_page .section_6 .box_content .box_top .box_slider .slider .slick-list {
    padding-right: 80px;
  }
  /* line 2822, ../sass/screen.scss */
  .main_page .section_6 .box_content .box_link a {
    width: 100%;
    text-align: center;
  }
  /* line 2828, ../sass/screen.scss */
  .main_page .section_7 {
    padding: 0px 20px 30px;
  }
  /* line 2830, ../sass/screen.scss */
  .main_page .section_7 .box_content .box_form {
    padding: 20px;
  }
  /* line 2834, ../sass/screen.scss */
  .main_page .main_footer {
    padding: 20px;
  }
  /* line 2837, ../sass/screen.scss */
  .main_page .section_services_5 {
    padding: 56px 20px 40px;
  }
  /* line 2840, ../sass/screen.scss */
  .main_page .section_services_6 {
    padding: 39px 20px 93px;
  }
  /* line 2843, ../sass/screen.scss */
  .main_page .section_blog .box_content .box_posts {
    -webkit-grid-template-columns: repeat(1, 1fr);
    -moz-grid-template-columns: repeat(1, 1fr);
    -o-grid-template-columns: repeat(1, 1fr);
    -ms-grid-template-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 400px) {
  /* line 2848, ../sass/screen.scss */
  .main_page h1 {
    font-size: 28px;
  }
  /* line 2851, ../sass/screen.scss */
  .main_page .main_header .box_content .top_menu {
    padding: 40px 20px;
  }
  /* line 2854, ../sass/screen.scss */
  .main_page .section-1 {
    padding: 20px 12px 40px;
  }
  /* line 2857, ../sass/screen.scss */
  .main_page .section_3 .box_content .box_info .box .box_title {
    padding-left: 82px;
  }
  /* line 2860, ../sass/screen.scss */
  .main_page .section_4 .box_content {
    padding-top: 0;
  }
  /* line 2862, ../sass/screen.scss */
  .main_page .section_4 .box_content .box_info .box.box_2 {
    padding-left: 50%;
    background-size: 44%;
  }
}
@media (max-width: 350px) {
  /* line 2869, ../sass/screen.scss */
  .main_page .section-1 .box_content {
    background-image: none;
  }
}
