/*
Theme Name: almaz
*/

@font-face {
  font-family: 'BravoRG';
  src: url("fonts/BravoRG.eot");
  src: url("fonts/BravoRGd41d.eot?#iefix") format("embedded-opentype"), url("fonts/BravoRG.woff2") format("woff2"), url("http://almaz-stc/wp-content/themes/almaz/fonts/BravoRG.woff") format("woff"), url("fonts/BravoRG.ttf") format("truetype"), url("fonts/BravoRG.svg#BravoRG") format("svg");
  font-weight: normal;
  font-style: normal;
}

::-webkit-scrollbar-button {
  background-image: url('');
  background-repeat: no-repeat;
  width: 5px;
  height: 0px
}

::-webkit-scrollbar-track {
  background-color: #ecedee
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color: #dd1112;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #c70c28;
  width: 6px;
}

::-webkit-resizer {
  background-image: url('');
  background-repeat: no-repeat;
  width: 4px;
  height: 0px
}

::-webkit-scrollbar {
  width: 6px;
}

body {
  font-family: "BravoRG", sans-serif;
  overflow-x: hidden;
  width: 100%;
}

html {
  overflow-x: hidden;
}

.header-section {
  position: fixed;
  width: 100%;
  z-index: 99;
 background-color: #f9f9f9;
    box-shadow: 13px 6px 28px rgba(0, 0, 0, 0.5);
}

.header-section .header-container .left-menu_mobil {
  position: fixed;
  z-index: 1031;
  left: 0;
  top: 0;
  width: 60%;
  height: 100vh;
  
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.header-section .header-container .left-menu_mobil ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-section .header-container .left-menu_mobil ul li {
  list-style-type: none;
}

.header-section .header-container .left-menu_mobil ul li a {
  text-decoration: none;
  color: #000000;
  font-size: 25px;
  font-weight: 400;
}

.header-section .header-container .left-menu_mobil .menu-btn {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  position: absolute;
  right: -50px;
  top: 50px;
  border: 2px solid #dd1112;
  background-color: #fff;
}

.header-section .header-container .left-menu_mobil .menu-btn span,
.header-section .header-container .left-menu_mobil .menu-btn span::before,
.header-section .header-container .left-menu_mobil .menu-btn span::after {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 2px;
  background-color: #000000;
}

.header-section .header-container .left-menu_mobil .menu-btn span::before,
.header-section .header-container .left-menu_mobil .menu-btn span::after {
  content: "";
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header-section .header-container .left-menu_mobil .menu-btn span::before {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.header-section .header-container .left-menu_mobil .menu-btn span::after {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.header-section .header-container .left-menu_mobil .menu-btn_active span {
  height: 0px;
}

.header-section .header-container .left-menu_mobil .menu-btn_active span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-section .header-container .left-menu_mobil .menu-btn_active span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-section .header-container .left-menu_mobil_active {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.logo img {
  width: 250px;
  height: auto;
}

.phone, .phone-mobil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  white-space: nowrap;
  padding-top: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.phone P {
  color: #000000;
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 5px;
}

.phone P i {
  margin-right: 10px;
  color: #dd1112;
}
.phone-mobil p i {
   color: #dd1112; 
}
.phone-mobil p {
    text-align: center;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.menu .nav-link {
  color: #000000;
  font-weight: 400;
  line-height: 25px;
  font-size: 25px;
  text-transform: uppercase;
  position: relative;
}

.menu .nav-link::before {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #dd1112;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.menu .nav-link:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}



.banner-section {
  background: url(assets/img/Baner.png) center center no-repeat;
  background-size: cover;
  height: 500px;
  margin-top: 110px;
}

.banner-section .banner-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-section .banner-container .text {
  display: block;
}

.banner-section .banner-container .text h2 {
  color: #ffffff;
  font-size: 63px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 70.83px;
}

.banner-section .banner-container .text h1 {
  color: #dd1112;
  font-size: 71px;
  line-height: 70.83px;
}

.banner-section .banner-container .text p {
  color: #ffffff;
  font-size: 33px;
  font-weight: 400;
  line-height: 35px;
}

.banner-section .banner-container .text strong {
  color: #000000;
  font-size: 38px;
  font-weight: 400;
}

.banner-section .banner-container .text button {
  color: #ffffff;
  font-size: 32px;
  font-weight: 400;
  line-height: 38.67px;
  padding: 10px 40px;
  border: 1px solid #dd1112;
  border-radius: 40px;
  background: url(assets/img/btn.png) center center no-repeat;
 
}

.banner-section .banner-container .text button:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.banner-section .banner-container .text button:focus {
  outline: none;
}

.banner-section .banner-container .text button:active {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
}

.utp-section {
  padding: 50px 0px;
}

.utp-section .utp-card {
  display: block;
  text-align: center;
}

.utp-section .utp-card img {
  height: 80px;
  margin-bottom: 10px;
}

.utp-section .utp-card p {
  color: #000000;
  font-size: 29px;
  font-weight: 400;
  line-height: 37.5px;
  margin: 0;
}

.utp-section .utp-card span {
  color: #000000;
  font-size: 25px;
  font-weight: 400;
  line-height: 37.5px;
}

.what-section {
  padding: 50px 0px;
  background: url(assets/img/what-bg.png) center center no-repeat;
  background-size: cover;
}

.what-section .what-container h1 {
  text-align: center;
  color: #000000;
  font-size: 75px;
  font-weight: 400;
  line-height: 60px;
}

.what-section .what-container .what-card {
  padding: 20px;
  width: 370px;
  height: 360px;
  margin-top: 15px;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  border: 0;
}

.what-section .what-container .what-card .front {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid #000000;
}

.what-section .what-container .what-card .back {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #cccccc;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid #000000;
}

.what-section .what-container .what-card .back h4 {
  color: #ffffff;
}

.what-section .what-container .what-card .back p {
  color: #ffffff;
  padding: 10px 20px;
  font-size: 25px;
}

.what-section .what-container .what-card .back button {
  color: #ffffff;
  font-size: 25px;
  font-weight: 400;
  padding: 5px 40px;
  border: 1px solid #dd1112;
  border-radius: 40px;
  background: url(assets/img/btn.png) center center no-repeat;
    cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.what-section .what-container .what-card .back button:hover {
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.what-section .what-container .what-card .back button:focus {
  outline: none;
}

.what-section .what-container .what-card .back button:active {
  -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.9);
}

.what-section .what-container .what-card:hover .front {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.what-section .what-container .what-card:hover .back {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.what-section .what-container .what-card .what-img {
  width: 300px;
  height: 200px;
}

.what-section .what-container .what-card .what-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0 0;
  object-position: 0 0;
}

.what-section .what-container .what-card h4 {
  color: #000000;
  font-size: 38px;
  font-weight: 400;
  line-height: 37.5px;
  text-align: center;
}

.what-section .what-container .what-card a {
  color: #dd1112;
  font-size: 29px;
  font-weight: 400;
  text-decoration: none;
}

.what-section .two-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.what-section .what-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.what-section .what-btn button {
  color: #000000;
  font-size: 32px;
  font-weight: 400;
  line-height: 38.67px;
  padding: 11px 44px;
  border: none;
  border-radius: 40px;
  background: url(assets/img/btn-empty.png) center center no-repeat;
}

.what-section .what-btn button:hover {
  -webkit-box-shadow: 0 0 10px #dd1112;
  box-shadow: 0 0 10px #dd1112;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.what-section .what-btn button:focus {
  outline: none;
}

.what-section .what-btn button:active {
  -webkit-box-shadow: 0 0 20px #dd1112;
  box-shadow: 0 0 20px #dd1112;
}

.header-why h1 {
  text-align: center;
  color: #000000;
  font-size: 65px;
  font-weight: 400;
  line-height: 83.33px;
}

.header-why h1 strong {
  color: #dd1112;
}

.why-section {
  background: url(assets/img/Baner2.png) center center no-repeat;
  background-size: cover;
  padding: 50px 0px;
}

.why-section .why-container h4 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 400;
  text-align: center;
}

.why-section .why-container .text-why p {
  color: #ffffff;
  font-family: Akrobat;
  font-size: 25px;
  font-weight: 300;
  line-height: 29.17px;
}

.why-section .why-container .text-why p strong {
  color: #dd1112;
}

.why-section .why-container .img-why {
  padding: 0px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.why-section .why-container .img-why img {
  width: 100%;
}

.probability-section {
  padding: 50px 0px;
  background: url(assets/img/Baner3.png) center center no-repeat;
  background-size: cover;
}


.probability-section .probability-container h1 {
  color: #000000;
  font-size: 60px;
  font-weight: 400;
  text-align: center;
}

.probability-section .probability-container h4 {
  color: #000000;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
}

.probability-section .probability-container .probability-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.probability-section .probability-container .probability-text ul {
  margin-top: 20px;
}

.probability-section .probability-container .probability-text ul li {
  list-style: none;
  color: #000000;
  font-size: 28px;
  font-weight: 400;
}

.probability-section .probability-container .probability-text ul li span {
  color: #dd1112;
}

.probability-section .probability-container .probability-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.probability-section .probability-container .probability-img .carousel-inner {
  border: 2px solid #dd1112;
}

.probability-section .probability-container .probability-img .carousel-item {
  width: 360px;
  height: 360px;
}

.probability-section .probability-container .probability-img .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.probability-section .probability-container .probability-img .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.prevb img {filter: invert(100%);}
.prevb {    position: absolute;
    top: 45%;
    left: 5px;}
    .nextb {
          position: absolute;
    top: 45%;
    right: 5px;
    }
.probability-section .probability-container .probability-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.probability-section .probability-container .probability-btn button {
  color: #000000;
  font-size: 32px;
  font-weight: 400;
  line-height: 38.67px;
  padding: 11px 31px;
  border: none;
  border-radius: 40px;
  background: url(assets/img/btn-empty.png) center center no-repeat;
  background-size: cover;
}

.probability-section .probability-container .probability-btn button:hover {
  -webkit-box-shadow: 0 0 10px #dd1112;
  box-shadow: 0 0 10px #dd1112;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.probability-section .probability-container .probability-btn button:focus {
  outline: none;
}

.probability-section .probability-container .probability-btn button:active {
  -webkit-box-shadow: 0 0 20px #dd1112;
  box-shadow: 0 0 20px #dd1112;
}

.header-price h1 {
  text-align: center;
  color: #000000;
  font-size: 75px;
  font-weight: 400;
}

.header-price h4 {
  text-align: center;
  color: #000000;
  font-size: 46px;
  font-weight: 400;
}

.price-section {
  padding: 50px 0px;
  background: url(assets/img/Baner4.png) center center no-repeat;
  background-size: cover;
}

.price-section .price-container .header {
  color: #ffffff;
  font-size: 42px;
  font-weight: 400;
  background: url(assets/img/case/header.png) center center no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.price-section .price-container .header p {
  margin: 0;
}

.price-section .price-container .text {
  height: 540px;
  overflow: auto;
}

.price-section .price-container .text p {
  color: #000000;
  font-size: 30px;
  font-weight: 400;
}

.price-section .price-container .text small {
  color: #000000;
  font-size: 30px;
  font-weight: 400;
  border-top: 3px solid #dd1112;
  padding-top: 10px;
}

.price-section .price-container .text small strong {
  color: #dd1112;
  font-size: 33px;
  font-weight: 400;
}

.price-section .price-container .price-img {
  background: url(assets/img/case/img-border.png) no-repeat;
  background-size: contain;
  padding: 4px 156px 13px 4px;
  width: 520px;
  height: 471px;
  overflow:hidden;
}

.price-section .price-container .price-img img {
  width: 453px;
  height: 100%;
  object-fit: cover;
  object-position: 0 0;
}

.price-section .down-text-price {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.price-section .down-text-price p {
  font-size: 35px;
  font-weight: 400;
  text-align: center;
}

.question-section {
  padding: 50px 0px;
}

.question-section .question-container h1 {
  font-size: 63px;
  font-weight: 400;
  text-align: center;
}

.question-section .question-container .form {
  margin-top: 30px;
}

.question-section .question-container .form .form-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.question-section .question-container .form .form-card input {
  border: 3px solid #000000;
  border-radius: 20px;
  font-size: 23px;
  padding: 5px 25px;
  width: 100%;
}

.question-section .question-container .form .form-card input:focus {
  outline: none;
}

.question-section .question-container .form .form-card button {
  width: 100%;
  color: #ffffff;
  font-size: 32px;
  font-weight: 400;
  line-height: 38.67px;
  padding: 5px 40px;
  border: none;
  border-radius: 40px;
  background: url(assets/img/btn.png) center center no-repeat;
  background-size: cover;
}

.question-section .question-container .form .form-card button:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.question-section .question-container .form .form-card button:focus {
  outline: none;
}

.question-section .question-container .form .form-card button:active {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
}

.about-section {
  padding: 50px 0px;
  background: url(assets/img/Baner5.png) center center no-repeat;
  background-size: cover;
}

.about-section .about-container h1 {
  font-size: 75px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
}

.about-section .about-container p {
  color: #ffffff;
  font-size: 35px;
  font-weight: 400;
  margin: 0;
}

.about-section .about-container p strong {
  font-size: 38px;
  font-weight: 700;
}

.about-section .about-container ul {
  position: relative;
}

.about-section .about-container ul li {
  list-style: none;
  color: #ffffff;
  font-size: 35px;
  font-weight: 400;
}

.about-section .about-container ul::before {
  content: "";
  bottom: -5%;
  left: 45%;
  position: absolute;
  width: 10%;
  height: 4px;
  background-color: #dd1112;
}

.feedback-header h1 {
  text-align: center;
  font-size: 75px;
  font-weight: 400;
}


.feedback-section .feedback-container {
  margin-top: 35px;
}

.feedback-section .feedback-container .card-foto {
  width: 150px;
  height: 150px;
}

.feedback-section .feedback-container .card-foto img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.9;
}

.request-section {
  padding: 50px 0px;
  background: url(assets/img/Baner6.png) center center no-repeat;
  background-size: cover;
}

.request-section .request-container .request-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.request-section .request-container .request-card .form-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.request-section .request-container .request-card .form-card input {
  border: 3px solid #000000;
  border-radius: 20px;
  font-size: 23px;
  padding: 5px 25px;
  width: 100%;
  margin-bottom: 10px;
}

.request-section .request-container .request-card .form-card input:focus {
  outline: none;
}

.request-section .request-container .request-card .form-card button {
  color: #000000;
  font-size: 32px;
  font-weight: 400;
  padding: 2px 50px;
  border: none;
  border-radius: 40px;
  background: url(assets/img/btn-empty.png) center center no-repeat;
  background-size: cover;
}

.request-section .request-container .request-card .form-card button:hover {
  -webkit-box-shadow: 0 0 10px #dd1112;
  box-shadow: 0 0 10px #dd1112;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.request-section .request-container .request-card .form-card button:focus {
  outline: none;
}

.request-section .request-container .request-card .form-card button:active {
  -webkit-box-shadow: 0 0 20px #dd1112;
  box-shadow: 0 0 20px #dd1112;
}

.request-section .request-container .request-card h1 {
  font-size: 65px;
  font-weight: 400;
  color: #000000;
}

.request-section .request-container .request-card p {
  font-size: 35px;
  font-weight: 400;
  color: #000000;
  line-height: 45px;
}

.request-section .request-container .request-card ul {
  background-color: #fff;
  opacity: 0.8;
}

.request-section .request-container .request-card ul li {
  color: #000000;
  list-style: none;
  font-size: 30px;
  font-weight: 400;
  line-height: 50px;
}

.footer-section {
  padding: 20px 0px;
  /*
  background: #000 url(/wp-content/themes/almaz/assets/img/BanerFooter.png) center center no-repeat;
  */
  background:#000;
  background-size: cover;
}

.footer-section .footer-container .footer-card-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 200px;
  height: 200px;
}

.footer-section .footer-container .footer-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer-section .footer-container .footer-card p {
  color: #ffffff;
  font-size: 25px;
  font-weight: 400;
}

.footer-section .footer-container .footer-card strong {
  color: #dd1112;
}

.modal {
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}

.modal .modal-content {
    position: relative;
    background-color: #fff;
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    text-align: center;
    padding: 16px;
    border-radius: 20px;

}

.modal .modal-content .close {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 30px;
  line-height: 1;
}
.slick-dots li button {
  background: url(assets/img/dots-empty.png) no-repeat;
  text-indent: -9999px;
  overflow:hidden;
  width: 17px;
  height: 17px;
  border: none;
  /* more CSS */
}
.slick-dots .slick-active button {
  background: url(assets/img/dots-active.png) no-repeat;
  text-indent: -9999px;
  overflow:hidden;
  width: 17px;
  height: 17px;
  border: none;
  /* more CSS */
}
.slick-dots {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
}
.slick-dots li {
  list-style: none;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover {
  cursor: pointer;
}
.blog-section {
  margin-top: 120px;
}
.blog-section .blog-container ul li {
  list-style: none;
  font-size: 35px;
  
}
.blog-section .blog-container ul li a {
  color: #000000;
}
.blog-section .blog-container .media-left {
  width: 200px;
  height: 200px;
}
.blog-section .blog-container .media-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0px 0px;
}
.blog-section .blog-container h1 {
  text-align: center;
  font-weight: 700;
}
.blog-section .blog-container .media-body h4 a {
  font-size: 30px;
  color: #000000;
  font-weight: 700;
}
.blog-section .blog-container .media-body p {
  font-size: 22px;
}
.blog-section .blog-container .media-body a {
  font-size: 22px;
  color: #dd1112;
  margin-left: 5px;
}
.blog-section-post {
  margin-top: 120px;
}
.blog-section-post .blog-container-post .post-img {
  width: 300px;
  height: auto;
}
.blog-section-post .blog-container-post .post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0px 0px;
}
.blog-section-post .blog-container-post .post-text {
  font-size: 25px;
}
.blog-section-post .blog-container-post h1 {
  text-align: center;
  font-weight: 700;
  padding: 20px;
}

/*Адаптация Сайта ///////////////////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 1200px) {
  .two-row-card {
    display: none;
  }

  .header-section .header-container .left-menu_mobil .menu-btn {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .two-row-card-2 {
    display: none;
  }

  .col-what {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .last-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .price-section .price-container .price-img {
    width: 480px;
    height: 480px;
    padding: 4px 15px 16px 4px;
  }

  .price-section .price-container .price-img img {
    width: 100%;
    height: 100%;
  }

  .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo img {
    width: 150px;
    height: auto;
  }

  .phone P {
    color: #000000;
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
  }

  .phone P i {
    margin-right: 10px;
    color: #dd1112;
  }

  .header-section .header-container .left-menu_mobil .menu-btn {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-section .header-container .left-menu_mobil .menu-btn {
    top: 75px;
  }
  .two-row-card-2 {
    display: none;
  }

  .col-what {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .last-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .question-section .question-container button {
    margin-top: 15px;
    width: 50%;
  }

  .about-section {
    height: auto;
  }
  .price-section .price-container .price-img {
    padding: 4px 216px 16px 4px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .header-section .header-container .left-menu_mobil .menu-btn {
    top: 75px;
  }
  .two-row-card-2 {
    display: none;
  }
  .price-section .price-container .price-img {
    padding: 4px 36px 16px 4px;
  }
  .col-what {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .last-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-price {
    margin-top: 50px;
  }

  .question-section .question-container input {
    margin-bottom: 10px;
  }

  .about-section {
    height: auto;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
    .blog-section .blog-container ul {
        padding: 0;
    }
    .logo {
        width: 100%;
    }
    .logo img {
        width: 100%;
    }
    .banner-section {
        margin-top: 70px;
    }
    .header-section .header-container .left-menu_mobil .menu-btn {
        top: 5px;
    }
  .phone {
      display: none;
  }
  .two-row-card-2 {
    display: none;
  }

  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu ul {
    text-align: center;
  }

  .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-price {
    margin-top: 50px;
  }

  .question-section .question-container input {
    margin-bottom: 10px;
  }

  .about-section {
    height: auto;
  }

  .banner-section .banner-container .text h2 {
    font-size: 38px;
    line-height: 48px;
  }

  .banner-section .banner-container .text h2 br{
    display: none;
  }

  .banner-section .banner-container .text h1 {
    font-size: 55px;
  }

  .banner-section .banner-container .text p {
    font-size: 20px;
  }

  .banner-section .banner-container .text strong {
    font-size: 20px;
  }

  .banner-section .banner-container .text button {
    font-size: 20px;
  }

  .utp-section {
    padding: 20px 0px;
  }

  .utp-section .utp-card {
    margin-bottom: 20px;
  }

  .utp-section .utp-card p {
    font-size: 25px;
  }

  .utp-section .utp-card span {
    font-size: 20px;
  }

  .what-section {
    padding: 20px 0px;
  }

  .what-section .what-container h1 {
    font-size: 50px;
  }

  .what-section .what-container .what-card {
    background-color: #ffffff;
    padding: 20px;
    margin-top: 15px;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .what-section .what-container .what-card .what-img {
    width: 100%;
    height: auto;
  }

  .what-section .what-container .what-card .what-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 0 0;
    object-position: 0 0;
  }

  .what-section .what-container .what-card h4 {
    font-size: 25px;
  }

  .what-section .what-container .what-card a {
    font-size: 20px;
  }

  .what-section .two-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .what-section .what-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }

  .what-section .what-btn button {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    padding: 11px 44px;
    border: none;
    border-radius: 40px;
    background: url(assets/img/btn.png) center center no-repeat;
  }

  .header-why h1 {
    font-size: 50px;
    line-height: 50px;
  }

  .probability-section {
    height: 1080px;
  }

  .probability-section .probability-container h1 {
    font-size: 50px;
  }

  .probability-section .probability-container h4 {
    font-size: 30px;
  }

  .probability-section .probability-container .probability-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .probability-section .probability-container .probability-text ul {
    margin-top: 20px;
  }

  .probability-section .probability-container .probability-text ul li {
    list-style: none;
    color: #000000;
    font-size: 25px;
    font-weight: 400;
  }

  .probability-section .probability-container .probability-text ul li span {
    color: #dd1112;
  }

  .probability-section .probability-container .probability-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .probability-section .probability-container .probability-img .carousel-inner {
    border: 2px solid #dd1112;
  }

  .probability-section .probability-container .probability-img .carousel-item {
    width: 200px;
    height: 200px;
  }

  .probability-section .probability-container .probability-img .carousel-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
  }

  .probability-section .probability-container .probability-img .arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .probability-section .probability-container .probability-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }

  .probability-section .probability-container .probability-btn button {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 38.67px;
    padding: 11px 31px;
    border: none;
    border-radius: 40px;
    background: url(assets/img/btn.png) center center no-repeat;
    background-size: cover;
  }

  .probability-section .probability-container .probability-btn button:hover {
    -webkit-box-shadow: 0 0 10px #dd1112;
    box-shadow: 0 0 10px #dd1112;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  .probability-section .probability-container .probability-btn button:focus {
    outline: none;
  }

  .probability-section .probability-container .probability-btn button:active {
    -webkit-box-shadow: 0 0 20px #dd1112;
    box-shadow: 0 0 20px #dd1112;
  }

  .header-price h1 {
    font-size: 60px;
  }

  .header-price h4 {
    font-size: 35px;
  }

  .price-section {
    padding: 50px 0px;
    background: url(assets/img/Baner4.png) center center no-repeat;
    background-size: cover;
  }

  .price-section .price-container .header {
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    background: url(assets/img/case/header.png) center center no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .price-section .price-container .header p {
    margin: 0;
  }

  .price-section .price-container .text p {
    color: #000000;
    font-size: 30px;
    font-weight: 400;
  }

  .price-section .price-container .text small {
    color: #000000;
    font-size: 30px;
    font-weight: 400;
    border-top: 3px solid #dd1112;
    padding-top: 10px;
  }

  .price-section .price-container .text small strong {
    color: #dd1112;
    font-size: 33px;
    font-weight: 400;
  }

  .price-section .price-container .price-img {
    background: none;
    background-size: contain;
    padding: 2px 11px 16px 4px;
    width: 100%;
    height: auto;
  }

  .price-section .price-container .price-img img {
    width: 100%;
    height: 100%;
  }

  .price-section .down-text-price {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .price-section .down-text-price p {
    font-size: 35px;
    font-weight: 400;
    text-align: center;
  }

  .about-section {
    padding: 0px 0px 30px;
    background: url(assets/img/Baner5.png) center center no-repeat;
    background-size: cover;
    height: auto;
  }

  .about-section .about-container h1 {
    font-size: 60px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
  }

  .about-section .about-container p {
    color: #ffffff;
    font-size: 25px;
    font-weight: 400;
    margin: 0;
  }

  .about-section .about-container p strong {
    font-size: 25px;
    font-weight: 700;
  }

  .about-section .about-container ul {
    position: relative;
  }

  .about-section .about-container ul li {
    list-style: none;
    color: #ffffff;
    font-size: 25px;
    font-weight: 400;
  }

  .about-section .about-container ul::before {
    content: "";
    bottom: -5%;
    left: 45%;
    position: absolute;
    width: 10%;
    height: 4px;
    background-color: #dd1112;
  }

  .feedback-header h1 {
    text-align: center;
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 0px;
  }

  .request-section {
    padding: 50px 0px;
    background: url(assets/img/Baner6.png) center center no-repeat;
    background-size: cover;
  }

  .request-section .request-container .request-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .request-section .request-container .request-card .form-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .request-section .request-container .request-card .form-card input {
    border: 3px solid #000000;
    border-radius: 20px;
    font-size: 23px;
    padding: 5px 25px;
    width: 70%;
    margin-bottom: 10px;
  }

  .request-section .request-container .request-card .form-card input:focus {
    outline: none;
  }

  .request-section .request-container .request-card .form-card button {
    color: #000000;
    font-size: 32px;
    font-weight: 400;
    padding: 2px 50px;
    border: none;
    border-radius: 40px;
    background: url(assets/img/btn-empty.png) center center no-repeat;
    background-size: cover;
  }

  .request-section .request-container .request-card .form-card button:hover {
    -webkit-box-shadow: 0 0 10px #dd1112;
    box-shadow: 0 0 10px #dd1112;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  .request-section .request-container .request-card .form-card button:focus {
    outline: none;
  }

  .request-section .request-container .request-card .form-card button:active {
    -webkit-box-shadow: 0 0 20px #dd1112;
    box-shadow: 0 0 20px #dd1112;
  }

  .request-section .request-container .request-card h1 {
    font-size: 50px;
    font-weight: 400;
    color: #000000;
    text-align: center;
  }

  .request-section .request-container .request-card p {
    font-size: 25px;
    font-weight: 400;
    color: #000000;
    line-height: 25px;
  }

  .request-section .request-container .request-card ul {
    background-color: #fff;
    opacity: 0.8;
  }

  .request-section .request-container .request-card ul li {
    color: #000000;
    list-style: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
  }

  .feedback-section .feedback-container .card-foto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer-card {margin-top:25px;}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}

.request-section .wpcf7-form [type="submit"], .question-section .wpcf7-form [type="submit"], .text button, .question-section .question-container .form .form-card button, .what-section .what-btn button, .probability-section .probability-container .probability-btn button, .question-section .question-container .form .form-card button, .request-section .request-container .request-card .form-card button {
    box-shadow: 0 0 10px hsla(2, 100%, 44%, 0.4);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  cursor: pointer;
  -webkit-animation: pulse 2.35s infinite cubic-bezier(0.66, 0, 0, 1) !important;
  -moz-animation: pulse 2.35s infinite cubic-bezier(0.66, 0, 0, 1) !important;
  -ms-animation: pulse 2.35s infinite cubic-bezier(0.66, 0, 0, 1) !important;
  animation: pulse 2.35s infinite cubic-bezier(0.66, 0, 0, 1) !important;
}

.text button:hover, .question-section .question-container .form .form-card button:hover, .what-section .what-btn button:hover, .probability-section .probability-container .probability-btn button:hover, .question-section .question-container .form .form-card button:hover, .request-section .request-container .request-card .form-card button:hover
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
  box-shadow:none;
}

@media (min-width: 700px) and (max-width: 1200px) {
  .probability-text ul {padding-left:0;}
  .probability-section .probability-container .probability-text ul li {font-size:25px;}
}

.container.question-container {
    border: 1px solid #010000;
    padding: 30px;
}

.arrow .fas {
    color: #fff;
    font-size: 50px;
}


.modal.show .modal-dialog {
    margin-top: 10%;
}
.modal-header {display: block;}
.modal-header h5 {
    font-size: 38px;
    text-align: center;
    display: block;
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.wpcf7-form-control-wrap input {
  font-size: 23px;
    width: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-image: initial;
    border-radius: 20px;
    padding: 5px 25px;
    max-width: 307px;
}

.wpcf7-form [type="submit"] {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    line-height: 38.67px;
    padding: 11px 31px;
    border: none;
    border-radius: 40px;
     background: url(assets/img/btn.png) center center no-repeat;
    background-size: cover;
    width:312px;
        margin: auto;
    display: block;
    margin-top:25px;
}

.modal-content p {    font-size: 23px;
    margin-bottom: 0;}
    .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    /* flex: 1 1 auto; */
    padding-top: 10px;
    padding-bottom: 0;
}

.modal .modal-content .close {
    position: absolute;
    right: -23px;
    top: -49px;
    font-size: 69px;
    line-height: 1;
    color: #dacdcd;
    opacity: 1;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    color: #dd1112;
    text-decoration: none;
    opacity: .75;
}
.wpcf7-form.sent input, .wpcf7-form.sent label {display:none;}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    margin-top: -13px;
    font-size: 30px;
    padding: 12px 30px;
    letter-spacing: 0.5px;
}

body { padding-right: 0 !important }


.question-section .wpcf7-form [type="submit"] {margin-top:0;height:50px;line-height: 29px;}


.request-section .wpcf7-form input {width:100%;}

.request-section .wpcf7-form [type="submit"] {max-width: 307px;}
.request-section .ajax-loader {display: contents !important;}

.request-section .wpcf7-form [type="submit"] {
    margin-top: 0;
    background: url(assets/img/btn.png) center center / cover no-repeat;
    border: none !important;
    color: #fff;
    font-size: 29px !important;
    height: 62px;
    min-width: 287px;
        border-radius: 41px !important;
}

.request-section  .wpcf7-form-control-wrap input  {max-width:287px;}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    font-size: 27px;
    margin-top: -10px;
}
.modal-body input {margin-top:5px; margin-bottom:10px;}
.modal-body .wpcf7-form [type="submit"] {margin-top:8px;}

.new-price{
  margin-bottom: 40px
}

.new-price h3, .price-container h3{
  text-align: center;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 800;
}

.new-price p{
  color: #000000;
  font-size: 30px;
  font-weight: 400;
}

.new-price table{
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.new-price table th{
  font-size: 22px;
}

.new-price table td{
  width: 25%;
  font-size: 20px;
}

@media (min-width: 0px) and (max-width: 575px) {
  .new-price p{
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 10px;
}

  .new-price table th {
      font-size: 18px;
  }
}
