/*

Theme Name: Accent

Theme URI: http://ovidiunicolae.com/themes/accent/

Author: Ovidiu Nicolae

Author URI: http://ovidiunicolae.com

Description: Accent is a clean, fast, responsive and easy to setup WordPress theme for bloggers. Designed with the reader in mind, it features great typography and includes some of the best open-source web fonts. It features custom header images, custom colors, logo and custom Google fonts via the Theme Customizer. When it comes to WordPress themes, less is definitely more, so with Accent you get just the right amount of options and a clean design, letting your awesome content do the talking. That means no image sliders or crazy amounts of settings and options. Just simple design done right.

Version: 11.2

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: accent

Domain Path: /languages/

Tags: light, responsive-layout, two-columns, custom-header, full-width-template, post-formats, sticky-post, editor-style, custom-colors, threaded-comments, translation-ready

*/



/*--------------------------------------------------------------

>>> TABLE OF CONTENTS:

----------------------------------------------------------------

1.0 Reset

2.0 Structure

2.0 Typography

3.0 Elements

4.0 Forms

5.0 Navigation

  5.1 Links

  5.2 Menus

6.0 Accessibility

7.0 Alignments

8.0 Clearings

9.0 Widgets

10.0 Content

  10.1 Posts and pages

  10.2 Asides

  10.3 Comments

  10.4 Footer

  10.5 Archives

  10.6 Slider

11.0 Infinite scroll

12.0 Media

  12.1 Captions

  12.2 Galleries

13.0 Media Queries

  13.1 Header

  13.2 Structure and Type

  13.3 Navigation

  13.4 Footer

  13.5 Alignments

--------------------------------------------------------------*/



/*--------------------------------------------------------------

1.0 Reset

--------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

  border: 0;



  font-size: 15px;

  font-style: inherit;

  font-weight: inherit;

  margin: 0;

  outline: 0;

   font-family: 'Roboto', sans-serif;

  padding: 0;

  vertical-align: baseline;

}
@media (max-width: 1400px) {
  #menu-item-598 .sub-menu li{
    
  }
  .menu-item-598 .sub-menu{
    margin-left: -70px;
  }
}


.menu-item-2311 a{
  margin-right: 20px !important;
  color: red;
}

#menu-item-2453 a::after{
  position: absolute;
    top: -57px;
    left: -11px;
    width: 30px;
    margin: 0;
    text-align: center;
}
#menu-item-2453 .sub-menu{
  position: absolute;
  top: -34px;
  width: 150px;
  transform: translate(-40px, 0);
}
.flags{
  width: 30px;
    position: absolute;
    margin-left: 10px;
    top: 13px;
}
.link_flags{
  position: absolute;
  width: 30px;
  top: -60px;
  left: -40px;
}
.flag-it, .flag-gr{
  left: 16px;
}
@media screen and (max-width: 1024px) {
    #menu-item-2453 .sub-menu{
      top: -14px;
      position: relative;
  }
    .link_flags{
      position: relative;
      top: 0;
      left: 0;
  }
    .flags{
      width: 30px;
      top: 3px;
  }
}
@media screen and (max-width: 1600px) {
    #menu-item-2453 .sub-menu{
      transform: translate(0, 0);
  }
}

html {

  font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */

  -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}



*,

*:before,

*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */

  -webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */

  -moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */

  box-sizing:         border-box;

}



body {

    background: rgb(241, 255, 246);

}



article,

aside,

details,

figcaption,

figure,

footer,

header,

main,

nav,

section {

  display: block;

}



ol,

ul {

  list-style: none;

}



table { /* tables still need 'cellspacing="0"' in the markup */

  border-collapse: separate;

  border-spacing: 0;

}



caption,

th,

td {

  font-weight: normal;

  text-align: left;

}

blockquote:before,

blockquote:after,

q:before,

q:after {

  content: "";

}



blockquote,

q {

  quotes: "" "";

}



a:focus {

  outline: none;

}



a:hover,

a:active {

  outline: 0;

}



a img {

  border: 0;

}

/*--------------------------------------------------------------

2.0 Structure

--------------------------------------------------------------*/

.inner-wrapper {

  margin: 0 auto;

  max-width: 1300px;



}



#content {

  margin-top: 20px;

        box-shadow: 0 0 10px rgba(0,0,0,0.20);

  background: white;

    padding: 0 15px;

    border-radius: 3px;

}



#primary,

#secondary,

#primary-full-width {

  margin-bottom: 0px;

}



#secondary {

  display: block;

  float: right;

  width: 20%;

}

/*--------------------------------------------------------------

2.1 Header

--------------------------------------------------------------*/

#masthead {

  background: #eafbf0 !important;

}



.header-image {

  position: relative;

  height: 200px;

}



.site-branding {

  color: #fff;

  left: 50%;

  position: absolute;

  text-align: center;

  text-shadow: 1px 2px 1px #0c0b0b;

  top: 50%;

  -ms-transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

}

h1.site-title a {

  color: #fff;

  font-size: 50px;

}



h1.site-title a:hover {

  text-decoration: none;

}



.site-description {

  font-size: 30px;

  font-weight: 300;

}

/*--------------------------------------------------------------

2.0 Typography

--------------------------------------------------------------*/

body,

button,

input,

select,

textarea {

  color: #333;

  font-family: 'Source Sans Pro', sans-serif;

  font-size: 18px;

  font-size: 1.8rem;

  line-height: 1.5;

}



h1,

h2,

h3,

h4,

h5,

h6 {

  clear: both;

  font-family: 'Varela Round', 'Source Sans Pro', sans-serif;

  line-height: 1.2;

  margin-bottom: 4%;

}



h1 {

  font-size: 36px;

}



.entry-title {

  font-weight: bold;

  -ms-word-wrap: break-word;

  word-wrap: break-word;

        font-size: 30px;

        margin-top: 20px;

}



h2 {

  font-size: 34px;

}



.widget-title {

    font-size: 14px;

    /* letter-spacing: 1px; */

    margin-bottom: 7%;

    text-transform: uppercase;

    background-color: #ffffff;

    color: #00542f;

    /* border-radius: 5px; */

    text-transform: uppercase;

    /* text-shadow: 1px 2px 1px #000000; */

    padding: 10px 0px;

    font-weight: bold;

    border-bottom: solid 1px #d2d2d2;

}



h3 {

  font-size: 30px;

}



h4 {

  font-size: 26px;

}



h5 {

  font-size: 22px;

}



h6 {

  font-size: 18px;

  font-weight: bold;

}



p {

  margin-bottom: 12px;

}



b,

strong {

  font-weight: bold;

}



dfn,

cite,

em,

i {

  /*font-style: italic;*/

}



blockquote {

    background-color: #F5F5F5;

    box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.21);

    margin: 44px 10px 44px 10px;

    font-size: 30px;

    font-style: italic;

    text-shadow: 2px 2px 2px #FFFFF;

    color: #a0a0a0;

    position: relative;

    padding: 1.25em 50px;

}



blockquote > p {

  margin-bottom: 0;

}



blockquote:before {

  color: #00542f;

  content: "\201C";

  display: block;

  font-size: 60px;

  left: 1px;

  position: absolute;

  top: 1px;

}



address {

  margin: 0 0 1.5em;

}



pre {

  background: #eee;

  font-family: "Courier 10 Pitch", Courier, monospace;

  font-size: 15px;

  font-size: 1.5rem;

  line-height: 1.6;

  margin-bottom: 1.6em;

  max-width: 100%;

  overflow: auto;

  padding: 1.6em;

}



code,

kbd,

tt,

var {

  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;

}



abbr,

acronym {

  border-bottom: 1px dotted #666;

  cursor: help;

}



mark,

ins {

  background: #fff9c0;

  text-decoration: none;

}



sup,

sub {

  font-size: 75%;

  height: 0;

  line-height: 0;

  position: relative;

  vertical-align: baseline;

}



sup {

  bottom: 1ex;

}



sub {

  top: .5ex;

}



small {

  font-size: 75%;

}



big {

  font-size: 125%;

}



.highlight {

  background: #FFF09B;

 }

/*--------------------------------------------------------------

3.0 Elements

--------------------------------------------------------------*/

hr {

  background-color: #ccc;

  border: 0;

  height: 1px;

  margin-bottom: 1.5em;

}



ul,

ol {

  margin: 0 0 1.5em 3em;

}



ul {

  list-style: disc;

}



ol {

  list-style: decimal;

}



li > ul,

li > ol {

  margin-bottom: 0;

  margin-left: 1.5em;

}



.post li {

  margin-bottom: 0.5em;

}







dt {

  font-weight: bold;

}



dd {

  margin: 0 1.5em 1.5em;

}



img {

  height: auto; /* Make sure images are scaled correctly. */

  max-width: 100%; /* Adhere to container width. */

}



figure {

  margin: 0;

}



/* Tables */



table {

  font-size: 16px;

  margin: 0 0 1.5em;

  padding: 0;

  width: 100%;

}



thead {

  background: #f5f5f5;

}



th {

  font-weight: bold;

}



td, th {

  padding: 12px;

}



table tr:last-child td {

  border-bottom: none;

}



table tr:nth-child(even) {

  background: #f5f5f5;

}





/*--------------------------------------------------------------

4.0 Forms

--------------------------------------------------------------*/

button,

input,

select,

textarea {

  font-size: 100%; /* Corrects font size not being inherited in all browsers */

  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline; /* Improves appearance and consistency in all browsers */

}



button,

input[type="button"],

input[type="reset"],

input[type="submit"] {

  border: none;

  -webkit-border-radius: 3px;

  border-radius: 3px;

  background: #0b462c !important;

  color: #fff;

  cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */

  -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */

  font-size: 16px;

  font-size: 1.6rem;

  line-height: 1;

  padding: 15px 18px;

}



.hentry button,

.hentry input[type="button"],

.hentry input[type="reset"],

.hentry input[type="submit"] {

  padding: 12px 18px;

}



.more-link {

  border: none;

  -webkit-border-radius: 3px;

  border-radius: 3px;

  background: #2B2F3E;

  color: #fff;

  cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */

  display: inline-block;

  font-size: 16px;

  font-size: 1.6rem;

  line-height: 1;

  padding: 15px 18px;

}



button:visited,

input[type="button"]:visited,

input[type="reset"]:visited,

input[type="submit"]:visited,

.more-link:visited {

  color: #fff;

}



button:hover,

input[type="button"]:hover,

input[type="reset"]:hover,

input[type="submit"]:hover,

.more-link:hover {

  background: #48A3A6;

  text-decoration: none;

}



button:focus,

input[type="button"]:focus,

input[type="reset"]:focus,

input[type="submit"]:focus,

.more-link:focus,

button:active,

input[type="button"]:active,

input[type="reset"]:active,

input[type="submit"]:active,

.more-link:active {

  background: #48A3A6;

}



input[type="checkbox"],

input[type="radio"] {

  padding: 0; /* Addresses excess padding in IE8/9 */

}



input[type="search"] {

  -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */

  -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  -moz-box-sizing:    content-box;

  box-sizing:         content-box;

}



input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;

}



button::-moz-focus-inner,

input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;

  padding: 0;

}



input[type="text"],

input[type="email"],

input[type="url"],

input[type="password"],

input[type="search"],

textarea {

  background: #efefef;

  border: 1px solid #ccc;

  border-radius: 3px;

  color: #666;

  -webkit-transition: all 0.2s ease-in-out;

   -moz-transition: all 0.2s ease-in-out;

   -ms-transition: all 0.2s ease-in-out;

   -o-transition: all 0.2s ease-in-out;

   transition: all 0.2s ease-in-out;

}



input[type="text"]:focus,

input[type="email"]:focus,

input[type="url"]:focus,

input[type="password"]:focus,

input[type="search"]:focus,

textarea:focus {

  background: #fff;

  border: 1px solid #48A3A6;

  color: #111;

}



input[type="text"],

input[type="email"],

input[type="url"],

input[type="password"],

input[type="search"] {

  padding: 3px;

}



textarea {

  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding-left: 3px;

  vertical-align: top; /* Improves readability and alignment in all browsers */

  width: 100%;

}



.form p{

  margin-bottom:5px;

}



input,textarea,select {

  max-width: 100%;

}

/*--------------------------------------------------------------

5.0 Navigation

--------------------------------------------------------------*/

/*--------------------------------------------------------------

5.1 Links

--------------------------------------------------------------*/

a {

  color: #48A3A6;

  text-decoration: none;

  -webkit-transition: all 0.2s ease-in-out;

   -moz-transition: all 0.2s ease-in-out;

   -ms-transition: all 0.2s ease-in-out;

   -o-transition: all 0.2s ease-in-out;

   transition: all 0.2s ease-in-out;

}







a:hover,

a:focus,

a:active {

  text-decoration: underline;

}



.entry-title a {

  color: #333;

}





.entry-title a:hover {

  color: #48A3A6;

  text-decoration: none;

}





}

.entry-content a :hover {

    color: #77c069;

}

#nav_menu-3 a {

 color: #000000;

    background: #80e568;

    border-radius: 16px;

    height: auto; /* Высота блока */

    width: 180px; /* Ширина блока */

    text-align: center; /* Выравнивание по центру */

    display: block; /* Блочный элемент */

    background-position: 100% 0; /* Положение фона */

    position: relative; /* Относительное позиционирование */

    left: 0px; /* Сдвигаем вправо */

    padding: 6px 0; /* Поля вокруг текста */

    text-indent: 0px; /* Сдвигаем текст влево */

}

/*--------------------------------------------------------------

5.2 Menus

--------------------------------------------------------------*/

.main-navigation {

  display: block;

  width: 100%;

}



.main-navigation ul {

  list-style: none;

  margin: 0px;

  padding-left: 0;

        background-color: #00542f  !important;

}



.main-navigation li {

  border-top: 1px solid rgba(255,255,255,0.1);

}



.main-navigation a {

  color:  #e9fbf0;

  display: block;

  font-size: 14px;

  font-weight: 300;

  letter-spacing: 0;

  padding: 20px 0;

  text-decoration: none;

  text-transform: uppercase;



        font-weight: bold;

        font-family: 'Roboto', sans-serif;

}



.main-navigation a:hover {

  color: #e9fbf0;

}



.main-navigation ul ul {

  display: block;

}



.main-navigation ul ul li , .main-navigation ul ul ul li {

  padding-left: 30px;

}



.main-navigation ul li:hover > ul {

  left: auto;

   

}



.main-navigation ul ul li:hover > ul {

  left: 100%;

}



.main-navigation .current_page_item a,

.main-navigation .current-menu-item a {

  color: #e9fbf0;

}

/*Search button*/



a.search-button {

  float: right;

  display: inline-block;

  margin-right: 0;

}



/* Small menu */



.main-navigation ul {

    display: none;

}



.menu-toggle {

  float: left;

  padding: 18px 0;

}



.menu-toggle,

.main-navigation.toggled .nav-menu {

  color: #d2d2d2;

  display: block;

}



.menu-toggle:before {

  content: "\f0c9";

    font-family: "FontAwesome";

  font-size: 32px;

}



.menu-toggle:hover{

  background: #2B2F3E;

  color: #d2d2d2;

}



.toggled .menu-toggle {

  color: #48A3A6

}



.menu-toggle:focus, .menu-toggle:active {

  background: #2B2F3E;

  outline: none

}



.site-main .comment-navigation,

.site-main .paging-navigation,

.site-main .post-navigation {

  line-height: 1.2;

  margin: 0 0 3em;

  overflow: hidden;

}



.comment-navigation .nav-previous,

.paging-navigation .nav-previous,

.post-navigation .nav-previous {

  float: left;

  width: 50%;

}



.paging-navigation, .comment-navigation {

  letter-spacing: 1px;

  text-transform: uppercase;

}



.comment-navigation .nav-next,

.paging-navigation .nav-next,

.post-navigation .nav-next {

  float: right;

  text-align: right;

  width: 50%;

}



/* Mobile search form */

.mobile-search {

  background: #2B2F3E;

  display: none;

  height: 100%;

  opacity: 0.9;

  position: relative;

  width: 100%;

  z-index: 9999;

}



.mobile-search form {

  left: 50%;

  margin-right: 0;

  padding: 0 5%;

  position: absolute;

  text-align: center;

  top: 50%;

  -ms-transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  width: 100%;

}



.mobile-search form .search-field {

  margin-right: 0;

  padding-right: 0;

  width: 100%;

}



.mobile-search-close {

  color: #fff;

  position: absolute;

  right: 5%;

  top: 5%;

}



.mobile-search-close:hover  {

  cursor: pointer;

}



.mobile-search .search-submit {

  display: none;

}

/*--------------------------------------------------------------

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

}



.screen-reader-text:hover,

.screen-reader-text:active,

.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-weight: bold;

  height: auto;

  left: 5px;

  line-height: normal;

  padding: 15px 23px 14px;

  text-decoration: none;

  top: 5px;

  width: auto;

  z-index: 100000; /* Above WP toolbar */

}



/*--------------------------------------------------------------

7.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: 0 auto;

}



img.alignleft,

img.alignright,

img.aligncenter {

  margin-bottom: 1.5em;

}

/*--------------------------------------------------------------

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

}



.clear:after,

.entry-content:after,

.comment-content:after,

.site-header:after,

.site-content:after,

.site-footer:after {

  clear: both;

}



/*--------------------------------------------------------------

9.0 Widgets

--------------------------------------------------------------*/

.widget {

  margin: 0 0 42px;

}



/* Make sure select elements fit in widgets */

.widget select {

  max-width: 100%;

}



/* Search widget */

.widget_search .search-submit {

  display: none;

}



.widget li {

  margin-bottom: 10px;

  font-size: 18px;

}



.widget {

  font-size: 18px;

}



/* Sheldue widget */

.rpwe-block .ya-share2 {

  display: none;

}



.god-sheldue__summary {

  display: none;

}



/*--------------------------------------------------------------

10.0 Content

--------------------------------------------------------------*/

/*--------------------------------------------------------------

10.1 Posts and pages

--------------------------------------------------------------*/

.post {

  margin-bottom: 10%;

}



.post:last-child, .post:last-of-type {

  margin-bottom: 8%

}



.sticky {

  display: block;

}



.updated:not(.published) {

  display: none;

}



.single .byline,

.group-blog .byline {

  display: inline;

}



.page-content,

.entry-content,

.entry-summary {

  margin: 22px 0 0;

  padding: 30px;

}





.featured-image {

  margin-bottom: 4%;

  display: inline-block;

  width: 100%;

}



.page-links {

  clear: both;

  margin: 0 0 1.5em;

}



.entry-meta, .entry-footer {

  color: #aaa;

  font-size: 16px;

  letter-spacing: 1px;

  text-transform: uppercase;

}



.entry-meta .edit-link {

  float: right;

}



.entry-footer {

  margin: 6% 0 6% 0;

}



.entry-footer span {

  display: block;

  margin-bottom: 10px;

}



.cat-links:before, .tags-links:before, .edit-link:before {

  font-family: 'FontAwesome';

}



.cat-links:before {

  content: "\f0ca";

}

.tags-links:before {

  content: "\f02c";

}



.edit-link {

  text-align: right;

}



.edit-link:before {

  content: "\f044";

  margin-right: 3px;

}



.page-links {

  color: #aaa;

  letter-spacing: 1px;

  text-transform: uppercase;

}



.post-navigation {

  border-top: 2px solid #f5f5f5;

  border-bottom: 2px solid #f5f5f5;

  color: #333;

  font-size: 18px;

  padding: 6% 0;

}



.news-short-content img {

    position: relative;

   border: 1px solid rgba(72, 163, 166, 0.4);

    padding: 1px;

}



.post-navigation a {

  color: #333;

}





.footer-menu .menu {

    display: flex;

}

.footer-menu .menu-item a{

  color:#fff;

}

.footer-menu  .menu-item {

    list-style: none;

    padding: 0;

        margin-right: 12px;

}



.footer-menu   .sub-menu {

    margin: 0;

}







.nav-previous .fa-long-arrow-left {

  margin-right: 3px;

}



.nav-next .fa-long-arrow-right {

  margin-left: 3px;

}



/* Sticky posts */

.sticky {

  position: relative;

}



.sticky-post {

  background: #2B2F3E;

  color: #fff;

  font-size: 16px;

  letter-spacing: 1px;

  line-height: 1;

  padding: 8px 10px;

  position: absolute;

  right: 0;

  text-transform: uppercase;

  top: 12px;

}



.archive .sticky-post {

  display: none;

}





.news-bottom {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

}



.news-tags {

  color: lightgrey;

  font-size: 13px;

}



/* Index galleries */

.index-galleries {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: calc(100% + 15px);

    background: #fff4e6;

    padding: 40px 20px;

    margin: 0 0px 0 -15px;

    color: white;

}





.index-galleries__video-column .index-galleries__column-title:before {

       background-image: url(/wp-content/themes/accent/images/film.png);

    

}

.index-galleries__photo-column .index-galleries__column-title:before{

      background-image: url(/wp-content/themes/accent/images/gallery.png);

   

} 



.index-galleries__photo-column .index-galleries__column-title:before,

.index-galleries__video-column .index-galleries__column-title:before {

    content: '';

    width: 40px;

    height: 40px;

    display: inline-block;

    vertical-align: middle;

        margin-right: 6px;

         display: inline-block;

    vertical-align: middle;

    background-size: cover;

} 







.index-galleries__column {

  -ms-flex-negative: 0;

      flex-shrink: 0;

  width: 50%;

  padding: 0 20px;

}



.index-galleries__column-title {

    text-align: center;

    font-size: 18px;

    margin-bottom: 30px;

}



.index-galleries__column-title a {

    color: blaсk;

  font-size: 18px;

}



.index-galleries__photo-slider .owl-nav {

  position: absolute;

  top: 120px;

  margin: 0 !important;

  width: 100%;

}



.index-galleries__photo-slider .owl-nav button {

  margin: 0 !important;

  width: 60px;

    height: 60px;

  position: absolute;

  background-color: white !important;

  outline: none;

}



.index-galleries__photo-slider .owl-prev {

  left: 0;

}



.index-galleries__photo-slider .owl-next {

  right: 0;

}



.index-galleries__photo-slider .owl-nav button span {

  font-size: 50px !important;

  line-height: 14px;

  position: absolute;

    top: 20px;

    left: 50%;

  transform: translateX(-50%);

  color: #0b462c;

}



.index-galleries__photo-img {

  height: 300px;

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center center;

  margin-bottom: 7px;

}



.index-galleries__video iframe {

  height: 300px;

}



.index-galleries__link {

  margin-top: 20px;

}



.index-galleries__post-link,

.index-galleries__post-link:visited {

   color: #610202;

  text-decoration: underline;

}





.category-header {

  padding: 20px;

}



.gallery-category__container {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

}



.gallery-category__item {

  width: 25%;

  padding: 0 20px;

}





.gallery-category__item img {

  width: 100%;

}



.gallery-category__item-inner {

  border: 1px solid lightgray;

  text-align: center;

}



.gallery-category__item-inner:hover {

  border-color: #00542f;

}



.gallery-category__item-text {

  font-size: 16px;

  padding: 10px;

  display: block;

}



/* ************************************************************************** */



.mrites {

  overflow: hidden;

}



.mrites .mrites-msg {

  padding-bottom: 20px;

  color: red;

}



.mrites .mrites-form {

  float: left;

  width: 300px;

  margin-right: 50px;

}



.mrites .mrites-area {

  float: left;

  width: 335px;

}



.mrites .mrites-area .paper {

  position: relative;

  min-height: 400px;

  padding: 30px 40px 100px;

  /*background: url(../images/paper.jpg) 0 0 repeat-y;*/

  background-size: 100% 100%;

  border: 1px solid #dacfbf;

}



.mrites .mrites-area .info {

  margin-top: 24px;

  border-top: 1px solid #dacfbf;

  padding-top: 18px;

  font-family: 'Tinos', Times New Roman, Georgia;

  line-height: 16px;

  font-size: 14px;

  font-weight: bold;

}



.mrites .mrites-area .subject {

  padding: 0px 0px 4px 0px;

  text-align: center;

  font-family: 'Tinos', Times New Roman, Georgia;

  line-height: 25px;

  color: #896a3a;

  font-size: 24px;

  text-transform: uppercase;

}



.mrites .mrites-area .rite {

  margin-bottom: 20px;

  padding: 0px 0px 15px;

  border-bottom: 4px double #d5bd9d;

  text-align: center;

  font-family: 'Tinos', Times New Roman, Georgia;

  line-height: 22px;

  font-size: 18px;

}



.mrites .mrites-area .names {

  font-family: 'Tinos', Times New Roman, Georgia;

  line-height: 20px;

  font-size: 18px;

  margin-bottom: 5px;

}



.mrites .mrites-area .names span {

  margin-left: 4px;

  font-size: 18px;

}



.mrites .mrites-area .price {

  position: absolute;

  bottom: 30px;

  left: 40px;

  width: 253px;

  border-top: 4px double #d5bd9d;

  border-bottom: 4px double #d5bd9d;

  text-align: center;

  font-family: 'Tinos', Times New Roman, Georgia;

  line-height: 42px;

  color: #896a3a;

  font-size: 18px;

}



.mr-text {

  margin: 12px 0 0 2px;

  color: #896a3a;

  font-size: 18px;

}



.mr-req {

  margin-left: 3px;

  color: #896a3a;

}



.mr-subject .mr-text {

  margin-top: 0;

}



.mr-select select{

  position: relative;

  padding: 0 0 0 4px;

  width: 320px;

  height: 32px;

  border: none;

  font-family: 'Tinos', Times New Roman, Georgia;

  letter-spacing: 0.3px;

  line-height: 26px;

  font-size: 18px;

  color: #373636;

  background-color: transparent;

  z-index: 1;

}

.mr-select{

  position: relative;

  border: 1px solid #c0beb2;

  background-color: #ebebe7;

  overflow: hidden;

}

.mr-select:after{

  content: "";

  position: absolute;

  top: 11px;

  right: 15px;

  display: block;

  width: 0;

  height: 0;

  border-width: 10px 6px 0 6px;

  border-style: solid;

  border-color: #b2b2a7 transparent transparent transparent;

}



.mr-form input, .mr-form textarea {

  border: 1px solid #c0beb2;

  font-family: 'Tinos', Times New Roman, Georgia;

  letter-spacing: 0.3px;

  line-height: 22px;

  font-size: 18px;

  color: #373636;

  background-color: #ebebe7;

}

.mr-form input {

  padding: 6px 10px;

}

.mr-form textarea {

  padding: 3px 10px;

}



.mr-agree {

  padding-top: 12px;

}



.mr-checkbox{

  position: absolute;

  opacity: 0;

  z-index: -1;

}

.mr-checkbox + label{

  position: relative;

  display: inline-block;

  padding-left: 35px;

  font-size: 14px;

}

.mr-checkbox + label:before{

  content: "";

  position: absolute;

  top: 4px;

  left: 0;

  display: block;

  width: 15px;

  height: 15px;

  font-size: 18px;

  line-height: 15px;

  text-align: center;

  border: 2px solid #888;

  border-radius: 3px;

}

.mr-checkbox:checked + label:before{

  content: "✔";

}



.mr-agree .mr-text input {

  margin: 0 10px 2px 0;

  padding: 0;

  border: 1px solid #c0beb2;

  vertical-align: middle;

}



.mr-name input, .mr-email input {

      width: 300px;

}



.mr-names textarea, .mr-more textarea {

  width: 300px;

  resize: none;

}



.mr-captcha input {

  width: 180px;

}



.mr-captcha img {

  border: 0;

}



input.mr-submit {

  display: block;

  margin: 14px 0;

  padding: 10px 0;

  width: 170px;

  border: 0;

  text-align: center;

  font-family: 'Tinos', Times New Roman, Georgia;

  letter-spacing: 0.3px;

  line-height: 22px;

  font-size: 18px;

  color: #fff;

  background-color: #b2b2a7;

  cursor: pointer;

}



input.mr-submit:hover {

  color: #fbfbf7;

}



.mrites .order.num {

  margin-bottom: 12px;

  padding-bottom: 12px;

  border-bottom: 1px dotted #c0beb2;

  font-family: 'Tinos', Times New Roman, Georgia;

  line-height: 27px;

  font-size: 22px;

  color: #94683b;

}



.mrites .order.item {

  overflow: hidden;

  padding-bottom: 12px;

}



.mrites .order.full {

  overflow: hidden;

  padding-top: 12px;

  border-top: 1px dotted #c0beb2;

}



.mrites .order .num {

  float: left;

  text-align: left;

  font-family: 'Tinos', Times New Roman, Georgia;

  line-height: 20px;

  font-size: 13px;

}



.mrites .order .text {

  margin-left: 24px;

  margin-right: 100px;

  text-align: left;

  font-family: 'Tinos', Times New Roman, Georgia;

  line-height: 20px;

  font-size: 16px;

  overflow: hidden;

}



.mrites .order .text span {

  font-weight: bold;

  font-style: italic;

}



.mrites .order .price {

  float: right;

  width: 100px;

  text-align: left;

  font-family: 'Tinos', Times New Roman, Georgia;

  line-height: 20px;

  font-size: 16px;

}



.mrites .order.full .price {

  font-weight: bold;

}



.mrites .order.button {

  padding-top: 24px;

}



/* ************************************************************************** */





.tag-notice .news-content {

    background: #fff4e6;

}

.tag-notice  .date-post {

    display: none;

}

.tag-notice .news-more-link{

      background: #ba493d;

      border: 1px solid #ba493d;

          top: -18px;

    right: -52px;

}

.tag-notice .news-more-link:hover {

    background: #fff4e6;

    border: 1px solid #ba493d;

    color: #ba493d;

}

.news.tag-notice  .news-title a {

    color: #ba493d;

}

.tag-notice {

    padding: 0;

    border: none;

}



/*--------------------------------------------------------------

10.2 Asides

--------------------------------------------------------------*/

.blog .format-aside .entry-title,

.archive .format-aside .entry-title {

  display: none;

}



aside ul {

  list-style-type: none;

  margin-left: 0;

}



/*--------------------------------------------------------------

10.3 Comments

--------------------------------------------------------------*/

.comment-content a {

  word-wrap: break-word;

}



.comment-content p {

  font-size: 16px;

  font-size: 1.6rem;

}



.bypostauthor {

  display: block;

}

.comment-list, .children {

  list-style-type: none;

  margin-left: 0;

}



.comment-body {

  background: #F5F5F5;

  margin: 7% 0;

  padding: 6% 7%;

}



.children .comment {

  margin-left: 10%;

}



.comment {

  -ms-word-wrap: break-word;

  word-wrap: break-word;

}



.comment-metadata, .comments-area .edit-link {

  font-size: 14px;

  font-size: 1.4rem;

  letter-spacing: 1px;

  text-transform: uppercase;

}



.comment-metadata {

  margin-top: 5px;

}



.comment-meta {

  margin-bottom: 5%;

}



.comment-author a {

  color: #333;

  font-size: 24px;

}



.bypostauthor .comment-body {

  border-left: 6px solid #48A3A6;

}



.comment-author .fn {

  margin-left: 5px;

}



.says {

  display: none;

}



.avatar {

  -webkit-border-radius: 40px;

  -moz-border-radius: 40px;

  border-radius: 40px;

  vertical-align: middle;

}



.comment-meta .edit-link, .edit-link {

  color: #aaa;

  float: right;

}



.comment-form-author, .comment-form-email, .comment-form-url {

  display: inline-block;

  width: 100%;

 }



 .comment-form label {

  color: #aaa;

  display: inline-block;

  font-size: 16px;

  font-weight: bold;

  letter-spacing: 1px;

  margin-bottom: 12px;

  text-transform: uppercase

}



.comment-form input {

  width: 100%

 }



 .comment-form #submit {

  width: auto;

 }



 #respond {

  margin-top: 10%;

 }



.comment-reply-link {

  letter-spacing: 1px;

  text-transform: uppercase;

}



.no-comments {

  color: #aaa;

  letter-spacing: 1px;

  text-transform: uppercase;

}

 /*--------------------------------------------------------------

10.4 Footer

--------------------------------------------------------------*/

.site-footer {

    background: #1d3221;

    font-size: 18px;

    padding: 2% 0 0 0;

    border-top: 1px solid #dadada;

    background-repeat: repeat-x;

    margin-top: 40px;

}



.site-info {

      background: #1d3221 !important;

  color: #d2d2d2;

  font-size: 16px;

  padding: 14px 0;

}

.bottom-info {

    padding: 14px 0;

}

.footer-logo {

    width: 240px;

    margin-bottom: 13px;

}



.logo {

    width: 75%;

    position: relative;

    top: 23px;

    height: 106px;

    margin: 0 auto;

}

.logo img {

    width: 100%;

}

h1.site-title a img {

    width: 384px;

    position: relative;

    top: 19px;

}



#page .header-image {

    height: 150px;

}









/*--------------------------------------------------------------

10.5 Archives

--------------------------------------------------------------*/

.archive-title {

  color: #aaa;

  font-size: 24px;

  font-weight: 300;

  letter-spacing: 1px;

  text-transform: uppercase;

  margin: 20px 0;

}



/*--------------------------------------------------------------

10.6 Slider

--------------------------------------------------------------*/

.main-slider {

  height: 500px;

}



.main-slider .owl-dots {

  position: absolute;

  bottom: 0;

  left: 50%;

  -webkit-transform: translateX(-50%);

          transform: translateX(-50%);

}









.omsk-and-tavr p {

    font-size: 18px;

}

.omsk-and-tavr {

    position: absolute;

    right: 1%;

    color: white;

    font-size: 22px;

}



.main-slider .owl-dot {

  background: none !important;

}



.main-slider__img {

  height: 500px;

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center center;

}



.main-slider__content {

  color: white;

  position: absolute;

  bottom: 50px;

  left: 50px;

  z-index: 3;

  width: 45%;

}



.main-slider__title {

  margin-bottom: 10px;

}



.main-slider .owl-item:after {

  content: "";

    position: absolute;

    top: 0px;

    left: 0px;

    right: 0px;

    bottom: 0px;

    z-index: 0;

    background-color: RGBa(0,0,0,0.4);

}



@media screen and (min-width: 769px) {

  .main-slider .owl-item:after {

    right: 35%;

    background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.7)),to(rgba(0,0,0,0)));

    background: linear-gradient(to right, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );

    z-index: 2;

  }

}



/*--------------------------------------------------------------

11.0 Infinite scroll

--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */

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

}



/*--------------------------------------------------------------

12.0 Media

--------------------------------------------------------------*/

.page-content img.wp-smiley,

.entry-content img.wp-smiley,

.comment-content img.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%;

}



/*--------------------------------------------------------------

12.1 Captions

--------------------------------------------------------------*/

.wp-caption {

  margin-bottom: 1.5em;

  max-width: 100%;

}



.wp-caption img[class*="wp-image-"] {

  display: block;

  margin: 0 auto;

}



.wp-caption-text {

  text-align: center;

}



.wp-caption .wp-caption-text {

  color: #000;

  font-size: 12px;

  font-style: italic;

  margin: 0.8075em 0;

}



/*--------------------------------------------------------------

12.2 Galleries

--------------------------------------------------------------*/

.gallery {

  margin-bottom: 1.5em;

}



.gallery-item {

  display: inline-block;

  margin-bottom: 1em;

  margin-top: 10px;

  text-align: center;

  vertical-align: top;

  width: 100%;

}



.gallery-columns-2 .gallery-item {

  max-width: 50%;

}



.gallery-columns-3 .gallery-item {

  max-width: 33.33%;

}



.gallery-columns-4 .gallery-item {

  max-width: 25%;

}



.gallery-columns-5 .gallery-item {

  max-width: 20%;

}



.gallery-columns-6 .gallery-item {

  max-width: 16.66%;

}



.gallery-columns-7 .gallery-item {

  max-width: 14.28%;

}



.gallery-columns-8 .gallery-item {

  max-width: 12.5%;

}



.gallery-columns-9 .gallery-item {

  max-width: 11.11%;

}



.gallery-caption {

  color: #aaa;

  display: block;

  font-size: 16px;

}





/*--------------------------------------------------------------

13.0 Media Queries

--------------------------------------------------------------*/

@media all and (min-width: 800px) {

/*--------------------------------------------------------------

13.1 Header

--------------------------------------------------------------*/

  .header-image {

    height: 280px;

  }



  .site-description {

    font-size: 30px;

  }



  h1.site-title a {

    font-size: 50px;

  }

       img {

                max-width: 150%;

        }

 .site-branding {

   left: 44%



 }

/*--------------------------------------------------------------

13.2 Footer

--------------------------------------------------------------*/

  .footer-widget-wrapper {

    float: left;

    margin-right: 4%;

    width: 30%;

  }



  #footer-widgets .footer-widget-wrapper:last-child {

    margin-right: 0;

  }

}



@media all and (min-width: 1025px) {

/*--------------------------------------------------------------

13.3 Structure and Type

--------------------------------------------------------------*/

  #primary {

    float: left;

    width: 77%;

  }

  .header-image {

    height: 280 px;

  }



  h1 {

    font-size: 40px;

  }



  h2 {

    font-size: 38px;

  }



  body,

  button,

  input,

  select,

  textarea {

    font-size: 20px;

    font-size: 2rem;

    line-height: 1.6;

  }

       .site-branding {

     left: 50%

}

/*--------------------------------------------------------------

13.4 Navigation

--------------------------------------------------------------*/

  .main-navigation {

    clear: both;

    display: block;

    float: left;

    width: 100%;

                background-color: #00542f;

                box-shadow: 0 0 20px rgb(0, 0, 0);



  }

        .main-navigation li > a:after {/* background-color: #00542f; */}





  .main-navigation ul {

    list-style: none;

    margin: 0px;

    padding-left: 0;

        }



  .main-navigation li {

    border-top: none;

    float: left;

    position: relative;

                margin-left: 16px;

  }



  .main-navigation li.menu-item-has-children > a:after {color: #ffffff;content: "\f107";font-family: 'FontAwesome';margin-left: 4px;top: 12px;}







  .main-navigation a {

    margin-right: 20px;

    padding: 18px 0;

  }



  .main-navigation .search-button {

    margin-right: 0;

  }



  .main-navigation ul ul {

    background: #00542f !important;

    float: left;

    left: -999em;

    position: absolute;

    z-index: 99999;

    top: 48px;

  }



  .main-navigation ul ul li.menu-item-has-children > a:after {

    color: #d2d2d2;

    content: "\f105";

    font-family: 'FontAwesome';

    margin-left: 6px;

  }



  .main-navigation ul ul li.menu-item-has-children > a:hover:after {



  }



  .main-navigation ul ul ul {

    left: -999em;

    top: 0;

  }



  .main-navigation ul ul li {

    border-top: 1px solid rgba(255,255,255,0.1);

    margin: 0 20px;

    padding-left: 0;

    width: 250px;

  }



  .main-navigation ul ul ul li {

    padding-left: 0;

    width: 250px;

  }



  .main-navigation ul ul li:first-child {

    border-top: none;

  }



  .main-navigation ul li:hover > ul {

    left: auto;

  }



  .main-navigation ul ul li:hover > ul {

    left: 100%;

  }



  .main-navigation .current_page_item a,  

  .main-navigation .current-menu-item a {color: #c9b186;margin-left: 20px;}



  /*Small menu*/

  .menu-toggle {

    display: none;

  }



  .main-navigation ul {

    display: flex;

    justify-content: center;

    

  }



  a.search-button {



  }



  .clear.clear-mobile-menu {

    display: none;

  }



  .mobile-search {

    display: none;

  }



  .mobile-search form .search-field {

    max-width: 800px;

  }



  /*Typography*/

  h1 {

    font-size: 50px;

  }



}



@media all and (max-width: 800px) {

/*--------------------------------------------------------------

13.5 Alignments

--------------------------------------------------------------*/

  .alignleft,

  .alignright,

  .aligncenter {

    float: none;

    margin: 0 auto 1.5em auto;

    width: auto;

  }



  img.alignleft,

  img.alignright {

    display: block;

    float: none;

    margin: 1.5em auto;

  }

}

        .heder-tes {

         height: 50px

}



em {font-style: italic;}





.textwidget.full.calendar a,

.textwidget.full.calendar a img {

  width: 72%;

  margin: 0 auto;

  display: block;

}









.textwidget.full.calendar {

    background: #ffffff;

    padding: 16px;

    position: relative;

        text-align: center;

    border: 1px solid rgba(72, 163, 166, 0.4);

    line-height: 1.4;

}

.textwidget.pravinet a,

 .textwidget.pravinet a img {

    width: 47%;

}

.textwidget.full.calendar:after {

    content: "";

    position: absolute;

    top: 1px;

    left: 1px;

    right: 1px;

    bottom: 1px;

    border: 1px solid rgba(72, 163, 166, 0.4);

    z-index: 0;

    pointer-events: none;

}



.widget-title,

.prav li a,

.news_pagination{

  font-family: 'Roboto', sans-serif;

}

.prav li {

    line-height: 1.2;

    list-style: none !important;

}



.next.page-numbers {

    position: absolute;

    right: 0;

}







.group-btn {

    display: flex;

    margin-bottom: 30px;

    justify-content: space-between;

}







.group-btn .group-btn__item {



    width: 48%;

    height: 122px;

    display: inline-block;

    background-size: cover;

    color: white;

    font-size: 20px;

    padding-right: 25%;

    padding-left: 30px;

    padding-top: 40px;

    line-height: 1.2;

    text-decoration: none;



}



.group-btn__item:nth-of-type(1) {



    background: url(/wp-content/themes/accent/images/b2.jpg);

    background-size: 105% 105%;



}



.news .news-title a:hover {

    text-decoration: none;

    color: #00331d;

}

.group-btn__item:nth-of-type(1):hover {

    background-size: 100% 100%;

}

.group-btn__item:nth-of-type(2):hover {

   background-size: 100% 100%;

}



.group-btn__item:nth-of-type(2) {



     background: url(/wp-content/themes/accent/images/b1.jpg) ;

     padding-top: 40px;

     background-size: 105% 105%;



}







.tag-notice .news-content {

    background: #fff4e6;

}

.tag-notice  .date-post {

    display: none;

}

.tag-notice .news-more-link{

      background: #ba493d;

      border: 1px solid #ba493d;

          top: -18px;

    right: -52px;

}

.tag-notice .news-more-link:hover {

    background: #fff4e6;

    border: 1px solid #ba493d;

    color: #ba493d;

}

.news.tag-notice  .news-title a {

    color: #ba493d;

}

.tag-notice {

    padding: 0;

    border: none;

}





.site-title {

    visibility: hidden;

    width: 0;

    height: 0;

}





.main-navigation {

  

    background-color: #0b462c;

  

}



.main-navigation ul {

    list-style: none;

    margin: 0px;

    padding-left: 0;

    background-color: #0b462c !important;

    display: flex;

    justify-content: space-between;



}





.main-navigation ul ul {

    background: #0b462c !important;

   

}



.main-navigation li {

    border-top: none;

    float: left;

    position: relative;

    margin-left: 0;

}



.main-navigation li:hover> a {

    color: #c8b086;

}



.site-footer, 

.site-info {

    background: #0b462c !important;;

}



.logo-footer {

    float: left;

        position: relative;

            width: 420px;

}



footer .site-info .inner-wrapper:after {

    content: '';

        width: 100%;

    height: 2px;

    background: #d3b285;

    position: absolute;

    bottom: 2px;

    left: 0;

}

.soc-block {

    

    text-align: left;

    display: flex;

    flex-wrap: wrap;

    justify-content: flex-end;

}



a.soc-block_link {

    text-indent: -99999px;

    display: inline-block;

    width: 55px;

    height: 55px;

    background: url(/wp-content/themes/accent/images/social_icons_my.png);

    background-size: 659px;

    background-repeat: no-repeat;

    background-position: -15px -15px;

}



.footer__developer a > svg {

    vertical-align: middle;

    margin-left: 1rem;

}



.footer__developer {

    float: left;

}

.bottom-info > div {

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.footer__developer a {

    text-decoration: none;

     color: #ffffff;

}







.address p {

    font-size: 14px;

    margin-bottom: 17px;

    color: #fff;    

    text-align: right;

}

.address {

    width: 293px;

    margin-top: 23px;

}



.soc-block_link.od{

 background-position: -188px -15px;

}



.soc-block_link.fb{

 background-position: -130px -15px;

}

.soc-block_link.yo {

    background-position: -532px -15px;

}



.rpwe-block a {

    color: #48A3A6;

}

.site-info > div {

    display: flex;

   align-items: flex-end;

    justify-content: space-between;

    position: relative;

}



.content.inside {

    padding: 30px;

}



.rpwe-block li {

 

    margin-bottom: -7px;

}



.footer-menu .sub-menu {

    margin: 0;

    display: none;

}





.main-navigation ul ul.sub-menu.show {

    display: block;

}



select {

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

}



.footer-menu .menu {

    display: flex;

    flex-wrap: wrap;

    width: 625px;

        margin: 21px 0 17px 0;

}



footer .inner-wrapper {

   

    position: relative;

}



.footer-menu .menu > li {

    min-width: 148px;

}



.site-footer {

    padding: 0% 0 0 0;

}



.main-navigation{

  position: relative;

}



.main-slider__text {

    font-size: 21px;

    text-align: right;

}





@media screen and (max-width: 1366px){

  .group-btn .group-btn__item {

    font-size: 16px;

}

}

@media screen and (min-width: 1024px) and (max-width: 1600px){



  .menu.nav-menu > li:last-child:hover > ul {

   right: 0;

}

 .main-navigation li ul li a {

    margin: 0;

}

}



@media screen and (max-width: 1024px){

.menu-item-598 .sub-menu{
    margin-left: 0;
}


.main-navigation ul{

    position: absolute;

    left: 0;

    top: 0;

    display: none;

    width: 100%;

    background-color: #0b462c;

    z-index: 1000;

  }

  

  

.menu-1-container {

    position: absolute;

    width: 100%;

}

.main-navigation > ul{

  

}

.main-navigation li {

    float: none;

}



.main-navigation.toggled .nav-menu {

    overflow: hidden;

    padding: 0 2%;

}



.main-navigation ul ul li, .main-navigation ul ul ul li {

    padding-left: 0;

    

}



button.menu-toggle {

    padding-left: 2%;

    padding-right: 2%;

}



.main-navigation ul ul {

    background: #0b462c !important;

    position: relative;

    padding-left: 26px;

}

.main-navigation a {

    padding: 7px 0;

}



  .logo {

  width: 92%;

  top: 50px; 

}



.omsk-and-tavr p {

    font-size: 12px;

}



.omsk-and-tavr {

    top: -7px;

}



h3.main-slider__title {

    font-size: 22px;

}



.main-slider__text {

    font-size: 17px;

}



.page-content, .entry-content, .entry-summary {

    padding: 0;

}



.group-btn .group-btn__item {

    font-size: 16px;

}

div#page {

    overflow: hidden;

}

}





@media screen and (max-width: 900px){

 .logo {

    width: 90%;

    top: 2px;

}

  #page .header-image {

    height: 90px;

}



.omsk-and-tavr {

    top: 13px;

}



.group-btn .group-btn__item {

    padding-right: 21%;

    padding-left: 16px;

}



}



@media screen and (max-width: 800px){

  

  

}





@media screen and (max-width: 768px){

  

.logo {

    top: 12px;

}







h3.main-slider__title {

    font-size: 18px;

}

.main-slider__text {

    font-size: 12px;

}

.main-slider__content {

  left: 5%;

    width: 78%;

}



.group-btn {

    flex-wrap: wrap;

}



.group-btn .group-btn__item {

  width: 100%;

    margin-bottom: 18px;

    padding-top: 42px;

    padding-right: 46%;

}



.tag-notice .news-more-link {

    right: 0;

}

.news .news-title a {

    font-size: inherit;

    font-family: inherit;

    line-height: inherit;

}

.news .news-title {

    font-size: 16px;

    line-height: 1.2;



}

.tag-notice .news-more-link {

    top: -6px;

}





.date-post span {

    font-size: 29px;

}



.date-post {

    position: relative;

    top: 10px;

}



img.alignleft, img.alignright {

   

    width: 100%;

    margin: 0.5em auto 22px 0;

}



.news_pagination {

    margin-bottom: 9px;

}



.index-galleries__column {

    width: 100%;

    

    padding: 0 0;

}



.index-galleries {

    flex-wrap: wrap;

    width: calc(100% + 30px);

}



.index-galleries__photo-column {

    margin-top: 41px;

}



.site-info > div {

    flex-wrap: wrap;

}



.logo-footer {

    width: 100%;

}





.footer-menu .menu-1-container {

    position: static;

    width: 100%;

    padding: 0 6%;

}



.footer-menu .menu {

    width: 100%;

}



.footer-logo {

    width: 100%;

    margin-bottom: 13px;

    padding: 0 7%;

}

.soc-block {

    

    justify-content: center;

}



}





@media screen and (max-width: 750px){

  

.omsk-and-tavr {

    top: 6px;

}



.logo {

    top: 7px;

}







}



@media screen and (max-width: 568px){

 

.logo {

    top: 28px;

}

.omsk-and-tavr {

    top: 0px;

}

}



@media screen and (max-width: 420px){

  .omsk-and-tavr {

    top: -7px;

}

  

}



@media screen and (max-width: 360px){

  

  .logo {

    top: 33px;

}

}

.menu-item-2454 a{
  position: relative;
  left: 20px;
  color: #c9b186 !important;
}