/*!
Pure v2.1.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/pure-css/pure/blob/master/LICENSE
*/
/*!
normalize.css v | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&family=Ubuntu:wght@400;700&display=swap');

*,
*::before,
*::after {
    box-sizing: border-box;
}
.personal_info_text{background:#fff;text-align:center;color: #ef7d73;}
body .personal_info{background:#fff;margin:0;width:100%}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif
}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0;
    font-family: 'Ubuntu', sans-serif;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a,
a:visited,
a:focus {
    background-color: transparent;
    color: #ef7d73;

}

a:hover {
    text-decoration: none;
}

a.pure-button:visited,
a.pure-button:focus {
    color: #000;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

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
}

img {
    max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    resize: none;
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0;
}

fieldset select,
fieldset textarea,
fieldset input {
    width: 100%;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    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-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.hidden,
[hidden] {
    display: none !important
}


/*
 * -- BASE STYLES --
 * Most of these are inherited from Base, but I want to change a few.
 */
body {
    color: #202020;

}

h2,
h3 {
    font-family: 'Ubuntu', sans-serif;

}

p,
.p,
li {
    line-height: 1.4em;
    margin: 0.4em 0;
    font-size: 14px;
}

.l-content {
    margin: 0 auto;
    max-width: 980px;
    padding: 0 1em;
}

#about.l-content {
    max-width: 900px;
    margin-bottom: 1em;
        
}

.l-box {
    padding: 0.5em 1.2em;
}

.pure-menu-link {
    padding: 0.5em 0.7em;
}

.banner {

    text-align: center;
    padding-bottom: 2em;
    padding-top: 1em;
    width: 100%;
    margin-bottom: 1em;
    background-color: #f9f9f9;
    position: relative;
    overflow: hidden;

}

.banner>.pure-u-1 {
    position: relative;
    z-index: 1;
}

.banner-head {
    font-size: 1.4em;
    color: #ef7d73;
    font-weight: bold;
    padding-top: 10px;
    margin: 0 0 20px;
}

.pre-header {
    font-size: 90%;
    color: #525252;
    padding: 1em 2em;
    display: inline-block;
    max-width: 500px;
    line-height: 130%;
}

.information-head {
    color: black;
    font-weight: 500;
}

.conteiner {
    /*overflow-y: hidden;*/
    overflow: hidden;
}

#about .tabs label {
    position: relative;
}

#about .tabs label:after {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    border-radius: 3px;
    transform: skewX(7deg);
    transition: border-color .2s, background .2s;
}

#about .tabs>input[type="radio"]:checked+label:after {
    background: #F8AF70;
}

.peoples-info,
.partners-info {
    position: relative;
}

.partners-info .card-body h3{
    font-size: 0.6em;
    padding: 0 0.2em;
}
.partners-info .card-body p{
    font-size: 0.7em;
}
.partners-info img {
    max-width: 70%;
    margin: 1em auto;
    display: block;
}

.peoples-info .pure-button,
.partners-info .pure-button {
    margin: 2em auto;
    display: block;
}

.peoples-info .media-top img {
    border-radius: 50%;
    margin: 0 auto;
    display: block;
}

.peoples-info .card-title {
    text-transform: uppercase;
    color: #ef7d73;
    text-align: center;
    font-weight: 400;
    margin: 0.7em 0 0.4em;
}

.peoples-info .card-title+span {
    display: block;
    text-align: center;
    color: #666;
    font-style: italic;
    font-size: 90%;
    text-transform: lowercase;
}

.footer {
    background: #202020;
    color: #888;
    text-align: center;
}

.footer hr {
    height: 1px;
    background: #525151;
    border: none;
}

.footer p {
    font-size: 0.9em;
    margin: 0.8em 0;
}

.footer p,
.footer a {
    color: #fdfdfd;
}

.footer .copyright {
    font-size: 0.8em;
}

.footer .links a {
    font-size: 0.8em;
}

.footer p small {
    color: #B5B1B1;
    font-size: 0.75em;
    line-height: 1.3em;
    display: inline-block;
}

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

.footer ul a {
    padding: 0.2em 0;
    display: inline-block;
}

.footer_info {
    font-size: 0.9em;
}

.footer_info p,
.footer_info a {
    color: #B5B1B1;
}

.footer-request {
    overflow: hidden;
}

.footer-request .request-block {
    padding: 1em;
    background: #fff;
    border-radius: 10px;
}

.footer-request {
    background-image: url(img/bg-footer.jpg);
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 3em 0;
}

.footer-request h2 {
    text-align: center;
}

.footer-request fieldset {
    border: none;
}

.footer-request fieldset label {
    display: none;
}

.footer-request fieldset input[type='text'],
.footer-request fieldset select,
.footer-request fieldset textarea {
    background-color: #e1e1e1;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: none;
    line-height: 1.2em;
    padding: 0.5em 1em;
    margin-bottom: 0.5em;
}

.footer-request fieldset input[type="submit"] {
    max-width: 250px;
    margin: 1em auto;
    display: block;
}

@media (min-width: 480px) {


    .banner-head {
        font-size: 1.8em;
    }
}


.pure-img {
    max-width: 100%;
    height: auto;
    display: block
}

.pure-g {
    letter-spacing: -.31em;
    text-rendering: optimizespeed;
    font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start
}
.profession_guide-translator .pure-g{
    -ms-flex-flow: row wrap-reverse;
    flex-flow: row wrap-reverse;
}
.profession_video-link{
    display: block;
width: 165px;
    height: 100px;
    margin: 0 auto 1.5em;
        -webkit-background-size: cover;
             -o-background-size: cover;
                background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(img/guide_video.jpg);
}
.profession_guide-translator .profession_video-link{
    background-image: url(img/translator_video.jpg);
}
.profession_businessman .profession_video-link{
    background-image: url(img/businessman_video.jpg);
}
.profession_video-link svg{
    height: 50%;
    width: 50%;
        margin-top: 15%;
}
.profession_video-link svg, #about .video svg{
     -webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
         -o-transition: all 0.4s;
            transition: all 0.4s;
}
.profession_video-link:hover svg, #about .video:hover svg{
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
         -o-transform: scale(1.05);
            transform: scale(1.05);
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    table .pure-g {
        display: block
    }
}

.tabs {
    padding: 0;
}

.tabs>input[type="radio"] {
    display: none;
}

.tabs>input[type="radio"]:checked+label:after {
    background-color: #bdbdbd;
}

.tabs>div {
    /* скрыть контент по умолчанию */
    display: none;
}

/* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
#tab-btn-1:checked~#content-1,
#about_tab-btn-1:checked~#about_content-1,
#tab-btn-2:checked~#content-2,
#about_tab-btn-2:checked~#about_content-2,
#about_tab-btn-3:checked~#about_content-3,
#tab-btn-4:checked~#content-4,
#about_tab-btn-4:checked~#about_content-4,
#tab-btn-3:checked~#content-3 {
    display: block;
    font-size: 14px;
}

#project-map #tab-btn-1:checked~#content-1,
#project-map #tab-btn-2:checked~#content-2,
#project-map #tab-btn-4:checked~#content-4,
#project-map #tab-btn-3:checked~#content-3 {
    padding: 1.2em 0;
}

.tabs>label {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    padding: 0.5em 1em;
    font-size: 0.8em;
    line-height: 1.2;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    margin-left: 6px;
    cursor: pointer;
    margin-bottom: 1em;
    font-weight: bold;
}

.tabs>label:first-of-type {
    margin-left: 0;
}




#about .tabs>div .p,
#about .tabs>div p {
    position: relative;
    margin-top: 3.5em;
}

#about .tabs>div span.slogan {
    color: #ef7d73;
    font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.2em;
    text-transform: uppercase;
}

#about .tabs>div strong {
    padding: 0.1em 0.5em;
    position: absolute;
    top: -3em;
    font-size: 0.9em;
    display: inline-block;
    background: #fdd27e;
    font-weight: normal;
    text-transform: lowercase;
}

#about .tabs img {
    width: 136px;
    height: auto;
    vertical-align: middle;
    display: block;
    margin-right: 0.5em;
}

#about .tabs ul {
    list-style: none;
    padding: 0;
}

#about .tabs ul li {
    display: inline-block;
}

#about .tabs .flag {
    display: inline-block;
    margin-right: 5px;
    height: 34px;
    width: 44px;
    vertical-align: middle;
    background-image: url(img/flags.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    -webkit-background-size: 173px;
    -o-background-size: 173px;
    background-size: 173px;
}

#about .tabs .flag.en {
    background-position: -88px center;
}

#about .tabs .flag.fr {
    background-position: -43px center;
}

#about .tabs .flag.ger {
    background-position: -131px center;
}

#about ol,
.profession_inner ol {
    padding: 0 0 0 20px;
}

#about ol li {
    padding: ;
}

.opera-only :-o-prefocus,
.pure-g {
    word-spacing: -0.43em
}

.pure-u {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto
}

.pure-g [class*=pure-u] {
    font-family: sans-serif
}

.pure-u-1,
.pure-u-1-1,
.pure-u-1-12,
.pure-u-1-2,
.pure-u-1-24,
.pure-u-1-3,
.pure-u-1-4,
.pure-u-1-5,
.pure-u-1-6,
.pure-u-1-8,
.pure-u-10-24,
.pure-u-11-12,
.pure-u-11-24,
.pure-u-12-24,
.pure-u-13-24,
.pure-u-14-24,
.pure-u-15-24,
.pure-u-16-24,
.pure-u-17-24,
.pure-u-18-24,
.pure-u-19-24,
.pure-u-2-24,
.pure-u-2-3,
.pure-u-2-5,
.pure-u-20-24,
.pure-u-21-24,
.pure-u-22-24,
.pure-u-23-24,
.pure-u-24-24,
.pure-u-3-24,
.pure-u-3-4,
.pure-u-3-5,
.pure-u-3-8,
.pure-u-4-24,
.pure-u-4-5,
.pure-u-5-12,
.pure-u-5-24,
.pure-u-5-5,
.pure-u-5-6,
.pure-u-5-8,
.pure-u-6-24,
.pure-u-7-12,
.pure-u-7-24,
.pure-u-7-8,
.pure-u-8-24,
.pure-u-9-24 {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto
}
.pure-u-lg-show{
    display: none;
}
.pure-u-1-24 {
    width: 4.1667%
}

.pure-u-1-12,
.pure-u-2-24 {
    width: 8.3333%
}

.pure-u-1-8,
.pure-u-3-24 {
    width: 12.5%
}

.pure-u-1-6,
.pure-u-4-24 {
    width: 16.6667%
}

.pure-u-1-5 {
    width: 20%
}

.pure-u-5-24 {
    width: 20.8333%
}

.pure-u-1-4,
.pure-u-6-24 {
    width: 25%
}

.pure-u-7-24 {
    width: 29.1667%
}

.pure-u-1-3,
.pure-u-8-24 {
    width: 33.3333%
}

.pure-u-3-8,
.pure-u-9-24 {
    width: 37.5%
}

.pure-u-2-5 {
    width: 40%
}

.pure-u-10-24,
.pure-u-5-12 {
    width: 41.6667%
}

.pure-u-11-24 {
    width: 45.8333%
}

.pure-u-1-2,
.pure-u-12-24 {
    width: 50%
}

.pure-u-13-24 {
    width: 54.1667%
}

.pure-u-14-24,
.pure-u-7-12 {
    width: 58.3333%
}

.pure-u-3-5 {
    width: 60%
}

.pure-u-15-24,
.pure-u-5-8 {
    width: 62.5%
}

.pure-u-16-24,
.pure-u-2-3 {
    width: 66.6667%
}

.pure-u-17-24 {
    width: 70.8333%
}

.pure-u-18-24,
.pure-u-3-4 {
    width: 75%
}

.pure-u-19-24 {
    width: 79.1667%
}

.pure-u-4-5 {
    width: 80%
}

.pure-u-20-24,
.pure-u-5-6 {
    width: 83.3333%
}

.pure-u-21-24,
.pure-u-7-8 {
    width: 87.5%
}

.pure-u-11-12,
.pure-u-22-24 {
    width: 91.6667%
}

.pure-u-23-24 {
    width: 95.8333%
}

.pure-u-1,
.pure-u-1-1,
.pure-u-24-24,
.pure-u-5-5 {
    width: 100%
}

.pure-button {
    display: inline-block;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 90%;
    padding: 0.8em 2em;
    color: #000;
    border: none transparent;
    background-color: #e6e6e6;
    text-decoration: none;
    border-radius: 50px;
    background: linear-gradient(90deg, rgba(253, 210, 126, 1) 30%, rgba(231, 53, 65, 1) 100%);
    background-size: 120% 130%;
    transform: translate3d(0, 0, 0);
    -webkit-box-shadow: 2px -2px 10px 0 #939393;
    box-shadow: 2px -2px 10px 0 #939393;
}

.pure-button::-moz-focus-inner {
    padding: 0;
    border: 0
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 80% 50%;
    }
}

.pure-button-group {
    letter-spacing: -.31em;
    text-rendering: optimizespeed
}

.opera-only :-o-prefocus,
.pure-button-group {
    word-spacing: -0.43em
}

.pure-button-group .pure-button {
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    margin: 0;
    border-radius: 0;
    border-right: 1px solid rgba(0, 0, 0, .2)
}

.pure-button:focus,
.pure-button:hover {
    animation: gradient 0.5s ease forwards;
}

.pure-button:focus {
    outline: 0;
}

.pure-button-active,
.pure-button:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pure-button-hidden {
    display: none
}

.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
    background-color: #0078e7;
    color: #fff
}

.pure-button-group .pure-button:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.pure-button-group .pure-button:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-right: none
}

.pure-form input[type=color],
.pure-form input[type=date],
.pure-form input[type=datetime-local],
.pure-form input[type=datetime],
.pure-form input[type=email],
.pure-form input[type=month],
.pure-form input[type=number],
.pure-form input[type=password],
.pure-form input[type=search],
.pure-form input[type=tel],
.pure-form input[type=text],
.pure-form input[type=time],
.pure-form input[type=url],
.pure-form input[type=week],
.pure-form select,
.pure-form textarea {
    padding: .5em .6em;
    display: inline-block;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 3px #ddd;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pure-form input:not([type]) {
    padding: .5em .6em;
    display: inline-block;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 3px #ddd;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pure-form input[type=color] {
    padding: .2em .5em
}

.pure-form input[type=color]:focus,
.pure-form input[type=date]:focus,
.pure-form input[type=datetime-local]:focus,
.pure-form input[type=datetime]:focus,
.pure-form input[type=email]:focus,
.pure-form input[type=month]:focus,
.pure-form input[type=number]:focus,
.pure-form input[type=password]:focus,
.pure-form input[type=search]:focus,
.pure-form input[type=tel]:focus,
.pure-form input[type=text]:focus,
.pure-form input[type=time]:focus,
.pure-form input[type=url]:focus,
.pure-form input[type=week]:focus,
.pure-form select:focus,
.pure-form textarea:focus {
    outline: 0;
    border-color: #129fea
}

.pure-form input:not([type]):focus {
    outline: 0;
    border-color: #129fea
}

.pure-form input[type=checkbox]:focus,
.pure-form input[type=file]:focus,
.pure-form input[type=radio]:focus {
    outline: thin solid #129FEA;
    outline: 1px auto #129FEA
}

.pure-form .pure-checkbox,
.pure-form .pure-radio {
    margin: .5em 0;
    display: block
}

.pure-form input[type=color][disabled],
.pure-form input[type=date][disabled],
.pure-form input[type=datetime-local][disabled],
.pure-form input[type=datetime][disabled],
.pure-form input[type=email][disabled],
.pure-form input[type=month][disabled],
.pure-form input[type=number][disabled],
.pure-form input[type=password][disabled],
.pure-form input[type=search][disabled],
.pure-form input[type=tel][disabled],
.pure-form input[type=text][disabled],
.pure-form input[type=time][disabled],
.pure-form input[type=url][disabled],
.pure-form input[type=week][disabled],
.pure-form select[disabled],
.pure-form textarea[disabled] {
    cursor: not-allowed;
    background-color: #eaeded;
    color: #cad2d3
}

.pure-form input:not([type])[disabled] {
    cursor: not-allowed;
    background-color: #eaeded;
    color: #cad2d3
}

.pure-form input[readonly],
.pure-form select[readonly],
.pure-form textarea[readonly] {
    background-color: #eee;
    color: #777;
    border-color: #ccc
}

.pure-form input:focus:invalid,
.pure-form select:focus:invalid,
.pure-form textarea:focus:invalid {
    color: #b94a48;
    border-color: #e9322d
}

.pure-form input[type=checkbox]:focus:invalid:focus,
.pure-form input[type=file]:focus:invalid:focus,
.pure-form input[type=radio]:focus:invalid:focus {
    outline-color: #e9322d
}

.pure-form select {
    height: 2.25em;
    border: 1px solid #ccc;
    background-color: #fff
}

.pure-form select[multiple] {
    height: auto
}

.pure-form label {
    margin: .5em 0 .2em
}

.pure-form fieldset {
    margin: 0;
    padding: .35em 0 .75em;
    border: 0
}

.pure-form legend {
    display: block;
    width: 100%;
    padding: .3em 0;
    margin-bottom: .3em;
    color: #333;
    border-bottom: 1px solid #e5e5e5
}

.pure-form-stacked input[type=color],
.pure-form-stacked input[type=date],
.pure-form-stacked input[type=datetime-local],
.pure-form-stacked input[type=datetime],
.pure-form-stacked input[type=email],
.pure-form-stacked input[type=file],
.pure-form-stacked input[type=month],
.pure-form-stacked input[type=number],
.pure-form-stacked input[type=password],
.pure-form-stacked input[type=search],
.pure-form-stacked input[type=tel],
.pure-form-stacked input[type=text],
.pure-form-stacked input[type=time],
.pure-form-stacked input[type=url],
.pure-form-stacked input[type=week],
.pure-form-stacked label,
.pure-form-stacked select,
.pure-form-stacked textarea {
    display: block;
    margin: .25em 0
}

.pure-form-stacked input:not([type]) {
    display: block;
    margin: .25em 0
}

.pure-form-aligned input,
.pure-form-aligned select,
.pure-form-aligned textarea,
.pure-form-message-inline {
    display: inline-block;
    vertical-align: middle
}

.pure-form-aligned textarea {
    vertical-align: top
}

.pure-form-aligned .pure-control-group {
    margin-bottom: .5em
}

.pure-form-aligned .pure-control-group label {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    width: 10em;
    margin: 0 1em 0 0
}

.pure-form-aligned .pure-controls {
    margin: 1.5em 0 0 11em
}

.pure-form .pure-input-rounded,
.pure-form input.pure-input-rounded {
    border-radius: 2em;
    padding: .5em 1em
}

.pure-form .pure-group fieldset {
    margin-bottom: 10px
}

.pure-form .pure-group input,
.pure-form .pure-group textarea {
    display: block;
    padding: 10px;
    margin: 0 0 -1px;
    border-radius: 0;
    position: relative;
    top: -1px
}

.pure-form .pure-group input:focus,
.pure-form .pure-group textarea:focus {
    z-index: 3
}

.pure-form .pure-group input:first-child,
.pure-form .pure-group textarea:first-child {
    top: 1px;
    border-radius: 4px 4px 0 0;
    margin: 0
}

.pure-form .pure-group input:first-child:last-child,
.pure-form .pure-group textarea:first-child:last-child {
    top: 1px;
    border-radius: 4px;
    margin: 0
}

.pure-form .pure-group input:last-child,
.pure-form .pure-group textarea:last-child {
    top: -2px;
    border-radius: 0 0 4px 4px;
    margin: 0
}

.pure-form .pure-group button {
    margin: .35em 0
}

.pure-form .pure-input-1 {
    width: 100%
}

.pure-form .pure-input-3-4 {
    width: 75%
}

.pure-form .pure-input-2-3 {
    width: 66%
}

.pure-form .pure-input-1-2 {
    width: 50%
}

.pure-form .pure-input-1-3 {
    width: 33%
}

.pure-form .pure-input-1-4 {
    width: 25%
}

.pure-form-message-inline {
    display: inline-block;
    padding-left: .3em;
    color: #666;
    vertical-align: middle;
    font-size: .875em
}

.pure-form-message {
    display: block;
    color: #666;
    font-size: .875em
}

.request-block font.errortext,
.request-block .success-text {
    display: block;
    margin: 1em 0 2em;
}
.request-block .success-text{
    background-color: #8FE38F;
    padding: 1em 1.5em;
}
#project-map .tabs {
    font-size: 0;
}

#project-map .tabs>label {
    background: #ececec;
    min-height: 4em;
    font-size: 14px;
    margin: 0;
    padding: 0.8em 0.3em;
    width: 49%;
    height: 5em;
    margin-bottom: 2%;
}

#project-map .tabs>label[for="tab-btn-1"],
#project-map .tabs>label[for="tab-btn-3"] {
    margin-right: 2%;

}

#project-map .tabs>label>span {
    font-size: 0.8em;
    display: inline-block;
    margin-top: 0.5em;
}

#project-map .tabs>label span span {
    display: none;
}

#project-map .tabs>input[type="radio"]:checked+label {
    background-color: #FFF;
}

@media only screen and (max-width : 480px) {
    .pure-form button[type=submit] {
        margin: .7em 0 0
    }

    .pure-form input:not([type]),
    .pure-form input[type=color],
    .pure-form input[type=date],
    .pure-form input[type=datetime-local],
    .pure-form input[type=datetime],
    .pure-form input[type=email],
    .pure-form input[type=month],
    .pure-form input[type=number],
    .pure-form input[type=password],
    .pure-form input[type=search],
    .pure-form input[type=tel],
    .pure-form input[type=text],
    .pure-form input[type=time],
    .pure-form input[type=url],
    .pure-form input[type=week],
    .pure-form label {
        margin-bottom: .3em;
        display: block
    }

    .pure-group input:not([type]),
    .pure-group input[type=color],
    .pure-group input[type=date],
    .pure-group input[type=datetime-local],
    .pure-group input[type=datetime],
    .pure-group input[type=email],
    .pure-group input[type=month],
    .pure-group input[type=number],
    .pure-group input[type=password],
    .pure-group input[type=search],
    .pure-group input[type=tel],
    .pure-group input[type=text],
    .pure-group input[type=time],
    .pure-group input[type=url],
    .pure-group input[type=week] {
        margin-bottom: 0
    }

    .pure-form-aligned .pure-control-group label {
        margin-bottom: .3em;
        text-align: left;
        display: block;
        width: 100%
    }

    .pure-form-aligned .pure-controls {
        margin: 1.5em 0 0 0
    }

    .pure-form-message,
    .pure-form-message-inline {
        display: block;
        font-size: .75em;
        padding: .2em 0 .8em
    }


}

#menu {
    z-index: 2;
}

#menu-bar {
    width: 45px;
    height: 48px;
    margin: 0;
    cursor: pointer;
    background: #ed5e51;
    padding: 19px 10px;
    box-sizing: border-box;
    float: right;
    font-size: 0;

}

#menu-bar.change {
    background-color: #FFF;
}

.bar {
    height: 3px;
    width: 100%;
    background-color: #fff;
    display: block;
    border-radius: 5px;
    transition: 0.3s ease;
}

#bar1 {
    transform: translateY(-4px);
}

#bar3 {
    transform: translateY(4px);
}

#nav {
    transition: 0.3s ease;
    display: none;
}

#nav ul {
    padding: 50px 33px 0;
}

#nav li {
    list-style: none;
    padding: 12px 0;
    text-align: right;
}

#nav li a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

#nav li a:hover {
    text-decoration: underline;
}

.menu-bg,
#menu {
    top: 0;
    right: 20px;
    position: absolute;
}

.menu-bg {
    z-index: 1;
    width: 0;
    height: 0;
    margin: 30px 0 20px 20px;
    background: radial-gradient(circle, rgb(253, 210, 126), rgb(235, 103, 112));

    border-radius: 50%;
    transition: 0.3s ease;
}

#nav.change {
    display: block;
}

.change .bar {
    background-color: white;
}

.change #bar1 {
    transform: translateY(4px) rotateZ(-45deg);
    background: #ef7d73;
}

.change #bar2 {
    opacity: 0;
}

.change #bar3 {
    transform: translateY(-3px) rotateZ(45deg);
    background: #ef7d73;
}

.change-bg {
    width: 630px;
    height: 580px;
    transform: translate(60%, -30%);
}

.pure-menu {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pure-menu-fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3
}

.pure-menu-item,
.pure-menu-list {
    position: relative
}

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

.pure-menu-item {
    padding: 0;
    margin: 0;
    height: 100%
}

.pure-menu-heading,
.pure-menu-link {
    display: block;
    text-decoration: none;
    white-space: nowrap
}

.pure-menu-heading img {
    width: 100px;
}

.pure-menu-horizontal {
    width: 100%;
    white-space: nowrap;
    height: 48px;
    position: relative;
    z-index: 10;
}

.pure-menu-horizontal .pure-menu-list {
    display: inline-block;
    vertical-align: top;
    margin-top: 0.5em;
}

.pure-menu-horizontal .pure-menu-list a {
    font-size: 80%;
}

.pure-menu-horizontal .pure-menu-item {
    line-height: 0.9em;
}

.pure-menu-horizontal .pure-menu-item:last-child {
    display: none;
}

.pure-menu-horizontal .pure-menu-heading,
.pure-menu-horizontal .pure-menu-item,
.pure-menu-horizontal .pure-menu-separator {
    display: inline-block;
    vertical-align: middle
}

.pure-menu-item .pure-menu-item {
    display: block
}

.pure-menu-children {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 3
}

.pure-menu-horizontal .pure-menu-children {
    left: 0;
    top: auto;
    width: inherit
}

.pure-menu-active>.pure-menu-children,
.pure-menu-allow-hover:hover>.pure-menu-children {
    display: block;
    position: absolute
}

.pure-menu-has-children>.pure-menu-link:after {
    padding-left: .5em;
    content: "\25B8";
    font-size: small
}

.pure-menu-horizontal .pure-menu-has-children>.pure-menu-link:after {
    content: "\25BE"
}

.pure-menu-scrollable {
    overflow-y: scroll;
    overflow-x: hidden
}

.pure-menu-scrollable .pure-menu-list {
    display: block
}

.pure-menu-horizontal.pure-menu-scrollable .pure-menu-list {
    display: inline-block
}

.pure-menu-horizontal.pure-menu-scrollable {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    padding: .5em 0
}

.pure-menu-horizontal .pure-menu-children .pure-menu-separator,
.pure-menu-separator {
    background-color: #ccc;
    height: 1px;
    margin: .3em 0
}

.pure-menu-horizontal .pure-menu-separator {
    width: 1px;
    height: 1.3em;
    margin: 0 .3em
}

.pure-menu-horizontal .pure-menu-children .pure-menu-separator {
    display: block;
    width: auto
}

.pure-menu-heading {
    text-transform: uppercase;
    color: #565d64
}

.pure-menu-link {
    color: #777
}

.pure-menu-children {
    background-color: #fff
}

.pure-menu-heading,
.pure-menu-link {
    padding: .5em 1em
}

.pure-menu-disabled {
    opacity: .5
}

.pure-menu-disabled .pure-menu-link:hover {
    background-color: transparent;
    cursor: default
}

.pure-menu-active>.pure-menu-link,
.pure-menu-link:focus,
.pure-menu-link:hover {
    background-color: #eee
}

.pure-menu-selected>.pure-menu-link,
.pure-menu-selected>.pure-menu-link:visited {
    color: #000
}

.pure-table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #cbcbcb
}

.pure-table caption {
    color: #000;
    font: italic 85%/1 arial, sans-serif;
    padding: 1em 0;
    text-align: center
}

.pure-table td,
.pure-table th {
    border-left: 1px solid #cbcbcb;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: .5em 1em
}

.pure-table thead {
    background-color: #e0e0e0;
    color: #000;
    text-align: left;
    vertical-align: bottom
}

.pure-table td {
    background-color: transparent
}

.pure-table-odd td {
    background-color: #f2f2f2
}

.pure-table-striped tr:nth-child(2n-1) td {
    background-color: #f2f2f2
}

.pure-table-bordered td {
    border-bottom: 1px solid #cbcbcb
}

.pure-table-bordered tbody>tr:last-child>td {
    border-bottom-width: 0
}

.pure-table-horizontal td,
.pure-table-horizontal th {
    border-width: 0 0 1px 0;
    border-bottom: 1px solid #cbcbcb
}

.pure-table-horizontal tbody>tr:last-child>td {
    border-bottom-width: 0
}

#moscow {
    background-image: url(img/moskow_light.png);
    min-height: 100%;
    width: 107%;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.1;
    right: 0;
    z-index: 0;
}

/****  Профессии  *****/
#profession {
    overflow: hidden;
}

#profession h3 {
    text-transform: uppercase;
}

#profession h3 span {
    font-size: 0.8em;
    font-weight: 400;
    text-transform: lowercase;
}

.profession_inner {
    position: relative;
    z-index: 1;
    padding: 50px 20px 20px 20px;
}

.profession_inner:before {
    content: '';
    display: block;
    position: absolute;
    height: 60px;
    left: 20px;
    right: 20px;
    top: -30px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(img/1.jpg);
}

.profession_guide-translator .profession_inner:before {
    background-image: url(img/2.jpg);
}

.profession_header {
    text-align: center;
    margin-bottom: 1em;
}

.profession_businessman .profession_inner:before {
    background-image: url(img/3.jpg);
}

.profession_inner:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ececec;
    z-index: -1;
}

.profession_businessman,
.profession_guide,
.profession_guide-translator {
    margin-bottom: 30px;
    margin-top: 50px;
}

#docs{
    margin-top: 2em;
    margin-bottom: 2em;
}

#docs a{
    display: inline-block; 
    width: 100%;
    text-decoration: none;
}
#docs a:hover{
    text-decoration: none;
}
#docs a *{
    display: inline-block;
    vertical-align: middle;
}
#docs a span{
    max-width: 65%;
    margin-left: 10px;
    text-decoration: underline;
}
#docs a:hover span{
    text-decoration: none;
}


#about .video {
    background-image: url(img/bg-video.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -o-background-size: contain;
      background-size: contain;
    height: 245px;
    text-align: center;
    position: relative;
    z-index: 10;
    padding: 30px 25px 40px;
    margin: 2em 1em;
}
#about .video svg{
    position: absolute;
    z-index: 1;
    color: red;
    left: 50%;
    top: 40%;
    margin-top: -35px;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    text-align: center;
}
#about .video svg {
     left: 50%;
    top: 100px;
}
#about .video img{
    width: auto;
}
#about .video span{
    display: inline-block;
    width: 40%;
    margin-left: 10px;
    vertical-align: middle;
}
#about .video img{
    height: 130px;
}
#about .video strong{
    position: absolute;
    right: 0;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    top: 170px;
    display: inline-block;
    padding: 8px 35px;
    background: rgb(248 175 112);
    color: #202020;
    border-radius: 30px;
    text-align: right;
    line-height: 120%;
}
/*!
Pure v2.1.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/pure-css/pure/blob/master/LICENSE
*/
@media screen and (min-width: 35.5em) {

    .pure-u-sm-1,
    .pure-u-sm-1-1,
    .pure-u-sm-1-12,
    .pure-u-sm-1-2,
    .pure-u-sm-1-24,
    .pure-u-sm-1-3,
    .pure-u-sm-1-4,
    .pure-u-sm-1-5,
    .pure-u-sm-1-6,
    .pure-u-sm-1-8,
    .pure-u-sm-10-24,
    .pure-u-sm-11-12,
    .pure-u-sm-11-24,
    .pure-u-sm-12-24,
    .pure-u-sm-13-24,
    .pure-u-sm-14-24,
    .pure-u-sm-15-24,
    .pure-u-sm-16-24,
    .pure-u-sm-17-24,
    .pure-u-sm-18-24,
    .pure-u-sm-19-24,
    .pure-u-sm-2-24,
    .pure-u-sm-2-3,
    .pure-u-sm-2-5,
    .pure-u-sm-20-24,
    .pure-u-sm-21-24,
    .pure-u-sm-22-24,
    .pure-u-sm-23-24,
    .pure-u-sm-24-24,
    .pure-u-sm-3-24,
    .pure-u-sm-3-4,
    .pure-u-sm-3-5,
    .pure-u-sm-3-8,
    .pure-u-sm-4-24,
    .pure-u-sm-4-5,
    .pure-u-sm-5-12,
    .pure-u-sm-5-24,
    .pure-u-sm-5-5,
    .pure-u-sm-5-6,
    .pure-u-sm-5-8,
    .pure-u-sm-6-24,
    .pure-u-sm-7-12,
    .pure-u-sm-7-24,
    .pure-u-sm-7-8,
    .pure-u-sm-8-24,
    .pure-u-sm-9-24 {
        display: inline-block;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }

    .pure-u-sm-1-24 {
        width: 4.1667%
    }

    .pure-u-sm-1-12,
    .pure-u-sm-2-24 {
        width: 8.3333%
    }

    .pure-u-sm-1-8,
    .pure-u-sm-3-24 {
        width: 12.5%
    }

    .pure-u-sm-1-6,
    .pure-u-sm-4-24 {
        width: 16.6667%
    }

    .pure-u-sm-1-5 {
        width: 20%
    }

    .pure-u-sm-5-24 {
        width: 20.8333%
    }

    .pure-u-sm-1-4,
    .pure-u-sm-6-24 {
        width: 25%
    }

    .pure-u-sm-7-24 {
        width: 29.1667%
    }

    .pure-u-sm-1-3,
    .pure-u-sm-8-24 {
        width: 33.3333%
    }

    .pure-u-sm-3-8,
    .pure-u-sm-9-24 {
        width: 37.5%
    }

    .pure-u-sm-2-5 {
        width: 40%
    }

    .pure-u-sm-10-24,
    .pure-u-sm-5-12 {
        width: 41.6667%
    }

    .pure-u-sm-11-24 {
        width: 45.8333%
    }

    .pure-u-sm-1-2,
    .pure-u-sm-12-24 {
        width: 50%
    }

    .pure-u-sm-13-24 {
        width: 54.1667%
    }

    .pure-u-sm-14-24,
    .pure-u-sm-7-12 {
        width: 58.3333%
    }

    .pure-u-sm-3-5 {
        width: 60%
    }

    .pure-u-sm-15-24,
    .pure-u-sm-5-8 {
        width: 62.5%
    }

    .pure-u-sm-16-24,
    .pure-u-sm-2-3 {
        width: 66.6667%
    }

    .pure-u-sm-17-24 {
        width: 70.8333%
    }

    .pure-u-sm-18-24,
    .pure-u-sm-3-4 {
        width: 75%
    }

    .pure-u-sm-19-24 {
        width: 79.1667%
    }

    .pure-u-sm-4-5 {
        width: 80%
    }

    .pure-u-sm-20-24,
    .pure-u-sm-5-6 {
        width: 83.3333%
    }

    .pure-u-sm-21-24,
    .pure-u-sm-7-8 {
        width: 87.5%
    }

    .pure-u-sm-11-12,
    .pure-u-sm-22-24 {
        width: 91.6667%
    }

    .pure-u-sm-23-24 {
        width: 95.8333%
    }

    .pure-u-sm-1,
    .pure-u-sm-1-1,
    .pure-u-sm-24-24,
    .pure-u-sm-5-5 {
        width: 100%
    }
}

/*768 >*/
@media screen and (min-width: 48em) {

    .pure-u-md-1,
    .pure-u-md-1-1,
    .pure-u-md-1-12,
    .pure-u-md-1-2,
    .pure-u-md-1-24,
    .pure-u-md-1-3,
    .pure-u-md-1-4,
    .pure-u-md-1-5,
    .pure-u-md-1-6,
    .pure-u-md-1-8,
    .pure-u-md-10-24,
    .pure-u-md-11-12,
    .pure-u-md-11-24,
    .pure-u-md-12-24,
    .pure-u-md-13-24,
    .pure-u-md-14-24,
    .pure-u-md-15-24,
    .pure-u-md-16-24,
    .pure-u-md-17-24,
    .pure-u-md-18-24,
    .pure-u-md-19-24,
    .pure-u-md-2-24,
    .pure-u-md-2-3,
    .pure-u-md-2-5,
    .pure-u-md-20-24,
    .pure-u-md-21-24,
    .pure-u-md-22-24,
    .pure-u-md-23-24,
    .pure-u-md-24-24,
    .pure-u-md-3-24,
    .pure-u-md-3-4,
    .pure-u-md-3-5,
    .pure-u-md-3-8,
    .pure-u-md-4-24,
    .pure-u-md-4-5,
    .pure-u-md-5-12,
    .pure-u-md-5-24,
    .pure-u-md-5-5,
    .pure-u-md-5-6,
    .pure-u-md-5-8,
    .pure-u-md-6-24,
    .pure-u-md-7-12,
    .pure-u-md-7-24,
    .pure-u-md-7-8,
    .pure-u-md-8-24,
    .pure-u-md-9-24 {
        display: inline-block;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }

    .pure-u-md-1-24 {
        width: 4.1667%
    }

    .pure-u-md-1-12,
    .pure-u-md-2-24 {
        width: 8.3333%
    }

    .pure-u-md-1-8,
    .pure-u-md-3-24 {
        width: 12.5%
    }

    .pure-u-md-1-6,
    .pure-u-md-4-24 {
        width: 16.6667%
    }

    .pure-u-md-1-5 {
        width: 20%
    }

    .pure-u-md-5-24 {
        width: 20.8333%
    }

    .pure-u-md-1-4,
    .pure-u-md-6-24 {
        width: 25%
    }

    .pure-u-md-7-24 {
        width: 29.1667%
    }

    .pure-u-md-1-3,
    .pure-u-md-8-24 {
        width: 33.3333%
    }

    .pure-u-md-3-8,
    .pure-u-md-9-24 {
        width: 37.5%
    }

    .pure-u-md-2-5 {
        width: 40%
    }

    .pure-u-md-10-24,
    .pure-u-md-5-12 {
        width: 41.6667%
    }

    .pure-u-md-11-24 {
        width: 45.8333%
    }

    .pure-u-md-1-2,
    .pure-u-md-12-24 {
        width: 45%
    }

    .pure-u-md-13-24 {
        width: 54.1667%
    }

    .pure-u-md-14-24,
    .pure-u-md-7-12 {
        width: 58.3333%
    }

    .pure-u-md-3-5 {
        width: 60%
    }

    .pure-u-md-15-24,
    .pure-u-md-5-8 {
        width: 62.5%
    }

    .pure-u-md-16-24,
    .pure-u-md-2-3 {
        width: 66.6667%
    }

    .pure-u-md-17-24 {
        width: 70.8333%
    }

    .pure-u-md-18-24,
    .pure-u-md-3-4 {
        width: 75%
    }

    .pure-u-md-19-24 {
        width: 79.1667%
    }

    .pure-u-md-4-5 {
        width: 80%
    }

    .pure-u-md-20-24,
    .pure-u-md-5-6 {
        width: 83.3333%
    }

    .pure-u-md-21-24,
    .pure-u-md-7-8 {
        width: 87.5%
    }

    .pure-u-md-11-12,
    .pure-u-md-22-24 {
        width: 91.6667%
    }

    .pure-u-md-23-24 {
        width: 95.8333%
    }

    .pure-u-md-1,
    .pure-u-md-1-1,
    .pure-u-md-24-24,
    .pure-u-md-5-5 {
        width: 100%
    }

    .partners-info .pure-button,
    .peoples-info .pure-button {
        position: absolute;
        right: 1em;
        top: -0.5em;
        margin: 0;
    }

    .peoples-info .media-top img {
        max-width: 70%;
    }

    .peoples-info .card-body {
        padding: 0 1em;
    }

    .partners-info h2,
    .peoples-info h2 {
        margin-bottom: 2em;
    }

    .partners-info,
    .peoples-info {
        margin-top: 4em;
        margin-bottom: 4em;
    }

    .footer-request fieldset .uk-margin {
        margin-bottom: 0.7em;
    }

    .footer-request fieldset .uk-margin:nth-of-type(2),
    .footer-request fieldset .uk-margin:nth-of-type(3) {
        width: 32%;
        float: left;
        margin-right: 2%;
    }

    .footer-request fieldset .uk-margin:nth-of-type(4) {
        width: 32%;
        float: left;
    }

    .footer-request fieldset input[type="submit"] {
        margin: 2em auto;
    }

    .footer-request fieldset input[type='text'],
    .footer-request fieldset select,
    .footer-request fieldset textarea {
        line-height: 1.4em;
        padding: 0.7em 1.2em;
    }

    .footer-request h2 {
        margin: 1.5em 0;
    }

    #project-map .tabs>label {
        height: 6.2em;
    }

    #project-map .tabs>label span span {
        display: inline-block;
    }
        .profession_inner:before {
        height: 160px;
        left: 40px;
        right: 40px;
        top: -80px;

        background-image: url(img/1.jpg);
    }
       .profession_businessman,
    .profession_guide,
    .profession_guide-translator {
        margin-bottom: 30px;
        margin-top: 150px;
    }

    .profession_inner {
        padding: 100px 40px 40px 40px;
    }

    .profession_businessman .profession_inner:after,
    .profession_guide .profession_inner:after {
        right: -100%;
    }

    .profession_guide-translator .profession_inner:after {
        left: -100%;
    }



}

/*1024*/
@media screen and (min-width: 64em) {
    h2{
        font-size: 2.4em;
    }
    .pure-u-lg-hidden{
        display: none;
    }    
    .pure-u-lg-show{
        display: none;
    }
    .pure-menu-horizontal .pure-menu-item:last-child {
        display: inline-block;
        padding: 0 1em;
        font-weight: bold;
    }

    .l-content {
        position: relative;
    }

    #nav ul {
        padding: 70px 10px 0 0;
    }

    .banner {
        background-image: url(img/bg-header.png);
        background-repeat: no-repeat;
        background-position: top center;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 420px;
        background-color: transparent;
        position: relative;
        overflow: hidden;
    }

    .banner-head {
        margin-bottom: 1em;
    }

    .banner>.pure-u-1 {
        left: 23%;
        top: 7em;
    }

    #moscow {
        background-image: url(img/moskow_light.png);
        height: 93%;
        width: 810px;
        -webkit-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom left;
        left: 0;
        top: 7%;
        opacity: 1;
    }

    #pushkin {
        background-image: url(img/pushkin.png);
        height: 75%;
        width: 486px;
        -webkit-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom left;
        position: absolute;
        left: 200px;
        top: 25%;
    }

    .pure-menu-heading img {
        width: 140px;
    }

    .pure-menu-horizontal .pure-menu-item {
        line-height: 1.2em;
    }

    #menu-bar {
        border-radius: 10px;
        margin-top: 5px;
    }

    .tabs>label {
        font-size: 1em;
    }

    #about {
        margin-top: 6em;
    }

    #about .tabs {
        padding: 2em 0;
    }

    #project-map h2 {
        margin-bottom: 1.5em;
        margin-top: 2em;
    }

    #about:after {
        content: '';
        position: absolute;
        display: block;
        width: 108%;
        top: -2em;
        left: -6%;
        z-index: -1;
        margin: 3%;
        height: 104%;
        border: 2px solid #ececec;
        transform: rotateX(7deg) rotateY(7deg) matrix(1, 0, 0.01, 1, 3, -3);
        transform-origin: 40% 145% 0;
    }

    #about .tabs>div strong {
        left: -37%;
        min-width: 32%;
        top: 0;
    }

    #about .tabs img {
        margin-bottom: 2em;
        float: left;
    }

    #about .tabs>div .p,
    #about .tabs>div p {
        left: 27%;
        width: 73%;
    }
    #about .video{
        position: absolute;
        right: -45px;
        margin: 0;
        top: -30px;
        z-index: 1;
    }
#about.l-content{
    margin-bottom: 4em;
}
    .pure-u-lg-1,
    .pure-u-lg-1-1,
    .pure-u-lg-1-12,
    .pure-u-lg-1-2,
    .pure-u-lg-1-24,
    .pure-u-lg-1-3,
    .pure-u-lg-1-4,
    .pure-u-lg-1-5,
    .pure-u-lg-1-6,
    .pure-u-lg-1-8,
    .pure-u-lg-10-24,
    .pure-u-lg-11-12,
    .pure-u-lg-11-24,
    .pure-u-lg-12-24,
    .pure-u-lg-13-24,
    .pure-u-lg-14-24,
    .pure-u-lg-15-24,
    .pure-u-lg-16-24,
    .pure-u-lg-17-24,
    .pure-u-lg-18-24,
    .pure-u-lg-19-24,
    .pure-u-lg-2-24,
    .pure-u-lg-2-3,
    .pure-u-lg-2-5,
    .pure-u-lg-20-24,
    .pure-u-lg-21-24,
    .pure-u-lg-22-24,
    .pure-u-lg-23-24,
    .pure-u-lg-24-24,
    .pure-u-lg-3-24,
    .pure-u-lg-3-4,
    .pure-u-lg-3-5,
    .pure-u-lg-3-8,
    .pure-u-lg-4-24,
    .pure-u-lg-4-5,
    .pure-u-lg-5-12,
    .pure-u-lg-5-24,
    .pure-u-lg-5-5,
    .pure-u-lg-5-6,
    .pure-u-lg-5-8,
    .pure-u-lg-6-24,
    .pure-u-lg-7-12,
    .pure-u-lg-7-24,
    .pure-u-lg-7-8,
    .pure-u-lg-8-24,
    .pure-u-lg-9-24 {
        display: inline-block;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }

    .pure-u-lg-1-24 {
        width: 4.1667%
    }

    .pure-u-lg-1-12,
    .pure-u-lg-2-24 {
        width: 8.3333%
    }

    .pure-u-lg-1-8,
    .pure-u-lg-3-24 {
        width: 12.5%
    }

    .pure-u-lg-1-6,
    .pure-u-lg-4-24 {
        width: 16.6667%
    }

    .pure-u-lg-1-5 {
        width: 20%
    }

    .pure-u-lg-5-24 {
        width: 20.8333%
    }

    .pure-u-lg-1-4,
    .pure-u-lg-6-24 {
        width: 25%
    }

    .pure-u-lg-7-24 {
        width: 29.1667%
    }

    .pure-u-lg-1-3,
    .pure-u-lg-8-24 {
        width: 33.3333%
    }

    .pure-u-lg-3-8,
    .pure-u-lg-9-24 {
        width: 37.5%
    }

    .pure-u-lg-2-5 {
        width: 40%
    }

    .pure-u-lg-10-24,
    .pure-u-lg-5-12 {
        width: 41.6667%
    }

    .pure-u-lg-11-24 {
        width: 45.8333%
    }

    .pure-u-lg-1-2,
    .pure-u-lg-12-24 {
        width: 50%
    }

    .pure-u-lg-13-24 {
        width: 54.1667%
    }

    .pure-u-lg-14-24,
    .pure-u-lg-7-12 {
        width: 58.3333%
    }

    .pure-u-lg-3-5 {
        width: 60%
    }

    .pure-u-lg-15-24,
    .pure-u-lg-5-8 {
        width: 62.5%
    }

    .pure-u-lg-16-24,
    .pure-u-lg-2-3 {
        width: 66.6667%
    }

    .pure-u-lg-17-24 {
        width: 70.8333%
    }

    .pure-u-lg-18-24,
    .pure-u-lg-3-4 {
        width: 75%
    }

    .pure-u-lg-19-24 {
        width: 79.1667%
    }

    .pure-u-lg-4-5 {
        width: 80%
    }

    .pure-u-lg-20-24,
    .pure-u-lg-5-6 {
        width: 83.3333%
    }

    .pure-u-lg-21-24,
    .pure-u-lg-7-8 {
        width: 87.5%
    }

    .pure-u-lg-11-12,
    .pure-u-lg-22-24 {
        width: 91.6667%
    }

    .pure-u-lg-23-24 {
        width: 95.8333%
    }

    .pure-u-lg-1,
    .pure-u-lg-1-1,
    .pure-u-lg-24-24,
    .pure-u-lg-5-5 {
        width: 100%
    }

    .footer .pure-u-1 {
        text-align: left;
    }

    .footer-request .request-block {
        padding: 1em 3em 2em;
    }

    #project-map .tabs>label {
        max-width: 32.2%;
        width: auto;
        margin-right: 1% !important;
        margin-bottom: 0;
        padding: 1em 1.5em;
        height: 7.2em;
    }

    #project-map .tabs>label[for="tab-btn-4"] {
        margin-right: 0 !important;
    }

    #about .tabs ul {
        margin-top: 0;
    }
    .profession_video-link {
        margin: 0.5em auto 1.5em;
    }
    .partners-info .card-body h3{
        font-size: 0.7em;
        line-height: 1.4em;
    }
}

/*1280 > */
@media screen and (min-width: 1200px) {
    .pre-header {
        font-size: 1em;
        padding: 0 6em;
        padding-top: 3em;
        max-width: none;
    }

    .l-content {
        max-width: 1200px;
    }

    #about.l-content {
        max-width: 1120px;
        padding-top: 2em;
    }

    .banner {
        height: 570px;
    }

    #pushkin {
        left: 17%;
    }

    .banner>div {
        left: 23%;
    }

    .banner-head {
        font-size: 2.8em;
        padding-top: 0.8em;
    }

    .pure-menu-horizontal .pure-menu-list {
        margin-top: 0.55em;
    }

    .pure-u-xl-1,
    .pure-u-xl-1-1,
    .pure-u-xl-1-12,
    .pure-u-xl-1-2,
    .pure-u-xl-1-24,
    .pure-u-xl-1-3,
    .pure-u-xl-1-4,
    .pure-u-xl-1-5,
    .pure-u-xl-1-6,
    .pure-u-xl-1-8,
    .pure-u-xl-10-24,
    .pure-u-xl-11-12,
    .pure-u-xl-11-24,
    .pure-u-xl-12-24,
    .pure-u-xl-13-24,
    .pure-u-xl-14-24,
    .pure-u-xl-15-24,
    .pure-u-xl-16-24,
    .pure-u-xl-17-24,
    .pure-u-xl-18-24,
    .pure-u-xl-19-24,
    .pure-u-xl-2-24,
    .pure-u-xl-2-3,
    .pure-u-xl-2-5,
    .pure-u-xl-20-24,
    .pure-u-xl-21-24,
    .pure-u-xl-22-24,
    .pure-u-xl-23-24,
    .pure-u-xl-24-24,
    .pure-u-xl-3-24,
    .pure-u-xl-3-4,
    .pure-u-xl-3-5,
    .pure-u-xl-3-8,
    .pure-u-xl-4-24,
    .pure-u-xl-4-5,
    .pure-u-xl-5-12,
    .pure-u-xl-5-24,
    .pure-u-xl-5-5,
    .pure-u-xl-5-6,
    .pure-u-xl-5-8,
    .pure-u-xl-6-24,
    .pure-u-xl-7-12,
    .pure-u-xl-7-24,
    .pure-u-xl-7-8,
    .pure-u-xl-8-24,
    .pure-u-xl-9-24 {
        display: inline-block;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }

    .pure-u-xl-1-24 {
        width: 4.1667%
    }

    .pure-u-xl-1-12,
    .pure-u-xl-2-24 {
        width: 8.3333%
    }

    .pure-u-xl-1-8,
    .pure-u-xl-3-24 {
        width: 12.5%
    }

    .pure-u-xl-1-6,
    .pure-u-xl-4-24 {
        width: 16.6667%
    }

    .pure-u-xl-1-5 {
        width: 20%
    }

    .pure-u-xl-5-24 {
        width: 20.8333%
    }

    .pure-u-xl-1-4,
    .pure-u-xl-6-24 {
        width: 25%
    }

    .pure-u-xl-7-24 {
        width: 29.1667%
    }

    .pure-u-xl-1-3,
    .pure-u-xl-8-24 {
        width: 33.3333%
    }

    .pure-u-xl-3-8,
    .pure-u-xl-9-24 {
        width: 37.5%
    }

    .pure-u-xl-2-5 {
        width: 40%
    }

    .pure-u-xl-10-24,
    .pure-u-xl-5-12 {
        width: 41.6667%
    }

    .pure-u-xl-11-24 {
        width: 45.8333%
    }

    .pure-u-xl-1-2,
    .pure-u-xl-12-24 {
        width: 50%
    }

    .pure-u-xl-13-24 {
        width: 54.1667%
    }

    .pure-u-xl-14-24,
    .pure-u-xl-7-12 {
        width: 58.3333%
    }

    .pure-u-xl-3-5 {
        width: 60%
    }

    .pure-u-xl-15-24,
    .pure-u-xl-5-8 {
        width: 62.5%
    }

    .pure-u-xl-16-24,
    .pure-u-xl-2-3 {
        width: 66.6667%
    }

    .pure-u-xl-17-24 {
        width: 70.8333%
    }

    .pure-u-xl-18-24,
    .pure-u-xl-3-4 {
        width: 75%
    }

    .pure-u-xl-19-24 {
        width: 79.1667%
    }

    .pure-u-xl-4-5 {
        width: 80%
    }

    .pure-u-xl-20-24,
    .pure-u-xl-5-6 {
        width: 83.3333%
    }

    .pure-u-xl-21-24,
    .pure-u-xl-7-8 {
        width: 87.5%
    }

    .pure-u-xl-11-12,
    .pure-u-xl-22-24 {
        width: 91.6667%
    }

    .pure-u-xl-23-24 {
        width: 95.8333%
    }

    .pure-u-xl-1,
    .pure-u-xl-1-1,
    .pure-u-xl-24-24,
    .pure-u-xl-5-5 {
        width: 100%
    }

    #project-map .tabs>label {
        max-width: 33.6%;
        font-size: 16px;
    }
}

/*1520 > */
@media screen and (min-width: 95em) {
    .pre-header {
        padding-top: 7em;
        height: 6.5em;
    }

    .banner {
        height: 720px;
    }

    #pushkin {
        left: 8%;
    }

    .banner-head {
        font-size: 3.4em;
    }

    .pure-button {
        font-size: 1.2em;
        padding: 1em 3em;
    }

    .pure-menu-horizontal {
        height: 75px;
    }

    .pure-menu-heading img {
        width: 180px;
    }

    .pure-menu-horizontal .pure-menu-list a {
        font-size: 100%;
    }

    .pure-menu-horizontal .pure-menu-item {
        line-height: 1.7em;
    }

    #menu-bar {
        margin-top: 13px;
    }

    .partners-info,
    .peoples-info {
        margin-top: 6em;
        margin-bottom: 6em;
    }

    .partners-info h2,
    .peoples-info h2 {
        margin-bottom: 3em;
        font-size: 1.8em;
    }

    .peoples-info .media-top img {
        max-width: 50%;
    }

    .footer-request {
        padding: 4em 0;
    }

    .footer-request .request-block {
        padding: 1em 4em 3em;
        max-width: 900px;
        margin: 0 auto;
    }
    #about .video{
        width: 300px
        
    }
        #about .video:after{
        content: '';
        display: block;
        position: absolute;
        height: 140px;
        width: 140px;
        right: -14em;
        top: 150px;
        background-image: url(img/bg-video.png);
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        -webkit-transform: rotate(-75deg);
           -moz-transform: rotate(-75deg);
            -ms-transform: rotate(-75deg);
             -o-transform: rotate(-75deg);
                transform: rotate(-75deg);
    }
}

/*1840 > */
@media screen and (min-width: 115em) {
    .pre-header {
        padding-top: 6em;
        font-size: 1.4em;
    }

    .l-content {
        max-width: 1370px;
    }

    #about.l-content {
        max-width: 1370px;
    }
    #about .video {
        width: 320px;
        height: 320px;
        padding-top: 45px
    }
    #about .video img{
        height: 180px;
    }
    #about .video svg{
        top: 130px;
    }
    #about .video strong{
        top: 240px;
        width: 270px;
        margin-left: -135px;
    }
    .banner {
        height: 840px;
    }

    .banner-head {
        font-size: 4em;
        padding-top: 0.8em;
        margin-bottom: 0.8em;
    }

    #pushkin {
        left: 7%;
    }

    .pure-u-xxl-1,
    .pure-u-xxl-1-1,
    .pure-u-xxl-1-12,
    .pure-u-xxl-1-2,
    .pure-u-xxl-1-24,
    .pure-u-xxl-1-3,
    .pure-u-xxl-1-4,
    .pure-u-xxl-1-5,
    .pure-u-xxl-1-6,
    .pure-u-xxl-1-8,
    .pure-u-xxl-10-24,
    .pure-u-xxl-11-12,
    .pure-u-xxl-11-24,
    .pure-u-xxl-12-24,
    .pure-u-xxl-13-24,
    .pure-u-xxl-14-24,
    .pure-u-xxl-15-24,
    .pure-u-xxl-16-24,
    .pure-u-xxl-17-24,
    .pure-u-xxl-18-24,
    .pure-u-xxl-19-24,
    .pure-u-xxl-2-24,
    .pure-u-xxl-2-3,
    .pure-u-xxl-2-5,
    .pure-u-xxl-20-24,
    .pure-u-xxl-21-24,
    .pure-u-xxl-22-24,
    .pure-u-xxl-23-24,
    .pure-u-xxl-24-24,
    .pure-u-xxl-3-24,
    .pure-u-xxl-3-4,
    .pure-u-xxl-3-5,
    .pure-u-xxl-3-8,
    .pure-u-xxl-4-24,
    .pure-u-xxl-4-5,
    .pure-u-xxl-5-12,
    .pure-u-xxl-5-24,
    .pure-u-xxl-5-5,
    .pure-u-xxl-5-6,
    .pure-u-xxl-5-8,
    .pure-u-xxl-6-24,
    .pure-u-xxl-7-12,
    .pure-u-xxl-7-24,
    .pure-u-xxl-7-8,
    .pure-u-xxl-8-24,
    .pure-u-xxl-9-24 {
        display: inline-block;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }

    .pure-u-xxl-1-24 {
        width: 4.1667%
    }

    .pure-u-xxl-1-12,
    .pure-u-xxl-2-24 {
        width: 8.3333%
    }

    .pure-u-xxl-1-8,
    .pure-u-xxl-3-24 {
        width: 12.5%
    }

    .pure-u-xxl-1-6,
    .pure-u-xxl-4-24 {
        width: 16.6667%
    }

    .pure-u-xxl-1-5 {
        width: 20%
    }

    .pure-u-xxl-5-24 {
        width: 20.8333%
    }

    .pure-u-xxl-1-4,
    .pure-u-xxl-6-24 {
        width: 25%
    }

    .pure-u-xxl-7-24 {
        width: 29.1667%
    }

    .pure-u-xxl-1-3,
    .pure-u-xxl-8-24 {
        width: 33.3333%
    }

    .pure-u-xxl-3-8,
    .pure-u-xxl-9-24 {
        width: 37.5%
    }

    .pure-u-xxl-2-5 {
        width: 40%
    }

    .pure-u-xxl-10-24,
    .pure-u-xxl-5-12 {
        width: 41.6667%
    }

    .pure-u-xxl-11-24 {
        width: 45.8333%
    }

    .pure-u-xxl-1-2,
    .pure-u-xxl-12-24 {
        width: 50%
    }

    .pure-u-xxl-13-24 {
        width: 54.1667%
    }

    .pure-u-xxl-14-24,
    .pure-u-xxl-7-12 {
        width: 58.3333%
    }

    .pure-u-xxl-3-5 {
        width: 60%
    }

    .pure-u-xxl-15-24,
    .pure-u-xxl-5-8 {
        width: 62.5%
    }

    .pure-u-xxl-16-24,
    .pure-u-xxl-2-3 {
        width: 66.6667%
    }

    .pure-u-xxl-17-24 {
        width: 70.8333%
    }

    .pure-u-xxl-18-24,
    .pure-u-xxl-3-4 {
        width: 75%
    }

    .pure-u-xxl-19-24 {
        width: 79.1667%
    }

    .pure-u-xxl-4-5 {
        width: 80%
    }

    .pure-u-xxl-20-24,
    .pure-u-xxl-5-6 {
        width: 83.3333%
    }

    .pure-u-xxl-21-24,
    .pure-u-xxl-7-8 {
        width: 87.5%
    }

    .pure-u-xxl-11-12,
    .pure-u-xxl-22-24 {
        width: 91.6667%
    }

    .pure-u-xxl-23-24 {
        width: 95.8333%
    }

    .pure-u-xxl-1,
    .pure-u-xxl-1-1,
    .pure-u-xxl-24-24,
    .pure-u-xxl-5-5 {
        width: 100%
    }

    #project-map .tabs>label {
        max-width: 37.6%;
        font-size: 17px;
        height: 6.5em;
    }
}
.personal_info{
	position: absolute;
    bottom: 17px;
    color: #000;
    background-color: #fff;
    text-align: left;
	margin-left: -20px;
    margin-right: -20px;
	background-color: #f0f0f0;
}
.personal_info_text{
	font-weight: 400;
    padding: 10px 20px;
}
.appeal {
	margin-top: 4em;
	display: flex;
	flex-wrap: wrap;
    max-width: 1370px;
	padding: 0px 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
}
.appeal p{
    font-size: 18px;
    letter-spacing: 0.3px;
    margin: 8px 0px;
    line-height: 24px;
}
.podpis_style{
	text-align: right;
	margin-bottom: 15px;
}

	@media (max-width: 1519px){
.personal_info_text{
    font-size: 13px;
    line-height: 22px;
}
.appeal p {
    font-size: 16px;
    margin: 6px 0px;
}

}
	@media (max-width: 1279px){

.personal_info_text{
	padding: 5px 20px;
	line-height: 16px;
	letter-spacing: 0px;
}
.appeal p {
	font-size: 15px;
    margin: 4px 0px;
	letter-spacing: 0.2px;
	line-height: 22px;
}

}
	@media (max-width: 1022px){
.personal_info{
    left: 0px;
    bottom: 20px;
	}

.personal_info_text {
    padding: 5px 20px;
}
}
	@media (max-width: 739px){
.appeal p{
	line-height: 19px;
	font-size: 13px;
}
}
	@media (max-width: 350px){
.personal_info{
	margin-left: 0px;
	margin-right: 0px;
}
.personal_info_text {
    padding: 0px;
}
.personal_info {
    bottom: 10px;
}}

.form_block_director {
		width: 50%;
		align-self: center;
}

.banner .my_form_contol {
	max-width: 1370px;
    margin-right: auto;
    background-image: none;
    margin-left: auto; 
	left: 0%;
	background-color: #ffffff00;
	padding-bottom: 0em; 
    padding-top: 0em;
	margin-bottom: 0em;
}

.derector {
	position: relative;
    background-image: url(img/01.png);
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	height: 600px;
    width: 450px;
	margin-right: auto;
    margin-left: auto;
	border-radius: 20px;
}
.form_block_director:nth-child(2) {
    background-color: #f0f0f0;
    border-radius: 20px;
    padding: 1em;
}

@media (max-width: 1519px) {
.derector {
    height: 520px;
    width: 390px;
}
}

@media (max-width: 1199px) {
.derector {
    height: 481px;
    width: 360px;
}}

@media (max-width: 1023px) {
.derector {
    height: 438px;
    width: 330px;
}
.appeal p {
    font-size: 14px;
    margin: 4px 0px;
    letter-spacing: 0.2px;
    line-height: 16px;
}
.appeal {
    margin-top: 0px;
}
}

@media (max-width: 920px) {
.derector {
    margin-bottom: 20px;
}
.form_block_director {
    width: 100%;
}

.derector {
    height: 415px;
    width: 310px;
}
}
@media (max-width: 370px) {
.derector {
    height: 373px;
    width: 280px;
	border-radius: 0px 
	}
.form_block_director:nth-child(2) {
	border-radius: 0px;
    margin: 0px -20px;
	width: calc(100% + 40px);
}}

.appeal2{
	max-width: 1500px;
	gap: 60px;
}

.appeal2 .form_block_director{
	width: calc(50% - 30px);
}

@media all and (max-width: 1840px){
	.appeal2{max-width: 1240px;}
}

@media all and (max-width: 1200px){
	.appeal2{max-width: 1000px;}
}

@media all and (max-width: 920px){
	.appeal2{gap: 30px;}
	.appeal2 .form_block_director{width: 100%;}
	.appeal2 .form_block_director img{margin: 0px auto; margin-top: 30px; display: block; max-width: 310px;}
}

@media (max-width: 370px) {
    .appeal2 .form_block_director:nth-child(2) {
        border-radius: 0px;
        margin: 0;
        width: calc(100% + 40px);
    }
	.appeal2 .form_block_director img{max-width: 100%;}
}

.w555.links__tw2{
    display: flex;
    gap: 20px;
    justify-content: center;
	margin-top: 20px;
}

.links__tw2 .link_w.telega{
    background: orange;
    padding: 10px 30px;
    display: block;
    border-radius: 330px;
    margin: auto;
    width: 150px;
    background: #16ABDA;
    margin: unset;
    width: 35px;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.links__tw2 .link_w.what{
    background: orange;
    padding: 10px 30px;
    display: block;
    border-radius: 330px;
    margin: auto;
    width: 150px;
    background: #65e175;
    margin: unset;
    width: 35px;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
}