section {
  padding: 40px 0;
}

.grid {
  gap: 70px;
}

blockquote {
  position: relative;
}
blockquote:before {
  content: "";
  position: absolute;
  left: -11px;
  top: 10px;
  width: 70px;
  height: 50px;
  transform: translate(-50%, -50%);
  background: url(../img/blockquotes.svg) no-repeat center;
  background-size: contain;
}

.design {
  display: none;
}
.design .d1, .design .d2, .design .d3, .design .d4 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.design .d1 img, .design .d2 img, .design .d3 img, .design .d4 img {
  width: 320px;
  transform: translateX(1px) translateY(-1px);
}

.swiper-button-next:after {
  font-size: 18px;
  color: #002661;
}

.swiper-button-prev:after {
  font-size: 18px;
  color: #002661;
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 5px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 5px));
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #002661;
}

.swiper-horizontal > .swiper-scrollbar {
  height: 3px;
}

a {
  color: #002661;
}

.accent_text {
  color: #002661;
}

button {
  cursor: pointer;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat";
  color: #2F2F2F;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

html {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
@media (min-width: 320px) {
  html {
    font-size: calc(14px + 1 * (100vw - 320px) / 850);
  }
}
@media (min-width: 1170px) {
  html {
    font-size: 15px;
  }
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

* {
  box-sizing: border-box;
}

.bold {
  font-weight: bold;
}

.uppercase {
  text-transform: uppercase;
}

.btn {
  display: flex;
  height: 58px;
  line-height: 58px;
  background: #002661;
  width: fit-content;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: white;
  border: none;
  padding: 0 15px 0 10px;
  font-size: 14px;
  position: relative;
  text-align: left;
  font-family: "Montserrat";
  border-radius: 40px;
  -webkit-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  -moz-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
.btn:before {
  content: "";
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url(../img/calendar.svg) no-repeat center;
}
.btn.alt {
  background: none;
  color: #002661;
  border-style: solid;
  border-width: 1px;
  border-color: #002661;
}
.btn.alt:before {
  background: url(../img/calendar-blue.svg) no-repeat center;
}
.btn.alt:hover {
  color: white;
}
.btn.alt:hover:before {
  background: url(../img/calendar.svg) no-repeat center;
}
.btn.accent2 {
  background: #0075BC;
}
.btn.accent2:hover {
  background: #005589;
  -webkit-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  -moz-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
.btn:hover {
  background: #00122e;
  -webkit-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  -moz-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
.btn:disabled {
  background: gray;
}

textarea {
  height: 58px;
  line-height: 58px;
  border: 2px solid #dadada;
  border-radius: 40px;
  font-family: "Montserrat";
  display: flex;
  width: 100%;
  font-size: 14px;
  margin: 15px 0;
  padding: 0 15px;
  appearance: none;
  min-height: 140px;
  outline: none;
}

input[type=text], input[type=tel], input[type=email] {
  height: 58px;
  line-height: 58px;
  border: 1px solid #D8D8D8;
  border-radius: 40px;
  font-family: "Montserrat";
  display: flex;
  width: 100%;
  font-size: 14px;
  margin: 15px 0;
  padding: 0 15px;
  appearance: none;
  outline: none;
  -webkit-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  -moz-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus {
  box-shadow: 0 0 15px rgba(0, 38, 97, 0.3);
  -webkit-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  -moz-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
input[type=submit] {
  border: none;
  background: #002661;
  color: white;
  text-align: center;
  justify-content: center;
  appearance: none;
  font-size: 15px;
  font-family: "Montserrat";
  -webkit-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  -moz-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
input[type=submit]:hover {
  background: #00122e;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  -moz-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
input[type=submit]:focus {
  outline: none;
  box-shadow: 0 0 15px rgba(0, 38, 97, 0.8);
}

.cta_mx .form_wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  transform: translateX(-100%);
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 4;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -webkit-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  -moz-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  overflow: hidden;
}
.cta_mx .form_wrapper .form {
  transform: translateX(100%) scale(3.7);
  background: white;
  border-radius: 12px;
  margin: 20px;
  width: 300px;
  max-height: 100%;
  overflow-y: visible;
  padding: 20px;
  position: relative;
  -webkit-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  -moz-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.cta_mx .form_wrapper .form .close {
  border: none;
  background: url(../img/close.svg) no-repeat center;
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
  top: 20px;
  font-size: 0;
  background-size: contain;
}
.cta_mx .form_wrapper .form .h1 {
  margin: 0;
  margin-bottom: 10px;
  font-weight: bold;
  padding-right: 30px;
  font-size: 24px;
}
.cta_mx .form_wrapper.on {
  transform: translateX(0%);
  opacity: 1;
}
.cta_mx .form_wrapper.on .form {
  transform: translateX(0%) scale(1);
}
.cta_mx .input_wrapper {
  position: relative;
}
.cta_mx .input_wrapper.required:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 5px;
  height: 5px;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background: #002661;
}
.cta_mx .responce {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-100vw);
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  -moz-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.cta_mx .responce.on {
  transform: translateX(0vw);
  opacity: 1;
}
.cta_mx .responce .innerWrapper {
  background: white;
  position: relative;
  border-radius: 12px;
  padding: 30px 20px 20px;
}
.cta_mx .responce .innerWrapper .close {
  background: url(../img/close.svg) no-repeat center;
  background-size: contain;
  border: none;
  font-size: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.mxform {
  width: 100%;
}
.mxform .input_wrapper {
  position: relative;
}
.mxform .input_wrapper.required:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 5px;
  height: 5px;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background: #002661;
}
.mxform .responce {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-100vw);
  opacity: 0;
  z-index: 4;
  -webkit-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  -moz-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.mxform .responce.on {
  opacity: 1;
  transform: translateX(0vw);
}
.mxform .responce .innerWrapper {
  background: white;
  position: relative;
  border-radius: 12px;
  padding: 30px 20px 20px;
  width: 300px;
}
.mxform .responce .innerWrapper .close {
  background: url(../img/close.svg) no-repeat center;
  background-size: contain;
  border: none;
  font-size: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0px;
  margin-right: 0px;
}

.circle_gradient {
  width: 1200px;
  height: 1200px;
  background: url(../img/circle-grandient.svg) no-repeat center;
  background-size: contain;
  opacity: 0.4;
}

[class*=col-] {
  width: 100%;
}

p {
  margin: 0;
  margin-bottom: 20px;
  line-height: 160%;
}

h1,
.h1 {
  margin: 20px 0 10px 0;
  font-size: 35px;
  font-family: "Bebas Neue";
  font-weight: bold;
  width: 100%;
}
@media (min-width: 320px) {
  h1,
.h1 {
    font-size: calc(35px + 35 * (100vw - 320px) / 850);
  }
}
@media (min-width: 1170px) {
  h1,
.h1 {
    font-size: 70px;
  }
}

h2,
.h2 {
  font-size: 1.5em;
  font-size: 28px;
  font-family: "Bebas Neue";
  font-weight: bold;
  width: 100%;
}
@media (min-width: 320px) {
  h2,
.h2 {
    font-size: calc(28px + 22 * (100vw - 320px) / 850);
  }
}
@media (min-width: 1170px) {
  h2,
.h2 {
    font-size: 50px;
  }
}

h3,
.h3 {
  font-size: 1.17em;
  font-size: 15px;
  width: 100%;
}
@media (min-width: 320px) {
  h3,
.h3 {
    font-size: calc(15px + 11 * (100vw - 320px) / 850);
  }
}
@media (min-width: 1170px) {
  h3,
.h3 {
    font-size: 26px;
  }
}

h4,
.h4 {
  font-size: 1.12em;
  font-size: 14px;
  width: 100%;
}
@media (min-width: 320px) {
  h4,
.h4 {
    font-size: calc(14px + 10 * (100vw - 320px) / 850);
  }
}
@media (min-width: 1170px) {
  h4,
.h4 {
    font-size: 24px;
  }
}

h5,
.h5 {
  font-size: 0.83em;
  font-size: 12px;
  width: 100%;
}
@media (min-width: 320px) {
  h5,
.h5 {
    font-size: calc(12px + 8 * (100vw - 320px) / 850);
  }
}
@media (min-width: 1170px) {
  h5,
.h5 {
    font-size: 20px;
  }
}

h6,
.h6 {
  font-size: 0.75em;
  font-size: 11px;
  width: 100%;
}
@media (min-width: 320px) {
  h6,
.h6 {
    font-size: calc(11px + 7 * (100vw - 320px) / 850);
  }
}
@media (min-width: 1170px) {
  h6,
.h6 {
    font-size: 18px;
  }
}

.my-slider-wrapper {
  width: 100%;
  display: block;
}

.img_wrapper {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
.img_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.img_wrapper.fixed_height {
  height: 200px;
  overflow: hidden;
  position: relative;
}
.img_wrapper.fixed_height img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

#app {
  overflow: hidden;
}

.menu {
  position: fixed;
  background: white;
  width: 100vw;
  height: 100vh;
  z-index: 2;
  left: 0;
  top: 0;
  padding: 90px 20px;
  transform: translateX(-100vw);
  -webkit-transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  -moz-transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}

#burger {
  display: none;
}
#burger ~ .burger {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 7px 4px;
}
#burger ~ .burger span {
  flex-shrink: 0;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background: #002661;
  position: relative;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  -moz-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
#burger:checked ~ .burger span:nth-child(1) {
  transform: rotate(-45deg);
}
#burger:checked ~ .burger span:nth-child(2) {
  transform: translateX(4px);
}
#burger:checked ~ .burger span:nth-child(3) {
  transform: rotate(45deg);
}
#burger:checked ~ .menu {
  transform: translateX(0px);
}

@media (min-width: 768px) {
  section {
    padding: 60px 0;
  }

  .design {
    display: block;
  }

  .container {
    width: 600px;
  }

  .btn {
    width: auto;
    padding: 0 40px;
  }

  .popup_wrapper .popup {
    width: 400px;
    height: auto;
    position: relative;
    overflow: visible;
  }
  .popup_wrapper .popup .close {
    right: -50px;
    top: 0;
  }
  .popup_wrapper .popup .close svg path {
    stroke: white;
  }

  .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }

  .cta_mx .form_wrapper .form {
    width: 350px;
    padding: 30px;
    overflow: visible;
  }
}
@media (min-width: 1170px) {
  .grid {
    gap: 70px;
  }
  .grid.grid-col-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.grid-col-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.grid-col-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .col-1 {
    width: 8.3333333333%;
  }

  .col-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-2 {
    width: 16.6666666667%;
  }

  .col-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-3 {
    width: 25%;
  }

  .col-offset-3 {
    margin-left: 25%;
  }

  .col-4 {
    width: 33.3333333333%;
  }

  .col-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-5 {
    width: 41.6666666667%;
  }

  .col-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-6 {
    width: 50%;
  }

  .col-offset-6 {
    margin-left: 50%;
  }

  .col-7 {
    width: 58.3333333333%;
  }

  .col-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-8 {
    width: 66.6666666667%;
  }

  .col-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-9 {
    width: 75%;
  }

  .col-offset-9 {
    margin-left: 75%;
  }

  .col-10 {
    width: 83.3333333333%;
  }

  .col-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-11 {
    width: 91.6666666667%;
  }

  .col-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-12 {
    width: 100%;
  }

  .col-offset-12 {
    margin-left: 100%;
  }

  .col {
    width: 8.3333333333%;
    flex-basis: 0;
    flex-grow: 1;
  }

  #burger ~ .burger {
    display: none;
  }

  .menu {
    position: relative;
    transform: none;
    padding: 0;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
  }
  .menu ul {
    display: flex;
    gap: 20px;
  }

  .container {
    width: 1120px;
  }

  section {
    padding: 80px 0;
  }
}
@media (min-width: 1170px) {
  .container {
    width: 1120px;
  }

  section {
    padding: 160px 0;
  }
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: lighter;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeueRegular.woff2") format("woff2"), url("../fonts/BebasNeueRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeueBold.woff2") format("woff2"), url("../fonts/BebasNeueBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeue-Light.woff2") format("woff2"), url("../fonts/BebasNeue-Light.woff") format("woff");
  font-weight: lighter;
  font-style: normal;
  font-display: swap;
}
#header {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  top: 0;
}
#header .logo {
  width: 90px;
  margin: auto;
}
#header .logo img {
  width: 100%;
}
#header .cta_mx > .btn {
  font-size: 0;
  position: absolute;
  right: 20px;
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  border-radius: 100%;
}
#header .cta_mx > .btn:hover:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#header .cta_mx > .btn:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  background: url(../img/call-icon.svg) no-repeat center;
  -webkit-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  -moz-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
#header .menu {
  overflow-y: scroll;
  height: calc(100vh - 130px);
}
#header .menu > ul > li > a {
  text-decoration: none;
  font-weight: bold;
  padding: 5px 0;
  display: block;
}
#header .menu > ul > li > a:hover {
  text-decoration: underline;
}
#header .menu > ul > li > ul > li > a {
  text-decoration: none;
  margin-left: 10px;
  padding: 5px 0;
  display: block;
}
#header .menu > ul > li > ul > li > a:hover {
  text-decoration: underline;
}
#header .menu .address {
  border-top: 1px solid rgba(0, 119, 194, 0.2);
  border-bottom: 1px solid rgba(0, 119, 194, 0.2);
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#header .menu .address a {
  background: url(../img/pin-sm.svg) no-repeat left center;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  color: #2F2F2F;
}
#header .menu .tel {
  text-decoration: none;
  color: #2F2F2F;
  font-weight: bold;
  background: url(../img/call-icon-sm.svg) no-repeat left center;
  padding-left: 20px;
}

#hero {
  padding: 0;
  margin: 0;
}
#hero .hero_slider {
  height: 100vh;
}
#hero .hero_slider .sidebar {
  display: none;
}
#hero .hero_slider .background_slider_img {
  position: absolute;
}
#hero .hero_slider .background_slider_img img {
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}
#hero .hero_slider .h1 p {
  line-height: normal;
}
#hero .hero_slider .h1 b, #hero .hero_slider .h1 strong {
  color: #0075BC;
}
#hero .hero_slider .btn {
  margin-top: 50px;
}
#hero .hero_slider .cta_mx {
  width: 100%;
}
#hero .hero_slider .swiper-button-next {
  top: calc(100% - 150px);
}
#hero .hero_slider .swiper-button-prev {
  top: calc(100% - 150px);
}
#hero .hero_slider .container {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  height: 100%;
}
#hero .hero_slider .container .row {
  height: calc(100% - 80px);
  display: flex;
  align-content: center;
}
#hero .hero_slider_thumbs {
  display: none;
}
#hero .swiper_btn {
  position: absolute;
  left: -2000px;
}
#hero > .cta_mx {
  width: 0px;
  margin-left: -500px;
}

#serv {
  position: relative;
}
#serv .h1 {
  margin-bottom: 30px;
}
#serv .grid {
  display: grid;
  gap: 20px;
}
#serv .grid a {
  text-decoration: none;
  border: 1px solid rgba(0, 119, 194, 0.2);
  display: block;
  padding: 20px;
  background: white;
}
#serv .grid a .title {
  color: #002661;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 20px;
}
#serv .grid a .pretitle {
  color: #2F2F2F;
}

#calc {
  background: linear-gradient(54deg, #EBF5FB, #D1EAF5);
}
#calc .h1 {
  color: #002661;
}
#calc .list {
  width: 100%;
  display: grid;
  gap: 10px;
}
#calc .list button {
  background: white;
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 119, 194, 0.2);
  font-family: "Montserrat";
  height: 50px;
  width: 100%;
  color: #002661;
}
#calc .list button img {
  margin-right: 15px;
}
#calc .stage {
  display: none;
  width: 100%;
}
#calc .stage.show {
  display: block;
}
#calc .stage .header_wrapper {
  display: flex;
}
#calc .stage .header_wrapper button {
  border: none;
  background: none;
}
#calc .stage .iw {
  margin: 10px 0;
  break-inside: avoid;
}
#calc .stage .iw .check input {
  display: none;
}
#calc .stage .iw .check input:checked ~ label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 0%;
  width: 20px;
  height: 20px;
  transform: scale(1);
  background: url(../img/check.svg) no-repeat center;
  -webkit-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  -moz-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
#calc .stage .iw .check input ~ label {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding-left: 30px;
  min-height: 25px;
}
#calc .stage .iw .check input ~ label:before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 18px;
  height: 18px;
  background: white;
  border: 2px solid rgba(0, 119, 194, 0.2);
  border-radius: 4px;
}
#calc .stage .iw .check input ~ label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 0%;
  width: 20px;
  height: 20px;
  transform: scale(0);
  background: url(../img/check.svg) no-repeat center;
  -webkit-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  -moz-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
#calc .stage .iw .check input ~ label span:last-child {
  flex-shrink: 0;
  min-width: 60px;
  font-weight: bold;
}
#calc .stage .iw .range {
  background: white;
  border: 1px solid rgba(0, 119, 194, 0.2);
  padding: 10px;
}
#calc .stage .iw .range .title {
  display: flex;
  justify-content: space-between;
}
#calc .stage .iw .range .title span:first-child {
  padding-right: 10px;
}
#calc .stage .iw .range .title span:last-child {
  min-width: 60px;
  flex-shrink: 0;
  font-weight: bold;
  text-align: right;
}
#calc .stage .iw .range .ts {
  width: 100%;
}
#calc .stage .iw .range .ts input {
  width: 100%;
}
#calc .stage .iw .range .ts input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #002661;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  cursor: pointer;
  margin-top: -6px;
  /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}
#calc .stage .iw .range .ts input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
}
#calc .stage .iw .range .minmax_wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: 12px;
  margin-top: 5px;
}
#calc .stage .iw .range .bs {
  margin-top: 10px;
}
#calc .stage .iw .range .bs .value {
  font-size: 13px;
}
#calc .stage .total_wrapper .total {
  display: block;
  color: #002661;
  margin-top: 20px;
  margin-bottom: 20px;
}
#calc .stage .total_wrapper .total span {
  font-weight: bold;
}
#calc .stage .total_wrapper button {
  width: 100%;
}
#calc .stage .preview_list {
  display: grid;
  gap: 20px;
}
#calc .stage .preview_list .item {
  display: flex;
  flex-wrap: wrap;
}
#calc .stage .preview_list .item .title {
  width: 100%;
}
#calc .stage .preview_list .item .count {
  padding-right: 5px;
}
#calc .stage .preview_list .item .price {
  font-weight: bold;
}
#calc .stage .preview_list .item .price:before {
  content: "/ ";
}

#doctors {
  position: relative;
}
#doctors .doc_wrapper .img_wrapper {
  position: relative;
  display: flex;
  margin-bottom: 20px;
}
#doctors .doc_wrapper .img_wrapper .prof {
  position: absolute;
  bottom: 30px;
  right: 0;
  background: white;
  padding: 5px;
}
#doctors .doc_wrapper .name, #doctors .doc_wrapper .surname {
  font-size: 24px;
  font-weight: bold;
  color: #002661;
}
#doctors .doc_wrapper .expirence {
  margin-top: 10px;
}
#doctors .doc_gallery {
  padding-top: 70px;
  margin-top: -45px;
}
#doctors .swiper-button-next {
  top: 15px;
}
#doctors .swiper-button-prev {
  top: 15px;
  left: auto;
  right: 70px;
}
#doctors .swiper-slide-active {
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  -moz-transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
#doctors .swiper-slide-next {
  opacity: 0.4;
  -webkit-transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  -moz-transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
#doctors .swiper-slide-prev {
  opacity: 0.4;
  -webkit-transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  -moz-transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}

#benefits .ls .grid {
  display: grid;
  gap: 20px;
}
#benefits .ls .grid li .img_wrapper {
  width: 50px;
  height: 50px;
}
#benefits .ls .grid li .title {
  color: #002661;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 5px;
}
#benefits .rs {
  margin-top: 150px;
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
  padding: 50px 20px;
  background: linear-gradient(35deg, rgba(0, 120, 194, 0.497) -67.1%, rgba(0, 119, 194, 0) 142.52%);
}
#benefits .rs h2 {
  font-weight: normal;
  color: #002661;
}
#benefits .rs .design {
  display: block;
}
#benefits .rs .design .d1 {
  overflow: visible;
}
#benefits .rs .design .d1 img {
  transform: translateX(92px) translateY(-201px);
}
#benefits .rs .design .d2 {
  overflow: visible;
}
#benefits .rs .design .d2 img {
  width: 180px;
  transform: translateX(-23px) translateY(-96px);
}
#benefits .rs .mxform {
  position: relative;
}

#repl {
  position: relative;
}
#repl .h1 {
  padding-right: 100px;
}
#repl .repl_slider {
  padding-top: 60px;
  margin-top: -51px;
  overflow: visible;
  width: 100%;
}
#repl .repl_slider .repl_wrapper .date {
  font-size: 14px;
  opacity: 0.7;
}
#repl .repl_slider .repl_wrapper .owner {
  color: #002661;
  opacity: 0.7;
  font-weight: bold;
}
#repl .swiper-button-prev {
  top: 20px;
  left: auto;
  right: 70px;
}
#repl .swiper-button-next {
  top: 20px;
}

#footer {
  margin-top: 40px;
  border-top: 1px solid rgba(0, 119, 194, 0.2);
}
#footer .ls {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#footer .ls .socs {
  display: flex;
  margin: 20px 0;
}
#footer .ls .socs a {
  width: 40px;
  height: 40px;
  background: rgba(0, 38, 97, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin: 5px;
}
#footer .ls .socs a:hover {
  background: rgba(0, 38, 97, 0.3);
}
#footer .ls .copyrights {
  opacity: 0.4;
}
#footer .ms {
  width: 100%;
}
#footer .ms ul {
  margin: 40px 0;
}
#footer .ms ul li {
  display: flex;
  text-align: center;
  justify-content: center;
}
#footer .ms ul li a {
  text-decoration: none;
  color: #2F2F2F;
  font-size: 16px;
  padding: 5px 0;
}
#footer .ms ul li a:hover {
  color: #002661;
  text-decoration: underline;
}
#footer .rs {
  width: 100%;
}
#footer .rs .title {
  font-weight: bold;
  font-size: 16px;
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 10px;
}
#footer .rs .scedule {
  margin-bottom: 20px;
}
#footer .rs .scedule .l1 {
  display: flex;
  align-items: center;
}
#footer .rs .scedule .l1 p {
  margin: 0;
  color: #002661;
}
#footer .rs .scedule .l1 .scls {
  display: flex;
  margin-right: 15px;
}
#footer .rs .scedule .l1 .scls span {
  width: 12px;
  height: 12px;
  background: #D9D9D9;
  border-radius: 100%;
}
#footer .rs .scedule .l1 .scls span.on {
  background: #002661;
}
#footer .rs .scedule .l1.alt p {
  color: #00b953;
}
#footer .rs .scedule .l1.alt .scls span.on {
  background: #00b953;
}
#footer .rs .cta_mx > .btn {
  width: 100%;
}

#app {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.top_wrapper {
  flex-grow: 1;
}

.breadcrumbs {
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.breadcrumbs ul {
  display: flex;
}
.breadcrumbs ul li:last-child a:before {
  display: none;
}
.breadcrumbs ul li a {
  text-decoration: none;
  font-size: 13px;
  color: #888888;
  margin-right: 10px;
  position: relative;
  padding-right: 15px;
}
.breadcrumbs ul li a:before {
  content: "";
  position: absolute;
  right: calc(0% - 0px);
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: 1px solid #888888;
  border-right: 1px solid #888888;
}

#main {
  padding: 0;
}
#main ul {
  display: grid;
  gap: 20px;
  margin-bottom: 20px;
  line-height: 160%;
}
#main ul li {
  position: relative;
  padding-left: 15px;
}
#main ul li p {
  margin: 0;
}
#main ul li:before {
  content: "";
  position: absolute;
  left: 0%;
  top: 7px;
  width: 5px;
  height: 5px;
  background: #002661;
  border-radius: 100%;
}
#main ul.circles li {
  padding-left: 20px;
}
#main ul.circles li:before {
  content: "";
  position: absolute;
  left: 0%;
  top: 2px;
  width: 20px;
  height: 20px;
  background: url(../img/list-circles.svg) no-repeat left center;
  background-size: contain;
  border-radius: 100%;
}
#main .block {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
#main #serv {
  padding-top: 0;
}
#main.servs .block {
  gap: 50px;
}
#main.servs .block .img_wrapper {
  height: auto;
}
#main.servs .text_block {
  border: 1px solid rgba(0, 119, 194, 0.2);
  padding: 20px;
}
#main.servs .banner2 {
  margin-top: 20px;
  background: #EBEBEB;
  padding: 20px;
  padding-bottom: 100px;
  position: relative;
}
#main.servs .banner2 .img_wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  height: auto;
  display: flex;
}
#main.servs .banner2 .img_wrapper img {
  height: auto;
}
#main.servs .banner2 .mxform h2 {
  margin-top: 0;
}
#main.servs .h2 {
  margin-bottom: 20px;
}
#main.sales_section .block {
  margin-bottom: 60px;
  position: relative;
}
#main.sales_section .block .design .d1 {
  z-index: -1;
}
#main.sales_section .block .design .d1 img {
  width: 500px;
}
#main.sales_section .block .h1 {
  color: #002661;
}
#main.sales_section .block .ls {
  background: url(../img/pattern-2.svg) no-repeat center;
  background-size: 100vw;
}
#main.sales_section .block .ls .img_wrapper {
  display: flex;
}
#main.sales_section .block .ls .img_wrapper img {
  max-height: 400px;
}
#main.blog_section .blog_list {
  display: grid;
  gap: 40px;
  margin-top: 40px;
}
#main.blog_section .blog_list a {
  text-decoration: none;
}
#main.blog_section .blog_list a .img_wrapper {
  height: 50vw;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 119, 194, 0.2);
}
#main.blog_section .blog_list a .img_wrapper img {
  height: 100%;
  object-fit: cover;
}
#main.blog_section .blog_list a .title {
  font-size: 18px;
  color: #2F2F2F;
  font-weight: bold;
  margin-bottom: 10px;
}
#main.blog_section .blog_list a p {
  color: #2F2F2F;
}
#main.blog_section .blog_list a:hover .title {
  color: #002661;
}
#main.blog_section .arrows {
  display: flex;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 20px;
}
#main.blog_section .arrows a {
  margin: 0 40px;
}
#main.blog_section .arrows a:first-child img {
  transform: rotate(180deg);
}
#main.article_section .article img {
  max-width: 100%;
}
#main.article_section .article .rs .sales_wrapper .sale {
  margin-bottom: 20px;
  background: #F4F4F4;
  border: 1px solid rgba(0, 119, 194, 0.2);
  position: relative;
  padding: 20px;
  padding-bottom: 240px;
}
#main.article_section .article .rs .sales_wrapper .sale p {
  font-family: "Bebas Neue";
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
#main.article_section .article .rs .sales_wrapper .sale .h2 {
  font-size: 45px;
  color: #002661;
  margin-bottom: 10px;
}
#main.article_section .article .rs .sales_wrapper .sale .img_wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  width: 250px;
  display: flex;
  align-items: flex-end;
}
#main.article_section .article .rs .sales_wrapper .sale .img_wrapper:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: url(../img/pattern-2.svg) no-repeat center;
  z-index: 0;
}
#main.article_section .article .rs .sales_wrapper .sale .img_wrapper img {
  object-fit: contain;
  height: auto;
  position: relative;
}
#main.article_section .article .rs .sales_wrapper .sale .cta_mx > .btn {
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
}
#main.contacts_section {
  margin-bottom: -40px;
}
#main.contacts_section .block {
  display: grid;
  margin-bottom: 0;
}
#main.contacts_section .block .ls {
  border: 1px solid rgba(0, 119, 194, 0.2);
  padding: 20px;
  margin-bottom: 20px;
}
#main.contacts_section .block .ls .tel {
  margin-bottom: 20px;
}
#main.contacts_section .block .ls .tel .title {
  font-size: 14px;
  opacity: 0.5;
}
#main.contacts_section .block .ls .tel a {
  color: #2F2F2F;
  font-size: 18px;
  position: relative;
  padding-left: 20px;
}
#main.contacts_section .block .ls .tel a:before {
  content: "";
  position: absolute;
  left: 0%;
  top: 50%;
  width: 15px;
  height: 15px;
  transform: translate(0%, -50%);
  background: url(../img/cont-call-icon.svg) no-repeat center;
}
#main.contacts_section .block .ls .addr {
  margin-bottom: 20px;
}
#main.contacts_section .block .ls .addr .title {
  font-size: 14px;
  opacity: 0.5;
}
#main.contacts_section .block .ls .addr > div:last-child {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
}
#main.contacts_section .block .ls .addr > div:last-child:before {
  content: "";
  position: absolute;
  left: 0%;
  top: 10px;
  width: 15px;
  height: 15px;
  transform: translate(0%, -50%);
  background: url(../img/cont-map-icon.svg) no-repeat top left;
}
#main.contacts_section .block .ls .sc .title {
  font-size: 14px;
  opacity: 0.5;
}
#main.contacts_section .block .ls .sc .scedule {
  margin-bottom: 20px;
}
#main.contacts_section .block .ls .sc .scedule .l1 {
  display: flex;
  align-items: center;
}
#main.contacts_section .block .ls .sc .scedule .l1 p {
  margin: 0;
  color: #002661;
}
#main.contacts_section .block .ls .sc .scedule .l1 .scls {
  display: flex;
  margin-right: 15px;
}
#main.contacts_section .block .ls .sc .scedule .l1 .scls span {
  width: 12px;
  height: 12px;
  background: #D9D9D9;
  border-radius: 100%;
}
#main.contacts_section .block .ls .sc .scedule .l1 .scls span.on {
  background: #002661;
}
#main.contacts_section .block .ls .sc .scedule .l1.alt p {
  color: #00b953;
}
#main.contacts_section .block .ls .sc .scedule .l1.alt .scls span.on {
  background: #00b953;
}
#main.contacts_section .block .ls .sc .scedule .l1:last-child p {
  color: #00b953;
}
#main.contacts_section .block .ls .sc .scedule .l1:last-child .scls span.on {
  background: #00b953;
}
#main.contacts_section .block .rs {
  background: white;
}
#main.contacts_section .block .rs .contact_form .h2 {
  color: #002661;
  font-size: 36px;
}
#main.contacts_section .block .rs .contact_form .img_wrapper {
  display: flex;
}
#main .repl_list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
#main .repl_list > div {
  border: 1px solid rgba(0, 119, 194, 0.2);
  padding: 20px;
}
#main .repl_list > div .date {
  opacity: 0.5;
}
#main .repl_list > div .user {
  font-weight: bold;
  color: #002661;
}

.prices_section .h2 {
  color: #002661;
  margin-bottom: 15px;
  margin-top: 30px;
}
.prices_section .block {
  gap: 70px;
}

.pricelist {
  display: grid;
}
.pricelist li {
  display: block;
  padding: 0 !important;
  padding-left: 0;
  margin: 0;
  position: relative;
}
.pricelist li .value {
  font-weight: bold;
  color: #002661;
}
.pricelist li:before {
  display: none;
}

.banner {
  margin-bottom: 20px;
  margin-top: 20px;
}
.banner .inner {
  background: linear-gradient(94.02deg, #0077C2 -7.1%, #00B0D2 106.81%);
  border-radius: 4px;
  width: 100%;
  padding: 20px;
  position: relative;
  padding-bottom: 190px;
}
.banner .inner .img_wrapper {
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 276px;
}
.banner .inner .ls {
  color: white;
}
.banner .inner .ls .h2 {
  font-family: "Bebas Neue";
  font-weight: bold;
  font-size: 35px;
  margin-bottom: 20px;
}
.banner .inner .ls .tel {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 24px;
}

.soc_popup {
  position: fixed;
  z-index: 22;
  right: 10px;
  bottom: 10px;
}
.soc_popup > button {
  background: white;
  border: none;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  width: 50px;
  height: 50px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.soc_popup > button svg path {
  fill: #0077C2;
}
.soc_popup .inner {
  position: absolute;
  width: 100%;
  bottom: 60px;
  display: grid;
  gap: 5px;
  justify-content: center;
  overflow: hidden;
}
.soc_popup .inner a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 15px;
  border-radius: 100%;
  transform: translateY(200px);
  transition: all 0.3s ease-out;
}
.soc_popup .inner a.whatsapp {
  background: #2AA71B;
}
.soc_popup .inner a.telegram {
  background: #099BE5;
}
.soc_popup .inner a svg path {
  fill: white;
}
.soc_popup.open > button {
  background: #0077C2;
}
.soc_popup.open > button svg path {
  fill: white;
}
.soc_popup.open .inner a {
  transform: translateY(0px);
  transition: all 0.3s ease-out;
}

@media (min-width: 768px) {
  #header .cta_mx > .btn {
    right: auto;
    margin-left: -30px;
  }
  #header .menu {
    height: 100vh;
    padding-left: 16vw;
  }

  #hero {
    border-bottom: 1px solid rgba(0, 119, 194, 0.2);
  }
  #hero .hero_slider {
    height: 60vh;
    min-height: 600px;
  }
  #hero .hero_slider .container {
    display: flex;
    align-items: center;
  }
  #hero .hero_slider .container .row {
    flex-direction: column;
    align-content: flex-start;
    height: auto;
  }
  #hero .hero_slider .container .inner {
    width: 50%;
  }
  #hero .hero_slider .sidebar {
    display: block;
    position: absolute;
    right: 0px;
  }
  #hero .hero_slider .sidebar ul {
    display: grid;
    gap: 20px;
    width: 240px;
  }
  #hero .hero_slider .sidebar ul li {
    position: relative;
    padding-left: 30px;
  }
  #hero .hero_slider .sidebar ul li:before {
    content: "";
    position: absolute;
    left: 0%;
    top: 0%;
    width: 10px;
    height: 10px;
    border: 5px solid #002661;
    border-radius: 100%;
  }
  #hero .hero_slider .sidebar ul li .title, #hero .hero_slider .sidebar ul li h3 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 0;
  }
  #hero .hero_slider .sidebar ul li p {
    margin: 0;
    font-size: 12px;
  }
  #hero .hero_slider .swiper-button-next {
    top: auto;
    bottom: 20px;
    left: calc(50% + 30px);
  }
  #hero .hero_slider .swiper-button-prev {
    top: auto;
    bottom: 20px;
    left: calc(50% - 30px);
  }

  .btn {
    font-size: 15px;
    padding: 0 15px 0 10px;
  }

  #serv .container {
    position: relative;
  }
  #serv .design .d1 {
    overflow: visible;
    align-items: flex-end;
  }
  #serv .design .d1 img {
    width: 400px;
    transform: translateX(302px) translateY(138px);
  }
  #serv .design .d2 {
    overflow: visible;
    z-index: -1;
  }
  #serv .design .d2 .circle_gradient {
    transform: translateX(340px) translateY(138px);
  }
  #serv .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
    position: relative;
  }
  #serv .grid:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 100vw;
    height: 1px;
    transform: translate(-50%, -50%);
    background: #D4E4F2;
  }
  #serv .grid:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 100vw;
    height: 1px;
    transform: translate(-50%, -50%);
    background: #D4E4F2;
  }
  #serv .grid a {
    background: none;
    min-height: 210px;
    margin-top: -1px;
    border-color: #D4E4F2;
    -webkit-transition: all 0.2s cubic-bezier(0.76, 0, 0.24, 1);
    -moz-transition: all 0.2s cubic-bezier(0.76, 0, 0.24, 1);
    -o-transition: all 0.2s cubic-bezier(0.76, 0, 0.24, 1);
    transition: all 0.2s cubic-bezier(0.76, 0, 0.24, 1);
  }
  #serv .grid a:hover {
    background: rgba(0, 38, 97, 0.1);
  }
  #serv .grid a:nth-child(1), #serv .grid a:nth-child(3) {
    border-right: none;
  }
  #serv .grid a.last {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  #calc {
    background: none;
  }
  #calc .row {
    background: linear-gradient(54deg, #ebf5fb, #d1eaf5);
    padding: 40px;
    border: 1px solid rgba(0, 119, 194, 0.2);
  }
  #calc .list {
    display: flex;
    flex-wrap: wrap;
  }
  #calc .list button {
    width: fit-content;
    padding: 0 20px;
  }
  #calc .stage .preview_list .item {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  #calc .stage .preview_list .item .title {
    width: 100%;
  }
  #calc .stage .preview_list .item .price {
    width: 100px;
    text-align: right;
  }
  #calc .stage .preview_list .item .price:before {
    display: none;
  }
  #calc .stage .preview_list .item .count {
    width: 100px;
    text-align: center;
  }

  #doctors {
    position: relative;
  }
  #doctors:before {
    content: "";
    position: absolute;
    left: 0%;
    top: 100px;
    width: 1250px;
    height: 1250px;
    transform: translate(-50%, -50%);
    background: url(../img/circle-grandient.svg) no-repeat center;
    background-size: contain;
    z-index: -1;
    opacity: 0.3;
  }
  #doctors .doc_gallery {
    height: auto;
  }
  #doctors .swiper-slide-next, #doctors .swiper-slide-prev {
    opacity: 1;
  }
  #doctors .doc_wrapper .img_wrapper .prof {
    font-size: 12px;
  }
  #doctors .doc_wrapper .name, #doctors .doc_wrapper .surname {
    font-size: 18px;
  }
  #doctors .alt_container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 600px;
  }
  #doctors .alt_container .alt_row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  #doctors .alt_container .alt_row:before {
    content: "";
    position: absolute;
    left: -195px;
    top: 25px;
    width: 180px;
    height: 186px;
    background: url(../img/grid-1.svg) no-repeat center;
    background-size: contain;
  }
  #doctors .alt_container .alt_row:after {
    content: "";
    position: absolute;
    right: -195px;
    top: 25px;
    width: 180px;
    height: 186px;
    background: url(../img/grid-2.svg) no-repeat center;
    background-size: contain;
  }

  #benefits {
    position: relative;
  }
  #benefits .design {
    display: none;
  }
  #benefits .rs .design .d1 img {
    transform: translateX(264px) translateY(-201px);
  }
  #benefits .rs .design .d2 img {
    transform: translateX(139px) translateY(-96px);
  }
  #benefits .grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
  }

  #map_section {
    position: relative;
  }
  #map_section .design {
    display: none;
  }

  #footer .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  #footer .row .ls {
    grid-row-start: 1;
    grid-row-end: 2;
    align-items: flex-start;
  }
  #footer .row .ms {
    grid-row-start: 1;
    grid-row-end: 3;
    padding-left: 50px;
  }
  #footer .row .ms ul {
    margin-top: 0;
  }
  #footer .row .ms ul li {
    justify-content: flex-start;
    text-align: left;
  }
  #footer .row .rs {
    grid-row-start: 2;
    grid-row-end: 3;
    margin-top: 20px;
  }
  #footer .row .rs .title {
    text-align: left;
    justify-content: flex-start;
  }

  .banner {
    margin-bottom: 20px;
  }
  .banner .inner {
    padding: 30px;
    position: relative;
    padding-bottom: 190px;
    display: flex;
  }
  .banner .inner .img_wrapper {
    height: auto;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    display: flex;
    width: 276px;
    transform: scaleX(-1);
  }
  .banner .inner .ls {
    width: 50%;
    padding-right: 40px;
  }
  .banner .inner .ls .h2 {
    font-family: "Bebas Neue";
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 20px;
  }
  .banner .inner .ls .tel {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 24px;
  }
  .banner .inner .rs {
    width: 50%;
  }

  .pricelist {
    display: grid;
  }
  .pricelist li {
    display: flex;
    justify-content: space-between;
    padding: 0 !important;
    padding-left: 0;
    margin: 0;
    position: relative;
  }
  .pricelist li:after {
    content: "";
    position: absolute;
    left: 0%;
    top: 10px;
    width: 100%;
    height: 1px;
    z-index: -1;
    border-bottom: 1px dashed #BEBEBE;
  }
  .pricelist li .type {
    background-color: white;
    padding-right: 15px;
  }
  .pricelist li .value {
    flex-shrink: 0;
    font-weight: bold;
    color: #002661;
    background-color: white;
    padding-left: 15px;
  }
  .pricelist li:before {
    display: none;
  }

  #main.blog_section .blog_list {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
  #main.blog_section .blog_list a {
    text-decoration: none;
  }
  #main.blog_section .blog_list a .img_wrapper {
    height: 200px;
  }
  #main.blog_section .blog_list a .title {
    font-size: 18px;
    color: #2F2F2F;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #main.blog_section .blog_list a p {
    color: #2F2F2F;
  }
  #main.contacts_section {
    margin-bottom: -40px;
  }
  #main.contacts_section .block {
    display: grid;
    margin-bottom: 0;
  }
  #main.contacts_section .block .ls {
    border: 1px solid rgba(0, 119, 194, 0.2);
    padding: 20px;
    margin-bottom: 20px;
  }
  #main.contacts_section .block .ls .tel {
    margin-bottom: 20px;
  }
  #main.contacts_section .block .ls .tel .title {
    font-size: 14px;
    opacity: 0.5;
  }
  #main.contacts_section .block .ls .tel a {
    color: #2F2F2F;
    font-size: 18px;
    position: relative;
    padding-left: 20px;
  }
  #main.contacts_section .block .ls .tel a:before {
    content: "";
    position: absolute;
    left: 0%;
    top: 50%;
    width: 15px;
    height: 15px;
    transform: translate(0%, -50%);
    background: url(../img/cont-call-icon.svg) no-repeat center;
  }
  #main.contacts_section .block .ls .addr {
    margin-bottom: 20px;
  }
  #main.contacts_section .block .ls .addr .title {
    font-size: 14px;
    opacity: 0.5;
  }
  #main.contacts_section .block .ls .addr > div:last-child {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
  }
  #main.contacts_section .block .ls .addr > div:last-child:before {
    content: "";
    position: absolute;
    left: 0%;
    top: 10px;
    width: 15px;
    height: 15px;
    transform: translate(0%, -50%);
    background: url(../img/cont-map-icon.svg) no-repeat top left;
  }
  #main.contacts_section .block .ls .sc .title {
    font-size: 14px;
    opacity: 0.5;
  }
  #main.contacts_section .block .ls .sc .scedule {
    margin-bottom: 20px;
  }
  #main.contacts_section .block .ls .sc .scedule .l1 {
    display: flex;
    align-items: center;
  }
  #main.contacts_section .block .ls .sc .scedule .l1 p {
    margin: 0;
    color: #002661;
  }
  #main.contacts_section .block .ls .sc .scedule .l1 .scls {
    display: flex;
    margin-right: 15px;
  }
  #main.contacts_section .block .ls .sc .scedule .l1 .scls span {
    width: 12px;
    height: 12px;
    background: #D9D9D9;
    border-radius: 100%;
  }
  #main.contacts_section .block .ls .sc .scedule .l1 .scls span.on {
    background: #002661;
  }
  #main.contacts_section .block .ls .sc .scedule .l1.alt p {
    color: #00b953;
  }
  #main.contacts_section .block .ls .sc .scedule .l1.alt .scls span.on {
    background: #00b953;
  }
  #main.contacts_section .block .rs .contact_form {
    position: relative;
  }
  #main.contacts_section .block .rs .contact_form .h2 {
    color: #002661;
    font-size: 36px;
  }
  #main.contacts_section .block .rs .contact_form .mxform {
    width: 50%;
  }
  #main.contacts_section .block .rs .contact_form .img_wrapper {
    padding-top: 50px;
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
  }
}
@media (min-width: 1170px) {
  .swiper-button-next:after {
    font-size: 30px;
  }

  .swiper-button-prev:after {
    font-size: 30px;
  }

  #header {
    padding: 0;
    backdrop-filter: blur(5px);
  }
  #header .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 260px;
  }
  #header .logo img {
    width: auto;
  }
  #header .menu {
    height: auto;
    overflow-y: visible;
    padding-left: 0;
    display: flex;
    width: 66vw;
    background: none;
    margin-left: auto;
  }
  #header .menu > ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 5px;
    flex-shrink: 1;
    width: 100%;
    justify-content: space-evenly;
  }
  #header .menu > ul > li > a {
    font-weight: normal;
    font-size: 14px;
  }
  #header .menu > ul > li > ul {
    display: none;
  }
  #header .menu > ul > li:hover > ul {
    display: block;
    position: absolute;
    background: white;
    padding: 10px 20px 10px 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.007), 0 2px 4px rgba(0, 0, 0, 0.007), 0 4px 8px rgba(0, 0, 0, 0.007), 0 8px 16px rgba(0, 0, 0, 0.007), 0 16px 32px rgba(0, 0, 0, 0.007), 0 32px 64px rgba(0, 0, 0, 0.007);
  }
  #header .menu .address {
    border: none;
    width: 193px;
    border-right: 1px solid rgba(0, 119, 194, 0.2);
    border-left: 1px solid rgba(0, 119, 194, 0.2);
    margin: 0;
    display: flex;
    align-items: center;
    padding: 0 10px;
    flex-shrink: 0;
  }
  #header .menu .tel {
    display: flex;
    align-items: center;
    padding: 0 10px 0 40px;
    background-position-x: 20px;
    flex-shrink: 0;
  }
  #header .container {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #header .container .row {
    justify-content: space-between;
    margin: 0;
    border-bottom: 1px solid rgba(0, 119, 194, 0.2);
  }
  #header .cta_mx > .btn {
    font-size: 16px;
    width: auto;
    height: 110px;
    border-radius: 0;
    margin-left: 0;
    padding: 0 30px;
    position: relative;
    background: rgba(0, 38, 97, 0.2);
    color: #002661;
  }
  #header .cta_mx > .btn:before {
    display: none;
  }

  #burger ~ .burger {
    display: none;
    top: 40px;
    left: 300px;
  }
  #burger:checked ~ .menu > ul {
    display: grid;
    position: fixed;
    background: white;
    width: calc(100% + 20px);
    left: calc(-100vw + 1060px);
    top: 110px;
    height: auto;
    border-left: 1px solid rgba(0, 119, 194, 0.2);
    border-right: 1px solid rgba(0, 119, 194, 0.2);
    gap: 0px;
  }
  #burger:checked ~ .menu > ul > li {
    border-top: 1px solid rgba(0, 119, 194, 0.2);
    border-bottom: 1px solid rgba(0, 119, 194, 0.2);
    padding: 10px 10px;
    margin-top: -1px;
  }
  #burger:checked ~ .menu > ul > li:first-child {
    margin-top: 0;
  }
  #burger:checked ~ .menu > ul > li > ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
  #burger:checked ~ .menu > ul > li > ul li a {
    padding: 0;
    margin: 0;
  }

  #hero {
    position: relative;
  }
  #hero .hero_slider {
    min-height: calc(100vh - 56px);
  }
  #hero .hero_slider .swiper-button-prev {
    bottom: 130px;
    left: calc(50% - 65px);
  }
  #hero .hero_slider .swiper-button-next {
    bottom: 130px;
    left: calc(50% + 50px);
  }
  #hero .hero_slider .btn {
    width: fit-content;
  }
  #hero .hero_slider .sidebar {
    display: block;
    position: absolute;
    right: 0px;
  }
  #hero .hero_slider .sidebar ul {
    display: grid;
    gap: 30px;
    width: 300px;
  }
  #hero .hero_slider .sidebar ul li {
    position: relative;
    padding-left: 30px;
  }
  #hero .hero_slider .sidebar ul li:before {
    content: "";
    position: absolute;
    left: 0%;
    top: 0%;
    width: 10px;
    height: 10px;
    border: 5px solid #002661;
    border-radius: 100%;
  }
  #hero .hero_slider .sidebar ul li .title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
  }
  #hero .hero_slider .sidebar ul li p {
    margin: 0;
    font-size: 14px;
  }
  #hero .hero_slider_thumbs {
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 0;
  }
  #hero .hero_slider_thumbs .swiper-slide {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    border: 1px solid rgba(0, 119, 194, 0.2);
    text-align: center;
    backdrop-filter: blur(5px);
    cursor: pointer;
  }
  #hero .hero_slider_thumbs .swiper-slide:hover {
    background: rgba(0, 119, 194, 0.1);
  }
  #hero .hero_slider_thumbs .swiper-slide.swiper-slide-active {
    background: rgba(0, 119, 194, 0.1);
  }
  #hero .hero_slider_thumbs .swiper-slide.swiper-slide-active:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0%;
    width: 100%;
    height: 5px;
    transform: translate(-50%, -50%);
    background: #002661;
  }

  #serv .design .d2 .circle_gradient {
    opacity: 0.2;
    transform: translateX(624px) translateY(138px);
  }
  #serv .design .d1 img {
    width: auto;
    transform: translateX(837px) translateY(276px);
  }
  #serv .h1 {
    margin-bottom: 75px;
  }
  #serv .grid a {
    padding: 30px;
  }
  #serv .grid a .title {
    font-size: 25px;
  }
  #serv .grid a .pretitle {
    font-size: 14px;
    padding-right: 140px;
  }
  #serv .grid a.last .pretitle {
    padding-right: 50%;
  }

  #calc {
    padding: 0;
  }
  #calc .row {
    background: linear-gradient(28deg, #d9f1ff00, #d1eaf5);
  }
  #calc .h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  #calc .h1 {
    color: #002661;
  }
  #calc .list {
    width: 100%;
    display: flex;
  }
  #calc .stage {
    display: none;
    width: 100%;
    position: relative;
  }
  #calc .stage.show {
    display: block;
  }
  #calc .stage .input_list {
    column-count: 2;
  }
  #calc .stage .header_wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  #calc .stage .header_wrapper button {
    border: none;
    background: none;
  }
  #calc .stage .header_wrapper .h1 {
    margin: 0;
    margin-left: 15px;
  }
  #calc .stage .iw {
    margin: 10px 0;
    break-inside: avoid;
  }
  #calc .stage .total_wrapper {
    width: calc(100% + 80px);
    margin-left: -40px;
    margin-bottom: -42px;
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
    border-top: 1px solid rgba(0, 119, 194, 0.2);
  }
  #calc .stage .total_wrapper .total {
    display: block;
    color: #002661;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 40px;
  }
  #calc .stage .total_wrapper .total span {
    font-weight: bold;
  }
  #calc .stage .total_wrapper button {
    width: auto;
  }
  #calc .stage .preview_list {
    display: grid;
    gap: 20px;
  }
  #calc .stage .preview_list .item {
    display: flex;
  }
  #calc .stage .final {
    display: flex;
    justify-content: space-between;
  }
  #calc .stage .final .rs {
    position: relative;
    width: 350px;
    border-left: none;
    padding-left: 60px;
    padding-right: 20px;
  }
  #calc .stage .final .rs:before {
    content: "";
    position: absolute;
    left: 0%;
    top: -40px;
    width: 1px;
    height: calc(100% + 80px);
    border-left: 1px solid rgba(0, 119, 194, 0.2);
  }
  #calc .stage .final .total_wrapper {
    border-top: none;
    width: auto;
    margin: 0;
    justify-content: flex-start;
    font-size: 16px;
  }
  #calc .stage .final .total_wrapper .total {
    margin: 0;
  }
  #calc .stage .final .total_wrapper .total span {
    display: block;
    font-size: 33px;
    font-weight: bold;
    margin-top: 10px;
  }

  #doctors .alt_container {
    width: 1120px;
  }
  #doctors .alt_container .alt_row:before {
    left: -383px;
    top: 18px;
    width: 355px;
    height: 367px;
  }
  #doctors .alt_container .alt_row:after {
    width: 355px;
    height: 367px;
    right: -385px;
    top: 17px;
  }
  #doctors .swiper-button-prev {
    right: 100px;
  }
  #doctors .h1 {
    margin-bottom: 50px;
  }
  #doctors .doc_gallery {
    padding-top: 110px;
    margin-top: -92px;
  }
  #doctors .doc_wrapper .surname, #doctors .doc_wrapper .name {
    font-size: 24px;
  }

  #benefits {
    padding-top: 0;
  }
  #benefits .design {
    display: block;
  }
  #benefits .design .d1 {
    align-items: flex-end;
    overflow: visible;
  }
  #benefits .design .d1 img {
    width: auto;
    transform: translateX(-580px) translateY(43px);
  }
  #benefits .h1 {
    margin-bottom: 50px;
  }
  #benefits .ls {
    width: 58.3333333333%;
    padding-right: 50px;
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #benefits .ls:before {
    content: "";
    position: absolute;
    left: -120%;
    top: 0%;
    width: 240vw;
    height: 1px;
    background: rgba(0, 119, 194, 0.2);
  }
  #benefits .ls:after {
    content: "";
    position: absolute;
    left: -120%;
    bottom: 0%;
    width: 240vw;
    height: 1px;
    background: rgba(0, 119, 194, 0.2);
  }
  #benefits .rs {
    width: 41.6666666667%;
    margin: 0;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    border: 1px solid rgba(0, 119, 194, 0.2);
  }
  #benefits .rs input {
    margin: 25px 0;
  }
  #benefits .rs .design .d1 {
    z-index: -1;
  }
  #benefits .rs .design .d1 img {
    transform: translateX(174px) translateY(-493px);
    width: 500px;
  }
  #benefits .rs .design .d2 {
    z-index: -1;
  }
  #benefits .rs .design .d2 img {
    transform: translateX(2px) translateY(-116px);
    width: 300px;
  }
  #benefits .grid {
    margin: 0;
  }

  #repl .h1 {
    margin-bottom: 50px;
  }
  #repl .repl_slider {
    padding-top: 103px;
    margin-top: -96px;
  }
  #repl .repl_slider:before {
    content: "";
    position: absolute;
    left: 0%;
    top: 0%;
    width: 1250px;
    height: 100%;
    transform: translateX(-100%);
    background: white;
    opacity: 0.7;
    z-index: 2;
  }
  #repl .repl_slider:after {
    content: "";
    position: absolute;
    right: 0%;
    top: 0%;
    width: 1250px;
    height: 100%;
    transform: translateX(100%);
    background: white;
    opacity: 0.7;
    z-index: 2;
  }

  #map_section {
    position: relative;
    padding: 0;
  }
  #map_section .design {
    display: block;
  }
  #map_section .design .d1 {
    z-index: -1;
    overflow: visible;
  }
  #map_section .design .d1 img {
    width: 420px;
    transform: translateX(508px) translateY(-205px);
  }

  #footer .row {
    grid-template-columns: 1fr 2fr 1.2fr;
  }
  #footer .row .ls {
    grid-row-start: auto;
    grid-row-end: auto;
    justify-content: flex-start;
  }
  #footer .row .ls .socs {
    margin-top: 55px;
  }
  #footer .row .ms {
    grid-row-start: auto;
    grid-row-end: auto;
    padding-left: 0;
  }
  #footer .row .ms ul {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 13px;
  }
  #footer .row .rs {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-row-start: auto;
    grid-row-end: auto;
    margin-top: 0;
  }
  #footer .row .rs .title {
    font-size: 18px;
  }

  #main {
    padding: 0;
  }
  #main ul {
    display: grid;
    gap: 20px;
    margin-bottom: 20px;
    line-height: 160%;
  }
  #main ul li {
    position: relative;
    padding-left: 15px;
  }
  #main ul li:before {
    content: "";
    position: absolute;
    left: 0%;
    top: 7px;
    width: 5px;
    height: 5px;
    background: #002661;
    border-radius: 100%;
  }
  #main h1 {
    margin-bottom: 50px;
  }
  #main .block {
    display: flex;
    margin-bottom: 50px;
  }
  #main .block.img-right .rs {
    flex-shrink: 0;
    padding-left: 100px;
  }
  #main .block.img-right .rs .img_wrapper {
    height: auto;
  }
  #main .block.img-left .ls {
    flex-shrink: 0;
    padding-right: 100px;
  }
  #main .block.img-left .ls .img_wrapper {
    height: auto;
  }
  #main.servs .block {
    gap: 50px;
  }
  #main.servs .block .img_wrapper {
    height: 100%;
  }
  #main.servs .block .img_wrapper img {
    object-fit: cover;
  }
  #main.servs .block.alt .img_wrapper {
    height: auto;
  }
  #main.servs .block:nth-child(even) {
    flex-direction: row-reverse;
  }
  #main.servs .text_block {
    border: 1px solid rgba(0, 119, 194, 0.2);
    padding: 40px;
  }
  #main.servs .banner2 {
    margin-top: 50px;
    background: #EBEBEB;
    padding: 40px;
    padding-bottom: 100px;
    position: relative;
  }
  #main.servs .banner2 .img_wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 320px;
    height: auto;
    display: flex;
  }
  #main.servs .banner2 .mxform form {
    width: 60%;
  }
  #main.servs .banner2 .mxform h2 {
    margin-top: 0;
  }
  #main.servs .patterned {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  #main.servs .patterned .pattern {
    margin-top: 50px;
    height: 100%;
    background: url(../img/pattern-1.svg);
    background-size: 520px;
  }
  #main.sales_section .block {
    border-bottom: 1px solid rgba(0, 119, 194, 0.2);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 50px;
    position: relative;
    overflow: hidden;
  }
  #main.sales_section .block .design {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  #main.sales_section .block .design .d1 img {
    width: 320px;
    transform: translateX(403px) translateY(271px);
  }
  #main.sales_section .block .h1 {
    color: #002661;
  }
  #main.sales_section .block .ls {
    background: url(../img/pattern-2.svg) no-repeat center;
  }
  #main.sales_section .block .ls .img_wrapper {
    display: flex;
  }
  #main.sales_section .block .ls .img_wrapper img {
    max-height: 400px;
  }
  #main.blog_section .blog_list {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
  #main.blog_section .blog_list a {
    text-decoration: none;
  }
  #main.blog_section .blog_list a .img_wrapper {
    height: 330px;
  }
  #main.blog_section .blog_list a .title {
    margin-top: 30px;
    font-size: 24px;
    color: #2F2F2F;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #main.blog_section .blog_list a p {
    color: #2F2F2F;
  }
  #main.article_section .article {
    display: grid;
    grid-template-columns: 8fr 4fr;
    gap: 50px;
  }
  #main.article_section .article .ls .img_wrapper {
    height: auto;
  }
  #main.article_section .article .rs .sales_wrapper .sale {
    margin-bottom: 20px;
    background: #F4F4F4;
    border: 1px solid rgba(0, 119, 194, 0.2);
    position: relative;
    padding: 20px;
    padding-bottom: 240px;
  }
  #main.article_section .article .rs .sales_wrapper .sale p {
    font-family: "Bebas Neue";
    font-weight: bold;
    font-size: 32px;
    line-height: 1;
    position: relative;
    z-index: 1;
  }
  #main.article_section .article .rs .sales_wrapper .sale .h2 {
    font-size: 45px;
    color: #002661;
    margin-bottom: 10px;
  }
  #main.article_section .article .rs .sales_wrapper .sale .img_wrapper {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    width: 250px;
    display: flex;
    align-items: flex-end;
  }
  #main.article_section .article .rs .sales_wrapper .sale .img_wrapper:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url(../img/pattern-2.svg) no-repeat center;
    z-index: 0;
  }
  #main.article_section .article .rs .sales_wrapper .sale .img_wrapper img {
    object-fit: contain;
    height: auto;
    position: relative;
  }
  #main.article_section .article .rs .sales_wrapper .sale .cta_mx > .btn {
    position: absolute;
    bottom: 20px;
    width: calc(100% - 40px);
  }
  #main.contacts_section {
    margin-bottom: 100px;
  }
  #main.contacts_section:before {
    content: "";
    position: absolute;
    left: calc(50% + 500px);
    top: 50%;
    width: 1550px;
    height: 1550px;
    transform: translate(-50%, -50%);
    background: url(../img/circle-grandient.svg) no-repeat center;
    background-size: contain;
    opacity: 0.2;
    z-index: -2;
  }
  #main.contacts_section .block {
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 50px;
    margin-bottom: 0;
  }
  #main.contacts_section .block .ls {
    border: 1px solid rgba(0, 119, 194, 0.2);
    padding: 40px;
    margin-bottom: 0px;
  }
  #main.contacts_section .block .ls .tel {
    margin-bottom: 20px;
  }
  #main.contacts_section .block .ls .tel .title {
    font-size: 14px;
    opacity: 0.5;
  }
  #main.contacts_section .block .ls .tel a {
    color: #2F2F2F;
    font-size: 18px;
    position: relative;
    padding-left: 20px;
  }
  #main.contacts_section .block .ls .tel a:before {
    content: "";
    position: absolute;
    left: 0%;
    top: 50%;
    width: 15px;
    height: 15px;
    transform: translate(0%, -50%);
    background: url(../img/cont-call-icon.svg) no-repeat center;
  }
  #main.contacts_section .block .ls .addr {
    margin-bottom: 20px;
  }
  #main.contacts_section .block .ls .addr .title {
    font-size: 14px;
    opacity: 0.5;
  }
  #main.contacts_section .block .ls .addr > div:last-child {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
  }
  #main.contacts_section .block .ls .addr > div:last-child:before {
    content: "";
    position: absolute;
    left: 0%;
    top: 10px;
    width: 15px;
    height: 15px;
    transform: translate(0%, -50%);
    background: url(../img/cont-map-icon.svg) no-repeat top left;
  }
  #main.contacts_section .block .ls .sc .title {
    font-size: 14px;
    opacity: 0.5;
  }
  #main.contacts_section .block .ls .sc .scedule {
    margin-bottom: 20px;
  }
  #main.contacts_section .block .ls .sc .scedule .l1 {
    display: flex;
    align-items: center;
  }
  #main.contacts_section .block .ls .sc .scedule .l1 p {
    margin: 0;
    color: #002661;
  }
  #main.contacts_section .block .ls .sc .scedule .l1 .scls {
    display: flex;
    margin-right: 15px;
  }
  #main.contacts_section .block .ls .sc .scedule .l1 .scls span {
    width: 12px;
    height: 12px;
    background: #D9D9D9;
    border-radius: 100%;
  }
  #main.contacts_section .block .ls .sc .scedule .l1 .scls span.on {
    background: #002661;
  }
  #main.contacts_section .block .ls .sc .scedule .l1.alt p {
    color: #00b953;
  }
  #main.contacts_section .block .ls .sc .scedule .l1.alt .scls span.on {
    background: #00b953;
  }
  #main.contacts_section .block .rs {
    padding: 40px;
    overflow: hidden;
  }
  #main.contacts_section .block .rs .contact_form {
    position: relative;
  }
  #main.contacts_section .block .rs .contact_form .h2 {
    color: #002661;
    font-size: 36px;
  }
  #main.contacts_section .block .rs .contact_form .mxform {
    width: 50%;
  }
  #main.contacts_section .block .rs .contact_form .img_wrapper {
    padding-top: 50px;
    display: flex;
    position: absolute;
    bottom: -41px;
    right: -70px;
    width: 68%;
    height: auto;
  }
  #main .repl_list {
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  #main .repl_list > div {
    border: 1px solid rgba(0, 119, 194, 0.2);
    padding: 20px;
  }
  #main .repl_list > div .date {
    opacity: 0.5;
  }
  #main .repl_list > div .user {
    font-weight: bold;
    color: #002661;
  }

  .banner {
    margin-bottom: 100px;
    margin-top: 100px;
  }
  .banner .inner {
    padding: 40px;
    position: relative;
    padding-bottom: 40px;
    display: flex;
  }
  .banner .inner .img_wrapper {
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    display: flex;
    width: 325px;
    transform: none;
  }
  .banner .inner .ls {
    width: 40%;
    padding-right: 40px;
    margin-left: 320px;
    flex-shrink: 0;
  }
  .banner .inner .ls .h2 {
    font-family: "Bebas Neue";
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 20px;
  }
  .banner .inner .ls .tel {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 24px;
  }
  .banner .inner .rs {
    width: 35%;
  }
  .banner .inner .rs .mxform {
    height: 100%;
  }
  .banner .inner .rs .mxform .form {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .banner .inner .rs .mxform .form input {
    margin: 0;
  }
  .banner .inner .rs .mxform > h2 {
    display: none;
  }

  .prices_section .h2 {
    color: #002661;
    padding-right: 10%;
  }
}
@media (min-width: 1600px) {
  #burger ~ .burger {
    display: none;
  }

  #header .logo {
    border-right: 1px solid rgba(0, 119, 194, 0.2);
    flex-shrink: 0;
  }
  #header .container .row {
    flex-wrap: nowrap;
  }
  #header .menu {
    margin-left: 0;
    width: 100%;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  #header .menu > ul {
    padding: 0 20px;
    display: flex;
    gap: 25px;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
  }
  #header .menu > ul > li a {
    font-weight: normal;
  }
  #header .menu > ul > li.active > a {
    position: relative;
  }
  #header .menu > ul > li.active > a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: calc(0% - 42px);
    width: 100px;
    height: 3px;
    transform: translate(-50%, -50%);
    background: #002661;
  }
  #header .menu > ul > li:hover > ul {
    display: block;
    position: absolute;
    z-index: 2;
    background: white;
    padding: 20px;
    margin-left: -20px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.09), 0 4px 2px rgba(0, 0, 0, 0.09), 0 8px 4px rgba(0, 0, 0, 0.09), 0 16px 8px rgba(0, 0, 0, 0.09), 0 32px 16px rgba(0, 0, 0, 0.09);
  }
  #header .menu > ul > li > ul {
    display: none;
  }
  #header .menu > ul > li > ul > li a {
    font-weight: normal;
    margin-left: 0;
  }
  #header .menu .tel {
    flex-shrink: 0;
    width: 240px;
  }
  #header .menu .address {
    flex-shrink: 0;
    width: 280px;
  }
}

/*# sourceMappingURL=style.css.map */
