/*
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.5
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
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;
  font-family: 'Ubuntu', sans-serif;
}

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;
}
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
--------------------------------------------------------------*/

.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;
}

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;
}

.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
--------------------------------------------------------------*/

.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;
}*/

.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: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

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

section.bg-main {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
        padding-top: 115px;
}

section.bg-main:before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    content: "";
}

.novosti-blog {
    background: #FFFFFF;
    border-radius: 22px;
    min-height: 450px;
    position: relative;
    z-index: 9;
    max-height: 450px;
}

.relative-blog {
    position: relative;
}

img.img-parostok {
    position: absolute;
    z-index: 1;
    left: -40%;
    max-width: 250px;
    top: 16%;
}

img.malina {
    position: absolute;
    right: -15px;
    bottom: -50px;
    z-index: 2;
}

.text-in-slider {
    margin-top: 70px;
}

h1.title-mail-slider {
    font-style: normal;
    font-weight: normal;
    font-size: 44px;
    line-height: 1.2;
    color: #213A3C;
    max-width: 540px;
}

h1.title-mail-slider span {
    font-weight: bold;
    font-size: 54px;
    line-height: 62px;
    color: #213A3C;
}

img.img-logo-eurofins {
    margin-bottom: -10px;
}

img.big_pliama {
    position: absolute;
    left: -7%;
    bottom: 0;
}

img.pliama-img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 170px;
}

p.title-features {
    font-family: Lora;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    color: #213A3C;
    margin-bottom: 20px;
    margin-top: 35px;
}

p.desc-features {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.4;
    color: #62797B;
    margin-bottom: 0px;
}

h2.featuresTitle {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 1.2;
    text-align: center;
    color: #213A3C;
    margin-bottom: 70px;
    margin-top: 0px;
}

.blog-novosti {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    /* backdrop-filter: blur(10px); */
    border-radius: 25px;
    padding: 7px;
    position: relative;
    z-index: 99;
    box-shadow: 0px 10px 80px rgba(0, 0, 0, 0.1);
}

section.features-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

img.image-circle-1 {
    max-width: 610px;
    top: -180px !important;
    left: -150px !important;
}

.flexRow-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

img.circleImage.image-circle-2 {
    bottom: -140px !important;
    top: auto !important;
    max-width: 500px;
    left: -15px !important;
}

.item-napryam-block {
    flex-basis: 28%;
    position: relative;
    margin: 30px;
}

img.circleImage {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.inside-item-napryam {
    position: relative;
    z-index: 9;
    max-width: 368px;
}

p.napryamTitle {
    position: absolute;
    top: 42%;
    font-family: Lora;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 27px;
    color: #FFFFFF;
    background: rgba(17, 17, 17, 0.3);
    backdrop-filter: blur(8px);
    border-radius: 12px;
    left: 50px;
    right: 50px;
    text-align: center;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
    margin-bottom: 0px;
    transition: all 0.2s ease-in;
}

.inside-item-napryam:hover .napryamTitle {
    font-size: 29px;
    height: 115px;
    margin-top: -10px;
    transition: all 0.2s ease-in;
}

img.circleImage.image-circle-3 {
    top: -113px !important;
    left: 0px !important;
}

img.circleImage.image-circle-4 {
    top: -100px !important;
    left: -138px;
}

img.circleImage.image-circle-5 {
    top: auto !important;
    bottom: -79px !important;
    left: 100px !important;
}

section.napryams-section {
/*background: linear-gradient(200.07deg, #FFFDF3 3.08%, #FFFBEC 97.97%); */
    position: relative;
    padding-top: 150px;
    padding-bottom: 355px;
    background-image: url(/wp-content/uploads/2020/10/bg-pink.png);
    background-size: cover;
    background-position: center;
    z-index: 8;
}

img.top-circle {
    position: absolute;
    top: -20px;
}

img.bottom-circle {
    position: absolute;
    right: 0;
    bottom: 15%;
}

body {
  overflow-x: hidden;
}

img.imageNap {
    border-radius: 12px;
}

section.bg-form-right {
    background-image: url(/wp-content/uploads/2020/10/bg-form-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    padding: 125px 0px;
    margin-left: 0;
    margin-top: -290px;
    position: relative;
    z-index: 9;
}

.block-present-form {
    display: flex;
    flex-wrap: wrap;
}

.item-forms input {
    background: #315659;
    border-radius: 14px;
    height: 55px;
    border: none;
    font-size: 18px;
    line-height: 160%;
    color: #598386;
}

.item-forms {
    flex-basis: 26%;
}

.inside-form-block {
    padding-left: 0px;
    max-width: 90%;
    margin-left: auto;
}

p.form-title {
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 1.3;
    color: #FFFFFF;
    margin-bottom: 25px;
}

p.form-subtitle {
    font-weight: normal;
    font-size: 18px;
    line-height: 1.3;
    color: #95B9BC;
    margin-bottom: 35px;
}

.block-present-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.submit-btn {
    background: #FFFFFF;
    box-shadow: 0px 7px 30px rgba(109, 166, 170, 0.31);
    border-radius: 14px;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color: #202525;
    height: 55px;
    width: 100%;
    border: none;
}

.item-forms-btn {
    flex-basis: 18%;
}

.pres-block-desc {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(40px);
    border-radius: 12px;
    max-width: 900px;
    margin: auto;
    font-size: 18px;
    line-height: 160%;
    color: #62797B;
    padding: 75px 75px 50px;
    z-index: 999;
    position: relative;
    text-align: justify;
}

h2.titleDescPres {
    font-weight: bold;
    font-size: 42px;
    line-height: 51px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 70px;
}

section.main-description {
    background-size: cover;
    padding: 370px 0px 150px;
    margin-top: -350px;
    position: relative;
    z-index: 2;
    background-position: center;
}

section.main-description:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 5.07%, #FFFFFF 100%);
}

section.bg-form-left {
    background-image: url(/wp-content/uploads/2020/10/bg-form-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    padding: 125px 0px;
    margin-left: 0;
    margin-top: -42px;
    position: relative;
    z-index: 9;
}

.bg-form-left .inside-form-block {
    padding-left: 0px;
    max-width: 90%;
    margin-left: 0;
}

p.title-footer-widget {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #213A3C;
    text-transform: uppercase;
}

.text-block-footer {
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
    color: #62797B;
}

.text-block-footer a {
    color: #000 !important;
    font-weight: 600;
}

.menu-block-footer nav a {
    font-weight: normal;
    font-size: 15px;
    line-height: 1.3;
    color: #62797B;
    display: block;
    margin-bottom: 15px;
}

form#form-footer input {
    background: #F1F6FD;
    border-radius: 14px;
    border: none;
    height: 55px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 160%;
    color: #5B687C;
    padding: 0px 20px;
}

button.sbm-footer {
    background: linear-gradient(180deg, #E8B500 0%, #F2A111 100%);
    box-shadow: 0px 10px 18px rgba(232, 148, 0, 0.23);
    border-radius: 14px;
    border: none;
    height: 55px;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

div#footer-widget {
    background: transparent !important;
    padding-top: 60px;
    padding-bottom: 70px;
}

footer#colophon {
    background: #F6F9FA;
    padding: 40px;
}

.block-flex-footer {
    display: flex;
    justify-content: space-between;
}

.user-left {
    font-size: 14px;
    line-height: 1.2;
    color: #333333;
    mix-blend-mode: normal;
    opacity: 0.8;
}

a.user-agree {
    border-left: 1px solid rgb(80 81 105 / 0.2);
    border-right: 1px solid rgb(80 81 105 / 0.2);
    padding: 0px 10px;
    margin: 0px 10px;
}

.head-novosti {
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

span.novosti-text {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #213A3C;
}

a.all-novyny {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-decoration-line: underline;
    color: #E89400;
}

.thumbnail-novyny {
    min-width: 110px;
    height: 110px;
    display: block;
    background-size: cover;
    border-radius: 10px;
}

.body-novosti {
    padding-left: 32px;
}

.item-novyny-home {
   display: flex;
    border-bottom: 1px solid #DCEBEE;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

span.title-item-novyny {
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    color: #213A3C;
}

.body-item-novyny {
    margin-left: 20px;
}

span.short-desc {
    font-size: 16px;
    line-height: 160%;
    color: #62797B;
    display: block;
    margin-top: 10px;
	text-align: justify;
}

.flexItem-novyn {
    display: flex;
}

a.arrowRight-toPost {
    background: #F3F8FA;
    border-radius: 20px;
    height: 100%;
    width: 40px;
    display: block;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 600px;
    background: linear-gradient(180deg, rgba(242, 251, 252, 0) 0%, #F2FBFC 100%);
    z-index: 0;
    transform: rotate(180deg);
}

.flex-head-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header#masthead {
    margin-bottom: 0;
    background-color: transparent;
    box-shadow: none;
    padding: 20px 0px;
    position: relative;
    z-index: 99;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.fixedHeader ul.navbar-nav li {
    padding-bottom: 10px;
    transition: all 0.2s ease-in;
}

.fixedHeader .navbar-nav {
    border: none !important;
    margin-top: 0px;
    transition: all 0.2s ease-in;
}

header#masthead.fixedHeader {
    position: fixed;
    background: #f4fcfd;
    padding-bottom: 0px;
    transition: all 0.2s ease-in;
    z-index: 999;
    box-shadow: 2px 0px 19px -3px rgba(0, 0, 0, 0.2);
}

span.text-head-tel {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #213A3C;
    margin-left: 7px;
}



.flex-zalogo span {
    margin: 0px 5px;
}

.yellow-btn {
    background: linear-gradient(180deg, #E8B500 0%, #F2A111 100%);
    box-shadow: 0px 10px 18px rgba(232, 148, 0, 0.23);
    border-radius: 14px;
    border: none;
    font-size: 16px;
    line-height: 1.2;
    color: #FFFFFF;
    padding: 14px 20px;
}

span.search-in-btn {
    background: #FFFFFF;
    border: 1px solid #9FC6C9;
    box-sizing: border-box;
    border-radius: 14px;
    height: 47px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

select#lang_choice_1 {
    background: #FFFFFF;
    border: 1px solid #9FC6C9;
    box-sizing: border-box;
    border-radius: 14px;
    height: 47px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

nav.navbar.navbar-expand-xl.p-0 {display: flex;justify-content: space-between !important;}

@media(min-width: 770px) {
	div#main-nav {
	    display: flex;
	    justify-content: center !important;
	    width: 100% !important;
	}
}

ul.navbar-nav {
    width: 100%;
    justify-content: space-evenly;
    margin-top: 20px;
    border-bottom: 1px solid #82B1B5 !important;
    padding-bottom: 0px;
}

ul.navbar-nav a {
    font-size: 17px !important;
    line-height: 1.2;
    color: #213A3C !important;
    font-weight: normal !important;
}

ul.navbar-nav li {
    padding-bottom: 15px;
    position: relative;
}

.current_page_item:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -20px;
  right: -20px;
  background: linear-gradient(45deg, #6CD2DA, #3AA5AD);
  top: auto;
  height: 7px !important;
  border-radius: 30px;
}

.desc-with-tochki {
    max-width: 1000px;
    margin: auto;
}

img.tochki-block {
    position: absolute;
    top: 73%;
}

img.desc-first-oval {
    position: absolute;
    left: 7%;
    top: 27%;
    max-width: 50px;
}

img.desc-first-ovals {
    position: absolute;
    top: 28%;
    right: 5%;
    max-width: 120px;
}

p.form-subtitle a {
    color: #fff;
    text-decoration: underline;
}

section.page-contact {
    margin-top: 160px;
}

.flex-contact-row {
display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    position: relative;
    z-index: 9;
}

h1.title-page-contact {
    font-weight: bold;
    font-size: 54px;
    line-height: 1.2;
    color: #213A3C;
    margin-top: 20px;
    margin-bottom: 70px;
}

.flex-item-contact {
    flex-basis: 50%;
}

.text-link-contact a {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #213A3C;
}

span.icon-block-contact {
    margin-right: 15px;
}

.text-link-contact {
    margin-bottom: 20px;
}

span.text-contact-add {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #213A3C;
}

.podlogkaForm {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    backdrop-filter: blur(10px);
    border-radius: 22px;
    padding: 10px;
}

form#contact-page-form {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    backdrop-filter: blur(10px);
    border-radius: 22px;
    padding: 30px;
}

p.title-form-contact {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #213A3C;
    margin-bottom: 25px;
}

.form-group-input input, .form-group-area textarea {
    background: #FFFFFF;
    border: 1px solid #C7DADC;
    box-sizing: border-box;
    border-radius: 10px;
    width: 100%;
    font-size: 18px;
    line-height: 21px;
    color: #213a3c;
    height: 50px;
    padding: 10px;
    font-weight: normal !important;
    margin-bottom: 20px;
}

textarea#form-place {
    height: 150px;
}

.form-group-input input:focus, .form-group-area textarea:focus {
  outline: none;
  box-shadow: none;
}

.podlogkaForm {
    margin-top: -125px;
    position: relative;
}

.flex-item-btns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

span.sbm-text {
    flex-basis: 60%;
    font-size: 13px;
    line-height: 16px;
    color: #6C7374;
}

button.submit-btn-block {
    background: linear-gradient(180deg, #25747A 0%, #3AA5AD 100%);
    box-shadow: 0px 4px 18px rgba(45, 134, 141, 0.58);
    border-radius: 14px;
    width: 37%;
    height: 45px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2;
    color: #FFFFFF;
    border: none;
}

.podlogkaForm:before {
    content: "";
    position: absolute;
    top: 0;
    left: -84px;
    right: -60px;
    bottom: 0;
    background: url(/wp-content/uploads/2020/10/plyams.png);
    z-index: -1;
    background-size: cover;
}

.flex-item-contact:first-child {
    flex-basis: 38%;
}

input:focus, textarea:focus {
  outline: none;
  box-shadow: none;
}

.content-blog {
    padding-top: 210px;
}

.post-thumbnail-cat {
    height: 160px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 7px;
}

.entry-title-in-cat a {
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    color: #213A3C;
    margin-top: 16px;
    display: block;
}

span.entry-date {
    font-size: 14px;
    line-height: 160%;
    color: #9CADAE;
    margin-top: 14px;
    display: block;
}

span.short-desc.short-desc-cat {
    font-size: 15px;
}

a.detail {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-decoration-line: underline;
    color: #E89400;
    display: inline-block;
    margin-top: 10px;
}

.page-title-novyny {
    font-weight: bold;
    font-size: 54px;
    line-height: 66px;
    color: #213A3C;
    margin-top: 0px;
    margin-bottom: 60px;
}

.post-thumbnail-post {
    height: 250px;
    background-size: cover;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-end;
    padding: 30px 40px;
    position: relative;
}

h1.entry-title-post {
    font-weight: bold;
    font-size: 32px;
    line-height: 160%;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    z-index: 9;
}

span.the-date-post {
    font-size: 14px;
    line-height: 1.2;
    color: #1A1F1B;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 7px 10px;
    position: relative;
    z-index: 9;
}

.post-thumbnail-post:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    border-radius: 14px;
}

.single-post .entry-content p {
font-weight: normal;
    font-size: 15px;
    line-height: 160%;
    color: #62797B;
    text-align: justify;
}

.single-post .thumbnail-novyny {
    min-width: 250px;
    height: 150px;
}

span.date-item-novyny {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    color: #9CADAE;
    margin-top: 8px;
    margin-bottom: -4px;
}

.single-post span.short-desc {
    max-width: 350px;
}

a.detail-to-post {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-decoration-line: underline;
    color: #E89400;
    display: inline-block;
    margin-top: 8px;
}

.single-post .body-item-novyny {
    margin-top: 7px;
}

p.other-title-novyny {
    font-weight: bold;
    font-size: 42px;
    line-height: 1.2;
    color: #213A3C;
    margin-top: 0px;
    margin-bottom: 60px;
}

.other-novyny {
    margin-top: 40px;
}

aside#secondary {
    padding-top: 310px;
}

p.popular-title {
    font-weight: bold;
    font-size: 21px;
    line-height: 1.2;
    color: #213A3C;
    margin-bottom: 35px;
}

.thumbnail-novyny.thumb-popular {
    width: 85px;
    height: 85px;
    min-width: 80px;
}

span.title-item-novyny.title-popular-item {
    font-size: 16px;
}

span.date-item-novyny.date-popular-item {
    font-size: 13px;
    margin-top: 3px;
}

span.link-detail.link-popular-item a {
    font-size: 14px;
    margin-top: 15px;
}

.single-post .popular-block .body-item-novyny {
    margin-top: 0px;
}

section.sectionMain-block {
    margin-top: 200px;
    position: relative;
}

h1.entry-title-pageInside {
    font-weight: bold;
    font-size: 54px;
    line-height: 1.2;
    color: #213A3C;
    display: block;
}

section.section-direction .row {
    display: flex;
    justify-content: center;
}

.direct-item {
    min-height: 140px;
    background-size: cover;
    border-radius: 14px;
    position: relative;
    display: block;
    box-shadow: 0px 0px 19px 3px rgba(0, 0, 0, 0.2);
}

span.title-direct-block {
background: rgba(17, 17, 17, 0.3);
    backdrop-filter: blur(8px);
    border-radius: 12px;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.1;
    text-align: center;
    color: #FFFFFF;
    font-family: Lora;
    padding: 10px 0px;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 225px;
    top: 0;
    bottom: 0;
    max-height: 75px;
    align-items: center;
    justify-content: center;
}

.directions-block {
    margin-top: 20px;
}

.section-item-napryam {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 40px 0px;
}

.section-item-napryam:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 82.42%, #FFFFFF 100%), linear-gradient(180deg, #FFFFFF -0.35%, rgba(255, 255, 255, 0) 54%), url(photo-1515150144380-bca9f1650ed9.jpg);
}

.content-inside-pages {
    position: relative;
    background: rgb(255 255 255 / 67%);
    /* backdrop-filter: blur(40px); */
    border-radius: 12px;
    padding: 60px;
    box-shadow: 0px 0px 35px -10px rgba(0, 0, 0, 0.3);
}

.first-1:before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.first-1 {
    padding-top: 150px;
    position: relative;
    z-index: 1;
    margin-top: -65px;
}

section.section-direction {
    position: relative;
    z-index: 9;
}

.osnova-desc h2 {
    margin-top: 0px;
    font-weight: bold;
    font-size: 35px;
    line-height: 1.2;
    text-align: left;
    color: #213A3C;
}

.osnova-desc p {
    font-weight: normal;
    font-size: 15px;
    line-height: 1.6em;
    text-align: justify;
    color: #373939;
}

.blueBg {
    background: #E6F4F4;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 25px;
}

.blueBg h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #213A3C;
    margin-top: 0px;
    margin-bottom: 20px;
}

.blueBg ul {
    padding: 0px 0px 0px 17px;
    margin: 0px;
    font-size: 18px;
    line-height: 2;
    color: #62797B;
}

div#myModal {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    backdrop-filter: blur(10px);
    border-radius: 22px;
}


.overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999990;
    display: none;

    background-color: rgba(0, 0, 0, 0.65);
    position: fixed;
    cursor: default;
}

.popupWindow {
    z-index: 999999;
    width: 400px;
    padding: 20px;
    background: #fff;
}

.popupWindow-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.popupClose {
    cursor: pointer;
    position: fixed;
    line-height: 59px;
    font-size: 60px;
    transform: rotate(45deg);
    text-align: center;
    font-weight: 100;
    top: 15px;
    right: 15px;
    color: #ec4a3a;
    z-index: 99999999;
    display: none !important;
}

.moveRight {
  display: block;
  position: fixed;
  max-width: 500px;
  height: auto;
  top: 10%;
  right: 0;
  width: 100%;
  left: 0;
  margin: auto;
  transition: all 0.4s ease;
  transform: translate3d(3600px,0,0);
}

.moveRight.in {
  transform: translate3d(0,0,0);
}

span.textHead-popup {
    display: block;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #213A3C;
    text-align: center;
}

span.descHead-popup {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #6C7374;
    text-align: center;
    display: block;
    max-width: 412px;
    margin: auto;
}

.formGroup-input input {
    background: #FFFFFF;
    border: 1px solid #C7DADC;
    box-sizing: border-box;
    border-radius: 10px;
    max-width: 340px;
    margin: 20px auto;
    font-size: 18px;
    line-height: 21px;
    color: #AFBDBE;
    height: 50px;
}

.formGroup-inputBtn input.wpcf7-form-control.wpcf7-submit.btn.btn-primary {
    background: linear-gradient(180deg, #25747A 0%, #3AA5AD 100%);
    box-shadow: 0px 4px 18px rgba(45, 134, 141, 0.58);
    border-radius: 14px;
    border: none;
    height: 50px;
    width: 220px;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
}

.formGroup-inputBtn {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

.head-popup-text {
    margin-top: 10px;
    margin-bottom: 40px;
}

ul.dropdown-menu.show li:before {
  display: none;
}

.navbar-brand img {
    width: 240px;
}

ul.dropdown-menu li {
    padding-bottom: 0px;
}

.dropdown li a.dropdown-item {
    font-size: 16px !important;
    padding: 5px 15px;
    line-height: 1.2;
}

ul.dropdown-menu {
    background: #092d2d;
}

ul.dropdown-menu a {
    color: #fff !important;
}

.osnova-desc.flex-for-col {
    display: flex;
}

.all-col.col3 {
    flex-basis: 30%;
}

.all-col.col2 {
    flex-basis: 47%;
}

.all-col.col1 {
    flex-basis: 98%;
}

.all-col.col4 {
    flex-basis: 23%;
}









@media (min-width: 1500px) {
  .container {
      max-width: 1460px;
  }
}

@media (max-width: 1500px) {
  .container {
      max-width: 1300px;
  }
}

@media (max-width: 1360px) {
  .container {
      max-width: 1180px;
  }

  .navbar-brand img {
    width: 200px;
}

select#lang_choice_1 {
    background: #FFFFFF;
    border: 1px solid #9FC6C9;
    box-sizing: border-box;
    border-radius: 14px;
    height: 40px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    padding: 4px;
}

span.search-in-btn {
    background: #FFFFFF;
    border: 1px solid #9FC6C9;
    box-sizing: border-box;
    border-radius: 14px;
    height: 40px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    padding: 4px;
}

span.text-head-tel {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #213A3C;
    margin-left: 7px;
}

span.btn-search {
    margin-top: -3px;
    position: relative;
    top: -5px;
}
}

@media (max-width: 1200px) {
  .container {
      max-width: 1040px;
  }
}







@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%;
  }

  .flex-zalogo {
    display: none;
}



.all-col.col3 {
    flex-basis: 48%;
}

.all-col.col2 {
    flex-basis: 47%;
}

.all-col.col1 {
    flex-basis: 98%;
}

.all-col.col4 {
    flex-basis: 48%;
}




ul.dropdown-menu.show a {
    color: #000 !important;
}
section.sectionMain-block {
    margin-top: 70px;
    position: relative;
}
div#main-nav {
    background: #f3fcfc;
}

h1.title-mail-slider {
    font-size: 22px;
}

h1.title-mail-slider span {
    font-size: 26px;
    line-height: 1.2;
}

.body-novosti {
    padding-left: 10px;
}

button.navbar-toggler {
    position: absolute;
    right: -7px;
    top: -51px;
    font-size: 26px;
}

header#masthead {
    padding-top: 0px;
}

.thumbnail-novyny {
    min-width: 80px;
    height: 70px;
}

span.short-desc {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 5px;
}

a.arrowRight-toPost {
    height: 100%;
    width: 28px;
}

.block-features-item {
    text-align: center;
    margin-bottom: 40px;
}

section.features-section {
    padding-top: 100px;
    padding-bottom: 30px;
}

h2.featuresTitle {
    font-size: 28px;
}

img.image-circle-1 {
    max-width: 610px;
    top: -50px !important;
    left: 0px !important;
    width: 100%;
}

.item-napryam-block {
    flex-basis: 100%;
    position: relative;
    margin: 10px;
}

img.circleImage.image-circle-2 {
    bottom: -60px !important;
    top: auto !important;
    max-width: 500px;
    left: 0px !important;
    width: 100%;
}

img.circleImage.image-circle-5 {
    top: auto !important;
    bottom: -79px !important;
    left: 0px !important;
    width: 100%;
}

section.bg-form-right {
    background-image: url(/wp-content/uploads/2020/10/bg-form-right.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    padding: 10px 0px;
    margin-left: 0;
    margin-top: -290px;
    position: relative;
    z-index: 9;
}

.block-present-form {
    display: block;
}

.inside-form-block {
    padding-left: 0px;
    max-width: 100%;
    margin-left: auto;
    padding: 30px 0px;
}

.item-forms {
    flex-basis: 26%;
    margin-bottom: 15px;
}

.pres-block-desc {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(40px);
    border-radius: 12px;
    max-width: 900px;
    margin: auto;
    font-size: 18px;
    line-height: 1.3;
    color: #62797B;
    padding: 20px 20px 1px;
    z-index: 999;
    position: relative;
    text-align: justify;
}

section.bg-form-left {
    background-image: url(/wp-content/uploads/2020/10/bg-form-left.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    padding: 20px 0px;
    margin-left: 0;
    margin-top: -42px;
    position: relative;
    z-index: 9;
}

.footer-widget-block {
    margin-bottom: 40px;
}

.content-inside-pages {
    padding: 20px;
}

}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 560px) {
  html {
    font-size: 75%;
  }

.flex-zalogo {
    display: none;
}

h1.title-mail-slider {
    font-size: 22px;
}

h1.title-mail-slider span {
    font-size: 26px;
    line-height: 1.2;
}

.body-novosti {
    padding-left: 10px;
}
}