/*
Max content widths
*/
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto
}
:root {
  --primary: #008AD1;
  --secondary: #282828;
} 
body {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 120%;
  font-size: 16px;
  color: var(--secondary);
  font-style: normal;
}

/*
Main content
*/
.navbar-header {
    width: 100%;
}
#content article {
  margin-bottom: 40px
}
#content header {
  margin: 20px 0
}
#content section {
  margin-bottom: 20px
}
#content footer {
  padding-bottom: 20px
}


/*
Hide form placeholders on focus
*/

input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color: transparent; } /* FF 19+ */
textarea:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color: transparent; } /* FF 19+ */ 

#banner {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -85px;
}
.primary-menu a.nav-link {
    color: #fff;
    font-weight: 600;
    word-wrap: break-word;
    padding: 0px;
}
.primary-menu a.nav-link:hover {
  color: var(--primary);
}
.primary-menu li {
  width: 138px;
  text-align: center;
}
.primary-menu .dropdown-menu li {
  text-align: left;
}
li#menu-item-329, li#menu-item-338 {
  width: 160px;
}
li#menu-item-336, li#menu-item-345 {
    width: 93px;
}
li#menu-item-337 {
    width: 100px;
}
li#menu-item-204, li#menu-item-343 {
    width: 156px;
}
li#menu-item-207 {
    width: 148px;
}
li#menu-item-346 {
    width: 90px;
}
li#menu-item-352 {
    width: 128px;
}
.pll-parent-menu-item {
  width: 80px !important;
}
.pll-parent-menu-item .dropdown-menu {
  min-width: 5rem !important;
}    
.header-wrapper {
    padding-top: 10px;
}
.navbar-header .container{
   position: relative;
}
.navbar-header .container::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0.5;
}
.navbar-header.is-sticky{
  position:fixed!important;
  z-index:1000;
  top:0;
  right:0;
  left:0;
  padding-bottom: 10px;
  background: rgb(0, 0, 0, 0.8);
  box-shadow:2px 7px 5px rgba(0,0,0,.1)
}
.banner_content {
    height: 100vh;
    display: flex;
    align-items: center;
    align-content: center;
}
.banner_description {
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    line-height: 135%;
}  
.banner_description span {
   font-weight: 700;
}
.dropdown-toggle::after {
    display: inline-block;
    content: "";
    width: 0.45em;
    height: 0.45em;
    margin-left: .35em;
    vertical-align: middle;
    border: solid currentColor;
    border-width: 0 0.12em 0.12em 0;
    transform: rotate(-45deg);
    box-sizing: border-box;
}
.dropdown.show .dropdown-toggle::after {
  transform: rotate(45deg);
  margin-top: -5px;
  transition: 0.5s;
}

.banner_buttons {
    display: flex;
}
.banner_buttons .btn {
  width: 250px;
  height: 61px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
.btn-primary {
  background: var(--primary);
  border: solid 2px transparent;
}
.btn-transparent {
  border: solid 2px rgb(255,255,255,0.2);
}
.banner_buttons .btn {
  padding-left: 30px;
}
.banner_buttons .btn-primary:before{
  position: absolute;
  left:20px;
  top:18px;
  content: url('../img/chat.svg');
}
.banner_buttons .btn-primary:after{
  position: absolute;
  right:5px;
  top:18px;
  content: url('../img/arrow-left.svg');
}
.banner_buttons .btn-transparent:before{
  position: absolute;
  left:47px;
  top:18px;
  content: url('../img/button_phone.svg');
}
.banner_buttons .btn-primary:hover {
  background: transparent;
  border-color: rgb(255,255,255,0.2);
}
.banner_buttons .btn-transparent:hover {
  background: var(--primary);
  border-color: transparent;
}
h2 {
  font-weight: 600;
  font-size: 56px;
}
.owl-sale a, .sale_block a {
  text-decoration: none;
  color: var(--secondary);
  font-weight: 500;
  font-size: 18px;
}
.owl-nav {
    position: absolute;
    top: -79px;
    right: 36px;
    width: 70px;
    display: flex;
    justify-content: space-between;
}
.owl-prev, .owl-next {
  width: 48px;
  height: 48px;
  padding: 0 24px;
  border-radius: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.owl-prev {
  background-image: url('../img/left.svg');  
}
.owl-next {
  background-image: url('../img/right.svg');  
  margin-left: 12px;
}
.owl-prev:hover, .owl-next:hover {
  background-color: var(--primary);
}
.owl-prev:hover {
  background-image: url('../img/left-hover.svg');
}
.owl-next:hover {
  background-image: url('../img/right-hover.svg');  
}
.pagination {
  justify-content: center;
  color: var(--primary);
  font-weight: 800;
}
ul.pagination a {
    text-decoration: none;
    color: #000;
}
ul.pagination li {
    margin: 0 5px;
    border: solid 1px #ccc;
    padding: 2px 8px;
    width: 30px;
    display: flex;
    justify-content: center;
    border-radius: 5px;
}
ul.pagination li:hover {
    background: var(--primary);
    color: #fff;
}
ul.pagination li:hover a{
    color: #fff;
}
.featured-post a {
    text-decoration: none;
    color: #333;   
}
.featured-post h4 {
    font-size: 18px !important;   
}
.tw-recent-posts .featured-post {
    padding-bottom: 30px;
    border-bottom: solid 1px #eee;
}
.more_info {
    display: flex;
    justify-content: center;
}
.more_info .read_more {
  width: 245px;
  height: 61px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.sale_photo img {
    border-radius: 28px;
}
.about_us {
  background: var(--primary);
  border-radius: 32px 0 0 32px;
  padding: 60px 30px 60px 0;
  margin-left: 3%;
}
.about_description {
  line-height: 120%;
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  padding-right: 155px;
}
.about_description2 {
  line-height: 120%;
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  padding-left: 210px;
  position: relative;
}
.about_us h2 {
  font-size: 54px;
}
.about_description2 img {
    position: absolute;
    left: 130px;
}
.about_buttons {
    display: flex;
}
.about_buttons .btn {
  width: 233px;
  height: 61px;
  border-radius: 16px;
  font-weight: 600;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_buttons .btn-white {
  border: solid 2px transparent;
  background: #fff;
  color: #141414;
}
.about_buttons .btn-transparent {
  color: #fff;
}
.about_buttons .btn-white:hover{
  background: transparent;
  border-color: rgb(255,255,255,0.2);
  color: #fff;
}
.about_buttons .btn-transparent:hover {
  color: #141414;
  background: #fff;
  border-color: transparent;
}
.block_gallery h3 {
  color: #000;
  font-weight: 700;
  font-size: 24px;
  padding-right: 25px;
}
.first {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 25px;
}
.block_left .first ul {
    padding-right: 150px;
}
.block_right .first ul {
    padding-left: 150px;
}
.first li {
    margin-bottom: 5px;
}
.block_gallery h2.desktop {
    padding-top: 50px;
}
.block_gallery .block_left p  {
  text-align: justify;
  padding-right: 50px;
}
.block_gallery .block_right {
  padding-left: 50px;
}
.block_gallery .block_right p  {
  text-align: justify;
}
.block_gallery .btn {
  width: 246px;
  height: 61px;
  font-size: 18px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.gallery_main_photo {
  text-align: center;
}
.gallery_main_photo img, .owl-gallery img {
  border-radius: 28px;
}
#komplect .container, #avto .container {
    border-top: solid 1px var(--primary);
    padding-top: 30px;
}
.about_us.cooperation h2 {
  font-size: 36px;
}
.about_cooperation {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}
.cooperation_block {
    width: 50%;
    font-size: 18px;
    padding-right: 50px;
}
.punkt_num {
  font-weight: 800;
  font-size: 18px;
}
.about_us.cooperation .about_description {
  line-height: 140%;
}
#bottom_banner {
  width: 100%;
  height: 568px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding-bottom: 30px;
}
.messendgers {
    background: #F5F5F5;
    border-radius: 32px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.messendgers .label {
  font-weight: 600;
  font-size: 18px;
  width: 25%;
  padding-right: 30px;
}
.mess_block {
  width: 272px;
  height: 61px;
  background: #fff;
  border-radius: 16px;
}
.mess_block a {
    display: flex;
    width: 100%;
    height: 61px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #282828;
    font-weight: 600;
    font-size: 16px;
}
.mess_block img {
    padding-right: 10px;
}
.mess_block:hover {
    background: var(--primary);
}
.mess_block:hover a {
  color: #fff;
}
.post_name {
    padding: 0 10px;
    text-align: center;
}
.faq_title {
  position: relative;
  margin: 100px 0 50px;
}
.faq_title:before {
    content: '';
    height: 1px;
    width: 20%;
    background: var(--primary);
    position: absolute;
    top: -35px;
    left: 40%;
}
button.btn-faq {
    background: none;
    border-width: 0px 0px 1px 0px;
    border-color: rgb(245, 245, 245, 0.3);
    color: #000;
    font-weight: 400;
    font-size: 18px;
    height: 50px;
    width: 100%;
    text-align: left;
    padding-left: 30px;
    position: relative;
}
button.btn-faq:before {
  position: absolute;
  left: 4px;
  top:17px;
  content: url('../img/faq-arrow.svg');
}
.btn-contact {
  width: 225px;
  height: 50px;
  font-size: 18px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-left: 27px;
}
.btn-contact:before{
  position: absolute;
  left:18px;
  top:13px;
  content: url('../img/button_phone.svg');
}
.contact_us {
  color: #000;
  font-size: 14px;
  line-height: 130%;
  margin: 50px 0;
  position: relative;
} 
.contact_us:before {
    content: '';
    height: 1px;
    width: 45px;
    background: var(--primary);
    position: absolute;
    top: -22px;
  }
  .contact_us:after {
    content: '';
    height: 1px;
    width: 45px;
    background: var(--primary);
    position: absolute;
    bottom: -22px;
  }
.contact_us a {
    color: #000;
    text-decoration: none;
}
a.mess.telegram img {
    width: 19px;
}
a.mess {
    margin: 0 5px;
}
#footer {
  background: #263238;
}
footer#footer .footer_about {
    color: #fff;
    text-align: justify;
    font-size: 13px;
    font-weight: 500;
    padding-right: 50px;
}
footer#footer .logo {
  margin-bottom: 20px;
}
footer#footer li {
    list-style-type: none;
    margin-bottom: 15px;
}
footer#footer a {
  text-decoration: none;
  color: #fff;
}
footer#footer a:hover {
  color:var(--primary);
}
.delivery {
    color: #fff;
    padding-left: 52px;
    font-size: 14px;
    position: relative;
    margin-top: 42px;
}
.delivery:before{
  position: absolute;
  left:30px;
  top:1px;
  content: url('../img/delivery.svg');
}
.delivery:after{
  position: absolute;
  left:30px;
  top:-8px;
  height: 1px;
  width: 45px;
  background: var(--primary);
  content: '';
}
.site-sub-footer {
  color: #aaa;
  display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
}
#footer h4 {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary);
}
.block_fixed {
    position: fixed;
    top: 40vh;
    right: 0px;
    z-index: 100;
}
.block_fixed .fixed {
  background: var(--primary);
  padding-left: 20px;
  margin: 8px 0;
  height: 60px;
  width: 120px;
  border-radius: 10px 0 0 10px;
}
.block_fixed a {
    width: 100%;
    height: 60px;
    display: flex;
  align-items: center;
}
.fixed:hover {
    background: #333;
}    
#footer .wpcf7-response-output {
    color: #fff !important;
}
#footer .wpcf7 label {
  color: #aaa;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 4%;
  line-height: 140%;
}
#footer .wpcf7 input {
  background: #263238;
  border-width: 0px 0px 1px 0px;
  border-color: #fff;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  color: #fff;
}
.wpcf7 input:focus-visible {
  outline: none;
 }
 #footer .wpcf7 .wpcf7-submit {
  background: var(--primary);
  width: 225px;
  height: 50px;
  border-radius: 13px;
  border-color: transparent;
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 500;
 }
 #footer .wpcf7 .wpcf7-submit:hover{
  background: transparent;
  border-color: var(--primary);
  border-width: 1px;
 }
  #footer .wpcf7 .submit {
    position: relative;
  }
 #footer .wpcf7 .submit:before {
    position: absolute;
    left: 40px;
    top: 13px;
    content: url(../img/chat.svg);
    z-index: 10;
}
button.btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
}
.modal-body form.wpcf7-form.init {
    text-align: center;
}
.modal-body input, .page-template-template_contacts input {
  height: 46px;
  padding-left: 15px;
  width: 100%;
}
.modal-body label, .page-template-template_contacts label {
  width: 100%;
}
.modal-body textarea, .page-template-template_contacts textarea {
  height: 80px;
  padding-left: 15px;
  width: 100%;
}
.modal-body .wpcf7-submit, .page-template-template_contacts  .wpcf7-submit {
  background: var(--primary);
  border-radius: 13px;
  border-color: transparent;
  color: #fff;
}
.block_gallery h2.mobil {
  display: none;
}
.dropdown-menu {
    top: 39px;
}
.nav-pills .show>.nav-link {
  background: transparent;
}
.primary-menu .dropdown-menu li {
    width: 100%;
}
.owl-carousel img:hover {
    box-shadow: 3px 3px 10px #ccc;
    transition: 0.5s;
}
.single-post header.navbar-header, .archive  header.navbar-header, .page-template-template_contacts header.navbar-header, .error404 header.navbar-header{
    background: #333;
    padding-bottom: 10px;
}
.nav-pills .nav-link.active {
  background: transparent;
  color: var(--primary);
}
.page-template-template_contacts .contact_us:before {
  display: none;
}
.charact_block {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: solid 1px #eee;
    padding: 10px 10px 10px 30px;
    position: relative;
    align-items: center;
}
.charact_block:before {
    content: url(../img/check-box.png);
    position: absolute;
    left: 0px;
    top: 7px;
}
#ramka h3 {
    font-weight: 800;
}
section#ramka .row {
    padding-bottom: 50px;
    border-bottom: solid 1px var(--primary);
}
section#ramka .container .row:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}
.charact_value, #ramka h5 {
    font-weight: 600;
}
.service_description {
    line-height: 140%;
    text-align: justify;
}
.block_ramka .btn {
  width: 225px;
  height: 50px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.row.ramka1 {
    flex-direction: row-reverse;
}
section#avto_change h2 {
    font-size: 38px;
}
section#avto_change p {
    text-align: justify;
    line-height: 140%;
    font-weight: 600;
}
.page-content ul {
  padding-left: 0px;
}
.page-content li {
  position: relative;
  list-style-type: none;
  padding-left: 30px;
  margin-bottom: 10px;
}
.page-content li:before {
    content: url(../img/check-box.png);
    left: -4px;
    top: -2px;
    position: absolute;
}
section#seo p {
    text-align: justify;
}
.open_menu {
  display: none;
}
#banner.cooperation, #banner.cooperation .banner_content {
  height: 70vh;
}
.text-center.all_news {
    margin-bottom: 60px;
}

h2.cooperation_title {
    font-size: 30px;
}
.cooperation_block2 svg {
  color: var(--primary);
  margin-left: 40px;
  height: 50px;
  width: auto;
}
.cooperation_block svg {
  color: #fff;
  margin-left: 0px;
  height: 50px;
  width: auto;
}
.cooperation_block2 .sub_block {
    color: #000;
    font-size: 20px;
    padding-right: 20px;
    line-height: 140%;
}
.cooperation_block2 .punkt_num {
    color: #000;
    display: flex;
    align-items: center;
}
.page-template-template_contacts h1{
  padding-left: 15px;
}
.single #content section img {
    width: 100% !important;
    height: auto;
}
.modal-form .submit {
    text-align: center;
}
a.mess.viber {
    margin-right: 0px;
}

/* Responsive  */

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-start;
    }
}



/*
Toogle button
*/
@media (max-width: 991px) {
  .logo img {
    position: relative;
    z-index: 1000;
  }
.open_menu {
  display: block;
}  
.phone.open_menu a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}
.pll-parent-menu-item .dropdown-toggle {
    display: none;
}
.primary-menu .pll-parent-menu-item li {
    width: 33% !important;
}
.primary-menu .pll-parent-menu-item a {
  text-align: center;
}
.primary-menu a.nav-link, .dropdown-item {
    font-size: 20px;
}    
.pll-parent-menu-item ul {
    display: flex;
    flex-direction: row !important;
}  
.primary-menu a.nav-link, .dropdown-item {
    text-align: left;
}
.dropdown-toggle::after {
    position: absolute;
    right: 5px;
    top: 18px;
}    
.dropdown-menu {
    position: static;
    background: #000;
}
.dropdown-menu li {
    margin-bottom: 10px !important;
}
.dropdown-menu a {
    color: #fff;
}
.custom_nav-container .nav_search-btn:hover {
  color: #62d2a2;
}
.custom_nav-container .navbar-toggler {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  }
.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  float: right;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #fff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
   position: absolute;
        z-index: 10000;
        right: 10px;
        top: 20px;      
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}
.navbar-header .container-fluid {
justify-content: flex-end;
}
.primary-menu li {
    width: 100% !important;
    border: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #fff;
    padding-top: 12px;
}
.dropdown-menu li {
  border-width: 0;
  padding-top: 0px;
}
.fullscreen-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000; 
    z-index: 999;
    padding: 2rem;
    overflow-y: auto;
    transition: all 0.3s ease;
   }

  .fullscreen-menu ul {
    flex-direction: column;
    width: 100%;
  }

  .fullscreen-menu.show {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    background: #000;
    padding-top: 100px;
  }

  .fullscreen-menu .nav-item {
    margin-bottom: 1rem;
  }

  .owl-nav {
   top: 38%;
   right: 0px;
   width: 100%;
}   
span.lb-number {
    display: none !important;
}
.about_description {
   padding-right: 0px;
} 
.about_description2 {
  padding-left: 0px;
  padding-top: 60px !important;
}
.about_description2 img {
  left: 0px;
  top: 0px;
}
.block_gallery .block_left p, .block_left .first ul, .block_gallery .block_right p, .block_gallery h3  {
  padding-right: 0px;
}

}
@media (max-width: 767px) {
.container {
    padding: 0 20px;
}
.category .sale_block {
    text-align: center;
}
.featured-post a {
    display: flex;
    justify-content: center;
}
.tw-recent-posts .featured-post {
    text-align: center;
}
.cooperation_block .sub_block {
    width: 80%;
}
.cooperation_block .icon {
    width: 20%;
}    
.icon svg {
    width: 70%;
    height: auto;
    margin-top: 16px;
}  
.block_gallery h2.mobil {
  display: block;
}
.block_gallery h2.desktop {
  display: none;
}
.about_description p {
    padding: 0 5px;
}
.gallery_main_photo {
    padding-top: 10px;
}
#equipment .block_gallery .row, #avto .block_gallery .row {
flex-direction: column-reverse;
}
.block_left, .block_right {
  margin-top: 30px;
}
.block_gallery h2 {
  font-size: 36px;
}
.about_buttons {
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.about_buttons .btn-white {
  margin-bottom: 20px;
}

.banner_description {
    font-size: 28px;
}
.banner_buttons {
    flex-wrap: wrap;
}
.banner_buttons .btn-primary {
    margin-bottom: 20px;
}
h2, section#avto_change h2 {
    font-size: 36px;
    text-align: center;
}
.block_fixed .fixed {
    width: 74px;
}
.about_us h2 {
    font-size: 36px;
}
.about_us {
  padding: 60px 0px;
}
.about_us.cooperation h2 {
  text-align: left;
}
.cooperation_block {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 50px !important;
    display: flex;
}
.cooperation_block img {
  width: 40px;
  margin-right: 30px;
}
#bottom_banner {
    height: 743px;
   }   
 .messendgers {
    flex-direction: column;
}
.messendgers .label {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 20px;
}
.mess_block {
    margin: 10px 0;
}    
.btn-contact {
    margin: 30px 0px;
}  
footer#footer ul {
    padding-left: 0px;
    margin-top: 0px;
}
.delivery:before {
    left: 0px;
 }   
 .delivery {
  padding-left: 26px;
}   
#footer {
    position: relative;
    padding-bottom: 40px;
} 
.delivery {
    position: absolute;
    bottom: 84px;
}
.delivery:after {
  display: none;
}
.footer_about {
    margin-bottom: 30px;
}
.block_gallery .block_right
 {
    padding-left: calc(var(--bs-gutter-x) * .5); 
}

}