@charset "utf-8"; /* Шрифты */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&subset=cyrillic");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
/* ===== Typography ===== */
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: block;
  font-weight: bold;
}
h1,
.h1 {
  margin: 0.67em 0;
  font-size: 2em;
  text-transform: uppercase;
}
h2,
.h2 {
  margin: 0.83em 0;
  font-size: 1.5em;
}
h3,
.h3 {
  margin: 1em 0;
  font-size: 1.17em;
}
h4,
.h4 {
  margin: 1.33em 0;
  font-size: 1em;
}
h5,
.h5 {
  margin: 1.67em 0;
  font-size: 0.83em;
}
h6,
.h6 {
  margin: 2.33em 0;
  font-size: 0.67em;
}
.standard-list {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 40px;
}
.standard-list li {
  display: list-item;
  margin: unset;
  padding: unset;
}
ul.standard-list li {
  list-style-type: disc;
}
ol.standard-list li {
  list-style-type: decimal;
} /* ===== Callback Button
(плавающая кнопка звонка) ===== */
.callback-button {
  position: fixed;
  bottom: 100px;
  right: 100px;
  display: block;
  z-index: 100;
  cursor: pointer;
}
.callback-button__img-circle {
  background-color: #5cb85c;
  box-sizing: content-box;
  width: 72px;
  height: 72px;
  bottom: 14px;
  right: 49px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
}
.callback-button__circle-phone {
  box-sizing: content-box;
  border: 2px solid #5cb85c;
  width: 150px;
  height: 150px;
  bottom: -25px;
  right: 10px;
  position: absolute;
  border-radius: 100%;
  opacity: 0.5;
  animation: circle-anim 2.4s infinite ease-in-out;
  transition: all 0.5s;
}
.callback-button__circle-fill {
  box-sizing: content-box;
  background-color: #5cb85c;
  width: 100px;
  height: 100px;
  bottom: 0;
  right: 35px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  animation: circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
}
.callback-button__circle-block {
  box-sizing: content-box;
  width: 72px;
  height: 72px;
  background: url("../images/ui/icons/icon-callback.png") no-repeat center
    center;
  animation-name: tossing;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  background-size: 35px;
}
@keyframes tossing {
  0% {
    transform: rotate(-8deg);
  }
  50% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(-8deg);
  }
}
@keyframes circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@keyframes circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
} /* ===== Callback Modal (модальное окно +
сообщения) ===== */
.callback-modal-message {
  max-width: 350px;
  margin: auto;
  background: #fff;
  padding: 20px;
  position: relative;
  border-radius: 10px;
}
.callback-modal-message__process {
  background: url("../images/ui/icons/loading.gif") no-repeat center 15px;
  background-size: 50px;
  padding-top: 80px;
  display: block;
  text-align: center;
}
.callback-modal-message__success {
  background: url("../images/ui/icons/success.png") no-repeat center 15px;
  background-size: 50px;
  padding-top: 80px;
  display: block;
  text-align: center;
}
.callback-modal-message__error {
  background: url("../images/ui/icons/error.png") no-repeat center 15px;
  background-size: 50px;
  padding-top: 80px;
  display: block;
  text-align: center;
} /* ===== Утилиты ===== */
.insidepage .item-page p {
  font-size: 18px;
} /******* Image Cover ********/
.img-cover {
  background-size: cover;
  background-position: center;
}
.img-cover_inited > img {
  visibility: hidden;
} /**********************************/
.tochka {
  list-style-type: disc;
  list-style-position: inside;
}
.main {
  display: flex;
}
.component {
  width: 100%;
}
.left,
.right {
  width: 30%;
} /* Пагинация */
.pagination > ul {
  margin-top: 15px;
  display: flex;
  list-style: none;
  margin-bottom: 5px;
}
.pagination > ul li {
  margin-right: 20px;
}
.pagination > ul li a {
  text-decoration: none;
  font-weight: 600;
} /* Модалка */
html.lock {
  overflow: hidden;
}
* {
  box-sizing: border-box;
} /* Цвета шаблона */ /* Deep Purple */
body {
  --main-color: rgba(58, 53, 130, 1);
} /* Deep Purple */ /* конец Цвета
шаблона */
body,
html {
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  line-height: 1;
  font-style: normal;
  font-weight: 300;
  color: #000;
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #000;
}
main {
  max-width: 1920px;
  margin: 0 auto;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 320px;
}
.all_cnt {
  overflow: hidden;
}
.all_cnt img {
  max-width: 100%;
}
.flexSA {
  display: flex;
  justify-content: space-around;
}
.flexSB {
  display: flex;
  justify-content: space-between;
}
.flexCenter {
  display: flex;
  justify-content: center;
}
.flexAI {
  display: flex;
  align-items: center;
}
.flexW {
  display: flex;
  flex-wrap: wrap;
}
.flexColumn {
  display: flex;
  flex-direction: column;
}
.flexStart {
  display: flex;
  justify-content: flex-start;
}
.flexAiStart {
  display: flex;
  align-items: flex-start;
}
.flexAiEnd {
  display: flex;
  align-items: flex-end;
}
.flexEnd {
  display: flex;
  justify-content: flex-end;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.btnStyle {
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: normal;
  cursor: pointer;
  border: none;
  background: none;
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all 0.5s ease;
}
.btnStyle:hover {
  background-position: right bottom;
  color: #fff;
}
.wrapLabel {
  position: relative;
  padding-left: 18px;
}
.wrapLabel input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
}
#staticForm:checked + label::after {
  position: absolute;
  left: 4px;
  top: 0;
  text-align: center;
  content: "\2713";
  font-size: 20px;
  line-height: 1;
  color: #ce0a1e;
  cursor: pointer;
}
.titleAll {
  font-size: 26px;
  font-weight: bold;
  color: #050f36;
  padding-bottom: 25px;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
} /* header */
header {
  position: fixed;
  width: 100%;
  z-index: 100;
  transition: 0.4s;
  padding-bottom: 10px;
}
header.active {
  background: var(--main-color);
}
header .topLine {
  background: rgba(0, 0, 0, 0.2);
}
header .wrapTL {
  height: 50px;
  padding: 0 10px;
}
header .wrapMenuTL ul {
  display: flex;
  justify-content: flex-start;
}
header .wrapMenuTL ul li {
  padding-right: 30px;
  position: relative;
}
header .wrapMenuTL ul li::after {
  content: "/";
  color: #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
header .wrapMenuTL ul li:last-child:after {
  display: none;
}
header .wrapContactTL a,
header .wrapMenuTL ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 300; /* display: block; */
}
header .wrapContactTL a:hover,
header .wrapMenuTL ul li a:hover {
  text-decoration: underline;
}
header .wrapContactTL .mailTL a {
  padding-left: 24px;
  margin-right: 55px;
  background: url("../images/ui/icons/mail.webp") no-repeat left center;
}
header .wrapContactTL .phoneTL a {
  font-size: 20px;
  font-weight: 500;
  padding-right: 30px;
  background: url("../images/ui/icons/phone2.webp") no-repeat right center;
  margin-right: 5px;
}
header .bottomLine .wrapBL {
  position: relative;
}
header .bottomLine .wrapBL::after {
  height: 10px;
  width: 100%;
  position: absolute;
  left: -20px;
  background: #fff;
  content: "";
  top: 0;
  opacity: 0.06;
  transform: skew(-30deg);
}
header .bottomLine .wrapBL::before {
  height: 2.5px;
  width: 100%;
  position: absolute;
  left: -10px;
  background: #fff;
  content: "";
  top: 0;
  transform: skew(-30deg);
}
header .bottomLine .wrapLogo {
  /*
background: #fff; */
  position: relative;
  padding-right: 10px;
}
header .bottomLine .wrapLogo::before {
  width: 100vw;
  right: 0;
  top: 0;
  height: 80%;
  content: "";
  background: #fff;
  position: absolute;
  z-index: -1;
}
header .bottomLine .wrapLogo::after {
  content: "";
  height: 80%;
  width: 0;
  border-top: 70px solid #fff;
  border-right: 40px solid transparent;
  position: absolute;
  left: 100%;
  top: 0;
}
header .bottomLine .wrapLogo a::after {
  position: absolute;
  content: "";
  top: 80%;
  right: 105px; /* background: #000; */
  height: 8px;
  width: 110%;
  z-index: -1;
  transform: skew(-30deg); /* background: rgb(31, 66, 93); */
  opacity: 0.6;
  background: linear-gradient(
    90deg,
    rgba(31, 66, 93, 0) 0%,
    var(--main-color) 100%
  );
}
header .bottomLine .wrapContactBL {
  padding-top: 20px;
  font-size: 17px;
  font-weight: 300;
  color: #fff;
  padding-right: 20px;
}
header .bottomLine .wrapContactBL .timeWork {
  padding-left: 25px;
  background: url("../images/ui/icons/time.webp") no-repeat left top;
}
header .bottomLine .wrapContactBL .mapPoint {
  padding-left: 25px;
  margin-left: 20px;
  background: url("../images/ui/icons/iconMap.webp") no-repeat left top;
} /* end header */ /*
topSlider */
.topSlider {
  position: relative;
}
.topSlider .wImg img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: none;
}
.topSlider .textTS {
  position: absolute;
  left: calc((100% - 1140px) / 2);
  top: 300px;
  display: flex;
  flex-direction: column;
}
.topSlider .textTS .titleTS {
  color: var(--main-color);
  font-size: 36px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 600;
}
.topSlider .textTS .descTS {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
  display: inline-block;
  margin: 20px 10px;
}
.topSlider .textTS .descTS::after {
  transform: skew(-30deg);
  background: var(--main-color);
  height: 150%;
  width: 110%;
  position: absolute;
  left: -5%;
  top: -25%;
  content: "";
  z-index: -1;
}
.topSlider .textTS .desc2TS {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
} /* end topSlider */ /* katalogProiz */
.katalogProiz {
  position: relative;
  z-index: 2;
}
.katalogProiz .itemsKP {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.katalogProiz .itemKP {
  text-align: center;
  padding: 15px;
  border: solid 7px var(--main-color);
  border-radius: 20px;
  cursor: pointer;
  -webkit-box-shadow: 0px 7px 5px 0px rgba(219, 218, 232, 1);
  -moz-box-shadow: 0px 7px 5px 0px rgba(219, 218, 232, 1);
  box-shadow: 0px 7px 5px 0px rgba(219, 218, 232, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.katalogProiz .itemKP:last-child {
  grid-column-start: 3;
}
.katalogProiz .itemKP:hover {
  border: solid 7px #ce0a1e;
}
.katalogProiz .itemKP a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 145px;
  width: 100%;
}
.katalogProiz .itemKP a img {
  width: 100%;
} /* end katalogProiz */ /* aboutCompany */
.aboutCompany {
  padding: 0px 0 75px;
  position: relative;
  z-index: 5;
}
.aboutCompany .wrapAC {
  align-items: center;
}
.aboutCompany .leftAC {
  width: 395px;
  padding-right: 30px;
  z-index: 0;
} /* .aboutCompany .leftAC::before { position: absolute; left: 0; top:
calc(50%); transform: translateY(calc(-50% - 10px)); content:
url('../images/ui/before_ac.webp'); z-index: -1; } */
.aboutCompany .leftAC img {
  max-width: 570px;
  width: 570px; /* margin-top: -100px; */
  margin-left: -70px;
}
.aboutCompany .rightAC {
  width: calc(100% - 395px);
  z-index: 5;
  display: flex;
  flex-direction: column;
}
.aboutCompany .titleAC::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #cdccdf;
  position: absolute;
  left: 0;
  bottom: 0;
}
.aboutCompany .titleAC::after {
  content: "";
  width: 70px;
  height: 7px;
  background: #cdccdf;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.aboutCompany .descAC {
  font-size: 18px; /* font-weight: normal; */
  line-height: 1.4;
}
.aboutCompany .descAC span {
  font-weight: 600;
  color: var(--main-color);
} /*
end aboutCompany */ /* staticFormFooter */
.staticFormFooter {
  z-index: 1;
  position: relative;
  margin-bottom: -80px;
}
.staticFormFooter .wrapSFF {
  position: relative;
  align-items: flex-end;
}
.staticFormFooter .wrapSFF::before {
  width: 100%;
  left: 50%;
  height: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  z-index: -1;
  background: #fff;
}
.staticFormFooter .wrapForm {
  background: #fff;
  padding-left: 15px;
  position: relative;
}
.staticFormFooter .wrapForm::before {
  content: "";
  height: 100%;
  width: 0;
  border-top: 135px solid #fff;
  border-left: 70px solid transparent;
  position: absolute;
  right: 100%;
  top: 0;
}
.staticFormFooter .titleSFF {
  margin-bottom: 5px;
  padding-bottom: 0;
}
.staticFormFooter .descSFF {
  font-size: 18px;
  font-weight: 300;
  color: #000;
}
.staticFormFooter .form-submit-toggle {
  padding: 20px 0;
}
.staticFormFooter .wrapInput input {
  height: 46px;
  border: none;
  font-size: 24px;
  color: #9296a8;
  border-bottom: 1px solid #ce0a1e;
  background: none;
  margin: 0;
}
.staticFormFooter .wrapInput input::placeholder {
  color: #9296a8;
}
.staticFormFooter button {
  border: solid #ce0a1e 3px;
  background: none;
  height: 46px;
  margin-left: 15px;
  margin-right: 25px;
  font-size: 15px;
  font-weight: normal;
  width: 165px;
  cursor: pointer;
  text-transform: uppercase;
}
.staticFormFooter button:hover {
  background: #ce0a1e;
  color: #fff;
}
.staticFormFooter .wrapLabel {
  padding-left: 35px;
  position: relative;
}
.staticFormFooter .wrapLabel input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.staticFormFooter .wrapLabel label a,
.staticFormFooter .wrapLabel label {
  padding: 0;
  font-size: 13px;
  color: #808080;
  line-height: 1;
}
.staticFormFooter .wrapLabel label a {
  text-decoration: underline;
}
.staticFormFooter .wrapLabel label::before {
  position: absolute;
  height: 20px;
  width: 20px;
  border: solid 1px #808080;
  left: 0;
  top: 0;
  content: "";
  cursor: pointer;
}
.staticFormFooter .lineLogo {
  height: 80px;
  display: flex;
  align-items: center;
  position: relative;
}
.staticFormFooter .lineLogo .lineLineLogo {
  width: 600px;
  height: 7px;
  transform: skew(30deg);
  position: absolute;
  left: -400px;
  top: -6px;
  background: var(--main-color);
  z-index: 0;
}
.staticFormFooter .lineLogo .lineLineLogo::before {
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    90deg,
    rgba(31, 66, 93, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
}
.staticFormFooter .lineLogo .lineLineLogo::after {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.staticFormFooter .wrapForm .lineLineSFF {
  width: calc(100% + 10px);
  height: 7px;
  transform: skew(30deg);
  position: absolute;
  left: -5px;
  bottom: -1px;
  background: var(--main-color);
  z-index: 0;
}
.staticFormFooter .wrapForm .lineLineSFF::before {
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    90deg,
    rgba(31, 66, 93, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
}
.staticFormFooter .wrapForm .lineLineSFF::after {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
} /* end staticFormFooter */ /* footer */
footer {
  position: relative;
  z-index: 0;
}
.wrapFooter {
  background:
    url("../images/ui/before_footer.webp") no-repeat,
    var(--main-color);
  background-position:
    0 0,
    center;
  position: relative;
  z-index: 0;
  padding-top: 160px;
}
.wrapFooter::before {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.wrapFooter::after {
  position: absolute;
  left: 0;
  bottom: 100%;
  content: url("../images/ui/before_ac.webp");
  z-index: -1;
}
.wrapItemsFooter .contactFooter {
  width: 460px;
}
.wrapItemsFooter .katalogBrendov .titleKB,
.wrapItemsFooter .contactFooter .titleCF {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.wrapItemsFooter .katalogBrendov .titleKB::before,
.wrapItemsFooter .contactFooter .titleCF::before {
  height: 5px;
  width: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: rgba(255, 255, 255, 0.5);
}
.wrapItemsFooter .contactFooter .itemsCF {
  display: grid;
  grid-template-columns: 190px 1fr;
}
.wrapItemsFooter .contactFooter .itemCF {
  font-weight: 300;
  font-size: 17px;
  color: #fff;
  opacity: 0.5;
}
.wrapItemsFooter .contactFooter .itemBodyCF {
  margin-bottom: 30px;
}
.wrapItemsFooter .contactFooter .itemBodyCF,
.wrapItemsFooter .contactFooter .itemBodyCF a {
  font-weight: 300;
  font-size: 17px;
  color: #fff;
  line-height: 1.2;
}
.wrapItemsFooter .contactFooter .itemBodyCF a {
  display: block;
}
.wrapItemsFooter .contactFooter .itemBodyCF a:hover {
  text-decoration: underline;
}
.wrapItemsFooter .katalogBrendov {
  width: calc(100% - 460px);
}
.wrapItemsFooter .katalogBrendov .itemsKB {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-auto-flow: column;
  grid-row-gap: 15px;
}
.wrapItemsFooter .katalogBrendov .itemsKB a {
  font-weight: 300;
  font-size: 17px;
  color: #fff;
}
.wrapItemsFooter .katalogBrendov .itemsKB a:hover {
  text-decoration: underline;
}
.wrapFooter .bottomFooter {
  display: grid;
  grid-template-columns: 190px 190px 1fr;
  padding-bottom: 45px;
}
.wrapFooter .bottomFooter .webrazrabotka,
.wrapFooter .bottomFooter .webrazrabotka a,
.wrapFooter .bottomFooter .copyring {
  font-weight: 300;
  font-size: 14px;
  color: #fff;
}
.wrapFooter .contactBF {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.wrapFooter .contactBF a {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.wrapFooter .contactBF a:hover {
  text-decoration: underline;
}
.wrapFooter .contactBF .buttonCall {
  color: #fff;
  font-weight: normal;
  font-size: 15px;
  margin-left: 55px;
  cursor: pointer;
  width: 200px;
  height: 45px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 35px;
  background: url("../images/ui/icons/phone2.webp") no-repeat center left;
  background-position-x: 25px;
}
.wrapFooter .contactBF .buttonCall:hover {
  background:
    url("../images/ui/icons/phone2.webp") no-repeat center left,
    #ce0a1e;
  background-position-x: 25px;
  border: 3px solid #ce0a1e;
} /* end footer
*/ /* insidePage */
.insidepage .wrapFooter::after {
  display: none;
}
.insidepage .main {
  padding-top: 175px;
  z-index: 5;
  position: relative;
  min-height: 50vh;
  padding-bottom: 120px;
}
.insidepage .main::before {
  position: absolute;
  content: url("../images/ui/before_inside_page.webp");
  left: 0;
  top: 0;
  z-index: 6;
}
.insidepage .main::after {
  height: 380px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 4;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    var(--main-color) 100%
  );
}
.insidepage .main .component {
  z-index: 10;
  position: relative;
}
.breadcrumb {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 30px;
}
.breadcrumb li span,
.breadcrumb li a {
  font-size: 14px;
  font-weight: 300;
  color: #000;
}
.breadcrumb li:first-child {
  display: none;
}
.breadcrumb .divider {
  margin-right: 3px;
}
.topPD {
  margin-bottom: 70px;
}
.topPD .descPD {
  font-size: 17px;
  line-height: 1.4;
  font-weight: 300;
  color: #000;
  width: 650px;
}
.topPD .logoPD {
  width: 365px;
}
.topPD .wImg {
  width: 100%;
  min-height: 245px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
  margin-bottom: 35px;
  overflow: hidden;
}
.topPD .wImg img {
  max-width: none;
  transform: scale(1.4);
}
.topPD .wrapLinck {
  font-size: 17px;
  font-weight: 300;
  color: #000;
}
.topPD .wrapLinck a {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.bottomPD .titlePD {
  font-size: 26px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.bottomPD .itemsCatPD {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
.bottomPD .itemCatPD {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.bottomPD .itemCatPD .wImg {
  display: block;
  padding: 15px;
  border: solid 7px var(--main-color);
  border-radius: 20px;
  margin-bottom: 25px;
}
.bottomPD .itemCatPD .namePD {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  text-align: center;
} /* insidePage */ /* modal */
.callback-modal {
  max-width: 750px;
  background: var(--main-color);
  border-radius: 0;
  z-index: 0;
  padding: 40px 75px;
}
.callback-modal .lineLogo {
  height: 80px;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: var(--main-color);
  z-index: 0;
  padding: 0 20px 0 35px;
}
.callback-modal::before,
.callback-modal .lineLogo::before {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}
.callback-modal .lineLogo::after {
  height: 0;
  width: 0;
  border-bottom: 80px solid var(--main-color);
  border-right: 40px solid transparent;
  filter: brightness(0.8);
  content: "";
  position: absolute;
  left: 100%;
  bottom: 0;
}
.callback-modal .lineLogo .lineLineLogo {
  width: 220px;
  height: 7px; /* transform: skew(30deg); */
  position: absolute;
  left: 0px;
  top: -7px;
  background: var(--main-color);
  z-index: 0;
}
.callback-modal .lineLogo .lineLineLogo .treugolLL {
  border-bottom: 7px solid #000;
  border-right: 7px solid transparent;
  width: 7px;
  height: 0;
  position: absolute;
  left: 100%;
  top: 0;
}
.callback-modal .lineLogo .lineLineLogo::before {
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    90deg,
    rgba(31, 66, 93, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
}
.callback-modal .lineLogo .lineLineLogo::after {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.callback-modal .callback-modal__headline {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
  display: block;
}
.callback-modal .callback-modal__headline2 {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  text-align: left;
  margin-bottom: 25px;
  display: block;
}
.callback-modal .wrapInput {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  margin-bottom: 20px;
}
.callback-modal .wrapInput input {
  height: 46px;
  border: none;
  font-size: 24px;
  color: #9296a8;
  border-bottom: 1px solid #ce0a1e;
  background: none;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}
.callback-modal .wrapInput input.error,
.staticFormFooter .wrapInput input.error {
  border-bottom: 2px solid #ce0a1e;
  color: #ce0a1e;
}
.callback-modal .wrapInput input::placeholder {
  color: #9296a8;
}
.callback-modal .botLineMF {
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
  padding-bottom: 50px;
  margin-bottom: 35px;
}
.callback-modal .botLineMF .wrapLabel {
  padding-left: 35px;
  position: relative;
  display: flex;
  align-items: center;
}
.callback-modal .botLineMF .wrapLabel input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.callback-modal .botLineMF .wrapLabel label a,
.callback-modal .botLineMF .wrapLabel label {
  padding: 0;
  font-size: 13px;
  color: #fff;
  line-height: 1.2;
}
.callback-modal .botLineMF .wrapLabel label a {
  text-decoration: underline;
}
.callback-modal .botLineMF .wrapLabel label::before {
  position: absolute;
  height: 20px;
  width: 20px;
  border: solid 1px #fff;
  left: 0;
  top: calc(50%);
  transform: translateY(-50%);
  content: "";
  cursor: pointer;
}
.callback-modal .botLineMF .wrapLabel input:checked + label::after {
  position: absolute;
  left: 4px;
  top: calc(50%);
  transform: translateY(-50%);
  text-align: center;
  content: "\2713";
  font-size: 20px;
  line-height: 1;
  color: #ce0a1e;
  cursor: pointer;
}
.callback-modal .botLineMF button {
  border: solid #ce0a1e 3px;
  background: none;
  height: 46px; /* margin-left: 15px; */
  margin-right: 25px;
  font-size: 15px;
  font-weight: normal;
  width: 165px;
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
}
.callback-modal .botLineMF button:hover {
  background: #ce0a1e;
  color: #fff;
}
.callback-modal .footerLineMF {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.callback-modal .footerLineMF p {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  margin: 0;
}
.callback-modal .footerLineMF a {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  margin: 0;
  margin-left: 50px;
} /* Кнопка закрытия модалки (крестик) */
.mfp-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
  padding: 0;
  font-family: Arial, sans-serif;
  opacity: 0.65;
  transition: opacity 0.2s ease;
}
.mfp-close:hover {
  opacity: 1;
} /* Для модалок
со светлым фоном (сообщения) */
.callback-modal-message .mfp-close {
  color: #333;
} /* end modal */ /* контенер */
@media screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
} /* --- effects --*/
.bounceInUp {
  opacity: 0;
  -moz-transform: scale(0.9); /* Для Firefox */
  -ms-transform: scale(0.9); /*
Для IE */
  -webkit-transform: scale(0.9); /* Для Safari, Chrome, iOS */
  -o-transform: scale(0.9); /* Для Opera */
  transform: scale(0.9);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.bounceInUp.shown {
  opacity: 1;
  transform: scale(1);
  -moz-transform: scale(1); /* Для Firefox */
  -ms-transform: scale(1); /* Для IE
*/
  -webkit-transform: scale(1); /* Для Safari, Chrome, iOS */
  -o-transform: scale(1); /* Для Opera */
} /* */
