@charset "UTF-8";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
details, main {
  display: block;
}
h1 {
  font-size: 2em;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
[hidden], template {
  display: none;
}
h1, h2, h3, h4, h5, h6, ul {
  margin: 0;
  padding: 0;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@font-face {
  font-family: 'ProximaN';
  src: local('Proxima Nova Regular'), local('Proxima-Nova-Regular'), url('/files/fonts/ProximaNova-Regular.woff2') format('woff2'), url('/files/fonts/ProximaNova-Regular.woff') format('woff'), url('/files/fonts/ProximaNova-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaB';
  src: local('Proxima Nova Bold'), local('Proxima-Nova-Bold'), url('/files/fonts/ProximaNova-Bold.woff2') format('woff2'), url('/files/fonts/ProximaNova-Bold.woff') format('woff'), url('/files/fonts/ProximaNova-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
* {
  box-sizing: border-box;
}
html, body {
  font-family: ProximaN, Arial, Helvetica, sans-serif;
  font-size: 16px;
  height: 100%;
  background-color: #fff;
  color: #363226;
}
.lock {
  overflow: hidden;
}
a {
  color: #363226;
}
h1, h2, h3 {
  font-family: ProximaB, Arial, Helvetica, sans-serif;
  font-size: 44px;
}
ul {
  list-style-type: none;
  margin-bottom: 20px;
}
ul li {
  padding-left: 16px;
}
ul li:before {
  content: '·';
  margin-right: 6px;
  margin-left: -10px;
}
button:active, button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
input:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
.btn {
  cursor: pointer;
  border: 0;
}
.btn.primary {
  padding: 15px 30px;
  color: #fff;
  background-color: #FA8700;
  border-radius: 0;
  box-shadow: 0px 4px 15px rgba(196, 183, 168, 0.55);
}
.hidden {
  display: none;
}
.header {
  position: relative;
  z-index: 110;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 25px;
  padding-bottom: 25px;
}
.header__logo {
  display: flex;
  flex-direction: column;
  width: 310px;
  position: relative;
  padding-bottom: 10px;
}
.header__slogan {
  font-size: 14px;
  margin-top: 10px;
  position: absolute;
  bottom: 0;
  left: 76px;
  width: 184px;
  line-height: 1.1;
}
.header__cont {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
}
.header__work-time {
  background: url(/files/icons/i-clock.png) left 45% no-repeat;
  width: 174px;
  padding-left: 28px;
  margin-right: 30px;
  font-size: 14px;
}
.header__phone {
  display: flex;
  flex-direction: column;
  background: url(/files/icons/phone.png) left 35% no-repeat;
  padding-left: 28px;
  margin-right: 20px;
}
.header__phone span {
  margin-bottom: 5px;
}
.header__phone a {
  color: #363226;
  font-weight: 700;
  font-size: 22px;
  text-decoration: none;
}
.header__email {
  font-size: 18px !important;
  text-align: right;
}
.header .main-menu {
  width: 100%;
  background-color: rgba(245, 245, 245, 0.8);
}
.header .main-menu .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}
.header .main-menu .navbar {
  padding: 0;
}
.header .main-menu nav {
  flex: 1;
}
.header .main-menu__menu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
}
.header .main-menu__menu-list li {
  position: relative;
  z-index: 20;
  padding: 0;
}
.header .main-menu__menu-list li:before {
  display: none;
}
.header .main-menu__menu-list .dropdown {
  position: relative;
}
.header .main-menu__menu-list .dropdown ul {
  position: absolute;
  display: none;
  list-style-type: none;
  right: 0;
  max-width: 100%;
}
.header .main-menu__menu-list .dropdown ul li {
  margin: 2px;
}
.header .main-menu__menu-list .dropdown ul li a {
  display: flex;
  min-width: 300px;
  border: 1px solid #FA8700;
  color: #FA8700;
  background-color: #fff;
}
.header .main-menu__menu-list .dropdown ul li a:hover {
  background-color: #FA8700;
  color: #fff;
}
.header .main-menu__menu-list li.dropdown:first-child > a {
  color: #FA8700;
}
.header .main-menu__menu-list .dropdown:hover ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header .main-menu__menu-list a {
  display: block;
  padding: 16px 20px;
  text-decoration: none;
  position: relative;
  color: #202020;
  font-size: 16px;
  font-family: ProximaN, Arial, Helvetica, sans-serif;
  border: 2px solid transparent;
}
.header .main-menu__menu-list .active a, .header .main-menu__menu-list a:hover {
  position: relative;
  border-bottom: 2px solid #FA8700;
  background-color: #FA8700 !important;
  color: #fff !important;
}
.content.main {
  margin-top: -60px;
  position: relative;
}
.about {
  padding: 0;
  background: #f0f0f0 url(/files/img/about-img.jpg) left center no-repeat;
}
.about__wrap {
  border-radius: 9px;
}
.about__title {
  margin-top: -100px;
  padding-bottom: 40px;
}
.about p {
  line-height: 1.4;
}
.about__row {
  display: flex;
  flex-wrap: wrap;
}
.about__col {
  flex: 1;
  width: 50%;
  min-width: 320px;
  padding: 40px;
}
.about__col:last-child {
  background: #f0f0f0;
}
.about__col img {
  max-width: 100%;
  margin-left: 20px;
}
.advantages {
  padding: 80px 0;
}
.advantages__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.advantages__item {
  background: #ffffff;
  border-radius: 9px;
  padding: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 300px;
  display: flex;
  flex-wrap: wrap;
}
.advantages__img {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.advantages__title {
  width: 220px;
  padding-left: 20px;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 10px;
}
.advantages__text {
  width: 260px;
  padding-left: 60px;
  font-size: 16px;
}
.advantages--card .advantages__item {
  background: transparent;
  padding: 10px;
}
.geography {
  padding: 30px 0;
}
.geography img {
  max-width: 100%;
}
.geography p {
  color: #757575;
  margin-bottom: 20px;
}
.geography__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.geography__list span {
  width: 40%;
  min-width: 220px;
  margin-bottom: 15px;
}
.geography__list a:hover {
  color: #FA8700;
}
.footer {
  background: url(/files/img/footer-bg.jpg) top center no-repeat;
  background-size: cover;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 25px;
  margin-bottom: 50px;
  border-bottom: 1px solid #fff;
}
.footer__phone {
  font-size: 12px;
  background: url(/files/icons/phone-w.png) left 35% no-repeat;
  margin-left: auto;
}
.footer__phone a {
  color: #fff;
  font-size: 22px;
}
.footer__logo {
  margin-bottom: 20px;
}
.footer__slogan {
  color: #fff;
}
.footer-nav {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.footer-nav .navbar-nav-link {
  padding: 0;
  margin-bottom: 10px;
}
.footer .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .footer__btn {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  padding: 15px 25px;
  margin-bottom: 25px;
  border: 1px solid #fff;
  text-align: center;
  cursor: pointer;
}
.footer .footer__btn--email {
  background: url(/files/icons/email-w.png) 14px center no-repeat;
}
.footer .footer__callback {
  padding: 15px 35px;
  box-shadow: none;
  font-family: ProximaB, Arial, Helvetica, sans-serif;
  font-size: 20px;
}
.footer__cont span {
  display: block;
}
.footer__cont span:first-child {
  margin-bottom: 26px;
  padding-bottom: 26px;
  position: relative;
}
.footer__cont span:first-child:after {
  content: '';
  position: absolute;
  width: 86px;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #fff;
}
.footer__col {
  min-width: 320px;
  padding: 30px 0;
  position: relative;
}
.footer__col span, .footer__col a {
  color: #fff;
  text-decoration: none;
}
.footer__col--cont {
  display: flex;
  flex-direction: column;
}
.footer__col--cont p, .footer__col--cont .politics {
  color: #fff;
}
.footer__col:nth-child(2) {
  flex: 1;
}
.products-row {
  display: flex;
  flex-wrap: wrap;
}
.product {
  width: 100%;
  display: flex;
  color: #363226;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 3px 5px 13px rgba(154, 154, 154, 0.3);
  border-radius: 3px;
  margin-bottom: 30px;
}
.product-title {
  font-family: ProximaN, Arial, Helvetica, sans-serif;
  font-size: 22px;
  margin-bottom: 20px;
}
.product-description {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 40px;
}
.product-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 256px;
  position: relative;
}
.product-img:before {
  content: '';
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(196, 196, 196, 0);
}
.product-img img {
  max-width: 100%;
  position: relative;
  z-index: 9;
}
.product-more {
  margin-top: auto;
  text-decoration: underline;
  color: #004A76;
}
.product:nth-child(2n) {
  margin: 0 0 20px 0;
}
.product:hover {
  color: #363226;
  border: 1px solid #005399;
}
.product:hover .product-img:before {
  background-color: rgba(196, 196, 196, 0.7);
}
.services-page .content__title {
  text-align: center;
  margin-bottom: 20px;
}
.services-page .main-form {
  background: url(/files/img/card-from-bg.jpg) no-repeat top center;
  background-size: cover;
  padding-top: 220px;
  margin-top: 0;
}
.services-page .main-form__wrap {
  top: 20px;
}
.form-before-text {
  margin-bottom: -148px;
  position: relative;
  z-index: 11;
  color: #fff;
}
.form-before-text .row {
  justify-content: space-around;
}
.form-before-text .col-5 {
  position: relative;
}
.form-before-text .col-5:before {
  content: "";
  left: 0;
  top: -10px;
  position: relative;
  width: 1px;
  height: 50px;
  background-color: #fff;
  display: block;
}
.breadcrumbs {
  padding: 0;
}
.breadcrumbs .breadcrumbs-list-item:first-child {
  padding: 0;
}
.breadcrumbs .breadcrumbs-list-item {
  display: inline-block;
}
.breadcrumbs .breadcrumbs-list-item:not(:last-child)::after {
  content: '›';
  padding: 0 10px;
  color: #363226;
}
.breadcrumbs-list {
  margin: 40px 0 25px 0;
  font-size: 12px;
  color: #CF3F12;
}
.breadcrumbs-list-item a {
  color: #999999;
}
.breadcrumbs.shop-breadcrumbs {
  padding: 0 0 13px;
}
.breadcrumbs.shop-breadcrumbs .breadcrumb-list-item {
  display: inline-block;
  padding: 0 0 0 17px;
}
.breadcrumbs.shop-breadcrumbs .breadcrumb-list-item:first-child {
  padding: 0;
}
.breadcrumbs.shop-breadcrumbs .breadcrumb-list-item a {
  color: #fff;
}
.breadcrumbs.shop-breadcrumbs .breadcrumb-list-item span {
  padding-bottom: 1px;
}
.breadcrumbs.shop-breadcrumbs .breadcrumb-list-item i {
  margin: 0 15px 0 0;
  width: 6px;
  height: 8px;
}
.send-order__form {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
.send-order__form input {
  padding: 10px 15px;
  margin-bottom: 10px;
  border: 1px solid #d7d5c7;
}
.send-order__form textarea {
  border: 1px solid #d7d5c7;
  padding: 10px 15px;
  resize: none;
  height: 100px;
}
.send-order__form .button {
  border-radius: 3px;
  border: 0px solid #fff;
  color: #fff;
  font-size: 1.5rem;
  padding: 15px 25px;
  width: 280px;
  margin: 30px auto 20px;
  position: relative;
  background: #FA8700;
}
.send-order__form label, .send-order__form a {
  color: #1e1e1e;
  font-size: 0.9rem;
}
.main-form {
  margin-top: -60px;
  position: relative;
}
.main-form__wrap {
  background: #FFFFFF;
  box-shadow: 3px 5px 13px rgba(154, 154, 154, 0.3);
  border-radius: 3px;
  padding: 40px 60px;
  position: relative;
}
.main-form__icon {
  background: #FA8700;
  padding: 20px;
  position: absolute;
  top: 30px;
  left: -28px;
}
.main-form h2 {
  font-size: 33px;
}
.main-form .send-order__form {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}
.main-form .send-order__form input {
  padding: 16px 25px;
  margin-bottom: 10px;
  margin-right: 20px;
  flex: 1;
}
.main-form .send-order .btn {
  border: 1px solid #FA8700;
  color: #fff;
  font-family: ProximaB, Arial, Helvetica, sans-serif;
  font-size: 28px;
  padding: 5px 50px;
  margin: 0;
  margin-bottom: 10px;
}
/***** modal **********/
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal-body {
  padding: 15px;
}
.modal-footer {
  display: flex;
  padding: 0 15px 15px 15px;
  justify-content: center;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-open .fade {
  opacity: 1;
}
.modal-open .modal-backdrop {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-dialog {
  background: #fff;
  position: relative;
  width: auto;
  margin: 10px;
}
#myModal .modal-title {
  margin: 0;
  line-height: 1.2rem;
  color: #5a5a5a;
}
#myModal .modal-header .close {
  margin-top: -14px;
}
#myModal .modal .send-main-title {
  padding: 20px;
  color: #5a5a5a;
  font-size: 1.2rem;
}
#myModal .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.mobile-bottom {
  position: fixed;
  bottom: 0;
  background-color: #f2f2f2;
  width: 100%;
  z-index: 1000;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 60px;
  box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.1);
}
.mobile-bottom__phone img {
  width: 30px;
}
.mobile-bottom__whatsapp {
  cursor: pointer;
}
.mobile-bottom__whatsapp img {
  width: 30px;
}
.main-slider {
  margin: 0 0 20px 0;
  position: relative;
}
.main-slider-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 600px;
  padding: 145px 0;
  cursor: -webkit-grab;
  cursor: grab;
}
.main-slider-item .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.main-slider-item .wrapper .image {
  width: 212px;
  height: 212px;
  display: flex;
  flex-shrink: 0;
}
.main-slider-item .wrapper .image a {
  display: flex;
  width: 100%;
  border: none;
}
.main-slider-item .wrapper .image img {
  max-width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  object-fit: contain;
}
.main-slider-item .wrapper .item-content {
  line-height: 36px;
  background-color: rgba(20, 25, 30, 0.5);
  color: #fff;
  padding: 50px;
}
.main-slider-item .wrapper .item-content .name {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
}
.main-slider-item .wrapper .item-content .name:hover {
  color: #007bff;
}
.main-slider-item .wrapper .item-content .article {
  display: block;
  color: #999;
  font-size: 16px;
  text-transform: uppercase;
}
.main-slider-item .wrapper .item-content .price {
  font-size: 16px;
  font-weight: 700;
  display: block;
}
.main-slider-item:not(:first-of-type) {
  display: none;
}
.js-slider-main.slick-initialized .main-slider-item:not(:first-of-type) {
  display: block;
}
.main-slider-item .content-wrapper {
  margin: 0 70px;
  color: #fff;
  padding: 15px;
}
.main-slider-item .content-wrapper h2 {
  font-weight: 800;
  font-size: 74px;
  line-height: 0.9;
  margin-bottom: 20px;
}
.main-slider-item .content-wrapper p {
  font-weight: 700;
  font-size: 44px;
  line-height: 0.9;
}
.main-slider-item .content-wrapper.gradient {
  background: linear-gradient(90deg, rgba(182, 182, 182, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.main-slider-item .content-wrapper > div:first-child {
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.main-slider-item .content-wrapper .description {
  width: 50%;
  margin-bottom: 20px;
}
.main-slider .main-slider-item .main-slider-img {
  position: absolute;
  line-height: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f7f7f7;
}
.main-slider .main-slider-item .main-slider-img img {
  min-width: 100%;
  min-height: 100%;
  vertical-align: middle;
}
.main-slider .main-slider-item .main-slider-title {
  width: 100%;
  margin: auto;
  font-size: 45px;
  font-weight: 500;
  line-height: 70px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main-slider .arrows-container {
  position: absolute;
  height: 0;
  width: 100%;
  z-index: 1;
  top: 45%;
}
.main-slider .arrows-container .slick-arrow {
  position: absolute;
  z-index: -1;
  width: 20px;
  height: 60px;
  text-align: center;
  line-height: 0;
  margin: -35px 0 0 0;
  padding: 13px 0 0 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main-slider .arrows-container .slick-prev {
  left: 45px;
}
.main-slider .arrows-container .slick-next {
  right: 45px;
}
.main-slider .slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.main-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
}
.main-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.main-slider .slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.main-slider .slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.main-slider .slick-dots li button:before {
  font-size: 30px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 0.25;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-slider .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #555;
}
.main-slider .slick-dots li button:before {
  text-shadow: 0px 0px 3px #fff;
}
.sales-hits h2 {
  margin-bottom: 20px;
}
.expert-advice {
  padding: 40px 0;
}
.expert-advice h2 {
  text-align: center;
  margin-bottom: 40px;
}
.expert-advice__item {
  background: rgba(196, 196, 196, 0.25);
  border: 3px solid transparent;
}
.expert-advice__item:hover {
  border: 3px solid #005399;
}
.expert-advice__item-img {
  height: 210px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.expert-advice__item-img img {
  max-width: 100%;
}
.expert-advice__item-title {
  font-size: 24px;
  font-family: ProximaB, Arial, Helvetica, sans-serif;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 40px;
  margin-bottom: 20px;
}
.expert-advice__item-text {
  padding: 0 40px;
  margin-bottom: 20px;
  height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.expert-advice__item-more {
  padding: 0 40px 40px;
}
.transportation {
  padding: 30px 0;
}
.transportation h2 {
  margin-bottom: 20px;
  text-align: center;
}
.transportation__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.transportation__item {
  width: 30%;
  min-width: 280px;
  padding: 40px;
  margin: 0 24px 24px 0;
  background: rgba(196, 196, 196, 0.25);
}
.transportation__item:nth-child(3n) {
  margin-right: 0;
}
.transportation__item:hover {
  color: #fff;
  background: #FA8700;
}
.transportation__item:hover .transportation__img:after {
  content: '';
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  background: #FA8700 url(/files/icons/i-ok.png) no-repeat center center;
}
.transportation__img {
  margin-bottom: 10px;
  position: relative;
}
.transportation__title {
  font-size: 22px;
  margin-bottom: 10px;
}
.partners {
  padding: 30px 0;
}
.partners .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.partners h2 {
  text-align: center;
}
.partners__description {
  color: #005399;
  width: 255;
  height: 230;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 40px;
  border-radius: 9px;
}
.partners__title {
  font-family: ProximaB, Arial, Helvetica, sans-serif;
  font-size: 38px;
}
.partners__text {
  font-size: 18px;
}
.brands-main {
  padding: 50px 0;
  height: 230px;
  width: 100%;
}
.brands-main .brands-slider {
  position: relative;
  padding: 10px 40px;
}
.brands-main .brands-slider .slick-prev {
  left: 0;
}
.brands-main .brands-slider .slick-arrow {
  width: 36px;
  height: 70px;
  position: absolute;
  border-radius: 0 8px 8px 0;
  text-align: center;
  line-height: 0;
  padding: 27px 0;
  top: 40%;
  margin: -20px 0 0 0;
  cursor: pointer;
}
.brands-main .brands-slider .slick-arrow i {
  font-size: 24px;
  color: #6e6e6e;
}
.brands-main .brands-slider .slick-arrow:hover i {
  color: #FA8700;
}
.brands-main .brands-slider .slick-next {
  right: 0;
}
.brands-main .brands-slider .brands-slider-item {
  text-align: center;
  line-height: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}
.brands-main .brands-slider .brands-slider-item img {
  display: inline-block;
  opacity: 0.6 !important;
  max-width: 100%;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.brands-main .brands-slider .brands-slider-item img:hover {
  opacity: 1 !important;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.brands-main .brands-slider .brands-slider-item:not(:first-of-type) {
  display: none !important;
}
.js-slider-brands.slick-initialized .brands-slider-item:not(:first-of-type) {
  display: flex !important;
}
.service-card {
  background: #FFFFFF;
  box-shadow: 3px 5px 13px rgba(154, 154, 154, 0.3);
  border-radius: 3px;
  margin-bottom: -60px;
  position: relative;
  z-index: 10;
}
.service-card h2, .service-card h3 {
  font-size: 24px;
}
.service-card__description {
  background: #ECECEC;
  padding: 40px;
}
.service-card__form {
  padding: 40px;
}
.service-card__advantages {
  margin-bottom: 30px;
}
.service-card__advantages-item {
  display: flex;
  align-items: center;
}
.service-card__advantages-item span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: #FA8700;
  margin-right: 10px;
}
.service-card .send-order {
  margin: 0;
}
.service-card .send-order__form {
  display: flex;
  flex-direction: row;
  padding: 0;
}
.service-card .send-order__form input, .service-card .send-order__form textarea {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 4px;
}
.service-card .send-order__form .btn.primary {
  width: 100%;
  padding: 6px 30px;
  font-size: 18px;
  font-family: ProximaB, Arial, Helvetica, sans-serif;
}
.service-card-bg {
  width: 100%;
  height: 400px;
  position: relative;
  z-index: 1;
}
.service-includes {
  background: #FFFFFF;
  box-shadow: 3px 5px 13px rgba(154, 154, 154, 0.3);
  overflow: hidden;
  border-radius: 3px;
  margin-top: -60px;
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}
.service-includes__description {
  background: #ECECEC;
  padding: 40px;
}
.service-includes__img {
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.port-info {
  padding: 60px 0;
}
.port-info h4 {
  margin-bottom: 30px;
}
.port-info ul li {
  list-style-position: inside;
  margin-bottom: 10px;
}
.choose-city {
  margin: 0 auto;
  transition: all 0.3s ease 0s;
  position: relative;
}
.choose-city .my-city {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border: 0;
  padding: 5px 10px;
  background: transparent;
}
.choose-city .my-city span {
  display: flex;
  align-items: center;
  color: #fff;
  border-bottom: 1px dashed #8b8b8b;
}
.choose-city .my-city span::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 4px;
  border-style: solid;
  border-width: 6px 4.5px 0 4.5px;
  border-color: #9e9e9e transparent transparent transparent;
}
.choose-city .my-city img {
  width: 10px;
  margin-right: 8px;
}
.choose-city__wrap {
  position: fixed;
  top: 5%;
  left: 5%;
  right: 5%;
  bottom: 5%;
  z-index: 1000;
  background: #fff;
  display: none;
  padding: 40px 20px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4), 0 4px 4px rgba(0, 0, 0, 0.2);
  flex-direction: column;
}
.choose-city__close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  cursor: pointer;
}
.choose-city__close span {
  display: block;
  width: 15px;
  height: 15px;
  position: relative;
  margin-right: 5px;
}
.choose-city__close span::after, .choose-city__close span::before {
  content: "";
  background: #656565;
  position: absolute;
  height: 2px;
  width: 100%;
  top: 9px;
  transform: rotate(45deg);
  transition: all 0.3s ease 0s;
}
.choose-city__close span::after {
  transform: rotate(-45deg);
}
.choose-city__input {
  width: 100%;
  padding: 10px 20px;
  font-size: 16px;
  margin-bottom: 15px;
}
.choose-city__list {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  overflow: hidden;
  overflow-y: scroll;
}
.choose-city__item {
  display: block;
  padding: 0px 20px 10px;
  text-decoration: none;
  color: #000;
}
.choose-city__item--hidden, .choose-city__group--hidden {
  display: none;
}
.choose-city__item:hover {
  text-decoration: underline;
}
.choose-city__group {
  position: relative;
  padding: 0 10px 10px 20px;
}
.choose-city__group span {
  position: absolute;
  font-weight: 600;
  font-size: 1.8rem;
  left: 0;
}
.choose-city__wrap[open-block="open"] {
  display: flex;
}
.choose-city__error {
  padding: 10px 0;
}
.news-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.news-list a {
  color: #363226;
}
.news-list .news-item {
  width: 30%;
  margin-right: 3%;
  margin-bottom: 30px;
  background: #FFFFFF;
  box-shadow: 0px 3px 20px #E6E6E6;
  border-radius: 6px;
}
.news-list .news-item__img {
  overflow: hidden;
  height: 150px;
  border-radius: 6px 6px 0 0;
}
.news-list .news-item__img img {
  max-width: 100%;
}
.news-list .news-item h3 {
  padding: 20px;
}
.news-list .news-item__description {
  padding: 0 20px;
  overflow: hidden;
  height: 120px;
}
.news-list .news-item__more {
  display: block;
  color: #FA8700;
  margin: 20px;
  text-decoration: underline;
}
.pagination .current, .pagination .page_link {
  padding: 10px 15px;
  text-decoration: none;
  background: #999;
  margin: 0 6px;
  border-radius: 6px;
  cursor: pointer;
  color: #fff;
}
.pagination .current {
  color: #fff;
  background: #FA8700;
}
.infosys {
  padding-bottom: 40px;
}
.infosys h1 {
  margin-bottom: 30px;
}
.infosys .group_list {
  margin-bottom: 30px;
}
.infosys .group_list ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.infosys .group_list ul li {
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 100px;
  margin: 0 20px 20px 0;
  padding: 8px 15px;
}
.infosys .group_list ul li a, .infosys .group_list ul li .count {
  color: #757575;
  font-size: 14px;
  text-decoration: none;
}
.infosys .group_list ul li:hover {
  border: 1px solid #FA8700;
}
.infosys .group_list ul li:hover a, .infosys .group_list ul li:hover .count {
  color: #FA8700;
}
.infosys #gallery {
  width: 40%;
  margin: 0 0 20px 20px;
  float: right;
}
.infosys #gallery img {
  max-width: 100%;
}
.infosys ul {
  list-style-type: none;
}
.infosys ul li:before {
  content: '·';
  margin-right: 10px;
}
/******MEDIA******/
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 5% auto;
  }
}
@media (max-width: 1000px) {
  .header__work-time {
    display: none;
  }
  .slick-list {
    height: 300px;
  }
  .main-slider-item .content-wrapper h2 {
    font-size: 32px;
  }
  .main-slider-item .content-wrapper p {
    font-size: 18px;
  }
  .main-form {
    margin-top: 0px;
  }
}
@media (max-width: 992px) {
  #navbar-nav-lists {
    width: 100%;
  }
  .dropdown-menu {
    background-color: transparent;
    border: 1px solid transparent;
  }
  .main-menu__burger {
    display: block;
    position: absolute;
    width: 30px;
    height: 20px;
    z-index: 11;
    margin: 0 10px;
    right: 8px;
    top: 42px;
  }
  .main-menu__burger::before, .main-menu__burger::after {
    content: '';
    background: #4d4d4d;
    position: absolute;
    height: 2px;
    width: 80%;
    left: 0;
    transition: all 0.3s ease 0s;
  }
  .main-menu__burger::before {
    top: 0;
  }
  .main-menu__burger::after {
    bottom: 0;
  }
  .main-menu__burger span {
    background: #4d4d4d;
    position: absolute;
    left: 0;
    top: 9px;
    height: 2px;
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
  }
  .main-menu nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #423b42;
    z-index: 10;
    overflow: auto;
  }
  .main-menu nav li {
    border-bottom: 1px solid #979797;
    margin-right: 0px !important;
  }
  .main-menu nav .main-menu__menu-list {
    flex-direction: column;
    align-items: center;
    display: none !important;
    padding-top: 40px !important;
    padding-bottom: 80px;
  }
  .main-menu nav .main-menu__menu-list a {
    color: #fff !important;
  }
  .main-menu nav .main-menu__menu-list .has-sub i, .main-menu nav .main-menu__menu-list .has-sub .sub-wrap {
    display: none;
  }
  .main-menu.openNav .navbar {
    width: 80%;
  }
  .main-menu.openNav .navbar-expand-lg .dropdown-submenu .dropdown-toggle:after {
    content: "";
  }
  .main-menu.openNav .dropdown-menu > .dropdown-submenu.show > .dropdown-item, .main-menu.openNav .dropdown-menu > .dropdown-submenu:hover > .dropdown-item {
    background-color: #FA8700;
    color: #fff;
  }
  .main-menu.openNav .main-menu__menu-list .active a, .main-menu.openNav .main-menu__menu-list a:hover {
    border: 1px solid transparent;
  }
  .main-menu.openNav .main-menu__burger::before {
    transform: rotate(45deg);
    top: 9px;
    background: #bdbdbd;
  }
  .main-menu.openNav .main-menu__burger::after {
    transform: rotate(-45deg);
    top: 9px;
    background: #bdbdbd;
  }
  .main-menu.openNav .main-menu__burger span {
    transform: scale(0);
  }
  .main-menu.openNav .main-menu__menu-list {
    display: flex !important;
  }
  .main-menu.openNav nav {
    transform: translateY(0);
  }
  .main-menu.openNav .dropdown:hover ul {
    display: none;
  }
  nav {
    transform: translateY(-100%);
    transition: all 0.5s ease 0s;
  }
  .content.main {
    margin-top: 0px;
  }
  .header__cont {
    margin-right: 50px;
  }
  .transportation__list, .advantages__list {
    justify-content: center;
  }
  .transportation__item:nth-child(3n) {
    margin-right: 24px;
  }
  .transportation__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 800px) {
  .mobile-bottom {
    display: none;
  }
}
@media (max-width: 640px) {
  h1, h2, h3 {
    font-size: 28px;
  }
  .main-form .container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .main-form__wrap {
    padding: 40px 20px;
  }
  .main-form__icon {
    display: none;
  }
  .main-form .send-order__form {
    justify-content: center;
  }
  .main-slider .arrows-container .slick-next {
    right: 8px;
  }
  .main-slider .arrows-container .slick-prev {
    left: 8px;
  }
  .main-slider-item .content-wrapper {
    margin: 0 20px;
    color: #fff;
    padding: 15px;
  }
  .footer .container {
    justify-content: center;
  }
  .about {
    background-image: none;
  }
  .footer__top {
    margin-bottom: 0px;
  }
  .footer__col {
    padding: 10px 0;
  }
}
@media (max-width: 540px) {
  .header__cont {
    margin-right: 0;
    justify-content: center;
  }
  .transportation__item {
    width: 100%;
    margin-right: 0 !important;
  }
  .footer__top {
    justify-content: center;
  }
}