/* Шрифты */

@font-face {
	font-family: 'BebasNeueBold';
	src: url('fonts/BebasNeueBold.eot');
	src: local('☺'), url('/fonts/BebasNeueBold.woff') format('woff'), url('/fonts/BebasNeueBold.ttf') format('truetype'), url('/fonts/BebasNeueBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BebasNeueBook';
	src: url('fonts/BebasNeueBook.eot');
	src: local('☺'), url('/fonts/BebasNeueBook.woff') format('woff'), url('/fonts/BebasNeueBook.ttf') format('truetype'), url('/fonts/BebasNeueBook.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BebasNeueRegular';
	src: url('fonts/BebasNeueRegular.eot');
	src: local('☺'), url('/fonts/BebasNeueRegular.woff') format('woff'), url('/fonts/BebasNeueRegular.ttf') format('truetype'), url('/fonts/BebasNeueRegular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* Общее */

html, body {
    
    padding: 0;
    margin: 0;
    
}

html {
    
    overflow-x: hidden;
    width: 100%    
    
}

body {
    
    width: 100%;    
    font-family: "Exo 2";
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
    
}

.copyright {
    
    margin: 20px 0;
    
}

.copyright a {
    
    font-size: 12px!important;
    text-decoration: underline
    
}

.limit {
    
    max-height: 80vh;
    overflow: hidden;
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    -webkit-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out;
    padding-bottom: 60px;
    
}

.opener {
    
    max-height: 3000px!important;
    height: auto;
    padding-bottom: 200px;
    
}

.open {
    
    position: absolute;
    bottom: 20px;
    left: 45%;
    font-size: 14px;
    z-index: 2;
    cursor: pointer;
    background: #146889;
    border-radius: 100px;
    padding: 20px 40px;
    color: #fff
    
    
}

p {
    
    opacity: 0;
    -moz-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    -webkit-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
    
}

.item-page {
    
    line-height: 28px
    
}

.item-page img {
        
    float: left;
    margin-right: 20px
        
}

.item-page img:nth-of-type(2n) {
    
    float: right;
    margin-left: 20px
    
}

.icon-chevron-right {
    
    display: none
    
}

strong {
    
    font-weight: normal
    
}

a {
    
    color: #2dade2;
    font-weight: normal;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    
}



.readmore a {
    
    border:1px solid #146889;
    font-family: "BebasNeueBook";
    padding: 3px 90px 3px 5px;
    color: #000;
    text-decoration: none;
    font-size: 20px;
    background: #fff
    
    
}

.readmore a:hover {
    
    background: #8fcbe3;
    color: #fff
    
}

.wrapper {
    
    padding: 0 10px;
    width: calc(100% - 20px);
    max-width: 1600px;
    margin: auto
    
}



.inside {
    
    margin-top: 240px;
    
}

h1, h2 {
    
    font-family: "BebasNeueRegular";
    font-weight: normal;
    font-size: 45px;
    color: #8fcbe3;
    line-height: 36px;
    transform: translateX(100px);
    opacity: 0;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    
}

h3 {
    
    font-family: "BebasNeueRegular";
    font-weight: normal;
    font-size: 30px!important;
    color: #8fcbe3;
    line-height: 36px;
    transform: translateX(100px);
    opacity: 0;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    
}

h2 a {
    
    font-size: 32px;
    color: #146889;
    text-decoration: none;
    font-family: "BebasNeueBook";
    
}

.blue {
    
    background: #2face2;
    padding: 20px 0;
    
}

/* Призыв к действию */

.js-call-to-action {
    
    opacity: 0;
    
}

/* Последнее */

.lastest {
    
    margin-top: 20px;
    margin-bottom: 20px;
    
}

/* Анимации */

ul li, ol li {
    
    transform: translateX(50px);
    opacity: 0;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    
    
}


ul li:nth-of-type(odd), ol li:nth-of-type(odd) {
    
    transform: translateX(-50px);
    
}

.menu ul li {
    
    transform: translateY(50px);
    opacity: 0;

    
    
}

.menu ul li:nth-of-type(odd) {
    
    transform: translateY(-50px);
    
}

img {
    
    opacity: 0;
    transform: scale(1.2);
    filter: grayscale();
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    
}

.cbp-l-caption-body p {
    
    opacity: 1
    
}



/* Меню */

.mainmenu {
    
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: right;
    z-index: 3;
    
}

.mainmenu .wrapper {
    
    padding: 0;
    
}

.mainmenu .wrapper.white {
    
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(4px);
    border: 1px solid #f6f6f6
    
}

.mainmenu .logo {
    
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    float: left;
    padding-top: 23px;
    padding-left: 30px;
    
}

.mainmenu .logo img {
    
    width: 80px;
    height: auto;
    vertical-align: middle
    
}

.mainmenu a:hover .logo img {
    
    filter: grayscale();
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    
}

.mainmenu .logo .text {
    
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #146889;
    font-family: "BebasNeueRegular";
    line-height: 16px;
    width: 170px;
    text-rendering: optimizeLegibility;
    font-weight: 100;
    font-display:block
    
}

.mainmenu a:hover .logo .text {
    
    color: #000;
    
}

.mainmenu a:hover .logo .text .small {
    
    color: #707070
    
}

.mainmenu .logo .text .small {
    
    font-size: 14px;
    color: #2dade2
    
}

.mainmenu .menu {
    
    display: inline-block;
    vertical-align: middle;
    
}

.mainmenu .menu ul {
    
    padding: 0;
    margin: 0;
    list-style: none;
    
}

.mainmenu .menu ul li {
    
    display: inline-block
    
}

.mainmenu .menu ul li a {
    
    font-size: 18px;
    color: #000;
    text-decoration: none;
    font-family: "BebasNeueRegular";
    padding: 55px 40px;
    display: block;
    
}

.mainmenu .menu ul li a:hover {
    
    background: #aee7ff
    
}

.mainmenu .menu ul li.active a {
    
    background: #2dade2;
    color: #fff
    
}

.mainmenu .contacts {
    
    padding: 10px 0
    
}

.mainmenu .contacts a {
    
    font-size: 24px;
    color: #000;
    text-decoration: none;
    font-family: "BebasNeueBold";
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
    
}

.contacts a:hover {
    
    color: #2dade2
    
}

.mainmenu .contacts a:first-of-type {
    
    margin-left: 0;
    
}

.mainmenu .contacts a strong {
    
    color: #146889;
    font-weight: normal
    
}

.mainmenu .contacts a.zapis  {
    
    font-size: 22px;
    padding: 2px 30px;
    text-transform: uppercase;
    border: 1px solid #000;
    font-family: "BebasNeueBook";
    margin-left: 30px;
    background: #8fcbe3
    
}

/* Хлебные крошки */

.breads ol {
    
    list-style: none;
    padding: 0;
    margin: 0;
    
}

.breads ol li {
    
    display: inline-block;
    padding: 5px 10px;
    border-radius: 100px;
    background: #f6f6f6;
    margin-right: 20px;
    font-size: 14px
    
}

.breads ol li a {
    
    font-size: 14px;

}

.breads .float-start {
    
    display: none
    
}

/* Главная */

.first {
    
    background: url("/images/top_background.jpg") no-repeat center center;
    background-size: cover;
    height: 100vh;
    position: relative
    
}

.first .text {
    
    position: absolute;
    bottom: 10vh;
    font-size: 90px;
    color: #fff;
    font-family: "BebasNeueBook";
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    -webkit-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out;
    transform: translateY(-100px);
    opacity: 0;
    
}

.first .text .small {
    
    font-size: 30px;
    font-family: "BebasNeueBold";
    
}

.first .citata {
    
    font-size: 24px;
    width: 40%;
    line-height: 28px;
    font-style: italic;
    position: absolute;
    top: 40vh;
    padding-left: 50px;
    padding-right: 50px;
    z-index: 1;
    text-align: justify;
    color: #222222
    
    
    
    
}

.first .citata span:nth-of-type(1) {
    
    font-size: 200px;
    color: #fff;
    line-height: 0;
    position: absolute;
    left: -30px;
    top: 70px;
    z-index: -1
    
}

.first .citata span:nth-of-type(2) {
    
    font-size: 200px;
    color: #fff;
    line-height: 0;
    
    position: absolute;
    right: -70px;
    bottom: -40px;
    z-index: -1
    
}

.first .alexandra {
    
    background:url("/images/me_top.png") no-repeat right bottom;
    background-size: contain;  
    height: 80vh;
    width: 100vh;
    position: absolute;
    bottom: 0;
    right: 5vw;
    z-index: 2;
    
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    -webkit-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out;
    
        
    
    
}


.mod-articles-item-content {
    
    font-family: "BebasNeueRegular";
    font-size: 16px;
    color: #3a3a3a
    
}

/* Направления работы */

.napravleniya h2 {
    
    max-width: 300px;
    margin-left: 15.75vw
    
}

.napravleniya ul {
    
    list-style: none;
    margin: 0;
    padding: 0;
    
}

.napravleniya .mod-articles-image.item-image {
    
    display: inline-block;
    margin: 0;
    padding: 0;
    width: auto;
    vertical-align: middle;
    margin-left: 15.75vw;
    margin-right: 15.75vw
    
    
}

.napravleniya ul li {
    
    margin-bottom: 50px;
    
}

.napravleniya .mod-articles-item {
    
    display: block;
    
}

.napravleniya .mod-articles-item-content {
    
    display: inline-block;
    width: 40%;
    vertical-align: middle;
    
    color: #8fcbe3;
    font-family: "BebasNeueBold";
    font-size: 20px;
    background: #f6f6f6;
    padding-left: 15.75vw;
    margin-left: -15.75vw;
    padding-right: 15.75vw;
    margin-right: -15.75vw;
    padding-bottom: 40px;
    padding-top: 40px;
    
}

.napravleniya ul li:nth-of-type(even) .mod-articles-item {
    
    text-align: right
    
}

.napravleniya ul li:nth-of-type(even) .mod-articles-item-content {
    
    
    
}

.napravleniya ul li:nth-of-type(even) .readmore a {
    
    padding: 3px 5px 3px 90px;
    
}

.napravleniya .mod-articles-title a {
    
    font-size: 35px;
    color: #146889;
    text-decoration: none;
    font-family: "BebasNeueBook"
    
}


/* Картинки и страницы */

.left.item-image {
    
    display: inline-block;
    margin: 0;
    margin-right: 20px;
    border-right: 1px solid #f6f6f6;
    padding-right: 20px;
    vertical-align: top
    
    
}

.big.item-image {
    
    margin: 0;
    float: left;
    width: 30%;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 20px;
    
}

.big.item-image img {
    
    max-width: 100%;
    height: auto
    
}

.left.item-image img {
    
    max-width: 250px;
    height: auto;
    
}

.item-content {
    
    display: inline-block;
    width: calc(100% - 300px);
    vertical-align: top;
    font-family: "BebasNeueRegular";
    font-size: 16px;
    color: #3a3a3a;
    
}

.item-content h2 {
    
    margin-top: 0;
    margin-bottom: 10px;
    
}

.blog-item {
    
    margin-bottom: 80px;
    
}

/* Формат работы */

.format {
    
    margin-top: 30px;
    
}

.format h2 {
    
    color: #146889;
    margin-bottom: 0
    
}

.format .smallzag {
    
    font-size: 16px;
    color: #146889;
    width: 300px;
    font-family: "BebasNeueBook";
    
}

.format ul {
    
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    margin-top: 50px;
    
}

.format ul li { 

    display: inline-block;
    width: 40%;
    vertical-align: top;
    margin-right: 20%;
    margin-bottom: 40px;
    
}

.format ul li:nth-of-type(2) {
    
    margin-right: 0;
    
}

.format ul li:last-of-type {
    
    
    margin-left: 15vw
    
}

.format .item-image {
    
    padding: 0;
    margin: 0;
    
}

.format .mod-articles-title a {
    
    text-decoration: none;
    font-size: 26px;
    color: #146889;
    
}

.format .readmore a {
    
    background: #cdf1ff
    
}

.format ul li:nth-of-type(2n) .gray {
    
    display: none;
    
}

.format ul li .gray {
    
    width: 200%;
    background: #f6f6f6;
    height: 300px;
    position: absolute;
    top: 35px;
    left:250px;
    z-index: -1
    
}

/* FAQ */

.faq {
    
    position: relative;
    padding-bottom: 70px;
    margin-bottom: 40px;
    
}

.faq .wrapper.limit:after {
    
    
    content: "";
  position: absolute;
  left: 0;
  bottom: 0;
    z-index: 1;
  width: 100%;
  height: 180px;
  background: linear-gradient(180deg, transparent 10%, white 70%);
    
}

.faq .smallzag {
    
    font-size: 16px;
    color: #146889;
    width: 300px;
    font-family: "BebasNeueBook";
    margin-bottom: 40px;
    
}

.faq h2 {
    
    color: #146889;
    margin-bottom: 0
    
}

.faq .cbp-caption {
    
    border: none;
    margin-bottom: 30px;
    
    
}

.faq .cbp-caption-defaultWrap  {
    
    font-size: 24px;
    font-family: "BebasNeueBook";
    background: #f6f6f6!important;
    border-radius: 100px;
    padding-left: 30px;
    padding-right: 30px;
    color: #2face2!important;
    padding-bottom: 30px;
    padding-top: 30px;
    opacity: 0
    
    
    
}

.faq .markdownContainer {
    
    border-bottom: 1px solid  #f6f6f6
}

.faq p {
    
    width: 100% 
    
}

.faq .cbp-l-filters-underline {
    
    text-align: center
    
}

.faq .cbp-caption-defaultWrap:hover {
    
    background: #146889!important;
    color: #fff!important
    
}

.faq .fa-question-circle:before {
    
    font-size: 25px!important;    
    margin-top: -6px;
    display: none;
    mergin-right: 20px!important;
    
}

.faq .cbp-filter-item {
    
    font-family: "BebasNeueBook";
    font-size: 24px;
    
}

.faq .cbp-l-caption-body {
    
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    line-height: 28px;
    padding: 0
    
}

.faq .cbp-item {
    
    text-align: center
    
}

.faq .column {
    
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin-right: 9%;
    
}

.faq .column:nth-of-type(2) {
    
    margin-right: 0
    
}

/* Новости */

.news {
    
    margin-top: 80px;
    
}

.news .js-cdate {
    
    font-family: "BebasNeueBook"
    
}

.news .js-cdate span {
    
    font-family: "BebasNeueBold"
    
}

/* Призыв */

.cta-dbtn {
    
    font-family: "BebasNeueBook";
    font-size: 24px!important;
    
}

/* Подвал */

.footer {
    
    background: url("/images/logo.svg") no-repeat right bottom 20px #6bc4e9;
    background-size: auto 80% ;
    padding: 60px 0;
    margin-top: 80px;
    
}

.footer .column {
    
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-right: 5%;
    
}

.footer .column:last-of-type {
    
    margin-right: 0;
    
}

.footer .column .text {
    
    color: #fff;
    font-size: 34px;
    font-family: "BebasNeueBook";
    
}

.footer .column .text .small {
    
    font-size: 18px;
    
}

.footer .column .phone {
    
    margin-top: 40px;
    font-family: "BebasNeueBold";
    
}

.footer .column .phone a {
    
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    
}

.footer .column .phone a strong {
    
    color: #0a4e6a
    
}

.footer .column .msg a {
    
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    margin-right: 10px;
    
}

.footer .column .msg a img {
    
    border-radius: 100px;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    
}

.footer .column .msg a.telegram img:hover {
    
    background: #27a7e7;

    
}

.footer .column .msg a.whatsapp img:hover {
    
    background: #2cb742;

    
}

.footer .column .msg a img {
    
    height: 50px;
    
}

.footer .column .menu ul {
    
    list-style: none;
    padding: 0;
    margin: 0;
    
}

.footer .column .menu ul li a {
    
    color: #fff;
    text-decoration: none;
    display: inline-block;
    background: #1b7aa1;
    font-size: 18px;
    padding: 5px 20px;
    border-radius: 100px;
    margin-bottom: 20px;
    font-family: "BebasNeueBook";
    
}

.footer .column .menu ul li a:hover {
    
    background: #2dade2;
    
}


















@media screen and (max-width: 1350px) {
    
    
    
    /* Меню */

    .mainmenu .logo {

        display: inline-block;
        vertical-align: middle;
        text-align: left;
        float: left;
        padding-top: 10px;
        padding-left: 20px;

    }
    
    .mainmenu .logo img {
        
        width: 60px;
        
    }

    .mainmenu .logo .text {

        font-size: 16px;

    }

    .mainmenu .logo .text .small {

        font-size: 12px;

    }

    .mainmenu .menu ul li a {

        font-size: 16px;
        padding: 35px 25px;
        display: block;

    }

    .mainmenu .contacts a {

        font-size: 18px;
        color: #000;
        text-decoration: none;
        font-family: "BebasNeueBold";
        display: inline-block;
        vertical-align: middle

    }

    .mainmenu .contacts a.zapis  {

        font-size: 16px;
        padding: 2px 30px;
        text-transform: uppercase;
        border: 1px solid #000;
        font-family: "BebasNeueBook";
        margin-left: 30px;
        background: #8fcbe3

    }
    
    
    /* Главная */

    .first .text {

        font-size: 70px;

    }

    .first .text .small {

        font-size: 26px;

    }

    .first .alexandra {

        background:url("/images/me_top.png") no-repeat right bottom;
        background-size: contain;  
        height: 80vh;
        width: 100vh;
        position: absolute;
        bottom: 0;
        right: 1vw;
        z-index: 2;

        -moz-transition: all 3s ease-in-out;
        -o-transition: all 3s ease-in-out;
        -webkit-transition: all 3s ease-in-out;
        transition: all 3s ease-in-out;




    }


    .mod-articles-item-content {

        font-family: "BebasNeueRegular";
        font-size: 16px;
        color: #3a3a3a

    }

    


    .napravleniya h2 {

        max-width: 300px;
        margin-left: 10vw

    }

    .napravleniya ul {

        list-style: none;
        margin: 0;
        padding: 0;

    }

    .napravleniya .mod-articles-image.item-image {

        display: inline-block;
        margin: 0;
        padding: 0;
        width: auto;
        vertical-align: middle;
        margin-left: 9vw;
        margin-right: 9vw


    }

    .napravleniya ul li {

        margin-bottom: 50px;

    }

    .napravleniya .mod-articles-item {

        display: block;

    }

    .napravleniya .mod-articles-item-content {

        display: inline-block;
        width: 40%;
        vertical-align: middle;

        color: #8fcbe3;
        font-family: "BebasNeueBold";
        font-size: 20px;
        background: #f6f6f6;
        padding-left: 15.75vw;
        margin-left: -15.75vw;
        padding-right: 15.75vw;
        margin-right: -15.75vw;
        padding-bottom: 40px;
        padding-top: 40px;

    }

    .napravleniya ul li:nth-of-type(even) .mod-articles-item {

        text-align: right

    }

    .napravleniya ul li:nth-of-type(even) .mod-articles-item-content {



    }

    .napravleniya ul li:nth-of-type(even) .readmore a {

        padding: 3px 5px 3px 90px;

    }

    .napravleniya .mod-articles-title a {

        font-size: 35px;
        color: #146889;
        text-decoration: none;
        font-family: "BebasNeueBook"

    }




    
    
    
    
    
    
    
    
    
}


@media screen and (max-width: 850px) {
    
    html, body {
        
        overflow-x: hidden
        
    }
    
    .item-page img {
        
        float: none;
        margin-right: 0;
        width: 100%;
        height: auto;
        
    }
    
    .inside {
    
        margin-top: 0;

    }
    
    /* Меню */
    
    

    .mainmenu {

        position: fixed;
        top: 0;
        left: -100%;
        width: calc(100% - 70px);
        height: calc(100% - 0px);
        text-align: left;
        overflow-x: scroll;
        background: url("/images/logo.svg") no-repeat bottom -80px center rgba(255,255,255,0.5);
        background-size: 100% auto;
        box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
        backdrop-filter: blur(4px);
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;

    }
    
    .mainmenu.show {
        
        left: 0;
        
    }

    .mainmenu .wrapper.white {

        width: 100%;
        height: auto;
        background: none;
        border:none;
        backdrop-filter:none;

    }

    .mainmenu .logo {

        display: block;
        vertical-align: middle;
        text-align: left;
        float: none;
        padding-top: 23px;
        padding-left: 10px;

    }

    .mainmenu .logo img {

        display: none

    }

    .mainmenu .logo .text {

        font-size: 22px;
        line-height: 20px;
        width: 70%;

    }

    .mainmenu .logo .text .small {

        font-size: 16px;
        color: #2dade2

    }

    .mainmenu .menu {

        display:     block;

    }

    .mainmenu .menu ul li {

        display: block

    }

    .mainmenu .menu ul li a {

        font-size: 24px;
        color: #000;
        text-decoration: none;
        font-family: "BebasNeueRegular";
        padding: 20px 10px;
        display: block;

    }

    .mainmenu .menu ul li a:hover {

        background: #aee7ff

    }

    .mainmenu .menu ul li.active a {

        background: #2dade2;
        color: #fff;
        font-size: 24px

    }

    .mainmenu .contacts {

        padding: 10px 0;
        text-align: left;

    }

    .mainmenu .contacts a {

        font-size: 20px;
        display: block;
        margin: 0;
        line-height: 30px;

    }

    .mainmenu .contacts a strong {

        color: #146889;
        font-weight: normal

    }

    .mainmenu .contacts a.zapis  {

        font-size: 16px;
        display: block;
        margin: 0;
        text-align: center
        

    }
    
    /* Главная */

    .first {

        background: url("/images/top_background.jpg") no-repeat center center;
        background-size: cover;
        height: 100vh;
        position: relative

    }

    .first .text {

        top: 10vh;
        text-align: center;
        font-size: 50px;

    }

    .first .text .small {

        font-size: 30px;
        font-family: "BebasNeueBold";
        line-height: 30px;

    }

    .first .alexandra {

        height: 50vh;
        width: 50vh;
    }


    /* Направления работы */

    .napravleniya h2 {

        max-width: 300px;
        margin-left: 0px;

    }

    .napravleniya .mod-articles-image.item-image {

        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        vertical-align: middle;
        margin-left: 0;
        margin-right: 0;
        text-align: center


    }

    .napravleniya .mod-articles-item-content {

        display: block;
        width: 100%;
        color: #8fcbe3;
        font-family: "BebasNeueBold";
        font-size: 20px;
        background: none;
        padding-left: 0;
        margin-left: 0;
        padding-right: 0;
        margin-right: 0;
        padding-bottom: 0px;
        padding-top: 0px;

    }

    .napravleniya ul li:nth-of-type(even) .mod-articles-item {

        text-align: left

    }

    .napravleniya ul li:nth-of-type(even) .readmore a {

        padding: 3px 90px 3px 5px;

    }

    .napravleniya .mod-articles-title a {

        font-size: 35px;
        color: #146889;
        text-decoration: none;
        font-family: "BebasNeueBook"

    }
    
    .napravleniya .mod-articles-image.item-image {
        
        display: none
        
    }
    
    
    /* Формат работы */

    .format {

        margin-top: 0px;

    }


    .format ul li { 

        display: block;
        width: 100%;
        vertical-align: top;
        margin-right: 0%;
        margin-bottom: 40px;

    }

    .format ul li:last-of-type {


        margin-left: 0

    }

    .format .item-image img {
        
        width: 100%;
        max-width: 100%;
        height: auto
        
    }


    .format ul li .gray {

        display: none

    }



    /* Подвал */

    .footer {
    
        background: url("/images/logo.svg") no-repeat center bottom 0px #6bc4e9;
        background-size: 80% auto ;
        padding: 60px 0;
        margin-top: 80px;

    }

    .footer .column {

        display: block;
        text-align: center;
        width: 100%;
        margin-right: 0%;

    }

    
    /* Хлебные крошки */

    .breads {
        
        margin-top: 20px;
        
    }

    .breads ol {

        list-style: none;
        padding: 0;
        margin: 0;

    }

    .breads ol li {


        margin-right: 10px;
        margin-bottom: 10px;

    }


    /* Картинки и страницы */

    .left.item-image {

        display: block;
        margin-right: 0px;
        border-right: none;
        padding-right: 0px;


    }

    .big.item-image {

        margin: 0;
        float: none;
        width: 100%;
        display: block;
        margin-right: 0px;

    }

    .big.item-image img {

        max-width: 100%;
        height: auto

    }

    .left.item-image img {

        width: 100%;
        max-width: 100%;
        height: auto;

    }

    .item-content {

        display: block;
        width: 100%;

        font-family: "BebasNeueRegular";

    }

    

    .menubtn {
    
    position: fixed;
    top: 20px;
    right: 10px;
    background: url("https://xn--2-itbcndgobf3a4e5b.xn--p1ai/images/mob_b.svg") no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    display: block;
    z-index: 200;
    cursor: pointer;
    border-radius: 1000px;
    -webkit-transition: ease-in-out 1s; 
    -moz-transition: ease-in-out 1s; 
    -o-transition: ease-in-out 1s; 
    transition: ease-in-out 1s;
    
}

.menubtn.active {
    
    background: url("https://xn--2-itbcndgobf3a4e5b.xn--p1ai/images/mob_x.svg") no-repeat ;
    background-size: contain;
    
}
    
    
    
    .first .citata {
    
    font-size: 14px;
        backdrop-filter:blur(4px);
    width: calc(100% - 120px);
    line-height: 20px;
    bottom: 10px;
    top:auto;
    padding-left: 50px;
    padding-right: 50px;
        padding-top: 40px;
        padding-bottom: 40px;
    z-index: 4;
    text-align: justify;
    color: #222222;
        background: rgba(255,255,255,0.4) 
    
    


    }

    .first .citata span:nth-of-type(1) {

        font-size: 150px;
        left: -20px;
        top: 80px;

    }

    .first .citata span:nth-of-type(2) {

        font-size: 150px;
        color: #fff;
        line-height: 0;

        position: absolute;
        right: -50px;
        bottom: 0px;
        z-index: -1

    }


    
    
    
    
    


}
