@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "Bebas Neue";
  src: url("../../assets/fonts/BebasNeueBold.eot");
  src: local("Bebas Neue Bold"), local("BebasNeueBold"), url("../../assets/fonts/BebasNeueBold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/BebasNeueBold.woff2") format("woff2"), url("../../assets/fonts/BebasNeueBold.woff") format("woff"), url("../../assets/fonts/BebasNeueBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("../../assets/fonts/BebasNeue-Thin.eot");
  src: local("Bebas Neue Thin"), local("BebasNeue-Thin"), url("../../assets/fonts/BebasNeue-Thin.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/BebasNeue-Thin.woff2") format("woff2"), url("../../assets/fonts/BebasNeue-Thin.woff") format("woff"), url("../../assets/fonts/BebasNeue-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("../../assets/fonts/BebasNeueLight.eot");
  src: local("Bebas Neue Light"), local("BebasNeueLight"), url("../../assets/fonts/BebasNeueLight.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/BebasNeueLight.woff2") format("woff2"), url("../../assets/fonts/BebasNeueLight.woff") format("woff"), url("../../assets/fonts/BebasNeueLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue Book";
  src: url("../../assets/fonts/BebasNeueBook.eot");
  src: local("Bebas Neue Book"), local("BebasNeueBook"), url("../../assets/fonts/BebasNeueBook.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/BebasNeueBook.woff2") format("woff2"), url("../../assets/fonts/BebasNeueBook.woff") format("woff"), url("../../assets/fonts/BebasNeueBook.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("../../assets/fonts/BebasNeueRegular.eot");
  src: local("Bebas Neue Regular"), local("BebasNeueRegular"), url("../../assets/fonts/BebasNeueRegular.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/BebasNeueRegular.woff2") format("woff2"), url("../../fonts/assets/BebasNeueRegular.woff") format("woff"), url("../../assets/fonts/BebasNeueRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.title-h1 {
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(32px, 8vw, 85px);
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
}
.title-h1.white {
  color: #fff;
}
.title{text-indent: 34%;}

.title-h2 {
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(28px, 6vw, 64px);
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
}
.title-h2.white {
  color: #fff;
}

.title-h3 {
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(22px, 4vw, 40px);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.title-h3.white {
  color: #fff;
}

.title-h4 {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: clamp(18px, 2.5vw, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}
.title-h4.white {
  color: #fff;
}

.text {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: clamp(14px, 2vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}


.text_of_mail {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: clamp(14px, 2vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-top: 20px
}

.text.white {
  color: #fff;
}

.descrip {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: clamp(12px, 1.8vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.descrip.white {
  color: #fff;
}

.trans, a, a:link, a:active, a:visited, .btn-primary {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.mb-150 {
  margin-bottom: clamp(40px, 8vw, 110px);
}

.btn-primary {
  background: #DB7222;
  border: 1px solid #DB7222;
}
.btn-primary:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #1E1E1E;
}
.btn-primary.white-bg {
  border: 1px solid #DB7222;
}
.btn-primary.white-bg:hover {
  border: 1px solid #1E1E1E;
}

a, a:link, a:active, a:visited {
  text-decoration: none;
  color: #fff;
}
a.black, a:link.black, a:active.black, a:visited.black {
  color: #1E1E1E;
}
a.underline, a:link.underline, a:active.underline, a:visited.underline {
  text-decoration: underline;
}
a:hover, a:link:hover, a:active:hover, a:visited:hover, a.active {
  color: #DB7222;
}

.bg-grad {
  background: linear-gradient(232deg, #153B42 18.76%, #05100B 103.69%);
  border-radius: 20px;
  background-blend-mode: overlay;
}

.home-header {
  background: linear-gradient(232deg, #153B42 18.76%, #05100B 103.69%);
  color: #fff;
}
.home-header header {
  padding: 50px 0 20px 0;
}
.home-header header .bg-grad {
  padding: 20px 0;
}

.home-banner {
  padding: clamp(40px, 6vw, 100px) 0 clamp(60px, 8vw, 108px) 0;
}

.home-banner .title-h2{font-size: clamp(34px, 6vw, 85px);}

.logo_banner{width: 177px;}

.subtitle {
  margin-top: 30px;
  transform: translateY(-25%);
}

header {
  padding: 50px 0 0 0;
}
header .bg-grad, header .bg-grad-main{
  padding: 20px 30px;
}
header nav ul {
  margin-bottom: 0;
  gap: 10px;
}

#help-clients {
  padding: clamp(40px, 6vw, 100px) 0 clamp(60px, 8vw, 110px) 0;
}
body #help-clients .title{
  font-size: clamp(28px, 6vw, 64px);
}
#help-clients .item {
  border-radius: 20px;
  background: #F9F9F9;
  padding: 30px;
  margin-bottom: 30px;
  height: 100%;
}
#help-clients .item .img {
  margin-bottom: clamp(40px, 8vw, 120px);
}
#help-clients .item .text {
  max-width: 96%;
}

#logistics {
  margin-bottom: clamp(40px, 8vw, 110px);
}
#logistics .bg-grad {
  padding: 30px;
  padding-bottom: 0;
}

#logistics .text {
  margin-top: 20px;
}

/*<LK>*/
#lk{margin: 110px 0} 

#lk .bg-grad{padding: 60px 30px;}

#lk .bg-grad img{max-width: 337px;}

#lk .bg-grad .item .text{text-transform: uppercase;font-size: 28px;padding: 0;}

#lk .lk-sub-title{padding: 0;}

#lk .lk-list-items {text-align: center;margin-top: 60px;}

#lk .btn-primary {margin: 0 auto;display: block;width: 425px}


/*</LK>*/

#choiсe {
  margin-bottom: clamp(40px, 8vw, 110px);
}
#choiсe .item {
  padding: 30px;
  border-radius: 20px;
  background: #F9F9F9;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#choiсe .item .number {
  font-size: 85px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  color: #DB7222;
  margin-bottom: 60px;
  font-family: "Bebas Neue";
}
#choiсe .item .title-h3 {
  margin-bottom: 10px;
}

#work .step {
  color: #DB7222;
  font-family: "Bebas Neue";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
#work hr {
  background: #1E1E1E;
  height: 2px;
  opacity: 1;
  margin-top: 20px;
}
#work .mtb-line {
  margin-top: 30px;
  margin-bottom: 20px;
}
#work .title-h3{margin-bottom: 10px;}

#form {
  margin-top: clamp(30px, 8vw, 110px);
  margin-bottom: clamp(40px, 8vw, 110px);
}
#form .bg-grad {
  padding: 60px 30px 50px 30px;
}
#form .img-bg {
  background-image: url("../img/form-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
#form label {
  margin-bottom: 10px;
}
#form .form-control {
  color: white;
  background: transparent;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
#form .form-control::placeholder {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  opacity: 0.5;
}

.form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #DB7222;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form-group label {
  position: relative;
  cursor: pointer;
}
form .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #DB7222;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form-control {
  margin-bottom: 20px;
}

#main-about {
  margin-top: clamp(30px, 8vw, 110px);
  margin-bottom: clamp(40px, 8vw, 110px);
}

#about {
  margin-bottom: clamp(40px, 8vw, 110px);
}
#about .num {
  color: #DB7222;
  font-family: "Bebas Neue", sans-serif;
  font-size: 128px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
}

#partners {
  margin-top: clamp(30px, 8vw, 110px);
}
#partners .title-h2 {
  position: sticky;
  top: 10px;
}
#partners .item {
  background: #F9F9F9;
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 30px 30px 60px;
}
#partners .item .title-h3 {
  margin-bottom: 10px;
}

#sertificates, #proizvoditeli, #contacts {
  margin-top: clamp(30px, 8vw, 110px);
  margin-bottom: clamp(40px, 8vw, 110px);
}

footer .bg-grad {
  padding: 60px 30px;
}
footer ul {
  margin-bottom: 0;
}
footer ul li {
  padding: 5px 0;
}

.modal-dialog {
  max-width: 680px;
}
.modal-dialog .modal-header, .modal-dialog .modal-body {
  padding: 0;
  border: 0;
}
.modal-dialog .modal-content {
  padding: 80px;
}
.modal-dialog .btn-close {
  position: absolute;
  top: 30px;
  right: 30px;
}

.button-icon-menu {
  width: 100px;
  height: 100px;
  position: relative;
  background: transparent;
  border: 0;
  padding: 0;
}
.button-icon-menu:before, .button-icon-menu:after {
  position: absolute;
  width: 44px;
  height: 1px;
  background: #fff;
  content: "";
  left: 50%;
  transform: translateX(-50%);
}
.button-icon-menu:before {
  top: 40px;
}
.button-icon-menu:after {
  top: 54px;
}

.sidebar-menu {
  position: fixed;
  top: 0;
  right: -320px;
  width: 320px;
  height: 100%;
  background: #FFF;
  color: #111;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
  transition: right 0.3s ease-in-out;
  z-index: 1001;
  overflow-y: scroll;
}
.sidebar-menu a, .sidebar-menu a:link, .sidebar-menu a:active, .sidebar-menu a:visited {
  color: #111;
  font-weight: 400;
  font-size: 18px;
}
.sidebar-menu .title {
  padding: 20px;
}
.sidebar-menu ul li {
  padding: 10px 20px;
}

.sidebar-menu.open {
  right: 0;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 1000;
}

.overlay.visible {
  visibility: visible;
  opacity: 1;
}

/*шаблолн страницы*/

#pattern_page{margin: 60px 0;}

@media (max-width: 1200px) {
  .subtitle {
    transform: translateY(0%);
  }
}

@media (max-width: 768px) {

  header .bg-grad, header .bg-grad-main{padding: 0;}

  .home-header header{padding: 0;}

  .modal-dialog .modal-content{padding: 30px;}

  #logo{max-width: unset;}

  #lk .btn-primary{width: 100%;}

  #form .img-bg{background: unset;}

  footer .bg-grad > .row{gap: 20px;width: 100%;margin: 0 auto;}

  footer .bg-grad > .row{text-align: center;}

  body footer .bg-grad{padding: 15px 0;}

  footer .link-policy{text-align: center!important;margin-top: 20px}

  footer .footer__logo{margin-bottom: 20px}

  footer button{width: 100%;}

  #lk .bg-grad img{max-width: 70%;}

  #lk .bg-grad .item .text{margin-bottom: 25px}

  #lk .bg-grad .item .text{font-size: 20px}

  #choiсe .item{padding: 30px 0;}

  #choiсe .number{text-align: center;}

  #form .d-flex{flex-wrap: wrap;gap: 20px}

  #form .d-flex .btn{width: 100%;margin: 0!important}

  #form .addr {display: none;}

  #about video{height: auto;margin-bottom: 25px}

  #about .title-h4,#about .num{text-align: center;}
}

/*# sourceMappingURL=main.css.map */


/*ДЛЯ ФОРМЫ*/

.error-message{
  margin-top: 10px;
  color: red;
  margin-bottom: 0;
}

.success-message{
  margin-top: 10px;
  color: green;
  margin-bottom: 0;
}

#form .opacity-75 a {margin-bottom: 15px;}