/*
*
*	=========================================================
*	Theme Name: 	WORDONET
*	Theme URI: 		http://graphida.ir
*	Author:			@GraphiDA	[ +(98)937-676-4848 ]
*	Description:	Please DON'T COPY Or RIP This Theme.
*	Version:		1.0.0
*	=========================================================
*
*/


* {
	text-decoration: none !important;
	outline: none !important;
}
body {
	background-color: #fff !important;
	font-family: Roboto, IRANSans !important;
	color: #34495e !important;
	font-size: 100% !important;
	line-height: normal !important;
}

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/sans/eot/IRANSansWeb_Bold.eot');
	src: url('../fonts/sans/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/sans/woff2/IRANSansWeb_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/sans/woff/IRANSansWeb_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/sans/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/sans/eot/IRANSansWeb_Medium.eot');
	src: url('../fonts/sans/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/sans/woff2/IRANSansWeb_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/sans/woff/IRANSansWeb_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/sans/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/sans/eot/IRANSansWeb_Light.eot');
	src: url('../fonts/sans/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/sans/woff2/IRANSansWeb_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/sans/woff/IRANSansWeb_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/sans/ttf/IRANSansWeb_Light.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/sans/eot/IRANSansWeb_UltraLight.eot');
	src: url('../fonts/sans/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/sans/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/sans/woff/IRANSansWeb_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/sans/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/sans/eot/IRANSansWeb.eot');
	src: url('../fonts/sans/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/sans/woff2/IRANSansWeb.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/sans/woff/IRANSansWeb.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/sans/ttf/IRANSansWeb.ttf') format('truetype');
}







/***********************************************************************************
*	CUSTOM
***********************************************************************************/

/*********************		SELECTION		*********************/
::-moz-selection {
	background: #ee4136 !important;
	color:#fff !important;
}
::selection {
	background: #ee4136 !important;
	color: #fff !important;
}

/*********************		SCROLLBAR		*********************/
::-webkit-scrollbar {
	background-color: transparent;
	max-width: 4px;
}
::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb {
	background-color: #EE4136;
	border-radius: 10px;
}

/*********************		PLACEHOLDER		*********************/
::-moz-placeholder {
	top: -3px;
	color: #bdc3c7 !important;
	font-size: 14px;
	position: relative;
}
::-webkit-input-placeholder {
	top: -3px;
	color: #bdc3c7 !important;
	font-size: 14px;
	position: relative;
}

/*********************		CUSTOM		*********************/
ul {
	padding: 0 !important;
	margin: 0 !important;
}
.mdi:before {
	line-height: 0 !important;
    top: 1px;
    position: relative !important;
}
.btn, input, a, button {
	box-shadow: none !important;
}

.animated.infinite:hover {
  -webkit-animation-iteration-count: inherit;
  animation-iteration-count: inherit;
}


/*********************		MODAL		*********************/



/*********************		FORM		*********************/



/*********************		CARDS		*********************/
.cards {
	background-color: #fff;
	width: 100%;
	padding: 1em;
	margin-bottom: 2em;
	border-radius: 10px;
	border: 1px solid rgba(0,0,0,.05);
	overflow: hidden;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .04);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.cards.ho:hover {
	box-shadow: 0 13px 20px -8px rgba(0, 0, 0, .05);
}



/*********************		BTN & COLOR		*********************/
.btns {
	padding: 4px 2em 9px;
	margin: 0 5px;
    font-size: 14px;
    color: #fff !important;
    box-shadow: none;
    border: none !important;
    border-radius: 4px !important;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
.bg-primary,
.btns-primary {
	background-color: #ee4136;
    border: 2px solid #ee4136 !important;
}
.btns-primary.active,
.btns-primary:hover {
	background-color: #fff;
    border: 2px solid #ee4136 !important;
	color: #ee4136 !important;
}

.bg-secondary,
.btns-secondary {
	background-color: #f59c04;
    border: 2px solid #f59c04 !important;
}
.btns-secondary.active,
.btns-secondary:hover {
	background-color: #fff;
    border: 2px solid #f59c04 !important;
	color: #f59c04 !important;
}

.bg-defualt,
.btns-defualt {
	background-color: #8f98af;
    border: 2px solid #8f98af !important;
}
.btns-defualt.active,
.btns-defualt:hover {
	background-color: #fff;
    border: 2px solid #8f98af !important;
	color: #8f98af !important;
}

.btns-light {
	background-color: #f8f9fa;
    border: 2px solid #f8f9fa !important;
	color: #7f8c8d !important;
}
.btns-light.active,
.btns-light:hover {
	background-color: #e2e6ea;
    border: 2px solid #e2e6ea !important;
	color: #34495e !important;
}




/***********************************************************************************
*	HEADER
***********************************************************************************/
#header {
	background-color: #fff;
	box-shadow: 0 8px 16px rgba(0,0,0,.03);
}


/*********************		TOP-NAV		*********************/
#header {
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 100;
}
#header .t__nav {
	padding: 10px 0;
	border-bottom: 1px solid rgba(0,0,0,.02);
}
#header .t__nav .t__nav-mnu {
	float: right;
}
#header .t__nav ul li {
	display: inline-flex;
}
#header .t__nav .t__nav-mnu ul li:first-child {
	border-left: 1px solid rgba(0,0,0,.03);
}
#header .t__nav .t__nav-mnu ul li:last-child {
}
#header .t__nav .t__nav-mnu ul li a {
	padding: 0 4px;
	font-size: 13px;
	color: #b9bec1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
#header .t__nav .t__nav-mnu ul li:first-child a {
	padding-left: 10px;
	padding-bottom: 5px;
}
#header .t__nav .t__nav-mnu ul li a i::before {
	top: 4px;
	font-size: 18px;
}
#header .t__nav .t__nav-mnu ul li a:hover {
	color: #ee4136;
}
#header .t__nav .t__nav-ico {
	float: left;
}
#header .t__nav .t__nav-ico ul {
}
#header .t__nav .t__nav-ico ul li:first-child {
	margin-right: 10px;
}
#header .t__nav .t__nav-ico ul li:last-child {
	margin-right: 0;
	border-right: 1px solid rgba(0,0,0,.03);
}
#header .t__nav .t__nav-ico ul li a {
	padding: 0 4px;
	color: #4d4d4d;
}
#header .t__nav .t__nav-ico ul li:last-child a {
	padding-left: 0;
	padding-right: 10px;
}
#header .t__nav .t__nav-ico ul li a i::before {
	top: 2px;
	font-size: 18px;
}
#header .nav__navbar {
	padding: 0;
}
#header .nav__navbar .navbar-toggler {
	background-color: #bdc3c7;
    padding: 6px 12px;
	color: #fff;
}
#header .nav__navbar .navbar-toggler i::before {
	top: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
#header .nav__navbar .navbar-toggler[aria-expanded="true"] {
	background-color: #8f98af;
}
#header .nav__navbar .navbar-toggler[aria-expanded="true"] i::before {
	transform: rotate(90deg);
}
#header .nav__navbar .navbar-brand {
	padding-left: 1em;
	margin-right: 0;
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	border-left: 1px solid rgba(0,0,0,.03);
}
#header .nav__navbar .navbar-brand img {
	width: 40px;
	height: 40px;
	margin-left: 10px;
}
#header .nav__navbar .navbar-brand .des__nav {
	height: 40px;
	display: grid;
}
#header .nav__navbar .navbar-brand .des__nav span {
	display: block;
}
#header .nav__navbar .navbar-brand .des__nav .nav__ti_b {
	font-size: 13px;
    font-weight: bold;
	color: #ee4136;
}
#header .nav__navbar .navbar-brand .des__nav .nav__ti_s {
	font-size: 11px;
	color: #f59c04;
}
#header .nav__navbar .navbar-nav> .nav-item {
	position: static;
}
#header .nav__navbar .navbar-nav> .nav-item> .nav-link {
	padding: 1.7em 1em;
	font-size: 14px;
	color: #4d4d4d;
	position: relative;
}
#header .nav__navbar .navbar-nav> .nav-item> .nav-link:before {
	background-color: #ee4136;
	height: 3px;
	left: 50%;
	right: 51%;
	bottom: 0;
	content: "";
	z-index: 0;
	position: absolute;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
#header .nav__navbar .navbar-nav> .nav-item.open> .nav-link:before,
#header .nav__navbar .navbar-nav> .nav-item:hover> .nav-link:before {
	left: 0%;
	right: 0%;
}
#header .nav__navbar .navbar-nav> .nav-item:hover> .nav-link,
#header .nav__navbar .navbar-nav> .nav-item:active> .nav-link,
#header .nav__navbar .navbar-nav> .nav-item:focus> .nav-link,
#header .nav__navbar .navbar-nav> .nav-item.active> .nav-link {
	color: #ee4136;
}
#header .nav__navbar .navbar-nav> .nav-item:active> .nav-link:before,
#header .nav__navbar .navbar-nav> .nav-item:focus> .nav-link:before,
#header .nav__navbar .navbar-nav> .nav-item.active> .nav-link:before {
	left: 50%;
	right: 51%;
}
#header .nav__navbar .navbar-nav> .nav-item.dropdown .dropdown-toggle::after,
#header .nav__navbar .navbar-nav> .nav-item.dropdown .dropdown-toggle[aria-expanded="false"]::after {
	background-color: transparent;
    top: 26px;
	left: -6px;
	content: "\F140";
	display: inline-block;
	font-family: "Material Design Icons";
	font-size: 16px !important;
	font-size: inherit;
	text-rendering: auto;
	line-height: inherit;
    position: absolute;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
#header .nav__navbar .navbar-nav> .nav-item.dropdown .dropdown-toggle[aria-expanded="true"]::after {
	transform: rotate(180deg);
}
#header .nav__navbar .navbar-nav> .nav-item.dropdown .dropdown-menu {
	background-color: transparent;
	left: 0;
	right: 0;
	padding: 0;
	margin-top: 0;
	border-radius: 0!important;
	border-top: 1em solid transparent;
    border-right: none;
    border-left: none;
    border-bottom: none;
}
#header .nav__navbar .navbar-nav> .nav-item.dropdown .dropdown-menu .megmnu__cont {
	background-color: #fff;
	width: 100%;
	padding: 1em;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0,0,0,.05);
}
#header .nav__navbar .navbar-nav .nav-pills {
	display: block;
	padding: 0 1em;
}
#header .nav__navbar .navbar-nav .nav-pills> .nav-item {
    padding: 5px 0;
	border-bottom: 1px solid rgba(0,0,0,.05);
}
#header .nav__navbar .navbar-nav .nav-pills> .nav-item:first-child {
	padding-top: 0;
}
#header .nav__navbar .navbar-nav .nav-pills> .nav-item:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
#header .nav__navbar .navbar-nav .nav-pills> .nav-item> .nav-link {
    padding: 6px 0;
	display: block;
	font-size: 14px;
    border-radius: 5px;
	color: #34495e;
	text-align: center;
	position: relative;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    transition: color .2s ease;
}
#header .nav__navbar .navbar-nav .nav-pills> .nav-item> .nav-link::before {
	left: 0;
	top: 10px;
	content: "\F141";
	display: inline-block;
	font-family: "Material Design Icons";
	font-size: 16px !important;
	font-size: inherit;
	text-rendering: auto;
	line-height: inherit;
    position: absolute;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#header .nav__navbar .navbar-nav .nav-pills> .nav-item> .nav-link:hover,
#header .nav__navbar .navbar-nav .nav-pills> .nav-item> .nav-link.open,
#header .nav__navbar .navbar-nav .nav-pills> .nav-item> .nav-link.active {
	background-color: #ee4136;
    color: #fff;
}

#header .nav__navbar .navbar-nav .nav-pills> .nav-item> .nav-link:hover::before,
#header .nav__navbar .navbar-nav .nav-pills> .nav-item> .nav-link.open::before,
#header .nav__navbar .navbar-nav .nav-pills> .nav-item> .nav-link.active::before {
	display: none;
}
#header .nav__navbar .navbar-nav .nav-pills> .nav-item> .nav-link:hover::after,
#header .nav__navbar .navbar-nav .nav-pills> .nav-item> .nav-link.open::after,
#header .nav__navbar .navbar-nav .nav-pills> .nav-item> .nav-link.active::after {
	background-color: #ee4136;
    width: 26px;
    height: 26px;
    top: 4.5px;
    left: -10px;
    content: '';
    border-radius: 5px;
    transform: rotate(45deg);
    position: absolute;
}

#header .nav__navbar .megmnu__cont .tab-content,
#header .nav__navbar .megmnu__cont .tab-content .tab-pane {
	height: 100%;
}
#header .nav__navbar .megmnu__cont .tab-content p {
	height: 50%;
    margin: 1em 0 2em;
	font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    color: #777;
}
#header .nav__navbar .megmnu__cont .tab-content .menu-pic img {
    margin-bottom: 30px;
    margin-top: 30%;
}
#header .nav__navbar .megmnu__cont .tab-content span.name {
	color: #5c5e63;
	display: block;
	text-transform: uppercase;
	font-size: 17px;
	margin-bottom: 5px;
}
#header .nav__navbar .megmnu__cont .tab-content span.title {
	color: #868ea3;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    padding-top: 3px;
}


/***********************************************************************************
*	SECTION
***********************************************************************************/
section {
	padding: 2em 0 3em;
}
section .se__head {
	margin-bottom: 3em;
	text-align: center;
}
section .se__head .h__til {
	height: 22px;
	margin-bottom: 8px;
	position: relative;
}
section .se__head .h__til::before {
	background-color: rgba(0,0,0,.05);
	width: 100%;
	height: 1px;
	top: 14px;
	right: 0;
	left: 0;
	content: '';
	position: absolute;
}
section .se__head .h__til h4 {
	padding: 0 2em;
	margin: 0;
    display: inline-block;
	font-size: 19px;
	position: relative;
}
section .se__head .h__til h4.bg-w {
	background-color: #fff;
}
section .se__head .h__til h4.bg-g {
	background-color: #f8faff;
}
section .se__head span {
	font-size: 13px;
	color: #7f8c8d;
}



/*********************		CAROUSEL		*********************/
section.se__car {
	padding: 0;
}
section.se__car .carousel .carousel-indicators {
	left: 5%;
    right: auto;
    margin: 15% 0;
    display: block;
}
section.se__car .carousel .carousel-indicators li {
    width: 4px;
    height: 15px;
	border-radius: 10px !important;
	border: none;
	margin-bottom: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
section.se__car .carousel .carousel-indicators li:last-child {
	margin-bottom: 0;
}
section.se__car .carousel .carousel-indicators li.active {
    height: 25px;
}
section.se__car .carousel .carousel-item {
	background-color: #2a6a8d;
}
section.se__car .carousel .carousel-item img {
	width: 100%;
	object-fit: scale-down;
}


/*********************		DESSO		*********************/
section.se__desso {
	background-color: #f8faff;
	padding-bottom: 4em;
}
section.se__desso .cards {
	padding: 2em;
	margin-bottom: 0;
	border-radius: 10px;
	margin-top: -5%;
	position: relative;
	overflow: visible;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .03);
}
section.se__desso .cards::after {
	background-color: rgba(255,255,255,.5);
    width: 94%;
    height: 15px;
    bottom: -15px;
    left: 0px;
    right: 3%;
    content: '';
    border-radius: 0 0 15px 15px;
    position: absolute;
}
section.se__desso h3 {
    margin-bottom: 1.5em;
	display: block;
    text-align: center;
    color: #ee4136;
    font-size: 17px;
}
section.se__desso p {
    color: #0c2b3a;
    font-size: 15px;
}


/*********************		DOMAIN		*********************/
section.se__doma {
	background: #f59c04 url(../img/../img/patt.png) repeat;
	background-size: 6px;
	padding: 3em 0;
}
section.se__doma .cards {
	margin-bottom: 0;
	overflow: visible;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
}
section.se__doma .cards .ca__haed {
	width: 100%;
	margin-bottom: 2em;
	display: block;
	text-align: center;
}
section.se__doma .cards .ca__haed h4 {
	margin-bottom: 5px;
	font-size: 18px;
	color: #34495e;
}
section.se__doma .cards .ca__haed span {
	font-size: 13px;
	color: #7f8c8d;
}
section.se__doma .cards form {
	margin: 0 10%;
	position: relative;
}
section.se__doma .cards form input {
	background-color: #f5f7fc;
	height: 50px;
	width: 100%;
	border: 2px solid #f5f7fc;
	box-shadow: none;
	color: #ee4136;
	text-align: left;
	border-radius: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
section.se__doma .cards form input:focus {
	border: 2px solid #ee4136;
}
section.se__doma .cards form .btns-sub {
	width: 60px;
    height: 38px;
    top: 6px;
    right: 6px;
    padding: 0;
    margin: 0;
	opacity: 0;
	transform: scale(.1);
    border-radius: 3px !important;
    text-align: center;
    line-height: 29px;
    position: absolute;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
section.se__doma .cards form .btns-sub:hover {
	background-color: #ee4136 !important;
	color: #fff !important;
	opacity: 1 !important;
}
section.se__doma .cards form .btns-sub i::before {
	top: 5px;
	font-size: 20px;
}
section.se__doma .cards form input:focus ~ .btns-sub {
	opacity: .6;
	transform: scale(1);
}
section.se__doma .cards .do__doms {
	margin: 2em 0 .5em;
	text-align: center;
}
section.se__doma .cards .do__doms ul {
	direction: ltr;
}
section.se__doma .cards .do__doms ul li {
	margin-right: .5em;
	padding-right: .5em;
	color: #7f8c8d;
	font-size: 14px;
	border-right: 1px solid rgba(0,0,0,.05);
}
section.se__doma .cards .do__doms ul li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}
section.se__doma .cards .do__doms ul li strong {
	color: #ee4136;
	font-size: 15px;
	margin-right: 10px;
}
section.se__doma .cards .ti__li {
	height: 26px;
	margin-bottom: 1em;
	position: relative;
}
section.se__doma .cards .ti__li::before {
    width: 90%;
    height: 1px;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 4px dotted rgba(0,0,0,.05);
    content: '';
    position: absolute;
}
section.se__doma .cards .ti__li span {
	background: #f59c04 url(../img/patt.png) repeat;
	background-size: 6px;
	background-position: 3px 1px;
	width: 26px;
	height: 26px;
	border-radius: 100px;
	position: absolute;
}
section.se__doma .cards .ti__li span:first-child {
	right: calc(-1em + -15px);
}
section.se__doma .cards .ti__li span:last-child {
	left: calc(-1em + -15px);
}
section.se__doma .cards .ti__ofr {
	background-color: #ee4136;
	width: fit-content;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	display: flex;
	display: -moz-fflex;
	display: -webkit-flex;
	height: 40px;
	padding: 0 1em;
	border-radius: 5px;
	margin: 0 auto;
	position: relative;
}
section.se__doma .cards .ti__ofr::before {
	background: url(../img/scissors.svg);
    background-repeat: no-repeat;
    width: 40px;
    height: 30px;
    top: 24px;
    left: 33px;
    content: '';
    position: absolute;
}
section.se__doma .cards .ti__ofr a {
    width: 30px;
    height: 40px;
	padding-right: 12px;
	margin-right: 1em;
    display: block;
    line-height: 35px;
    font-size: 20px;
	color: rgba(0,0,0,.3);
    text-align: center;
	border-right: 3px dotted #fff;
}
section.se__doma .cards .ti__ofr a:hover {
	color: #fff;
}
section.se__doma .cards .ti__ofr a i::before {
	font-size: 20px;
}
section.se__doma .cards .ti__ofr span {
    height: 40px;
    line-height: 38px;
	font-weight: 500;
	color: #fff;
}


/*********************		TABS		*********************/
section.se__tabs .tabs-se .tabs-see__nav {
	background-color: #f8faff;
	padding: 1em 1em 1em 6px;
	border-radius: 10px;
}
section.se__tabs .tabs-se .tabs-see__nav .nav-pills {
	display: block;
	padding: 0 1em;
}
section.se__tabs .tabs-se .tabs-see__nav .nav-pills> .nav-item {
    padding: 5px 0;
	border-bottom: 1px solid rgba(0,0,0,.05);
}
section.se__tabs .tabs-se .tabs-see__nav .nav-pills> .nav-item:first-child {
	padding-top: 0;
}
section.se__tabs .tabs-se .tabs-see__nav .nav-pills> .nav-item:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
section.se__tabs .tabs-se .tabs-see__nav .nav-pills> .nav-item> .nav-link {
    padding: 6px 0;
	display: block;
	font-size: 14px;
    border-radius: 5px;
	color: #34495e;
	text-align: center;
	position: relative;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    transition: color .2s ease;
}
section.se__tabs .tabs-se .tabs-see__nav .nav-pills> .nav-item> .nav-link::before {
	left: 0;
	top: 10px;
	content: "\F141";
	display: inline-block;
	font-family: "Material Design Icons";
	font-size: 16px !important;
	font-size: inherit;
	text-rendering: auto;
	line-height: inherit;
    position: absolute;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
section.se__tabs .tabs-se .tabs-see__nav .nav-pills> .nav-item> .nav-link:hover,
section.se__tabs .tabs-se .tabs-see__nav .nav-pills> .nav-item> .nav-link.open,
section.se__tabs .tabs-se .tabs-see__nav .nav-pills> .nav-item> .nav-link.active {
	background-color: #ee4136;
    color: #fff;
}
section.se__tabs .tabs-se .tabs-see__nav .nav-pills> .nav-item> .nav-link:hover::before,
section.se__tabs .tabs-se .tabs-see__nav .nav-pills> .nav-item> .nav-link.open::before,
section.se__tabs .tabs-se .tabs-see__nav .nav-pills> .nav-item> .nav-link.active::before {
	display: none;
}
section.se__tabs .tabs-se .tabs-see__nav .nav-pills> .nav-item> .nav-link:hover::after,
section.se__tabs .tabs-se .tabs-see__nav .nav-pills> .nav-item> .nav-link.open::after,
section.se__tabs .tabs-se .tabs-see__nav .nav-pills> .nav-item> .nav-link.active::after {
	background-color: #ee4136;
    width: 26px;
    height: 26px;
    top: 4.5px;
    left: -10px;
    content: '';
    border-radius: 5px;
	box-shadow: -7px 7px 0 #f8faff;
    transform: rotate(45deg);
    position: absolute;
}
section.se__tabs .tabs-se .tab-content {
	background-color: #f8faff;
	padding: 1em;
	border-radius: 10px;
}
section.se__tabs .tabs-se .tab-content h2 {
	margin-bottom: 10px;
	font-size: 18px;
	color: #ee4136;
}
section.se__tabs .tabs-se .tab-content p {
	font-size: 13px;
	color: #666;
}
section.se__tabs .tabs-se .tab-content ul {
	width: 100%;
    display: inline-block;
	margin: .5em 0 1em !important;
}
section.se__tabs .tabs-se .tab-content ul li {
	width: 33.33%;
	padding-right: 1em;
	float: right;
	font-size: 13px;
	color: #444;
	position: relative;
}
section.se__tabs .tabs-se .tab-content ul li {
	width: 33.33%;
	padding-right: 1em;
	margin-bottom: 10px;
	float: right;
	font-size: 13px;
	color: #444;
	position: relative;
}
section.se__tabs .tabs-se .tab-content ul li::before {
    top: 2px;
	right: -6px;
	content: "\FA01";
	display: inline-block;
	font-family: "Material Design Icons";
	font-size: 16px !important;
	font-size: inherit;
	color: #f59c04;
	text-rendering: auto;
	line-height: inherit;
    position: absolute;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}


/*********************		WHY		*********************/
section.se__why {
	background-color: #f8faff;
	padding-right: 1em;
}
section.se__why ul {
	margin: 2em 0 0 !important;
}
section.se__why ul li {
	width: 100%;
	padding: 0 5px;
	margin-bottom: 1em;
	float: right;
	position: relative;
}
section.se__why ul li a {
	padding: 10px 0;
	display: block;
}
section.se__why ul li::before {
	background-color: rgba(0,0,0,.08);
    width: 1px;
    height: 90%;
    top: 0;
    margin: auto 0;
    bottom: 0;
    left: 0;
    content: '';
    position: absolute;
}
section.se__why ul li::after {
	background-color: rgba(0,0,0,.08);
    width: 70%;
    height: 1px;
    right: 0;
    margin: 0 auto;
    bottom: -.5em;
    left: 0;
    content: '';
    position: absolute;
}
section.se__why ul li:nth-child(4)::before,
section.se__why ul li:last-child::before {
	display: none;
}
section.se__why ul li:nth-child(5)::after,
section.se__why ul li:nth-child(6)::after,
section.se__why ul li:nth-child(7)::after,
section.se__why ul li:nth-child(8)::after {
	display: none;
}
section.se__why ul li a .se-why__ico {
	margin: 1em 0 1.5em;
}
section.se__why ul li a .se-why__ico img {
	width: 100%;
	padding: 0 38%;
	filter: grayscale(1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
section.se__why ul li a:hover .se-why__ico img {
	filter: grayscale(0);
	transform: translateY(-10px);
	-webkit-filter: drop-shadow(0px 15px 35px rgba(247,146,30,.8));
	-moz-filter: drop-shadow(0px 15px 35px rgba(247,146,30,.8));
}
section.se__why ul li a .se-why__des {
    white-space: normal;
}
section.se__why ul li a .se-why__des span {
	display: block;
	text-align: center;
}
section.se__why ul li a .se-why__des span:first-child {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 600;
	color: #ee4136;
}
section.se__why ul li a .se-why__des span:last-child {
	font-size: 13px;
	font-weight: 400;
	color: #95a5a6;
}


/*********************		PRICE		*********************/
section.se__pri {
	padding-top: 3em;
}
section.se__pri .se-pri__tabs {
	padding-bottom: 10px;
	margin-bottom: 2em;
	overflow: auto;
	scrollbar-color: #ecf0f1 rgba(0,0,0,.01);
	scrollbar-width: thin;
}
section.se__pri .se-pri__tabs::-webkit-scrollbar {
	background-color: rgba(0,0,0,.01);
	max-height: 4px;
}
section.se__pri .se-pri__tabs::-webkit-scrollbar-thumb:hover,
section.se__pri .se-pri__tabs::-webkit-scrollbar-thumb {
	background-color: #ecf0f1;
	border-radius: 10px;
}
section.se__pri .se-pri__tabs ul.mn_t {
	width: fit-content;
	width: -moz-fit-content;
	width: -webkit-fit-content;
    margin: 0 auto !important;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
	white-space: nowrap;
}
section.se__pri .se-pri__tabs ul.mn_t li {
	background-color: rgba(191,193,255,.1);
	padding: 5px;
}
section.se__pri .se-pri__tabs ul.mn_t li:first-child {
	border-radius: 0 100px 100px 0;
}
section.se__pri .se-pri__tabs ul.mn_t li:last-child {
	border-radius: 100px 0 0 100px;
}
section.se__pri .se-pri__tabs ul.mn_t li a {
	padding: 8px 1.5em 10px;
	display: block;
	color: #34495e;
	font-weight: 500;
	border-radius: 100px;
	position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
section.se__pri .se-pri__tabs ul.mn_t li.active a:hover,
section.se__pri .se-pri__tabs ul.mn_t li.active a {
	background-color: #ee4136;
	color: #fff;
	box-shadow: 0 10px 15px -10px rgba(238,65,54,.5) !important;
}
section.se__pri .se-pri__tabs ul.mn_t li a:hover {
	color: #ee4136;
}
section.se__pri .se-pri__des {
	margin-bottom: 3em;
}
section.se__pri .se-pri__des h2 {
	margin-bottom: 10px;
    font-size: 17px;
    color: #ee4136;
}
section.se__pri .se-pri__des p {
	margin: 0;
    font-size: 13px;
    color: #666;
}
section.se__pri .main-price-table {
	width: 100%;
	display: block;
}
section.se__pri .main-price-table .cards {
	padding: 0;
	border-radius: 20px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .04);
}
section.se__pri .main-price-table .cards.active {
	overflow: inherit;
	position: relative;
}
section.se__pri .main-price-table .cards.active::before {
    background: url(../img/lable.png) no-repeat;
    width: 128px;
    height: 128px;
    left: -14px;
    top: -18px;
	content: "";
	z-index: 1000;
    position: absolute;
}





section.se__pri .main-price-table .cards.active,
section.se__pri .main-price-table .cards:hover {
	transform: scale(1.08);
	box-shadow: 0 10px 50px rgba(0, 0, 0, .1);
}
section.se__pri .main-price-table .cards .bg-gradient ul li {
	margin-bottom:1.4rem;
}
section.se__pri .main-price-table .cards .pricing-divider {
	background: #34495e url(../img/patt.png) repeat;
	padding: 1em 0 4em;
	border-radius: 20px 20px 0 0;
	position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

section.se__pri .main-price-table .cards.active .pricing-divider,
section.se__pri .main-price-table .cards:hover .pricing-divider {
	background: #f59c04 url(../img/patt.png) repeat;
}
section.se__pri .main-price-table .cards .pricing-divider h3 {
	margin-bottom: 1.5em;
}
section.se__pri .main-price-table .cards .planpricewp {
    text-align: center;
    padding-bottom: 11px;
    position: relative;
}
section.se__pri .main-price-table .cards .planpricewp ul li {
	display: inline-block;
	text-align: center;
	font-weight: 700
}
section.se__pri .main-price-table .cards .planpricewp ul li:first-child {
	font-size: 72px;
	color: #fff;
	font-weight: 700
}
section.se__pri .main-price-table .cards .planpricewp ul li:last-child {
	color: #ecf0f1;
	line-height: 20px;
	position: relative;
	top: -8px
}
section.se__pri .main-price-table .cards .planpricewp span {
	font-weight: 700;
	color: #ee4136;
	font-size: 16px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

section.se__pri .main-price-table .cards.active .planpricewp span,
section.se__pri .main-price-table .cards:hover .planpricewp span {
	color: #34495e;
}
section.se__pri .main-price-table .cards .pricing-divider-img {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 80px;
}
section.se__pri .main-price-table .cards .deco-layer {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
section.se__pri .main-price-table .cards .img-float {
	width:50px;
	position:absolute;
	top:-3.5rem;
	right:1rem
}
section.se__pri .main-price-table .cards.active .deco-layer--1,
section.se__pri .main-price-table .cards:hover .deco-layer--1 {
	-webkit-transform: translate3d(15px, 0, 0);
	transform: translate3d(15px, 0, 0);
}
section.se__pri .main-price-table .cards.active .deco-layer--2,
section.se__pri .main-price-table .cards:hover .deco-layer--2 {
	-webkit-transform: translate3d(-30px, 0, 0);
	transform: translate3d(-30px, 0, 0);
}
section.se__pri .main-price-table .princing-item ul.list-unstyled li {
	margin-bottom: .5em;
	padding-bottom: .5em;
	text-align: right;
	font-size: 15px;
	color: #7f8c8d;
	border-bottom: 1px solid rgba(0,0,0,.02);
}
section.se__pri .main-price-table .princing-item ul.list-unstyled li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
section.se__pri .main-price-table .cards .desst {
	padding: 0 1.5em;
}
section.se__pri .main-price-table .cards .desst b {
	float: left;
	margin-right: 8px;
	color: #34495e;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
section.se__pri .main-price-table .cards.active .desst b,
section.se__pri .main-price-table .cards:hover .desst b {
	color: #ee4136;
}



/*********************		BRANDS		*********************/
section.se__brn {
	background-color: #f8faff;
	padding-bottom: 1em;
}
section.se__brn .carousels {
	width: 100%;
}
section.se__brn .slick-slide {
	margin-bottom: 1em;
}
section.se__brn .slick-slide img {
	height: 20px;
	margin: 0 auto;
	filter: grayscale(1);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
section.se__brn .slick-slide:hover img {
	filter: grayscale(0);
}


/***********************************************************************************
*	Footer
***********************************************************************************/
footer {
	padding-top: 2em;
	position: relative;
}
footer::before {
	background-color: rgba(30,30,30,.95);
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	z-index: 12;
	position: absolute;
	
}
footer .bgfoot {
	background-image: url(../img/bg-foot.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	position: absolute;
}
footer .foot__mnus {
	padding-bottom: 2em;
	margin-bottom: 2em;
	border-bottom: 1px solid rgba(255,255,255,.08);
	position: relative;
	z-index: 100;
}
footer .foot__mnus .mns {
	display: inline-block;
    line-height: 35px;
}
footer .foot__mnus .mns ul li {
	margin-left: 1em;
	float: right;
}
footer .foot__mnus .mns ul li:last-child {
	margin-left: 0;
}
footer .foot__mnus .mns ul li a {
	padding-right: 10px;
	font-size: 14px;
	color: #ecf0f1;
	position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
footer .foot__mnus .mns ul li a:hover {
	color: #ee4136;
}
footer .foot__mnus .mns ul li a::before {
	background-color: rgba(255,255,255,.8);
	width: 4px;
	height: 4px;
	right: 0;
	top: calc(100% / 2 - 0px);
	content: '';
	position: absolute;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
footer .foot__mnus .mns ul li a:hover::before {
	background-color: #ee4136;
	border-radius: 100px;
	transform: scale(2);
}
footer .foot__mnus .log-brand {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
	float: left;
}
footer .foot__mnus .log-brand img {
    width: 40px;
    height: 40px;
    margin-left: 10px;
}
footer .foot__mnus .log-brand .des__nav {
    height: 40px;
    display: grid;
}
footer .foot__mnus .log-brand .des__nav .nav__ti_b {
	font-size: 13px;
    font-weight: bold;
	color: #fff;
}
footer .foot__mnus .log-brand .des__nav .nav__ti_s {
	font-size: 11px;
	color: #ecf0f1;
	opacity: .7;
}
footer .foot__des {
	margin-bottom: 2em;
	width: 100%;
	display: block;
	position: relative;
	z-index: 100;
}
footer .foot__des .fo__head {
	width: 100%;
	margin-bottom: 1em;
	display: block;
}
footer .foot__des .fo__head h4 {
	margin: 0;
	font-size: 17px;
	color: #fff;
	font-weight: bold;
}
footer .foot__des .fo-des-b p {
	margin-bottom: 1.5em;
	color: #ecf0f1;
	font-size: 13px;
}
footer .foot__des .fo-des-b .dd {
	color: #ecf0f1;
	font-size: 14px;
	margin-bottom: 10px;
}
footer .foot__des .fo-des-b .dd i::before {
	margin-left: 5px;
	color: #f59c04;
	font-size: 16px;
}
footer .foot__des .fo-des-b .so_ico {
	margin-top: 2em;
}
footer .foot__des .fo-des-b .so_ico ul li {
	width: calc(100% / 6);
	float: right;
}
footer .foot__des .fo-des-b .so_ico ul li a {
	display: block;
	color: #fff;
	font-size: 18px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
footer .foot__des .fo-des-b .so_ico ul li a:hover {
	color: #f59c04;
	transform: scale(1.3);
}
footer .foot__des .fo-li ul li {
	margin-bottom: 8px;
}
footer .foot__des .fo-li ul li:last-child {
	margin-bottom: 0;
}
footer .foot__des .fo-li ul li a {
	display: block;
	color: #ecf0f1;
	font-size: 14px;
	position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

footer .foot__des .fo-li ul li a::before {
	top: 1px;
    right: -20px;
    font-size: 20px;
	content: "\FB95";
	display: inline-block;
	font-family: "Material Design Icons";
	text-rendering: auto;
	line-height: inherit;
	color: #f59c04;
	opacity: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
footer .foot__des .fo-li ul li a:hover::before {
    right: -10px;
	opacity: 1;
}
footer .foot__des .fo-li ul li a:hover {
	padding-right: 1em;
	font-weight: bold;
	color: #fff;
}
footer .foot__des .fo-des-b .fo-ne-d {
	background-color: rgba(255,255,255,.05);
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 8px;
}
footer .foot__des .fo-des-b .fo-ne-d ul {
    padding: 1em 0 !important;
    display: inline-block;
}
footer .foot__des .fo-des-b .fo-ne-d ul li {
	width: calc(100% / 2);
	padding: 0 5px;
	float: right;
}
footer .foot__des .fo-des-b .fo-ne-d ul li:nth-child(2),
footer .foot__des .fo-des-b .fo-ne-d ul li:first-child {
	margin-bottom: 1.5em;
}
footer .foot__des .fo-des-b .fo-ne-d ul li a {
	display: block;
}
footer .foot__des .fo-des-b .fo-ne-d ul li a img {
	height: 80px;
    margin: 0 auto;
    display: block;
}
footer .fo-deps {
	background-color: rgba(0,0,0,.2);
	padding: 1em 0;
	border-top: 1px solid rgba(255,255,255,.08);
	position: relative;
	z-index: 100;
}
footer .fo-deps p {
	margin: 0;
	color: #fff;
	text-align: center;
}









































/***********************************************************************************
*	MEDIAQUERIES
***********************************************************************************/
@media (max-width: 1024px) {
}

@media (max-width: 992px) {
	#header .nav__navbar .navbar-collapse .btn-act .btns {
		padding-right: 10px;
		padding-left: 10px;
	}
	#header .nav__navbar .navbar-brand {
    	padding-left: 0;
		margin: 0;
	}
	#header .nav__navbar .navbar-brand .des__nav {
		display: none;
	}
	#header .nav__navbar .navbar-nav> .nav-item> .nav-link {
    	padding: 1.7em .8em;
	}
	
	section.se__tabs .tabs-se .tabs-see__nav {
		padding: 1em;
		margin-bottom: 1em;
	}
	section.se__tabs .tabs-se .tabs-see__nav .nav-pills> .nav-item> .nav-link::before{
		transform: rotate(-90deg);
	}
	section.se__tabs .tabs-se .tabs-see__nav .nav-pills> .nav-item> .nav-link:hover::after,
	section.se__tabs .tabs-se .tabs-see__nav .nav-pills> .nav-item> .nav-link.open::after,
	section.se__tabs .tabs-se .tabs-see__nav .nav-pills> .nav-item> .nav-link.active::after {
		display: none;
	}
	section.se__tabs .tabs-se .tab-content {
		height: auto !important;
		padding-bottom: 1em;
	}
	section.se__tabs .tabs-se .tab-content .btns-secondary {
		width: 100%;
		padding: 6px 2em;
		display: block;
		text-align: center;
	}
	
	section.se__pri .main-price-table .cards .planpricewp ul li:first-child {
		font-size: 46px;
	}
	section.se__pri .main-price-table .cards .planpricewp ul li:last-child {
		top: -5px;
		font-size: 11px;
	}
	section.se__pri .main-price-table .cards .planpricewp span {
		font-size: 11px;
	}
	section.se__pri .main-price-table .cards .btns {
		width: 100% !important;
		display: block !important;
	}
	
	footer .foot__des .fo-li ul li a {
		font-size: 12px;
	}
	footer .foot__des .fo-li ul li a:hover {
		padding-right: 1em;
	}
	footer .foot__des .fo-des-b .fo-ne-d ul li a img {
		height: auto;
		width: 100%;
	}
	
	
	
	
	
}

@media (max-width: 768px) {
	#header .t__nav .t__nav-mnu {
		float: none;
		text-align: center;
	}
	#header .t__nav .t__nav-mnu ul {
		flex-flow: nowrap;
	}
	#header .t__nav .t__nav-ico {
		display: none;
	}
	#header .nav__navbar {
		padding: 10px 0;
	}
	#header .nav__navbar .navbar-collapse .btn-act .btns {
		padding-right: 2em;
		padding-left: 2em;
	}
	#header .nav__navbar .navbar-brand {
		padding-left: 10px;
		margin-left: 10px;
		margin-right: 15px;
	}
	#header .nav__navbar .btn-act {
		top: 3px;
		left: 15px;
		position: absolute;
	}
	#header .nav__navbar .btn-act .btns {
		padding: 4px 1em 9px;
	}
	#header .nav__navbar .navbar-brand .des__nav {
		display: block;
	}
	#header .nav__navbar .navbar-nav> .nav-item> .nav-link {
    	padding: .7em 1em;
	}
	#header .nav__navbar .navbar-nav> .nav-item .dropdown-menu.show,
	#header .nav__navbar .navbar-nav> .nav-item> .nav-link::after {
		display: none !important;
	}
	#header .nav__navbar .navbar-nav {
		margin-top: 10px !important;
		padding-top: 10px !important;
		border-top: 1px solid rgba(0,0,0,.02);
	}
	
	section.se__doma .cards {
		height: auto !important;
		margin-bottom: 2em;
	}
	section.se__doma .cards .do__doms {
		margin-bottom: 0;
	}
	section.se__doma .cards .do__doms ul {
		display: block !important;
	}
	section.se__doma .cards .do__doms ul li {
		width: 50%;
		margin: 0 0 10px 0;
		float: left;
		text-align: center;
	}
	section.se__doma .cards .do__doms ul li:nth-child(2) {
		border: none;
	}
	section.se__tabs .tabs-se .tab-content ul li {
		width: 50%;
	}
	
	
	section.se__why ul li:nth-child(2)::before,
	section.se__why ul li:nth-child(6)::before,
	section.se__why ul li:last-child::before {
		display: none;
	}
	section.se__why ul li:nth-child(5)::after,
	section.se__why ul li:nth-child(6)::after {
		display: block;
	}
	section.se__why ul li:nth-child(7)::after,
	section.se__why ul li:nth-child(8)::after {
		display: none;
	}
	footer .foot__mnus .mns {
		display: block;
		text-align: center;
		width: 100%;
	}
	footer .foot__mnus .mns ul li {
		display: inline-flex;
		float: none;
	}
	
	
	footer .foot__des .fo-des-b p {
		margin-bottom: .5em;
	}
	footer .foot__des .fo-des-b .so_ico {
		margin-top: 1em;
	}
	footer .foot__des .brdb {
		padding-bottom: 1.5em;
		margin-bottom: 1.5em;
		border-bottom: 1px solid rgba(255,255,255,.05);
	}
	footer .foot__des .brdt {
		padding-top: 1.5em;
		margin-top: 1.5em;
		border-top: 1px solid rgba(255,255,255,.05);
	}
	footer .foot__des .fo-des-b .fo-ne-d ul li {
    	width: calc(100% / 4);
		margin: 0 !important;
	}
	footer .foot__des .fo__head,
	footer .foot__des .fo-des-b {
		text-align: center;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}

@media (max-width: 576px) {
	section .se__head .h__til {
		height: auto;
	}
	
	
	
	
}

@media (max-width: 500px) {
	section.se__doma .cards form {
		margin: 0;
	}
	section.se__tabs .tabs-se .tab-content ul li {
		width: 100%;
	}
}

@media (max-width: 450px) {
}

@media (max-width: 400px) {
}

@media (max-width: 380px) {
	#header .nav__navbar .navbar-brand {
		padding-left: 0;
	}
	#header .nav__navbar .navbar-brand .des__nav {
		display: none;
	}
	footer .foot__des .fo-des-b .fo-ne-d ul li {
		width: calc(100% / 2);
	}
	footer .foot__des .fo-des-b .fo-ne-d ul li a img {
		width: 70%;
	}
	footer .foot__des .fo-des-b .fo-ne-d ul li:nth-child(2),
	footer .foot__des .fo-des-b .fo-ne-d ul li:first-child {
		margin-bottom: 1.5em !important;
	}
	
	
	
}

@media (max-width: 320px) {
}





