@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap');
@font-face {
  font-family: Minion;
  src: url(../font/MinionPro-Bold.ttf);
  
  /* Имя шрифта */
}
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
p {
  font-weight: 300;
}
#main {
  background-color: #f5f5f5;
  overflow: hidden;
}
.logo-img {
  max-width: 240px;
}
.logo-img--header {
  max-width: 300px;
}
.header {
  text-align: center;
  padding-top: 30px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
.header h1 {
  font-family: "Minion", serif;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 3px solid #00bfbb;
  display: inline-block;
}
.header-wrapper {
  background-color: #f5f5f5;
  background-image: url(../img/header-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding-bottom: 80px;
  position: relative;
}
.header .header-navigation {
  margin-top: 20px;
  font-size: 18px;
  padding-bottom: 50px;
}
.header .header-navigation img {
  width: 28px;
}
.header .header-navigation li + li {
  margin-left: 5px;
}
.header .header-navigation li {
  list-style-type: none;
  margin-top: 20px;
}
.header .header-navigation li a {
  padding: 5px;
  color: black;
  -webkit-transition: .2s linear;
  transition: .2s linear;
  line-height: 1;
}
.header .header-navigation li a:hover {
  background-color: #00bfbb;
  color: white;
}
.header-adress img {
  padding-bottom: 20px;
}
.header-adress p {
  line-height: 1.4;
  font-weight: 400;
}
.header-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.headerTopText{
  color: #00bfbb;
  font-family: Minion;
}
.select-language{
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%,100%);
}

.select-language ul{
  display: flex;
  align-items: center;
  padding: 5px 7px;
  color: #000;
  font-size: 20px;
  list-style-type: none;
}

.select-language li+li{
  margin-left: 4px;
  margin-right: 4px;
}

.header-number img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
}
.header-number a {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-top: 5px;
}
.select-language a{
  margin-top: 0;
}
.select-language a[href="#"]{
  background-color: #00bfbb;
  color: white;
  padding: 0 4px;
  line-height: 24px;
}
.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-window {
  text-align: center;
  font-family: 'Roboto', sans-serif;
}
.main-window .wind-btn {
  font-family: 'Minion', sans-serif;
  color: white;
  cursor: pointer;
  font-size: 30px;
  padding: 10px 40px;
  background-color: #00bfbb;
  text-align: center;
  border: 5px solid #BADDDD;
  /* закругление для старых Mozilla Firefox */
  /* закругление для старых Chrome и Safari */
  /* закругл. для браузера Konquerer системы Linux */
  border-radius: 30px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.main-window .wind-btn:hover {
  opacity: .7;
}
.main-window .m-wind-text h2 {
  line-height: .8;
}
.main-window .m-wind-img {
  position: relative;
}
.main-window .m-wind-img .image-wrapper {
  position: relative;
  display: inline-block;
}
.main-window .m-wind-img .image-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px solid #ffffff;
}
.main-window .m-wind-img img {
  border: 1px solid rgba(0, 191, 187, 0.5);
  padding: 20px;
  max-width: 427px;
  border-radius: 50%;
}
.second-wrapper {
  background-image: url(../img/second-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  background-color: #f5f5f5;
}
.third-wrapper {
  background-image: url(../img/third-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  overflow: hidden;
  background-color: #f5f5f5;
}
.info {
  padding-top: 50px;
  font-family: 'Roboto', sans-serif;
  clear: both;
  float: left;
  padding-bottom: 100px;
}
.info .info-img img {
  max-width: 520px;
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: -20px;
}
.info .about-mb,
.info .about-pc {
  font-family: Minion, Serif;
}
.info .about-pc {
  font-size: 48px;
  font-weight: 400;
  white-space: nowrap;
}
.info .info-text {
  font-size: 18px;
}
.info .info-text p {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  padding-bottom: 10px;
}
.super-title {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
}
.super-title:after {
  content: '';
  max-width: 370px;
  width: 100%;
  height: 2px;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, #36cbc8), color-stop(80%, #36cbc8), to(transparent));
  background: linear-gradient(to right, transparent 0%, #36cbc8 20%, #36cbc8 80%, transparent 100%);
  margin-left: 25px;
}
.super-title--double {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 10px;
}
.super-title--double:after {
  content: '';
  max-width: 250px;
  width: 100%;
  height: 2px;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, #36cbc8), color-stop(80%, #36cbc8), to(transparent));
  background: linear-gradient(to right, transparent 0%, #36cbc8 20%, #36cbc8 80%, transparent 100%);
  margin-left: 25px;
}
.super-title--double:before {
  content: '';
  max-width: 250px;
  width: 100%;
  height: 2px;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, #36cbc8), color-stop(80%, #36cbc8), to(transparent));
  background: linear-gradient(to right, transparent 0%, #36cbc8 20%, #36cbc8 80%, transparent 100%);
  margin-right: 25px;
}
.slick-arrow:before {
  width: 60px;
  height: 60px;
  display: block;
  -webkit-box-shadow: 0 0 29px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 29px rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
}
.slick-next {
  right: 10px;
}
.slick-next:before {
  background-image: url(../img/chevron.webp);
}
.slick-prev {
  left: -30px;
  z-index: 10;
}
.slick-prev:before {
  position: relative;
  z-index: 200;
  background-image: url(../img/chevron-l.webp);
}
.portfolio {
  clear: both;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}
.portfolio .slick-list {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.portfolio h2 {
  font-size: 48px;
  margin-top: 60px;
  margin-bottom: 50px;
  font-family: Minion;
}
.portfolio .sl {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.portfolio .sl .sl-slide img {
  width: 100%;
  margin: auto;
}
.portfolio .port-text {
  width: 70%;
  margin: 50px auto;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  max-width: 760px;
  line-height: 24px;
}
.portfolio .port-text:after {
  content: '';
  max-width: 250px;
  width: 100%;
  height: 2px;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, #36cbc8), color-stop(80%, #36cbc8), to(transparent));
  background: linear-gradient(to right, transparent 0%, #36cbc8 20%, #36cbc8 80%, transparent 100%);
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.portfolio .sl2 .sl-slide img {
  width: 80%;
  margin: auto;
}
.price {
  padding-top: 100px;
  padding-bottom: 50px;
}
.price .sl-price-text {
  margin-top: 15px;
  text-align: center;
  font-family: "Minion", serif;
  font-size: 48px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.price .sl-price-text p {
  position: relative;
}
.price .sl-price-text p:after {
  content: '';
  max-width: 80px;
  position: absolute;
  right: -90px;
  top: 80%;
  width: 100%;
  height: 2px;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, #36cbc8), color-stop(80%, #36cbc8), to(transparent));
  background: linear-gradient(to right, transparent 0%, #36cbc8 20%, #36cbc8 80%, transparent 100%);
}
.price .sl-price-text .slick-prev,
.price .sl-price-text .slick-next {
  margin-top: 40px;
}
.price .sl-price-text .slick-prev {
  left: -150px;
}
.price .sl-price-text .slick-next {
  left: -70px;
}
.price .sl-slide-price {
  text-align: center;
  width: 100%;
}
.price .sl-slide-price .image-wrapper {
  position: relative;
  max-width: 200px;
  max-height: 200px;
  margin-left: auto;
  margin-right: auto;
}
.price .sl-slide-price .image-wrapper:before {
  content: '';
  display: block;
  width: 140px;
  height: 140px;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px solid #fff;
}
.price .sl-slide-price img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 170px;
  height: 170px;
  border-radius: 100px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.price .sl-slide-price p,
.price .sl-slide-price a {
  font-family: 'Roboto', sans-serif;
}
.price .sl-slide-price p {
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.4);
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.price .sl-slide-price strong {
  color: rgba(0, 0, 0, 0.4);
  font-family: "Minion", serif;
  font-size: 29px;
  font-weight: 400;
  display: block;
  padding-bottom: 10px;
}
.price .sl-slide-price a {
  opacity: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
  color: #01bfbb;
  font-family: "Minion", serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  text-transform: lowercase;
}
.price .sl-slide-price:hover a {
  opacity: 1;
}
.price .sl-slide-price:hover strong {
  color: #000000;
}
.price .sl-slide-price:hover p {
  color: rgba(0, 0, 0, 0.6);
}
.work {
  text-align: center;
  font-family: 'Roboto', sans-serif;
}
.work div {
  margin-bottom: 20px;
}
.work h2 {
  font-size: 40px;
  font-family: Minion;
  padding-bottom: 100px;
}
.work p {
  margin-top: 20px;
  font-size: 18px;
  max-width: 200px;
}
.work strong {
  font-size: 20px;
}
.work-item + .work-item .work-item__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.work-item + .work-item .work-item__image:before {
  content: '....';
  color: #01bfbb;
  font-family: "Minion", Serif;
  font-size: 40px;
  font-weight: 400;
  position: absolute;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  left: -13px;
}
.order {
  text-align: right;
  font-family: Minion;
  padding-bottom: 40px;
}
.order .wind-btn {
  color: white;
  font-size: 30px;
  padding: 10px 40px;
  background-color: #00bfbb;
  text-align: center;
  border: 5px solid #BADDDD;
  /* закругление для старых Mozilla Firefox */
  /* закругление для старых Chrome и Safari */
  /* закругл. для браузера Konquerer системы Linux */
  border-radius: 30px;
  cursor: pointer;
  margin-left: 100px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.order .wind-btn:hover {
  opacity: .7;
}
.order .order-txt {
  font-family: Minion;
  text-align: left;
  font-size: 50px;
  font-weight: 700;
}
.order .order-txt h2 {
  color: #00bfbb;
}
.footer {
  padding-top: 80px;
  font-size: 25px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}
.footer h3 {
  font-family: Minion;
  font-size: 46px;
  font-weight: 700;
}
.footer span {
  color: #00bfbb;
}
.footer .footer-cont {
  text-align: left;
  margin-top: 60px;
  padding-bottom: 20px;
}
.footer .footer-cont h2 {
  width: 150px;
  font-size: 30px;
  border-bottom: 2px solid #00bfbb;
  margin-bottom: 30px;
  font-family: 'Minion', Serif;
}
.footer .footer-cont p {
  font-size: 25px;
  font-weight: 400;
}
.footer .footer-cont .subName {
  font-family: 'Minion', Serif;
}
.footer .footer-cont .name {
  color: #00bfbb;
  font-family: 'Minion', Serif;
}
.footer .footer-cont .footer-adress {
  margin-top: 32px;
}
.footer .footer-cont .footer-adress .div-icon {
  margin-top: 5px;
}
.footer .footer-cont .footer-adress p {
  font-size: 18px;
}
.footer .footer-cont .footer-number {
  margin-top: 30px;
  margin-bottom: 20px;
}
.footer .footer-cont .footer-number .div-icon {
  margin-top: 5px;
}
.footer .footer-cont .footer-number p {
  font-size: 18px;
}
.footer .footer-cont .footer-number a {
  color: #000000;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.footer iframe {
  height: 300px;
  width: 90%;
  margin-top: 60px;
}
.footer .copyr {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
}
.footer .footer-schedule {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.footer .footer-schedule .div-icon {
  color: #00bfbb !important;
}
.footer .footer-schedule p {
  font-size: 18px;
}
.footerSocial{
  display: inline-block;
  color: #00bfbb;
  margin-top: 28px;
  margin-left: 8px;
}
.footerSocial:first-child{
  margin-left: 14px;
}
.footerSocial:hover, .footerSocial:focus{
  text-decoration: none;
  color: #00bfbb;
}
.modalWrapper{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  display: none;
}
.modal{
  width: 800px;
  left: 50%;
  margin-left: -400px;
  position: relative;
  top: 50%;
  margin-top: -250px;
  height: 500px;
  background: url(../img/modalBackground.png);
  font-family: Minion;
}
.modalClose{
  position: absolute;
  right: 40px;
  top: 40px;
  color: #00bfbb;
  font-size: 20px;
}
.modalClose:hover{
  cursor: pointer;
}
.modal h3{
  font-size: 54px;
  padding-top: 50px;
  margin-left: 50px;
}
.modal h3 span{
  color: #00bfbb;
}
.modal p{
  font-size: 16px;
  color: #000;
  margin-left: 50px;
  font-family: 'Roboto', sans-serif;
  margin-top: 14px;
}
.modal form{
  margin-left: 50px;
  margin-top: 70px;
}
.modal form input{
  margin-top: 50px;
  display: block;
  background: none;
  border: 0;
  border-bottom: 2px solid #88e1df;
  padding-bottom: 10px;
  color: #b8b8b8;
  font-family: 'Roboto', sans-serif;
  width: 260px;
}
input:focus, button:focus{
  outline: none;
}
.modal form button{
  margin-top: 68px;
  display: block;
  background: url("../img/modalBtnBg.png") no-repeat;
  border: 0;
  width: 285px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  line-height: 60px;
}
.modal form button:hover{
  cursor: pointer;
}
.thankPage{
    background: url("../img/thankPageBg.jpg") center top no-repeat;
    padding-top: 30px;
    padding-bottom: 100px;
    font-family: Minion;
}
.logoThankPage{
    width: 130px;
}
.phoneWrapper{
    text-align: right;
}
.phoneWrapperRight{
    display: inline-block;
}
.phoneWrapperRight a{
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}
.phoneWrapper img{
    vertical-align: top;
    margin-right: 16px;
    margin-top: 10px;
}
.thankPage h3{
    margin-top: 80px;
    font-size: 48px;
}
.thankPage h3 span{
    font-size: 72px;
    color: #00bfbb;
    display: block;
}
.thankPage p{
    font-size: 24px;
    margin-top: 40px;
}
.thankPage p span{
    color: #00bfbb;
}
p.descSocial{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin-top: 60px;
}
.thankPage .footerSocialWrapper a{
    font-size: 30px;
    margin-left: 0;
    margin-top: 20px;
    margin-right: 16px;
}
.thankBtn{
    width: 270px;
    background: url("../img/thankBtnBg.png") center top no-repeat;
    color: #fff;
    display: block;
    line-height: 58px;
  text-align: center;
  font-size: 18px;
  margin-top: 60px;
}
.footer p.descPhone{
  font-size: 14px;
  color: #00bfbb;
  padding-left: 74px;
  padding-top: 44px;
}
.poshiv2{
  font-size: 14px !important;
  opacity: 0.4;
}
@media screen and (min-width: 800px) {
  .m-wind-text {
    text-align: left;
  }
  .m-wind-text h2 {
    font-size: 90px;
    color: #00bfbb;
    font-family: Minion;
  }
  .m-wind-text h3 {
    font-size: 40px;
    margin-bottom: 30px;
    font-family: Minion;
  }
  .m-wind-text p {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .header-navigation img {
    display: none;
  }
  .header-navigation ul {
    display: block;
  }
  .header-navigation ul li {
    display: inline;
  }
  .main-window {
    margin-top: 50px;
  }
  .main-window h3 {
    margin-top: 20px;
  }
  .main-window .m-wind-img {
    text-align: right;
  }
  .info-img {
    text-align: right;
  }
  .info-img hr {
    display: none;
  }
  .about-mb {
    display: none;
  }
  .about-pc {
    display: block;
  }
  .info-text {
    text-align: left;
    margin-top: 40px;
  }
  .order {
    text-align: right;
    padding-top: 100px;
  }
  .order .order-txt {
    text-align: left;
  }
}
@media screen and (max-width: 799px) {
  .headerTopText{
    font-size: 14px;
  }
  .header{
    padding-top: 16px;
  }
  .logo-img{
    width: 200px;
    margin: 0 auto;
    display: block;
  }
  .header-adress{
    display: none;
  }
  .footer p.descPhone{
    padding-left: 60px;
  }
  .thankPage h3{
    font-size: 24px;
  }
  .thankPage h3 span{
    font-size: 44px;
  }
  .thankPage p{
    font-size: 18px;
  }
  .thankPage .footerSocialWrapper{
    text-align: left;
  }
  .thankBtn{
    margin-top: 40px;
  }
  .thankPage .footerSocialWrapper a{
    font-size: 20px;
    margin-top: 10px;
    margin-right: 8px;
  }
  .modal{
    width: 320px;
    margin-left: -160px;
    background-size: 100% 100%;
    height: 420px;
    margin-top: -210px;
  }
  .modalClose {
    right: 24px;
    top: 30px;
  }
  .modal h3{
    margin-left: 24px;
    font-size: 28px;
  }
  .modal p{
    margin-left: 24px;
    font-size: 14px;
    padding-right: 30px;
  }
  .modal form{
    margin-left: 24px;
    margin-top: 0;
    margin-right: 24px;
  }
  .modal form button{
    width: 100%;
    background-size: contain;
    line-height: 54px;
    font-size: 20px;
    margin-top: 40px;
  }
  .price .sl-slide-price strong{
    font-size: 20px;
  }
  .footerSocialWrapper{
    text-align: center;
  }
  .footerSocial:first-child {
    margin-left: 0;
  }
  .sl-price {
    margin-left: 30px;
  }
  .sl-price-btn {
    margin-top: -15px;
  }
  .sl-price-text {
    margin-bottom: 30px;
  }
  .header-logo {
    width: 100%;
  }
  ul {
    display: none;
  }
  .m-wind-text {
    text-align: center;
    margin-top: 30px;
  }
  .m-wind-text h2 {
    font-size: 40px;
    color: #00bfbb;
    font-family: Minion;
  }
  .m-wind-text h3 {
    font-size: 30px;
    margin-bottom: 20px;
    font-family: Minion;
  }
  .m-wind-text p {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .m-wind-img {
    text-align: center;
    margin-top: 0;
  }
  .m-wind-img img {
    width: 90%;
  }
  .info-img {
    text-align: center;
  }
  .info-img .about-mb {
    text-align: center;
    display: block;
    font-size: 34px;
  }
  .info-img hr {
    background-color: #00bfbb;
    height: 2px;
    margin: auto;
    margin-bottom: 20px;
    width: 50%;
  }
  .info-text .about-pc {
    display: none;
  }
  .info-text p {
    margin: auto;
    text-align: justify;
    width: 80%;
  }
  .order {
    text-align: center;
  }
  .order .order-txt {
    margin-top: 30px;
    text-align: center;
  }
  .header-number{
    padding-bottom: 0;
    flex-direction: initial;
    margin-top: 14px;
  }
  .header-number img{
    display: inline-block;
    margin: 0;
    width: 16px;
    margin-right: 8px;
    margin-top: 4px;
  }
  .header-number a{
    font-size: 14px;
    margin-right: 8px;
  }
  .select-language{
    bottom: 8px;
    right: 0;
    transform: initial;
    left: auto;
  }
}
@media only screen and (max-width: 576px) {
  .header .header-navigation {
    padding-bottom: 10px;
    display: none;
  }
  .main-window .wind-btn {
    font-size: 18px;
  }
  .main-window .m-wind-img .image-wrapper:after {
    width: 220px;
    height: 220px;
  }
  .header-wrapper {
    padding-bottom: 20px;
  }
  .info .info-img img {
    width: 100%;
  }
  .info .about-pc {
    font-size: 34px;
  }
  .info .info-text p {
    font-size: 14px;
    line-height: 1.2;
    padding-right: 0;
  }
  .info {
    padding-bottom: 20px;
    padding-top: 30px;
  }
  .info .info-img {
    margin-bottom: 30px;
  }
  .info .about-pc {
    padding-left: 10px;
  }
  .portfolio h2 {
    font-size: 34px;
  }
  .portfolio .slick-prev {
    left: 0;
  }
  .portfolio .slick-next {
    right: 10px;
  }
  .slick-arrow:before {
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-image: none;
    height: 30px;
    background-size: 5px;
  }
  .slick-prev:before {
    content: url(../img/chevron-l.webp);
  }
  .slick-next:before {
    content: url(../img/chevron.webp);
  }
  .sl-price-title {
    font-size: 34px;
  }
  .price .slick-prev {
    top: -50px !important;
    margin-top: 0 !important;
    right: 100px;
    left: auto !important;
  }
  .price .slick-next {
    top: -50px !important;
    margin-top: 0 !important;
    right: 50px;
    left: auto !important;
  }
  .price .sl-price {
    margin-left: 0;
  }
  .price .sl-slide-price img {
    max-width: 100%;
    width: 120px;
    height: 120px;
  }
  .work h2 {
    font-size: 34px;
    padding-bottom: 40px;
  }
  .work-item + .work-item .work-item__image:before {
    content: none;
  }
  .work .d-flex.align-items-center.justify-content-between {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .work .work-item {
    width: 50%;
  }
  .work .work-item__image img {
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
  }
  .order-btn {
    margin-left: auto;
    margin-right: auto;
  }
  .order .wind-btn {
    font-size: 22px;
    margin-left: 0;
    display: inline-block;
    margin-top: 8px;
  }
  .order .order-txt {
    font-size: 28px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }
  .footer {
    padding-top: 20px;
  }
  .footer h3 {
    font-size: 40px;
  }
  .footer .footer-cont {
    margin-top: 40px;
  }
  .footer .footer-cont .footer-number {
    margin-top: 10px;
  }
  .footer .footer-cont .footer-adress {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 420px) {
  .work .work-item {
    width: 100%;
  }
  .work p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 370px) {
  .m-wind-text h3,
  .m-wind-text h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .main-window .m-wind-img .image-wrapper:after {
    width: 170px;
    height: 170px;
  }
  .price .sl-slide-price img {
    max-width: 100%;
  }
  .price .slick-prev {
    top: -50px !important;
    margin-top: 0 !important;
    right: 70px;
    left: auto !important;
  }
  .price .slick-next {
    top: -50px !important;
    margin-top: 0 !important;
    right: 20px;
    left: auto !important;
  }
}
