html, body {
    height: 100%;
}

body {
    background: white;
    margin: 0;
    padding: 0;
    color: #4e4e4e;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;;
}

a {
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}

a:hover {
    text-decoration: underline;
}

img {
    border: none;
}

label {
    cursor: pointer;
}

p, fieldset, form, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    border: 0;
    line-height: 100%;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
}

p {
    line-height: 170%;
}

input, textarea, button, a {
    outline: none !important;
}

textarea {
    resize: none;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

#responsive-button-wrapper {
    width: 100%;
    position: fixed;
    z-index: 1000;
    text-align: right;
    display: none;
    top: 0;
    right: 0;
    background: white;
    height: 61px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.2);
}

#responsive-button {
    width: 40px;
    background: black;
    cursor: pointer;
    padding: 0 5px 0 5px;
    float: right;
    margin-right: 7px;
    margin-top: 7px;
    display: inline-block;
}

#responsive-button > div {
    display: block;
    width: 40px;
    height: 5px;
    background: white;
    border: none;
    margin: 8px 0 8px 0;
    padding: 0px;
}

.width-100 {
    width: 100%;
}

.page {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    display: block;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

h1 {
    font-size: 72px;
    font-weight: 100;
}

h2 {
    font-size: 48px;
    font-weight: 600;
    color: #010101;
}

h3 {
    font-size: 36px;
    color: #010101;
    font-weight: 700;
}

h4 {
    font-size: 18px;
    font-weight: 500;
}

h5 {
}

h6 {
}

.two-column {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
}

.two-column img {
    max-width: 100%;
}

.two-column > * {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    box-sizing: border-box;
}

.two-column > *:first-child {
    float: left;
}

.two-column > *:first-child + * {
    float: right;
}

.display-table {
    display: table;
}

.vertical-middle {
    display: table-cell;
    vertical-align: middle;
}

/* header begin */
header {
    display: inline-block;
    vertical-align: middle;
    padding: 40px 0 50px 0;
}

.logo {
    display: inline-block;
    vertical-align: middle;
    float: left;
    width: 30%;
}

.logo a {
    display: inline-block;
    vertical-align: top;
}

.logo img {
    width: 100%;
    max-width: 233px;
    float: left;
    transition: 0.1s;
}

.logo img:hover {
    transform: scale(1.01, 1.01);
    transition: 0.1s;
}

header .page {
    position: relative;
}

header nav {
    display: inline-block;
    vertical-align: middle;
    float: right;
    width: 70%;
    text-align: right;
    padding-top: 18px;
}

header nav ul > li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 7.5%;
}

header nav ul > li a {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 400;
    color: #817c7c;
    transition: 0.1s;
}

header nav ul > li a.current {
    color: black;
    font-weight: 500;
    text-decoration: none;
}

header nav ul > li a:hover {
    color: black;
    text-decoration: none;
    transform: scale(1.1, 1.1);
    transition: 0.1s;
}

/* header end */

/* banner begin */
.banner {
    background: url("../img/baners/green-gray.jpg") no-repeat top;
    height: auto;
    width: 100%;
    overflow: hidden;
    display: inline-block;
	    background-size: 100%;
	-moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
}

.banner h1 {
    color: white;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 55px;
    padding-top: 0;
}

.banner p {
    font-size: 18px;
    color: white;
    font-weight: 400;
    line-height: 170%;
    opacity: 0.67;
    max-width: 515px;
    overflow: hidden;
}

.banner .jms-link {
    background: #a5cc28;
    color: white;
    font-weight: 700;
    padding: 15px 29px 15px 29px;
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    margin-top: 42px;
    border-radius: 5px;
}

.banner .jms-link:hover {
    background: #B7D653;
    text-decoration: none;
}

.jms-slideshow {
    position: relative;
    width: 100%;
    height: 602px;;
    display: block;
}

.jms-wrapper {
    width: 100%;
    height: 602px;
    outline: none;
    z-index: 1;
}

.step {
    width: 1000px;
    height: auto;
    display: inline-block;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.step:not(.active) {
    opacity: 0;
    filter: alpha(opacity=0); /* internet explorer */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
}

.flexslider .step:not(.active),
.jms-slideshow-simple .step:not(.active) {
    opacity: 1;
    filter: alpha(opacity=100); /* internet explorer */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)"; /*IE8*/
}

.jms-content {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    position: relative;
    float: right;
    -webkit-box-shadow: -1px 0px 0px 0px rgba(255, 255, 255, 0.13);
    -moz-box-shadow: -1px 0px 0px 0px rgba(255, 255, 255, 0.13);
    box-shadow: -1px 0px 0px 0px rgba(255, 255, 255, 0.13);
    padding-left: 54px;
    padding-top: 45px;
    padding-bottom: 80px;
}

a.jms-link {
    clear: both;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -moz-transition: all 0.3s ease-in-out 0.1s;
    -ms-transition: all 0.3s ease-in-out 0.1s;
    -o-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
}

.step img {
    float: left;
    display: inline-block;
    vertical-align: top;
    padding-top: 22px;
    padding-left: 70px;
}

.jms-dots {
    display: none;
}

.flexslider .step {
    position: absolute;
    top: 70px;
}

.flexslider .step {
    display: none;
}

.flexslider .step:first-child {
    display: block;
}


/* flexslider */

.flexslider {
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 1;
}

.flexslider .slides {
    width: 1000px;
    overflow: hidden;
}

.flexslider .slides > * {
    width: 100%;
    position: relative;
    display: none;
}

.flexslider .slides > *:first-child {
    margin-left: 0;
    display: inline-block;
}

html[xmlns] .slides {
    display: block;
}

/* banner end */

/* carousel begin */
.carousel {
    padding: 0;
    display: block;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    box-sizing: border-box;
}

.carousel ul {
    width: 100%;
    display: table;
    height: 152px;
}

.carousel li {
    display: table-cell;
    vertical-align: middle;
    list-style: none;
    text-align: left;
    float: none;
    width: auto;
    padding-right: 90px;
}

.carousel li a {
    display: inline-block;
    vertical-align: top;
}

.carousel a > img {
    float: left;
}

/* carousel end */

/* three column begin */
.block-orange {
    background: url("../img/baners/orange.jpg") 0 0 repeat-y fixed;
    color: white;
    height: auto;
    padding: 0;
	-moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

.three-column {
    padding-top: 108px;
    padding-bottom: 128px;
    display: inline-block;
    vertical-align: top;
}

.three-column > * {
    float: left;
    display: inline-block;
    vertical-align: top;
    width: 30.5%;
    margin-right: 4.2%;
    -webkit-box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.19);
}

.three-column > *:last-child {
    margin-right: 0;
}

.three-column .header-column {
    color: white;
    display: table;
    vertical-align: top;
    box-sizing: border-box;
    width: 100%;
    height: 125px;
}

.three-column .icon-column {
    width: 27.2%;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: center;
    -webkit-box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.39);
    -moz-box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.39);
    box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.39);
}

.three-column .title-column {
    width: 72.8%;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 700;
    padding-left: 9%;
    padding-right: 4%;
}

.three-column .first .header-column {
    background: #f57027;
}

.three-column .first .icon-column {
    background: #e15a10;
}

.three-column .second .header-column {
    background: #69c52b;
}

.three-column .second .icon-column {
    background: #58b21b;
}

.three-column .third .header-column {
    background: #23bdcb;
}

.three-column .third .icon-column {
    background: #1ca4b0;
}

.three-column .content-column {
    background: white;
    display: table;
}

.three-column .content-column p {
    color: #4e4e4e;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.67;
    line-height: 170%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 44px 11% 50px 11%;
}

/* three column end */

/* text block begin */
.text-block {
    padding-bottom: 55px;
    padding-top: 72px;
}

.text-block h2 {
    text-align: center;
    padding-bottom: 36px;
}

.text-block p,
.text-block ul {
    text-align: center;
    font-size: 14px;
    color: #4e4e4e;
    line-height: 170%;
    opacity: 0.67;
    padding-bottom: 34px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

/* text block end */

/* two block begin */
.block-green {
    background: url("../img/baners/green.jpg") 0 top repeat-y fixed;
    height: auto;
    padding: 0;
    display: block;
    width: 100%;
	-moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

.two-column {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-top: 108px;
    padding-bottom: 128px;
}

.two-column > * {
    width: 46.5%;
    display: inline-block;
    vertical-align: top;
    background: white;
    padding-left: 4.5%;
    padding-right: 4.5%;
    text-align: center;
    padding-bottom: 56px;
    -webkit-box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.19);
}

.two-column > *:first-child {
    float: left;
}

.two-column > *:first-child + * {
    float: right;
}

.block-green .two-column img {
    margin-top: -55px;
    margin-bottom: 25px;
    -webkit-box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.19);
}

.two-column p {
    font-size: 18px;
    font-style: italic;
    text-align: center;
    font-weight: 400;
    color: #4e4e4e;
}

.two-column h4 {
    text-align: center;
    color: black;
    padding-top: 16px;
}

/* two block end */

/* masonry block begin */

.masonry-block h2 {
    padding-bottom: 24px;
}

.masonry-block .text-block {
    padding-bottom: 32px;
}

.masonry-block .text-block p {
    font-style: italic;
}

.masonry {
    display: block;
    box-sizing: border-box;
    margin-top: 0;
}

.masonry .column {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-right: 18px;
}

.masonry .column:last-child {
    margin-right: 0;
}

.masonry .column:first-child {
    max-width: 298px;
}

.masonry .column:first-child + * {
    max-width: 430px;
}

.masonry .column:first-child + * + * {
    max-width: 236px;
}

.masonry .column img {
    width: auto;
    height: auto;
    float: left;
    margin-bottom: 18px;
    transition: 0.3s;
}

.masonry .column:last-child img {
    float: right;
}

.masonry .column img:hover {
    transition: 0.3s;
    opacity: 0.8;
    transform: scale(1.01, 1.01);
}

/* masonry block end */

/* left-right block begin */
.left-right-block-wrapper {
    padding-bottom: 128px;
    clear: both;
}

.left-right-block-wrapper h2 {
    padding-bottom: 24px;
    margin-top: 72px;
}

.left-right-block-wrapper .text-block p {
    font-style: italic;
}

.left-right-block {
    display: inline-block;
    vertical-align: top;
}

.left-right-block > div {
    clear: both;
    padding-left: 9%;
    padding-right: 9%;
    margin-top: 128px;
    display: inline-block;
    vertical-align: top;
}

.left-right-block h3 {
    padding-bottom: 20px;
}

.left-right-block p {
    opacity: 0.67;
    padding-top: 12px;
}

.left-right-block .text-wrapper {
    display: table-cell;
    height: 231px;
    vertical-align: middle;
}

.left-right-block > div:first-child {
    margin-top: 75px;
}

.left-right-block > div:nth-child(n) img {
    float: left;
    margin-right: 12.1%;
}

.left-right-block > div:nth-child(2n) img {
    float: right;
    margin-left: 12.1%;
    margin-right: 0;
}

/* left-right block end */

/* footer begin */
footer {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    background: #232522;
    margin-top: 128px;
    padding-top: 86px;
    padding-bottom: 86px;
}

footer p {
    font-size: 14px;
    font-weight: 400;
    color: #bbbbbb;
}

footer strong {
    color: white;
    font-weight: 500;
}

.white-logo-wrapper {
    display: inline-block;
    vertical-align: top;
    padding: 0 45px 20px 45px;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(152, 153, 152, 0.19);
    -moz-box-shadow: 0px 2px 0px 0px rgba(152, 153, 152, 0.19);
    box-shadow: 0px 2px 0px 0px rgba(152, 153, 152, 0.19);
    margin-bottom: 40px;
    max-width: 100%;
    box-sizing: border-box;
}

.social {
    display: block;
}

.social ul {
    display: block;
    text-align: center;
    width: 100%;
}

.social li {
    display: inline-block;
    vertical-align: top;
    margin-right: 1.8%;
}

.social li:last-child {
    margin-right: 0;
}

.social li > a {
    width: 77px;
    height: 76px;
    display: block;
    opacity: 0.25;
}

.social a:hover {
    text-decoration: none;
    opacity: 1;
}

.social li:hover {
    transform: scale(1.1, 1.1);
    transition: 0.2s;
}

.fb {
    background: url("../img/icons/social-sprite.png") no-repeat 0 0;
}

.tw {
    background: url("../img/icons/social-sprite.png") no-repeat 0 -77px;
}

.gp {
    background: url("../img/icons/social-sprite.png") no-repeat 0 -154px;
}

.sk {
    background: url("../img/icons/social-sprite.png") no-repeat 0 -231px;
}

.in {
    background: url("../img/icons/social-sprite.png") no-repeat 0 -308px;
}

.fb:hover {
    background: url("../img/icons/social-sprite.png") no-repeat -78px 0;
}

.tw:hover {
    background: url("../img/icons/social-sprite.png") no-repeat -78px -77px;
}

.gp:hover {
    background: url("../img/icons/social-sprite.png") no-repeat -78px -154px;
}

.sk:hover {
    background: url("../img/icons/social-sprite.png") no-repeat -78px -231px;
}

.in:hover {
    background: url("../img/icons/social-sprite.png") no-repeat -78px -308px;
}

.copyright {
    margin-top: 40px;
    display: block;
}

.jms-slideshow-simple {
    display: block !important;
    width: 100% !important;
}

.jms-slideshow-simple .step {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    position: absolute;
}

/* footer eng */

.jms-slideshow-simple h1 {
    padding-top: 72px;
}

/* MEDIA */
@media only screen and (max-width: 1019px) {
    #responsive-button-wrapper {
        display: block;
    }

    #responsive-button-wrapper .logo {
        position: relative;
        top: 10px;
        left: 10px;
        padding: 0;
        margin: 0;
        text-align: left;
        width: 60%;
    }

    header {
        padding: 0;
    }

    header .page {
        padding-left: 0;
        padding-right: 0;
    }

    header .logo {
        display: none;
    }

    header nav {
        width: 100%;
        text-align: left;
        position: fixed;
        padding-top: 61px;
        z-index: 990;
        background: white;
        box-sizing: border-box;
        display: none;
        -webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.2);
        -moz-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.2);
        box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.2);
    }

    header nav ul > li {
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
    }

    .masonry {
        display: block;
        box-sizing: border-box;
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }

    .masonry .column {
        overflow: hidden;
        float: none;
        margin-right: 15px;
    }

    .masonry .column:first-child {
        width: 34.4%;
    }

    .masonry .column:first-child + * {
        width: 43.4%;
    }

    .masonry .column:first-child + * + * {
        width: 14.7%;
    }

    .masonry-block > .page {
        text-align: center;
    }

    .masonry {
        display: inline-block;
        vertical-align: top;
        width: auto;
    }

    .jms-slideshow-simple {
        width: 100%;
        max-width: none;
    }

    .jms-slideshow-simple h1 {
        padding-top: 72px;
        font-size: 40px;
    }

    .jms-slideshow-simple img {
        width: 30% !important;
        max-width: none !important;
        padding: 0 !important;
        margin: 0 !important;
        float: left;
    }

    .jms-slideshow-simple .jms-content {
        width: 55% !important;
        max-width: none !important;
        padding: 0 0 0 5% !important;
        margin: 0 !important;
        box-sizing: border-box;
        float: right;
        display: inline-block;
        vertical-align: top;
    }

    .jms-slideshow-simple .jms-content p {
        font-size: 14px !important;
        font-weight: 300;
        max-width: none !important;
        width: 100%;
    }

    .jms-slideshow-simple .step {
        opacity: 1;
        width: 100%;
        display: block;
    }

    .flexslider .step img {
        width: 30%;
    }

    .flexslider .jms-content {
        width: 50%;
    }

    .banner .flexslider h1 {
        font-size: 58px;
    }

}

@media only screen and (max-width: 767px) {

    .jms-slideshow-simple .jms-content {
        box-shadow: none;
    }

    .jms-slideshow {
        height: 500px;
    }

    .jms-wrapper {
        height: 500px;
    }

    .banner p {
        font-size: 24px;
        line-height: 140%;
    }

    .banner .jms-link {
        font-size: 24px;
    }

    .banner .flexslider h1 {
        font-size: 38px;
    }

    .flexslider {
        max-width: 100%;
    }

    .flexslider .step img {
        width: 40%;
        height: auto;
        padding: 0;
        margin: 0;
    }

    .flexslider .jms-content {
        width: 50%;
        padding-top: 0;
        padding-left: 5%;
        padding-bottom: 20px;
    }

    .banner .flexslider .jms-content p {
        font-size: 16px;
    }

    .banner .flexslider .jms-link {
        padding: 10px;
        font-size: 16px;
    }

    .carousel li {
        padding-right: 50px;
    }

    .three-column {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .three-column > * {
        width: 100%;
        margin-bottom: 18px;
    }

    .two-column {
        padding-bottom: 70px;
    }

    .two-column > :first-child,
    .two-column > :first-child + * {
        width: 100%;
    }

    .two-column > :first-child {
        margin-bottom: 78px;
    }

    .left-right-block-wrapper h2 {
        margin-top: 0;
        padding-top: 0;
    }

    .left-right-block > div:first-child {
        margin-top: 0;
    }

    .left-right-block > div {
        padding-left: 0;
        padding-right: 0;
        padding-top: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .left-right-block > div:nth-child(n) img {
        margin-right: 5%;
        width: 40%;
    }

    .left-right-block > div:nth-child(2n) img {
        margin-left: 5%;
    }

    .left-right-block .text-wrapper {
        vertical-align: top;
        height: auto;
    }

    .left-right-block h3 {
        padding-bottom: 0px;
        font-size: 18px;
        padding-top: 0px;
    }

    .left-right-block-wrapper .text-block {
        padding-top: 0;
        padding-bottom: 0;
    }

    .masonry {
        margin-bottom: 50px;
    }

    .masonry .column {
        margin-right: 5px;
        height: 612px;
    }

    .masonry .column img {
        margin-bottom: 7px;
    }

    footer {
        margin-top: 0;
    }
}

@media only screen and (max-width: 479px) {

    .step img {
        width: 80%;
        padding: 40px 0 0 0;
        display: block;
        margin: 0px auto;
        float: none;
    }

    .banner .flexslider h1 {
        font-size: 22px;
        padding-bottom: 10px;
    }

    .flexslider .step img {
        max-width: 80%;
        margin: 0px auto;
        padding-top: 10px;
        max-height: 180px;
        width: auto;
        height: auto;
    }

    .flexslider .jms-content {
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
        padding-bottom: 20px;
        box-shadow: none;
        text-align: center;
    }

    .flexslider .jms-content p {
        text-align: left;
    }

    .banner .flexslider .jms-link {
        margin-top: 20px;
    }

    .carousel li {
        padding-right: 40px;
    }

    .left-right-block > div:nth-child(n) img,
    .left-right-block > div:nth-child(2n) img {
        float: none;
        margin: 0 auto;
        display: block;
    }

    .left-right-block .text-wrapper {
        padding-top: 20px;
    }

    .left-right-block h3 {
        text-align: center;
    }

    .jms-content {
        float: none;
    }

    .jms-wrapper > div{

    }

    .banner p {
        font-size: 42px;
        line-height: 140%;
        max-width: 800px;
    }

    .banner .jms-link {
        font-size: 38px;
    }

    .masonry-block {
        padding-left: 0;
        padding-right: 0;
    }

    .masonry {
        max-width: 100%;
        box-sizing: border-box;
    }

    .masonry img {
        float: left;
        margin-right: 7px;
    }

    .masonry .item:last-child img {
        margin-right: 0 !important;
    }

    .masonry .column {
        text-align: left;
        max-width: none !important;
        width: 100% !important;
        margin: 0 0 7px 0;
        height: auto;
    }

    .masonry .column .item{
        float: left;
        width: auto;
        display: inline-block;
        vertical-align: top;
    }
}
