a {
  transition: color 250ms linear;
}

:root {
  --bs-blue: #0375BE;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #EA5B21;
  --bs-yellow: #FABE06;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0375BE;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  /*--bs-dark: #212529;*/
  --bs-dark: #5B5B5B;
  --bs-primary-rgb: 3,117,190;
  --bs-secondary-rgb: 234,91,33;
  --bs-success-rgb: 25,135,84;
  --bs-info-rgb: 13,202,240;
  --bs-warning-rgb: 255,193,7;
  --bs-danger-rgb: 220,53,69;
  --bs-light-rgb: 248,249,250;
  /*--bs-dark-rgb: 33,37,41;*/
  --bs-dark-rgb: 32,51,61;
  --bs-white-rgb: 255,255,255;
  --bs-black-rgb: 0,0,0;
  --bs-body-color-rgb: 33,37,41;
  --bs-body-bg-rgb: 255,255,255;
  --bs-font-sans-serif: 'Exo 2';
  --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1.15rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  /*--bs-body-color: #212529;*/
  --bs-body-color: #5B5B5B;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0375BE;
  --bs-link-hover-color: #0375BE;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --swiper-theme-color: #0375BE !important;
  --swiper-navigation-size: 32px !important;
}

.bg-grey {
  background-color: rgba(250,250,250,1);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0375BE;
  --bs-btn-border-color: #0375BE;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #3086BE;
  --bs-btn-hover-border-color: #3086BE;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0375BE;
  --bs-btn-active-border-color: #0375BE;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #EA5B21;
  --bs-btn-border-color: #EA5B21;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #F56B33;
  --bs-btn-hover-border-color: #F56B33;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #EA5B21;
  --bs-btn-active-border-color: #EA5B21;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #F56B331;
  --bs-btn-disabled-border-color: #F56B33;
}

.btn-secondary-outline {
  --bs-btn-color: #000;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #EA5B21;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #EA5B21;
  --bs-btn-hover-border-color: #EA5B21;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #EA5B21;
  --bs-btn-active-border-color: #EA5B21;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #F56B33;
  --bs-btn-disabled-border-color: #F56B33;
  --bs-btn-padding-y: 0.75rem;
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-border-radius: 2rem;
  --bs-btn-font-weight: 500;
  --bs-btn-border-width: 5px;
  letter-spacing: 1px;
}

.bg-secondary-gradient {
  background-image: linear-gradient(to right, #EA5B21 0%, #EA7E52 51%, #EA5B21 100%);
  background-size: 200% auto;
  transition: 0.5s;
  color: white;
}

.bg-secondary-gradient:hover {
  background-position: right center;
}

.btn-group-lg > .btn, .btn-lg {
  --bs-btn-padding-y: 0.75rem;
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 2rem;
  --bs-btn-font-weight: 500;
  letter-spacing: 1px;
}

a.link-light {
  text-decoration: none;
}

a.link-light:hover {
  text-decoration: underline;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: inherit;
}

h1, h2 {
  font-family: junegull;
}

body.offcanvas-active {
  overflow: hidden;
}

.offcanvas-header {
  display: none;
}

.screen-darken {
  height: 100%;
  width: 0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition: opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active {
  z-index: 10;
  transition: opacity .3s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

.bg-shadow {
  background-color: rgba(var(--bs-dark-rgb), 0.7);
}

.bg-shadow h1 {
  font-size: 2rem;
}

.navbar-brand img {
  width: 280px;
}

.nav-item {
  font-size: 1.1rem;
  font-weight: bold;
}

.navbar-nav > li {
  display: inline-flex;
}

.navbar-nav > li + li {
  margin-left: 20px;
}

.navbar-nav > li > a {
  padding: 0 0 20px 0;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.2px;
  text-decoration: none;
}

.navbar-nav > li > a:hover {
  text-decoration: none;
  color: var(--bs-blue);
}

.navbar-nav > li > a:after {
  width: 0;
  height: 0.165rem;
  background-color: var(--bs-blue);
  content: '';
  left: 0;
  bottom: 10px;
  position: absolute;
  transition: all .3s;
}

.navbar-nav > li > a:hover::after {
  width: 100%;
}

.navbar-nav > li.active a:after {
  width: 100%;
}

.navbar-nav li {
  margin: 0;
  white-space: nowrap;
}

.navbar-nav li.dropdown {
  position: relative;
  margin-right: 3px;
}

.navbar-nav li.dropdown:after {
  position: absolute;
  content: "\2039";
  color: var(--bs-nav-link-color);
  font-size: 20px;
  font-weight: bold;
  right: -3px;
  top: 0px;
  transform: rotate(-90deg);
}

.navbar-nav li.dropdown:hover::after {
  color: var(--bs-blue);
}

.navbar-nav li li.dropdown:after {
  position: absolute;
  content: "\2039";
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  right: 10px;
  top: 12px;
  transform: rotate(180deg);
}

.navbar-nav li.dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.navbar-nav ul {
  padding: 10px 0;
  margin: 0;
  list-style: none;
  background-color: var(--bs-blue);
  position: absolute;
  z-index: 20;
  min-width: 220px;
  top: 100%;
  left: -30px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  transition: all 200ms cubic-bezier(0.43, 0.59, 0.16, 1.25);
}

.navbar-nav ul li {
  display: block;
  padding: 0 10px;
  line-height: 1.1;
}

.navbar-nav ul li:last-child {
  margin-bottom: 0;
}

.navbar-nav ul li a {
  display: block;
  color: #fff;
  padding: 10px;
  transition: all .3s;
  text-decoration: none;
}

.navbar-nav ul li a:hover {
  color: var(--bs-blue);
  background: #FFF;
  text-decoration: none;
}

.navbar-nav ul ul {
  top: 0;
  left: 100%;
}

.nav-link.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0;
  vertical-align: 0;
  content: "";
  border: 0;
}

.phone-wrapper .phone a {
  color: var(--bs-navbar-color);
  text-decoration: none;
  font-weight: bold;
}

a.recall {
  color: var(--bs-primary);
  text-decoration: none;
  font-weight: bold;
}

a.recall:after {
  width: 0;
  height: 0.13rem;
  background-color: var(--bs-blue);
  content: '';
  left: 0;
  bottom: -7px;
  position: absolute;
  transition: all .3s;
}

a.recall:hover::after {
  width: 100%;
  display: inline;
}

a .messenger:hover {
  opacity: 0.85;
}

.home-parallax {
  height: 700px;
}

.footer-gradient {
  background: linear-gradient(171deg, #025885 0%, #012436 100%);
}

.card-uslugi:hover a.stretched-link {
  background-color: #EA5B21;
  background-image: none;
  color: #ffffff;
}

.card-uslugi:hover {
  box-shadow: 1px 1px 4px #212121;
}

.our-works img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.25s;
}

.img-wrapper {
  width: 100%;
  height: 100%;
  height: 270px;
  overflow: hidden;
}

.our-works:hover img {
  transform: scale(1.05);
  position: relative;
}

.our-works:hover {
  box-shadow: 2px 2px 10px #e7e7e7;
}

/* *swipper* */

.box {
  height: 100%;
  border: 1px solid #E8E8E8;
  border-bottom: 3px solid #E8E8E8;
  /*box-shadow: 0px 3px 2px 0px rgb(0 0 0 / 25%);*/
}

.mySwiper-otzyv {
  /*position: static !important;*/
}

.box-wrapper {
  padding: 2em;
  background: #f7f7f7;
  min-height: 420px;
}

/* ** swipper** */

.otzyv {
  background: rgba(var(--bs-primary-rgb), .2);
}

.preimushestva h5 {
  font-size: 1.15rem;
}

.preimushestva .bs-icon-primary {
  background: rgb(3,117,190);
  /*background: linear-gradient(125deg, rgba(3,117,190,1) 0%, rgba(234,91,33,1) 100%);*/
}

.top-radius svg {
  vertical-align: top;
}

.bottom-radius svg {
  vertical-align: bottom;
}

.top-radius svg {
  vertical-align: top;
}

hr.reviews {
  margin: 0.5rem 0 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: .15;
}

.messenger {
  width: 1.5rem;
  height: 1.5rem;
}

/* ============ mobile view ============ */

@media all and (max-width: 1366px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.15rem;
    padding-left: 0.15rem;
    letter-spacing: 0;
  }
}

@media all and (max-width: 1024px) {
  .nav-item {
    font-size: 1rem;
    border-bottom: 2px solid transparent !important;
    margin-top: 0.85rem !important;
  }
}

@media all and (max-width: 1024px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.1rem;
    padding-left: 0.1rem;
  }
}

@media all and (max-width: 1024px) {
  .home-parallax {
    height: 500px;
  }
}

@media all and (max-width: 1024px) {
  .navbar-brand img {
    width: 180px;
  }
}

@media all and (max-width: 1024px) {
  .phone-wrapper .phone a {
    font-size: 1rem;
  }
}

@media all and (max-width: 1024px) {
  a.link-light img {
    margin-right: 0.5rem;
  }
}

@media (min-width: 992px) {
  .navbar-brand.mobile {
    display: none;
  }
}

@media all and (max-width: 991px) {
  .navbar-toggler {
    border: 1.75px solid rgba(0, 0, 45, 0.3);
  }
}

@media all and (max-width: 991px) {
  .dropdown-item {
    white-space: normal;
  }
}

@media all and (max-width: 991px) {
  .messenger {
    width: 1.8rem;
    height: 1.8rem;
  }
}

@media all and (max-width: 991px) {
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.1rem;
  }
}

@media all and (max-width: 991px) {
  #navbar_main {
    background-color: var(--bs-orange);
  }
}

@media all and (max-width: 991px) {
  .navbar-nav > li {
    display: block;
  }
}

@media all and (max-width: 991px) {
  .navbar-nav > li + li {
    margin-left: 0px;
  }
}

@media all and (max-width: 991px) {
  .navbar-nav > li > a {
    padding: 0;
    position: relative;
    font-weight: bold;
    letter-spacing: 0.2px;
    text-decoration: none;
    display: inline-block;
  }
}

@media all and (max-width: 991px) {
  .navbar-nav > li > a:hover {
    text-decoration: none;
    color: #fff;
  }
}

@media all and (max-width: 991px) {
  .navbar-nav > li > a:after {
    width: 0;
    height: 0.15rem;
    background-color: #FFF;
    content: '';
    left: 0;
    bottom: 10px;
    position: absolute;
    transition: all .3s;
    display: none !important;
  }
}

@media all and (max-width: 991px) {
  .navbar-nav > li > a:hover::after {
    width: 100%;
  }
}

@media all and (max-width: 991px) {
  .navbar-nav > li.active a:after {
    width: 100%;
  }
}

@media all and (max-width: 991px) {
  .navbar-nav li {
    margin: 0;
    white-space: normal;
  }
}

@media all and (max-width: 991px) {
  .navbar-nav li.dropdown {
    position: relative;
    margin-right: 12px;
  }
}

@media all and (max-width: 991px) {
  .navbar-nav li.dropdown:after {
    position: absoute;
    content: "\2039";
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    right: -12px;
    top: -2px;
    transform: rotate(-90deg);
  }
}

@media all and (max-width: 991px) {
  .navbar-nav li.dropdown:hover::after {
    color: var(--bs-white);
  }
}

@media all and (max-width: 991px) {
  .navbar-nav li li.dropdown:after {
    position: absolute;
    content: "\2039";
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    right: 10px;
    top: 12px;
    transform: rotate(180deg);
  }
}

@media all and (max-width: 991px) {
  .navbar-nav ul li:last-child {
    margin-bottom: 20px !important;
  }
}

@media all and (max-width: 991px) {
  .navbar-nav li.dropdown:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: inline;
    margin-bottom: 20px;
  }
}

@media all and (max-width: 991px) {
  .navbar-nav ul {
    padding: 10px 0;
    margin: 0;
    list-style: none;
    background-color: var(--bs-blue);
    position: absolute;
    z-index: 20;
    min-width: 220px;
    top: 100%;
    left: -30px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: all 200ms cubic-bezier(0.43, 0.59, 0.16, 1.25);
  }
}

@media all and (max-width: 991px) {
  .navbar-nav ul li {
    display: block;
    padding: 0 10px;
    line-height: 1.1;
  }
}

@media all and (max-width: 991px) {
  .navbar-nav ul li:last-child {
    margin-bottom: 0;
  }
}

@media all and (max-width: 991px) {
  .navbar-nav ul li a {
    display: block;
    color: #fff;
    padding: 10px;
    transition: all .3s;
    text-decoration: none;
  }
}

@media all and (max-width: 991px) {
  .navbar-nav ul li a:hover {
    color: #FFF;
    background: transparent;
    text-decoration: none;
  }
}

@media all and (max-width: 991px) {
  .navbar-nav ul ul {
    top: 0;
    left: 100%;
  }
}

@media all and (max-width: 991px) {
  .nav-link.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0;
    vertical-align: 0;
    content: "";
    border: 0;
  }
}

@media all and (max-width: 991px) {
  .phone-wrapper .phone a {
    color: var(--bs-navbar-color);
    text-decoration: none;
    font-weight: bold;
  }
}

@media all and (max-width: 991px) {
  a.recall {
    color: var(--bs-primary);
    text-decoration: none;
    font-weight: bold;
  }
}

@media all and (max-width: 991px) {
  a.recall:after {
    width: 0;
    height: 0.15rem;
    background-color: #FFF;
    content: '';
    left: 0;
    bottom: -7px;
    position: absolute;
    transition: all .3s;
  }
}

@media all and (max-width: 991px) {
  a.recall:hover::after {
    width: 100%;
    display: inline;
  }
}

@media all and (max-width: 991px) {
  .navbar-brand img {
    width: 180px;
  }
}

@media all and (max-width: 991px) {
  .navbar-comfort {
    background-color: var(--bs-orange);
    color: #212529;
  }
}

@media all and (max-width: 991px) {
  .dropdown-menu {
    background-color: var(--bs-orange);
    color: #212529;
    --bs-dropdown-border-width: 0;
  }
}

@media all and (max-width: 991px) {
  #navbar_main a, .offcanvas-header .btn-close {
    color: white;
  }
}

@media all and (max-width: 991px) {
  .offcanvas-header {
    display: block;
  }
}

@media all and (max-width: 991px) {
  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1200;
    width: 80%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
  }
}

@media all and (max-width: 991px) {
  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
  }
}

@media all and (max-width: 991px) {
  .mobile-offcanvas .container, .mobile-offcanvas .container-fluid {
    display: block;
  }
}

@media all and (max-width: 450px) {
  .home-parallax {
    height: 570px;
  }
}

@media all and (max-width: 450px) {
  .card-uslugi img {
    max-width: 64px;
  }
}

@media all and (max-width: 450px) {
  .navbar-nav > li > a {
    padding: 0;
  }
}

@media all and (max-width: 450px) {
  .phone-wrapper .phone a {
    font-size: 1.1rem;
  }
}

@media all and (max-width: 450px) {
  .messenger {
    width: 2rem;
    height: 2rem;
    margin: 0 0.5rem;
  }
}

@media all and (max-width: 450px) {
  .card-uslugi .btn-secondary-outline {
    --bs-btn-padding-y: 0.4rem;
    --bs-btn-padding-x: 0.8rem;
    --bs-btn-font-size: 0.9rem;
  }
}

@media all and (max-width: 450px) {
  .card-uslugi .fs-5 {
    font-size: 1rem!important;
  }
}

@media all and (max-width: 450px) {
  .btn-secondary-outline {
    --bs-btn-border-width: 3px;
  }
}

/* ============ mobile view .end// ============ */

