@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;500;700&display=swap');
 
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600&display=swap');
 
 
 
 
 
BODY {
    margin: 0;
    padding: 0;
    font-size: 17px;
	color: #333;
    text-align: left;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    background: #fff;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus,
.btn:focus, .btn:active {
    outline: none;
    box-shadow: none;
}
A { 
	text-decoration: none; 
	outline: none !important; 
	-webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
     transition: all 0.1s;
     color: #333;
}
A:HOVER {text-decoration: underline; opacity: 0.9; color: #000;}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1; /* Firefox */
  color: #000;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  opacity: 1;
  color: #000;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  opacity: 1;
  color: #000;
}
IMG { border: none; height: auto;}
LABEL { cursor: pointer; }
INPUT, TEXTAREA { outline: none; }
BUTTON SPAN {display: none;}
TEXTAREA {resize: none;}
IFRAME {
	margin: 0;
	border: none;
}
TABLE {
	border: none;
    border-spacing: 0;
    border-collapse: collapse;
}
section, article, header, footer {display:block;}
H1, H2, H3, H4, H5, H6, P, FIELDSET, FORM, UL, OL, LI, DL, DT, DD {
	padding: 0;
	margin: 0;
}
H1 A, H2 A, H3 A, H4 A, H5 A, H6 A {text-decoration: none !important;}
#content H1, #content H2, #content H3, #content H4, #content H5, #content H6 {
	margin: 0 0 15px;
}
#content P, #content UL, #content OL {
	margin-bottom: 15px;
}
#content P {line-height: 170%;}
#content UL {margin-left: 20px;}
#content OL {margin-left: 25px;}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.logotype {
	z-index: 88;
}

#page {
	min-width: 220px;
	overflow: hidden;
}
#content {
	padding-top: 67px;
}
#content H1 {
	font-size: 62px;
	line-height: 60px;
	color: #333;
	font-weight: 500;
	font-family: 'Fira Sans', sans-serif;
}
#content H2 {
	font-size: 42px;
	color: #333;
	font-weight: 500;
	font-family: 'Fira Sans', sans-serif;
}
#content H3 {
	font-size: 35px;
	color: #333;
	font-weight: 500;
	font-family: 'Fira Sans', sans-serif;
}
#content H4 {
	font-size: 30px;
	color: #333;
	font-weight: 500;
	font-family: 'Fira Sans', sans-serif;
}
.container {max-width: 80%;}

/*  Header  */

#header {
	background: #fff; 
	padding: 15px 0;
	position: fixed;
	width: 100%;
	z-index: 999;
	min-height: 67px;
	box-shadow: 0 10px 10px -5px rgba(0,0,0,.1),0 7px 7px -5px rgba(0,0,0,.04);
}
#header .logotype {
	color: #333; 
	font-size: 23px; 
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 100%;
	line-height: 15px;
	position: absolute;
	top: 23px;
	left: 25px;
	font-family: 'Fira Sans', sans-serif;
}
#header .logotype span {
	display: block;
	color: #444;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0;
}
#header .logotype strong {
	background: #105bcb;
	color: #fff;
	padding: 1px 3px;
	font-size: 14px;
	position: relative;
	display: inline !important;
}
#header .logotype:hover {text-decoration: none;}
.navbar {
	padding: 0;
}
#header .navbar-nav a {
	color: #333;
	padding: 0;
	width: 100%;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	border-radius: 4px;
	padding: 5px 14px;
	
	font-family: 'Fira Sans', sans-serif;
}
#header .navbar-nav span {
	position: relative;
}
#header .navbar-nav > li > span:after {
	position: absolute;
	top: 6px;
	right: -6px;
	content: '\f107';
	color: #333;
	font-size: 20px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
#header .navbar-nav > li:hover > a, #header .navbar-nav > .active > a {
	color: #105bcb;
	text-decoration: none;
}
#header .navbar-nav > li:hover > span:after, #header .navbar-nav > .active > span:after {color: #105bcb;}
.navbar-nav li {
	position: relative;
	padding: 0 13px;
	line-height: 150%;
	display: flex;
}


#header .navbar-nav > li > .sub-menu {
	opacity: 0;
	width: 300px;
	position: absolute;
	left: 0;
	top: 35px;
	background: #fff;
	margin: 0;
	list-style: none;
    box-shadow: 0 10px 10px -5px rgba(0,0,0,.1);
    z-index: 5;
    padding: 0;
    transition: all 300ms ease;
    display: none;
    max-height: 500px;
    overflow-y: auto;
    border-top: 20px solid #fff;
     
}
#header .navbar-nav > li > .sub-menu:before {
	top: 0;
	left: 0;
	height: 1px;
	width: 100%;
	content: '';
	background: #ccc;
	position: absolute;
}
#header .navbar-nav > li:hover > .sub-menu {
	opacity: 1;
	display: block;
 
}

#header .navbar-nav > li > .sub-menu > li {
	transition: opacity 300ms ease;
	list-style: none;
	position: relative;
	border-bottom: 1px solid #ccc;
	
}
#header .navbar-nav > li > .sub-menu > li:last-child {border: none;}
#header .navbar-nav > li > .sub-menu a {text-align: left; padding: 10px 5px;}
#header .navbar-nav > li > .sub-menu a img {width: 32px; height: auto; margin-right: 10px;}
#header .form-search {
	position: absolute;
	right: 10px;
	top: 52px;
	background: #fff;
	padding: 10px;
	opacity: 0;
	visibility: hidden;
	 -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#header .active .form-search {
	opacity: 1;
	visibility: visible;
	 -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
#header .form-search input {
	width: 320px;
	border: 1px solid #ccc;
	font-size: 14px;
	color: #191919;
	background: #fff;
	padding: 10px 13px;
	line-height: 115%;
	border-radius: 0px;
box-shadow: inset 0px 0px 5px 1px rgba(0,0,0,0.1);
}
#header .click {
	right: 0;
	top: 0;
	z-index: 4;
	position: absolute;
	width: 48px;
	height: 43px;
	cursor: pointer;
}
#header .click:before {
	font-family: 'Font Awesome 5 Free';
	 font-weight: 900;
	content: '\f002';
	font-size: 26px;
	color: #105bcb;
	transition: all 0.3s;
}
#header .active .click:before {
	content: '\f010';
}


/*  Content  */
#content .info-box {padding: 130px 75px 30px;}
#content .info-box h1 {margin-bottom: 25px;}
#content .cart-bg {
	padding: 50px 60px;
	background: #dfedf1;
	margin-bottom: 30px;
}
#content .cart-box {text-align: center; max-width: 500px;}
#content .cart-box h2 {font-size: 40px;}
#content .bg {
	padding: 40px;
	grid-template-columns: repeat(1,1fr);
	text-align: center;
	background: #fff;
	box-shadow: 0 2px 20px rgba(0,0,0,.16);
}
#content .btn {
	background: #105bcb;
	font-size: 24px;
	color: #fff;
	padding: 15px 22px;
	border-radius: 0;
	font-weight: 600;
	opacity: 0.9;
	font-family: 'Fira Sans', sans-serif;
}
#content .btn:hover {text-decoration: none; opacity: 1;}
#content .btn-2 {background: #f2f2f2; color: #333;}
#content .links .btn {margin: 20px 20px 0 0;}
#content .cart-box ul {margin: 20px 0 10px; display: flex; justify-content: space-between;}
#content .cart-box li {text-align: left; margin: 0 10px; list-style: none;}
#content .raiting ul {justify-content: center; display: flex;}
#content .raiting li {
	font-size: 24px;
	color: #105bcb; 
	text-align: center;
	margin: 0;
	list-style: none;
}
#content .btn-3 {background: #105bcb;}
#content .cart-box .btn {
	width: 100%; 
	padding-top: 7px; 
	padding-bottom: 7px; 
	font-size: 21px; 
	margin: 13px 0 8px;
	
}
#content .btn svg {margin-left: 12px; font-size: 23px;}
#content .cart-box p {color: #afafaf; font-size: 13px;}
#content .cart-box li p {color: #5a5d5a; font-size: 15px;}
#content .cart-box li strong {
	display: block;
	color: #000;
}
#content .prod-box {margin: 10px 0 50px;}
#content .prod-box ul {margin: 0; display: flex; justify-content: space-between;}
#content .prod-box li {list-style: none; width: 19%;}
#content .prod-box li img {display: block; margin: 0 auto 20px;}
#content .prod-box li a {
	background: #f2f2f2;
	display: inline-block;
	padding: 30px 23px 20px;
	text-align: center;
	font-weight: 500;
	width: 98%;
	min-height: 150px;
	font-family: 'Fira Sans', sans-serif;
}
#content .prod-box li a:hover {color: #105bcb; text-decoration: none;}
#content .raiting-box {display: flex; justify-content: space-between;}
#content .card-area {
	display: flex;
	margin: 40px 0;
	justify-content: space-between;
	box-shadow: 0 2px 20px rgba(0,0,0,.16);
}
#content .card-area .cart-box {
	max-width: 330px;
	padding: 40px;
}
#content .cart-info {width: 80%; background: #dfedf1; padding: 40px;}
#content .nav-tabs .nav-link {
	font-size: 18px;
	line-height: 24px;
	color: #333;
	font-weight: 500;
	padding: 0 0 2px;
	position: relative;
	border-radius: 0;
	box-shadow: none;
	border: none;
	margin: 0 20px 10px 0;
	font-family: 'Fira Sans', sans-serif;
}
#content .nav-tabs .nav-link.active:before, #content .nav-tabs .nav-link:hover:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	background: #105bcb;
}
#content .nav-tabs .nav-link.active {border: none; background: none;}
#content .nav-tabs {border-bottom: 1px solid #dee2e6;}
#content .nav-tabs {border: none;}
#content .card-area .nav-tabs, #content .card-area .tab-content ul {margin: 0;}
#content .card-area .nav-tabs li, #content .card-area .tab-content li {list-style: none; font-size: 15px; margin-bottom: 5px; display: flex;}
#content .list-info svg {color: #105bcb; margin: 5px 8px 0 0;}
#content table {width: 100%;}
#content .card-area tr:nth-child(2n+1) {
	background: #fff;
}
#content .card-area td {padding: 8px 10px; font-size: 15px;}
#content .card-area td:last-child {
	text-align: right;
}
#content .list-text svg {color: #105bcb; margin: 5px 8px 0 0;}
#content .card-area .tab-content p {font-size: 15px;}
#content .card-area .tab-content .btn {padding: 4px 20px; font-size: 16px;margin-top: 15px;}
#content .boxes, #content .rows-boxes {display: flex;}
#content .row-box {
	width: 25px;
	height: 8px;
	background: #105bcb;
	margin-right: 5px;
}
#content .row-box-2 {background: #dadada;}
#content .row-box-3 {background: #dfedf1;}
#content .boxes {justify-content: space-between; margin-bottom: 20px;}
#content .box {
	width: 33%;
	background: #fff;
	padding: 15px 20px 10px;
}
#content .box h4 {
	text-transform: uppercase; 
	color: #77797b; 
	font-weight: 300; 
	margin: 10px 0 5px;
	font-size: 20px;
}
#content .box p {font-weight: 700; margin: 0;}
#content .text-info {
	background: #fff;	
	padding: 40px;
	min-height: 755px;
	margin-bottom: 60px;
	box-shadow: 0 2px 20px rgba(0,0,0,.16);
	
	min-height: 740px;
}
#content .text-info h3 {margin-top: 30px;}
#content .text-info table {margin-top: 60px;}
#content .text-info p, #content .text-info td {color: #333;}
#content .text-info td {padding: 7px 0;}
#content .text-info td:first-letter {text-transform: uppercase;}
#content .text-info td:last-child {
	text-align: right;
	color: #000;
	font-weight: 600;
}
#content .text-info tr {border-bottom: 1px solid #e6e6e6;}
#content .text-info p strong {
	color: #000;
}
#content .bg-ball {
	width: 20px;
	height: 20px;
	background: #105bcb;
	display: inline-block;
	border-radius: 50%;
}
#content .bg-ball-2 {background: #e6af6a;}
#content .bg-ball-3 {background: #e8859e;}
#content .bg-ball-4 {background: #8a8a8a;}
#content .table-cards {text-align: center;}
#content .table-cards td {padding: 12px 0;}
#content .table-cards td:first-child {text-align: left;}
#content .table-cards th {padding: 15px 0;}
#content .table-cards th img {width: 120px; height: auto; display: block; margin: 0 auto 15px; border-radius: 4px;}
#content .table-cards tr {border-bottom: 1px solid #ddd;}
#content .table-cards tr:last-child {border: none;}
#content .table-cards p {font-size: 13px; font-weight: 300; margin: 0;}
#content .table-cards strong {
	color: #000;
	display: block;
	font-size: 17px;
	font-weight: 600;
}
#content .btn-4 {background: #105bcb;}
#content .table-cards .btn {font-size: 16px; text-transform: uppercase; padding: 10px 12px; width: 93%;}
#content .info-text {width: 800px; margin: 50px auto;}
#content .info-text ol {margin: 30px 0 0; list-style: none;}
#content .info-text li { margin-top: 50px; counter-increment: inst; padding-left: 63px; position: relative;}
#content .info-text li:before { content: counter(inst); color: #105bcb; font-size: 55px; font-weight: 600; 
	position: absolute;
	left: 0;
	top: -20px;
}
#content .info-text li p { margin: 0;}
#content .info-text li strong {
	margin-bottom: 20px;
	display: block;
	color: #333;
	font-size: 24px;
	font-weight: 500;
	font-family: 'Fira Sans', sans-serif;
}
#content .post-area {
	padding: 60px 0;
	background: #dfedf1;
	text-align: center;
}
#content .post-area .bg {box-shadow: none; margin-top: 30px; padding: 60px 70px;}
#content .post-area H3 {font-weight: 700;}
#content .post-area H4 {margin-top: 5px;}
#content .post-area .btn {
	border: 2px solid #105bcb;
	
	background: #fff;
	color: #105bcb;
	display: block;
	font-weight: 400;
	font-size: 15px;
	width: 115px;
	padding: 8px 10px;
	margin: 10px auto;
	text-transform: uppercase;
	text-decoration: none;
}
#content .post-area a {text-decoration: underline;}
#content .post-area a:hover {text-decoration: none;}
#content .information {background: #dfedf1; text-align: left; margin: 130px 0;}
#content .information a {color: #105bcb;}
#content .list-information {
	background: #eef6f8;
	padding: 70px 0;
}
#content .list-information p {margin: 0;}
#content .list-information h4 {position: relative; margin: 0 0 5px;}
#content .list-information h4:before {
	position: absolute;
	top: 3px;
	left: -44px;
	font-size: 26px;
	content: '\f00c';
	color: #105bcb;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
#content .list-information ul {margin: 0; display: flex; justify-content: space-between;}
#content .list-information li {display: inline-block; padding-left: 55px;}
#content .text-information {
	padding: 70px 0;
	background: #f2f2f2;
}
#content .text-information h2 { margin-bottom: 40px;}
#content .text-information p {margin-bottom: 55px;}
#content .text-information a {color: #105bcb;} 
#content .logos-area {padding: 50px 0;}

#content .logos-area ul {display: flex; justify-content: space-between; margin: 0 0 0 -5px;}
#content .logos-area li {list-style: none; margin-left: 5px;}
#content .logos-area img {max-width: 100%;}
#content .owl-carousel {
	width: 900px;
	margin: 40px auto;
	text-align: center;
	position: relative;
}
#content .owl-carousel img {width: 100px; height: auto; display: block; margin: 0 auto 40px;}
#content .title {
	padding: 70px 0 0;
	margin-top: 30px;
	background: url("../images/icon.gif") no-repeat center top;
}
#content .title p {
	font-size: 23px;
	font-weight: 500;
	font-family: 'Fira Sans', sans-serif;
}
#content .title p span {
	display: block;
	font-size: 12px;
	letter-spacing: 2px;	
	line-height: 155%;
	text-transform: uppercase;
}
#content .owl-nav {
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -45px;
	position: absolute;	
}
#content .owl-prev, #content .owl-next {
	width: 45px;
	height: 45px;
	position: absolute;
	left: -85px;
	top: 0;
	opacity: 0.8;
	background: #f2f2f2 url("../images/arrow-left.gif") no-repeat center center;
}
#content .owl-prev:hover, #content .owl-next:hover {opacity: 1;}
#content .owl-next {
 	left: auto;
 	right: -85px;
 	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
 }

#content .accordion-item {
	border: none;
	background: #fff;
	margin-bottom: 15px;
	box-shadow: 0 2px 20px rgba(0,0,0,.16);
}
#content .accordion-item button {
	font-size: 20px; 
	font-weight: 500;
	padding: 20px 28px;
	font-family: 'Fira Sans', sans-serif;
}
#content .accordion-button:focus {border: none !important; box-shadow: none; background: none;}
#content .accordion-button:not(.collapsed) {color: #333; background: none; box-shadow: none;}
#content .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	
}
#content .accordion-body {border-top: 1px solid #f2f2f2; padding: 15px 30px;}
#content .accordion h2 {margin-bottom: 45px;}
#content .accordion {width: 880px; margin: 0 auto; display: block;}
#content .raiting-area {
	padding: 80px 0;
	margin: 100px 0 0;
	text-align: center;
	background: #f2f2f2;
}
#content .raiting-area h2 {margin-bottom: 60px;}
#content .raiting-area h3 {margin: 20px 0; font-size: 29px;}
#content .breadcrumb-row {
	background: #deeef2;
	padding: 30px 0;
}
#content .breadcrumb-row a {font-size: 18px; text-decoration: underline;}
#content .breadcrumb-row a:hover {text-decoration: none;}
#content .breadcrumb-item + .breadcrumb-item::before {
	content: '';
	width: 7px;
	height: 11px;
	padding: 0;
	margin: 9px 10px 0 6px;
	background: url("../images/arrow-right.gif") no-repeat center center;
}
#content .breadcrumb {margin: 0;}
#content .last-area {
	background: #eef6f8;
	padding: 60px 0 0;
}
#content .image-box {
	width: 80%;
	padding-bottom: 55px;
	background: url("../images/image.gif") no-repeat right bottom;
}
#content .last-area h4 {font-size: 21px; text-transform: uppercase; font-weight: 500; letter-spacing: 1px;}
#content .image-box a {
	font-size: 26px; 
	color: #000; 
	font-weight: 600; 
	margin-top: 32px; 
	opacity: 0.8;
	display: inline-block;
}
#content .image-box a:hover {opacity: 1;}
#content .image-box p {font-size: 23px; margin-top: 5px;}
#content .last-area .btn {color: #fff; font-weight: 400; background: #105bcb; padding: 10px 25px; margin-top: 20px;}
#content .box-links {display: inline-block; vertical-align: top; margin-right: 50px;}
#content .box-links ul {margin: 0;}
#content .box-links li {list-style: none; margin-bottom: 10px;}



#footer {padding: 20px 0 40px; color: #6f6f6f;}
#footer .social li {display: inline-block; margin-right: 15px;}
#footer .social a {
	color: #fff;
	font-size: 17px;
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	border-radius: 20px;
	background: #105bcb;
	text-align: center;
	align-items: center;
	margin: 0;
}
#footer a { margin-right: 12px; color: #6f6f6f;}
#footer p a {text-decoration: none; margin: 0;}
#footer p a:hover {text-decoration: underline;}
.right-box {display: flex; justify-content: space-between;}

