@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sofia+Sans:wght@400;500&display=swap");
.container {
  position: relative;
  max-width: 1350px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@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;
  }
}

body {
  background: #fff;
  color: #404040;
}

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 {
  margin-top: 0;
}

strong {
  font-weight: 500;
}

section {
  padding: 150px 0;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  section {
    width: 100%;
  }
}
@media (max-width: 768px) {
  section {
    padding: 100px 0;
  }
}
section.grey {
  border-radius: 5px;
  background: #F5F8FA;
}
section.full {
  width: 100%;
}
@media (max-width: 768px) {
  section.full {
    padding-left: 25px;
    padding-right: 25px;
  }
}
section.full.other-sec {
  margin-top: -150px;
  margin-bottom: -75px;
}
section.inner {
  padding-top: 50px;
  padding-bottom: 0;
}
section.inner h1 {
  text-align: center;
  margin-bottom: 20px;
}
section h1 {
  font-family: "Sofia Sans", cursive;
  font-weight: 400;
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  section h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  section h1 {
    font-size: 30px;
    margin-bottom: 50px;
  }
}

header {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}
header .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}
@media (max-width: 575px) {
  header .head .logo {
    display: none;
  }
}
header .head .desk-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
@media (max-width: 1199px) {
  header .head .desk-menu {
    display: none;
  }
}
header .head .desk-menu li {
  margin: 5px 25px;
}
header .head .desk-menu li a {
  font-family: "Montserrat", cursive;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
header .head .desk-menu li a:hover {
  color: #6823FA;
}
header .head .butt {
  margin-left: 40px;
}
@media (max-width: 768px) {
  header .head .butt {
    margin-right: 0;
  }
}
header .head .mob-menu {
  display: none;
  cursor: pointer;
  width: 30px;
}
@media (max-width: 1199px) {
  header .head .mob-menu {
    display: table;
  }
}
header .head .mob-menu svg {
  width: 100%;
  fill: #404040;
}

.slider {
  padding: 0;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .slider {
    width: 100%;
  }
}
.slider .slide {
  padding: 150px 0;
  width: 100%;
  height: 80vh;
  min-height: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: center left;
}
.slider .slide .container {
  width: 80%;
}
@media (max-width: 575px) {
  .slider .slide .container {
    width: 100%;
  }
}
.slider .slide h1 {
  font-family: "Sofia Sans", cursive;
  font-weight: 400;
  font-size: 70px;
  line-height: 1.2;
  line-height: 1;
  max-width: 575px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .slider .slide h1 {
    text-align: center;
    font-size: 50px;
  }
}
.slider .slide p {
  max-width: 575px;
  font-family: "Montserrat", cursive;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .slider .slide p {
    text-align: center;
  }
}
.slider .slide .butt {
  border: none;
  background: #6823FA;
  color: #fff;
  padding: 20px 50px;
}
.slider .slide .butt:hover {
  color: #404040;
  background: #FCCF5C;
}
.slider .owl-dots {
  position: absolute;
  top: 10%;
  left: 4%;
}
.slider .owl-dots .owl-dot {
  display: table;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: #fff;
  margin-bottom: 50px;
  border: none;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.slider .owl-dots .owl-dot.active {
  border: 1px solid #B5B5C7;
}

.about-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  .about-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-row .about-img {
  width: 40%;
  height: 820px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1199px) {
  .about-row .about-img {
    width: 100%;
    margin-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .about-row .about-img {
    height: 400px;
  }
}
.about-row .about-text {
  width: 50%;
}
@media (max-width: 1199px) {
  .about-row .about-text {
    width: 100%;
  }
}
.about-row .about-text p {
  font-family: "Montserrat", cursive;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  line-height: 1.5;
  margin-bottom: 20px;
}

.cif-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}
@media (max-width: 575px) {
  .cif-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cif-row .cif-col {
  width: 45%;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .cif-row .cif-col {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cif-row .cif-col img {
  width: auto;
  height: 55px;
  margin-bottom: 30px;
}
.cif-row .cif-col p {
  font-family: "Montserrat", cursive;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}

.serv-slider {
  width: 100%;
}
.serv-slider .slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 575px) {
  .serv-slider .slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.serv-slider .slide .serv-img {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  margin-bottom: 30px;
}
.serv-slider .slide a {
  font-family: "Sofia Sans", cursive;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  display: table;
  margin-bottom: 20px;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.serv-slider .slide a:hover {
  color: #FCCF5C;
}
.serv-slider .slide p {
  font-family: "Montserrat", cursive;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.serv-slider .slide a.butt {
  display: table;
  width: auto;
  font-family: "Sofia Sans", cursive;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  background: #fff;
  padding: 20px 50px;
}
.serv-slider .slide a.butt:hover {
  color: #404040;
  background: #FCCF5C;
}
.serv-slider .slide .serv_big {
  width: 72%;
}
@media (max-width: 991px) {
  .serv-slider .slide .serv_big {
    width: 48%;
  }
}
@media (max-width: 575px) {
  .serv-slider .slide .serv_big {
    width: 100%;
    margin-bottom: 40px;
  }
}
.serv-slider .slide .serv_big .serv-img {
  height: 520px;
}
@media (max-width: 991px) {
  .serv-slider .slide .serv_big .serv-img {
    height: 310px;
  }
}
@media (max-width: 575px) {
  .serv-slider .slide .serv_big .serv-img {
    height: 225px;
  }
}
.serv-slider .slide .serv_big a {
  width: 60%;
}
@media (max-width: 991px) {
  .serv-slider .slide .serv_big a {
    width: 100%;
  }
}
.serv-slider .slide .serv_big p {
  width: 60%;
}
@media (max-width: 991px) {
  .serv-slider .slide .serv_big p {
    width: 100%;
  }
}
.serv-slider .slide .serv_big a.butt {
  width: auto;
}
.serv-slider .slide .serv_small {
  width: 25%;
}
@media (max-width: 991px) {
  .serv-slider .slide .serv_small {
    width: 48%;
  }
}
@media (max-width: 575px) {
  .serv-slider .slide .serv_small {
    width: 100%;
  }
}
.serv-slider .slide .serv_small .serv-img {
  height: 310px;
}
@media (max-width: 575px) {
  .serv-slider .slide .serv_small .serv-img {
    height: 225px;
  }
}
.serv-slider .slide .serv_small a {
  font-size: 22px;
}
.serv-slider .slide .serv_small .butt {
  display: none;
}
@media (max-width: 991px) {
  .serv-slider .slide .serv_small .butt {
    display: table;
  }
}
.serv-slider .owl-nav {
  position: absolute;
  right: 28%;
  bottom: 10%;
}
@media (max-width: 991px) {
  .serv-slider .owl-nav {
    position: static;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
.serv-slider .owl-nav button {
  width: 75px;
  height: 75px;
  border-radius: 100px;
  border: 1px solid #FCCF5C;
  margin: 5px;
  background-position: center;
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-color: transparent;
}
.serv-slider .owl-nav button.owl-prev {
  background-image: url(../img/prev.svg);
}
.serv-slider .owl-nav button.owl-next {
  background-image: url(../img/next.svg);
}
.serv-slider .owl-nav button span {
  display: none;
}

.port-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 991px) {
  .port-row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.port-row .port-col {
  width: 24%;
}
@media (max-width: 991px) {
  .port-row .port-col {
    width: 48%;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .port-row .port-col {
    width: 100%;
  }
}
.port-row .port-col .port-img {
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
}
@media (max-width: 1199px) {
  .port-row .port-col .port-img {
    height: 250px;
  }
}
.port-row .port-col a {
  display: table;
  font-family: "Sofia Sans", cursive;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #404040;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.port-row .port-col a:hover {
  color: #FCCF5C;
  text-decoration: underline;
}
.port-row .port-col p {
  font-family: "Montserrat", cursive;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}

.blog-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.blog-row .blog-col {
  width: 32%;
}
@media (max-width: 768px) {
  .blog-row .blog-col {
    width: 100%;
    margin-bottom: 50px;
  }
}
.blog-row .blog-col .date {
  font-family: "Sofia Sans", cursive;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  opacity: 0.3;
  padding-bottom: 20px;
  border-bottom: 2px solid #FCCF5C;
  margin-bottom: 40px;
}
.blog-row .blog-col a {
  display: table;
  font-family: "Sofia Sans", cursive;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 20px;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
@media (max-width: 1199px) {
  .blog-row .blog-col a {
    font-size: 24px;
  }
}
.blog-row .blog-col a:hover {
  color: #FCCF5C;
  text-decoration: underline;
}
.blog-row .blog-col p {
  font-family: "Montserrat", cursive;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  line-height: 1.5;
  margin-bottom: 0;
}

.reviews .review .rev-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.reviews .review .rev-head .rev-img {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 100px;
  margin-right: 30px;
}
.reviews .review .rev-head .rev-name {
  font-family: "Sofia Sans", cursive;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.reviews .review .rev-head .rev-city {
  font-family: "Montserrat", cursive;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.5;
}
.reviews .review p {
  font-family: "Montserrat", cursive;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  line-height: 1.5;
  background: #F5F8FA;
  padding: 30px;
  margin: 0;
  border-radius: 5px;
}
.reviews .owl-nav {
  display: table;
  margin-top: 30px;
  margin-left: 15%;
}
@media (max-width: 991px) {
  .reviews .owl-nav {
    margin-left: auto;
    margin-right: auto;
  }
}
.reviews .owl-nav button {
  width: 75px;
  height: 75px;
  border-radius: 100px;
  border: 1px solid #FCCF5C;
  margin: 5px;
  background-position: center;
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-color: transparent;
}
.reviews .owl-nav button.owl-prev {
  background-image: url(../img/prev.svg);
}
.reviews .owl-nav button.owl-next {
  background-image: url(../img/next.svg);
}
.reviews .owl-nav button span {
  display: none;
}

footer {
  padding-top: 20px;
  padding-bottom: 40px;
}
footer .foot-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  footer .foot-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .foot-row .foot-col {
  width: 50%;
}
@media (max-width: 991px) {
  footer .foot-row .foot-col {
    width: 100%;
  }
}
footer .foot-row .foot-col .logo-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  footer .foot-row .foot-col .logo-row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .foot-row .foot-col .logo-row .logo {
  margin-right: 50px;
}
@media (max-width: 575px) {
  footer .foot-row .foot-col .logo-row .logo {
    margin-right: 0;
    width: 100%;
  }
}
footer .foot-row .foot-col .logo-row .soc {
  width: 20px;
  height: 20px;
  margin: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .foot-row .foot-col .logo-row .soc svg {
  max-width: 100%;
  max-height: 100%;
}
footer .foot-row .foot-col .cont {
  display: table;
  padding-left: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "Montserrat", cursive;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  background-position: left center;
  background-size: 25px auto;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
footer .foot-row .foot-col .cont.tel {
  background-image: url(../img/tel.svg);
}
footer .foot-row .foot-col .cont.mail {
  background-image: url(../img/mail.svg);
}
footer .foot-row .foot-col .cont.adr {
  background-image: url(../img/map.svg);
}
footer .foot-row .foot-col .desk-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  footer .foot-row .foot-col .desk-menu {
    display: none;
  }
}
footer .foot-row .foot-col .desk-menu li {
  margin: 5px 25px;
}
footer .foot-row .foot-col .desk-menu li a {
  font-family: "Montserrat", cursive;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
footer .foot-row .foot-col .desk-menu li a:hover {
  color: #6823FA;
}
footer .foot-row .foot-col p {
  font-family: "Montserrat", cursive;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  line-height: 1.5;
  margin-bottom: 30px;
}
footer .foot-row .foot-col form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 575px) {
  footer .foot-row .foot-col form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .foot-row .foot-col form .field {
  width: 100%;
  font-family: "Montserrat", cursive;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  outline: none;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  padding: 15px 0;
}
footer .foot-row .foot-col form .butt {
  background: none;
  padding: 14px 30px;
  margin-left: 15px;
}
@media (max-width: 575px) {
  footer .foot-row .foot-col form .butt {
    margin: 15px auto;
  }
}
footer .copy-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #FCCF5C;
}
@media (max-width: 575px) {
  footer .copy-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .copy-row .copy_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .copy-row .copy_left p, footer .copy-row .copy_left a {
  font-family: "Montserrat", cursive;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
  margin-right: 20px;
}
footer .copy-row .bbs {
  font-family: "Montserrat", cursive;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 575px) {
  footer .copy-row .bbs {
    margin-top: 20px;
  }
}

.servs-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.servs-row .servs-col {
  width: 48%;
  margin: 0 1% 75px;
}
@media (max-width: 768px) {
  .servs-row .servs-col {
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
}
.servs-row .servs-col .servs-img {
  width: 100%;
  height: 375px;
  margin-bottom: 30px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.servs-row .servs-col h3 {
  font-family: "Sofia Sans", cursive;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.servs-row .servs-col p {
  font-family: "Montserrat", cursive;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.servs-row .servs-col .butt {
  padding: 20px 50px;
}

.container.text {
  max-width: 850px;
  margin-top: 80px;
  margin-bottom: 80px;
}
.container.text h1 {
  text-align: left;
  font-size: 70px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .container.text h1 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .container.text h1 {
    font-size: 30px;
  }
}
.container.text p, .container.text li {
  font-family: "Montserrat", cursive;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 30px;
  line-height: 1.5;
}
.container.text ul {
  list-style-type: disc;
  padding-left: 20px;
}
.container.text .descr {
  font-family: "Montserrat", cursive;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  line-height: 1.5;
}
.container.text h2 {
  font-family: "Sofia Sans", cursive;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 40px;
}
.container.text img {
  display: table;
  max-width: 100%;
  width: auto;
  border-radius: 5px;
  margin: 60px auto;
}
.container.text blockquote {
  padding: 60px 0;
  position: relative;
}
.container.text blockquote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/bq_up.svg);
}
.container.text blockquote::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/bq_dw.svg);
}
.container.text blockquote * {
  text-align: center;
  font-family: "Sofia Sans", cursive;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
}
.container.text blockquote *:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .container.text blockquote * {
    font-size: 21px;
  }
}
.container.text .offer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0;
}
@media (max-width: 768px) {
  .container.text .offer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.container.text .offer-row h2 {
  font-family: "Sofia Sans", cursive;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .container.text .offer-row h2 {
    font-size: 24px;
  }
}
.container.text .offer-row p {
  font-family: "Sofia Sans", cursive;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  opacity: 0.5;
}
.container.text .offer-row .butt {
  background: #6823FA;
  color: #fff;
  margin-left: 30px;
  border: none;
  padding: 20px 50px;
}
@media (max-width: 768px) {
  .container.text .offer-row .butt {
    margin-left: auto;
    margin-right: auto;
  }
}
.container.text .offer-row .butt:hover {
  color: #404040;
  background: #FCCF5C;
}

.servs-main {
  width: 95%;
  height: 550px;
  border-radius: 5px;
  margin-right: auto;
  margin-left: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  .servs-main {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .servs-main {
    height: 300px;
  }
}

.container.grey {
  background: #F5F8FA;
  margin-bottom: -100px;
}

.port-sec .port-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 100px;
}
.port-sec .port-block:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .port-sec .port-block:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .port-sec .port-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.port-sec .port-block .ports-img {
  width: 48%;
  height: 375px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .port-sec .port-block .ports-img {
    width: 100%;
    margin-bottom: 40px;
  }
}
.port-sec .port-block .port-info {
  width: 48%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .port-sec .port-block .port-info {
    width: 100%;
  }
}
.port-sec .port-block .port-info h2 {
  font-family: "Sofia Sans", cursive;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .port-sec .port-block .port-info h2 {
    font-size: 24px;
  }
}
.port-sec .port-block .port-info p {
  font-family: "Montserrat", cursive;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.port-sec .port-block .port-info .butt {
  font-family: "Sofia Sans", cursive;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  padding: 20px 50px;
}

.port-slider {
  margin-bottom: -50px;
  padding: 0;
}
.port-slider .port-gal {
  height: 465px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
@media (max-width: 991px) {
  .port-slider .port-gal {
    height: 285px;
  }
}
.port-slider .owl-item.center .port-gal {
  height: 570px;
}
@media (max-width: 991px) {
  .port-slider .owl-item.center .port-gal {
    height: 350px;
  }
}
.port-slider .owl-nav {
  position: absolute;
  left: 11%;
  top: 480px;
}
@media (max-width: 1199px) {
  .port-slider .owl-nav {
    left: 6%;
  }
}
@media (max-width: 991px) {
  .port-slider .owl-nav {
    position: static;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
.port-slider .owl-nav button {
  width: 75px;
  height: 75px;
  border-radius: 100px;
  border: 1px solid #FCCF5C;
  margin: 5px;
  background-position: center;
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-color: transparent;
}
.port-slider .owl-nav button.owl-prev {
  background-image: url(../img/prev.svg);
}
.port-slider .owl-nav button.owl-next {
  background-image: url(../img/next.svg);
}
.port-slider .owl-nav button span {
  display: none;
}

.container.text .offer-row.port {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .container.text .offer-row.port {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.container.text .offer-row.port .offer-port {
  width: 55%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .container.text .offer-row.port .offer-port {
    width: 100%;
  }
}
.container.text .offer-row.port .offer-port .butt {
  margin-left: 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .container.text .offer-row.port .offer-port .butt {
    margin-left: auto;
  }
}
.container.text .offer-row.port .offer-port p {
  margin-bottom: 0;
}
.container.text .offer-row.port .chars {
  width: 40%;
  border-left: 1px solid #FCCF5C;
  padding-left: 5%;
}
@media (max-width: 768px) {
  .container.text .offer-row.port .chars {
    width: 100%;
    margin-bottom: 30px;
    border-left: none;
    border-bottom: 1px solid #FCCF5C;
    padding-left: 0;
    padding-bottom: 30px;
  }
}
.container.text .offer-row.port .chars .char {
  margin-bottom: 30px;
}
.container.text .offer-row.port .chars .char:last-child {
  margin-bottom: 0;
}
.container.text .offer-row.port .chars .char .name {
  font-family: "Montserrat", cursive;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
  opacity: 0.5;
}
.container.text .offer-row.port .chars .char .val {
  font-family: "Sofia Sans", cursive;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
}

.cifs-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .cifs-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cifs-row .cif-col {
  width: 31%;
}
@media (max-width: 768px) {
  .cifs-row .cif-col {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cifs-row .cif-col .cif {
  font-family: "Sofia Sans", cursive;
  font-weight: 400;
  font-size: 50px;
  line-height: 1.2;
  color: #FCCF5C;
  margin-bottom: 10px;
}
.cifs-row .cif-col .txt {
  font-family: "Montserrat", cursive;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}

.blog-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.blog-grid .grid-sizer {
  width: 33%;
  height: 0;
}
@media (max-width: 1199px) {
  .blog-grid .grid-sizer {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .blog-grid .grid-sizer {
    width: 100%;
  }
}
.blog-grid .grid-item {
  width: 33%;
  padding: 0 3%;
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .blog-grid .grid-item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .blog-grid .grid-item {
    width: 100%;
    margin-bottom: 50px;
  }
}
.blog-grid .grid-item .blog-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  margin-bottom: 20px;
}
.blog-grid .grid-item .date {
  font-family: "Sofia Sans", cursive;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 15px;
  opacity: 0.5;
}
.blog-grid .grid-item a {
  display: block;
  font-family: "Sofia Sans", cursive;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 20px;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
@media (max-width: 575px) {
  .blog-grid .grid-item a {
    font-size: 24px;
  }
}
.blog-grid .grid-item:hover a {
  color: #FCCF5C;
}
.blog-grid .grid-item p {
  border-top: 1px solid #FCCF5C;
  padding-top: 20px;
  margin-bottom: 0;
  font-family: "Montserrat", cursive;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  line-height: 1.5;
}
.blog-grid .grid-item:nth-child(2n+2) .blog-img {
  height: 500px;
}
.blog-grid .grid-item:nth-child(2n+1) .blog-img {
  height: 300px;
}

.container.text .post-foot {
  display: block;
  border-top: 1px solid #FCCF5C;
  padding-top: 50px;
}
.container.text .post-foot p {
  font-family: "Sofia Sans", cursive;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
  opacity: 0.5;
}

.other-sec .container.text {
  margin-bottom: 0;
}
.other-sec .container.text h2 {
  margin-bottom: 30px;
}

.others-slider .other {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 575px) {
  .others-slider .other {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.others-slider .other .oth-img {
  width: 50%;
  min-height: 195px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 575px) {
  .others-slider .other .oth-img {
    width: 100%;
    height: 150px;
    min-height: none;
    margin-bottom: 30px;
  }
}
.others-slider .other .oth-info {
  width: 45%;
  margin-left: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 575px) {
  .others-slider .other .oth-info {
    margin: 0;
    width: 100%;
  }
}
.others-slider .other .oth-info h3 {
  font-family: "Sofia Sans", cursive;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.others-slider .other .oth-info .date {
  font-family: "Sofia Sans", cursive;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  opacity: 0.5;
}
.others-slider .owl-nav {
  display: table;
  margin-left: 30%;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .others-slider .owl-nav {
    margin-left: auto;
    margin-right: auto;
  }
}
.others-slider .owl-nav button {
  width: 75px;
  height: 75px;
  border-radius: 100px;
  border: 1px solid #FCCF5C;
  margin: 5px;
  background-position: center;
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-color: transparent;
}
.others-slider .owl-nav button.owl-prev {
  background-image: url(../img/prev.svg);
}
.others-slider .owl-nav button.owl-next {
  background-image: url(../img/next.svg);
}
.others-slider .owl-nav button span {
  display: none;
}

.contacts {
  margin-top: 50px;
}
.contacts .socs-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.contacts .socs-row .soc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  margin: 10px 30px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 100px;
}
.contacts .socs-row .soc svg {
  fill: #6823FA;
  max-width: 100%;
  max-height: 100%;
}
.contacts .cont {
  display: table;
  padding-left: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "Sofia Sans", cursive;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  background-position: left center;
  background-size: 25px auto;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.contacts .cont.tel {
  background-image: url(../img/tel.svg);
}
.contacts .cont.mail {
  background-image: url(../img/mail.svg);
}
.contacts .cont.adr {
  background-image: url(../img/map.svg);
}

.map {
  height: 550px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
@media (max-width: 768px) {
  .map {
    height: 300px;
  }
}

.popup, .popup_menu {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), rgba(238, 238, 238, 0.1);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), rgba(238, 238, 238, 0.1);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), rgba(238, 238, 238, 0.1);
  backdrop-filter: blur(11.5px);
}
.popup .popup_close, .popup_menu .popup_close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
}
.popup .popup_vnutr, .popup_menu .popup_vnutr {
  position: relative;
  margin: 150px auto 0;
  max-width: 660px;
  background: #fff;
  padding: 70px;
  z-index: 5000;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .popup .popup_vnutr, .popup_menu .popup_vnutr {
    padding: 60px 30px;
    margin-top: 75px;
  }
}
.popup .popup_vnutr .cross, .popup_menu .popup_vnutr .cross {
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 15px;
  opacity: 0.5;
}
@media (max-width: 575px) {
  .popup .popup_vnutr .cross, .popup_menu .popup_vnutr .cross {
    top: 10px;
    right: 10px;
  }
}
.popup .popup_vnutr .cross svg, .popup_menu .popup_vnutr .cross svg {
  width: 100%;
  fill: #404040;
}

.popup {
  z-index: 2000;
}
.popup h2 {
  font-family: "Sofia Sans", cursive;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .popup h2 {
    text-align: center;
    font-size: 25px;
  }
}
.popup h3 {
  font-family: "Montserrat", cursive;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .popup h3 {
    text-align: center;
  }
}
.popup p {
  font-family: "Montserrat", cursive;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0px;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .popup p {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .popup p {
    font-size: 14px;
  }
}
.popup p a {
  text-decoration: underline;
}
.popup form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .popup form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.popup form input[type=text] {
  font-family: "Montserrat", cursive;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  padding: 15px 0;
}
@media (max-width: 575px) {
  .popup form input[type=text] {
    margin-bottom: 20px;
  }
}
.popup form input[type=text]::-webkit-input-placeholder {
  opacity: 0.5;
}
.popup form input[type=text]:-moz-placeholder {
  opacity: 0.5;
}
.popup form input[type=text]::-moz-placeholder {
  opacity: 0.5;
}
.popup form input[type=text]:-ms-input-placeholder {
  opacity: 0.5;
}
.popup form input[type=text]::placeholder {
  opacity: 0.5;
}
.popup form .butt {
  margin-left: 15px;
  padding: 14px 30px;
  background: transparent;
}
@media (max-width: 575px) {
  .popup form .butt {
    margin-left: auto;
  }
}
.popup form .butt:hover {
  background: #FCCF5C;
}

.popup_menu {
  z-index: 1000;
}
.popup_menu .menu-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup_menu .menu-mob ul {
  text-align: center;
}
.popup_menu .menu-mob ul li {
  margin: 20px auto;
}
.popup_menu .menu-mob ul li a {
  font-family: "Montserrat", cursive;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.popup_menu .menu-mob ul li a:hover {
  color: #FCCF5C;
}

._404 {
  text-align: center;
  padding: 150px 0;
}
._404 h1 {
  font-family: "Sofia Sans", cursive;
  font-weight: 500;
  font-size: 100px;
  line-height: 1.2;
  margin-bottom: 20px;
}
._404 p {
  font-family: "Montserrat", cursive;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 40px;
}
._404 .butt {
  margin-left: auto;
  margin-right: auto;
}

.logo {
  width: 230px;
}
.logo img {
  width: 100%;
}

.butt {
  display: table;
  font-family: "Sofia Sans", cursive;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  padding: 14px 30px;
  border: 1px solid #FCCF5C;
  border-radius: 5px;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.butt:hover {
  background: #FCCF5C;
}
@media (max-width: 768px) {
  .butt {
    margin-left: auto;
    margin-right: auto;
  }
}
.butt.blog {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

h2 {
  font-family: "Sofia Sans", cursive;
  font-weight: 400;
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 35px;
  }
}

.h2-b {
  position: relative;
  display: table;
}
@media (max-width: 575px) {
  .h2-b {
    display: block;
  }
}
.h2-b a {
  white-space: nowrap;
  position: absolute;
  color: #6823FA;
  top: -5px;
  left: 110%;
  font-family: "Montserrat", cursive;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}
.h2-b a:hover {
  text-decoration: underline;
}
@media (max-width: 575px) {
  .h2-b a {
    position: static;
    display: table;
    margin-left: auto;
    margin-bottom: 30px;
  }
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Montserrat", cursive;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 60px;
}
.breadcrumbs a {
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  transition: 0.3s ease all;
  opacity: 0.5;
}
.breadcrumbs a:hover {
  color: #FCCF5C;
}
.breadcrumbs p {
  margin: 0;
  opacity: 0.5;
}
.breadcrumbs .sep {
  font-family: "Montserrat", cursive;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  opacity: 0.5;
  margin: 10px 30px;
}

.back-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.back-row a {
  padding-left: 40px;
  color: #8C9EAB;
  font-family: "Sofia Sans", cursive;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  line-height: 1;
  background-repeat: no-repeat;
  background-image: url(../img/back.svg);
  background-position: left center;
  background-size: 25px auto;
}
.back-row .par {
  font-family: "Sofia Sans", cursive;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
  color: #6823FA;
}/*# sourceMappingURL=style.css.map */

.it-butik {
	position: absolute;
	z-index: 100;
	bottom: 0;
	right: 50%;
	transform: translatex(50%);
	white-space: nowrap;
	width: max-content;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding: 7px 22px;
	background: #fff;
	border: 1px solid #714DE5;
	border-radius: 15px 15px 0px 0px;
}

.it-butik svg {
	width:30px;
}

.it-butik p {
	font-style: italic;
	font-size: 14px;
	font-weight: 600;
	margin-left: 15px;
	margin-bottom: 0;
	margin-top: 0;
	color:#714DE5!important;
}

.it-butik p span {
	text-transform: uppercase;
	text-decoration: underline;
}

footer {
	position:relative;
}

@media(max-width:1200px) {
footer  {
	padding-bottom: 55px;
	}
}