.logo {margin-top:-20px; width:150px;}
.card1 {margin-top:80px}
.card2 {margin-top:40px}
.card3 {margin-top:0px}
.card4 {margin-top:-40px}
@charset "UTF-8";
@font-face {
  font-family: 'Montserrat Regular';
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat Semibold';
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat bold';
  src: url("../fonts/Montserrat-ExtraBold.eot");
  src: url("../fonts/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-ExtraBold.woff") format("woff"), url("../fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.navbar-dark .navbar-toggler {
  background-color: #5ca1c7;
  border-radius: 10%;
}

a {
  text-decoration: none;
  color: #5e5e5e;
}

p {
  font-size: calc(14px + 4 * ((100vw - 320px) / (1980 - 320)));
  letter-spacing: normal;
}

a:hover {
  text-decoration: none;
  border-bottom: 0px solid transparent !important;
}

a:active {
  outline: none;
  border: none;
}

.contact-form a:hover {
  color: #5ca1c7;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-transition: 1s;
  transition: 1s;
}

.header-adress_img img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.soc img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.footer-soc img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.bg-blocks2 a:hover {
  color: #5ca1c7;
}

.header a:hover {
  color: #5ca1c7;
}

button {
  outline: none;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 12px 35px;
  font-size: calc(16px + 2 * ((100vw - 320px) / (1980 - 320)));
  font-family: "Montserrat Semibold", sans-serif;
  text-transform: uppercase;
  /* border-radius: 11px;*/
  white-space: nowrap;
  /*-webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;*/
  border-radius: 0.25rem;
}

button:hover {
  outline: none;
  -webkit-box-shadow: 0px 0px 5px 0px grey;
          box-shadow: 0px 0px 5px 0px grey;
}

.button:hover {
  outline: none;
  opacity: 0.5;
}

button:active {
  outline: none;
}

button.btn-bg {
  background-color: #be6737;
}

button.button {
  outline: none;
  border: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: calc(14px + 4 * ((100vw - 320px) / (1980 - 320)));
  text-transform: uppercase;
  white-space: nowrap;
  background: #be6737;
  color: #fff;
  /*border-radius: 11px;*/
  background-position: left;
  /*  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;*/
  border-radius: 0.25rem;
}

.card-body button {
  font-size: calc(14px + 1 * ((100vw - 320px) / (1980 - 320)));
  text-transform: none;
  background-color: #5ca1c7;
  color: #fff;
}

.card-body {
  text-align: center;
}

.card-body p {
  font-size: 12px;
  line-height: normal;
  font-weight: 600;
}

.card {
  -webkit-box-shadow: 0px 0px 16px 0px #22222266;
          box-shadow: 0px 0px 16px 0px #22222266;
  /*border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;*/
  border: none;
}

.card-img-top {
  padding: 10px;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

h1 {
  font-weight: normal;
}

h2 {
  color: #201f1f;
}

h3 {
  font-size: calc(16px + 6 * ((100vw - 320px) / (1980 - 320)));
  color: #5ca1c7;
  text-transform: uppercase;
  font-weight: 600;
}

h4 {
  font-size: calc(14px + 4 * ((100vw - 320px) / (1980 - 320)));
  font-weight: 600;
  text-transform: uppercase;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

html,
body {
  height: 100%;
}

html {
  scroll-behavior: smooth;
  scrollbar-arrow-color: #5ca1c7;
  scrollbar-face-color: #5ca1c7;
  scrollbar-shadow-color: #000;
  scrollbar-highlight-color: #000;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
}

@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}

/* width */
::-webkit-scrollbar {
  width: 15px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f8f8f8;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #5ca1c7;
}

body {
  height: 100%;
  font-family: "Montserrat Regular", sans-serif;
  color: #5e5e5e;
}

.bgbg6 {
  background-image: url(../img/bgbg6.jpg);
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  background-size: cover;
}

.description {
  background-image: url(../img/bgbg8.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar-collapse .navbar-nav li a {
  text-transform: uppercase;
  margin: 0 0 0 25px;
  color: #5ca1c7;
  border-bottom: 1px solid #5ca1c7;
  font-weight: 600;
}

.navbar-toggler {
  -webkit-box-shadow: none;
          box-shadow: none;
}

header {
  -webkit-box-shadow: 0px 0px 16px 0px #2222221e;
          box-shadow: 0px 0px 16px 0px #2222221e;
}

header .nav-link {
  font-size: 14px;
  padding-right: 0;
  font-weight: 600;
}

header a {
  font-size: 14px;
}

.header-adress_img {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.banner-title {
  margin-bottom: 30px;
}

.banner-title p {
  /* max-width: 650px;*/
  font-weight: 600;
  font-size: calc(14px + 6 * ((100vw - 320px) / (1980 - 320)));
}

.site-header-info {
  background-color: #fbfbfb;
  padding-top: 10px;
  padding-bottom: 10px;
}

.main-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mainblock-text {
  margin-top: calc(20px + 30 * ((100vw - 320px) / (1980 - 320)));
}

.title {
  font-family: "Montserrat bold", sans-serif;
  font-weight: 900;
  margin-bottom: calc(20px + 20 * ((100vw - 320px) / (1980 - 320)));
  font-size: 40px;
  font-size: calc(22px + 42 * ((100vw - 320px) / (1980 - 320)));
  letter-spacing: 2px;
  color: #5ca1c7;
  text-transform: uppercase;
}

.block-subtitle {
  margin-bottom: 50px;
  margin-bottom: calc(30px + 20 * ((100vw - 320px) / (1980 - 320)));
  padding-bottom: 1%;
}

.block-subtitle h2 {
  font-size: calc(18px + 13 * ((100vw - 320px) / (1980 - 320)));
  color: #5ca1c7;
  text-transform: uppercase;
  border-bottom: 1px solid #5ca1c7;
  font-weight: 700;
  padding-bottom: 10px;
}

.block-subtitle p {
  margin-top: 20px;
  margin-top: calc(10px + 10 * ((100vw - 320px) / (1980 - 320)));
}

.img-block {
  min-height: 210px;
}

.warning .img-2 {
  position: absolute;
  right: 0;
}

.warning {
  background-image: url(../img//warn-bg.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}

.warning span {
  display: block;
  color: red;
  font-size: calc(22px + 6 * ((100vw - 320px) / (1980 - 320)));
  font-family: "Montserrat Semibold", sans-serif;
}

.foto-block {
  background-color: #f8f8f8;
  padding-top: 80px;
  padding-bottom: 80px;
}

.foto-block a img {
  border-radius: 0.25rem;
  /* border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;*/
}

.imgs {
  max-width: 86%;
}

div.scrollup {
  position: fixed;
  width: 50px;
  right: 10px;
  bottom: 13%;
  cursor: pointer;
  display: none;
  text-align: center;
  -webkit-transition: 1s;
  transition: 1s;
}

.tel-fix {
  position: fixed;
  width: 50px;
  right: 10px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 1s;
  transition: 1s;
  bottom: 3%;
}

.tel-fix:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

div.scrollup:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.bottom-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #5ca1c7;
  color: #fff;
}

.text_center a {
  margin-left: 4%;
  text-transform: uppercase;
  border-bottom: 1px solid #5e5e5e;
}

.just-txt a {
  text-decoration: underline;
}

.list li::before {
  content: "";
  width: 17px;
  height: 17px;
  background: url(../img/check.png) center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 3px;
}

.list li, .offer ul.offer-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
}

.list li {
  font-size: calc(14px + 4 * ((100vw - 320px) / (1980 - 320)));
}

@-webkit-keyframes glowing {
  0% {
    background-color: #2b507c;
    -webkit-box-shadow: 0 0 5px #2b507c;
            box-shadow: 0 0 5px #2b507c;
  }
  50% {
    background-color: #5ca1c7;
    -webkit-box-shadow: 0 0 20px #5ca1c7;
            box-shadow: 0 0 20px #5ca1c7;
  }
  100% {
    background-color: #2b507c;
    -webkit-box-shadow: 0 0 5px #2b507c;
            box-shadow: 0 0 5px #2b507c;
  }
}

@keyframes glowing {
  0% {
    background-color: #2b507c;
    -webkit-box-shadow: 0 0 5px #2b507c;
            box-shadow: 0 0 5px #2b507c;
  }
  50% {
    background-color: #5ca1c7;
    -webkit-box-shadow: 0 0 20px #5ca1c7;
            box-shadow: 0 0 20px #5ca1c7;
  }
  100% {
    background-color: #2b507c;
    -webkit-box-shadow: 0 0 5px #2b507c;
            box-shadow: 0 0 5px #2b507c;
  }
}

.btn-warning {
  -webkit-animation: glowing 1300ms infinite;
          animation: glowing 1300ms infinite;
}

footer .nav-footer a {
  border-bottom: 1px solid #5ca1c7;
}

footer {
  position: relative;
  padding-bottom: calc(20px + 10 * ((100vw - 320px) / (1980 - 320)));
  padding-top: calc(20px + 10 * ((100vw - 320px) / (1980 - 320)));
  color: #5ca1c7;
  font-size: calc(16px + 2 * ((100vw - 320px) / (1980 - 320)));
  -webkit-box-shadow: 0px 0px 16px 0px #2222221e;
          box-shadow: 0px 0px 16px 0px #2222221e;
}

footer a {
  color: #201f1f;
  font-size: 14px;
}

footer span {
  font-size: 14px;
  color: #201f1f;
}

footer .bottom-footer a {
  color: #f8f8f8;
  font-size: 14px;
}

footer .bottom-footer span {
  font-size: 14px;
  color: #f8f8f8;
}

footer .infor-phone {
  font-size: 14px;
}

footer .telephone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: calc(5px + 10 * ((100vw - 320px) / (1980 - 320)));
}

footer .telephone img {
  margin-right: 15px;
  max-width: 18px;
}

footer .nav-footer li {
  margin-bottom: 15px;
  margin-bottom: calc(5px + 10 * ((100vw - 320px) / (1980 - 320)));
}

footer a span:hover {
  color: #be6737 !important;
}

table {
  border-collapse: collapse;
  border: none;
  font-size: 14px;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 25px;
  height: 550px;
}

table th, table td {
  padding: 10px;
  border: 1px solid #b3b6ba;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

tr:nth-child(odd) {
  background-color: #f8f8f8;
}

.cp a {
  text-decoration: underline;
}

.bg-blue {
  background-color: #529ac2;
}

.bg-blue P {
  color: #fff;
}

.software, .management, .management2, .manager3 {
  position: relative;
  padding-top: 49px;
}

.management {
  background: url(../img/high-angle-arrangement-with-jars.jpg) top center no-repeat;
  background-size: 100% 375px;
}

.management2 {
  background: url(../img/whale-liver-oil-benefits.jpg) top center no-repeat;
  background-size: 100% 275px;
}

.software:before {
  content: "";
  width: 100%;
  height: 275px;
  position: absolute;
  top: 0;
  left: 0;
}

.software-blk {
  background: #FFFFFF;
  -webkit-box-shadow: 10px 5px 20px 2px rgba(0, 0, 0, 0.048);
          box-shadow: 10px 5px 20px 2px rgba(0, 0, 0, 0.048);
  border-radius: 5px;
  padding: 30px 67px 30px;
  position: relative;
}

.software-blk .block-subtitle {
  margin-bottom: 2%;
}

.software-blk .block-subtitle h2 {
  font-size: calc(18px + 8 * ((100vw - 320px) / (1980 - 320)));
}

.modal-header {
  padding: 50px 20px 0;
  border: none;
  text-align: center;
  display: block;
}

.modal-header p {
  color: #5e5e5e;
}

.modal-title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 24px;
}

.modal-body {
  position: relative;
  padding: 20px 50px 50px;
}

.modal-body button.main-btn {
  width: 100%;
}

.modal-body .form-control {
  text-align: center;
  margin-bottom: 15px;
}

#modal-thank .after-modal-title {
  margin-bottom: 40px;
}

button.close {
  font-size: 20px;
  position: absolute;
  top: 10px;
  right: 19px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modal {
  text-align: center;
  color: #5e5e5e;
}

.navbar-toggler {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.header__link:hover {
  color: #be6737;
}

.header__link:active {
  color: #be6737;
}

.nav-link img {
  margin-right: 10px;
  vertical-align: middle;
}

.main-block {
  /*padding-bottom: calc(20px + 70 * ((100vw - 320px) / (1980 - 320)));*/
  padding-top: calc(20px + 30 * ((100vw - 320px) / (1980 - 320)));
  background-color: rgba(255, 255, 255, 0.322);
  background-image: url(../img/bgbg.png);
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  background-size: cover;
}

.just-txt {
  position: relative;
  padding-left: 15px;
}

.just-txt:before {
  content: '';
  background: #5ca1c7;
  width: 2px;
  height: 95%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.navbar-expand-md .navbar-collapse {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.title-block {
  padding-top: 2%;
  padding-bottom: 2%;
}

.thumb-menu h4:hover {
  text-decoration: none;
}

.thumb-menu {
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  font-weight: 700;
}

.thumb-menu h4 {
  text-decoration: underline;
}

.thumb-menu:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

p {
  color: #5e5e5e;
  font-size: calc(14px + 4 * ((100vw - 320px) / (1980 - 320)));
}

.adventages {
  background-color: #f8f8f8;
  padding-top: 80px;
  padding-bottom: 80px;
}

.rubrics ul li {
  position: relative;
  /* padding-left: 22px; */
  display: inline-block;
  margin: 0 9px 4px;
}

.rubrics ul li a {
  font-size: 1.2em;
  border-bottom: 1px solid #fff;
}

.unstyled {
  /* flex-wrap: wrap;
  display: flex;
  justify-content: space-around;
  border: 1px solid $text-color;*/
  padding: 10px;
  background-color: #5ca1c7;
}

.unstyled a {
  color: #fff;
}

.partners {
  background-color: #f8f8f8;
}

.partners img {
  background-color: #fff;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 16px 0px #2222221e;
          box-shadow: 0px 0px 16px 0px #2222221e;
}

.tel-footer {
  margin-right: 10px;
}

.forms {
  padding-bottom: calc(20px + 70 * ((100vw - 320px) / (1980 - 320)));
  padding-top: calc(20px + 30 * ((100vw - 320px) / (1980 - 320)));
  background-color: rgba(255, 255, 255, 0.322);
  background-image: url(../img/fish-oil-capsules-with-omega-3-vitamin-d-glass-jar-white-concrete-surface.jpg);
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  background-size: cover;
}

.forms h3 {
  color: #5ca1c7;
}

.forms .telephone {
  font-size: calc(14px + 10 * ((100vw - 320px) / (1980 - 320)));
}

/*страница клей брикол*/
.main-block2 {
  /*padding-bottom: calc(20px + 70 * ((100vw - 320px) / (1980 - 320)));*/
  padding-top: calc(20px + 30 * ((100vw - 320px) / (1980 - 320)));
  padding-bottom: calc(20px + 10 * ((100vw - 320px) / (1980 - 320)));
  background-image: url(../img/bg-coreshki.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main-block2 h1 {
  font-size: calc(22px + 15 * ((100vw - 320px) / (1980 - 320)));
}

.kley-block {
  background-image: url(../img/fhhjgj.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-weight: 600;
}

.card-kley .card-body p {
  font-size: 15px;
}

.item-kley {
  border-radius: 0px 20px 20px 20px;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 16px 0px #2222221e;
          box-shadow: 0px 0px 16px 0px #2222221e;
}

.item-kley .card-img-top {
  padding: 0;
}

.contact-block {
  background-image: url(../img/bgbg9.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.contact-block p {
  font-size: calc(14px + 6 * ((100vw - 320px) / (1980 - 320)));
}

.buttons span {
  font-size: calc(14px + 10 * ((100vw - 320px) / (1980 - 320)));
  font-weight: 700;
  color: #5ca1c7;
}

.description-item img {
  margin-right: 2%;
}

/*страница клей коробки*/
.main-block3 {
  /*padding-bottom: calc(20px + 70 * ((100vw - 320px) / (1980 - 320)));*/
  padding-top: calc(20px + 30 * ((100vw - 320px) / (1980 - 320)));
  padding-bottom: calc(20px + 30 * ((100vw - 320px) / (1980 - 320)));
  background-image: url(../img/bgbg7.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main-block3 h1 {
  font-size: calc(22px + 15 * ((100vw - 320px) / (1980 - 320)));
}

.svoistva {
  background-color: #f8f8f8;
}

.partners2 {
  background-color: #f8f8f8;
}

.thumb-wrap {
  position: relative;
  padding-bottom: 46.25%;
  /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
  border: 6px solid #5ca1c7;
  -webkit-box-shadow: 0px 0px 16px 0px #2222221e;
  box-shadow: 0px 0px 16px 0px #2222221e;
}

.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.management3 {
  background: url(../img/fotot.png) top center no-repeat;
  background-size: 100% 275px;
}

.foto-krishki img {
  background-color: #fff;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 16px 0px #2222221e;
  box-shadow: 0px 0px 16px 0px #2222221e;
}

.kley {
  background-color: #f8f8f8;
}

.block-subtitle.statia {
  margin-bottom: 0;
}

.block-subtitle.statia h2 {
  border-bottom: none;
}

/*страница клей багет*/
.main-block4 {
  /*padding-bottom: calc(20px + 70 * ((100vw - 320px) / (1980 - 320)));*/
  padding-top: calc(20px + 30 * ((100vw - 320px) / (1980 - 320)));
  padding-bottom: calc(20px + 10 * ((100vw - 320px) / (1980 - 320)));
  background-image: url(../img/balyasiny-dlya-lestnicy-foto-dizajna.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main-block4 h1 {
  font-size: calc(22px + 15 * ((100vw - 320px) / (1980 - 320)));
}

.adventages.advent-baget {
  background-color: #fff;
}

/*страница клей для картона*/
.main-block5 {
  padding-top: calc(20px + 30 * ((100vw - 320px) / (1980 - 320)));
  padding-bottom: calc(20px + 10 * ((100vw - 320px) / (1980 - 320)));
  background-image: url(../img/bgbg5.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main-block5 h1 {
  font-size: calc(22px + 15 * ((100vw - 320px) / (1980 - 320)));
}

.main-block5 p {
  font-weight: 100;
}

.bg2 img {
  background-color: transparent;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*страница каталог*/
.kb1 {
  background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0.1))), url(../img/catalog/1111.jpg) no-repeat scroll 50% 50%/cover;
  background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0.1) 100%), url(../img/catalog/1111.jpg) no-repeat scroll 50% 50%/cover;
}

.kb2 {
  background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0.1))), url(../img/catalog/2.jpg) no-repeat scroll 50% 50%/cover;
  background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0.1) 100%), url(../img/catalog/2.jpg) no-repeat scroll 50% 50%/cover;
}

.kb3 {
  background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0.1))), url(../img/catalog/3.png) no-repeat scroll 50% 50%/cover;
  background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0.1) 100%), url(../img/catalog/3.png) no-repeat scroll 50% 50%/cover;
}

.kb4 {
  background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0.1))), url(../img/catalog/4.jpg) no-repeat scroll 50% 50%/cover;
  background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0.1) 100%), url(../img/catalog/4.jpg) no-repeat scroll 50% 50%/cover;
}

.kb5 {
  background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0.1))), url(../img/catalog/5.png) no-repeat scroll 50% 50%/cover;
  background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0.1) 100%), url(../img/catalog/5.png) no-repeat scroll 50% 50%/cover;
}

.kb6 {
  background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0.1))), url(../img/catalog/6.jpeg) no-repeat scroll 50% 50%/cover;
  background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0.1) 100%), url(../img/catalog/6.jpeg) no-repeat scroll 50% 50%/cover;
}

.kb7 {
  background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0.1))), url(../img/catalog/7.png) no-repeat scroll 50% 50%/cover;
  background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0.1) 100%), url(../img/catalog/7.png) no-repeat scroll 50% 50%/cover;
}

.kb8 {
  background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0.1))), url(../img/catalog/8.jpg) no-repeat scroll 50% 0%/cover;
  background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0.1) 100%), url(../img/catalog/8.jpg) no-repeat scroll 50% 0%/cover;
}

.kb9 {
  background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0.1))), url(../img/catalog/9.jpg) no-repeat scroll 50% 0%/cover;
  background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0.1) 100%), url(../img/catalog/9.jpg) no-repeat scroll 50% 0%/cover;
}

.kb10 {
  background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0.1))), url(../img/catalog/10.jpeg) no-repeat scroll 50% 0%/cover;
  background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0.1) 100%), url(../img/catalog/10.jpeg) no-repeat scroll 50% 0%/cover;
}

.kb11 {
  background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0.1))), url(../img/catalog/11.jpg) no-repeat scroll 50% 0%/cover;
  background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0.1) 100%), url(../img/catalog/11.jpg) no-repeat scroll 50% 0%/cover;
}

.kb12 {
  background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0.1))), url(../img/catalog/12.jpg) no-repeat scroll 50% 50%/cover;
  background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0.1) 100%), url(../img/catalog/12.jpg) no-repeat scroll 50% 50%/cover;
}

.kb13 {
  background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0.1))), url(../img/catalog/13.jpg) no-repeat scroll 50% 50%/cover;
  background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0.1) 100%), url(../img/catalog/13.jpg) no-repeat scroll 50% 50%/cover;
}

/*.kb13 {
  background: linear-gradient(322deg, #fff, #fff 20px, #ffffff 50px, #ffffff00 50px), url(/img/catalog/13.jpg) no-repeat scroll 50% 50% / cover;
}*/
.catalog_buttons .katalog-link {
  text-align: center;
  overflow: hidden;
  height: 230px;
  border-radius: 5px;
  font-weight: 600;
  -webkit-box-shadow: 0px 0px 16px 0px #2222221e;
          box-shadow: 0px 0px 16px 0px #2222221e;
  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;
}

.item-responsive {
  position: relative;
  /* относительное позиционирование */
}

.item-16by9 {
  padding-top: 66.25%;
  /* (9:16)*100% */
  margin-bottom: 4%;
}

.card h6 {
  color: #5ca1c7;
  font-size: calc(15px + 2 * ((100vw - 320px) / (1980 - 320)));
  line-height: normal;
  font-weight: 700;
  min-height: 60px;
}

.catalog_buttons .katalog-a {
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.catalog_buttons .katalog-a:hover {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
}

.main-buttons_catalog button {
  width: 100%;
  color: #5ca1c7;
  background-color: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  text-transform: none;
  -webkit-box-shadow: 0px 0px 16px 0px #2222221e;
          box-shadow: 0px 0px 16px 0px #2222221e;
  font-family: "Montserrat Regular", sans-serif;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 1200px) {
  .infor-phone {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1000px) {
  .contact-block {
    background-size: auto;
  }
}

@media only screen and (max-width: 768px) {
  .no-gutters .thumb {
    display: block !important;
  }
  .unstyled {
    text-align: left;
  }
  .rubrics ul li {
    display: block;
    margin: 0 0 4px;
  }
}

@media only screen and (max-width: 600px) {
  .description-item {
    display: block !important;
  }
  .description-item img {
    margin-bottom: 2%;
  }
  footer span {
    font-size: 13px;
  }
  footer a {
    font-size: 13px;
  }
  footer li {
    font-size: 13px;
  }
  table th, table td {
    padding: 10px;
    border: 1px solid #eee;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
  }
  table th p, table td p {
    font-size: 12px;
  }
  .software, .management, .management2 {
    position: initial;
  }
  .software:before {
    display: none;
  }
  .software-blk {
    padding: 10px;
  }
  .warning .img-2 {
    position: relative;
    text-align: center;
  }
  .warning .img-2 img {
    max-width: 200px;
  }
  button.navbar-toggler {
    width: auto;
  }
}

@media only screen and (max-width: 490px) {
  .catalog_buttons .katalog-link {
    height: 150px;
  }
  .tel-footer {
    width: 20px;
  }
  div.scrollup {
    display: none !important;
  }
  .card-body {
    padding-top: 0;
  }
  .buttons button {
    width: 98%;
  }
  .btn-bg {
    width: 98%;
  }
  button {
    width: 98%;
  }
  .banner-title {
    padding-left: 0;
    padding-right: 0;
  }
  button.close {
    right: auto;
    padding-right: 50px !important;
  }
}

@media only screen and (max-width: 500px) {
  .thumb-wrap {
    padding-bottom: 56.25%;
  }
  button.button {
    letter-spacing: normal;
    padding: 10px 10px;
    background-size: 100%;
  }
  .footer-soc img {
    max-width: none;
    width: 42px;
  }
  .footer-soc__block {
    text-align: center !important;
  }
}

@media only screen and (max-width: 390px) {
  .navbar-brand {
    max-width: 150px;
  }
  .nav-link {
    font-size: 13px;
    padding: 3px 0px;
  }
}

@media (max-width: 1190px) {
  .management2, .management {
    background-size: contain;
  }
  .title-block {
    padding-bottom: 10px;
    padding-top: 0;
  }
}

@media (max-width: 1470px) {
  .wrap-about h4 {
    font-size: calc(14px + 2 * ((100vw - 320px) / (1980 - 320)));
  }
  h4 {
    font-size: calc(14px + 5 * ((100vw - 320px) / (1980 - 320)));
  }
}

@media (min-width: 1472px) {
  .container {
    max-width: 1412px;
  }
}

@media (max-width: 860px) {
  .catalog_buttons .katalog-link {
    padding-right: 0px;
  }
}


.news-list  {flex-wrap: wrap;}

@media (max-width: 767px) {
    
    
    .news-cont-wrap img {width:100% !important; margin:0 0 20px 0;}
    .news-list {flex-direction: column;}
    
    
  .navbar-collapse {
    border-top: 1px solid #5ca1c7;
    margin-top: 3%;
  }
  .two.navbar-nav li {
    margin-bottom: 2%;
    margin-top: 2%;
    font-weight: 700;
    text-transform: uppercase;
  }
  .two.navbar-nav li a {
    font-size: 16px;
    color: #5ca1c7;
    margin-left: 0;
  }
  .two.navbar-nav li a:active {
    color: #be6737;
  }
}
/*# sourceMappingURL=main.css.map */