.container {
  position: relative;
  max-width: 1580px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .container {
    padding-left: 39px;
    padding-right: 39px;
  }
}
@media (max-width: 575px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 320px) {
  .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Regular.woff2") format("woff2"), url("../fonts/Onest-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Medium.woff2") format("woff2"), url("../fonts/Onest-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Bold.woff2") format("woff2"), url("../fonts/Onest-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
body {
  background: #fff;
  color: #000000;
}

a, a:hover {
  color: inherit;
  text-decoration: none;
}

table {
  width: 100%;
}

img {
  width: 100%;
}

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

p, h1, h2, h3, h4, li {
  margin: 0;
}

strong {
  font-weight: 500;
}

section {
  padding: 100px 0 200px;
}
section h2 {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 75px;
  line-height: 1.1;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  section h2 {
    margin-bottom: 60px;
  }
}
section.dark {
  background: #000000;
  color: #fff;
}
section h3 {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 30px;
  padding-top: 30px;
  border-top: 1px solid #DDD;
}

header {
  position: relative;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  overflow: hidden;
}
header .header-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
header .header-wrp {
  padding: 60px 0 100px;
  background: #F5F5F5;
  position: relative;
  z-index: 5;
}
@media (max-width: 575px) {
  header .header-wrp {
    padding: 30px 0 60px;
  }
}
header .header-wrp .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 140px;
}
@media (max-width: 575px) {
  header .header-wrp .head {
    margin-bottom: 75px;
  }
}
header .header-wrp .head .menu {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  header .header-wrp .head .menu {
    display: none;
  }
}
header .header-wrp .head .menu li {
  margin: 0 30px;
}
@media (max-width: 1199px) {
  header .header-wrp .head .menu li {
    margin: 0 20px;
  }
}
header .header-wrp .head .menu li a {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  transition: 0.3s ease all;
}
header .header-wrp .head .menu li a:hover {
  color: #176951;
}
header .header-wrp .head .mob-menu {
  display: none;
  width: 25px;
}
header .header-wrp .head .mob-menu svg {
  width: 100%;
  fill: #000000;
}
@media (max-width: 991px) {
  header .header-wrp .head .mob-menu {
    display: table;
  }
}
header .header-wrp .head .head-tel {
  text-decoration: underline;
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1;
  transition: 0.3s ease all;
}
header .header-wrp .head .head-tel:hover {
  color: #176951;
}
@media (max-width: 768px) {
  header .header-wrp .head .head-tel {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  header .header-wrp .head .head-tel {
    font-size: 12px;
  }
}
header .header-wrp .main-wrp {
  width: 54%;
}
@media (max-width: 768px) {
  header .header-wrp .main-wrp {
    width: 100%;
  }
}
header .header-wrp .pre-h1 {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.1;
  margin-top: 100px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  header .header-wrp .pre-h1 {
    text-align: center;
  }
}
@media (max-width: 575px) {
  header .header-wrp .pre-h1 {
    font-size: 18px;
  }
}
header .header-wrp h1 {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 33px;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  header .header-wrp h1 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  header .header-wrp h1 {
    text-align: center;
  }
}
@media (max-width: 575px) {
  header .header-wrp h1 {
    font-size: 24px;
  }
}
header .header-wrp .post-h1 {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.4;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  header .header-wrp .post-h1 {
    text-align: center;
  }
}
@media (max-width: 575px) {
  header .header-wrp .post-h1 {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  header .header-wrp .butt-wrp {
    display: block;
  }
}

.video {
  position: relative;
  height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  .video {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .video {
    height: 400px;
  }
}
.video .play {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: url(../img/play.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 190px auto;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .video .play {
    background-size: 100px auto;
  }
}

.templ-row .templ-block .about-title {
  margin-bottom: 60px;
}
.templ-row .templ-block .about-title p {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  line-height: 1.5;
}
@media (max-width: 575px) {
  .templ-row .templ-block .about-title p {
    font-size: 12px;
  }
}
.templ-row .cifs-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .templ-row .cifs-row {
    flex-direction: column;
  }
}
.templ-row .cifs-row.mb {
  margin-bottom: 50px;
}
.templ-row .cifs-row .cif-col {
  width: 48%;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .templ-row .cifs-row .cif-col {
    width: 100%;
  }
}
.templ-row .cifs-row .cif-col p {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  .templ-row .cifs-row .cif-col p {
    font-size: 14px;
  }
}
.templ-row .cifs-row .cif-col .val {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 10px;
}
.templ-row.preim {
  display: block;
}
.templ-row.preim h2 {
  width: 100%;
  margin-bottom: 35px;
}

.preim-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.preim-row .preim-col {
  width: 32%;
  border: 2px solid #828282;
  border-radius: 30px;
  padding: 40px;
  margin-bottom: 30px;
  transition: 0.3s ease all;
}
.preim-row .preim-col:hover {
  background: #d2ede5;
}
@media (max-width: 1199px) {
  .preim-row .preim-col {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .preim-row .preim-col {
    width: 100%;
  }
}
.preim-row .preim-col img {
  width: 40px;
  margin-bottom: 30px;
}
.preim-row .preim-col .preim-zag {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 20px;
}
.preim-row .preim-col .preim-text {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}

.preim2-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.preim2-row .preim2-col {
  width: 49%;
  border: 2px solid #828282;
  border-radius: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  overflow: hidden;
  transition: 0.3s ease all;
}
@media (max-width: 991px) {
  .preim2-row .preim2-col {
    width: 100%;
  }
}
.preim2-row .preim2-col:hover {
  background: #d2ede5;
}
@media (max-width: 768px) {
  .preim2-row .preim2-col {
    width: 100%;
  }
}
.preim2-row .preim2-col .preim2-img {
  width: 40%;
  height: 100%;
  min-height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 575px) {
  .preim2-row .preim2-col .preim2-img {
    min-height: 215px;
  }
}
.preim2-row .preim2-col .preim2-info {
  width: 60%;
  padding: 25px;
}
.preim2-row .preim2-col .preim2-info .preim2-zag {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .preim2-row .preim2-col .preim2-info .preim2-zag {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .preim2-row .preim2-col .preim2-info .preim2-zag {
    font-size: 13px;
  }
}
.preim2-row .preim2-col .preim2-info .preim2-text {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  .preim2-row .preim2-col .preim2-info .preim2-text {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .preim2-row .preim2-col .preim2-info .preim2-text {
    font-size: 11px;
  }
}

.gallery {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 100px 0;
}
@media (max-width: 768px) {
  .gallery {
    flex-direction: column;
  }
}
.gallery .gall_left {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .gallery .gall_left {
    width: 100%;
    flex-direction: row;
    margin-bottom: 30px;
  }
}
.gallery .gall {
  border-radius: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .gallery .gall {
    border-radius: 15px;
  }
}
.gallery .gall.small {
  width: 100%;
  height: 300px;
}
@media (max-width: 991px) {
  .gallery .gall.small {
    width: 48%;
    height: 200px;
  }
}
@media (max-width: 575px) {
  .gallery .gall.small {
    height: 150px;
  }
}
.gallery .gall.big {
  width: 65%;
  height: 630px;
}
@media (max-width: 991px) {
  .gallery .gall.big {
    height: 420px;
  }
}
@media (max-width: 768px) {
  .gallery .gall.big {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .gallery .gall.big {
    height: 250px;
  }
}

.port-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding-top: 60px;
  border-top: 1px solid #DDD;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .port-row {
    flex-direction: column;
  }
}
.port-row .port-img {
  width: 50%;
  border-radius: 30px;
  min-height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1199px) {
  .port-row .port-img {
    min-height: none;
    height: 350px;
  }
}
@media (max-width: 991px) {
  .port-row .port-img {
    width: 100%;
    height: 450px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .port-row .port-img {
    height: 300px;
  }
}
.port-row .port-block {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .port-row .port-block {
    width: 100%;
  }
}
.port-row .port-block .name {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 35px;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .port-row .port-block .name {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .port-row .port-block .name {
    text-align: center;
  }
}
.port-row .port-block p {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  .port-row .port-block p {
    font-size: 15px;
  }
}

.butt-wrp.center {
  margin-left: auto;
  margin-right: auto;
}

.media_zag {
  text-align: center;
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .media_zag {
    font-size: 25px;
  }
}

.gall_row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
}
.gall_row a {
  width: 32%;
  padding-bottom: 25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .gall_row a {
    width: 48%;
  }
}

.butt-row.for-media {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 75px;
}

.smi-row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}
.smi-row .smi_block {
  width: 15%;
  margin: 0 0.5% 25px;
  padding: 20px;
  border-radius: 20px;
  background: #d4e5ff;
  transition: 0.3s ease all;
}
@media (max-width: 991px) {
  .smi-row .smi_block {
    width: 24%;
  }
}
@media (max-width: 768px) {
  .smi-row .smi_block {
    width: 32%;
  }
}
@media (max-width: 575px) {
  .smi-row .smi_block {
    width: 48%;
  }
}
.smi-row .smi_block .pod_img {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smi-row .smi_block .pod_img img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.smi-row .smi_block p {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0 !important;
  transition: 0.3s ease all;
}
.templ-row .templ-block .smi-row .smi_block p {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  .templ-row .templ-block .smi-row .smi_block p {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .smi-row .smi_block p {
    font-size: 13px;
  }
}
.smi-row .smi_block:hover p {
  color: #176951;
}

.serv-row {
  display: block;
  margin-top: 50px;
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 1.1;
  padding: 40px 0;
  padding-right: 40px;
  border-bottom: 1px solid #DDD;
  position: relative;
  transition: 0.3s ease all;
}
@media (max-width: 768px) {
  .serv-row {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .serv-row {
    font-size: 25px;
  }
}
.serv-row:after {
  content: "";
  position: absolute;
  top: 40px;
  right: 0;
  width: 25px;
  height: 25px;
  background-image: url(../img/link.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.serv-row:hover {
  color: #d2ede5;
  padding-left: 25px;
}

.blog-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.blog-row .blog-col {
  width: 31%;
  margin-right: 2%;
  margin-bottom: 75px;
}
@media (max-width: 1199px) {
  .blog-row .blog-col {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .blog-row .blog-col {
    width: 100%;
    margin-right: 0;
  }
}
.blog-row .blog-col .date {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  padding-bottom: 30px;
  border-bottom: 1px solid #DDD;
}
.blog-row .blog-col .name {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.1;
  margin: 30px 0 20px;
  transition: 0.3s ease all;
}
@media (max-width: 575px) {
  .blog-row .blog-col .name {
    font-size: 21px;
  }
}
.blog-row .blog-col p {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 575px) {
  .blog-row .blog-col p {
    font-size: 14px;
  }
}
.blog-row .blog-col:hover .name {
  color: #d2ede5;
}

.butt-wrp.right {
  margin-left: auto;
}

.reviews {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  padding: 100px 0;
  background: #f3f3f3;
  border-radius: 60px;
}
@media (max-width: 768px) {
  .reviews {
    padding: 50px 0;
  }
}
.reviews .container {
  padding-left: 40px;
  padding-right: 40px;
}
.reviews .templ-row {
  border-top-color: #000000;
}
.reviews .rev-slider {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575px) {
  .reviews .rev-slider {
    width: 100%;
  }
}
.reviews .rev-slider .rev p {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.1;
  line-height: 1.5;
}
@media (max-width: 575px) {
  .reviews .rev-slider .rev p {
    font-size: 14px;
  }
}
.reviews .rev-slider .rev .rev-autor {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.reviews .rev-slider .rev .rev-autor img {
  width: 60px;
  border-radius: 50px;
  margin-right: 20px;
}
.reviews .rev-slider .rev .rev-autor .name {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 5px;
}
.reviews .rev-slider .rev .rev-autor .city {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
}
.reviews .rev-slider .owl-nav {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 575px) {
  .reviews .rev-slider .owl-nav {
    position: static;
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
.reviews .rev-slider .owl-nav button {
  margin: 25px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.reviews .rev-slider .owl-nav button.owl-prev {
  background-image: url(../img/left.svg);
}
.reviews .rev-slider .owl-nav button.owl-next {
  background-image: url(../img/right.svg);
}
.reviews .rev-slider .owl-nav button span {
  display: none;
}

footer {
  padding-top: 100px;
}
footer .foot-row {
  border-top: 1px solid #DDD;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  footer .foot-row {
    flex-direction: column;
  }
}
footer .foot-row .foot-menus {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  footer .foot-row .foot-menus {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  footer .foot-row .foot-menus {
    flex-direction: column;
  }
}
footer .foot-row .foot-menus .list {
  display: table;
  margin-left: 100px;
}
@media (max-width: 1199px) {
  footer .foot-row .foot-menus .list {
    margin-left: 50px;
  }
}
@media (max-width: 991px) {
  footer .foot-row .foot-menus .list {
    margin-left: 0;
    margin-right: 50px;
  }
}
@media (max-width: 768px) {
  footer .foot-row .foot-menus .list {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  footer .foot-row .foot-menus .list:nth-child(2) {
    display: none;
  }
}
footer .foot-row .foot-menus .list .title {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  footer .foot-row .foot-menus .list .title {
    margin-bottom: 20px;
  }
}
footer .foot-row .foot-menus .list ul li {
  margin-bottom: 16px;
}
footer .foot-row .foot-menus .list ul li a {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  transition: 0.3s ease all;
  color: #828282;
}
footer .foot-row .foot-menus .list ul li a:hover {
  color: #d2ede5;
}
footer .foot-row .left-col {
  width: 30%;
}
@media (max-width: 991px) {
  footer .foot-row .left-col {
    width: 100%;
    margin-bottom: 30px;
  }
}
footer .foot-row .right-col {
  width: 65%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  footer .foot-row .right-col {
    width: 100%;
  }
}
@media (max-width: 575px) {
  footer .foot-row .right-col {
    flex-direction: column;
  }
}
footer .foot-row .left-col p, footer .foot-row .right-col p {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  color: #828282;
}
@media (max-width: 575px) {
  footer .foot-row .left-col p.butik, footer .foot-row .right-col p.butik {
    color: #d2ede5;
    margin-top: 30px;
  }
}
footer .foot-row .left-col p a, footer .foot-row .right-col p a {
  transition: 0.3s ease all;
}
footer .foot-row .left-col p a:hover, footer .foot-row .right-col p a:hover {
  color: #d2ede5;
}
footer .foot-row .tel {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  padding-left: 35px;
  position: relative;
  transition: 0.3s ease all;
}
footer .foot-row .tel:hover {
  color: #d2ede5;
}
footer .foot-row .tel:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 1px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/phone.svg);
}
footer .foot-row .adr {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  padding-left: 35px;
  position: relative;
  transition: 0.3s ease all;
}
footer .foot-row .adr:hover {
  color: #d2ede5;
}
footer .foot-row .adr:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 1px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/adr.svg);
}

.popup {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), rgba(238, 238, 238, 0.1);
  -webkit-backdrop-filter: blur(11.5px);
          backdrop-filter: blur(11.5px);
  z-index: 500;
}
.popup .popup_close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
}
.popup .popup_vnutr {
  position: relative;
  margin: 150px auto 0;
  max-width: 750px;
  background: #fff;
  padding: 100px;
  z-index: 5000;
  border-radius: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .popup .popup_vnutr {
    padding: 60px 40px;
    margin-top: 75px;
  }
}
.popup .popup_vnutr h2 {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.1;
  margin-bottom: 10px;
}
.popup .popup_vnutr p {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .popup .popup_vnutr p {
    font-size: 13px;
  }
}
.popup .popup_vnutr p a {
  text-decoration: underline;
  transition: 0.3s ease all;
}
.popup .popup_vnutr p a:hover {
  color: #d2ede5;
}
.popup .popup_vnutr input[type=text] {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  width: 100%;
  outline: none;
  border: none;
  background: none;
  border-bottom: 1px solid #DDD;
  padding: 10px 0;
  margin-bottom: 40px;
}
.popup .popup_vnutr input[type=text]::-moz-placeholder {
  opacity: 0.5;
}
.popup .popup_vnutr input[type=text]::placeholder {
  opacity: 0.5;
}
.popup .popup_vnutr .butt {
  padding: 15px 50px;
  margin: 0 auto;
}
.popup .popup_vnutr .cross {
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 15px;
  opacity: 0.5;
}
.popup .popup_vnutr .cross svg {
  width: 100%;
  fill: #000000;
}

.popup_menu {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 500;
}
.popup_menu .popup_close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
}
.popup_menu .popup_vnutr {
  display: table;
  position: relative;
  margin-left: auto;
  padding-top: 80px;
  padding-right: 60px;
  z-index: 5000;
}
.popup_menu .popup_vnutr ul {
  color: #fff;
}
.popup_menu .popup_vnutr ul li {
  margin-bottom: 40px;
}
.popup_menu .popup_vnutr ul li a {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  transition: 0.3s ease all;
}
.popup_menu .popup_vnutr ul li a:hover {
  color: #d2ede5;
}
.popup_menu .popup_vnutr .cross {
  cursor: pointer;
  position: absolute;
  top: 32px;
  right: 25px;
  width: 24px;
}
.popup_menu .popup_vnutr .cross svg {
  width: 100%;
  height: auto;
  fill: #fff;
}

.serv-block {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border-top: 1px solid #DDD;
  padding: 60px 0;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .serv-block {
    flex-direction: column-reverse;
  }
}
.serv-block .serv-info {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .serv-block .serv-info {
    width: 100%;
    margin-bottom: 50px;
  }
}
.serv-block .serv-info .name {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 35px;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .serv-block .serv-info .name {
    font-size: 20px;
  }
}
.serv-block .serv-info .descr {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .serv-block .serv-info .descr {
    font-size: 15px;
  }
}
.serv-block .serv-img {
  width: 48%;
  height: 400px;
  border-radius: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  .serv-block .serv-img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .serv-block .serv-img {
    height: 300px;
  }
}

.inn-img {
  height: 700px;
  width: 100%;
  border-radius: 30px;
  margin-bottom: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  .inn-img {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .inn-img {
    height: 300px;
  }
}

.blog-row.main .blog-col .blog-img {
  display: none;
}
.blog-row.main .blog-col .blog-info {
  width: 100%;
}
.blog-row.main .blog-col:first-child {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .blog-row.main .blog-col:first-child {
    flex-direction: column;
  }
}
.blog-row.main .blog-col:first-child .blog-img {
  display: block;
  width: 48%;
  height: 490px;
  border-radius: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  .blog-row.main .blog-col:first-child .blog-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .blog-row.main .blog-col:first-child .blog-img {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .blog-row.main .blog-col:first-child .blog-img {
    height: 300px;
  }
}
.blog-row.main .blog-col:first-child .blog-info {
  width: 48%;
}
@media (max-width: 991px) {
  .blog-row.main .blog-col:first-child .blog-info {
    width: 100%;
  }
}
.blog-row.main .blog-col:first-child .blog-info .date {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #828282;
}
.blog-row.main .blog-col:first-child .blog-info .name {
  font-size: 45px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .blog-row.main .blog-col:first-child .blog-info .name {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .blog-row.main .blog-col:first-child .blog-info .name {
    font-size: 24px;
  }
}

.post > * {
  width: 65%;
  margin-left: auto;
}
@media (max-width: 768px) {
  .post > * {
    width: 100%;
  }
}
.post p, .post li, .post div {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  line-height: 1.5;
  margin-bottom: 30px;
}
.post ul {
  padding-left: 35px;
  list-style-type: disc;
}
.post h2 {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 1.1;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .post h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .post h2 {
    font-size: 21px;
  }
}
.post h3 {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 35px;
  line-height: 1.1;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .post h3 {
    font-size: 20px;
  }
}
.post img {
  margin: 50px auto;
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 575px) {
  .post img {
    border-radius: 10px;
  }
}
.post blockquote {
  margin: 50px auto;
  width: 100%;
  border-left: 1px solid #d2ede5;
  padding-left: 100px;
}
@media (max-width: 768px) {
  .post blockquote {
    padding-left: 30px;
  }
}
.post blockquote > * {
  background: linear-gradient(150deg, #B8B6FF 0%, #93EEA9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.post blockquote > *:last-child {
  margin: 0;
}
.post blockquote h3 {
  font-size: 55px;
}
@media (max-width: 1199px) {
  .post blockquote h3 {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .post blockquote h3 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .post blockquote h3 {
    font-size: 18px;
  }
}

.also {
  border-top: 1px solid #DDD;
  margin: 120px 0;
  padding-top: 100px;
}
.also h2 {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .also h2 {
    font-size: 30px;
  }
}

.contacts {
  padding-bottom: 0;
}

.cont-block {
  width: 30%;
}
@media (max-width: 991px) {
  .cont-block {
    width: 100%;
  }
}

.tel {
  display: table;
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  padding-left: 35px;
  position: relative;
  margin-bottom: 50px;
  transition: 0.3s ease all;
}
.tel:hover {
  color: #d2ede5;
}
.tel:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 1px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/phone.svg);
}

.adr {
  display: table;
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  padding-left: 35px;
  position: relative;
  margin-bottom: 50px;
  transition: 0.3s ease all;
}
.adr:hover {
  color: #d2ede5;
}
.adr:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 1px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/adr.svg);
}

.mail {
  display: table;
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  padding-left: 35px;
  position: relative;
  margin-bottom: 50px;
  transition: 0.3s ease all;
}
.mail:hover {
  color: #d2ede5;
}
.mail:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 1px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/mail.svg);
}

.map {
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 30px;
  filter: grayscale(1);
}
@media (max-width: 991px) {
  .map {
    height: 300px;
  }
}

.faq-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.faq-row .faq-col {
  width: 60%;
}
@media (max-width: 991px) {
  .faq-row .faq-col {
    width: 100%;
  }
}
.faq-row .faq-col .faq-block {
  position: relative;
  margin-bottom: 20px;
}
.faq-row .faq-col .faq-block .faq-head {
  background: #d2ede5;
  border-radius: 30px;
  padding: 30px 70px 30px 40px;
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  position: relative;
  z-index: 10;
  cursor: pointer;
  transition: 0.3s ease all;
}
.faq-row .faq-col .faq-block .faq-head:hover {
  background: #176951;
  color: #fff;
}
.faq-row .faq-col .faq-block .faq-head:hover::after {
  background-image: url(../img/down-arrow-white.svg);
}
@media (max-width: 575px) {
  .faq-row .faq-col .faq-block .faq-head {
    font-size: 15px;
    padding: 20px 60px 20px 30px;
  }
}
.faq-row .faq-col .faq-block .faq-head::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 30px;
  width: 30px;
  height: 100%;
  background-image: url(../img/down-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.3s ease all;
}
@media (max-width: 575px) {
  .faq-row .faq-col .faq-block .faq-head::after {
    right: 20px;
  }
}
.faq-row .faq-col .faq-block .faq-head.unfolded::after {
  transform: rotate(180deg);
}
.faq-row .faq-col .faq-block .faq-body {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px;
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  z-index: 5;
  background: #f3f3f3;
  padding: 50px 30px 30px;
  border-radius: 20px;
}
@media (max-width: 575px) {
  .faq-row .faq-col .faq-block .faq-body {
    padding: 40px 20px 20px;
    font-size: 13px;
  }
}
.faq-row .faq-img {
  width: 35%;
  height: 420px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .faq-row .faq-img {
    display: none;
  }
}

.logo {
  display: flex;
  align-items: center;
}
.logo img {
  width: 43px;
  margin-right: 10px;
}
@media (max-width: 575px) {
  .logo img {
    width: 25px;
  }
}
.logo p {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
}
@media (max-width: 768px) {
  .logo p {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .logo p {
    font-size: 15px;
  }
}

.butt-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 768px) {
  .butt-row {
    justify-content: center;
  }
}
.butt-row.solo {
  justify-content: center;
}
.butt-row .text {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  font-style: italic;
  color: #828282;
}
.butt-row .butt {
  display: table;
  margin-top: 20px;
  padding: 15px 20px;
  border-radius: 50px;
  color: #000000;
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.1;
  background: #fff;
  text-transform: uppercase;
  border: 2px solid #000000;
  letter-spacing: 2px;
  margin-right: 10px;
  transition: 0.3s ease all;
}
.butt-row .butt:hover {
  background: #d2ede5;
}
section.black .butt-row .butt {
  color: #fff;
  border-color: #fff;
  background: transparent;
}
section.black .butt-row .butt:hover {
  background: #fff;
  color: #000000;
}
.butt-row .butt.blue {
  padding-right: 55px;
  border: none;
  background: #176951;
  color: #fff;
  position: relative;
}
.butt-row .butt.blue::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 12px;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 15px;
  right: 22px;
  transition: 0.3s ease all;
}
.butt-row .butt.blue:hover::after {
  right: 15px;
}
.butt-row .butt.green {
  padding-right: 55px;
  border: none;
  background: #d2ede5;
  color: #000000;
  position: relative;
}
.butt-row .butt.green::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 12px;
  background-image: url(../img/arrow_b.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 15px;
  right: 22px;
  transition: 0.3s ease all;
}
.butt-row .butt.green:hover::after {
  right: 15px;
}
.butt-row .butt.black {
  padding-right: 55px;
  border: none;
  background: #000000;
  color: #fff;
  position: relative;
}
.butt-row .butt.black::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 12px;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 15px;
  right: 22px;
  transition: 0.3s ease all;
}
.butt-row .butt.black:hover::after {
  right: 15px;
}
section.black .butt-row .butt.black {
  background: #fff;
  color: #000000;
}
section.black .butt-row .butt.black::after {
  background-image: url(../img/arrow_b.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.templ-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid #DDD;
  padding: 50px;
}
@media (max-width: 991px) {
  .templ-row {
    flex-direction: column;
  }
  .templ-row.reverse {
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .templ-row {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .templ-row {
    padding: 40px 10px;
  }
}
.templ-row.col {
  flex-direction: column;
}
.templ-row.col > h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 35px;
  line-height: 1.1;
}
.templ-row.col .templ-block {
  width: 100%;
}
.templ-row > h2 {
  margin: 0;
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.4;
  width: 30%;
}
@media (max-width: 991px) {
  .templ-row > h2 {
    width: 100%;
  }
}
.templ-row .butt-wrp {
  max-width: 30%;
}
@media (max-width: 991px) {
  .templ-row .butt-wrp {
    max-width: none;
  }
}
.templ-row .autor {
  display: flex;
  align-items: center;
  align-self: flex-end;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .templ-row .autor {
    align-self: flex-start;
  }
}
.templ-row .autor img {
  border-radius: 50px;
  width: 60px;
  margin-right: 10px;
}
.templ-row .autor .name {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 3px;
}
.templ-row .autor p {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
}
.templ-row .templ-block {
  width: 65%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .templ-row .templ-block {
    width: 100%;
    margin-top: 30px;
  }
}
.templ-row .templ-block > h1 {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 35px;
  line-height: 1.1;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .templ-row .templ-block > h1 {
    margin-bottom: 30px;
  }
}
.templ-row .templ-block .descr {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.1;
  line-height: 1.5;
  color: #828282;
}
@media (max-width: 768px) {
  .templ-row .templ-block .descr {
    font-size: 16px;
  }
}
.templ-row .templ-block p, .templ-row .templ-block li {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 15px;
  line-height: 1.5;
}
.templ-row .templ-block ul {
  padding-left: 35px;
  list-style-type: disc;
}
.templ-row .templ-block h3 {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.1;
  line-height: 1.5;
  margin-bottom: 50px;
}
.templ-row .templ-block .chars-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.templ-row .templ-block .chars-row .char-col {
  width: 48%;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .templ-row .templ-block .chars-row .char-col {
    width: 100%;
  }
}
.templ-row .templ-block .chars-row .char-col .name {
  color: #828282;
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  margin-bottom: 3px;
}
.templ-row .templ-block .chars-row .char-col .val {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
}
.templ-row .templ-block .date {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  color: #828282;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .templ-row .templ-block .date {
    margin-bottom: 30px;
  }
}
header .templ-row {
  padding: 0;
  border: none;
}
header .templ-row .back {
  display: table;
  padding: 10px 12px;
  background: #c6e5d6;
  border-radius: 30px;
  transition: 0.3s ease all;
}
@media (max-width: 991px) {
  header .templ-row .back {
    margin-bottom: 30px;
  }
}
header .templ-row .back:hover {
  background: #176951;
}
header .templ-row .back:hover svg path {
  stroke: #fff;
}
header .templ-row .back svg {
  width: 18px;
  height: auto;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
}
.pagination a {
  width: 42px;
  text-align: center;
  display: table;
  padding: 10px 15px;
  margin: 0 10px;
  border: 1px solid #000000;
  border-radius: 100px;
  transition: 0.3s ease all;
}
@media (max-width: 575px) {
  .pagination a {
    margin: 0 5px;
  }
}
.pagination a:hover, .pagination a.cur {
  background: #000000;
  color: #fff;
}/*# sourceMappingURL=style.css.map */