/*!
Theme Name: vivat
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vivat
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vivat is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

.post_fix_img {
  height: 200px;
}

.gmnoprint {
  display: none !important;
}

.e-article__ffect .text:visited {
  color: #001a70;
}

.s-about__up {
  position: fixed;
  content: "";
  background-image: url(img/icons/up.svg);
  background-size: contain;
  width: 4rem;
  height: 4rem;
  bottom: 1rem;
  right: 1rem;
  cursor: pointer;
  z-index: 99;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  -moz-transition: all 250ms;
  transition: all 250ms;
}

.up {
  opacity: 0;
}

.up.show {
  opacity: 1;
}

.s-about__up:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

.e-footer-menu li + li {
  margin-left: 1em;
}

.section .gform_wrapper .chosen-choices,
.gfield_select {
  padding: 5px 4px !important;
  height: 3.2rem !important;
  border: 1px solid #dcddde !important;
  background-image: none !important;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}

.section .gform_wrapper .chosen-choices:hover,
.section .gform_wrapper .chosen-choices:focus,
.section .gform_wrapper .chosen-choices:active,
.gfield_select:hover,
.gfield_select:focus {
  border-color: #001a70 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.section .gform_wrapper .chosen-choices {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.chosen-search-input {
  min-height: 3.2em;
}

.section
  .gform_wrapper
  .chosen-container-multi
  .chosen-choices
  li.search-choice {
  line-height: 2em !important;
}

body .gform_wrapper .top_label div.ginput_container {
  line-height: 1.2;
}

.qmn_pagination {
  justify-content: start !important;
}

@media (min-width: 992px) {
  .section .gform_wrapper ul.gform_fields {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .gform_wrapper form li,
  .gform_wrapper li {
    padding-left: 15px !important;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  .mlw_horizontal_choice {
    display: block;
  }
  .mlw_horizontal_choice:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
.page-id-3219 .typo-decep {
	display: none;
}
.zvit .uk-tab>li.uk-active>a {
	color: #001a70;
}
.page-id-3219 .text ul:not(.blocks-gallery-grid) li:before {
	display: none !important;
}
.zvit .uk-tab>li>a {
	font-weight: bold;
}
.zvit a.uk-link-reset:hover {
	color: #78d64b;
	border-bottom: 1px dashed;
}
@media (max-width: 1450px){
.type-post .cn-w-12_12--xl {
    width: 100%;
}
}