/*!
Theme Name: obolensk
Theme URI: http://underscores.me/
Author: 3jd
Author URI: https://3jd.ru/
Description: 3jd with ❤️ for - obolensk
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: obolensk
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.

obolensk 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/
*/
body {
    font-family: "PT Sans", sans-serif;
    background: #E3F2FD;
    font-size: 1.2rem;
}


.swiper-button-next,
.swiper-button-prev {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.5);
    right: 10px;
    padding: 30px;
    color: #000 !important;
    fill: black !important;
    stroke: black !important;
}


.small {
    font-size: .8rem;
}



article {
    min-height: 100vh;
}

article a {
    color: #000;
}

article a:hover {
    color: #333;
}

.btn-secondary {
    padding-left: 25px;
    padding-right: 25px;
    display: inline-block;
    text-decoration: none;
    border: none;
    color: #339DFF;
    background-color: #bfe0ff;
    text-align: center;
    line-height: 38px;
    border-radius: 50px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-secondary:hover {
    box-shadow: 0 2px 4px rgba(83, 100, 255, 0.45);
    background: #339DFF;

}

.btn-dark {
    padding-left: 25px;
    padding-right: 25px;
    display: inline-block;
    margin-right: 10px;
    background: #339DFF;
    color: #fff;
    border: none;
    text-decoration: none;
    line-height: 38px;
    border-radius: 50px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
}

.btn-dark:hover {
    background: #bfe0ff;
    color: #339DFF;
    box-shadow: 0 4px 4px rgba(83, 100, 255, 0.32);
}

.niz_volna {
    background-image: url(img/volna.svg);
    background-size: cover;
}


.niz_volna_2 {
    background-image: url(img/volna_2.svg);
    background-size: cover;
}

.niz_volna_3 {
    background-image: url(img/volna_3.svg);
    background-size: cover;
}



.block_3_1 {
    background: rgb(255, 255, 255);
    background: linear-gradient(350deg, rgba(255, 255, 255, 1) 0%, rgba(227, 242, 253, 1) 88%);
}

.block_3_2 {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(227, 242, 253, 1) 90%, rgba(227, 242, 253, 1) 100%);
}

.block_3_3 {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(227, 242, 253, 0) 90%);
}

.napravlinie_name {
    background-color: #ffffffe3;
}

.two-column-div {
    column-count: 2;
}


#registerform label{
    width: 100% !important;
}


.user_login, .user_email{
    width: 100% !important;
}


.video {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.video iframe, .video object, .video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

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


/* xl-размер (<=1200px) */
@media (max-width: 1399px) {}

/* lg-размер (<=1199px) */
@media (max-width: 1199px) {}

/* md-размер (<=991px) */
@media (max-width: 991px) {}

/* sm-размер (<=768px) */
@media (max-width: 767px) {
    .two-column-div {
        column-count: 1;
    }

}

/* xs-размер (<=575px) */
@media (max-width: 575px) {}