@charset "UTF-8";
body,
html {
    width: 100%;
    height: 100%
}

a,
body {
    color: #252525
}

.close,
a,
a:hover {
    text-decoration: none
}

body,
h1 {
    margin: 0
}

.wrap,
.wrapper {
    min-height: 100%;
    overflow: hidden
}

h1,
p,
ul,
ul li {
    padding: 0
}

.button,
a {
    cursor: pointer
}

.img-left,
ul li {
    left: 0
}

.about-inner:after,
.container-inner:after,
.container:after,
.content-adv:after,
.content:after,
.descript-inner:after,
.page:after,
.photo-inner:after {
    clear: both
}

body {
    font: 14px/1.41 Roboto, sans-serif;
    -webkit-font-smoothing: antialiased
}

* {
    outline: 0
}

.page:after,
.page:before {
    content: "";
    display: table
}

a {
    display: block
}

a:hover {
    color: #0bcd8b
}

h1 {
    font-size: 60px
}

h2 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 400
}

.container {
    width: 1200px;
    margin: 0 auto;
    position: relative
}

.popup,
p,
ul {
    margin: 0
}

.container:after,
.container:before {
    content: "";
    display: table
}

.wrap:after,
.wrapper:after {
    display: block;
    position: relative;
    content: ""
}

.wrapper {
    position: relative;
    height: auto!important;
    height: 100%
}

.wrapper:after {
    height: 0
}

.wrap {
    height: auto!important;
    height: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ul li {
    list-style: none
}

p {
    font-size: 14px
}

footer {
    position: relative;
    margin-top: 0;
    height: 0;
    min-width: 1220px
}

@font-face {
    font-family: Intro;
    src: url(../fonts/intro.woff2) format("woff2"), url(../fonts/intro.woff) format("woff"), url(../fonts/intro.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
}

.section-inner {
    padding-top: 40px
}

input {
    -webkit-transition: all .3s;
    transition: all .3s;
    outline: 0!important;
    font-weight: 100;
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid #8c8d8e;
    font-size: 16px
}

input:focus,
input:valid {
    border-bottom: 1px solid #1dc7ae;
    outline: 0!important
}

input:focus~label,
input:valid~label {
    color: #1dc7ae
}

label {
    color: #8c8d8e;
    position: relative;
    top: -55px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.content {
    position: relative
}

.img-left,
.img-right {
    position: absolute;
    top: 0
}

.content:after,
.content:before {
    content: "";
    display: table
}

form.form {
    background: #fff;
    width: 300px;
    margin: 0 auto 60px;
    padding: 10px 40px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.form h3 {
    font-size: 18px;
    margin-bottom: 40px;
    font-weight: 300;
    color: #2a2d2e
}

.form a {
    margin-bottom: 15px;
    color: #8c8d8e
}

.input {
    width: 100%;
    margin: 0 auto 40px;
    text-align: left
}

.button {
    border: none;
    background: #1dc7ae;
    width: 230px;
    height: 50px;
    color: #fff;
    -webkit-border-radius: 70px;
    border-radius: 70px;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 20px;
    -webkit-transition: .3s;
    transition: .3s
}

.button:hover {
    background: #5a5a5a;
    color: #fff
}

.img-right {
    right: 0
}

img.arrow-img {
    -webkit-animation: downUp .5s infinite ease-in-out alternate;
    animation: downUp .5s infinite ease-in-out alternate
}

@keyframes downUp {
    from {
        position: relative;
        top: 0
    }
    to {
        position: relative;
        top: 10px
    }
}

@-webkit-keyframes downUp {
    from {
        position: relative;
        top: 0
    }
    to {
        position: relative;
        top: 10px
    }
}

.fp-scroller {
    overflow: visible!important
}

.section-head {
    width: 100%;
    height: 100%;
    background: url(../img/bg-over.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;
    padding-bottom: 60px
}

.section-head-two {
    position: relative;
    z-index: 2;
    background: #fff
}

.content-adv {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%
}

.content-adv:after,
.content-adv:before {
    content: "";
    display: table
}

.content-adv ul {
    text-align: left;
    position: absolute;
    left: -15px
}

.content-adv h3 {
    font-size: 18px;
    margin-bottom: 40px;
    font-weight: 300;
    color: #fff
}

.content-adv p {
    font-size: 16px!important;
    text-transform: lowercase!important;
    margin: 0 0 10px 20px!important
}

.content-adv span {
    position: relative;
    top: -20px;
    left: 20px
}

.section-head p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 40px;
    margin-top: 40px;
    text-transform: uppercase
}

.section-head h1 {
    font-size: 60px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-family: Intro, sans-serif;
    font-weight: 300;
}

.about-text h2,
.section-adv h2 {
    text-transform: uppercase;
    font-size: 24px
}

.section-head h1:after,
.section-head h1:before {
    position: absolute;
    height: 1px;
    width: 100%;
    background: #fff;
    top: 35px;
    content: ""
}

.section-head h1:before {
    left: 68%
}

.section-head h1:after {
    right: 68%
}

.section-adv {
    background: url(../img/bg3.jpg) center center no-repeat;
    background-size: cover
}

.about-inner {
    padding: 140px 6%
}

.about-inner:after,
.about-inner:before {
    content: "";
    display: table
}

.about-img {
    width: 45%;
    float: left
}

.about-text {
    width: 55%;
    float: right;
    position: relative;
    z-index: 10
}

.about-text h2 {
    margin-bottom: 70px;
    text-align: left;
    margin-left: -34px
}

.about-text p {
    margin-bottom: 35px
}

.adv-inner {
    margin-bottom: 126px
}

.adv-item {
    display: inline-block;
    width: 33%;
    text-align: center;
    position: relative
}

img.product-line-c,
img.product-line-l,
img.product-line-r {
    position: absolute;
    bottom: -135px;
    opacity: 0
}

img.product-line-l {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    -webkit-transition: .3s;
    transition: .3s
}

img.product-line-c {
    -webkit-transition: .3s;
    transition: .3s
}

img.product-line-r {
    right: 200px;
    -webkit-transition: .3s;
    transition: .3s
}

.adv-item:hover img.product-line-c,
.adv-item:hover img.product-line-l,
.adv-item:hover img.product-line-r {
    opacity: 1
}

.adv-inner:hover a.button-link button {
    background: #fff!important;
    color: #000!important
}

.section-adv h2 {
    margin-top: 140px;
    margin-bottom: 80px
}

.item-inner {
    padding: 40px;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid transparent
}

.section-product .item-inner:hover {
    border: 1px solid #fff;
    padding: 40px
}

.item-inner img {
    margin-bottom: 40px
}

.item-inner p {
    font-size: 18px
}

.descript-inner .title,
.section-product h2 {
    font-size: 24px;
    text-transform: uppercase
}

.section-product {
    background: #1dc6ad;
    background: -webkit-gradient(left top, left bottom, color-stop(0, #1dc6ad), color-stop(100%, #0b4e44));
    background: -webkit-linear-gradient(top, #1dc6ad 0, #0b4e44 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#1dc6ad), to(#0b4e44));
    background: linear-gradient(to bottom, #1dc6ad 0, #0b4e44 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1dc6ad', endColorstr='#0b4e44', GradientType=0);
    color: #fff
}

.section-product h2 {
    margin-top: 90px;
    color: #fff;
    margin-bottom: 70px
}

.section-product p {
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: left
}

.section-product a {
    color: #fff;
    text-align: left;
    text-decoration: underline
}

.product-text {
    margin-left: 15px
}

.section-product .adv-inner {
    margin-bottom: 65px
}

.section-product .button-link {
    width: 240px;
    margin: 70px auto 50px
}

.section-descript {
    background: url(../img/bg4.jpg) center center no-repeat;
    background-size: cover;
    height: 820px
}

.descript-inner {
    margin-top: 170px;
    margin-bottom: 110px
}

.descript-inner:after,
.descript-inner:before {
    content: "";
    display: table
}

.descript-left {
    float: left;
    width: 45%
}

.descript-right {
    float: right;
    width: 45%
}

.descript-left .title {
    float: right
}

.descript-sclad {
    border: 2px solid #1dc7ae;
    margin-top: 27px;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative
}

.descript-sclad a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute
}

.container-inner:after,
.container-inner:before,
.photo-inner:after,
.photo-inner:before {
    content: "";
    display: table
}

.footer-info span,
.map {
    position: relative
}

.descript-sclad:hover {
    border-bottom: 10px solid #1dc7ae!important;
    background: #fff;
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px)
}

.descript-left .descript-sclad {
    border: 2px solid #1dc7ae;
    margin-top: 60px
}

.sclad-inner {
    padding: 45px 45px 40px;
    text-align: center
}

.sclad-inner img {
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.close,
.descript-sclad:hover .sclad-inner img {
    opacity: 1
}

.sclad-inner p {
    font-size: 14px;
    margin-bottom: 40px;
    text-align: left
}

.button-f,
.close,
.md-form,
.right form {
    text-align: center
}

.section-form h2 {
    text-transform: uppercase;
    padding: 50px;
    font-size: 24px
}

.section-form {
    background: url(../img/service-bg.jpg) 25px -70px no-repeat
}

.container-inner {
    width: 80%;
    margin: 0 auto
}

.section-form .left,
.section-form .right {
    width: 50%;
    float: left
}

.container-inner .input {
    margin-bottom: 30px!important
}

.map-cart h3,
.section-form .left p {
    margin-bottom: 40px
}

.left-inner {
    margin-left: 80px
}

.section-photo {
    background: #323232
}

.section-form form {
    width: 70%;
    background: 0 0
}

.photo-inner {
    padding: 50px 0
}

.overlay,
.ymaps-2-1-41-button__text,
.ymaps-2-1-41-controls__control_toolbar {
    display: none
}

.item-photo {
    width: 32%;
    float: left;
    margin-left: 1%
}

.item-photo:first-child {
    margin-left: 0
}

.item-photo img {
    width: 100%
}

.section-footer {
    height: 40px;
    background: #323232
}

.section-footer p {
    color: #fff
}

.footer-info {
    float: right;
    margin-right: 25px
}

.footer-info a {
    color: #fff;
    line-height: 40px
}

.footer-info span {
    top: 2px;
    left: 7px
}

.map-cart {
    position: absolute;
    width: 300px;
    padding: 30px 50px;
    left: 15%;
    bottom: 0;
    background: #fff
}

.overlay,
.popup {
    right: 0;
    position: fixed
}

.map-cart h3 {
    padding-bottom: 40px;
    border-bottom: 3px solid #1dc7ae;
    font-size: 14px
}

.map-cart p {
    margin-bottom: 10px
}

.map-cart p.site {
    margin-top: 25px;
    margin-bottom: 40px
}

.button-f {
    width: 100%
}

.main-two {
    height: 100%;
    width: 100%
}

.overlay {
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, .65);
    cursor: default
}

.ag_w_1_2 a,
.overlay:target {
    display: block
}

.popup {
    top: -100%;
    left: 50%;
    z-index: 20;
    width: 85%;
    width: 320px;
    padding: 15px 15px 40px;
    border: 1px solid #383838;
    background: #fefefe;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px Tahoma, Arial, sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
    box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    -webkit-transition: -webkit-transform .6s ease-out;
    transition: -webkit-transform .6s ease-out;
    transition: transform .6s ease-out;
    transition: transform .6s ease-out, -webkit-transform .6s ease-out
}

.ag_w_1_2,
.ag_w_1_2 a {
    margin-bottom: 10px
}

.overlay:target+.popup {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 20%
}

.close {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    position: absolute;
    padding: 0;
    font: 13px/20px Tahoma, Arial, sans-serif;
    font-weight: 700;
    -webkit-transition: all ease .8s;
    transition: all ease .8s
}

.close img {
    width: 80%
}

.nav-right,
.ymaps-2-1-44-controls__control_toolbar {
    display: none
}

.ag_w_1_2 button {
    border: none;
    background: #155483;
    color: #fff;
    width: 120px;
    height: 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.md-form {
    padding-top: 50px
}

.md-form .input {
    width: 280px
}

.md-form h3 {
    margin-top: -30px;
    margin-bottom: 60px;
    font-weight: 100;
    padding: 30px;
    line-height: 1.5
}

.conf h3 {
    margin-top: -30px;
    margin-bottom: 10px;
    padding: 20px
}

.conf p {
    padding: 0 10px;
    text-align: justify
}

.nav-right {
    position: fixed;
    right: 30px;
    top: 50%;
    z-index: 999
}

.nav-right ul li a {
    background: #000;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 15px;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    text-align: right
}

.nav-right span {
    margin-left: -140px;
    padding-right: 30px;
    display: none
}

.nav-right ul li a:hover {
    background: #1dc7ae
}

.nav-right ul li a:hover span {
    display: block
}

.nav-current {
    background: 0 0!important;
    border: 1px solid #1dc7ae;
    color: #1dc7ae
}

.nav-current span {
    display: block!important;
    color: #000;
    line-height: 14px
}

@media (min-width:1400px) and (min-height: 900px) {
    .section-head {
        position: fixed
    }
    .section-head-two {
        margin-top: 100vh
    }
}

@media (min-width:315px) and (max-width:1200px) {
    .about-inner h2,
    .about-text a {
        text-align: center
    }
    .about-img,
    .content-adv,
    .img-left,
    .img-right {
        display: none
    }
    .container,
    .container-inner {
        width: 90%
    }
    .adv-item:hover img.product-line-c,
    .adv-item:hover img.product-line-l,
    .adv-item:hover img.product-line-r {
        opacity: 0
    }
    .about-text {
        width: 100%
    }
    .about-inner h2 {
        margin-bottom: 40px;
        margin-left: -10px
    }
    .adv-item {
        width: 49%
    }
    .section-form .left,
    .section-form .right {
        width: 100%
    }
    .about-inner {
        padding: 50px 6%
    }
    .section-adv h2 {
        margin-top: 50px
    }
    .section-product h2 {
        margin-top: 0
    }
    .button-link {
        margin: 0 auto
    }
    .section-descript {
        height: 100%
    }
    .descript-sclad {
        border: 2px solid #1dc7ae;
        margin-top: 27px;
        -webkit-transition: .3s;
        transition: .3s;
        position: relative;
        border-bottom: 10px solid #1dc7ae!important;
        background: #fff;
        -ms-transform: translate(0, -10px);
        transform: translate(0, -10px);
        -webkit-transform: translate(0, -10px);
        -o-transform: translate(0, -10px);
        -moz-transform: translate(0, -10px)
    }
    .sclad-inner img {
        opacity: 1
    }
    .descript-inner .title {
        float: none;
        text-align: center
    }
    .descript-left .descript-sclad {
        margin-top: 25px
    }
    .section-product .adv-inner {
        margin-bottom: 50px
    }
    .descript-inner {
        margin-bottom: 20px
    }
    h2 {
        margin-bottom: 40px!important
    }
    .left-inner {
        margin-left: 0
    }
    .section-form form {
        width: 100%;
        padding: 10px 0
    }
    .section-form h2 {
        padding: 40px 40px 0
    }
    .overlay:target+.popup {
        top: 0
    }
    .popup {
        width: 300px
    }
    .md-form h3 {
        margin-bottom: 20px
    }
    .section-head {
        position: relative!important;
        height: 100%!important
    }
    .section-head-two {
        margin-top: 0
    }
}

@media (min-width:315px) and (max-width:767px) {
    .section-head h1:after,
    .section-head h1:before,
    .section-head-two h1:after,
    .section-head-two h1:before {
        content: none
    }
    .adv-item {
        width: 100%
    }
    .item-photo {
        width: 80%;
        margin: 0 auto;
        float: none
    }
    .item-photo:first-child {
        margin-left: auto
    }
    .map-cart {
        display: none
    }
    .section-form h2 {
        padding: 40px 20px 0
    }
    .title,
    h2 {
        font-size: 20px!important
    }
    h1 {
        font-size: 46px!important
    }
    .conf h3,
    .section-head p,
    .section-head-two p {
        font-size: 14px
    }
    form.form {
        width: 270px;
        padding: 10px
    }
    .section-form .input {
        width: 100%
    }
    .section-form .form {
        padding: 0
    }
    .input {
        width: 80%
    }
    form .button {
        margin-bottom: 20px
    }
    .footer-info {
        float: none;
        text-align: center
    }
    .section-form .left {
        width: 270px;
        float: none;
        margin: 0 auto
    }
    .descript-left,
    .descript-right {
        width: 100%;
        margin-bottom: 40px
    }
    .conf h3 {
        margin-top: -70px;
        margin-bottom: 0
    }
    .conf p {
        font-size: 12px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .item-photo {
        width: 60%;
        margin: 0 auto;
        float: none
    }
}

@media (min-width:315px) and (max-width:359px) {
    .section-product .item-inner img {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1200px) {
    .section-head h1::before {
        left: 80%
    }
    .section-head h1::after {
        right: 80%
    }
}
.mail-head {
    color: #fff;
}
.span-mail {
    text-transform: initial;
}