@charset "UTF-8";

@font-face {
    font-family: Roboto;
    src: url('../font/RobotoRegular.eot');
    src: url('../font/RobotoRegular.eot?#iefix') format('embedded-opentype'),
        url('../font/RobotoRegular.woff') format('woff'),
        url('../font/RobotoRegular.ttf') format('truetype'),
        url('../font/RobotoRegular.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5em;
    background: #fff;
    min-width: 1360px;
    width: 100%;
    position: relative;
    color: #4F4F4F;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

*:::after,
*:::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
}

button {
    border: none;
    padding: 0;
    border-radius: 0;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-size: initial;
    font-weight: normal;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

a,
input,
textarea {
    outline: none;
    padding: 0px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

a:hover,
a:focus {
    text-decoration: none;
    color: #ff0000;
}

.container {
    width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    max-width: initial;
}

.none {
    display: none;
}

#block__body {
    position: relative;
}

/*header*/
#block-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background: #fff;
}

.header__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__logo img {
    height: 48px;
    width: auto;
}

.header__menu ul {
    display: flex;
}

.header__menu ul li {
    margin-left: 45px;
    color: #4F4F4F;
}

.header__menu ul li a {
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: right;
    display: inline-block;
    padding: 36px 0;
    color: inherit;
}

.header__menu ul li.active,
.header__menu ul li:hover {
    color: #84B00C;
}

/*end header*/
/*===============================*/
/*introduce*/
#block-introduce {
    margin-top: 185px;
    background: url('../images/bg_introduce.png')no-repeat right bottom;
    min-height: 320px;
    position: relative;
    z-index: 2;
}

.introduce__box {
    padding-top: 50px;
    position: relative;
}

.introduce__box:after {
    position: absolute;
    content: '';
    background: url('../images/introduce_robot.png')no-repeat center center;
    width: 400px;
    height: 330px;
    top: 0;
    right: 0;
}

.introduce__text {
    max-width: 635px;
}

.introduce__text h3 {
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 20px;
    color: #8ECE40;
}

.introduce__text article {
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
}

/*end introduce*/
/*===============================*/
/*product*/
#products {
    background: #8ECE40;
    margin-top: -35px;
    padding-top: 100px;
    position: relative;
    z-index: 1;
    margin-bottom: 200px;
}

#products::after {
    position: absolute;
    content: '';
    width: 430px;
    height: 530px;
    right: 0;
    top: -180px;
    z-index: 2;
    background: url('../images/bg-product.png')no-repeat;
    opacity: 0.3;
}

.product__container {
    position: relative;
    z-index: 3;
}

.product__title {
    margin-bottom: 50px;
    color: #fff;
}

.product__title h3 {
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 10px;
}

.product__title p {
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
}

.product__box {
    margin: 0 -10px;
    display: flex;
}

.product__col {
    width: calc(100% / 3);
    padding: 0 10px;
}

.product__item {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 27px 48px rgba(55, 94, 9, 0.1);
    border-radius: 24px 24px 0 0;
}

.product__img a img {
    width: 100%;
}

.product__text {
    position: absolute;
    padding: 16px 36px 36px 170px;
    left: 0;
    right: 0;
    top: 100%;
    background: #FFFFFF;
    box-shadow: 0px 27px 48px rgba(55, 94, 9, 0.1);
    border-radius: 0 0 24px 24px;
}

.product__text h3 {
    margin-bottom: 18px;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

.product__text p img {
    margin-right: 10px;
}

.product__icon {
    position: absolute;
    top: 70%;
    left: 12px;
}

/*end product*/
/*===============================*/
/*about*/
#block-about {
    margin-bottom: 90px;
}

.about__title {
    margin-bottom: 65px;
}

.about__title h3 {
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: left;
}

.about__box {
    display: flex;
    justify-content: space-between;
}

.about__img {
    width: 530px;
}

.about__text {
    width: 565px;
}

.about__text p {
    margin-bottom: 20px;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
}

.about__text ul li a {
    color: #84B00C;
    text-decoration: underline;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
}

/*end about*/
/*===============================*/
/*team*/
#block-team {
    margin-bottom: 100px;
}

.team__title {
    margin-bottom: 30px;
}

.team__title h3 {
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: left;
}

.team__col__title {
    position: relative;
    margin-bottom: 36px;
}

.team__col__title::before {
    position: absolute;
    content: '';
    background: #E9E9E9;
    width: 100%;
    height: 1px;
    right: 0;
    bottom: 9px;
}

.team__col__title h3 {
    background: #fff;
    padding: 5px 0;
    padding-right: 24px;
    display: inline-block;
    position: relative;
    z-index: 1;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
}

.team__item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.team__img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
}

.team__text {
    width: calc(100% - 137px);
}

.team__text h3 {
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 8px;
}

.team__text h3:nth-of-type(2) {
    margin-top: 30px;
}

.team__text ul {
    list-style: inside;
    padding-left: 10px;
}

.team__text ul li {
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

.team__text ul li a {
    color: #84B00C;
    text-decoration: underline;
}

/*end team*/
/*===============================*/
/*footer*/
#contact {
    background: #4F4F4F;
}

.footer__container {
    padding: 40px 0;
    display: flex;
}

.footer__title {
    margin-bottom: 30px;
}

.footer__title h3 {
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}

.footer__box {
    color: #fff;
}

.footer__box li {
    margin-bottom: 40px;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

.footer__box li span {
    margin-right: 20px;
}

.footer__box figure {
    display: inline-block;
    margin-right: 30px;
}

.footer__col {
    width: 50%;
}

/*end footer*/
/*===============================*/
/*copyright*/
#block-copyright {
    background: #363636;
}

.copyright__box {
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    padding: 33px 0;
}

/*end copyright*/
/*===============================*/