body {
  max-width: 1920px;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  background-color: #edf2f7;
}

h1,
h2,
h3 {
  font-family: "Oswald", sans-serif;
  margin: 0;
  margin-bottom: 30px;
}

h1 {
  color: #0b2545;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}

h2,
.gen-title {
  color: #134074;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}

.gen-title a {
  color: #134074;
}

.blue {
  color: #0b2545;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.callBackVoid:hover {
  cursor: pointer;
}

:hover {
  transition-duration: 0.3s;
}

.modalMain {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  display: none;
}

.modalMain__bg {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
}

.modalMain__inner {
  position: absolute;
  width: 450px;
  padding: 24px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url(/content/img/form_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1005;
}

.modalMain__title {
  font-size: 1.6em;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.modalMain__row {
  margin: 8px 0;
}

.modalMain__input {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 4px 8px;
}

.modalMain__button {
  text-align: center;
}

@media (max-width: 768px) {
  .modalMain__inner {
    width: 98%;
  }
}

.modalYesright {
  color: #fff;
}

.modalYesright a {
  color: #fff;
}

.modalMain__btn {
  background-color: #fc6701;
  padding: 8px;
  white-space: nowrap;
  border-radius: 5px;
  text-transform: uppercase;
  outline-style: none;
  font-weight: 600;
  color: #fff;
}

.modalMain__btn:hover {
  background-color: #be4f03;
  color: #fff;
}

.stick-menu {
  display: none;
  text-align: center;
}

.is-sticky .stick-menu {
  width: 100%;
  z-index: 1000;
  display: block;
  position: fixed;
  background-color: #fff;
  padding: 12px 0;
}

.stickMenu__list {
  display: flex;
  justify-content: space-around;
}

.line-top {
  display: none;
  z-index: 1001;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 992px) {
  .line-top {
    display: block;
  }

  body {
    padding-top: 62px;
  }
}

.line-top__inner {
  padding: 14px 10px;
  background-color: #edf2f7;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.line-top__logo img,
.mobile-menu__logo img {
  height: 32px;
}

.line-top__phone {
  text-align: left;
}

.line-top__phone-link {
  color: #000;
  text-decoration: none;
}

.line-top__icon {
  text-decoration: none;
  color: #000;
  font-size: 1.8em;
}

.shapka__logo-img {
  width: 100px;
}

.mobile-menu {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #edf2f7;
  z-index: 1001;
}

.mobile-menu__line-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 10px;
}

.mobile-menu__closed {
  color: #000;
  text-decoration: none;
  font-size: 1.8em;
}

.mobile-menu__menu {
  margin: 16px 0;
}

.mobile-menu__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  align-items: center;
}

.mobile-menu__list a {
  font-size: 16px;
  color: #0b2545;
  font-weight: 400;
}

.mobile-menu__phone {
  margin: 16px 0;
  color: #000;
}

.mobile-menu__phone-text {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  text-align: center;
  padding: 8px 0;
  font-size: 0.875em;
}

.mobile-menu__phone-list {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0;
  margin: 0;
}

.mobile-menu__phone-item {
  padding: 8px 0;
}

.mobile-menu__phone-link {
  text-transform: uppercase;
  font-size: 0.875em;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.category-mobile {
  margin: 8px 0;
}

.category-mobile select {
  width: 100%;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 8px 16px;
}

.sticky {
  position: fixed;
}

.line-top__callback {
  background-color: #000;
  color: #ffffff;
  border: none;
  margin-top: 4px;
  text-transform: lowercase;
  padding: 4px 8px;
}

.modal-exit {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1001;
  top: 0;
  left: 0;
}

.modal-exit__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-exit__inner {
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 350px;
  background-color: #ffffff;
  box-shadow: 0 0 8px #666666;
  padding: 16px;
  text-align: center;
}

@media (max-width: 768px) {
  .modal-exit__inner {
    width: 98%;
  }
}

.modal-exit__header {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 8px;
}

/* -------------- */

.shapka {
  background-color: rgba(237, 242, 247, 1);
  padding: 20px 0;
  z-index: 999;
}

.shapka-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.logo img {
  height: 25px;
}

.shapka-nav {
  display: flex;
  align-items: center;
  gap: 100px;
}

.shapka-nav a {
  font-size: 16px;
  color: #000000;
  white-space: nowrap;
}

.slide {
  background-image: url(/content/img/slide.png);
  background-size: cover;
  background-position: center;
  padding-top: 50px;
}

/* 
font-family: "Oswald", sans-serif;
 */

.slide-inner {
  display: flex;
  gap: 50px;
}

.white-slide {
  padding: 30px;
  background-color: #fff;
  height: fit-content;
  width: 50%;
  margin-left: -15px;
}

.white-slide .gen-title {
  margin-bottom: 20px;
}

.text18 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
}

.slide-form {
  background-color: #13315c;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  padding: 50px 30px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: fit-content;
  max-width: 100%;
  min-width: 460px;
  margin-bottom: -40px;
}

.formMain__title {
  color: #ffffff;
  font-size: 25px;
  line-height: 1.55;
  font-weight: 400;
}

.formMain__text {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  opacity: 0.8;
}

.formMain__input {
  color: #ffffff;
  border: 0px solid #000;
  background-color: rgb(19, 64, 116);
  font-size: 18px;
  font-weight: 400;
  padding: 20px;
  width: 100%;
  outline-style: none;
}

.btn-callback {
  color: #0b2545;
  border-radius: 0px;
  font-size: 20px;
  cursor: pointer;
  background-color: #ffffff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 21px;
}

.castomcheck {
  display: block;
  position: relative;
  cursor: pointer;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 25px;
  margin-bottom: 20px;
}

.castomcheck a {
  color: #fff;
  text-decoration: underline;
}

.castomcheck:last-child {
  margin-bottom: 0;
}

.castomcheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 20px;
  width: 20px;
  background: inherit;
  border: 2px solid rgba(255, 255, 255, 0.4);
}

.castomcheck:hover input ~ .checkmark {
  background-color: inherit;
}

.castomcheck input:checked ~ .checkmark {
  background-color: inherit;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.castomcheck input:checked ~ .checkmark:after {
  display: block;
}

.castomcheck .checkmark:after {
  left: 3px;
  top: -1px;
  content: "✓";
  color: #fff;
  font-size: 12px;
}

.warning::placeholder {
  color: red;
}

.gen-sub {
  color: #134074;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  line-height: 1.55;
  font-weight: 400;
  margin-bottom: 20px;
}

.fist-block {
  padding: 120px 0 80px;
}

.fist-block h1 {
  margin-bottom: 10px;
}

.title22 {
  color: #0b2545;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 500;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.white {
  color: #fff;
}

.fist-block__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.fist-block__left {
  background-color: #13315c;
  padding: 50px 30px;
}

.text16 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}

.fist-block__left .text16 {
  color: #ffffff;
  opacity: 0.6;
}

.fist-block__right {
  background-color: #fff;
  padding: 50px;
  grid-column: 2 / 4;
}

.fist-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.fist-list__item {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #0b2545;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}

.blue-block {
  background: #13315c;

  padding: 80px 0;
  color: #fff;
}

.fl-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pludi-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: -250px;
  margin-top: 30px;
}

.plusi-item {
  background-color: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
}

.plusi-item .text16 {
  color: #0b2545;
}

.plusi-item .title22 {
  margin: 20px 0 30px;
}

.oplata-block {
  padding: 230px 0 160px;
  background-image: url(/content/img/oplata.png);
  background-position: right 10% top 230px;
  background-repeat: no-repeat;
}

.plusi-numb {
  color: #134074;
  font-size: 25px;
  font-family: "Oswald", sans-serif;
  line-height: 1.2;
  font-weight: 400;
}

.plusi-item img {
  width: 100%;
}

.oplata-inner {
  margin-bottom: 30px;
}

.oplata-grid {
  margin-right: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.oplata-item {
  padding: 30px;
}

.oplata-item:nth-child(1) {
  background-color: #134074;
}

.oplata-item:nth-child(2) {
  background-color: #13315c;
}

.oplata-item:nth-child(3) {
  background-color: #0b2545;
  margin-bottom: -100px;
}

.oplata-title {
  color: #ffffff;
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 20px;
}

.oplata-list {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 400;
  list-style: none;
  padding: 0;
  margin: 0;
}

.oplata-list li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 35px;
}

.oplata-list li::before {
  content: " ";
  width: 30px;
  height: 2px;
  background: #fff;
  top: 12px;
  left: 0;
  position: absolute;
}

.oplata-list span {
  color: #edf2f7;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  opacity: 0.6;
}

.oplata-info i {
  color: #edf2f7;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 400;
  opacity: 0.6;
  margin-left: 35px;
}

.oplata-btn {
  margin-top: 30px;
}

.footer {
  padding: 50px 0;
  background-color: #0b2545;
}

.footer-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
padding-bottom: 30px;
}

.footer-title {
  color: #ffffff;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-inn {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
  opacity: 0.6;
  text-transform: uppercase;
}

.footer-link {
  margin-bottom: 20px;
}

.footer-link a {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
}

.footer-bot__item {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
  opacity: 0.6;
}

.oplata-item:nth-child(4) {
  display: none;
}

.content-block {
  padding: 100px 0;
}

.catalog-list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px 30px ;
}

.catalog-item {
  padding: 10px;
  background-color: #fff;
}

.catalog-img {
  overflow: hidden;
}

.catalog-img img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.catalog-img img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.catalog-info {
  padding: 20px 0;
}

.catalog-title {
  color: #0b2545;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 500;
}

.item-top {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
  margin-bottom: 30px;
}

.item-img {
  padding: 10px;
  background-color: #fff;
}

.item-img img {
  width: 100%;
}

.item-info {
  grid-column: 2 / 4;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.item-sub {
  color: #444;
  font-size: 12px;
}

.item-price {
  color: #0b2545;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}

.item-btns {
  display: flex;
  align-items: center;
  gap: 10px;
}

.kupit-btn a {
  color: #fff;
  font-family: "Oswald", sans-serif;
  padding: 14px 25px;
  background-color: #134074;
  text-transform: uppercase;
  display: inline-block;
}

.tovar-list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}

.tovat-item {
  background-color: #fff;
  padding: 20px;
}

.tovat-item img,
.product-item img {
  width: 100%;
}

.breadcrumbs {
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 30px 0;
}

.breadcrumbs li::after {
  content: "/";
  margin-left: 10px;
}

.breadcrumbs li:last-child:after {
  content: none;
}

.breadcrumbs a {
  color: #0b2545;
}

.content-area {
  padding: 30px 0;
}

.product-page__inner {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap:  20px;
  margin-bottom: 30px;
}

.product-page__left img {
  width: 100%;
}

.product-page__dop-info {
  padding-top: 12px;
  font-weight: 700;
}

.shapka-soc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.soc-item a {
  color: #000;
  font-size: 20px;
}

.soc-item span {
  font-size: 16px;
}

.buy-btn a {
  background-color: #0b2545;
  color: #fff;
  padding: 15px 20px;
  display: inline-block;
}

@media (max-width: 1440px) {

  .shapka-nav {
    gap: 20px;
  }
}

@media (max-width: 1200px) {
  .oplata-block {
    background-position: right 20px top 230px;
  }

  .gen-title {
    font-size: 27px;
  }

  .soc-item span {
    display: none;
  }

}

@media (max-width: 992px) {
  .container {
    width: 100%;
  }

  .oplata-block {
    background-size: 30%;
  }

  .sticky-wrapper {
    display: none;
  }

  .shapka-soc .soc-item {
    display: flex;
    gap: 15px;
  }
}

@media (max-width: 810px) {
  .slide {
    padding-top: 0;
  }
  .slide-inner {
    flex-direction: column;
    gap: 0;
    padding-bottom: 50px;
  }

  .white-slide {
    width: 100%;
    margin: 0;
    padding-bottom: 90px;
    text-align: center;
  }

  .white-slide .gen-title br {
    display: none;
  }

  .slide-form {
    margin: -60px auto 0;
  }

  .gen-title {
    font-size: 30px;
  }

  .formMain__text {
    font-size: 16px;
  }

  .slide-form {
    gap: 15px;
  }

  .fist-block__inner {
    display: flex;
    flex-direction: column;
  }

  .fist-block__left,
  .fist-block__right {
    padding: 30px 20px;
  }

  .fl-title .gen-sub {
    display: none;
  }

  .pludi-list {
    gap: 20px;
    grid-template-columns: repeat(2,1fr);
  }

  .plusi-item:nth-child(3) {
    grid-column: 1 / 3;
    flex-direction: row;
  }

  .oplata-item:nth-child(4) {
    display: block;
    background-image: url(/content/img/oplata.png);
    background-size: cover;
  }

  .oplata-block {
    background-image: none;
  }

  .oplata-grid {
    grid-template-columns: repeat(2,1fr);
    margin-right: 0;
  }

  .oplata-item:nth-child(3) {
    margin-bottom: 0;
  }

  .title22 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .pludi-list,
  .plusi-item:nth-child(3) {
    display: flex;
    flex-direction: column;
  }

  .oplata-grid {
    display: flex;
    flex-direction: column;
  }

  .oplata-item:nth-child(4) {
    display: none;
  }

  .footer-inner {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .footer-bot {
    text-align: center;
  }

  .slide-form {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
  }

  .catalog-list {
    grid-template-columns: repeat(2,1fr);
  }

  .tovar-list {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width: 450px) {
  .catalog-list {
    grid-template-columns: repeat(1,1fr);
  } 

  .tovar-list {
    grid-template-columns: repeat(2,1fr);
  }
}

.wrap-prices {
    display: flex;
    gap: 20px;
    width: 100%;
    justify-items: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

@media (max-width: 920px) {
    .wrap-prices {
        flex-direction: column;
    }
}

.wrap-prices__item {
    text-align: center;
}

.wrap-prices__header {
    font-weight: 700;
}