@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Regular.eot');
    src: url('../fonts/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Regular.woff') format('woff'),
        url('../fonts/SFProDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Medium.eot');
    src: url('../fonts/SFProDisplay-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Medium.woff') format('woff'),
        url('../fonts/SFProDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Semibold.eot');
    src: url('../fonts/SFProDisplay-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Semibold.woff') format('woff'),
        url('../fonts/SFProDisplay-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Bold.eot');
    src: url('../fonts/SFProDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Bold.woff') format('woff'),
        url('../fonts/SFProDisplay-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Black.eot');
    src: url('../fonts/SFProDisplay-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Black.woff') format('woff'),
        url('../fonts/SFProDisplay-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
	
	* {
	 -webkit-appearance: none;
	}

	body,
	p,
	h1,
	h2,
	h3,
	h4,
	h5 {
	    margin: 0;
	    padding: 0;
	}
	h1,
	h2,
	h3,
	h4,
	h5 {
		font-weight: normal;
	}
	ul {
	    margin: 0;
	    padding: 0;
	    list-style-type: none;
	}
	input:focus, button:focus {
		outline: none;
	}
	textarea:focus {
		outline: none;
	}
	body {
	    color: #000;
	    font-family: 'SF Pro Display';
	    font-size: 14px;
	    margin: 0 auto;
	    width: 100%;
		font-weight: 400;
	}
	*, :before, :after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
	
	.container {
		width: 100%;
		max-width: 1280px;
		margin: 0 auto;
	}
.top-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 30px;
}
.top-container .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.menu-top ul li a {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #2F2F2F;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    padding: 3px 0;
    display: block;
    position: relative;
}
.menu-top ul li a:before {
    position: absolute;
    content: '';
    width: 0px;
    border: 1px solid #7ee000;
    left: 0;
    bottom: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    opacity: 0;
}
.menu-top ul li a:hover:before {
    width: 100%;
    opacity: 1;
}
.menu-top ul li a:hover {
    color: #7ee000;
}
header {
    padding-top: 225px;
    background: url(../images/header_bg.jpg) center no-repeat;
    padding-bottom: 50px;
    background-size: cover;
}
.menu-container ul li ul {
    display: none;
    position: absolute;
    padding-top: 15px;
}
.menu-container ul li {
    position: relative;
    margin-right: 55px;
}
.menu-container ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.menu-container {
    margin-left: 260px;
}
.menu-container ul li ul li {
    margin-right: 0;
    margin-bottom: 5px;
}
.btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #7EE000;
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #7EE000;
    position: relative;
    width: 207px;
    height: 50px;
    padding-right: 50px;
	-webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.btn:before {
    position: absolute;
    content: '';
    width: 23px;
    height: 12px;
    background: url(../images/arrow.svg) no-repeat;
    right: 22px;
    top: 0;
    bottom: 0;
    margin: auto;
	-webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.btn:hover {
    color: #fff;
    background: #7EE000;
    border: 1px solid #7EE000;
}
.btn:hover:before {
    background: url(../images/arrow2.svg) no-repeat;
}
.btn-container {
    margin-left: auto;
}
.name-site span {
    color: #7EE000;
}
.name-site {
    font-weight: 900;
    font-size: 60px;
    line-height: 72px;
    color: #2f2f2f;
    margin-bottom: 55px;
}
.btn-slider {
    width: 329px;
    color: #fff;
    background: #7EE000;
    border: 1px solid #7EE000;
    margin-right: 30px;
}
.btn-slider:before {
    background: url(../images/arrow2.svg) no-repeat;
}
.btn-slider:hover:before {
    background: url(../images/arrow.svg) no-repeat;
}
.btn-slider:hover {
    width: 329px;
    color: #7EE000;
    background: #fff;
}
.btn-slider2 {
    width: 205px;
	background: transparent;
}
.header-btn {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#our {
    padding-top: 55px;
    padding-bottom: 115px;
    background: #f7f7f7;
}
.our-container {
}
.our-top .our-box:last-child {
    border-right: 0;
}
.zag {
    font-size: 56px;
    line-height: 67px;
    color: #2F2F2F;
    font-weight: 700;
    margin-bottom: 10px;
}
#our .zag {
    color: #7ee000;
}
#our .zag span {
    color: #2F2F2F;
}
.zag-min {
    font-weight: 400;
    font-size: 18px;
    color: #2F2F2F;
    line-height: 22px;
    margin-bottom: 40px;
}
#our .zag-min {
    max-width: 565px;
}
.our-top .our-box p {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #2F2F2F;
    max-width: 210px;
}
.our-top .our-box {
    height: 120px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 35px;
    border-right: 1px solid #e5e5e5;
    width: 33%;
    cursor: pointer;
}
.our-top {
	background: #FFFFFF;
	box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
	border-radius: 2px;
	border-top: 10px solid #7EE000;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 20px;
}
.our-bottom .our-box p {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: rgba(47, 47, 47, 0.5);
	-webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.our-top .our-box:nth-child(2) {
    width: 34%;
}
.our-bottom .our-box {
    background: #FFFFFF;
    border-radius: 2px;
    width: 32%;
    min-height: 150px;
    padding: 15px 30px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer;
}
.our-bottom .our-box.active {
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
}
.our-bottom .our-box.active p {
    color: #2F2F2F;
}
.our-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
#best .zag span {
    color: #7ee000;
}
#best {
    padding-top: 40px;
    padding-bottom: 100px;
}
.best-box {
    width: 250px;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
    margin: 0 50px;
}
.best-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.best-img img {
    display: block;
}
.best-img {
    background: #7EE000;
    height: 130px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.best-text {
    min-height: 195px;
    padding: 0 20px;
    padding-top: 30px;
}
.best-boxing {
    margin-bottom: 15px;
}
.best-boxing p {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #2F2F2F;
    margin-bottom: 5px;
}
.best-boxing span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #2F2F2F;
    margin-top: 5px;
}
.best-boxing div {
    background: #7EE000;
    border-radius: 1px;
    height: 5px;
}
.proc1 {
    width: 100%;
}
.proc2 {
    width: 75%;
}
.proc3 {
    width: 60%;
}
.proc4 {
    width: 38%;
}
.proc5 {
    width: 28%;
}
.proc6 {
    width: 16%;
}
.absolut {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.card {
    cursor: pointer;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s linear;
    -o-transition: all .6s linear;
    transition: all .6s linear;
}
.front,
.back {
    width: 100%;
    height: 100%;
    overflow: hidden;
    backface-visibility: hidden;
    position: absolute;
    -webkit-transition: transform .6s linear;
    -o-transition: transform .6s linear;
    transition: transform .6s linear;
    background: #fff;
}
.front {
    transform: perspective(600px) rotateY(0deg);
    text-align: center;
}
.back {
    transform: perspective(600px) rotateY(180deg);
    background-color: #fff;
    transform: rotateY(-180deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.back-content {
    width: 100%;
    text-align: left;
    color: #333333;
    padding: 0 20px;
}
.card:hover > .front {
    transform: perspective(600px) rotateY(-180deg);
    transform: rotateY(180deg);
}
.card:hover > .front {
    /* width: calc(100% + 88px); */
    /* height: calc(100% + 88px); */
    /* left: -44px; */
    /* top: -44px; */
    /* background: #fff; */
    /*transition-delay: 0.5s;*/
}
.card:hover > .back {
    transform: perspective(600px) rotateY(0deg);
    text-align: left;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
   /* transition-delay: 0.5s;*/
    transform: rotateY(0deg);
}
#busines {
    background: #7ee000;
    padding-top: 55px;
    padding-bottom: 95px;
    overflow: hidden;
}
#busines .zag {
    color: #fff;
    max-width: 360px;
}
#busines .zag span {
    color: #2F2F2F;
}
#busines .zag-min {
    max-width: 520px;
    margin-bottom: 20px;
}
.busines-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    padding-top: 25px;
}
.busines-box {
    position: relative;
    width: 190px;
    height: 190px;
    -webkit-transition: all .6s linear;
    -o-transition: all .6s linear;
    transition: all .6s linear;
}
.busines-box:hover {
    z-index: 9;
}
.front p {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #2F2F2F;
    margin-top: 10px;
}
.busines-img img {
    display: block;
    margin: 0 auto;
}
.busines-img {
    min-height: 50px;
}
.busines-box:hover .card {
    width: calc(190px + 88px);
    height: calc(190px + 88px);
}
.front {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
	/* left: 0; */
	/* right: 0; */
	transform: rotateY(0deg);
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.back-content span {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #2F2F2F;
    display: block;
    margin-bottom: 20px;
}
.menu-container ul li:hover ul {
    /* display: block; */
}
.back-content p {
    width: 238px;
    font-size: 16px;
}
#application .zag {
    color: #7ee000;
}
#application .zag span {
    color: #2F2F2F;
}
#application .zag-min {
    max-width: 520px;
    margin-bottom: 20px;
}
#application {
    position: relative;
    padding-top: 55px;
    padding-bottom: 100px;
}
.application-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 40px;
}
.application-box {
    position: relative;
    width: 250px;
    height: 278px;
    background: url(../images/application_bg.png) center no-repeat;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
}
.application-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 15px;
    padding-top: 35px;
    margin-bottom: 20px;
}
.application-right span {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #2F2F2F;
    display: block;
}
.application-right p {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #2F2F2F;
}
.application-right {
    margin-left: 5px;
}
.application-icon img {
    display: block;
}
.application-middle p {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #2F2F2F;
}
.application-middle {
    padding: 0 15px;
}
.application-btn {
    border: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: transparent;
}
.application-box:before {
    position: absolute;
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #FFFFFF;
    left: 42px;
    top: -20px;
}
.application-box:nth-child(1):before {
    border: 1px solid #CADA18;
}
.application-box:nth-child(2):before {
    border: 1px solid #8d34c2;
}
.application-box:nth-child(3):before {
    border: 1px solid #4767be;
}
.application-box:nth-child(4):before {
    border: 1px solid #e22e42;
}
#application:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(47, 47, 47, 0.5);
    left: 0;
    top: 285px;
}
#individual {
	padding-top: 50px;
	padding-bottom: 55px;
	background: #2f2f2f;
}
#individual .zag {
    color: #7ee000;
}
#individual .zag span {
    color: #fff;
}
#individual .zag-min {
    color: #fff;
}
.individual-btn {
    background: transparent;
    width: 239px;
}
#foryou {
    background: #f7f7f7;
    padding-top: 50px;
    padding-bottom: 50px;
}
#foryou .zag {
    color: #7ee000;
}
#foryou .zag span {
    color: #2F2F2F;
}
#foryou .zag-min {
    max-width: 520px;
    margin-bottom: 20px;
}
.foryou-container {
    padding-top: 35px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.foryou-box {
    width: 340px;
}
.foryou-icon img {
    display: block;
}
.foryou-icon {
    min-height: 50px;
    margin-bottom: 15px;
}
.foryou-box > span {
    display: block;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #2F2F2F;
    margin-bottom: 25px;
}
.foryou-box p {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #2F2F2F;
}
#news {
    padding-top: 50px;
}
.news-box {
    width: 320px;
    border-top: 10px solid #7EE000;
    background: #FFFFFF;
    box-shadow: 0px 100px 60px rgba(0, 0, 0, 0.07), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
    border-radius: 2px;
    margin: 0 auto;
    margin-bottom: 165px;
}
.news-container {
    margin-left: -40px;
    max-width: 95%;
}
#news .zag {
    margin-bottom: 50px;
}
#news .zag span {
    color: #7ee000;
}
.news-box a {
    display: block;
    text-decoration: none;
}
.news-h {
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #2F2F2F;
    margin-bottom: 20px;
    display: block;
	-webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.news-h span {
    font-weight: 600;
}
.news-text {
    background: #fff;
    padding: 25px 18px;
    min-height: 345px;
    padding-bottom: 0;
}
.news-info p {
    position: relative;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #2F2F2F;
    padding-left: 30px;
    margin-bottom: 10px;
}
.news-info p {
    position: relative;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #2F2F2F;
    padding-left: 30px;
    margin-bottom: 10px;
}
.news-data:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/data.svg) no-repeat;
    left: 0;
    top: 0;
}
.news-adres:before {
    position: absolute;
    content: '';
    width: 16px;
    height: 20px;
    background: url(../images/adres.svg) no-repeat;
    left: 2px;
    top: 0;
}
.news-text > p {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #2F2F2F;
}
.news-info {
    margin-bottom: 20px;
}
.news-box:hover .news-h {
    /* color: #7ee000; */
}
#news .owl-nav button {
    width: 91px;
    height: 50px;
    display: block;
    cursor: pointer;
    color: transparent !important;
    position: absolute;
    right: -91px;
    border: 1px solid #7ee001 !important;
	-webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
#news .owl-next {
    bottom: 180px;
    background: #7EE001 url(../images/arrow2.svg) right 25% center no-repeat;
}
#news .owl-prev {
    bottom: 250px;
    background: #7EE001 url(../images/arrow2.svg) right 25% center no-repeat;
    transform: scale(-1, 1);
}
#news .owl-next:hover {
    background: transparent url(../images/arrow.svg) right 25% center no-repeat;
}
#news .owl-prev:hover {
    background: transparent url(../images/arrow.svg) right 25% center no-repeat;
}
.bottom-container .zag span {
    color: #7ee000;
}
#bottom {
    margin-top: -100px;
    padding-bottom: 90px;
}
footer {
    background: #2F2F2F;
    color: #fff;
    padding: 35px 0;
}
.footer-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 150px;
    padding-right: 180px;
}
.logo-footer img {
    display: block;
}
.footer-politic p {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}
.footer-info p {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
}
.footer-info p a {
    color: #7ee000;
    display: block;
    text-decoration: none;
}
.footer-info p a:hover {
    text-decoration: underline;
}
.footer-politic {
    order: 0;
    max-width: 275px;
}
.logo-footer {
    order: 1;
    margin: 0 auto;
}
.footer-info {
    order: 2;
}
.icon {
    display: none;
}
.has-manu {
	display: none;
}
.reveal-modal .zag {
    font-size: 24px;
    text-align: left;
    line-height: 29px;
    margin-bottom: 15px;
}
.reveal-modal .zag span {
    color: #7EE000;
}
.reveal-modal {
    max-width: 550px;
    padding: 30px;
    padding-top: 15px;
}
input[type="text"], textarea {
    width: 100%;
    font-size: 14px;
    color: #2F2F2F;
    font-weight: 400;
    font-family: 'SF Pro Display';
    background: #FFFFFF;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    height: 40px;
    border: 0;
    border-bottom: 5px solid #7ee000;
    margin-bottom: 10px;
    padding-left: 15px;
}
textarea {
    resize: none;
    height: 85px;
    padding-top: 10px;
}
button.btn {
    cursor: pointer;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background: #7ee000;
    color: #fff;
	margin-top: 20px;
}
button.btn:before {
    background: url(../images/arrow2.png) no-repeat;
}
input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color:#2F2F2F;}
input[type="text"]::-moz-placeholder, textarea::-moz-placeholder          {color:#2F2F2F;}
input[type="text"]:-moz-placeholder, textarea:-moz-placeholder           {color:#2F2F2F;}
input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder      {color:#2F2F2F;}
.checkbox + label {
  cursor: pointer;
}
.checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}
.checkbox:not(checked) + label {
    position: relative;
    padding: 0 0 0 20px;
    clear: both;
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #2F2F2F;
}
.checkbox:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #7EE000;
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}
.checkbox:checked + label:after {
  background: #2F2F2F;
  content: '';
  position: absolute;
  top: 8px;
  left: 3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.forma-popap form p {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #2F2F2F;
    margin-bottom: 15px;
    margin-top: 15px;
}
.forma-thx {
	display: none;
}
.forma-thx.active {
	display: block;
}
.forma-thx > span {
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	color: #2F2F2F;
}
.forma-thx {
	text-align: center;
}
.forma-popap.finish {
    display: none;
}
.forma-thx .zag {
    text-align: center;
}
img.logo-two {
	display: none !important;
}
.black img.logo-two {
	display: block !important;
}
.black img.logo-one {
	display: none;
}
#product-one {
    background: #2f2f2f;
}
.product {
    color: #fff;
    padding-top: 45px;
	padding-bottom: 65px;
}
.name-page {
    background: #2f2f2f;
    color: #fff;
    padding-top: 140px;
}
.name-page .zag {
    margin: 0;
    color: #fff;
    padding-left: 95px;
}
.name-page .zag span {
    color: #7ee000;
}
.product-top {
    padding-left: 95px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.black .menu-top ul li a {
    color: #fff;
}
.product-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 35px;
}
.product-icon img {
    display: block;
}
.product-text > span {
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    display: block;
}
.product-text p {
    font-weight: bold;
    font-size: 34px;
    line-height: 38px;
}
.product-text {
    margin-left: 5px;
}
.product-left > p {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
}
.product-left {
    max-width: 390px;
}
.product-right {
    margin-left: auto;
    width: 600px;
    padding-top: 35px;
}
.product-h {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 45px;
}
.product-check {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
}
.product-check-img img {
    display: block;
}
.product-check-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #fff;
    position: relative;
}
.product-check-text p {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #2F2F2F;
}
.product-check-text {
    background: #7EE000;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
    border-radius: 2px;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 570px;
    margin-left: -30px;
    padding-left: 40px;
    padding-right: 15px;
}
.black footer {
    background: #fff;
    color: #2f2f2f;
}
.black .footer-info p {
    color: #2f2f2f;
}
.black .footer-politic p {
    color: #2f2f2f;
}
.product-h span {
    color: #7ee000;
}
.product-middle {
    padding-left: 95px;
    padding-top: 75px;
    padding-right: 95px;
}
.product-middle-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.product-box {
    min-height: 150px;
    border-top: 10px solid #7ee000;
    background: #FFFFFF;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
    border-radius: 2px;
    width: 46%;
    padding: 25px 35px;
    padding-bottom: 0;
}
.product-box > span {
    display: block;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #2F2F2F;
    margin-bottom: 15px;
}
.product-box p {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
    color: #2F2F2F;
}
.product-bottom .product-h {
	padding-left: 95px;
}
.product-bottom {
    padding-top: 50px;
}
.product-bottom-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.product-boxing {
    width: 24%;
    background: #7ee000;
    padding: 20px;
    box-shadow: 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
    border-radius: 2px;
    min-height: 176px;
    padding-bottom: 0;
}
.product-boxing > span {
    position: relative;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    color: #2F2F2F;
}
.product-boxing > span:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;
    background: #fff;
    left: 0;
    bottom: 0;
}
.product-boxing p {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #2F2F2F;
}
#product-two {
    background: #393939;
}
#product-two .product-box {
    min-height: 210px;
    margin-bottom: 30px;
}
#product-two .product-boxing {
    width: 32%;
}
#product-tree {
    background: #2f2f2f;
}
#product-four {
    background: #393939;
}
#product-tree .product-box {
    min-height: 245px;
    margin-bottom: 30px;
}
#product-tree .product-check, #product-four .product-check {
    padding: 20px 25px;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
    border-radius: 2px;
    background: #7ee000;
}
#product-tree .product-check-text, #product-four .product-check-text {
    box-shadow: none;
    width: 515px;
	height: auto;
}
.product-check-text p span {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #2F2F2F;
    display: block;
    padding-top: 10px;
}
#product-four .product-boxing {
    width: 32%;
}
#product-four .product-box {
    min-height: 205px;
    margin-bottom: 30px;
}
#individual.individual {
	padding-bottom: 100px;
}
#login .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.login-container {
    background: #FFFFFF;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
    width: 622px;
    height: 467px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
}
.login-left img {
    display: block;
}
.login-left {
    width: 50%;
    background: #FF6B00;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.login-right {
    margin-left: auto;
    width: 50%;
    padding: 0 30px;
    padding-top: 40px;
    padding-right: 28px;
}
.login-right .zag {
    display: block;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}
.login-right .zag span {
    color: #7ee000;
}
.zag.margin-no {
    margin: 0;
}
.btn-contact {
    width: 191px;
}
.btn-demo {
    color: #fff;
    background: #7EE000;
    width: 172px; 
    margin-bottom: 45px;
}
.btn-demo:before {
    background: url(../images/arrow2.svg) no-repeat;
}
.btn-demo:hover:before {
    background: url(../images/arrow.svg) no-repeat;
}
.btn-demo:hover {
    color: #7ee000;
    background: transparent;
}
.login-right p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 20px;
    padding-right: 10px;
}
.our-bottom .our-box > span {
	display: none;
}