@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-MediumItalic.eot");
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url("../fonts/Roboto-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-MediumItalic.woff") format("woff"), url("../fonts/Roboto-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Italic.eot");
  src: local("Roboto Italic"), local("Roboto-Italic"), url("../fonts/Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Italic.woff") format("woff"), url("../fonts/Roboto-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.eot");
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.eot");
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.eot");
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-BoldItalic.eot");
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url("../fonts/Roboto-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-BoldItalic.woff") format("woff"), url("../fonts/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-ThinItalic.eot");
  src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url("../fonts/Roboto-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-ThinItalic.woff") format("woff"), url("../fonts/Roboto-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Black.eot");
  src: local("Roboto Black"), local("Roboto-Black"), url("../fonts/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Black.woff") format("woff"), url("../fonts/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.eot");
  src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-LightItalic.eot");
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url("../fonts/Roboto-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-LightItalic.woff") format("woff"), url("../fonts/Roboto-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-BlackItalic.eot");
  src: local("Roboto Black Italic"), local("Roboto-BlackItalic"), url("../fonts/Roboto-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-BlackItalic.woff") format("woff"), url("../fonts/Roboto-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Thin.eot");
  src: local("Roboto Thin"), local("Roboto-Thin"), url("../fonts/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Thin.woff") format("woff"), url("../fonts/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
}
.slick-dots li {
  margin: 0 6px;
}
.slick-dots li button {
  cursor: pointer;
  width: 15px;
  height: 15px;
  font-size: 0;
  border-radius: 50%;
  background: #C4C4C4;
  transition: 0.3s ease all;
}
.slick-dots li.slick-active button {
  background: #65CC84;
}
@media screen and (max-width: 800px) {
  .slick-dots {
    bottom: 8px;
  }
  .slick-dots li {
    margin: 0 2px;
  }
  .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}

.slick-arrow {
  cursor: pointer;
  position: relative;
  font-size: 0;
  transition: 0.3s ease all;
  width: 2.77rem;
  height: 2.77rem;
  border-radius: 50%;
  background: #F4F4F4;
}
.slick-arrow.slick-prev {
  margin-right: 10px;
}
.slick-arrow.slick-prev::before {
  left: calc(50% - 2px);
  transform: translate(-50%, -50%) rotate(180deg);
}
.slick-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% + 2px);
  transform: translate(-50%, -50%);
  background-image: url("../img/icons/nav-arrow.svg");
  background-size: cover;
  width: 9px;
  height: 15px;
}
.slick-arrow:hover {
  background: #D7F3F3;
}
@media screen and (max-width: 800px) {
  .slick-arrow {
    width: 40px;
    height: 40px;
  }
}

.section.gray .slick-arrow {
  background-color: #fff;
  border: 1px solid #fff;
}
.section.gray .slick-arrow:hover {
  background: #D7F3F3;
  border-color: #B8D8D8;
}

.header_top {
  padding: 10px 0 8px;
}
.header_top_wrap {
  display: flex;
}
.header_top_wrap .logo {
  width: 16.77rem;
  padding-top: 6px;
  margin-right: 1.4rem;
}
.header_top_wrap .left {
  flex-grow: 1;
}
.header_top_wrap .left .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.header_top_wrap .left .top .menu {
  background: #4F4E4E;
  border-radius: 22px;
  padding: 7px 6px;
  margin: 0 0.88rem;
}
.header_top_wrap .left .top .menu > li {
  position: relative;
  padding: 0 0.66rem;
}
.header_top_wrap .left .top .menu > li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.5px;
  width: 3px;
  height: 3px;
  background: #9D9EA2;
  border-radius: 50%;
}
.header_top_wrap .left .top .menu > li:last-child::after {
  display: none;
}
.header_top_wrap .left .top .menu > li a {
  color: #fff;
  font-size: 0.77rem;
}
.header_top_wrap .left .top .menu > li a:hover {
  color: #FFD873;
}
.header_top_wrap .left .top .menu > li .sub-menu {
  top: calc(100% + 7px);
  left: 0;
  transform: scaleY(0);
  transform-origin: top;
  padding: 3px;
}
.header_top_wrap .left .top .menu > li .sub-menu a {
  display: block;
  color: #4F4E4E;
  font-size: 0.66rem;
  padding: 0.44rem 1rem;
}
.header_top_wrap .left .top .menu > li.menu-item-has-children:hover > a {
  color: #FFD873;
}
.header_top_wrap .left .top .menu > li.menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}
.header_top_wrap .left .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_bottom {
  background: #779FA1;
  padding: 12px 0;
}
.header_bottom .menu {
  margin: 0 -2.22rem;
  justify-content: center;
}
.header_bottom .menu > li {
  position: relative;
  padding: 0 2.33rem;
}
.header_bottom .menu > li::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background: #FFD873;
  border-radius: 4px;
  transition: 0.3s ease all;
  visibility: hidden;
  opacity: 0;
}
.header_bottom .menu > li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) skew(-8deg);
  height: 100%;
  width: 1px;
  background-color: #8CB8B9;
}
.header_bottom .menu > li:last-child::after {
  display: none;
}
.header_bottom .menu > li > a {
  color: #fff;
  font-size: .9rem;
  text-transform: uppercase;
}
.header_bottom .menu > li .sub-menu {
  top: calc(100% + 14px);
  left: 0;
  padding: 4px;
  transform: scaleY(0);
  transform-origin: top;
}
.header_bottom .menu > li .sub-menu:before {
  content: "";
  position: absolute;
  top: -17px;
  width: 100%;
  height: 17px;
  background-color: transparent;
}
.header_bottom .menu > li .sub-menu a {
  display: block;
  color: #000;
  font-size: 0.88rem;
  padding: 0.9rem 2.33rem;
}
.header_bottom .menu > li:hover::before {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.header_bottom .menu > li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}
.header .city {
  cursor: pointer;
  position: relative;
  font-size: 0.77rem;
  padding-right: 18px;
}
.header .city::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 11px;
  height: 6px;
  background-image: url("../img/icons/arrow_down.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.header .lang {
  display: flex;
  align-items: center;
  font-size: 0.77rem;
  font-weight: bold;
  text-transform: uppercase;
}
.header .lang a {
  color: #6FD08C;
}
.header .lang .current {
  color: #C4C4C4;
}
.header .lang .separator {
  width: 3px;
  height: 3px;
  background: #C4C4C4;
  border-radius: 50%;
  margin: 0 6px;
}
.header .phones {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 1.44rem;
}
.header .phones a {
  display: flex;
  align-items: center;
  font-size: 1.44rem;
  font-weight: bold;
}
.header .phones a .ico {
  max-width: 1.22rem;
  max-height: 1.22rem;
  margin-right: 0.44rem;
}
.header .menu {
  list-style: none;
  display: flex;
  align-items: center;
}
.header .menu .sub-menu {
  list-style: none;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease all;
  background: #FFFFFF;
  box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.26);
  border-radius: 4px;
  z-index: 1;
  width: max-content;
  min-width: 100%;
}
.header .menu .sub-menu a {
  transition: 0.3s ease color;
}
.header .menu .sub-menu a:hover {
  font-weight: 500;
  color: #335568;
  background-color: #D7F3F3;
}
@media screen and (max-width: 800px) {
  .header .phones {
    border-bottom: 1px solid #DDDCDC;
    padding-bottom: 6px;
    margin-right: 0;
  }
  .header .phones a {
    font-size: 14px;
    font-weight: 500;
    margin-right: 4px;
  }
  .header .phones a:last-child {
    margin-right: 0;
  }
  .header .phones a .ico {
    max-width: 11px;
    max-height: 11px;
    margin-right: 4px;
  }
}

.menu_btn {
  width: 18px;
  height: 12px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.menu_btn span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #fff;
  border-radius: 24px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.menu_btn span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
.menu_btn span:nth-child(2) {
  top: 6px;
  transform-origin: left center;
}
.menu_btn span:nth-child(3) {
  top: 12px;
  transform-origin: left center;
}
.menu_btn.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 0px;
  left: 0;
}
.menu_btn.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.menu_btn.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 13px;
  left: 0;
}

.header_mobile .top {
  background: #4F4E4E;
  padding: 8px 0;
}
.header_mobile .top_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_mobile .top .logo {
  width: 113px;
}
.header_mobile .top .toggle_block {
  position: relative;
}
.header_mobile .top .toggle_block .btn {
  visibility: visible;
  opacity: 1;
}
.header_mobile .top .toggle_block .flex {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease all;
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_mobile .top .toggle_block .flex .city {
  font-size: 14px;
  color: #fff;
}
.header_mobile .top .toggle_block .flex .city::after {
  background-image: url("../img/icons/arrow_down_white.svg");
}
.header_mobile .top .toggle_block.open .btn {
  visibility: hidden;
  opacity: 0;
}
.header_mobile .top .toggle_block.open .flex {
  visibility: visible;
  opacity: 1;
}
.header_mobile .bottom {
  padding-top: 6px;
}

.mobile_menu {
  background: #4F4E4E;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  padding: 0 14px 20px;
  display: none;
  z-index: 1;
  max-height: calc(100vh - 40px);
  overflow-y: scroll;
}
.mobile_menu ul {
  list-style: none;
}
.mobile_menu .menu_mob {
  padding-top: 20px;
  border-top: 1px solid #757780;
  height: max-content;
}
.mobile_menu .menu_mob li {
  margin-bottom: 16px;
}
.mobile_menu .menu_mob li:last-child {
  margin-bottom: 0;
}
.mobile_menu .menu_mob li > a {
  display: block;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.mobile_menu .menu_mob li .sub-menu li {
  margin-bottom: 8px;
}
.mobile_menu .menu_mob li .sub-menu li:last-child {
  margin-bottom: 0;
}
.mobile_menu .menu_mob li .sub-menu li a {
  font-size: 14px;
  font-weight: 300;
  text-transform: initial;
}

.footer {
  background: #4F4E4E;
  padding: 1.77rem 0 2.33rem;
}
.footer .top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.77rem;
  border-bottom: 1px solid #636363;
}
.footer .top .col {
  padding-right: 1rem;
}
.footer .top .col:last-child {
  padding-left: 0;
}
.footer .top .col .title {
  color: #fff;
  font-weight: 500;
  margin-bottom: 13px;
}
.footer .top .col .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .top .col .menu li {
  margin-bottom: 0.1rem;
}
.footer .top .col .menu li a {
  font-size: 0.77rem;
  font-weight: 300;
  color: #DDDCDC;
}
.footer .top .col .menu li a:hover {
  color: #FFD873;
}
.footer .bottom {
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
}
.footer .bottom .logo {
  width: 16.77rem;
}
.footer .bottom .text {
  color: #C4C4C4;
  font-size: 0.77rem;
  line-height: 1.6;
  font-weight: 300;
}
@media screen and (max-width: 800px) {
  .footer {
    padding: 20px 0 40px;
  }
  .footer .mob_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 18px;
    border-bottom: 1px solid #636363;
  }
  .footer .top {
    display: block;
    padding: 20px 0;
  }
  .footer .top .col {
    padding-left: 0;
    margin-bottom: 16px;
  }
  .footer .top .col:last-child {
    margin-bottom: 0;
  }
  .footer .top .col .title {
    margin-bottom: 8px;
  }
  .footer .top .col .menu li {
    margin-bottom: 0;
  }
  .footer .top .col .menu li a {
    font-size: 14px;
    line-height: 26px;
  }
  .footer .bottom {
    padding-top: 20px;
  }
  .footer .bottom .text {
    font-size: 12px;
  }
  .footer .bottom .text br {
    display: none;
  }
}

.card_list {
  margin: 0 -10px;
}
.card_list.flex {
  display: flex;
}
.card_list.cards_slider {
  margin: -20px -10px;
}
.card_list.cards_slider .slick-list {
  padding: 20px 10px;
}
@media screen and (max-width: 800px) {
  .card_list.cards_slider {
    margin: 0;
  }
}

.card {
  position: relative;
  background-color: #fff;
  border: 4px solid #fff;
  box-sizing: border-box;
  border-radius: 8px;
  transition: 0.3s ease all;
  padding: 2rem 1.11rem 1.11rem;
  margin: 0 10px;
}
.card.bordered {
  border-color: #F4F4F4;
}
.card.badged {
  padding-top: 2.88rem;
}
.card.big_img {
  padding-top: 1.11rem;
}
.card.big_img .img {
  margin-left: -1.11rem;
}
.card.big_img .info.info_right {
  top: 1.11rem;
}
.card.active {
  border-color: #F9B233;
}
.card .badge {
  position: absolute;
  top: -4px;
  left: 20px;
  color: #fff;
  background: #779FA1;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 3px 1.44rem;
  border-radius: 0 0 10px 10px;
}
.card .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.card .circle {
  background: #FFC40C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.55rem;
  height: 6.55rem;
}
.card .info {
  margin-bottom: 20px;
}
.card .info.info_right {
  position: absolute;
  top: 2rem;
  right: 0;
  margin-bottom: 0;
}
.card .info.info_right .info_item {
  border-radius: 51px 0 0 51px;
}
.card .info_item {
  display: flex;
  align-items: center;
  background: #F4F4F4;
  border-radius: 51px;
  font-size: 0.77rem;
  font-weight: 300;
  padding: 7px 14px;
  margin-bottom: 9px;
}
.card .info_item:last-child {
  margin-bottom: 0;
}
.card .info_item .ico {
  margin-right: 11px;
}
.card .info_item .value {
  font-weight: 400;
  margin-left: auto;
}
.card .attributes {
  font-size: 0.77rem;
}
.card .attributes .item {
  display: grid;
  grid-template-columns: 60% 40%;
  margin-bottom: 1rem;
}
.card .attributes .item .caption {
  font-weight: 500;
}
.card .title {
  margin-bottom: 0.88rem;
}
.card .text {
  font-size: 0.77rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.card .btn {
  width: 100%;
}
.card:hover {
  box-shadow: 0px 0px 10px 8px rgba(34, 60, 80, 0.2);
}

@media screen and (max-width: 800px) {
  .card_list {
    display: flex;
    flex-wrap: wrap;
  }

  .card {
    border: 2px solid #fff;
    width: calc((100% - 15px) / 2);
    margin: 0 15px 12px 0;
    padding-top: 30px 7px 10px;
  }
  .card:nth-child(even) {
    margin: 0 0 12px 0;
  }
  .card.badged {
    padding-top: 20px;
  }
  .card.big_img {
    padding-top: 5px;
  }
  .card.big_img .img {
    margin-left: 0;
    max-width: 70%;
  }
  .card.big_img .info.info_right {
    top: 5px;
  }
  .card .badge {
    position: absolute;
    top: -2px;
    left: 7px;
    font-size: 12px;
    padding: 4px 12px;
  }
  .card .top {
    margin-bottom: 15px;
  }
  .card .circle {
    width: 80px;
    height: 80px;
  }
  .card .circle img {
    max-width: 55px;
  }
  .card .info {
    margin-bottom: 8px;
  }
  .card .info.info_right {
    top: 20px;
  }
  .card .info_item {
    margin-bottom: 3px;
    font-size: 11px;
    padding: 6px 8px;
  }
  .card .info_item .ico {
    width: 10px;
    margin-right: 5px;
  }
  .card .info_mob_middle {
    margin-bottom: 15px;
  }
  .card .info_mob_middle .info_item {
    font-size: 13px;
    flex-wrap: wrap;
    justify-content: center;
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
  .card .info_mob_middle .info_item .value {
    width: 100%;
    text-align: center;
    padding: 3px;
    background: #F4F4F4;
    border-radius: 51px;
    margin-top: 2px;
  }
  .card .attributes {
    font-size: 12px;
  }
  .card .attributes .item {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .card .attributes .item .caption {
    font-size: 12px;
    margin-bottom: 3px;
  }
  .card .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .card .text {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 15px;
  }
  .card .btn {
    padding: 12px 12px;
  }
}
.order_form {
  width: 295px;
}
.order_form .head {
  background: #3A606E;
  border-radius: 10px 10px 0px 0px;
  color: #fff;
  font-weight: 500;
  font-size: 1.11rem;
  padding: 16px;
  text-align: center;
}
.order_form .form {
  background: #F4F4F4;
  border-radius: 0px 0px 10px 10px;
  padding: 12px 20px 24px;
}
.order_form .form .gform_fields {
  list-style: none;
}
.order_form .form .gform_fields .gfield {
  margin-bottom: 20px;
  padding: 0;
  margin-top: 0;
}
.order_form .form .gform_fields .gfield label {
  display: block;
  color: #2F2F2F;
  font-size: 14px;
  margin-bottom: 6px;
}
.order_form .form .gform_fields .gfield input:not([type=checkbox]) {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DDDCDC;
  border-radius: 8px;
  color: #4F4E4E;
  font-size: 24px;
  padding: 10px 18px;
}
.order_form .form .gform_fields .gfield textarea {
  font-family: "Roboto";
  resize: none;
  background: #FFFFFF;
  border: 1px solid #DDDCDC;
  border-radius: 8px;
  color: #4F4E4E;
  padding: 10px 18px;
  width: calc(100% - 36px);
  height: 70px;
}
.order_form .form .gform_footer input[type=submit] {
  cursor: pointer;
  width: 100%;
  font-size: 1rem;
  background-color: #44AF69;
  box-shadow: 3px 7px 16px rgba(101, 204, 132, 0.4);
  padding: 0.88rem;
  border-radius: 4px;
  text-align: center;
  transition: 0.3s ease all;
  color: #fff;
}
.order_form .form .gform_footer input[type=submit]:hover {
  background-color: #289649;
}
@media screen and (max-width: 800px) {
  .order_form {
    width: 100%;
  }
  .order_form .head {
    transition: 0.3s ease all;
    border-radius: 10px;
    font-size: 16px;
    padding: 12px;
  }
  .order_form .head.open {
    border-radius: 10px 10px 0px 0px;
  }
  .order_form .form {
    display: none;
  }
  .order_form .form .gform_fields .gfield label {
    font-size: 12px;
  }
  .order_form .form .gform_fields .gfield input:not([type=checkbox]) {
    font-size: 22px;
    text-align: center;
  }
}

.overlay {
  position: fixed;
  z-index: 500;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  transition: all 0.2s linear;
  opacity: 0;
  visibility: hidden;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}

.popup {
  display: none;
  z-index: 999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 340px;
  background: #F4F4F4;
  border-radius: 8px;
  padding: 2rem;
}
.popup_wrap {
  position: relative;
}
.popup_title {
  margin-bottom: 1.5rem;
  font-size: 24px;
}
.popup_close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.popup_close svg {
  width: 18px;
  height: 18px;
  transition: all 0.2s linear;
  fill: #7d8d8d;
}
.popup_close:hover svg {
  fill: #d02029;
}
.popup .order_form {
  width: auto;
}
.popup .order_form .form {
  padding: 0;
  display: block;
}
.popup .order_form .form .gform_fields .gfield input:not([type=checkbox]) {
  width: auto;
  max-width: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button, input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: border-box;
  vertical-align: baseline;
  background: none;
  font-family: "Roboto";
  color: inherit;
}

html {
  scroll-behavior: smooth;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 800px) {
  html {
    font-size: 16px;
  }
}

body {
  position: relative;
}
body.no-scroll {
  overflow: hidden;
}

img, svg {
  max-width: 100%;
  height: auto;
}

h1, .h1 {
  color: #2F2F2F;
  font-size: 1.44rem;
  line-height: 1.15;
  font-weight: bold;
  text-transform: uppercase;
}

h2, .h2 {
  color: #2F2F2F;
  font-size: 1.44rem;
  line-height: 1.15;
  font-weight: bold;
}

h3, .h3 {
  color: #2F2F2F;
  font-size: 1.44rem;
  line-height: 1.15;
  font-weight: 500;
}

h4, .h4 {
  font-size: 1.22rem;
  line-height: 1.2;
  font-weight: 500;
}

p {
  font-size: 1rem;
  line-height: 1.2;
  margin: 0 0 1rem;
}
ul, ol{
  padding-left: 1rem;
  margin: 0 0 1rem;
}
ul li, ol li{
  font-size: 1rem;
  line-height: 1.2;
}

.spacing p, .spacing ul li, .spacing ol li{
  line-height: 1.77rem;
}

@media screen and (max-width: 800px) {
  h1, .h1 {
    font-size: 12px;
  }

  h2, .h2 {
    font-size: 12px;
  }

  h4, .h4 {
    font-size: 10px;
  }

  p, ul li{
    font-size: 12px;
  }

  .spacing p, .spacing ul li, .spacing ol li{
    line-height: 24px;
  }
}
a {
  text-decoration: none;
  transition: 0.3s ease all;
}

.italic {
  font-style: italic;
}

.gray {
  background: #F4F4F4;
}

.mob_only {
  display: none;
}

@media screen and (max-width: 800px) {
  .mob_hide {
    display: none !important;
  }

  .mob_only {
    display: block;
  }
}
.main {
  overflow: hidden;
}

.container {
  max-width: 1330px;
  padding: 0 45px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .container {
    padding: 0 14px;
  }
}

.section {
  padding: 50px 0;
}
.section .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.section .heading .left {
  display: flex;
  align-items: center;
}
.section .heading .left .link_dash {
  margin-right: 1.5rem;
}
.section_title {
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .section {
    padding: 16px 0;
  }
  .section.home .heading {
    text-align: center;
  }
  .section .heading {
    display: block;
    margin-bottom: 15px;
    text-align: left;
  }
  .section .heading.mob_flex {
    display: flex;
  }
  .section .heading .left .link_dash {
    font-size: 10px;
    margin-right: 0;
  }
  .section .mob_link {
    display: flex;
    justify-content: center;
  }
}

.btn {
  display: block;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  transition: 0.3s ease all;
  color: #fff;
  width: max-content;
}
.btn__green {
  font-size: 1rem;
  background-color: #44AF69;
  box-shadow: 3px 7px 16px rgba(101, 204, 132, 0.4);
  padding: 0.88rem 4rem;
}
.btn__green:hover {
  background-color: #289649;
}
.btn__orange {
  font-size: 0.88rem;
  background-color: #F9B233;
  padding: 8px 1.77rem;
}
.btn__orange:hover {
  background-color: #F09B02;
}
@media screen and (max-width: 800px) {
  .btn__green {
    font-size: 12px;
    padding: 8px 30px;
  }
  .btn__orange {
    font-size: 12px;
    padding: 4px 24px;
  }
}

.link_dash {
  color: #628395;
  border-bottom: 1px dashed #628395;
  font-size: 1rem;
}
.link_dash:hover {
  color: #7BBDBF;
}
@media screen and (max-width: 800px) {
  .link_dash {
    font-size: 12px;
  }
}

.socials {
  display: flex;
}
.socials_link {
  display: block;
  position: relative;
  width: 2.77rem;
  height: 2.77rem;
}
.socials_link:first-child {
  margin-right: 1rem;
}
.socials_link .hover {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s ease all;
  visibility: hidden;
  opacity: 0;
}
.socials_link:hover .hover {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .socials ._link {
    width: 50px;
    height: 50px;
  }
}

.breadcrumbs {
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
}
.breadcrumbs .item {
  position: relative;
  padding-right: 19px;
  margin-right: 14px;
}
.breadcrumbs .item:after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 5px;
  height: 5px;
  background: #44AF69;
  border-radius: 50%;
}
.breadcrumbs .item:last-child {
  color: #7A9E9F;
  font-weight: 500;
  margin-right: 0;
  padding-left: 0;
}
.breadcrumbs .item:last-child::after {
  display: none;
}
@media screen and (max-width: 800px) {
  .breadcrumbs {
    font-size: 8px;
  }
  .breadcrumbs .item {
    padding-right: 10px;
    margin-right: 8px;
  }
  .breadcrumbs .item:after {
    width: 3px;
    height: 3px;
    top: 2px;
  }
}

.notice {
  background: rgba(101, 204, 132, 0.2);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
.notice h4 {
  margin-bottom: 14px;
}
.notice p {
  line-height: 1.2;
}
.notice p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .notice {
    padding: 18px;
  }
  .notice h4 {
    font-size: 14px;
  }
}

.city_selection {
  display: none;
}
.city_selection .container {
  position: relative;
  z-index: 1;
}
.city_selection .close {
  position: absolute;
  top: 35px;
  right: 0;
  cursor: pointer;
}
.city_selection .wrap {
  max-width: 990px;
  padding: 35px 0;
  margin: 0 auto;
}
.city_selection .wrap .city_list {
  column-count: 4;
}
.city_selection .wrap .city_list a {
  display: block;
  font-size: 0.88rem;
  font-weight: 300;
  margin-bottom: 0.88rem;
}
.city_selection .wrap .city_list .current {
  color: #44AF69;
}
@media screen and (max-width: 800px) {
  .city_selection {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100vh;
    overflow: auto;
    z-index: 3;
  }
  .city_selection .close {
    top: 10px;
    right: 14px;
    width: 18px;
  }
  .city_selection .wrap {
    max-width: 100%;
    padding: 20px 14px;
  }
  .city_selection .wrap .city_list {
    column-count: 1;
  }
  .city_selection .wrap .city_list a {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.home_banner .slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 330px;
}
.home_banner .slide_wrap {
  max-width: 35rem;
  padding: 2rem 0;
}
.home_banner .slide_wrap .title {
  color: #2F2F2F;
  font-size: 2.66rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1.22rem;
}
.home_banner .slide_wrap .subtitle {
  color: #1B1A1B;
  margin-bottom: 1.22rem;
}
@media screen and (max-width: 800px) {
  .home_banner .slide {
    height: 110px;
  }
  .home_banner .slide_wrap {
    max-width: 220px;
    padding: 7px 0 9px;
  }
  .home_banner .slide_wrap .title {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .home_banner .slide_wrap .subtitle {
    font-size: 9px;
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 800px) {
  .seo_text h2 {
    font-size: 14px;
  }
}

.service_headind_content {
  display: flex;
}
.service_headind_content .left {
  flex-grow: 1;
  margin-right: 20px;
}
.service_headind_content .left h1 {
  margin-bottom: 1.11rem;
}
.service_headind_content .left p {
  font-size: 0.88rem;
}
.service_headind_content .left table {
  font-size: 16px;
}
.service_headind_content .left table tr td:first-child {
  padding-right: 40px;
}
.service_headind_content .left .table {
  border: 1px solid #DDDCDC;
  border-radius: 8px;
}
.service_headind_content .left .table .row {
  display: grid;
  grid-template-columns: 70% 30%;
  border-bottom: 1px solid #DDDCDC;
  font-size: 0.88rem;
}
.service_headind_content .left .table .row:nth-child(odd) {
  background: #F4F4F4;
}
.service_headind_content .left .table .row div {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}
.service_headind_content .left .table .row div:first-child {
  border-right: 1px solid #DDDCDC;
}
.service_headind_content .left .table .row div:last-child {
  padding: 20px;
}
.service_headind_content .left .table .row:last-child {
  border-bottom: none;
}
.service_headind_content .left .table .row.head {
  background: #7BBDBF;
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 800px) {
  .service_headind_content {
    display: block;
  }
  .service_headind_content .left {
    margin-right: 0;
  }
  .service_headind_content .left h1 {
    margin-bottom: 10px;
  }
  .service_headind_content .left p {
    font-size: 12px;
  }
  .service_headind_content .left table {
    font-size: 12px;
  }
  .service_headind_content .left .table .row div {
    padding: 20px;
  }
  .service_headind_content .left .table .row div:last-child {
    padding: 20px 10px;
  }
  .service_headind_content .order_form {
    margin: 20px 0;
  }
}

.selected_item {
  position: relative;
  background: #FFFFFF;
  border: 4px solid #F9B233;
  border-radius: 8px;
  padding: 2rem 0.77rem 2rem 2rem;
  margin-top: 20px;
}
.selected_item .left {
  width: 45%;
}
.selected_item .right {
  width: 55%;
  margin-left: 2.66rem;
}
.selected_item .top {
  display: flex;
  margin-bottom: 8px;
}
.selected_item .top .right {
  display: flex;
}
.selected_item .bottom {
  display: flex;
}
.selected_item .bottom .right {
  text-align: center;
}
.selected_item .info {
  flex-grow: 1;
  padding-top: 2rem;
  margin-right: 1.8rem;
}
.selected_item .info .title {
  margin-bottom: 1.22rem;
}
.selected_item .info .attributes .item {
  display: grid;
  grid-template-columns: 50% 50%;
  margin-bottom: 1rem;
  font-size: 0.77rem;
}
.selected_item .info .attributes .item:last-child {
  margin-bottom: 0;
}
.selected_item .info .attributes .item .caption {
  font-weight: 500;
}
.selected_item .badge {
  color: #fff;
  background: #779FA1;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px 0px 0px 10px;
  font-size: 2rem;
  font-weight: bold;
  width: calc(100% + 4px + 0.77rem);
  margin-right: calc(-4px - 0.77rem);
  margin-bottom: 1.44rem;
  padding: 7px 3rem;
}
.selected_item .btn {
  width: 100%;
  padding: 0.88rem 2rem;
}
.selected_item .chars {
  background: #F4F4F4;
  border-radius: 10px;
  padding: 1.11rem;
}
.selected_item .chars .title {
  color: #628395;
  margin-bottom: 1.22rem;
}
.selected_item .chars .row {
  background: #FFFFFF;
  display: grid;
  grid-template-columns: 75% 25%;
  padding: 0.77rem 1.11rem;
  font-size: 0.88rem;
  font-weight: 500;
  margin-bottom: 12px;
}
.selected_item .chars .row:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .selected_item {
    padding: 30px 10px 20px;
    border-width: 2px;
  }
  .selected_item .left {
    width: 100%;
  }
  .selected_item .right {
    width: 100%;
    margin-left: 0;
  }
  .selected_item .top {
    display: block;
    margin-bottom: 10px;
  }
  .selected_item .top .right {
    display: block;
  }
  .selected_item .bottom {
    flex-direction: column-reverse;
  }
  .selected_item .thumbnail {
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .selected_item .info {
    padding-top: 0;
    margin-right: 0;
  }
  .selected_item .badge {
    position: absolute;
    top: 20px;
    right: -2px;
    width: max-content;
    padding: 8px 20px;
    font-size: 20px;
    margin-right: 0;
  }
  .selected_item .chars {
    padding: 14px 16px;
  }
  .selected_item .chars .title {
    font-size: 16px;
  }
  .selected_item .chars .row {
    grid-template-columns: 65% 35%;
    font-size: 14px;
    padding: 7px 14px;
  }
  .selected_item .chars .row div:first-child {
    border-right: 1px solid #F4F4F4;
  }
  .selected_item .chars .row div:last-child {
    padding-left: 28px;
  }
  .selected_item .btn {
    margin-top: 15px;
    font-size: 18px;
  }
}

.loader_services .heading {
  margin-bottom: 40px;
}
.loader_services .content {
  display: flex;
  justify-content: space-between;
}
.loader_services .content .col {
  width: calc(50% - 10px);
}
.loader_services .content .right {
  position: relative;
  display: flex;
  justify-content: space-between;
  border: 4px solid #F4F4F4;
  border-radius: 10px;
  padding: 5rem 3rem;
}
.loader_services .content .right.with_list {
  padding: 1.95rem 0.9rem 1rem 1.6rem;
}
.loader_services .content .right.with_list .info {
  flex-grow: 1;
  position: relative;
  justify-content: flex-start;
}
.loader_services .content .right.with_list .info .img {
  max-width: 170px;
  bottom: -1rem;
  right: -1rem;
}
.loader_services .content .right .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.loader_services .content .right .info .attributes {
  position: relative;
  z-index: 1;
}
.loader_services .content .right .info .attributes .item {
  display: grid;
  grid-template-columns: 60% 40%;
  margin-bottom: 1rem;
  font-size: 0.77rem;
}
.loader_services .content .right .info .attributes .item:last-child {
  margin-bottom: 0;
}
.loader_services .content .right .info .attributes .item .caption {
  font-weight: 500;
}
.loader_services .content .right .info .btn {
  position: relative;
  z-index: 1;
  margin-top: 2rem;
}
.loader_services .content .right .info .img {
  position: absolute;
  bottom: 1rem;
  right: 1.5rem;
}
.loader_services .content .right .list {
  background: #F4F4F4;
  padding: 1rem 1.33rem;
  margin-left: 2rem;
  max-width: 270px;
}
.loader_services .content .right .list .title {
  font-size: 0.77rem;
  font-weight: 500;
  margin-bottom: 13px;
}
.loader_services .content .right .list ul {
  list-style: none;
  font-size: 0.77rem;
  padding-left: 0.77rem;
}
.loader_services .content .right .list ul li {
  position: relative;
  margin-bottom: 1rem;
}
.loader_services .content .right .list ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -1rem;
  width: 8px;
  height: 8px;
  background: #FFC40C;
  border-radius: 50%;
}
@media screen and (max-width: 800px) {
  .loader_services .heading {
    margin-bottom: 12px;
  }
  .loader_services .content {
    display: block;
  }
  .loader_services .content .col {
    width: 100%;
  }
  .loader_services .content .col:first-child {
    margin-bottom: 20px;
  }
  .loader_services .content .right {
    padding: 10px 18px 20px;
  }
  .loader_services .content .right.with_list {
    display: block;
    padding: 12px 18px 18px;
  }
  .loader_services .content .right.with_list .info {
    position: relative;
    justify-content: flex-start;
  }
  .loader_services .content .right.with_list .info .img {
    max-width: 170px;
    bottom: -1rem;
    right: -1rem;
  }
  .loader_services .content .right.with_list .list {
    margin-top: 22px;
    margin-left: 0;
    max-width: 100%;
  }
  .loader_services .content .right .info .btn {
    width: 100%;
    padding: 14px;
    font-size: 18px;
    margin-top: 20px;
  }
  .loader_services .content .img {
    max-width: 170px;
    margin: 0 auto;
  }
}

.seo_text .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.seo_text .content .col {
  width: calc(50% - 10px);
  margin-bottom: 50px;
}
.seo_text .content .col:nth-child(even) {
  margin-right: 0;
}
@media screen and (max-width: 800px) {
  .seo_text .heading h3 {
    font-size: 16px;
  }
  .seo_text .content {
    flex-direction: column;
  }
  .seo_text .content .col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  /* .seo_text .content .col:nth-child(1) {
    order: 1;
  }
  .seo_text .content .col:nth-child(2) {
    order: 2;
  }
  .seo_text .content .col:nth-child(3) {
    order: 4;
  }
  .seo_text .content .col:nth-child(4) {
    order: 3;
  } */
}

.section_type p {
  font-size: 0.88rem;
  max-width: 39rem;
}

.type_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 2rem;
}
.type_list .item {
  display: flex;
  width: calc((100% - 2.22rem) / 3);
  max-width: 340px;
  margin-right: 1.11rem;
  margin-bottom: 2.44rem;
}
.type_list .item:nth-child(3n) {
  margin-right: 0;
}
.type_list .item .img {
  background: #FFC40C;
  border-radius: 50%;
  padding: 1.11rem 0.77rem 1.11rem 1.66rem;
  min-width: 5.55rem;
  height: 5.55rem;
  margin-right: 1.66rem;
}
.type_list .item .title {
  font-weight: 500;
  margin-bottom: 0.88rem;
}
.type_list .item .caption {
  font-size: 0.88rem;
}
@media screen and (max-width: 800px) {
  .type_list {
    padding: 30px 15px 0;
  }
  .type_list .item {
    width: 100%;
    margin-bottom: 40px;
  }
  .type_list .item:last-child {
    margin-bottom: 0;
  }
  .type_list .item .img {
    min-width: 66px;
    width: 66px;
    height: 66px;
    padding: 15px 9px 15px 20px;
    margin-right: 20px;
  }
  .type_list .item .title {
    font-size: 14px;
  }
  .type_list .item .caption {
    font-size: 12px;
  }
}

.banner_list {
  display: flex;
  margin-bottom: 34px;
}
.banner_list .banner_item {
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  background: #DDDCDC;
  border: 4px solid #DDDCDC;
  width: calc(50% - 10px);
  height: 295px;
  padding: 1.2rem 1.4rem;
  transition: .3s ease all;
}
.banner_list .banner_item:first-child {

  margin-right: 20px;
}
.banner_list .banner_item.active {
  border-color: #FFC40C;
  background: #F9B233;
}
.banner_list .banner_item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.banner_list .banner_item .title {
  position: relative;
  z-index: 1;
  width: max-content;
  background: #FFFFFF;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  font-size: 1.33rem;
  font-weight: 500;
  padding: 13px 25px 20px;
}
.banner_list .banner_item .subtitle {
  position: relative;
  z-index: 1;
  width: max-content;
  color: #fff;
  background: #779FA1;
  border: 1px solid #FFFFFF;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 7px 25px;
  margin-top: -15px;
}
@media screen and (max-width: 800px) {
  .banner_list {
    margin-bottom: 14px;
  }
  .banner_list .banner_item {
    height: 110px;
    padding: 13px 5px;
    width: calc(50% - 4px);
  }
  .banner_list .banner_item:first-child {
    margin-right: 8px;
  }
  .banner_list .banner_item .title {
    font-size: 10px;
    padding: 4px 8px 10px 8px;
  }
  .banner_list .banner_item .subtitle {
    font-size: 9px;
    padding: 2px 10px;
    margin-top: -8px;
  }
}

.section_services_list .content {
  display: flex;
}
.section_services_list .content .col {
  width: calc(50% - 10px);
}
.section_services_list .content .col:first-child {
  margin-right: 20px;
}
.section_services_list .services_list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
}
.section_services_list .services_list .item {
  display: flex;
  margin-right: 1.11rem;
  margin-bottom: 2.44rem;
  width: calc(50% - 1.11rem);
}
.section_services_list .services_list .item:nth-child(even) {
  margin-right: 0;
}
.section_services_list .services_list .item .num {
  background: #FFC40C;
  border-radius: 50%;
  min-width: 55px;
  width: 55px;
  height: 55px;
  margin-right: 1.5rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.77rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.section_services_list .services_list .item .title {
  font-weight: 500;
  margin-bottom: 0.88rem;
}
.section_services_list .services_list .item .caption {
  font-size: 0.88rem;
}
@media screen and (max-width: 800px) {
  .section_services_list .heading {
    text-align: center;
  }
  .section_services_list .content {
    display: block;
  }
  .section_services_list .content .col {
    width: 100%;
  }
  .section_services_list .content .col:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
  .section_services_list .services_list {
    display: block;
    padding: 10px 40px 0;
  }
  .section_services_list .services_list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .section_services_list .services_list .item .num {
    width: 33px;
    height: 33px;
    min-width: 33px;
    margin-right: 13px;
    padding: 8px 5px;
    font-size: 14px;
  }
  .section_services_list .services_list .item .title {
    font-size: 14px;
  }
  .section_services_list .services_list .item .caption {
    font-size: 12px;
  }
}

.tariffs_table .row {
  border: 1px solid #DDDCDC;
  border-radius: 8px;
  margin-bottom: 20px;
}
.tariffs_table .row.open .head {
  border-radius: 8px 8px 0 0;
}
.tariffs_table .head {
  background: #7BBDBF;
  color: #fff;
  border-radius: 8px;
  font-weight: 500;
  font-size: 1rem;
  transition: 0.3s ease all;
  display: grid;
  grid-template-columns: 70% 7% 23%;
}
.tariffs_table .head div {
  padding: 20px;
}
.tariffs_table .head .toggle {
  cursor: pointer;
  text-align: center;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.tariffs_table .head .btn {
  width: 100%;
  text-align: center;
}
.tariffs_table .content {
  display: none;
}
.tariffs_table .line {
  font-size: 0.88rem;
  display: grid;
  grid-template-columns: 75% 25%;
  border-bottom: 1px solid #DDDCDC;
}
.tariffs_table .line:last-child {
  border-bottom: none;
}
.tariffs_table .line:nth-child(even) {
  background-color: #F4F4F4;
}
.tariffs_table .line div {
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
.tariffs_table .line div:last-child {
  width: 100%;
  justify-content: center;
  padding: 20px;
}
@media screen and (max-width: 800px) {
  .tariffs_table .row {
    margin-bottom: 15px;
  }
  .tariffs_table .head {
    font-size: 16px;
    grid-template-columns: 52% 15% 33%;
  }
  .tariffs_table .head div:first-child {
    padding-right: 5px;
  }
  .tariffs_table .line {
    grid-template-columns: 67% 33%;
  }
  .tariffs_table .line div:last-child {
    padding-left: 10px;
  }
}

.blog_list {
  display: flex;
  flex-wrap: wrap;
}
.blog_list .blog_item {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-bottom: 30px;
}
.blog_list .blog_item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 800px) {
  .blog_list {
    display: block;
  }
  .blog_list .blog_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.blog_item {
  position: relative;
}
.blog_item .img {
  position: relative;
  max-height: 225px;
  margin-bottom: 20px;
}
.blog_item .img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blog_item .img .date {
  color: #628395;
  background: #FFFFFF;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  position: absolute;
  bottom: 11px;
  right: 10px;
  display: flex;
  align-items: center;
  font-size: 0.77rem;
  padding: 8px 9px;
}
.blog_item .img .date img {
  margin-right: 8px;
}
.blog_item .title {
  margin-bottom: 1rem;
}
.blog_item .text {
  font-size: 0.88rem;
  margin-bottom: 1rem;
}
.blog_item .text p {
  font-size: 0.88rem;
}
@media screen and (max-width: 800px) {
  .blog_item .img {
    max-height: 186px;
    margin-bottom: 16px;
  }
  .blog_item .img .date {
    font-size: 10px;
  }
  .blog_item .img .date img {
    width: 9px;
    margin-right: 8px;
  }
  .blog_item .title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .blog_item .text {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .blog_item .text p {
    font-size: 12px;
  }
}

.article .content {
  display: flex;
}
.article .content .article_content {
  flex-grow: 1;
  margin-right: 20px;
}
.article .content .article_content h1 {
  margin-bottom: 20px;
}
.article .content .article_content ul {
  margin-top: 20px;
  list-style: none;
  padding-left: 1rem;
}
.article .content .article_content ul li {
  position: relative;
  margin-bottom: 1rem;
}
.article .content .article_content ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -1rem;
  width: 8px;
  height: 8px;
  background: #FFC40C;
  border-radius: 50%;
}
.article .content .article_content img {
  margin: 20px 0;
}
@media screen and (max-width: 800px) {
  .article .content {
    flex-direction: column-reverse;
  }
  .article .content .article_content {
    margin-right: 0;
  }
  .article .content .article_content h3 {
    font-size: 16px;
  }
  .article .content .article_content ul {
    font-size: 12px;
  }
  .article .content .right {
    margin-bottom: 15px;
  }
}

.blog_slider .blog_item {
  margin-right: 20px;
}
@media screen and (max-width: 800px) {
  .blog_slider .blog_item {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.matherials h1 {
  margin-bottom: 20px;
}

.matherials_list {
  display: flex;
  flex-wrap: wrap;
}
.matherials_list .item {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-bottom: 40px;
}
.matherials_list .item:nth-child(3n) {
  margin-right: 0;
}
.matherials_list .item img {
  height: 13.66rem;
  width: 100%;
  object-fit: cover;
  object-position: center;
  margin-bottom: 15px;
}
.matherials_list .item .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.matherials_list .item .top .title {
  font-weight: 500;
}
.matherials_list .item .top .price {
  color: #628395;
  font-size: 1.11rem;
  font-weight: 500;
}
.matherials_list .item .sub {
  color: #628395;
  font-size: 0.77rem;
  margin-bottom: 20px;
}
.matherials_list .item .btn {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .matherials_list {
    display: block;
  }
  .matherials_list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .matherials_list .item .img {
    height: 204px;
  }
  .matherials_list .item .btn {
    font-size: 16px;
    padding: 14px;
  }
}

.matherials_single {
  margin-bottom: 50px;
}
.matherials_single .content {
  display: flex;
  margin-top: 40px;
}
.matherials_single .content .thumb {
  width: 50%;
  min-width: 50%;
  margin-right: 10px;
}
.matherials_single .content .text {
  width: 50%;
  min-width: 50%;
  margin-left: 10px;
}
.matherials_single .content .text .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}
.matherials_single .content .text .bottom .sizes {
  color: #2F2F2F;
  font-size: 0.77rem;
  margin-bottom: 6px;
}
.matherials_single .content .text .bottom .price {
  color: #628395;
  font-size: 1.11rem;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .matherials_single .content {
    margin-top: 20px;
    display: block;
  }
  .matherials_single .content .thumb {
    width: 100%;
    margin-right: 0;
  }
  .matherials_single .content .text {
    width: 100%;
    margin-left: 0;
    display: flex;
    flex-direction: column-reverse;
  }
  .matherials_single .content .text .bottom {
    margin-bottom: 15px;
  }
  .matherials_single .content .text .bottom .sizes {
    display: flex;
    flex-direction: column;
    font-size: 12px;
  }
  .matherials_single .content .text .bottom .sizes .caption {
    font-weight: 500;
  }
  .matherials_single .content .text .bottom .price {
    font-size: 18px;
  }
  .matherials_single .content .text .bottom .btn {
    flex-grow: 1;
    font-size: 16px;
    margin-left: 15px;
    padding: 14px;
  }
}

.matherials h1 {
  margin-bottom: 20px;
}

.matherials_list {
  display: flex;
  flex-wrap: wrap;
}
.matherials_list .item {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-bottom: 40px;
}
.matherials_list .item:nth-child(3n) {
  margin-right: 0;
}
.matherials_list .item img {
  height: 13.66rem;
  width: 100%;
  object-fit: cover;
  object-position: center;
  margin-bottom: 15px;
}
.matherials_list .item .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.matherials_list .item .top .title {
  font-weight: 500;
}
.matherials_list .item .top .price {
  color: #628395;
  font-size: 1.11rem;
  font-weight: 500;
}
.matherials_list .item .sub {
  color: #628395;
  font-size: 0.77rem;
  margin-bottom: 20px;
}
.matherials_list .item .btn {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .matherials_list {
    display: block;
  }
  .matherials_list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .matherials_list .item .img {
    height: 204px;
  }
  .matherials_list .item .btn {
    font-size: 16px;
    padding: 14px;
  }
}

.matherials_single {
  margin-bottom: 50px;
}
.matherials_single .content {
  display: flex;
  margin-top: 40px;
}
.matherials_single .content .thumb {
  width: 50%;
  min-width: 50%;
  margin-right: 10px;
}
.matherials_single .content .text {
  width: 50%;
  min-width: 50%;
  margin-left: 10px;
}
.matherials_single .content .text .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}
.matherials_single .content .text .bottom .sizes {
  color: #2F2F2F;
  font-size: 0.77rem;
  margin-bottom: 6px;
}
.matherials_single .content .text .bottom .price {
  color: #628395;
  font-size: 1.11rem;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .matherials_single .content {
    margin-top: 20px;
    display: block;
  }
  .matherials_single .content .thumb {
    width: 100%;
    margin-right: 0;
  }
  .matherials_single .content .text {
    width: 100%;
    margin-left: 0;
    display: flex;
    flex-direction: column-reverse;
  }
  .matherials_single .content .text .bottom {
    margin-bottom: 15px;
  }
  .matherials_single .content .text .bottom .sizes {
    display: flex;
    flex-direction: column;
    font-size: 12px;
  }
  .matherials_single .content .text .bottom .sizes .caption {
    font-weight: 500;
  }
  .matherials_single .content .text .bottom .price {
    font-size: 18px;
  }
  .matherials_single .content .text .bottom .btn {
    flex-grow: 1;
    font-size: 16px;
    margin-left: 15px;
    padding: 14px;
  }
}

.not_found .content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
.not_found .content .img {
  margin-right: 12px;
}
.not_found .content .text br {
  display: none;
}
.not_found .content .btn {
  margin-top: 20px;
  padding: 16px 24px;
}
@media screen and (max-width: 800px) {
  .not_found .content {
    display: block;
    padding: 75px 0 135px;
  }
  .not_found .content .img {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .not_found .content .text {
    text-align: center;
  }
  .not_found .content .text br {
    display: block;
  }
  .not_found .content .text p {
    font-size: 14px;
  }
  .not_found .content .text .btn {
    width: 100%;
    margin-top: 25px;
  }
}

