@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/MontserratBold.eot');
    src: url('../fonts/MontserratBold.eot') format('embedded-opentype'),
    url('../fonts/MontserratBold.woff2') format('woff2'),
    url('../fonts/MontserratBold.woff') format('woff'),
    url('../fonts/MontserratBold.ttf') format('truetype'),
    url('../fonts/MontserratBold.svg#MontserratBold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/MontserratLight.eot');
    src: url('../fonts/MontserratLight.eot') format('embedded-opentype'),
    url('../fonts/MontserratLight.woff2') format('woff2'),
    url('../fonts/MontserratLight.woff') format('woff'),
    url('../fonts/MontserratLight.ttf') format('truetype'),
    url('../fonts/MontserratLight.svg#MontserratLight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/MontserratMedium.eot');
    src: url('../fonts/MontserratMedium.eot') format('embedded-opentype'),
    url('../fonts/MontserratMedium.woff2') format('woff2'),
    url('../fonts/MontserratMedium.woff') format('woff'),
    url('../fonts/MontserratMedium.ttf') format('truetype'),
    url('../fonts/MontserratMedium.svg#MontserratMedium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/MontserratRegular.eot');
    src: url('../fonts/MontserratRegular.eot') format('embedded-opentype'),
    url('../fonts/MontserratRegular.woff2') format('woff2'),
    url('../fonts/MontserratRegular.woff') format('woff'),
    url('../fonts/MontserratRegular.ttf') format('truetype'),
    url('../fonts/MontserratRegular.svg#MontserratRegular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/MontserratSemiBold.eot');
    src: url('../fonts/MontserratSemiBold.eot') format('embedded-opentype'),
    url('../fonts/MontserratSemiBold.woff2') format('woff2'),
    url('../fonts/MontserratSemiBold.woff') format('woff'),
    url('../fonts/MontserratSemiBold.ttf') format('truetype'),
    url('../fonts/MontserratSemiBold.svg#MontserratSemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Ekibastuz';
    src: url('../fonts/EkibastuzRegular.eot');
    src: url('../fonts/EkibastuzRegular.eot') format('embedded-opentype'),
    url('../fonts/EkibastuzRegular.woff2') format('woff2'),
    url('../fonts/EkibastuzRegular.woff') format('woff'),
    url('../fonts/EkibastuzRegular.ttf') format('truetype'),
    url('../fonts/EkibastuzRegular.svg#EkibastuzRegular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Ekibastuz';
    src: url('../fonts/EkibastuzLight.eot');
    src: url('../fonts/EkibastuzLight.eot') format('embedded-opentype'),
    url('../fonts/EkibastuzLight.woff2') format('woff2'),
    url('../fonts/EkibastuzLight.woff') format('woff'),
    url('../fonts/EkibastuzLight.ttf') format('truetype'),
    url('../fonts/EkibastuzLight.svg#EkibastuzLight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Ekibastuz';
    src: url('../fonts/EkibastuzBold.eot');
    src: url('../fonts/EkibastuzBold.eot') format('embedded-opentype'),
    url('../fonts/EkibastuzBold.woff2') format('woff2'),
    url('../fonts/EkibastuzBold.woff') format('woff'),
    url('../fonts/EkibastuzBold.ttf') format('truetype'),
    url('../fonts/EkibastuzBold.svg#EkibastuzBold') format('svg');
    font-weight: 700;
    font-style: normal;
}


/*common*/
body, button, textarea, input {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
button {
    cursor: pointer;
    font-weight: 700;
}
input, textarea {
    font-weight: 400;
}
button, textarea, input, .box {
    box-sizing: border-box;
}
button, textarea, input {
    border: none;
    outline: none;
}
.content {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px;
}
.spacer {
    font-size: 0.1px;
    text-align: justify;
}
.spacer > * {
    display: inline-block;
    vertical-align: top;
}
.spacer:after {
    content: '';
    display: inline-block;
    width: 100%;
}
.pos-center {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}
.clear-fix:after {
    content: '';
    display: block;
    clear: both;
}
.page-wrap {
    overflow: hidden;
}
.br {
    display: block;
}
.block-title {
    font-family: 'Ekibastuz', sans-serif;
    line-height: 1.2;
    font-weight: 700;
    font-size: 52px;
    color: #D91210;
}
/*end common*/

/*icons*/
.icon {
    display: inline-block;
    background: url('../images/icons.png') no-repeat;
}
.icon-link-1 {
    width: 40px;
    height: 34px;
}
.icon-link-2 {
    width: 42px;
    height: 32px;
    background-position: 0 -36px;
}
.icon-link-3 {
    width: 43px;
    height: 47px;
    background-position: 0 -70px;
}
.icon-link-4 {
    width: 47px;
    height: 46px;
    background-position: 0 -119px;
}
.icon-link-5 {
    width: 41px;
    height: 42px;
    background-position: 0 -167px;
}
.icon-link-6 {
    width: 36px;
    height: 39px;
    background-position: 0 -211px;
}
.icon-link-7 {
    width: 41px;
    height: 41px;
    background-position: 0 -252px;
}
.icon-fb {
    width: 31px;
    height: 66px;
    background-position: 0 -329px;
}
.icon-inst {
    width: 58px;
    height: 58px;
    background-position: 0 -397px;
}
.icon-vk {
    width: 66px;
    height: 38px;
    background-position: 0 -457px;
}
/*end icons*/

/*banner*/
.banner {
    background: url('../images/bg/banner-bg.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 93px;
    min-height: 900px;
}
.banner__right {
    padding-right: 15px;
    max-width: 580px;
    margin-left: auto;
}
.logo {
    background: url('../images/logo.png') no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 377px;
    height: 183px;
    display: block;
    margin: 0 auto;
}
.banner h1 {
    font-family: 'Ekibastuz', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin-top: -16px;
    font-size: 65px;
    text-align: center;
    color: #FFF07A;
}
/*end banner*/

/*main*/
.main {
    margin-top: -19px;
}
.main__block {
    min-height: 363px;
    position: relative;
}
.about__photo,
.main__photo {
    position: absolute;
    right: 0; top: 0;
    width: 364px;
    font-size: 0;
    border-radius: 50%;
    overflow: hidden;
}
.about__photo img,
.main__photo img {
    width: 100%;
}
.main__title {
    width: 67.34%;
    position: relative;
    z-index: 2;
}
.main__title {
    font-family: 'Ekibastuz', sans-serif;
    font-weight: 700;
    line-height: 1.1;
    font-size: 52px;
    top: -4px;
    color: #0118C8;
}
.main__desc {
    margin-top: 36px;
    max-width: 395px;
    font-weight: 500;
    line-height: 1.2;
    font-size: 42px;
    color: #000000;
}
.links {
    margin-top: 32px;
}
.link {
    display: inline-block;
    text-decoration: none;
    line-height: 1.2;
    font-size: 36px;
    padding-right: 65px;
    color: #000000;
    position: relative;
}
.link:after {
    content: '';
    background: url('../images/icons.png') no-repeat 0 -295px;
    position: absolute;
    width: 46px;
    height: 32px;
    top: 0; bottom: -6px; right: 0;
    margin: auto;
}
.link > * {
    display: inline-block;
    vertical-align: middle;
}
.link__title {
    max-width: 94%;
}
.link__icon {
    position: relative;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #DCE4EC;
}
.link__title {
    position: relative;
    top: 2px;
    margin-left: 19px;
}
.links li {
    margin-bottom: 10px;
}
.links li:last-child {
    margin-bottom: 0;
}
.link:hover .link__title {
    text-decoration: underline;
}
/*end main*/

/*about*/
.about {
    padding-top: 40px;
    margin-top: 36px;
    position: relative;
    min-height: 374px;
}
.about__title {
    width: 61%;
}
.about__left {
    margin-top: 22px;
    width: 57.14%;
}
.about__photo {
    width: 375px;
    top: 69px;
}
.about__desc {
    line-height: 1.25;
    font-size: 24px;
    margin-bottom: 28px;
}
.about__desc:last-child {
    margin-bottom: 0;
}
/*end about*/

/*action*/
.action {
    background: url('../images/bg/actions-bg.jpg') no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 368px;
    margin-top: 82px;
    color: #ffffff;
    text-align: center;
    padding-bottom: 27px;
    border-bottom: 34px solid #d91210;
}
.action__title {
    color: #FFFFFF;
}
.action p {
    font-family: 'Ekibastuz', sans-serif;
    font-weight: 400;
    max-width: 950px;
    margin: 31px auto 0;
    line-height: 1;
    font-size: 48px;
    text-align: center;
    color: #FFFFFF;
}
/*end action*/

/*form-block*/
.form-block {
    background: url('../images/bg/form-block-bg.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 45px;
    padding-bottom: 49px;
}
.form {
    padding-left: 10px;
}
.form__field {
    display: block;
    height: 60px;
    max-width: 380px;
    width: 100%;
    font-size: 18px;
    letter-spacing: 0.05em;
    padding-left: 22px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.form__field_text {
    height: 261px;
    resize: none;
    padding: 22px;
}
.privacy {
    padding-left: 27px;
    display: inline-block;
    margin-top: 3px;
    cursor: pointer;
    position: relative;
}
.privacy input:checked + .privacy__btn {
    background: #001290;
}
.privacy input {
    position: absolute;
    left: 0; top: 0;
    width: 15px;
    height: 15px;
    opacity: 0;
}
.privacy__btn {
    position: absolute;
    left: 0; top: 0;
    width: 15px;
    height: 15px;
    background: #FFFFFF;
}
.privacy__text {
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: 600;
    position: relative;
    top: -1px;
    color: #FFFFFF;
}
.form__btn {
    margin-top: 21px;
    display: block;
    max-width: 380px;
    width: 100%;
    height: 60px;
    background: #D91210;
    border-radius: 10px;
    font-size: 24px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}
.form__btn:hover {
    background: #ad0201;
}
/*end form-block*/

/*types*/
.types {
    border-top: 65px solid #D91210;
    background: url('../images/bg/types-bg.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    padding-bottom: 60px;
    padding-top: 84px;
}
.types:after {
    content: '';
    position: absolute;
    background: url('../images/bg/types-top-bg.png') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 755px;
    height: 575px;
    right: 0;
    top: -65px;
}
.type {
    position: relative;
    z-index: 2;
}
.type .clear-fix {
    margin-top: -71px;
}
.type__text {
    padding-top: 93px;
    width: 59.18%;
}
.type__photo {
    float: right;
}
.type p, .type ul {
    line-height: 1.25;
    font-size: 24px;
    color: #000000;
}
.type ul {
    padding-left: 10px;
    margin-top: 28px;
}
.type__photo {
    width: 375px;
    overflow: hidden;
    font-size: 0;
    border-radius: 50%;
}
.type__photo img {
    width: 100%;
}
.type a {
    font-weight: 600;
    line-height: normal;
    font-size: 24px;
    text-decoration-line: underline;
    color: #D91210;
    margin-top: 23px;
    display: inline-block;
}
.type a:hover {
    text-decoration: none;
}
/*end types*/

/*type_second*/
.type_second {
    padding-top: 20px;
    text-align: right;
}
.type_second .type__photo {
    margin-top: 104px;
    float: left;
}
.type_second .type__text {
    padding-top: 104px;
    margin-left: auto;
    width: 54.08%;
}
.type_second .type__text p {
    margin-bottom: 37px;
}
.type_second .type__text p:last-child {
    margin-bottom: 0;
}
/*end type_second*/

/*event*/
.event_first {
    background: url('../images/bg/event-bg-1.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 32px;
    padding-bottom: 32px;
}
.event__title,
.event {
    color: #ffffff;
}
.event__title {
    line-height: 1.1;
    margin-bottom: 9px;
}
.event__text {
    background: rgba(0, 0, 0, 0.7);
    max-width: 645px;
    width: 100%;
    padding: 8px 26px 34px 17px;
}
.event__text p {
    line-height: 1.25;
    font-size: 24px;
    margin-bottom: 29px;
    color: #FFFFFF;
}
.event__text p:last-child {
    margin-bottom: 0;
}
.event__text a {
    font-weight: 500;
    font-size: 24px;
    text-decoration-line: underline;
    color: #FFFFFF;
    display: inline-block;
    margin-top: 10px;
}
.event__text a:hover {
    text-decoration: none;
}
.event_second {
    background: url('../images/bg/event-bg-2.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 45px;
    padding-bottom: 44px;
}
.event_second .event__text {
    max-width: 547px;
    margin-left: auto;
    text-align: right;
    padding: 20px 29px 23px 26px;
}
.event_second .event__title {
    padding-bottom: 7px;
}
/*end event*/

/*fair*/
.fair {
    position: relative;
    background: url('../images/bg/fair-bg.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 71px;
    padding-bottom: 102px;
}
.fair .content {
    position: relative;
    z-index: 2;
}
.fair:after {
    content: '';
    position: absolute;
    background: url('../images/bg/fair-top-bg.png') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 641px;
    height: 575px;
    right: 0; top: 0;
}
.fair__title {
    margin-bottom: 42px;
}
.fair .content {
    max-width: 940px;
}
.fair__photo {
    margin-top: 17px;
    float: right;
    border-radius: 50%;
    width: 375px;
    overflow: hidden;
    font-size: 0;
}
.fair__photo img {
    width: 100%;
}
.fair__text {
    width: 61.9%;
}
.fair__text p {
    letter-spacing: -0.01em;
}
.fair__text p, .fair__text ul {
    font-weight: 300;
    font-size: 24px;
    line-height: 1.25;
}
.fair__text ul {
    margin-top: 28px;
    margin-bottom: 28px;
}
/*end fair*/

/*contacts*/
.contacts {
    background: #001290;
    padding-top: 56px;
    padding-bottom: 56px;
    color: #FFFFFF;
}
.contacts__logo {
    background: url('../images/contacts-logo.png') no-repeat;
    width: 377px;
    height: 183px;
    display: block;
    margin: 0 auto;
}
.contacts .spacer {
    max-width: 966px;
    margin: 0 auto;
}
.way {
    text-align: left;
    width: 52.79%;
    position: relative;
    top: -1px;
}
.address {
    text-align: right;
    width: 44.09%;
}
#map {
    height: 323px;
    background: #fdf9ef;
}
.address__desc {
    font-family: 'Ekibastuz', sans-serif;
    max-width: 350px;
    margin-left: auto;
    line-height: 1.05;
    font-size: 36px;
    text-align: right;
    font-weight: 300;
    margin-bottom: 17px;
}
.address__desc em {
    font-weight: 700;
}
.way__title {
    font-family: 'Ekibastuz', sans-serif;
    font-weight: 700;
    line-height: 1.1;
    font-size: 36px;
}
.way__list {
    margin-top: 15px;
}
.way__list li {
    padding-left: 30px;
    position: relative;
    font-weight: 300;
    line-height: 1.2;
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 19px;
}
.way__list li:last-child {
    margin-bottom: 0;
}
.way__list li:after {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    top: 6px; left: 0;
    border-radius: 50%;
    background: #FFFFFF;
}
/*end contacts*/

/*footer*/
.footer {
    background: url('../images/bg/footer-bg.jpg') no-repeat center;
    padding-top: 62px;
    padding-bottom: 64px;
}
.social__title {
    font-size: 48px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #001290;
}
.social__list {
    text-align: center;
    font-size: 0;
    margin-top: 48px;
}
.social__link {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #001290;
    margin-right: 60px;
}
.social__link:last-child {
    margin-right: 0;
}
.social__link:hover {
    background: #000e6d;
}

.popup {
    position: fixed;
    display: none;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
    height: 120px;
    width: 320px;
    z-index: 100;
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    text-align: center;
    padding-top: 35px;
    font-size: 20px;
    line-height: 1.3;
}
/*end footer*/

@media all and (max-width: 1640px) {
    .banner {
        min-height: 800px;
    }
    .main {
        margin-top: -80px;
    }
    .action {
        padding-top: 290px;
    }
}

@media all and (max-width: 1540px) {
    .main {
        margin-top: -120px;
    }
}

@media all and (max-width: 1250px) {
    .types:after {
        right: -206px;
    }
    .fair:after {
        right: -320px;
    }
}

@media all and (max-width: 1000px) {
    .main__title {
        width: 72%;
    }
    .action p {
        font-size: 42px;
        max-width: 910px;
    }
}

@media all and (max-width: 950px) {
    .banner {
        min-height: 700px;
    }
    .main {
        margin-top: -100px;
    }
    .banner h1 {
        font-size: 60px;
    }
    .banner__right {
        padding-right: 0;
        max-width: 560px;
    }
    .main__title {
        font-size: 48px;
    }
    .main__desc {
        font-size: 38px;
    }
    .link__title {
        max-width: 90%;
    }
    .link {
        font-size: 32px;
    }
    .about__desc .br {
        display: inline;
    }
    .block-title {
        font-size: 47px;
    }
    .about__desc {
        font-size: 22px;
    }
    .about__left {
        width: 56%;
    }
    .action p {
        font-size: 38px;
        max-width: 780px;
    }
    .action {
        padding-top: 210px;
    }
    .types:after {
        display: none;
    }
    .types {
        border-top: none;
    }
    .way__list li,
    .fair__text p, .fair__text ul,
    .event__text a,
    .event__text p,
    .type a,
    .type p, .type ul {
        font-size: 22px;
    }
    .type__text {
        width: 56%;
    }
    .event_second .event__text {
        max-width: 500px;
    }
    .event__text {
        max-width: 540px;
    }
    .way, .address {
        width: 100%;
    }
    .address {
        margin-top: 40px;
    }
    #map {
        height: 420px;
    }
    .address__desc,
    .way__title {
        font-size: 32px;
    }
    .social__title {
        font-size: 44px;
    }
}

@media all and (max-width: 900px) {
    .fair__photo,
    .type__photo,
    .about__photo, .main__photo {
        width: 320px;
    }
    .main__block {
        min-height: 320px;
    }
    .main__title {
        font-size: 40px;
    }
    .main__desc {
        max-width: 330px;
        font-size: 32px;
    }
    .block-title {
        font-size: 44px;
    }
    .about__left {
        width: 54%;
    }
    .about__desc {
        font-size: 21px;
    }
    .action p {
        font-size: 34px;
        max-width: 700px;
    }
    .action {
        margin-top: 60px;
        padding-top: 170px;
    }
}

@media all and (max-width: 850px) {
    .link__title {
        max-width: 85%;
    }
    .link {
        font-size: 30px;
    }
    .block-title {
        font-size: 41px;
    }
    .fair__text p, .fair__text ul,
    .event__text a, .event__text p,
    .type a, .type p, .type ul {
        font-size: 20px;
    }
    .type__text {
        width: 54%;
    }
    .fair__text {
        width: 52%;
    }
}

@media all and (max-width: 767px) {
    .banner {
        min-height: 529px;
        -webkit-background-size: 952px 529px;
        background-size: 952px 529px;
        padding-top: 80px;
    }
    .banner__right {
        margin: 0 auto;
    }
    .logo {
        width: 219px;
        height: 107px;
    }
    .banner h1 {
        margin-top: 0;
        font-size: 32px;
        line-height: 1.25;
    }
    .main {
        margin-top: -70px;
    }
    .main__title {
        text-align: center;
        max-width: 520px;
        width: 100%;
        margin: 0 auto;
    }
    .about__photo, .main__photo {
        position: static;
        margin: 30px auto 0;
    }
    .main__desc {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .main__title {
        font-size: 37px;
    }
    .link {
        display: block;
        font-size: 26px;
    }
    .link__title {
        max-width: 80%;
    }
    .about__title {
        width: 100%;
        max-width: 470px;
        margin: 0 auto;
        text-align: center;
    }
    .about__left {
        width: 100%;
    }
    .action p {
        font-size: 28px;
        max-width: 580px;
    }
    .form {
        padding-left: 0;
        margin-top: 19px;
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
    }
    .privacy__text {
        line-height: 1.2;
    }
    .privacy input,
    .privacy__btn {
        top: 2px;
    }
    .form-block__bg {
        display: block;
        background: url('../images/bg/form-block-bg.jpg') no-repeat center;
        -webkit-background-size: cover;
        background-size: cover;
        padding-top: 61.87%;
        position: relative;
        margin-left: -20px;
        margin-right: -20px;
    }
    .form-block {
        padding-top: 0;
        background: #D91210;
    }
    .form__btn {
        background: #001290;
    }
    .form__btn:hover {
        background: #000d66;
    }
    .form__field {
        margin-bottom: 10px;
    }
    .type_second .type__text,
    .type__text {
        width: 100%;
    }
    .type .clear-fix {
        margin-top: 0;
    }
    .type_second .type__photo,
    .type__photo {
        margin-top: 30px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        position: static;
        float: none;
    }
    .type_second .type__text, .type__text {
        padding-top: 30px;
        text-align: left;
    }
    .type_second .type__text p {
        margin-bottom: 20px;
    }
    .type__title {
        text-align: center;
    }
    .type_second {
        padding-top: 50px;
    }
    .fair__text {
        width: 100%;
    }
    .fair__photo {
        margin-top: 0;
        float: none;
        position: static;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .fair:after {
        display: none;
    }
    .fair__title {
        text-align: center;
    }
    .fair__text {
        padding-top: 30px;
    }
    .fair {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .address__desc, .way__title {
        font-size: 28px;
    }
    .social__title {
        font-size: 40px;
    }
    .social__list {
        margin-top: 30px;
    }
    .way__list li {
        font-size: 20px;
    }
    .way__list li:after {
        top: 3px;
    }
    .social__title {
        font-size: 36px;
    }
}

@media all and (max-width: 650px) {
    .link {
        font-size: 24px;
    }
    .link__title {
        max-width: 78%;
    }
    .action p {
        font-size: 25px;
        max-width: 510px;
    }
}

@media all and (max-width: 550px) {
    .banner {
        background-position: -400px top;
    }
    .fair .content,
    .content {
        max-width: 300px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .main__title {
        line-height: 26px;
        font-size: 24px;
    }
    .about__photo, .main__photo {
        width: 155px;
        margin-top: 11px;
    }
    .main {
        margin-top: -91px;
    }
    .main__desc {
        margin-top: 12px;
        font-size: 24px;
        line-height: 29px;
        max-width: 270px;
    }
    .link__icon {
        width: 41px;
        height: 41px;
    }
    .icon-link-1 {
        width: 26px;
        height: 22px;
        background-position: 0 -497px;
    }
    .icon-link-2 {
        width: 28px;
        height: 21px;
        background-position: 0 -521px;
    }
    .icon-link-3 {
        width: 27px;
        height: 30px;
        background-position: 0 -544px;
    }
    .icon-link-4 {
        width: 31px;
        height: 30px;
        background-position: 0 -576px;
    }
    .icon-link-5 {
        width: 27px;
        height: 27px;
        background-position: 0 -608px;
    }
    .icon-link-6 {
        width: 24px;
        height: 25px;
        background-position: 0 -637px;
    }
    .icon-link-7 {
        width: 27px;
        height: 27px;
        background-position: 0 -664px;
    }
    .link:after {
        bottom: 0;
        width: 29px;
        height: 20px;
        background-position: 0 -693px;
    }
    .links {
        margin-top: 15px;
    }
    .link__title {
        top: 0;
        max-width: 81%;
        line-height: 20px;
        font-size: 18px;
        margin-left: 3px;
    }
    .link {
        padding-right: 28px;
    }
    .block-title {
        font-size: 24px;
        line-height: 29px;
    }
    .about__title {
        max-width: 280px;
        padding-bottom: 9px;
    }
    .about {
        padding-top: 25px;
        margin-top: 0;
    }
    .about__desc {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 18px;
    }
    .about__desc i {
        display: block;
    }
    .about__left {
        margin-top: 14px;
    }
    .action__title {
        font-size: 36px;
        line-height: 44px;
        width: 310px;
        position: relative;
        left: -5px;
    }
    .action {
        padding-top: 136px;
        padding-bottom: 0;
        border-bottom-width: 16px;
        margin-top: 9px;
    }
    .action p {
        font-size: 18px;
        line-height: 18px;
        margin-top: 5px;
    }
    .form__field_text {
        height: 135px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .form__btn {
        margin-top: 0;
    }
    .form-block {
        padding-bottom: 24px;
    }
    .types {
        padding-top: 30px;
        padding-bottom: 26px;
    }
    .type_second .type__photo, .type__photo {
        width: 155px;
        margin-top: 17px;
    }
    .type a, .type p, .type ul {
        font-size: 14px;
        line-height: 17px;
    }
    .type ul {
        margin-top: 18px;
        padding-left: 7px;
    }
    .type a {
        margin-top: 8px;
    }
    .type__title .br {
        display: inline;
    }
    .type_second {
        padding-top: 31px;
    }
    .type_second .type__photo {
        margin-top: 19px;
    }
    .type_second .type__text {
        max-width: 280px;
    }
    .type_second .type__text p {
        margin-bottom: 18px;
    }
    .type_second .type__text, .type__text {
        padding-top: 22px;
    }
    .type_first .type__title .br {
        display: block;
    }
    .type_second .type__text {
        margin-left: 0;
    }
    .event__title {
        text-align: center;
        line-height: 26px;
    }
    .event__title .br {
        display: inline;
    }
    .event_second .event__text, .event__text {
        padding-left: 8px;
        padding-right: 8px;
    }
    .event__title i {
        display: block;
    }
    .event_first {
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .event_second {
        padding-top: 17px;
        padding-bottom: 19px;
    }
    .event_second .event__text {
        text-align: left;
    }
    .event__text {
        padding-top: 16px;
        padding-bottom: 15px;
    }
    .event_second .event__text {
        padding-top: 16px;
        padding-bottom: 32px;
    }
    .event_second .event__title {
        padding-bottom: 0;
    }
    .event__text a {
        font-size: 16px;
        line-height: 20px;
        margin-top: -4px;
    }
    .event__text p {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 18px;
    }
    .fair__photo {
        width: 152px;
    }
    .fair {
        padding-top: 30px;
        padding-bottom: 29px;
    }
    .fair__title {
        margin-bottom: 14px;
    }
    .fair__text p, .fair__text ul {
        font-size: 14px;
        line-height: 17px;
    }
    .fair__text {
        padding-top: 15px;
    }
    .fair__text li {
        text-indent: 7px;
    }
    .fair__text ul {
        margin-top: 18px;
        margin-bottom: 18px;
    }
    #map {
        margin-left: -10px;
        margin-right: -10px;
        height: 233px;
    }
    .contacts {
        padding-bottom: 0;
        position: relative;
    }
    .contacts .content {
        position: relative;
        padding-bottom: 146px;
    }
    .contacts__logo {
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        width: 215px;
        height: 105px;
        position: absolute;
        left: 0; right: 0;
        bottom: 13px;
        margin: 0 auto;
    }
    .way__title, .address__desc {
        font-size: 24px;
        line-height: 29px;
        text-align: center;
    }
    .contacts {
        padding-top: 23px;
    }
    .way__list li {
        font-size: 14px;
        margin-bottom: 23px;
        line-height: 17px;
    }
    .way__list li .br {
        display: inline;
    }
    .way__list li i {
        display: block;
    }
    .way__list {
        margin-top: 12px;
    }
    .way__list li:after {
        top: 0; bottom: 0;
        margin: auto;
    }
    .address__desc {
        margin-bottom: 9px;
    }
    .address {
        margin-top: 33px;
    }
    .social__title {
        font-size: 24px;
        line-height: 33px;
    }
    .social__link {
        width: 71px;
        height: 71px;
        margin-right: 33px;
    }
    .footer {
        padding-top: 23px;
        padding-bottom: 34px;
    }
    .social__list {
        margin-top: 10px;
    }
    .icon-fb {
        width: 23px;
        height: 48px;
        background-position: 0 -715px;
    }
    .icon-inst {
        width: 41px;
        height: 41px;
        background-position: 0 -765px;
    }
    .icon-vk {
        width: 47px;
        height: 28px;
        background-position: 0 -808px;
    }
    .event_first {
        background-position: -260px top;
    }
}

@media all and (max-width: 500px) {
    .event_first {
        background-position: right top;
    }
}

@media all and (max-width: 450px) {
    .banner {
        background-position: -458px top;
    }
}






















