@charset "utf-8";
.pp {
    background:url(img/main-5.png) center 1px no-repeat;
    position:absolute;
    top:0;
    right: 0px;
    width:100%;
    height:30000px;
    margin:auto;
    opacity:0.5;
    z-index:1000000;
    /*margin-left: 33px;*/
}
/* Reset */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,/* 1 */
                                                                                                  figcaption,figure,footer,header,main,/* 2 */
                                                                                                  menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,/* 1 */
                                                                                                                                                                                                                                                                       [hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none;display:block;}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:auto;}hr{box-sizing:content-box;height:0;overflow:visible}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],/* 1 */
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}:focus{outline:none}button::-moz-focus-inner,input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"] > input[type="button"]::-moz-focus-inner{border:none}:focus{-moz-outline:3px solid #fff!important}input[type="radio"]:focus{-moz-outline-radius:12px!important;-moz-outline-offset:0!important}input[type="checkbox"]:focus{-moz-outline-offset:-1px!important;-moz-outline:1px solid #000!important}html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,button,p,blockquote,th,td{margin:0;padding:0}ol,ul{list-style:none}
body {
    position:relative;
    background:#ffffff;
    width:100%;
    height:auto !important;
    min-height:100%;
    margin:auto;
    font-family: 'Montserrat', sans-serif;
    color: #141414;
    display: block !important;
    overflow-x: hidden;
}
body * {
    font-family: 'Montserrat', sans-serif;
}
div {
    box-sizing: border-box;
}
.wrapper,
.fotorama__nav-wrap {
    width:1170px;
    padding: 0 15px;
    margin: auto;
}
.clear {
    clear: both;
}
h1 {
    font-size: 30px;
    font-weight: 700;
    color: #151515;
    padding: 0;
    text-align: left;
    margin-bottom: 25px;
}
h1 .left-line {
    position: relative;
}
h1 .left-line:before {
    content: '';
    display: block;
    width: 50vw;
    height: 2px;
    background: #FFA318;
    position: absolute;
    top: calc(50% - 2px);
    right: calc(100% + 35px);
}
h2 {
    font-size: 28px;
    font-weight: 700;
    color: #151515;
    padding: 0;
    text-align: center;
}
h2 .left-line {
    position: relative;
}
h2 .left-line:before {
    content: '';
    display: block;
    width: 50vw;
    height: 2px;
    background: #FFA318;
    position: absolute;
    top: calc(50% - 2px);
    right: calc(100% + 35px);
}
.text-block h2 {
    font-size: 28px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 25px;
}
.text-block h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
}
.text-block blockquote {
    margin: 0 0 25px 0;
    padding-left: 15px;
    border-left: #FFA318 solid 2px;
}
.text-block blockquote cite {
    font-size: 13px;
}
.text-block pre {
    font-size: 13px;
    margin-bottom: 22px;
    line-height: 1.7;
    background: #DCDCDC;
    padding: 15px;
}
.text-block p {
    font-size: 18px;
    margin-bottom: 22px;
    line-height: 1.7;
}
.text-block p strong {
    font-weight: 700;
}
.text-block p em {
    font-style: italic;
}
.text-block a {
    color: #FFA318;
}
.text-block a:hover {
    text-decoration: none;
}
.text-block ul {
    margin-left: 29px;
    margin-bottom: 40px;
}
.text-block ul li {
    font-size: 16px;
    margin-bottom: 10px;
}
.text-block ul li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 11px;
    background: #FFA318;
    margin-right: 15px;
    margin-left: -27px;
}
.text-block ol {
    margin-left: 65px;
    margin-bottom: 40px;
    font-size: 13px;
}
.text-block ol li {
    font-size: 18px !important;
    margin-bottom: 10px;
    list-style: decimal;
    padding-left: 15px;
}
.text-block img {
    max-width: 100%;
    height: auto;
}
.button {
    display: inline-block;
    margin: 0 auto;
    min-width: 105px;
    height: 41px;
    background: #FAD85C;
    color: #636363 !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 41px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    padding: 0 30px;
}
.button:hover {
    background: #FFA318;
}
.left-gradient:before {
    content: '';
    display: block;
    width: 28%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(-10deg, #FAD85C, #FFA318);
    z-index: -1;
}
.right-gradient:before {
    content: '';
    display: block;
    width: 28%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: linear-gradient(-10deg, #FAD85C, #FFA318);
    z-index: -1;
}
.left-grey:after {
    content: '';
    display: block;
    width: 87%;
    height: 68%;
    position: absolute;
    left: 0;
    top: -40px;
    background: #F5F5F5;
    z-index: -2;
}
header {
    background: #ffffff;
    z-index: 10000;
    position: relative;
    -webkit-box-shadow: 0 4px 0 4px rgba(0,0,0,0.25);
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
}
.header-fixed {
    position: fixed;
    top: -500px;
    left: 0;
    right: 0;
    z-index: 10000;
    -webkit-transition: all 0.3s ease-in-out 0s !important;
    -o-transition: all 0.3s ease-in-out 0s !important;
    -moz-transition: all 0.3s ease-in-out 0s !important;
    transition: all 0.3s ease-in-out 0s !important;
}
.header-fixed.show {
    top:0;
}
.header-fixed header .head {
    height: 94px;
}
header .head {
    position: relative;
    width: 100%;
    padding-top: 12px;
    height: 94px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
header .head > * {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
header .logo {
    text-decoration: none;
}
header .logo-img {
    margin: -18px 0 0 -16px;
    opacity: 1 !important;
}
.main-menu {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
}
.main-menu > li {
    position: relative;
}
.main-menu > li a {
    position: relative;
    text-decoration: none;
    color: #151515;
    font-size: 13px;
    font-weight: 400;
    line-height: 35px;
    /*transition: color 0.2s linear;*/
    padding: 0;
    margin-right: 35px;
}
.main-menu > li a:hover {
    color: #EC9717;
}
.main-menu > li:last-child a {
    margin-right: 0;
}
.main-menu .menu-item-home a {
    font-size: 0;
    margin-right: 10px;
}
.main-menu .menu-item-home a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(img/home.svg) center no-repeat;
    margin-top: -2px;
}
.main-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: -5px;
    background: #ffffff;
    width: 230px;
    padding: 20px 22px;
    -webkit-box-shadow: 0 4px 0 4px rgba(0,0,0,0.25);
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
}
.main-menu .sub-menu > li {
    margin-bottom: 10px;
}
.main-menu .sub-menu > li a {
    line-height: normal;
}
.main-menu li:hover .sub-menu {
    display: block;
}
.main-menu .sub-menu .sub-menu {
    display: none !important;
}
.menu-icon {
    display: none;
    width: 31px;
    height: 21px;
    cursor: pointer;
    position: relative;
}
.menu-icon span {
    display: block;
    height: 3px;
    margin-bottom: 6px;
    background: #404040;
}
.menu-icon span:last-child {
    margin-bottom: 0;
}
.menu-icon.open span:first-child {
    transform: rotate(45deg);
    position: absolute;
    width: 100%;
    top: 12px;
    left: 0;
}
.menu-icon.open span:nth-child(2) {
    display: none;
}
.menu-icon.open span:last-child {
    transform: rotate(-45deg);
    position: absolute;
    width: 100%;
    top: 12px;
    left: 0;
}
.messengers {
    display: -webkit-inline-flex;
    display: inline-flex;
}
.messengers a {
    width: 24px;
    height: 24px;
    margin: 0 5px;
}
.messengers a:nth-child(1),.messengers a:nth-child(2) {
    background: url(img/soc1.png) center no-repeat;
    background-size: 100%;
}
.messengers a:nth-child(3) {
    background: url(img/soc2.svg) center no-repeat;
}
.messengers a:nth-child(4) {
    background: url(img/soc3.svg) center no-repeat;
}
.messengers a:nth-child(4) {
    background: url(img/soc4.svg) center no-repeat;
}
.soc {
    display: -webkit-inline-flex;
    display: inline-flex;
}
.soc div {
    margin: 0 8px;
}
.soc a {
    display: block;
    width: 28px;
    height: 28px;
    margin: 0 auto 10px auto;
}
.soc div:nth-child(1) a {
    background: url(img/icon_facebook.svg) center no-repeat;
}
.soc div:nth-child(2) a {
    background: url(img/icon_instagram.svg) center no-repeat;
}
.soc div:nth-child(3) a {
    background: url(img/icon_twitter.svg) center no-repeat;
}
.soc span {
    font-size: 13px;
}
.search-icon {
    width: 24px;
    height: 24px;
    background: url(img/search.svg) center no-repeat;
    cursor: pointer;
}
.search {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.wpm-language-switcher {
    display: -webkit-inline-flex;
    display: inline-flex;
    position: relative;
}
.wpm-language-switcher li {
    width: 47px;
    height: 28px;
    border-radius: 14px;
    border: #151515 solid 1px;
    text-align: center;
    box-sizing: border-box;
}
.wpm-language-switcher a,
.wpm-language-switcher span {
    text-decoration: none!important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    cursor: pointer;
}
.wpm-language-switcher a:hover span,
.wpm-language-switcher span span {
    color: #EC9717;
}
.wpm-language-switcher li.active {
    display: none;
}
.wpm-language-switcher li:not(.active) {
    display: block;
}
.utp {
    transition: all 0.6s linear;
}
.utp.hidden {
    opacity: 0;
}
.utp .fotorama__html > div {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
}
.utp .fotorama__html > div > img  {
    height: 100%;
}
.utp .back {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
}
.utp .info {
    position: absolute;
    top: 100px;
    bottom: 120px;
    width: 30%;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.utp .info .title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: -50px;
}
.utp .info .title:after {
    content: '';
    display: block;
    width: 95px;
    height: 4px;
    background: #FFA318;
    margin-top: 10px;
}
.utp .info .text {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.7;
}
.utp .info .button {
    margin-left: 0;
}
.fotorama__nav--dots {
    text-align: left;
    margin-top: -50px;
    margin-bottom: 40px;
}
.fotorama__dot {
    display: block;
    width: 10px;
    height: 10px;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 0;
    border: 1px solid #FFA318;
    background: #ffffff;
}
.fotorama__nav--dots .fotorama__nav__frame {
    width: 26px;
    height: auto;
}
.fotorama__nav__frame:hover .fotorama__dot,
.fotorama__nav__frame.fotorama__active .fotorama__dot {
    width: 10px;
    height: 10px;
    border-width: 1px;
    background: #FFA318;
}
.three-block {
    position: relative;
    margin-top: 13px;
    margin-bottom: 40px;
    padding: 13px 0 8px 0;
    text-align: center;
}
.three-block .items {
    width: calc(100% + 30px);
    margin: 5px -15px 0 -15px;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.three-block .items .item {
    margin: 30px 15px;
    width: 33.3333%;
}
.three-block .button {
    margin: 5px auto 35px auto;
    display: table;
}


.three-block .slick-arrow {
    display: block !important;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 14px);
    cursor: pointer;
    background: url(img/arrow2.svg) center no-repeat;
}
.three-block .slick-prev {
    left: 0;
}
.three-block .slick-next {
    right: 0;
    transform: rotate(180deg);
}
.three-block .slick-arrow:hover {
}



article.item {
    background: #ffffff;
    -webkit-box-shadow: 4px 4px 30px 4px rgba(0,0,0,0.25);
    box-shadow: 4px 4px 30px 4px rgba(0,0,0,0.25);
    text-align: left;
}
article.item a {
    text-decoration: none;
    height: 100%;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
article.item img {
    width: 100%;
    height: auto;
}
article.item h5 {
    font-size: 16px;
    font-weight: 600;
    color: #151515;
    padding: 13px;
    margin-bottom: 13px;
    height: 47px;
    overflow: hidden;
}
article.item:hover h5 {
    text-decoration: underline;
}
article.item .date {
    font-size: 12px;
    font-weight: 400;
    color: #A6A6A6;
    padding: 0 13px 13px 13px;
}
.partnets-block,
.donors-block {
    position: relative;
    margin-top: 13px;
    margin-bottom: 39px;
    padding: 13px 0 8px 0;
}
.logo-slider {
    margin: 40px 30px 10px 30px;
}
.logo-slider .item {
    height: 150px;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.logo-slider .slick-arrow {
    display: block !important;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 14px);
    cursor: pointer;
    background: #4C4C4E url(img/arrow.svg) center no-repeat;
}
.logo-slider .slick-prev {
    left: -30px;
}
.logo-slider .slick-next {
    right: -30px;
    transform: rotate(180deg);
}
.logo-slider .slick-arrow:hover {
    background-color: #FFA318;
}
.category,
.page,
.single {
    position: relative;
    min-height: 50vh;
}
.breadcrumbs {
    font-size: 12px;
    font-weight: 400;
    color: #757575;
    padding: 17px 0 20px 0;
}

.page.zno .breadcrumbs {
    margin-top: -40px;
    margin-bottom: 20px;
}
.breadcrumbs li {
    display: inline;
}
.breadcrumbs a {
    color: #272727;
}
.breadcrumbs a:hover {
    text-decoration: none;
}
.subcategories {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap:wrap;
    margin: 30px 0 0 0;
}
.subcategories li.title {
    font-size: 14px;
    font-weight: 600;
    color: #272727;
    margin-right: 15px;
}
.subcategories li a {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #5A5A5A;
    padding: 0 10px;
    line-height: 19px;
    white-space: nowrap;
    text-decoration: none;
    background: #EFEFEF;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 15px;
}
.subcategories li a:hover {
    background: #FAD85C;
}
.category .items {
    width: calc(100% + 30px);
    margin: 34px -15px 0 -15px;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap:wrap;
}
.category .items .item {
    margin: 0 15px 50px 15px;
    width: calc(33.3333% - 30px);
}
.pagination {
    text-align: center;
    margin: 0 auto 50px auto;
}
.pagination .nav-links {
    display: -webkit-inline-flex;
    display: inline-flex;
}
.pagination .page-numbers {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 3px;
    background: #EFEFEF;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    margin: 0 5px;
    color: #5A5A5A;
}
.pagination a.page-numbers:hover,
.pagination .page-numbers.current {
    background: #BDBDBD;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    background: none;
    display: none;
}
.single.right-gradient:before {
    width: 16%;
}
.single .width {
    margin: 0 160px;
}
.single .related h3 {
    text-align: left;
}
.author {
    border: #C8C8C8 solid 2px;
    background: #ffffff;
    padding: 35px 30px;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 15px;
    width: 100%;
}
.author > img {
    margin-right: 30px;
}
.author .info h1 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}
.author .info p {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.7;
}
.post-author {
    background: #ffffff;
    padding: 20px 0;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 15px;
    width: 100%;
}
.post-author a {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.post-author img {
    margin-right: 20px;
    width: 96px;
    height: 96px;
}
.post-author .info {
    position: relative;
    width: 100%;
    padding-right: 100px;
}
.post-author .info p {
    font-size: 12px;
    margin-bottom: 10px;
    color: #494848;
}
.post-author .info p.title {
    font-size: 16px;
    font-weight: 600;
}
.post-author .info p.post {
    font-size: 14px;
}
.post-author .info p.date {
    position: absolute;
    right: 0;
    bottom: 0;
}
.authorlist {
    width: calc(100% + 30px);
    margin: 34px -15px 0 -15px;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.authorlist li {
    margin: 0 15px 50px 15px;
    width: calc(33.3333% - 30px);
    border: #C8C8C8 solid 2px;
    padding: 24px 22px;
    box-sizing: border-box;
    background: #ffffff;
}
.authorlist li img {
    margin-right: 20px;
    float: left;
}
.authorlist li p {
    font-size: 14px;
    margin-bottom: 10px;
}
.authorlist li .title {
    font-size: 16px;
    font-weight: 600;
}
.authorlist li a {
    font-size: 13px;
    font-weight: 400;
    color: #959595
}
.authorlist li a:hover {
    text-decoration: none;
}
.contacts .items {
    width: 70%;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap:wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-top: 30px;
}
.contacts .items .item {
    width: 50%;
    margin-bottom: 100px;
}
.contacts .items .item p {
    font-size: 13px;
    font-weight: 500;
}
.contacts .items .item p a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #606060;
    text-decoration: none;
    margin-top: 17px;
}
.contacts .items .item p a.button {
    font-size: 14px;
    display: inline-block;
}
.about .width {
    width: 100%;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.about .text-block {
    max-width: 60%;
    margin-right: 30px;
}
.about .img-block img {
    margin-bottom: 30px;
}
.form-modal {
    border:none;
    position:fixed;
    top:0;
    left:0;
    height:103%;
    width:102%;
    display:none;
    z-index:10000000;
    overflow:scroll;
}
.form-bg {
    border:none;
    background:rgba(0,0,0,0.8);
    position:fixed !important;
    top:0;
    left:0;
    height:100%;
    width:100%;
}
.form-block {
    border:none;
    box-sizing: border-box;
    position:relative;
    height:100%;
    width: 100%;
    overflow:visible;
    padding-top: 100px;
}
.form-block .close {
    position:absolute;
    background:url(img/cross.svg) center no-repeat;
    top:20px;
    right:20px;
    width:16px;
    height:16px;
    cursor:pointer;
    z-index:100;
}
.form-block form {
    position: relative;
    background: #ffffff;
    height: auto;
    margin: auto;
    text-align: center;
    width: 350px;
    overflow: hidden;
    padding: 30px 0 0 0;
}
.form-block form h3 {
    width: calc(100% - 130px);
    text-align: left;
    margin: 0 auto 40px auto;
}
.form-block form input {
    width: calc(100% - 130px);
    height: 41px;
    border: #969696 solid 1px;
    font-size: 13px;
    color: #A7A7A7;
    line-height: 41px;
    padding: 0 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.form-block form textarea {
    width: calc(100% - 150px);
    height: 100px;
    border: #969696 solid 1px;
    font-size: 13px;
    color: #A7A7A7;
    padding: 10px 10px;
    margin-bottom: 20px;
}
.form-block form .button {
    width: calc(100% - 130px);
    border: none;
    color: #636363;
}
.form-block form .wpcf7-spinner {
    display: block;
    margin: 0 auto;
}
.wpcf7-not-valid-tip {
    font-size: 12px;
    margin: -10px 20px 20px 20px;
}
.wpcf7 form .wpcf7-response-output {
    font-size: 12px;
}
.error .text-block {
    text-align: center;
}
.error img {
    margin: auto;
}
#form-search .form-block form {
    width: 40%;
    min-width: 350px;
    background: #ffffff;
}
#form-search .form-block form .width {
    width: calc(100% - 150px);
    display: -webkit-inline-flex;
    display: inline-flex;
}
#form-search .form-block form .width .button {
    margin-left: 30px;
    width: auto;
}
footer {
    margin-top: 90px;
    padding: 50px 0 0 0;
    position: relative;
    background: #DCDCDC;
}
footer .items {
    width: 100%;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
footer .items .item:first-child {
    text-align: center;
}
footer .items .item img {
    margin-bottom: 50px;
}
footer .items h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0 30px 0;
}
footer .menu a {
    display: block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    color: #454545;
    margin-bottom: 16px;
}
footer .menu a:hover {
    color: #EC9717;
}
footer .contact p {
    font-size: 13px;
    font-weight: 500;
    color: #6B6B6B;
    margin-bottom: 40px;
}
footer .contact p a {
    font-weight: 600;
    text-decoration: none;
    color: #606060;
}
footer .contact p a:hover {
    color: #EC9717;
}
.phone-block {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.phone-block p {
    margin-bottom: 0 !important;
}
.phone-block .messengers {
    padding-bottom: 3px;
    margin-left: 15px;
}
footer .resource {
    margin-right: 30px;
}
footer .resource .button {
    display: block;
    margin-bottom: 30px;
}
footer .bottom {
    border-top: #C3C3C3 solid 1px;
    width: 100%;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 57px;
    padding: 25px 0 35px 0;
    font-size: 12px;
    font-weight: 500;
    color: #878787;
}
/******************************NEW PAGE*********************************/
.bl-blokov {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 30px;
    margin-right: 45px;
}

.bl-blokov a:last-child {
    border-radius: 5px;
    /* background: #F7D14A; */
}

.bl-blokov a:hover {
    background: #ffa318;
}

.bl-blokov a {
    height: 153px;
    background: #D4D4D4;
    width: 49%;
    border-radius: 5px;
    background: #D4D4D4;
    margin-bottom: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    /* font-family: Inter; */
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}

.bl-blokov a span {
    padding: 0 61px;
}
.top-banner {
    height: 511px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page.osvita.left-gradient.right-gradient h1 {
    margin-top: 49px;
    text-align: center;
}

.page.osvita.left-gradient.right-gradient:before {
    content: "";
    display: block;
    width: 386px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 46%;
    background-image: linear-gradient(-10deg, #FAD85C, #FFA318);
    z-index: -1;
    margin-left: -955px;
}
.page.osvita.left-gradient.right-gradient:after {
    content: "";
    display: block;
    width: 385px;
    height: 100%;
    position: absolute;
    right: 50%;
    top: 26%;
    background-image: linear-gradient(-10deg, #FAD85C, #FFA318);
    z-index: -1;
    margin-right: -955px;
}

.bl-blokov + .width {
    margin-top: -22px;
    margin-left: 30px;
    margin-right: 30px;
}

.bl-blokov + .width .text-block p {
    color: #000;
    /* font-family: Inter; */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.page.zno h1 {
    color: #000;
    /* font-family: Inter; */
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 50px;
}

.page.zno .text-block p {
    color: #000;
    /* font-family: Inter; */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.zag-smoll-zno {
    color: #000;
    /* font-family: Inter; */
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.top-tabb {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.zag-tabb {
    width: 195px;
    height: 40px;
    flex-shrink: 0;
    color: #000 !important;
    /* font-family: Inter; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: revert;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 15px;
    background: #D4D4D4 !important;
}

.zag-tabb.active,.zag-tabb:hover {
    color: #000000;
    background: #ffa318 !important;
}
.on-tabb {
    /* opacity: 0; */
    /* visibility: hidden; */
    /* position: absolute; */
    display: none;
}

.on-tabb.active {
    /* opacity: 1; */
    /* visibility: visible; */
    display: flex;
}
button.slick-prev.slick-arrow {
    width: 48px;
    height: 48px;
    position: absolute;
    z-index: 100;
    top: calc(50% - 24px);
    background-color: #000;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='15' viewBox='0 0 9 15' fill='none'%3E%3Cpath d='M8 1L1 7.42877L8 13.8575' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    /* background-size: cover; */
    margin-left: -24px;
    font-size: 0;
}
button.slick-next.slick-arrow {
    width: 48px;
    height: 48px;
    position: absolute;
    z-index: 100;
    top: calc(50% - 24px);
    background-color: #000;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='15' viewBox='0 0 9 15' fill='none'%3E%3Cpath d='M8 1L1 7.42877L8 13.8575' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    /* background-size: cover; */
    margin-right: -24px;
    font-size: 0;
    right: 0px;
    transform: rotate(180deg);
}

.bl-tabb {
    height: 199px;
    margin: 0 10px;
    border-radius: 5px;
}

.on-tabb .slick-list.draggable {
    margin-left: -10px;
    margin-right: -10px;
    min-width: 100%;
}

.bl-nevid {
    display: none;
    height: 199px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 5px;
    background: #F2EBEB;
    padding: 15px 24px 15px 15px;
    position: relative;
}

.bl-vid {
    height: 199px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #d4d4d4 !important;
}

.bl-vid:hover {
    background: #ffa318 !important;
}

.zag-bloka {
    color: #000;
    /* font-family: Inter; */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 15px;
}

.bl-vid .mirre {
    width: 195px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #F7D14A;
    color: #000;
    /* font-family: Inter; */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin: auto;
    margin-bottom: 17px;
    cursor:pointer;
}
.zag-posle {
    color: #000;
    /* font-family: Inter; */
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 18px;
}

.text-posle {
    color: #000;
    /* font-family: Inter; */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 31px;
}

a.zavanta {
    width: 195px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #F7D14A;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    /* font-family: Inter; */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}
.on-tabb .slick-track {
    min-width: 100%;
}
.zag-bloka-two {
    color: #000;
    /* font-family: Inter; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bl-nevid a {
    color: #5E80F8;
    /* font-family: Inter; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}
.close_ar {
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.8 12L18.4 8.4C19.2 7.6 19.2 6.4 18.4 5.6C17.6 4.8 16.4 4.8 15.6 5.6L12 9.2L8.4 5.6C7.6 4.8 6.4 4.8 5.6 5.6C4.8 6.4 4.8 7.6 5.6 8.4L9.2 12L5.6 15.6C4.8 16.4 4.8 17.6 5.6 18.4C6 18.8 6.5 19 7 19C7.5 19 8 18.8 8.4 18.4L12 14.8L15.6 18.4C16 18.8 16.5 19 17 19C17.5 19 18 18.8 18.4 18.4C19.2 17.6 19.2 16.4 18.4 15.6L14.8 12Z' fill='black'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    right: 2px;
    top: 2px;
    cursor: pointer;
}
.page.zno {
    margin-top: 57px;
}

.page.zno h1:before {
    content: "";
    width: 68%;
    position: absolute;
    height: 2px;
    background: #F7D14A;
    left: 0;
    margin-top: -14px;
}

.bl-znos {
    margin-top: 82px;
}

.bl-posle-tab {
    margin-bottom: 20px;
    margin-top: 49px;
}

.bl-zno {
    margin-bottom: 81px;
}
.page.all-osvita {}

.page.all-osvita .post-author {
    display: flex;
    align-items: center;
}
.page.all-osvita .post-author a{
color:#f2933d;
}    

.page.all-osvita .post-author .info p.date {
    color: #353639;
    font-size: 16px;
}

ol#tocmenu {
    background: #F5F2F2;
}
ol#tocmenu{counter-reset: my-awesome-counter;margin-top: -6px;padding-left: 0;list-style: none;margin-top: 32px;padding-left: 18px;padding-top: 14px;padding-bottom: 15px;padding-right: 15px;}
ol#tocmenu li {
  counter-increment: my-awesome-counter;
  color: #353639;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 29px;
  /* display: flex; */
}

ol#tocmenu li:last-child {
    margin-bottom: 5px;
}

ol#tocmenu li::marker {
    list-style: none;
    display: none;
    color: #fff;
    font-size: 0;
}
ol#tocmenu li a{
  color: #353639;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}

.bl-video {
    margin-bottom: 40px;
}
ol#tocmenu li::before {
  content: counter(my-awesome-counter);
  color: #353639;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 12px;
  min-width: 7px;
}
ol#tocmenu li ul li::before{
  content:"";
  width: 7px;
  height: 7px;
  border-radius:50%;
  background:#000;
  min-width: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
  margin-top: 10px;
}
.single.right-gradient ol#tocmenu {
    margin-left: 0;
}
.page.all-osvita .text-block h2 {
    color: #000;
    /* font-family: Inter; */
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.page.all-osvita .text-block p,.page.all-osvita .text-block li {
    color: #000;
    /* font-family: Inter; */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

ol#tocmenu li ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0px;
}

ol#tocmenu li ul {
    margin-left: 25px;
    display: none;
}

.page.all-osvita .text-block {
    margin-top: 58px;
}

.page.all-osvita .text-block img {
    width: 100%;
}

.page.all-osvita .wp-caption.aligncenter {
    width: 100% !important;
}



.page.all-osvita p.wp-caption-text {
    display: none;
}
ol#tocmenu li.active ul {
    display: flex;
    flex-direction: column;
}
div#faq {
    color: #000;
    /* font-family: Inter; */
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}

.otvet {
    background: #F4F4F4;
    color: #070707;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 185.714% */
    padding: 40px 27px;
    display: none;
}

.vopross {
    min-height: 66px;
    background: #F7D14A;
    color: #353535;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-left: 27px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.on-faq.active .otvet {
    display: flex;
}

.on-faq {
    margin-bottom: 30px;
}

.bl-faq {
    margin-top: 112px;
}
html[lang="en-GB"] li#menu-item-6781 {
    display: none;
}

html[lang="en-GB"] li#menu-item-6789 {
    display: none;
}
div#form-subscription form {
    display: flex;
    flex-direction: column;
    padding: 16px;
}
div#form-subscription form {
    display: flex;
    flex-direction: column;
    padding: 40px 20px 20px 20px;
}
.form-group {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

div#form-subscription input {
    width: 100%;
}

div#form-subscription button {
    height: 41px;
    background: #FAD85C;
    color: #636363 !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 41px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    padding: 0 30px;
    border: none;
}
a.viber.mobi {
    display: none;
}
/******************************END NEW PAGE*********************************/

@media screen and (min-width: 1025px) and (max-width: 1206px) {
    .wrapper,
    .fotorama__nav-wrap {
        width: auto;
    }
    .utp .info {
        top: 80px;
        bottom: 80px;
    }
    .single.right-gradient:before {
        width: 6%;
    }
    .single .width {
        margin: 0 80px;
    }
    #form-search .form-block form {
        width: 60%;
    }
}
@media screen and (min-width: 760px) and (max-width: 1024px) {
    body.open {
        overflow: hidden;
    }
    .wrapper,
    .fotorama__nav-wrap {
        width: auto;
    }
    h1 {
        font-size: 28px;
    }
    h1 .left-line:before {
        height: 3px;
        right: calc(100% + 5px);
        top: 18px;
    }
    h2 {
        font-size: 20px;
        max-width: 65%;
        margin: auto;
    }
    h2 .left-line:before {
        height: 3px;
        right: calc(100% + 5px);
        top: 18px;
    }
    .text-block h2 {
        max-width: none;
    }
    .left-gradient:before {
        width: 20%;
    }
    .right-gradient:before {
        width: 20%;
    }
    .about.right-gradient:before {
        height: 300px;
        display: none;
    }
    .header-fixed header .head {
        height: 57px;
    }
    header .head {
        height: 57px;
    }
    header .logo-img {
        margin: -7px 0 0 0px;
        height: 40px;
    }
    .main-menu {
        display: none;
    }
    .menu-icon {
        display: block;
    }
    .main-menu.open {
        display: block;
        position: fixed;
        top: 107px;
        right: 0;
        left: 0;
        bottom: 0;
        background: #ffffff;
        width: 100%;
        padding: 20px 15px;
    }
    .main-menu .sub-menu {
        display: none !important;
    }
    .wpm-language-switcher.open {
        display: block;
        position: absolute;
        top: 130px;
        left: 50px;
    }
    #form-search {
        background: #ffffff;
    }
    #form-search.open {
        display: block;
        position: fixed;
        top: 50px;
        left: 0;
        height: auto;
        width: 100%;
        overflow: auto;
    }
    #form-search.open .form-block {
        padding: 0;
        max-width: 500px;
    }
    #form-search.open .form-block form {
        width: 100%;
        min-width: 0;
        padding: 20px 0 0 0;
    }
    #form-search.open .form-block form .width {
        width: calc(100% - 30px);
    }
    #form-search.open .close,
    #form-search.open .form-bg {
        display: none;
    }
    #form-search.open .form-block form input {
        width: auto;
        margin-bottom: 0;
        -webkit-flex-grow: 2;
        flex-grow: 2;
    }
    #form-search.open .form-block form .width .button {
        margin-left: 10px;
    }
    .messengers {
        display: -webkit-inline-flex;
        display: inline-flex;
    }
    .search-icon {
        display: none;
    }
    .wpm-language-switcher {
        display: none;
    }
    .utp .info {
        top: 50px;
        bottom: 50px;
        width: 100%;
    }
    .utp .info .title {
        font-size: 20px;
    }
    .fotorama__nav--dots {
        margin-top: -30px;
        margin-bottom: 20px;
    }
    .three-block .items {
        margin: 0px -15px 0 -15px;
    }
    .three-block .items .item {
        max-height: 300px;
    }
    .partnets-block,
    .donors-block {
        margin-bottom: 0px;
    }
    .logo-slider .item {
        height: 100px;
    }
    .logo-slider .item img {
        max-width: 100%;
        max-height: 100%;
    }
    .subcategories {
        margin: 0 0 0 0;
    }
    .subcategories li.title {
        margin-bottom: 15px;
    }
    .subcategories li a {
        white-space: normal;
    }
    .category .items {
        margin: 20px -15px 0 -15px;
    }
    .category .items .item {
        margin: 0 15px 35px 15px;
    }
    .single.right-gradient:before {
        height: 300px;
    }
    .single .width {
        margin: 0;
    }
    .author {
        padding: 25px 25px;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .author > img {
        margin-bottom: 15px;
    }
    .post-author {
        margin-top: 15px;
    }
    .post-author .info {
        padding-right: 0;
    }
    .post-author .info p.date {
        right: auto;
        bottom: auto;
        left: auto;
        top: auto;
    }
    .authorlist {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .authorlist li {
        width: auto;
    }
    .contacts .items {
        margin-top: 0;
        width: 100%;
    }
    .contacts .items .item {
        width: 100%;
        margin-bottom: 40px;
    }
    .about .width {
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .about .text-block {
        max-width: none;
        margin-right: 0;
    }
    .about .img-block img {
        max-width: 100%;
        height: auto;
    }
    #form-search .form-block form .width {
        width: calc(100% - 30px);
    }
    footer {
        margin-top: 30px;
    }
    footer .items {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .phone-block {
        margin-bottom: 15px;
    }
    footer .bottom {
        margin-top: 20px;
    }
    ol#tocmenu li a{
        font-size:16px;
    }
    /*******************************NEW PAGE*************************************/
    .page.osvita.left-gradient.right-gradient:before {
    display: none;
}

.page.osvita.left-gradient.right-gradient:after {
    display: none;
}

.bl-blokov {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-direction: column;
}

.bl-blokov + .width {
    margin-left: 0;
    margin-top: 16px;
}

.page.osvita.left-gradient.right-gradient h1 {
    font-size: 24px;
    text-align: left;
}

.bl-blokov {}

.bl-blokov a {
    width: 100%;
    font-size: 18px;
    margin-bottom: 13px;
}

.text-block p {
}
.top-banner {
    height: 303px;
}

.page.all-osvita .text-block {
    margin-top: 15px;
}

.page.all-osvita .text-block h2 {
    font-size: 18px;
}

.page.all-osvita .text-block p {
    font-size: 16px;
}

.bl-faq {
    margin-top: 30px;
}

.vopross {
    font-size: 18px;
}

.otvet {
    color: #070707;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}  
.page.zno h1 {
    font-size: 24px;
}

.zag-smoll-zno {
    font-size: 18px;
}

.bl-znos {
    margin-top: 0;
}

.top-tabb {
    flex-wrap: wrap;
}

.zag-tabb {
    width: 49%;
    margin-right: 7px;
    font-size: 13px;
    margin-bottom: 11px;
}

.zag-tabb:nth-child(2n) {
    margin-right: 0;
}

.text-posle {
    font-size: 16px;
}

a.zavanta {
    /* width: 100%; */
}    
.on-tabb .slick-list.draggable {
    margin-left: 0;
    margin-right: 0;
}

button.slick-prev.slick-arrow {
    margin-left: -11px;
}

button.slick-next.slick-arrow {
    margin-right: -11px;
}   
.page.all-osvita .text-block li {
    font-size: 13px;
}
   ol#tocmenu li a{
        font-size:16px;
    }   
/********************************END NEW PAGE*************************************/
}
@media screen and (max-width: 759px) {
    body.open {
        overflow: hidden;
    }
    .wrapper,
    .fotorama__nav-wrap {
        width: auto;
    }
    h1 {
        font-size: 28px;
    }
    h1 .left-line:before {
        height: 3px;
        right: calc(100% + 5px);
        top: 18px;
    }
    h2 {
        font-size: 20px;
        max-width: 65%;
        margin: auto;
    }
    h2 .left-line:before {
        height: 3px;
        right: calc(100% + 5px);
        top: 18px;
    }
    .text-block h2 {
        max-width: none;
    }
    .left-gradient:before {
        width: 20%;
    }
    .right-gradient:before {
        width: 20%;
    }
    .about.right-gradient:before {
        height: 300px;
        display: none;
    }
    header .head {
        height: 57px;
    }
    header .logo-img {
        margin: -7px 0 0 0px;
        height: 40px;
    }
    .main-menu {
        display: none;
    }
    .menu-icon {
        display: block;
    }
    .main-menu.open {
        display: block;
        position: fixed;
        top: 107px;
        right: 0;
        left: 0;
        bottom: 0;
        background: #ffffff;
        width: 100%;
        padding: 20px 15px;
    }
    .main-menu .sub-menu {
        display: none !important;
    }
    .wpm-language-switcher.open {
        display: block;
        position: absolute;
        top: 130px;
        left: 50px;
    }
    #form-search {
        background: #ffffff;
    }
    #form-search.open {
        display: block;
        position: fixed;
        top: 50px;
        left: 0;
        height: auto;
        width: 100%;
        overflow: auto;
    }
    #form-search.open .form-block {
        padding: 0;
        max-width: 500px;
    }
    #form-search.open .form-block form {
        width: 100%;
        min-width: 0;
        padding: 20px 0 0 0;
    }
    #form-search.open .form-block form .width {
        width: calc(100% - 30px);
    }
    #form-search.open .close,
    #form-search.open .form-bg {
        display: none;
    }
    #form-search.open .form-block form input {
        width: auto;
        margin-bottom: 0;
        -webkit-flex-grow: 2;
        flex-grow: 2;
    }
    #form-search.open .form-block form .width .button {
        margin-left: 10px;
    }
    .messengers {
        display: -webkit-inline-flex;
        display: inline-flex;
    }
    .search-icon {
        display: none;
    }
    .wpm-language-switcher {
        display: none;
    }
    .utp .info {
        top: 50px;
        bottom: 50px;
        width: 100%;
    }
    .utp .info .title {
        font-size: 20px;
    }
    .fotorama__nav--dots {
        margin-top: -30px;
        margin-bottom: 20px;
    }
    .three-block .items {
        margin: 0px -15px 0 -15px;
        -webkit-flex-direction: column;
        flex-direction: column;
        max-width: 440px;
    }
    .three-block .items .item {
        width: auto;
        max-height: 300px;
        margin: 30px 40px;
    }
    .partnets-block,
    .donors-block {
        margin-bottom: 0px;
    }
    .logo-slider .item {
        height: 100px;
    }
    .logo-slider .item img {
        max-width: 100%;
        max-height: 100%;
    }
    .subcategories {
        margin: 0 0 0 0;
    }
    .subcategories li.title {
        margin-bottom: 15px;
    }
    .subcategories li a {
        white-space: normal;
    }
    .category .items {
        margin: 20px -15px 0 -15px;
        max-width: 390px;
    }
    .category .items .item {
        margin: 0 15px 35px 15px;
        width: 100%;
    }
    .single.right-gradient:before {
        height: 300px;
    }
    .single .width {
        margin: 0;
    }
    .author {
        padding: 25px 25px;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .author > img {
        margin-bottom: 15px;
    }
    .post-author {
        margin-top: 15px;
    }
    .post-author .info {
        padding-right: 0;
    }
    .post-author .info p.date {
        right: auto;
        bottom: auto;
        left: auto;
        top: auto;
    }
    .authorlist {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .authorlist li {
        width: auto;
    }
    .contacts .items {
        margin-top: 0;
        width: 100%;
    }
    .contacts .items .item {
        width: 100%;
        margin-bottom: 40px;
    }
    .about .width {
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .about .text-block {
        max-width: none;
        margin-right: 0;
    }
    .about .img-block img {
        max-width: 100%;
        height: auto;
    }
    #form-search .form-block form .width {
        width: calc(100% - 30px);
    }
    footer {
        margin-top: 30px;
    }
    footer .items {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .phone-block {
        margin-bottom: 15px;
    }
    footer .bottom {
        margin-top: 20px;
    }
     ol#tocmenu li a{
        font-size:16px;
    }

ol#tocmenu li {
    margin-bottom: 15px;
}

ol#tocmenu li::before {
    font-size: 16px;
} 
a.viber.mobi {
    display: block;
}

a.viber.desctop {
    display: none;
}    
    
      /*******************************NEW PAGE*************************************/
    .page.osvita.left-gradient.right-gradient:before {
    display: none;
}

.page.osvita.left-gradient.right-gradient:after {
    display: none;
}

.bl-blokov {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-direction: column;
}

.bl-blokov + .width {
    margin-left: 0;
    margin-top: 16px;
}

.page.osvita.left-gradient.right-gradient h1 {
    font-size: 24px;
    text-align: left;
}

.bl-blokov {}

.bl-blokov a {
    width: 100%;
    font-size: 18px;
    margin-bottom: 13px;
}

.text-block p {font-size: 16px;}
 .top-banner {
    height: 303px;
}

.page.all-osvita .text-block {
    margin-top: 15px;
}

.page.all-osvita .text-block h2 {
    font-size: 28px;
}

.page.all-osvita .text-block p {
    font-size: 16px;
}

.bl-faq {
    margin-top: 30px;
}

.vopross {
    font-size: 16px;
    padding: 10px;
    padding-left: 27px;
}

.otvet {
    color: #070707;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}   
.page.zno h1 {
    font-size: 24px;
}

.zag-smoll-zno {
    font-size: 18px;
}

.bl-znos {
    margin-top: 0;
}

.top-tabb {
    flex-wrap: wrap;
}

.zag-tabb {
    width: 49%;
    margin-right: 7px;
    font-size: 13px;
    margin-bottom: 11px;
}

.zag-tabb:nth-child(2n) {
    margin-right: 0;
}

.text-posle {
    font-size: 16px;
}
.bl-video iframe {
    width: 100%;
    height: 210px;
}
a.zavanta {
    /* width: 100%; */
}    
.on-tabb .slick-list.draggable {
    margin-left: 0;
    margin-right: 0;
}

button.slick-prev.slick-arrow {
    margin-left: -11px;
}

button.slick-next.slick-arrow {
    margin-right: -11px;
} 
.page.all-osvita .text-block li {
    font-size: 16px !important;
} 
.text-block ol{
    margin-left: 22px;
}    
/********************************END NEW PAGE*************************************/
.utp .info .title {
    margin-bottom: 0;
}
}

