body {
  font-family: "Open Sans", sans-serif;
}
.container-1700 {
  max-width: 1700px;
  margin: 0 auto;
}
.dash {
  display: block;
  width: 10%;
  min-height: 5px;
  background-color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 15px;
  border: 0px;
}

.logo {
  float: left;
  height: 85px;
  margin-top: 0px;
  padding-right: 10px;
}

.navbar {
  margin-bottom: 0;
}
.logo-block {
  color: black;
  z-index: 8000;
}

.logo-block p {
  padding-bottom: 0px;
  margin: 0px;
}
.logo-block p a {
  color: black;
}
.navbar-block {
  z-index: 8000;
}

.text-logo {
  text-transform: uppercase;
  font-size: 19px;
  font-weight: bold;
  text-decoration: underline;
  font-family: "Cuprum", sans-serif;
}
.navbar-nav {
  float: right;
}
.navbar-toggle {
  background-color: black;
}
.navbar-nav li {
  font-size: 25px;
  text-transform: uppercase;
  color: #005552;
  font-weight: bold;
  font-family: "Cuprum", sans-serif;
}
.navbar-nav li a {
  color: #005552 !important;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  background-color: transparent;
}
.navbar-nav li a:hover {
  text-decoration: underline;
  background: none;
}
.navbar-inverse .navbar-nav > .active > a {
  color: #005552 !important;
}
.navbar-inverse {
  background-color: transparent;
  border-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a {
  background-color: transparent;
}

.contact-link {
  background-color: #435a69;
  border-radius: 100px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.contact-link:hover {
  background-color: #005552 !important;
  text-decoration: none;
}

.background-slide {
  padding-top: 40px;
  padding-left: 40px;
  z-index: 10;
  display: flex;
  align-items: center;
}

.carousel-control.right {
  z-index: 1;
}
.slide-text-block {
  max-height: 550px;
  width: 98%;
  max-width: 1700px;
  margin: 40px auto;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  top: 0px;
}
.slide-text-block .title {
  font-size: 40px;
  font-weight: 600;
}

.carousel-caption {
  top: 150px;
}

.carousel-inner {
  z-index: -10;
}
.carousel-inner h3 {
  padding: 15px;
  font-family: "Cuprum", sans-serif;
  font-weight: bolder;
  font-size: 35px;
}
.carousel-inner p {
  font-size: 16px;
  padding: 10px;
}

.carousel-inner h3 {
  background-color: rgba(20, 49, 68, 0.6);
  padding: 20px;
  animation: anime-H3 1.3s ease-out;
}
.carousel-inner p {
  font-size: 18px;
  background-color: rgba(30, 29, 29, 0.6);
  padding: 20px;
  animation: anime-P 1.6s ease-out;
}

.carousel-control {
  z-index: 99999;
}

.carousel-indicators li {
  height: 60px;
  width: 60px;
  border-radius: 60px;
  border: none;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;

  -webkit-box-shadow: -1px 7px 11px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 7px 11px 1px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 7px 11px 1px rgba(0, 0, 0, 0.75);
}

.gas {
  background-image: url("../img/ico/gas.png");
}
.oil {
  background-image: url("../img/ico/oil.png");
}
.fuel {
  background-image: url("../img/ico/fuel.jpg");
}
.gaz {
  background-image: url("../img/ico/gaz.png");
}
.chem {
  background-image: url("../img/ico/chem.png");
}
.carousel-indicators .active:nth-last-child(5) {
  background-image: url("../img/ico/gas_red.png");
}
.carousel-indicators .active:nth-last-child(4) {
  background-image: url("../img/ico/oil_red.png");
}
.carousel-indicators .active:nth-last-child(3) {
  background-image: url("../img/ico/fuel_red.png");
}
.carousel-indicators .active:nth-last-child(2) {
  background-image: url("../img/ico/gaz_red.png");
}
.carousel-indicators .active:nth-last-child(1) {
  background-image: url("../img/ico/chem_red.png");
}
.carousel-indicators .active {
  height: 60px;
  width: 60px;
  border-radius: 60px;
  border: none;
  -webkit-box-shadow: -1px 7px 11px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 7px 11px 1px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 7px 11px 1px rgba(0, 0, 0, 0.75);
}

@keyframes anime-H3 {
  from {
    opacity: 0;
    transform: translateX(-2000px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes anime-P {
  from {
    opacity: 0;
    transform: translateX(2000px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.about {
  margin-top: 24px;
  padding-bottom: 50px;
}

.about .title {
  font-size: 25px;
  padding-bottom: 0px;
  font-weight: 600;
  color: black;
}
.about .title a {
  color: black;
}
.about .text span {
  /* background-color: #005552;
  color: white; */
  font-size: 18px;
  line-height: 1.5;
  /* padding: 5px;
  text-transform: uppercase; */
  font-weight: 600;
}
.about .text {
  font-weight: bold;
  text-indent: 25px;
}

.title a {
  text-decoration: none;
}

.our-products {
  background-color: #005552;
  color: white;
  padding-bottom: 50px;
}

.our-products .title {
  font-size: 25px;
  font-weight: bold;
}
.our-products a {
  color: white;
}
.our-products a:hover {
  color: white;
  text-decoration: none;
}

.our-products ul {
  list-style-position: inside;
  list-style-type: none;
}

.our-products img {
  max-height: 100px;
  float: right;
  margin: 20px;
}

.our-products .head-block {
  margin-bottom: 20px;
}
.our-products .small-text {
  font-size: 16px;
}

.our-products h2 {
  font-weight: bold;
}

.our-partners h2 {
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 10px;
}

.our-partners h2 a:hover {
  text-decoration: none;
}
.our-partners h2 a {
  color: black;
}

.our-partners .small-text {
  font-weight: bold;
  padding-bottom: 20px;
}

.our-partners h4 {
  text-transform: uppercase;
  font-size: 20px;
}

.our-partners .line {
  margin-bottom: 20px;
}
.our-partners .head-block {
  margin-bottom: 20px;
}

.round-block {
  border-radius: 5px;
  max-width: 20%;
  margin-bottom: 20px;
  margin-top: 20px;
  -webkit-box-shadow: 0px 2px 18px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 18px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 18px -1px rgba(0, 0, 0, 0.75);
}
.img-partner {
  padding: 30px;
}
.circle {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  border: 0px;
  background-color: #435a69;
  margin: 30px auto;
  font-size: 60px;
  padding-top: 5px;
  text-align: center;
  color: white;
}
.circle:hover {
  background-color: #005552;
}

.higher {
  height: 487px;
}

/* ---- grid ---- */

.grid {
  display: grid;
  margin-top: 20px;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

/* clear fix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

.grid {
}

/* clear fix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
}
.gutter-sizer {
  width: 4%;
}
.grid-item {
  float: left;
  margin-bottom: 15px;
}

.grid-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.gallery {
  margin-top: 50px;
}
.gallery-block {
  padding-top: 50px;
  padding-bottom: 50px;
}

.gallery .text {
  font-weight: bold;
}
.gallery .one {
  width: 50%;
  min-width: 500px;
  float: left;
  height: 300px;
}
.gallery .two {
  min-width: 500px;
  float: right;
  height: 600px;
}
.gallery .three {
  min-width: 500px;
  float: left;
  height: 300px;
}

.info {
  padding-top: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
  flex-direction: row;
}

.contact {
  background: url("../img/footer.jpg") grey;
  background-size: cover;
  color: white;
  height: 600px;
  margin-top: 40px;
}
.contact .logo {
  margin-top: 0px;
}
.contact h3 {
  text-transform: uppercase;
}
.contact h2 {
  margin-top: 0px;
  margin-bottom: 40px;
}

.contact h2 a {
  color: white;
}
.info_footer {
}
.info_footer h3,
p {
  margin-bottom: 3px;
}
.info_footer span {
  font-weight: bold;
}
.wrape {
  height: 10px;
  display: block;
}

.form form input {
  margin-top: 20px;
  color: black;
  height: 40px;
  width: 300px;
  padding-left: 10px;
}
.form form input[type="submit"] {
  background-color: #435a69;
  border: 0px;
  border-radius: 100px;
  width: 200px;
  padding-left: 30px !important;
  padding-right: 30px !important;
  color: white;
}
.form form input[type="submit"]:hover {
  background: #005552;
}
.footer-line {
  height: 60px;
  background: #435a69;
}

.copy {
  color: white;
  font-weight: bold;
  padding: 20px;
  display: block;
}
.copy a {
  color: red;
}

.ru-eng {
  width: 100px;
  height: 30px;
  position: absolute;
  top: 0px;
  right: 30px;
  background-color: #005552;
  border: 0px solid;
  border-radius: 0 0 5px 5px;
  color: white;
  font-weight: bolder;
  cursor: pointer;
  z-index: 9999;
}
.ru-eng a {
  color: white;
}
.eng {
  background-color: #435a69;
}

.pc-traid {
  background: url("../img/pc-bg.jpg") no-repeat;
  background-size: cover;
  min-height: 300px;
}
.pc-traid a {
  color: white;
}
.pc-traid a:hover {
  text-decoration: none;
}
.pc-title {
  font-size: 40px;
}
.img-block {
  margin: 50px auto;
  min-width: 200px;
  width: 100%;
  border: 1px solid;
  height: 300px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0px 50px 0px 50px;
}
.img-block img {
  height: 240px;
  display: block;
  margin: 25px auto;
}
.pc-right {
  margin-top: 100px;
  color: white;
  font-size: 16px;
}
.pc-button {
  background-color: #435a69;
  border: 0px;
  border-radius: 100px;
  width: 75%;
  height: 50px;
  text-align: center;
  color: white;
  margin-top: 30px;
}
.pc-button:hover {
  background: #005552;
}

.content_modal {
  position: relative;
  background: #f2f2f2;
  font-family: "Open Sans", sans-serif;
  padding: 50px 30px 45px 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  font-size: 16px;
  text-transform: uppercase;
}
#tag .title_block {
  text-align: center;
  font-size: 24px;

  font-weight: bold;
  padding: 15px 0px 20px 0px;
  color: black;
  text-transform: uppercase;
  font-family: "Open Sans";
}
#tag .content_modal ul {
  padding: 0;
}
#tag .content_modal ul li {
  list-style-type: none;
  width: 100%;
  padding-left: 0;
}
#tag .content_modal select {
  width: 100%;
  padding-left: 20px;
  text-transform: uppercase;
  height: 40px;
  background: white;
  font-weight: 300;
}
#tag .content_modal select option {
  text-transform: none;
}
#tag .form_block li input[type="text"],
.mini_modal .form_block li textarea {
  display: block;
  width: 100%;
  border: 1px solid #e3e3e3;
  background: #fff;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  color: #6d6d6d;
  padding: 15px 30px;
  letter-spacing: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#tag .mini li {
  padding-top: 10px;
}

#tag .form_block li:first-child {
  padding-top: 0px;
}

#tag .choose_color {
  padding: 15px 0;
  text-align: center;
}
#tag .choose_color .title {
  display: inline-block;
  vertical-align: top;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  font-weight: 300;
  color: #6d6d6d;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#tag .choose_color .item {
  display: inline-block;
  padding: 0 8px;
  vertical-align: top;
}
#tag .choose_color .color.black {
  background-color: #000;
}
#tag .choose_color .color {
  position: relative;
  font-size: 0;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
#tag .choose_color .color.brown {
  background-color: #3c2f28;
}
#tag .choose_color .color.dark_blue {
  background-color: #1d2e44;
}
#tag .choose_color .color.active {
  background-image: url(../image/check-icon.png);
  background-position: 6px 10px;
  background-repeat: no-repeat;
}
#tag .choose_color .item {
  display: inline-block;
  padding: 0 8px;
  vertical-align: top;
}
#tag .form_block p {
  text-transform: none;
}
#tag .form_block li input[type="text"],
.form_block li textarea {
  display: block;
  width: 100%;
  border: 1px solid #e3e3e3;
  background: #fff;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  color: #6d6d6d;
  padding: 15px 30px;
  letter-spacing: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#tag .b-close {
  position: absolute;
  right: 28px;
  top: 25px;
  display: block;
  width: 26px;
  height: 26px;
  font-size: 0;
  background: url(../image/close-icon.png) 0 0 no-repeat;
  cursor: pointer;
}
#tag .label_txt {
  font-weight: 600;
  color: #000;
  padding-bottom: 10px;
  padding-top: 15px;
  text-transform: none;
}
#tag .bottom_text {
  font-size: 12px;
  color: #777;
  text-transform: none;
}
#tag #dostavka {
  text-transform: none;
}
#tag .accept_agreement {
  color: #555454;
  font-size: 11px;
  text-align: center;
  padding-top: 15px;
  text-transform: none;
}
.btn-callme {
  background-color: #435a69;
  border: 0px;
  border-radius: 100px;
  width: 75%;
  height: 50px;
  text-align: center;
  color: white;
}
@media (max-width: 1440px) and (min-width: 1098px) {
  .carousel-caption {
    top: 0;
  }
}
@media (max-width: 1098px) and (min-width: 991px) {
  .navbar-nav li {
    font-size: 20px;
  }
}
@media (max-width: 860px) and (min-width: 768px) {
}
/* Устройствах среднего (планшеты, 768px и выше)  */
@media (max-width: 1000px) and (min-width: 768px) {
  .our-products img {
    float: none;
  }
  .about {
    /* margin-top: 370px; */
  }
  .carousel-inner h3 {
    font-size: 14px;
    padding: 10px;
  }
  .carousel-inner p {
    font-size: 12px;
  }
  .carousel-caption {
    top: 0;
  }
}
.contact a {
  color: white;
}
/* Небольших устройств (альбомной телефоны, 544px и вверх)  */
@media (max-width: 768px) and (min-width: 300px) {
  .btn-callme {
    margin-top: 30px;
  }
  .pc-right {
    margin-top: 0px;
    text-align: center;
    padding: 30px;
  }

  .pc-title {
    font-size: 36px;
  }
  .ru-eng a {
    font-size: 10px;
  }

  .navbar-toggle {
    display: none;
  }
  .navbar {
    min-height: 0px;
    margin-bottom: 0px;
  }
  .carousel-indicators {
    display: none;
  }
  .carousel-caption {
    top: 0px;
  }
  .logo-block {
    /* margin-left: -50px; */
  }
  .navbar-nav {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .contact-link {
    background-color: transparent;
    padding: 0px !important;
    padding-left: 15px !important;
    padding-top: 15px !important;
    padding-right: 10px !important;
  }

  .carousel-inner h3 {
    font-size: 14px;
    padding: 10px;
  }
  .carousel-inner p {
    font-size: 12px;
  }
  .carousel-caption {
    bottom: 20%;
  }
  .carousel-indicators li {
    width: 35px;
    height: 35px;
  }
  .carousel-indicators .active {
    width: 35px;
    height: 35px;
    background-size: 100%;
  }
  .carousel-indicators {
    bottom: 0px;
  }
  .about {
    /* margin-top: 290px; */
  }

  .pick img {
    margin: 40px auto;
    display: block;
    float: none;
  }
  .round-block {
    max-width: 90%;
  }
  .our-products {
    text-align: center;
  }
}

@media (max-width: 680px) and (min-width: 300px) {
  .about {
  }
}
@media (max-width: 540px) and (min-width: 480px) {
  .about {
  }
  .carousel-caption {
    top: 0;
  }
}
@media (max-width: 480px) and (min-width: 321px) {
  .about {
  }
  .carousel-caption {
    top: 0;
  }
}
@media (max-width: 330px) and (min-width: 300px) {
  .about {
    margin-top: 0px;
  }
  .logo-block p {
    padding-top: 10px;
    text-align: center;
    margin-left: 70px;
  }

  .img-block img {
    height: 130px;
  }
  .pc-title {
    font-size: 36px;
  }
}

@media all and (max-width: 600px) {
  .carousel-inner p {
    display: none;
  }
  .btn-callme {
    margin-top: 30px;
  }
}

/* Крупных устройств (настольных компьютеров, 992px и выше)  */
@media (min-width: 992px) {
  ...;
}

/* Очень больших устройств (большие компьютеры, 1200px и выше)  */
@media (min-width: 1200px) {
  ...;
}
