/*@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat Italic'), local('Montserrat-Italic'),
      url('../fonts/Montserrat-Italic.woff2') format('woff2'),
      url('../fonts/Montserrat-Italic.woff') format('woff'),
      url('../fonts/Montserrat-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
      url('../fonts/Montserrat-Regular.woff2') format('woff2'),
      url('../fonts/Montserrat-Regular.woff') format('woff'),
      url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}*/
@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy ExtraBold'), local('Gilroy-ExtraBold'), url('../fonts/Gilroyextrabold.woff2') format('woff2'), url('../fonts/Gilroyextrabold.woff') format('woff'), url('../fonts/Gilroyextrabold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
html, body {
  color:#333333;
  font-family: 'Gilroy', 'sans serif';
  font-weight: 800;  
  font-stretch: condensed;
  /*font-family: 'Montserrat', sans-serif;*/
} 
body {
  font-size: 14px; 
}
header, footer {    
  background: #333333;
}
a, a:hover, a:focus {
  color:#333;
  outline:none;
}
.href {
  color:#007bff;
}
.animated-0-5 {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}
.animated-1-0 {
    -webkit-animation-duration: 1.0s;
    animation-duration: 1.0s;
}
.animated-1-5 {
    -webkit-animation-duration: 1.5s;
    animation-duration: 2.5s;
}
.disp_none {
    display: none;
}
h1, h2, h3, h4, h5, h6, .btn {
    font-weight: 800;
}
h1 {
    font-size: 2.25em;
}
h2 {
    font-size: 2em;
}
h3 {
    font-size: 1.7em;
}
h4 {
    font-size: 1.4em;
}
h5 {
    font-size: 1.25em;
}
h6 {
    font-size: 1em;
}

.h1 {
    font-size: 2.25em;
    font-weight: 800;
    padding: 25px 0;
    
}
.h2 {
    font-size: 2em;
    font-weight: 800;
    padding: 20px 0;
    margin: 20px;
}
.h3 {
    font-size: 1.7em;
    font-weight: 800;
    padding: 20px 0;
    
}
.h4 {
    font-size: 1.4em;
    font-weight: 800;
    padding: 15px 0;
    
}
.h5 {
    font-size: 1.25em;
    font-weight: 800;
    
}
.h6 {
    font-size: 1em;
    font-weight: 800;
    padding: 15px 0;
}
.color-primary{
    color: #ffaa00;
}
.color-secondary {
    color: #333;
}
.color-red {
    color: red;
}
.m10 {
    margin: 25px 0px;
}
p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}
.p-footer {
    color: #ffae00;
}
.zagolovok {
font-size: 27px;
font-weight: 800;
padding: 25px 0;
}
.podzagolovok{
    font-weight: 300;
    font-size: 1rem;
}
.sect-title hr {
    width: 50px;
    border-top: 5px solid #ffae00;
    margin: -5px auto 36px;
}
.btn {
    display: inline-block;
    font-size: 1.5em; 
    
        
}
.href {
    color:#007bff;
}
.btn:hover {
    color: #fff;
}
.padding-cont {
    padding-top: 45px;
    padding-bottom: 45px;
}
.skidki {
    text-align: center;
    margin: -25px 0 45px;
}
.skidki a {
    font-size: 30px;
    border: 1px solid #ccc;
    padding: 10px;    
}
a:hover, .skidki a:hover {
    color: #ffae00;
}
.jumbotron {
    padding: 0;
    margin-bottom: 3rem;
}
.raspisanie {
    margin-top: 3rem;
}

/* хлебные крошки и верх страницы
---------------------------------- */
.page-intro {
    margin-bottom: -54px;
}
.breadcrumb {
    background: none;
    padding-left: 0;
    margin-left: -10px;    
}

.breadcrumb > li {
    padding: 0 5px 0 10px;
    position: relative;
    white-space: nowrap;
}
.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    right: -3px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.breadcrumb-item+.breadcrumb-item::before {
    content: '';
    padding: 0;
}
.breadcrumb-item.active {
    color: #ffae00;
}

/* скролл --------------------- */
.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.6;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    text-indent: -9999px;
    background: url('../img/icon_top.png') no-repeat;
    z-index: 9999;
}
.scrollup:hover {
    opacity: 0.9;
}
 
/*  header 
----------------------------- */
.navbar-toggler {
    color:rgba(255,255,255,.8);
    border-color:rgba(255,255,255,.8);
}
.top-head {   
    height: auto; 
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 23px;
    padding-bottom: 23px;
    margin-right: -15px;
    margin-left: -15px;    
}

.bg-header{
    background-image: url(https://argoc.ru/assets/img/banner.jpg);
    background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 760px){
    .bg-header{
        background-image: url(https://argoc.ru/assets/img/banner-fade.png);
  }
}
.col-logo {
  padding: 0;
}
.logo-head, .logo-foot {    
    display: block;
    height: 64px;
    font-weight: 800;
    padding-left: 70px;
    padding-top: 4px;
    background: url(../img/logo.png) no-repeat;
    background-size: contain;
    width: 200px;  
}
.logo-foot {
    padding-top: 0px;
}
.logo-head, .logo-head:hover, .logo-head:focus, .logo-foot, .logo-foot:hover, .logo-foot:focus {
  color: #ffae00; 
  text-decoration: none;
}
.logo-head span, .logo-foot span {
    font-size: 36px; 
    text-transform: uppercase; 
    display: grid;     
}
.logo-head strong, .logo-foot strong {
    font-size: 18.5px;
    color: #fff;
    margin-bottom: -15px; 
}
.col-contacts {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.col-contacts a, .col-contacts .phone-number {
  display: inline-block;
  font-size: 20px;
  line-height: 36px;
  padding-left: 45px;
  color: #fff;
}
.profteh {
    margin-bottom: 20px;
}
.profteh img {
  width: 210px;
  
}
.profteh a {    
    padding-left: 0 !important;
    border: 2px solid #ffae00;
    border-radius: 10px;
    padding: 10px 20px;
}
.mail a {    
    background: url('../img/email.png') no-repeat;
}
.tel a, .tel .phone-number {    
    background: url('../img/phone.png') no-repeat;
}
.geo span {
    background: url('../img/geo.png') no-repeat;
}
.obr-zvonok {
    display: none;
}
.obr-zvonok span {
    color: #333;
}
.obr-zvonok a {
    color: #fff;
    font-size: 20px;
}
.head-bottom-flex {
    display: flex;
    background: #ffae00;
  
}
.sticky{
    display: block;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
}
/* MENU
-------------------------------------------------- */
.menu-cont {
  text-align: center;
}
.menu-lable {
  display: none;
  color: #333;
  margin-top: 10px;
  text-transform: uppercase;
}

.menu-row {
    height: 48px;
    margin-left: -70px;
    margin-right: -70px;
}
.nav--main {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
li.dropdown {
    margin: 0 auto;
    display: inline-block;
    line-height: 18px;
}
.dropdown-menu {
    min-width: 220px;
    width: auto;
    margin-left: -15px;
    padding: 12px 15px 15px;
    background-color: #ffae00;
    border: none;
    border-radius: 0;
}

.dropdown a {
    display: block;
    font-size: 20px;
    color: #333;
    text-align: center;
    padding: 0;
}
.dropdown.active {
    border-bottom: 1px solid #333;
}
.dropdown:hover {
  /*text-decoration: underline;*/
}
.dropdown.active a:hover {
    text-decoration: none;
}
.main-slide .navbar {
    padding:.5rem 0;
}
button.navbar-toggler {
    margin: 3px auto;
    color: #333;
    border-color: #333;
    padding: .25rem 0.5rem;
}
.list-unstyled li {
    line-height: 25px;
}
.list-unstyled a {
}

/* FOOTER
-------------------------------------------------- */
.footer {
  border-top: .4rem solid #ffae00;
  background-color: #333333;
  position: relative;
  margin-bottom: -25px;
  bottom: 0;
  min-height: 100px;
  height: 100%;
  line-height: 40px;
}
.footer .row {
  padding: 25px 0 15px;
  margin: 0 -30px;
}
.footer .ABCDE {text-align:center;}
.footer .ABCDE span {font-size:3rem;font-weight:800;color:#fff;padding:0 1rem;line-height:60px;transition:.4s linear;}
.footer .ABCDE span:hover {color:#ffae00;text-decoration:underline;}
.footer_col p {
  color: #fff;
  text-align: right;
  margin: 0 auto;
}
.social {
    text-align: right;
    margin: 0 auto;
    padding:6px 0px;
}
.social>a {
    color:#fff;
    display: inline-block;
    padding-left: 9px;
    width: 45px;
}
.vk_logo, .insta_logo, .fb_logo, .phone_white {
    display: block;
    height:36px;
    width:36px;
    margin:0;
    padding:0;
}
span.vk_logo {background:url(../img/icons/vk_logo.png) no-repeat 0% / contain;}
span.fb_logo {background:url(../img/icons/fb_logo.png) no-repeat 0% / contain;}
span.insta_logo {background:url(../img/icons/insta_logo.png) no-repeat 0% / contain;}
span.phone_white {background:url(../img/phone_w.png) no-repeat 0% / contain;}

.social>a:hover {transform: scale(1.2);}
.footer_col {
    padding-bottom: 25px;
    margin: -15px -15px 0;
}

.social_r {
    position: fixed;
    z-index: 100000;
    bottom: 30%;
    right: 2%;
    height: auto; /*162px;*/
    width: 60px;
    background: #333333ad;
    
}
.social_r .social {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.social_r a {
    padding: 6px 0px 6px 12px;
    width: 50px;
}

/*    БАННЕР 
------------------------- */
.banner {
    padding: 0;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}
@media (max-width: 760px){
.banner-cont {
  background-color: lightblue !important;
  }
}
  .banner-cont {
  background: url(../img/banner.jpg) no-repeat top;
  background-size: cover;
  background-position: right top;
  }
.banner-descr {
  color: #333;
  padding: 90px 0 100px;
  margin: 0 -15px;
  
  }
.banner-descr h1 {
  font-size: 2em;
  text-align: center;
  text-shadow: 2px 2px 10px #fff;
}
.banner-descr span {
  color: #ffae00;
   
}
.banner-descr p {
  padding: 10px 0;
 text-shadow: 3px 3px 10px #fff;
 
}
.banner-descr .yell {
  color: #ffae00;
  font-weight: 800;
  font-size: 20px;
  font-family: 'Gilroy';
}
.banner-txt strong {
  font-weight: 400;
}
.banner-ul {
  margin: -20px 0 20px -23px;
  font-size: 20px;
  line-height: 32px;
  text-shadow: 3px 3px 10px #fff;
}
.btn-banner {
  font-size: 1.8em;
  padding: 10px 25px;
  color: #fff;
  background-color: red;
  margin-bottom: 15px;
}
.call-action {
    color: #fff;
    background: #333;
    padding: 25px;
  }
.btn-banner-callback {
  font-size: 1.8em;
  padding: 10px 25px;
  
  border: solid red;
}
.btn-banner-callback:hover {
  background-color: red;
}
.deskr-a {
  font-weight: 800;
  text-decoration: underline;
  font-family: 'Gilroy', 'sans serif';
  font-size: 18px;
}

/* блок КАТЕГОРИИ
--------------------------------- */
.padding-cont {
  background-color: #f0f2f3;
}
.sect-title {
  margin: 0 -15px;
}
.sect-title h2 {
  display: inline-block;
  font-size: 30px;
  color: #333;
  border-bottom: 3px solid #ffae00;
  margin-bottom: 45px;
  padding-bottom: 15px;
}
.card-cont {
  padding: 10px;
}
.categories-row {
  margin: 0 -25px;
}
.card {
  padding: 25px;
  flex-direction: row;
}
.card .card-body ul li:nth-child(2) {
    padding: 0.2em 0;
}
.card-img {
  text-align: center;
  padding: 0;
  margin-left: -10px;
}
.card-img img {
  width: 180px;
}
.card-descr {
  padding: 10px 0px 10px 20px;
}
.card-descr h3, .card-descr h4 {
  font-size: 18px;
}
.card-descr a {
    margin-top: 15px;
}
.card-descr strong {
  color: #ffae00;
}
.btnCard {
  font-size: 18px;
  padding: 10px 30px;
  margin-top: 10px;
  background: #ffae00;
}

/* блок ЦЕНЫ (таблица) 
--------------------------------- */
.prices_table {
  margin-bottom: 45px;
}
.prices_table .sect-title {
  margin-bottom: -10px;
}
.prices-row {
  margin: 0px -15px;
}
.price-th {
  background-color: #f0f2f3;
  padding: 10px 15px;
  font-size: 18px;
}
.price-cell {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  padding: 5px 15px;
  font-size: 14px;
  border-bottom: 1px solid #f0f2f3;
}
.prices-row .col-4 {
  text-align: center;
}
@media (max-width: 576px) {
  .price-th {
    font-size: 15px;
  }
  .price-cell {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .price-th, .price-cell {
    padding: 5px 0px;
  }
}
@media (max-width: 390px) {
  .price-th {
    font-size: 14px;
  }
  .price-cell {
    font-size: 12px;
  }
}


/* блок О КОМПАНИИ 
--------------------------------- */
.o-kompanii {
  padding: 45px 15px;
}
.o-kompanii-descr, .o-kompanii-img {
  padding: 0;
}
.o-kompanii-descr img {
  max-width: 50%;
  padding-left: 36px;
  padding-top: 7px;
  float: right;
}
.btnMore {
  font-size: 18px;
  padding: 10px 30px;
  margin-top: 10px;
}

/*  блок РАСПИСАНИЕ 
----------------------------------- */
.rasp-row {
  margin: 0 -30px;
}
.img-container {
  max-width:100%;
  overflow:hidden;
  text-align:center;
  border: 1px solid #ccc;
  border-bottom: none;
}
.img-container img {
  height: auto; 
  width: 100%; 
  max-height: 200px;
}
.rasp-row .txto {
  padding: 20px 25px;
  background-color: #fff;
  border: 1px solid #ccc;
  min-height: 175px;
}
.rasp-row .txto p {
  margin:0;
  padding-top: 5px;
}
.rasp-row .img-container span {
  background: #ffae00;
  padding: 5px 10px;
  position: absolute;
  top: 1px;
  left: 1px;
}
.img-container span:focus {
  color: #333;
}

/* форма заказа обратного звонка
------------------------------------ */
.asked {
    text-align: center;
    margin: 25px auto;
    padding: 0 15px 25px;
    border: 2px solid #ffae00;
}
.asked h2 {
    padding: 25px 0;
}
.name-inp, .phonero-inp, .btnSubm {
    height: 36px;    
}
.btnSubm {
    padding: 0 25px;
    background: #ffae00;
    color: #fff;
}
.checkbox {
    padding-top: 20px;
}
.checkbox strong {
    padding-left: 5px;
}
.asked .row {margin: auto;padding:0.6rem 0;}
.asked .left {border-right:1px solid #eee;}
.asked .pole {margin-bottom:.6rem;}
.asked h3{padding-top:1rem;}
.asked h6 {font-weight:300;font-size:.88rem;}
.asked .phoner {font-weight:600;font-size:1.6rem;margin:0 auto 1rem auto;}
.asked .phoner a {font-family: 'Gilroy', 'sans serif'; color:#5a5a5a;}
.form-control {border: 1px solid #333;}
.right p {font-weight:600;font-size:1.6rem;color:#229222;}
.iconMails {
  background: url(../img/icons/mails.png) center no-repeat transparent;
  background-position:center center;
  background-size:100% 100%, 0 0;
  -moz-background-size:0 0, 100% 100%;
  overflow:hidden;
  font-size: 0;
  display:block;
  margin:0 auto;
  position:relative;
  float:left;
  width:50px;
  height:38px;
}
.btn-note {width:50px;height:38px;}
.asked .btn:not(:disabled):not(.disabled).active, .asked .btn[disabled] {background-color: #ffae00;}
.form-control:focus {border-color:#c71e1d;box-shadow:0 0 0 .2rem rgba(199,30,29,.25);}
.form-inline .form-control {width:100%;}
.form-control {max-width:100%;}
.form-email {
  display: block;
  padding: 0;
  margin-top: -18px;
  height: 1px;
  width: 1px;  
  border: none;
}
.foot-form .form-email {margin-top: -3px;}

/* Страница КОНТАКТЫ 
-------------------------------- */
.contacty-top-row {
    justify-content: center;
}
.contacty-top a, .contacty-top span {
    display: inline-block;
    font-size: 16px;
    line-height: 36px;
    padding-left: 45px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 14px;
}
.contacty-top-row .geo span {
    line-height: 23px; 
    padding-top: 7px;
}
.contacty-bottom {
    padding-top: 15px;
}
.jur-info {
    background: #fff;
    justify-content: space-between;
    margin: 0;
    border: 1px solid #cecece;
    padding: 36px;
}
.vert-line {
    border-left: 1px solid #cecece    ;
}

.docs a {color: #ffae00;}


/*-------------------------
--------------------------- */
.navbar-dark .navbar-toggler {color:rgba(255,255,255,.8);border-color:rgba(255,255,255,.8);}
.btnRed {
  transition:.4s linear;
  display:inline-block;
  padding:6px 34px;
  border-radius:0.26rem;
  color:#333;
  background-color:#ffae00;
  box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
}
.btnRed:hover, .btnRed:focus {
  color:#fff;
  text-decoration:none;
  box-shadow:0 3px 6px rgba(0,0,0,.28),0 3px 6px rgba(0,0,0,.38);
}
.btnWhy {
  transition: 0.4s linear;
  display: block;
  height: 100%;
  padding: 10px 1.8rem !important;
  border-radius:0;
  position:relative;
  float:right;
  font-size:1rem;
  box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
}
.btnWhy:hover, .btnWhy:focus {
  color:#333;
  text-decoration:none;
  background-color:#ffae00;
  box-shadow:0 3px 6px rgba(0,0,0,.28),0 3px 6px rgba(0,0,0,.38);
}

/* MENU
-------------------------------------------------- */
.main-slide .navbar {padding:.5rem 0;}
button.navbar-toggler {margin:0 auto;}
li.nav-item {margin:0 auto;}
.navbar-dark .navbar-nav .nav-item a {color:#fff;}
.navbar-dark .navbar-nav .nav-item a:hover {text-decoration:none;}
.nav-item a {display: block;padding: .5rem .5rem;}
.navbar-dark .navbar-nav .active>.nav-item, .navbar-dark .navbar-nav .nav-item.active, .navbar-dark .navbar-nav .nav-item.show, .navbar-dark .navbar-nav .show>.nav-item {border-bottom: 0.02rem solid #ffae00;}
.navbar-dark .navbar-nav:hover > .nav-item:hover, .navbar-dark .navbar-nav .nav-item:hover, .navbar-dark .navbar-nav .nav-item:hover.show, .navbar-dark .navbar-nav .show > .nav-item:hover {border-bottom: 0.02rem solid #ffae00;}
/* LINER
-------------------------------------------------- */
.liner {
  background: url(../img/icons/line.png) center repeat-x transparent;
  background-position: center;
  margin:20px auto 36px;
}
.liner h1, .liner h2 {
    background-color:#fff;
    display:inline;
    padding:.8rem .8rem;
    margin-left:1.8rem;
    line-height: 1.8;
}
/* INFORMER
-------------------------------------------------- */
.informer .col-lg-4 {padding:15px;}
.txto{padding:0.8rem;font-weight:300;}
.txto a{font-size:1.2rem;min-height:3rem;font-weight: 700;}
.txto>h4{font-size:1.2rem;min-height:3rem;font-weight: 700;}
.txto>p{font-size:.8rem;min-height:58px;margin:0;}
.info-down {
  font-weight: 300;
  height: 2.9rem;
  box-shadow: 1px -1px 9px 1px #ccc, 1px -1px 9px 3px #ccc;
}
.info-down span.dop {padding:0 0 0 0;font-size:.8rem;}
.info-down span.dop > a {color:#5a5a5a;display:inline-block;padding:1rem 0 0 .8rem;font-size:.8rem;}
.info-down span.dop:hover span {border-bottom:1px solid #b71d1c;}

/* FILIALS
-------------------------------------------------- */
.filials-cont {
  padding-top: 45px;
  padding-bottom: 45px;
}
.filials-row {
  margin: 0 -30px;
}
.filials .col-md-6 {padding: 15px;}
.within {
  display: block;
  box-shadow: 1px -1px 9px 1px #ccc, 1px -1px 9px 3px #ccc;
  position: relative;
  z-index: 200;
}
.conta {
  text-align: left;
  padding: 0 5px;
}
.conta>h3 {
  padding: .8rem 0 0.6rem 0;
  border-bottom: 2px solid #ffae00;
  font-size: 23px;
  width: 12rem;
  margin: 0 auto;
  text-align: center;
  width: 250px;
}
.conta>.phone{font-size:1.2rem; text-align:center;}
.conta>.email {font-size:1.06rem; text-align:center;}
.conta>.phone, .conta>.email {margin: 5px auto; font-weight:600;}
.conta>.address {font-size:.8rem; margin:0 auto; padding-bottom:1rem; font-weight:600; text-align:center;}
.conta>.address>strong {font-weight:600;}
.conta.shelk>.address {width:16rem;}
.Icon-metro-blue, .Icon-metro-yell, .Icon-metro-olive, .Icon-metro-pink {
  font-size:2rem; 
  vertical-align: text-bottom;
}
.Icon-mail-red, .Icon-maps {
  font-size: 1.2rem;
}
.mini-maps {
  position:relative;
  width:100%;
  height:46px;
  box-shadow: 1px -1px 9px 1px #ccc, 1px -1px 9px 3px #ccc;
}
.mini-maps .btnWhy {
  position: relative;
  float: none;
  width: 100%;
  height: 45px;
  font-size: 16px;
  padding: 10px 0;
}
.mini-maps a:hover, .mini-maps a:focus {
  color: #fff;
  text-decoration: none;
  box-shadow: 1px -1px 5px 1px #ccc, 1px -1px 5px 1px #333;
}
.agr05 {
  display: none;
}
.rounded-circle {
  width: 180px;
  height: 180px;
  margin: 30px 0 15px;
}

/* MODALS
-------------------------------------------------- */
.text-small {font-size: 0.76rem;}
.modal-footer {padding:1rem 0;}

[class^="Icon-"], [class*=" Icon-"] {
    font-family: 'Argoc' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/*выделение текста mark*/
.mark, mark{
    background-color: #FBF487;
}

.shadow-warning{
    box-shadow: 0 .5rem 1rem #FBF487 !important;
}