/*Theme Name: Геополитик */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&display=swap');

@font-face {
    font-family: 'Bebas Neue';
    src: local('Bebas Neue Regular'), 
    local('BebasNeueRegular'), url('fonts/bebasneueregular.woff2') format('woff2'), 
    url('fonts/bebasneueregular.woff') format('woff'), url('fonts/bebasneueregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue';
    src: local('Bebas Neue Bold'), 
    local('BebasNeueBold'), url('fonts/bebasneuebold.woff2') format('woff2'), 
    url('fonts/bebasneuebold.woff') format('woff'), 
    url('fonts/bebasneuebold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
.clr {
  clear: both;
}
ul {
  list-style: none;
}
button:focus {
  outline: none !important;
}
a:focus {
  outline: none;
}
a:active, a:hover {
  outline: 0;
}
a {
  display: inline-block;
  text-decoration: none;
}
input, textarea {
  outline: none;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
}
body {
  font-family: 'Inter', sans-serif;
  background: #fff;
  min-width: 320px;
  line-height: 1.4;
  font-weight: 400;
}
input[type="submit"], input[type="button"] {
  /* ios */
  -moz-appearance: none;
  -webkit-appearance: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #02102D;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #02102D;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
  color: #02102D;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #02102D;
}
input[placeholder], textarea[placeholder] {
  opacity: 1;
  color: #02102D;
}
.base-container{
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.wrap{
  margin: 0 auto;
  position: relative;
  max-width: 1190px;
}
.after-clear:after {
  content: '';
  display: block;
  clear: both;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: 'Bebas Neue';
  color: #02102D;
}
.d-flex, .d-flex-wrap, .row{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.d-flex-wrap, .row{
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row{
  margin-left: -15px;
  margin-right: -15px;
}
.col{
  box-sizing: border-box;
  padding: 0 15px;
}
p{
    font-family: 'Inter';
    color: #02102D;
    font-size: 16px;
}



.content-style b, .content-style strong{
  font-weight: 600;
  font-size: 18px;
  color: #02102D;
  line-height: 1.3;
}
.content-style i, .content-style em{
  font-style: italic;
  font-size: 18px;
  color: #02102D;
}

.content-style h1{ font-size: 58px; line-height: 1.3; font-weight: 700; margin-bottom: 20px; }
body .content-style h2{ font-size: 56px; line-height: 1.3; font-weight: 700; margin-bottom: 20px; }
.content-style h4{ font-size: 40px; line-height: 1.3; font-weight: 700; margin-bottom: 20px; }
.content-style h5{ font-size: 37px; line-height: 1.3; font-weight: 700; margin-bottom: 20px; }
.content-style h6{ font-size: 32px; line-height: 1.3; font-weight: 700; margin-bottom: 20px; }

.content-style ul{
  list-style-type: disc;
  list-style-position: inside;
}
.content-style table{
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 15px;
  border-collapse: collapse;
}
.content-style td, .content-style th{
  border: 1px solid #ccc;
  padding: 7px;
  vertical-align: top;
}
.content-style th{
    vertical-align: middle;
}
.content-style ul, .content-style ol{
  margin-bottom: 14px;
}
.content-style li{
  margin-bottom: 8px;
  font-size: 20px;
  color: #02102D;
}
.content-style li:last-child{
  margin-bottom: 0;
}
.content-style ol{
  list-style-position: inside;
}
.content-style blockquote{
  margin-bottom: 14px;
  font-style: italic;
}
.content-style figcaption, .content-style caption{
  margin-bottom: 8px;
  font-size: 20px;
  color: #444444;
  padding-top: 10px;
}
.alignleft{
  float: left;
  margin-right: 15px;
  margin-bottom: 9px;
}
.alignright{
  float: right;
  margin-left: 15px;
  margin-bottom: 9px;
  margin-top: 8px;
  margin-top: 8px;
}
.aligncenter{
  display: table;
  margin: 8px auto 0;
  margin-bottom: 14px;
}
.alignnone{
  display: block;
  margin-bottom: 14px;
  margin-top: 8px;
}

















.header-owl-wrap{
    max-width: 1440px;
    margin: 0 auto;
}
.header{
    background: #E3E2DD;
    position: relative;
}
.hed{
    margin: 0 auto;
    max-width: 1175px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    padding-top: 32px;
    position: relative;
    z-index: 2;
}
.logo{
    display: block;
    line-height: 0;
}
.menu{
    margin-top: -30px;
}
.menu > li{
    margin-right: 42px;
}
.menu > li:last-child{
    margin-right: 0;
}
.menu > li > a, .copy{
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 20px;
    line-height: 45px;
    color: #02102D;
    display: block;
    text-transform: uppercase;
    transition: 0.25s;
}
.menu > li > a{
  line-height: 1.2;
}
.menu > li > a:hover, .menu > li.current-menu-item > a{
    color: #197A81;
}
.header-owl{
    margin-top: -90px;
}
.header-owl .owl-nav{
    display: none;
}
.header-owl .items{
    /* height: 716px; */
    overflow: hidden;
    position: relative;
    background-size: contain!important;
}
.header-owl .items h3{
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #197A81;
    float: right;
    padding-right: 13%;
    padding-top: 107px;
    white-space: pre;
}
.header-owl .items h3 span{
    font-style: normal;
    font-size: 62px; 
    line-height: 83px;
}
.header-owl .items h3 i{
    font-style: normal;
    font-size: 34px;
}
.header-owl .owl-dots{
    position: absolute;
    bottom: 26px;
    left: 8.9%;
}
.header-owl .owl-dots button{
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff!important;
    margin-bottom: 6px;
}
.header-owl .owl-dots button.active{
    background: #197A81!important;
}
.zag-h{
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.zag-h img{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    transform: translate(0, 50%);
}
.block-nw{
    padding-top: 115px;
    padding-bottom: 130px;
}
.style-h2 h2{
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 92px;
    line-height: 101px;
    color: #02102D;
    margin-bottom: 89px;
}
.new-list > li{
    padding-bottom: 90px;
    padding-top: 13px;
    border-top: 2px solid #02102D;
    position: relative;
    transition: 0.25s;
}
.new-list > li time, .new-list > li p, .new-list > li .zag-n{
    transition: 0.25s;
}
.new-list > li:hover time, .new-list > li:hover p, .new-list > li:hover .zag-n{
    color: #197A81;
}
time{
    display: block;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #02102D;
    padding-right: 7px;
    box-sizing: border-box; 
}
.new-list time{
    width: 12%;
    padding-top: 4px;
}
.zag-n{
    display: block;
    padding-right: 12px;
    width: 46%;
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 44px;
    line-height: 46px;
    color: #02102D;
    box-sizing: border-box;
}
.prev-p{
    width: 42%;
    box-sizing: border-box;
    padding-right: 40px;
    padding-top: 4px;
	word-break: break-word;
}
.prev-p p{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #02102D;
}
.more-link{
    position: absolute;
    right: 0;
    display: block;
    background: url('img/more.svg') no-repeat;
    width: 24px;
    height: 23px;
    top: 18px;
}
.sm-more{
    float: right;
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #02102D;
}
.block-biblioteka{
    background: #eee;
}
.block-biblioteka .wrap{
    background: #eee;
    box-sizing: border-box;
    max-width: 1280px;
    padding: 0 45px;
    padding-bottom: 84px;
}
.block-biblioteka .wrap > h2{
    padding-top: 67px;
    margin-bottom: 57px;
}
.list-bl > li{
    padding-top: 18px;
    border-top: 2px solid #02102D;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin-bottom: 25px;
}
.list-bl > li:last-child{
    margin-bottom: 0;
}
.bl-cont{
    max-width: 685px;
}
.bl-cont__img{
    width: 139px;
    min-width: 139px;
    margin-right: 33px;
    line-height: 0;
}
.bl-cont__cont h3{
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 44px;
    line-height: 53px;
    color: #02102D;
    margin-bottom: 12px;
}
.bl-cont__cont p{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #02102D;
}
.ht{
    display: block;
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 26px;
    line-height: 36px;
    color: #02102D;
    text-align: center;
    padding: 6px 7px;
    box-sizing: border-box;
    width: 192px;
    background: #C4C4C4;
    border-radius: 27px;
	position: relative;
}
.ht span{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	bottom:0;
	line-height: 47px;
	opacity: 0;
	z-index: 2;
	color: #02102D;
}
.list-bl .ht:hover{
    background: #EF5F5C;
	color: rgba(0,0,0,0);
}
.ht:hover span{
	opacity: 1;
}
.block-video > .wrap{
    max-width: 1190px;
}
.v-list-row{
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.v-list-col-wrap{
    width: 100%;
    max-width: 466px;
    margin-bottom: 85px;
}
.v-list-col{
    display: block;
}
.v-list-col img{
    width: 100%;
    max-width: none;
    margin-bottom: 23px;
}
.v-list-col h3{
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    color: #02102D;
    margin-bottom: 6px;
}
.v-list-col-wrap time{
    padding-right: 0;
}
.block-video{
    padding-top: 125px;
}
.block-video h2{
    margin-bottom: 48px;
}
.block-video .sm-more{
    margin-top: -30px;
}
.sr-block{
    padding-top: 75px;
    padding-bottom: 131px;
}
.sr-block h2{
    margin-bottom: 101px;
}
.sr-col{

}
.sr-row .sr-col:nth-child(3), .sr-row .sr-col:nth-child(6){}

.bottom-block{
    background: #02102D;
    padding: 20px;
}
.bottom-block > .wrap{
    max-width: 890px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.bottom-block-l h5{
    text-align: center;
    font-family: 'Playfair Display';
    font-weight: 400;
    font-size: 33px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.bottom-block-l .ht{
    background: #EF5F5C;
    margin: 0 auto;
}
.bottom-block-r{
    float: right;
    position: relative;
    padding-top: 30px;
    padding-right: 55px;
}
.bottom-block-r img + img{
    position: absolute;
    right: 0;
    top: 0;
}
.footer{
    background: #CCCCCC;
}
.footer > .wrap{
    padding: 18px 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.footer-l{
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 385px;
    box-sizing: border-box;
    padding-right: 12px;
}
.social li{
    margin-right: 8px;
}
.social li:last-child{
    margin-right: 0;
}
.social li a{
    display: block;
    width: 35px;
    height: 34px;
}
.social .yt a{
    background: url('img/yt.svg') no-repeat;
}
.social .tv a{
    background: url('img/tv.svg') no-repeat;
}
.social .zen a{
    background: url('img/zen.svg') no-repeat;
}
.footer-r{
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.footer-r .menu{
    padding-right: 12px;
    margin-top: 22px;
    margin-top: 0;
}
.copy{
    padding-left: 70px;
    position: relative;
    bottom: 2px;
}
.block-bio > .wrap{
    padding: 120px 0 0;
    -ms-flex-align: end;
    align-items: end;
}
.block-bio-l{
    width: 56%;
    box-sizing: border-box;
    padding-right: 15px;
    padding-bottom: 80px;
}
.block-bio-l h2{
    margin-bottom: 67px;
}
.block-bio-l h3{
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 110px;
    line-height: 106px;
    color: #197A81;
    margin-bottom: 20px;
}
.block-bio-l i{
    font-family: 'Baskervville', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #02102D;
    max-width: 520px;
    display: block;
}
.block-bio-r{
    width: 44%;
}
.block-bio-r img{
    float: right;
}
.article-bio{
    background: #EBEBEB;
}
.article-bio > .wrap{
    padding: 89px 0;
}
.article-bio h3{
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 54px;
    line-height: 60px;
    color: #02102D;
    margin-bottom: 15px;
}
.article-bio p{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #02102D;
    margin-bottom: 15px;
}
.article-bio-wrap{
    -webkit-column-count: 3; 
    column-count: 3; 
    -webkit-column-gap: 65px;
    column-gap: 65px;
}
.contact-l{
    width: 50%;
    box-sizing: border-box;
    padding-right: 15px;
}
.st-h3 h3{
    font-size: 54px;
    line-height: 54px;
    color: #02102D;
    margin-bottom: 20px;
}
.block-contact > .wrap{
    padding: 112px 0 45px;
}
.social-contact {
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 79px;
}
.social-contact li a{
    width: 97px;
    height: 97px;
}
.social-contact .yt a{
    background: url('img/yt-k.svg') no-repeat;
}
.social-contact .tv a{
    background: url('img/tg-k.svg') no-repeat;
}
.social-contact .zen a{
    background: url('img/zen-k.svg') no-repeat;
    width: 80px;
    height: 80px;
}
.social-contact li{
    margin-right: 21px;
}
.bl-contact-int a{
    display: table;
    margin-bottom: 20px;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 26px;
    line-height: 24px;
    color: #197A81;
}
.bl-contact-int a:hover{
    text-decoration: underline;
}
.bl-contact-int a:last-child{
    margin-bottom: 0;
}
.contact-r{
    width: 50%;
}
.contact-r:after{
    content: '';
    display: block;
    clear: both;
}
.form-wrap{
    float: right;
    max-width: 585px;
    width: 100%;
}
.form-style form, .form-style input, .form-style textarea{
    display: block;
    width: 100%;
    border: none;
}
.form-style input, .form-style textarea{
    background: #F1F1F1;
    margin-bottom: 25px;
    box-sizing: border-box;
    height: 51px;
    padding: 0 14px;
    font-family: 'Inter';
    font-weight: 300;
    font-size: 17px;
    line-height: 21px;
    color: #02102D;
}
.form-style textarea{
    padding: 14px;
    resize: none;
    height: 168px;
}
.form-style input[type="submit"]{
    width: 193px;
    height: 60px;
    display: block;
    margin: 0 auto;
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 27px;
    line-height: 32px;
    color: #02102D;
    text-align: center;
    padding: 0;
    cursor: pointer;
    transition: 0.25s;
    background: #F1F1F1;
    border-radius: 58px;
}
.form-style input[type="submit"]:hover{
    background: #EF5F5C;
}
.contact-r > h3{
    margin-bottom: 44px;
}
.block-contact h2{
    width: 100%;
}
.copy-in{
    width: 100%;
    padding-top: 30px;
    font-family: 'Inter';
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #02102D;
}
.page-video{
    padding-top: 121px;
}
.page-video .wrap > h2{
    margin-bottom: 70px;
}
.page-video .block-video{
    padding-top: 0;
}
.page-video .v-list-col-wrap{
    margin-bottom: 75px;
}
.page-video .block-video{
    padding-bottom: 59px;
}
.page-single{
    padding-top: 121px;
    padding-bottom: 50px;
}
.content-style{
    position: relative;
    min-height: 30px;
}
.content-style time{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 26px;
    line-height: 31px;
    color: #02102D;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
}
.content-style div{
    margin-bottom: 22px;
    font-weight: 400;
    font-size: 26px;
    line-height: 31px;
    color: #000000;
}
.content-style p{
    font-weight: 400;
    line-height: 19px;
    color: #02102D;
    margin-bottom: 15px;
}
.content-st > *{
    padding-left: 364px;
    padding-right: 175px;
}
.content-st > .img-n{
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
    margin-top: 15px;
}
.img-g{
    margin-top: 50px;
    margin-left: -10px;
    margin-right: -10px;
}
.img-g a{
    display: block;
    width: 50%;
    max-width: 50%;
    flex: 50%;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 20px;
}
.img-g a img{
    display: table;
    margin: 0 auto;
}
.single-block-new{
    background: #EBEBEB;
}
.single-block-new > .wrap{
    padding: 121px 0 63px;
}
.sr-block > .wrap{
    max-width: 1190px;
}
.form-style .wpcf7-not-valid-tip{
    margin-top: -23px;
    display: block;
    font-size: 14px;
}
.form-style .wpcf7 form .wpcf7-response-output{
    margin: 15px;
    margin-top: 34px;
    font-size: 14px;
    padding: 5px 12px;
}
.form-style form{
    position: relative;
}
.form-style .wpcf7-spinner{
    position: absolute;
    margin: 7px auto 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.wrap-vd h4{
  font-style: normal;
  font-weight: 700;
  font-size: 39px;
  line-height: 1.2;
  color: #02102D;
  margin-bottom: 11px;
  padding-top: 10px;
}
.prg-top{
  padding-top: 101px;
  padding-bottom: 109px;
}
.prg-top h2{
  margin-bottom: 0;
  max-width: 620px;
}
.prg-wrap{
  background: #CAD4CC;
  padding-top: 117px;
}
.top-zag-prg{
  padding-left: 364px;

}
.top-zag-prg > h2{
  color: #EF5F5C;
  font-family: Bebas Neue;
  font-size: 100px;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 260px;
  margin-bottom: 0!important;
}
.top-zag-prg span{
  display: block;
  padding-bottom: 8px;
  color: #000;
  font-family: Inter;
  font-size: 28px;
  font-weight: 400;
  line-height: normal;
}
.prg-list-row b, .prg-list-row strong{
  display: block;
  font-weight: bold;
  font-size: 24px;
}
.prg-list span, .pgl span{
  display: block;
  width: 310px;
  margin-right: 55px;
  color: #197A81;
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
.top-prg span{
  margin-right: 0;
}
.content-style-in div{
  margin-bottom: 0;
}
.content-style-in .prg-list-row > div{
  width: calc(100% - 365px);
  max-width: 741px;
}
.prg-list-row > div, .prg-list-row > div p{
  color: #02102D;
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}
.prg-list-row > div p{
  margin-bottom: 15px;
}
.prg-list-row > div p:last-child{
  margin-bottom: 0;
}
.content-style-in div.prg-list-row{
  padding-bottom: 46px;
}
.prg-wrap2 div.prg-list-row{
  padding-bottom: 99px;
  box-sizing: border-box;
  min-height: 221px;
}

.ul-st ul{
  padding-left: 12px;
  margin-bottom: 9px;
}
.ul-st li{
  margin-bottom: 11px;
  position: relative;
  padding-left: 20px;
}
.ul-st li:last-child{
  margin-bottom: 0;
}
.ul-st li:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #02102D;
}
.prg-list-row div div{
  margin-bottom: 9px;
}
.prg-wrap2{
  background: #EBEBEB;
  overflow: hidden;
}
.top-prg{
  display: flex;
  align-items: flex-end;
}
.top-prg img{
  margin-right: 25px;
  flex-shrink: 0;
}
.top-prg h5{
  color: #EF5F5C;
  font-size: 39px;
  font-weight: 700;
  line-height: normal;
}
.top-prg span{
  display: block;
  color: #EF5F5C;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
}
.prg-list-row div div.top-prg{
  margin-bottom: 47px;
}
.prg-form{
  padding-top: 65px;
  padding-bottom: 99px;
}
.prg-form h5{
  margin-bottom: 57px;
  color: #197A81;
  text-align: center;
  font-family: Inter;
  font-size: 38px;
  font-weight: 700;
  line-height: normal;
}
.prg-form-wrp{
  margin: 0 auto;
  max-width: 580px;
  padding-bottom: 82px;
}
.prg-form-wrp form{
  position: relative;
}
.prg-form-input{
  margin-bottom: 26px;
}
.label-span{
  display: block;
  margin-bottom: 5px;
  color: #2B2E35;
  font-family: Inter;
  font-size: 14.551px;
  font-weight: 400;
}
.prg-form-input input{
  display: block;
  width: 100%;
  box-sizing: border-box;
  width: 100%;
  padding: 3px 10px;
  height: 36px;
  font-size: 16px;
  color: #2B2E35;
  font-family: Inter; 
  background: #F5F5F5;
  border: none;
}
.prg-form-inpu-submit{
  padding-top: 42px;
}
.prg-form-inpu-submit input{
  transition: 0.25s;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  box-sizing: border-box;
  height: 41px;
  background: #EF5F5C;
  cursor: pointer;
  border: none;
}
.prg-form h6{
  color: #197A81;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 151px;
  max-width: 795px;
  margin: 0 auto;
}
.prg-bottom p, .prg-bottom a{
  text-align: center;
  color: #02102D;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  max-width: 911px;
  margin: 0 auto 11px;
}
.prg-bottom a{
  margin-bottom: 0;
  text-decoration: underline;
}
.prg-bottom a:hover{
  text-decoration: none;
}
.prg-bottom-img{
  display: table;
  margin: 0 auto;
  padding-top: 67px;
}
.prg-form-wrp form{
  position: relative;
}
.prg-form-wrp .wpcf7-spinner{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -29px;
  margin: 0 auto;
}
.prg-form-wrp .wpcf7-not-valid-tip{
  font-size: 14px;
}
.prg-form-wrp .wpcf7 form .wpcf7-response-output{
  margin: 0;
  margin-top: 11px;
  font-size: 14px;
}
.sm-more-biblioteka-wrp{
  padding-top: 35px;
}
.block-library ul{
  padding-bottom: 30px;
}


/* responsive */
.click-m-wrap{
    display: none;
}
@media screen and (max-width: 1199px) {
    .style-h2 h2{
        font-size: 65px;
    }
    .block-bio-l h3{
        font-size: 60px;
        line-height: 1.1;
    }
    .article-bio h3{
        font-size: 35px;
        line-height: 1.2;
    }
    .st-h3 h3{
        font-size: 44px;
        line-height: 1.2;
    }
    .top-zag-prg{
      padding-left: 0;
    }
    .top-zag-prg > h2{
      padding-bottom: 100px;
    }
    .prg-wrap2 div.prg-list-row{
      min-height: auto;
    }
    .prg-form h6{
      padding-bottom: 50px;
    }
    .prg-form-inpu-submit{
      padding-top: 0;
    }
    .prg-bottom-img{
      padding-top: 45px;
    }
    .prg-wrap2 div.prg-list-row{
      padding-bottom: 45px;
    }
    .prg-top .style-h2 h2{
      margin-bottom: 0!important;
      line-height: 1.2;
    }
    .prg-top {
      padding-top: 60px;
      padding-bottom: 50px;
    }
}
@media screen and (max-width: 1023px) {
    .copy{
      padding-left: 55px;
    }
    .header-owl .items h3{
        display: none;
    }
    .zag-h img{
        max-width: 400px;
    }
    .block-nw{
        padding-top: 59px;
    }
    .style-h2 h2{
        margin-bottom: 35px;
    }
    .zag-n, .bl-cont__cont h3{
        font-size: 34px;
        line-height: 1.3;
    }
    .block-biblioteka {
      padding-top: ;
      padding-bottom: 20px;
      padding-top: 20px;
      background: #fff;
    }
    .block-biblioteka .wrap > h2{
        margin-bottom: 12px;
        padding-top: 35px;
    }
    .block-biblioteka .wrap{
        padding-bottom: 45px;
    }
    .block-video, .sr-block {
      padding-top: 45px;
    }
    .sr-block{
        padding-bottom: 35px;
    }
    .bottom-block-l h5{
        font-size: 24px;
    }
    .v-list-col-wrap{
        margin-bottom: 35px;
    }
    .ht{
        min-width: 192px;
    }
    .v-list-col-wrap{
        max-width: 48%;
    }
    .v-list-col-wrap:nth-child(odd){
        margin-right: 4%;
    }
    .block-bio-l h2{
        margin-bottom: 15px;
    }
    .block-contact h2, .page-video .wrap > h2{
        line-height: 1.2;
    }
    .page-video {
      padding-top: 65px;
    }
    .content-st > * {
      padding-left: 0;
      padding-right: 0;
    }
    .content-style time{
        position: static;
        padding-bottom: 11px;
        font-size: 21px;
    }
    .page-single .wrap > h2{
        line-height: 1.2;
    }
    .top-zag-prg > h2{
      padding-bottom: 50px;
      font-size: 60px;
    }
    .top-zag-prg span{
      font-size: 25px;
    }
    .footer-l a{
      flex-shrink: 0;
    }
    .footer-r .menu > li{
      margin-right: 15px;
    }
}
@media screen and (max-width: 890px) {
    .footer > .wrap{
        display: block;
    }
    .footer-l{
        padding-right: 0;
        margin: 0 auto 20px;
    }
    .footer-r{
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header .menu > li {
      margin-right: 35px;
    }
    .zag-n{
        padding-left: 12px;
    }
    .new-list > li{
        padding-bottom: 25px;
    }
    .zag-n, .bl-cont__cont h3 {
      font-size: 31px;
      line-height: 1.2;
    }
    .block-nw{
        padding-bottom: 65px;
    }
    .alignleft, .alignright{
        max-width: 70vw;
    }
	.sr-col {
		width: 50%
	}
  .prg-list-row > div, .prg-list-row > div p, .prg-list-row b, .prg-list-row strong, .ul-st li{
    font-size: 18px;
  }
  .ul-st li:before {
    top: 6px;
  }
  .prg-list span, .pgl span{
    font-size: 20px;
  }
  .top-prg img{
    max-width: 145px;
  }
  .menu > li{
    margin-right: 33px;
  }
  .header .menu > li{
    margin-right: 15px;
  }
   .footer-r .menu > li{
    margin-right: 33px;
    margin-bottom: 4px;
   }
   .footer-r .menu{
    flex-wrap: wrap;
   }
}
@media screen and (max-width: 767px) {
    .style-h2 h2 {
      font-size: 50px;
    }
    .v-list-col h3, .zag-n, .bl-cont__cont h3{
        font-size: 28px;
    }
    .bl-cont__img{
        margin-right: 15px;
    }
    .bl-cont{
        max-width: 100%;
        width: 100%;
        margin-bottom: 14px;
    }
    .list-bl > li{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .list-bl .ht{
        margin: 0 auto;
    }
    .header .menu{
        display: none;
    }
    .click-m-wrap .menu, .click-m-wrap{
        display: block;
        margin-top: 0;
        position: relative;
    }
    .click-m{
        display: block;
        width: 50px
    }
    .click-m span{
        display: block;
        height: 5px;
        margin-bottom: 6px;
        background: #333;
    }
    .click-m span:last-child{
        margin-bottom: 0;
    }
    .click-m-wrap .menu{
        background: #fff;
        box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
        padding: 25px 15px;
        position: absolute;
        z-index: 3;
        right: 0;
        margin-top: 12px;
        box-sizing: border-box;
        width: 250px;
        display: none;
    }
    .click-m-wrap .menu li{
        margin-right: 0;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #333;
    }
    .click-m-wrap .menu li:last-child{
        margin-bottom: 0;
    }
    .click-m-wrap .menu li a{
        line-height: 1.2;
    }
    .style-h2 h2{
        margin-bottom: 30px;
    }
    .prev-p{
        width: 100%;
    }
    .new-list .d-flex-wrap{
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .zag-n{
        width: 100%;
        margin-bottom: 14px;
    }
    .new-list time{
        padding: 0;
        width: 100%;
    }
    .v-list-col h3, .zag-n, .bl-cont__cont h3 {
      font-size: 25px;
    }
    .bottom-block-l h5 {
      font-size: 22px;
      line-height: 1.2;
    }
    .bottom-block-l{
        padding-right: 12px;
    }
    .footer-r{
        display: block;
    }
    .copy{
        padding-left: 0;
        line-height: 1.2;
    }
    .footer-r .menu{
        padding-right: 0;
    }
    .block-bio > .wrap {
      padding: 50px 0 0;
    }
    .article-bio > .wrap {
      padding: 45px 0;
    }
    .article-bio-wrap {
      -webkit-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 15px;
      column-gap: 15px;
    }
    .article-bio h3{
        font-size: 32px;
    }
    .block-bio-l h2{
        margin-bottom: 0;
    }
    .st-h3 h3{
        font-size: 35px;
    }
    .social-contact{
        margin-bottom: 25px;
    }
    .bl-contact-int a{
        font-size: 22px;
        margin-bottom: 15px;
    }
    .social-contact li a, .social-contact .zen a{
        width: 50px;
        height: 50px;
        background-size: 100% 100%!important;
    }
    .page-video .wrap > h2{
        margin-bottom: 40px;
    }
    .page-video .v-list-col-wrap {
      margin-bottom: 35px;
    }
    .content-style div{
        font-size: 21px;
    }
    .page-single{
        padding-top: 80px;
        padding-bottom: 30px;
    }
    .single-block-new > .wrap {
      padding: 50px 0 20px;
    }
    .header-owl .items{
        height: 400px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: end;
        align-items: flex-end;
    }
    .header-owl .items img{
        object-fit: contain;
        width: auto!important;
    }
    .zag-h img {
      max-width: 300px;
    }
     .prg-list span{
      margin-right: 0;
      width: 100%;
      margin-bottom: 15px;
     }
     .content-style-in .prg-list-row > div{
      width: 100%;
      max-width: none;
     }
     .prg-wrap2 div.prg-list-row{
      padding-bottom: 25px;
     }
     .prg-wrap{
      padding-top: 45px;
     }
     .content-style-in div.prg-list-row{
      padding-bottom: 24px;
     }
     .prg-form h5{
      margin-bottom: 30px;
      font-size: 26px;
     }
     .prg-form {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .prg-form-wrp{
      padding-bottom: 45px;
    }
    .prg-form h6{
      padding-bottom: 30px;
      font-size: 19px;
    }
    .prg-bottom p, .prg-bottom a{
      font-size: 17px;
    }
    .copy{
      bottom: 0;
      padding-top: 7px;
    }
    .menu > li > a br{
      display: none;
    }
}
@media screen and (max-width: 599px) {
    .zag-h img {
      max-width: 220px;
    }
    .style-h2 h2{
        line-height: 1.3;
    }
    .style-h2 h2{
        font-size: 41px;
    }
    .block-biblioteka .wrap{
        padding: 0 20px 25px;
    }
    .v-list-col-wrap:nth-child(2n+1) {
      margin-right: 0;
    }
    .v-list-col-wrap {
      max-width: 100%;
    }
    .footer-r .menu{
        display: block;
        font-size: 0;
    }
    .footer-r .menu > li{
        margin-right: 15px;
        display: inline-block;
    }
    .hed{
        padding-top: 15px;
    }
    .more-link{
        top: 9px;
    }
    .block-bio-l h3 {
      font-size: 44px;
      line-height: 1;
    }
    .st-h3 h3 {
      font-size: 29px;
    }
    .contact-l{
        margin-bottom: 30px;
        text-align: center;
    }
    .contact-l, .contact-r{
        padding-right: 0;
        width: 100%;
    }
    .contact-r > h3 {
      margin-bottom: 5px;
      text-align: center;
    }
    .bl-contact-int a{
        display: block;
    }
    .social-contact{
      -ms-flex-pack: center;
      justify-content: center;
    }
    .block-contact > .wrap {
      padding: 70px 0 49px;
    }
    .page-video .block-video {
      padding-bottom: 10px;
    }
    .content-style div{
        font-size: 19px;
        line-height: 1.2;
    }
    .header-owl .items{
        height: 355px;
    }
    .alignleft, .alignright{
        float: none;
        margin-right: auto;
        margin-left: auto;
        display: table;
    }
}
@media screen and (max-width: 500px) {
    .header-owl .items {
      height: 317px;
    }
    .zag-h img {
      max-width: 185px;
    }
    .prg-top{
      padding-bottom: 18px;
    }
    .top-zag-prg > h2 {
      padding-bottom: 20px;
      font-size: 46px;
    }
    .top-zag-prg span {
      font-size: 20px;
    }
    .prg-form-input{
      margin-bottom: 16px;
    }
}
@media screen and (max-width: 479px) {
    .bottom-block-r{
        display: none;
    }
    .bottom-block-l{
        padding-right: 0;
        width: 100%;
    }
    .bottom-block{
        padding: 30px 15px;
    }
    .bottom-block-l h5{
        font-size: 20px;
    }
    .bl-cont{
        display: block;
    }
    .bl-cont__img{
        margin: 0 auto 12px;
    }
    .bl-cont__cont{
        text-align: center;
    }
    .v-list-col img{
        margin-bottom: 14px;
    }
    .ht{
        font-size: 22px;
    }
    .zag-h img{
        max-width: 250px;
    }
    .block-bio-l{
        padding-right: 0;
        width: 100%;
        padding-bottom: 35px;
        text-align: center;
        order: 2;
    }
    .block-bio > .wrap {
      padding: 60px 0 0;
    }
    .block-bio-r{
        width: auto;
        display: block;
        max-width: 300px;
        margin: 0 auto 12px;
    }
    .article-bio h3 {
      font-size: 30px;
    }
    .article-bio-wrap {
      -webkit-column-count: 1;
      column-count: 1;
      -webkit-column-gap: 0;
      column-gap: 0;
    }
    .form-style input, .form-style textarea{
        margin-bottom: 15px;
    }
    .form-style input[type="submit"]{
        font-size: 22px;
    }
    .header .logo{
        max-width: 88px;
    }
    .form-style .wpcf7-not-valid-tip {
        margin-top: -18px;
    }
}
@media screen and (max-width: 390px) {
    .img-g{
        display: block;
        margin: 0;
    }
    .img-g a{
        padding: 0;
        width: 1200%;
        max-width: 100%;
    }
    .zag-h img {
      max-width: 185px;
    }
    .header-owl .items {
      height: 265px;
    }
}

.sr-row {
    display: grid;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.sr-col {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
}

.sr-logo {
    max-width: 100%;
    max-height: 130px;
    height: auto;
    object-fit: contain;
}

@media (max-width: 767px) {
    .sr-row {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .sr-col {
        height: 150px;
    }
    
    .sr-logo {
        max-height: 150px;
    }
}

@media (min-width: 768px) {
    .sr-row {
        grid-template-columns: repeat(5, 1fr);
    }
    
    .sr-col {
        height: 150px;
    }
    
    .sr-logo {
        max-height: 150px;
    }
    
    .sr-row .sr-col:nth-child(n+6) {
        grid-column: span 1;
    }
}