.owl-carousel img {
  display: none;
}

/* Стили оформления точек OwlCarousel */

.owl-dots {
  margin-top: -29px  !important;
  position: relative;
  pointer-events: none;
  z-index: 9999;
  }
  
  .owl-dots .owl-dot {
  pointer-events: auto;
}
  
  .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #ffffff;
    display: block;
    backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
  
  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #ffc107;
  }


.avatar {
    position: relative;
    /*top: 1px;*/
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-height: 32px;
    width: 32px;
    height: 100%;
    font-size: 21px;
    line-height: 32px;
  }

  .avatar-32 {
    max-height: 32px;
    width: 32px;
    height: 100%;
    font-size: 21px;
    line-height: 32px;
  }

.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.25rem;
    width: 280px;
  }
  
  .dropdown-menu li a {
    white-space: normal;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  }

  .dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: normal;
    background-color: transparent;
    border: 0;
  }

  .input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.dropdown-toggle {
  white-space: normal;
}

.navbar-toggler {
  padding: 0.25rem 0.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid #5a67d8;
  border-radius: 0.25rem;
  /*transition: box-shadow 0.15s ease-in-out;*/
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
    border: 1px solid #5a67d8;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  border: 1px solid #5a67d8;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}


.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #5a67d8;
    outline: 0;
}

.btn-outline-indigo {
    color: #9ca3af;
    border-color: #ced4da;
  }
  .btn-outline-indigo:hover {
    color: #fff;
    background-color: #5a67d8;
    border-color: #5a67d8;
  }
  .btn-check:focus + .btn-outline-indigo, .btn-outline-indigo:focus {
    box-shadow: 0 0 0 0rem rgba(108, 117, 125, 0.5);
  }
  .btn-check:checked + .btn-outline-indigo, .btn-check:active + .btn-outline-indigo, .btn-outline-indigo:active, .btn-outline-indigo.active, .btn-outline-indigo.dropdown-toggle.show {
    color: #fff;
    background-color: #5a67d8;
    border-color: #5a67d8;
  }
  .btn-check:checked + .btn-outline-indigo:focus, .btn-check:active + .btn-outline-indigo:focus, .btn-outline-indigo:active:focus, .btn-outline-indigo.active:focus, .btn-outline-indigo.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
  }
  .btn-outline-indigo:disabled, .btn-outline-indigo.disabled {
    color: #6c757d;
    background-color: transparent;
  }

  .svg-gray {
    color: #a8a3af;
  }

  .svg-gray:hover {
    color: #6b7280;
  }

  .svg-gray:focus {
    color: #5a67d8;
  }

  .svg-16-old {
    cursor: pointer;
  }

  .bg-indigo {
    background-color: #5a67d8;
  }

.rounded-lg {
    border-radius: .5rem;
}

.bg-cover {
  background-size: cover;
}

.overlay {
  position: relative;
}

.overlay::before {
  content: '';
  border-radius: .5rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: .2s ease;
}

.overlay:hover::before {
  opacity: 0.5;
}

.content-card-text {
  position: absolute;
  padding: 30px 15px 15px 15px;
  right: 0;
  bottom: 0;
  left: 0;
  color: white;
  text-shadow: 0 0 2px rgb(0 0 0 / 50%);
  border-radius: .5rem;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.content-card-icon {
  width: 32px;
  height: 32px;
  position: absolute;
  /*padding: 15px;*/
  top: 15px;
  left: 15px;
  fill: #fff;
}

.svg-shadow {
  -webkit-filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, .4));
  filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, .4));
}

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.275) !important;
}

.svg-social {
  color: rgba(0, 0, 0, 0.3);
}

.vk:hover {
  color: #4680c2;
}

.fb:hover {
  color: #3b5998;
}

.instagram:hover {
  color: #30618A;
}

.youtube:hover {
  color: #FF0000;
}

.twitter:hover {
  color: #1DA1F2;
}

.glasses:hover {
  color: #000000;
}

.topbar {
  height: 150px;
  background: #ffffff url(../images/topbar-bg.jpg);
  position: relative;
  z-index: 1;
  border-bottom: solid 1px #ff3023;
}

footer {
  border-top: solid 1px #cccccc;
}

.copyright {
  border-top: solid 1px #ff3023;
  background: #ffffff url(../images/topbar-bg.jpg);
}

.bg-red-brand {
  background-color: #ff3023 !important;
}

.btn-red-brand {
  color: #fff;
  background-color: #ff3023;
  border-color: #ff3023;
}

.btn-red-brand:hover {
  color: #fff;
  background-color: #b8271d;
  border-color: #b8271d;
}

.main-title{
  background: #ffffff url(../images/topbar-bg.jpg);
}

.news-outer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.125);
}

.news a, h5 {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.55);
  text-decoration: none;
}

.news a:hover, h5:hover {font-weight: 700; color: #1e411d; text-decoration: none;}

.news hr {
  margin: 0 0 10px 0;
  color: rgba(0, 0, 0, 0.25);
  background-color: currentColor;
  border: 0;
  /*opacity: 0.125;*/
  border-style: dotted;
}

.social-icons-1 {
  padding: 0;
  list-style: none;
  margin: 10px;
}
.social-icons-1 li {
  display: inline-block;
  position: relative;
}
.social-icons-1 svg {
  fill: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
  text-align:center;
  transition: all 0.3s ease-out;
}
.social-icons-1 a {
  display: inline-block;
}
.social-icons-1 a:before {
  transform: scale(1);
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: block;
  transition: all 0.3s ease-out;
}
.social-icons-1-ok a:before {
  background: #F2720C;
}
.social-icons-1-vk a:before {
  background: #45668e;
}
.social-icons-1-twitter a:before {
  background: #00aced;
}
.social-icons-1-facebook a:before {
  background: #3b5998;
}
.social-icons-1 a:hover:before {
  transform: scale(0);
  transition: all 0.3s ease-in;
}
.social-icons-1 a:hover svg {
  transform: scale(1.8);
  fill: #337AB7;
  transition: all 0.3s ease-in;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{ display: block; }
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
}	
/* ============ small devices .end// ============ */

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0px rgba(13, 110, 253, 0.25);
}