@font-face {
    font-family: 'MsrtLight';
    src: url("../fonts/Montserrat-Light.otf");
}

@font-face {
    font-family: 'MsrtBold';
    src: url("../fonts/Montserrat-Bold.otf");
}

@font-face {
    font-family: 'MsrtReglr';
    src: url("../fonts/Montserrat-Regular.otf");
}

@font-face {
    font-family: 'MsrtMedium';
    src: url("../fonts/Montserrat-Medium.otf");
}

@font-face {
    font-family: 'MsrtSemibold';
    src: url("../fonts/Montserrat-SemiBold.otf");
}

@font-face {
    font-family: 'MsrtExtraLight';
    src: url("../fonts/Montserrat-ExtraLight.otf");
}

html {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

body {
    font-family: "MsrtReglr", Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #2c2c2c;
    background: #fff;
    min-width: 320px;
    margin: 0;
}

img {
    border: none;
}

* {
    outline: none;
}

p {
    margin: 0 0 35px;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
    outline: none;
}

.container {
    max-width: 1180px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
}

#wrapper {
    overflow: hidden;
}

.burger {
    position: fixed;
    top: 40px;
    right: 40px;
    width: 50px;
    height: 42px;
    z-index: 250;
    -webkit-transition: left .35s ease;
    -o-transition: left .35s ease;
    transition: left .35s ease;
}

.burger span {
    position: absolute;
    text-indent: -9999px;
    overflow: hidden;
    top: 50%;
    left: 0;
    right: 0;
    height: 5px;
    margin-top: -2px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.burger:after,
.burger:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    height: 5px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.burger:hover:after,
.burger:hover:before,
.burger:hover span {
    background: #c2d150;
}

.burger:after {
    top: 0;
}

.burger:before {
    bottom: 0;
}

.burger.active {
    position: fixed;
    right: 40px;
}

.burger.active span {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.burger.active:after {
    margin-top: -5px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.burger.active:before {
    margin-bottom: -1px;
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media only screen and (max-width: 1200px) {
    .burger {
        top: 20px;
        right: 20px;
        width: 30px;
        height: 22px;
    }
    .burger span {
        height: 2px;
        margin-top: -1px;
    }
    .burger:after,
    .burger:before {
        height: 2px;
    }
    .burger.active {
        right: 20px;
    }
    .burger.active:after {
        margin-top: -1px;
    }
}

#nav::-webkit-scrollbar {
    width: 0 !important;
}

#nav {
    -ms-overflow-style: none;
}

#nav {
    overflow: -moz-scrollbars-none;
}

#nav {
    font-size: 30px;
    line-height: 38px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
}

#nav:after {
    display: block;
    content: '';
    clear: both;
}

#nav .nav-holder {
    width: 350px;
    min-height: 100vh;
    padding: 103px 25px;
    background: #171717;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#nav .nav-holder ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav .nav-holder li {
    display: block;
    margin-bottom: 27px;
    position: relative;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

#nav .nav-holder a {
    display: block;
    color: #fff;
    padding: 0;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

#nav .nav-holder a:hover {
    font-family: "MsrtBold";
    padding-left: 15px;
    text-decoration: none;
}

#nav .nav-holder .tel {
    float: none;
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 28px;
}

#nav .nav-holder .tel span {
    font-size: 25px;
    line-height: 28px;
}

@media only screen and (max-width: 1200px) {
    #nav {
        text-align: center;
        font-size: 20px;
        line-height: 24px;
    }
    #nav .nav-holder {
        width: auto;
    }
    #nav .nav-holder .tel {
        display: block;
    }
}

.main-menu {
    position: fixed;
    top: -9999px;
    right: -9999px;
    bottom: 9999px;
    background: #fff;
    opacity: 0;
    margin: 0;
    z-index: 200;
    float: none;
    min-width: 320px;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
    -webkit-transition: all 0s ease .35s, opacity .35s ease;
    -o-transition: all 0s ease .35s, opacity .35s ease;
    transition: all 0s ease .35s, opacity .35s ease;
}

.main-menu.open {
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    -webkit-transition: opacity .35s ease;
    -o-transition: opacity .35s ease;
    transition: opacity .35s ease;
}

.main-menu .scroll-cover {
    height: 100%;
    overflow: hidden;
}

@media only screen and (max-width: 1200px) {
    .main-menu {
        left: -9999px;
    }
    .main-menu.open {
        left: 0;
    }
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    padding: 35px 0 35px;
    -webkit-transition: background-color .35s ease;
    -o-transition: background-color .35s ease;
    transition: background-color .35s ease;
}

#header .tel {
    font-family: "MsrtSemibold";
    float: right;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    position: relative;
}

#header .tel .ico {
    position: absolute;
    top: -3px;
    left: -35px;
}

#header .tel span {
    font-size: 36px;
}

@media only screen and (max-width: 1366px) {
    #header .tel {
        margin-right: 75px;
    }
}

@media only screen and (max-width: 1200px) {
    #header {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #header .tel {
        display: none;
    }
}

#header .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.container:before,
.container:after{
  display: none;
}

.logo {
    float: none;
    width: 72px;
    height: 122px;
}

.logo.black a {
    background: url(../images/logo-black.png) no-repeat;
    background-size: cover;
}

.logo a {
    display: block;
    text-indent: -9999px;
    height: 100%;
    background: url(../images/logo.png) no-repeat;
}

@media only screen and (max-width: 1200px) {
    .logo {
        width: 50px;
        height: 85px;
    }
    .logo a {
        background-size: cover;
    }

    .enru{
        position:absolute;
        top:50%;
        right:20px;
        margin-top:20px;
        -webkit-transform:translateY(-50%);
        -ms-transform:translateY(-50%);
        -o-transform:translateY(-50%);
        transform:translateY(-50%);
    }
}

@media only screen and (max-width: 767px) {
    .logo {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}


.zaebal{
    display: flex;
    align-items: center;
}

.enru{
    color: #fff;
    font-size: 24px;
    padding-left: 20px;
}
.enru:hover {
    color: #fff;
}
a .en{display: none;}
a:hover .ru{display: none;}
a:hover .en{display: inline;}



.intro-section {
    padding: 200px 0 200px;
    overflow: hidden;
    background: url(../images/bg1.png) 50% 0 no-repeat;
    background-size: cover;
    text-align: center;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
}

.intro-section.main {
    background: url(../images/bg6-2.png) 50% 0 no-repeat;
    background-size: cover;
}

.intro-section.kiev {
    background: url(../images/kiev-scandinavian-12.jpg) 50% 0 no-repeat;
    background-size: cover;
}

.intro-section.main h1 {
    margin-bottom: 5px;
}

.intro-section.main p {
    margin-bottom: 55px;
}

.intro-section.blog {
    background: url(../images/bg7.png) 50% 0 no-repeat;
    background-size: cover;
}

.intro-section.blog h1 {
    margin-bottom: 5px;
}

.intro-section.blog p {
    margin-bottom: 55px;
}

.intro-section.project {
    background: url(../images/bg8.png) 50% 0 no-repeat;
    background-size: cover;
}

.intro-section.cert {
    background: url(../images/bg88.png) 50% 0 no-repeat;
    background-size: cover;
}

.intro-section.project3 {
    background: url(../images/bg_altair.png) 50% 0 no-repeat;
    background-size: cover;
}

.intro-section.monochrome {
    background: url(../images/monochrome06.jpg) 50% 55% no-repeat;
    background-size: cover;
}

.intro-section.yuzhne {
    background: url(../images/yuzhne/cover_proj.jpg) 50% 55% no-repeat;
    background-size: cover;
}

.intro-section.project4 {
    background: url(../images/bg9.png) 50% 0 no-repeat;
    background-size: cover;
}

.intro-section.project2 {
    background: url(../images/bg10.png) 50% 0 no-repeat;
    background-size: cover;
}

.intro-section.project1 {
    background: url(../images/bg11.png) 50% 0 no-repeat;
    background-size: cover;
}

.intro-section.project6 {
    background: url(../images/bg12.png) 50% 0 no-repeat;
    background-size: cover;
}

.intro-section.project7 {
    background: url(../images/bg13.png) 50% 0 no-repeat;
    background-size: cover;
}

.intro-section.project5 {
    background: url(../images/bg14.png) 50% 0 no-repeat;
    background-size: cover;
}

.intro-section.project8 {
    background: url(../images/bg15.png) 50% 0 no-repeat;
    background-size: cover;
}

.intro-section.project h1 {
    margin-bottom: 5px;
}

.intro-section .title {
    display: block;
    font-family: "MsrtExtraLight";
    font-size: 60px;
    line-height: 68px;
    text-transform: uppercase;
    margin-bottom: 43px;
}

.intro-section .btn-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.intro-section .btn-holder .btn {
    font-size: 26px;
    line-height: 30px;
    padding: 10px 65px 10px 50px;
    position: relative;
    text-transform: uppercase;
}

.intro-section .btn-holder .btn .fa {
    font-size: 30px;
    position: absolute;
    top: 10px;
    right: 15px;
}

@media only screen and (max-width: 1200px) {
    .intro-section {
        padding-top: 150px;
        padding-bottom: 130px;
        font-size: 15px;
        line-height: 20px;
        position:relative;
    }
    .intro-section::after{
        content:'';
        position:absolute;
        top:0;
        bottom:0;
        left:0;
        right:0;
        background:#000;
        opacity:.3;
        z-index:0;
    }
    .intro-section .container{
        z-index:2;
        position:relative;
    }
    .intro-section.blog {
        padding-bottom: 30px;
    }
    .intro-section .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .intro-section .btn-holder {
        display: block;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .intro-section .btn-holder .btn {
        font-size: 14px;
        line-height: 20px;
        display: block;
        margin-bottom: 15px;
        padding: 8px 0;
    }
    .intro-section .btn-holder .btn .fa {
        font-size: 16px;
        top: 9px;
    }
}

.project-main-section {
    position: relative;
    padding: 80px 0 180px;
}

.project-main-section:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    margin-top: -120px;
    border-bottom: 120px solid #fff;
    border-left: 1900px solid transparent;
}

@media only screen and (max-width: 1200px) {
    .project-main-section {
        padding-top: 60px;
        padding-bottom: 80px;
    }
}

.contact-buttons {
    position: fixed;
    bottom: 5%;
    right: 3%;
    z-index: 200;
}

.contact-buttons .btn-call,
.contact-buttons .btn-msg {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    width: 80px;
    height: 80px;
    background: #c2d150;
    font-size: 78px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

@media only screen and (max-width: 1200px) {
    .contact-buttons .btn-call,
    .contact-buttons .btn-msg {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 28px;
    }
}

.contact-buttons .btn-call:hover,
.contact-buttons .btn-msg:hover {
    opacity: .8;
}

.contact-buttons .btn-call:active,
.contact-buttons .btn-msg:active {
    text-decoration: none;
    outline: none;
}

.contact-buttons .btn-msg {
    font-size: 50px;
    line-height: 80px;
}

@media only screen and (max-width: 1200px) {
    .contact-buttons .btn-msg {
        font-size: 18px;
        line-height: 40px;
    }
}

.project-description {
    overflow: hidden;
}

.project-description .content {
    float: left;
    width: 500px;
    margin-right: 60px;
    font-size: 18px;
    line-height: 26px;
}

.project-description .info {
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
}

.project-description .info dl {
    overflow: hidden;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.project-description .info dt,
.project-description .info dd {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.project-description .info .fa {
    font-size: 20px;
    line-height: 24px;
}

@media only screen and (max-width: 1200px) {
    .project-description .content {
        float: none;
        margin: 0 0 20px;
        width: auto;
        font-size: 16px;
        line-height: 24px;
    }
    .project-description .info {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .project-description .info dl {
        margin-bottom: 15px;
    }
}

.gallery-list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.gallery-list li a img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.switcher-holder {
    overflow: hidden;
    margin-top: 30px;
    position: relative;
}

@media only screen and (max-width: 1200px) {
    .switcher-holder {
        margin-top: 15px;
    }
}

.slick-slide {
    float: left;
}

.switcher-list {
    margin: 0 -5px;
    padding: 0;
    list-style: none;
    position: relative;
}

.switcher-list .slick-list {
    overflow: hidden;
}

.switcher-list li {
    padding: 0 5px;
}

.switcher-list a {
    display: block;
}

.switcher-list a img {
    display: block;
    max-width: 100%;
}

@media only screen and (max-width: 1280px) {
    .switcher-list {
        position: relative;
        padding-bottom: 25px;
    }
}

.slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -28px;
    text-indent: -9999px;
    overflow: hidden;
    width: 78px;
    height: 78px;
    z-index: 10;
    background: none;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.slick-arrow.slick-next {
    right: -5%;
}

.slick-arrow.slick-next:after {
    position: absolute;
    content: '';
    top: 25px;
    left: 20px;
    width: 25px;
    height: 25px;
    border-bottom: 5px solid #929292;
    border-left: 5px solid #929292;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.slick-arrow.slick-prev {
    left: -5%;
}

.slick-arrow.slick-prev:before {
    position: absolute;
    content: '';
    top: 25px;
    right: 20px;
    width: 25px;
    height: 25px;
    border-bottom: 5px solid #929292;
    border-left: 5px solid #929292;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slick-dots {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    padding: 0;
    margin: 0 -8px;
    list-style: none;
}

.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    padding: 0 8px;
}

.slick-dots button {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    position: relative;
    background: #ccc;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.slick-dots button:hover {
    opacity: .8;
}

.slick-dots .slick-active button {
    background: #000;
}

.content-about-section {
    text-align: center;
    color: #000;
    padding: 140px 0 90px;
    font-size: 18px;
    line-height: 28px;
    position: relative;
}

.content-about-section h2:after,
.content-about-section h3:after {
    display: none;
}

.content-about-section h2 {
    margin-bottom: 40px;
}

.partners h4 {
    font-size: 4em;
    margin-top: 30px;
    font-family: 'MsrtBold';
    text-transform: uppercase;
    text-align: center;
}

.blog h4 {
    font-size: 1em;
    margin-top: 30px;
    font-family: 'MsrtBold';
    text-align: center;
}

.content-about-section p {
    margin-bottom: 15px;
}

.content-about-section .content {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.content-about-section .content .visual {
    margin-bottom: 18px;
    position: relative;
}

.content-about-section .content .visual img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.content-about-section .content .visual .text1,
.content-about-section .content .visual .text2 {
    position: absolute;
    bottom: -18px;
    left: 10%;
    font-size: 12px;
    line-height: 20px;
}

.content-about-section .content .visual .text2 {
    left: auto;
    right: 10%;
}

.content-about-section .content .title-text {
    display: block;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 1024px) {
    .content-about-section {
        font-size: 16px;
        padding-top: 120px;
        line-height: 24px;
    }
    .content-about-section .content .title-text {
        font-size: 18px;
        line-height: 24px;
    }
}

.blog-main-section {
    position: relative;
    padding: 80px 0 180px;
}

.blog-main-section:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    margin-top: -120px;
    border-bottom: 120px solid #fff;
    border-left: 1900px solid transparent;
}

@media only screen and (max-width: 1024px) {
    .blog-main-section {
        padding-top: 40px;
        padding-bottom: 60px;
    }
}

.blog-list {
    margin: 0 -20px;
    padding: 0;
    text-align: center;
    list-style: none;
    letter-spacing: -4px;
}

.blog-list li {
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    letter-spacing: 0;
    padding: 0 20px;
    position: relative;
}

.blog-list li:first-child .info {
    margin-top: -25px;
}

.blog-list li:first-child+li {
    margin-top: -25px;
}

.blog-list li:first-child+li+li {
    margin-top: -48px;
}

.blog-list .img-holder {
    display: block;
    position: relative;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.blog-list .img-holder:hover:after,
.blog-list .img-holder:hover:before {
    opacity: .8;
}

.blog-list .img-holder:hover .info {
    opacity: 1;
}

.blog-list .img-holder:after {
    position: absolute;
    content: '';
    top: 11px;
    left: 0;
    right: 0;
    bottom: 10px;
    background: #000;
    opacity: 0;
    z-index: 8;
    -webkit-transform: skew(0deg, -4deg);
    -ms-transform: skew(0deg, -4deg);
    transform: skew(0deg, -4deg);
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.blog-list .img-holder img {
    display: block;
    max-width: 100%;
}

.blog-list .info {
    font-family: "MsrtSemibold";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 9;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.blog-list .info .title {
    display: block;
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
    .blog-list {
        margin: 0 auto;
        max-width: 300px;
    }
    .blog-list li {
        width: 100%;
        margin-bottom: 25px;
    }
    .blog-list li:first-child .info {
        margin-top: 0;
    }
    .blog-list li:first-child+li {
        margin-top: 0;
    }
    .blog-list li:first-child+li+li {
        margin-top: 0;
    }
    .blog-list .info .title {
        font-size: 16px;
        line-height: 20px;
    }
}

.service-list {
    margin: 0 -20px;
    padding: 0;
    list-style: none;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:flex;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -o-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:center;
    font-size: 18px;
    line-height: 24px;
    font-family: "MsrtExtraLight";
}

.service-list li {
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:flex;
    -webkit-flex-direction:column;
    -moz-flex-direction:column;
    -ms-flex-direction:column;
    -o-flex-direction:column;
    flex-direction:column;
    width: 33.3%;
    padding: 0 20px;
}

.service-list li .fa {
    display: block;
    font-size: 72px;
    color: #c2d150;
    margin-bottom: 16px;
}

.service-list li .ico {
    min-height:68px;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:flex;
    -webkit-flex-direction:column;
    -moz-flex-direction:column;
    -ms-flex-direction:column;
    -o-flex-direction:column;
    flex-direction:column;
    -ms-align-items:center;
    align-items:center;
    justify-content:center;
    margin-bottom: 16px;
}

.service-list li .ico img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.service-list li .title {
    display: block;
    font-family: "MsrtMedium";
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
}

.service-list li p {
    -webkit-flex:auto;
    -moz-flex:auto;
    -ms-flex:auto;
    -o-flex:auto;
    flex:auto;
    margin: 0;
}

.service-list li .btn-holder {
    padding-top: 20px;
}

.service-list li .info-inner {
    display: block;
}

@media only screen and (max-width: 1200px) {
    .service-list {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        font-size: 16px;
        line-height: 22px;
    }
    .service-list li {
        width: 100%;
        padding: 0;
        margin-bottom: 25px;
    }
    .service-list li .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .service-list li .fa {
        font-size: 40px;
        margin-bottom: 10px;
    }
}

.commodity-section {
    padding: 125px 0 150px;
    overflow: hidden;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    background: url(../images/bg4.png) 50% 0 no-repeat;
    background-size: cover;
}

.commodity-section h2 {
    color: #fff;
}

.commodity-section h2:after {
    background: #fff;
}

.commodity-section .service-list li {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1200px) {
    .commodity-section {
        padding-bottom: 80px;
        font-size: 16px;
        line-height: 20px;
    }
}

.blog-section {
    padding: 130px 0 140px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    background: url(../images/bg5.png) 50% 0 no-repeat;
    background-size: cover;
}

.blog-section h2 {
    color: #fff;
}

.blog-section h2:after {
    background: #fff;
}

.blog-section .btn-holder .btn {
    font-size: 30px;
    line-height: 36px;
}

.blog-section .btn-holder .btn .fa {
    font-size: 30px;
}

@media only screen and (max-width: 1200px) {
    .blog-section {
        padding-top: 80px;
        padding-bottom: 90px;
        font-size: 16px;
        line-height: 20px;
        background-position: 0 50%;
    }
    .blog-section .btn-holder .btn {
        font-size: 14px;
        line-height: 20px;
    }
    .blog-section .btn-holder .btn .fa {
        font-size: 20px;
    }
}

.project-section {
    padding: 80px 0 80px;
    position: relative;
}

.project-section h2 {
    margin-bottom: 100px;
}

.project-section:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    margin-top: -120px;
    border-bottom: 120px solid #fff;
    border-left: 1900px solid transparent;
}

.project-section .btn-holder {
    text-align: center;
}

@media only screen and (max-width: 1200px) {
    .project-section {
        padding-top: 18px;
        padding-bottom: 20px;
    }
}

.project-list {
    margin: 0 -10px 40px;
    padding: 0;
    list-style: none;
    letter-spacing: -4px;
}

.project-list li {
    display: inline-block;
    width: 33.3%;
    letter-spacing: 0;
    padding:10px;
}

.project-list li.height2 a {
    height: 760px;
}

.project-list li.width2 {
    width: 66.6%;
}

.project-list li.height3 a {
    height: 440px;
}


.project-list a {
    display: block;
    height: 300px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    background-position: 50% 50%;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.project-list a .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    color: #fff;
    z-index: 10;
    opacity: 0;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.project-list a span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.1);
    opacity: 1;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.project-list a:hover .fa {
    opacity: 1;
}

.project-list a:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.project-list a:hover span {
    bottom: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

@media only screen and (min-width: 1025px) {
    .project-list li:nth-child(2){
        margin-top:-28px;
    }

    .project-list li:nth-child(3){
        margin-top:-56px;
    }

    .project-list li:nth-child(4),
    .project-list li:nth-child(8),
    .project-list li:nth-child(9){
        margin-top:-14px;
    }

  /*  .project-list a {
    }*/

    .project-inner{
        position:relative;
        -webkit-transform:skewY(-4deg);
        -ms-transform:skewY(-4deg);
        -o-transform:skewY(-4deg);
        transform:skewY(-4deg);
    }

    .project-inner a img{
        position:absolute;
        height:124%;
        left:50%;
        width:100%;
        object-fit: cover;
        -webkit-transform: skewY(4deg)  translateX(-50%);
        -ms-transform: skewY(4deg)  translateX(-50%);
        -o-transform: skewY(4deg)  translateX(-50%);
        transform: skewY(4deg)  translateX(-50%);
    }

    .project-list li:nth-child(7){
        margin-top:14px;
}
}

@media only screen and (max-width: 1024px) {
    .project-list li {
        width: 50%;
    }
    .project-list li.height2 a {
        height: 200px;
    }
    .project-list li.width2 {
        width: 50%;
    }
    .project-list li.height3 a {
        height: 200px;
    }
    .project-list a {
        height: 200px;
    }

    .project-section h2{
        margin-bottom:60px;
    }

    .project-list a img{
        display:block;
        width:100%;
        height:100%;
        object-fit: cover;
    }
}

@media only screen and (max-width: 767px) {
    .project-list li {
        width: 100%;
    }

    .project-list li.width2 {
        width: 100%;
    }
    
    .project-list{
        display:-webkit-flex;
        display:-moz-flex;
        display:-ms-flex;
        display:-o-flex;
        display:flex;
        -webkit-flex-direction:column-reverse;
        -moz-flex-direction:column-reverse;
        -ms-flex-direction:column-reverse;
        -o-flex-direction:column-reverse;
        flex-direction:column-reverse;
    }

    .project-list li a:after,
    .project-list li a:before{
        display:none;
    }

}

h1 {
    font-family: "MsrtSemibold";
    font-size: 60px;
    line-height: 68px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 124px;
    position: relative;
}

h1:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 20%;
    width: 90px;
    height: 2px;
    background: #fff;
}

h1:before {
    position: absolute;
    content: '';
    top: 50%;
    right: 20%;
    width: 90px;
    height: 2px;
    background: #fff;
}

.ris2 h1:after,
.ris2 h1:before {
    background: none;
}

@media only screen and (max-width: 1200px) {
    h1 {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 28px;
    }
    h1:after,
    h1:before {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 36px;
        line-height: 40px;
    }
}

h2 {
    font-family: "MsrtMedium";
    font-size: 48px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 65px;
    color: #000;
    position: relative;
}

h2 .ico {
    display: inline-block;
    vertical-align: middle;
    padding-right: 30px;
    margin-top: -15px;
}

h2:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    margin-bottom: -27px;
    margin-left: -140px;
    width: 280px;
    height: 2px;
    background: #919090;
}

@media only screen and (max-width: 1200px) {
    h2 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 35px;
    }
    h2:after {
        margin-left: -90px;
        margin-bottom: -10px;
        width: 180px;
    }
    h2 .ico {
        display: none;
    }
}

h3 {
    font-family: "MsrtBold";
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    margin: 0 0 55px;
    position: relative;
}

h3:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    margin-bottom: -15px;
    margin-left: -90px;
    width: 180px;
    height: 2px;
    background: #919090;
}

@media only screen and (max-width: 1200px) {
    h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    h3:after {
        margin-bottom: -8px;
    }
}

.social-list {
    list-style: none;
    margin: 0 -14px;
    padding: 40px 0 0;
    position: relative;
    z-index: 10;
}

.social-list li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 14px;
}

.social-list a {
    display: block;
}

.social-list .fa {
    font-size: 26px;
    color: #fff;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.social-list .fa:hover {
    color: #c2d150;
}

.about-section {
    text-align: center;
    padding: 29px 0 85px;
    position: relative;
}

.about-section:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    margin-top: -120px;
    border-bottom: 120px solid #fff;
    border-left: 1900px solid transparent;
}

@media only screen and (max-width: 1200px) {
    .about-section {
        padding-top: 25px;
        padding-bottom: 30px;
    }
}

.about-content {
    overflow: hidden;
}

.about-content .about-list {
    margin-bottom: 0;
}

.about-content .about-list.expanded {
    display: none;
}

.about-content .btn-holder {
    padding-top: 40px;
}

@media only screen and (max-width: 1200px) {
    .about-content .btn-holder {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.btn-side {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    text-indent: -9999px;
    width: 44px;
    height: 44px;
    text-align: center;
    cursor: pointer;
    background: #c2d151 url(../images/ico7.png) 50% 50% no-repeat;
    border-radius: 50%;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

@-webkit-keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 #c2d151;
        -webkit-box-shadow: 0 0 0 0 #c2d151;
        box-shadow: 0 0 0 0 #c2d151;
    }
    70% {
        -moz-box-shadow: 0 0 0 5px rgba(194, 209, 81, 0.7);
        -webkit-box-shadow: 0 0 0 5px rgba(194, 209, 81, 0.7);
        box-shadow: 0 0 0 5px rgba(194, 209, 81, 0.7);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 #c2d151;
        -webkit-box-shadow: 0 0 0 0 #c2d151;
        box-shadow: 0 0 0 0 #c2d151;
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 #c2d151;
        -webkit-box-shadow: 0 0 0 0 #c2d151;
        box-shadow: 0 0 0 0 #c2d151;
    }
    70% {
        -moz-box-shadow: 0 0 0 5px rgba(194, 209, 81, 0.7);
        -webkit-box-shadow: 0 0 0 5px rgba(194, 209, 81, 0.7);
        box-shadow: 0 0 0 5px rgba(194, 209, 81, 0.7);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 #c2d151;
        -webkit-box-shadow: 0 0 0 0 #c2d151;
        box-shadow: 0 0 0 0 #c2d151;
    }
}

.about-list {
    margin: 0 0 40px;
    padding: 0;
    text-align: left;
    list-style: none;
    font-size: 18px;
    line-height: 26px;
    position: relative;
    font-family: "MsrtSemibold";
}

.about-list li {
    display: block;
    padding-left: 15px;
    margin-bottom: 14px;
    position: relative;
}

.about-list li:after {
    position: absolute;
    content: '';
    top: 8px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #c2d151;
    border-radius: 50%;
}

@media only screen and (max-width: 1200px) {
    .about-list {
        margin-bottom: 25px;
        font-size: 14px;
        line-height: 20px;
    }
    .about-list li {
        margin-bottom: 8px;
    }
    .about-list li:after {
        top: 5px;
    }
}

.title-item {
    font-family: "MsrtBold";
    display: block;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

@media only screen and (max-width: 1200px) {
    .title-item {
        font-size: 18px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .title-item {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 15px;
    }
}

.btn {
    font-size: 14px;
    line-height: 18px;
    border-radius: 30px;
    padding: 10px 24px;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    font-weight: bold;
}

.btn.btn-primary {
    background: #c2d151;
    border: 1px solid transparent;
}

.btn.btn-primary.border:hover {
    color: #919090;
    border: 1px solid #919090;
}

.btn.btn-primary:hover {
    background: none;
    color: #fff;
    border: 1px solid #fff;
}

.btn.btn-flat {
    border: 2px solid #fff;
    color: #fff;
}

.btn.btn-flat:hover {
    background: #fff;
    color: #000;
}

.design-section {
    padding: 185px 0 280px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background: url(../images/bg2.png) 50% 0 no-repeat;
    background-size: cover;
}

.design-section h2 {
    color: #fff;
}

.design-section h2:after {
    background: #fff;
}

@media only screen and (max-width: 1200px) {
    .design-section {
        padding-top: 90px;
        padding-bottom: 80px;
    }
}

.service-section {
    text-align: center;
    padding: 40px 0 40px;
    position: relative;
}

.service-section .about-list {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.service-section:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    margin-top: -120px;
    border-bottom: 120px solid #fff;
    border-left: 1900px solid transparent;
}

@media only screen and (max-width: 1200px) {
    .service-section {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.product-section {
    padding: 170px 0 280px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background: url(../images/bg3.png) 50% 0 no-repeat;
    background-size: cover;
}

.product-section h2 {
    color: #fff;
}

.product-section h2:after {
    background: #fff;
}

.product-section .about-list {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 1200px) {
    .product-section {
        padding-top: 90px;
        padding-bottom: 80px;
    }
    .product-section .about-list {
        max-width: none;
    }
}

.consultation-section {
    font-family: "MsrtSemibold";
    text-align: center;
    padding: 30px 0 140px;
    font-size: 20px;
    line-height: 28px;
    position: relative;
}

.consultation-section:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    margin-top: -120px;
    border-bottom: 120px solid #fff;
    border-left: 1900px solid transparent;
}

@media only screen and (max-width: 1200px) {
    .consultation-section {
        padding-top: 15px;
        padding-bottom: 65px;
        font-size: 14px;
        line-height: 22px;
    }
}

#footer {
    padding: 60px 0 33px;
    background: #171717;
    position: relative;
}

#footer:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    margin-top: -99px;
    border-bottom: 100px solid #171717;
    border-left: 1900px solid transparent;
}

#footer h2 {
    color: #fff;
}

#footer h2:after {
    background: #fff;
}

@media only screen and (max-width: 1200px) {
    #footer {
        padding-top: 20px;
        padding-bottom: 15px;
    }
}

.footer-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 36px;
    line-height: 42px;
    overflow: hidden;
    margin-bottom: 35px;
}

.footer-holder .mail {
    display: inline-block;
    position: relative;
    padding-left: 55px;
}

.footer-holder .mail .fa {
    position: absolute;
    top: 5px;
    left: 0;
}

.footer-holder .tel {
    display: inline-block;
    position: relative;
}

.footer-holder .tel a {
    display: block;
    font-size: 28px;
}

.footer-holder .tel a span {
    font-size: 36px;
}

.footer-holder .tel .fa {
    position: absolute;
    top: 14px;
    left: -55px;
    font-size: 70px;
}

.footer-holder a {
    color: #fff;
}

@media only screen and (max-width: 1200px) {
    .footer-holder {
        display: block;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .footer-holder .mail {
        display: block;
        padding-left: 35px;
        margin-bottom: 15px;
    }
    .footer-holder .mail .fa {
        left: 5px;
    }
    .footer-holder .tel {
        display: block;
        padding-left: 35px;
    }
    .footer-holder .tel a {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .footer-holder .tel a span {
        font-size: 25px;
        line-height: 20px;
    }
    .footer-holder .tel .fa {
        left: 5px;
        font-size: 30px;
    }
}

.footer-list {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
    text-align: center;
    overflow: hidden;
}

.footer-list li {
    display: inline-block;
    padding: 0 15px;
}

.footer-list .fa {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.footer-list .fa:hover {
    background: #c2d150;
}

@media only screen and (max-width: 1200px) {
    .footer-list {
        margin: 0 -8px;
    }
    .footer-list li {
        padding: 0 8px;
    }
    .footer-list .fa {
        font-size: 24px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.popup {
    text-align: center;
}

.popup .title {
    display: block;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.popup .modal-dialog {
    width: 800px;
}

.popup .modal-dialog.feedback {
    width: 590px;
}

.popup .modal-dialog.feedback .title {
    border-bottom: 1px solid #919090;
}

.popup .modal-content {
    padding: 60px 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.popup .modal-content .close {
    float: none;
    position: absolute;
    top: -8px;
    right: 5px;
    font-size: 54px;
    font-weight: normal;
}

@media only screen and (max-width: 1024px) {
    .popup .title {
        font-size: 18px;
        line-height: 24px;
    }
    .popup .modal-dialog {
        max-width: 460px;
        margin-left: auto;
        margin-right: auto;
    }
    .popup .modal-dialog.feedback {
        max-width: 460px;
    }
    .popup .modal-content {
        padding: 20px 15px 25px;
    }
}

@media only screen and (max-width: 480px) {
    .popup .modal-dialog {
        max-width: 320px;
    }
    .popup .modal-dialog.feedback {
        max-width: 320px;
    }
}

.radio-list {
    margin: 0 -20px 25px;
    padding: 0;
    list-style: none;
}

.radio-list li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
}

.radio-list li label {
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 15px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.radio-list li label:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.radio-list li label img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.radio-list li span {
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.radio-list li input[type="radio"] {
    display: none;
}

.radio-list li input[type="radio"]+img {
    float: left;
    -webkit-filter: brightness(1) grayscale(1);
    filter: brightness(1) grayscale(1);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.radio-list li input[type="radio"]:checked+img {
    -webkit-filter: none;
    filter: none;
}

.default-form .input-group {
    display: block;
    margin-bottom: 15px;
}

.default-form input,
.default-form textarea {
    height: 34px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    width: 100%;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #000;
    padding: 0 0 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.default-form input::-webkit-input-placeholder,
.default-form textarea::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease;
}

.default-form input::-webkit-input-placeholder,
.default-form textarea::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease;
}

.default-form input:-moz-placeholder,
.default-form textarea:-moz-placeholder {
    color: #000;
    opacity: 1;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease;
}

.default-form input::-moz-placeholder,
.default-form textarea::-moz-placeholder {
    color: #000;
    opacity: 1;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease;
}

.default-form input:focus,
.default-form textarea:focus {
    border-bottom: 2px solid #000;
}

.default-form input:focus::-webkit-input-placeholder,
.default-form textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

.default-form input:focus::-webkit-input-placeholder,
.default-form textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

.default-form input:focus:-moz-placeholder,
.default-form textarea:focus:-moz-placeholder {
    color: transparent;
}

.default-form input:focus::-moz-placeholder,
.default-form textarea:focus::-moz-placeholder {
    color: transparent;
}

.default-form textarea {
    resize: none;
    height: 90px;
}

.default-form .fa {
    margin-bottom: 25px;
    font-size: 58px;
    color: #c2d151;
}

.default-form .submit-btn {
    padding-top: 20px;
}

@media only screen and (max-width: 480px) {
    .default-form .btn-holder {
        display: block;
        max-width: none;
        padding-bottom: 0;
    }
    .default-form .btn-holder .btn {
        display: block;
        margin-bottom: 15px;
    }
}

.check-holder {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.check-holder div input[type="radio"] {
    display: none;
}

.check-holder div input[type="radio"]+span {
    display: inline-block;
    color: #919090;
    border: 1px solid #919090;
    padding: 10px 24px;
    border-radius: 30px;
    cursor: pointer;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.check-holder div input[type="radio"]+span:hover {
    background: #c2d151;
    color: #fff;
    border: 1px solid transparent;
}

.check-holder div input[type="radio"]:checked+span {
    color: #fff;
    background: #c2d151;
    border: 1px solid transparent;
}

@media only screen and (max-width: 767px) {
    .check-holder {
        display: block;
    }
    .check-holder div input[type="radio"]+span {
        padding: 8px 18px;
    }
}

a:active {
    text-decoration: none;
    outline: none;
}

.tenk,
.give-sert,
.pri-zakaze,
.objsmds {
    display: block;
    position: relative;
    top: 90px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.tenk {
    width: 100%;
    height: 270px;
    background: url(/img/tenk.png) top no-repeat;
    background-size: 100% 270px;
    font-size: 56px;
    font-family: "MsrtBold";
    padding-top: 175px;
}

.give-sert,
.pri-zakaze,
.objsmds {
    font-size: 36px;
    font-family: 'MsrtReglr';
    line-height: 1em;
    text-align: center;
}

.pres {
    margin: 9em 0 0 0;
    width: 100%;
    height: 2px;
    color: #919090;
    background-color: #919090;
}

.pri-zakaze {
    top: 120px;
    font-size: 2.5em;
    font-family: 'MsrtBold';
}

.objsmds {
    top: 70px;
    font-family: 'MsrtBold';
    font-size: 3.6em;
}

.sert-btn {
    margin: 50px 0 0px 0;
    width: 300px;
}

.certimg {
    background: url(/img/img-cert.png) left top no-repeat;
    background-size: 100%;
    height: 600px;
}

.condit-cert {
    margin: -50px 0 0 0;
    font-family: 'MsrtMedium';
    font-size: 3.2em;
    text-transform: uppercase;
    text-align: left;
    line-height: 1em;
}

.algrt-cert {
    background: url(/img/algrt-cert.png) center 180px no-repeat;
    background-size: 100% auto;
    height: 400px;
}

.algrt-cert1,
.algrt-cert2,
.algrt-cert3,
.algrt-cert4,
.algrt-cert5 {
    font-family: 'MsrtReglr';
    font-size: 1.5em;
    text-transform: uppercase;
    background-repeat: no-repeat;
    height: 250px;
    /*  border:solid 1px gray; */
}

.algrt-cert1 {
    background-image: url(/img/ruki.png);
    background-position: center 20px;
    background-size: 100% cover;
    padding-top: 200px;
}

.algrt-cert2 {
    background-image: url(/img/strelka1.png);
    background-position: center;
    background-size: 100% 22px;
    padding-top: 50px;
}

.algrt-cert3 {
    background-image: url(/img/sert.png);
    background-position: center 20px;
    background-size: 100% cover;
    padding-top: 200px;
}

.algrt-cert4 {
    background-image: url(/img/strelka1.png);
    background-position: center;
    background-size: 100% 22px;
    padding-top: 50px;
}

.algrt-cert5 {
    background-image: url(/img/keys.png);
    background-position: center 20px;
    background-size: 100% cover;
    padding-top: 200px;
}

.usl-cert {
    font-family: 'MsrtMedium';
    font-size: 1.9em;
    text-transform: uppercase;
}

.oliv {
    background: olive;
}

.partners {
    margin: 0 0 100px 0;
}

.partlogo {
    background: #e0e0e0;
}

.partlogo a {
    display: block;
    height: 175px;
    background-position: center top;
}

.partlogo a:hover {
    background-position: center bottom;
}

.forrooms {
    width: 290px;
    background-image: url(/img/forrooms.png);
}

.elf {
    width: 290px;
    background-image: url(/img/elf.png);
}

.terrasa {
    width: 290px;
    background-image: url(/img/terrasa.png);
}

.cerama {
    width: 310px;
    background-image: url(/img/cerama.png);
}

.sndoff {
    width: 445px;
    background-image: url(/img/sndoff.png);
}

.edisson {
    width: 445px;
    background-image: url(/img/edisson.png);
}

.venecia {
    width: 710px;
    background-image: url(/img/venecia.png);
}

.sherwin {
    width: 361px;
    background-image: url(/img/sherwin.png);
}

.svet {
    width: 305px;
    background-image: url(/img/svet.png);
}

@media only screen and (max-width: 767px) {
    .tenk {
        font-size: 36px;
    }
    .condit-cert {
        font-size: 2.4em;
        text-align: center;
    }
}

.s-cont {
    padding: 0 5px;
}

.s-cont p {
    text-align: center;
    margin: 5px;
}