/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 23 2026 | 14:42:55 */
.post-card__image {
    background: none;
}

.post-card__image img {
    border-radius: 20px;
	}
	
	.site-branding {
    text-align: center;
    padding: 0px 20px 20px 0;
}

.ult-new-ib img {
    border-radius: 20px;
}
.ult-new-ib {
background-color: white;
}

.entry-content blockquote:not(.wpremark).info:before, .entry-content blockquote:not(.wpremark).is-style-info:before, .home-text blockquote:not(.wpremark).info:before, .home-text blockquote:not(.wpremark).is-style-info:before, .taxonomy-description blockquote:not(.wpremark).info:before, .taxonomy-description blockquote:not(.wpremark).is-style-info:before {
display: none;
}

.entry-content blockquote:not(.wpremark).check, .entry-content blockquote:not(.wpremark).danger, .entry-content blockquote:not(.wpremark).info, .entry-content blockquote:not(.wpremark).is-style-check, .entry-content blockquote:not(.wpremark).is-style-danger, .entry-content blockquote:not(.wpremark).is-style-info, .entry-content blockquote:not(.wpremark).is-style-quote, .entry-content blockquote:not(.wpremark).is-style-warning, .entry-content blockquote:not(.wpremark).quote, .entry-content blockquote:not(.wpremark).warning, .home-text blockquote:not(.wpremark).check, .home-text blockquote:not(.wpremark).danger, .home-text blockquote:not(.wpremark).info, .home-text blockquote:not(.wpremark).is-style-check, .home-text blockquote:not(.wpremark).is-style-danger, .home-text blockquote:not(.wpremark).is-style-info, .home-text blockquote:not(.wpremark).is-style-quote, .home-text blockquote:not(.wpremark).is-style-warning, .home-text blockquote:not(.wpremark).quote, .home-text blockquote:not(.wpremark).warning, .taxonomy-description blockquote:not(.wpremark).check, .taxonomy-description blockquote:not(.wpremark).danger, .taxonomy-description blockquote:not(.wpremark).info, .taxonomy-description blockquote:not(.wpremark).is-style-check, .taxonomy-description blockquote:not(.wpremark).is-style-danger, .taxonomy-description blockquote:not(.wpremark).is-style-info, .taxonomy-description blockquote:not(.wpremark).is-style-quote, .taxonomy-description blockquote:not(.wpremark).is-style-warning, .taxonomy-description blockquote:not(.wpremark).quote, .taxonomy-description blockquote:not(.wpremark).warning {
    padding: 10px;
	    margin-left: 5px;
    border-radius: 5px;
}

.entry-content blockquote:not(.wpremark).check:before, .entry-content blockquote:not(.wpremark).is-style-check:before, .home-text blockquote:not(.wpremark).check:before, .home-text blockquote:not(.wpremark).is-style-check:before, .taxonomy-description blockquote:not(.wpremark).check:before, .taxonomy-description blockquote:not(.wpremark).is-style-check:before {
display: none;
}
.entry-content blockquote:not(.wpremark).is-style-quote:before, .entry-content blockquote:not(.wpremark).quote:before, .home-text blockquote:not(.wpremark).is-style-quote:before, .home-text blockquote:not(.wpremark).quote:before, .taxonomy-description blockquote:not(.wpremark).is-style-quote:before, .taxonomy-description blockquote:not(.wpremark).quote:before {
display: none;
}
.entry-content blockquote:not(.wpremark).is-style-warning:before, .entry-content blockquote:not(.wpremark).warning:before, .home-text blockquote:not(.wpremark).is-style-warning:before, .home-text blockquote:not(.wpremark).warning:before, .taxonomy-description blockquote:not(.wpremark).is-style-warning:before, .taxonomy-description blockquote:not(.wpremark).warning:before {
display: none;
}

/***********basic************/

.wpcf7-form-control-wrap button, select {
    text-transform: none;
    width: 100%;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    height: 40px;
}


/*Form width*/
.wpcf7 {
    text-align: left;
    width: 90%;
}

/*Input Field widths*/
.wpcf7-text, .wpcf7-textarea {
    width: 100%;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
}

.wpcf7-text {

	height: 50px;
    padding-left: 10px;

}
.wpcf7-text:focus, .wpcf7-textarea:focus {
    border-color: #129FEA;

}

/*Label Font*/
.wpcf7-form p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

/*Submit button Font*/
.wpcf7-submit {
    width: 85%;
    font-size: 15px !important;
    background: #4a97c2 !important;
    color: #fff !important;
    padding: 20px;
}

/*Submit button Hover*/
.wpcf7-submit:hover {
    background: #3b86b0 !important;
}

/*Response messages - Error & Success*/
.wpcf7-response-output {
    margin-bottom: 30px !important;
}

/***********borders************/

/*Form border*/
.wpcf7 {
    padding: 20px 20px !important;
    padding-bottom: 0px !important;
}

/*Input Field borders*/
.wpcf7-text:focus, .wpcf7-textarea:focus {
    border-color: #8F8F8F !important;
}

/*Submit button Background*/
.wpcf7-submit {
    background: #7E7E7E !important;
    color: #fff !important;
	
		border-radius: 10px;
}

/*Submit button Hover*/
.wpcf7-submit:hover {
    background: #5F5F5F !important;
}

/***********colors************/

/*Submit button background & border*/
.wpcf7-submit {
    background-color: #145791 !important;
    border: 2px solid #5A5050 !important;
    color: #5A5050 !important;
    font-weight: bold !important;
}

/*Submit button Hover styles*/
.wpcf7-submit:hover {
    background-color: rgba(29, 39, 49, 0.66) !important;    
    border-color: #4CAF50 !important;
    color: #4CAF50 !important;
}

/*Label Text color*/
.wpcf7-form p {
    color: #FFF;
}

.wpcf7-form label{
	/*display: none;*/
}

/*Input Field Text color*/
.wpcf7-text, .wpcf7-textarea {
	color: #777;
}

/****background-images********/

/*Form background*/
.wpcf7 {
    /*background-image: url(http://i.imgur.com/iAFPf0G.jpg);*/
    background-color: rgba(255, 255, 255, 0.2);
    background-position: center;
    background-size: cover;
}

/*Label Text color*/
.wpcf7-form p {
    /*display: none;*/
    /*color: #000000;*/
}

/*Submit button background & border*/
.wpcf7-submit {
    border: 2px solid #FFFFFF !important;
    color: #FFFFFF !important;
}

/*Submit button Hover styles*/
.wpcf7-submit:hover {
    border-color: transparent !important;
    background-color: gold !important;

#    background-color: rgba(0, 0, 0, 0.2) !important;
    color: #FFFFFF !important;
}

/*Input Field border*/
.wpcf7-text:focus, .wpcf7-textarea:focus {
    border-color: #5A3D3D !important;
}


#########################



.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .home-text h2, .home-text h3, .home-text h4, .home-text h5, .taxonomy-description h2, .taxonomy-description h3, .taxonomy-description h4, .taxonomy-description h5 {
    margin: 0.1em;
    word-wrap: break-word;
}

body.sidebar-none .entry-content {
    padding-right: 0;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

/* Важные стили для анимации
.n2-ss-button-container {

  position: relative;
  overflow: hidden;
}

.n2-ss-button-container :after {
  content: "";
  display: block;
  width: 20px;
  height: 200px;
  margin-left: 50px;
  background: #fff;
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0.5) 100%
  );
  left: -40px;
  top: -100px;
  z-index: 1;
  transform: rotate(45deg);
  position: absolute;
  animation: movingFlare 3s ease-in-out 0.05s infinite;
}
 
@keyframes movingFlare {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
 */

.main-navigation ul li a, .main-navigation ul li .removed-link, .footer-navigation ul li a, .footer-navigation ul li .removed-link {
    font-weight: 100;
}

@media (min-width: 992px)
{
	.site-header-inner {
    padding-left: 0px;
    padding-right:0px;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.site-branding-container {
    float: none;
}
}

.quizle-image-screen__button {
    position: relative;
    margin-top: 30px;
    z-index: 20;
    font-size: 1.3em;
}

.quizle-image-screen__title {
    position: relative;
    font-size: clamp(38px,2vw,30px);
    line-height: 1.2;
    font-weight: 800;
    z-index: 20;
}

.quizle-button, a.quizle-button, a:visited.quizle-button {
    font-size: 0.8em;
}

	.page-separator {
   # display:none;
		margin: 0px;
    height: 0px;
    background: white;
}

.site-content {
    padding: 0px 0;
}


.post-card__image img {
    display: block;
    margin: 0 auto;
    width: 100%;
	  min-height: 190px;
    max-height: 190px;
}
.breadcrumb {
    font-size: 80%;
    color: #999;
    margin-bottom: 10px;
    display: none;
}

.h1, h1:not(.site-title) {
    margin: 30px;
}

.wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
    border-radius: 10px;
}