html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:link, a:visited
{
	text-decoration: none;
	color: #000;
}

.clear
{
	clear: both;
}

.container
{
	max-width: 1250px;
	width: 100%;
	margin: 0 auto;
}

.center-txt
{
	text-align: center;
}

.justy
{
	text-align: justify;
}

.upper
{
	text-transform: uppercase;
}

.bold
{
	font-weight: 600;
}

span
{
	font-family: 'Roboto-Light';
	color: #333333;
	cursor: default;
	line-height: 1.3em;
}

h2
{
	font-family: 'Roboto-Light';
	font-size: 32px;
	letter-spacing: 1.2px;
	line-height: 1.3em;
	color: #333333;
	cursor: default;
}

h3
{
	font-family: 'Roboto-Light';
	font-size: 26px;
	letter-spacing: 1.1px;
	line-height: 1.3em;
	color: #333333;
	cursor: default;
}

h4
{
	font-family: 'Roboto-Light';
	font-size: 22px;
	letter-spacing: 1.1px;
	line-height: 1.3em;
	color: #333333;
	cursor: default;
}

.middle-topic
{
	padding: 15px 0;
}

.middle-topic h2
{
	font-family: 'Roboto-Regular';
}

p, li
{
	font-family: 'Roboto-Light';
	font-size: 18px;
	letter-spacing: 1.1px;
	line-height: 1.3em;
	color: #111;
	cursor: default;
}

.article-text
{
	padding: 10px 0;
}

.hr
{
	height: 2px;
	width: 100%;
	display: block;
	background: linear-gradient(90deg, transparent, #7d7d7d63, transparent);
	margin: 15px auto;
}

.white
{
	color: #fff;
}

.green-txt
{
	color: green;
}
.sec-1
{
	background: url('../img/IN_Acuflex_background_01.jpg');
	background-size: cover;
	background-position: top 90% center;
	background-repeat: no-repeat;
	width: 100%;
	height: 729px;
}

header
{
    height: auto;
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 15px 0;
    background: #ffffffd1;
}

.row
{
	width: 100%;
}

.left-side-header
{
	width: 30%;
	float: left;
}


.right-side-header
{
	width: 60%;
	float: right;
}

.left-side-header span
{
	font-size: 18px;
	font-weight: 600;
}

.right-side-header span
{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2em;
}

.col-33
{
	width: 33.33333333%;
	float: left;
}

.col-50
{
	width: 50%;
	float: left;
}

.logo
{
	text-align: center;
    margin-top: 30px;
}

.logo img
{
	max-width: 300px;
	width: 100%;
}

.frame-1
{
    margin-top: 45px;
    background: #ffffffd1;
    padding: 35px 15px;
}

.btn
{
    padding: 10px 25px;
    margin: 15px auto;
    background: #008000;
    margin-top: 50px;
    border-radius: 5px;
    display: inline-block;
    font-size: 26px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
}

.btn:hover
{
	background: #0e650ee8;
}

.product-image
{
	margin-top: 55px;
}

.product-image img
{
	max-width: 450px;
	width: 100%;
}

.sec-2
{
	background: url('../img/bg-sec-2.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 750px;
}

.col-35-l
{
	float: left;
	width: 40%;
	text-align: right;
}

.col-35-r
{
	float: right;
	width: 40%;
	text-align: left;
}

.list-type-1
{
	margin: 10px auto;
}

.list-type-1 li
{
	padding: 8px 0;
    vertical-align: middle;
    display: block;
    height: 20px;
}

.content-right::after
{
	content: url("../img/leaf.png");
	vertical-align: text-top;
    height: auto;
    padding-left: 7px
}

.content-left::before
{
	content: url("../img/leaf.png");
	vertical-align: text-top;
    height: auto;
    padding-right: 7px;
}

.alert-frame
{
	clear: both;
	background: #cc1f1f;
	display: inline-block;
	padding: 15px 15px;
	margin: 30px auto;
	width: 100%;
	border-radius: 5px;
}

.sec-3
{
	background: url('../img/bg-sec-3.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	padding-top: 50px;
    padding-bottom: 50px;
}
.col-55 {
	float: left;
	width: 55%;
}

.col-65
{
	float: left;
	width: 65%;
}

.col-45
{
	float: left;
	width: 45%;
}

.col-35
{
	float: left;
	width: 35%;
}

.sec-3-product-image
{
	text-align: center;
}

.sec-3-product-image img
{
	max-width: 500px;
	width: 100%;
}

.sec-3 .col-65 .row
{
	margin-top: 25px;
}

.sec-3 .col-65 .row .col-33 img
{
	float: right;
	width: 100%;
	max-width: 200px;
	display: inline-block;
	cursor: pointer;
}

.desktop
{
	display: inline-block;
}

.mobile
{
	display: none;
}

.mobile .mobile-row
{
	margin: 10px auto;
	padding: 5px 10px;
}

.mobile .mobile-row img
{
	max-width: 150px;
	width: 100%;
	margin: 0 auto;
	display: block;
}

.h__h
{
	height: 150px;
    margin-top: 10px;
}

.ing-1, .ing-2, .ing-3
{
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 10px;
	display: inline-flex;
    text-align: center;
    cursor: pointer;
}

.ing-1::before
{
	content: '1.';
	padding-right: 8px;
	font-size: 65px;
	font-weight: 600;
	color: green;
	padding-top: 10px;
}

.ing-2::before
{
	content: '2.';
	padding-right: 8px;
	font-size: 65px;
	font-weight: 600;
	color: green;
	padding-top: 10px;
}

.ing-3::before
{
	content: '3.';
	padding-right: 8px;
	font-size: 65px;
	font-weight: 600;
	color: green;
	padding-top: 10px;
}

#arrow-1, #arrow-2, #arrow-3
{
	max-width: 50px;
    display: block;
    width: 100%;
    clear: both;
    float: none;
    margin-left: 55%;
}

.desc-1, .desc-2, .desc-3
{
	border-radius: 5px;
	padding: 10px;
    width: 70%;
    margin-bottom: 10px;
    -webkit-box-shadow: -10px 10px 23px 0px rgba(168,168,168,1);
	-moz-box-shadow: -10px 10px 23px 0px rgba(168,168,168,1);
	box-shadow: -10px 10px 23px 0px rgba(168,168,168,1);
	background: #fff;
}

.desc-1
{
	margin-left: 75px;
}

.desc-2
{
	margin-left: 355px;
}

.desc-3
{
	margin-left: 50px;
}

.desc-1 h4, .desc-2 h4, .desc-3 h4
{
	margin-bottom: 10px;
}

.sec-3 .btn
{
	margin-top: 15px;
}

.sec-4
{
	background: url('../img/bg-sec-4-v2.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	padding: 30px 12px;
    margin-top: -17px;
}

.sec-4 .col-33
{
	width: 26%;
    margin: 60px 3% 0 3%;
}

.sec-4 .col-33 img
{
	background: #ffffff70;
    max-width: 200px;
    width: 100%;
    display: block;
    margin: 30px auto 25px auto;
    border: 3px solid #244999;
}
.sec-5
{
	background: url('../img/background_07.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 650px;
}
.sec-5 .container {
	max-width: 1880px;
}
.sec-5 .col-40
{
	width: 40%;
	float: left;
	margin-left: 14%;
	margin-top: 115px;
}

.sec-5 .col-30
{
	width: 30%;
	float: left;
	margin-right: 10%;
	margin-top: 115px;
}

.frame-2
{
	background: #fff;
	padding: 15px;
	max-width: 500px;
	width: 100%;
	margin: 15px auto;
	-webkit-box-shadow: -10px 10px 25px 0px rgba(14,14,14,1);
	-moz-box-shadow: -10px 10px 25px 0px rgba(14,14,14,1);
	box-shadow: -10px 10px 25px 0px rgba(14,14,14,1);
}

.frame-2 li
{
	padding: 5px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3em;
}

.frame-2 li::before
{
	content: url("../img/leaf.png");
	padding-right: 8px;
}

.sec-5 .col-30 img
{
	width: 600px;
	max-width: 100%;
}

.sec-5 .col-40-l
{
	width: 40%;
	float: left;
	margin-left: 13%;
	text-align: center;
}

.sec-5 .col-40-r
{
	width: 40%;
	float: right;
	margin-right: 7%;
	text-align: center;
}

.sec-5 .btn
{
    margin: 10px auto;
    cursor: pointer;
    padding: 10px 45px;
}

.sec-5 .btn span
{
	color: #fff;
	cursor: pointer;
}

.prices .old
{
	font-size: 22px;
    text-decoration: line-through;
    font-weight: 600;
}

.prices .new
{
	font-size: 26px;
    font-weight: 600;
    color: green;
}

.sec-6
{
	background: url('../img/bg-sec-6.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 696px;
}

.sec-6 .text
{
	padding-top: 75px;
    max-width: 900px;
    text-align: justify;
    margin: 0 auto;
}

.sec-6 .text-2
{
	padding-top: 25px;
    max-width: 900px;
    text-align: justify;
    margin: 0 auto;
}

.sec-6 .text-3
{
	padding-top: 15px;
    max-width: 900px;
    text-align: justify;
    margin: 0 auto;
}

.sec-6 .text, .sec-6 .text-2, .sec-6 .text-3
{
	background: #ffffffbf;
}

.list-2 li
{
	padding: 5px 0;
}

.sec-6 p, .sec-6 h2, .sec-6 ul
{
	padding: 0 15px;
}

.sec-7
{
	background: url('../img/bg-sec-7.png');
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
	width: 100%;
	height: 617px;
	margin-top: -150px;
}

.section-form .col-50 img
{
	max-width: 620px;
	width: 100%;
	margin: 0 auto;
	display: block;
}

.form
{
	background: url('../img/form-bg.png');
	width: 100%;
	max-width: 500px;
	height: 500px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.form form
{
	width: 60%;
	display: block;
    margin: 0 auto;
    padding: 30px;
    padding-top: 15px;
    background: linear-gradient(0deg, #fff 0%, transparent 70%);
    border-radius: 25px;
    border: 2px solid #6b8215;
}

.form form select
{
	max-width: 360px;
    width: 100%;
    margin: 10px 0;
    padding: 10px 10px;
    border: 0px;
    background: #7ea00061;
    border-radius: 8px;
    font-size: 14px;
}

.form form input
{
	width: 100%;
	margin: 15px 0;
	padding: 11px 10px;
    border: 0px;
    background: #7ea00061;
    border-radius: 8px;
}

::-webkit-input-placeholder {
  	color: #333;
  	font-size: 14px;
  	letter-spacing: 1px;
}

:-ms-input-placeholder {
  	color: #333;
	font-size: 14px;
  	letter-spacing: 1px;
}

::placeholder {
  	color: #333;
  	font-size: 14px;
  	letter-spacing: 1px;
}

.form form .prices .old
{
	font-size: 16px;
    text-decoration: line-through;
    font-weight: 600;
}

.form form .prices .new
{
	font-size: 20px;
    font-weight: 600;
    color: green;
}

.form-top-txt
{
	margin-bottom: 20px;
    margin-top: 10px;
}

.row-input
{
	width: 100%;
}

#country_phone
{
    float: left;
    width: 15%;
}

#phone
{
	width: 65%;
    float: right;
}

.form form .button
{
    margin: 20px auto -55px auto;
    display: block;
    background: #ffffff;
    border: 2px solid #6b8215;
    border-radius: 5px;
    padding: 5px 30px;
    font-weight: 600;
    cursor: pointer;
}

.form form .button h3
{
    color: #6b8215;
    font-size: 26px;
    cursor: pointer;
}

.form form button:hover
{
	background: #e5ecc8;
}

footer
{
	padding: 15px 0;
}

footer span
{
	margin: 5px 0;
	display: block;
}
.pdfsContainer{
	display: flex;
	justify-content: center;
}
.pdfsContainer a{
	font-family: 'Roboto-Light';
    color: #333333;
    cursor: default;
	line-height: 1.3em;
	padding-right: 10px;
	display:block;
	cursor: pointer;
}


.number {
	background: #fff;
	border-radius: 10px;
	text-align: center;
	font-size: 80%;
	font-weight: 500;
	color: #39b54a;
	text-decoration: none;
	padding: 10px;
	left: 0;
	border: 2px solid #39b54a;
	margin-top: 20px;
  }

  .number span {
	line-height: 21px;
	font-size: 14px;
	letter-spacing: 0.8px;
  }
  .phone-box {
    top: 72px;
    left: 40px;
    z-index: 7;
    position: fixed;
}
html{
	scroll-behavior: smooth;
}
.phoneContainer *{
	display: block;
    cursor: pointer;
}
