/* header */
.header {
	width: 100%;
	position: relative;
	padding: 15px 0;
	font-size: 14px;box-shadow: 0px 10px 30px rgba(36, 149, 244, 0.05);
	border-bottom: 2px solid #C7E3FB;
}
/*.header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 2;
}*/
.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
}
.logo-descr {
	position: absolute;
	bottom: 10px;
	left: 0;
	padding-left: 15px;
}
.logo {
	display: block;
	position: relative;
}
.header-logo {
	width: 100%;
	max-width: 135px;
	display: block;
	margin-right: 15px;
	position: relative;
	padding: 0 15px;
}
.header-logo img {
	max-width: 100%;
}
.logo__descr {
	margin: 0;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	font-size: 33px;
	line-height: 1;
	color: #F8C220;
}
.logo__descr span {
	display: inline-block;
	padding-left: 33px;
}
.logo__descr span:before {
	content: '';
	display: block;
	width: 30px;
	height: 31px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('/wp-content/themes/portalexpress/assets/images/logo-icon.svg') 0 0 no-repeat;
	background-size: cover;
}

.header-body {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	width: 100%;
}
.header-open {
	display: flex;
	padding: 4px 20px;
	border-radius: 100px;
	transition: .3s;
}
.header-open .svg-icon {
	display: block;
	fill: #2495F4;
}
.header-open span {
	display: block;
	margin-left: 10px;
	color: #2495F4;
	transition: .3s;
}
.header-open:hover {
	cursor: pointer;
	background: #2495F4;
	color: #fff;
}
.header-open:hover .svg-icon {
	fill: #fff;
}
.header-open:hover span {
	/* font-weight: bold; */
	color: #fff;
}
.main-nav {
	width: 100%;
	max-width: 960px;
	padding: 60px 15px;
	display: flex;
	flex-direction: row-reverse;
	position: fixed;
	opacity: 0;
	top: 0;
	right: -100%;
	background-color: #fff;
	transition: .3s;
	z-index: 1;
	box-shadow: -10px 0px 30px rgba(36, 149, 244, 0.05), 0px 0px 100px rgba(36, 149, 244, 0.15);
	max-height: 100vh;
	overflow: auto;
	direction: rtl;
}
.main-nav.active {
	opacity: 1;
	right: 0;
	z-index: 999999;
	z-index: 9999996;
}
.main-nav__close {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 20px;
	right: 30px;
}
.main-nav__close .svg-icon {
	fill: #2495F4;
}
.main-nav__menu {
	width: 100%;
	max-width: 350px;
	padding: 0 15px;
	direction: ltr;
}
.main-nav__list .menu-item {
	padding: 15px 0;
	font-weight: bold;
	font-size: 18px;
}
.main-nav__dropdown {
	padding-left: 20px;
	margin-top: 20px;
}
.main-nav__dropdown .menu-item {
	padding: 0;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 16px;
}
.main-nav__dropdown .menu-item:last-child {
	margin-bottom: 0;
}
.main-nav__buttons li {
	margin-bottom: 10px;
}
.main-nav__buttons li:last-child {
	margin-bottom: 0;
}
.main-nav__buttons li .btn {
	width: 100%;
}
.header-nav__list {
    display: flex;
    flex-grow: 1; 
   justify-content: center;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
    text-align: center;
}
}
.header-nav__list .menu-item {
	padding: 0 10px;
}
.main-nav__shops {
	padding: 0 15px;
}
.main-nav__social {
	margin: 30px 0;
}
.main-nav__social p {
	font-weight: 700;
	font-size: 18px;
}
.main-nav__social .svg-icon {
	width: 25px;
	height: 25px;
	fill: #252734;
}
.shops-nav__list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.shops-nav__item {
	padding: 0 5px;
	margin-bottom: 10px;
	width: 50%;
	height: 250px;
}
.shops-nav__link {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 30px 15px;
	background: #FF9900;
	font-weight: bold;
	text-align: center;
	color: #F4F4F4 !important;
}
.shops-nav__item--ebay .shops-nav__link {
	background: #86B817;
}
.shops-nav__item--yahoo .shops-nav__link {
	background: #FF0132;
}
.shops-nav__item--hm .shops-nav__link {
	background: #CC071E;
}
.shops-nav__item--all {
	width: 100%;
	height: auto;
}
.shops-nav__item--all .shops-nav__link {
	background: #2495F4;
}
.shops-nav__img {
	max-width: 100%;
}
.header-actions {
	display: flex;
	align-items: center;
	margin-left: 20px;
}
.header-actions__item {
	padding: 0 10px;
}
.header-actions__item--user {
	max-width: 100px;
	/* overflow: hidden; */
}
.header-actions__item.dropdown {
	padding: 10px 15px;
}
.header-actions__user {
	display: block;
	white-space: nowrap;
	overflow: hidden;
}
.header-actions__user .svg-icon {
	width: 14px;
	height: 14px;
}
.header-actions__user:hover .svg-icon {
	fill: #2495F4;
}
.header-actions__quick-order {
	padding: 5px 20px;
	/*height: 28px;*/
	text-align: center;
	white-space: normal;

}
div#gtranslate_wrapper {
    font-weight: 500;
}
/* end header */
/*main-slider*/
.main-slider {
	position: relative;
}
.main-slider__js {
	margin: 0;
}
.main-slider__item {
	position: relative;
}
.main-slider__content {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
}
.main-slider__title {
	margin-bottom: 15px;
	font-size: 38px;
	color: #222333;
}
.main-slider__info {
	width: 100%;
	max-width: 630px;
	padding: 30px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
	backdrop-filter: blur(30px);
	border-radius: 10px;
}
.main-slider__img img {
	margin: 0 auto;
	min-height: 400px;
	object-fit: cover;
	object-position: 100% 0;
}
.main-slider__buttons {
	display: flex;
	margin-top: 30px;
}
.main-slider__callback:hover {
	background: transparent;
}
/* .main-slider__callback {
	background: #F4F4F4;
	color: #2495F4;
}
.main-slider__callback:hover {
	color: #fff;
	background: none;
	border-color: #fff;
}
.main-slider__item--light .main-slider__callback {
	background: #222333;
	color: #fff;
}
.main-slider__item--light .main-slider__callback:hover {
	color: #222333;
	background: none;
	border-color: #222333;
}
.main-slider__link {
	border-color: #fff;
	color: #fff;
}
.main-slider__link:hover {
	background: #F4F4F4;
	color: #2495F4;
}
.main-slider__item--light .main-slider__link {
	border-color: #222333;
	color: #222333;
}
.main-slider__item--light .main-slider__link:hover {
	background: #222333;
	color: #fff;
} */
.main-slider__bottom {
	padding: 20px 0;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}
.main-slider__bottom .container {
	display: flex;
	align-items: center;
}
.main-slider__dots .slick-dots {
	position: static;
}
.main-slider__dots .slick-dots li {
	width: auto;
	height: auto;
}
.main-slider__dots .slick-dots li.slick-active {
	margin-right: 15px;
	margin-left: 15px;
}
.main-slider__dots .slick-dots li:first-child {
	margin-left: 0;
}
.main-slider__dots .slick-dots li button {
	padding: 0;
	width: 15px;
	height: 15px;
	background: #fff !important;
	border-radius: 50%;
	transition: .3s;
}
.main-slider__dots .slick-dots li:hover button {
	background: #2495F4 !important;
}
.main-slider__dots .slick-dots li.slick-active button {
	width: 30px;
	border-radius: 99px;
}
.main-slider__dots .slick-dots li button::before {
	display: none;
}
.main-slider__navigation {
	margin-left: auto;
	display: flex;
}
.main-slider__nav {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #fff;
	border-radius: 50%;
	transition: 0.3s;
}
.main-slider__nav--prev {
	margin-right: 10px;
}
.main-slider__nav:hover {
	background: #fff;
}
.main-slider__nav .svg-icon {
	width: 14px;
	height: 14px;
	fill: #fff;
}
.main-slider__nav:hover .svg-icon {
	fill: #2495F4;
}
.main-slider__nav--prev .svg-icon {
	transform: rotate(-180deg);
}
/* end main-slider*/
/* track-package */
.track-package {
	padding: 30px;
	background: url('/wp-content/themes/portalexpress/assets/images/bg-track.svg') 100% 0 no-repeat;
	background-size: auto 100%;
	box-shadow: 0px 10px 30px rgba(36, 149, 244, 0.05), 0px 0px 100px rgba(36, 149, 244, 0.15);
	border-radius: 10px;
}
.track-package__content {
	width: 100%;
	max-width: 570px;
}
.track-package__title {
	margin-bottom: 15px;
	font-weight: bold;
	/* font-size: 38px; */
}
.track-package__form {
	width: 100%;
	max-width: 450px;
	position: relative;
}
.track-package__input {
	width: 100%;
}
.track-package__btn {
	position: absolute;
	top: 0;
	right: 0;
	background: #91C9F9;
	color: #F4F4F4;
	border-width: 1px;
	height: 40px;
}
.track-package__btn:hover {
	color: #91C9F9;
	background: #fff;
	border-color: #91C9F9;
}
.track-package__btn .svg-icon {
	fill: #fff;
}
.track-package__btn:hover .svg-icon {
	fill: #91C9F9;
}
/* end track-package */
/* our-services */
.our-services__list {
	display: flex;
	flex-wrap: wrap;
	margin: 60px -15px 0;
}
.our-services__col {
	width: 50%;
	padding: 0 15px;
	margin-bottom: 60px;
}
.our-services__col:nth-child(even) {
	margin-top: 30px;
}
.our-services__item {
	position: relative;
	padding: 30px 30px 37px;
	background: #fff;
	box-shadow: 0px 10px 30px rgba(36, 149, 244, 0.05), 0px 0px 100px rgba(36, 149, 244, 0.15);
	border-radius: 10px;
	margin: 20px 0;
}
.our-services__name {
	width: 100%;
	max-width: 340px;
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 10px;
}
.our-services__price {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 21px;
	color: #72737C;
}
.our-services__img {
	position: absolute;
	right: 0;
	bottom: 0;
}
/* end-our-services */
/* for-busines */
.for-busines {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.for-busines__col {
	width: 50%;
	padding: 0 15px;
}
.for-busines__img {
	border-radius: 10px;
}
.for-busines__info p {
	margin-bottom: 10px;
}
.for-busines__btn {
	margin-top: 30px;
}
/* end for-busines */
/* goods-return */
.goods-return {
	padding: 30px;
	background: #FFFFFF;
	box-shadow: 0px 10px 30px rgba(36, 149, 244, 0.05), 0px 0px 100px rgba(36, 149, 244, 0.15);
	border-radius: 10px;
}
.goods-return__text {
	margin-bottom: 10px;
}
.goods-return__buttons {
	margin: 30px 0 0;
	display: flex;
	flex-wrap: wrap;
}
/* end goods-return */
/* calculator */
.calculator-deliv__form {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.calculator-deliv__group {
	width: 100%;
	max-width: 300px;
	position: relative;
	padding: 30px 15px 0;
	margin-bottom: 15px;
}
.calculator-deliv__label {
	position: absolute;
	top: 0;
	left: 15px;
	display: block;
	font-weight: 400;
	font-size: 16px;
	color: #72737C;
}
input[type="text"].calculator-deliv__input {
	padding: 12px 55px;
	text-align: center;
	border: 1px solid #2495F4;
	border-radius: 99px;
}
input[type="text"].calculator-deliv__input::placeholder {
	color: #72737C;
}
.calculator-deliv__arrows {
	position: relative;
}
.calculator-deliv__arrow {
	width: 45px;
	height: 38px;
	font-weight: bold;
	text-align: center;
	line-height: 38px;
	color: #2495F4;
	position: absolute;
	top: 1px;
	left: 0;
	border-right: 1px solid #DDE2E5;
	cursor: pointer;
}
.calculator-deliv__arrow--plus {
	left: auto;
	right: 0;
	border-right: none;
	border-left: 1px solid #DDE2E5;
}
.calculator-deliv__btn {
	width: 100%;
	text-align: center;
}
.calculator-deliv__steps {
	padding: 15px 0;
	margin: 30px 0;
	border-top: 2px solid #C7E3FB;
	border-bottom: 2px solid #C7E3FB;
}
.calculator-deliv__footer {
	margin-top: 30px;
}
.deliv-steps {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.deliv-steps__list {
	display: flex;
	margin: 0 -15px;
}
.deliv-steps__item {
	width: 225px;
	padding: 15px;
	margin-bottom: 10px;
	position: relative;
}
.deliv-steps__icon {
	width: 30px;
	height: 30px;
	margin-bottom: 10px;
	padding: 0 !important;
}
.deliv-steps__icon--avia {
	background-image: url('/wp-content/themes/portalexpress/assets/images/svg/avia.svg');
}
.deliv-steps__icon--car {
	background-image: url('/wp-content/themes/portalexpress/assets/images/svg/car.svg');
}
.deliv-steps__icon--train {
	background-image: url('/wp-content/themes/portalexpress/assets/images/svg/train.svg');
}
.deliv-steps__icon--cruise {
	background-image: url('/wp-content/themes/portalexpress/assets/images/svg/cruise.svg');
}
.deliv-steps__item input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: default;
	opacity: 0;
	/* cursor: pointer; */
}
/* .deliv-steps__item input:checked + label:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #ececec;
	z-index: -1;
} */
.deliv-steps__current {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 21px;
	color: #222333;
}
.deliv-steps__name {
	font-size: 16px;
	color: #72737C;
}
.deliv-steps__buttons {
	width: 100%;
	max-width: 270px;
	margin-left: 30px;
}
.deliv-steps__btn {
	width: 100%;
	display: block;
}
.deliv-add_servicess__title {
	margin-bottom: 15px;
	font-size: 16px;
	color: #72737C;
}
.deliv-add_servicess__list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.deliv-add_servicess__item {
	padding: 0 15px;
	position: relative;
	width: 100%;
	max-width: 300px;
}
/* end calculator */
/* online-stores */
.online-stores__flex {
	display: flex;
}
.online-stores__main {
	width: 100%;
	max-width: 870px;
}
.online-stores__item {
	padding: 15px 0;
	margin-bottom: 60px;
	display: flex;
}
.online-stores__item:last-child {
	margin-bottom: 0;
}
.online-stores__img {
	width: 100%;
	max-width: 260px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 30px;
	border-right: 2px solid #C7E3FB;
}
.online-stores__info {
	padding: 0 30px;
	z-index: 1;
}
.online-stores__name {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 21px;
	color: #495057;
}
.online-stores__buttons {
	display: flex;
	margin: 30px -15px 0;
}
.online-stores__buttons li {
	padding: 0 15px;
}
.online-stores__link--more {
	padding: 11px 0;
}
.online-stores__sidebar {
	padding-left: 15px;
}
.stores-search__form {
	margin-bottom: 45px;
}
.stores-search__input {
	width: 100%;
}
.stores-search__btn {
	width: 100%;
	display: block;
	margin-top: 10px;
}
.stores-fitres__list {
	margin-bottom: 60px;
}
.stores-fitres__check {
	display: flex;
	margin-bottom: 10px;
}
.stores-fitres__check:last-child {
	margin-bottom: 0;
}
.stores-fitres__all {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 2px solid #C7E3FB;
}
.stores-fitres__label {
	color: #495057;
}
input[type="checkbox"].stores-fitres__checkbox {
	width: 40px;
	height: 20px;
	flex-shrink: 0;
	border-radius: 16px;
	transition: .3s;
}
input[type="checkbox"].stores-fitres__checkbox:after {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #DDE2E5;
	top: 1px;
	left: 1px;
	border: none;
	opacity: 1;
	transition: .3s;
}
input[type="checkbox"].stores-fitres__checkbox:checked:after {
	left: auto;
	right: 1px;
	background: #fff;
}
/* end online-stores */
/* discounts */
/* .section-discounts {
	overflow: hidden;
  padding: 60px 15px;
	margin: 0 -15px;
} */
.discounts__list {
	display: flex;
	margin: 0 -15px;
}
.discounts__list .slick-list {
	/* overflow: visible; */
	padding: 30px 0px;
	margin: -30px -0px;
}
.discounts__item {
	padding: 0 15px;
	position: relative;
	width: 100%;
	max-width: 300px;
}
.discounts__img {
	box-shadow: 0px 10px 30px rgba(36, 149, 244, 0.05), 0px 0px 15px rgba(36, 149, 244, 0.15);
	border-radius: 10px;
	overflow: hidden;
}
.discounts__info {
	padding: 10px;
	position: absolute;
	bottom: 0;
	left: 15px;
	background: #FFFFFF;
	border-radius: 8px;
}
.discounts__name {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 28px;
}
.discounts__current {
	font-weight: 500;
	font-size: 21px;
	margin-bottom: 0;
}
.discounts .slider-navigation {
	margin-top: 40px;
}
/* end discounts */
/* faq-box */
.faq-box__list {
	counter-reset: item;
}
.faq-box__item {
	position: relative;
	margin-bottom: 20px;
	padding: 15px 20px;
	background: #F4F4F4;
	border-radius: 28px;
	transition: 0.3s;
	overflow: hidden;
	max-height: 100px;
}
.faq-box__item:last-child {
	margin-bottom: 0;
}
.faq-box__item.open {
	max-height: 999px;
	transition: 0.3s;
}
.faq-box__question {
	position: relative;
	font-weight: bold;
	padding-right: 15px;
}
.faq-box__question:hover {
	cursor: pointer;
}
.faq-box__question:before {
	counter-increment: item;
	content: counter(item)'.';
	display: inline-block;
	margin-right: 5px;
}
.faq-box__question:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	border-style: solid;
	border-color: #2495F4 transparent transparent transparent;
	border-width: 7px 6px 0 6px;
	transition: .3s;
}
.faq-box__item.open .faq-box__question:after {
	border-color: #2495F4;
	border-width: 2px 6px 0 6px;

}
.faq-box__answer {
	margin-top: 15px;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	/* display: none; */
	/* transition: .3s; */
}
.faq-box__item.open .faq-box__answer {
	/* display: block; */
	position: static;
	opacity: 1;
	visibility: visible;
	transition: .3s;
}
.faq-box__buttons {
	margin-top: 30px;
}
/* end faq-box */
/* footer */
.footer {
	padding: 60px 0 0;
	background: #252734;
	color: #fff;
}
.footer a {
	color: #fff;
	display: block;
}
.footer a:hover {
	color: #2495F4
}
.footer a:hover .svg-icon {
	fill: #2495F4;
}
.footer .svg-icon {
	fill: #fff;
}
.svg-icon--email {
	width: 16px;
}
.footer-flex {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px 40px;
}
.footer-item {
	width: 25%;
	padding: 0 15px;
}
.footer-title {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 21px;
}
.footer-logo {
	margin-bottom: 15px;
}
.footer-logo img {
	max-width: 100%;
}
.footer-links {
	margin-top: 30px;
}
.footer-links__item {
	margin-bottom: 12px;
}
.footer-links__link {
	position: relative;
	padding-left: 25px;
	font-weight: bold;
}
.footer-links__link .svg-icon {
	position: absolute;
	top: calc(50% - 2px);
	left: 0;
	transform: translateY(-50%);
}
.footer-contacts__item {
	margin-bottom: 15px;
}
.footer-contacts__link {
	position: relative;
	padding-left: 25px;
	font-weight: bold;
}
.footer-contacts__link .svg-icon {
	position: absolute;
	top: calc(50% - 2px);
	left: 0;
	transform: translateY(-50%);
}
.footer-contacts__link .svg-icon--email {
	top: calc(50%);
}
.footer-contacts__item span {
	padding-left: 25px;
	font-size: 10px;
}
.footer-menu li {
	margin-bottom: 10px;
}
.footer-bottom {
	padding: 10px 0;
	background: #21252A;
	font-size: 14px;
	color: #D8D8D8;
}
.footer-bottom p {
	margin: 0;
}
.footer-bottom a {
	color: #D8D8D8;
}
.footer-bottom__flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer-bottom__copy a {
	display: inline-block;
}
.footer-order__btn {
	display: inline-block !important;
}
.footer-order__btn:hover {
	background: none;
}
.footer-order .wpcf7-form {
	margin: 0 -15px;
}
.footer-order .wpcf7-form .form-group {
	margin-bottom: 10px;
}
.footer-order .wpcf7-form .form-group label {
	background: none;
	margin-bottom: 5px;
	color: #fff;
	position: static;
}
.footer-order .form-note {
	color: #fff;
}
/* end footer */
/* first-screen */
.first-screen {
	position: relative;
	overflow: hidden;
}
.first-screen--services {
	background: #FAFAFA;
}
.first-screen__img .mob {
	display: none;
}
.first-screen .container {
	position: relative;
}
.first-screen__container {
	width: 100%;
	padding: 0 15px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
}
.first-screen__img {
	text-align: right;
}
.first-screen:not(.first-screen--full) .first-screen__img {

}
.first-screen--full .first-screen__container {
	padding: 0;
}
.first-screen__content {
	width: 100%;
	max-width: 670px;
	color: #fff;
}
.first-screen--services .first-screen__content {
	color: #222333;
}
.post-142 .first-screen__content {
	max-width: 470px;
}
.first-screen--full .first-screen__content,
.post-140 .first-screen__content {
	color: #222333;
}
.first-screen__descr {
	width: 100%;
	/* max-width: 570px; */
}
.first-screen--full .first-screen__descr {
	max-width: 100%;
	font-weight: 500;
	font-size: 21px;
}

.first-screen__descr p {
	margin-bottom: 15px;
}

.first-screen__buttons {
	margin-top: 40px;
}
.first-screen__btn {
	background: #fff;
	color: #2495F4;
}
.first-screen__btn:hover,
.first-screen__btn:focus {
	background: none;
	color: #fff;
	border-color: #fff;
}
.first-screen__link {
	border-color: #fff;
	color: #fff;
}
.first-screen__link:hover,
.first-screen__link:focus {
	background: #fff;
	color: #2495F4;
}

.first-screen--full .first-screen__btn {
	background: #222333;
	color: #fff;
}
.first-screen--full .first-screen__btn:hover,
.first-screen--full .first-screen__btn:focus {
	background: none;
	color: #222333;
	border-color: #222333;
}
.first-screen--full .first-screen__link {
	border-color: #222333;
	color: #222333;
}
.first-screen--full .first-screen__link:hover,
.first-screen--full .first-screen__link:focus {
	background: #222333;
	color: #fff;
}
.post-140 .first-screen__btn {
	background: #2495F4;
	color: #fff;
}
.post-140 .first-screen__btn:hover,
.post-140 .first-screen__btn:focus {
	color: #2495F4;
	border-color: #2495F4;
	background: none;
}
.post-140 .first-screen__link {
	border-color: #2495F4;
	color: #2495F4;
}
.post-140 .first-screen__link:hover,
.post-140 .first-screen__link:focus {
	color: #fff;
	background: #2495F4;
}
/* end first-screen */
/* iphone */
.detailed {
	padding: 120px 0;
}
.detailed--black {
	background: #000;
	color: #fff;
}
.detailed__row {
	display: flex;
	position: relative;
}
.detailed__row:after {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	top: 100%;
	left: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 5%,rgba(0, 0, 0, .3) 45%,rgba(0, 0, 0, 0.3) 55%,rgba(0, 0, 0, 0) 95%);
}
.detailed--black .detailed__row:after {
	background: linear-gradient(to right, rgba(256, 256, 256, 0) 5%,rgba(256, 256, 256, .3) 45%,rgba(256, 256, 256, 0.3) 55%,rgba(256, 256, 256, 0) 95%);
}
.detailed__item {
	width: 100%;
	padding: 60px;
	position: relative;
}
.detailed__item--small {
	max-width: 490px;
	margin-left: 90px;
}
.detailed__row--revers .detailed__item--small {
	margin-left: 0;
	margin-right: 90px;
}
.detailed__item--border:before {
	content: '';
	width: 1px;
	height: calc(100% - 1px);
	position: absolute;
	left: 0;
	top: 1px;
	background: rgba(0, 0, 0, .3);
}
.detailed--black .detailed__item--border:before {
	background: linear-gradient(to bottom, rgba(256, 256, 256, 0) 5%,rgba(256, 256, 256, .3) 100%);
}
.detailed__row--revers .detailed__item--border:before {
	left: auto;
	right: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 5%,rgba(0, 0, 0, .3) 100%);
}
.detailed--black .detailed__row--revers .detailed__item--border:before {
	background: rgba(256, 256, 256, .3);
}
.detailed__name {
	position: relative;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 21px;
}
.detailed--black .detailed__name {
	padding-top: 15px;
}
.detailed__name span {
	position: absolute;
	top: -15px;
	left: 0;
	font-weight: 700;
	font-size: 60px;
	line-height: 1;
	color: #fff;
	opacity: .3;
}
.detailed__title {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 28px;
}
.iphone_price__table {
	margin-top: 60px;
}
.section-iphone_order .black-bg {
	padding-bottom: 0;
}
.iphone_order__info {
	width: 100%;
	max-width: 500px;
}
.iphone_order__title span {
	color: #F8C220;
}
.iphone_order__description p {
	margin-bottom: 30px;
}
.iphone_order__btn {
	background: #fff;
	color: #222333;
}
.iphone_garanty__info {
	width: 100%;
	max-width: 470px;
}
.iphone_garanty__info p {
	margin-bottom: 30px;
}
.iphone_garanty__info span {
	font-weight: bold;
	color: #F8C220;
}
.iphone_garanty__reviews .google-reviews {
	width: 100%;
	max-width: 470px;
	margin-left: auto;
}
.iphone_garanty__reviews .google-reviews .wp-google-place {
	display: none !important;
}
.iphone_garanty__reviews .google-reviews .wp-google-review {
	max-width: 470px;
	padding: 0 10px;
}
.iphone_work__row {
	display: flex;
	flex-direction: column;
}
.iphone_work__item {
	width: 50%;
	position: relative;
	padding-right: 60px;
	transition: .3s;
}
.iphone_work__item > {
	opacity: .5;
}
.iphone_work__item p {
	margin-bottom: 20px;
}
.iphone_work__item--right {
	margin-left: auto;
	padding-right: 0;
	padding-left: 60px;
}
.iphone_work__item:before {
	content: '';
	display: block;
	/* width: 1px; */
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	border-right: 1px dashed rgba(1,1,1,.3);
	transition: .3s;
	opacity: 1 !important;
}
.iphone_work__row.focus .iphone_work__item > * {
	opacity: 1;
}
.iphone_work__row.active .iphone_work__item:before {
	border-right-style: solid;
}
.iphone_work__row.focus .iphone_work__item:before {
	border-color: #2495F4;
}
.iphone_work__item--right:before {
	right: auto;
	left: -1px;
}
.iphone_work__row:last-child .iphone_work__item:before {
	display: none;
}
.iphone_work__current {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	position: absolute;
	top: -10px;
	right: 0;
	font-size: 28px;
	background: #fff;
	border: 1px dashed rgba(0, 0, 0, 0.3);
	border-radius: 50px;
	transform: translateX(50%);
}
.iphone_work__row.active .iphone_work__current {
	border-style: solid;
}
.iphone_work__row.focus .iphone_work__current {
	border-color: #2495F4;
	color: #2495F4;
}
.iphone_work__item--right .iphone_work__current {
	right: auto;
	left: 0;
	transform: translateX(-50%);
}
.iphone_work__name {
	font-weight: 500;
	font-size: 21px;
	margin-bottom: 5px !important;
}
.iphone_work__list {
	padding-left: 25px;
}
.iphone_work__list li {
	margin-bottom: 20px;
}
.iphone_work__list li span {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
.benefit-box__description {
	width: 100%;
	max-width: 570px;
	margin-bottom: 30px;
}
.benefit-box__list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.benefit-box__item {
	padding: 0 15px;
	text-align: center;
	width: 25%;
}
.benefit-box__img {
	margin-bottom: 20px;
	padding: 20px 25px;
}
.benefit-box__name {
	font-weight: 500;
	font-size: 21px;
	margin-bottom: 5px;
}
.benefit-box__bottom {
	margin-top: 5px;
	font-size: 14px;
	color: #72737C;
}
.alt-shop__list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.alt-shop__item {
	width: 50%;
	padding: 0 15px;
	margin-bottom: 30px;
}
.alt-shop__link {
	display: block;
	padding: 30px;
	background: #F5F5F7;
}
.alt-shop__name {
	display: block;
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 21px;
}
.alt-shop__img {
	margin: 0 auto;
	display: block;
}
.alt-shop__text {
	display: block;
	margin-top: 30px;
	min-height: 70px;
}
/* end iphone */
/* otzyv-ua */
.site-content .otzyvua_widget * {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}
.site-content .otzyvua_widget h2 {
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 38px;
	color: #222333;
}
.site-content .otzyvua_widget a.logo {
	top: -10px;
}
.site-content .otzyvua_widget .rating {
	margin: 0;
}
.site-content .otzyvua_widget .otzv_coment {
	font-size: 16px;
	color: #72737C;
}
.site-content .otzyvua_widget .otzv_author {
	font-size: 16px;
}
.site-content .otzyvua_widget .o_title {
	margin: 10px 0 5px;
}
.site-content .otzyvua_widget .o_dsc {
	margin-bottom: 10px;
}
.site-content .otzyvua_widget .o_dsc img {
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 5px 0;
}
.site-content .otzyvua_widget_form input[type="submit"],
.site-content .otzyvua_widget button {
	padding: 10px 40px;
	height: auto;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	color: #2495F4 !important;
	background: none !important;
	border: 2px solid #2495F4;
	border-radius: 100px;
	transition: .3s;
}
.site-content .otzyvua_widget_form input[type="submit"]:hover,
.site-content .otzyvua_widget_form input[type="submit"]:focus,
.site-content .otzyvua_widget button:hover,
.site-content .otzyvua_widget button:focus {
	background: #2495F4 !important;
	color: #fff !important;
}
.site-content .otzyvua_widget_form select {
	max-width: 230px;
	height: auto;
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	color: #222333;
	outline: none !important;
	border: 1px solid #2495F4;
}
.site-content .otzyvua_widget_form input,
.otzyvua_widget_form textarea {
	height: auto;
	padding: 10px 15px;
	font-weight: 400;
	font-size: 14px !important;
	line-height: 1;
	letter-spacing: normal;
	text-transform: inherit;
	background: none;
	border: 1px solid #2495F4;
	color: #222333;
}
.site-content .otzyvua_widget_form input::placeholder {
	color: #222333;
}
.site-content .otzyvua_widget .otzv_copy {
	display: none;
}
/* end otzyv-ua */
/* google reviews */
.google-reviews {
	position: relative;
}
.google-reviews .wp-gr .wp-google-place .wp-google-name {
	display: none;
}
.google-reviews .wp-gr a.wp-google-name {
	color: #222333 !important;
}
.google-reviews .wp-gr .wp-google-left img {
	margin-right: 20px !important;
}
.google-reviews .wp-google-place {
	position: relative;
	margin-bottom: 30px;
	padding-right: 230px;
}
.google-reviews .wp-gr .wp-google-text {
	display: block;
	margin-top: 20px !important;
	font-size: 16px !important;
	line-height: 1.4 !important;
}
.google-reviews .wp-gr .wp-google-powered img {
	display: none;
}
.google-reviews .wp-gr .wp-google-rating {
	font-weight: bold;
	font-size: 16px !important;
	color: #222333 !important;
}
.wp-gr .wp-google-stars .wp-star svg path {
	fill: #FFB400;
}
.google-reviews .wp-google-left {
	display: block !important;
}
.google-reviews .wp-google-review {
	padding: 0 10px;
	width: 100%;
	max-width: 400px;
}
.google-reviews .wp-google-place .wp-google-left {
	display: none !important;
}
.google-reviews .wp-google-review .wp-google-stars {
	display: block;
}
.google-reviews .wp-google-review .wp-google-right {
	width: auto !important;
	display: block !important;
}
.google-reviews .wp-google-url {
	display: none !important;
}
.google-reviews .wp-gr .wp-more-toggle {
	display: block;
	position: relative;
	margin-top: 20px;
	font-size: 14px !important;
	font-weight: bold;
	color: #2495F4 !important;
	padding-right: 15px;
}
.google-reviews .wp-gr .wp-more + .wp-more-toggle:after {
	content: '';
	width: 8px;
	height: 6px;
	background: url('/wp-content/themes/portalexpress/assets/images/svg/arrow-review.svg') 0 0 no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.google-reviews__link {
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 1;
}
.google-reviews__footer {
	position: relative;
}
/* end google reviews */
/* about-page */
.section-shopping .white-box {
	margin-top: -40px;
	position: relative;
}
.shopping {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.shopping__info {
	width: 100%;
	max-width: 570px;
}
.about-us {
	display: flex;
	align-items: flex-start;
	margin: 0 -15px;
}
.about-us__left {
	padding: 0 15px;
	width: 100%;
	max-width: 400px;
	flex-shrink: 0;
}
.about-us__list {
	padding: 15px;
	box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.03), 0px 0px 200px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	background: #fff;
}
.about-us__list li {
	margin-bottom: 15px;
}
.about-us__content {
	padding: 0 15px;
}
.about-us__content p {
	margin-bottom: 30px;
}
/* end about-page */
.section-steps-order {
	padding-top: 0;
}
.steps-order__descr {
	width: 100%;
/* 	max-width: 650px; */
}
.steps-order__list {
	display: flex;
	margin: 30px -15px 0;
}
.steps-order__item {
	width: 100%;
	max-width: 300px;
	padding: 0 15px;
	position: relative;
}
.steps-order__item:before {
	content: '';
	width: calc(100% - 105px);
	height: 1px;
	background: #6CAAF7;
	position: absolute;
	right: 15px;
	top: 30px;
}
.steps-order__item:last-child:before {
	display: none;
}
.steps-order__name {
	margin: 30px 0 10px;
	font-weight: 500;
	font-size: 21px;
}
.steps-order__current {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	background: radial-gradient(77.54% 79.03% at 69.04% 7.02%, #79B3FB 0%, #2A7CDF 100%);
	box-shadow: 5px 10px 15px rgba(36, 149, 244, 0.1), 0px 0px 30px rgba(36, 149, 244, 0.15);
	border-radius: 50%;
}
.steps-order__footer {
	position: relative;
}

/* form-online */
.form-online {
	display: flex;
	align-items: center;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 10px 30px rgba(36, 149, 244, 0.05), 0px 0px 100px rgba(36, 149, 244, 0.15);
	overflow: hidden;
}
.form-online__img {
	width: 100%;
	max-width: 470px;
	flex-shrink: 0;
	padding: 70px 0 0;
	color: #fff;
	text-align: center;
	background: radial-gradient(77.54% 79.03% at 69.04% 7.02%, #79B3FB 0%, #2A7CDF 100%);
	overflow: hidden;
}
.form-online__name {
	padding: 0 20px;
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 28px;
}
.form-online__descr {
	padding: 0 20px;
}
.form-online__form {
	position: relative;
	padding: 30px 15px;
	width: 100%;
	max-width: 560px;
	margin: auto;
}
.form-online__title {
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 28px;
	text-align: center;
}
/* end form-online */
.shop-page {
	padding: 60px 0;
}
.shop-page__flex {
	display: flex;
	margin: 60px -15px 0;
}
.shop-page__sidebar {
	width: 100%;
	max-width: 300px;
	padding: 0 15px;
	flex-shrink: 0;
}
.shop-page__content {
	padding: 0 15px;
}
.shop-page__logo {
	margin-bottom: 40px;
}
.shop-page__img {
	margin-bottom: 60px;
}
.policy-page__header {
	padding: 105px 0;
	background: radial-gradient(77.54% 79.03% at 69.04% 7.02%, #79B3FB 0%, #2A7CDF 100%);
}
.policy-page__title {
	width: 100%;
	max-width: 570px;
}
.policy-page__header .h2 {
	margin-bottom: 0;
	color: #FBFDFF;
}
.policy-page .page-content a {
	color: #2495F4;
}
.calculator-deliv__footer .usa,
.calculator-deliv__footer .other {
	display: none;
}
/* social-custom */
.social-custom-page {
	margin: 10px 0;
}
.section-social-custom {
	border-bottom: 2px solid #C7E3FB;
	border-top: 2px solid #C7E3FB;
}
.section-social-custom .h2 {
	font-weight: normal;
	font-size: 24px;
	text-align: center;
}
.social-custom .social-list {
	justify-content: center;
}
.social-custom .social-list__link {
	padding: 10px;
	border-radius: 5px;
}
.social-custom .social-list__link--facebook {
	background-color: #4267b2;
}
.social-custom .social-list__link--instagram {
	background-image: linear-gradient(45deg,#ffc107,#f44336 51%,#9c27b0);
}
.social-custom .social-list__link--viber {
	background-color: #665cac;
}
.social-custom .social-list__link--telegram {
	background-color: #33aade;
}
.social-custom .social-list__link--whatssapp {
	background-color: #25d366;
}
.social-custom .social-list__link .svg-icon {
	width: 25px;
	height: 25px;
	fill: #fff;
}
/* end social-custom */
#callback-form {
	max-width: 420px;
}
/*кнопка звонка*/

.callback-bt {
	width: 68px;
	height: 68px;
	position: fixed;
	left: 8%;
	bottom: 18%;
	background:#49c700;
	border: 2px solid #49c700;
	border-radius: 50%;
	box-shadow: 0 8px 10px rgba(73,199,0,0.3);
	cursor: pointer;
	z-index: 999;
	transition: .3s;
	-webkit-animation: hoverWave linear 1s infinite;
	animation: hoverWave linear 1s infinite;
}

.callback-bt .text-call {
	position:relative;
	padding: 15px;
	border-radius: 50%;
}

.callback-bt .text-call span {
	width: 320px;
	padding: 10px;
	position: absolute;
	left: calc(100% + 20px);
	top: 50%;
	transform: translateY(-50%);
	font-size: 13px;
	color: #fff;
	background: rgba(73,199,0,.9);
	display: none;
}
.callback-bt .text-call span:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 6px;
	top: 50%;
	left: -12px;
	transform: translateY(-50%);
	border-right-color: rgba(73,199,0,.9);
}
.callback-bt:hover span {
	display: block;
}
.callback-bt img  {
	animation: 1200ms ease 0s normal none 1 running shake;
	animation-iteration-count: infinite;
	-webkit-animation: 1200ms ease 0s normal none 1 running shake;
	-webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes hoverWave {
	0% {
	box-shadow:0 8px 10px rgba(73,199,0,0.3),0 0 0 0 rgba(73,199,0,0.2),0 0 0 0 rgba(73,199,0,0.2)
}
40% {
	box-shadow:0 8px 10px rgba(73,199,0,0.3),0 0 0 15px rgba(73,199,0,0.2),0 0 0 0 rgba(73,199,0,0.2)
}
80% {
	box-shadow:0 8px 10px rgba(73,199,0,0.3),0 0 0 30px rgba(73,199,0,0),0 0 0 26.7px rgba(73,199,0,0.067)
}
100% {
	box-shadow:0 8px 10px rgba(73,199,0,0.3),0 0 0 30px rgba(73,199,0,0),0 0 0 40px rgba(73,199,0,0.0)
}
}@keyframes hoverWave {
	0% {
	box-shadow:0 8px 10px rgba(73,199,0,0.3),0 0 0 0 rgba(73,199,0,0.2),0 0 0 0 rgba(73,199,0,0.2)
}
40% {
	box-shadow:0 8px 10px rgba(73,199,0,0.3),0 0 0 15px rgba(73,199,0,0.2),0 0 0 0 rgba(73,199,0,0.2)
}
80% {
	box-shadow:0 8px 10px rgba(73,199,0,0.3),0 0 0 30px rgba(73,199,0,0),0 0 0 26.7px rgba(73,199,0,0.067)
}
100% {
	box-shadow:0 8px 10px rgba(73,199,0,0.3),0 0 0 30px rgba(73,199,0,0),0 0 0 40px rgba(73,199,0,0.0)
}
}

/* animations icon */

@keyframes shake {
0% {
transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
}
10% {
transform: rotateZ(-30deg);
	-ms-transform: rotateZ(-30deg);
	-webkit-transform: rotateZ(-30deg);
}
20% {
transform: rotateZ(15deg);
	-ms-transform: rotateZ(15deg);
	-webkit-transform: rotateZ(15deg);
}
30% {
transform: rotateZ(-10deg);
	-ms-transform: rotateZ(-10deg);
	-webkit-transform: rotateZ(-10deg);
}
40% {
transform: rotateZ(7.5deg);
	-ms-transform: rotateZ(7.5deg);
	-webkit-transform: rotateZ(7.5deg);
}
50% {
transform: rotateZ(-6deg);
	-ms-transform: rotateZ(-6deg);
	-webkit-transform: rotateZ(-6deg);
}
60% {
transform: rotateZ(5deg);
	-ms-transform: rotateZ(5deg);
	-webkit-transform: rotateZ(5deg);
}
70% {
transform: rotateZ(-4.28571deg);
	-ms-transform: rotateZ(-4.28571deg);
	-webkit-transform: rotateZ(-4.28571deg);
}
80% {
transform: rotateZ(3.75deg);
	-ms-transform: rotateZ(3.75deg);
	-webkit-transform: rotateZ(3.75deg);
}
90% {
transform: rotateZ(-3.33333deg);
	-ms-transform: rotateZ(-3.33333deg);
	-webkit-transform: rotateZ(-3.33333deg);
}
100% {
transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
}
}

@-webkit-keyframes shake {
0% {
transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
}
10% {
transform: rotateZ(-30deg);
	-ms-transform: rotateZ(-30deg);
	-webkit-transform: rotateZ(-30deg);
}
20% {
transform: rotateZ(15deg);
	-ms-transform: rotateZ(15deg);
	-webkit-transform: rotateZ(15deg);
}
30% {
transform: rotateZ(-10deg);
	-ms-transform: rotateZ(-10deg);
	-webkit-transform: rotateZ(-10deg);
}
40% {
transform: rotateZ(7.5deg);
	-ms-transform: rotateZ(7.5deg);
	-webkit-transform: rotateZ(7.5deg);
}
50% {
transform: rotateZ(-6deg);
	-ms-transform: rotateZ(-6deg);
	-webkit-transform: rotateZ(-6deg);
}
60% {
transform: rotateZ(5deg);
	-ms-transform: rotateZ(5deg);
	-webkit-transform: rotateZ(5deg);
}
70% {
transform: rotateZ(-4.28571deg);
	-ms-transform: rotateZ(-4.28571deg);
	-webkit-transform: rotateZ(-4.28571deg);
}
80% {
transform: rotateZ(3.75deg);
	-ms-transform: rotateZ(3.75deg);
	-webkit-transform: rotateZ(3.75deg);
}
90% {
transform: rotateZ(-3.33333deg);
	-ms-transform: rotateZ(-3.33333deg);
	-webkit-transform: rotateZ(-3.33333deg);
}
100% {
transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
}
}
.pagination-shop {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.pagination-shop .page-numbers {
	width: 40px;
	height: 40px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	font-weight: 700;
}
.pagination-shop .page-numbers.current {
	color: #2495F4;
}
.pagination-shop .page-numbers.prev,
.pagination-shop .page-numbers.next {
	border: 2px solid #2495F4;
	border-radius: 50%;
	color: #2495F4;
}
/* конец кнопки звонка */

/*Перевод сайта*/
div#gtranslate_wrapper {
    margin-top: 25px;
}
