@font-face {
  font-family: 'Franklin Gothic';
  src: url('../fonts/FranklinGothic/FranklinGothicBook/FranklinGothicBook.eot');
  src: url('../fonts/FranklinGothic/FranklinGothicBook/FranklinGothicBook.eot?#iefix') format('embedded-opentype'), url('../fonts/FranklinGothic/FranklinGothicBook/FranklinGothicBook.woff2') format('woff2'), url('../fonts/FranklinGothic/FranklinGothicBook/FranklinGothicBook.woff') format('woff'), url('../fonts/FranklinGothic/FranklinGothicBook/FranklinGothicBook.ttf') format('truetype'), url('../fonts/FranklinGothic/FranklinGothicBook/FranklinGothicBook.svg#FranklinGothicBook') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U0020-FB02;
}
@font-face {
  font-family: 'Franklin Gothic Cond';
  src: url('../fonts/FranklinGothic/FranklinGothicCondMedium/FranklinGothicCondMedium.eot');
  src: url('../fonts/FranklinGothic/FranklinGothicCondMedium/FranklinGothicCondMedium.eot?#iefix') format('embedded-opentype'), url('../fonts/FranklinGothic/FranklinGothicCondMedium/FranklinGothicCondMedium.woff2') format('woff2'), url('../fonts/FranklinGothic/FranklinGothicCondMedium/FranklinGothicCondMedium.woff') format('woff'), url('../fonts/FranklinGothic/FranklinGothicCondMedium/FranklinGothicCondMedium.ttf') format('truetype'), url('../fonts/FranklinGothic/FranklinGothicCondMedium/FranklinGothicCondMedium.svg#../fonts/FranklinGothic/FranklinGothicCondMedium/FranklinGothicCondMedium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Bobz Type Cyrillic';
  src: url('../fonts/BobzTypeCyrillic/BobzTypeCyrillic.eot');
  src: url('../fonts/BobzTypeCyrillic/BobzTypeCyrillic.eot?#iefix') format('embedded-opentype'), url('../fonts/BobzTypeCyrillic/BobzTypeCyrillic.woff2') format('woff2'), url('../fonts/BobzTypeCyrillic/BobzTypeCyrillic.woff') format('woff'), url('../fonts/BobzTypeCyrillic/BobzTypeCyrillic.ttf') format('truetype'), url('../fonts/BobzTypeCyrillic/BobzTypeCyrillic.svg#../fonts/BobzTypeCyrillic/BobzTypeCyrillic') format('svg');
  font-weight: 400;
  font-style: normal;
}
@keyframes MoveUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
body {
  font-family: "Franklin Gothic";
  font-size: 18px;
  line-height: 1.3;
  color: #333333;
  margin: 0;
  background: #FFF;
}
body .wrapper {
  overflow: hidden;
}
body .container {
  position: relative;
  max-width: 1200px;
}
body img {
  max-width: 100%;
}
body p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
body p.big {
  font-size: 24px;
  line-height: 36px;
}
body .min-title {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.75px;
  line-height: 34px;
}
body .title {
  font-family: Arial;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
  text-transform: uppercase;
}
body .title.big {
  font-size: 42px;
  line-height: 47px;
}
body p,
body .title,
body .min-title {
  margin: 0;
  position: relative;
  z-index: 2;
}
body .order {
  position: relative;
  z-index: 2;
}
body .order a {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}
body .order a,
body .order button {
  border-radius: 50px;
  padding: 10px 20px;
  border-radius: 17px;
  background-color: #00abc4;
  min-height: 75px;
  cursor: pointer;
  border: none;
  font-family: "Franklin Gothic Cond";
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  letter-spacing: 3px;
}
body .order a:hover,
body .order button:hover {
  background: #007484;
}
body a,
body input,
body button {
  transition: all 0.2s ease-in-out;
}
body a:active,
body a:focus,
body input:active,
body input:focus,
body button:active,
body button:focus {
  outline: none !important;
}
body .forma {
  padding: 60px 30px;
  max-width: 460px;
  border: 5px solid #394349;
}
body .forma hr {
  max-width: 131px;
  height: 5px;
  border-radius: 3px;
  background-color: #352e33;
  margin: auto;
  width: 100%;
  margin: 0 0 29px 0;
  border: none;
}
body form.active .order button {
  pointer-events: none;
  background: gray;
}
body form ::-webkit-input-placeholder {
  color: #999;
}
body form ::-moz-placeholder {
  color: #999;
}
body form :-moz-placeholder {
  color: #999;
}
body form :-ms-input-placeholder {
  color: #999;
}
body form label {
  font-size: 18px;
  line-height: 21px;
  margin: 0;
}
body form label.error {
  display: none !important;
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 0.75em;
  color: #CC0000;
}
body form .inputblock {
  margin-bottom: 14px;
}
body form input,
body form textarea {
  width: 100%;
  border: 1px solid transparent;
  font-size: 24px;
  letter-spacing: 2.4px;
  background-color: #d9f2f6;
  font-weight: 700;
}
body form input:focus,
body form textarea:focus {
  border-color: #6422d3;
}
body form input.error,
body form textarea.error {
  border-color: #E76767;
  box-shadow: 0 0 4px #CC0000;
}
body form input {
  height: 58px;
  line-height: 58px;
  text-align: center;
}
body form textarea {
  min-height: 150px;
}
body form .order button {
  width: 100%;
  border-radius: 0;
}
body form .checks {
  text-align: left;
  margin: 0 0 17px 0;
}
body form .checks .checky {
  display: none;
}
body form .checks .checky:checked + label:after {
  opacity: 1;
}
body form .checks label {
  position: relative;
  padding: 0 0 0 30px;
  cursor: pointer;
  color: #352e33;
  letter-spacing: 1.8px;
}
body form .checks label a {
  color: #ffffff;
  text-decoration: underline;
}
body form .checks label a:hover {
  text-decoration: none;
}
body form .checks label:before,
body form .checks label:after {
  position: absolute;
  content: "";
}
body form .checks label:before {
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  background-color: #352e33;
}
body form .checks label:after {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(43deg);
  width: 6px;
  height: 13px;
  opacity: 0;
  left: 6px;
  top: 2px;
}
body .page-404 {
  min-height: 100vh;
}
body .page-404 .info {
  text-align: center;
}
body .page-404 .t1 {
  font-size: 10em;
}
body .page-404 .t2 {
  font-size: 1.4em;
  margin: 0 0 20px;
}
body .page-404 .t3 {
  font-size: 0.9em;
}
body .languages {
  color: #ffffff;
}
body .languages a {
  color: #ffffff;
}
body .languages a.active {
  font-weight: 700;
}
body .languages a.active:hover {
  text-decoration: none;
}
body .languages span {
  margin: 0 5px;
}
body .slider .swiper-button div {
  outline: none;
  box-shadow: none;
  width: 44px;
  height: 44px;
  background: url(../images/arr1.png) no-repeat center / contain;
}
body .slider .swiper-button div:hover {
  background: url(../images/arr2.png) no-repeat center / contain;
  transform: scale(-1,1);
}
body .slider .swiper-button div.swiper-button-next {
  transform: scale(-1,1);
}
body .slider .swiper-button div.swiper-button-next:hover {
  transform: scale(1,-1);
  background: url(../images/arr2.png) no-repeat center / contain;
}
body .header {
  padding: 30px 0;
  min-height: 515px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url(../images/header-bg.jpg) no-repeat center top / cover;
  position: relative;
}
body .header:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
}
body .header div,
body .header p {
  color: #ffffff;
}
body .header .h-inner {
  display: inline-block;
}
body .header .h-inner .languages {
  margin: 0 0 80px 0;
}
body .header .for-title .tt-1 {
  margin-bottom: 40px;
}
body .header .for-title .tt-1 > span {
  padding: 0 10px;
  background-color: #282828;
}
body .header .for-title .tt-1 > span span {
  font-size: 30px;
}
body .header .for-title .tt-2 {
  text-transform: none;
  font-family: "Franklin Gothic Cond";
  letter-spacing: 3px;
  font-weight: 500;
}
body .benefits {
  padding: 45px 0 55px 0;
  text-align: center;
}
body .benefits .b-row .b-block {
  margin: 65px 0 0 0;
}
body .benefits .b-row .b-block .icon img {
  width: 89px;
}
body .benefits .b-row .b-block p {
  font-weight: 500;
  margin: 62px 0 0 0;
  line-height: 29px;
  font-family: "Franklin Gothic Cond";
}
body .about {
  padding: 175px 0 220px 0;
}
body .about .a-right {
  max-width: 510px;
  margin: 0 0 0 90px;
}
body .about .a-right .text p {
  margin: 30px 0 0 0;
}
body .about .a-right .text p span {
  font-family: "Franklin Gothic Cond";
  font-weight: 500;
}
body .for {
  padding: 115px 0 215px 0;
  background: #232323;
  text-align: center;
}
body .for hr {
  max-width: 364px;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #00abc4;
  border: none;
  margin: 0 auto 85px;
}
body .for .f-block:not(:last-of-type) {
  margin-bottom: 50px;
}
body .for .f-block .icon img {
  width: 130px;
}
body .for .f-block p {
  font-family: "Bobz Type Cyrillic";
  color: #ffffff;
  margin: 25px 0 0 0;
  line-height: 33px;
}
body .we {
  padding: 140px 0 135px 0;
}
body .we .for-title {
  text-align: center;
}
body .we .for-title p {
  font-family: Arial;
  font-weight: 500;
  text-transform: uppercase;
  margin: 10px 0 40px 0;
}
body .we .slider {
  overflow: hidden;
}
body .we .slider .slide-inner .row {
  align-items: center;
  justify-content: center;
}
body .we .slider .slide-inner .s-left {
  border: 10px solid #00abc4;
  max-width: 574px;
  min-height: 574px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .we .slider .slide-inner .s-right {
  max-width: 430px;
}
body .we .slider .slide-inner .s-right .s-row {
  margin-bottom: 20px;
}
body .we .slider .slide-inner .s-right .s-row .tit {
  text-transform: uppercase;
  font-family: "Bobz Type Cyrillic";
  margin-bottom: 10px;
}
body .we .slider .slide-inner .s-right .order {
  margin: 60px 0 0 0;
}
body .we .slider .another {
  display: none;
}
body .quality {
  padding: 130px 0 109px 0;
  text-align: center;
}
body .quality .title {
  margin: 0 0 65px 0;
}
body .quality .title span {
  color: #00abc4;
}
body .quality .q-block.qb-2 {
  margin: 0 -24px;
  position: relative;
}
body .proposal {
  padding: 95px 0 80px 0;
  text-align: center;
  overflow: hidden;
}
body .proposal .title {
  margin: 0 0 200px 0;
}
body .proposal .title span {
  color: #00abc4;
}
body .proposal .p-block {
  padding: 125px 0 0 0;
  position: relative;
}
body .proposal .p-block:before {
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  height: 680px;
  background: #00acc5;
  border-radius: 0 0 300px 300px;
}
body .proposal .p-block.pbl-1:before {
  top: -365px;
}
body .proposal .p-block.pbl-3:before {
  top: -365px;
}
body .proposal .p-block.pbl-3 .icon:first-of-type {
  margin-bottom: 120px;
}
body .proposal .p-block.pbl-2 {
  padding: 0;
}
body .proposal .p-block.pbl-2:before {
  bottom: -300px;
  height: 500px;
  border-radius: 300px 300px 0 0;
}
body .proposal .p-block .icon {
  position: relative;
  z-index: 2;
  max-width: 320px;
  margin: auto;
}
body .proposal .p-block .icon img {
  max-height: 100%;
}
body .proposal .p-block .icon:not(:last-of-type) {
  margin-bottom: 80px;
}
body .orders {
  padding: 30px 0;
  min-height: 431px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url(../images/orders-bg.jpg) no-repeat center top / cover;
}
body .orders .title {
  color: #ffffff;
  margin: 0 0 47px 0;
}
body .orders .to-block a {
  display: inline-block;
  animation: MoveUpDown 2s ease-out infinite;
}
body .orders .to-block a:hover {
  opacity: 0.6;
}
body .formas {
  padding: 50px 0 60px 0;
}
body .formas .forma {
  margin: auto;
}
body .about-us {
  background: #232323;
  padding: 70px 0 95px 0;
  text-align: center;
}
body .about-us .container {
  max-width: 900px;
}
body .about-us div,
body .about-us p {
  color: #ffffff;
}
body .about-us .a-photo {
  display: inline-block;
  border: 10px solid #00abc4;
  margin: 50px 0 45px 0;
}
body .about-us .a-text {
  text-align: left;
}
body .about-us .a-text p:not(:last-of-type) {
  margin-bottom: 24px;
}
body .about-us .a-text p span {
  font-family: "Bobz Type Cyrillic";
  text-transform: uppercase;
}
body .contacts {
  padding: 30px 0;
  min-height: 800px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
}
body .contacts .map {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
body .contacts .text {
  padding: 0 0 0 80px;
}
body .contacts .text p {
  line-height: 24px;
  font-family: "Franklin Gothic Cond";
}
body .contacts .text p:not(:last-of-type) {
  margin-bottom: 24px;
}
body .contacts .text a {
  color: #2f2f2f;
}
body .footer div,
body .footer p,
body .footer a {
  color: #ffffff;
}
body .footer .f-top {
  background: #181425;
  padding: 50px 0 45px 0;
}
body .footer .f-top .ft-1 .min-title {
  font-weight: 700;
}
body .footer .f-top .ft-1 .phone {
  margin: 0 0 50px 0;
}
body .footer .f-top .ft-2 .social a {
  margin: 0 8px;
  text-decoration: none;
}
body .footer .f-top .ft-2 .social a:hover {
  opacity: 0.6;
}
body .footer .f-top .ft-3 .mtt-2 {
  font-weight: 700;
}
body .footer .f-top .ft-3 .number:not(:last-of-type) {
  margin-bottom: 9px;
}
body .footer .f-bottom {
  padding: 9px 0;
  background: #130c20;
}
body .for-success {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  text-align: center;
  display: none;
}
body .for-success .successs {
  background: #ffffff;
  padding: 20px 30px;
  box-shadow: 0 6px 8px rgba(39,26,15,0.42);
}
body .for-success .successs .min-title {
  margin: 0 0 20px 0;
  color: #000000;
}
body .infosy {
  background: #ffffff;
  min-height: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  padding: 5px 10px;
  transform: translateY(100%);
  transition: 0.6s;
  border: 1px solid #a52301;
}
body .infosy.active {
  transform: translateY(0);
}
body .infosy p {
  padding: 0 20px;
}
body .infosy .c-buttons {
  margin-top: 5px;
}
body .infosy .c-buttons .a-block {
  margin: 0 10px;
}
body .infosy .c-buttons .a-block a,
body .infosy .c-buttons .a-block button {
  font-size: 14px;
}
body .infosy p,
body .infosy a {
  color: #434343;
  font-size: 16px;
  line-height: 19px;
}
body .infosy a {
  text-decoration: underline;
}
body .infosy a:hover {
  text-decoration: none;
}
body .infosy .to-close {
  transition: 0.3s;
  position: absolute;
  right: 20px;
  top: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  color: #464646;
  cursor: pointer;
  font-size: 27px;
  z-index: 2;
  font-family: Tahoma;
}
body .infosy .to-close:hover {
  opacity: 0.5;
}
body .modal .modal-dialog .modal-content {
  border: 4px solid #00abc4;
  border-radius: 10px;
  box-shadow: none;
  padding: 30px;
}
body .modal .modal-dialog .modal-content .close {
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 2;
  opacity: 1;
  cursor: pointer;
  outline: none;
  font-size: 25px;
  line-height: 20px;
  font-weight: 300;
}
body .modal .modal-dialog .modal-content .min-title {
  text-align: center;
  margin: 0 0 20px 0;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  body .order a,
  body .order button {
    min-height: 67px;
    font-size: 23px;
  }
  body {
    font-size: 16px;
  }
  body .container {
    max-width: 1140px;
  }
  body .title {
    font-size: 30px;
    line-height: 35px;
  }
  body .title.big {
    font-size: 35px;
    line-height: 40px;
  }
  body p {
    font-size: 16px;
    line-height: 19px;
  }
  body p.big {
    font-size: 20px;
    line-height: 24px !important;
  }
  body form input,
  body form textarea {
    font-size: 21px;
  }
  body form input {
    height: 51px;
    line-height: 51px;
  }
  body .header {
    min-height: 360px;
  }
  body .benefits .b-row .b-block p {
    font-weight: 500;
    margin: 25px 0 0 0;
  }
  body .about {
    padding: 90px 0 90px 0;
  }
  body .for {
    padding: 70px 0 105px 0;
  }
  body .for .f-block img {
    width: 110px;
  }
  body .we {
    padding: 70px 0 30px 0;
  }
  body .we .slider .slide-inner .s-left {
    max-width: 500px;
    min-height: 500px;
  }
  body .quality {
    padding: 45px 0 40px 0;
  }
  body .proposal .title {
    margin: 0 0 90px 0;
  }
  body .proposal .p-block.pbl-1:before {
    top: -198px;
    height: 460px;
  }
  body .proposal .p-block.pbl-3:before {
    top: -198px;
    height: 460px;
  }
  body .orders {
    min-height: 370px;
  }
  body .orders .to-block a img {
    width: 90px;
  }
  body .forma {
    padding: 38px 30px;
  }
  body .contacts {
    min-height: 465px;
  }
  body .footer .f-top {
    padding: 45px 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body {
    font-size: 16px;
  }
  body p {
    font-size: 16px;
    line-height: 19px;
  }
  body p.big {
    font-size: 18px;
    line-height: 23px !important;
  }
  body .header {
    min-height: 100vh;
  }
  body .about .a-right {
    margin: 0;
  }
  body .benefits .b-row .b-block p {
    margin: 25px 0 0 0;
  }
  body .benefits .b-row .b-block {
    margin: 42px 0 0 0;
  }
  body .about {
    padding: 65px 0 95px 0;
  }
  body .for {
    padding: 70px 0 100px 0;
  }
  body .we {
    padding: 70px 0 30px 0;
  }
  body .we .slider .slide-inner .s-left {
    min-height: 0;
    height: 300px;
    overflow: hidden;
  }
  body .slider .swiper-button div {
    width: 33px;
    height: 33px;
  }
  body .slider .swiper-button div.swiper-button-next {
    right: 0;
  }
  body .slider .swiper-button div.swiper-button-prev {
    left: 0;
  }
  body .we .slider {
    position: relative;
    margin: 0 -10px;
  }
  body .we .slider .slide-inner {
    padding: 0 35px;
  }
  body .order a,
  body .order button {
    min-height: 61px;
    font-size: 21px;
  }
  body .quality {
    padding: 60px 0 50px 0;
  }
  body .proposal .title {
    margin: 0 0 85px 0;
  }
  body .proposal .p-block.pbl-1:before {
    top: -60px;
  }
  body .proposal .p-block.pbl-2:before {
    bottom: -345px;
  }
  body .proposal .p-block.pbl-3:before {
    top: -60px;
  }
  body .proposal .p-block:before {
    height: 315px;
  }
  body .contacts {
    min-height: 415px;
  }
  body .footer .f-top {
    padding: 45px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .container {
    max-width: 750px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
  body .title {
    font-size: 25px;
    line-height: 30px;
  }
  body .title.big {
    font-size: 28px;
    line-height: 36px;
  }
  body p {
    font-size: 16px;
    line-height: 19px;
  }
  body p.big {
    font-size: 18px;
    line-height: 23px !important;
  }
  body .header .h-inner .languages {
    margin: 0 0 40px 0;
  }
  body form input {
    height: 45px;
    line-height: 45px;
    font-size: 19px;
  }
  body .header {
    min-height: 100vh;
  }
  body .header .for-title .tt-1 {
    max-width: 265px;
    margin: 0 auto 40px;
  }
  body .header .for-title .tt-1 > span {
    padding: 0;
  }
  body .header .for-title .tt-1 > span span {
    font-size: 18px;
  }
  body .benefits .b-row .b-block p {
    margin: 12px 0 0 0;
  }
  body .benefits .b-row .b-block {
    margin: 28px 0 0 0;
  }
  body .about {
    padding: 30px 0 40px 0;
  }
  body .benefits {
    padding: 33px 0 32px 0;
  }
  body .order a,
  body .order button {
    min-height: 61px;
    font-size: 21px;
  }
  body .about .a-right {
    margin: auto;
  }
  body .about .a-right .text p {
    margin: 14px 0 0 0;
  }
  body .about .a-left {
    border-radius: 50%;
    border: 4px solid #00abc4;
    display: inline-block;
    overflow: hidden;
    margin: 0 0 20px 0;
  }
  body .for {
    padding: 40px 0 20px 0;
  }
  body .for .f-block {
    margin-bottom: 30px !important;
  }
  body .for .f-block .icon img {
    width: 90px;
  }
  body .for .f-block p {
    margin: 20px 0 0 0;
  }
  body .for hr {
    margin: 0 auto 45px;
  }
  body .we {
    padding: 35px 0 30px 0;
  }
  body .quality {
    padding: 31px 0 0 0;
  }
  body .quality .q-block.qb-2 {
    margin: auto;
  }
  body .quality .title {
    margin: 0 0 35px 0;
  }
  body .proposal .p-block:before {
    display: none !important;
  }
  body .proposal {
    padding: 30px 0 30px 0;
  }
  body .proposal .title {
    margin: 0 0 40px 0;
  }
  body .proposal .p-block .icon:not(:last-of-type) {
    margin-bottom: 20px !important;
  }
  body .proposal .p-block {
    padding: 0;
  }
  body .we .slider .slide-inner .s-left {
    border: 4px solid #00abc4;
    max-width: 400px;
    min-height: 0;
    height: 290px;
    margin: auto;
    overflow: hidden;
  }
  body .we .slider .slide-inner .s-left img {
    max-height: 100%;
  }
  body .we .slider .slide-inner .s-right {
    margin: 20px 0 0 0;
  }
  body .we .slider .slide-inner .s-right .s-row .tit {
    margin-bottom: 6px;
  }
  body .we .slider .slide-inner .s-right .s-row {
    margin-bottom: 13px;
  }
  body .we .slider .slide-inner .s-right .order {
    margin: 30px 0 0 0;
  }
  body .slider {
    position: relative;
    margin: 0 -10px;
    overflow: hidden;
  }
  body .slider .slide-inner {
    padding: 0 35px;
  }
  body .we .slider .swiper-button div {
    top: 145px;
  }
  body .slider .swiper-button div {
    width: 33px;
    height: 33px;
  }
  body .slider .swiper-button div.swiper-button-next {
    right: 0;
  }
  body .slider .swiper-button div.swiper-button-prev {
    left: 0;
  }
  body .orders .to-block a img {
    width: 80px;
  }
  body .forma {
    padding: 20px 13px;
  }
  body .formas {
    padding: 40px 0 40px 0;
  }
  body .about-us {
    padding: 35px 0 40px 0;
  }
  body .about-us .a-text p:not(:last-of-type) {
    margin-bottom: 14px;
  }
  body .about-us .a-photo {
    border: 6px solid #00abc4;
    margin: 30px 0 30px 0;
  }
  body .contacts {
    min-height: 0;
    display: block;
    padding: 0;
  }
  body .contacts .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  body .contacts .map {
    height: 300px;
    width: 100%;
    position: initial;
  }
  body .contacts .text {
    padding: 0;
    display: table;
    margin: auto;
    text-align: center;
  }
  body .footer {
    text-align: center;
  }
  body .footer .f-top {
    padding: 0;
  }
  body .footer .f-top .ft-1 .phone {
    margin: 0 0 20px 0;
  }
  body .footer .f-top .ft-2 .social {
    margin: 20px 0;
  }
  body .modal .modal-dialog .modal-content {
    padding: 20px 10px;
  }
}
