@font-face {
    font-family: 'geo';
    src: url('geo-reg.ttf');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'geo';
    src: url('geo-bold.ttf');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'geo';
    src: url('geo-med.ttf');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'code-pro';
    src: url('codepro-reg.ttf');
    font-weight: 400;
    text-transform: lowercase;
    font-display: swap;
}

@font-face {
    font-family: 'code-pro';
    src: url('codepro-light.ttf');
    font-weight: 300;
    text-transform: lowercase;
    font-display: swap;
}

/*@font-face {*/
    /*font-family: 'code-pro';*/
    /*src: url('codepro-bold.ttf');*/
    /*font-weight: bold;*/
    /*text-transform: lowercase;*/
    /*font-display: swap;*/
/*}*/

:root {
    --transition: all 0.4s 0.02s ease;
    --radius: 12px;
    --red: #eb9f29;
    --grey: #656565;
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 16px;
    font-family: 'geo';
    font-weight: 400;
    color: #000;
    background: #fff;
    min-width: 320px;
}

button, hr, input {
    overflow: visible
}

progress, sub, sup {
    vertical-align: baseline
}

[type=checkbox], [type=radio], legend {
    box-sizing: border-box;
    padding: 0
}

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

details, main {
    display: block
}

h1 {
    font-size: 30px;
    margin: 0
}

hr {
    box-sizing: content-box;
    height: 0
}

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

a {
    background-color: transparent;
    text-decoration: underline;
    transition: var(--transition);
    color: var(--red);
}

a:hover {
    text-decoration: none;
}

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

b, strong {
    font-weight: bolder;
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

a, a img, .button, button, .btn, input, select, textarea, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring, input[type="text"], input[type="mail"], input[type="email"] {
    outline: none;
    box-sizing: border-box;
}

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
}

fieldset {
    padding: 0;
    border: none;
}

legend {
    color: inherit;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto;
    resize: none;
    outline: none;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
    outline: none;
}

[type=search] {
    -webkit-appearance: textfield;
    outline: none;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    outline: none;
}

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

summary {
    display: list-item
}

.container, .blog-expo .item, .blog-sans .item {
    width: 95%;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 1400px;
}

#sub-slider .sub-slider{
    width: 16%;
}

/* Utility */

.flx-nowrap-between, .blog-default .item .pos-about, .in-blog-main > div ul, .blog-expo .items, .in-blogster, .in-item, .blog-default-cat, #main-menu ul, #sub-slider .container, #sub-form .fox-column, #cont-x, #sub-form .reg_form {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
}

.flx-wrap-between, .blog-noble .items, #last-projects ul, .blog-default-cat .items, #masters-module ul, #authors-module ul, .blog-default .item .pos-author, .blog-default .item .pos-related {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
}


body .zero-top > *:first-of-type {
    margin-top: 0;
}

body .zero-top > *:last-of-type {
    margin-body: 0;
}

header {
    position: relative;
    z-index: 80;
    height: 160px;
    border-bottom: 1px solid #000;
    background-color: #fff;
    transition: var(--transition);
}

footer .container, header .container {
    height: 100%;
}

.slick-dots {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.slick-dots li {
    margin-left: 20px;
    margin-right: 20px;
    width: 8px;
    height: 8px;
}


#main-menu{
    position: relative;
    top: 106px;
    transition: var(--transition);
}


#main-menu ul{
    justify-content: center;
}

#main-menu li{
    margin-left: 30px;
    margin-right: 30px;
}

#main-menu li:nth-of-type(2){
    margin-left: 0 !important;
}

#main-menu li:last-of-type{
    margin-right: 0 !important;
}


#main-menu a{
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

#copy {
    position: absolute;
    left: 0;
    bottom: 15px;
    color: #fff;
    font-family: 'code-pro';
    font-size: 14px;
    font-weight: 300;
}

#prana {
    position: absolute;
    right: 0;
    bottom: 15px;
    font-size: 14px;
    color: #fff;
    font-family: 'code-pro';
    font-weight: 300;
}

#prana a {
    color: #fff;
    background: url(../images/prana_icon_white_mini.png) right 0px no-repeat;
    padding-right: 27px;
    background-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;

}

#logo {
    position: absolute;
    top: 18px;
    text-align: center;
    display: block;
    left: 0;
    right: 0;
    transition: var(--transition);
}

#logo a {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 5;
    text-decoration: none;
    color: #000;
}


#titlex{
    font-size: 20px;
    text-transform: uppercase;
    position: absolute;
    top: 18px;
    left: 315px;
    white-space: nowrap;
}

footer {
    height: 140px;
    background-color: #000;
    position: relative;
    z-index: 200;
}

#blogo {
    position: absolute;
    left: 0;
    top: 28px;
    display: block;
    width: 250px;
}

#b-menu {
    position: absolute;
    left: 320px;
    right: 260px;
    top: 55px;
}

#b-menu > ul {
    display: flex;
    justify-content: space-between;
}

#b-menu a {
    font-family: 'code-pro';
    text-transform: uppercase;
    font-size: 17px;
    text-decoration: none;
    color: #fff;
}

#b-mail {
    position: absolute;
    right: 0;
    top: 66px;
}

#b-mail a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-family: 'code-pro';
    text-transform: none;
    font-weight: 300;
}

#b-phone{
    position: absolute;
    right: 0;
    top: 22px;
    font-family: 'code-pro';
    font-weight: 300;
}

#b-phone a{
    font-size: 26px;
    text-decoration: none;
    color: #fff;
}

.blog-menu, #blog-menu ul {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 80px;
}

#blog-menu ul {
    justify-content: center;
}

.blog-menu li {
    margin-right: 35px;
}

#blog-menu li {
    margin-left: 30px;
    margin-right: 30px;
}

.blog-expo .items {
    flex-wrap: wrap;
}

.blog-menu button, #blog-menu a {
    display: inline-block;
    border: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    transition: var(--transition);
    text-transform: uppercase;
    font-family: 'code-pro';
    font-size: 20px;
    border-bottom: 1px solid transparent;
    color: #000;
    text-decoration: none;
}

.blog-menu button:hover, .blog-menu button.active, #blog-menu a:hover, #blog-menu li.current a {
    border-color: #000;
    color: var(--red);
}

.in-blog-main ul li, .blog-expo .teaser-item {
    width: 31%;
}

.blog-expo .teaser-item {
    margin-bottom: 70px;
}

.in-blog-main ul .meta, .blog-expo .items .pos-subtitle {
    font-size: 14px;
    font-family: 'code-pro';
    text-transform: uppercase;
    margin-bottom: 20px;
}

#main-blog {
    font-family: 'code-pro';
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 80px;
    margin-top: 80px;
}

.in-blog-main ul h3, .blog-expo .teaser-item h2 {
    font-family: 'code-pro';
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.in-blog-main ul h3 a, .blog-expo .teaser-item h2 a {
    text-decoration: none;
    color: #000;
}

.in-blog-main ul .description, .blog-expo .teaser-item .pos-links {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'code-pro';
}

.in-blog-main ul .links, .blog-expo .teaser-item .pos-meta {
    margin-top: 20px;
}

.in-blog-main ul .links a, .blog-expo .teaser-item .pos-meta a, #material-block .pos-meta a {
    text-transform: uppercase;
    font-size: 10px;
    text-decoration: none;
    color: #000;
    font-family: 'code-pro';
    opacity: 0.5;
}

.in-blog-main > div {
    display: none;
}

.in-blog-main > div.active {
    display: block;
}

#about-image-block img {
    margin-top: 45px;
}

#main-about h2, #main-blog h2, #main-partners h2, #main-projects h2, #sub-form h2 {
    text-align: center;
    text-transform: uppercase;
    font-family: 'code-pro';
    font-size: 31px;
    margin-top: 0;
    margin-bottom: 50px;
    letter-spacing: 2px;
}

#main-about p {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 0;
}

#main-about .center {
    margin-top: 80px;
}

#main-about .center a {
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.in-projects-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 30px;
}

.in-projects-main > li {
    text-align: center;
}

.in-projects-main h4 {
    font-family: 'code-pro';
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.in-projects-main .readmore {
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    font-family: 'code-pro';
    text-decoration: none;
    transition: var(--transition);
}


#slider{
    position: relative;
}


#project-trigger{
    position: absolute;
    width: 35px;
    height: 35px;
    top: 31px;
    left: 0;
    cursor: pointer;
    transition: var(--transition);
    fill: #000;
}

#menu-trigger{
    position: absolute;
    width: 35px;
    height: 35px;
    top: 31px;
    right: 0;
    cursor: pointer;
    transition: var(--transition);
    fill: #000;
    display: none;
}

#project-trigger:hover, #menu-trigger:hover{
    fill: var(--red);
}


#phoner{
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    background: url('../images/icon-phone.png') left center no-repeat;
    background-size: 20px;
    padding-left: 30px;
    position: absolute;
    top: 32px;
    left: 60px;
    display: inline-block;
    padding-top: 7px;
    padding-bottom: 7px;
}

#mailer{
    text-decoration: none;
    color: #000;
    font-size: 14px;
    background: url('../images/icon-mail.png') left center no-repeat;
    background-size: 20px;
    padding-left: 30px;
    position: absolute;
    top: 32px;
    left: 250px;
    display: inline-block;
    padding-top: 7px;
    padding-bottom: 7px;
}


header .order{
    position: absolute;
    right: 0;
    top: 31px;
    background-color: var(--red);
    border-color: var(--red);
    z-index: 90;
    width: 205px;
    height: 41px;
    padding-left: 5px;
    padding-right: 5px;
    color: #000;
    border-color: #000;
}

header .order:hover{
    background-color: #000 !important;
    color: var(--red);
    border-color: #000 !important;
}

.left-blog {
    width: 60%;
    display: flex;
    flex-direction: column;
}

.right-blog {
    width: 38%;
}

.left-blog h1 {
    font-family: 'code-pro';
    font-size: 28px;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.left-blog .pos-subtitle strong {
    font-family: 'code-pro';
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 20px;
}

.left-blog .pos-subtitle span {
    text-transform: uppercase;
    font-family: 'code-pro';
    font-size: 14px;
}

.left-blog .pos-top {
    font-family: 'code-pro';
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 30px;
}

.left-blog .pos-content, .sub-blog .pos-taxonomy {
    margin-top: 65px;
    font-size: 18px;
    line-height: 24px;
    text-align: justify;
}

.sub-blog .pos-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.sub-blog .pos-meta a {
    width: 14%;
}

.left-blog .backer {
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'code-pro';
    font-size: 14px;
    color: #000;
    margin-top: auto;
    display: flex;
    align-items: center;
}

.left-blog .backer::before {
    content: '🡰';
    /*font-size: larger;*/
    margin-right: 10px;
}

.blog-noble .teaser-item, #authors-module li {
    width: 23.5%;
    text-align: center;
    margin-bottom: 45px;
}

.blog-noble .teaser-item h2, #authors-module h4 {
    font-size: 21px;
    margin-top: 9px;
    margin-bottom: 0;
}

.blog-noble .teaser-item h2 a, #authors-module h4 a {
    color: #000;
    text-decoration: none;
}

.blog-noble .teaser-item .pos-subtitle, #authors-module .uk-subnav {
    font-size: 16px;
}

.blog-noble .teaser-item .sub-title {
    font-family: 'code-pro';
    text-transform: uppercase;
    font-size: 12px;
}

.left-site {
    width: 23%;
    position: relative;
}

.right-site {
    width: 75%;
    position: relative;
}

.in-top {
    position: relative;
    left: 3.4%;
}

.right-top {
    width: 50%;
    box-sizing: border-box;
}

.in-top .pos-content {
    font-size: 20px;
    box-sizing: border-box;
}

.pos-logo h4 {
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    font-family: 'code-pro';
    margin-bottom: 25px;
}

#content .pos-logo img {
    height: 100px;
    width: auto;
}

.in-right-bottom {
    box-sizing: border-box;
}

.pos-logo {
    padding-top: 80px;
    margin-bottom: 30px;
}

.blog-noble .item h1 {
    font-size: 30px;
    font-family: 'code-pro';
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: 2px;
    background-color: #f8f8f8;
    box-sizing: border-box;
    padding-top: 25px;
    padding-bottom: 21px;
    color: #000;
    padding-left: 25px;
}

.in-right-top .pos-subtitle {
    text-transform: uppercase;
    font-family: 'code-pro';
    font-size: 18px;
}

.in-right-top {
    background-color: #f8f8f8;
    padding-left: 40px;
    padding-right: 30px;
    height: 64px;
    display: flex;
    align-items: center;
}

.mailex a {
    text-decoration: none;
    font-size: 16px;
    color: #000;
}

.sitex a {
    text-decoration: none;
    font-size: 16px;
}

.mailex, .sitex {
    margin-bottom: 20px;
}

.socialz svg, .vk svg path {
    width: 100%;
    height: auto;
    transition: var(--transition);
    fill: var(--grey);
}

#fb-path, #insta-path {
    fill: var(--grey);
}

.socialz {
    display: flex;
    flex-wrap: nowrap;
}

.socialz a {
    width: 30px;
    height: 30px;
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    margin-right: 30px;
}

.in-top {
    padding-bottom: 100px;
    width: 50%;
}

.insta {
    background: url('../images/icon-insta.png') center no-repeat;
    background-size: 100%;
}

.fb {
    background: url('../images/icon-fb.png') center no-repeat;
    /*background-size: 100%;*/
}

.vk {
    background: url('../images/icon-vk.png') center no-repeat;
    background-size: 100%;
    display: block;
}

.border {
    box-sizing: border-box;
    border-bottom: 1px solid var(--grey);
}

.left-menu {
    background-color: #fff;
}

.btn, #joomly .contactus-button {
    display: block;
    cursor: pointer;
    font-family: 'code-pro';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    position: relative;
    display: inline-block;
    height: 46px;
    text-align: center;
    background-color: var(--red);
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
    padding-left: 33px;
    padding-right: 33px;
    transition: var(--transition);
    border: 2px solid var(--red);
    line-height: 1;
    border-radius: var(--radius);
}

.left-menu li {
    margin-bottom: 15px;
}

.left-menu a:hover, .left-menu .current a, .left-menu a.actived {
    background-color: var(--red);
    color: #fff;
}

#main-menu a:hover, #main-menu .current a, .ck a:hover, #main-menu .active a {
    color: var(--red);
}

.left-menu.fixer {
    position: fixed !important;
    top: 160px;
}

.left-container {
    box-sizing: border-box;
    margin-right: 2.5%;
}

.blog-default .item .pos-subtitle{
    text-align: center;
    margin-bottom: 60px;
    font-size: 40px;
    text-transform: uppercase;
}

.blog-default .item h1 {
    font-size: 55px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 3%;
    padding-top: 25px;
    padding-bottom: 0;
    font-family: 'code-pro';
    letter-spacing: 2px;
    box-sizing: border-box;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    padding-bottom: 25px;
}

.blog-default .item h1 span{
    display: block;
    font-size: 44px;
    margin-bottom: -6px;
}

.blog-default .item #cont-1 .pos-subtitle {
    font-size: 26px;
    text-align: justify;
}

.item-pr {
    font-size: 24px;
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 21px;
    padding-top: 21px;
}

.item-pr b {
    margin-right: 20px;
}

.blog-default .item .container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-bottom: 80px;
}

.blog-default .item .pos-bottom {
    position: relative;
    padding-bottom: 56%;
    height: 0;
}

.blog-default .item .pos-bottom iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.blog-default .item .left-site h3 {
    display: inline-block;
    font-family: 'code-pro';
    text-transform: uppercase;
    font-size: 14px;
    background-color: #f8f8f8;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 30px;
    width: 200px;
    margin-top: 0;
    margin-bottom: 0;
}

.blog-default .item .pos-related > div {
    width: 23%;
    margin-bottom: 30px;
}

.blog-default .item .pos-author > div{
    width: 32%;
    margin-bottom: 20px;
}

.blog-default .item .pos-team > div {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ababab;
    flex-direction: row-reverse;
}

.blog-default .item .pos-team .pos-team-img img, .workshop-team .pos-team-img img {
    border-radius: 50%;
}

.blog-default .item .pos-team .pos-team-img {
    margin-right: 20px;
}

.blog-default .item .pos-team .pos-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    width: calc(100% - 150px);
    font-weight: normal;
}

.blog-default .item .pos-team .pos-title a {
    color: #000;
    text-decoration: none;
}

.blog-default .item .pos-team .pos-title a::after, .workshop-team h2 a::after {
    content: "➔ Подробнее об авторе";
    margin-right: 10px;
    display: block;
    text-transform: uppercase;
    font-family: code-pro;
    font-weight: 300;
    font-size: 13px;
    padding-top: 10px;
    font-weight: bold;
}

.blog-default .item .pos-team .pos-subtitle {
    font-size: 24px;
}

.blog-default .item .pos-team .pos-media{
    width: 18%;
    margin-right: 2%;
}

.blog-default .item .pos-about .pos-subtitle {
    text-transform: uppercase;
    font-family: 'code-pro';
    font-size: 14px;
    margin-bottom: 25px;
}

.blog-default .item .pos-about .pos-title {
    font-size: 20px;
    font-family: 'code-pro';
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.blog-default .item .pos-about .pos-title a {
    text-decoration: none;
    color: #000;
}

.blog-default .item .pos-about .pos-links {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 30px;
}

.blog-default .item .pos-testimonial .pos-title {
    text-align: center;
    font-family: 'code-pro';
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #ababab;
    border-bottom: 1px solid #ababab;
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 30px;
}

.blog-default .item .pos-testimonial .sub-testimonial {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 45px;
}

.blog-default .item .pos-testimonial > div {
    margin-bottom: 50px;
}

.blog-default .item .pos-testimonial .sub-testimonial .pos-media {
    width: 30%;
}

.blog-default .item .pos-testimonial .sub-testimonial .right-testimonial {
    width: 65%;
}

.blog-default .item .pos-testimonial .sub-testimonial .right-testimonial h3.pos-subtitle {
    font-weight: normal;
    margin-top: 0;
    font-size: 26px;
    margin-bottom: 50px;
}

.blog-default .item .pos-testimonial .sub-testimonial .pos-content {
    font-size: 26px;
    text-align: justify;
}

.blog-default .item .pos-testimonial .sub-testimonial .pos-links {
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
}

.blog-default .item .pos-testimonial .sub-testimonial .pos-meta {
    font-style: italic;
    font-size: 12px;
    margin-top: 20px;
}

.pos-other, .workshop-team .pos-content > div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.blog-noble .item .pos-other, .blog-sans .item .pos-other, .blog-default .item .pos-other {
    flex-wrap: wrap;
}

.blog-noble .item .pos-other > div, .blog-sans .item .pos-other > div {
    margin-bottom: 30px;
}

.pos-other > div, .blog-default-cat .teaser-item {
    width: 30%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.blog-default-cat .teaser-item {
    padding: 1%;
    width: 33%;
}

.pos-other .sub-teaser, .blog-default-cat .sub-teaser {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.8);
    transition: var(--transition);
    opacity: 0;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}

.pos-other > div:hover .sub-teaser, .blog-default-cat .teaser-item:hover .sub-teaser {
    opacity: 1;
}

.pos-other .sub-teaser h2, .blog-default-cat .sub-teaser h2 {
    margin-top: 0;
    font-family: 'code-pro';
    font-size: 19px;
    margin-bottom: 22px;
    position: relative;
    letter-spacing: 1px;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase;
    line-height: 1.3;
}

.pos-other .sub-teaser h2 a, .blog-default-cat .sub-teaser h2 a {
    color: #000;
    text-decoration: none;
}

.pos-other .sub-teaser .pos-links {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'code-pro';
}

.pos-other .sub-teaser .pos-links a, .blog-default-cat .sub-teaser .pos-links a, #material-block .pos-meta a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}

.pos-other .sub-teaser .pos-links a::before, .blog-default-cat .sub-teaser .pos-links a::before, .in-blog-main ul .links a::before, .blog-expo .teaser-item .pos-meta a::before, #material-block .pos-meta a::before {
    content: '➔';
    margin-right: 10px;
    font-size: larger;
}

.blog-default .item .pos-history-title, .blog-default .item .pos-history-subtitle {
    margin-top: 0;
    font-size: 26px;
    margin-bottom: 40px;
}

.blog-default .item .pos-history-text {
    font-size: 26px;
}

.blog-default .item .pos-history-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 50px;
}

.pos-history-images > div{
    width: 24%;
    margin-bottom: 15px;
}

#inproject-menu {
    position: absolute;
    margin-left: 2.5%;
    z-index: 99;
    width: 20%;
    background-color: #fff;
    max-width: 300px;
}

#way-menu .right-site > h2{
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
}

.workshop-top {
    background-color: #f8f8f8;
    padding: 40px;
    align-items: center;
    justify-content: space-between;
}

.sub-workshop .pos-taxonomy {
    width: 30%;
}

.sub-workshop .pos-content {
    width: 65%;
}

.workshop-team h2 {
    margin: 0;
    font-size: 20px;
}

.workshop-team .pos-content > div {
    margin-bottom: 30px;
    align-items: center;
    width: 32%;
    justify-content: flex-start;
}

.sub-workshop {
    margin-top: 25px;
}

.workshop-team {
    margin-top: 70px;
}

.workshop-team h2 a {
    color: #000;
    text-decoration: none;
}

.workshop-team .pos-team-img {
    margin-right: 15px;
    width: 96px;
}


#slider li{
    position: relative;
}


.related-projects {
    justify-content: center;
}

.related-projects span {
    width: 32%;
    margin-bottom: 17px;
}


.pos-extile {
    margin-left: auto;
}


.blog-noble .item .right-site > h3, .related-projects > h3, .blog-sans .item .right-site > h3 {
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.workshop-team h3 {
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 40px;
}

#mastera > h2 {
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-bottom: 130px;
    margin-top: 40px;
}

#masters-module > h3, #authors-module .container > h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 80px;
}

#authors-module {
    background-color: #f8f8f8;
    padding-top: 55px;
    margin-top: 70px;
    padding-bottom: 40px;
}

#masters-module ul {
    justify-content: center;
}

#masters-module li {
    width: 10%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 40px;
}

.workshop-top h1 {
    font-size: 33px;
}

.workshop-top .pos-subtitle {
    font-size: 18px;
    margin-top: 25px;
}

.workshop-top .pos-top {
    width: 11%;
}

.blog-expo, .blog-expo, .blog-sans, .blog-default, #main-projects, .blog-noble {
    margin-top: 60px;
    margin-bottom: 60px;
}

.project-h1, .item-page{
    margin-top: 60px;
}

#yoo-zoo.blog-expo .details h1, #content .item-page h1{
    margin-bottom: 60px;
}

.pos-testimonial .slick-dots button {
    cursor: pointer;
    border-radius: 50%;
    border: none;
    background-color: #000;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    text-indent: -99999px;
    padding: 0;
    transition: var(--transition);
}

.pos-testimonial .slick-dots {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.pos-testimonial .slick-dots li {
    margin-left: 1%;
    margin-right: 1%;
    width: auto;
    height: auto;
}

.pos-testimonial .slick-dots .slick-active button, .pos-testimonial .slick-dots button:hover {
    background-color: var(--red);
}

#content .pos-galleryx .slick-slide img {
    height: 100%;
    width: auto;
    max-width: none;
    transition: var(--transition);
}

#content .pos-galleryx .slick-slide {
    margin-left: 30px;
    margin-right: 30px;
}

#content .pos-galleryx {
    margin-bottom: 50px;
}

.blog-expo .details h1, .item-page h1, .project-h1 {
    text-transform: uppercase;
    font-size: 31px;
    margin-bottom: 0;
    text-align: center;
}



#ck .container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#ck .container > div {
    width: 48%;
}

#mapster ymaps {
    filter: grayscale(50%);
}

.blog-noble .item .pos-top img{
    filter: grayscale(100%);
}

#mapster{
    margin-top: 70px;
}


#lightbox-content{
    padding: 0 !important;
    border-width: 0 !important;
    margin: 0 !important;
}


#lightbox-outer{
    box-shadow: none !important;
    background-color: transparent !important;
}

#lightbox-close{
    top: 0 !important;
    right: 20px !important;
    background: #000 !important;
    border-radius: 0 0 0 5px;
    font-size: 22px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;

}

#lightbox-close::after{
    content: 'x';
    color: #fff;
}

#lightbox-img{
    box-sizing: border-box;
    border: 2px solid #000 !important;
    border-radius: 4px !important;
}


#lightbox-right-ico, #lightbox-left-ico{
    border-radius: 50%;
    background: #000 url('../images/icon-arrow.png') center no-repeat !important;
    background-size: 27% !important;
    width: 36px !important;
    height: 36px !important;
}


#lightbox-right-ico{
    transform: rotate(180deg);
}


#in-about, #sub-about > div{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 40px;
}

#in-about{
    margin-top: 70px;
    margin-bottom: 70px;
}

#in-about > div, .sub-about{
    text-align: center;
    width: 31%;
    position: relative;
}


.in-about h3{
    text-transform: uppercase;
    font-family: 'code-pro';
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    letter-spacing: 1px;
}


.in-in-about{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: var(--transition);
    background-color: transparent;
}

.in-in-about h4{
    margin-top: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 28px;
    margin-bottom: 20px;
    opacity: 0;
    transition: var(--transition);
}


.in-in-about:hover{
    background-color: rgba(0, 0, 0, 0.5);
}


.in-in-about:hover h4{
    opacity: 1;
}



.in-about li{
    font-size: 18px;
    font-family: 'geo';
    margin-bottom: 8px;
    text-align: left;
    text-align: center;
}

#aboutex > p{
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
}

#x-team{
    padding-top: 30px;
}

#x-team h3{
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}

.x-photo{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 30px;
}

#content .x-photo a{
    width: 49%;
    margin-bottom: 30px;
}


.x-photo a[data-lightbox]{
    display: block !important;
}

.blog-default .item .pos-history-images img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#history-block .pos-history-images a {
    display: flex;
    height: 100%;
}

.lefted{
    width: 690px;
    margin-left: auto;
    margin-right: auto;
}

#sub-slider{
    margin-top: 60px;
    display: none;
}

.sub-slider{
    text-align: center;
}

.sub-slider h4{
    margin-bottom: 0;
    margin-top: 10px;
    font-family: 'code-pro';
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}


#main-partners li{

}

#main-partners ul{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px;
}


#sub-form{
    background: url('../images/form-bg.jpg') center no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 80px;
}

#sub-form.downed{
    margin-top: 0 !important;
}

#sub-form h2{
    color: #fff;
    margin-bottom: 60px;
    margin-top: 0;
    letter-spacing: 2px;
}


#sub-form .fox-column, #sub-form .reg_form{
    justify-content: center;
}

#sub-form input[type="text"], #sub-form input[type="tel"]{
    height: 62px;
    font-size: 18px;
    box-sizing: border-box;
    padding-left: 10px;
    border-radius: var(--radius);
    text-transform: uppercase;
}

#sub-form .fox-item, #sub-form .reg_form > div{
    margin-left: 50px;
    margin-right: 50px;
    width: 25%;
}

#sub-form .fox-item .submit-button, #sub-form .reg_form .contactus-submit{
    height: 61px;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 20px;
    text-transform: uppercase;
    border: 2px solid var(--red);
}

.left-menu a{
    width: 100%;
    text-decoration: none;
    background-color: #f8f8f8;
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
    box-sizing: border-box;
    color: #000;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 10px;
    border-radius: var(--radius);
}


.item-page{
    min-height: 500px;
}


#cont-1{
    padding-top: 60px;
}

#cont-1 .leftex, #cont-1 .rightex{
    width: 48%;
}

#cont-1 .right-site{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.item-order{
    margin-bottom: 40px;
    padding-top: 2px;
}


#pop-up, #joomly{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99990;
    opacity: 0;
}

.contactus-error-message{
    text-align: center;
    font-size: 15px;
    font-style: italic;
    color: red;
}

#pop-up > div, #joomly > div{
    width: 900px;
    box-sizing: border-box;
    padding: 40px;
    background-color: #fff;
}

.closer{
    padding: 0;
    cursor: pointer;
    box-sizing: border-box;
    display: block;
    width: 22px;
    height: 22px;
    border: none;
    background: url('../images/closer.png') center no-repeat;
    background-size: 100%;
    transition: var(--transition);
    outline: none;
    border: none;
}

.closer:hover{
    transform: rotate(180deg);
}

#main-menu .closer{
    display: none;
}


#pop-up > div .closer, #joomly .closer, .contactus-lightbox-cap .closer{
    position: absolute;
    right: 15px;
    top: 15px;
}

#pop-up > div h3, #joomly > div > h3{
    text-align: center;
    font-size: 33px;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'code-pro';
    letter-spacing: 2px;
}

#pop-up .fox-item, #joomly .reg_form .joomly-contactus-div{
    margin-bottom: 30px;
}


#pop-up .fox-item input[type="text"], #joomly input[type="text"], #joomly input[type="tel"]{
    height: 60px;
    text-align: center;
    padding-left: 0;
    font-size: 22px;
    border-radius: var(--radius);
    border: 2px solid #000;
    text-transform: uppercase;
}

#pop-up .fox-item .submit-button, #joomly .contactus-button{
    width: 100%;
    font-size: 22px;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 60px;
    border: 2px solid var(--red);
}

.in-slide{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
}

.in-slide h3{
    font-size: 77px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: normal;
    font-family: 'code-pro';
    text-transform: lowercase;
    text-shadow: 0 0 13px #525252;
}

.in-slide a.btn{
    padding-top: 14px;
    height: 43px;
}

#last-projects{
    position: fixed;
    left: -101%;
    top: 0;
    bottom: 0;
    width: 0;
    background-color: #fff;
    z-index: 999;
    box-sizing: border-box;
    overflow: hidden;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 30px;
}

#last-projects li{
    width: 47%;
    text-align: center;
    margin-bottom: 30px;
}

#last-projects h3{
    font-family: 'code-pro';
    margin-top: 0;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 28px;
    margin-top: 30px;
}


#last-projects h4{
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: 'code-pro';
    font-size: 14px;
    font-weight: normal;
    margin-top: 5px;
}

#last-projects h4 a{
    color: #000;
    text-decoration: none;
}

.layout{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    opacity: 0;
    z-index: 999;
}


.leftex .item-pr b{
    display: block;
    width: 300px;
}

.leftex .item-pr > div{
    width: calc(100% - 300px);
}

.leftex .item-pr:first-of-type{
    border-bottom: 1px solid #ababab;
}

#sub-slider img{
    width: 80%;
}

#logo img{
    width: 300px;
    transtion: var(--transition);
}


#sub-main-menu{
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center;
    display: none;
}

#sub-main-menu a{
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
}


#slider .slick-dots{
    position: absolute;
    right: 3%;
    bottom: 10%;
    text-align: right;
}

#slider .slick-dots button{
    padding: 0;
    overflow: hidden;
    text-indent: -99999px;
    display: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    transition: var(--transition);
    background-color: var(--red);
    box-sizing: border-box;
    border: 2px solid #fff;
    cursor: pointer;
}

#slider .slick-dots li.slick-active button, #slider .slick-dots button:hover{
    background-color: #000;
}


.blog-default .description{
    font-size: 16px;
    padding-left: 10px;
    margin-top: 30px;
    font-weight: 500;
}


header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 115px;
}

header.fixed #logo{
    top: 12px;
}


header.fixed #logo img {
    width: 240px;
}

header.fixed #main-menu{
    top: 75px;
}

header.fixed #project-trigger, header.fixed #phoner, header.fixed #mailer, header.fixed .order{
    top: 20px;
}

.order-in, .item-order{
    display: none;
}

.fake-item{
    background: #fff url('../images/logo-f.png') center no-repeat;
    background-size: 40%;
}

.contactus-alert{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000000b3;
    align-items: center;
    justify-content: center;
    z-index: 99;
    display: none;
    opacity: 0;
}

.contactus-lightbox-caption{
    min-width: 900px;
    background-color: #fff;
    color: #fff;
    text-transform: uppercase;
    border-radius: var(--radius);
    text-align: center;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.contactus-lightbox-cap{
    font-size: 24px;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: var(--red);
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.contactus-alert-body{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    font-size: 19px;
}

/* ximg */

.ximg, #blogo img, .in-blog-main > div ul img, #about-image-block img, .in-projects-main img, .right-blog img, .sub-blog .pos-meta img, .teaser-item .pos-media img, .blog-noble .item .pos-top img, .blog-default .item .pos-top img, .blog-default .item .pos-related img, .blog-default .item .pos-author img, .blog-default .item .pos-team .pos-team-img img, .blog-default .item .pos-about img, .blog-default .item .pos-testimonial .sub-testimonial .pos-media img, .blog-default .item .pos-other .pos-media img, .blog-default .item .pos-other .pos-meta img, .blog-default .item .pos-history-images img, .blog-sans .item .sub-workshop .pos-taxonomy img, .workshop-team .pos-team-img img, #last-projects img, .blog-noble .in-right-top .pos-logo img, .related-projects img, .blog-noble .item .pos-other .pos-meta img, .pos-logo img, #masters-module img, #authors-module img, .workshop-top .pos-top img, .blog-sans .pos-other img, #sub-about img, #x-team img, .x-photo img, #slider li img, .sub-slider img, #main-partners img, #project-team-block .pos-team .pos-media img {
    width: 100%;
    height: auto;
    position: relative;
    vertical-align: top;
    transition: var(--transition);
    opacity: 1;
}

.ximg:hover, .in-blog-main > div ul img:hover, .in-projects-main img:hover, .right-blog img:hover, .sub-blog .pos-meta img:hover, .teaser-item .pos-media a img:hover, .blog-default .item .pos-related a img:hover, .blog-default .item .pos-author a img:hover, .blog-default .item .pos-about img:hover, .blog-default .item .pos-history-images img:hover, #last-projects img:hover, .blog-noble .in-right-top .pos-logo img:hover, .related-projects img:hover, .pos-logo img:hover, .socialz a:hover, #masters-module img:hover, #authors-module img:hover, .workshop-team a img:hover, #content .pos-galleryx .slick-slide img:hover, #content .x-photo a:hover,  .blog-default .item .pos-team .pos-team-img img:hover, #project-team-block .pos-team .pos-media img:hover {
    opacity: 0.7;
}

#b-menu a:hover, #prana a:hover, #b-mail a:hover, .in-blog-main ul h3 a:hover, .blog-expo .teaser-item h2 a:hover, .in-projects-main .readmore:hover, .blog-default .item .pos-team .pos-title a:hover, .blog-default .item .pos-about .pos-title a:hover, .pos-other .sub-teaser h2 a:hover, .workshop-team .pos-title a:hover, .blog-noble .teaser-item h2:hover, #last-projects li h4 a:hover, #main-about .center a:hover, .pos-other .sub-teaser h2 a:hover, .blog-default-cat .sub-teaser h2 a:hover, .pos-other .sub-teaser .pos-links a:hover, .blog-default-cat .sub-teaser .pos-links a:hover, .in-blog-main ul .links a:hover, .blog-expo .teaser-item .pos-meta a:hover, #material-block .pos-meta a:hover, .left-blog .backer:hover, .mailex a:hover, .blog-noble .teaser-item h2 a:hover, #authors-module h4 a:hover, #b-menu .current a, .in-in-about a:hover, #phoner:hover, #mailer:hover, #b-phone a:hover, #last-projects h4 a:hover {
    color: var(--red);
    opacity: 1;
}

.blog-noble .teaser-item img, #authors-module img, #main-partners img:hover {
    filter: grayscale(100%);
}

#sub-form .fox-item .submit-button:hover, .in-slide a.btn:hover, #pop-up .fox-item .submit-button:hover, .item-order:hover, .order-in:hover, #joomly .contactus-button:hover, #sub-form .contactus-button:hover {
    background-color: #000 !important;
    border-color: var(--red);
    color: var(--red);
}

.blog-noble .teaser-item img:hover, #authors-module img:hover {
    filter: grayscale(0);
    opacity: 1 !important;
}

#pop-up > div .closer:hover{
    background-color: #000;
}

#ck .submit-button:hover, header .order:hover, #ck .contactus-button:hover {
    background-color: var(--red);
    border-color: var(--red);
}

#project-team-block .right-site .pos-extile a {
    font-family: 'code-pro';
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    background-color: #f8f8f8;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 18px;
    padding-right: 18px;
    text-decoration: none;
    display: block;
    border-radius: 2px;
}

input[type="text"], input[type="email"], input[type="tel"], textarea, #ck .controls, #ck .fox-item, #ck .joomly-contactus-div {
    outline: none;
    width: 100% !important;
    float: none !important;
}

#ck input[type="text"], #ck input[type="email"], #ck input[type="tel"], #ck textarea {
    background-color: #f9f9f9;
    border: none;
    height: 58px !important;
    padding-left: 18px !important;
    font-family: 'geo' !important;
    font-size: 19px !important;
    box-sizing: border-box;
    border-radius: var(--radius);
    text-transform: uppercase;
}

#ck .fox-item, #ck .joomly-contactus-div{
    margin-bottom: 23px;
}

#ck textarea {
    height: 195px !important;
    box-sizing: border-box;
    padding: 18px;
}

#ck .submit-button, #ck .contactus-button {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 25px;
    font-family: 'geo';
    margin-right: 0 !important;
    width: 100% !important;
    background-color: #000;
    border: none;
    height: 70px;
    padding-top: 0 !important;
}

.ck strong, #ck-req strong {
    font-weight: bold;
    font-family: 'geo';
    font-size: 20px;
    color: #000;
    display: block;
    margin-bottom: 5px;
}

.ck, #ck-addr {
    margin-bottom: 65px;
}

.strong-req{
    display: block;
    margin-top: 65px;
}

.ck a {
    font-weight: 300;
    font-family: 'geo';
    font-size: 25px;
    display: block;
    text-decoration: none;
    color: #000;
}

#ck-req strong {
    margin-bottom: 20px;
}

#ck-req, .ck-addr-2 {
    font-family: 'geo';
    font-size: 20px;
}

#ck .right-side h2, #ck-addr h2, .ck-addr-2 h2 {
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 23px;
}

#ck-addr p {
    margin: 0;
    font-size: 23px;
}


.blog-default .right-site .details h1{
    font-size: 28px;
    margin-bottom: 25px;
    padding-left: 10px;
}

#author-pr{
    flex-wrap: wrap;
}

#author-pr > div{
    width: 100%;
}

.center {
    text-align: center;
}

.blog-sans .right-site > .border ~ .pos-other .pos-meta{
    display: block !important;
}

[hidden], template, .hidder, #b-menu .item-101, .right-top .pos-taxonomy, .blog-default .item .pos-other .pos-media, .blog-sans .item .pos-content .pos-subtitle, .slick-arrow.slick-hidden, .slick-slide.slick-loading img, .blog-sans .item .meta-top .pos-media, .blog-noble .right-top .pos-logo h2, .blog-default .item .item-pr .pos-team-img, .blog-default .item .item-pr .pos-subtitle, .pos-linker, .blog-noble-avtory > h1, #cont-1 .item-pr .pos-media .element-imagepro, #author-pr > div .pos-extile, #sub-about {
    display: none
}

.blog-default-cat .teaser-item .pos-meta, .blog-sans .item .pos-other > div .pos-meta, .blog-noble .in-item .pos-other .pos-meta, .item-101, #fox-m113-board-box, .reg_form > .joomly-contactus-div:first-of-type {
    display: none !important;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide, .slick-slide img {
    display: block;
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.xerror {
    background-color: #ffe4e4 !important;
}

.blog-default .item .pos-top{
    position: relative;
}


.blog-default-cat .sub-teaser > a, .blog-noble .sub-teaser > a{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.blog-noble .item .related-projects .pos-author, .blog-sans .item .related-projects .pos-author{
    flex-wrap: wrap;
}

#sub-slider .container{
    width: 1030px;
}

/* Shantix Addaptive */


@media(max-width: 2310px){

}


@media(max-width: 2110px){

}


@media(max-width: 2110px){

}



@media (max-width: 1810px) {


    #ck .right-side h2, #ck-addr h2, .ck-addr-2 h2 {
        margin-bottom: 30px;
        font-size: 24px;
    }

    #last-projects h3{
        font-size: 27px;
        margin-top: 25px;
        margin-bottom: 40px;
    }

    .blog-default .item h1 {
        font-size: 53px;
    }

    .blog-default .item h1 span{
        font-size: 41px;
    }

    .blog-default .item .container{
        padding-bottom: 70px;
    }

    #titlex {
        font-size: 19px;
        margin-left: 25px;
        top: 4px;
    }

    #b-menu{
        right: 280px;
    }

    .workshop-team h2 {
        font-size: 23px;
    }

    .workshop-team .pos-team-img {
        margin-right: 15px;
    }

    .workshop-team h2 a::after {
        padding-top: 10px;
    }

    .blog-default .item .pos-team .pos-subtitle {
        font-size: 23px;
    }

    #authors-module {
        padding-top: 50px;
        margin-top: 65px;
        padding-bottom: 35px;
    }

    .blog-noble .item h1 {
        font-size: 31px;
        letter-spacing: 1px;
    }

    .blog-default .item .pos-testimonial .sub-testimonial .right-testimonial h3.pos-subtitle {
        font-size: 25px;
        margin-bottom: 40px;
    }

    .blog-default .item .pos-testimonial .sub-testimonial .pos-content {
        font-size: 25px;
    }

    .blog-default .item .pos-testimonial .pos-title {
        font-size: 23px;
        padding-top: 27px;
        padding-bottom: 27px;
    }

    .pos-other .sub-teaser h2, .blog-default-cat .sub-teaser h2 {
        font-size: 21px;
        margin-bottom: 15px;
    }

    .blog-default .item #cont-1 .pos-subtitle {
        font-size: 25px;
    }

    .item-pr {
        font-size: 23px;
    }

    .blog-noble .teaser-item h2, #authors-module h4 {
        font-size: 23px;
    }

    #b-menu a {
        font-size: 19px;
    }

    .in-blog-main ul h3, .blog-expo .teaser-item h2 {
        font-size: 19px;
        margin-top: 20px;
        margin-bottom: 17px;
    }


    .blog-default .item .pos-history-text {
        font-size: 25px;
    }
}

@media (max-width: 1710px) {
    .in-projects-main h4 {
        margin-top: 14px;
    }

    #main-projects {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    #main-about .center {
        margin-top: 60px;
    }

    .sub-slider h4{
        font-size: 17px;
        margin-top: 8px;
    }

    #sub-slider {
        margin-top: 50px;
    }

    #last-projects{
        padding-left: 55px;
        padding-right: 55px;
    }

    #last-projects h3{
        font-size: 26px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .blog-default .item h1 {
        font-size: 50px;
    }

    .blog-default .item h1 span{
        font-size: 38px;
    }

    .blog-default .item .container{
        padding-bottom: 60px;
    }

    #titlex {
        font-size: 18px;
        margin-left: 20px;
    }

    #b-phone a {
        font-size: 27px;
    }

    #b-menu a {
        font-size: 18px;
    }

    #b-menu {
        left: 385px;
        right: 245px;
    }

    #content .pos-galleryx .slick-slide {
        margin-left: 26px;
        margin-right: 26px;
    }

    #mapster {
        margin-top: 60px;
    }

    #ck-addr p {
        font-size: 23px;
    }

    .ck a {
        font-size: 24px;
    }

    .ck, #ck-addr {
        margin-bottom: 50px;
    }

    .strong-req{
        margin-top: 50px;
    }

    #ck .right-side h2, #ck-addr h2, .ck-addr-2 h2 {
        margin-bottom: 36px;
        font-size: 24px;
    }

    .blog-expo .details h1, .item-page h1, .project-h1 {
        font-size: 31px;
        margin-top: 60px;
        margin-bottom: 55px;
    }

    .left-blog h1 {
        font-size: 31px;
        margin-bottom: 30px;
    }

    .workshop-team h2 {
        font-size: 21px;
    }

    .workshop-top .pos-top {
        width: 15%;
    }

    .blog-default .item .pos-team .pos-subtitle {
        font-size: 22px;
    }

    .blog-default .item .pos-team .pos-title {
        font-size: 23px;
    }

    .blog-default-cat .sub-teaser {
        font-size: 14px;
    }

    .blog-default-cat .sub-teaser .pos-links a::before {
        position: relative;
        top: 1px;
        margin-right: 6px;
    }


    #authors-module {
        padding-top: 45px;
        margin-top: 60px;
        padding-bottom: 30px;
    }

    #masters-module > h3, #authors-module .container > h3 {
        font-size: 27px;
        margin-bottom: 75px;
    }

    #mastera > h2 {
        font-size: 19px;
        margin-bottom: 110px;
        margin-top: 30px;
    }

    .blog-default .item .pos-testimonial > div {
        margin-bottom: 45px;
    }

    .blog-default .item .pos-testimonial .sub-testimonial .right-testimonial {
        width: 67%;
    }

    .blog-default .item .pos-testimonial .sub-testimonial .pos-links {
        margin-top: 20px;
    }

    .blog-default .item .pos-testimonial .sub-testimonial .pos-meta {
        margin-top: 15px;
    }

    .blog-default .item .pos-testimonial .sub-testimonial .right-testimonial h3.pos-subtitle {
        font-size: 24px;
        margin-bottom: 35px;
    }

    .blog-default .item .pos-testimonial .sub-testimonial .pos-content {
        font-size: 24px;
    }

    .blog-default .item .pos-history-text {
        font-size: 24px;
    }

    .blog-default .item .pos-testimonial .pos-title {
        font-size: 22px;
        padding-top: 23px;
        padding-bottom: 20px;
    }

    .pos-other .sub-teaser h2, .blog-default-cat .sub-teaser h2 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .blog-default .item .pos-about .pos-title {
        font-size: 19px;
        margin-top: 20px;
    }

    .blog-default .item .pos-about .pos-links {
        margin-bottom: 25px;
        margin-top: 25px
    }

    .left-blog .pos-content, .sub-blog .pos-taxonomy {
        font-size: 17px;
        line-height: 23px;
        margin-top: 50px;
    }

    .left-blog .pos-top {
        margin-top: 25px;
    }

    .blog-noble .teaser-item h2, #authors-module h4 {
        font-size: 22px;
        margin-top: 9px;
    }

    .blog-noble .teaser-item, #authors-module li {
        margin-bottom: 45px;
    }

    #prana {
        font-size: 13px;
    }

    #main-about h2, #main-blog h2, #main-partners h2, #main-projects h2, #sub-form h2{
        font-size: 33px;
    }

    #main-about h2 {
        font-size: 31px;
        margin-bottom: 40px;
    }

    #main-about p {
        width: 85%;
        font-size: 21px;
        line-height: 31px;
    }


    #main-blog {
        margin-top: 70px;
    }

    .workshop-top h1 {
        font-size: 31px;
    }

    .workshop-top .pos-subtitle {
        margin-top: 20px;
    }

    .workshop-team h3 {
        margin-bottom: 55px;
    }
}

@media (max-width: 1610px) {
    #mapster {
        margin-top: 50px;
    }

    .blog-default .item .pos-subtitle{
        font-size: 38px;
    }

    #pop-up > div h3, #joomly > div > h3{
        font-size: 31px;
    }

    #main-about h2, #main-blog h2, #main-partners h2, #main-projects h2, #sub-form h2{
        margin-bottom: 40px;
    }

    #about-image-block img {
        margin-top: 35px;
    }

    #main-about .center {
        margin-top: 50px;
    }

    #main-projects h2{
        margin-bottom: 35px;
    }

    #sub-slider {
        margin-top: 43px;
    }

    .blog-default .item h1{
        padding-top: 20px;
        padding-bottom: 16px;
        font-size: 47px;
        padding-left: 2.8%;
    }

    #last-projects{
        padding-left: 45px;
        padding-right: 45px;
    }

    #last-projects li{
        margin-bottom: 23px;
    }

    #last-projects h3{
        font-size: 25px;
        margin-top: 17px;
        margin-bottom: 24px;
    }

    .blog-default .item h1 span{
        font-size: 36px;
    }

    #cont-1 {
        padding-top: 50px;
    }

    .blog-default .item .container{
        padding-bottom: 50px;
    }

    #logo a{
        flex-direction: column;
    }

    #logo img{
        width: 210px;
    }

    #logo{
        top: 15px;
    }

    #main-menu a{
        font-size: 17px;
    }

    #main-menu{
        top: 114px;
    }

    #titlex{
        margin-left: 0;
        top: 0;
        margin-top: 10px;
    }

    #sub-form .fox-item, #sub-form .reg_form > div {
        margin-left: 32px;
        margin-right: 32px;
    }

    #sub-form{
        padding-top: 55px;
        padding-bottom: 70px;
        margin-top: 40px;
    }

    .in-slide h3 {
        font-size: 70px;
    }


    #ck input[type="text"], #ck input[type="email"], #ck input[type="tel"] {
        height: 60px !important;
    }

    #ck-addr p {
        font-size: 22px;
    }

    .ck a {
        font-size: 23px;
    }

    #ck .right-side h2, #ck-addr h2, .ck-addr-2 h2 {
        margin-bottom: 34px;
        font-size: 23px;
    }

    .blog-expo .details h1, .item-page h1, .project-h1 {
        font-size: 30px;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .left-blog h1 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .workshop-team h2 {
        font-size: 20px;
    }

    .workshop-team h2 a::after {
        font-size: 11px;
        padding-top: 8px;
    }

    .blog-default .item .pos-team .pos-title {
        font-size: 22px;
    }

    .blog-default .item .pos-team .pos-subtitle {
        font-size: 21px;
    }

    #project-team-block .right-site .pos-extile a {
        padding-top: 14px;
        padding-bottom: 14px;
        padding-left: 16px;
        padding-right: 16px;
    }

    #masters-module > h3, #authors-module .container > h3 {
        font-size: 26px;
        margin-bottom: 70px;
    }

    #masters-module li {
        width: 12%;
    }

    #mastera > h2 {
        font-size: 19px;
        margin-bottom: 90px;
        margin-top: 20px;
    }

    .blog-noble .item h1 {
        font-size: 29px;
        letter-spacing: 0;
    }

    .pos-other > div, .blog-default-cat .teaser-item {
        width: 32%;
    }

    .blog-default .item .pos-testimonial > div {
        margin-bottom: 40px;
    }

    .blog-default .item .pos-testimonial .sub-testimonial .right-testimonial h3.pos-subtitle {
        font-size: 23px;
        margin-bottom: 30px;
    }

    .blog-default .item .pos-testimonial .sub-testimonial .pos-content {
        font-size: 23px;
    }

    .blog-default .item .pos-testimonial .pos-title {
        font-size: 21px;
        padding-top: 20px;
        padding-bottom: 17px;
    }

    .blog-default .item .pos-history-title, .blog-default .item .pos-history-subtitle {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .blog-default .item .pos-history-text {
        font-size: 23px;
    }

    .blog-default .item .pos-about .pos-links {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .left-blog .pos-content, .sub-blog .pos-taxonomy {
        margin-top: 45px;
    }



    .item-pr {
        font-size: 22px;
        padding-bottom: 17px;
        padding-top: 17px;
    }

    #b-menu a {
        font-size: 18px;
    }

    .blog-noble .teaser-item h2, #authors-module h4 {
        font-size: 21px;
        margin-top: 8px;
    }

    #blogo {
        top: 30px;
        width: 300px;
    }

    footer {
        height: 160px;
    }

    #b-phone a {
        font-size: 26px;
    }

    #b-phone{
        top: 22px;
    }

    .in-blog-main ul h3, .blog-expo .teaser-item h2 {
        font-size: 18px;
        margin-top: 16px;
        margin-bottom: 15px;
    }

    #copy, #prana {
        bottom: 20px;
    }

    #b-mail{
        top: 75px;
    }

    #main-about h2, #main-blog h2, #main-partners h2, #main-projects h2, #sub-form h2 {
        font-size: 32px;
    }

    #b-menu {
        left: 345px;
        right: 230px;
    }

    .blog-menu button, #blog-menu a {
        font-size: 19px;
    }

    #main-about h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }


    #main-about p {
        font-size: 20px;
        line-height: 30px;
    }

    #main-about .center {
        margin-top: 50px;
    }

    .in-top .pos-content {
        font-size: 19px;
    }

    .in-top {
        padding-bottom: 80px;
    }

    #main-blog {
        margin-top: 60px;
    }

    .blog-default-cat .sub-teaser h2 {
        font-size: 19px;
        margin-bottom: 9px;
    }

    .workshop-top {
        padding: 30px;
    }

    .workshop-top h1 {
        font-size: 30px;
    }

    .workshop-team h3 {
        margin-bottom: 50px;
    }

    .workshop-team {
        margin-top: 65px;
    }
}

@media (max-width: 1510px) {


    #ck .submit-button, #ck .contactus-button {
        font-size: 22px;
        height: 58px;
    }

    .blog-default .item .pos-subtitle{
        font-size: 36px;
    }

    .project-h1, .item-page {
        margin-top: 40px;
    }

    #main-projects {
        margin-top: 40px;
    }

    .blog-default .item .pos-related > div {
        width: 24%;
    }

    .sub-slider h4{
        font-size: 16px;
    }

    #sub-slider {
        margin-top: 37px;
    }

    #last-projects{
        padding-left: 35px;
        padding-right: 35px;
    }

    .blog-default .item h1 {
        font-size: 45px;
    }

    #last-projects h3{
        margin-bottom: 20px;
    }

    .blog-default .item h1 span {
        font-size: 32px;
        margin-bottom: -7px;
    }

    #ck-addr p {
        font-size: 22px;
    }

    .ck strong, #ck-req strong {
        font-size: 18px;
    }

    .ck, #ck-addr {
        margin-bottom: 40px;
    }

    .strong-req{
        margin-top: 40px;
    }

    #ck .right-side h2, #ck-addr h2, .ck-addr-2 h2 {
        margin-bottom: 32px;
        font-size: 22px;
    }

    .blog-expo .details h1, .item-page h1, .project-h1 {
        font-size: 29px;
        margin-top: 40px;
    }

    .left-blog h1 {

    }


    .workshop-team {
        margin-top: 60px;
    }

    .workshop-team .pos-team-img {
        margin-right: 10px;
        width: 85px;
    }

    .workshop-team h2 {
        font-size: 18px;
    }

    .blog-default .item .pos-team .pos-title a::after, .workshop-team h2 a::after {
        padding-top: 7px;
    }

    .workshop-team .pos-content > div {
        margin-bottom: 22px;
    }

    .workshop-top .pos-top {
        width: 30%;
        margin-right: 4%;
    }

    .in-top-img {
        width: 48%;
    }

    .workshop-top h1 {
        font-size: 28px;
    }

    .workshop-top .pos-subtitle {
        font-size: 18px;
        margin-top: 10px;
    }

    .title-top {
        margin-right: auto;
    }

    .blog-default .item .pos-team .pos-subtitle {
        font-size: 20px;
    }

    .blog-default .item .pos-team .pos-title {
        font-size: 21px;
    }

    .blog-default .item .pos-team .pos-title a::after, .workshop-team h2 a::after {
        padding-top: 10px;
    }

    .blog-default .item .pos-team > div {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .blog-default .item .pos-history-images {
        margin-top: 45px;
        margin-bottom: 45px;
    }

    #masters-module li {
        width: 13%;
    }

    #authors-module {
        padding-top: 40px;
        margin-top: 55px;
        padding-bottom: 30px;
    }

    #mastera > h2 {
        margin-bottom: 80px;
        margin-top: 15px;
    }

    .pos-logo {
        padding-top: 50px;
        margin-bottom: 20px;
    }

    .in-top .pos-content {
        font-size: 18px;
    }

    .in-right-top {
        padding-left: 25px;
        padding-right: 10px;
    }

    .right-top .pos-subtitle {
        font-size: 17px;
    }

    .blog-noble .item h1 {
        font-size: 25px;
        padding-left: 30px;
        padding-top: 22px;
        padding-bottom: 12px;
    }

    .blog-noble .item .related-projects > h3 {
        margin-top: 30px;
    }

    .pos-other .sub-teaser h2, .blog-default-cat .sub-teaser h2 {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .blog-default .item .pos-testimonial .sub-testimonial {
        margin-top: 40px;
    }

    .blog-default .item .pos-testimonial .sub-testimonial .right-testimonial h3.pos-subtitle {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .blog-default .item .pos-testimonial .sub-testimonial .pos-content {
        font-size: 22px;
    }

    .blog-default .item .pos-testimonial .pos-title {
        font-size: 20px;
        padding-top: 18px;
        padding-bottom: 15px;
    }

    .blog-default .item .pos-history-title, .blog-default .item .pos-history-subtitle {
        margin-top: 0;
        font-size: 25px;
        margin-bottom: 25px;
    }

    .blog-default .item .pos-history-text {
        font-size: 21px;
    }

    .blog-default .item .pos-about .pos-title {
        font-size: 18px;
        margin-top: 17px;
    }

    .blog-default .item .pos-about .pos-links {
        font-size: 14px;
        margin-bottom: 17px;
        margin-top: 17px;
    }

    .item-pr {
        font-size: 21px;
    }

    .blog-default .item #cont-1 .pos-subtitle {
        font-size: 23px;
    }

    #b-menu a {
        font-size: 17px;
    }

    .left-blog .pos-content, .sub-blog .pos-taxonomy {
        margin-top: 40px;
    }

    .left-blog .pos-top {
        margin-top: 22px;
    }

    .blog-noble .teaser-item h2, #authors-module h4 {
        font-size: 20px;
        margin-top: 7px;
    }

    .blog-noble .teaser-item, #authors-module li {
        margin-bottom: 40px;
    }

    footer {
        height: 155px;
    }

    #blogo {
        width: 300px;
        top: 25px;
    }

    .in-blog-main ul h3, .blog-expo .teaser-item h2 {
        font-size: 17px;
        margin-top: 14px;
        margin-bottom: 14px;
    }

    .in-blog-main ul .description, .blog-expo .teaser-item .pos-links {
        font-size: 13px;
    }

    #main-about h2, #main-blog h2, #main-partners h2, #main-projects h2, #sub-form h2{
        font-size: 31px;
    }

    #sub-form h2{
        margin-bottom: 40px;
    }

    #main-about h2 {
        font-size: 28px;
        margin-bottom: 25px;
    }

    #main-about p {
        width: 90%;
    }

    #main-about .center {
        margin-top: 41px;
    }

    .blog-default .item .container {
        padding-bottom: 40px;
    }

    #cont-1 {
        padding-top: 40px;
    }

    .in-top {
        padding-bottom: 70px;
    }

    #masters-module > h3, #authors-module .container > h3 {
        font-size: 25px;
        margin-bottom: 60px;
    }

    #main-blog {
        margin-top: 55px;
        margin-bottom: 65px;
    }

    .blog-default-cat .sub-teaser h2 {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .blog-default-cat .sub-teaser {
        font-size: 13px;
    }

    .workshop-team h3 {
        margin-bottom: 45px;
    }

    .workshop-team {
        margin-top: 55px;
    }

    .item-order {
        margin-bottom: 32px;
    }
}

@media (max-width: 1410px) {
    .in-projects-main h4 {
        font-size: 20px;
        margin-bottom: 7px;
        margin-top: 12px;
    }

    .blog-expo, .blog-expo, .blog-sans, .blog-default, #main-projects, .blog-noble {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .blog-default .item .pos-subtitle{
        font-size: 34px;
        margin-bottom: 45px;
    }

    #cont-1 {
        padding-left: 0;
    }

    #titlex {
        font-size: 17px;
    }

    #pop-up > div, #joomly > div{
        padding: 25px;
        width: 800px;
    }

    .in-projects-main{
        grid-gap: 25px;
    }


    #sub-slider {
        margin-top: 33px;
    }

    #last-projects{
        padding-left: 30px;
        padding-right: 30px;
    }

    #last-projects h3 {
        margin-bottom: 17px;
        font-size: 24px;
        margin-top: 14px;
    }


    #last-projects li {
        width: 48%;
        margin-bottom: 18px;
    }

    #sub-form .fox-item, #sub-form .reg_form > div{
        width: 30%;
    }

    #blogo {
        width: 260px;
    }

    footer {
        height: 130px;
    }

    #b-phone a {
        font-size: 24px;
    }

    #b-phone{
        top: 15px;
    }

    #b-mail{
        top: 63px;
    }

    .in-slide h3 {
        font-size: 65px;
    }

    #mapster {
        margin-top: 45px;
    }

    .in-right-top{
        height: 54px;
    }

    #ck .fox-item, #ck .joomly-contactus-div {
        margin-bottom: 18px;
    }

    #ck input[type="text"], #ck input[type="email"], #ck input[type="tel"] {
        height: 50px !important;
        padding-left: 14px !important;
        font-size: 18px !important;
    }

    .ck a {
        font-size: 22px;
    }

    #ck .right-side h2, #ck-addr h2, .ck-addr-2 h2 {
        margin-bottom: 30px;
        font-size: 21px;
    }

    .blog-expo .details h1, .item-page h1, .project-h1 {
        font-size: 28px;
        margin-top: 30px;
        margin-bottom: 49px;
    }

    .left-blog h1 {
        font-size: 27px;
        margin-bottom: 23px;
    }

    .workshop-team .pos-content > div {
        margin-bottom: 20px;
    }

    .workshop-top h1 {
        font-size: 26px;
    }

    .workshop-top .pos-subtitle {
        font-size: 17px;
        margin-top: 7px;
    }

    .workshop-top {
        padding: 25px;
    }

    .workshop-top .mailex, .workshop-top .sitex {
        margin-bottom: 13px;
    }

    .meta-top .socialz {
        margin-top: 15px;
    }

    .blog-default .item .pos-team .pos-subtitle {
        font-size: 19px;
    }

    .blog-default .item .pos-team .pos-title {
        font-size: 20px;
    }

    .blog-default .item .pos-team .pos-team-img {
        margin-right: 17px;
        width: 9%;
    }

    #main-blog {
        margin-top: 60px;
    }


    #masters-module > h3, #authors-module .container > h3 {
        margin-bottom: 50px;
    }

    #authors-module {
        padding-top: 35px;
        margin-top: 50px;
        padding-bottom: 25px;
    }

    #mastera > h2 {
        margin-bottom: 77px;
        margin-top: 12px;
    }

    .pos-logo {
        padding-top: 45px;
        margin-bottom: 16px;
    }

    .blog-noble .item .related-projects > h3 {
        margin-top: 20px;
    }

    .right-top .pos-subtitle {
        font-size: 16px;
    }

    .blog-noble .item .right-site > h3, .related-projects > h3, .blog-sans .item .right-site > h3 {
        margin-bottom: 35px;
    }

    .in-top .pos-content {
        font-size: 17px;
    }

    .in-top {
        padding-bottom: 60px;
    }

    .pos-other .sub-teaser h2, .blog-default-cat .sub-teaser h2 {
        font-size: 18px;
    }

    .pos-other .sub-teaser .pos-links {
        font-size: 11px;
    }

    .blog-default .item .pos-testimonial .sub-testimonial .right-testimonial h3.pos-subtitle {
        font-size: 21px;
        margin-bottom: 25px;
    }

    .blog-default .item .pos-testimonial .sub-testimonial .pos-content {
        font-size: 21px;
    }

    .blog-default .item .pos-testimonial .pos-title {
        font-size: 19px;
        padding-top: 17px;
        padding-bottom: 14px;
    }

    .blog-default .item .pos-history-text {
        font-size: 20px;
    }

    .blog-default .item .pos-about .pos-title {
        font-size: 17px;
        margin-top: 15px;
    }


    .blog-default .item .pos-about .pos-links {
        margin-top: 14px;
        margin-bottom: 14px;
    }

    .blog-default .item #cont-1 .pos-subtitle {
        font-size: 21px;
    }


    .item-pr b {
        margin-right: 12px;
    }

    .left-blog .pos-subtitle strong {
        margin-right: 10px;
    }

    .blog-expo .teaser-item {
        margin-bottom: 35px;
    }

    .blog-noble .teaser-item h2, #authors-module h4 {
        font-size: 19px;
        margin-top: 6px;
    }

    .blog-noble .teaser-item .pos-subtitle {
        font-size: 15px;
    }

    #b-menu a {
        font-size: 16px;
    }

    #b-menu {
        left: 310px;
        right: 210px;
        top: 52px;
    }

    #copy, #prana {
        bottom: 10px;
        font-size: 13px;
    }

    #b-mail a {
        font-size: 13px;
    }

    .in-blog-main ul h3, .blog-expo .teaser-item h2 {
        font-size: 16px;
        margin-top: 13px;
        margin-bottom: 13px;
    }

    .in-blog-main ul .links, .blog-expo .teaser-item .pos-meta {
        margin-top: 6px;
    }

    .in-blog-main ul li, .blog-expo .teaser-item {
        width: 32%;
    }

    .blog-menu button, #blog-menu a {
        font-size: 17px;
    }

    .blog-menu li {
        margin-right: 29px;
    }

    .blog-menu, #blog-menu ul {
        margin-bottom: 50px;
    }

    #main-projects {
        margin-bottom: 45px;
    }

    #main-about h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    #main-about p {
        font-size: 19px;
        line-height: 29px;
        width: 95%;
    }


    .blog-default .item .container {
        padding-bottom: 30px;
    }

    #blog-projectz .left-menu a {
        padding-left: 28px;
        padding-right: 28px;
    }

    .workshop-team {
        margin-top: 50px;
    }

    .blog-noble .item .pos-other > div, .blog-sans .item .pos-other > div {
        margin-bottom: 25px;
    }

    .sub-blog .pos-meta a {
        width: 19%;
        margin-bottom: 17px;
    }
}

@media (max-width: 1365px) {
    .in-projects-main h4 {
        margin-bottom: 5px;
        font-size: 19px;
    }

    .item-order {
        margin-bottom: 25px;
    }

    .in-slide h3 {
        font-size: 62px;
        margin-bottom: 15px;
    }

    .in-slide{
        bottom: 7%;
    }

    .in-in-about h4{
        font-size: 27px;
        margin-bottom: 15px;
    }

    .left-blog h1 {
        font-size: 26px;
        margin-bottom: 22px;
    }

    .workshop-team .pos-team-img {
        margin-right: 8px;
        width: 80px;
    }

    #project-team-block .right-site .pos-extile a {
        font-size: 13px;
    }

    .blog-default .item .pos-team .pos-subtitle {
        font-size: 18px;
    }

    #masters-module > h3, #authors-module .container > h3 {
        margin-bottom: 40px;
    }

    .blog-default .item .pos-about .pos-links {
        font-size: 13px;
        margin-bottom: 12px;
        margin-top: 12px;
    }


    .blog-noble .teaser-item h2, #authors-module h4 {
        font-size: 18px;
    }

    .blog-noble .teaser-item, #authors-module li {
        width: 24%;
        margin-bottom: 35px;
    }

    .in-projects-main {
        grid-gap: 30px;
    }


    .right-top .pos-subtitle {
        font-size: 15px;
    }

    .right-top h1 {
        font-size: 21px;
    }

    .mailex, .sitex {
        margin-bottom: 15px;
    }

    .workshop-team h2 {
        font-size: 17px;
    }

    .blog-default .item .pos-team .pos-title a::after, .workshop-team h2 a::after {
        padding-top: 6px;
    }

    .workshop-team h3 {
        margin-bottom: 40px;
    }

    .in-right-top {
        padding-left: 30px;
    }

}

@media (max-width: 1310px) {
    .in-projects-main h4 {
        font-size: 18px;
    }

    .blog-expo, .blog-expo, .blog-sans, .blog-default, #main-projects, .blog-noble {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .blog-expo, .blog-expo, .blog-sans, .blog-default, #main-projects, .blog-noble {
        margin-top: 26px;
        margin-bottom: 26px;
    }

    .blog-default .item .pos-subtitle{
        font-size: 32px;
    }

    .project-h1, .item-page {
        margin-top: 30px;
    }

    #main-projects {
        margin-top: 30px;
    }

    #yoo-zoo.blog-expo .details h1, #content .item-page h1 {
        margin-bottom: 30px;
    }

    header{
        height: 132px;
    }

    header .order{
        top: 20px;
    }

    #main-menu {
        top: 90px;
    }

    #pop-up > div h3, #joomly > div > h3{
        font-size: 29px;
        margin-bottom: 15px;
    }

    #main-about h2, #main-blog h2, #main-partners h2, #main-projects h2{
        margin-bottom: 30px;
    }

    #main-partners ul{
        grid-template-columns: repeat(4, 1fr);
    }

    #sub-slider {
        margin-top: 27px;
    }

    #main-projects h2 {
        margin-bottom: 30px;
    }

    #main-projects {
        margin-top: 45px;
    }

    #last-projects h4{
        font-size: 13px;
    }

    .in-slide h3 {
        font-size: 59px;
        margin-bottom: 13px;
    }

    #last-projects h3 {
        margin-bottom: 16px;
        font-size: 23px;
        margin-top: 13px;
    }

    #last-projects{
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 20px;
    }

    .blog-default .item h1 {
        font-size: 40px;
    }

    .blog-default .item h1 span {
        font-size: 30px;
    }

    #cont-1 {
        padding-top: 30px;
    }

    #in-about > div, .sub-about{
        width: 32%;
    }

    #main-menu a {
        font-size: 16px;
    }

    #mapster {
        margin-top: 40px;
    }

    .blog-noble .item h1 {
        font-size: 24px;
        padding-left: 30px;
        padding-top: 17px;
        padding-bottom: 10px;
    }

    #ck textarea {
        height: 180px !important;
    }

    #ck .submit-button, #ck .contactus-button {
        font-size: 21px;
    }

    .ck a {
        font-size: 21px;
    }

    .ck, #ck-addr {
        margin-bottom: 30px;
    }

    .strong-req{
        margin-top: 30px;
    }

    #ck-req, .ck-addr-2 {
        font-size: 18px;
    }

    #ck .right-side h2, #ck-addr h2, .ck-addr-2 h2 {
        margin-bottom: 27px;
        font-size: 20px;
    }

    .blog-expo .details h1, .item-page h1, .project-h1 {
        font-size: 27px;
        margin-top: 27px;
        margin-bottom: 49px;
    }

    .left-blog h1 {
        font-size: 24px;
    }

    .workshop-top h1 {
        font-size: 25px;
    }

    #logo {
        top: 21px;
    }

    .blog-default .item .pos-team .pos-title {
        font-size: 19px;
    }

    .blog-default .item .pos-team .pos-title a::after, .workshop-team h2 a::after {
        font-size: 11px;
    }

    .blog-default .item .pos-team .pos-subtitle {
        font-size: 17px;
    }

    #project-team-block.container, #visual-block.container, #history-block.container {
        padding-bottom: 40px;
    }

    #material-block {
        margin-top: -20px;
    }

    #masters-module li {
        width: 14%;
    }

    #mastera > h2 {
        font-size: 18px;
        margin-bottom: 71px;
        margin-top: 10px;
    }

    .socialz a {
        margin-right: 20px;
    }

    .socialz {
        margin-top: 15px;
    }

    .mailex, .sitex {
        margin-bottom: 10px;
    }

    .pos-logo h4 {
        margin-bottom: 15px;
    }

    .blog-noble .item .right-site > h3, .related-projects > h3, .blog-sans .item .right-site > h3 {
        margin-bottom: 30px;
        margin-top: 30px;
        font-size: 17px;
    }

    .related-projects span {
        width: 32%;
    }

    .pos-other .sub-teaser h2, .blog-default-cat .sub-teaser h2 {
        font-size: 17px;
    }

    .blog-default .item .pos-testimonial .sub-testimonial .right-testimonial h3.pos-subtitle {
        font-size: 20px;
        margin-bottom: 22px;
    }

    .blog-default .item .pos-testimonial .sub-testimonial .right-testimonial {
        width: 68%;
    }

    .blog-default .item .pos-testimonial .sub-testimonial .pos-content {
        font-size: 19px;
    }

    .blog-default .item .pos-testimonial .pos-title {
        font-size: 18px;
        padding-top: 16px;
        padding-bottom: 13px;
    }

    .blog-default .item .pos-history-title, .blog-default .item .pos-history-subtitle {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .blog-default .item .pos-about .pos-title {
        margin-top: 13px;
        font-size: 16px;
    }

    .blog-default .item .pos-author > div, .blog-default .item .pos-related > div, .blog-default .item .pos-about > div {
        width: 49%;
    }

    .blog-default .item #cont-1 .pos-subtitle {
        font-size: 20px;
    }

    .item-pr {
        font-size: 19px;
        padding-bottom: 14px;
        padding-top: 14px;
    }

    .left-blog .pos-content, .sub-blog .pos-taxonomy {
        margin-top: 35px;
    }

    .blog-expo .teaser-item {
        margin-bottom: 30px;
    }

    #blogo {
        width: 230px;
        top: 22px;
    }

    #b-menu a {
        font-size: 14px;
    }

    #b-menu {
        left: 260px;
        right: 200px;
        top: 48px;
    }

    #b-phone a {
        font-size: 23px;
    }

    #b-phone {
        top: 11px;
    }

    #b-mail {
        top: 51px;
    }

    footer {
        height: 120px;
    }

    .in-blog-main ul h3, .blog-expo .teaser-item h2 {
        font-size: 15px;
        margin-top: 12px;
        margin-bottom: 11px;
    }

    .in-blog-main ul .description, .blog-expo .teaser-item .pos-links {
        font-size: 12px;
    }

    .in-blog-main ul .meta, .blog-expo .items .pos-subtitle {
        margin-bottom: 13px;
        font-size: 13px;
    }

    #main-about h2, #main-blog h2, #main-partners h2, #main-projects h2, #sub-form h2{
        font-size: 30px;
    }

    #main-about h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }

    #main-about .center {
        margin-top: 34px;
    }


    .in-projects-main .readmore {
        font-size: 13px;
    }


    .in-top {
        padding-bottom: 50px;
    }

    #main-blog {
        margin-top: 50px;
        margin-bottom: 55px;
    }

    #blog-projectz .left-menu a {
        padding-left: 25px;
        padding-right: 25px;
    }

    .blog-default .item .pos-history-images {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .sub-workshop .pos-taxonomy {
        width: 32%;
    }

    .workshop-team h3 {
        margin-bottom: 35px;
    }

    .workshop-team {
        margin-top: 50px;
    }

    #ck-addr p {
        font-size: 20px;
    }

    #sub-form h2{
        margin-bottom: 35px;
    }

    #sub-form {
        padding-top: 45px;
        padding-bottom: 55px;
        margin-top: 35px;
    }
}

@media (max-width: 1210px) {
    .in-projects-main h4 {
        font-size: 17px;
    }

    .blog-default .item .pos-subtitle{
        font-size: 30px;
        margin-bottom: 30px;
    }

    .blog-expo, .blog-expo, .blog-sans, .blog-default, #main-projects, .blog-noble {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #aboutex > p{
        font-size: 21px;
    }

    #titlex {
        font-size: 16px;
        margin-top: 8px;
    }

    .item-pr {
        font-size: 18px;
    }

    #pop-up > div h3, #joomly > div > h3{
        font-size: 27px;
    }

    .in-projects-main {
        grid-gap: 25px;
    }

    .sub-slider h4{
        font-size: 15px;
    }

    #sub-slider {
        margin-top: 24px;
    }

    #sub-form input[type="text"], #sub-form input[type="tel"] {
        height: 60px;
        font-size: 18px;
        padding-left: 8px;
    }

    #sub-form .fox-item, #sub-form .reg_form > div {
        margin-left: 25px;
        margin-right: 25px;
    }

    #sub-form .fox-item .submit-button, #sub-form .reg_form .contactus-submit{
        height: 60px;
        font-size: 19px;
    }

    #mailer{
        left: 240px;
    }

    .in-slide h3 {
        font-size: 56px;
    }

    #main-menu li {
        margin-left: 25px;
        margin-right: 25px;
    }

    #main-menu a {
        font-size: 15px;
    }

    #b-menu{
        display: none;
    }

    #content .x-photo a {
        width: 49%;
        margin-bottom: 22px;
    }

    #last-projects{
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
    }

    #last-projects h3 {
        margin-bottom: 12px;
        font-size: 22px;
        margin-top: 9px;
    }

    #last-projects li {
        width: 49%;
        margin-bottom: 13px;
    }

    .x-photo{
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .in-about h3{
        font-size: 19px;
        margin-bottom: 16px;
        margin-top: 16px;
    }

    .in-in-about h4{
        font-size: 25px;
        margin-bottom: 12px;
    }

    #in-about, #sub-about{
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #in-about {
        margin-top: 60px;
    }

    #content .pos-galleryx .slick-slide {
        margin-left: 7px;
        margin-right: 7px;
    }

    #content .pos-galleryx .slick-slide img {
        height: auto;
        width: 90%;
    }

    .blog-noble .item h1 {
        font-size: 23px;
        padding-left: 30px;
        padding-top: 15px;
        padding-bottom: 8px;
    }

    .in-top .pos-content {
        font-size: 16px;
    }

    .in-top {
        padding-bottom: 40px;
    }

    .in-top-img {
        width: 53%;
    }

    #ck input[type="text"], #ck input[type="email"], #ck input[type="tel"] {
        height: 45px !important;
        padding-left: 13px !important;
        font-size: 17px !important;
    }

    #ck textarea {
        padding: 13px !important;
        font-size: 17px !important;
    }

    #ck .fox-item, #ck .joomly-contactus-div {
        margin-bottom: 18px;
    }

    #ck-addr p {
        font-size: 19px;
    }

    .ck a {
        font-size: 20px;
    }

    .blog-expo .details h1, .item-page h1, .project-h1 {
        font-size: 26px;
        margin-top: 24px;
        margin-bottom: 45px;
    }

    .sub-blog .pos-meta {
        margin-top: 30px;
    }

    .left-blog h1 {
        font-size: 23px;
    }

    .blog-noble .item .pos-other > div, .blog-sans .item .pos-other > div {
        margin-bottom: 20px;
    }

    .workshop-team {
        margin-top: 45px;
    }

    .workshop-team h2 {
        font-size: 16px;
    }

    .workshop-team h3 {
        margin-bottom: 30px;
    }

    .workshop-team .pos-team-img {
        margin-right: 7px;
        width: 75px;
    }

    .blog-default .item .pos-team .pos-title a::after, .workshop-team h2 a::after {
        font-size: 10px;
    }

    .workshop-team .pos-content > div {
        margin-bottom: 16px;
    }

    .workshop-top {
        padding: 20px;
    }

    .workshop-top h1 {
        font-size: 23px;
    }

    .workshop-top .pos-subtitle {
        font-size: 16px;
        margin-top: 4px;
    }

    .blog-default .item .pos-team > div {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .blog-default .item .pos-team .pos-subtitle {
        font-size: 16px;
    }

    #project-team-block .right-site .pos-extile a {
        padding-top: 12px;
        padding-bottom: 11px;
        padding-left: 14px;
        padding-right: 14px;
        font-size: 12px;
    }

    .blog-default .item .pos-history-title, .blog-default .item .pos-history-subtitle {
        font-size: 23px;
        margin-bottom: 17px;
    }

    .blog-default .item .pos-history-images {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    #blog-projectz .left-menu a {
        padding-left: 25px;
        padding-right: 25px;
    }

    .left-menu a, .btn {
        font-size: 13px;
    }

    #main-blog {
        margin-top: 40px;
        margin-bottom: 45px;
    }

    #masters-module li {
        width: 15%;
    }

    #masters-module > h3, #authors-module .container > h3 {
        margin-bottom: 35px;
        font-size: 24px;
    }

    #mastera > h2 {
        font-size: 17px;
        margin-bottom: 67px;
    }

    .socialz a {
        margin-right: 17px;
    }

    .pos-logo {
        padding-top: 40px;
        margin-bottom: 14px;
    }

    .blog-noble .item .right-site > h3, .related-projects > h3, .blog-sans .item .right-site > h3 {
        margin-bottom: 23px;
        margin-top: 23px;
        font-size: 16px;
    }

    .right-top h1 {
        font-size: 20px;
    }

    .right-top .pos-subtitle {
        font-size: 14px;
    }

    .pos-other .sub-teaser h2, .blog-default-cat .sub-teaser h2 {
        font-size: 16px;
        margin-bottom: 7px;
    }

    .pos-other .sub-teaser .pos-links {
        font-size: 10px;
    }

    .blog-default .item .pos-testimonial .sub-testimonial {
        margin-top: 35px;
    }

    .blog-default .item .pos-testimonial .sub-testimonial .right-testimonial h3.pos-subtitle {
        font-size: 19px;
        margin-bottom: 20px;
    }

    .blog-default .item .pos-testimonial .sub-testimonial .pos-content {
        font-size: 18px;
    }

    .blog-default .item .pos-testimonial .pos-title {
        font-size: 17px;
        padding-top: 15px;
        padding-bottom: 12px;
    }

    .blog-default .item .pos-history-text {
        font-size: 19px;
    }

    .blog-default .item .pos-about .pos-title {
        font-size: 15px;
        margin-top: 10px;
    }

    .blog-default .item .pos-about .pos-links {
        font-size: 12px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .blog-default .item .container {
        padding-bottom: 50px;
    }

    .blog-default .item #cont-1 .pos-subtitle {
        font-size: 18px;
    }

    .left-blog .pos-content, .sub-blog .pos-taxonomy {
        margin-top: 30px;
    }

    .left-blog .pos-top {
        margin-top: 17px;
    }

    .blog-noble .teaser-item h2, #authors-module h4 {
        font-size: 17px;
    }

    footer {
        height: 125px;
    }

    #blogo {
        width: 250px;
        top: 20px;
    }

    #b-menu a {
        font-size: 15px;
    }

    #main-projects {
        margin-bottom: 35px;
    }

    #main-about h2, #main-blog h2, #main-partners h2, #main-projects h2, #sub-form h2 {
        font-size: 29px;
    }

    #b-menu {
        top: 35px;
    }

    #b-menu > ul {
        width: 49%;
    }

    #copy, #prana, #b-mail a {
        font-size: 12px;
    }

    .in-blog-main ul .meta, .blog-expo .items .pos-subtitle {
        margin-bottom: 12px;
    }

    .blog-menu li {
        margin-right: 25px;
    }

    .blog-menu button, #blog-menu a {
        font-size: 16px;
    }

    #main-about p {
        font-size: 18px;
        line-height: 28px;
        width: 98%;
    }

    #main-about .center {
        margin-top: 28px;
    }


    .blog-default-cat .sub-teaser {
        font-size: 12px;
    }

    .blog-default .item .pos-testimonial > div {
        margin-bottom: 30px;
    }
}

@media (max-width: 1110px) {

    .left-menu a, .btn {
        padding-left: 20px;
        padding-right: 20px;
    }

    .contactus-lightbox-caption{
        min-width: auto;
        width: 90%;
    }

    .project-h1, .item-page {
        margin-top: 25px;
    }

    #main-projects {
        margin-top: 25px;
    }

    #yoo-zoo.blog-expo .details h1, #content .item-page h1 {
        margin-bottom: 25px;
    }


    #sub-slider .container {
        width: 90%;
    }

    #main-menu li {
        margin-left: 20px;
        margin-right: 20px;
    }

    .leftex .item-pr b{
        width: 200px;
    }

    #way-menu .right-site > h2{
        margin-bottom: 18px;
        font-size: 23px;
    }

    #sub-slider {
        margin-top: 22px;
    }

    #sub-form {
        padding-top: 38px;
        padding-bottom: 52px;
    }

    .in-slide h3 {
        font-size: 55px;
        margin-bottom: 11px;
    }

    .in-about h3 {
        font-size: 18px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .blog-default .item .pos-testimonial > div {
        margin-bottom: 24px;
    }

    .blog-default .item .pos-testimonial .pos-title {
        font-size: 16px;
        padding-top: 13px;
        padding-bottom: 9px;
    }

    .blog-default .item .pos-history-title, .blog-default .item .pos-history-subtitle {
        font-size: 22px;
        margin-bottom: 13px;
    }

    .blog-default .item .pos-history-text {
        font-size: 18px;
    }

    .blog-default .item .pos-testimonial .sub-testimonial .pos-content {
        font-size: 17px;
    }

    .blog-default .item .pos-testimonial .sub-testimonial .right-testimonial h3.pos-subtitle {
        font-size: 18px;
        margin-bottom: 13px;
    }

    .blog-default .item .pos-testimonial .sub-testimonial {
        margin-top: 30px;
    }

    .blog-default .item .pos-testimonial .sub-testimonial .pos-links {
        margin-top: 14px;
    }

    .blog-default .item .pos-testimonial .sub-testimonial .pos-meta {
        margin-top: 11px;
    }

    .pos-logo {
        padding-top: 30px;
    }

    .workshop-team .pos-team-img {
        margin-right: 6px;
        width: 66px;
    }

    .blog-expo .details h1, .item-page h1, .project-h1 {
        font-size: 25px;
        margin-top: 12px;
        margin-bottom: 30px;
    }

    .workshop-top h1 {
        font-size: 22px;
    }

    .ck a {
        font-size: 19px;
    }

    .ck strong, #ck-req strong {
        font-size: 17px;
    }

    #ck-req, .ck-addr-2 {
        font-size: 17px;
    }

    #ck .right-side h2, #ck-addr h2, .ck-addr-2 h2 {
        margin-bottom: 21px;
        font-size: 20px;
    }

    #ck-addr p {
        font-size: 17px;
    }

    .in-projects-main h4 {
        font-size: 16px;
        margin-top: 9px;
    }

    .left-blog h1 {
        font-size: 22px;
    }

    .left-blog .pos-content, .sub-blog .pos-taxonomy {
        margin-top: 15px;
    }

    #authors-module {
        padding-top: 30px;
        margin-top: 40px;
        padding-bottom: 20px;
    }

    #b-menu > ul {
        width: 57%;
    }

    #main-about h2, #main-blog h2, #main-partners h2, #main-projects h2, #sub-form h2{
        font-size: 28px;
    }

    #mastera > h2 {
        margin-bottom: 50px;
    }

    .workshop-team {
        margin-top: 40px;
    }

    #cont-1{
        padding-bottom: 35px;
    }

    .blog-default .item .container {
        padding-bottom: 40px;
    }
}

@media (max-width: 1030px) {

    #main-about h2 {
        font-size: 24px;
        margin-bottom: 13px;
    }

    header.fixed #main-menu {
        top: 81px;
    }

    .blog-default .item .pos-subtitle{
        font-size: 28px;
    }

    header.fixed{
        height: 80px;
    }

    header.fixed #mailer{
        top: 40px;
    }

    #last-projects h3{
        text-align: center;
    }

    .closer{
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }

    .contactus-lightbox-caption .closer{
        margin-top: 0;
    }

    #last-projects h4 {
        font-size: 14px;
    }

    #sub-main-menu{
        display: block;
    }

    .item-101{
        display: block !important;
    }

    #main-menu a {
        font-size: 20px;
    }

    #main-menu li{
        margin-left: 0;
        margin-right: 0;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #last-projects li {
        width: 32%;
        margin-bottom: 18px;
    }

    #last-projects{
        width: 100% !important;
        padding-top: 0;
    }

    #menu-trigger{
        display: block;
    }

    #logo {
        top: 16px;
    }

    #cont-x{
        flex-direction: column;
    }

    #main-menu{
        position: fixed;
        top: 0;
        width: 100%;
        box-sizing: border-box;
        left: -101%;
        bottom: 0;
        background-color: #fff;
        z-index: 999;
    }

    #phoner{
        top: 14px;
        left: 51px;
        font-size: 13px;
        background-size: 17px;
        padding-left: 28px;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    #mailer {
        left: 51px;
        font-size: 13px;
        background-size: 17px;
        padding-left: 28px;
        padding-top: 4px;
        padding-bottom: 4px;
        top: 35px;
    }

    #titlex {
        font-size: 15px;
        margin-top: 7px;
    }

    header{
        height: 80px;
    }



    #project-trigger, #menu-trigger{
        top: 21px;
    }


    header .order{
        right: 56px;
        top: 20px;
        width: 190px;
    }

    #main-menu ul{
        flex-direction: column;
        padding-top: 20px;
    }


    #pop-up > div h3, #joomly > div > h3 {
        font-size: 26px;
    }

    #pop-up .fox-item input[type="text"], #joomly input[type="text"], #joomly input[type="tel"]{
        font-size: 19px;
    }

    .blog-default .item .container {
        padding-bottom: 30px;
    }

    #content .pos-galleryx {
        margin-bottom: 20px;
    }

    #way-menu .right-site > h2{
        text-align: center;
    }

    .container, .blog-expo .item, .blog-sans .item {
        width: 97%;
    }

    #cont-1{
        flex-direction: column;
        align-items: center;
    }

    #cont-1 .leftex, #cont-1 .rightex{
        width: 100%;
        text-align: center;
    }

    .item-pr {
        padding-top: 11px;
        padding-bottom: 11px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    #cont-1 .item-pr b,  #cont-1 .item-pr > div{
        width: 50%;
    }

    .item-order{
        width: 90%;
        font-size: 14px;
    }

    .blog-default .item h1 {
        font-size: 38px;
    }

    .blog-default .item h1 span {
        font-size: 27px;
    }

    .in-projects-main {
        grid-gap: 30px;
        grid-template-columns: repeat(2, 1fr);
    }

    #sub-form .fox-item, #sub-form .reg_form > div {
        width: 33%;
    }


    #sub-form {
        padding-top: 32px;
        padding-bottom: 47px;
        margin-top: 32px;
    }

    .in-slide h3 {
        font-size: 54px;
        margin-bottom: 9px;
    }

    .blog-default .item #cont-1 .pos-subtitle {
        font-size: 17px;
    }

    #mapster {
        margin-top: 35px;
    }

    .blog-noble .item h1 {
        font-size: 21px;
        padding-top: 14px;
        padding-bottom: 17px;
    }

    .in-right-top {
        height: 47px;
    }

    .blog-default .item .pos-team .pos-title {
        font-size: 18px;
    }

    .blog-default .item .pos-team .pos-subtitle {
        font-size: 15px;
    }

    #project-team-block .right-site .pos-extile a {
        padding-top: 9px;
        padding-bottom: 9px;
        padding-left: 14px;
        padding-right: 14px;
        font-size: 12px;
    }

    .blog-default .item .pos-team > div {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    #project-team-block.container, #visual-block.container, #history-block.container {
        padding-bottom: 30px;
    }

    .workshop-team h3 {
        margin-bottom: 20px;
        font-size: 17px;
    }

    .workshop-team .pos-content > div {
        width: 48%;
        margin-bottom: 20px;
    }

    .workshop-team .pos-team-img {
        margin-right: 10px;
        width: 70px;
    }

    .workshop-top h1 {
        font-size: 21px;
    }

    .blog-expo .details h1, .item-page h1, .project-h1 {
        font-size: 25px;
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .ck a {
        font-size: 18px;
    }

    .left-blog h1 {
        font-size: 21px;
    }

    .left-blog .pos-content, .sub-blog .pos-taxonomy {
        margin-top: 10px;
    }

    #mastera > h2 {
        margin-bottom: 40px;
    }

    #masters-module li {
        width: 16%;
    }

    #authors-module {
        padding-top: 25px;
        margin-top: 38px;
        padding-bottom: 17px;
    }

    .blog-noble .teaser-item, #authors-module li {
        width: 32%;
        margin-bottom: 30px;
    }

    #masters-module > h3, #authors-module .container > h3 {
        margin-bottom: 28px;
        font-size: 23px;
    }

    #b-menu > ul {
        width: 64%;
    }

    #main-about p {
        font-size: 17px;
        line-height: 27px;
        width: 99%;
    }

    .blog-menu, #blog-menu ul {
        justify-content: center;
    }

    #main-about h2, #main-blog h2, #main-partners h2, #main-projects h2, #sub-form h2 {
        font-size: 26px;
        text-align: center;
        margin-top: 0;
    }

    #main-blog {
        margin-top: 30px;
        margin-bottom: 35px;
    }

    .blog-menu li {
        margin-right: 20px;
        margin-left: 20px;
    }

    .blog-menu, #blog-menu ul {
        margin-bottom: 30px;
    }

    .in-blog-main ul .meta, .blog-expo .items .pos-subtitle {
        text-align: center;
    }

    .in-blog-main ul h3, .blog-expo .teaser-item h2 {
        font-size: 15px;
        margin-top: 8px;
        margin-bottom: 10px;
        text-align: center;
    }

    .in-blog-main ul .description, .blog-expo .teaser-item .pos-links {
        font-size: 11px;
        text-align: center;
    }

    .in-blog-main ul .links, .blog-expo .teaser-item .pos-meta {
        margin-top: -4px;
        text-align: center;
    }

    .sub-workshop {
        margin-top: 20px;
    }

    .pos-other > div, .blog-default-cat .teaser-item {
        width: 48%;
    }

    .blog-default .item .pos-other > div:last-of-type{
        display: none;
    }

    .blog-default .item .pos-history-images {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .blog-sans .in-item .left-site, .blog-noble .in-item .left-site, #blog-projectz .left-site, #inproject-menu {
        display: none;
    }

    .blog-sans .in-item .right-site, .blog-noble .in-item .right-site, #blog-projectz .right-site {
        width: 100%;
    }

    .blog-noble .item .pos-top, .in-top {
        left: 0;
    }

    #main .container{
        width: 100%;
        flex-direction: column;
    }


    .left-container{
        margin-right: 0;
    }

    .item-pr{
        justify-content: center;
    }

    #way-menu > div{
        flex-direction: column;
    }

    .left-site, .right-site {
        width: 100%;
    }

    #way-menu .order-in{
        width: 100%;
        font-size: 15px;
        height: 52px;
    }

    #main-menu .closer{
        display: block;
    }


}

@media (max-width: 905px) {
    #main-about h2 {
        font-size: 23px;
        margin-bottom: 12px;
    }

    .blog-default .item .pos-subtitle {
        font-size: 26px;
    }

    .project-h1, .item-page {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #main-projects {
        margin-top: 20px;
    }

    #yoo-zoo.blog-expo .details h1, #content .item-page h1 {
        margin-bottom: 20px;
    }

    #aboutex > p{
        font-size: 20px;
    }


    #in-about, #sub-about > div{
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #sub-about > div{
        flex-wrap: wrap;
    }

    #last-projects h3 {
        margin-bottom: 11px;
        font-size: 21px;
        margin-top: 8px;
    }

    #pop-up > div, #joomly > div{
        width: 90%;
    }

    #pop-up .fox-item, #joomly .reg_form .joomly-contactus-div {
        margin-bottom: 25px;
    }

    .blog-default .item h1 {
        font-size: 35px;
        padding-top: 15px;
        padding-bottom: 10px;
        padding-left: 2.5%;
    }

    .blog-default .item h1 span {
        font-size: 24px;
    }

    #main-partners ul {
        grid-template-columns: repeat(3, 1fr);
    }

    #sub-form input[type="text"], #sub-form input[type="tel"] {
        height: 55px;
        font-size: 16px;
    }

    #sub-slider .container{
        flex-wrap: wrap;
    }

    #sub-slider .sub-slider {
        width: 26%;
        margin-bottom: 25px;
    }


    #sub-form .fox-item, #sub-form .reg_form > div {
        margin-left: 20px;
        margin-right: 20px;
    }

    #sub-form .fox-item .submit-button, #sub-form .reg_form .contactus-submit{
        font-size: 18px;
        height: 55px;
    }

    #sub-form h2{
        margin-bottom: 30px;
    }

    .in-slide h3 {
        font-size: 45px;
    }

    .in-in-about h4 {
        font-size: 23px;
        margin-bottom: 10px;
    }

    .in-in-about a{
        font-size: 14px;
    }

    #x-team {
        padding-top: 25px;
    }

    .in-about h3 {
        font-size: 17px;
        margin-bottom: 13px;
        margin-top: 13px;
    }

    #aboutex > p{
        width: 95%;
    }

    #in-about > div, .sub-about{
        text-align: center;
    }

    .in-about li{
        text-align: center;
        font-size: 15px;
    }

    #cont-1{
        padding-bottom: 30px;
    }

    .in-top {
        padding-bottom: 30px;
    }

    .blog-default .item .pos-history-images {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .blog-default .item .pos-about .pos-subtitle{
        text-align: center;
        margin-bottom: 15px;
    }

    .workshop-top .pos-top {
        width: 14%;
        margin-right: 5%;
    }

    .in-top-img {
        width: 100%;
    }

    .blog-noble .item .right-site > h3, .related-projects > h3, .blog-sans .item .right-site > h3 {
        text-align: center;
    }

    .workshop-team {
        margin-top: 30px;
    }

    .workshop-team h3 {
        text-align: center;
    }


    .blog-default .item .left-site h3{
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        font-size: 20px;
        width: 100%;
        background-color: transparent;
        margin-bottom: 15px;
        text-align: center;
    }

    .blog-default .item .pos-history-title, .blog-default .item .pos-history-subtitle {
        font-size: 19px;
        margin-bottom: 10px;
        text-align: center;
    }

    .blog-default .item .pos-history-text {
        font-size: 17px;
        text-align: center;
    }

    .blog-default .item .container {
        padding-bottom: 40px !important;
    }

    .workshop-top .pos-subtitle {
        font-size: 15px;
        margin-top: 3px;
    }

    #ck .fox-item, #ck .joomly-contactus-div {
        margin-bottom: 18px;
        margin-top: 23px;
    }

    #ck .container {
        display: flex;
        flex-direction: column;
    }

    #ck .container > div {
        width: 100%;
        text-align: center;
    }

    #ck .right-side h2, #ck-addr h2, .ck-addr-2 h2 {
        margin-bottom: 8px;
        font-size: 18px;
    }

    #ck .right-side {
        margin-top: 30px;
    }

    #ck-req, .ck-addr-2 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .ck a {
        font-size: 17px;
    }

    .sub-blog .pos-meta a {
        width: 49%;
    }

    .sub-blog .pos-meta {
        margin-top: 20px;
    }

    .left-blog h1 {
        font-size: 20px;
    }

    .left-blog .pos-content, .sub-blog .pos-taxonomy {
        font-size: 16px;
        line-height: 22px;
    }

    .left-blog .pos-subtitle span {
        font-size: 13px;
    }

    #masters-module > h3, #authors-module .container > h3 {
        margin-bottom: 23px;
        font-size: 22px;
    }

    #main-about h2, #main-blog h2, #main-partners h2, #main-projects h2, #sub-form h2{
        font-size: 25px;
    }

    .in-blog-main ul .meta, .blog-expo .items .pos-subtitle {
        margin-bottom: 8px;
        font-size: 12px;
    }

    #main-about p {
        line-height: 26px;
    }

    .in-projects-main h4 {
        font-size: 15px;
    }

    #content .pos-galleryx {
        margin-bottom: 40px;
    }
}

@media (max-width: 805px) {
    #main-about h2 {
        font-size: 22px;
        margin-bottom: 11px;
    }

    .contactus-lightbox-cap {
        font-size: 22px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .contactus-alert-body{
        font-size: 17px;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .blog-default .item .pos-subtitle {
        font-size: 24px;
    }

    header.fixed #logo img {
        width: 180px;
    }

    header .order {
        right: 56px;
        top: 20px;
        width: 162px;
        height: 38px;
    }

    header.fixed {
        height: 65px;
    }

    header.fixed #phoner{
        top: 9px;
    }

    header.fixed #mailer {
        top: 30px;
    }

    header.fixed .order{
        top: 13px;
    }

    header.fixed #project-trigger,  header.fixed #menu-trigger{
        top: 14px;
    }

    .blog-default .item h1 {
        font-size: 32px;
    }

    #cont-1 .item-pr b, #cont-1 .item-pr > div {
        width: 100%;
    }

    .blog-default .item h1 span {
        font-size: 23px;
    }

    .in-slide h3 {
        font-size: 42px;
    }

    #main-partners ul{
        grid-gap: 25px;
    }

    .in-in-about h4 {
        font-size: 21px;
        margin-bottom: 9px;
    }

    #sub-form .fox-item, #sub-form .reg_form > div {
        margin-left: 14px;
        margin-right: 14px;
    }

    #sub-form h2 {
        margin-bottom: 25px;
    }

    #sub-form {
        padding-top: 29px;
        padding-bottom: 43px;
    }

    #in-about, #sub-about {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .in-about h3 {
        font-size: 16px;
        margin-bottom: 12px;
        margin-top: 12px;
    }

    #in-about {
        margin-top: 40px;
    }

    .blog-default .item .container {
        padding-bottom: 33px !important;
    }

    .blog-menu, #blog-menu ul {
        margin-bottom: 25px;
    }

    #cont-1 {
        padding-bottom: 25px;
    }

    #content .pos-galleryx {
        margin-bottom: 35px;
    }

    .item-pr b{
        margin-right: 0;
    }

    .item-pr{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .blog-default .item .pos-about .pos-subtitle {
        margin-bottom: 9px;
    }

    .blog-default .item .pos-about .pos-title, .blog-default .item .pos-about .pos-links, .blog-default .item .pos-about .pos-meta{
        text-align: center;
    }

    .pos-testimonial .slick-dots button{
        width: 15px;
        height: 15px;
    }

    .blog-default .item .pos-testimonial > div {
        margin-bottom: 19px;
    }

    .workshop-top h1 {
        font-size: 19px;
    }

    .workshop-top .mailex, .workshop-top .sitex {
        margin-bottom: 6px;
    }

    .workshop-team {
        margin-top: 20px;
    }

    #ck .right-side h2, #ck-addr h2, .ck-addr-2 h2 {
        margin-bottom: 8px;
        font-size: 17px;
    }

    #ck-addr p {
        font-size: 16px;
    }

    .ck, #ck-addr {
        margin-bottom: 20px;
    }

    .strong-req{
        margin-top: 20px;
    }

    .blog-expo .details h1, .item-page h1, .project-h1 {
        font-size: 24px;
        margin-top: 12px;
        margin-bottom: 20px;
    }

    #mastera > h2 {
        font-size: 16px;
        margin-bottom: 35px;
    }

    #masters-module > h3, #authors-module .container > h3 {
        margin-bottom: 20px;
        font-size: 21px;
    }

    .blog-noble .teaser-item .pos-subtitle, #authors-module .uk-subnav {
        font-size: 15px;
    }

    footer {
        height: auto;
        padding-top: 20px;
        padding-bottom: 4px;
    }

    #blogo, #b-mail, #copy, #prana, #b-phone {
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        top: 0;
        right: 0;
        text-align: center;
        display: block;
        margin-bottom: 15px;
    }

    #blogo {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
    }

    .in-blog-main .zoo-item-list li:last-of-type {
        display: none;
    }

    .in-blog-main ul li, .blog-expo .teaser-item {
        width: 49%;
    }

    .in-projects-main .readmore {
        font-size: 12px;
    }

    .in-projects-main {
        grid-gap: 15px;
    }

    #main-about .center {
        margin-top: 24px;
    }

    .in-projects-main h4 {
        margin-bottom: 0;
    }

    .in-projects-main h4 {
        font-size: 14px;
    }

    .pos-other .sub-teaser .pos-links a::before, .blog-default-cat .sub-teaser .pos-links a::before, .in-blog-main ul .links a::before, .blog-expo .teaser-item .pos-meta a::before, #material-block .pos-meta a::before {
        margin-right: 5px;
    }

    #masters-module li {
        width: 17%;
    }

    .left-blog .pos-content, .sub-blog .pos-taxonomy {
        font-size: 16px;
        line-height: 22px;
    }

    .blog-default .item .pos-testimonial .sub-testimonial {
        margin-top: 20px;
    }

    #main-projects{
        margin-top: 35px;
    }
}

@media (max-width: 705px) {
    #main-about p {
        width: 100%;
    }

    header.fixed #main-menu {
        top: 65px;
    }

    .blog-default .item .pos-subtitle {
        font-size: 22px;
    }

    .blog-expo, .blog-expo, .blog-sans, .blog-default, #main-projects, .blog-noble {
        margin-top: 10px;
        margin-bottom: 12px;
    }


    .project-h1, .item-page {
        margin-top: 15px;
    }

    #main-projects {
        margin-top: 15px;
    }

    #yoo-zoo.blog-expo .details h1, #content .item-page h1 {
        margin-bottom: 15px;
    }

    #aboutex > p{
        font-size: 19px;
    }

    #main-menu ul{
        padding-top: 10px;
    }

    .item-pr {
        font-size: 17px;
    }

    #last-projects li {
        margin-bottom: 12px;
    }

    .closer{
        margin-top: 10px;
    }


    .contactus-lightbox-caption .closer{
        margin-top: 0;
    }

    #last-projects h3 {
        margin-bottom: 10px;
        font-size: 20px;
        margin-top: 6px;
    }

    #pop-up > div, #joomly > div{
        width: 95%;
    }

    #titlex {
        font-size: 13px;
        margin-top: 6px;
    }

    header .order {
        top: 21px;
        width: 150px;
    }

    .blog-default .item h1 {
        font-size: 30px;
        padding-top: 12px;
        padding-bottom: 7px;
        padding-left: 2.5%;
    }

    .blog-default .item h1 span {
        font-size: 21px;
    }

    .in-slide h3 {
        font-size: 37px;
    }

    #main-partners ul{
        grid-gap: 20px;
    }

    #aboutex > p {
        width: 100%;
    }

    #sub-form .fox-column, #sub-form .reg_form{
        flex-direction: column;
        align-items: center;
    }

    #sub-form .fox-item, #sub-form .reg_form > div {
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        margin-bottom: 25px;
    }

    #sub-form{
        padding-bottom: 20px;
    }

    #sub-form .fox-item .submit-button, #sub-form .reg_form .contactus-submit {
        font-size: 19px;
    }


    #content .pos-galleryx {
        margin-bottom: 30px;
    }

    #mapster > ymaps{
        height: 350px !important;
    }


    #mapster {
        margin-top: 30px;
    }

    .blog-noble .item h1 {
        font-size: 21px;
        padding-left: 0;
        padding-top: 14px;
        padding-bottom: 17px;
        width: 100%;
        text-align: center;
    }

    .in-right-top {
        left: 0;
        right: 0;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        justify-content: center;
    }

    .pos-logo {
        padding-top: 75px;
    }

    .in-top .pos-content {
        font-size: 15px;
    }

    .blog-default .item .pos-about .pos-title {
        font-size: 14px;
        margin-top: 8px;
    }

    .blog-default .item .pos-testimonial .sub-testimonial .pos-meta {
        margin-top: 9px;
    }

    .pos-other > div, .blog-default-cat .teaser-item {
        width: 49%;
    }

    .blog-default .item .pos-testimonial .sub-testimonial .right-testimonial h3.pos-subtitle {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .blog-default .item .pos-testimonial .sub-testimonial .pos-content {
        font-size: 16px;
    }

    .blog-default .item .pos-testimonial .sub-testimonial .pos-links {
        margin-top: 10px;
        font-size: 15px;
    }

    .blog-default .item .pos-testimonial .sub-testimonial .pos-meta {
        margin-top: 8px;
    }

    .workshop-top {
        padding: 15px;
    }

    .workshop-top h1 {
        font-size: 18px;
    }

    .workshop-top .pos-subtitle {
        font-size: 14px;
        margin-top: 2px;
    }

    .workshop-top .pos-top {
        width: 14%;
        margin-right: 3%;
    }

    body {
        font-size: 15px;
    }

    .blog-noble .item .right-site > h3, .related-projects > h3, .blog-sans .item .right-site > h3 {
        margin-bottom: 15px;
        margin-top: 20px;
    }

    #logo a {
        width: 200px;
    }

    #logo {
        top: 15px;
    }

    .blog-expo .details h1, .item-page h1, .project-h1 {
        font-size: 22px;
        margin-top: 10px;
        margin-bottom: 16px;
    }

    #ck .submit-button, #ck .contactus-button {
        font-size: 19px;
        height: 52px;
    }

    .left-blog h1 {
        font-size: 19px;
        margin-bottom: 17px;
    }

    #masters-module li {
        width: 19%;
    }

    .blog-noble .teaser-item, #authors-module li {
        width: 48%;
    }

    .blog-menu, #blog-menu ul {
        margin-bottom: 25px;
    }

    .in-blog-main ul h3, .blog-expo .teaser-item h2 {
        font-size: 14px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .in-projects-main h4 {
        font-size: 13px;
        margin-top: 5px;
    }

    .in-projects-main .readmore {
        font-size: 11px;
    }

    .socialz a {
        margin-right: 14px;
    }

    .blog-default .item .container {
        padding-bottom: 30px !important;
    }

    .blog-default .item .pos-related > div {
        margin-bottom: 15px;
    }

}

@media (max-width: 605px) {
    #main-about h2 {
        font-size: 21px;
        margin-bottom: 10px;
    }

    .contactus-lightbox-caption .closer{
        right: 10px;
        top: 10px;
    }

    .contactus-lightbox-cap {
        font-size: 20px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .contactus-alert-body {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 16px;
    }

    .in-top{
        width: 100%;
    }

    .blog-default .item .pos-subtitle {
        font-size: 20px;
        margin-bottom: 22px;
    }


    #cont-1 .right-site{
        flex-wrap: wrap;
    }

    #aboutex > p{
        font-size: 18px;
    }

    #in-about, #sub-about > div{
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #main-partners ul {
        grid-gap: 15px;
    }

    #main-menu a {
        font-size: 18px;
    }

    #main-menu li{
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .item-pr {
        font-size: 16px;
    }

    #phoner, #mailer, header .order{
        display: none;
    }

    #last-projects li {
        width: 48%;
        margin-bottom: 10px;
    }

    #last-projects h3{
        font-size: 19px;
    }

    #way-menu .right-site > h2 {
        margin-bottom: 13px;
        font-size: 22px;
    }

    .blog-default .item .pos-related > div {
        margin-bottom: 18px;
    }

    .blog-default .item .pos-history-images {
        margin-top: 18px;
        margin-bottom: 18px;
    }

    #pop-up > div h3, #joomly > div > h3 {
        font-size: 24px;
    }

    #cont-1 {
        padding-top: 25px;
    }

    .item-order, #cont-1 .item-pr{
        width: 100%;
    }

    #about-image-block img {
        margin-top: 30px;
    }

    .blog-default .item h1 {
        font-size: 27px;
    }

    .in-slide h3 {
        font-size: 33px;
    }

    #b-phone a {
        font-size: 22px;
    }

    #x-team {
        padding-top: 15px;
    }

    #in-about, #sub-about{
        flex-direction: column;
        align-items: center;
    }

    .in-in-about h4 {
        font-size: 25px;
        margin-bottom: 12px;
    }

    #in-about > div, .sub-about{
        width: 100%;
        margin-bottom: 35px;
        text-align: center;
    }

    #content .pos-galleryx {
        margin-bottom: 25px;
    }

    #cont-1 {
        padding-bottom: 15px;
    }

    #ck .fox-item, #ck .joomly-contactus-div {
        margin-bottom: 10px;
        margin-top: 17px;
    }

    #ck-req, #ck-addr p, .ck-addr-2 {
        font-size: 15px;
    }

    #ck .right-side {
        margin-top: 25px;
    }

    #mapster > ymaps{
        height: 330px !important;
    }

    .in-projects-main h4 {
        font-size: 15px;
        margin-top: 8px;
    }

    #main-projects {
        margin-bottom: 13px;
    }

    .in-projects-main .readmore {
        font-size: 13px;
    }


    .blog-default .item .pos-team .pos-title {
        font-size: 16px;
    }

    .blog-default .item .pos-team .pos-subtitle {
        font-size: 14px;
    }

    #project-team-block .right-site .pos-extile a {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 11px;
        padding-right: 11px;
        font-size: 11px;
    }

    .blog-default .item .pos-team .pos-team-img {
        margin-right: 8px;
        width: 9%;
    }

    .item-pr {
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .blog-default .item #cont-1 .pos-subtitle {
        font-size: 16px;
    }

    .blog-noble .item h1 {
        font-size: 20px;
        padding-left: 0;
        padding-top: 14px;
        padding-bottom: 16px;
        width: 100%;
        text-align: center;
    }

    .blog-default .item .pos-about .pos-title {
        font-size: 13px;
        margin-top: 7px;
    }

    .blog-default .item .pos-about .pos-links {
        font-size: 11px;
        margin-bottom: 8px;
        margin-top: 8px;
    }



    .blog-default .item .left-site h3{
        font-size: 19px;
    }

    .workshop-top h1 {
        font-size: 17px;
    }

    .workshop-top .socialz a {
        width: 26px;
        height: 26px;
    }

    .workshop-top {
        padding: 10px;
    }

    .workshop-top .pos-top {
        width: 13%;
        margin-right: 2%;
    }

    .sub-workshop {
        flex-direction: column;
        align-items: center;
    }

    .sub-workshop .pos-content {
        width: 100%;
        text-align: justify;
        margin-top: 13px;
    }

    .sub-workshop .pos-taxonomy {
        width: 80%;
    }

    .blog-expo .items, .blog-expo .item {
        margin-top: 20px;
    }

    .blog-expo .details h1, .item-page h1, .project-h1 {
        font-size: 21px;
        margin-top: 8px;
        margin-bottom: 14px;
    }

    #ck .submit-button, #ck .contactus-button {
        font-size: 18px;
    }

    .left-blog .backer {
        justify-content: center;
    }

    .right-blog {
        width: 100%;
    }

    .in-blogster {
        flex-direction: column-reverse;
        align-items: center;
    }

    .right-blog {
        width: 90%;
    }

    .left-blog h1 {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .left-blog {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    #mastera > h2 {
        font-size: 15px;
        margin-bottom: 30px;
    }

    #masters-module > h3, #authors-module .container > h3 {
        margin-bottom: 18px;
        font-size: 20px;
    }

    #masters-module li {
        width: 21%;
    }

    #blogo {
        width: 230px;
    }

    #main-blog {
        margin-top: 23px;
        margin-bottom: 27px;
    }

    .blog-menu button, #blog-menu a {
        font-size: 15px;
    }

    #main-about p {
        font-size: 16px;
        line-height: 25px;
    }

    #main-about .center {
        margin-top: 21px;
    }

    .blog-default .item .container {
        padding-bottom: 28px !important;
    }

    #main-projects{
        margin-top: 30px;
    }

    #pop-up .fox-item .submit-button, #joomly .contactus-button {
        font-size: 21px;
        height: 54px;
    }

    #sub-main-menu{
        bottom: 25px;
    }

}

@media (max-width: 505px) {
    #main-about h2 {
        font-size: 20px;
        margin-bottom: 7px;
    }

    .contactus-error-message{
        font-size: 14px;
    }

    .contactus-alert-body {
        padding-top: 13px;
        padding-bottom: 13px;
        font-size: 15px;
    }

    .contactus-lightbox-caption{
        width: 99%;
    }

    header.fixed #main-menu {
        top: 60px;
    }

    .blog-default .item .pos-subtitle {
        font-size: 18px;
        margin-bottom: 18px;
    }

    header.fixed #logo img {
        width: 150px;
    }

    header.fixed {
        height: 55px;
    }

    header.fixed #project-trigger, header.fixed #menu-trigger {
        top: 10px;
    }

    header.fixed #logo {
        top: 11px;
    }

    header {
        height: 70px;
    }

    .project-h1, .item-page {
        margin-top: 12px;
    }

    #main-projects {
        margin-top: 12px;
    }

    #yoo-zoo.blog-expo .details h1, #content .item-page h1 {
        margin-bottom: 12px;
    }

    #project-trigger, #menu-trigger {
        top: 17px;
    }

    #main-menu a {
        font-size: 17px;
    }

    #sub-main-menu{
        bottom: 20px;
    }

    #pop-up > div .closer, #joomly .closer, .contactus-lightbox-cap .closer{
        margin-top: 0 !important;
    }

    #pop-up > div h3, #joomly > div > h3 {
        font-size: 23px;
        margin-bottom: 10px;
    }

    .blog-default .item h1 {
        font-size: 25px;
        padding-top: 9px;
        padding-bottom: 5px;
    }

    #pop-up .fox-item input[type="text"], #joomly input[type="text"], #joomly input[type="tel"] {
        height: 45px;
        font-size: 17px;
    }

    .blog-default .item h1 span {
        font-size: 19px;
        margin-bottom: -5px;
    }

    .in-slide h3 {
        font-size: 30px;
        line-height: 1;
        margin-bottom: 15px;
    }
    

    #main-projects h2 {
        margin-bottom: 20px;
    }

    #main-projects {
        margin-top: 20px;
    }

    #sub-slider .sub-slider {
        width: 33%;
        margin-bottom: 19px;
    }

    #sub-form .fox-item, #sub-form .reg_form > div{
        width: 100%;
        margin-bottom: 20px;
    }

    #sub-form {
        padding-top: 24px;
        padding-bottom: 14px;
    }

    .x-photo{
        margin-top: 20px;
        margin-bottom: 10px;
    }

    #content .x-photo a{
        margin-bottom: 8px;
    }

    .sub-blog .pos-meta a{
        margin-bottom: 9px;
    }

    #in-about {
        margin-top: 30px;
    }

    #mapster > ymaps{
        height: 300px !important;
    }

    .in-about li {
        font-size: 14px;
        margin-bottom: 5px;
    }

    #in-about > div, .sub-about{
        margin-bottom: 25px;
    }

    #main-about h2, #main-blog h2, #main-partners h2, #main-projects h2, #sub-form h2 {
        font-size: 24px;
    }


    .blog-default .item .pos-team .pos-title {
        font-size: 14px;
    }

    .meta-top{
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    #mapster {
        margin-top: 25px;
    }

    .in-top{
        flex-direction: column-reverse;
    }

    .blog-noble .item h1 {
        font-size: 19px;
        padding-left: 0;
        padding-top: 13px;
        padding-bottom: 15px;
    }

    .in-right-bottom {
        padding-left: 0;
    }

    .right-top{
        width: 100%;
        text-align: center;
    }

    .in-top .pos-content{
        width: 100%;
        text-align: justify;
        margin-top: 15px;
    }

    .in-top {
        padding-bottom: 23px;
    }

    .blog-noble .item .related-projects > h3 {
        margin-top: 10px;
    }

    .right-top .socialz{
        justify-content: center;
    }

    .right-top .socialz a{
        margin-left: 10px;
        margin-right: 10px;
    }

    .blog-default .item .pos-history-title, .blog-default .item .pos-history-subtitle {
        font-size: 18px;
        margin-bottom: 9px;
    }

    .blog-default .item .pos-history-text {
        font-size: 16px;
        text-align: center;
    }

    .blog-default .item .pos-history-images {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .blog-default .item .pos-team .pos-title {
        font-size: 16px;
    }

    .blog-default .item .pos-team .pos-subtitle {
        font-size: 13px;
        display: none;
    }

    .blog-default .item .pos-team .pos-team-img {
        margin-right: 7px;
        width: 9%;
    }

    #project-team-block .right-site .pos-extile a {
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 11px;
    }

    .blog-default .item .pos-testimonial .sub-testimonial {
        margin-top: 15px;
    }

    .blog-default .item .pos-testimonial .pos-title {
        font-size: 15px;
        padding-top: 10px;
        padding-bottom: 7px;
    }

    .blog-default .item .pos-testimonial .sub-testimonial .pos-content {
        font-size: 15px;
    }

    .blog-default .item .container {
        padding-bottom: 25px !important;
    }

    .sitex a, .mailex a {
        font-size: 13px;
    }

    .workshop-top {
        flex-wrap: wrap;
        justify-content: center;
    }

    .title-top {
        margin-right: 0;
    }

    .workshop-top .mailex, .workshop-top .sitex {
        margin-bottom: 3px;
    }

    .meta-top .socialz {
        margin-top: 10px;
        justify-content: center;
    }

    .workshop-top h1 {
        font-size: 16px;
    }

    .related-projects .pos-author {
        flex-wrap: wrap;
    }

    .workshop-team {
        margin-top: 10px;
    }

    .sub-workshop .pos-taxonomy {
        width: 90%;
    }

    .related-projects span {
        width: 48%;
    }

    .related-projects span:last-of-type {
        display: none;
    }

    .sub-workshop {
        font-size: 14px;
    }


    #logo {
        top: 14px;
    }

    #ck .submit-button, #ck .contactus-button {
        height: 48px;
    }

    .left-blog {
        margin-top: 15px;
    }

    .left-blog .pos-top {
        margin-top: 14px;
    }

    .left-blog .pos-content, .sub-blog .pos-taxonomy {
        font-size: 15px;
        line-height: 22px;
    }

    .sub-blog .pos-meta {
        margin-top: 25px;
    }

    .in-blog-main ul h3, .blog-expo .teaser-item h2 {
        font-size: 13px;
    }

    #mastera > h2 br {
        display: none;
    }

    #mastera > h2 {
        font-size: 15px;
        margin-bottom: 28px;
    }

    #masters-module > h3, #authors-module .container > h3 {
        margin-bottom: 14px;
        font-size: 19px;
    }

    #masters-module li {
        width: 28%;
        margin-bottom: 22px;
    }

    #authors-module {
        padding-top: 15px;
        margin-top: 20px;
        padding-bottom: 10px;
    }

    .blog-noble .teaser-item, #authors-module li {
        width: 49%;
        margin-bottom: 22px;
    }

    #authors-module {
        padding-top: 20px;
        margin-top: 30px;
        padding-bottom: 15px;
    }

    #main-about p {
        line-height: 24px;
    }

    #main-about .center {
        margin-top: 19px;
    }

    .blog-default .item .left-site h3{
        margin-bottom: 12px;
    }

}

@media (max-width: 455px) {
    #main-about p {
        font-size: 15px;
        line-height: 23px;
    }

    header.fixed #main-menu {
        top: 56px;
    }

    .blog-default .item .pos-subtitle {
        font-size: 17px;
    }

    header.fixed #logo {
        top: 11px;
    }

    #pop-up .fox-item input[type="text"], #joomly input[type="text"], #joomly input[type="tel"] {
        height: 40px;
        font-size: 15px;
    }

    #way-menu .order-in {
        font-size: 14px;
        height: 48px;
    }

    #way-menu .order-in, #sub-form .fox-item .submit-button, .btn, #pop-up .fox-item .submit-button, #joomly .contactus-button, #sub-form .reg_form .contactus-submit{
        border-width: 1px;
    }

    #last-projects h4 {
        font-size: 13px;
    }

    #pop-up > div, #joomly > div {
        padding: 20px;
    }

    #pop-up .fox-item, #joomly .reg_form .joomly-contactus-div {
        margin-bottom: 20px;
    }

    .blog-default .item h1 {
        font-size: 24px;
    }

    .in-projects-main {
        grid-template-columns: repeat(1, 1fr);
    }


    .pos-history-images > div {
        width: 48%;
        margin-bottom: 15px;
    }

    #x-team {
        padding-top: 10px;
    }

    body {
        font-size: 14px;
    }

    .in-in-about h4 {
        font-size: 23px;
        margin-bottom: 11px;
    }

    .in-blog-main .zoo-item-list li:last-of-type{
        display: block;
    }

    .blog-default .item .pos-team .pos-team-img {
        margin-right: 0;
        width: 20%;
        margin-bottom: 5px;
    }

    .blog-expo .items{
        justify-content: center;
    }

    #blog-menu li {
        margin-left: 15px;
        margin-right: 15px;
    }

    #main-blog{
        margin-bottom: 0;
    }

    #main-about h2, #main-blog h2, #main-partners h2, #main-projects h2, #sub-form h2 {
        font-size: 23px;
    }


    .in-projects-main h4 {
        font-size: 13px;
        margin-top: 7px;
    }

    #mapster {
        margin-top: 20px;
    }

    .blog-noble .item h1 {
        font-size: 18px;
        padding-left: 0;
        padding-top: 12px;
        padding-bottom: 4px;
    }

    .in-right-top {
        height: 42px;
    }

    .pos-logo {
        padding-top: 63px;
    }

    .blog-default .item .pos-about {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .blog-default .item .pos-about > div{
        width: 90%;
        margin-bottom: 25px;
    }

    .blog-default .item .left-site h3{
        margin-bottom: 7px;
    }

    .blog-default .item .pos-about .pos-subtitle{
        font-size: 12px;
        margin-bottom: 6px;
    }

    .blog-default .item .pos-testimonial .sub-testimonial .pos-content {
        font-size: 14px;
    }

    .blog-default .item .pos-testimonial .sub-testimonial .right-testimonial h3.pos-subtitle {
        font-size: 16px;
        margin-bottom: 7px;
    }

    .blog-default .item .pos-testimonial .sub-testimonial .pos-links {
        margin-top: 7px;
        font-size: 14px;
    }

    .blog-default .item .pos-testimonial .sub-testimonial .pos-meta {
        margin-top: 7px;
    }


    .blog-default .item .pos-testimonial .pos-title {
        font-size: 14px;
        padding-top: 8px;
        padding-bottom: 6px;
    }

    .blog-default .item .pos-history-text {
        font-size: 15px;
    }

    .blog-default .item .pos-history-images {
        margin-top: 17px;
        margin-bottom: 17px;
    }

    .blog-default .item .pos-team > div{
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }

    .pos-extile {
        margin-left: 0;
        margin-top: 11px;
    }

    .blog-default .item .pos-team .pos-title {
        font-size: 16px;
    }

    .pos-other > div, .blog-default-cat .teaser-item {
        width: 100%;
        margin-bottom: 10px;
    }

    #yoo-zoo #other-block{
        padding-bottom: 5px !important;
    }

    .pos-other .sub-teaser h2, .blog-default-cat .sub-teaser h2 {
        font-size: 19px;
        margin-bottom: 9px;
    }

    .pos-other .sub-teaser .pos-links {
        font-size: 12px;
    }

    .workshop-team .pos-content > div {
        width: 100%;
    }

    .workshop-team .pos-content, .workshop-team .pos-content > div {
        justify-content: center;
    }

    .workshop-team h2 {
        font-size: 17px;
    }

    .workshop-team .pos-team-img {
        margin-right: 15px;
        width: 80px;
    }

    .sub-workshop .pos-taxonomy {
        width: 100%;
    }


    #ck .submit-button, #ck .contactus-button {
        font-size: 17px;
        height: 45px;
    }

    .ck a {
        font-size: 16px;
    }

    .sub-blog .pos-meta a {
        width: 49%;
    }

    .left-blog .pos-content, .sub-blog .pos-taxonomy {
        font-size: 14px;
        line-height: 21px;
    }

    #blogo {
        width: 215px;
    }

    .in-blog-main > div ul, #authors-module ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .in-blog-main ul li, .blog-expo .teaser-item, .blog-noble .teaser-item, #authors-module li {
        width: 90%;
        margin-bottom: 20px;
    }

    .blog-menu button, #blog-menu a {
        font-size: 14px;
    }

    #masters-module ul {
        justify-content: space-between;
    }

    #masters-module li {
        width: 43%;
        margin-bottom: 22px;
        margin-left: 0;
        margin-right: 0;
    }

    .blog-noble .teaser-item h2, #authors-module h4 {
        font-size: 19px;
    }

    .blog-noble .teaser-item .pos-subtitle, #authors-module .uk-subnav {
        font-size: 17px;
    }

    .blog-menu li {
        margin-right: 13px;
        margin-left: 13px;
    }

    #main-about h2, #main-blog h2, #main-partners h2, #main-projects h2, #sub-form h2 {
        font-size: 24px;
    }

    .blog-menu, #blog-menu ul {
        margin-bottom: 18px;
    }

    .in-blog-main ul h3, .blog-expo .teaser-item h2 {
        font-size: 14px;
    }


    .blog-expo .items, .blog-expo .item {
        margin-top: 15px;
    }

    .blog-default .item .pos-author > div, .blog-default .item .pos-about > div {
        width: 32%;
    }

    #pop-up .fox-item .submit-button, #joomly .contactus-button {
        font-size: 20px;
    }

    #content .pos-galleryx {
        margin-bottom: 10px;
    }
}

@media (max-width: 405px) {
    #main-about h2 {
        font-size: 19px;
        margin-bottom: 6px;
    }

    .contactus-lightbox-cap {
        font-size: 18px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .contactus-alert-body {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 13px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .blog-expo .details h1, .item-page h1, .project-h1 {
        font-size: 20px;
        margin-top: 6px;
        margin-bottom: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }

    #aboutex > p{
        font-size: 17px;
    }

    #main-partners ul {
        grid-gap: 10px;
    }

    #project-trigger, #menu-trigger {
        top: 18px;
    }

    #logo {
        top: 14px;

    }

    #project-trigger, #menu-trigger {
        top: 18px;
    }

    #pop-up .fox-item .submit-button, #joomly .contactus-button {
        font-size: 19px;
        height: 50px;
    }

    .item-pr {
        font-size: 15px;
    }

    .btn{
        font-size: 43px;
        font-size: 13px;
    }

    #last-projects h3 {
        margin-bottom: 8px;
        font-size: 17px;
        margin-top: 4px;
    }

    #titlex {
        font-size: 11px;
        margin-top: 7px;
    }

    #cont-1 {
        padding-top: 20px;
    }

    #pop-up > div h3, #joomly > div > h3 {
        font-size: 21px;
    }

    .blog-default .item h1 {
        font-size: 23px;
        padding-top: 7px;
        padding-bottom: 4px;
        padding-left: 2.8%;
    }

    .blog-default .item h1 span {
        font-size: 17px;
    }

    .in-slide h3 {
        font-size: 23px;
    }

    #main-projects h2 {
        margin-bottom: 15px;
    }

    #about-image-block img {
        margin-top: 25px;
    }

    #sub-form h2 {
        margin-bottom: 17px;
    }

    #sub-form {
        padding-top: 18px;
        padding-bottom: 10px;
    }

    #sub-form input[type="text"], #sub-form input[type="tel"] {
        height: 50px;
        font-size: 15px;
    }

    #sub-form .fox-item .submit-button, #sub-form .reg_form .contactus-submit {
        font-size: 18px;
        height: 50px;
    }

    .in-in-about h4 {
        font-size: 21px;
        margin-bottom: 9px;
    }

    .blog-default .item .pos-about .pos-links{
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #ck-addr{
        margin-top: 10px;
    }

    #ck-req, #ck-addr p, .ck-addr-2 {
        font-size: 14px;
    }

    #ck .right-side {
        margin-top: 20px;
    }

    #mapster > ymaps{
        height: 280px !important;
    }

    .blog-default .item .pos-team .pos-title {
        font-size: 14px;
        width: auto;
    }

    .blog-expo .items, .blog-expo .item {
        margin-top: 11px;
    }

    .blog-default .item #cont-1 .pos-subtitle {
        font-size: 14px;
    }

    .right-blog {
        width: 100%;
    }

    .workshop-top h1 {
        font-size: 14px;
    }

    .workshop-top .pos-subtitle {
        font-size: 13px;
        margin-top: 1px;
    }

    .blog-noble .item h1 {
        font-size: 17px;
        padding-left: 0;
        padding-top: 11px;
        padding-bottom: 12px;
    }

    .right-top .pos-subtitle {
        font-size: 13px;
    }

    #material-block, #otzivi-block {
        margin-top: -12px;
    }

    .blog-default .item .pos-about > div{
        width: 95%;
    }

    .sub-workshop .pos-content {
        text-align: center;
    }

    .pos-other .sub-teaser h2, .blog-default-cat .sub-teaser h2 {
        font-size: 17px;
        margin-bottom: 7px;
    }

    .pos-testimonial .slick-dots button {
        width: 13px;
        height: 13px;
    }

    .pos-testimonial .slick-dots li {
        margin-left: 2%;
        margin-right: 2%;
    }

    .blog-default .item .left-site h3 {
        font-size: 18px;
    }

    .blog-default .item .pos-testimonial .sub-testimonial .right-testimonial h3.pos-subtitle {
        font-size: 15px;
        margin-bottom: 4px;
    }

    .blog-default .item .pos-testimonial .sub-testimonial .pos-content {
        font-size: 13px;
    }

    .pos-other .sub-teaser .pos-links {
        font-size: 11px;
    }

    .left-menu li {
        margin-bottom: 12px;
    }

    .blog-menu, #blog-menu ul {
        margin-bottom: 9px;
    }

    #logo a {
        width: 180px;
    }

    #ck .right-side h2, #ck-addr h2, .ck-addr-2 h2 {
        margin-bottom: 6px;
        font-size: 16px;
    }

    .blog-expo .details h1, .item-page h1, .project-h1 {
        font-size: 20px;
        margin-top: 6px;
        margin-bottom: 12px;
    }

    #mastera > h2 {
        font-size: 14px;
        margin-bottom: 25px;
    }

    #masters-module > h3, #authors-module .container > h3 {
        margin-bottom: 12px;
        font-size: 19px;
    }

    .in-blog-main ul li, .blog-expo .teaser-item, .blog-noble .teaser-item, #authors-module li {
        width: 100%;
    }

    .blog-noble .teaser-item h2, #authors-module h4 {
        font-size: 18px;
    }

    .blog-noble .teaser-item .pos-subtitle, #authors-module .uk-subnav {
        font-size: 16px;
    }

    #main-about p {
        line-height: 22px;
    }

    #main-about .center {
        margin-top: 17px;
    }

    #main-about h2, #main-blog h2, #main-partners h2, #main-projects h2, #sub-form h2 {
        font-size: 22px;
    }

    .blog-menu li, #blog-menu li {
        margin-right: 7px;
        margin-left: 7px;
    }

    .blog-default .item .container {
        padding-bottom: 18px !important;
    }

    .workshop-team .pos-content > div{
        margin-bottom: 15px;
    }

    .sub-slider h4 {
        font-size: 14px;
    }

    .item-order {
        margin-bottom: 15px;
    }

    .blog-default .item .pos-related > div {
        margin-bottom: 9px;
    }

    #way-menu .order-in {
        font-size: 14px;
        height: 48px;
    }

    #main-menu a {
        font-size: 16px;
    }

    #main-menu li{
        margin-top: 6px;
        margin-bottom: 6px;
    }

    #last-projects {
        padding-left: 10px;
        padding-right: 10px;
    }

    #sub-main-menu {
        bottom: 15px;
    }

    #sub-main-menu a {
        display: block;
        margin-top: 3px;
        margin-bottom: 3px;
    }


}

@media (max-width: 365px) {
    #main-about p {
        font-size: 14px;
        line-height: 21px;
    }

    .contactus-error-message{
        font-size: 13px;
    }

    .contactus-lightbox-cap {
        font-size: 16px;
    }

    .blog-default .item .pos-subtitle {
        font-size: 16px;
    }

    .contactus-alert-body {
        padding-top: 8px;
        padding-bottom: 9px;
        font-size: 12px;
    }

    #aboutex > p{
        font-size: 16px;
    }

    #sub-slider .sub-slider{
        margin-bottom: 12px;
    }

    #pop-up > div h3, #joomly > div > h3 {
        font-size: 20px;
        margin-bottom: 7px;
    }

    #pop-up .fox-item, #joomly .reg_form .joomly-contactus-div {
        margin-bottom: 17px;
    }

    #pop-up > div .closer, #joomly .closer, .contactus-lightbox-cap .closer {
        right: 5px;
        top: 5px;
    }

    #pop-up .fox-item input[type="text"], #joomly input[type="text"], #joomly input[type="tel"] {
        height: 38px;
        font-size: 13px;
    }

    #pop-up .fox-item .submit-button, #joomly .contactus-button {
        font-size: 18px;
        height: 45px;
        padding-top: 13px;
    }

    #way-menu .order-in {
        font-size: 13px;
        height: 42px;
    }

    .item-pr {
        font-size: 14px;
    }

    #last-projects h4 {
        font-size: 12px;
    }

    #last-projects li {
        width: 49%;
        margin-bottom: 6px;
    }

    #last-projects h3 {
        margin-bottom: 7px;
        font-size: 16px;
        margin-top: 3px;
    }

    #titlex {
        font-size: 10px;
        margin-top: 9px;
    }

    #way-menu .right-site > h2 {
        margin-bottom: 12px;
        font-size: 19px;
    }

    #cont-1 {
        padding-top: 18px;
    }

    #pop-up > div, #joomly > div {
        padding: 13px;
        width: 100%;
    }

    .blog-default .item h1 {
        font-size: 21px;
    }

    .blog-default .item h1 span {
        font-size: 15px;
    }

    #content .x-photo a, .sub-blog .pos-meta a{
        margin-bottom: 6px;
    }

    .item-pr {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    #in-about, #sub-about {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    #x-team h3 {
        font-size: 16px;
    }

    .in-in-about h4 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    #in-about > div, .sub-about{
        margin-bottom: 15px;
    }

    .in-in-about a {
        font-size: 12px;
    }

    .in-about h3 {
        font-size: 15px;
        margin-bottom: 10px;
        margin-top: 11px;
    }



    #ck-req strong {
        margin-bottom: 9px;
    }

    #mapster > ymaps{
        height: 250px !important;
    }


    .in-projects-main h4 {
        font-size: 15px;
        margin-top: 9px;
    }

    #logo a {
        width: 160px;
    }

    .meta-top{
        margin-top: 5px;
    }



    #mapster {
        margin-top: 15px;
    }

    .blog-noble .item h1 {
        font-size: 16px;
        padding-left: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 12px;
    }

    .blog-default .item .pos-about > div{
        width: 100%;
    }

    .blog-default .item .pos-testimonial .sub-testimonial .right-testimonial h3.pos-subtitle {
        font-size: 14px;
        margin-bottom: 3px;
    }

    .blog-default .item .pos-testimonial .sub-testimonial .pos-links {
        margin-top: 6px;
        font-size: 13px;
    }

    .blog-default .item .left-site h3 {
        font-size: 17px;
    }

    .blog-default .item .pos-testimonial .pos-title {
        font-size: 13px;
        padding-top: 6px;
        padding-bottom: 5px;
    }

    .blog-default .item .pos-testimonial .sub-testimonial {
        margin-top: 10px;
    }

    .blog-default .item .pos-testimonial .sub-testimonial .pos-meta{
        font-size: 11px;
    }

    .blog-default .item .pos-history-title, .blog-default .item .pos-history-subtitle {
        font-size: 17px;
        margin-bottom: 8px;
    }

    .blog-default .item .pos-history-text {
        font-size: 14px;
        text-align: center;
    }

    .blog-default .item .pos-history-images {
        margin-top: 13px;
        margin-bottom: 12px;
    }

    .blog-default .item .pos-about .pos-title {
        font-size: 14px;
        margin-top: 9px;
    }

    .blog-default .item .pos-testimonial > div {
        margin-bottom: 4px;
    }

    .blog-noble .item .pos-other > div, .blog-sans .item .pos-other > div {
        margin-bottom: 14px;
    }

    .pos-other .sub-teaser h2, .blog-default-cat .sub-teaser h2 {
        font-size: 16px;
        margin-bottom: 7px;
    }


    .left-menu li {
        margin-bottom: 11px;
    }

    .blog-menu, #blog-menu ul {
        margin-bottom: 0px;
    }

    #ck .submit-button, #ck .contactus-button {
        font-size: 16px;
    }

    .ck a {
        font-size: 15px;
    }

    #ck input[type="text"], #ck input[type="email"], #ck input[type="tel"] {
        height: 40px !important;
        padding-left: 11px !important;
        font-size: 16px !important;
    }

    #ck textarea {
        padding: 11px !important;
        font-size: 16px !important;
    }

    .left-blog .pos-subtitle strong {
        font-size: 13px;
        margin-right: 3px;
    }

    .left-blog .pos-top {
        margin-top: 11px;
        font-size: 13px;
    }

    .left-blog .pos-content, .sub-blog .pos-taxonomy {
        font-size: 13px;
        line-height: 19px;
    }

    .left-blog {
        margin-top: 10px;
    }

    .left-blog h1 {
        font-size: 15px;
        margin-bottom: 11px;
    }

    .left-blog .pos-subtitle span {
        font-size: 13px;
    }

    .blog-noble .teaser-item h2, #authors-module h4 {
        font-size: 17px;
    }

    .blog-noble .teaser-item .pos-subtitle, #authors-module .uk-subnav {
        font-size: 15px;
    }

    #mastera > h2 {
        font-size: 13px;
        margin-bottom: 20px;
    }

    #masters-module > h3, #authors-module .container > h3 {
        margin-bottom: 11px;
        font-size: 18px;
    }

    #blogo {
        width: 200px;
    }

    .blog-menu li, #blog-menu li {
        margin-right: 5px;
        margin-left: 5px;
    }

    #main-about h2, #main-blog h2, #main-partners h2, #main-projects h2, #sub-form h2 {
        font-size: 22px;
    }

    .blog-menu button, #blog-menu a {
        font-size: 13px;
    }

    .in-blog-main ul h3, .blog-expo .teaser-item h2 {
        font-size: 13px;
    }

    #main-about .center {
        margin-top: 15px;
    }

    #main-about .center a {
        font-size: 13px;
    }

    .pos-other .sub-teaser .pos-links a::before, .blog-default-cat .sub-teaser .pos-links a::before, .in-blog-main ul .links a::before, .blog-expo .teaser-item .pos-meta a::before, #material-block .pos-meta a::before {
        margin-right: 3px;
    }

    .in-blog-main ul li, .blog-expo .teaser-item {
        margin-bottom: 15px;
    }

    .in-blog-main ul .meta, .blog-expo .items .pos-subtitle {
        margin-bottom: 8px;
        font-size: 12px;
    }

    .blog-menu, #blog-menu {
        margin-bottom: 15px;
    }

    #authors-module {
        padding-top: 15px;
        margin-top: 20px;
        padding-bottom: 8px;
    }

    #masters-module li {
        width: 45%;
    }

    .sub-blog .pos-meta {
        margin-top: 15px;
    }

    .sub-workshop .pos-content {
        margin-top: 10px;
    }

    .related-projects span {
        width: 49%;
    }

    .blog-noble .item .right-site > h3, .related-projects > h3, .blog-sans .item .right-site > h3 {
        margin-bottom: 13px;
        margin-top: 13px;
        font-size: 15px;
    }

    .blog-default .item .container {
        padding-bottom: 15px !important;
    }

    .in-right-top {
        height: 36px;
    }

    .in-top .socialz {
        margin-top: 12px;
    }

    .pos-logo {
        padding-top: 53px;
        margin-bottom: 10px;
    }

    .pos-logo h4 {
        margin-bottom: 10px;
    }

    .workshop-team h2 {
        font-size: 16px;
    }

    .workshop-team .pos-team-img {
        margin-right: 11px;
        width: 70px;
    }

    .in-top .pos-content {
        font-size: 14px;
        margin-top: 11px;
    }

    .socialz a {
        width: 25px;
        height: 25px;
    }

    #otzivi-block .slick-dots{
        margin-top: 10px;
    }

    .blog-default .item .pos-about > div {
        margin-bottom: 22px;
    }

    .item-order {
        margin-bottom: 8px;
    }

    .in-slide h3 {
        font-size: 20px;
    }

    #in-about, #sub-about > div{
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media (max-width: 325px) {
    #main-about h2 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .contactus-alert-body{
        font-size: 11px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .blog-default .item .pos-subtitle {
        font-size: 15px;
        margin-bottom: 13px;
    }

    #aboutex > p{
        font-size: 15px;
    }

    .in-slide h3 {
        font-size: 18px;
    }

    header {
        height: 60px;
    }

    #project-trigger, #menu-trigger {
        top: 13px;
    }

    #logo {
        top: 9px;
    }

    #project-trigger, #menu-trigger {
        top: 13px;
    }

    #pop-up > div h3, #joomly > div > h3 {
        font-size: 19px;
    }

    .btn{
        height: 40px;
    }

    #content .pos-galleryx {
        margin-bottom: 0px;
    }

    #way-menu .right-site > h2 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .item-order {
        margin-bottom: 5px;
    }

    #cont-1 {
        padding-top: 12px;
    }

    #logo img {
        width: 180px;
    }

    #last-projects h4 {
        font-size: 11px;
    }

    #pop-up .fox-item .submit-button, #joomly .contactus-button {
        font-size: 17px;
    }

    #pop-up .fox-item input[type="text"], #joomly input[type="text"], #joomly input[type="tel"] {
        height: 40px;
        font-size: 15px;
    }

    .blog-default .item h1 {
        font-size: 20px;
    }

    .blog-default .item h1 span {
        font-size: 14px;
    }

    .sub-slider h4 {
        font-size: 13px;
    }

    #about-image-block img {
        margin-top: 20px;
    }

    #x-team {
        padding-top: 5px;
    }


    body {
        font-size: 13px;
    }

    .blog-default .item .pos-about > div {
        margin-bottom: 18px;
    }

    .blog-default .item .pos-testimonial > div {
        margin-bottom: 0px;
    }

    .blog-default .item #cont-1 .pos-subtitle {
        font-size: 13px;
    }

    .blog-default .item .pos-history-title, .blog-default .item .pos-history-subtitle {
        font-size: 16px;
    }

    .blog-default .item .pos-about .pos-title {
        font-size: 13px;
        margin-top: 8px;
    }

    .blog-default .item .pos-about .pos-links{
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .right-top .socialz a {
        margin-left: 7px;
        margin-right: 7px;
    }

    .pos-logo {
        padding-top: 42px;
        margin-bottom: 8px;
    }

    .pos-logo h4 {
        margin-bottom: 7px;
    }

    .in-right-top {
        height: 31px;
    }

    .left-blog .pos-subtitle strong {
        font-size: 12px;
        margin-right: 1px;
    }

    #mapster > ymaps{
        height: 230px !important;
    }

    .in-projects-main h4 {
        font-size: 14px;
    }

    .item-pr {
        padding-top: 7px;
        padding-bottom: 7px;
    }


    .blog-expo .items, .blog-expo .item {
        margin-top: 7px;
    }

    .workshop-top h1 {
        font-size: 13px;
    }

    .in-top .pos-content {
        font-size: 14px;
    }

    #mapster {
        margin-top: 10px;
    }

    .blog-default .item .pos-history-text{
        font-size: 13px;
    }

    .blog-default .item .left-site h3 {
        font-size: 16px;
        margin-top: 6px;
    }

    .blog-noble .item .right-site > h3, .related-projects > h3, .blog-sans .item .right-site > h3 {
        margin-bottom: 11px;
        margin-top: 11px;
        font-size: 14px;
    }

    .sub-workshop {
        margin-top: 13px;
    }

    .workshop-team .pos-team-img {
        margin-right: 9px;
        width: 69px;
    }

    .workshop-team h3 {
        font-size: 16px;
    }

    .workshop-team h2 {
        font-size: 16px;
    }

    #ck-addr p {
        font-size: 14px;
    }

    .ck strong, #ck-req strong {
        font-size: 16px;
    }

    .ck, #ck-addr {
        margin-bottom: 16px;
    }

    .strong-req{
        margin-top: 16px;
    }

    #ck-req, .ck-addr-2 {
        font-size: 14px;
        margin-bottom: 7px;
    }

    #ck input[type="text"], #ck input[type="email"] {
        height: 37px !important;
        padding-left: 9px !important;
        font-size: 14px !important;
    }

    #ck textarea{
        font-size: 14px !important;
        height: 120px !important;
    }

    .blog-expo .details h1, .item-page h1, .project-h1 {
        font-size: 19px;
        margin-top: 4px;
        margin-bottom: 10px;
    }

    .left-blog .backer {
        font-size: 13px;
    }

    .left-blog h1 {
        font-size: 14px;
        margin-bottom: 8px;
    }

    #masters-module > h3, #authors-module .container > h3 {
        margin-bottom: 9px;
        font-size: 17px;
    }

    #masters-module li {
        width: 46%;
        margin-bottom: 20px;
    }

    #mastera > h2 {
        margin-bottom: 16px;
    }

    .blog-noble .teaser-item h2, #authors-module h4 {
        font-size: 16px;
    }

    .blog-noble .teaser-item .pos-subtitle, #authors-module .uk-subnav {
        font-size: 14px;
    }

    #main-about .center {
        margin-top: 12px;
    }

    #blogo {
        width: 180px;
        margin-bottom: 15px;
    }

    #sub-form {
        padding-top: 13px;
        padding-bottom: 7px;
        margin-top: 15px;
    }

    #blogo, #b-mail, #copy, #prana, #b-phone{
        margin-bottom: 11px;
    }

    #sub-form .fox-item, #sub-form .reg_form > div{
        margin-bottom: 15px;
    }

    #sub-form input[type="text"], #sub-form input[type="tel"] {
        height: 45px;
        font-size: 13px;
    }

    #sub-form .fox-item .submit-button, #sub-form .reg_form .contactus-submit {
        font-size: 16px;
        height: 46px;
    }

    #main-about h2, #main-blog h2, #main-partners h2, #main-projects h2, #sub-form h2{
        font-size: 20px;
    }

    .in-blog-main ul .meta, .blog-expo .items .pos-subtitle {
        margin-bottom: 5px;
    }

    .in-blog-main ul h3, .blog-expo .teaser-item h2 {
        font-size: 12px;
    }

    .in-blog-main ul .description, .blog-expo .teaser-item .pos-links {
        font-size: 10px;
    }

    #main-about p {
        line-height: 20px;
    }
}