@charset "UTF-8";
/*
Theme Name: FexPlus
Theme URI: https://fexplus.ru
Author: URSA Agency
Author URI: https://ursa.agency
Description: Theme for FexPlus company
Requires at least: WordPress 5.1
Version: 2.0
*/

/* Fonts ------------------------------ */

@font-face { 
	font-family: "Rubik";
	src: url(fonts/Rubik-Regular.ttf)/*tpa=https://fexplus.ru/wp-content/themes/fexplus/fonts/Rubik-Regular.ttf*/ format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face { 
	font-family: "Rubik";
	src: url(fonts/Rubik-Medium.ttf)/*tpa=https://fexplus.ru/wp-content/themes/fexplus/fonts/Rubik-Medium.ttf*/ format('truetype');
	font-weight: 500;
	font-style: normal;
}

/* Global ------------------------------ */

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: "Rubik", "Arial",  sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4 {
	font-weight: 500;
}

h1 {
	font-size: 28px;
}

h2 {
	margin-bottom: 20px;
	font-size: 24px;
}

h3 {
	margin-bottom: 10px;
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

p {
	margin-bottom: 20px;
}

a {
	-webkit-transition: color 0.25s;
	transition: color 0.25s;
}

a:hover {
	text-decoration: none;
}

button {
	display: inline-block;
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

.button-main {
	display: inline-block;
	padding: 8px 35px;
	font: inherit;
	text-decoration: none;
	border: none;
	border-radius: 5px;
	-webkit-transition: -webkit-box-shadow 0.25s;
	transition: -webkit-box-shadow 0.25s;
	transition: box-shadow 0.25s;
	transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
	cursor: pointer;
}

.button-main:hover {
	-webkit-box-shadow: inset 0px 5px 10px rgba(255, 255, 255, 0.25);
	box-shadow: inset 0px 5px 10px rgba(255, 255, 255, 0.25);
}

.button-main:active {
	-webkit-box-shadow: inset 0px 5px 10px rgba(32, 35, 33, 0.1);
	box-shadow: inset 0px 5px 10px rgba(32, 35, 33, 0.1);
}

.bold {
	font-weight: 500;
	color: #202321;
}

input[type="radio"] {
	display: none;
}

.label-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.label-radio span {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 15px;
	border: 2px solid transparent;
	border-radius: 50%;
}

.label-radio span::after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	display: none;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.label-radio input:checked ~ span::after {
	display: block;
}

/* CF7 ------------------------------ */

form label span {
	position: relative;
	display: block;
}

form label .wpcf7-form-control-wrap::after,
form label .input-wrap::after {
	content: '';
	position: absolute;
	right: 20px;
	bottom: 10px;
	display: none;
	width: 20px;
	height: 20px;
	background: url("media/svg/alert.svg")/*tpa=https://fexplus.ru/wp-content/themes/fexplus/media/svg/alert.svg*/ no-repeat center / cover;
}

form label.error span::after {
	display: block;
}

form input[type="text"],
form input[type="tel"] {
	width: 100%;
	margin: 5px 0 0 0;
	padding: 6px 15px;
	font: inherit;
	border: 2px solid transparent;
	border-radius: 5px;
}

form label.error input {
	padding-right: 45px;
}

/* Article ------------------------------ */

article>*:first-child {
	margin-top: 0 !important;
}

article p {
	margin-bottom: 20px;
}

article h1,
article h2,
article h3,
article h4 {
	margin: 40px 0 20px;
}

article ul,
article ol {
	margin-bottom: 20px;
}

article li {
	margin-bottom: 10px;
}

article li:last-child {
	margin-bottom: 0;
}

article ul,
.card-service .content ul {
	padding-left: 15px;
}

article ul li,
.card-service .content ul li {
	position: relative;
	padding-left: 20px;
}

article ul li::before,
.card-service .content ul li:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 1.5px;
}

article ol {
	padding-left: 30px;
}

/* Modal window, overlay ------------------------------ */

.overlay,
.modal-window .heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.overlay {
	position: fixed;
	z-index: 200;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: rgba(32, 35, 33, 0.5);
	cursor: pointer;
}

.modal-window {
	display: none;
	width: 410px;
	cursor: auto;
}

.modal-window .phone {
	display: none;
}

.modal-window .heading {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px;
}

.modal-window .heading h3 {
	margin-bottom: 0;
}

.modal-window .heading svg {
	-webkit-transition: fill 0.25s;
	transition: fill 0.25s;
}

.modal-window .wpcf7-form .wpcf7-form-control-wrap {
	margin-bottom: 20px;
}

.modal-window .button-main {
	width: 100%;
	text-align: center;
}

#success svg.success {
	display: block;
	margin: 0 auto;
}

#regions .form-regions label {
	margin-bottom: 20px;
}


/* -------------------------------------------------------------------------------- */
/*	Custom Boxes
/* -------------------------------------------------------------------------------- */


/* Main box ------------------------------ */

.main-box {
	margin-bottom: 20px;
	padding: 30px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

/* Colored box ------------------------------ */

.colored-box {
	width: 40px;
	height: 40px;
	border-radius: 5px;
	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;
}

/* Side icon box ------------------------------ */

.side-icon-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.side-icon-box .icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	margin-right: 20px;
}

.side-icon-box .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* File box ------------------------------ */

.file-box {
	margin-top: 0 !important;
}

.file-box .icon {
	margin-right: 35px;
}

.file-box .content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-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;
}

.file-box .content h3 {
	margin: 0 0 10px;
}

.file-box .content .button-main {
	width: 100%;
	text-align: center;
}

/* Courier box ------------------------------ */

.courier-box {
	margin-top: 40px;
}

.courier-box h2 {
	margin: 0 0 20px;
}

.courier-box .wpcf7-form .inputs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.courier-box .wpcf7-form label {
	width: calc((100% - 20px * 2) / 3);
	margin-bottom: 20px;
}

.courier-box .wpcf7-form .button-main {
	width: 100%;
}

/* Tracking box ------------------------------ */

.tracking-box:first-child {
	margin-top: 0;
}

.tracking-box h2,
.tracking-route-box h2 {
	margin-top: 0;
}

.tracking-box .button-main {
	width: 100%;
	margin-top: 20px;
}

.tracking-route-box {
	display: none;
}

.tracking-route-box .step {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 5px;
	overflow: hidden;
}

.tracking-route-box .step:last-child {
	margin-bottom: 0;
}

.tracking-route-box .step .icon {
	width: 30px;
	height: 80px;
}

.tracking-route-box .step:first-child {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.tracking-route-box .step:last-child {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.tracking-route-box .step:first-child .icon {
	height: 60px;
	margin-top: 10px;
	background: url("media/svg/route-start.svg")/*tpa=https://fexplus.ru/wp-content/themes/fexplus/media/svg/route-start.svg*/ no-repeat center;
}

.tracking-route-box .step .icon {
	background: url("media/svg/route.svg")/*tpa=https://fexplus.ru/wp-content/themes/fexplus/media/svg/route.svg*/ no-repeat center left 3.5px;
}

.tracking-route-box .step:last-child .icon {
	height: 60px;
	margin-bottom: 10px;
	background: url("media/svg/route-end.svg")/*tpa=https://fexplus.ru/wp-content/themes/fexplus/media/svg/route-end.svg*/ no-repeat center;
}

.tracking-route-box .step .time,
.tracking-route-box .step .status {
	width: 100%;
}

.tracking-route-box .step .time {
	margin-bottom: 5px;
}

.tracking-route-box .step .status {
	white-space: nowrap;
}

/* Calculator box ------------------------------ */

.calculator-box {
	margin-top: 40px;
}

.calculator-box:first-child {
	margin-top: 0;
}

.calculator-box .tabs,
.calculator-box .fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.calculator-box .tabs .tab {
	width: 50%;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: 2px solid transparent;
	-webkit-transition: border-color 0.25s;
	transition: border-color 0.25s;
	cursor: pointer;
}

.calculator-box .fields {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
}

.calculator-box .fields {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.calculator-box .fields label {
	width: calc((100% - 20px * 2) / 3);
	margin-bottom: 20px;
}

.calculator-box .fields label select {
	-webkit-appearance: none;
	display: block;
	width: 100%;
	margin-top: 5px;
	padding: 8px 15px;
	font: inherit;
	border: none;
	border-radius: 5px;
	background: url("media/svg/arrow-select.svg")/*tpa=https://fexplus.ru/wp-content/themes/fexplus/media/svg/arrow-select.svg*/ no-repeat right 15px top 18px;
	cursor: pointer;
}

.calculator-box .fields .label-dimensions {
	display: none;
}

.calculator-box .button-main {
	width: 100%;
	text-align: center;
}

.calculator-box #calculator-rates {
	display: none;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 2px solid transparent;
}

.calculator-box .rates-wrap .titles,
.calculator-box .rates-wrap .rate {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.calculator-box .rates-wrap .titles h3,
.calculator-box .rates-wrap .rate > * {
	width: calc((100% - 20px * 3) / 4);
	margin-bottom: 20px;
}

.calculator-box .rates-wrap .titles h3 {
	margin-top: 0;
}

/* Notice box ------------------------------ */

.notice-box p {
	margin-bottom: 0;
}

.notice-box .icon {
	margin-right: 30px;
}


/* -------------------------------------------------------------------------------- */
/*	Site Header
/* -------------------------------------------------------------------------------- */

header {
	position: fixed;
	z-index: 10;
	width: 100%;
	padding: 20px 0;
}

header .container,
header .header-content {
	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 .logo svg .part-plus,
footer .logo svg .part-plus {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	-webkit-transform-origin: 86px 17px;
	transform-origin: 86px 17px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

header .logo:hover svg .part-plus,
footer .logo:hover svg .part-plus {
	-webkit-transform: rotate(180deg) scale(1.1);
	transform: rotate(180deg) scale(1.1);
}

header .header-content .short-nav-wrap,
header .header-content .short-nav-wrap .short-nav ul,
header .header-content .short-nav-wrap .header-contacts,
header .header-content .full-nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

header .header-content .full-nav,
header .header-content .mobile-nav {
	display: none;
}

header .header-content .short-nav-wrap .short-nav ul,
header .header-content .short-nav-wrap .short-nav ul li,
header .header-content .full-nav ul,
header .header-content .full-nav ul li {
	margin-right: 30px;
}

header .header-content .short-nav-wrap .short-nav ul,
header .header-content .side-icon-box,
header .header-content #menu_btn {
	position: relative;
}

header .header-content .short-nav-wrap .short-nav ul::after,
header .header-content .side-icon-box::before,
header .header-content #menu_btn::before {
	content: '';
	position: absolute;
	right: 0;
	display: block;
	height: 20px;
	width: 2px;
	border-radius: 1px;
}

header .header-content ul li a {
	color: inherit;
	text-decoration: none;
}

header .header-content ul li a:hover {
	text-decoration: underline;
}

header .header-content .short-nav-wrap .header-contacts {
	max-width: 325px;
	margin-right: 30px;
}

header .header-content .short-nav-wrap .header-contacts .contacts-item {
	margin-right: 30px;
}

header .header-content .short-nav-wrap .header-contacts .contacts-item .bold {
	white-space: nowrap;
}

header .header-content .short-nav-wrap .header-contacts .contacts-item a.bold {
	text-decoration: none;
}

header .header-content .short-nav-wrap .header-contacts .contacts-item a:nth-child(2),
header .header-content .side-icon-box .content a {
	font-size: 12px;
}

header .header-content .short-nav-wrap .header-contacts .contacts-item a:nth-child(2) {
	display: block;
}

header .header-content .side-icon-box {
	max-width: 180px;
	margin-right: 30px;
}

header .header-content .side-icon-box .icon {
	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-right: 12px;
	border-radius: 50%;
}

header .header-content .side-icon-box::before,
header .header-content #menu_btn::before {
	top: calc(50% - 10px);
	right: auto;
	left: -30px;
}

header .header-content #menu_btn {
	display: inline-block;
	margin-left: 30px;
}

header .header-content #menu_btn span {
	position: absolute;
	left: 10px;
	width: 20px;
	height: 2px;
	border-radius: 1px;
	-webkit-transition: top 0.25s, -webkit-transform 0.25s;
	transition: top 0.25s, -webkit-transform 0.25s;
	transition: top 0.25s, transform 0.25s;
	transition: top 0.25s, transform 0.25s, -webkit-transform 0.25s;
}

header .header-content #menu_btn .part-1 {
	top: 12px;
}

header .header-content #menu_btn .part-2 {
	top: 19px;
}

header .header-content #menu_btn .part-3 {
	top: 26px;
}

header .header-content #menu_btn.active .part-1,
header .header-content #menu_btn.active .part-3 {
	top: 19px;
}

header .header-content #menu_btn.active .part-1 {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

header .header-content #menu_btn.active .part-2 {
	-webkit-transform: scale(0);
	transform: scale(0);
}

header .header-content #menu_btn.active .part-3 {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/* -------------------------------------------------------------------------------- */
/*	Site Footer
/* -------------------------------------------------------------------------------- */


footer {
	border-top: 2px solid transparent;
}

footer .side-icon-box {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

footer .footer-contacts>div,
footer .footer_nav {
	margin-bottom: 20px;
}

footer .footer-contacts {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

footer .side-icon-box span:first-child {
	display: block;
	width: 100%;
}

footer .side-icon-box a {
	text-decoration: none;
}

footer .row:nth-child(1),
footer .row:nth-child(2) {
	padding-top: 20px;
	border-bottom: 2px solid transparent;
}

footer .footer-menu-row .widget-title-wrap .minus {
	bottom: 23.5px;
}

footer .footer-menu-row .widget-title-wrap svg {
	display: none;
}

footer .footer-menu-row h3 {
	margin-bottom: 10px;
}

footer .footer_nav ul li {
	margin-bottom: 10px;
}

footer .footer_nav ul li:last-child {
	margin-bottom: 0;
}

footer .footer_nav ul li a {
	color: inherit;
	text-decoration: none;
}

footer .footer_nav ul li a:hover {
	text-decoration: underline;
}

footer .logo-ursa svg path {
	-webkit-transition: fill 0.25s;
	transition: fill 0.25s;
}

footer .logo-ursa:hover svg .ursa-logo-icon {
	fill: #1A73E8;
}

footer .logo-ursa:hover svg .ursa-logo-title {
	fill: #333333;
}

footer .logo-ursa:hover svg .ursa-logo-text {
	fill: #888888;
}

footer .copyright {
	padding: 20px 0;
	text-align: center;
}


/* -------------------------------------------------------------------------------- */
/*	Main content
/* -------------------------------------------------------------------------------- */


main {
	padding: 82px 0 20px;
}

/* Titlebar ------------------------------ */

.titlebar {
	margin: 15px 0 30px;
}

.titlebar #breadcrumbs {
	margin-bottom: 20px;
}

.titlebar #breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.titlebar #breadcrumbs a:hover {
	text-decoration: underline;
}

/* Sidebar ------------------------------ */

.sidebar-wrap {
	position: relative;
}

.sidebar .widget-related li {
	margin-bottom: 20px;
}

.sidebar .widget-related a {
	color: inherit;
	text-decoration: none;
}

.sidebar .widget-related a:hover {
	text-decoration: underline;
}

.sidebar .widget-related li:last-child {
	margin-bottom: 0;
}

.sidebar .sidebar-widget {
	text-decoration: none;
}

.sidebar.sticky {
	position: fixed;
	width: 280px;
}

.sidebar.absolute {
	position: absolute;
	bottom: 0;
}

/* Front page ------------------------------ */

.home main {
	padding-top: 122px;
}

.home .promo-block,
.home .tracker-calculator,
.home .services-list,
.home .advantages-clients .clients {
	margin-bottom: 60px;
}

.home .promo-block .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.home .promo-block .row>div {
	margin-bottom: 40px;
}

.home .promo-block h2 {
	font-size: 28px;
}

.home .swiper-container {
	position: relative;
	height: 300px;
}

.home .banner-slider .swiper-slide {
	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;
}

.home .slider-block {
	position: relative;
}

.home .slider-block .stack {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 300px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	-webkit-transition: top 0.5s, right 0.5s, width 0.5s, opacity 0.5s;
	transition: top 0.5s, right 0.5s, width 0.5s, opacity 0.5s;
}

.home .slider-block .stack.top {
	top: 0;
	right: 0;
	width: 100%;
	opacity: 0;
}

.home .slider-block .stack.middle {
	z-index: -1;
	top: 10px;
	right: 10px;
	width: calc(100% - 20px);
}

.home .slider-block .stack.bottom {
	z-index: -2;
	top: 20px;
	right: 20px;
	width: calc(100% - 40px);
}

.home .slider-block .stack.test {
	z-index: -3;
	top: 30px;
	right: 30px;
	width: calc(100% - 60px);
	opacity: 0;
}

.home .banner-slider .swiper-slide .route {
	background: url("media/banner-route.svg")/*tpa=https://fexplus.ru/wp-content/themes/fexplus/media/banner-route.svg*/ no-repeat left top 5px;
}

.home .banner-slider .swiper-slide .route span {
	display: block;
	margin-left: 45px;
	font-weight: 500;
}

.home .banner-slider .swiper-slide .route .from {
	margin-bottom: 35px;
	font-size: 20px;
}

.home .banner-slider .swiper-slide .route .to {
	font-size: 28px;
}

.home .banner-slider .swiper-slide .content .title {
	display: block;
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 28px;
}

.home .banner-slider .swiper-slide .content p {
	margin-bottom: 0;
}

.home .banner-slider .swiper-pagination {
	top: auto;
	bottom: -50px;
	width: 100%;
	height: 10px;
	line-height: 0;
}

.home .banner-slider .swiper-pagination-bullets .swiper-pagination-bullet {
	display: inline-block;
	height: 10px;
	width: 10px;
	margin: 0 5px;
	opacity: 1;
}

.home .swiper-slide {
	margin-bottom: 0;
}

.home .services-list .side-icon-box {
	margin-bottom: 20px;
}

.home .tracking-box {
	margin-top: 0;
}

.home .calculator-box .fields {
	margin-top: 20px;
}

.home .advantages-clients .advantages .advantage {
	margin-bottom: 20px;
}

.home .advantages-clients .advantages .advantage .icon {
	width: 60px;
	height: 60px;
	margin-bottom: 20px;
}

.home .advantages-clients .advantages .advantage .number {
	font-size: 50px;
	font-weight: 700;
}

.home .advantages-clients .advantages {
	margin-bottom: 20px;
}

.home .advantages-clients .clients {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.home .advantages-clients .clients .client {
	margin-bottom: 20px;
}

.home .about h1 {
	margin-bottom: 20px;
	font-size: 24px;
}

.home .about .main-box {
	padding: 0;
}

.home .about .main-box a {
	display: block;
	padding: 30px;
	text-decoration: none;
}

.home .about .main-box a .icon {
	width: 40px;
	height: 40px;
	margin-bottom: 20px;
}

.home .about .main-box a .text {
	display: block;
	margin-bottom: 20px;
}

.home .about .main-box a .arrow {
	line-height: 1;
}


/* -------------------------------------------------------------------------------- */
/*	Archive
/* -------------------------------------------------------------------------------- */


.archive .with-sidebar>.container>.row>.row {
	-ms-flex-item-align: start;
	align-self: flex-start;
}

/* Card post ------------------------------ */

.card-post,
.card-post .meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.card-post .meta a {
	-webkit-transition: -webkit-transform 0.25s;
	transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	transition: transform 0.25s, -webkit-transform 0.25s;
}

.card-post .meta a:hover {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}

.card-post {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card-post a {
	text-decoration: none;
	color: inherit;
}

.card-post .content h3 {
	display: inline-block;
}

/* Card service ------------------------------ */

.card-service {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.card-service .icon,
.card-service .arrow {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.card-service .icon {
	width: 60px;
	height: 60px;
	margin-right: 30px;
}

.card-service .icon a {
	display: block;
}

.card-service .arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 30px;
	height: 30px;
	margin-left: 30px;
}

.card-service .arrow {
	-webkit-transition: -webkit-transform 0.25s;
	transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	transition: transform 0.25s, -webkit-transform 0.25s;
}

.card-service .arrow:hover {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}

.card-service .content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.card-service .content>a:first-child {
	text-decoration: none;
}


/* -------------------------------------------------------------------------------- */
/*	Taxonomy
/* -------------------------------------------------------------------------------- */


/* Card service ------------------------------ */

.tax-fexplus_service_category .card-service .content p {
	margin-bottom: 0;
}


/* -------------------------------------------------------------------------------- */
/*	Single
/* -------------------------------------------------------------------------------- */


.single .with-sidebar>.container>.row>div:first-child {
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.single article ~ h2 {
	margin-top: 40px;
}

.single article .main-box {
	margin-top: 40px;
}

.single article .main-box h2,
.single article .main-box h3 {
	margin-top: 0;
}

/* Service ------------------------------ */

.single .service-common p {
	margin-bottom: 30px;
}

.single .service-common .item .icon {
	width: 80px;
	height: 80px;
	margin-bottom: 10px;
}

.single .service-common .item h3 {
	margin-bottom: 10px;
}

.single .service-common .color-meta {
	margin: 30px 0 0;
}

.single-fexplus_service .card-service .content p {
	margin-bottom: 0;
}

/* Template courier ------------------------------ */

.fexplus_useful-template-template-courier article {
	margin-bottom: 40px;
}

.fexplus_useful-template-template-courier .courier-advantage .icon {
	width: 60px;
	height: 60px;
	margin-bottom: 10px;
}


/* -------------------------------------------------------------------------------- */
/*	Page
/* -------------------------------------------------------------------------------- */


/* Contacts ------------------------------ */

.page .contacts-page #map {
	min-height: 400px;
	margin-bottom: 20px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.page .contacts-page .contacts-boxes .content,
.page .contacts-page .contacts-boxes .content span {
	display: block;
}

.page .contacts-page .contacts-boxes .content a {
	color: inherit;
	text-decoration: none;
}

.page .contacts-page .contacts-boxes .content a:hover {
	text-decoration: underline;
}

/* Account ------------------------------ */

.page .account iframe {
	height: 900px;
}

/* 404 ------------------------------ */

.error404 main {
	padding-bottom: 40px;
}

.error404 main .content {
	text-align: center;
}

.error404 main .content p {
	max-width: 335px;
	margin: 0 auto 20px;
}

.error404 main .content .img {
	height: 286px;
	margin-bottom: 20px;
	background: url("media/404.svg")/*tpa=https://fexplus.ru/wp-content/themes/fexplus/media/404.svg*/ no-repeat center / contain;
}


/* -------------------------------------------------------------------------------- */
/*	Media Queries
/* -------------------------------------------------------------------------------- */


/* Medium ------------------------------ */

@media only screen and (max-width: 1279px) {

	/* Modal window, overlay ------------------------------ */

	.modal-window {
		width: 334px;
	}

	/* -------------------------------------------------------------------------------- */
	/*	Site Header
	/* -------------------------------------------------------------------------------- */


	header .header-content .short-nav-wrap .short-nav {
		display: none;
	}

	header .header-content .short-nav-wrap .header-contacts {
		margin: 0;
	}

	header .header-content {
		position: relative;
	}

	header .header-content .header-login {
		position: absolute;
		z-index: 100;
		top: 55px;
		right: 0;
		display: none;
		width: 220px;
		padding: 20px 20px 30px;
		border-radius: 5px;
		-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	}

	header .header-content .header-login::before {
		content: '';
		position: absolute;
		top: -20px;
		right: 10px;
		border: 10px solid transparent;
	}

	header .header-content .mobile-nav {
		display: block;
	}

	header .header-content .mobile-nav ul {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 2px solid transparent;
	}

	header .header-content .mobile-nav ul li {
		margin-bottom: 10px;
	}

	header .header-content .side-icon-box {
		margin-right: 0;
	}

	header .header-content .side-icon-box::before {
		display: none;
	}


	/* -------------------------------------------------------------------------------- */
	/*	Main content
	/* -------------------------------------------------------------------------------- */


	/* Front page ------------------------------ */

	.home .slider-block {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin-bottom: 70px !important;
	}

	.home .advantages-clients .clients {
		margin-bottom: 20px;
	}

	.home .advantages-clients .clients .client {
		width: calc(100% / 3);
		text-align: center;
	}

}

/* Small ------------------------------ */

@media only screen and (max-width: 767px) {

	h1 {
		font-size: 26px;
	}

	h2 {
		font-size: 22px;
	}

	h3 {
		font-size: 18px;
	}

	/* Modal window, overlay ------------------------------ */

	.modal-window {
		width: calc(100% - 40px);
	}

	.modal-window .phone {
		display: block;
		margin-top: 20px;
	}


	/* -------------------------------------------------------------------------------- */
	/*	Custom Boxes
	/* -------------------------------------------------------------------------------- */


	/* Courier box ------------------------------ */

	.courier-box .wpcf7-form label {
		width: 100%;
	}

	/* Calculator box ------------------------------ */

	.calculator-box .fields label {
		width: 100%;
	}

	.calculator-box .rates-wrap .titles {
		display: none;
	}

	.calculator-box .rates-wrap .rate {
		position: relative;
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 2px solid transparent;
	}

	.calculator-box .rates-wrap .rate > * {
		width: 100%;
		margin-bottom: 10px;
	}

	.calculator-box .rates-wrap .rate .price,
	.calculator-box .rates-wrap .rate .period {
		margin-bottom: 0;
	}

	.calculator-box .rates-wrap .rate label {
		font-weight: 500;
	}

	.calculator-box .rates-wrap .rate > span {
		margin-left: 35px;
	}

	.calculator-box .rates-wrap .rate .period {
		position: absolute;
		bottom: 30px;
		margin-left: 0;
		text-align: right;
	}

	/* Notice box ------------------------------ */

	.notice-box .icon {
		display: none;
	}


	/* -------------------------------------------------------------------------------- */
	/*	Site Header
	/* -------------------------------------------------------------------------------- */


	header {
		position: static;
	}

	header .header-content .short-nav-wrap .header-contacts .contacts-item {
		margin-right: 20px;
	}

	header .header-content .short-nav-wrap .header-contacts .contacts-item:last-child {
		display: none;
	}

	header .header-content .short-nav-wrap .header-contacts .contacts-item span {
		display: block;
	}

	header .header-content #menu_btn {
		margin-left: 22px;
	}

	header .header-content .side-icon-box::before, header .header-content #menu_btn::before {
		left: -22px;
	}


	/* -------------------------------------------------------------------------------- */
	/*	Site Footer
	/* -------------------------------------------------------------------------------- */


	footer .side-icon-box,
	footer .footer-menu-row .footer_nav {
		display: none;
	}

	footer .row:nth-child(2) {
		padding-top: 10px;
	}

	footer .footer-contacts .logo-wrap {
		text-align: center;
	}

	footer .footer-menu-row .widget-title-wrap {
		position: relative;
	}
	
	footer .footer-menu-row .widget-title-wrap svg {
		position: absolute;
		right: 0;
	}
	
	footer .footer-menu-row .widget-title-wrap .plus {
		bottom: 17.5px;
	}

	footer .footer-menu-row .widget-title-wrap .plus.active,
	footer .footer-menu-row .widget-title-wrap .minus.active {
		display: block;
	}

	footer .footer-menu-row h3 {
		padding-bottom: 10px;
		border-bottom: 2px solid transparent;
		cursor: pointer;
	}

	footer .footer-menu-row .footer_nav {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 2px solid transparent;
	}

	footer .footer-menu-row .logo-ursa-wrap {
		text-align: center;
	}

	footer .footer-menu-row .logo-ursa {
		display: inline-block;
		margin: 10px 0 20px;
	}
	

	/* -------------------------------------------------------------------------------- */
	/*	Main content
	/* -------------------------------------------------------------------------------- */


	main {
		padding-top: 15px;
	}

	/* Front page ------------------------------ */

	.home main {
		padding-top: 20px;
	}

	.home .promo-block,
	.home .tracker-calculator,
	.home .services-list,
	.home .advantages-clients .clients {
		margin-bottom: 20px;
	}

	.home .swiper-container,
	.home .slider-block .stack,
	.home .slider-block .stack::before {
		height: 350px;
	}

	.home .banner-slider .swiper-slide {
		background-size: cover !important;
	}

	.home .advantages-clients {
		text-align: center;
	}

	.home .advantages-clients .advantages .advantage .icon {
		margin: 0 auto 20px;
	}

	.home .advantages-clients .clients .client {
		width: calc(100% / 2);
	}

	/* Account ------------------------------ */

	.page .account iframe {
		height: 500px;
	}


	/* -------------------------------------------------------------------------------- */
	/*	Archive
	/* -------------------------------------------------------------------------------- */


	/* Card service term ------------------------------ */

	.card-service {
		display: block;
	}

	.card-service .icon {
		margin: 0 0 30px 0;
	}

	.card-service .arrow {
		height: 12px;
		margin: 30px 0 0;
	}


	/* -------------------------------------------------------------------------------- */
	/*	Sinlge
	/* -------------------------------------------------------------------------------- */

	
	/* Service ------------------------------ */

	.single .service-common .item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 30px;
	}

	.single .service-common .item:last-child {
		margin-bottom: 0;
	}


	.single .service-common .item .icon {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 60px;
		margin: 0 30px 0 0;
	}

	/* Template courier ------------------------------ */

	.fexplus_useful-template-template-courier .courier-advantage {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 20px;
	}

	.fexplus_useful-template-template-courier .courier-advantage:last-child {
		margin-bottom: 0;
	}

	.fexplus_useful-template-template-courier .courier-advantage .icon {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-right: 20px;
	}


}

/* Extra small ------------------------------ */

@media only screen and (max-width: 374px) {

	/* Modal window, overlay ------------------------------ */

	.modal-window {
		width: calc(100% - 20px);
	}

}