@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/Montserrat-Light.woff2") format("woff2"), url("/fonts/Montserrat-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/Montserrat-Regular.woff2") format("woff2"), url("/fonts/Montserrat-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/Montserrat-Medium.woff2") format("woff2"), url("/fonts/Montserrat-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/Montserrat-SemiBold.woff2") format("woff2"), url("/fonts/Montserrat-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/Montserrat-Bold.woff2") format("woff2"), url("/fonts/Montserrat-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("/fonts/Montserrat-ExtraBold.woff2") format("woff2");
}
.center {
  text-align: center;
}

.fw700 {
  font-weight: 700;
}

.fw600 {
  font-weight: 600;
}

.fw500 {
  font-weight: 500;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.ml10 {
  margin-left: 10px;
}

.w100 {
  width: 100%;
}

.dashed {
  border-bottom: 1px dashed #223B38;
}
.dashed:hover {
  border-style: solid;
}

.green {
  color: #1B5D55;
}

.darkgreen {
  color: #223B38;
}

.white {
  color: #fff;
}
.white b {
  color: #fff;
}

.uppercase {
  text-transform: uppercase;
}

.relative {
  position: relative;
}

.underline:hover {
  text-decoration: underline;
}

.transition {
  transition: 0.3s all ease;
}

.hide {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.3s all ease;
}

.show_at_mobile {
  display: none !important;
}

.d_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
}
.d_flex.nowrap {
  flex-flow: nowrap;
}

.br10 {
  border-radius: 10px;
}

.br15 {
  border-radius: 15px;
}

.justify_start {
  justify-content: flex-start;
}

.justify_center {
  justify-content: center;
}

.bg_img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.fancybox__caption {
  color: #fff;
}

.before {
  position: relative;
}
.before:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s all ease;
}

.btn {
  display: flex;
  cursor: pointer;
  align-items: center;
  height: 45px;
  border-radius: 30px;
  font-weight: 500;
  color: #fff;
  padding: 0 25px;
  background: linear-gradient(135deg, #009583 0%, #223b38 100%);
}
.btn img {
  margin-right: 10px;
}
.btn:hover {
  background: linear-gradient(135deg, #223b38 0%, #223b38 100%);
}

.has_dot {
  padding-left: 11px;
}
.has_dot:before {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #1B5D55;
  top: 5px;
  animation: 3s blinkDot linear infinite;
}

.section_heading_block {
  margin: 70px 0 30px;
  align-items: center;
}
.section_heading_block .section_heading {
  margin: 0;
}

.section_heading {
  margin: 80px 0 30px;
}
.section_heading .title {
  font-size: 38px;
  font-weight: 700;
}
.section_heading .title b {
  font-weight: 700;
  color: #1B5D55;
}
.section_heading .subtitle {
  margin-top: 15px;
  color: #797979;
  font-weight: 500;
  font-size: 18px;
}

.hover_green:hover {
  box-shadow: 0 10px 15px rgba(27, 93, 85, 0.5);
}

.bottom_slider_arrows {
  display: none;
}
.bottom_slider_arrows.slick-initialized {
  display: block;
}
.bottom_slider_arrows .slick-list {
  margin: 0 -12.5px;
  padding-bottom: 25px;
}
.bottom_slider_arrows .slick-list .slick-slide {
  margin: 0 12.5px;
}
.bottom_slider_arrows .slider-arr {
  position: absolute;
  bottom: -30px;
  cursor: pointer;
  z-index: 22;
  transition: 0.3s all ease;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(27, 93, 85, 0.5);
  justify-content: center;
}
.bottom_slider_arrows .slider-arr.next {
  right: 0;
}
.bottom_slider_arrows .slider-arr.prev {
  right: 35px;
}
.bottom_slider_arrows .slider-arr:hover {
  background-color: #1b5d55;
}

.scroll_top_btn {
  background-color: #1B5D55;
  position: fixed;
  right: 15px;
  cursor: pointer;
  bottom: -40px;
  justify-content: center;
  width: 30px;
  height: 35px;
  z-index: 99;
  opacity: 0.5;
  transition: 0.3s all ease;
}
.scroll_top_btn.show {
  bottom: 40px;
}
.scroll_top_btn:hover {
  opacity: 1;
}

.aside_widget {
  position: fixed;
  top: 50%;
  right: 15px;
  background-color: #FBE30F;
  transform: translateY(-50%) !important;
  border-radius: 5px;
  z-index: 2;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.aside_widget a {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(27, 93, 85, 0.5);
}
.aside_widget a:hover {
  background-color: rgba(27, 93, 85, 0.3);
}
.aside_widget li:first-child a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.aside_widget li:last-child a {
  border-bottom: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.breadcrumbs {
  justify-content: flex-start;
}
.breadcrumbs li {
  margin-right: 15px;
  padding-right: 15px;
}
.breadcrumbs li:before {
  width: 4px;
  height: 4px;
  left: calc(100% - 2px);
  background-color: #606060;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.breadcrumbs span {
  color: #606060;
}
.breadcrumbs a, .breadcrumbs span {
  font-size: 14px;
}

.tg_big_btn {
  justify-content: center;
  background: #229ED9 !important;
  margin-top: 20px;
  border-radius: 70px;
}
.tg_big_btn p {
  color: #fff;
  margin-right: 10px;
}
.tg_big_btn:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 15px rgba(34, 158, 217, 0.7);
}

@media only screen and (max-width: 900px) {
  #scroll_top_btn {
    display: none;
  }

  .section_heading .title {
    font-size: 28px;
  }
  .section_heading .subtitle {
    font-size: 16px;
  }

  .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .bottom_slider_arrows .slick-list {
    margin: 0 -20px;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .show_at_mobile {
    display: flex !important;
  }

  .breadcrumbs ol {
    display: inline-block;
  }
  .breadcrumbs ol li {
    display: inline;
    padding-right: 5px;
    margin-right: 8px;
  }
  .breadcrumbs ol li:before {
    top: 60%;
  }
  .breadcrumbs a, .breadcrumbs span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  ul.aside_widget {
    top: 100%;
    right: 0;
    transform: translateY(-100%) !important;
    display: flex;
    width: 100vw;
    border-radius: 0;
  }
  ul.aside_widget img {
    width: 20px;
  }
  ul.aside_widget li {
    width: 25%;
    border-right: 1px solid rgba(27, 93, 85, 0.5);
  }
  ul.aside_widget li:last-child {
    border-right: none;
  }
  ul.aside_widget a {
    width: 100%;
    height: 45px;
    border-bottom: none;
  }
}
@keyframes moveLine {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@keyframes blinkDot {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}
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, i, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
  color: #000;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background-color: #fff;
  padding-top: 130px;
}
body.header_offset {
  padding-top: 154px;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

p {
  font-weight: 400;
  font-size: 14px;
  color: #000;
}

a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s all ease;
  color: #000;
}

.container {
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
  max-width: 1600px;
}

select {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

form button {
  cursor: pointer;
}

b {
  font-weight: 600;
}

ol, ul {
  list-style: none;
}

svg {
  transition: 0.3s all ease;
}

svg path {
  transition: 0.3s all ease;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

strong {
  font-weight: bold;
}

input {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  max-width: 100%;
}

.inner-padding {
  padding: 0 80px;
}

/* Chrome, Opera, Safari */
details summary::-webkit-details-marker {
  display: none;
}

details :focus {
  outline: 0;
}

/* Firefox */
details, summary {
  display: block;
}

details summary:before {
  content: none;
}

details[open] summary:before {
  content: none;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #1B5D55;
  background-position: center;
  background-repeat: no-repeat;
}

::-webkit-scrollbar {
  width: 12px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@media only screen and (max-width: 1300px) {
  body {
    padding-top: 100px;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 900px) {
  body {
    width: 100vw;
    overflow-x: hidden;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 600px) {
  body {
    padding-top: 90px;
  }
}
.fz11 {
  font-size: 11px;
}

.fz12 {
  font-size: 12px;
}

.fz13 {
  font-size: 13px;
}

.fz15 {
  font-size: 15px;
}

.fz16 {
  font-size: 16px;
}

.fz17 {
  font-size: 17px;
}

.fz18 {
  font-size: 18px;
}

.fz19 {
  font-size: 19px;
}

.fz20 {
  font-size: 20px;
}

.fz24 {
  font-size: 24px;
}

form {
  width: 100%;
}
form select {
  font-size: 14px;
  outline: none;
  border: 1px solid #1B5D55;
  height: 40px;
}
form select, form textarea,
form input {
  color: #000;
  width: 100%;
  padding: 0 20px;
  border-radius: 40px;
  box-sizing: border-box;
}
form textarea,
form input {
  height: 50px;
  margin-top: 5px;
  font-size: 16px;
  letter-spacing: 1px;
  border: 1px solid #fff;
  transition: 0.3s all ease;
}
form textarea.phone,
form input.phone {
  background-image: url("/img/input_tel.webp");
  background-repeat: no-repeat;
  background-position: 92% 50%;
}
form textarea:focus,
form input:focus {
  border: 1px solid #1B5D55;
}
form textarea::-moz-placeholder, form input::-moz-placeholder {
  letter-spacing: 1px;
}
form textarea:-ms-input-placeholder, form input:-ms-input-placeholder {
  letter-spacing: 1px;
}
form textarea::placeholder,
form input::placeholder {
  letter-spacing: 1px;
}
form textarea {
  height: 100px;
  outline: none;
  border-radius: 20px;
  padding: 10px 20px;
  font-family: "Montserrat", sans-serif;
}
form button {
  margin-top: 15px;
  width: 100%;
  height: 50px;
  border: none;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
}
form .agree_row {
  justify-content: flex-start;
}
form .agree_row input {
  margin-right: 10px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  position: relative;
  font-size: 2px;
  padding: 0;
  border-radius: 0;
}
form .agree_row input:after, form .agree_row input:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
form .agree_row input:before {
  z-index: 1;
  background-color: #1B5D55;
  width: 15px;
  height: 15px;
  border-radius: 3px;
}
form .agree_row input:checked:after {
  background-image: url("/img/checkbox.svg");
  width: 9px;
  height: 9px;
  z-index: 2;
  left: 54%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
form .agree_row p {
  line-height: 100%;
}

@media only screen and (max-width: 900px) {
  form input.phone {
    background-position: 95% 50%;
  }
}
.content_seo h1, .content_seo h2, .content_seo h3, .content_seo h4, .content_seo h5, .content_seo h6 {
  font-size: 44px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 10px;
}
.content_seo h2 {
  font-size: 40px;
}
.content_seo h3 {
  font-size: 36px;
}
.content_seo h4 {
  font-size: 32px;
}
.content_seo h5 {
  font-size: 28px;
}
.content_seo h6 {
  font-size: 24px;
}
.content_seo p {
  font-weight: 500;
  color: #4f4f4f;
  margin: 15px 0;
  font-size: 16px;
  line-height: 22px;
}
.content_seo a {
  border-bottom: 1px dashed #1B5D55;
  font-weight: 600;
  color: #1B5D55;
  font-size: 16px;
  line-height: 22px;
}
.content_seo a:hover {
  border-bottom-style: solid;
}
.content_seo ul {
  margin: 20px 0;
}
.content_seo ul li {
  color: #4f4f4f;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.content_seo ul li, .content_seo ul p {
  margin: 5px 0;
}
.content_seo .btn {
  margin-top: 25px;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
}
.content_seo .row {
  margin-top: 25px;
  display: flex;
  align-items: flex-start;
}
.content_seo .row h1, .content_seo .row h2, .content_seo .row h3, .content_seo .row h4, .content_seo .row h5, .content_seo .row h6 {
  margin-top: 10px;
}
.content_seo .row .col-md-6:nth-child(2) {
  position: sticky;
  top: 50px;
}
.content_seo .row .col-md-6 {
  width: -moz-fit-content;
  width: fit-content;
}
.content_seo .row .col-md-6:first-child {
  margin-right: 20px;
}

@media only screen and (max-width: 900px) {
  .content_seo h1, .content_seo h2, .content_seo h3, .content_seo h4, .content_seo h5, .content_seo h6 {
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 7px;
  }
  .content_seo h2 {
    font-size: 24px;
  }
  .content_seo h3 {
    font-size: 22px;
  }
  .content_seo h4 {
    font-size: 20px;
  }
  .content_seo h5 {
    font-size: 18px;
  }
  .content_seo h6 {
    font-size: 16px;
  }
  .content_seo p {
    margin: 10px 0;
  }
  .content_seo ul li,
.content_seo p, .content_seo a {
    font-size: 15px;
  }
  .content_seo .btn {
    width: 100%;
    justify-content: center;
  }
  .content_seo .row {
    margin-top: 15px;
    flex-flow: wrap;
  }
  .content_seo .row .col-md-6 {
    width: 100%;
  }
  .content_seo .row .col-md-6:first-child {
    margin-right: 0;
  }
}
.messengers ul li {
  margin-right: 10px;
}
.messengers ul a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  justify-content: center;
}
.messengers ul a:hover {
  transform: scale(1.05);
}
.messengers ul a svg {
  width: 55%;
  height: 55%;
}
.messengers ul a svg path {
  fill: #fff;
}
.messengers ul a.tg {
  background-color: #08c;
}
.messengers ul a.vi {
  background-color: #665cac;
}
.messengers ul a.wa {
  background-color: #25D366;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: 0.3s all ease;
}
header.not_index {
  border-bottom: 1px solid rgba(27, 93, 85, 0.2);
}
header.fixed {
  position: fixed;
  background-color: #FBE30F;
  border-bottom: 0 solid transparent;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
header.fixed .top_row {
  display: none;
}
header.fixed nav ul li .label.yellow {
  background-color: #1B5D55;
  color: #fff;
}
header.open_menu .burger_btn svg:first-child {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
header.open_menu .burger_btn svg:last-child {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
header.open_menu .burger_btn svg:nth-child(2) {
  opacity: 0;
}
header .top_row {
  padding: 10px 0;
  position: relative;
}
header .top_row:before {
  background-color: #FBE30F;
  z-index: -1;
  width: 300%;
  left: 50%;
  transform: translateX(-50%);
}
header .location p, header .location a {
  font-size: 13px;
}
header .location a {
  font-weight: 500;
  color: #223B38;
}
header .phone p {
  margin-bottom: 2px;
}
header .google b {
  text-decoration: underline;
}
header .google b.green {
  color: #0F9D58;
}
header .google b.yellow {
  color: #F4B400;
}
header .google b.blue {
  color: #4285F4;
}
header .google b.red {
  color: #DB4437;
}
header nav {
  width: 100%;
}
header nav ul #home_link {
  display: none;
}
header nav ul li {
  display: flex;
  align-items: center;
}
header nav ul li.current {
  position: relative;
}
header nav ul li.current:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #1B5D55;
}
header nav ul li .label {
  margin-left: 7.5px;
  padding: 2px 7px;
  border-radius: 20px;
}
header nav ul li .label.yellow {
  background-color: #FBE30F;
}
header nav ul li .label.green {
  color: #fff;
  background-color: #1B5D55;
}
header nav ul li a {
  height: 40px;
  align-items: center;
  display: flex;
}
header nav ul li a:hover {
  text-decoration: underline;
}
header nav ul li.has_child.big_menu > a {
  padding-left: 22px;
}
header nav ul li.has_child.big_menu ul.child_menu {
  left: 0;
}
header nav ul li.has_child.big_menu:before {
  background-image: url("/img/big_menu_arr.svg");
  width: 16px;
  height: 11px;
  left: 0;
}
header nav ul li.has_child.big_menu:hover:before {
  transform: translateY(-50%);
}
header nav ul li.has_child:before {
  background-image: url("/img/child_menu_arr.svg");
  width: 7px;
  height: 4px;
  top: 50%;
  left: calc(100% + 7px);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
header nav ul li.has_child ul.child_menu {
  position: absolute;
  left: -15px;
  top: 40px;
  width: -moz-max-content;
  width: max-content;
  background-color: #fff;
  padding: 10px 15px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
header nav ul li.has_child ul.child_menu a {
  font-size: 15px;
  height: 27.5px;
}
header nav ul li.has_child:hover:before {
  transform: translateY(-50%) rotate(180deg);
}
header nav ul li.has_child:hover ul.child_menu {
  opacity: 1;
  z-index: 2;
  visibility: visible;
}
header .menu_row a, header .menu_row p {
  font-weight: 500;
  font-size: 16px;
}
header .lang_block {
  margin-left: 75px;
  padding-right: 14px;
}
header .lang_block .current_lang {
  height: 40px;
  cursor: pointer;
}
header .lang_block ul {
  position: absolute;
  top: 100%;
  right: 0;
  width: -moz-max-content;
  width: max-content;
  background-color: #fff;
  padding: 10px 15px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
header .lang_block ul a:hover {
  text-decoration: underline;
}
header .lang_block ul li {
  margin-bottom: 5px;
}
header .lang_block ul li:last-child {
  margin-bottom: 0;
}
header .lang_block:before {
  background-image: url("/img/child_menu_arr.svg");
  width: 7px;
  height: 4px;
  top: 50%;
  left: calc(100% - 7px);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
header .lang_block:hover:before {
  transform: translateY(-50%) rotate(180deg);
}
header .lang_block:hover ul {
  opacity: 1;
  z-index: 2;
  visibility: visible;
}
header .burger_btn {
  width: 68px;
  height: 45px;
  position: relative;
  border-radius: 45px;
  cursor: pointer;
  display: none;
  margin-left: 20px;
}
header .burger_btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .burger_btn svg:first-child {
  top: calc(50% - 5px);
}
header .burger_btn svg:last-child {
  top: calc(50% + 5px);
}

@media only screen and (max-width: 1600px) {
  header .lang_block {
    margin-left: 3.688vw;
  }
}
@media only screen and (max-width: 1300px) {
  header.fixed.open_menu .menu_row {
    height: calc(100vh - 74px);
  }
  header.fixed .top_row {
    display: flex;
    padding: 5px 0;
  }
  header.open_menu {
    position: fixed;
  }
  header.open_menu .menu_row {
    padding: 20px 30px 0;
    display: block;
    position: fixed;
    top: 84px;
    left: 0;
    height: calc(100vh - 84px);
    width: 100vw;
    background-color: #fff;
    z-index: 999;
    overflow-y: scroll;
  }
  header.open_menu .menu_row nav ul {
    flex-direction: column;
  }
  header.open_menu .menu_row nav ul #home_link {
    display: block;
  }
  header.open_menu .menu_row nav ul li {
    width: 100%;
    margin-bottom: 5px;
  }
  header.open_menu .menu_row nav ul li:last-child {
    margin-bottom: 0;
  }
  header.open_menu .menu_row nav ul li.has_child {
    display: flex;
    flex-flow: wrap;
  }
  header.open_menu .menu_row nav ul li.has_child ul.child_menu {
    left: 0;
  }
  header.open_menu .menu_row nav ul li.has_child ul.child_menu a {
    height: -moz-max-content;
    height: max-content;
    min-height: 27.5px;
  }
  header.open_menu .menu_row nav ul li.has_child ul.child_menu li {
    margin-bottom: 5px;
  }
  header.open_menu .menu_row nav ul li.has_child ul.child_menu li:last-child {
    margin-bottom: 0;
  }
  header.open_menu .menu_row nav ul li.has_child:before {
    top: 20px;
  }
  header.open_menu .menu_row nav ul li.has_child.big_menu:before {
    background-image: url("/img/child_menu_arr.svg");
    height: 4px;
    width: 7px;
    left: calc(100% + 7px);
  }
  header.open_menu .menu_row nav ul li.has_child.big_menu > a {
    padding-left: 0;
  }
  header.open_menu .menu_row nav ul li.has_child:hover ul.child_menu {
    position: relative;
    width: 100%;
    top: 0;
    box-shadow: none;
  }
  header.open_menu .menu_row nav ul li a {
    font-size: 18px;
  }
  header.open_menu .lang_block {
    margin-left: 0;
    margin-top: 30px;
  }
  header.open_menu .lang_block:before,
header.open_menu .lang_block .current_lang {
    display: none;
  }
  header.open_menu .lang_block ul {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 8;
    box-shadow: none;
    display: flex;
    padding: 0;
  }
  header.open_menu .lang_block ul li {
    margin-right: 20px;
  }
  header .menu_row,
header .header_rate {
    display: none;
  }
  header .burger_btn {
    display: block;
  }
}
@media only screen and (max-width: 1100px) {
  header .top_row .location {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  header {
    max-width: 100vw;
    overflow-x: hidden;
  }
  header.open_menu .menu_row {
    padding-left: 20px;
    padding-right: 20px;
  }
  header .show_callback_form {
    width: -moz-max-content;
    width: max-content;
    height: 40px;
    padding: 0 20px;
  }
  header .show_callback_form img {
    width: 18px;
  }
  header .burger_btn {
    height: 40px;
    width: 61px;
    margin-left: 10px;
  }
  header .logo p,
header .phone {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  header.fixed.open_menu .menu_row {
    top: 65px;
    height: calc(100vh - 65px);
  }
  header.open_menu .menu_row {
    top: 75px;
    height: calc(100vh - 75px);
  }
  header .top_row .logo img {
    width: 55px;
  }
  header .top_row .location {
    display: none;
  }
}
.hero_section {
  margin-bottom: -20px;
}
.hero_section .hero_slider {
  display: none;
  border-radius: 15px;
}
.hero_section .hero_slider.slick-initialized {
  display: block;
}
.hero_section .hero_slider .slick-slide {
  height: 0;
}
.hero_section .hero_slider .slick-slide.slick-current {
  height: -moz-max-content;
  height: max-content;
}
.hero_section .hero_slider .slider-arr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.hero_section .hero_slider .slider-arr.prev {
  left: 25px;
}
.hero_section .hero_slider .slider-arr.next {
  right: 25px;
}
.hero_section .hero_slider .slider-arr:hover svg path {
  fill-opacity: 1;
  fill: #FBE30F;
}
.hero_section .hero_slider:hover {
  box-shadow: 0 10px 15px rgba(27, 93, 85, 0.5);
}
.hero_section .hero_slide {
  display: block !important;
}
.hero_section .hero_slide .inner {
  display: block;
  height: -moz-max-content;
  height: max-content;
  min-height: 525px;
  padding: 80px 70px;
  border-radius: 15px;
  overflow: hidden;
}
.hero_section .hero_slide .inner:before {
  width: 50%;
  background: linear-gradient(90deg, #223b38 0%, rgba(82, 120, 116, 0) 100%);
}
.hero_section .hero_slide .content_slide {
  z-index: 3;
  width: 65%;
}
.hero_section .hero_slide .content_slide h1, .hero_section .hero_slide .content_slide h2, .hero_section .hero_slide .content_slide h3, .hero_section .hero_slide .content_slide h4, .hero_section .hero_slide .content_slide h5, .hero_section .hero_slide .content_slide h6 {
  font-size: 46px;
  line-height: 140%;
  font-weight: 700;
  margin-bottom: 25px;
  color: #fff;
  text-decoration: underline;
}
.hero_section .hero_slide .content_slide p {
  font-size: 16px;
  width: 70%;
  color: #fff;
  line-height: 130%;
}
.hero_section .hero_slide .content_slide .btn {
  font-size: 14px;
  font-weight: 600;
  margin-top: 40px;
  width: -moz-max-content;
  width: max-content;
  background: linear-gradient(135deg, rgba(251, 227, 15, 0.36) 0%, #fbe30f 100%);
}
.hero_section .hero_slide .content_slide .btn:hover {
  background: #FBE30F;
  color: #1B5D55;
}
.hero_section .hero_slide .content_slide .btn:hover p {
  color: #1B5D55;
}
.hero_section .hero_slide .content_slide .btn p {
  width: -moz-max-content;
  width: max-content;
}

.seo_footer_text.open .show_full_content {
  display: none;
}
.seo_footer_text.open .content_seo {
  height: -moz-max-content;
  height: max-content;
}
.seo_footer_text.open .content_seo:before {
  display: none;
}
.seo_footer_text .show_full_content {
  cursor: pointer;
}
.seo_footer_text .content_seo {
  height: 250px;
  overflow: hidden;
}
.seo_footer_text .content_seo:before {
  height: 50px;
  top: calc(100% - 50px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, white 100%);
}

@media only screen and (max-width: 1400px) {
  .hero_section .hero_slide .content_slide h1, .hero_section .hero_slide .content_slide h2, .hero_section .hero_slide .content_slide h3, .hero_section .hero_slide .content_slide h4, .hero_section .hero_slide .content_slide h5, .hero_section .hero_slide .content_slide h6 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .welcome_page_first_desc .content_seo .btgrid .col-md-6:nth-child(2) {
    display: none;
  }

  .seo_footer_text .content_seo {
    height: 550px;
  }

  .hero_section .hero_slider .slider-arr {
    display: none;
  }
  .hero_section .hero_slide .inner {
    padding: 60px 20px 100px;
    min-height: -moz-max-content;
    min-height: max-content;
  }
  .hero_section .hero_slide .inner:before {
    width: 100%;
  }
  .hero_section .hero_slide .content_slide {
    width: 100%;
  }
  .hero_section .hero_slide .content_slide h1, .hero_section .hero_slide .content_slide h2, .hero_section .hero_slide .content_slide h3, .hero_section .hero_slide .content_slide h4, .hero_section .hero_slide .content_slide h5, .hero_section .hero_slide .content_slide h6 {
    font-size: 28px;
  }
  .hero_section .hero_slide .content_slide .btn,
.hero_section .hero_slide .content_slide p {
    width: 100%;
  }
}
.services_block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 20px;
}
.services_block.services_slider {
  display: block;
}
.services_block.services_slider .service_card {
  display: flex !important;
}

.service_card {
  height: 200px;
  border-radius: 15px;
  padding: 30px 30px 30px 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.service_card .image {
  width: 45%;
  height: 150px;
  -webkit-mask-image: url("/img/services/service_mask.svg");
          mask-image: url("/img/services/service_mask.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.service_card .right {
  width: 55%;
}
.service_card .excerpt {
  margin-top: 15px;
  color: #3E3E3E;
}
.service_card .more {
  margin-top: 15px;
  color: #1B5D55;
  width: -moz-max-content;
  width: max-content;
}
.service_card .more svg {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}
.service_card .more:hover svg {
  right: -25px;
}
.service_card:before {
  border: 1px solid rgba(27, 93, 85, 0.28);
  z-index: -1;
  left: 8px;
  top: 8px;
  height: calc(100% - 16px);
  width: calc(100% - 16px);
  border-radius: 10px;
}

.post_page_content.service_page_content .inner {
  position: relative;
  align-items: flex-start;
}
.post_page_content.service_page_content .content_seo {
  padding: 0;
  margin-top: -20px;
}
.post_page_content.service_page_content aside {
  position: sticky;
  top: 60px;
  min-width: 280px;
  margin-left: 40px;
  background-color: rgba(27, 93, 85, 0.05);
  padding: 20px 25px;
}
.post_page_content.service_page_content aside .tg_btn svg {
  width: 25px;
  height: 25px;
}
.post_page_content.service_page_content aside ul li {
  margin-bottom: 5px;
}
.post_page_content.service_page_content aside ul li.current p {
  font-weight: 600;
  color: #1B5D55;
}
.post_page_content.service_page_content aside ul li:before {
  width: 6px;
  height: 6px;
  background-color: #1B5D55;
  border-radius: 50%;
  top: 7px;
  left: -12px;
}
.post_page_content.service_page_content aside ul p, .post_page_content.service_page_content aside ul a {
  font-size: 15px;
}

.hero_btns {
  margin-bottom: -50px;
}
.hero_btns .book_btn {
  text-align: center;
}
.hero_btns .tg_big_btn {
  margin-top: 0;
  margin-left: 30px;
}
.hero_btns .tg_big_btn svg {
  width: 25px;
  height: 25px;
}

.hero_section .play_btn {
  position: absolute;
  bottom: 40px;
  right: 70px;
}
.hero_section .play_btn:hover img {
  transform: scale(1.1);
}

@media only screen and (max-width: 1400px) {
  .services_block {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 1300px) {
  .post_page_content.service_page_content aside {
    top: 80px;
  }
}
@media only screen and (max-width: 900px) {
  .hero_section .play_btn {
    right: 50%;
    transform: translateX(50%);
    bottom: 30px;
  }

  .services_block {
    grid-template-columns: 1fr;
  }

  .service_card {
    height: -moz-max-content;
    height: max-content;
    flex-flow: nowrap;
  }
  .service_card .image {
    min-width: 100px;
    width: 100px;
    height: 85px;
    -webkit-mask-image: url("/img/services/service_mask_sm.svg");
            mask-image: url("/img/services/service_mask_sm.svg");
  }
  .service_card .right {
    margin-left: 15px;
    width: 100%;
  }
  .service_card .right .title {
    font-size: 18px;
  }

  .hero_btns .tg_big_btn {
    margin: 15px 0 0;
  }

  .post_page_content.service_page_content aside {
    display: none;
  }
}
.all_team_link svg {
  margin-left: 5px;
}
.all_team_link svg path {
  fill: #1B5D55;
}

.team_card {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.team_card .image {
  height: 375px;
  display: block;
}
.team_card .image .image_mark {
  position: absolute;
  left: 20px;
  background-color: #fff;
  border-radius: 4px;
  padding: 2px 5px;
}
.team_card .image .rate {
  top: 15px;
}
.team_card .image .exp {
  bottom: 20px;
}
.team_card .image .exp p {
  text-align: center;
}
.team_card .image .exp p.green {
  margin-top: 2px;
  padding-top: 1px;
  border-top: 1px solid #999;
}
.team_card .desc_inner {
  padding: 20px;
}
.team_card .title {
  width: 90%;
  display: block;
}
.team_card .position {
  display: flex;
}
.team_card .position p {
  background-color: #FBE30F;
  border-radius: 3px;
  padding: 2px 7px;
  font-size: 12px;
  letter-spacing: -0.25px;
  margin-bottom: 5px;
}
.team_card .excerpt {
  color: #797979;
  min-height: 72px;
}
.team_card .btn {
  height: 40px;
  justify-content: center;
  text-align: center;
}
.team_card .leave_review {
  cursor: pointer;
  justify-content: center;
}
.team_card .leave_review span {
  margin-left: 7.5px;
}
.team_card .leave_review:hover span {
  border-bottom-style: solid;
}

.team_grid_items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 40px;
}

.filters_team {
  width: 100%;
  margin-top: -10px;
}
.filters_team .filter_item {
  position: relative;
  margin-right: 20px;
}
.filters_team .filter_item.active label {
  background-color: #1B5D55;
  color: #fff;
}
.filters_team .filter_item input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.filters_team .filter_item label {
  display: flex;
  align-items: center;
  height: 35px;
  padding: 0 20px;
  color: #1B5D55;
  border: 1px solid #1B5D55;
  cursor: pointer;
  border-radius: 25px;
}

.team_page_first .container {
  align-items: flex-start;
}
.team_page_first .left {
  width: 40%;
}
.team_page_first .left h1 {
  font-size: 48px;
}
.team_page_first .left .team_card {
  box-shadow: none;
  border: none;
}
.team_page_first .left .team_card .desc_inner {
  padding: 0;
}
.team_page_first .left .team_card .position p {
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 5px;
}
.team_page_first .left .team_card .excerpt {
  font-size: 16px;
  min-height: -moz-max-content;
  min-height: max-content;
}
.team_page_first .left .team_card .btn {
  height: 50px;
}
.team_page_first .left .team_card .leave_review,
.team_page_first .left .team_card .btn {
  width: -moz-max-content;
  width: max-content;
}
.team_page_first .right {
  width: 45%;
}
.team_page_first .right .image {
  height: 450px;
}
.team_page_first .right .play_btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.team_page_first .right .play_btn:hover img {
  transform: scale(1.1);
}

.diploma_slider .image {
  height: 250px;
  background-size: contain;
}

.team_section .scroll_text_bottom {
  padding-right: 75px;
}

@media only screen and (max-width: 1600px) {
  .team_card .image {
    height: 23vw;
  }
}
@media only screen and (max-width: 1200px) {
  .team_card .image {
    height: 30vw;
  }

  .team_grid_items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 900px) {
  .team_card .image {
    height: 40vw;
  }

  .team_section .section_heading_block .all_team_link {
    display: none;
  }

  .team_grid_items {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 700px) {
  .team_page_first .container {
    flex-flow: wrap;
    flex-direction: column-reverse;
  }
  .team_page_first .left {
    margin-top: 30px;
  }
  .team_page_first .left h1 {
    font-size: 28px;
  }
  .team_page_first .left .team_card {
    margin-top: 20px;
  }
  .team_page_first .left .team_card .leave_review,
.team_page_first .left .team_card .btn {
    width: 100%;
    margin-top: 20px;
  }
  .team_page_first .right,
.team_page_first .left {
    width: 100%;
  }

  .diploma_slider .image {
    height: 150px;
  }

  .team_diplomas .scroll_text_bottom {
    padding-right: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .team_card .image {
    height: 80vw;
  }

  .team_grid_items {
    grid-template-columns: 1fr;
  }
}
.page_heading {
  margin: 40px 0 35px;
}
.page_heading .section_heading {
  margin: 0;
  max-width: 65%;
}
.page_heading form {
  width: 325px;
}
.page_heading input {
  height: 40px;
  box-shadow: 0 2px 10px rgba(27, 93, 85, 0.5);
  font-size: 14px;
}

.blog_section {
  margin-bottom: -20px;
}

.post_items {
  display: grid;
  grid-column-gap: 25px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.post_card .image {
  height: 320px;
}
.post_card .date {
  color: #797979;
}
.post_card .title {
  display: block;
  width: 90%;
}
.post_card .more svg {
  margin-left: 7.5px;
}
.post_card .more:hover svg {
  margin-left: 12px;
}

.hero_section.post_page .hero_slider {
  height: -moz-max-content;
  height: max-content;
}
.hero_section.post_page .hero_slider:hover {
  box-shadow: none;
}
.hero_section.post_page .hero_slide .inner {
  height: -moz-max-content;
  height: max-content;
  padding: 10px 70px 150px;
}
.hero_section.post_page .hero_slide .inner:before {
  width: 100%;
}
.hero_section.post_page .breadcrumbs {
  position: relative;
  z-index: 2;
}
.hero_section.post_page .breadcrumbs li:before {
  background-color: rgba(255, 255, 255, 0.5);
}
.hero_section.post_page .breadcrumbs a, .hero_section.post_page .breadcrumbs span {
  color: #fff;
}

.post_page_content .content_seo {
  padding: 0 70px;
}

.not_found_news .btn {
  width: -moz-max-content;
  width: max-content;
}
.not_found_news .btn svg {
  margin-right: 10px;
}

@media only screen and (max-width: 1600px) {
  .post_card .image {
    height: 20vw;
  }
}
@media only screen and (max-width: 1400px) {
  .page_heading .section_heading br {
    display: none;
  }

  .post_card .title {
    width: 100%;
  }
}
@media only screen and (max-width: 1300px) {
  .hero_section.post_page .hero_slide .inner {
    padding: 10px 40px 100px;
  }
  .hero_section.post_page .hero_slide .inner:before {
    width: 100%;
  }
  .hero_section.post_page .hero_slide .inner .content_slide {
    width: 90%;
  }
  .hero_section.post_page .hero_slide .inner .content_slide p {
    width: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  .post_items {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .post_card .image {
    height: 25vw;
  }

  .welcome_page_posts .post_card:nth-child(4) {
    display: none;
  }

  .post_page_content .content_seo {
    padding: 0;
  }
}
@media only screen and (max-width: 900px) {
  .blog_section .all_team_link {
    display: none;
  }

  .post_card .title {
    font-size: 17px;
  }

  .post_items {
    grid-column-gap: 20px;
  }

  .page_heading .section_heading {
    max-width: 100%;
  }
  .page_heading.nowrap {
    flex-flow: wrap;
  }
  .page_heading form {
    width: 100%;
  }

  .hero_section.post_page .hero_slide .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero_section.post_page .hero_slide .inner.has_play_btn {
    padding-bottom: 160px;
  }
  .hero_section.post_page .hero_slide .inner .content_slide {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .welcome_page_posts {
    overflow-x: scroll;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
  }
  .welcome_page_posts::-webkit-scrollbar {
    display: none;
  }
  .welcome_page_posts .post_card {
    width: 250px;
  }
  .welcome_page_posts .post_card .image {
    height: 230px;
  }
  .welcome_page_posts .post_card:nth-child(4) {
    display: block;
  }
  .welcome_page_posts .post_items {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    padding-right: 20px;
  }

  .blog_page .page_heading form {
    margin-top: 20px;
  }
  .blog_page .post_items {
    grid-template-columns: 1fr 1fr;
  }
  .blog_page .post_items .post_card .image {
    height: 250px;
  }
}
@media only screen and (max-width: 560px) {
  .blog_page .post_items {
    grid-template-columns: 1fr;
  }
  .blog_page .post_items .post_card .image {
    height: 325px;
  }
}
.faq_section {
  margin-bottom: -10px;
}
.faq_section.faq_page {
  position: relative;
}
.faq_section.faq_page .right {
  grid-template-columns: 1fr;
  width: 100%;
  margin-right: 50px;
}
.faq_section.faq_page .left {
  position: sticky;
  padding: 25px 30px;
  top: 55px;
  width: 325px;
  background-color: rgba(27, 93, 85, 0.05);
}
.faq_section.faq_page .left .tg_btn {
  height: 50px;
}
.faq_section.faq_page .left .tg_btn p {
  font-size: 13px;
}
.faq_section.faq_page .left .tg_btn svg {
  width: 26px;
  height: 26px;
}
.faq_section.faq_page .left .title {
  font-size: 28px;
}
.faq_section.faq_page .left .subtitle {
  font-size: 14px;
}
.faq_section.faq_page .left .right_text {
  margin-left: 10px;
}
.faq_section.faq_page .left .right_text p {
  font-size: 13px;
}
.faq_section.faq_page .left .right_text .fz16 {
  font-size: 15px;
}
.faq_section .container {
  align-items: flex-start;
}
.faq_section .left {
  width: 27%;
}
.faq_section .left .section_heading {
  margin: 0;
}
.faq_section .left .right_text {
  margin-left: 20px;
}
.faq_section .left .tg_btn {
  height: 60px;
  width: 280px;
  margin-top: 20px;
}
.faq_section .left .tg_btn p {
  font-size: 14px;
}
.faq_section .right {
  width: 70%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
}
.faq_section .faq_col .faq_item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.faq_item {
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 20px;
}
.faq_item.open .title {
  padding-bottom: 0;
}
.faq_item.open .title:before {
  transform: rotate(180deg);
  background-color: #1b5d55;
}
.faq_item.open .content_seo {
  display: block;
}
.faq_item .content_seo {
  display: none;
  margin-bottom: 20px;
}
.faq_item .title {
  padding-right: 80px;
  padding-bottom: 20px;
  cursor: pointer;
}
.faq_item .title:before {
  left: calc(100% - 30px);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(27, 93, 85, 0.5);
  background-image: url("/img/faq_arr.svg");
  background-size: 13px 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.faq_item .title:hover:before {
  background-color: #1b5d55;
}

@media only screen and (max-width: 1300px) {
  .faq_section .right,
.faq_section .left {
    width: 100%;
  }
  .faq_section .left {
    margin-bottom: 30px;
  }
  .faq_section .left .subtitle br,
.faq_section .left .tg_btn,
.faq_section .left .tg_block {
    display: none;
  }
  .faq_section.faq_page .right {
    margin-right: 0;
  }
  .faq_section.faq_page .left {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .faq_section .right {
    grid-template-columns: 1fr;
  }

  .faq_item .title {
    font-size: 17px;
  }
}
.review_card {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  padding: 25px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.review_card .name_block {
  margin-bottom: 12.5px;
}
.review_card .name_block svg {
  margin-left: 20px;
}
.review_card .date,
.review_card .review_text {
  color: #4f4f4f;
}

.reviews_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.google_reviews a p {
  margin-left: 15px;
}
.google_reviews a:hover span {
  border-bottom-style: solid;
}

@media only screen and (max-width: 900px) {
  .reviews_section .section_heading_block .all_team_link {
    display: none;
  }
  .reviews_section .google_reviews {
    padding-right: 75px;
  }
  .reviews_section .google_reviews a {
    margin-bottom: 15px;
  }

  .review_card {
    padding: 25px 20px;
  }
  .review_card .date {
    width: 100%;
    margin-top: 10px;
  }

  .review_slider .slick-slide {
    height: 0;
  }
  .review_slider .slick-slide.slick-current {
    height: -moz-max-content;
    height: max-content;
  }

  .reviews_grid {
    grid-template-columns: 1fr;
  }
}
.price_item {
  background-color: rgba(27, 93, 85, 0.05);
  padding: 0 30px;
  margin-bottom: 15px;
  transition: 0.3s all ease;
}
.price_item.open {
  box-shadow: 0 5px 10px rgba(27, 93, 85, 0.5);
}
.price_item.open .title {
  padding: 25px 0 15px;
}
.price_item.open .title:after {
  opacity: 0;
}
.price_item.open ul {
  display: block;
}
.price_item .title {
  padding: 25px 0;
  cursor: pointer;
}
.price_item .title:before, .price_item .title:after {
  width: 30px;
  height: 6px;
  background-color: #1B5D55;
  border-radius: 3px;
  top: 50%;
}
.price_item .title:after {
  content: "";
  position: absolute;
  left: calc(100% - 30px);
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s all ease;
}
.price_item .title:before {
  transform: translateY(-50%);
  left: calc(100% - 30px);
}
.price_item ul {
  padding-bottom: 30px;
  display: none;
}
.price_item ul li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(27, 93, 85, 0.2);
}
.price_item ul li:last-child {
  border-bottom: none;
}

@media only screen and (max-width: 900px) {
  .price_section .all_team_link {
    display: none;
  }

  .price_item {
    padding: 0 20px;
  }
  .price_item .title {
    font-size: 18px;
    padding-right: 20px !important;
  }
  .price_item .title:after, .price_item .title:before {
    width: 15px;
    height: 3px;
  }
  .price_item .title:before {
    left: calc(100% - 15px);
  }
  .price_item .title:after {
    left: calc(100% - 15px);
  }
  .price_item .price {
    text-align: right;
    font-size: 16px;
  }
}
.callback_section .section_heading {
  margin: 0;
}
.callback_section .section_heading .title {
  font-size: 46px;
}
.callback_section .inner {
  background-color: #FBE30F;
  border-radius: 20px;
  padding: 60px 70px;
}
.callback_section .inner .image_bg {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 55%;
  transform: translateX(-50%);
}
.callback_section .inner .left {
  width: 50%;
  z-index: 2;
}
.callback_section .inner .right {
  width: 330px;
  z-index: 2;
}

@media only screen and (max-width: 1600px) {
  .callback_section .section_heading .title {
    font-size: 2.875vw;
  }
  .callback_section .inner {
    padding: 3.75vw 4.375vw;
  }
}
@media only screen and (max-width: 1200px) {
  .callback_section .inner .image_bg {
    left: 52%;
  }
}
@media only screen and (max-width: 900px) {
  .callback_section .inner {
    flex-flow: wrap;
    padding: 30px 20px;
  }
  .callback_section .inner .section_heading .title {
    font-size: 28px;
  }
  .callback_section .inner .section_heading .title br {
    display: none;
  }
  .callback_section .inner .section_heading .secondary {
    display: none;
  }
  .callback_section .inner .left,
.callback_section .inner .right {
    width: 100%;
  }
  .callback_section .inner .right_title,
.callback_section .inner .image_bg {
    display: none !important;
  }

  .error_page {
    margin-top: 60px;
  }
  .error_page .number {
    font-size: 100px !important;
  }
}
.contact_page .inner {
  align-items: flex-start;
}
.contact_page .left .messengers ul {
  margin-top: 0;
  margin-left: 15px;
}
.contact_page .map_block {
  height: 400px;
  width: 635px;
}
.contact_page .map_block iframe {
  border-radius: 15px;
}
.contact_page .office_slider {
  width: 275px;
  height: 275px;
}
.contact_page .office_slider .slider-arr {
  bottom: -40px;
}
.contact_page .office_slide a {
  width: 275px;
  height: 275px;
}

@media only screen and (max-width: 1600px) {
  .contact_page .map_block {
    width: 39.688vw;
  }
}
@media only screen and (max-width: 1200px) {
  .contact_page .inner {
    flex-flow: wrap;
    justify-content: flex-start;
  }
  .contact_page .mid {
    margin-left: 100px;
  }
  .contact_page .map_block {
    margin-top: 80px;
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .contact_page .mid {
    margin-top: 50px;
    margin-left: 0;
    width: 100%;
  }
  .contact_page .office_slider {
    width: 100%;
  }
  .contact_page .office_slide a {
    width: 100%;
  }
}
footer {
  margin-top: 100px;
  background-color: #FBE30F;
}
footer .contacts_col {
  padding-left: 27px;
}
footer .container {
  padding-top: 50px;
  align-items: flex-start;
  grid-column-gap: 50px;
}
footer .menu_col {
  max-width: 250px;
  margin-bottom: 40px;
}
footer .menu_col li {
  margin-bottom: 7.5px;
  line-height: 18px;
}
footer .menu_col a:hover {
  text-decoration: underline;
}
footer .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
footer .logo_col {
  margin-top: -13px;
  margin-bottom: 40px;
}
footer .socials li {
  margin-right: 15px;
}
footer .phone,
footer .location {
  position: relative;
  left: -26px;
}
footer .phone a {
  display: block;
  margin-top: 2px;
}
footer .rights_row {
  border-top: 1px solid rgba(27, 93, 85, 0.3);
  width: 100%;
  padding: 20px 0;
}
footer .rights_row .alert_text {
  border-bottom: 1px solid rgba(27, 93, 85, 0.3);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
footer .rights_row p {
  color: #505050;
}

@media only screen and (max-width: 600px) {
  footer {
    padding-bottom: 40px;
  }
  footer .menu_col {
    max-width: 100%;
    width: 100%;
  }
  footer .logo_col p br {
    display: none;
  }
  footer .rights_row {
    flex-direction: column;
  }
  footer .rights_row .made_by {
    margin-top: 10px;
  }
  footer .rights_row p {
    margin-bottom: 5px;
  }
}
.modal_window {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  justify-content: center;
}
.modal_window.show {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}
.modal_window.show .inner {
  top: 0;
}
.modal_window .inner {
  top: 100px;
  width: 775px;
  background-color: #FBE30F;
  padding: 30px 40px;
}
.modal_window .inner .close_modal {
  position: absolute;
  top: 30px;
  right: 40px;
  cursor: pointer;
}
.modal_window .inner .close_modal img {
  width: 20px;
  transition: 0.3s all ease;
}
.modal_window .inner .close_modal:hover img {
  transform: rotate(90deg);
}
.modal_window .inner .col {
  width: 48%;
}
.modal_window .inner .title {
  font-size: 32px;
}
.modal_window .inner button.btn {
  height: 50px;
  font-size: 18px;
}
.modal_window .review_form .col {
  width: 100%;
}

@media only screen and (max-width: 900px) {
  .modal_window {
    padding: 20px;
    overflow-y: scroll;
  }
  .modal_window::-webkit-scrollbar {
    display: none;
  }
  .modal_window .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal_window .inner .col {
    width: 100%;
  }
  .modal_window .inner .col:first-child {
    margin-bottom: 10px;
  }
  .modal_window .inner .close_modal {
    right: 20px;
  }
  .modal_window .inner p.fz16 {
    font-size: 15px;
  }
  .modal_window .inner p br {
    display: none;
  }
  .modal_window .inner .title {
    font-size: 22px;
    padding-right: 20px;
  }
}
