/* 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" /> */
/* line 216, ../sass/screen.scss */
body {
  margin: 0 auto;
  line-height: 1.4;
  max-width: 100%;
  position: relative;
}
/* line 221, ../sass/screen.scss */
body.body-overflow {
  overflow: hidden;
}
/* line 223, ../sass/screen.scss */
body.body-overflow .main_page::before {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

/* line 235, ../sass/screen.scss */
.main_page {
  color: #000;
  background: #fff;
  font-family: 'TildaSans', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3;
}
/* line 241, ../sass/screen.scss */
.main_page * {
  box-sizing: border-box;
  --color-text: #3d3d3d;
  --color-green: #025c1c;
  --color-brawn: #c5bd82;
  --color-bg: #eff0fd;
}
/* line 248, ../sass/screen.scss */
.main_page *::before, .main_page *::after {
  box-sizing: content-box;
}
/* line 254, ../sass/screen.scss */
.main_page .container {
  max-width: 1200px;
  margin: auto;
}
/* line 258, ../sass/screen.scss */
.main_page .img_responsive {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}
/* line 264, ../sass/screen.scss */
.main_page .my_btn,
.main_page .my_btn_product {
  display: block;
  box-shadow: 14px 14px 30px rgba(90, 82, 51, 0.3);
  border-radius: 50px;
  width: 100%;
  max-width: 452px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  padding: 30px 40px;
  position: relative;
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
  transition: all .3s linear;
  position: relative;
}
/* line 190, ../sass/screen.scss */
.main_page .my_btn::before,
.main_page .my_btn_product::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: initial;
  right: 0;
  width: 0;
  height: 100%;
  background: var(--color-green);
  transition: all .3s linear;
  border-radius: 50px;
  z-index: -1;
}
/* line 203, ../sass/screen.scss */
.main_page .my_btn:hover,
.main_page .my_btn_product:hover {
  color: #fff;
}
/* line 205, ../sass/screen.scss */
.main_page .my_btn:hover::before,
.main_page .my_btn_product:hover::before {
  right: initial;
  left: 0;
  width: 100%;
}
/* line 283, ../sass/screen.scss */
.main_page .my_btn::before,
.main_page .my_btn_product::before {
  background: #fff;
}
/* line 286, ../sass/screen.scss */
.main_page .my_btn:hover,
.main_page .my_btn_product:hover {
  box-shadow: 14px 14px 30px rgba(0, 78, 6, 0.3);
}
/* line 291, ../sass/screen.scss */
.main_page h1 {
  display: block;
  font-size: 30px;
  text-transform: uppercase;
  color: var(--color-green);
  line-height: 1.55;
  font-weight: 900;
  margin: 0;
}
/* line 301, ../sass/screen.scss */
.main_page h2 {
  font-size: 42px;
  font-weight: 600;
  color: var(--color-green);
  text-align: center;
  margin: 0;
  line-height: 1.17;
}
/* line 309, ../sass/screen.scss */
.main_page h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 0.7;
  margin: 0;
}
/* line 315, ../sass/screen.scss */
.main_page h4 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
/* line 320, ../sass/screen.scss */
.main_page h5 {
  font-size: 36px;
  margin: 0;
  font-weight: 600;
  color: #000;
  text-align: center;
}
/* line 327, ../sass/screen.scss */
.main_page p {
  margin: 0;
}
/* line 330, ../sass/screen.scss */
.main_page a {
  color: #000;
  transition: all .25s linear;
  text-decoration: none;
}
/* line 335, ../sass/screen.scss */
.main_page a[data-fancybox] img {
  cursor: zoom-in;
}
/* line 338, ../sass/screen.scss */
.main_page ul {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
}
/* line 343, ../sass/screen.scss */
.main_page .main-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  min-height: 40px;
  z-index: 2;
  padding: 0px 40px;
  background: #fff;
}
/* line 352, ../sass/screen.scss */
.main_page .main-header .burger {
  display: none;
  position: absolute;
  top: 4px;
  right: 28px;
  -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: 1000;
}
/* line 367, ../sass/screen.scss */
.main_page .main-header .burger span {
  position: absolute;
  left: 12px;
  top: 19px;
  text-indent: 9900px;
  width: 26px;
  height: 1px;
  background: #000;
  box-shadow: 0 0 0 1px #000;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
/* line 379, ../sass/screen.scss */
.main_page .main-header .burger:before, .main_page .main-header .burger:after {
  content: '';
  position: absolute;
  left: 12px;
  top: 12px;
  width: 26px;
  height: 1px;
  background: #000;
  box-shadow: 0 0 0 1px #000;
  -webkit-transition: -webkit-transform .2s ease-out, top .2s .2s ease-out;
  transition: transform .2s ease-out, top .2s .2s ease-out;
}
/* line 392, ../sass/screen.scss */
.main_page .main-header .burger:after {
  top: 27px;
}
/* line 396, ../sass/screen.scss */
.main_page .main-header .box_content {
  margin: auto;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-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 402, ../sass/screen.scss */
.main_page .main-header .box_content .box_logo {
  min-width: 335px;
}
/* line 404, ../sass/screen.scss */
.main_page .main-header .box_content .box_logo .logo {
  display: block;
  width: 100%;
  max-width: 80px;
  margin-right: 20px;
}
/* line 409, ../sass/screen.scss */
.main_page .main-header .box_content .box_logo .logo .strong {
  text-align: left;
}
/* line 411, ../sass/screen.scss */
.main_page .main-header .box_content .box_logo .logo .strong img {
  display: block;
  width: 100%;
  height: auto;
  min-width: 80px;
}
/* line 420, ../sass/screen.scss */
.main_page .main-header .box_content nav {
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
}
/* line 425, ../sass/screen.scss */
.main_page .main-header .box_content nav .main_menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  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;
  width: 100%;
}
/* line 432, ../sass/screen.scss */
.main_page .main-header .box_content nav .main_menu li {
  display: inline-block;
  position: relative;
  padding: 5px 15px;
  position: relative;
}
/* line 135, ../sass/screen.scss */
.main_page .main-header .box_content nav .main_menu li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: initial;
  right: 0;
  width: 0;
  height: 2px;
  background: var(--color-green);
  transition: all .3s linear;
}
/* line 146, ../sass/screen.scss */
.main_page .main-header .box_content nav .main_menu li a:hover {
  color: var(--color-green);
}
/* line 148, ../sass/screen.scss */
.main_page .main-header .box_content nav .main_menu li a:hover::before {
  right: initial;
  left: 0;
  width: 100%;
}
/* line 156, ../sass/screen.scss */
.main_page .main-header .box_content nav .main_menu li:hover > a {
  color: var(--color-green);
}
/* line 158, ../sass/screen.scss */
.main_page .main-header .box_content nav .main_menu li:hover > a::before {
  right: initial;
  left: 0;
  width: 100%;
}
/* line 437, ../sass/screen.scss */
.main_page .main-header .box_content nav .main_menu li:hover {
  color: var(--color-green);
}
/* line 440, ../sass/screen.scss */
.main_page .main-header .box_content nav .main_menu li a {
  font-size: 16px;
  display: block;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  background: transparent;
  color: var(--color-text);
  transition: all .25s linear;
  margin: 0 5px;
  white-space: nowrap;
}
/* line 453, ../sass/screen.scss */
.main_page .main-header .box_content nav .main_menu li.li_sub_menu {
  position: relative;
}
/* line 455, ../sass/screen.scss */
.main_page .main-header .box_content nav .main_menu li.li_sub_menu:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  position: absolute;
  top: 16px;
  right: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-color: transparent transparent transparent transparent;
  border-top-color: var(--color-text);
}
/* line 470, ../sass/screen.scss */
.main_page .main-header .box_content nav .main_menu li.li_sub_menu .sub-menu,
.main_page .main-header .box_content nav .main_menu li.li_sub_menu .sub_menu {
  display: none;
  position: absolute;
  min-width: 150px;
  top: 100%;
  left: 0;
  padding: 18px 20px;
  background: #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
}
/* line 480, ../sass/screen.scss */
.main_page .main-header .box_content nav .main_menu li.li_sub_menu .sub-menu li,
.main_page .main-header .box_content nav .main_menu li.li_sub_menu .sub_menu li {
  padding: 0;
}
/* line 482, ../sass/screen.scss */
.main_page .main-header .box_content nav .main_menu li.li_sub_menu .sub-menu li:not(:first-of-type),
.main_page .main-header .box_content nav .main_menu li.li_sub_menu .sub_menu li:not(:first-of-type) {
  margin-top: 12px;
}
/* line 485, ../sass/screen.scss */
.main_page .main-header .box_content nav .main_menu li.li_sub_menu .sub-menu li a,
.main_page .main-header .box_content nav .main_menu li.li_sub_menu .sub_menu li a {
  text-transform: uppercase;
  font-size: 14px;
}
/* line 492, ../sass/screen.scss */
.main_page .main-header .box_content nav .main_menu li.li_sub_menu:hover::after {
  border-top-color: var(--color-green);
}
/* line 495, ../sass/screen.scss */
.main_page .main-header .box_content nav .main_menu li.li_sub_menu:hover .sub-menu,
.main_page .main-header .box_content nav .main_menu li.li_sub_menu:hover .sub_menu {
  display: block;
}
/* line 504, ../sass/screen.scss */
.main_page .main-header .box_content .box_contacts {
  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 508, ../sass/screen.scss */
.main_page .main-header .box_content .box_contacts .box_phone a {
  display: inline-block;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  white-space: nowrap;
  position: relative;
}
/* line 168, ../sass/screen.scss */
.main_page .main-header .box_content .box_contacts .box_phone a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: initial;
  right: 0;
  width: 0;
  height: 2px;
  background: var(--color-green);
  transition: all .3s linear;
}
/* line 179, ../sass/screen.scss */
.main_page .main-header .box_content .box_contacts .box_phone a:hover {
  color: var(--color-green);
}
/* line 181, ../sass/screen.scss */
.main_page .main-header .box_content .box_contacts .box_phone a:hover::before {
  right: initial;
  left: 0;
  width: 100%;
}
/* line 517, ../sass/screen.scss */
.main_page .main-header .box_content .box_contacts .box_btn {
  width: 100%;
  max-width: 144px;
  margin-left: 40px;
}
/* line 521, ../sass/screen.scss */
.main_page .main-header .box_content .box_contacts .box_btn .my_btn {
  position: relative;
  border: 1px solid var(--color-green);
  color: var(--color-green);
  background: var(--color-brawn);
  font-size: 14px;
  max-width: 144px;
  padding: 10px 29px;
  font-weight: 400;
}
/* line 190, ../sass/screen.scss */
.main_page .main-header .box_content .box_contacts .box_btn .my_btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: initial;
  right: 0;
  width: 0;
  height: 100%;
  background: var(--color-green);
  transition: all .3s linear;
  border-radius: 50px;
  z-index: -1;
}
/* line 203, ../sass/screen.scss */
.main_page .main-header .box_content .box_contacts .box_btn .my_btn:hover {
  color: #fff;
}
/* line 205, ../sass/screen.scss */
.main_page .main-header .box_content .box_contacts .box_btn .my_btn:hover::before {
  right: initial;
  left: 0;
  width: 100%;
}
/* line 535, ../sass/screen.scss */
.main_page .main-header.menu-opened .burger:before,
.main_page .main-header.menu-opened .burger:after {
  top: 19px;
  -webkit-transition: top .2s ease-out, -webkit-transform .2s .2s ease-out;
  transition: top .2s ease-out, transform .2s .2s ease-out;
}
/* line 541, ../sass/screen.scss */
.main_page .main-header.menu-opened .burger:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 546, ../sass/screen.scss */
.main_page .main-header.menu-opened .burger:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 551, ../sass/screen.scss */
.main_page .main-header.menu-opened .burger span {
  opacity: 0;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
}
/* line 560, ../sass/screen.scss */
.main_page .header-scroll .container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 562, ../sass/screen.scss */
.main_page .header-scroll .container nav {
  margin-top: 0;
}
/* line 564, ../sass/screen.scss */
.main_page .header-scroll .container nav ul {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 568, ../sass/screen.scss */
.main_page .header-scroll .container .main_li {
  max-height: 100%;
}
/* line 571, ../sass/screen.scss */
.main_page .header-scroll .container .box_wallet {
  margin-top: 0;
}
/* line 577, ../sass/screen.scss */
.main_page .section-1 .box_content {
  padding: 80px 0px 0px;
  min-height: 850px;
  height: 100vh;
  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 583, ../sass/screen.scss */
.main_page .section-1 .box_content .box_top {
  max-width: 1396px;
  padding: 0 20px;
  margin: 43px auto 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  transform: translateX(2vw);
}
/* line 15, ../sass/screen.scss */
.main_page .section-1 .box_content .box_top .box_left,
.main_page .section-1 .box_content .box_top .box_right {
  width: 50%;
}
/* line 590, ../sass/screen.scss */
.main_page .section-1 .box_content .box_top .box_left .box_img {
  margin-top: 35px;
}
/* line 592, ../sass/screen.scss */
.main_page .section-1 .box_content .box_top .box_left .box_img img {
  display: block;
  width: 100%;
  max-width: 678px;
  height: auto;
}
/* line 599, ../sass/screen.scss */
.main_page .section-1 .box_content .box_top .box_left .box_title {
  margin-top: -10px;
}
/* line 601, ../sass/screen.scss */
.main_page .section-1 .box_content .box_top .box_left .box_title h1 {
  text-align: right;
}
/* line 606, ../sass/screen.scss */
.main_page .section-1 .box_content .box_top .box_right {
  max-height: 288px;
}
/* line 609, ../sass/screen.scss */
.main_page .section-1 .box_content .box_top .box_right .box_img img {
  display: block;
  width: 100%;
  max-width: 611px;
  height: auto;
}
/* line 618, ../sass/screen.scss */
.main_page .section-1 .box_content .box_bottom {
  background-image: url(../images/sct-1_img-3.webp);
  background-repeat: no-repeat;
  background-position: left top 20px;
  height: 100%;
  position: relative;
  padding-top: 10px;
  min-height: 270px;
  margin-top: auto;
}
/* line 629, ../sass/screen.scss */
.main_page .section-1 .box_content .box_bottom .box_btn .my_btn {
  font-size: 28px;
  font-weight: 400;
  position: relative;
  background: var(--color-brawn);
  border-radius: 50px;
  border: 4px solid #fff;
  max-width: 175px;
  padding: 10px;
  color: #fff;
  margin: 21vh auto 0;
  animation: btn-moove 3s infinite linear;
}
/* line 190, ../sass/screen.scss */
.main_page .section-1 .box_content .box_bottom .box_btn .my_btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: initial;
  right: 0;
  width: 0;
  height: 100%;
  background: var(--color-green);
  transition: all .3s linear;
  border-radius: 50px;
  z-index: -1;
}
/* line 203, ../sass/screen.scss */
.main_page .section-1 .box_content .box_bottom .box_btn .my_btn:hover {
  color: #fff;
}
/* line 205, ../sass/screen.scss */
.main_page .section-1 .box_content .box_bottom .box_btn .my_btn:hover::before {
  right: initial;
  left: 0;
  width: 100%;
}
/* line 646, ../sass/screen.scss */
.main_page .section-2 {
  padding: 27px 20px 70px;
  overflow: hidden;
}
/* line 649, ../sass/screen.scss */
.main_page .section-2 .box_content {
  margin-top: 0px;
  padding-top: 92px;
}
/* line 652, ../sass/screen.scss */
.main_page .section-2 .box_content .box_top {
  max-width: 1214px;
  margin: auto;
  position: relative;
}
/* line 656, ../sass/screen.scss */
.main_page .section-2 .box_content .box_top .box_text {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
/* line 661, ../sass/screen.scss */
.main_page .section-2 .box_content .box_top .box_text.box_text-1 p {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  max-width: 750px;
  color: var(--color-text);
}
/* line 667, ../sass/screen.scss */
.main_page .section-2 .box_content .box_top .box_text.box_text-1 p span {
  color: #000;
  font-weight: 700;
}
/* line 673, ../sass/screen.scss */
.main_page .section-2 .box_content .box_top .box_text:not(.box_text-1) {
  background: var(--color-green);
  border-radius: 30px;
  padding: 5px 10px;
}
/* line 677, ../sass/screen.scss */
.main_page .section-2 .box_content .box_top .box_text:not(.box_text-1) p {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
  color: #fff;
}
/* line 682, ../sass/screen.scss */
.main_page .section-2 .box_content .box_top .box_text:not(.box_text-1) p span {
  font-weight: 700;
}
/* line 687, ../sass/screen.scss */
.main_page .section-2 .box_content .box_top .box_text.box_text-2 {
  max-width: 530px;
  margin-top: 110px;
}
/* line 691, ../sass/screen.scss */
.main_page .section-2 .box_content .box_top .box_text.box_text-3 {
  margin-left: 9vw;
  max-width: 465px;
  margin-top: 108px;
}
/* line 696, ../sass/screen.scss */
.main_page .section-2 .box_content .box_top .box_text.box_text-4 {
  margin-left: 34vw;
  max-width: 435px;
  margin-top: 27px;
}
/* line 701, ../sass/screen.scss */
.main_page .section-2 .box_content .box_top .box_text.box_text-5 {
  margin-left: 9vw;
  max-width: 580px;
  margin-top: 67px;
}
/* line 707, ../sass/screen.scss */
.main_page .section-2 .box_content .box_top .box_bg {
  position: absolute;
  top: -80px;
  right: -54px;
}
/* line 713, ../sass/screen.scss */
.main_page .section-2 .box_content .box_top .box_bg img {
  display: block;
  width: 100%;
  max-width: 788px;
  height: auto;
}
/* line 721, ../sass/screen.scss */
.main_page .section-2 .box_content .box_bottom {
  padding-top: 60px;
}
/* line 723, ../sass/screen.scss */
.main_page .section-2 .box_content .box_bottom .box_btn .my_btn {
  margin: auto;
  font-size: 28px;
  font-weight: 400;
  position: relative;
  background: var(--color-brawn);
  border-radius: 50px;
  border: 4px solid #fff;
  max-width: 175px;
  padding: 16px 10px;
  line-height: 1;
  color: #fff;
  animation: btn-moove 3s infinite linear;
}
/* line 190, ../sass/screen.scss */
.main_page .section-2 .box_content .box_bottom .box_btn .my_btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: initial;
  right: 0;
  width: 0;
  height: 100%;
  background: var(--color-green);
  transition: all .3s linear;
  border-radius: 50px;
  z-index: -1;
}
/* line 203, ../sass/screen.scss */
.main_page .section-2 .box_content .box_bottom .box_btn .my_btn:hover {
  color: #fff;
}
/* line 205, ../sass/screen.scss */
.main_page .section-2 .box_content .box_bottom .box_btn .my_btn:hover::before {
  right: initial;
  left: 0;
  width: 100%;
}
/* line 738, ../sass/screen.scss */
.main_page .section-2 .box_content .box_bottom .box_img {
  margin: -120px auto 0;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
/* line 743, ../sass/screen.scss */
.main_page .section-2 .box_content .box_bottom .box_img img {
  width: 100%;
  max-width: 350px;
}
/* line 752, ../sass/screen.scss */
.main_page .section-3 {
  padding: 72px 20px 50px;
  background-color: #eff0fd;
}
/* line 756, ../sass/screen.scss */
.main_page .section-3 .box_content h2 {
  font-size: 30px;
  color: #000;
  font-weight: 700;
}
/* line 761, ../sass/screen.scss */
.main_page .section-3 .box_content .box_production {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
/* line 765, ../sass/screen.scss */
.main_page .section-3 .box_content .box_production .box_product {
  max-width: 360px;
  border-radius: 30px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  margin: 40px 20px 0;
  transition: all .2s linear;
  padding-bottom: 20px;
  cursor: pointer;
}
/* line 774, ../sass/screen.scss */
.main_page .section-3 .box_content .box_production .box_product .box_img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px 30px 0 0;
}
/* line 781, ../sass/screen.scss */
.main_page .section-3 .box_content .box_production .box_product .box_description {
  padding: 18px 20px;
  min-height: 255px;
}
/* line 784, ../sass/screen.scss */
.main_page .section-3 .box_content .box_production .box_product .box_description h3 {
  text-align: center;
}
/* line 787, ../sass/screen.scss */
.main_page .section-3 .box_content .box_production .box_product .box_description p {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-top: 6px;
}
/* line 795, ../sass/screen.scss */
.main_page .section-3 .box_content .box_production .box_product .box_btn .my_btn {
  color: #ffffff;
  font-size: 14px;
  border: 3px solid var(--color-brawn);
  background: var(--color-brawn);
  font-weight: 400;
  border-radius: 50px;
  padding: 10px;
  max-width: 135px;
  margin: auto;
  position: relative;
}
/* line 190, ../sass/screen.scss */
.main_page .section-3 .box_content .box_production .box_product .box_btn .my_btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: initial;
  right: 0;
  width: 0;
  height: 100%;
  background: var(--color-green);
  transition: all .3s linear;
  border-radius: 50px;
  z-index: -1;
}
/* line 203, ../sass/screen.scss */
.main_page .section-3 .box_content .box_production .box_product .box_btn .my_btn:hover {
  color: #fff;
}
/* line 205, ../sass/screen.scss */
.main_page .section-3 .box_content .box_production .box_product .box_btn .my_btn:hover::before {
  right: initial;
  left: 0;
  width: 100%;
}
/* line 806, ../sass/screen.scss */
.main_page .section-3 .box_content .box_production .box_product .box_btn .my_btn::before {
  background: #fff;
}
/* line 809, ../sass/screen.scss */
.main_page .section-3 .box_content .box_production .box_product .box_btn .my_btn:hover {
  color: #000;
  box-shadow: 14px 14px 30px rgba(90, 82, 51, 0.3);
}
/* line 815, ../sass/screen.scss */
.main_page .section-3 .box_content .box_production .box_product:hover {
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.1);
}
/* line 822, ../sass/screen.scss */
.main_page .section-4 {
  background: var(--color-bg);
  padding: 145px 20px 10px;
}
/* line 826, ../sass/screen.scss */
.main_page .section-4 .box_content .box_img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
/* line 829, ../sass/screen.scss */
.main_page .section-4 .box_content .box_img img {
  display: block;
  width: 100%;
  max-width: 370px;
  margin: auto;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
/* line 840, ../sass/screen.scss */
.main_page .section-4 .box_content .box_img a:not(:first-of-type) {
  margin-left: 20px;
}
/* line 847, ../sass/screen.scss */
.main_page .section-5 {
  padding: 20px;
  height: 100vh;
  min-height: 700px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-image: url(../images/sct-5_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
/* line 856, ../sass/screen.scss */
.main_page .section-5 .box_content {
  padding: 80px 86px 85px;
  text-align: center;
  max-width: 760px;
  margin: auto;
  background-color: #f5fff5;
  box-shadow: 0px 0px 20px 12px rgba(0, 0, 0, 0.1);
}
/* line 863, ../sass/screen.scss */
.main_page .section-5 .box_content h2 {
  color: #3d3d3d;
  font-size: 36px;
  text-transform: uppercase;
  padding-bottom: 29px;
  position: relative;
}
/* line 869, ../sass/screen.scss */
.main_page .section-5 .box_content h2::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 3px;
  background: #666;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
/* line 880, ../sass/screen.scss */
.main_page .section-5 .box_content .box_text {
  margin-top: 31px;
}
/* line 882, ../sass/screen.scss */
.main_page .section-5 .box_content .box_text p {
  font-size: 20px;
  line-height: 1.55;
}
/* line 889, ../sass/screen.scss */
.main_page .section-6 {
  padding: 150px 20px;
  background: var(--color-green);
}
/* line 894, ../sass/screen.scss */
.main_page .section-6 .box_content .box_title h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
}
/* line 899, ../sass/screen.scss */
.main_page .section-6 .box_content .box_title p {
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  margin-top: 45px;
}
/* line 907, ../sass/screen.scss */
.main_page .section-6 .box_content .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 93px;
}
/* line 15, ../sass/screen.scss */
.main_page .section-6 .box_content .box .box_left,
.main_page .section-6 .box_content .box .box_right {
  width: 50%;
}
/* line 910, ../sass/screen.scss */
.main_page .section-6 .box_content .box .box_left {
  padding: 0 20px;
}
/* line 912, ../sass/screen.scss */
.main_page .section-6 .box_content .box .box_left .box_inner {
  max-width: 460px;
  margin-left: auto;
}
/* line 915, ../sass/screen.scss */
.main_page .section-6 .box_content .box .box_left .box_inner > p {
  color: #c5bd82;
  font-size: 20px;
}
/* line 918, ../sass/screen.scss */
.main_page .section-6 .box_content .box .box_left .box_inner > p:last-of-type {
  margin-top: 71px;
}
/* line 924, ../sass/screen.scss */
.main_page .section-6 .box_content .box .box_left .box_phone .phone {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  position: relative;
  margin-top: 4px;
  display: inline-block;
}
/* line 168, ../sass/screen.scss */
.main_page .section-6 .box_content .box .box_left .box_phone .phone::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: initial;
  right: 0;
  width: 0;
  height: 2px;
  background: var(--color-green);
  transition: all .3s linear;
}
/* line 179, ../sass/screen.scss */
.main_page .section-6 .box_content .box .box_left .box_phone .phone:hover {
  color: var(--color-green);
}
/* line 181, ../sass/screen.scss */
.main_page .section-6 .box_content .box .box_left .box_phone .phone:hover::before {
  right: initial;
  left: 0;
  width: 100%;
}
/* line 931, ../sass/screen.scss */
.main_page .section-6 .box_content .box .box_left .box_phone .phone::before {
  background: #fff;
}
/* line 934, ../sass/screen.scss */
.main_page .section-6 .box_content .box .box_left .box_phone .phone:hover {
  color: #fff;
}
/* line 939, ../sass/screen.scss */
.main_page .section-6 .box_content .box .box_left .box_mail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 2px;
}
/* line 942, ../sass/screen.scss */
.main_page .section-6 .box_content .box .box_left .box_mail span {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}
/* line 947, ../sass/screen.scss */
.main_page .section-6 .box_content .box .box_left .box_mail .mail {
  font-size: 20px;
  color: #c5bd82;
  margin-left: 5px;
  position: relative;
}
/* line 168, ../sass/screen.scss */
.main_page .section-6 .box_content .box .box_left .box_mail .mail::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: initial;
  right: 0;
  width: 0;
  height: 2px;
  background: var(--color-green);
  transition: all .3s linear;
}
/* line 179, ../sass/screen.scss */
.main_page .section-6 .box_content .box .box_left .box_mail .mail:hover {
  color: var(--color-green);
}
/* line 181, ../sass/screen.scss */
.main_page .section-6 .box_content .box .box_left .box_mail .mail:hover::before {
  right: initial;
  left: 0;
  width: 100%;
}
/* line 952, ../sass/screen.scss */
.main_page .section-6 .box_content .box .box_left .box_mail .mail::before {
  background: #c5bd82;
}
/* line 955, ../sass/screen.scss */
.main_page .section-6 .box_content .box .box_left .box_mail .mail:hover {
  color: #c5bd82;
}
/* line 961, ../sass/screen.scss */
.main_page .section-6 .box_content .box .box_right {
  padding: 0 20px;
}
/* line 963, ../sass/screen.scss */
.main_page .section-6 .box_content .box .box_right .box_form {
  max-width: 460px;
}
/* line 967, ../sass/screen.scss */
.main_page .section-6 .box_content .box .box_right .box_form form .form-group:nth-of-type(2) {
  margin-top: 30px;
}
/* line 970, ../sass/screen.scss */
.main_page .section-6 .box_content .box .box_right .box_form form .form-group span {
  background: transparent;
}
/* line 973, ../sass/screen.scss */
.main_page .section-6 .box_content .box .box_right .box_form form .form-group .form-control {
  font-size: 16px;
  color: #fff;
  padding: 20px 0px;
  border: none;
  outline: none;
  border-bottom: 1px solid #ffffff;
  background: transparent;
  display: block;
  width: 100%;
}
/* line 983, ../sass/screen.scss */
.main_page .section-6 .box_content .box .box_right .box_form form .form-group .form-control::placeholder {
  color: #ffffff85;
  font-size: 14px;
  font-family: 'TildaSans', Arial, sans-serif;
  background: transparent;
}
/* line 991, ../sass/screen.scss */
.main_page .section-6 .box_content .box .box_right .box_form form .form-group .my_btn {
  color: #ffffff;
  font-size: 14px;
  border: 2px solid #fff;
  background: var(--color-green);
  font-weight: 400;
  border-radius: 50px;
  padding: 20px;
  max-width: 252px;
  margin-top: 30px;
  font-weight: 700;
}
/* line 1002, ../sass/screen.scss */
.main_page .section-6 .box_content .box .box_right .box_form form .form-group .my_btn::before {
  background: #fff;
}
/* line 1005, ../sass/screen.scss */
.main_page .section-6 .box_content .box .box_right .box_form form .form-group .my_btn:hover {
  color: #000;
  box-shadow: 14px 14px 30px rgba(90, 82, 51, 0.3);
  background: #fff;
}
/* line 1014, ../sass/screen.scss */
.main_page .section-6 .box_content .box .box_right > p {
  color: #c5bd82;
  font-size: 15px;
  font-weight: 300;
  margin-top: 22px;
}
/* line 1027, ../sass/screen.scss */
.main_page .section-7 .box_content .box_map iframe {
  display: block;
  width: 100%;
}
/* line 1034, ../sass/screen.scss */
.main_page .footer {
  background: #171717;
  padding: 45px 20px 35px;
}
/* line 1039, ../sass/screen.scss */
.main_page .footer .box_content .box_menu nav {
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
}
/* line 1044, ../sass/screen.scss */
.main_page .footer .box_content .box_menu nav .main_menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  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;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
}
/* line 1052, ../sass/screen.scss */
.main_page .footer .box_content .box_menu nav .main_menu li {
  display: inline-block;
  position: relative;
  padding: 5px 12px;
  position: relative;
}
/* line 135, ../sass/screen.scss */
.main_page .footer .box_content .box_menu nav .main_menu li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: initial;
  right: 0;
  width: 0;
  height: 2px;
  background: var(--color-green);
  transition: all .3s linear;
}
/* line 146, ../sass/screen.scss */
.main_page .footer .box_content .box_menu nav .main_menu li a:hover {
  color: var(--color-green);
}
/* line 148, ../sass/screen.scss */
.main_page .footer .box_content .box_menu nav .main_menu li a:hover::before {
  right: initial;
  left: 0;
  width: 100%;
}
/* line 156, ../sass/screen.scss */
.main_page .footer .box_content .box_menu nav .main_menu li:hover > a {
  color: var(--color-green);
}
/* line 158, ../sass/screen.scss */
.main_page .footer .box_content .box_menu nav .main_menu li:hover > a::before {
  right: initial;
  left: 0;
  width: 100%;
}
/* line 1057, ../sass/screen.scss */
.main_page .footer .box_content .box_menu nav .main_menu li:hover a {
  color: #fff;
}
/* line 1060, ../sass/screen.scss */
.main_page .footer .box_content .box_menu nav .main_menu li a {
  font-size: 14px;
  display: block;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  background: transparent;
  color: #fff;
  transition: all .25s linear;
  margin: 0 5px;
  white-space: nowrap;
}
/* line 1072, ../sass/screen.scss */
.main_page .footer .box_content .box_menu nav .main_menu li a::before {
  background: #fff;
}
/* line 1075, ../sass/screen.scss */
.main_page .footer .box_content .box_menu nav .main_menu li a:hover {
  color: #fff;
}
/* line 1084, ../sass/screen.scss */
.main_page .footer .box_content .box_logo img {
  display: block;
  width: 100%;
  max-width: 150px;
  margin: 36px auto 44px;
}
/* line 1092, ../sass/screen.scss */
.main_page .footer .box_content .box_bottom p {
  text-align: center;
  font-size: 14px;
  color: #ffffffc2;
}
/* line 1101, ../sass/screen.scss */
.main_page .modal_product {
  position: fixed;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: var(--color-bg);
  z-index: 999;
  overflow-y: auto;
  cursor: pointer;
  transition: all .2s linear;
}
/* line 1114, ../sass/screen.scss */
.main_page .modal_product.active {
  top: 0;
  opacity: 1;
}
/* line 1118, ../sass/screen.scss */
.main_page .modal_product .box_content {
  max-width: 1240px;
  margin: 65px auto;
  padding: 40px 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  cursor: auto;
}
/* line 15, ../sass/screen.scss */
.main_page .modal_product .box_content .box_left,
.main_page .modal_product .box_content .box_right {
  width: 50%;
}
/* line 1125, ../sass/screen.scss */
.main_page .modal_product .box_content .box_left {
  margin: 0 20px;
}
/* line 1127, ../sass/screen.scss */
.main_page .modal_product .box_content .box_left .box_img {
  overflow: hidden;
}
/* line 1129, ../sass/screen.scss */
.main_page .modal_product .box_content .box_left .box_img img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.3);
}
/* line 1137, ../sass/screen.scss */
.main_page .modal_product .box_content .box_right {
  margin: 0 20px;
}
/* line 1141, ../sass/screen.scss */
.main_page .modal_product .box_content .box_right .box_description .box_title p {
  font-size: 16px;
  font-weight: 700;
  line-height: 0.7;
}
/* line 1147, ../sass/screen.scss */
.main_page .modal_product .box_content .box_right .box_description .box_btn {
  margin-top: 20px;
  margin-bottom: 30px;
}
/* line 1150, ../sass/screen.scss */
.main_page .modal_product .box_content .box_right .box_description .box_btn .my_btn {
  color: #ffffff;
  font-size: 14px;
  border: 3px solid var(--color-brawn);
  background: var(--color-brawn);
  font-weight: 400;
  border-radius: 50px;
  padding: 10px;
  max-width: 205px;
  position: relative;
}
/* line 190, ../sass/screen.scss */
.main_page .modal_product .box_content .box_right .box_description .box_btn .my_btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: initial;
  right: 0;
  width: 0;
  height: 100%;
  background: var(--color-green);
  transition: all .3s linear;
  border-radius: 50px;
  z-index: -1;
}
/* line 203, ../sass/screen.scss */
.main_page .modal_product .box_content .box_right .box_description .box_btn .my_btn:hover {
  color: #fff;
}
/* line 205, ../sass/screen.scss */
.main_page .modal_product .box_content .box_right .box_description .box_btn .my_btn:hover::before {
  right: initial;
  left: 0;
  width: 100%;
}
/* line 1161, ../sass/screen.scss */
.main_page .modal_product .box_content .box_right .box_description .box_btn .my_btn::before {
  background: #fff;
}
/* line 1164, ../sass/screen.scss */
.main_page .modal_product .box_content .box_right .box_description .box_btn .my_btn:hover {
  color: #000;
  box-shadow: 14px 14px 30px rgba(90, 82, 51, 0.3);
}
/* line 1171, ../sass/screen.scss */
.main_page .modal_product .box_content .box_right .box_description .box_text p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}
/* line 1180, ../sass/screen.scss */
.main_page .modal_product .box_close_modal {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 23px;
  height: 23px;
  transition: all .2s linear;
}
/* line 1187, ../sass/screen.scss */
.main_page .modal_product .box_close_modal:hover {
  transform: rotate(180deg);
}
/* line 1192, ../sass/screen.scss */
.main_page #toTop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 39px;
  height: 40px;
  border-radius: 7px;
  background: var(--color-green);
  cursor: pointer;
  opacity: .5;
  transition: all .25s linear;
  z-index: 999;
  border: 1px solid var(--color-green);
}
/* line 1205, ../sass/screen.scss */
.main_page #toTop:hover {
  opacity: 1;
}
/* line 1208, ../sass/screen.scss */
.main_page #toTop span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
/* line 1213, ../sass/screen.scss */
.main_page #toTop span::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 22px;
  width: 13px;
  height: 13px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  -moz-transform: rotate(-45deg) translate(-50%, -50%);
  -o-transform: rotate(-45deg) translate(-50%, -50%);
  -ms-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
}
/* line 1230, ../sass/screen.scss */
.main_page .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0 !important;
  text-align: center;
}
/* line 1244, ../sass/screen.scss */
.main_page .modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
/* line 1251, ../sass/screen.scss */
.main_page .modal .modal-dialog {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 95%;
  max-width: 560px;
}
/* line 1257, ../sass/screen.scss */
.main_page .modal .modal-dialog .modal-content {
  border-radius: 0;
  border: 1px solid #fff;
  border-radius: 15px;
  position: relative;
  padding: 40px 45px;
  animation-name: animatetop;
  animation-duration: 0.5s;
  background: #fff;
  position: relative;
}
/* line 1267, ../sass/screen.scss */
.main_page .modal .modal-dialog .modal-content .box_close_simple {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 23px;
  height: 23px;
  transition: all .2s linear;
  cursor: pointer;
}
/* line 1275, ../sass/screen.scss */
.main_page .modal .modal-dialog .modal-content .box_close_simple:hover {
  transform: rotate(180deg);
}
/* line 1279, ../sass/screen.scss */
.main_page .modal .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
  position: relative;
  padding-bottom: 25px;
}
/* line 1283, ../sass/screen.scss */
.main_page .modal .modal-dialog .modal-content .modal-header h4 {
  font-size: 36px;
  margin: 0;
  font-weight: 600;
  color: #000;
  text-align: center;
}
/* line 1290, ../sass/screen.scss */
.main_page .modal .modal-dialog .modal-content .modal-header p {
  font-weight: 300;
  font-size: 16px;
  color: #000;
  text-align: center;
}
/* line 1297, ../sass/screen.scss */
.main_page .modal .modal-dialog .modal-content .modal-body {
  margin: auto;
  text-align: center;
  position: relative;
}
/* line 1301, ../sass/screen.scss */
.main_page .modal .modal-dialog .modal-content .modal-body label {
  font-size: 20px;
  color: #333;
  width: 100%;
  text-indent: 10px;
  margin: 0;
}
/* line 1309, ../sass/screen.scss */
.main_page .modal .modal-dialog .modal-content .modal-body .form-group.mt-30 {
  margin-top: 30px;
}
/* line 1312, ../sass/screen.scss */
.main_page .modal .modal-dialog .modal-content .modal-body .form-group .form-control {
  font-size: 16px;
  color: #000;
  padding: 20px;
  outline: none;
  border: 1px solid #c9c9c9;
  background: transparent;
  display: block;
  width: 100%;
  border-radius: 5px;
}
/* line 1322, ../sass/screen.scss */
.main_page .modal .modal-dialog .modal-content .modal-body .form-group .form-control::placeholder {
  color: #00000073;
  font-size: 14px;
  font-family: 'TildaSans', Arial, sans-serif;
}
/* line 1329, ../sass/screen.scss */
.main_page .modal .modal-dialog .modal-content .modal-body .form-group .my_btn {
  color: #ffffff;
  font-size: 16px;
  border: 2px solid #fff;
  background: var(--color-green);
  font-weight: 400;
  border-color: var(--color-green);
  border-radius: 50px;
  padding: 20px;
  margin-top: 0px;
  max-width: 100%;
  font-family: 'TildaSans', Arial, sans-serif;
  box-shadow: none;
}
/* line 1342, ../sass/screen.scss */
.main_page .modal .modal-dialog .modal-content .modal-body .form-group .my_btn::before {
  background: #fff;
}
/* line 1345, ../sass/screen.scss */
.main_page .modal .modal-dialog .modal-content .modal-body .form-group .my_btn:hover {
  color: #000;
  background: #fff;
  box-shadow: none;
}
/* line 1351, ../sass/screen.scss */
.main_page .modal .modal-dialog .modal-content .modal-body .form-group.form-submit {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
/* line 1355, ../sass/screen.scss */
.main_page .modal .modal-dialog .modal-content .modal-body .form-group.form-submit::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation-name: flash;
  animation-name: flash;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.4)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
  width: 45px;
  height: 100%;
  top: 0;
  left: -70px;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
  z-index: 2;
}
/* line 1381, ../sass/screen.scss */
.main_page .modal .modal-dialog .modal-content .modal-body .form-group.form-submit:hover::before {
  content: none;
}
/* line 1392, ../sass/screen.scss */
.main_page .modal_basket .modal-dialog .modal-content {
  border-radius: 0;
}
/* line 1395, ../sass/screen.scss */
.main_page .modal_basket .modal-dialog .modal-content .modal-header h4 {
  font-size: 24px;
  text-align: left;
}
/* line 1399, ../sass/screen.scss */
.main_page .modal_basket .modal-dialog .modal-content .modal-header p {
  text-align: left;
}
/* line 1404, ../sass/screen.scss */
.main_page .modal_basket .modal-dialog .modal-content .modal-body .form-group .form-control {
  border: 1px solid #000;
  border-radius: 0;
}
/* line 1408, ../sass/screen.scss */
.main_page .modal_basket .modal-dialog .modal-content .modal-body .form-group.form-submit {
  border-radius: 0;
}
/* line 1411, ../sass/screen.scss */
.main_page .modal_basket .modal-dialog .modal-content .modal-body .form-group.form-submit::before {
  content: none;
}
/* line 1414, ../sass/screen.scss */
.main_page .modal_basket .modal-dialog .modal-content .modal-body .form-group.form-submit .my_btn {
  background: #000;
  border-radius: 0;
  border-color: #000;
  font-weight: 600;
}
/* line 1419, ../sass/screen.scss */
.main_page .modal_basket .modal-dialog .modal-content .modal-body .form-group.form-submit .my_btn:hover {
  background: #fff;
}
/* line 1430, ../sass/screen.scss */
.main_page .t778__product-full .box_img img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.3);
}
/* line 1440, ../sass/screen.scss */
.main_page .t778 .box_img img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1700px) {
  /* line 1449, ../sass/screen.scss */
  .main_page .section-1 .box_content .box_bottom {
    background-position: center top 20px;
  }
}
@media (max-width: 1600px) {
  /* line 1454, ../sass/screen.scss */
  .main_page .section-3 .box_content .box_mini {
    max-width: 420px;
    padding: 0 10px;
    margin: 30px 0 0;
  }
}
@media (max-width: 1500px) {
  /* line 1461, ../sass/screen.scss */
  .main_page .section-1 .box_content .box_top {
    transform: translateX(0);
  }
}
@media (max-width: 1300px) {
  /* line 1466, ../sass/screen.scss */
  .main_page h1 {
    font-size: 2.2vw;
  }
  /* line 1469, ../sass/screen.scss */
  .main_page .main-header .box_content .box_logo {
    min-width: auto;
  }
}
@media (max-width: 1260px) {
  /* line 1474, ../sass/screen.scss */
  .main_page .section-3 .box_content {
    max-width: 920px;
  }
  /* line 1476, ../sass/screen.scss */
  .main_page .section-3 .box_content .box_production .box_product {
    max-width: 285px;
    margin: 40px 10px 0;
  }
}
@media (max-width: 1200px) {
  /* line 1483, ../sass/screen.scss */
  .main_page h5 {
    font-size: 30px;
  }
  /* line 1486, ../sass/screen.scss */
  .main_page .main-header {
    padding: 0 20px;
  }
  /* line 1488, ../sass/screen.scss */
  .main_page .main-header .box_content .box_contacts .box_btn {
    margin-left: 20px;
  }
  /* line 1493, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_top {
    max-width: 965px;
  }
  /* line 1496, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_top .box_text.box_text-4 {
    margin: 90px 0vw 0 auto;
  }
  /* line 1499, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_top .box_text.box_text-5 {
    margin: 90px auto 0 auto;
  }
  /* line 1503, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_top .box_bg {
    top: 35px;
    right: -50px;
  }
  /* line 1506, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_top .box_bg img {
    max-width: 588px;
  }
  /* line 1512, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_bottom .box_btn {
    margin-top: 90px;
    position: relative;
    z-index: 1;
  }
  /* line 1518, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_bottom .box_img {
    margin-top: -215px;
  }
  /* line 1526, ../sass/screen.scss */
  .main_page .section-4 {
    padding: 80px 20px 10px;
  }
}
@media (max-width: 992px) {
  /* line 1531, ../sass/screen.scss */
  .main_page h1 {
    font-size: 31px;
  }
  /* line 1534, ../sass/screen.scss */
  .main_page .main-header {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 48px;
    height: 48px;
    left: auto;
    padding: 0;
    border-radius: 50%;
  }
  /* line 1543, ../sass/screen.scss */
  .main_page .main-header .burger {
    display: block;
  }
  /* line 1546, ../sass/screen.scss */
  .main_page .main-header .box_content {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    height: auto;
    width: 300px;
    max-width: 100%;
    padding: 48px 40px 38px;
    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;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
  /* line 1571, ../sass/screen.scss */
  .main_page .main-header .box_content .box_logo .logo {
    max-width: 120px;
    margin-right: 0px;
  }
  /* line 1575, ../sass/screen.scss */
  .main_page .main-header .box_content nav {
    margin-top: 25px;
  }
  /* line 1577, ../sass/screen.scss */
  .main_page .main-header .box_content nav .main_menu {
    list-style-type: none;
    padding: 0;
    text-align: left;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
  /* line 1583, ../sass/screen.scss */
  .main_page .main-header .box_content nav .main_menu li {
    display: block;
    padding: 0;
  }
  /* line 1586, ../sass/screen.scss */
  .main_page .main-header .box_content nav .main_menu li a {
    display: inline-block;
    font-size: 20px;
  }
  /* line 1591, ../sass/screen.scss */
  .main_page .main-header .box_content nav .main_menu li.li_sub_menu .sub-menu,
  .main_page .main-header .box_content nav .main_menu li.li_sub_menu .sub_menu {
    display: block;
    position: static;
    padding-left: 20px;
    box-shadow: none;
  }
  /* line 1602, ../sass/screen.scss */
  .main_page .main-header .box_content .box_contacts {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin-top: auto;
  }
  /* line 1606, ../sass/screen.scss */
  .main_page .main-header .box_content .box_contacts .box_btn {
    margin-left: 0;
    margin-top: 25px;
    max-width: 175px;
  }
  /* line 1610, ../sass/screen.scss */
  .main_page .main-header .box_content .box_contacts .box_btn .my_btn {
    font-size: 16px;
    max-width: 175px;
    padding: 19px 41px;
  }
  /* line 1618, ../sass/screen.scss */
  .main_page .main-header.menu-opened {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 48px;
    height: 48px;
    left: auto;
  }
  /* line 1626, ../sass/screen.scss */
  .main_page .main-header.menu-opened .box_content {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 1633, ../sass/screen.scss */
  .main_page .section-1 .box_content {
    padding: 0;
    height: auto;
  }
  /* line 1636, ../sass/screen.scss */
  .main_page .section-1 .box_content .box_top {
    margin-top: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 24, ../sass/screen.scss */
  .main_page .section-1 .box_content .box_top .box_left,
  .main_page .section-1 .box_content .box_top .box_right {
    width: 100%;
  }
  /* line 1640, ../sass/screen.scss */
  .main_page .section-1 .box_content .box_top .box_right {
    max-height: none;
  }
  /* line 1644, ../sass/screen.scss */
  .main_page .section-1 .box_content .box_bottom {
    height: 42vw;
    background-size: 100%;
  }
  /* line 1647, ../sass/screen.scss */
  .main_page .section-1 .box_content .box_bottom .box_btn .my_btn {
    margin: -55px auto 0;
  }
  /* line 1653, ../sass/screen.scss */
  .main_page .section-2 h2 {
    max-width: 600px;
    margin: auto;
  }
  /* line 1658, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_top {
    max-width: 600px;
  }
  /* line 1661, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_top .box_text.box_text-1 {
    margin-top: 0;
  }
  /* line 1663, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_top .box_text.box_text-1 p {
    font-size: 26px;
    margin: auto;
  }
  /* line 1668, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_top .box_text.box_text-2 {
    max-width: 480px;
    margin-top: 20px;
  }
  /* line 1672, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_top .box_text.box_text-3 {
    margin-left: 0;
    margin-top: 91px;
  }
  /* line 1677, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_top .box_text.box_text-4 {
    margin: 86px auto 0 0;
  }
  /* line 1680, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_top .box_text.box_text-5 {
    margin: 130px 0 0 auto;
  }
  /* line 1684, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_top .box_bg {
    top: 120px;
    right: -320px;
  }
  /* line 1688, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_top .box_bg img {
    max-width: 519px;
    margin-left: auto;
  }
  /* line 1695, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_bottom .box_btn {
    margin-top: 5px;
    transform: translateX(0px);
  }
  /* line 1698, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_bottom .box_btn .my_btn {
    font-size: 23px;
    max-width: 150px;
    padding: 14px 10px;
    transform: translateX(0px);
  }
  /* line 1705, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_bottom .box_img {
    margin-top: 0px;
  }
  /* line 1707, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_bottom .box_img img {
    transform: translateX(0px);
    display: block;
    width: 100%;
    height: auto;
    max-width: 350px;
    margin: auto;
  }
  /* line 1719, ../sass/screen.scss */
  .main_page .section-3 .box_content {
    max-width: 660px;
  }
  /* line 1721, ../sass/screen.scss */
  .main_page .section-3 .box_content .box_production .box_product {
    max-width: 285px;
    margin: 40px 20px 0;
  }
  /* line 1726, ../sass/screen.scss */
  .main_page .section-4 {
    background-position: left bottom, right center, right 0vw center, right 3vw bottom;
    background-size: 70.33vw, 72.92vw, 23.75vw, 13.49vw;
  }
  /* line 1730, ../sass/screen.scss */
  .main_page .section-6 .box_content .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 70px;
  }
  /* line 24, ../sass/screen.scss */
  .main_page .section-6 .box_content .box .box_left,
  .main_page .section-6 .box_content .box .box_right {
    width: 100%;
  }
  /* line 1733, ../sass/screen.scss */
  .main_page .section-6 .box_content .box .box_left .box_inner {
    max-width: 600px;
    margin-right: auto;
    text-align: center;
  }
  /* line 1737, ../sass/screen.scss */
  .main_page .section-6 .box_content .box .box_left .box_inner .box_mail {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  /* line 1741, ../sass/screen.scss */
  .main_page .section-6 .box_content .box .box_right {
    max-width: 600px;
    margin: auto;
  }
  /* line 1744, ../sass/screen.scss */
  .main_page .section-6 .box_content .box .box_right .box_form {
    max-width: 100%;
  }
  /* line 1749, ../sass/screen.scss */
  .main_page .footer .box_content {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /* line 1752, ../sass/screen.scss */
  .main_page .footer .box_content .box {
    max-width: 400px;
    margin-top: 50px;
  }
  /* line 1758, ../sass/screen.scss */
  .main_page .modal_product .box_content {
    max-width: 580px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 24, ../sass/screen.scss */
  .main_page .modal_product .box_content .box_left,
  .main_page .modal_product .box_content .box_right {
    width: 100%;
  }
  /* line 1761, ../sass/screen.scss */
  .main_page .modal_product .box_content .box_left,
  .main_page .modal_product .box_content .box_right {
    margin: 0;
  }
  /* line 1766, ../sass/screen.scss */
  .main_page #toTop img {
    display: none;
  }
  /* line 1770, ../sass/screen.scss */
  .main_page .section-news .box_content .box_article h4,
  .main_page .section-news .box_content .box_article h4 a {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  /* line 1777, ../sass/screen.scss */
  .main_page h1 {
    font-size: 4.1vw;
    white-space: nowrap;
  }
  /* line 1781, ../sass/screen.scss */
  .main_page h3 {
    font-size: 20px;
  }
  /* line 1784, ../sass/screen.scss */
  .main_page h4 {
    font-size: 22px;
  }
  /* line 1787, ../sass/screen.scss */
  .main_page p {
    font-size: 20px;
  }
  /* line 1790, ../sass/screen.scss */
  .main_page .section-1 .box_content .box_bottom {
    min-height: auto;
  }
  /* line 1794, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_top p {
    font-size: 24px;
  }
  /* line 1797, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_bottom {
    position: relative;
    min-height: 420px;
  }
  /* line 1811, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_bottom .box_img img:first-of-type {
    position: absolute;
    left: -13vw;
    top: 2vw;
  }
  /* line 1816, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_bottom .box_img img:last-of-type {
    position: absolute;
    right: -13vw;
    top: 2vw;
  }
  /* line 1825, ../sass/screen.scss */
  .main_page .section-3 .box_content {
    max-width: 550px;
  }
  /* line 1827, ../sass/screen.scss */
  .main_page .section-3 .box_content .box_production .box_product {
    max-width: 250px;
    margin: 40px 10px 0;
  }
  /* line 1832, ../sass/screen.scss */
  .main_page .section-4 .box_content .box_img {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* line 1835, ../sass/screen.scss */
  .main_page .section-4 .box_content .box_img a:not(:first-of-type) {
    margin-left: 0px;
    margin-top: 20px;
  }
  /* line 1841, ../sass/screen.scss */
  .main_page .section-5 .box_content {
    padding: 30px 20px 35px;
  }
  /* line 1843, ../sass/screen.scss */
  .main_page .section-5 .box_content h2 {
    font-size: 30px;
  }
  /* line 1846, ../sass/screen.scss */
  .main_page .section-5 .box_content .box_text p {
    font-size: 16px;
  }
  /* line 1850, ../sass/screen.scss */
  .main_page .footer .container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 15px;
  }
  /* line 1853, ../sass/screen.scss */
  .main_page .footer .container .box_tel {
    margin: 25px 0;
  }
  /* line 1857, ../sass/screen.scss */
  .main_page #toTop {
    display: none;
  }
}
@media (max-width: 650px) {
  /* line 1862, ../sass/screen.scss */
  .main_page .section-2 {
    padding: 27px 20px 10px;
  }
  /* line 1865, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_top {
    max-width: 500px;
  }
  /* line 1868, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_top .box_text.box_text-1 p {
    font-size: 21px;
    margin: auto;
    text-align: center;
  }
  /* line 1874, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_top .box_text:not(.box_text-1) p {
    font-size: 18px;
  }
  /* line 1878, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_top .box_text.box_text-2 {
    max-width: 320px;
    margin-top: 111px;
  }
  /* line 1882, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_top .box_text.box_text-3 {
    max-width: 360px;
    margin-top: 106px;
  }
  /* line 1886, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_top .box_text.box_text-4 {
    margin: 109px auto 0 0;
    max-width: 400px;
  }
  /* line 1890, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_top .box_text.box_text-5 {
    margin: 130px auto 0 auto;
    max-width: 300px;
  }
  /* line 1895, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_top .box_bg {
    margin-top: 25px;
  }
  /* line 1897, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_top .box_bg img {
    width: 480px;
    margin-right: auto;
  }
  /* line 1903, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_bottom {
    min-height: 58vw;
  }
  /* line 1905, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_bottom .box_img img {
    max-width: 50vw;
  }
}
@media (max-width: 600px) {
  /* line 235, ../sass/screen.scss */
  .main_page {
    /* line 1733, ../sass/screen.scss */
    /* line 1735, ../sass/screen.scss */
  }
  /* line 1913, ../sass/screen.scss */
  .main_page .main-header.menu-opened .box_content {
    padding: 42px 25px 25px;
  }
  /* line 1917, ../sass/screen.scss */
  .main_page .section-1 .box_content .box_text {
    padding: 25px 15px;
  }
  /* line 1920, ../sass/screen.scss */
  .main_page .section-1 .box_content .box_btn {
    padding-left: 0px;
  }
  /* line 1922, ../sass/screen.scss */
  .main_page .section-1 .box_content .box_btn .my_btn {
    font-size: 18px;
    padding: 30px 15px;
  }
  /* line 1928, ../sass/screen.scss */
  .main_page .section-3 .box_content .box_production {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  /* line 1930, ../sass/screen.scss */
  .main_page .section-3 .box_content .box_production .box_product {
    width: 100%;
    max-width: 420px;
  }
  /* line 1935, ../sass/screen.scss */
  .main_page .section-6 {
    padding: 100px 20px;
  }
  /* line 1939, ../sass/screen.scss */
  .main_page .section-6 .box_content .box_title h2 {
    font-size: 34px;
  }
  /* line 1942, ../sass/screen.scss */
  .main_page .section-6 .box_content .box_title p {
    font-size: 20px;
  }
  /* line 1948, ../sass/screen.scss */
  .main_page .section-6 .box_content .box .box_left .box_inner > p {
    font-size: 14px;
  }
  /* line 1953, ../sass/screen.scss */
  .main_page .section-6 .box_content .box .box_right .box_form {
    margin-top: 40px;
  }
  /* line 1955, ../sass/screen.scss */
  .main_page .section-6 .box_content .box .box_right .box_form form .form-group .my_btn {
    max-width: 100%;
  }
  /* line 1959, ../sass/screen.scss */
  .main_page .section-6 .box_content .box .box_right > p {
    font-size: 12px;
    margin-top: 40px;
  }
  /* line 1967, ../sass/screen.scss */
  .main_page .footer .box_content .box_menu nav .main_menu {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* line 1970, ../sass/screen.scss */
  .main_page #myModal-1 .modal-dialog .modal-content .modal-header h4 {
    font-size: 24px;
  }
  /* line 1974, ../sass/screen.scss */
  .main_page #myModal-1 .modal-dialog .modal-content .modal-body {
    text-align: center;
  }
  /* line 1978, ../sass/screen.scss */
  .main_page #myModal-1 .modal-dialog .modal-content .modal-body .form-group {
    max-width: 340px;
  }
}
@media (max-width: 480px) {
  /* line 235, ../sass/screen.scss */
  .main_page {
    /* line 1815, ../sass/screen.scss */
    /* line 1819, ../sass/screen.scss */
  }
  /* line 1983, ../sass/screen.scss */
  .main_page p {
    font-size: 18px;
  }
  /* line 1986, ../sass/screen.scss */
  .main_page h1 {
    font-size: 3.8vw;
  }
  /* line 1990, ../sass/screen.scss */
  .main_page h3 p {
    display: block;
    margin-left: 0;
  }
  /* line 1995, ../sass/screen.scss */
  .main_page h4 {
    font-size: 18px;
  }
  /* line 1998, ../sass/screen.scss */
  .main_page .section-1 .box_content {
    padding: 30px 0 0;
  }
  /* line 2000, ../sass/screen.scss */
  .main_page .section-1 .box_content .box_bottom .box_btn .my_btn {
    font-size: 20px;
  }
  /* line 2004, ../sass/screen.scss */
  .main_page .section-2 .box_content {
    padding-top: 85px;
  }
  /* line 2006, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_top {
    max-width: 340px;
  }
  /* line 2008, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_top .box_text.box_text:not(.box_text-1) {
    max-width: 75%;
    margin-top: 84px;
    padding: 10px 15px;
  }
  /* line 2013, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_top .box_text.box_text:not(.box_text-1) p {
    font-size: 16px;
  }
  /* line 2016, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_top .box_text.box_text:not(.box_text-1).box_text-4 {
    max-width: 100%;
  }
  /* line 2019, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_top .box_text.box_text:not(.box_text-1).box_text-5 {
    text-align: center;
  }
  /* line 2023, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_top .box_bg {
    margin-top: 0px;
    top: 45px;
    right: -320px;
  }
  /* line 2029, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_bottom {
    max-width: 340px;
    margin: auto;
  }
  /* line 2034, ../sass/screen.scss */
  .main_page .section-3 .box_content .box_production .box_product .box_img {
    overflow: hidden;
  }
  /* line 2036, ../sass/screen.scss */
  .main_page .section-3 .box_content .box_production .box_product .box_img img {
    transform: scale(1.4);
  }
  /* line 2041, ../sass/screen.scss */
  .main_page .footer .p-1 {
    font-size: 22px;
  }
  /* line 2044, ../sass/screen.scss */
  .main_page .footer .p-2 {
    font-size: 34px;
  }
  /* line 2048, ../sass/screen.scss */
  .main_page .main_page #myModal-1 .modal-dialog .modal-content .modal-header h4 {
    font-size: 28px;
    margin: 55px 0 0;
  }
  /* line 2053, ../sass/screen.scss */
  .main_page .main_page #myModal-1 .modal-dialog .modal-content .modal-body .form-group {
    max-width: 100%;
    margin-bottom: 20px;
  }
  /* line 2058, ../sass/screen.scss */
  .main_page .main_page #myModal-1 .modal-dialog .modal-content .modal-body .modal-body .my_btn {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  /* line 2064, ../sass/screen.scss */
  .main_page .section-1 .box_content {
    min-height: auto;
  }
  /* line 2066, ../sass/screen.scss */
  .main_page .section-1 .box_content .box_bottom {
    margin-top: 30px;
  }
  /* line 2074, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_top p {
    font-size: 20px;
  }
  /* line 2078, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_bottom .box_text .box p,
  .main_page .section-2 .box_content .box_bottom .box_text .box span {
    font-size: 16px;
  }
  /* line 2082, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_bottom .box_text .box span {
    width: 60px;
    margin-right: 15px;
  }
  /* line 2085, ../sass/screen.scss */
  .main_page .section-2 .box_content .box_bottom .box_text .box span::after {
    width: 2px;
  }
}

/* line 2095, ../sass/screen.scss */
.t706__carticon_sm .t706__carticon-img {
  box-sizing: content-box;
}

/* line 2100, ../sass/screen.scss */
.t706 .box_form .form-group.mt-30 {
  margin-top: 30px;
}
/* line 2103, ../sass/screen.scss */
.t706 .box_form .form-group .form-control {
  font-size: 16px;
  color: #000;
  padding: 20px;
  outline: none;
  border: 1px solid #c9c9c9;
  background: transparent;
  display: block;
  width: 100%;
  border-radius: 5px;
}
/* line 2113, ../sass/screen.scss */
.t706 .box_form .form-group .form-control::placeholder {
  color: #00000073;
  font-size: 14px;
  font-family: 'TildaSans', Arial, sans-serif;
}
/* line 2120, ../sass/screen.scss */
.t706 .box_form .form-group .my_btn {
  color: #ffffff;
  font-size: 16px;
  border: 2px solid #fff;
  background: var(--color-green);
  font-weight: 400;
  border-color: var(--color-green);
  border-radius: 50px;
  padding: 20px;
  margin-top: 0px;
  max-width: 100%;
  font-family: 'TildaSans', Arial, sans-serif;
  box-shadow: none;
}
/* line 2133, ../sass/screen.scss */
.t706 .box_form .form-group .my_btn::before {
  background: #fff;
}
/* line 2136, ../sass/screen.scss */
.t706 .box_form .form-group .my_btn:hover {
  color: #000;
  background: #fff;
  box-shadow: none;
}
/* line 2142, ../sass/screen.scss */
.t706 .box_form .form-group.form-submit {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
/* line 2146, ../sass/screen.scss */
.t706 .box_form .form-group.form-submit::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation-name: flash;
  animation-name: flash;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.4)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
  width: 45px;
  height: 100%;
  top: 0;
  left: -70px;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
  z-index: 2;
}
/* line 2172, ../sass/screen.scss */
.t706 .box_form .form-group.form-submit:hover::before {
  content: none;
}
/* line 2178, ../sass/screen.scss */
.t706 .box_form .form-group .form-control {
  border: 1px solid #000;
  border-radius: 0;
}
/* line 2182, ../sass/screen.scss */
.t706 .box_form .form-group.form-submit {
  border-radius: 0;
}
/* line 2185, ../sass/screen.scss */
.t706 .box_form .form-group.form-submit::before {
  content: none;
}
/* line 2188, ../sass/screen.scss */
.t706 .box_form .form-group.form-submit .my_btn {
  background: #000;
  border-radius: 0;
  border-color: #000;
  font-weight: 600;
  width: 100%;
  cursor: pointer;
}
/* line 2195, ../sass/screen.scss */
.t706 .box_form .form-group.form-submit .my_btn:hover {
  background: #fff;
}

/* line 2202, ../sass/screen.scss */
.t706__product-del img {
  max-width: none;
}

/* line 2205, ../sass/screen.scss */
.zoom {
  display: inline-block;
  position: relative;
}
/* line 2208, ../sass/screen.scss */
.zoom img {
  display: block;
}
/* line 2210, ../sass/screen.scss */
.zoom img::selection {
  background-color: transparent;
}

/* magnifying glass icon */
@-webkit-keyframes flash {
  0% {
    left: -70px;
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
  }
  100% {
    left: 100%;
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
  }
}
@keyframes flash {
  0% {
    left: -70px;
  }
  100% {
    left: 500%;
  }
}
@keyframes btn-moove {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  33% {
    opacity: 1;
    transform: translateX(0px) translateY(-5px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  66% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
@keyframes moveLight {
  from {
    transform: translateX(-4em) skewX(-45deg);
  }
  to {
    transform: translateX(10em) skewX(-45deg);
  }
}
