@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-Bold.eot');
    src: url('../fonts/NotoSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NotoSans-Bold.woff') format('woff'),
        url('../fonts/NotoSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans.eot');
    src: url('../fonts/NotoSans.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NotoSans.woff') format('woff'),
        url('../fonts/NotoSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.eot');
    src: url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Bold.woff') format('woff'),
        url('../fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-Black.eot');
    src: url('../fonts/NunitoSans-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NunitoSans-Black.woff') format('woff'),
        url('../fonts/NunitoSans-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: 'Noto Sans';
	    font-size: 14px;
	    margin: 0 auto;
	    width: 100%;
		font-weight: normal;
	}
	*, :before, :after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

	.container {
		width: 100%;
		max-width: 1304px;
		margin: 0 auto;
	}
.top-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 30px;
    z-index: 9999;
	-webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.top-container .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.menu-top ul li a {
    text-decoration: none;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    padding: 3px 0;
    display: block;
    position: relative;
    font-size: 12px;
    line-height: 16px;
    color: #9A9A9A;
    font-weight: 700;
}
.menu-top ul li a:before {
    position: absolute;
    content: '';
    width: 100%;
    border: 1px solid #EB4435;
    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%;
}
.menu-top ul li a:hover {
    color: #EB4435;
}
#header {
    padding-top: 170px;
    padding-bottom: 305px;
    position: relative;
    overflow: hidden;
    z-index: 9;
}
.menu-container ul li ul {
    display: none;
    position: absolute;
    padding-top: 15px;
}
.menu-container ul li {
    position: relative;
    margin-right: 45px;
}
.menu-container ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.menu-container {
    margin-left: auto;
}
.menu-container ul li ul li {
    margin-right: 0;
    margin-bottom: 5px;
}
.btn {
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border: 1px solid #EB4435;
    position: relative;
    width: 207px;
    height: 50px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    font-size: 14px;
    background: #EB4435;
    border-radius: 4px;
    font-weight: 700;
}
.btn:hover {
    color: #EB4435;
    background: transparent;
}
.header-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.name-site span {
    color: #eb4435;
}
.header-text {
    max-width: 540px;
}
.name-site {
    font-size: 48px;
    line-height: 65px;
    color: #000000;
    font-weight: 700;
    max-width: 85%;
    margin-bottom: 35px;
}
.header-text p {
    font-weight: normal;
    font-size: 18px;
    line-height: 160%;
    color: #313131;
    margin-bottom: 70px;
}
.header-img {
    margin-left: auto;
    position: relative;
}
.header-img img {
    display: block;
}
.header-img-big img {
    /*box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);*/
    border-radius: 10px;
    max-width: 675px;
}
.header-img1 {
    position: absolute;
    top: -60px;
    right: 65px;
    max-width: 160px;
}
.header-img2 {
    position: absolute;
    left: -85px;
    bottom: -70px;
    max-width: 231px;
}
.img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.img1 {
    top: 0;
    left: -220px;
}
.img2 {
    right: -1375px;
    top: 200px;
}
.two-container {
    padding-left: 95px;
    padding-right: 15px;
    position: relative;
    background: #F3F3F3;
    border-radius: 30px;
    width: 850px;
    margin: 0 auto;
    padding-top: 55px;
    padding-bottom: 60px;
    z-index: 9;
}
.two-container p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    position: relative;
}
#two {
    position: relative;
    margin-top: -100px;
    padding-bottom: 40px;
}
.img3 {
    left: -550px;
    top: -330px;
}
.img4 {
    right: -600px;
    top: -170px;
}
.tree-left p {
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #EB4435;
    font-weight: 700;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.tree-right p {
    font-weight: normal;
    font-size: 14px;
    line-height: 180%;
    color: #313131;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.tree-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #EFEFEF;
    border-bottom: 0;
}
.tree-left {
    justify-content: center;
    width: 41.7%;
}
.tree-right {
    width: 58.3%;
    padding-left: 105px;
    padding-right: 60px;
}
.tree-box > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 240px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.tree-box:last-child {
    border-bottom: 1px solid #EFEFEF;
}
.tree-left {
    border-right: 1px solid #EFEFEF;
}
.tree-box:hover .tree-right {
    background: #EB4435;
}
.tree-box:hover .tree-right p {
    color: #fff;
}
.tree-box:hover .tree-left p {
    color: #313131;
}
.epharmatext-left p {
    font-size: 48px;
    line-height: 65px;
    color: #EB4435;
    font-weight: 700;
}
.epharmatext-right p {
    font-size: 20px;
    line-height: 32px;
    color: #313131;
    font-weight: 700;
}
.epharmatext-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #F3F3F3;
    border-radius: 30px;
    width: 850px;
    margin: 0 auto;
    padding: 45px 0;
}
.epharmatext-left {
    width: 325px;
    text-align: center;
}
.epharmatext-right {
    max-width: 450px;
}
#epharmatext {
    position: relative;
    padding-top: 155px;
    padding-bottom: 245px;
    overflow: hidden;
}
.epharma-center p {
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #EB4435;
    font-weight: 700;
}
.epharma-center {
    border-radius: 50%;
    border: 1px solid #EFEFEF;
    width: 611px;
    height: 611px;
    margin: 0 auto;
    padding: 130px;
}
.epharma-center > div {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.07);
    display: block;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    padding: 95px;
}
.epharma-center > div div {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.07);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#epharma {
    position: relative;
    margin-top: -160px;
    padding-bottom: 115px;
}
.epharma-text p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #313131;
}
.epharma-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 465px;
    position: absolute;
    min-height: 90px;
}
.epharma-box:nth-child(3) .epharma-icon, .epharma-box:nth-child(5) .epharma-icon, .epharma-box:nth-child(7) .epharma-icon {
    order: 0;
    margin: 0;
    margin-right: 35px;
}
.epharma-box:nth-child(3) .epharma-text, .epharma-box:nth-child(5) .epharma-text, .epharma-box:nth-child(7) .epharma-text {
    order: 1;
}
.epharma-icon {
    margin-left: 35px;
}
.epharma-container {
    position: relative;
}
.epharma-box1 {
    left: 140px;
    top: 25px;
}
.epharma-box2 {
    top: 25px;
    right: 70px;
}
.epharma-box3 {
    left: 0;
    top: 265px;
}
.epharma-box4 {
    right: 25px;
    top: 265px;
}
.epharma-box5 {
    left: 75px;
    bottom: 20px;
}
.epharma-box6 {
    bottom: 20px;
    right: 195px;
}
.img7 {
    top: 120px;
    left: -1000px;
}
.img6 {
    top: 15px;
    right: -820px;
    width: 100px;
}
.img5 {
    top: 125px;
    right: -1500px;
    width: 394px;
}
.redbox-container {
    max-width: 1064px;
    background: #EB4435;
    border-radius: 30px;
    height: 409px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    padding: 0 80px;
    position: relative;
}
.redbox-left {
    max-width: 420px;
}
.redbox-left p {
    font-size: 32px;
    line-height: 44px;
    color: #FFFFFF;
    font-weight: 700;
}
.redbox-right {
    max-width: 425px;
    margin-left: auto;
}
.redbox-right p:last-child {
    margin-bottom: 0;
}
.redbox-right p {
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
}
.redbox-right p span {
    color: #fff;
}
#redbox {
    position: relative;
    padding-top: 100px;
    padding-bottom: 80px;
    background: #F3F3F3;
}
.contact-btn {
    text-decoration: none;
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    position: relative;
    border: 2px solid #EB4435;
    border-radius: 10px;
    width: 220px;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #EB4435;
    color: #fff;
}
.contact-btn:hover {
    background: transparent;
    color: #EB4435;
}
.img8 {
    bottom: -235px;
    left: -1320px;
}
#what {
    padding-top: 180px;
    overflow: hidden;
    padding-bottom: 130px;
    position: relative;
}
.zag {
    font-size: 48px;
    line-height: 65px;
    color: #313131;
    font-weight: 700;
}
.what-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.what-box img {
    display: block;
  /*  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);*/
}
.what-box:nth-child(1) .what-img {
    margin-left: -75px;
    padding-top: 45px;
}
.what-box:nth-child(1) .what-img img {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    max-width: 607px;
}
.what-box:nth-child(2) .what-img img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    max-width: 835px;
}
.what-text {
    max-width: 500px;
    margin-left: 110px;
}
.what-text p {
    font-size: 16px;
    line-height: 28px;
    color: #313131;
    padding-left: 85px;
    margin-bottom: 65px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 57px;
}
.what-text ul li:last-child {
    margin-bottom: 0;
}
.what-text ul li {
    position: relative;
    margin-bottom: 35px;
    padding-left: 85px;
    font-size: 16px;
    line-height: 28px;
    color: #313131;
}
.what-box:nth-child(2) .what-img {
    order: 1;
}
.what-box:nth-child(2) .what-text {
    margin: 0;
}
.what-box:nth-child(2) .what-img {
    order: 1;
    margin-left: auto;
    margin-right: -150px;
}
.what-box:nth-child(2) {
    margin-top: 85px;
}
.what-text ul li:before {
    position: absolute;
    content: '';
    width: 62px;
    left: 0;
    top: 0;
    height: 18px;
    bottom: 0;
    margin: auto;
}
.blue:before {
    background: url(../images/li1.png) center no-repeat;
}
.green:before {
    background: url(../images/li2.png) center no-repeat;
}
.red:before {
    background: url(../images/li3.png) center no-repeat;
}
.violet:before {
    background: url(../images/li4.png) center no-repeat;
}
#what .container {
    position: relative;
}
.img12 {
    top: 450px;
    left: -500px;
}
.img9 {
    top: 620px;
    right: -1500px;
    width: 468px;
}
.what-box:nth-child(1) {
    align-items: flex-start;
}
.img10 {
    top: 760px;
    right: -650px;
}
.img11 {
    bottom: 75px;
    left: -600px;
}
#features .zag {
    padding-left: 655px;
    margin-bottom: 40px;
}
#features .zag-min {
    margin-left: 655px;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    max-width: 450px;
}
.features-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: -195px;
}
.features-img img {
    display: block;
}
.features-text {
    width: 890px;
    margin-left: -165px;
    padding-top: 245px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.features-box p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    font-weight: 600;
}
.features-box p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    font-weight: 600;
    width: 220px;
    height: 90px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    background: #FFFFFF;
    border-radius: 20px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
}
.features-box {
    margin-right: 35px;
    margin-bottom: 35px;
}
.features-box:nth-child(1) {
    margin-left: 400px;
}
.features-box:nth-child(2) {
    margin-right: 0;
}
.features-box:nth-child(3) {
    margin-left: 95px;
}
.features-box:hover p {
    /* color: #EB4435; */
}
#features {
    padding-top: 80px;
    position: relative;
    padding-bottom: 80px;
    background: #f3f3f3;
}
.img13 {
    top: -175px;
    left: -1500px;
}
#features .btn {
    width: 267px;
    height: 82px;
    margin: 0 auto;
    border-radius: 10px;
    font-size: 20px;
    margin-top: 20px;
}
#need {
    padding-top: 115px;
}
.need-text p {
    font-size: 16px;
    line-height: 30px;
    color: #313131;
}
.need-text {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    width: 100%;
    height: 180px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 90px;
    padding-right: 35px;
}
.need-number {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    left: -25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.need-number:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    border-radius: 8px;
    transform: rotate(-45deg);
}
.need-box:nth-child(1) .need-number:before {
    background: #EB4435;
}
.need-box:nth-child(2) .need-number:before {
    background: #3B76A0;
}
.need-box:nth-child(3) .need-number:before {
    background: #2DC28D;
}
.need-box:nth-child(4) .need-number:before {
    background: #946186;
}
.need-number p {
    font-family: 'Gilroy';
    font-size: 30px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
}
.need-box {
    position: relative;
    margin-left: auto;
    width: 526px;
}
.need-box:nth-child(2n) {
    margin-left: 65px;
}
#need .container {
    position: relative;
}
#need .epharma-center {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: -90px;
}
.need-container {
    position: relative;
    z-index: 9;
    margin-top: -100px;
}
#redboxtwo {
    padding-top: 105px;
}
#redboxtwo .redbox-left p {
    font-size: 36px;
    line-height: 52px;
}
/*.redbox-left p span {
    color: #1C2335;
}*/
#redboxtwo .redbox-right p {
    color: #1C2335;
}
#thus {
    position: relative;
    padding-top: 110px;
    padding-bottom: 85px;
    text-align: center;
}
.thus-container {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 890px;
    margin: 0 auto;
}
#thus .zag {
    margin-bottom: 20px;
}
#thus .zag-min {
    margin-bottom: 140px;
    font-size: 18px;
}
.thus-box:nth-child(2n) {
    margin-left: auto;
}
.thus-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 60px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    width: 413px;
    height: 117px;
    padding-left: 55px;
}
.thus-text p {
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #494F5D;
    width: 241px;
    margin-left: 25px;
}
.thus-check img {
    display: block;
}
.img15 {
    top: 25px;
    right: -1125px;
}
#thus .container {
    position: relative;
}
.img14 {
    bottom: 65px;
    left: -1400px;
}
.img16 {
    bottom: 85px;
    right: -1100px;
}
.img17 {
    top: 310px;
    left: -1000px;
}
.everystep-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
#everystep .zag-min {
    font-weight: normal;
    font-size: 18px;
    line-height: 160%;
    color: #494F5D;
    margin-top: 10px;
}
.everystep-left {
    max-width: 535px;
}
.everystep-right {
    margin-left: auto;
    width: 650px;
}
.everystep-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 45px 0;
}
.everystep-text > span {
    display: block;
    font-weight: 600;
    font-size: 24px;
    line-height: 160%;
    text-transform: capitalize;
    color: #1C2335;
    margin-bottom: 15px;
}
.everystep-text p {
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
}
.everystep-box:nth-child(1) {
    border-bottom: 1px solid #DCDCDC;
}
.everystep-text {
    width: 520px;
    margin-left: 35px;
}
.img18 {
    bottom: 20px;
}
#everystep {
    position: relative;
    padding-top: 60px;
}
.img19 {
    top: -60px;
    left: -1245px;
}
#bottom .redbox-container {
    max-width: 100%;
    height: 474px;
    padding-left: 65px;
    padding-right: 65px;
}
#bottom .redbox-left p {
    font-size: 40px;
    line-height: 60px;
}
#bottom .redbox-left {
    max-width: 465px;
}
.redbox-form label {
    font-size: 14px;
    color: #FFFFFF;
    display: block;
    margin-bottom: 5px;
}
.redbox-form {
    width: 615px;
    margin-left: auto;
}
input[type="text"] {
    width: 100%;
    padding: 0;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 10px;
    height: 49px;
    margin-bottom: 25px;
    background: #fff;
    padding-left: 15px;
    font-weight: normal;
    font-size: 14px;
    line-height: 52px;
    color: #000;
    font-family: 'Noto Sans';
    /* -webkit-transition: all .2s linear; */
    -o-transition: all .2s linear;
    /* transition: all .2s linear; */
}
input[type="text"]:focus {
    background: #fff;
    color: #000;
}
.form-loading {
    pointer-events: none;
}
.btn-form-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-top: 15px;
}
.success-text {
    margin-right: 15px;
    color: #fff;
}
.btn-form {
    cursor: pointer;
    border: 0;
    font-size: 14px;
    line-height: 52px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #1C2335;
    border-radius: 10px;
    width: 157px;
    height: 49px;
    margin-left: auto;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    padding: 0;
}
#bottom {
    padding-top: 150px;
    padding-bottom: 135px;
}
.btn-form:hover {
    background: #060b17;
}
#footer {
    background: #C4C4C4;
}
.footer-container {
    height: 64px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer-left a {
    display: block;
    margin-right: 45px;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    text-transform: capitalize;
    color: #F2F2F2;
	-webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.footer-left a:hover {
    color: #EB4435;
}
.footer-container p {
    margin-left: auto;
    font-size: 14px;
    text-transform: capitalize;
    color: #F2F2F2;
}
.redbox-left p a {
    text-decoration: none;
    color: #fff;
}
.reveal-modal {
    max-width: 1300px;
    background: #EB4435;
    border-radius: 30px;
    padding: 0 270px;
    padding-top: 55px;
    padding-bottom: 60px;
}
.forma-popap p {
    font-weight: bold;
    font-size: 22px;
    line-height: 60px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.forma-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.forma-box {
    width: 311px;
    text-align: left;
    position: relative;
}
.forma-box label {
    font-size: 14px;
    color: #FFFFFF;
    display: block;
    margin-bottom: 5px;
}
.forma-popap .btn-form {
    -webkit-transition: initial;
    -o-transition: initial;
    transition: initial;
}
.btn-next {
    cursor: pointer;
    border: 0;
    font-size: 14px;
    line-height: 52px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #1C2335;
    border-radius: 10px;
    width: 157px;
    height: 49px;
    margin-left: auto;
    margin-top: 15px;
}
.btn-next:hover {
    background: #060b17;
}
.forma-two {
    display: none;
}
.forma-two.active {
    display: block;
}
.forma-one.no-active {
    display: none;
}

/*input.errors {
    background: rgb(255 255 255 / 0.25);
}*/

.contact-btn:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #eb4435;
    left: 0;
    bottom: 0;
    opacity: 0;
	-webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.contact-btn:hover:before {
    opacity: 0;
}
.redbox-btn {
    text-align: center;
    padding-top: 45px;
}
.error-text {
	display: none;
}
.errors .error-text {
    display: block;
    position: absolute;
    color: #000;
    top: 38px;
    right: 15px;
}
.redbox-box {
	position: relative;
}
.errors input[type="text"] {
    position: relative;
}
.errors .iti {
    /* z-index: 9; */
}

.iti__selected-flag:focus {
    outline: none;
}
.phone-input.errors .error-text {
    left: initial;
    right: 15px;
}

.icon {
    display: none;
}
.f-nav .top-container {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    padding-top: 20px;
    padding-bottom: 20px;
}
.redbox-form form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.redbox-form .redbox-box {
    width: 270px;
}
.redbox-form .redbox-box:nth-child(2n) {
    margin-left: auto;
}
.redbox-right p a {
    color: #fff;
}
.redbox-right p a:hover {
    text-decoration: none;
}
.reveal-modal.textpopap {
    max-width: 1304px;
    background: #fff;
    border-radius: 30px;
    padding: 70px 0;
    padding-left: 200px;
    color: #000;
    padding-right: 140px;
}
.text-popap p {
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #313131;
    margin-bottom: 30px;
}
.text-popap p:last-child {
    margin-bottom: 0;
}
.text-popap ul li {
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #313131;
    margin-bottom: 20px;
    padding-left: 10px;
    position: relative;
}
.text-popap > ul > li:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    background: #313131;
    border-radius: 50%;
    left: 0;
    top: 8px;
}
.text-popap ul li ul li:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: transparent;
    border-radius: 50%;
    left: 0;
    top: 9px;
    border: 1px solid #313131;
}
.text-popap ul li ul {
    padding-left: 20px;
    padding-top: 5px;
}
.text-popap ul li ul li {
    margin-bottom: 0;
}
.text-popap p span {
    font-weight: 700;
}
.redbox-box label {
    font-size: 14px;
    color: #FFFFFF;
    display: block;
    margin-bottom: 5px;
    text-align: left;
}
.res-text {
	display: none;
}
.two-container p a {
    color: #eb4435;
}
.two-container p a:hover {
    text-decoration: none;
}
.redbox-new p {
    font-size: 20px;
    line-height: 32px;
    color: #313131;
    font-weight: 700;
    max-width: 705px;
    margin: 0 auto;
}
.features-img {
    margin-left: -25px;
}
#redboxtwo .redbox-left p span {
    color: #1C2335;
}
#nopage {
    /* padding-top: 265px; */
    /* padding-bottom: 315px; */
    text-align: center;
    min-height: calc(100vh - 64px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.nopage-h {
    font-weight: 900;
    font-size: 100px;
    color: #EEEEEE;
    font-family: 'Nunito Sans';
    display: block;
    line-height: 100px;
}
.nopage-container p {
    font-size: 16px;
    line-height: 24px;
    color: #313131;
    text-align: center;
}
.nopage-container .btn {
    margin: 0 auto;
    margin-top: 70px;
    width: 133px;
    height: 40px;
    font-size: 14px;
}
.img-page1 {
    left: -1200px;
    top: 0;
    bottom: 0;
}
.img-page2 {
    right: -1350px;
    bottom: -350px;
}
.got-btn {
	display: none;
}
.menu-container .btn-container{
	display: none;
}
textarea {
    width: 100%;
    padding: 0;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 10px;
    height: 98px;
    margin-bottom: 25px;
    background: #fff;
    padding-left: 15px;
    font-weight: normal;
    font-size: 14px;
    color: #000;
    font-family: 'Noto Sans';
    resize: none;
    padding-top: 15px;
}
.forma-box.forma-big {
    width: 100%;
}
.reveal-modal.textpopap .close-reveal-modal {
    right: 20px;
    top: 25px;
    width: 20px;
    height: 20px;
    background: url(../images/clos.svg) center no-repeat;
}
.text-h {
    display: block;
    text-align: left;
    font-weight: 700;
    margin-bottom: 10px;
}
.text-popap p a {
    color: #000;
}
