@charset "UTF-8";
/* line 5, ../../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}
ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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


body {
  min-height: 100vh;
  background: #fff;
}

html, body {
  min-height: 100%;
  height: 100%;
  font-weight: 400;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
  color: #131313;
}

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.big-container {
  width: 100%;
  max-width: 1570px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.insidepage {
  position: relative;
  box-sizing: border-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 95px;
}

/* line 46, ../sass/all/wrapper.scss */
input[type="text"], input[type="submit"], input[type="email"], textarea {
  -webkit-appearance: none;
}

a {
  text-decoration: none;
}

@media only screen and (min-width: 1241px) and (max-width: 1600px) {

  .big-container {
    max-width: 1180px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {

  .container, .big-container {
    max-width: 980px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {

  .container, .big-container {
    max-width: 100%;
    padding: 0 4%;
  }

  body::-webkit-scrollbar {
    width: 0;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {

  .container, .big-container {
    max-width: 100%;
    padding: 0 5%;
  }


  body::-webkit-scrollbar {
    width: 0;
  }

  .insidepage {
    padding-top: 0px;
    padding-bottom: 95px;
  }
}

.header {
  height: 140px;
  position: relative;
}

.header.active {
  background: transparent;
  border-color: transparent;
  z-index: 999999;
}

.header-wr {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 19px;
}

.header-logo {
  width: 90px;
}

.header-logo img {
  display: block;
  width: 100%;
}

.header-tel-mob {
  display: none;
}


.header-contact {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}


.header-contact-phone {
  color: #131313;
  font-family: "PTSansPro-Cond";
  font-size: 33px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

/* line 50, ../sass/all/header.scss */
.header-contact-phone-mob {
  display: none;
}

/* line 54, ../sass/all/header.scss */
.header-contact-bot {
  display: flex;
  margin-top: 5px;
}
/* line 58, ../sass/all/header.scss */
.header-contact-bot a {
  color: #2b2354;
  font-family: "PTSansPro-Cond";
  display: block;
  font-size: 20px;
  font-weight: 400;
  text-decoration: underline;
  margin: 0 10px;
}

/* line 69, ../sass/all/header.scss */
.header-r {
  width: 123px;
  display: flex;
  justify-content: flex-end;
}
.contact {
  position: relative;
  z-index: 10;
  padding-top: 70px;
  padding-bottom: 0;
  background: #e1eeec;
}
.ContactWr {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -2px 2px;
  width: calc(100% + 4px);
}
.ContactWr .ContactBl {
  margin: 0px;
  width: calc(100% / 3 - 4px);
  border-right: 2px solid #2b2354;
  text-align: center;
  padding-bottom: 45px;
}
.ContactWr .ContactBl h3 {
  color: #2b2354;
  font-family: "PTSansPro-Cond";
  margin-bottom: 35px;
  font-size: 30px;
}
.ContactWr .ContactBl p {
  line-height: 1.8;
}
.ContactWr .ContactBl.contactstyle p {
  font-family: "PTSansPro-Cond";
  font-size: 30px;
  line-height: 1;
  margin-bottom: 7px;
}
.ContactWr .ContactBl:nth-child(1) {
  border-left: 2px solid #2b2354;
}
@media only screen and (max-width: 709px) and (min-width: 120px) {
  /* line 78, ../sass/all/header.scss */
  .header {
    position: relative;
    top: 0;
    left: 0;
    transform: initial;
    z-index: 2;
    height: 65px;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
  }
  .ContactWr .ContactBl {
    margin: 0px;
    width: calc(100% / 1 - 4px);
    border-right: 0px solid #2b2354;
    border-bottom: 2px solid #2b2354;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
}
  .ContactWr .ContactBl:nth-child(1) {
    border-left: 0px solid #2b2354;
}
  .header-wr {
    margin-top: 0;
  }

  /* line 95, ../sass/all/header.scss */
  .header-logo {
    width: 145px;
    background: url(../images/mobilechistka.png) center center no-repeat;
    background-size: contain;
    height: 45px;
  }
  /* line 100, ../sass/all/header.scss */
  .header-logo img {
    display: none;
  }

  /* line 105, ../sass/all/header.scss */
  .header-contact {
    margin-top: 0;
    margin-left: auto;
    justify-content: center;
  }

  /* line 110, ../sass/all/header.scss */
  .header-contact-phone {
    display: none;
  }

  /* line 114, ../sass/all/header.scss */
  .header-contact-phone-mob {
    display: block;
    width: 30px;
    background: url(../images/whatsap.png) center center no-repeat;
    background-size: contain;
    height: 30px;
    font-size: 0;
    color: transparent;
  }

  /* line 124, ../sass/all/header.scss */
  .header-contact-bot {
    display: none;
  }
  /* line 127, ../sass/all/header.scss */
  .header-contact-bot a {
    font-size: 16px;
    margin: 0 2px;
    width: 100%;
    text-align: center;
  }

  /* line 135, ../sass/all/header.scss */
  .header-r {
    width: 33px;
  }

  /* line 139, ../sass/all/header.scss */
  .header-tel-mob {
    font-family: "PTSansPro-Bold";
    color: #000;
    font-size: 14px;
    font-weight: 700;
    margin-left: 19px;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 358px) and (min-width: 120px) {
  /* line 154, ../sass/all/header.scss */
  .header-tel-mob {
    font-size: 13px;
    margin-left: 10px;
  }

  /* line 159, ../sass/all/header.scss */
  .header-logo {
    width: 100px;
  }
}

.footer {
  background: #f4f4f4;
  padding-top: 50px;
  padding-bottom: 65px;
}

/* line 9, ../sass/all/footer.scss */
.f-wr {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

/* line 15, ../sass/all/footer.scss */
.f-logo {
  max-width: 120px;
}
/* line 18, ../sass/all/footer.scss */
.f-logo img {
  max-width: 100%;
}

/* line 26, ../sass/all/footer.scss */
.f-center ul {
  text-align: center;
  margin-bottom: 45px;
}
/* line 30, ../sass/all/footer.scss */
.f-center ul li {
  font-size: 25px;
  font-family: "PTSansPro-Cond";
  margin-right: 30px;
  display: inline-block;
}
/* line 36, ../sass/all/footer.scss */
.f-center ul li:nth-last-child(1) {
  margin-right: 0px;
}
/* line 41, ../sass/all/footer.scss */
.f-center ul li a {
  color: #131313;
}
/* line 48, ../sass/all/footer.scss */
.f-center p {
  text-align: center;
  color: #131313;
  font-size: 15px;
}
/* line 53, ../sass/all/footer.scss */
.f-center p:nth-child(2) {
  margin-bottom: 40px;
}
/* line 57, ../sass/all/footer.scss */
.f-center p a {
  font-weight: 700;
  color: #131313;
}

/* line 64, ../sass/all/footer.scss */
.f-contact {
  max-width: 190px;
}
/* line 67, ../sass/all/footer.scss */
.f-contact .f-contact-phone {
  color: #131313;
  font-size: 30px;
  font-family: "PTSansPro-Cond";
}
/* line 74, ../sass/all/footer.scss */
.f-contact .f-social {
  margin-top: 20px;
  text-align: right;
}
/* line 78, ../sass/all/footer.scss */
.f-contact .f-social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 20px;
}
/* line 84, ../sass/all/footer.scss */
.f-contact .f-social a:nth-child(1) {
  background: url(../images/in-soc.png) center center no-repeat;
  background-size: contain;
}
/* line 89, ../sass/all/footer.scss */
.f-contact .f-social a:nth-child(2) {
  background: url(../images/in-soc.png) center center no-repeat;
  background-size: contain;
}
/* line 94, ../sass/all/footer.scss */
.f-contact .f-social a:nth-child(3) {
  background: url(../images/fb-soc.png) center center no-repeat;
  background-size: contain;
}

@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 106, ../sass/all/footer.scss */
  .footer {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  /* line 111, ../sass/all/footer.scss */
  .f-logo {
    max-width: 100px;
  }

  /* line 116, ../sass/all/footer.scss */
  .f-center {
    margin-top: 5px;
    padding: 0 20px;
  }
  /* line 120, ../sass/all/footer.scss */
  .f-center ul {
    margin-bottom: 35px;
  }
  /* line 123, ../sass/all/footer.scss */
  .f-center ul li {
    font-size: 20px;
    margin-right: 20px;
  }
  /* line 129, ../sass/all/footer.scss */
  .f-center p {
    font-size: 15px;
  }
  /* line 132, ../sass/all/footer.scss */
  .f-center p:nth-child(2) {
    margin-bottom: 30px;
  }

  /* line 138, ../sass/all/footer.scss */
  .f-contact {
    max-width: 160px;
  }
  /* line 141, ../sass/all/footer.scss */
  .f-contact .f-contact-phone {
    font-size: 28px;
  }
  /* line 145, ../sass/all/footer.scss */
  .f-contact .f-social {
    margin-top: 15px;
  }
  /* line 148, ../sass/all/footer.scss */
  .f-contact .f-social a {
    width: 20px;
    height: 20px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 709px) and (min-width: 120px) {
  /* line 162, ../sass/all/footer.scss */
  .footer {
    padding-top: 50px;
    padding-bottom: 45px;
  }

  /* line 167, ../sass/all/footer.scss */
  .f-wr {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    flex-flow: row wrap;
  }

  /* line 175, ../sass/all/footer.scss */
  .f-logo {
    max-width: 100%;
    margin-bottom: 30px;
  }
  /* line 179, ../sass/all/footer.scss */
  .f-logo img {
    max-width: 130px;
  }

  /* line 185, ../sass/all/footer.scss */
  .f-center {
    margin-top: 5px;
    width: 100%;
    max-width: 100%;
    order: 1;
  }
  /* line 191, ../sass/all/footer.scss */
  .f-center ul {
    margin-bottom: 30px;
  }
  /* line 194, ../sass/all/footer.scss */
  .f-center ul li {
    font-size: 26px;
    margin-right: 20px;
  }
  /* line 200, ../sass/all/footer.scss */
  .f-center p {
    font-size: 15px;
  }
  /* line 203, ../sass/all/footer.scss */
  .f-center p:nth-child(2) {
    margin-bottom: 30px;
  }

  /* line 209, ../sass/all/footer.scss */
  .f-contact {
    max-width: 100%;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 215, ../sass/all/footer.scss */
  .f-contact .f-contact-phone {
    font-size: 35px;
  }
  /* line 219, ../sass/all/footer.scss */
  .f-contact .f-social {
    margin-top: 15px;
    text-align: center;
  }
  /* line 223, ../sass/all/footer.scss */
  .f-contact .f-social a {
    width: 26px;
    height: 26px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.btn {
  font-family: "PTSansPro-Cond";
  font-size: 35px;
  font-weight: 400;
  display: block;
  width: intrinsic;
  /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;
  /* Firefox/Gecko */
  width: -webkit-max-content;
  /* Chrome */
  width: max-content;
  padding: 0 36px;
  height: 80px;
  color: #131313;
  box-sizing: border-box;
  cursor: poPTSansPro-Cond;
  border: 3px solid #131313;
  background-color: transparent;
  display: flex;
  align-items: center;
  transition: .5s all;
  outline: none;
}
/* line 24, ../sass/all/buttons.scss */
.btn.center {
  margin: 0 auto;
}
/* line 28, ../sass/all/buttons.scss */
.btn > span {
  display: block;
  margin-bottom: 8px;
}
/* line 33, ../sass/all/buttons.scss */
.btn.btn-green {
  background-color: #2b2354;
  border-color: #2b2354;
  color: #fff;
}
/* line 38, ../sass/all/buttons.scss */
.btn.btn-green:hover {
  background-color: #2b2354;
  border-color: #2b2354;
  color: #fff;
}
/* line 45, ../sass/all/buttons.scss */
.btn.btn-white {
  border-color: #ffffff;
  color: #ffffff;
}
/* line 49, ../sass/all/buttons.scss */
.btn.btn-white:hover {
  background-color: #2b2354;
  border-color: #2b2354;
  color: #fff;
}
/* line 56, ../sass/all/buttons.scss */
.btn:hover {
  background-color: #2b2354;
  border-color: #2b2354;
  color: #fff;
}

@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 64, ../sass/all/buttons.scss */
  .btn {
    padding: 0 30px;
    height: 70px;
    font-size: 30px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 72, ../sass/all/buttons.scss */
  .btn {
    padding: 0 30px;
    height: 70px;
    font-size: 30px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 81, ../sass/all/buttons.scss */
  .btn {
    font-size: 28px;
    padding: 0 24px;
    height: 60px;
  }
  /* line 86, ../sass/all/buttons.scss */
  .btn > span {
    display: block;
    margin-bottom: 8px;
  }
}


.site-title {
  font-family: "PTSansPro-Cond";
  font-size: 90px;
  font-weight: 400;
  line-height: 90px;
}

/* line 10, ../sass/all/text.scss */
.section-title {
  color: #131313;
  font-family: "PTSansPro-Cond";
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
  text-transform: uppercase;
  display: block;
}
/* line 19, ../sass/all/text.scss */
.section-title::before {
  content: '';
  position: relative;
  width: 100px;
  height: 100px;
  display: block;
  background: url(../images/uzor.png) center center no-repeat;
  background-size: contain;
  margin-bottom: 5px;
}
/* line 30, ../sass/all/text.scss */
.section-title.center {
  text-align: center;
}
/* line 33, ../sass/all/text.scss */
.section-title.center::before {
  margin: 0 auto;
  margin-bottom: 5px;
}

/* line 40, ../sass/all/text.scss */
.uzor {
  position: relative;
  width: 100px;
  height: 100px;
  display: block;
  background: url(../images/uzor.png) center center no-repeat;
  background-size: contain;
  margin-bottom: 5px;
}
/* line 49, ../sass/all/text.scss */
.uzor.center {
  text-align: center;
  margin: 0 auto;
}

/* line 55, ../sass/all/text.scss */
b {
  font-weight: 700;
}

/* line 59, ../sass/all/text.scss */
.up {
  text-transform: uppercase;
}

/* line 63, ../sass/all/text.scss */
sup {
  vertical-align: super;
  font-size: smaller;
  font-size: 28px;
}

/* line 71, ../sass/all/text.scss */
.owl-carousel .owl-controls {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
/* line 77, ../sass/all/text.scss */
.owl-carousel .owl-controls .owl-nav {
  display: flex;
}
/* line 81, ../sass/all/text.scss */
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next {
  box-sizing: border-box;
  width: 190px;
  height: 60px;
  border: 3px solid #000000;
  background-color: transparent;
  margin: 0 17px;
  cursor: poPTSansPro-Cond;
  background-repeat: no-repeat;
  background-size: 55%;
  background-position: 22px center;
  background-image: url(../images/arrow-b.svg);
  transition: .5s all;
}
/* line 95, ../sass/all/text.scss */
.owl-carousel .owl-controls .owl-nav .owl-prev:hover, .owl-carousel .owl-controls .owl-nav .owl-next:hover {
  border-color: #2b2354;
  background-image: url(../images/arrow.svg);
}
/* line 101, ../sass/all/text.scss */
.owl-carousel .owl-controls .owl-nav .owl-prev {
  transform: rotate(180deg);
}

/* line 111, ../sass/all/text.scss */
.section-text p, .section-text li {
  color: #000000;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.45;
}
/* line 118, ../sass/all/text.scss */
.section-text p {
  margin: 22px 0;
}
/* line 122, ../sass/all/text.scss */
.section-text ul {
  margin: 22px 0;
}
/* line 125, ../sass/all/text.scss */
.section-text ul li {
  position: relative;
  padding-left: 26px;
  margin: 16px 0;
}
/* line 130, ../sass/all/text.scss */
.section-text ul li:after {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 15px;
  height: 3px;
  background-color: #2b2354;
}

@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 144, ../sass/all/text.scss */
  .site-title {
    font-size: 80px;
    line-height: 80px;
  }

  /* line 149, ../sass/all/text.scss */
  .section-title {
    font-size: 50px;
    line-height: 60px;
  }

  /* line 156, ../sass/all/text.scss */
  .section-text p, .section-text ul {
    margin: 15px 0;
  }
  /* line 160, ../sass/all/text.scss */
  .section-text p, .section-text li {
    font-size: 18px;
  }
  /* line 166, ../sass/all/text.scss */
  .section-text ul li {
    margin: 12px 0;
  }

  /* line 174, ../sass/all/text.scss */
  .owl-carousel .owl-controls {
    margin-bottom: 50px;
  }
  /* line 180, ../sass/all/text.scss */
  .owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next {
    width: 165px;
    height: 60px;
    border: 3px solid #000000;
    margin: 0 17px;
    background-size: 55%;
    background-position: 22px center;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 195, ../sass/all/text.scss */
  .site-title {
    font-size: 70px;
    line-height: 70px;
  }

  /* line 200, ../sass/all/text.scss */
  .section-title {
    font-size: 50px;
    line-height: 60px;
  }

  /* line 207, ../sass/all/text.scss */
  .section-text p, .section-text ul {
    margin: 15px 0;
  }
  /* line 211, ../sass/all/text.scss */
  .section-text p, .section-text li {
    font-size: 18px;
  }
  /* line 217, ../sass/all/text.scss */
  .section-text ul li {
    margin: 12px 0;
  }

  /* line 225, ../sass/all/text.scss */
  .owl-carousel .owl-controls {
    margin-bottom: 50px;
  }
  /* line 231, ../sass/all/text.scss */
  .owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next {
    width: 165px;
    height: 60px;
    border: 3px solid #000000;
    margin: 0 17px;
    background-size: 55%;
    background-position: 22px center;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 248, ../sass/all/text.scss */
  .site-title {
    font-size: 50px;
    line-height: 50px;
  }

  /* line 253, ../sass/all/text.scss */
  .section-title {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }
  /* line 258, ../sass/all/text.scss */
  .section-title::before {
    width: 41px;
    height: 62px;
    margin-bottom: 5px;
  }

  /* line 265, ../sass/all/text.scss */
  .uzor {
    width: 51px;
    height: 90px;
    margin-bottom: 5px;
  }

  /* line 271, ../sass/all/text.scss */
  sup {
    font-size: 28px;
  }

  /* line 277, ../sass/all/text.scss */
  .owl-carousel .owl-controls {
    margin-bottom: 27px;
    margin-top: 20px;
  }
  /* line 281, ../sass/all/text.scss */
  .owl-carousel .owl-controls .owl-nav {
    display: flex;
  }
  /* line 285, ../sass/all/text.scss */
  .owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next {
    width: 120px;
    height: 45px;
    border: 2px solid #000000;
    margin: 0 5px;
    background-size: 65%;
    background-position: 18px center;
    background-image: url(../images/arrow-b.svg);
    transition: .5s all;
  }
  /* line 295, ../sass/all/text.scss */
  .owl-carousel .owl-controls .owl-nav .owl-prev:hover, .owl-carousel .owl-controls .owl-nav .owl-next:hover {
    border-color: #2b2354;
    background-image: url(../images/arrow.svg);
  }

  /* line 306, ../sass/all/text.scss */
  .section-text p, .section-text li {
    font-size: 18px;
  }
  /* line 310, ../sass/all/text.scss */
  .section-text p {
    margin: 11px 0;
  }
  /* line 314, ../sass/all/text.scss */
  .section-text ul {
    margin: 11px 0;
  }
  /* line 317, ../sass/all/text.scss */
  .section-text ul li {
    padding-left: 26px;
    margin: 12px 0;
  }
  /* line 321, ../sass/all/text.scss */
  .section-text ul li:after {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 15px;
    height: 3px;
    background-color: #2b2354;
  }

  /* line 334, ../sass/all/text.scss */
  .uzor {
    width: 41px;
    height: 62px;
  }
}

.popup-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  transform: translate(-800%, -800%);
  z-index: 99999;
  box-sizing: border-box;
  opacity: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background: #dee2e6;
}

/* line 21, ../sass/all/aside-menu.scss */
.open-btn {
  box-sizing: border-box;
  cursor: poPTSansPro-Cond;
  position: relative;
  width: 40px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
/* line 34, ../sass/all/aside-menu.scss */
.open-btn span {
  position: relative;
  width: 40px;
  height: 3px;
  background-color: #131313;
  display: block;
  transition: .2s all;
  border-radius: 3px;
}
/* line 43, ../sass/all/aside-menu.scss */
.open-btn span:after, .open-btn span:before {
  content: '';
  width: 40px;
  height: 3px;
  background-color: #131313;
  transition: .2s all;
}
/* line 51, ../sass/all/aside-menu.scss */
.open-btn span:before {
  position: absolute;
  bottom: -12px;
}
/* line 56, ../sass/all/aside-menu.scss */
.open-btn span:after {
  position: absolute;
  top: -12px;
}
/* line 62, ../sass/all/aside-menu.scss */
.open-btn i {
  color: #131313;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  display: block;
  transition: .2s all;
  top: 33px;
  position: absolute;
}
/* line 76, ../sass/all/aside-menu.scss */
.open-btn:hover span {
  background-color: #2b2354;
}
/* line 79, ../sass/all/aside-menu.scss */
.open-btn:hover span:after, .open-btn:hover span:before {
  background-color: #2b2354;
}
/* line 84, ../sass/all/aside-menu.scss */
.open-btn:hover i {
  color: #2b2354;
}
/* line 92, ../sass/all/aside-menu.scss */
.open-btn.close-btn span {
  background: transparent;
}
/* line 95, ../sass/all/aside-menu.scss */
.open-btn.close-btn span:before {
  position: absolute;
  bottom: 0;
  transform: rotate(45deg);
}
/* line 101, ../sass/all/aside-menu.scss */
.open-btn.close-btn span:after {
  position: absolute;
  top: 0;
  transform: rotate(-45deg);
}

/* line 111, ../sass/all/aside-menu.scss */
.popup-active {
  opacity: 1;
  transition: opacity .15s linear;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

/* line 118, ../sass/all/aside-menu.scss */
.popup-menu {
  padding-top: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 124, ../sass/all/aside-menu.scss */
.popup-menu .popup-wrap {
  width: 998px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10vh;
}
/* line 132, ../sass/all/aside-menu.scss */
.popup-menu .popup-wrap ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  width: 100%;
}
/* line 138, ../sass/all/aside-menu.scss */
.popup-menu .popup-wrap ul li {
  font-family: "PTSansPro-Cond";
  font-size: 60px;
  text-align: center;
  margin-bottom: 1.8vh;
  box-sizing: border-box;
  transition: .2s linear;
}
/* line 148, ../sass/all/aside-menu.scss */
.popup-menu .popup-wrap ul li.active a {
  color: #2b2354;
}
/* line 153, ../sass/all/aside-menu.scss */
.popup-menu .popup-wrap ul li a {
  color: #000000;
}
/* line 156, ../sass/all/aside-menu.scss */
.popup-menu .popup-wrap ul li a:hover {
  color: #2b2354;
}
/* line 164, ../sass/all/aside-menu.scss */
.popup-menu .btn {
  margin: 4vh auto 0;
}

@media only screen and (max-width: 709px) and (min-width: 120px) {
  /* line 173, ../sass/all/aside-menu.scss */
  .popup-menu {
    width: 100vw;
    height: 100vh;
    transform: translate(-800%, -800%);
  }

  /* line 179, ../sass/all/aside-menu.scss */
  .open-btn {
    width: 25px;
    height: 25px;
    margin-top: auto;
    justify-content: flex-start;
  }
  /* line 184, ../sass/all/aside-menu.scss */
  .open-btn span {
    width: 25px;
    height: 3px;
  }
  /* line 188, ../sass/all/aside-menu.scss */
  .open-btn span:after, .open-btn span:before {
    content: '';
    width: 25px;
    height: 3px;
    background-color: #131313;
    transition: .2s all;
  }
  /* line 196, ../sass/all/aside-menu.scss */
  .open-btn span:before {
    position: absolute;
    bottom: -8px;
  }
  /* line 201, ../sass/all/aside-menu.scss */
  .open-btn span:after {
    position: absolute;
    top: -9px;
  }
  /* line 207, ../sass/all/aside-menu.scss */
  .open-btn i {
    display: none !important;
  }
  /* line 213, ../sass/all/aside-menu.scss */
  .open-btn.close-btn span {
    background: transparent;
  }
  /* line 216, ../sass/all/aside-menu.scss */
  .open-btn.close-btn span:before {
    position: absolute;
    bottom: 0;
    transform: rotate(45deg);
  }
  /* line 222, ../sass/all/aside-menu.scss */
  .open-btn.close-btn span:after {
    position: absolute;
    top: 0;
    transform: rotate(-45deg);
  }
  .popup-active {
    opacity: 1;
    transition: opacity .15s linear;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .popup-menu {
    padding-top: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .popup-menu .popup-wrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .dropdown{
    justify-content: center;
    font-family: "PTSansPro-Cond";
    font-size: 1.5rem;
  }
  .dropdown>a>i{
    padding-top: 0.25rem;
  }
  .popup-menu .popup-wrap ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    width: 100%;
  }

  .popup-menu .popup-wrap ul li {
    font-family: "PTSansPro-Cond";
    font-size: 35px;
    text-align: center;
    margin-bottom: 1.8vh;
    box-sizing: border-box;
    transition: .2s linear;
  }
  /* line 269, ../sass/all/aside-menu.scss */
  .popup-menu .popup-wrap ul li.active a {
    color: #2b2354;
  }
  /* line 274, ../sass/all/aside-menu.scss */
  .popup-menu .popup-wrap ul li a {
    color: #000000;
  }
  /* line 277, ../sass/all/aside-menu.scss */
  .popup-menu .popup-wrap ul li a:hover {
    color: #2b2354;
  }
  /* line 285, ../sass/all/aside-menu.scss */
  .popup-menu .btn {
    margin: 4vh auto 0;
  }
}

.work {
  background-color: #e1eeec;
  padding: 50px 0;
  box-sizing: border-box;
  position: relative;
}

/* line 11, ../sass/all/work.scss */
.work-box {
  min-height: 391px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}

/* line 21, ../sass/all/work.scss */
.work-wr.owl-carousel .owl-stage {
  padding-top: 47px;
  padding-bottom: 60px;
}

/* line 29, ../sass/all/work.scss */
.work-box-img {
  width: 350px;
  height: 220px;
}
/* line 33, ../sass/all/work.scss */
.work-box-img img {
  display: block;
  width: 100%;
  max-height: 100% !important;
}

/* line 40, ../sass/all/work.scss */
.work-box-title {
  display: block;
  color: #131313;
  font-family: "PTSansPro-Cond";
  font-size: 35px;
  font-weight: 400;
  padding: 9px 25px;
  line-height: 1.2;
}
/* line 49, ../sass/all/work.scss */
.work-box-title .num {
  color: #2b2354;
}

@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 60, ../sass/all/work.scss */
  .work-wr.owl-carousel .owl-stage {
    padding-top: 35px;
    padding-bottom: 45px;
  }

  /* line 67, ../sass/all/work.scss */
  .work-box-img {
    width: auto;
    height: 185px;
  }

  /* line 72, ../sass/all/work.scss */
  .work-box {
    min-height: 330px;
  }

  /* line 76, ../sass/all/work.scss */
  .work-box-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 90, ../sass/all/work.scss */
  .work-wr.owl-carousel .owl-stage {
    padding-top: 35px;
    padding-bottom: 45px;
  }

  /* line 97, ../sass/all/work.scss */
  .work-box-img {
    width: auto;
    height: 185px;
  }

  /* line 102, ../sass/all/work.scss */
  .work-box {
    min-height: 330px;
  }

  /* line 106, ../sass/all/work.scss */
  .work-box-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 709px) and (min-width: 120px) {
  /* line 115, ../sass/all/work.scss */
  .work {
    padding: 17px 0 18px;
  }

  /* line 120, ../sass/all/work.scss */
  .work-box {
    min-height: 318px;
  }

  /* line 128, ../sass/all/work.scss */
  .work-wr.owl-carousel .owl-stage {
    padding-top: 30px;
    padding-bottom: 0;
  }

  /* line 136, ../sass/all/work.scss */
  .work-box-img {
    width: 100%;
    height: 203px;
  }

  /* line 141, ../sass/all/work.scss */
  .work-box-title {
    font-size: 30px;
    font-weight: 400;
    padding: 14px 21px;
    line-height: 1.2;
  }
}

.price {
  padding-top: 50px;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 120px;
}

/* line 10, ../sass/all/price.scss */
.price-wr {
  max-width: 1062px;
  margin: 0 auto;
  margin-top: 42px;
  margin-bottom: 52px;
}

/* line 17, ../sass/all/price.scss */
.price-table-top {
  display: flex;
  align-items: center;
}

/* line 22, ../sass/all/price.scss */
.price-table {
  width: 100%;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  margin-top: 14px;
}
/* line 29, ../sass/all/price.scss */
.price-table.price-table-bot {
  max-width: 627px;
  margin: 0 auto;
  margin-bottom: 48px;
}
/* line 34, ../sass/all/price.scss */
.price-table.price-table-bot .price-table-col {
  width: 36%;
  justify-content: flex-start;
}
/* line 38, ../sass/all/price.scss */
.price-table.price-table-bot .price-table-col img {
  width: 66px;
  margin-right: 25px;
  max-height: 80px;
}
/* line 44, ../sass/all/price.scss */
.price-table.price-table-bot .price-table-col:first-child {
  width: 64%;
}
/* line 49, ../sass/all/price.scss */
.price-table.price-table-bot .price-table-row {
  padding: 11px 23px;
}

/* line 55, ../sass/all/price.scss */
.price-table-mobile-btn {
  display: none;
}

/* line 59, ../sass/all/price.scss */
.price-table-row {
  display: flex;
  background-color: #ffffff;
  min-height: 100px;
  box-sizing: border-box;
  padding: 20px 23px;
  border-bottom: 1px solid #e6e6e6;
}
/* line 67, ../sass/all/price.scss */
.price-table-row:last-child {
  border: none;
}

.price-table-col {
  box-sizing: border-box;
  align-items: center;
  display: flex;
}

.price-table-col img {
  display: block;
  width: 90px;
  margin-right: 20px;
  max-height: 60px;
}
.price-table-col:first-child {
  width: 68%;
}
.price-table-col:last-child {
  justify-content: center;
}
.price-table-title-text {
  color: #2b2354;
  font-family: "PTSansPro-Cond";
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}
.price-table-title-text.mob {
  display: none;
}
.price-table-col-title {
  color: #646464;
  font-family: "PTSansPro-Cond";
  font-size: 35px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 13px;
}

.price-table-col-text {
  color: #131313;
  font-family: "PTSansPro-Cond";
  font-size: 35px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 13px;
}
/* line 124, ../sass/all/price.scss */
.price-table-col-text sup {
  font-size: 20px;
}

/* line 129, ../sass/all/price.scss */
.price-title {
  color: #131313;
  font-family: "PTSansPro-Cond";
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 20px;
}

/* line 139, ../sass/all/price.scss */
.price-discount {
  display: flex;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
/* line 147, ../sass/all/price.scss */
.price-discount:after {
  content: '';
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  height: 1px;
  width: 300%;
  background-color: #2b2354;
}

/* line 159, ../sass/all/price.scss */
.price-dicount-card {
  width: 25%;
  box-sizing: border-box;
  border-right: 1px solid #2b2354;
  display: flex;
  flex-direction: column;
}
/* line 166, ../sass/all/price.scss */
.price-dicount-card:nth-child(4) {
  border-right: none;
}

/* line 171, ../sass/all/price.scss */
.price-dicount-text {
  color: #131313;
  font-family: "PTSansPro-Cond";
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  display: flex;
  padding: 0 10px;
  align-items: flex-end;
  justify-content: center;
  min-height: 74px;
  line-height: 1;
}
/* line 184, ../sass/all/price.scss */
.price-dicount-text:first-child {
  padding-top: 5px;
  padding-bottom: 20px;
  color: #2b2354;
}
/* line 190, ../sass/all/price.scss */
.price-dicount-text:last-child {
  padding-top: 15px;
  min-height: 57px;
  align-items: flex-start;
}
.dropdown>a {
  display: flex;
  padding: 10px 10px 10px 40px;
  position: relative;
  color: #000;
  text-decoration: none;
}
.dropdown-nav {
  position: absolute;
  right: 0;
  top: 75%;
  left: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  max-height: 0;
  overflow: hidden;
  z-index: 3;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.65);
}
.dropdown__image {
  width: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
}
.dropdown{
  align-items: center;
  display: flex;  
  position: relative;
  margin-right: 1rem;
}
.dropdown p {
  margin-bottom: 0;
}
.dropdown img {
  display: inline-block;
  max-width: 100%;
}
.dropdown>a>i {
  display: inline-block;
  margin-left: 8px;
  -webkit-transition: transform .3s ease;
  -moz-transition: transform .3s ease;
  -ms-transition: transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  position: relative;
}
.dropdown-nav a {
  display: inline-block;
  padding: 10px 10px 10px 40px;
  position: relative;
  opacity: 1;
  color: #fff;
  text-decoration: none;
  width: 100%;
  transition: max-height .4s ease, color .2s ease, background-color .2s ease;
}
.dropdown:hover .dropdown-nav {
  max-height: 120px;
  box-shadow: 0 7px 15px 5px rgb(0 0 0 / 10%);
}
.custom-modal .modal-header {
  border-bottom: none;
  flex-direction: column;
}
.modal-header h1 {
  color: #093650;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 11px;
}
.modal-header p {
  font-size: 16px;
  font-family: 'PT Sans';
  color: #1f2024;
}
.modal__btn {
  border: 2px solid #2b2354;
  background-color: #2b2354;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 15px 70px;
  transition: all 0.2s ease-in-out;
}
.modal__btn:hover {
  border: 2px solid #2b2354;
  background-color: #fff;
  color: #2b2354;
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 198, ../sass/all/price.scss */
  .price-wr {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  /* line 203, ../sass/all/price.scss */
  .price {
    padding-bottom: 90px;
  }

  /* line 207, ../sass/all/price.scss */
  .price-table-title-text {
    font-size: 22px;
  }

  /* line 211, ../sass/all/price.scss */
  .price-table-col-title {
    font-size: 30px;
    margin-bottom: 0;
  }

  /* line 216, ../sass/all/price.scss */
  .price-table-col-text {
    margin-bottom: 0;
    font-size: 30px;
  }

  /* line 223, ../sass/all/price.scss */
  .price-table.price-table-bot {
    margin-bottom: 40px;
  }

  /* line 228, ../sass/all/price.scss */
  .price-dicount-text {
    font-size: 28px;
  }

  /* line 232, ../sass/all/price.scss */
  .price-title {
    font-size: 35px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 239, ../sass/all/price.scss */
  .price-wr {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  /* line 244, ../sass/all/price.scss */
  .price {
    padding-bottom: 70px;
  }

  /* line 248, ../sass/all/price.scss */
  .price-table-title-text {
    font-size: 22px;
  }

  /* line 252, ../sass/all/price.scss */
  .price-table-col-title {
    font-size: 24px;
    margin-bottom: 0;
    padding-right: 10px;
  }

  /* line 258, ../sass/all/price.scss */
  .price-table-col-text {
    margin-bottom: 0;
    font-size: 24px;
  }

  /* line 265, ../sass/all/price.scss */
  .price-table.price-table-bot {
    margin-bottom: 40px;
    max-width: 530px;
  }
  /* line 271, ../sass/all/price.scss */
  .price-table.price-table-bot .price-table-col img {
    width: 50px;
    margin-right: 20px;
    max-height: 70px;
  }

  /* line 280, ../sass/all/price.scss */
  .price-table-row {
    min-height: auto;
    padding: 10px 10px;
  }

  /* line 287, ../sass/all/price.scss */
  .price-table-col img {
    width: 70px;
    margin-right: 10px;
    max-height: 50px;
  }

  /* line 294, ../sass/all/price.scss */
  .price-dicount-text {
    font-size: 24px;
  }

  /* line 298, ../sass/all/price.scss */
  .price-discount {
    margin-bottom: 40px;
  }

  /* line 302, ../sass/all/price.scss */
  .price-title {
    font-size: 35px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 709px) and (min-width: 120px) {

  .price {
    padding-top: 20px;
    padding-bottom: 70px;
  }
.header-r .dropdown{
  display: none;
}
 
  .price-wr {
    max-width: 108%;
    margin-top: 30px;
    margin-bottom: 26px;
    margin-left: -4%;
    margin-right: -4%;
  }
  .price-table-top {
    display: none;
  }

  /* line 328, ../sass/all/price.scss */
  .price-table-title-text {
    font-size: 22px;
  }
  /* line 331, ../sass/all/price.scss */
  .price-table-title-text.mob {
    display: block;
  }

  /* line 336, ../sass/all/price.scss */
  .price-table-col-title {
    font-size: 30px;
    margin-bottom: 0;
    padding-right: 0;
    padding-top: 5px;
    text-align: center;
  }

  /* line 344, ../sass/all/price.scss */
  .price-table-col-text {
    margin-bottom: 0;
    font-size: 29px;
  }

  /* line 349, ../sass/all/price.scss */
  .price-table-col {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  /* line 357, ../sass/all/price.scss */
  .price-table.price-table-bot {
    margin-bottom: 40px;
    max-width: 100%;
    display: none;
  }
  /* line 363, ../sass/all/price.scss */
  .price-table.price-table-bot .price-table-col {
    width: 100%;
  }
  /* line 366, ../sass/all/price.scss */
  .price-table.price-table-bot .price-table-col:first-child {
    width: 100%;
    padding-bottom: 12px;
  }
  /* line 371, ../sass/all/price.scss */
  .price-table.price-table-bot .price-table-col img {
    width: 60px;
    margin-right: 0;
    max-height: 60px;
  }

  /* line 380, ../sass/all/price.scss */
  .price-table-row {
    min-height: auto;
    padding: 18px 18px;
    flex-wrap: wrap;
    padding-bottom: 27px;
  }

  /* line 389, ../sass/all/price.scss */
  .price-table-col:first-child {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 11px;
  }
  /* line 396, ../sass/all/price.scss */
  .price-table-col img {
    width: 70px;
    margin-right: 0;
    height: 100%;
    max-height: 50px;
  }

  /* line 404, ../sass/all/price.scss */
  .price-dicount-text {
    font-size: 24px;
  }

  /* line 408, ../sass/all/price.scss */
  .price-discount {
    margin-bottom: 40px;
    display: none;
    flex-wrap: wrap;
  }
  /* line 413, ../sass/all/price.scss */
  .price-discount:after {
    display: none;
  }

  /* line 418, ../sass/all/price.scss */
  .price-dicount-card {
    width: 100%;
    border: 1px solid #2b2354;
    border-bottom: none;
  }
  /* line 423, ../sass/all/price.scss */
  .price-dicount-card:nth-child(4) {
    border-right: 1px solid #2b2354;
  }
  /* line 427, ../sass/all/price.scss */
  .price-dicount-card:last-child {
    border-bottom: 1px solid #2b2354;
  }

  /* line 432, ../sass/all/price.scss */
  .price-dicount-text {
    min-height: auto !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  /* line 442, ../sass/all/price.scss */
  .price-title {
    font-size: 30px;
    padding-bottom: 0;
  }

  /* line 447, ../sass/all/price.scss */
  .price-table-mobile-btn {
    display: block;
    text-align: center;
    font-size: 25px;
    color: #2b2354;
    font-family: "PTSansPro-Cond";
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 28px;
  }
  /* line 457, ../sass/all/price.scss */
  .price-table-mobile-btn span {
    display: inline-block;
    position: relative;
  }
  /* line 463, ../sass/all/price.scss */
  .price-table-mobile-btn span i:nth-child(2) {
    display: none;
  }
  /* line 468, ../sass/all/price.scss */
  .price-table-mobile-btn span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px dotted #2b2354;
  }
  /* line 480, ../sass/all/price.scss */
  .price-table-mobile-btn.active#d1 ~ #d2 {
    display: block;
  }
  /* line 488, ../sass/all/price.scss */
  .price-table-mobile-btn.active#d1 > span i:nth-child(1) {
    display: none;
  }
  /* line 492, ../sass/all/price.scss */
  .price-table-mobile-btn.active#d1 > span i:nth-child(2) {
    display: inline-block;
  }
  /* line 498, ../sass/all/price.scss */
  .price-table-mobile-btn.active#d3 ~ #d4 {
    display: flex;
  }
  /* line 507, ../sass/all/price.scss */
  .price-table-mobile-btn.active#d3 > span i:nth-child(1) {
    display: none;
  }
  /* line 511, ../sass/all/price.scss */
  .price-table-mobile-btn.active#d3 > span i:nth-child(2) {
    display: inline-block;
  }
}

.tel-phone-bg {
  background-color: #e1eeec;
}

/* line 7, ../sass/all/tel-phone.scss */
.tel-phone {
  padding-bottom: 150px;
}
/* line 10, ../sass/all/tel-phone.scss */
.tel-phone .site-title {
  text-align: center;
  margin-top: 9px;
  margin-bottom: 34px;
}
/* line 16, ../sass/all/tel-phone.scss */
.tel-phone form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 44px;
}
/* line 22, ../sass/all/tel-phone.scss */
.tel-phone form .btn {
  height: 58px;
  margin-top: 19px;
  font-size: 25px;
  padding: 0 25px;
}
/* line 28, ../sass/all/tel-phone.scss */
.tel-phone form .btn span {
  margin-bottom: 0;
}

/* line 35, ../sass/all/tel-phone.scss */
.tel-phone-undertitle {
  color: #131313;
  font-family: "PTSansPro-Cond";
  font-size: 30px;
  text-align: center;
}

/* line 44, ../sass/all/tel-phone.scss */
.form-group {
  width: 260px;
  display: block;
  margin-bottom: 22px;
}
/* line 49, ../sass/all/tel-phone.scss */
.form-group.form-group-big {
  width: 330px;
}
/* line 52, ../sass/all/tel-phone.scss */
.form-group.form-group-big .text {
  color: #131313;
}
/* line 57, ../sass/all/tel-phone.scss */
.form-group .text {
  font-family: "PTSansPro-Cond";
  font-size: 25px;
  font-weight: 400;
  display: block;
  padding: 0 20px;
  height: 58px;
  width: 100%;
  line-height: 60px;
  color: #2b2354;
  box-sizing: border-box;
  border: 1px solid #2b2354;
  background-color: transparent;
  display: flex;
  align-items: center;
  transition: .5s all;
  outline: none;
}
/* line 75, ../sass/all/tel-phone.scss */
.form-group .text::placeholder {
  color: #2b2354;
}

@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 82, ../sass/all/tel-phone.scss */
  .tel-phone-undertitle {
    font-size: 28px;
  }

  /* line 88, ../sass/all/tel-phone.scss */
  .tel-phone form {
    margin-top: 30px;
  }

  /* line 93, ../sass/all/tel-phone.scss */
  .form-group {
    width: 225px;
  }
  /* line 96, ../sass/all/tel-phone.scss */
  .form-group.from-group-big {
    width: 295px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 710px) {
  /* line 103, ../sass/all/tel-phone.scss */
  .tel-phone-undertitle {
    font-size: 28px;
  }

  /* line 109, ../sass/all/tel-phone.scss */
  .tel-phone form {
    margin-top: 30px;
  }

  /* line 114, ../sass/all/tel-phone.scss */
  .form-group {
    width: 225px;
  }
  /* line 117, ../sass/all/tel-phone.scss */
  .form-group.from-group-big {
    width: 295px;
  }
}
@media only screen and (max-width: 709px) and (min-width: 120px) {

  .tel-phone {
    padding-bottom: 50px;
  }

  .tel-phone .site-title {
    margin-top: 9px;
    margin-bottom: 34px;
  }
  /* line 135, ../sass/all/tel-phone.scss */
  .tel-phone form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 44px;
    flex-wrap: wrap;
    justify-content: center;
  }
  /* line 143, ../sass/all/tel-phone.scss */
  .tel-phone form .btn {
    height: 60px;
    margin-top: 19px;
    font-size: 25px;
    padding: 0 35px;
  }

  /* line 152, ../sass/all/tel-phone.scss */
  .tel-phone-undertitle {
    font-size: 30px;
  }

  /* line 157, ../sass/all/tel-phone.scss */
  .form-group {
    width: 320px;
    margin-bottom: 22px;
  }
  /* line 161, ../sass/all/tel-phone.scss */
  .form-group.form-group-big {
    width: 320px;
  }
  /* line 165, ../sass/all/tel-phone.scss */
  .form-group .text {
    font-size: 25px;
    font-weight: 400;
    padding: 0 20px;
    height: 58px;
    width: 100%;
    line-height: 60px;
  }
}

.review {
  padding-top: 45px;
  padding-bottom: 40px;
}

.review-wr {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -25px 25px;
  width: calc(100% + 50px);
}

/* line 15, ../sass/all/review.scss */
.review-box {
  margin: 25px;
  width: calc(100% / 6 - 50px);
  max-height: 482px;
}
/* line 21, ../sass/all/review.scss */
.review-box img {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  display: block;
  width: 100%;
  height: 100%;
}

/* line 29, ../sass/all/review.scss */
.review-bot {
  margin-bottom: 80px;
  position: relative;
}

/* line 34, ../sass/all/review.scss */
.review-box-link {
  font-size: 30px;
  font-weight: 400;
  font-family: "PTSansPro-Cond";
  display: flex;
  position: absolute;
  top: 5px;
  left: 10px;
  color: #000;
}
/* line 45, ../sass/all/review.scss */
.review-box-link:after {
  content: '';
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  display: block;
  background: url(../images/in-soc.png) center center no-repeat;
  background-size: 56%;
  border-radius: 50%;
  margin-left: 16px;
  box-sizing: border-box;
  border: 2px solid #131313;
}

@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 62, ../sass/all/review.scss */
  .review-box {
    margin: 15px;
    width: calc(100% / 6 - 30px);
    max-height: 350px;
  }

  /* line 68, ../sass/all/review.scss */
  .review-bot {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 710px) {
  /* line 74, ../sass/all/review.scss */
  .review-box {
    margin: 10px;
    width: calc(100% / 6 - 20px);
    max-height: 225px;
  }

  /* line 80, ../sass/all/review.scss */
  .review-wr {
    margin: 20px -10px 25px;
    width: calc(100% + 20px);
  }

  /* line 85, ../sass/all/review.scss */
  .review-bot {
    margin-bottom: 40px;
  }

  /* line 89, ../sass/all/review.scss */
  .review-box-link {
    position: relative;
    top: 0;
    left: 0;
    justify-content: center;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 100, ../sass/all/review.scss */
  .review {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  /* line 105, ../sass/all/review.scss */
  .review-wr {
    margin: 20px -5px 5px;
    width: calc(100% + 10px);
  }

  /* line 110, ../sass/all/review.scss */
  .review-box {
    margin: 5px 5px;
    width: calc(100% / 3 - 10px);
    max-height: 482px;
  }

  /* line 116, ../sass/all/review.scss */
  .review-bot {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  /* line 123, ../sass/all/review.scss */
  .review-box-link {
    font-size: 25px;
    left: auto;
    margin-bottom: 25px;
    margin-top: 30px;
    position: relative;
  }
  /* line 131, ../sass/all/review.scss */
  .review-box-link:after {
    width: 50px;
    height: 50px;
    background: url(../images/in-soc.png) center center no-repeat;
    background-size: 56%;
    margin-left: 16px;
  }
}
