.responsive body {
    min-width: 240px;
}

.responsive img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.responsive .content-layout img,
.responsive .content-layout video {
    max-width: 100%;
    height: auto !important;
}

.responsive.responsive-phone .content-layout img {
    margin: 1%;
}

.responsive.responsive-phone .collage,
.responsive.responsive-tablet .collage {
    margin: 0 !important;
}

.responsive .content-layout .sidebar0,
.responsive .content-layout .sidebar1,
.responsive .content-layout .sidebar2 {
    width: auto !important;
}

.responsive .content-layout,
.responsive .content-layout-row,
.responsive .layout-cell {
    display: block;
}

.responsive .content-layout,
.responsive .content-layout-row {
    padding: 0;
}

.responsive .image-caption-wrapper {
    width: auto;
}

.responsive.responsive-tablet .vmenublock,
.responsive.responsive-tablet .block {
    margin-left: 1%;
    margin-right: 1%;
    width: 48%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.responsive .responsive-embed {
    height: 0;
    padding-bottom: 56.25%;
    /* 16:9 */
    position: relative;
}

.responsive .responsive-embed iframe,
.responsive .responsive-embed object,
.responsive .responsive-embed embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.responsive .header {
    width: auto !important;
    max-width: none !important;
    min-height: 100px !important;
    min-width: 0 !important;
    text-align: center;
}

.default-responsive .header {
    height: auto;
}

.default-responsive .header * {
    position: relative;
    text-align: center;
    -webkit-transform: none !important;
    transform: none !important;
}

.default-responsive .header .headline a {
    display: block !important;
    margin-top: 0px !important;
    width: 300px;
    position: absolute !important;
    left: 50% !important;
    margin-left: -150px !important;
    text-align: center !important;
}

.default-responsive .header .slogan {
    display: block !important;
    margin-top: 5px !important;
    width: 300px;
    position: absolute !important;
    left: 50% !important;
    margin-left: -150px !important;
    text-align: center !important;
}

.default-responsive .header .headline a,
.default-responsive .header .slogan {
    white-space: normal !important;
}

.default-responsive .header .logo {
    display: none;
}

.default-responsive .header .master {
    display: none;
}

.responsive .header .slidenavigator {
    position: absolute;
}

.default-responsive .header .positioncontrol {
    display: block !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    margin: 2% auto !important;
    width: auto !important;
    height: auto !important;
}

.responsive .header #flash-area {
    display: none;
}

/* Search and other elements in header element directly */
.default-responsive .header>.textblock {
    position: relative !important;
    display: block !important;
    margin: 1% auto !important;
    width: 75% !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
}

.default-responsive .header .textblock {
    position: relative !important;
    display: block !important;
    margin: auto !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    height: auto !important;
    width: auto;
    background-image: none;
}

/* '.header *' used noram align, but for '.textblock *' we must force align because of preview */
.responsive .header .textblock * {
    text-align: center !important;
}

.default-responsive .header .shapes>.textblock,
.default-responsive .header .slide-item>.textblock {
    display: none !important;
}

.default-responsive .header .shapes>.textblock * {
    text-align: center !important;
    width: auto !important;
    height: auto !important;
    display: block;
}

.default-responsive .header .slider .textblock * {
    text-align: center !important;
    width: auto !important;
    height: auto !important;
    display: block;
}

/* For icons like facebook, rss, etc. */
.responsive .header>.textblock>div {
    width: 100%;
}

.responsive .sheet {
    width: auto !important;
    min-width: 240px !important;
    max-width: none !important;
    margin-right: 1% !important;
    margin-left: 1% !important;
}

#resp {
    display: none;
}

@media all and (max-width: 999px) {

    #resp,
    #resp-t {
        display: block;
    }

    #resp-m {
        display: none;
    }
}

@media all and (max-width: 480px) {

    #resp,
    #resp-m {
        display: block;
    }

    #resp-t {
        display: none;
    }
}

#resp-desktop {
    display: none;
}

#resp-tablet-landscape {
    display: none;
}

#resp-tablet-portrait {
    display: none;
}

#resp-phone-landscape {
    display: none;
}

#resp-phone-portrait {
    display: none;
}

@media (min-width: 1200px) {
    #resp-desktop {
        display: block;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    #resp-tablet-landscape {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    #resp-tablet-portrait {
        display: block;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    #resp-phone-landscape {
        display: block;
    }
}

@media (max-width: 479px) {
    #resp-phone-portrait {
        display: block;
    }
}

.responsive .content-layout,
.responsive .content-layout-row,
.responsive .layout-cell {
    display: block;
}

.responsive .layout-cell {
    width: auto !important;
    height: auto !important;
}

.responsive .content-layout:after,
.responsive .content-layout-row:after,
.responsive .layout-cell:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.responsive .responsive-tablet-layout-cell,
.responsive.responsive-tablet .footer .content-layout .layout-cell {
    margin: 1%;
    width: 98% !important;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.responsive .responsive-layout-row-2 .responsive-tablet-layout-cell,
.responsive.responsive-tablet .footer .content-layout .responsive-layout-row-2 .layout-cell {
    width: 48% !important;
}

.responsive .responsive-layout-row-3 .responsive-tablet-layout-cell,
.responsive.responsive-tablet .footer .content-layout .responsive-layout-row-3 .layout-cell {
    width: 31% !important;
}

.responsive .post {
    border-radius: 0;
}

.responsive .footer-inner {
    width: auto;
    padding: 2% !important;
}

.responsive .footer {
    margin-top: 1%;
}

.responsive.responsive-tablet .items-row .item,
.responsive.responsive-phone .items-row .item {
    width: auto;
    display: block;
}

.responsive .intro {
    display: none !important;
}

.responsive .header {
    height: auto !important;
}

.responsive .headline {
    top: 0px !important;
}

.responsive .greyblock h3 {
    margin: 0px 20px !important;
    text-align: center !important;
    line-height: 150% !important;
    font-weight: 300;
    font-size: 22px;
    color: #2D1C0E;
}

.responsive .bigbutton {
    display: block !important;
    position: relative !important;
    margin: 10px 0px 0px !important;
    text-align: center !important;
    float: none;
}

.responsive .greyblock,
.responsive .whiteblock {
    padding: 20px 10px !important;
    margin: 10px -5px !important;
    background-image: none;
}

.responsive .first {
    margin-top: -25px !important;
    padding: 20px 10px !important;
    background: #EFEEED !important;
}

.responsive .greyblock .caption,
.responsive .whiteblock .caption {
    margin: 15px !important;
    font-weight: 300;
    font-size: 28px;
    line-height: 125% !important;
    color: #2D1C0E;
    text-align: center;
}

.responsive .works {
    margin-top: 0px !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.responsive .twowork {
    margin: 20px 0px 0px !important;
}

.responsive .jobimg {
    background: #f5d248;
    width: 50px;
    height: 50px;
    padding: 15px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.responsive .jobtext h3 {
    line-height: 125% !important;
    font-size: 14px !important;
}

.responsive .jobs {
    margin: 0px !important;
}

.responsive .job {
    width: 150px;
    margin: 10px -5px !important;
}

.responsive .chpimg {
    display: none !important;
}

.responsive .chps {
    margin: 0px !important;
}

.responsive .chp {
    width: 100% !important;
    margin: 10px auto 0px !important;
    display: block !important;
    text-align: center !important;
    height: auto !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.responsive .timerblock {
    width: 100% !important;
    margin: 0px 0px 30px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.responsive #timer-element-1d984269a8d955e06dec3986c4848dd7-days {
    display: none !important;
}

.responsive #timer1d984269a8d955e06dec3986c4848dd7 {
    min-width: 310px !important;
}

.responsive #formdiv-1 {
    margin: 0px auto !important;
    padding: 0px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    vertical-align: top;
    max-width: 280px;
    background: rgba(255, 255, 255, 0) !important;
}

.responsive #formdiv-1 input[type=text] {
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    background: #FFFFFF;
}

.responsive #formdiv-1 input[type=email] {
    width: 100%;
    margin-bottom: 3px;
    text-align: left;
    background: #FFFFFF;
}

.responsive #formdiv-1 .button {
    padding: 10px 0px !important;
    max-width: 282px;
    margin-bottom: 20px !important;
}

.responsive .difference {
    font-weight: 300;
    display: inline-block;
    width: 100%;
    padding: 10px 8px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 0px 0px;
}

.responsive .difference div {
    padding-right: 10px !important;
}

.responsive .spoilers .title:after {
    display: none;
}

.responsive .spoilers {
    margin: 0px !important;
}

.responsive .spoilers .title {
    padding: 10px 20px !important;
    font-size: 18px !important;
    background: #FFFFFF !important;
}

.responsive .desc table td {
    font-size: 13px !important;
    padding: 4px !important;
    line-height: 125% !important;
    border: 2px solid #FFFFFF;
}

.responsive div>ymaps {
    width: 100% !important;
    height: 200px !important;
}

.responsive .last p {
    margin: 0px 0px 10px;
    font-size: 14px !important;
}

.responsive .numberblock {
    display: block;
}

.responsive .number {
    font-size: 22px;
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    padding: 15px 10px 16px;
    border-radius: 300px;
    text-align: right;
    font-weight: 300;
}

.responsive .numberblocks {
    margin: 0px !important;
}

.responsive .numbertext {
    display: inline-block;
    vertical-align: middle;
    padding: 13px 20px 13px 10px;
    font-size: 15px !important;
    width: calc(100% - 120px);
    line-height: 150%;
    text-align: left;
    font-weight: 300;
    margin: 5px 0px;
}

.responsive #formdiv-2 {
    margin: 0px 0px 0px 0px;
    padding: 0px 30px;
    display: inline-block;
    vertical-align: top;
    width: 260px;
    background: rgba(0, 0, 0, 0) !important;
}

.responsive #formdiv-2 input[type=text] {
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    background: #FFFFFF;
}

.responsive #formdiv-2 input[type=email] {
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    background: #FFFFFF;
}

.responsive #formdiv-2 textarea {
    width: 100%;
    margin-bottom: 3px;
    text-align: left;
    background: #FFFFFF;
}

.responsive #formdiv-2 .button {
    padding: 10px 55px !important;
    max-width: 282px;
    margin-bottom: 20px !important;
}

.responsive .modal-window {
    width: calc(100% - 50px) !important;
    margin: -500px 0px 0px 0px !important;
    left: 0% !important;
    top: 0% !important;
    padding: 20px 30px 20px 20px !important;
}


.responsive .click {
    width: calc(100% - 40px) !important;
    margin: 0px !important;
    left: 0% !important;
    top: 0% !important;
    height: 100% !important;
    padding: 20px 20px 20px 20px !important;
}

.responsive #close {
    margin-left: calc(100% - 70px);
    margin-top: 0px !important;
}

.responsive #close-1 {
    margin-left: calc(100% - 70px);
    margin-top: 0px !important;
}

.responsive .click .button {
    margin-bottom: 40px !important;
}

.responsive .modal-window #formdiv-3 {
    padding: 50px 0px 0px;
}

.responsive .modal-window #formdiv-3 input[type=text] {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px
}

.responsive .modal-window #formdiv-3 input[type=email] {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.responsive .modal-window #formdiv-3 textarea {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.responsive .whiteblock h2 {
    text-align: center;
}

.responsive .whiteblock h2 span {
    background: rgba(255, 255, 255, 0);
    padding: 0px;
    margin: 0px !important;
    border-radius: 5px;
    color: #000000 !important;
}

.responsive .work {
    background: #F7F7F7;
    width: calc(100% - 40px);
    margin: 10px 20px;
    max-width: 350px;
    min-width: 200px;
}

.responsive .gallery,
.responsive .gallery ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.responsive .gallery img {
    max-width: 150px !important;
    margin: 0px !important;
}

.responsive .content {
    width: 100%;
}

.responsive .sigFreeThumb,
.responsive .sigFreeThumb:nth-child(4n-3),
.responsive .sigFreeThumb:nth-child(4n) {
    width: 30% !important;
    height: 70px !important;
    overflow: hidden !important;
    padding: 0px !important;
    margin: 4px !important;
}

.responsive .sigFreeImg,
.responsive .sigFreeThumb a {
    border-radius: 0px;
    overflow: hidden;
    max-width: 100% !important;
    height: 70px !important;
    background-size: cover !important;
}

.responsive .company-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.responsive .phone-text {
    font-size: 24px;
}

.responsive .company-phone {
    margin-top: 20px;
}

.responsive .intro-caption {
    font-size: 26px;
    margin-bottom: 30px;
}

.responsive .form-mini form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.responsive .form-mini form>* {
    border-radius: 10px;
}

.responsive .form-mini form .button {
    margin-top: 20px !important;
    width: 100% !important;
}

.responsive .v-triggers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.responsive .v-trigger {
    max-width: 300px;
}

.responsive .lineblock .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.responsive .line-text {
    margin: 20px;
    padding: 0px;
}

.responsive .wide-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.responsive .wide-block-img {
    background: transparent;
    width: 100% !important;
    text-align: center;
}

.responsive .wide-block-img img {
    margin: 20px auto 0px !important;
    border-radius: 10px;
}

.responsive .five {
    background-image: none;
}

.responsive .pluses {
    max-width: 100%;
    padding: 0px 20px;
}