:root {
  --btn-primary: linear-gradient(180deg, #2B6844 0%, #189D4E 100%);
  --btn-secondary: linear-gradient(180deg, #DBC474 0%, #FEFD12 100%);
  --green-dark: #2B6844;
  --green: #189D4E;
  --green-light: #77EAA5;
}
a {
    color:#1E8045;
}
a:hover {
    color:var(--green);
    opacity: 0.8;
    text-decoration: none;
    transition: ease-in 0.3s;
}

body {
    font-size: 0.9rem;
    background-color: #eee;
}
.btn-secondary {
   font-family: 'Conv_FiraSansExtraCondensed-Regular', sans-serif; 
}
.btn.btn-green {
    color: #fff;
}
header {
    position: relative;
    z-index: 10;
}
.top-navbar {
    background: #666;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
    padding: 10px 0px;
}
.navbar-brand {
    font-size: 0.9rem;
}
.tn-logo-block, .tn-menu-block, .tn-soc-block {
    display: flex;
    align-content: space-between;
    align-items: center;
    justify-content: center;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}
.navbar-expand-lg .navbar-nav {
    margin-right: 30px;
}
.tn-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tn-logo img {
    height: 55px;
    margin-right: 10px;
}
.top-navbar img {
    float: left;
}
.tn-logo__text {
    color: #fff;
}
.tn-logo__text span{
    color: var(--green-light);
}
.tn-menu {
    text-transform: uppercase;
    font-family: 'Cuprum-Regular', sans-serif;
    font-size: 18px;
}
.navbar-dark .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link a:active {
    color: #eee;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: var(--green-light);
}
.navbar {
    padding: 0;
}

/* Кнопки соц сетей */
.top-contact__phone .bordered_btn i {
    color:#EEEEEE;
}
.top-contact__socbtn {
    display: inline;
}
.bordered_btn {
    padding:0px 5px;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
}
.bordered_btn:hover, .bordered_btn i:hover {
    opacity: 0.9;
}
.tn-soc-btn i{
    font-size: 18px;
    margin-top: 5px;
}
.gray {
   border: solid 1px #EEEEEE;
   color: #EEEEEE;
}
.viber {
   color: #814FEB;
   border: solid 1px #814FEB;
}
.whatsapp {
    color: #00AA30;
    border: solid 1px #00AA30; 
}
.instagram {
    color: #ED4856;
    border: solid 1px #ED4856; 
}
.vk {
    color: #0986FA;
    border: solid 1px #0986FA; 
}
.odnoklassniki {
    color: #FA8B09;
    border: solid 1px #FA8B09; 
}
.telegram-plane {
    color: #007CAA;
    border: solid 1px #007CAA; 
}
.envelope, .color-gray {
    color: #EEEEEE;
    border: solid 1px #EEEEEE; 
}
/* КОНЕЦ Кнопки соц сетей */
/* Форма поиска */
.search-form .form-inline {
    display: inline;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Cuprum-Regular', sans-serif;
}
.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    height: 30px;  
}
.search-form {
    margin-left: 10px;
}
.search-form button {
}
.search-form .form-control, .btn-dark {
    border-radius: 0;
    background: #C4C4C4;
    color: #888888;
    height: 30px;
}
.btn-dark {
    background: #444444;
}
/* КОНЕЦ Форма поиска */
/* Секция 1 */
.main-image {
    height: 390px;
    background: url(../img/azs5.jpg), #333;
    background-blend-mode: overlay;
    background-size: cover;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    z-index: 10;
    position: relative;
}
.mi-left-block {
    font-family: 'Cuprum-Regular', sans-serif;
    margin-left: 25px;
    position: relative;
    height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mi-left-block__top {
    font-size: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.mi-left-block__top img {
    height: 20px;
    width: 20px;
    margin-right: 15px;
}
.mi-left-block__text {
    color: #A09E9E;
    font-size: 16px;
    margin: 10px 0;
}
.mi-left-block__text p {
    color: #DCD8D8;
}
.mi-left-block__btn .btn-yellow {
    width: 110px;
}
.btn {
    font-family: 'Cuprum-Regular', sans-serif;
}
.btn-green {
    padding: 7px 33px;
    font-family: 'Cuprum-Regular', sans-serif;
    background: linear-gradient(180deg, #2B6844 0%, #189D4E 100%);
    border: 1px solid #4A9B6A;
    box-shadow: 2px 4px 14px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    width: auto;
}
.btn-green:hover  {
    opacity: 0.8;
    color: #eee;
}
.btn-yellow {
    background: linear-gradient(180deg, #DBC474 0%, #FEFD12 100%);
    border: 1px solid #F5F5EF;
    box-shadow: 2px 4px 14px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    color: #000;
    text-transform: uppercase;
}
.btn-yellow:hover {
    color: #555;
}
.mi-left-block__btn a:first-child {
    margin-right: 15px;
}
/* КОНЕЦ Секция 1 */
/* Секция "Заказчики" */
#clients {
    background: url(../img/s3-bg2-1.svg) no-repeat,
    url(../img/road-bg.jpg) repeat-x;
    font-family: 'Cuprum-Regular', sans-serif;
    height: 430px;
    padding-top: 30px;
    background-position: bottom, 0;
    background-size: contain;
}
.clients-title {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #2B6844;
    margin-bottom: 30px;
}
.clients-title p {
    font-size: 18px;
    color: #000;
    font-weight: normal;
}
.clients-item {
    font-size: 15px;
    text-align: center;
    line-height: 18px;
}
.clients-item img{
    margin-bottom: 20px;
}
#clients .btn {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
    top: 75px;
}
/* КОНЕЦ Секция "Заказчики" */
/* Секция "Преимущества" */
#features {
    height: 430px;
    background: url(../img/colonka2.png) no-repeat,
    #565957;
    background-position: 5% bottom, 0;
    padding-top: 5px;
    padding-bottom: 20px;
}
.f-left-item {
    background: #FDFDFD;
    margin-bottom: 7px;
    display: flex;
}
.f-left:last-child {
    margin-bottom: 0!important;
}
.f-left-item__img {
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 85px;
}
.f-left-item__img  img{
    height: 40px;
}
.f-left-item__text {
    box-shadow: -3px 0px 4px rgba(0, 0, 0, 0.25);
    padding: 10px 10px 0px 10px;
    font-family: 'Montserrat-Regular', sans-serif;
}
.f-left-item__title {

    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}
.f-left-item__desc {
    font-size: 14px;
    line-height: 14px;
}
.f-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.f-right img {

}
/* КОНЕЦ Секция "Преимущества" */
/* Секция АЗС Фото */
#photo-azs {
    background: url(../img/azs-bg0.svg) no-repeat,
    url(../img/azs-bg2.svg) no-repeat,
    url(../img/azs-bg3.svg) no-repeat,
    #D1D1D1;
    background-position: right bottom,
    -5% -78%,
    -4% 133%;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}
.photo-azs-left__title {
    font-family: 'Exo2', sans-serif;
    font-size: 18px;
    text-align: center;
    color: #2B6844;
    font-weight: 600;
    margin-bottom: 20px;
}
.photo-azs-left__title p {
    font-size: 14px;
    color:#333;
    font-weight: normal;
}
.photo-azs-btn {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    margin-top: 50px;
}
.photo-azs-btn a {
    width: 170px;
}
/* КОНЕЦ Секция АЗС Фото */
/* Секция Контакты */
#contact {
    background: url(../img/road3.jpg) no-repeat;
    background-color: #BBBBBB;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 40px;
}
.contact__title {
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Cuprum-Regular', sans-serif;
}

.contact__title1 {
    font-size: 24px;
    color: #EEEEEE;
    margin-bottom: 15px;
    text-shadow: 1px 2px 13px #444;
}
.contact__title2 {
    font-size: 20px;
    color: #444444;
}
.contact__left {
    padding: 20px 10px 20px 30px;
    background: #FBFBFB;
    opacity: 0.7;
    font-family: 'Cuprum-Regular', sans-serif;
    color: #000;
    font-size: 16px;
    height: 100%;
}
.contact__right {
    display: flex;
    align-items: center;
    height: 100%;
}
.contact__right img {
    height: 100%;
}
.contact__left .btn {
    margin-top: 10px;
}
.contact__left i {
    font-size: 18px;
    margin-top: 5px;
}
.contact__left .color-gray {
    color: #777;
    border: solid 1px #777;
}
.contact_adres_title {
    color: #777;
}
.contact__phone, .contact__email, .contact__worktime {
    font-family: 'Cuprum-Bold', sans-serif;
}
/* КОНЕЦ Секция Контакты */
/* Футер */
#toTop {
    width: 45px;
    height: 45px;
    border: 1px solid #ccc;
    text-align: center;
    background: #eee;
    padding: 12px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    display: none;
    color: #333;
    font-family: verdana;
    font-size: 16px;
    opacity: 0.6;
    border-radius: 2rem;
    z-index: 9;
}
#footer {
    background: #24332B;
    box-shadow: 0px -8px 10px rgb(0 0 0 / 25%);
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.footer-text {
    color: #bbb;
    font-size: 16px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}
.footer-soc-btn {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}
/* КОНЕЦ Футер */

/* Отдельная страница */
.page-title {
    background: url(../img/azs5.jpg), #333;
    background-blend-mode: overlay;
    background-size: cover;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    z-index: 10;
    position: relative;
    padding: 50px 0;
    background-position: 0 10%;
}
.page-title h1 {
    font-family: 'Cuprum-Regular', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 0 25px;
}
.page-content {
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: 'Exo2';
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}
.page-content a {
    text-decoration: none;
   
}
.products-img {
    position: relative;
    margin-bottom: 15px;
}
.products-icons {
    position: absolute;
    top: 25px;
    left: 25px;
}
.products-icons img {
    height: 20px;
    width: 20px;
    margin-right: 15px;
}
.products-img__img {
    width: 100%;
}
.products-icons p {
    font-family: 'Cuprum-Regular', sans-serif;
    font-size: 20px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: #fff;
}
.delivery-title h2, h2 {
    font-family: 'Cuprum-Regular', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #189D4E;
    display: inline;
}
.delivery {
    font-family: 'SourceSansPro-Regular', sans-serif;
    margin-bottom: 20px;
}
.delivery li span {
    font-weight: bold;
}
.delivery-title img {
    margin-right: 15px;
}
.delivery-price {
    font-size: 16px;
    color: #189D4E;
    font-weight: bold;
    margin-bottom: 15px;
}
.delivery ul li {
    margin: 10px 0;
}
.page-aside {
    margin-top: 30px;
    background: #CCCCCC;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.page-aside a {
    text-decoration: none;
}
.page-aside a:hover {
    opacity: 0.8;
}
.aside-item {
    background: #f8f8f8;
    padding: 15px;
    margin: 15px;
    display: flex;
}
.aside-title {
    background: #474E56; 
    font-family: 'Cuprum-Regular', sans-serif;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    padding: 10px 10px 10px 20px;
}
.aside-item__img {
    margin-right: 10px;
}
.aside-item__text {
    font-family: 'Cuprum-Regular', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.aside-item__text_head {
    font-size: 16px;
    color: #CA1B10;
    line-height: 20px;
}
.aside-item__text_desc {
    font-size: 13px;
    color: #444444;
}
.aside-item__text_btn {
    text-align: right;
}
.aside-item__text_btn:after {
    content: "\f101";
    font-family: 'FA';
}
.page-partners__item_img img{
    height: 45px;
    width: 45px;
    margin-right: 5px;
}
.page-partners__item {
    background: #F8F8F8;
    display: flex;
    flex-flow: row;
    width: 220px;
    align-items: center;
    padding: 10px;
    font-size: 13px;
    color: #000;
    line-height: 16px;
    margin:auto;
    text-align: left;
}
.page-partners {
    margin-top: 20px;
}
.page-partners-row {
    display: flex;
    align-content: space-between;
    margin-bottom: 20px;
}
.pdf:before {
    content: "\f1c1";
    font-family: 'FA';
    color: #FB0404;
    margin-right: 10px;
}
.word:before {
    content: "\f1c2";
    font-family: 'FA';
    color: #14A6EE;
    margin-right: 10px;
}
.aside-btn {
    margin: 20px;
    text-align: center;
}
/* КОНЕЦ Отдельная страница */
/* Форма для связи */
#form1 .modal-header {
    background: linear-gradient(180deg, #2B6844 0%, #189D4E 100%);
    color: #fff;
}
#form1 .modal-title {
font-family: 'Cuprum-Regular',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
font-size: 1.2rem;
font-weight: normal;
}
#form1 .close {
    color: #fff;
    border: navajowhite;
    font-size: 1rem;
    background: #5e9d78;
    padding: 2px 10px;
}
#form1 p {
    padding: 20px 0 0 20px;
    font-weight: bold;
}
#form1 input {
    margin-bottom: 10px;
}
#form1 .custom-control.custom-checkbox {
    margin: 10px 0 20px 0;
}
#form1 .custom-checkbox.form-check-input:checked {
    color: #fff;
    border-color: var(--green)!important;
    background-color: var(--green)!important;
}
#jGrowl {
    font-size:16px;
    margin:0px 12px 0; 
}
.jGrowl.top-right {
    left:35% !important; 
    top:35% !important;
}
#jGrowl .jGrowl-notification {
    position: relative;
    width: 320px;
    padding: 15px;
    text-align:center;
    background: linear-gradient(180deg, #2B6844 0%, #189D4E 100%)!important;
    box-shadow: 0 0 0 7px #8ab933 !important;
}
#jGrowl .jGrowl-notification .jGrowl-close {
    position: absolute;
    right: 4px;
    top: 4px;
    color: #fff !important;
}
#jGrowl .jGrowl-notification .jGrowl-message {
    color:#fff !important;
}
/* КОНЕЦ Форма для связи */

/* Слайдеры */
#owl-main-news .owl-prev, #owl-main-news .owl-next, #owl-azs-photos1 .owl-prev, #owl-azs-photos2 .owl-prev, #owl-azs-photos1 .owl-next, #owl-azs-photos2 .owl-next {
    padding: 5px 12px !important;
    color: #fff;
    background: #c4c4c4;
    position: absolute;
    top: 40%;
    font-size: 25px;
    border-radius: 50%;
    opacity: 0.6;
}
#owl-azs-photos1 .owl-prev, #owl-azs-photos2 .owl-prev {
    left:0px;
}
#owl-azs-photos1 .owl-next, #owl-azs-photos2 .owl-next {
    right:0px;
}
#owl-azs-photos1 .item, #owl-azs-photos2 .item {
    border: 3px solid #dfdcdc;
}
/* КОНЕЦ Слайдеры */
/* Поиск */
.simplesearch-result {
    margin: 20px 0px;
}
.simplesearch-result a {
    color: var(--green);
}
.simplesearch-result a:hover {
    opacity: 0.6;
}
/* КОНЕЦ Поиск */

/* Новости */
.news-block-img img {
    height: auto;
    width: 100%;
    border: 1px solid #ccc;
}
.news-block-date {
    background-color: rgba(0,0,0,.3);
    color: #fff;
    display: block;
    padding: 2px 7px;
    text-align: center;
    font-size: 13px;
}
.full-news__date{
    background-color: rgba(0,0,0,.3);
    color: #fff;
    display: block;
    padding: 2px 7px;
    text-align: center;
    position: absolute;
}
.news-block-on-page {
    margin-bottom: 20px;
    background-color: #fff;
    padding: 15px 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.news-block-on-rb {
    margin-bottom: 30px;
    background-color: #f5f5f5;
    padding: 15px 5px;
}
.news-block-text {
    font-size: 13px;
}
.news-block-text a p {
    color: #333;
}

.news-block-text h5 {
    font-size: 18px;
    font-family: 'Cuprum-Regular', sans-serif;
}
.news-img-content {
    margin-right: 1rem;
    margin-bottom: 1rem;
    max-width: 100%;
    float: left;
    border: 1px solid #ccc;
}
.share {
    display: flex;
    margin-top: 15px;
    border-top: 1px solid #ccc;
    padding-top: 15px;
    flex-direction: row;
    margin-bottom: 25px;
}
.mi-news-block {
    height: auto;
    width: 450px;
    position: relative;
    top: 40%;
    padding: 10px 10px 10px 10px;
    background: rgba(204, 204, 204, 0.3);
    opacity: 0.9;
    box-sizing: border-box;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);
    margin-right: auto;
    margin-left: 30px;
    border-radius: 5px;
}
.mi-news-block__item .item {
    display: flex;
    background: rgba(238, 238, 238, 0.9);
    height: 100px;
}
.mnb__item-date {
    position: absolute;
    font-size: 11px;
    color: #fff;
    background-color: rgba(0,0,0,.3);
    padding: 1px 3px;
}
.mnb__item-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 7px 7px 0px 7px;
}
.owl-carousel .owl-item .mnb__item-img img {
    width: auto;
}
.mnb__item-right a {
    font-size: 13px;
    line-height: 13px;
    color: #444444;
    font-family: 'Cuprum-Regular', sans-serif;
    text-decoration: none;
}
.mnb__item-right .mnb__item-head a {
    font-size: 16px;
    color: #CA1B10;
}

.mnb__item-right .aside-item__text_btn {
    color: var(--green);
}
#owl-main-news .owl-prev, #owl-main-news .owl-next {
    top: 30%;
}
#owl-main-news .owl-prev {
    left: -25px;
    background: #c4c4c494;
}
#owl-main-news .owl-next {
    right: -25px;
    background: #c4c4c494;
}
.owl-dots, #owl-main-news .owl-dots {
    text-align: center;
    margin-top: 5px;
}
.owl-dots .owl-dot span, #owl-main-news .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #e8e2e2;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-dots .owl-dot.active span,
#owl-main-news .owl-dots .owl-dot.active span{
    background: var(--green);    
}
#owl-azs-photos1 .owl-dots .owl-dot.active span {

}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: inherit;
}
#owl-main-news .owl-nav.disabled {
    display: none;
}
/* КОНЕЦ Новости */
/* Пагинация */
.page-item.active .page-link {
    background-color: var(--green);
    border-color: var(--green);
}
.page-link {
    color: var(--green);
}
.page-link:hover {
    color: var(--green);
}
/* КОНЕЦ Пагинация Pagination */
/* Фотографии */
.all-photo__item {
    margin-bottom: 10px;
    text-align: center;
    position: relative;
}
.all-photo__item img {
    border: 1px solid #ccc;
}
.all-photo__item .fa-search-plus {
    position: absolute;
    color: #ccc;
    font-size: 70px;
    z-index: 10;
    opacity: 0.2;
    top:40%;
    left:40%;
}
/* КОНЕЦ Фотографии */