* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
}

body {
	font-size: 14px;
	font: 1.29em/1.29em Arial, Helvetica, sans-serif;
	width: 100%;
	overflow-x: hidden;
}

.lang-switcher {
	color: red !important;
}

header .mob-menu {
	display: none;
}

header .top-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #090805;
	z-index: 9999;
}

header .top-header .top-header-content {
	padding: 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

header .top-header .top-header-content .main-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

header .top-header .top-header-content .main-menu .main-menu-link {
	padding: 0 30px;
	color: #ffffff;
	font: 14px/20px "AvenirNext-DemiBold", sans-serif;
	font-display: swap;
	text-decoration: none;
}

header .top-header .top-header-content .worktime {
	padding: 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

header .top-header .top-header-content .worktime span {
	color: #ffffff;
	font: 14px/20px "AvenirNext-DemiBold", sans-serif;
	font-display: swap;
}

header .top-header .top-header-content .worktime span:first-child {
	border-right: 2px solid #fd9827;
	padding-right: 15px;
	margin-right: 15px;
}

header .header-info {
	background: #eee;
	position: relative;
	margin-top: 50px;
	padding: 15px 0;
}

header .header-info .header-info-contain {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 0 30px;
}

header .header-info .header-info-contain .header-info-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

header .header-info .header-info-contain .header-info-item .logo {
	min-width: 247px;
	max-width: 247px;
}

header .header-info .header-info-contain .header-info-item .logo img {
	width: 100%;
}

header .header-info .header-info-contain .header-info-item .logo .mob {
	display: none;
}

header .header-info .header-info-contain .header-info-item .phonee a {
	font: 18px/25px "AvenirNext-DemiBold", sans-serif;
	font-display: swap;
	color: #262626;
	text-decoration: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

header .header-info .header-info-contain .header-info-item .phonee a:first-child {
	border-right: 2px solid #fd9827;
	padding-right: 15px;
	margin-right: 15px;
}

header .header-info .header-info-contain .header-info-item .phonee a:hover {
	color: #fd9827;
}

header .header-info .header-info-contain .header-info-item .header-information-link {
	font: 12px/16px "AvenirNext-DemiBold", sans-serif;
	font-display: swap;
	color: #565656;
	text-decoration: underline;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

header .header-info .header-info-contain .header-info-item .header-information-link:hover {
	color: #fd9827;
}

header .header-info .header-info-contain .navbar-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

header .header-info .header-info-contain .navbar-search .form-controll {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 430px;
	min-height: 50px;
	font: 14px/18px "AvenirNext-DemiBold", sans-serif;
	font-display: swap;
	border: 2px solid #d8d8d8;
	border-radius: 30px;
	border-right: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 14px 25px;
	margin-right: -50px;
	background-color: #fff;
	color: #9e9e9e;
	outline: none;
}

header .header-info .header-info-contain .navbar-search .input-group-btn {
	position: relative;
	width: 1%;
	vertical-align: middle;
}

header .header-info .header-info-contain .navbar-search .btn {
	position: relative;
	border: none;
	padding: 0;
	background: #fd9827 url(../img/ic_search.svg) no-repeat center center;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-left: 0;
	border-radius: 50%;
	cursor: pointer;
	width: 50px;
	height: 50px;
	color: #333333;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

header .header-info .header-info-contain .navbar-search .btn:hover {
	background: #cc6c00 url(../img/ic_search.svg) no-repeat center center;
}

header .header-bottom {
	background: #00529e;
}

header .header-bottom .navbar .navbar-ul {
	position: relative;
	padding: 0;
	margin: 0;
	text-align: center;
}

header .header-bottom .navbar .navbar-ul .navbar-li {
	display: inline-block;
	transition: 0.3s;
}

header .header-bottom .navbar .navbar-ul .navbar-li.active {
	background: #004381;
}

header .header-bottom .navbar .navbar-ul .navbar-li.active .dropdown-menu {
	display: block;
}

header .header-bottom .navbar .navbar-ul .navbar-li .dropdown-menu {
	display: none;
	position: absolute;
	z-index: 99;
	box-shadow: 0 1px 3px rgb(5 5 5 / 10%);
	background: #fff;
	padding: 40px 30px;
	top: 100%;
	left: 0;
}

header .header-bottom .navbar .navbar-ul .navbar-li .dropdown-menu .dropdown-menu-title {
	font: 18px/26px "AvenirNext-Bold";
	color: #00529e;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 20px;
	text-align: left;
}

header .header-bottom .navbar .navbar-ul .navbar-li .dropdown-menu .dropdown-menu-content {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap
}

header .header-bottom .navbar .navbar-ul .navbar-li .dropdown-menu .dropdown-menu-content a {
	padding: 7px 0;
	font: 14px/20px "AvenirNext-Bold";
	color: #090805;
	letter-spacing: .8px;
	text-transform: uppercase;
	text-decoration: underline;
	padding-right: 30px;
	flex-basis: 16%;
	text-align: left;
}

header .header-bottom .navbar .navbar-ul .navbar-li .navbar-a {
	display: block;
	position: relative;
	font: 14px/18px "AvenirNext-DemiBold", sans-serif;
	font-display: swap;
	color: #fff;
	letter-spacing: 1px;
	padding: 26px 27.6px;
	text-decoration: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

header .header-bottom .navbar .navbar-ul .navbar-li .navbar-a:hover {
	background: #004381;
}

.first-block {
	position: relative;
}

.first-block .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	left: 50px;
	z-index: 1111;
}

.first-block .slick-arrow:before {
	color: #fd9827;
	font-size: 32px;
}

.first-block .slick-next {
	left: initial;
	right: 50px;
}

.first-block .main-slider {
	display: block;
	position: relative;
	min-height: 450px;
    max-height: 591px;
}

.first-block .main-slider .mob {
	display: none;
}

.first-block .main-slider .main-slider-block {
	position: relative;
}
.first-block .main-slider .main-slider-block .main-slider-photo .desk{
    height: 100%;
}

.first-block .main-slider .main-slider-block .main-slider-body-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(9, 8, 5, 0.6);
}

.first-block .main-slider .main-slider-block .main-slider-body-bg .main-slider-body {
	height: 100%;
	padding: 80px 0;
	display: flex;
	justify-content: space-between;
}

.first-block .main-slider .main-slider-block .main-slider-body-bg .main-slider-body .left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 60%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.first-block .main-slider .main-slider-block .main-slider-body-bg .main-slider-body .right {
	color: #fff;
	display: flex;
	justify-content: flex-end;
}

.first-block .main-slider .main-slider-block .main-slider-body-bg .main-slider-body .right form{
	display: flex;
	flex-flow: column;
	align-items: flex-end;
}

.first-block .main-slider .main-slider-block .main-slider-body-bg .main-slider-body .right form h2{
	margin-top: 0;
	font:48px/66px "AvenirNext-Bold", sans-serif;
}

.first-block .main-slider .main-slider-block .main-slider-body-bg .main-slider-body .right form input{
	width: 80%;
	margin-bottom: 35px;
	padding: 5px;
	font-size: 16px;
}

.first-block .main-slider .main-slider-block .main-slider-body-bg .main-slider-body .right form .submit{
	max-width: 263px;
	display: block;
	font: 14px/20px "AvenirNext-DemiBold", sans-serif;
	font-display: swap;
	color: #fff;
	text-align: center;
	background: #fd9827;
	border-radius: 50px;
	-webkit-box-shadow: 0 3px #cc6c00;
	box-shadow: 0 3px #cc6c00;
	padding: 25px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	border: none;
	cursor: pointer;
	margin-bottom: 0;
}
.tgform{
	padding: 40px 0;
}
.tgform form{
	max-width: 40%;
	margin: 0 auto;
	display: flex;
	flex-flow: column;
	align-items: center;
}
.tgform form h2{
	font: 48px/66px "AvenirNext-Bold", sans-serif;
}
.tgform form input{
	margin-bottom: 20px;
	padding: 5px;
	font-size: 16px;
}
#tgform{
	position: relative;
}
#tgform .success-status{
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	color: #28a745!important;
	width: 500px;
}
.success-status{
	font-size: 14px;
	font-weight: bold;
	color: #28a745!important;
}
.error-status{
	font-size: 14px;
	font-weight: bold;
	color: red!important;
}

.tgform form .submit{
	max-width: 263px;
	display: block;
	font: 14px/20px "AvenirNext-DemiBold", sans-serif;
	font-display: swap;
	color: #fff;
	text-align: center;
	background: #fd9827;
	border-radius: 50px;
	-webkit-box-shadow: 0 3px #cc6c00;
	box-shadow: 0 3px #cc6c00;
	padding: 25px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	border: none;
	cursor: pointer;
}


.first-block .main-slider .main-slider-block .main-slider-body-bg .main-slider-body .main-slider-title {
	max-width: 555px;
	max-height: 132px;
	font: 48px/66px "AvenirNext-Bold", sans-serif;
	font-display: swap;
	color: #fff;
	overflow: hidden;
}

.first-block .main-slider .main-slider-block .main-slider-body-bg .main-slider-body .main-slider-text {
	max-width: 830px;
	max-height: 116px;
	font: 20px/28px "AvenirNext-DemiBold", sans-serif;
	font-display: swap;
	color: #fff;
	padding: 30px 0;
	overflow: hidden;
}

.first-block .main-slider .main-slider-block .main-slider-body-bg .main-slider-body .bu-slider-link {
	max-width: 263px;
	display: block;
	font: 14px/20px "AvenirNext-DemiBold", sans-serif;
	font-display: swap;
	color: #fff;
	text-align: center;
	background: #fd9827;
	border-radius: 50px;
	-webkit-box-shadow: 0 3px #cc6c00;
	box-shadow: 0 3px #cc6c00;
	padding: 25px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	text-transform: uppercase;
	text-decoration: none;
}

.first-block .main-slider .main-slider-block .main-slider-body-bg .main-slider-body .bu-slider-link:hover {
	-webkit-box-shadow: 0 -3px #cc6c00;
	box-shadow: 0 -3px #cc6c00;
}

.first-block .main-slider img {
	width: 100%;
}

.first-block .main-slide picture {
	width: 100%;
}

.second-block {
	background: #eee;
	padding: 60px 0 90px;
	position: relative;
}

.second-block .content {
	max-width: 610px;
}

.second-block .content h1 {
	max-width: 410px;
	font: 24px/34px "AvenirNext-Bold", sans-serif;
	font-display: swap;
	color: #262626;
}

.second-block .content .company-text {
	font: 14px/30px "AvenirNext-Medium", sans-serif;
	font-display: swap;
	color: #262626;
}

.second-block .content .company-text span {
	display: block;
	padding-top: 35px;
}

.second-block .img-block {
	position: absolute;
	top: 60px;
	right: 0;
	width: 100%;
	height: initial;
	max-width: 510px;
}

.second-block .img-block img {
	width: 100%;
}

.second-block .img-block .img-bg {
	max-width: 510px;
	position: absolute;
	border: 10px solid #fd9827;
	width: 100%;
	height: 100%;
	right: 30px;
	top: 30px;
}

.second-block #change-seo {
	max-width: 260px;
	display: block;
	font: 14px/20px "AvenirNext-DemiBold", sans-serif;
	font-display: swap;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	background: #00529e;
	border-radius: 50px;
	-webkit-box-shadow: 0 3px #001931;
	box-shadow: 0 3px #001931;
	padding: 10px 0;
	margin: 40px 0 20px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.second-block #change-seo:hover {
	-webkit-box-shadow: 0 -3px #001931;
	box-shadow: 0 -3px #001931;
}

.second-block .seo-texta h2 {
	color: #333;
	font: 2em Mavenpro, Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.second-block .seo-texta ul {
	padding: 0;
	margin-left: 20px;
}

.clear {
	clear: both !important;
}

.product-section {
	background: #eee;
}

.product-section h1 {
	padding: 10px 0;
	font-size: 24px;
	font: 20px Mavenpro, Arial, Helvetica, sans-serif;
	color: #4a4a4a;
}

.product-section #image-main {
	width: 50%;
}

.product-section .services-block {
	margin-top: 40px;
	padding-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product-section .services-block .divider-right {
	position: relative;
	width: 25%;
	padding: 0 15px;
}

.product-section .services-block .divider-right .item {
	display: table;
	width: 100%;
	padding: 4px 13px;
	min-height: 66px;
	background: #fff;
	border-radius: 50px;
	color: #ff9900;
	text-decoration: none;
}

.product-section .services-block .divider-right .item .icon {
	display: table-cell;
	vertical-align: middle;
	font-size: 31px;
	line-height: 30px;
	width: 62px;
	padding: 6px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.product-section .services-block .divider-right .item .text {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.product-section .services-block .divider-right .item .text .title {
	color: #333;
	font-size: 14px;
	line-height: 13px;
}

.product-section .services-block .divider-right .item .text .description {
	display: block;
	color: #5b5b5b;
}

.product-section .services-block .divider-right .item:hover .icon {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.product-section #queryContainer {
	margin-top: 30px;
}

.product-section #queryContainer h2 {
	padding: 10px;
	background: #fff;
	color: #4a4a4a;
	border-bottom: 1px dotted #808080;
	text-align: center;
	font: 2em Mavenpro, Arial, Helvetica, sans-serif;
	font-size: 21px;
	margin: 0;
}

.product-section #queryContainer form {
	display: inline;
}

.product-section #queryContainer form span.qi {
	position: relative;
	width: 50%;
	float: left;
	border: 0;
	padding-left: 35px;
	background: #fff;
}

.product-section #queryContainer form span.qi:before {
	font-family: icomoon;
	position: absolute;
	display: block;
	left: 0;
	color: #006dce;
	padding-left: 8px;
	font-size: 17px;
	line-height: 31px;
}

.product-section #queryContainer form span.qi.name:before {
	content: '\e03d';
}

.product-section #queryContainer form span.qi.phone:before {
	content: '\e0bf';
}

.product-section #queryContainer form input {
	width: 100%;
	color: #555;
	display: block;
	padding: 6px 12px;
	height: 34px;
	background-color: #fff;
	overflow: hidden;
	border: 0;
	outline: 0;
}

.product-section #queryContainer form input[name='name'] {
	overflow: hidden;
	border: 0;
	border-right: 1px dotted #808080;
}

.product-section #queryContainer form input[type='submit'] {
	background: #f90;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}

.product-section #queryContainer form input[type='submit']:hover {
	background: #0069c5;
}

.comments-area {
	padding-left: calc(25% + 30px);
}

.comments-area .comment-reply-title {
	display: none;
}

.comments-area form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.comments-area form p {
	text-align: left;
	padding-left: 20px;
	margin: 5px 0;
	position: relative;
}

.comments-area form p .icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 30px;
	color: #333;
}

.comments-area form p input,
.comments-area form p textarea {
	height: 30px;
	line-height: 1;
	padding: 6px 12px;
	border: none;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	font-size: 14px;
	padding-left: 30px;
	color: #333;
	display: block;
	width: 100%;
	background-color: #fff;
	border-radius: 4px;
	outline: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.comments-area form p #author,
.comments-area form p #email {
	width: 50%;
}

.comments-area form p input:focus {
	-webkit-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}

.comments-area form p textarea {
	height: 135px;
	resize: none;
}

.comments-area form p textarea:focus {
	-webkit-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}

.comments-area form p .required {
	font-size: 11px;
	text-align: right;
	color: #EB340A;
}

.comments-area form p .submit {
	cursor: pointer;
	margin-top: 9px;
	background: #f9ad01;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	color: #fff;
	font: .9em Mavenpro-black, Arial, Helvetica, sans-serif;
	padding: 12px 14px;
	text-transform: uppercase;
	border-radius: 4px;
	border: none;
	outline: none;
}

.comments-area form .comment-form-comment .icon {
	top: 8px;
	-webkit-transform: none;
	transform: none;
}

.comments-area form .comment-notes,
.comments-area form .comment-form-cookies-consent {
	display: none;
}

.video,
.blog-section,
.single-post {
	background: #eee;
	text-align: center;
	padding-bottom: 15px;
}

.video .widget-area,
.blog-section .widget-area,
.single-post .widget-area {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 25%;
	float: left;
	padding-top: 50px;
}

.video .widget-area .widget,
.blog-section .widget-area .widget,
.single-post .widget-area .widget {
	background: #fff;
	padding: 10px;
	margin: 15px 0;
}

.video .widget-area .widget_search form,
.blog-section .widget-area .widget_search form,
.single-post .widget-area .widget_search form {
	text-align: right;
}

.video .widget-area .widget_search span,
.blog-section .widget-area .widget_search span,
.single-post .widget-area .widget_search span {
	display: none;
}

.video .widget-area .widget_search .search-field,
.blog-section .widget-area .widget_search .search-field,
.single-post .widget-area .widget_search .search-field {
	background: #fff;
	border: 1px solid #ccc;
	outline: none;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08) inset;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08) inset;
	color: #555;
	display: block;
	height: 34px;
	padding: 6px 12px;
	margin-bottom: 10px;
	width: 100%;
	text-align: left;
}

.video .widget-area .widget_search .search-submit,
.blog-section .widget-area .widget_search .search-submit,
.single-post .widget-area .widget_search .search-submit {
	cursor: pointer;
	background: #f9ad01;
	border: 1px solid transparent;
	display: inline-block;
	font-size: 14px;
	text-align: center;
	border-radius: 4px;
	color: #fff;
	font: 14px Mavenpro-black, Arial, Helvetica, sans-serif;
	padding: 12px 14px;
	text-transform: uppercase;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.video .widget-area .widget_search .search-submit:hover,
.blog-section .widget-area .widget_search .search-submit:hover,
.single-post .widget-area .widget_search .search-submit:hover {
	border: 1px solid #f9ad01;
	color: #f9ad01;
	background: none;
}

.video .widget-area .widget_custom_html .textwidget img,
.blog-section .widget-area .widget_custom_html .textwidget img,
.single-post .widget-area .widget_custom_html .textwidget img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.video .widget-area .widget_recent_entries .widget-title,
.video .widget-area .widget_recent_comments .widget-title,
.video .widget-area .widget_archive .widget-title,
.video .widget-area .widget_product_categories .widget-title {
	text-transform: uppercase;
	font: 22px Mavenpro, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #d9d9d9;
}

.blog-section .widget-area .widget_recent_entries .widget-title,
.blog-section .widget-area .widget_recent_comments .widget-title,
.blog-section .widget-area .widget_archive .widget-title,
.blog-section .widget-area .widget_product_categories .widget-title {
	text-transform: uppercase;
	font: 22px Mavenpro, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #d9d9d9;
}

.single-post .widget-area .widget_recent_entries .widget-title,
.single-post .widget-area .widget_recent_comments .widget-title,
.single-post .widget-area .widget_archive .widget-title,
.single-post .widget-area .widget_product_categories .widget-title {
	text-transform: uppercase;
	font: 22px Mavenpro, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #d9d9d9;
}

.video .widget-area .widget_recent_entries ul,
.video .widget-area .widget_recent_comments ul,
.video .widget-area .widget_archive ul,
.video .widget-area .widget_product_categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.blog-section .widget-area .widget_recent_entries ul,
.blog-section .widget-area .widget_recent_comments ul,
.blog-section .widget-area .widget_archive ul,
.blog-section .widget-area .widget_product_categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.single-post .widget-area .widget_recent_entries ul,
.single-post .widget-area .widget_recent_comments ul,
.single-post .widget-area .widget_archive ul,
.single-post .widget-area .widget_product_categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.video .widget-area .widget_recent_entries ul li,
.video .widget-area .widget_recent_comments ul li,
.video .widget-area .widget_archive ul li,
.video .widget-area .widget_product_categories ul li {
	margin: 10px 0;
	padding-left: 10px;
}

.blog-section .widget-area .widget_recent_entries ul li,
.blog-section .widget-area .widget_recent_comments ul li,
.blog-section .widget-area .widget_archive ul li,
.blog-section .widget-area .widget_product_categories ul li {
	margin: 10px 0;
	padding-left: 10px;
}

.single-post .widget-area .widget_recent_entries ul li,
.single-post .widget-area .widget_recent_comments ul li,
.single-post .widget-area .widget_archive ul li,
.single-post .widget-area .widget_product_categories ul li {
	margin: 10px 0;
	padding-left: 10px;
}

.video .widget-area .widget_recent_entries ul li a,
.video .widget-area .widget_recent_comments ul li a,
.video .widget-area .widget_archive ul li a,
.video .widget-area .widget_product_categories ul li a {
	font: 14px Mavenpro-bold, Arial, Helvetica, sans-serif;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	color: #202c39;
	text-decoration: none;
}

.blog-section .widget-area .widget_recent_entries ul li a,
.blog-section .widget-area .widget_recent_comments ul li a,
.blog-section .widget-area .widget_archive ul li a,
.blog-section .widget-area .widget_product_categories ul li a {
	font: 14px Mavenpro-bold, Arial, Helvetica, sans-serif;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	color: #202c39;
	text-decoration: none;
}

.single-post .widget-area .widget_recent_entries ul li a,
.single-post .widget-area .widget_recent_comments ul li a,
.single-post .widget-area .widget_archive ul li a,
.single-post .widget-area .widget_product_categories ul li a {
	font: 14px Mavenpro-bold, Arial, Helvetica, sans-serif;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	color: #202c39;
	text-decoration: none;
}

.video .widget-area .widget_recent_entries ul li a:hover,
.video .widget-area .widget_recent_comments ul li a:hover,
.video .widget-area .widget_archive ul li a:hover,
.video .widget-area .widget_product_categories ul li a:hover {
	color: #fd9827;
}

.blog-section .widget-area .widget_recent_entries ul li a:hover,
.blog-section .widget-area .widget_recent_comments ul li a:hover,
.blog-section .widget-area .widget_archive ul li a:hover,
.blog-section .widget-area .widget_product_categories ul li a:hover {
	color: #fd9827;
}

.single-post .widget-area .widget_recent_entries ul li a:hover,
.single-post .widget-area .widget_recent_comments ul li a:hover,
.single-post .widget-area .widget_archive ul li a:hover,
.single-post .widget-area .widget_product_categories ul li a:hover {
	color: #fd9827;
}

.video .single-post-wrap,
.blog-section .single-post-wrap,
.single-post .single-post-wrap {
	float: right;
	width: calc(75% - 30px);
	margin: 0;
	padding: 0;
	background: #fff;
	margin-top: 65px;
	margin-bottom: 35px;
}

.video .single-post-wrap .post-navigation,
.blog-section .single-post-wrap .post-navigation,
.single-post .single-post-wrap .post-navigation {
	padding: 0 15px;
	margin-top: 15px;
	margin-bottom: 20px;
}

.video .single-post-wrap .post-navigation h2,
.blog-section .single-post-wrap .post-navigation h2,
.single-post .single-post-wrap .post-navigation h2 {
	display: none;
}

.video .single-post-wrap .post-navigation .nav-links,
.blog-section .single-post-wrap .post-navigation .nav-links,
.single-post .single-post-wrap .post-navigation .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.video .single-post-wrap .post-navigation .nav-links a,
.blog-section .single-post-wrap .post-navigation .nav-links a,
.single-post .single-post-wrap .post-navigation .nav-links a {
	display: block;
	text-align: center;
	max-width: 220px;
	background: #f9ad01;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #fff;
	padding: 12px 14px;
	text-transform: uppercase;
	border-radius: 4px;
	border: 1px solid transparent;
	font: 12px Mavenpro-black, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.video .single-post-wrap .post-navigation .nav-links a:hover,
.blog-section .single-post-wrap .post-navigation .nav-links a:hover,
.single-post .single-post-wrap .post-navigation .nav-links a:hover {
	border-color: #f9ad01;
	color: #f9ad01;
	background: none;
}

.video .single-post-wrap .title h2,
.blog-section .single-post-wrap .title h2,
.single-post .single-post-wrap .title h2 {
	margin: 0;
	padding: 10px 10px 10px 20px;
	text-align: left;
}

.video .single-post-wrap .title h2 a,
.blog-section .single-post-wrap .title h2 a,
.single-post .single-post-wrap .title h2 a {
	margin-bottom: 20px;
	color: #202c39;
	font: 24px Mavenpro-bold, Arial, Helvetica, sans-serif;
	text-decoration: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-bottom: 1px solid transparent;
}

.video .single-post-wrap .title h2 a:hover,
.blog-section .single-post-wrap .title h2 a:hover,
.single-post .single-post-wrap .title h2 a:hover {
	border-bottom: 1px solid #045399 !important;
}

.video .single-post-wrap .post-container,
.blog-section .single-post-wrap .post-container,
.single-post .single-post-wrap .post-container {
	text-align: left;
}

.video .single-post-wrap .post-content,
.blog-section .single-post-wrap .post-content,
.single-post .single-post-wrap .post-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	padding-left: 30px;
	margin-top: 15px;
}

.video .single-post-wrap .post-content .left,
.blog-section .single-post-wrap .post-content .left,
.single-post .single-post-wrap .post-content .left {
	width: 100%;
	padding: 0 15px;
}

.video .single-post-wrap .post-content .left ul,
.blog-section .single-post-wrap .post-content .left ul,
.single-post .single-post-wrap .post-content .left ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.video .single-post-wrap .post-content .left ul li,
.blog-section .single-post-wrap .post-content .left ul li,
.single-post .single-post-wrap .post-content .left ul li {
	margin: 0 0 3px;
	padding: 6px 15px 3px 49px;
	background: #f8f8f8;
	color: #9c9c9c;
}

.video .single-post-wrap .post-content .left ul li a,
.blog-section .single-post-wrap .post-content .left ul li a,
.single-post .single-post-wrap .post-content .left ul li a {
	color: #9c9c9c;
}

.video .single-post-wrap .post-content .left ul li .icon,
.blog-section .single-post-wrap .post-content .left ul li .icon,
.single-post .single-post-wrap .post-content .left ul li .icon {
	color: #9c9c9c;
	display: inline-block;
	margin: 0 5px 3px -34px;
	width: 25px;
	height: 25px;
	font-size: 1.08em;
	line-height: 1.55em;
	border: 1px solid #dfdfdf;
	border-radius: 2px;
	text-align: center;
}

.video .single-post-wrap .post-content .right,
.blog-section .single-post-wrap .post-content .right,
.single-post .single-post-wrap .post-content .right {
	width: 100%;
}

.video .single-post-wrap .post-content .right .gallery,
.blog-section .single-post-wrap .post-content .right .gallery,
.single-post .single-post-wrap .post-content .right .gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.video .single-post-wrap .post-content .right .gallery .gallery-item,
.blog-section .single-post-wrap .post-content .right .gallery .gallery-item,
.single-post .single-post-wrap .post-content .right .gallery .gallery-item {
	margin: 0;
	margin-right: 10px;
}

.video .single-post-wrap .post-content .right .more-link,
.blog-section .single-post-wrap .post-content .right .more-link,
.single-post .single-post-wrap .post-content .right .more-link {
	display: block;
	text-align: center;
	max-width: 185px;
	background: #f9ad01;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #fff;
	padding: 12px 14px;
	text-transform: uppercase;
	border-radius: 4px;
	border: 1px solid transparent;
	font: 12px Mavenpro-black, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.video .single-post-wrap .post-content .right .more-link:hover,
.blog-section .single-post-wrap .post-content .right .more-link:hover,
.single-post .single-post-wrap .post-content .right .more-link:hover {
	border-color: #f9ad01;
	color: #f9ad01;
	background: none;
}

.video .single-post-wrap img,
.blog-section .single-post-wrap img,
.single-post .single-post-wrap img {
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.video .post-wrap,
.video .product-wrap {
	padding-top: 65px;
}

.blog-section .post-wrap,
.blog-section .product-wrap {
	padding-top: 65px;
}

.single-post .post-wrap,
.single-post .product-wrap {
	padding-top: 65px;
}

.video .post-wrap .top-filter-bar,
.video .product-wrap .top-filter-bar {
	background: #fff;
	float: right;
	width: calc(75% - 60px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
}

.blog-section .post-wrap .top-filter-bar,
.blog-section .product-wrap .top-filter-bar {
	background: #fff;
	float: right;
	width: calc(75% - 60px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
}

.single-post .post-wrap .top-filter-bar,
.single-post .product-wrap .top-filter-bar {
	background: #fff;
	float: right;
	width: calc(75% - 60px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
}

.video .post-wrap .top-filter-bar .right ul,
.video .product-wrap .top-filter-bar .right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.blog-section .post-wrap .top-filter-bar .right ul,
.blog-section .product-wrap .top-filter-bar .right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.single-post .post-wrap .top-filter-bar .right ul,
.single-post .product-wrap .top-filter-bar .right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.video .post-wrap .top-filter-bar .right ul li,
.video .product-wrap .top-filter-bar .right ul li {
	display: inline-block;
}

.blog-section .post-wrap .top-filter-bar .right ul li,
.blog-section .product-wrap .top-filter-bar .right ul li {
	display: inline-block;
}

.single-post .post-wrap .top-filter-bar .right ul li,
.single-post .product-wrap .top-filter-bar .right ul li {
	display: inline-block;
}

.video .post-wrap .top-filter-bar .right ul li a,
.video .product-wrap .top-filter-bar .right ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 5px;
	border-radius: 50%;
	background: #eee;
	width: 25px;
	height: 25px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.blog-section .post-wrap .top-filter-bar .right ul li a,
.blog-section .product-wrap .top-filter-bar .right ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 5px;
	border-radius: 50%;
	background: #eee;
	width: 25px;
	height: 25px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.single-post .post-wrap .top-filter-bar .right ul li a,
.single-post .product-wrap .top-filter-bar .right ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 5px;
	border-radius: 50%;
	background: #eee;
	width: 25px;
	height: 25px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.video .post-wrap .top-filter-bar .right ul li a:hover,
.video .product-wrap .top-filter-bar .right ul li a:hover {
	color: #fff;
	background: #808080;
}

.blog-section .post-wrap .top-filter-bar .right ul li a:hover,
.blog-section .product-wrap .top-filter-bar .right ul li a:hover {
	color: #fff;
	background: #808080;
}

.single-post .post-wrap .top-filter-bar .right ul li a:hover,
.single-post .product-wrap .top-filter-bar .right ul li a:hover {
	color: #fff;
	background: #808080;
}

.video .post-wrap .top-filter-bar .right ul li span,
.video .product-wrap .top-filter-bar .right ul li span {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 5px;
	border-radius: 50%;
	background: #eee;
	width: 25px;
	height: 25px;
}

.blog-section .post-wrap .top-filter-bar .right ul li span,
.blog-section .product-wrap .top-filter-bar .right ul li span {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 5px;
	border-radius: 50%;
	background: #eee;
	width: 25px;
	height: 25px;
}

.single-post .post-wrap .top-filter-bar .right ul li span,
.single-post .product-wrap .top-filter-bar .right ul li span {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 5px;
	border-radius: 50%;
	background: #eee;
	width: 25px;
	height: 25px;
}

.video .post-wrap .top-filter-bar .right ul li span.current,
.video .product-wrap .top-filter-bar .right ul li span.current {
	color: #fff;
	background: #808080;
}

.blog-section .post-wrap .top-filter-bar .right ul li span.current,
.blog-section .product-wrap .top-filter-bar .right ul li span.current {
	color: #fff;
	background: #808080;
}

.single-post .post-wrap .top-filter-bar .right ul li span.current,
.single-post .product-wrap .top-filter-bar .right ul li span.current {
	color: #fff;
	background: #808080;
}

.video .products-content,
.blog-section .products-content,
.single-post .products-content {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	width: calc(75% - 30px);
}

.video .products-content .product-preview,
.blog-section .products-content .product-preview,
.single-post .products-content .product-preview {
	width: 33.3333%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	margin-bottom: 20px;
}

.video .products-content .product-preview .preview.animate.scale,
.blog-section .products-content .product-preview .preview.animate.scale,
.single-post .products-content .product-preview .preview.animate.scale {
	overflow: hidden;
}

.video .products-content .product-preview .preview.animate.scale img,
.blog-section .products-content .product-preview .preview.animate.scale img,
.single-post .products-content .product-preview .preview.animate.scale img {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.video .products-content .product-preview .title a,
.blog-section .products-content .product-preview .title a,
.single-post .products-content .product-preview .title a {
	display: block;
	height: 45px;
	overflow: hidden;
	color: #fff;
	background: #f90;
	padding: 5px;
	line-height: 19px;
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.video .products-content .product-preview:hover .preview.animate.scale img,
.blog-section .products-content .product-preview:hover .preview.animate.scale img,
.single-post .products-content .product-preview:hover .preview.animate.scale img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.video .products-content .product-preview:hover .title a,
.blog-section .products-content .product-preview:hover .title a,
.single-post .products-content .product-preview:hover .title a {
	background: #045399;
}

.video .posts-content,
.blog-section .posts-content,
.single-post .posts-content {
	list-style: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	width: calc(75% - 30px);
	padding: 0;
	margin: 0;
}

.video .posts-content li.item,
.blog-section .posts-content li.item,
.single-post .posts-content li.item {
	background: #fff;
	margin-bottom: 35px;
}

.video .posts-content li.item .title h2,
.blog-section .posts-content li.item .title h2,
.single-post .posts-content li.item .title h2 {
	margin: 0;
	padding: 10px 10px 10px 20px;
	text-align: left;
}

.video .posts-content li.item .title h2 a,
.blog-section .posts-content li.item .title h2 a,
.single-post .posts-content li.item .title h2 a {
	margin-bottom: 20px;
	color: #202c39;
	font: 24px Mavenpro-bold, Arial, Helvetica, sans-serif;
	text-decoration: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-bottom: 1px solid transparent;
}

.video .posts-content li.item .title h2 a:hover,
.blog-section .posts-content li.item .title h2 a:hover,
.single-post .posts-content li.item .title h2 a:hover {
	border-bottom: 1px solid #045399 !important;
}

.video .posts-content li.item .post-container,
.blog-section .posts-content li.item .post-container,
.single-post .posts-content li.item .post-container {
	text-align: left;
}

.video .posts-content li.item .post-content,
.blog-section .posts-content li.item .post-content,
.single-post .posts-content li.item .post-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 15px;
}

.video .posts-content li.item .post-content .left,
.blog-section .posts-content li.item .post-content .left,
.single-post .posts-content li.item .post-content .left {
	width: 33.33333333333333%;
	padding: 0 15px;
}

.video .posts-content li.item .post-content .left ul,
.blog-section .posts-content li.item .post-content .left ul,
.single-post .posts-content li.item .post-content .left ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.video .posts-content li.item .post-content .left ul li,
.blog-section .posts-content li.item .post-content .left ul li,
.single-post .posts-content li.item .post-content .left ul li {
	margin: 0 0 3px;
	padding: 6px 15px 3px 49px;
	background: #f8f8f8;
	color: #9c9c9c;
}

.video .posts-content li.item .post-content .left ul li a,
.blog-section .posts-content li.item .post-content .left ul li a,
.single-post .posts-content li.item .post-content .left ul li a {
	color: #9c9c9c;
}

.video .posts-content li.item .post-content .left ul li .icon,
.blog-section .posts-content li.item .post-content .left ul li .icon,
.single-post .posts-content li.item .post-content .left ul li .icon {
	color: #9c9c9c;
	display: inline-block;
	margin: 0 5px 3px -34px;
	width: 25px;
	height: 25px;
	font-size: 1.08em;
	line-height: 1.55em;
	border: 1px solid #dfdfdf;
	border-radius: 2px;
	text-align: center;
}

.video .posts-content li.item .post-content .right,
.blog-section .posts-content li.item .post-content .right,
.single-post .posts-content li.item .post-content .right {
	width: 66.66666666666666%;
	padding-right: 30px;
}

.video .posts-content li.item .post-content .right .gallery,
.blog-section .posts-content li.item .post-content .right .gallery,
.single-post .posts-content li.item .post-content .right .gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.video .posts-content li.item .post-content .right .gallery .gallery-item,
.blog-section .posts-content li.item .post-content .right .gallery .gallery-item,
.single-post .posts-content li.item .post-content .right .gallery .gallery-item {
	margin: 0;
	margin-right: 10px;
}

.video .posts-content li.item .post-content .right .more-link,
.blog-section .posts-content li.item .post-content .right .more-link,
.single-post .posts-content li.item .post-content .right .more-link {
	display: block;
	text-align: center;
	max-width: 185px;
	background: #f9ad01;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #fff;
	padding: 12px 14px;
	text-transform: uppercase;
	border-radius: 4px;
	border: 1px solid transparent;
	font: 12px Mavenpro-black, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.video .posts-content li.item .post-content .right .more-link:hover,
.blog-section .posts-content li.item .post-content .right .more-link:hover,
.single-post .posts-content li.item .post-content .right .more-link:hover {
	border-color: #f9ad01;
	color: #f9ad01;
	background: none;
}

.video .posts-content li.item img,
.blog-section .posts-content li.item img,
.single-post .posts-content li.item img {
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.video iframe,
.blog-section iframe,
.single-post iframe {
	border: 5px solid #fd9728;
}

.sendbu {
	padding: 40px 0 55px;
}

.sendbu .title {
	font: 48px/66px "AvenirNext-Bold", sans-serif;
	color: #262626;
	text-align: center;
	max-width: 470px;
	margin: 0 auto;
	padding: 70px 0 55px;
}

.sendbu .surrender-link a {
	max-width: 263px;
	display: block;
	font: 14px/20px "AvenirNext-DemiBold", sans-serif;
	color: #fff;
	text-align: center;
	background: #00529e;
	border-radius: 50px;
	-webkit-box-shadow: 0 3px #001931;
	box-shadow: 0 3px #001931;
	padding: 25px 0;
	margin: 0 auto;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.sendbu .surrender-link a:hover {
	-webkit-box-shadow: 0 -3px #001931;
	box-shadow: 0 -3px #001931;
}

.advantages {
	background: #F2F2F2;
	position: relative;
	padding: 70px 0 20px;
}

.advantages .company-facts-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.advantages .company-facts-content .company-facts-content-item {
	-ms-flex-preferred-size: 45%;
	flex-basis: 45%;
	padding-top: 50px;
}

.advantages .company-facts-content .company-facts-content-item .company-facts-content-title {
	font: 144px/160px "AvenirNext-Bold", sans-serif;
	color: #E6E6E6;
}

.advantages .company-facts-content .company-facts-content-item .company-facts-content-text {
	font: 20px/28px "AvenirNext-Bold", sans-serif;
	color: #262626;
	text-transform: uppercase;
}

.advantages .company-facts-content .company-facts-content-item .company-facts-content-text span {
	color: #fd9827;
}

.profit {
	background: #eee;
	padding: 90px 0 60px;
	position: relative;
}

.profit .img-block {
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	height: initial;
	max-width: 510px;
}

.profit .img-block img {
	width: 100%;
}

.profit .img-block .imgbg {
	height: 100%;
	bottom: 30px;
	left: 30px;
	right: initial;
	max-width: 510px;
	position: absolute;
	width: 100%;
	border: 10px solid #fd9827;
}

.profit .company-news-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.profit .company-news-body .company-news-block {
	min-height: 340px;
	max-width: 600px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.profit .company-news-body .company-news-block .company-news-title {
	max-width: 410px;
	font: 24px/34px "AvenirNext-Bold", sans-serif;
	color: #262626;
	text-transform: uppercase;
}

.profit .company-news-body .company-news-block .company-news-text {
	font: 14px/30px "AvenirNext-Medium", sans-serif;
	color: #262626;
}

.profit .company-news-body .company-news-block .company-news-text span {
	display: block;
	padding-top: 35px;
}

.advantages2 {
	background: #0098f2;
	padding: 70px 0;
}

.advantages2 .services-title {
	font: 24px/34px "AvenirNext-Bold", sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.advantages2 .services-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.advantages2 .services-block .services-block-item {
	-ms-flex-preferred-size: 33%;
	flex-basis: 33%;
	padding-top: 50px;
}

.advantages2 .services-block .services-block-item .services-block-bg {
	background: rgba(255, 255, 255, 0.2);
	height: 166px;
	width: 166px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
}

.advantages2 .services-block .services-block-item .services-block-bg .services-block-photo {
	width: 68px;
}

.advantages2 .services-block .services-block-item .services-block-title {
	font: 18px/26px "AvenirNext-Bold", sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding-top: 30px;
	max-width: 280px;
	margin: 0 auto;
}

.contact-section {
	padding-top: 50px;
	background: #eee;
}

.contact-section .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.contact-section .content .map {
	width: 66.66666%;
}

.contact-section .content .map iframe {
	width: 100%;
}

.contact-section .content .right {
	width: 33.33333%;
	padding-left: 30px;
}

.contact-section .content .right img {
	width: 100%;
}

.contact-section .content .right .contact-info {
	color: #202c39;
}

.contact-section .content .right .contact-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}

.contact-section .content .right .contact-info ul li {
	padding-bottom: 8px;
}

.contact-section .content .right .contact-info a {
	color: #202c39;
	text-decoration: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.contact-section .content .right .contact-info a:hover {
	color: #fd9827;
}

.contact-section .contacts-form {
	margin-top: 100px;
	padding-bottom: 40px;
	margin-left: 16.666666666666664%;
	width: 66.66666666666666%;
}

.contact-section .contacts-form .wrap-paper {
	margin: 0 3.462% -1.3% 3.2%;
	position: relative;
	border: 1px solid #eee;
	border-bottom: 0;
	padding: 30px 12% 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), to(#fdfdfd));
	background: linear-gradient(to bottom, #fafafa 0, #fdfdfd 100%);
}

.contact-section .contacts-form .wrap-paper .paper {
	margin-bottom: -35%;
	width: 100%;
	float: left;
}

.contact-section .contacts-form .wrap-paper .paper form {
	display: inline;
}

.contact-section .contacts-form .wrap-paper .paper form .form-group {
	margin-bottom: 7px;
	position: relative;
}

.contact-section .contacts-form .wrap-paper .paper form .form-group .form-control {
	height: 30px;
	line-height: 1;
	padding: 6px 12px;
	border: none;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	font-size: 1em;
	padding-left: 30px;
	color: #333;
	display: block;
	width: 100%;
	background-color: #fff;
	border-radius: 4px;
	outline: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.contact-section .contacts-form .wrap-paper .paper form .form-group .form-control:focus {
	-webkit-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}

.contact-section .contacts-form .wrap-paper .paper form .form-group textarea.form-control {
	height: 135px;
	resize: none;
}

.contact-section .contacts-form .wrap-paper .paper form .required {
	font-size: 11px;
	text-align: right;
	color: #EB340A;
}

.contact-section .contacts-form .wrap-paper .paper form .btn-mega {
	margin-top: 9px;
	background: #f9ad01;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	color: #fff;
	font: .9em Mavenpro-black, Arial, Helvetica, sans-serif;
	padding: 12px 14px;
	text-transform: uppercase;
	border-radius: 4px;
	border: none;
	outline: none;
}

.contact-section .contacts-form .wrap-paper .clearfix {
	clear: both;
}

.contact-section .contacts-form .back {
	width: 100%;
}

.contact-section.calendar {
	padding: 0;
	color: #202c39;
	font-family: "AvenirNext-Regular", sans-serif;
}

.contact-section.calendar h1 {
	font: 2.46em Mavenpro, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 30px;
}

.contact-section.calendar .content .map {
	width: 40%;
}

.contact-section.calendar .content .contacts-form {
	width: 60%;
	margin: 0;
	margin-left: 20px;
}

.nova-section,
.shipping-section,
.about-section,
.prices-section {
	background: #eee;
	font: 14px/30px 'AvenirNext-Medium',sans-serif;
	padding: 50px 0;
}

.nova-section .row,
.shipping-section .row,
.about-section .row,
.prices-section .row {
	margin-left: -15px;
	margin-right: -15px;
}

.nova-section h1,
.shipping-section h1,
.about-section h1,
.prices-section h1 {
	margin: 0;
	color: #333;
	padding-bottom: 20px;
	font: 2.46em Mavenpro, Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: bold;
}

.nova-section h2,
.shipping-section h2,
.about-section h2,
.prices-section h2 {
	font: 2em Mavenpro, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.nova-section .page-title,
.shipping-section .page-title,
.about-section .page-title,
.prices-section .page-title {
	padding-top: 30px;
	padding-left: 30px;
}

.nova-section #change-seo,
.shipping-section #change-seo,
.about-section #change-seo,
.prices-section #change-seo {
	max-width: 260px;
	display: block;
	font: 14px/20px "AvenirNext-DemiBold", sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	background: #00529e;
	border-radius: 50px;
	-webkit-box-shadow: 0 3px #001931;
	box-shadow: 0 3px #001931;
	padding: 10px 0;
	margin: 40px 0 20px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.nova-section #change-seo:hover,
.shipping-section #change-seo:hover,
.about-section #change-seo:hover,
.prices-section #change-seo:hover {
	-webkit-box-shadow: 0 -3px #001931;
	box-shadow: 0 -3px #001931;
}

.nova-section .seo-texta h2,
.shipping-section .seo-texta h2,
.about-section .seo-texta h2,
.prices-section .seo-texta h2 {
	color: #333;
	font: 2em Mavenpro, Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.nova-section .seo-texta ul,
.shipping-section .seo-texta ul,
.about-section .seo-texta ul,
.prices-section .seo-texta ul {
	padding: 0;
	margin-left: 20px;
}

.nova-section .seo-flex-images,
.shipping-section .seo-flex-images,
.about-section .seo-flex-images,
.prices-section .seo-flex-images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.nova-section .seo-flex-images div,
.shipping-section .seo-flex-images div,
.about-section .seo-flex-images div,
.prices-section .seo-flex-images div {
	width: 50%;
	padding: 0 15px;
}

.nova-section .seo-flex-images div img,
.shipping-section .seo-flex-images div img,
.about-section .seo-flex-images div img,
.prices-section .seo-flex-images div img {
	width: 100%;
	height: 500px;
	-o-object-fit: cover;
	object-fit: cover;
}

.nova-section .std,
.shipping-section .std,
.about-section .std,
.prices-section .std {
	width: 75%;
	padding-left: 30px;
	padding-right: 15px;
	color: #202C39;
	max-width: 835px;
}

.nova-section .std .tg td,
.shipping-section .std .tg td,
.about-section .std .tg td,
.prices-section .std .tg td {
	background: #f8f8f8;
	border: 1px solid #e7e7e7;
	color: #045399;
	font-size: 20px;
	overflow: hidden;
	padding: 10px 5px;
	vertical-align: middle;
}

.nova-section .std p,
.shipping-section .std p,
.about-section .std p,
.prices-section .std p {
	margin: 0 0 0em;
	padding: 0;
	line-height: 1.4em;
}

.remove-section {
	position: relative;
	background: #eee;
}

.remove-section .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	left: 50px;
	z-index: 1111;
}

.remove-section .slick-arrow:before {
	color: #fd9827;
	font-size: 32px;
}

.remove-section .slick-next {
	left: initial;
	right: 50px;
}

.remove-section .remove-slider .slick-dots {
	bottom: 30px;
}

.remove-section .remove-slider .slick-dots li {
	border: 1px solid #fd9827;
	display: inline-block;
	width: 10px;
	height: 10px;
	cursor: pointer;
	border-radius: 50%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.remove-section .remove-slider .slick-dots li button {
	display: none;
}

.remove-section .remove-slider .slick-dots li.slick-active {
	background: #fd9827;
}

.remove-section .remove-slider .slick-slide {
	position: relative;
}

.remove-section .remove-slider img {
	width: 100%;
	height: 450px;
	-o-object-fit: cover;
	object-fit: cover;
}

.remove-section .remove-slider .carousel-caption {
	position: absolute;
	right: 20%;
	left: 20%;
	padding-bottom: 3px;
	bottom: 15%;
	z-index: 999;
	padding-top: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.remove-section .remove-slider .carousel-caption h1 {
	color: #333;
	font: 2.46em Mavenpro, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}

.remove-section .remove-slider .carousel-caption p {
	font: 1.29em/1.29em Arial, Helvetica, sans-serif;
	margin: 0;
}

.remove-section .remove-slider .carousel-caption .btn.btn-orange {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: 0 auto;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 12px;
	color: #333;
	background-color: #f9ad01;
	border: 1px solid #333;
	border-radius: 6px;
	font-size: 18px;
	text-decoration: none;
	font: 1.29em/1.29em Arial, Helvetica, sans-serif;
	font-family: "AvenirNext-Regular", sans-serif;
	font-weight: 400;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.remove-section .remove-slider .carousel-caption .btn.btn-orange img {
	width: 18px;
	height: 18px;
	margin-right: 5px;
	margin-top: 3px;
}

.remove-section .remove-slider .carousel-caption .btn.btn-orange:hover {
	color: #000;
	background: #f5aa01;
}

.remove-section .icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.remove-section .icons .icon {
	width: 31%;
	margin: 1%;
	color: #333;
	display: block;
	padding: 12px;
	text-align: center;
}

.remove-section .icons .icon .item-1 {
	display: block;
}

.remove-section .icons .icon .icon-svg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	place-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 92px;
	height: 92px;
	background-color: #fff;
	color: #000;
	margin: 0 auto;
	margin-bottom: 10px;
	border-radius: 50%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.remove-section .icons .icon .icon-svg svg {
	width: 40px;
	height: 40px;
}

.remove-section .icons .icon .title {
	display: block;
	margin: 0 -12px 10px;
	padding: 0;
	font: 1.384em Mavenpro-bold, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	text-transform: uppercase;
}

.remove-section .icons .icon:hover .icon-svg {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
	background: #fd9827;
}

.remove-services {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #F8F8F8;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.remove-services .content {
	padding: 40px 0;
}

.remove-services .content h2 {
	font: 2em Mavenpro, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
	color: #333;
}

.remove-services .content .row-link a {
	display: inline-block;
	background: #fff;
	color: #000;
	font: .9em Mavenpro-black, Arial, Helvetica, sans-serif;
	padding: 20px 12px;
	text-transform: uppercase;
	border: 1px solid #333;
	border-radius: 4px;
	width: calc(50% - 30px);
	margin: 0 15px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.remove-services .content a {
	display: inline-block;
	background: #fff;
	color: #000;
	font: .9em Mavenpro-black, Arial, Helvetica, sans-serif;
	padding: 20px 12px;
	text-transform: uppercase;
	border: 1px solid #333;
	border-radius: 4px;
	width: calc(100% - 30px);
	margin: 0 15px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.remove-services .content a:hover {
	background-color: #F9AD01 !important;
}

.services-block-box {
	text-align: center;
	padding: 35px 0;
	position: relative;
	background: #eee;
}

.services-block-box .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.services-block-box .content .icon-item {
	width: calc(100% / 6 - 20px);
	margin: 0 10px;
	color: #333;
}

.services-block-box .content .icon-item .icon {
	display: inline-block;
	width: 92px;
	height: 92px;
	line-height: 2.55em;
	font-size: 3.08em;
	background-color: #fff;
	color: #000;
	margin: 0 auto;
	margin-bottom: 10px;
	border-radius: 50%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.services-block-box .content .icon-item .icon svg {
	width: 40px;
	height: 40px;
}

.services-block-box .content .icon-item .title {
	display: block;
	margin: 0 0 10px;
	padding: 0;
	font: 1.384em Mavenpro-bold, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	text-transform: uppercase;
}

.services-block-box .content .icon-item:hover .icon {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
	background: #fd9827;
}

.remove-firsttext {
	background: #eee;
}

.remove-firsttext img {
	width: 100%;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	border-radius: 6px;
}

.remove-firsttext .content {
	color: #202C39;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "AvenirNext-Regular", sans-serif;
}

.remove-firsttext .content .left,
.remove-firsttext .content .right {
	width: calc(50% - 30px);
	margin: 0 15px;
}

.remove-firsttext .content ul {
	list-style: none;
}

.remove-firsttext .content .styled-list.arrow li {
	margin-bottom: 6px;
}

.remove-firsttext .content .styled-list.arrow li:before {
	margin: -1px 8px 0 -20px;
	content: '\e06f';
	font-family: icomoon;
	font-size: 1em;
	color: #045399;
}

.remove-secondtext {
	background: #eee;
	padding-top: 30px;
	padding-bottom: 40px;
}

.remove-secondtext img {
	width: 100%;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	border-radius: 6px;
}

.remove-secondtext .content {
	color: #202C39;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "AvenirNext-Regular", sans-serif;
}

.remove-secondtext .content p {
	margin: 0;
}

.remove-secondtext .content .left,
.remove-secondtext .content .right {
	width: calc(50% - 30px);
	margin: 0 15px;
}

.remove-secondtext #change-seo {
	max-width: 260px;
	display: block;
	font: 14px/20px "AvenirNext-DemiBold", sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	background: #00529e;
	border-radius: 50px;
	-webkit-box-shadow: 0 3px #001931;
	box-shadow: 0 3px #001931;
	padding: 10px 0;
	margin: 40px 0 20px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.remove-secondtext #change-seo:hover {
	-webkit-box-shadow: 0 -3px #001931;
	box-shadow: 0 -3px #001931;
}

.remove-secondtext h4 {
	font: 1.4em Mavenpro-bold, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}

.remove-secondtext h4 ul {
	list-style: none;
}

.remove-secondtext h4 .styled-list.arrow li {
	margin-bottom: 6px;
}

.remove-secondtext h4 .styled-list.arrow li:before {
	margin: -1px 8px 0 -20px;
	content: '\e06f';
	font-family: icomoon;
	font-size: 1em;
	color: #045399;
}

.remove-secondtext .podtext {
	color: #202c39;
	font-family: "AvenirNext-Regular", sans-serif;
}

.remove-secondtext .podtext table {
	border: none;
}

.remove-secondtext .podtext table td {
	border: none;
}

.breadcrumbs-section {
	background: #090805;
	color: #fff;
}

.breadcrumbs-section .breadcrumbs {
	padding: 15px;
	background: #090805;
	text-align: center;
	font-size: 14px;
}

.breadcrumbs-section .breadcrumbs ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.breadcrumbs-section .breadcrumbs ul li {
	display: inline;
}

.breadcrumbs-section .breadcrumbs ul li a {
	color: #fd9728;
	text-decoration: none;
	text-transform: uppercase;
	font: 14px/30px 'AvenirNext-Medium',sans-serif;
	font-size: .9em;
}

footer {
	background: #090805;
	padding: 10px 10px 50px;
}

footer .footer-main {
	padding: 40px 0 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

footer .footer-main .info {
	width: 45%;
}

footer .footer-main .info .logo a {
	color: #fff;
}

footer .footer-main .info .logo svg {
	width: 247px;
}

footer .footer-main .info .footer-inf {
	color: #fff;
	padding: 15px 0 25px;
}

footer .footer-main .info .footer-inf .footer-phone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

footer .footer-main .info .footer-inf .footer-phone span {
	display: block;
}

footer .footer-main .info .footer-inf .footer-phone a:last-child {
	margin-left: 5px;
}

footer .footer-main .info .footer-inf a {
	display: block;
	color: #fff;
	font: 14px/24px "AvenirNext-DemiBold", sans-serif;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none;
}

footer .footer-main .info .footer-inf a:hover {
	color: #fd9827;
}

footer .footer-main .info .footer-inf .social-mob-insta {
	display: none;
}

footer .footer-main .info .footer-subscribe {
	font: 14px/24px "AvenirNext-DemiBold", sans-serif;
	color: #fff;
}

footer .footer-main .info .footer-subscribe .color {
	color: #fd9827;
}

footer .footer-main .menu {
	width: 27%;
}

footer .footer-main .menu header {
	display: block;
	font: 18px/22px "AvenirNext-Bold", sans-serif;
	color: #fff;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding-top: 10px;
}

footer .footer-main .menu .card-lines {
	background: #fd9827;
	width: 40px;
	height: 5px;
	margin: 20px 0;
}

footer .footer-main .menu .card-body a {
	display: block;
	font: 14px/36px "AvenirNext-DemiBold";
	color: #fff;
	letter-spacing: 1.5px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none;
}

footer .footer-main .menu .card-body a:hover {
	color: #fd9827;
}

footer .footer-main .catalog {
	color: #fff;
}

footer .footer-main .catalog header {
	display: block;
	font: 18px/22px "AvenirNext-Bold", sans-serif;
	color: #fff;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding-top: 10px;
}

footer .footer-main .catalog .card-lines {
	background: #fd9827;
	width: 40px;
	height: 5px;
	margin: 20px 0;
}

footer .footer-main .catalog .card-body a {
	display: block;
	font: 14px/36px "AvenirNext-DemiBold";
	color: #fff;
	letter-spacing: 1.5px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none;
}

footer .footer-main .catalog .card-body p {
	padding: 0;
	margin: 0;
	font: 18px/22px "AvenirNext-Bold", sans-serif;
}

footer .footer-main .catalog .card-body a:hover {
	color: #fd9827;
}

section.bu_kat{
	background: #eee;
	padding: 20px 0;
}

section.bu_kat .seotext{
	padding: 25px;
	background: #ff9900;
}

section.bu_kat ul li{
	line-height: 18px;
	font-family: "AvenirNext-Regular", sans-serif;
	font-size: 14px;
	color: #3b3b3b;
}

section.bu_kat .imgs{
	display: flex;
	flex-flow: row wrap;
}

section.bu_kat .imgs img{
	width: 47.5%;
	margin: 10px 0;
	object-fit: cover;
}

section.bu_kat .imgs img:first-child{
	margin-right: 5%;
}

section.bu_kat h2{
	color: #333;
	font: 2em 'Mavenpro', Arial, Helvetica, sans-serif;
	font-weight: 700;
}

section.bu_kat p{
	margin-bottom: 0;
	line-height: 18px;
	font-family: "AvenirNext-Regular", sans-serif;
	font-size: 14px;
	color: #3b3b3b;
}

@media screen and (max-width: 768px) {
	section.bu_kat .imgs img{
		margin: 15px 0;
		width: 100%;
	}
	header {
		background: #00529e;
		transition: 0.3s;
	}

	header.sticky {
		position: fixed;
		top: 0;
		z-index: 9999;
	}

	header.sticky .header-info {
		padding: 10px 0;
	}

	header .top-header {
		display: none;
	}

	header .header-info {
		margin: 0;
		background: #00529e;
		padding: 20px 0;
		transition: .3s;
	}

	header .header-info .header-info-contain {
		display: block;
	}

	header .header-info .header-info-contain .navbar-search {
		display: none !important;
	}

	header .header-info .header-info-contain .header-information-link {
		display: none;
	}

	header .header-info .header-info-contain .header-info-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row;
		flex-flow: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: relative;
	}

	header .header-info .header-info-contain .header-info-item .menu-burger__header {
		position: relative;
		width: 40px;
		height: 35px;
		display: block;
		margin-left: 10px;
		margin-top: 10px;
	}

	header .header-info .header-info-contain .header-info-item .menu-burger__header span,
	header .header-info .header-info-contain .header-info-item .menu-burger__header:after,
	header .header-info .header-info-contain .header-info-item .menu-burger__header:before {
		height: 3px;
		width: 100%;
		position: absolute;
		background: #fff;
		margin: 0 auto;
	}

	header .header-info .header-info-contain .header-info-item .menu-burger__header span {
		top: 14px;
	}

	header .header-info .header-info-contain .header-info-item .menu-burger__header:after,
	header .header-info .header-info-contain .header-info-item .menu-burger__header:before {
		content: '';
	}

	header .header-info .header-info-contain .header-info-item .menu-burger__header:after {
		top: 21px;
	}

	header .header-info .header-info-contain .header-info-item .menu-burger__header:before {
		top: 7px;
	}

	header .header-info .header-info-contain .header-info-item .menu-burger__header.open-menu span {
		opacity: 0;
		-webkit-transition: 0.5s;
		transition: 0.5s;
	}

	header .header-info .header-info-contain .header-info-item .menu-burger__header.open-menu:before {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 18px;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	header .header-info .header-info-contain .header-info-item .menu-burger__header.open-menu:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 18px;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	header .header-info .header-info-contain .header-info-item .logo .desk {
		display: none;
	}

	header .header-info .header-info-contain .header-info-item .logo .mob {
		display: block;
	}

	header .header-info .header-info-contain .header-info-item .phonee a {
		font: 14px/25px "AvenirNext-DemiBold", sans-serif;
		color: #fff;
	}

	header .header-bottom {
		display: none;
	}

	header .mob-menu {
		display: block;
		height: 100vh;
		-webkit-transition: 0.5s;
		transition: 0.5s;
	}

	header .mob-menu ul {
		height: calc(100vh - 200px);
		list-style: none;
		padding: 0;
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		overflow-y: scroll;
	}

	header .mob-menu ul li a {
		padding: 15px;
		display: block;
		position: relative;
		font: 14px/18px "AvenirNext-DemiBold", sans-serif;
		color: #fff;
		letter-spacing: 1px;
		text-transform: uppercase;
		text-decoration: none;
	}

	header .mob-menu.close {
		height: 0;
		overflow: hidden;
	}

	.first-block .slick-prev {
		left: 10px;
	}

	.first-block .slick-next {
		right: 10px;
	}

	.first-block .main-slider {
		min-height: 335px;
	}
	#tgform .success-status{
		max-width: 275px;
	}
	.first-block .main-slider .main-slider-block .main-slider-photo .desk {
		display: none !important;
	}

	.first-block .main-slider .main-slider-block .main-slider-photo .mob {
		display: block !important;
	}

	.first-block .main-slider .main-slider-block .main-slider-photo img,
	.first-block .main-slider .main-slider-block .main-slider-photo picture {
		min-height: 335px;
		width: 100%;
	}

	.first-block .main-slider .main-slider-block .main-slider-body-bg .main-slider-body {
		padding: 15px;
		flex-flow: column;
	}
	.first-block .main-slider .main-slider-block .main-slider-body-bg .main-slider-body .left, .first-block .main-slider .main-slider-block .main-slider-body-bg .main-slider-body .right{
		width: 100%;
		max-width: unset;
	}
	.first-block .main-slider .main-slider-block .main-slider-body-bg .main-slider-body .right{
		justify-content: center;
	}
	.first-block .main-slider .main-slider-block .main-slider-body-bg .main-slider-body .right form{
		align-items: center;
	}
	.first-block .main-slider .main-slider-block .main-slider-body-bg .main-slider-body .right form h2{
		font: 18px/38px "AvenirNext-Bold", sans-serif;
		margin-bottom: 5px;
	}
	.first-block .main-slider .main-slider-block .main-slider-body-bg .main-slider-body .right form input{
		width: 100%;
		margin-bottom: 10px;
	}
	.first-block .main-slider .main-slider-block .main-slider-body-bg .main-slider-body .right form .submit{
		padding: 12px;
	}

	.first-block .main-slider .main-slider-block .main-slider-body-bg .main-slider-body .main-slider-title {
		font: 18px/38px "AvenirNext-Bold", sans-serif;
		overflow: unset;
		text-overflow: ellipsis;
		text-align: center;
	}

	.first-block .main-slider .main-slider-block .main-slider-body-bg .main-slider-body .main-slider-text {
		font: 16px/20px "AvenirNext-DemiBold", sans-serif;
		overflow: hidden;
		max-height: 60px;
		padding: 0;
		margin-bottom: 15px;
		display: none;
	}

	.first-block .main-slider .main-slider-block .main-slider-body-bg .main-slider-body .bu-slider-link {
		max-width: 200px;
		font-size: 12px;
		line-height: 16px;
		padding: 12px;
		margin-left: 50%;
		transform: translateX(-50%);
	}

	.second-block .img-block {
		display: block;
		position: relative;
		top: 0;
	}

	.second-block .img-block .img-bg {
		display: none;
	}

	.second-block .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.second-block .content .company-text {
		font: 14px/30px "AvenirNext-Medium", sans-serif;
		line-height: 24px;
	}

	.second-block .content .company-text span {
		padding-top: 10px;
	}

	.advantages .company-facts-content {
		display: block;
	}

	.profit .img-block {
		display: block;
		position: relative;
		top: 0;
		margin-bottom: 12px;
	}

	.profit .img-block .imgbg {
		display: none;
	}

	.profit .company-news-body .company-news-block .company-news-title {
		font: 20px/30px "AvenirNext-Bold", sans-serif;
	}

	.profit .company-news-body .company-news-block .company-news-text {
		font: 14px/30px "AvenirNext-Medium", sans-serif;
		color: #262626;
		line-height: 24px;
	}

	.profit .company-news-body .company-news-block .company-news-text span {
		padding-top: 10px;
	}

	.advantages2 .services-title {
		font: 20px/30px "AvenirNext-Bold", sans-serif;
	}

	.advantages2 .services-block {
		margin-top: -20px;
	}

	.advantages2 .services-block .services-block-item {
		padding: 0 10px;
		padding-top: 30px;
	}

	.advantages2 .services-block .services-block-item .services-block-bg {
		width: 136px;
		height: 136px;
	}

	.advantages2 .services-block .services-block-item .services-block-bg .services-block-photo {
		width: 68px;
		height: 68px;
	}

	.advantages2 .services-block .services-block-item .services-block-title {
		font: 14px/22px "AvenirNext-Bold", sans-serif;
		padding-top: 20px;
	}

	.sendbu {
		padding: 10px 0 30px;
	}

	.sendbu .title {
		font-size: 32px;
		line-height: 40px;
		padding: 20px 0;
	}

	.sendbu .surrender-link a {
		margin-top: 0px;
		padding: 15px 0;
	}

	.video iframe {
		width: 95%;
		height: 315px;
		margin: 0 auto;
	}

	footer .footer-main {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding: 0;
	}

	footer .footer-main .info,
	footer .footer-main .menu,
	footer .footer-main .catalog {
		width: 100%;
	}

	footer .footer-main .card-lines {
		display: none !important;
	}

	footer .footer-main .card-body {
		display: none;
		-webkit-transition: 0.5s;
		transition: 0.5s;
	}

	footer .footer-main .social-pc-insta {
		display: none !important;
	}

	footer .footer-main header {
		display: block;
		position: relative;
		width: 100%;
		background: none;
		padding: 10px 0;
		border: 1px solid #efefef1b;
		border-right: none;
		border-left: none;
	}

	footer .footer-main header:before {
		position: absolute;
		content: '';
		width: 20px;
		height: 4px;
		background-color: #fd9827;
		right: 10px;
		top: calc(50% - 2px);
	}

	footer .footer-main header:after {
		position: absolute;
		content: '';
		width: 20px;
		height: 4px;
		background-color: #fd9827;
		right: 10px;
		top: calc(50% - 2px);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	footer .footer-main header.open:after {
		content: none;
	}

	.remove-section .slick-arrow {
		display: none !important;
	}

	.remove-section .remove-slider.zamena img {
		height: auto;
	}

	.remove-section .remove-slider.zamena .carousel-caption {
		bottom: 30%;
	}

	.remove-section .remove-slider.zamena .slick-dots {
		display: none;
	}

	.remove-section .icons {
		display: block;
		padding-bottom: 20px;
	}

	.remove-section .icons .icon {
		width: 100%;
		margin-bottom: 15px;
	}

	.remove-services .content .row-link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.remove-services .content .row-link a {
		position: relative;
		display: block;
		height: 100%;
		margin: 0 5px;
		width: calc(50% - 10px);
	}

	.remove-services .content a {
		margin: 0 5px;
		width: calc(100% - 10px);
	}

	.services-block-box .content {
		display: block;
	}

	.services-block-box .content .icon-item {
		width: 100%;
		margin-bottom: 15px;
	}

	.remove-firsttext .content,
	.remove-secondtext .content {
		padding-top: 10px;
		display: block;
	}

	.remove-firsttext .content .left,
	.remove-firsttext .content .right {
		width: calc(100% - 30px);
	}

	.remove-secondtext .content .left,
	.remove-secondtext .content .right {
		width: calc(100% - 30px);
	}

	.remove-firsttext .podtext,
	.remove-secondtext .podtext {
		margin-top: 15px;
	}

	.remove-firsttext #change-seo,
	.remove-secondtext #change-seo {
		margin: 10px !important;
	}

	.contact-section.calendar .tit {
		line-height: 27px;
	}

	.contact-section.calendar .content {
		display: block;
	}

	.contact-section.calendar .content .map,
	.contact-section.calendar .content .contacts-form {
		width: 100%;
		margin: 10px 0;
	}

	.prices-section .std {
		width: 100%;
		margin: 0;
		overflow-x: scroll;
	}

	.prices-section .seo-flex-images {
		display: block;
	}

	.prices-section .seo-flex-images div {
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}

	.contact-section .content,
	.contact-section.calendar .content {
		display: block;
	}

	.contact-section .content .map,
	.contact-section .content .right {
		width: 100%;
		margin: 10px 0;
		padding: 0;
	}

	.contact-section.calendar .content .map,
	.contact-section.calendar .content .right {
		width: 100%;
		margin: 10px 0;
		padding: 0;
	}

	.contact-section .contacts-form,
	.contact-section.calendar .contacts-form {
		width: 100%;
		margin: 0;
	}

	.nova-section .std,
	.shipping-section .std,
	.about-section .std {
		width: 100%;
		padding: 0 10px;
	}

	.nova-section .std img,
	.shipping-section .std img,
	.about-section .std img {
		width: 100%;
	}

	.blog-section .widget-area {
		float: none;
		width: 100%;
		padding-top: 30px;
	}

	.blog-section .post-wrap,
	.blog-section .product-wrap {
		float: none;
		width: 100%;
	}

	.blog-section .post-wrap .top-filter-bar,
	.blog-section .product-wrap .top-filter-bar {
		width: 100%;
		float: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		padding: 15px;
	}

	.blog-section .post-wrap .top-filter-bar .left,
	.blog-section .product-wrap .top-filter-bar .left {
		margin-bottom: 15px;
	}

	.blog-section .post-wrap .top-filter-bar .right ul li a,
	.blog-section .product-wrap .top-filter-bar .right ul li a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.blog-section .post-wrap .products-content,
	.blog-section .product-wrap .products-content {
		width: calc(100% + 30px);
		float: none;
		margin: 0 -15px;
	}

	.blog-section .post-wrap .products-content .product-preview,
	.blog-section .product-wrap .products-content .product-preview {
		width: 50%;
	}

	.blog-section .post-wrap .posts-content,
	.blog-section .product-wrap .posts-content {
		width: 100%;
		float: none;
	}

	.blog-section .post-wrap .posts-content li.item .post-content .left,
	.blog-section .post-wrap .posts-content li.item .post-content .right {
		width: 50%;
	}

	.blog-section .product-wrap .posts-content li.item .post-content .left,
	.blog-section .product-wrap .posts-content li.item .post-content .right {
		width: 50%;
	}

	.blog-section .post-wrap .posts-content li.item .post-content .right,
	.blog-section .product-wrap .posts-content li.item .post-content .right {
		padding-right: 10px;
	}

	.product-section .services-block .divider-right {
		width: 100%;
		padding: 15px;
	}

	.product-section .services-block .divider-right .item {
		display: table;
		width: 100%;
		padding: 4px 13px;
		min-height: 66px;
		background: #fff;
		border-radius: 50px;
		color: #ff9900;
		text-decoration: none;
	}

	.product-section .services-block .divider-right .item .icon {
		display: table-cell;
		vertical-align: middle;
		font-size: 31px;
		line-height: 30px;
		width: 62px;
		padding: 6px;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}

	.product-section .services-block .divider-right .item .text {
		display: table-cell;
		vertical-align: middle;
		text-align: left;
	}

	.product-section .services-block .divider-right .item .text .title {
		color: #333;
		font-size: 14px;
		line-height: 13px;
	}

	.product-section .services-block .divider-right .item .text .description {
		display: block;
		color: #5b5b5b;
	}

	.product-section .services-block .divider-right .item:hover .icon {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

.container {
	padding: 0 15px;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media screen and (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

@media screen and (min-width: 1260px) {
	header .container {
		width: 1230px;
		max-width: 1230px;
	}
}
