/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
	height: 100px;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
margin-bottom: 0;
    background-color: #00000094;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 10%);
    /* padding: 0.74rem 1rem; */
    padding: 0.35rem 1rem;
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 0px;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
    position: relative;
    /* padding-top: 5rem; */
    padding-bottom: 0;
    text-align: center;
    font-size: 1.25rem;
    background-size: cover !important;
    margin-bottom: -5.25rem;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.site-main {
  padding-top: 30px;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 2.75rem;
  padding-top: 5.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
  padding-bottom: 30px;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #ffffff;
      background-color: #4f6f96;
}

.footer-top {
    background-image: url(/wp-content/uploads/2023/06/foortop.png);
    height: 130px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

.front-img {
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2023/07/na-glavnuyu.jpg) no-repeat;
    background-size: cover;
    position: fixed;
    background-position: center;
}

.front__descr {

}

.burg-menu {
    font-size: unset;
    border: 1px solid #ffffff;
    padding: 5px;
    display: flex;
    justify-content: space-around;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
}

.sliding-menu .rsm-burger {
    display: inline-block;
    font-size: 19px!important;
    color: #ffffff;
    margin-top: 3px;
}

.ftvi-back {
background-color: #ffffff;
    border-radius: 0px 0px 10px 10px;
    padding: 4px;
}

.ftvi-back a {
	color: black;
}

.psh-menu {

}

.sliding-menu .main-nav-container {
	background: #1a1919ba!important;
}


.ps-menu {
display: flex;
    justify-content: space-evenly;
    color: white;
    text-transform: uppercase;
    align-items: center;
    text-align: center;
}

.ps-txt-header {
top: 40%;
    position: sticky;
    bottom: 50%;
    text-align-last: center;
}

.ps-span {
color: white;
    font-weight: bold;
    font-size: 25px;
}

.ps-title {

}

.ps-plate {
width: 100%;
    margin: 1% auto;
}
.ps-shadow {
  color: #fff;
  font-family: Arvo;
  font-weight: bold;
 text-shadow:
    4px 4px 0 #ffffff4f,
    5px 5px 0 #ffffff4f,
    6px 6px 0 #ffffff4f,
    5px 5px 0 #ffffff4f;
  line-height: 0.8em;
  letter-spacing: 6px;
  transform: scaleY(0.7);
  -webkit-transform: scaleY(0.7);
  -moz-transform: scaleY(0.7);
  margin-bottom: 100px;
  text-align: center;
}
.script {
  font-family: "Seaweed Script";
  color: #fff;
  text-align: center;
  font-size: 40px;
  position: relative;
  margin:0;
}
.script span {
  background-color: #222;
  padding: 0 0.3em;
}
.script:before {
  content:"";
  display: block;
  position: absolute;
  z-index:-1;
  top: 50%;
  width: 100%;
  border-bottom: 3px solid #fff;
}

.ps-title {
  font-size: 126px;
}

.ps-m-button {
    text-align: center;
    background: #12233800;
    color: #fff;
    padding: 0.438rem 4.8rem;
    border: 25px;
    border: 4px solid #ffffff;
    text-transform: uppercase;
    font-weight: 600;
}

a.ps-m-button {
    color: #fff;
}

.is-form-style input.is-search-input {
    border-radius: 8px 0px 0px 8px;
}

.is-form-style input.is-search-submit, .is-search-icon {
    display: inline-block!important;
    color: #343434;
    border-radius: 0px 8px 8px 0px;
    background: #ffffff;
    box-shadow: none!important;
    outline: 0;
    margin: 0;
    font-size: 14px!important;
    border: 1px solid #cbcbcb;
    /* border-radius: 0; */
    line-height: 1;
    height: 36px;
    text-transform: capitalize;
    vertical-align: middle;
    -webkit-transition: background-color .1s ease-in-out;
    -moz-transition: background-color .1s ease-in-out;
    -o-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main-nav li.item span.title {
    text-transform: uppercase;
    font-size: 16px!important;
}

.main-nav li.item span.title {
    color: #ffffff!important;
}

.sliding-menu .main-nav-container {
    width: 30%!important;
}

.widget select {
max-width: 100%;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    background: none;

}

.widgettitle {
    display: none;
}

#wpglobus-2 {
    list-style-type: none;
	margin: 0px;
}

.psh-menu-kaz {
	font-size: 14px;
}

.ps-menu a {
	color: white;
}

.widget {
    margin-top: 22px;
    font-size: 16px;
}

.wpglobus-selector-link  {
	color: black;
}

.about-title {
    font-family: sans-serif;
    font-size: 70px;
    text-align: center;
    position: relative;
}

.poscentr {
  display: flex;
      align-items: center;
}

.poscentr-social {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.poscentr-menu {
  display: flex;
      justify-content: space-around;
    align-items: center;
}

.burg-menu-page {
    width: 66%;
    font-size: unset;
    border: 1px solid #ffffff;
    padding: 5px;
    display: flex;
    justify-content: space-evenly;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
}

.about {
    padding: 300px 0;
    background-color: #363732;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.about-header {
    top: 50%;
    width: 1938px;
    transform: translate(-50%, -50%);
    opacity: 0.8;
    left: 50%;
    z-index: 0;
    position: absolute;
}

.gs-txt-header {
    text-align: initial;
}

.gs-title {
    font-size: 126px;
}

.gs-plate {
  width: 100%;
    margin: 1% auto;
}

.gs-shadow {
    color: #fff;
    font-family: Arvo;
    font-weight: bold;
    text-shadow: 4px 4px 0 #ffffff4f, 5px 5px 0 #ffffff4f, 6px 6px 0 #ffffff4f, 5px 5px 0 #ffffff4f;
    line-height: 0.8em;
    letter-spacing: 1px;
    transform: scaleY(0.7);
    -webkit-transform: scaleY(0.7);
    -moz-transform: scaleY(0.7);
    margin-bottom: 25px;
    text-align: left;
}

.gs-span {
    color: white;
    font-weight: bold;
    font-size: 23px;
}

.gs-span-dp {
  text-transform: uppercase;
  font-weight: bold;
  font-size: larger;
  display: flex;
  justify-content: space-around;
  padding-right: 45px;
}

.development-block {
    position: relative;
    min-height: 400px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.development-block-absolute {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: : 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.container .development-text {
    margin-right: 0;
}

.development-block-absolute .development-text {
    padding-right: 0;
}

.development-text {
    width: 55%;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
/*     display: flex; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
/*     padding-bottom: 30px; */
}

.business-text-title {
    font-weight: 300;
    font-size: 36px;
    line-height: 130%;
    color: #000;
    margin-bottom: 25px;
}

.development-text p {
    max-width: 600px;
}

.development-img-block {
    width: 45%;
    margin-right: auto;
    position: relative;
    overflow: hidden;
}

.development-img-block:before {
    content: '';
    position: absolute;
    top: -5px;
    right: 0;
    bottom: -5px;
    width: 100%;
    background-size: auto 100%;
    z-index: 2;
    background-repeat: no-repeat;
}

.development-img-block img {
    display: block;
    width: 100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.development-button {
  text-align: end;
}

.read-m-button {
  background: #4284e6;
    color: white;
    padding: 10px 70px 10px 70px;
    border-radius: 10px 10px 10px 10px;
}

.read-m-button:hover {
    color: white;
}

.block-4-onas {
  border: 3px solid #4284e6;
      border-radius: 10px 10px 10px 10px;
      /* padding-bottom: 20px; */
}

.block-4-onas-img-1 {
  background-image: url(/wp-content/uploads/2023/05/gde-ostanovitsya.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      display: inline-block;
      border-radius: 0px 7px 7px 0px;
      max-width: 45.2%;
      position: initial;
      margin-left: 12px;
}

.block-4-onas-img-2 {
  background-image: url(/wp-content/uploads/2023/05/eda.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      display: inline-block;
      border-radius: 0px 7px 7px 0px;
      max-width: 45.2%;
      position: initial;
      margin-left: 12px;
}

.block-4-onas-img-3 {
  background-image: url(/wp-content/uploads/2023/05/kuda-shodit.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      display: inline-block;
      border-radius: 0px 7px 7px 0px;
      max-width: 45.2%;
      position: initial;
      margin-left: 12px;
}

.block-4-onas-img-4 {
  background-image: url(/wp-content/uploads/2023/05/razvlecheniya.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      display: inline-block;
      border-radius: 0px 7px 7px 0px;
      max-width: 45.2%;
      position: initial;
      margin-left: 12px;
}



.block-4-onas-butt {
margin-bottom: 15px;
}

.block-4-onas-title {
  text-transform: uppercase;
    color: #4284e6;
    font-size: 20px;
    font-weight: 600;
}

.block-4-onas-p {
  line-height: 16px;
      font-size: small;
      padding-top: 10px;
      padding-bottom: 15px;
}

.block-4-col6 {
  padding-top: 15px;
    /* padding-bottom: 15px; */
}

.read-m-button-block-4 {
    background: #4284e6;
    color: white;
    display: flex;
    width: 100%;
    padding: 10px 50px 10px 50px;
    border-radius: 10px 10px 10px 10px;
    justify-content: space-around;
}

.read-m-button-block-4:hover {
    color: white;
}

.title-h-index {
  font-size: 32px;
      font-weight: 600;
}

.callout {
  border-left: 5px solid #4284e6;
      padding-left: 10px;
      margin-top: 30px;
      margin-bottom: 20px;
   }

  .title-h-index-dos {
    font-size: 32px;
    font-weight: 600;
    color: white;
}

.p-index-dos {
  color: white;
    font-weight: bold;
}

.dos-block {
  padding-top: 40px;
}

.dos-back {
  background-image: url(/wp-content/uploads/2023/08/ulytau-19-scaled.jpg);
  border-radius: 10px 10px 10px 10px;
      background-repeat: no-repeat;
  height: 335px;
  background-position-y: center;
}

.block-dos-img-1 {
    background-image: url(/wp-content/uploads/2023/05/dos1.jpg);
    height: 221px;
    border-radius: 10px 10px 10px 10px;
    width: 100%;
    object-fit: contain;
    background-size: contain;
    background-repeat-y: no-repeat;
    position: relative;
}
.block-dos-img-2 {
    background-image: url(/wp-content/uploads/2023/05/dos2.jpg);
    height: 221px;
    border-radius: 10px 10px 10px 10px;
    width: 100%;
    object-fit: contain;
    background-size: contain;
    background-repeat-y: no-repeat;
    position: relative;
}
.block-dos-img-3 {
    background-image: url(/wp-content/uploads/2023/05/dos3.jpg);
    height: 221px;
    border-radius: 10px 10px 10px 10px;
    width: 100%;
    object-fit: contain;
    background-size: contain;
    background-repeat-y: no-repeat;
    position: relative;
}
.block-dos-img-4 {
    background-image: url(/wp-content/uploads/2023/05/uzor.png);
    background-color: #2f2f2f;
    height: 221px;
    border-radius: 10px 10px 10px 10px;
    width: 100%;
    object-fit: contain;
    background-size: contain;
    background-repeat-y: no-repeat;
    position: relative;
    background-repeat-x: no-repeat;
    background-position-x: 110px;
}

.block-dos-block-dalee {
    position: absolute;
    bottom: 0px;
    color: white;
    padding: 15px;
    display: flex;
    height: 180px;
    font-weight: bold;
    width: 88%;
    border-radius: 0px 0px 10px 10px;
    flex-direction: column;
    justify-content: space-between;
}

.block-dos-title {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.block-dos-background {

}

.block-dos-txt {
  padding-bottom: 10px;
      text-align: center;
      font-size: 16px;
}

.block-dos-block-txt {
  position: absolute;
      bottom: 0px;
      color: white;
      padding: 15px;
      display: flex;
      height: 120px;
      background: #00000085;
      width: 88%;
      border-radius: 0px 0px 10px 10px;
      flex-direction: column;
      justify-content: space-between;
}

.read-m-button-block-dos {
    background: #4284e6;
    color: white;
    display: flex;
    width: 100%;
    font-size: 15px;
    padding: 5px 5px 5px 5px;
    border-radius: 10px 10px 10px 10px;
    justify-content: space-around;
}

.read-m-button-block-dos:hover {
    color: white;
}

.dos-ex {
  padding-top: 45px;
    padding-bottom: 150px;
}

.button-block-dos-dalee {
  background-image: url(/wp-content/uploads/2023/05/sloj-8.png);
      width: 50%;
      height: 50%;
      position: absolute;
      background-repeat-x: no-repeat;
      top: 90px;
      background-size: 82px;
}

.mobile-dos {
  display: none;
}

.obrat-ex {
    background-image: url(/wp-content/uploads/2023/05/ob-ex.jpg);
    background-size: inherit;
    color: white;
    background-repeat: no-repeat;
    max-width: 100%;
    width: 100%;
    height: 250px;
    object-fit: contain;
    background-position: top;
    background-color: #dbdad8;
}

.title-h2-obr {
    margin-top: 0px;
    font-weight: bold;
    font-size: xx-large;
    margin-bottom: 20px;
    color: white;
}

.wpcf7-spinner {
    display: flex!important;
}

/* .nkm-back-1 {
    background-image: url(/wp-content/uploads/2023/05/back1.jpg);
    width: 100%;
    height: 235px;
    object-fit: cover;
    background-repeat-y: no-repeat;
}

.nkm-back-2 {
  background-image: url(/wp-content/uploads/2023/05/back2.jpg);
  width: 100%;
  height: 235px;
  object-fit: cover;
  background-repeat-y: no-repeat;
}

.nkm-back-3 {
  background-image: url(/wp-content/uploads/2023/05/back3.jpg);
  width: 100%;
  height: 235px;
  object-fit: cover;
  background-repeat-y: no-repeat;
}

.nkm-back-4 {
  background-image: url(/wp-content/uploads/2023/05/back4.jpg);
  width: 100%;
  height: 235px;
  object-fit: cover;
  background-repeat-y: no-repeat;
} */

.nkm-img-1 {
  height: 235px;
    object-fit: cover;
}

.nkm-img-2 {
  height: 235px;
    object-fit: cover;
}

.nkm-img-3 {
  height: 235px;
    object-fit: cover;
}

.nkm-img-4 {
  height: 235px;
    object-fit: cover;
}

p.regular  {
  line-height: normal;
}

.nkm-button {
  text-align: left;
    bottom: 0;
    position: absolute;
}

#map {
    width: 100%;
    height: 520px;
        padding-top: 50px;
}

.title-maps {
  color: #4284e6;
  font-weight: 600;
}

.span-maps {
  color: #606060;
    font-size: large;
}

.block-komp-map {
  background-color: #fffff7;
      /* width: 100%; */
      padding: 20px;
      font-size: 19px;
      position: absolute;
      margin-top: 80px;
      height: 410px;
      z-index: 9;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}


.adr-map {

}

.tel-map a {
color: black;
text-decoration: none;
}

.logo-map {
  text-align: center;
}

.news-titleblock {
  position: absolute;
      bottom: 0px;
      color: white;
      padding: 15px;
      display: flex;
      background: #00000085;
      border-radius: 0px 0px 10px 10px;
      flex-direction: column;
      justify-content: space-between;
      width: 100%;
}

.title-news {
  padding-bottom: 10px;
      font-size: 22px;
      color: white;
      font-weight: 600;
      line-height: 25px;
}

.date-news {
  font-size: 12px;
      color: lightgrey;
}

.read-m-button-block-news {
  background: #4284e6;
    color: white;
    display: flex;
    /* width: 100%; */
    font-size: 15px;
    padding: 5px 30px 5px 30px;
    border-radius: 10px 10px 10px 10px;
    justify-content: space-around;
}

.read-m-button-block-news:hover {
  color: white;
}

.img-fluidnews {
    height: 340px;
    background-size: cover;
}

.all-info-button {
  display: flex;
  justify-content: flex-end;
}

.poleznoe-ex {
  background: #f9f9f9;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 30px;
}

.title-polez {
  color: black;
      font-weight: 700;
      line-height: normal;
      font-size: 20px;
}

.polez-block {
height: 50px;
}

.polez-block-button {
    padding-top: 15px;
}

.read-m-button-block-polez {
  color: black;
font-weight: 600;
}

.poleznoe-shadows {
  -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.6);
  -moz-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.6);
  box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.6);
    padding: 15px;
}

.maps-txt-h {
      padding-bottom: 15px;
}

.txt-h3-foot {
  font-weight: bold;
    color: white;
    font-size: 21px;
}

.ul-foot {
  list-style: none;
    margin: 0;
    padding: 0;
}

.brandfoot {
display: flex;
align-items: center;
}


.mobfootcenter {

}

.ul-foot li {
  padding-bottom: 10px;
    font-size: 16px;
}

.txt-h3-foot-tel {
  color: white;
    font-size: larger;
}

.poscentr-social-foot {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.navbar-brandfoot {
      width: 90%;
}

.allpage-txt-header {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.allpage-gs-shadow {
    color: #fff;
    font-family: Arvo;
    font-weight: bold;
    text-shadow: 4px 4px 0 #ffffff4f, 5px 5px 0 #ffffff4f, 6px 6px 0 #ffffff4f, 5px 5px 0 #ffffff4f;
    line-height: 0.8em;
    letter-spacing: 1px;
    transform: scaleY(0.7);
    -webkit-transform: scaleY(0.7);
    -moz-transform: scaleY(0.7);
    margin-bottom: 25px;
}

.allpage-gs-span-dp {
    text-transform: uppercase;
    font-weight: bold;
    font-size: larger;
    display: flex;
    justify-content: space-around;
    padding-right: 45px;
    color: white;
}

.allpage-gs-span {
    color: white;
    font-weight: bold;
    font-size: 23px;
}

.acf-to-stay {
  -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.6);
    -moz-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.6);
    box-shadow: -3px 5px 5px -5px rgba(34, 60, 80, 0.6);
    padding: 10px;
}

.entry-title-to-stay {
  font-size: 2.31rem;
    border-bottom: 1px solid #eaecef;
    margin-top: 0;
    margin-bottom: 0px;
}

.acf-na_karte-h {
  font-weight: bold;
    text-align: center;
    font-size: large;
    padding: 15px;
}

.acf-h{
  font-weight: bold;
    margin-right: 5px;
}

.acf-pos-block{
  display: flex;
    flex-direction: column;
    padding-bottom: 15px;
}

.rest_item {
    text-align: center;
    margin-bottom: 2rem;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.15));
}

.scaleimg {
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: -25px;
}

.rest_item img {
    display: block;
    width: 100%;
    height: 250px;
    border-radius: 10px 10px 0px 0px;
}

.scaleimg img {
    transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}

.rest_caption {
  font-family: Montserrat;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F9F9F9;
    border-radius: 0px 0px 10px 10px;
    width: 100%;
    height: 65px;
    padding: 10px 5px 10px 5px;
    margin-top: 0px;
}

a {
    text-decoration: none;
    color: inherit;
}

.scaleimg img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.news-img {

}

.news-img img {
    width: 100%;
    object-fit: cover;
    height: 280px;
}

.read-morenews-button {
	    text-align: end;
    margin-top: 20px;
}

.btn-primary {
    color: #fff;
    background-color: #4f6f96;
    border-color: #849db7;
}

.btn-primary:hover {
    color: #fff;
    background-color: #224065;
    border-color: #849db7;
}





















@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }

  .block-dos-txt {
    padding-bottom: 10px;
    text-align: center;
    font-size: 15px;
}
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }

.navbar-brand {
  padding: 20px;
}

.sliding-menu .main-nav-container {
    width: 80%!important;
}

.ps-menu {
    display: none;
}

.burg-menu {
    border: 1px solid #ffffff;
    padding: 5px;
    width: 60%;
    display: flex;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    font-size: initial;
    justify-content: space-around;
}

.lie-menu-mob {
  display: none;
}

.logos-ps-mob {
      text-align: center;
      padding-top: 15px;
}

.search-ps-mob {
  width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.mob-order-pos {
  display: flex;
      justify-content: space-around;
}

.lang-mob-pos {
      text-align: center;
}

.front-img {
    background-position: unset;
}

.ps-span {
    color: white;
    font-weight: bold;
    font-size: 18px;
}

.ps-title {
    font-size: 100px;
}

.poscentr {
    display: flex;
    align-items: center;
    justify-content: center;
}

.poscentr-social {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 20px;
}

.poscentr-lanh-mob {
  display: flex;
      justify-content: space-around;
      align-items: center;
}

.about {
  padding: 300px 0px 100px;
      background-color: #363732;
      color: #fff;
      overflow: hidden;
      position: relative;
}

.gs-txt-header {
    text-align: center;
}

.gs-shadow {
    color: #fff;
    font-family: Arvo;
    font-weight: bold;
    text-shadow: 4px 4px 0 #ffffff4f, 5px 5px 0 #ffffff4f, 6px 6px 0 #ffffff4f, 5px 5px 0 #ffffff4f;
    line-height: 0.8em;
    letter-spacing: 1px;
    transform: scaleY(0.7);
    -webkit-transform: scaleY(0.7);
    -moz-transform: scaleY(0.7);
    margin-bottom: 30px;
    text-align: center;
    margin-top: 30px;
}

.gs-title {
    font-size: 100px;
}

.gs-span-dp {
    text-transform: uppercase;
    font-weight: bold;
    font-size: larger;
    display: flex;
    justify-content: center;
    padding-right: 0px;
}

.development-block .development-text, .development-img-block, .offshore-well-management-banner .development-text, .pasport-block .development-text, .strategy-mission, .strategy-vision {
    width: 100%;
    padding-left: 20px!important;
    padding-right: 20px!important;
    padding-top: 15px;
}

.development-block-absolute {
    position: relative;
}

.development-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block-4-onas-img-1 {
    height: 175px;
}
.block-4-onas-img-2 {
    height: 175px;
}
.block-4-onas-img-3 {
    height: 175px;
}
.block-4-onas-img-4 {
    height: 175px;
}

.block-4-col6 {
    padding: 25px!important;
    text-align: center;
}

.block-4-onas-img-1 {
    border-radius: 0px 0px 7px 7px;
    max-width: 92.2%;
    position: initial;
    margin-left: 14px;
}

.block-4-onas-img-2 {
    border-radius: 0px 0px 7px 7px;
    max-width: 92.2%;
    position: initial;
    margin-left: 14px;
}

.block-4-onas-img-3 {
    border-radius: 0px 0px 7px 7px;
    max-width: 92.2%;
    position: initial;
    margin-left: 14px;
}

.block-4-onas-img-4 {
    border-radius: 0px 0px 7px 7px;
    max-width: 92.2%;
    position: initial;
    margin-left: 14px;
}

.title-h-index-dos {
    font-size: 25px;
    font-weight: 600;
    color: white;
}

.mobile-dos {
  display: inherit;
}

.pk-dos {
  display: none;
}

.dos-back {
    background-image: url(/wp-content/uploads/2023/05/dostoprim.png);
    border-radius: 10px 10px 10px 10px;
    background-repeat: no-repeat;
    height: auto;
}

.dos-ex {
    padding-top: 45px;
    padding-bottom: 50px;
}

.title-h2-obr {
    margin-top: 0px;
    font-weight: bold;
    font-size: xx-large;
    margin-bottom: 10px;
    color: white;
}

.block-dos-block-txt {
    position: absolute;
    bottom: 37px;
    color: white;
    padding: 20px;
    display: flex;
    height: 115px;
    background: #00000085;
    width: 92%;
    border-radius: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: space-between;
}

.block-dos-img-1 {
    height: 228px;
    width: 104%;
}
.block-dos-img-2 {
    height: 228px;
    width: 104%;
}
.block-dos-img-3 {
    height: 228px;
    width: 104%;
}

.block-dos-img-4 {
    height: 192px;
    width: 105%;
    background-position-x: 95px;
}

.dos-block {
    padding-top: 37px;
    margin-bottom: -45px;
    padding-left: 7px;
}

.button-block-dos-dalee {
    background-image: url(/wp-content/uploads/2023/05/sloj-8.png);
    width: 40%;
    height: 40%;
    position: absolute;
    background-repeat-x: no-repeat;
    top: 55px;
    background-size: 82px;
}

.block-dos-block-dalee {
    position: absolute;
    bottom: 0px;
    color: white;
    padding: 15px;
    display: flex;
    height: 200px;
    font-weight: bold;
    width: 88%;
    border-radius: 0px 0px 10px 10px;
    flex-direction: column;
    justify-content: space-between;
}

.nkm-button {
    text-align: center;
    position: relative;
    padding-bottom: 30px;
    padding-top: 15px;
}

.img-fluidnews {
    height: auto;
    background-size: cover;
}

.all-info-button {
    display: flex;
    justify-content: center;
}

.title-polez {
    font-size: 11px;
}

.polez-block {
    height: 35px;
}

.block-komp-map {
    background-color: #fffff7;
    /* width: 100%; */
    padding: 25px;
    font-size: 18px;
    position: relative;
    margin-top: 30px;
    height: auto;
    z-index: 9;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.footer-top {
    background-image: url(/wp-content/uploads/2023/06/foortop.png);
    height: 26px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar-brandfoot {
    width: 100%;
    text-align: center;
}

.ul-foot li {
    padding-bottom: 5px;
    font-size: 16px;
}

}
