* {
outline: none!important;
}
*:focus {
outline: none!important;
}

.content .content-container p img {
	max-width: 100%;
	border: 0;
}

html, body {
  font-family: "Segoe UI", Arial, sans-serif;
  outline: none!important;
}
html:focus, body:focus {
  outline: none!important;
}
h1 {
	color: #2d2d2d;
	font-size: 29.95px;
	font-weight: 700;
	letter-spacing: 1.677px;
	line-height: 51.869px;
	text-align: left;
	text-transform: uppercase;
}

.clients__container {
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	margin: 0 auto;
}

p, li {
color:  #4a4a4a;
font-size: 14px;
font-weight: 400;
line-height: 20px;
outline: none!important;
	text-align: justify;
	font-family: Verdana, sans-serif;
}
a {
color:  #d40511;
font-size: 14px;
font-weight: 400;
letter-spacing: 0.784px;
line-height: 22px;
outline: none!important;
}
a:focus {
outline: none!important;
}
input:focus {
	outline: none;
}
button:focus {
	outline: none;
}
/* input[type="text"]:focus {
	outline: 1px solid red;
} */
/* Header */
/* Bootstrap menu */
.info-mob {
	display:none;
}
.nav-toggle {
	display:none;
	cursor: pointer;
}
.nav-toggle__click {
	position: absolute;
	top: 0;
	left: 0;
	height: 42px;
	width: 44px;
}
.navbar-nav>li>a {
	padding: 0;
}
.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: #fff;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: #fff;
	border-color: #337ab7;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #fff;
}
.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.open>.dropdown-menu {
	display: block;
}
.dropdown-menu {
	border-radius: 0!important;
	padding: 0;
}
.dropdown-menu>li>a {
	display: block;
	padding: 6px 9px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background-color: #ffcb08;
}
/* End Bootstrap menu */
.navbar-brand {
	padding: 0;
}
.navbar {
 /*max-width: 1010px; */
	margin: 0 auto;
	background: #fff;
	/*  position: fixed; */
	z-index: 200;
	/*position: relative; */
	max-width: 1920px;
	border-radius: 0;
	border: none;
	top: 0;
	transition: all 0.4s;
}
.navbar-header {
	margin: 0;
}
.navbar-header a {
	display: block;
	height: 89px;
}
.navbar-collapse {
	flex: 4;
	align-self: flex-end;
	transition: all 1s;
}
.navbar-end {
	flex: 2; 
	align-self: center;
	text-align: right;

	;
}
.info {
	font-size: 12px;
	transition: all 1s;
}
.info__work_adr {
	background: url(../img/pin.png) no-repeat 0px center;
	padding-left: 20px;
	display: inline-block;
	margin-right: 24px;
}
.info__work_mods {
	/* background: url(../img/time.png) no-repeat 0px center; */
	padding-left: 20px;
	display: inline-block;
	margin-right: 24px;
}
.info__email {
	background: url(../img/email.png) no-repeat 0px center;
	padding-left: 20px;
	display: inline-block;
}
.navbar-collapse.changed {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex: 5;
	height: 89px;
}
.changed ul.nav {
	margin: 0;
	align-self: flex-end;
	transition: all 1s;
}
.changed ul.nav.navbar-nav li a {
	padding-bottom: 34px;
}
ul.nav {
	margin: 20px 0 0 0;
	padding: 0;
	display: block;
}
ul.nav li {
	list-style: none;
	display: inline-block;
	margin-right: 20px;
}
ul.nav.navbar-nav li a {
	color: #2d2d2d;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: -0.28px;
	padding-bottom: 0;
	font-family: "Segoe UI", Arial, sans-serif;
}
ul.dropdown-menu {
	border: none;
}
ul.dropdown-menu>li {
	padding: 0;
	margin-right: 0;
	width: 100%;
}
ul.dropdown-menu a {
  color: #2d2d2d!important;
}
ul.dropdown-menu li a {
	padding-bottom: 5px!important;
}
ul.dropdown-menu a:hover,
ul.dropdown-menu li.active a {
	background-color: #ffcb08;
}
ul.nav.navbar-nav li.active a {
	color: #ffcb08;
	transition: all 0.3s;
}
ul.nav.navbar-nav>li:hover>a {
	color: #ffcb08;
	transition: all 0.3s;
}
.call__buttons {
	font-size: 12px;
	color: #2d2d2d;
}
.call__buttons a {
	background: #ffcb08;
	color: #2d2d2d;
	text-decoration: none;
	padding: 7px 11px;
	border-radius: 3px;
	display: inline-block;
	line-height: 1;
}
.call__buttons a:first-child {
	margin-right: 8px;
}
.call__number {
	/* color: #2d2d2d; */
	margin: 16px 0 0 0;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-end;
}
.short-wrapper{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    margin-right:15px;
}
.short-operators{
    cursor: pointer;
    position: relative;
}
.short-operators:hover > .short-tooltip{
    opacity: 1;
    visibility: visible;
}
.short-operators-icons{
   text-align: justify; 
}
.short-operators-icons img{
    display: inline-block;
    vertical-align: middle;
    max-height: 12px;
}
.short-operators-text{
    font-size: 10px;
    text-align: center;
}
.short-number{
    margin-left: 10px;
}
.short-number .short-number-link{
    font-size: 26px;
    letter-spacing: -2px;
}
.short-number .short-number-link:hover{
    text-decoration: none;
    color: #ffcb08;
}
.short-tooltip{
    position: absolute;
    left: 50%;
    top: 100%;
    width: 450px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.11);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.11);
}
.short-tooltip-item{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
    border-top: 1px solid #dfdfdf;
    color: #0075B2;
    font-weight: 500;
}

.short-tooltip-heading{
    color: #fff;
    text-align: center;
    background-color: #74e800;
    text-transform: uppercase;
    font-weight: 500;
    padding: 12px 0px;
    margin-bottom: 10px;
}
.short-tooltip-subtext p{
    font-size: 11px;
    line-height: 1.2;
    padding: 20px 30px;
}
.short-tooltip-subtext{
    border-top: 1px solid #dfdfdf;
}
.short-tooltip img{
    max-width: 100%;
    max-height: 30px;
}
.call__number a {
	color: #2d2d2d;
	font-size: 14px;
	font-weight: 400;
}
.info-mob-phones-wrapper{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
}
.info-mob-phones-wrapper .short-wrapper{
    margin-right: 0;
}
.info-mob-phones-wrapper .short-operators-icons{
    line-height: 1;
}
.info-mob-phones-wrapper .short-number-link{
    font-size: 22px;
}
.info-mob-phones-wrapper .short-tooltip{
    max-width: 250px;
}
.info-mob-phones-wrapper .short-tooltip-item{
    padding: 15px;
}
.info-mob-phones-wrapper .short-tooltip-subtext p{
    padding: 15px;
}
.short-number-link span{
    vertical-align: middle;
}
.dropdowne:hover > .dropdown-menu { 
	display: block; 
}
@media (max-width: 767px){
	.navbar-nav .open .dropdown-menu {
		display: none !important;
	}
	li.dropdowne > ul.dropdown-menu li{
		padding-left: 25px;
	}
	.table_tracking td {
		padding: 0px;
	}
	.dropdowne:hover > .dropdown-menu { 
		display: none; 
	}
}

/* Main */

.main-container {
	max-width: 1920px;
	margin: 0 auto;
}
.display-1 {
	position: relative;
	height: 100vh;
}
.display-img {
	position: absolute;
	overflow: hidden;
	/* height: 100%; */
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.display-img img {
	text-align: center;
	width: 100%;
}
.display-elems {
	position: absolute;
	background: rgba(0, 0, 0, 0.43);
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	/*display: none;*/
	opacity: 0;
	transition: all 0.4s;
}
.display-elems__container {
	height: 60vh;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.display-elems__button {
	margin-top: 3%;
	margin-bottom: 6%;
}
.display-elems__arrow {
	text-align: center;
	/*margin: 8% 0;*/
	cursor: pointer;
}
.display-elems__text {
	font-size: 35.94px;
	font-weight: 700;
	letter-spacing: 2.013px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto;
}
.display-elems__button .this-button {
	background-color: #ffcb08;
	width: 311px;
	margin: 0 auto;
	text-align: center;
	padding: 23px 0;
	color: #2d2d2d;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.896px;
}
.display-elems__button a {
  color: #2d2d2d;
  text-decoration: none;
}

.display-elems__arrow img {
	width: auto;
}
.why-time {
	padding: 94px 0;
	text-align: center;
	text-transform: uppercase;
	color: #2d2d2d;
	font-size: 29.95px;
	font-weight: 700;
	letter-spacing: 1.677px;
}
 /* home slider */
.display-slider {
	position: relative;
}
.display-slider__item {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	outline:none;
}
.display-slider__navi-points {
	margin-top: 60px;
	left: 0;
	z-index: 200;
}
.post-slider .slick-list.draggable,
.post-slider .slick-track,
.post-slider__item,
.post-slider__image {
	height: 100%;
}
.post-slider.slick-dotted.slick-slider {
	height: 100vh;
}
.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.display-slider__navi-points span,
.post-slider__description--nav span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #ccc;
	display: inline-block;
	margin-right: 8px;
}
.display-slider__navi-points span.active,
.post-slider__description--nav span.active {
	border: none;
	border-radius: 50%;
	background-color:  #ffcb08;
	width: 12px;
	height: 12px;
}
.slick-dots {
	text-align: left;
	bottom: 70px;
	width: auto;
}
.post-slider .slick-dots {
	top: 840px;
}
.slick-dots li button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #ccc;
	display: inline-block;
	margin-right: 8px;
}
.slick-dots li {
	width: auto;
	height: auto;
	margin: 0;
}
.slick-dots li.slick-active button {
	border: none;
	border-radius: 50%;
	background-color: #ffcb08;
	width: 12px;
	height: 12px;
}
.slick-dots li button:before {
	content: "";
}

.display-slider__info {
	margin: 0 auto;
	flex: 1;
}
.display-slider__image {
	display: inline-flex;
}
.display-slider__info--header {
	color: #2d2d2d;
	font-size: 19.97px;
	font-weight: 700;
	letter-spacing: 1.118px;
	text-align: left;
	text-transform: uppercase;
	margin: 16px 0 20px 0;
}
.display-slider__info--text {
	color: #464646;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.784px;
	line-height: 24px;
	text-align: left;
}
.display-slider__info--text p,
.post-slider__description--text p {
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
}
.display-slider__info--icon {
	margin-top: 59px;
}
.slick-initialized .slick-slide {
	display: flex;
}
.post-slider .slick-prev,
.display-slider .slick-prev {
  display: none!important;
}
.display-slider button.slick-next {
	width: 9.65%;
	height: 100%;
	right: 0;
	background: rgba(0, 0, 0, 0.43) url(../img/slider-arrow.png) no-repeat 81% center!important;
	cursor: pointer;
	font-family: "Segoe UI", Arial, sans-serif;
}
.display-slider button.slick-next::before {
	content: "Далее";
	font-family: "Segoe UI", Arial, sans-serif;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.896px;
	line-height: 20px;
	text-align: left;
}
.display-slider__info--wrapper {
	max-width: 450px;
	margin: 0 auto;
}
.display-slider__image--this {
	overflow: hidden;
}
.display-slider__image--next {
	width: 185px;
	overflow: hidden;
}

/* Why */

.world-stat__header {
	padding: 116px 0;
	text-align: center;
	text-transform: uppercase;
	color: #2d2d2d;
	font-size: 29.95px;
	font-weight: 700;
	letter-spacing: 1.677px;
}
.world-stat__stat {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
	text-transform: uppercase;
}
.world-stat__stat-item {
	margin-bottom: 160px;
}
.world-stat__stat-item--numbers {
	color: #ffcb08;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 2.919px;
	text-align: center;
}
.world-stat__stat-item--numbers span {
	color: #ffcb08;
	font-weight: 700;
	font-size: 52.12px;
	letter-spacing: 1.008px;
	text-transform: uppercase;
}
.services .services__docs{
	width: 49.97%;
}
.services .services__pravo{
	width: 50.01%;
}
.world-stat__stat-item--description {
	color: #464646;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.784px;
	text-align: center;
	text-transform: none;
}

/* Post slider home */

.post-slider {
	position: relative;
	overflow:hidden;
	/* max-height: 1044px; */
}
.post-slider__image {
	/* overflow: hidden; */
	/*max-height: 1295px;*/
	position:relative;
	width: 100%;
}
.post-slider__wrapper {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	z-index: 100;
}
.post-slider__description {
	background-color: #fff;
	max-width: 484px;
	min-width: 440px;
	padding: 64px 66px;
}
.post-slider__arrow {
	background: url(../img/post-arrow.png) no-repeat 53px center;
	height: 100%;
	max-width: 360px;
	min-width: 90px;
}
.post-slider__description--header {
	color: #2d2d2d;
	font-size: 29.95px;
	font-weight: 700;
	letter-spacing: 1.677px;
	line-height: 51.869px;
	text-align: left;
	text-transform: uppercase;
	margin-top: 82px;
}
.post-slider__description--text {
	color: #464646;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.784px;
	line-height: 24px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 40px;
}
.post-slider__description--nav {
	margin-top: 64px;
}
.post-slider button.slick-next {
	width: 25%;
	max-width: 360px;
	min-width: 90px;
	right: 0;
	height: 100%;
}
.post-slider .slick-next::before {
	content: "";
}

/* video */

.video-wrapper {
	overflow: hidden;
	position: absolute;
	/* padding-top: 1000px; */
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#zaglushka {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
}
.play-button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.play-button__text {
	color: #ffffff;
	font-size: 35.94px;
	font-weight: 700;
	letter-spacing: 2.013px;
	line-height: 51.869px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 45px;
}

/* order form */

.order-form {
	/* margin-top: 100px; */
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.order-form__image {
	overflow: hidden;
}
.order-form__form--wrapper {
	max-width: 355px;
	min-width: 300px;
	margin-left: 130px;
}
.order-form__form--header {
	color: #2d2d2d;
	font-size: 18.97px;
	font-weight: 700;
	letter-spacing: 1.062px;
	line-height: 38.539px;
	margin-bottom: 26px;
	text-transform: uppercase;
		margin-top: 40px;
}
form.order-form__form-send {
	display: flex;
	flex-direction: column;
}
.order-form__form-send input[type="text"],
.form-calc__form--input input[type="text"],
.left-footer__form input[type="text"],
.send-popup__form input[type="text"],
.picking-form-wrapper input[type="text"] {
	width: 243px;
	background: transparent;
	border: none;
	border-bottom: 1px solid #000;
	margin-top: 12px;
	color: #727272;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.784px;
	line-height: 38.869px;
	text-align: left;
}
.input300 {
	width: 100% !important;
}
.order-form__form-send input[type="submit"],
.form-calc__form--submit input[type="submit"],
.send-popup__form input[type="submit"],
.picking-form-wrapper input[type="submit"]  {
	margin-top: 60px;
	background: #ffcb08;
	width: 230px;
	padding: 16px 0 16px 0;
	color: #2d2d2d;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.896px;
	border: none;
	line-height: 1;
}

/* services */
.display-7 {
	/* margin-top: 66px; */
}
.services {
	display: flex;
	flex-wrap: wrap;
}
.services__package {
	text-align: center;
	/*padding: 131px 0;*/
	position: relative;
	height: 40vh;
}
.services__docs,
.services__pravo,
.services__item {
	position: relative;
}
.services__docs--text,
.services__pravo--text,
.services__text {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	width: 100%;
	height: 100%;
}
.services__docs--text,
.services__pravo--text,
.services__text  {
	color:  #ffffff;
	font-size: 23.96px;
	font-weight: 700;
	letter-spacing: 1.342px;
	line-height: 51.869px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 60px;
}
.services__pravo--text:hover,
.services__docs--text:hover,
.services__text:hover {
	background:rgba(0, 0, 0, 0.43) url(../img/service-arrow.png) no-repeat center bottom+30%;
	cursor: pointer;
}
.services__package a {
	text-decoration: none;
}
.services__package--wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffcb08;
}
.services__package--wrapper {
	display: flex;
	/*padding-right: 85px;*/
	color: #ffffff;
	font-size: 23.96px;
	font-weight: 700;
	letter-spacing: 1.342px;
	line-height: 51.869px;
	text-transform: uppercase;
	text-decoration: none;
	height: 100%;
}
.services__package--wrapper::after {
	content: "";
	width: 60px;
	height: 50px;
}
.services__package--wrapper:hover::after {
	background: url(../img/service-arrow.png) no-repeat right center;
}
.services__package--wrapper:hover {
	background: rgba(0, 0, 0, 0.43);
}
.services__package:hover a {
	background: url(../img/service-arrow.png) no-repeat right center;
}
.services__docs--image,
.services__pravo--image {
	overflow: hidden;
	height: 60vh;
}

/* Clients */

.clients__header {
	color: #2d2d2d;
	font-size: 29.95px;
	font-weight: 700;
	letter-spacing: 1.677px;
	line-height: 51.869px;
	text-align: center;
	padding: 90px 0 60px 0;
	text-transform: uppercase;
}
.clients__wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}
.clients__item {
	text-align: center;
	width: 16.6%;
}
.clients__item-logo img {
	width: 100%;
}
.clients__item-name {
	color: #2d2d2d;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.896px;
	text-align: center;
}

/* Reviews */
.reviews__header {
	color: #2d2d2d;
	font-size: 29.95px;
	font-weight: 700;
	letter-spacing: 1.677px;
	line-height: 51.869px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 70px;
	margin-bottom: 50px;
}
.reviews__wrapper {
/*     display: flex;
justify-content: center; */
	margin: 0 auto;
	padding: 0 50px;
}
.reviews__item-logo {
	margin: 0 auto;
}
.reviews__wrapper .slick-prev.slick-arrow {
	/*display: block!important;*/
	background: url(../img/review-prev.png) no-repeat 0 center;
}
.reviews__wrapper .slick-next.slick-arrow {
	/*display: block!important;*/
	background: url(../img/review-next.png) no-repeat right center;
}
.reviews__wrapper .slick-prev, .reviews__wrapper .slick-next {
	width: 50px;
	height: 100%;
}
.reviews__wrapper .slick-prev::before, .reviews__wrapper .slick-next::before {
	content:"";
}
 .reviews__wrapper .slick-prev {
	left: 20px;
}
.reviews__wrapper .slick-next {
	right: 20px;
} 
.form-calc__wrapper {
	display: flex;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
}
.form-calc__title {
	text-align: center;
	color:  #2d2d2d;
	font-size: 15.97px;
	font-weight: 700;
	letter-spacing: 0.894px;
	text-align: center;
	text-transform: uppercase;
}
.form-calc__title-wrapper {
	max-width: 365px;
	margin: 0 auto;
}
.form-calc__form form {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}
.form-calc__form--input {
	margin: 20px 0;
	display: flex;
	flex-direction: column;
}
.form-calc {
	margin-top: 80px;
	margin-bottom: 60px;
}
.form-calc__form--submit {
	align-self: flex-end;
	margin-bottom: 22px;
}
.form-calc__form--input input[type="text"] {
	width: 217px;
	line-height: 33.869px;
	margin: 5px 0;
}
.form-calc__form--submit input[type="submit"] {
	margin: 0px;
}

/* Footer */
.footer-container {
	max-width: 1920px;
	margin: 0 auto;
}
.footer-wrapper {
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	flex-direction: row;
}
.left-footer__logo {
	display: inline-block;
	margin-right: 30px;
}
.left-footer__menu {
	display: inline-block;
	vertical-align: top;
}
.left-footer__row-2 {
	margin: 39px 0;
}
ul.left-footer__menu--menu {
	padding: 0;
	margin: 0;
}
ul.left-footer__menu--menu li {
	list-style: none;
	float: left;
	margin-right: 30px;
}
ul.left-footer__menu--menu li a {
	text-decoration: none;
	color: #919191;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.784px;
	text-align: left;
}
ul.social-buttons {
	margin: 0;
	padding: 0;
}
ul.social-buttons li {
	list-style: none;
	display: inline-block;
	margin-right: 19px;
}
.left-footer__form  input[type="text"] {
	line-height: 24px;
	margin: 0 0 20px 0;
	width: 210px;
	color: #b1b1b1;
	border-bottom: 1px solid #aeaeae;
}
.left-footer__form input[type="submit"] {
	color: #2d2d2d;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.784px;
	background: #ffcb08;
	border: none;
	padding: 6px 19px;
}
.left-footer__row-4 {
	color: #949494;
	font-size: 10.32px;
	font-weight: 400;
	
	line-height: 17.687px;
	margin-top: 20px;
}
.right-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: right;
}
.right-wrapper div {
	color: #727272;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.672px;
	line-height: 17.687px;
}
.right-wrapper span {
	color: #ffcc00;
	font-weight: 700;
}
.right-wrapper a {
	color:  #949494;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.578px;
	line-height: 17.687px;
	text-decoration: none;
}
footer {
	padding: 66px 0 20px 0;
	background: #fff;
}

/* Popup send-form */

.send-popup {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: auto;
}
.send-popup__wrapper {
	width: 460px;
	background: #fff;
	padding: 70px 54px;
}
.send-popup__header {
	color: #2d2d2d;
	font-size: 18.96px;
	font-weight: 700;
	letter-spacing: 1.062px;
	line-height: 32.539px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
form.send-popup__form input[type="text"] {
	line-height: 30px;
	color: #727272;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.784px;
}
.send-popup__form input[type="submit"] {
	width: auto;
	padding: 20px 28px;
	margin-top: 44px;
}

/* Внутренние страницы */
.inner-container {
	max-width: 1920px;
	margin: 0 auto;
	margin-bottom: -20px;
	padding-top: 89px;
}
.header {
	 width: 100%;
	 height: 305px;
	 overflow: hidden;
	 display: flex;
	 justify-content: center;
	 align-items: flex-end;
 }
.header h1 {
	color: #ffffff;
	font-size: 35.94px;
	font-weight: 700;
	letter-spacing: 2.013px;
	line-height: 51.869px;
	text-transform: uppercase;
	width: 100%;
	left: 0;
	text-align: center;
}
.header-delivery {
	width: 970px;
	margin: 0 auto;
	height: 305px;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
.header-delivery h1 {
	color: #ffffff;
	font-size: 35.94px;
	font-weight: 700;
	letter-spacing: 2.013px;
	line-height: 51.869px;
	text-transform: uppercase;
	text-align: left;
	position: absolute;
	top: 50%;
	margin-top: -13.5px;
	width: 100%;
	text-align: center;
	left: 0;
}
.box-content,
.content {
	margin: 20px auto;
}
/* __Accordion */
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
	display: flex;
	width: 100%;
	flex-direction: column;
}
button.accordion {
	margin-bottom: 10px;
	background: none;
	border: none;
	padding: 0;
	outline: none;
}
button.accordion.active + div{
	display: block;
}
button.accordion span {
	cursor: pointer;
	text-align: left;
	border: none;
	outline: none;
	transition: all 0.2s;
	color: #4a4a4a;
	font-size: 20px;
	font-weight: 400;
	font-stretch: condensed;
	letter-spacing: 0.784px;
	line-height: 30px;
	border-bottom: 1px dashed #464646;
	background: url(../img/accordion-down.png) no-repeat right center;
	padding-right: 20px;
	font-family: 'PT Sans', sans-serif;
}
button.accordion.active span{
	font-weight: 600;
}

.accordion__preheader {
	padding-left: 13px;
	color: #464646;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1.344px;
	text-transform: uppercase;
	border-left: 3px solid #464646;
	line-height: 22px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active span {
	background: url(../img/accordion-up.png) no-repeat right center;
}


/* Style the accordion panel. Note: hidden by default */
div.panel {
	padding: 0;
	background-color: white;
	display: none;
	transition: all 0.2s;
	margin-top: 30px;
} 
.panel p {
	padding-left: 0px;
	color: #464646;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.784px;
	line-height: 22px;
}

/* end __Accordion */
.inner__button a {
	text-decoration: none;
	color: #2d2d2d;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.896px;
	background: #ffcb08;
	padding: 16px 49px;
	margin: 40px 0 60px 18px;
	display: inline-block;
}
.other__notice {
	padding-left: 15px;
	padding-right: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fffcef;
	border-left: 3px solid #ffcb08;
	margin-top: 60px;
	
}
.other__file-file a {
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.896px;
	line-height: 15.87px;
	text-align: left;
	text-decoration: none;
}
.other__file-size {
	font-size: 14px;
	color: #ffcb08;
}
.other__file {
	background: url(../img/file-upload.png) no-repeat 0 center;
	padding-left: 35px;
	margin-top: 32px;
	height: 34px;
}
.linkblock {
	margin-top: 50px;
	width: 100%;
}
.linkblock div,
.contacts__linkblock div {
	display: inline-block;
}
.linkblock a,
.contacts__linkblock a {
	color: #2d2d2d;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.896px;
	text-decoration: none;
	padding: 18px 15px;
	display: inline-block;
	line-height: 15px;
	width: 100%;
	text-align: center;
}
.linkblock__get-consult {
	margin-right: 15px;
}
.linkblock__get-consult a {
	margin-right: 15px;
	background: #ffcb08;
}
.linkblock__yr-litsa {
	border: 1px solid #ffcb08;
}

.back-video {
	min-height: 100%;
	min-width: 100%;
}
display-5 {
	height: 100vh;
z-index: 9999;
}
.promo-video {
	min-height: 100%;
	min-width: 100%;
	background-size: cover;
	background: transparent url(../img/video.jpg) no-repeat 0 0;
}
.other__know {
	background-color: #f3f3f3;
	padding: 3px 23px 14px 15px;
	color: #464646;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.784px;
	line-height: 22px;
}
.services__item {
	position: relative;
}
.services__image {
	overflow: hidden;
	height: 455px;
}
.contact-container {
	max-width: 1920px;
	margin: 0 auto;
	margin-top: 120px;
}
.content-wrapper {
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
	width: 970px;
	margin-bottom: 92px;
}
.contacts-wrapper {
	padding: 10px 0 0 40px;
}
.contacts__linkblock {
	width: 100%;
}
.akcii-wrapper {
	/*height: 755px;*/
	overflow: hidden;
}
.akcii__content-wrapper {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	width: 80%;
}
.akcii__header h1 {
	color: #ffffff;
	font-size: 35.94px;
	font-weight: 700;
	letter-spacing: 2.013px;
	line-height: 51.869px;
	text-align: left;
}
.akcii__akcii {
	display: flex;
	justify-content: space-between;
}
.akcii__item-label {
	width: 60px;
	height: 78px;
	background-color: #ffcb08;
	padding: 7px;
	box-sizing: border-box;
	margin-top: -35px;
	padding-top: 29px;
	text-align: center;
	color: #000000;
	font-weight: 600;
	line-height: 13.26px;
}
.akcii__item {
	background-color: #fff;
	padding: 25px 20px;
	box-sizing: border-box;
	margin: 10px 8px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.akcii__item-link a {
	color: #2d2d2d;
	background-color: #ffcb08;
	padding: 6px 15px;
	display: inline-block;
	float: right;
}
.akcii__item-header {
	color: #2d2d2d;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1.008px;
	line-height: 20px;
	text-transform: uppercase;
	margin-top: 20px;
}
.nw-page-link {
	margin-top: 40px;
}
.nw-page-link a {
	color: #2d2d2d;
	background-color: #ffcb08;
	padding: 7px 15px;
}
.box-header {
	width: 100%;
	height: 305px;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.box-header h1 {
	color: #ffffff;
	text-align: center;
	width: 100%;
	font-size: 35.94px;
	font-weight: 700;
	letter-spacing: 2.013px;
	line-height: 51.869px;
	text-transform: uppercase;
	width: 970px;
	margin: 20px auto;
	position: absolute;
	top: 50%;
	margin-top: -25.5px;
	left: 0;
	max-width: 100%;
	padding: 0 20px;
}
.header {
	width: 100%;
	height: 305px;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.header h1 {
	color: #ffffff;
	font-size: 35.94px;
	font-weight: 700;
	letter-spacing: 2.013px;
	line-height: 51.869px;
	text-transform: uppercase;
	/*position: absolute;*/
	/*top: 50%;*/
	margin-top: -25.5px;
	bottom: 0%;
	text-align: left;
	/*padding-left: 30px;*/
	padding-bottom: 30px;
	/*text-align: center;*/
	width: 970px;
}
.picking-form-wrapper h3,
.picking-result-wrapper h3 {
	color:  #3d3d3d;
	font-size: 17.97px;
	font-weight: 700;
	letter-spacing: 1.006px;
	text-align: left;
	text-transform: uppercase;
}
.picking-form-wrapper input[type="text"] {
	line-height: 35.869px;
}
.picking-form-wrapper input[type="submit"] {
	width: 150px;
}
.picking-result-wrapper {
	display: none;
}
.picking-result__container {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.picking-result__item-top {
	display: flex;
}
.picking-result__name {
	color: #3d3d3d;
	font-size: 13.97px;
	font-weight: 400;
	letter-spacing: 0.782px;
	text-align: left;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 5px;
}
.picking__title {
	color: #3d3d3d;
	font-size: 13.97px;
	font-weight: 700;
	letter-spacing: 0.782px;
	text-align: left;
}
.percent {
	display: flex;
	clear: both;
	justify-content: space-between;
}
.percent__empty {
	text-align: left;
	color: #52e03f;
}
.percent__filled {
	color: #f38b8b;
}
form#pick-box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

/* Progress bar */
.progress-bar {
	background-color: #52e03f;
	height: 3px;
	margin: 30px 0 5px 0;
	width: 80%
}
.progress-bar span {
	display: block;
	height: 3px;
	margin-top: 0px;
	width: 0px;
	background-color: #f38b8b;
	transition: all 1s;
}
/* End Progress bar */
.nav-toggle {
	position: relative;
	z-index: 300;
	padding: 9px 10px;
	margin-right: 15px;
	background-color: #fff;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	height: 42px;
}
.nav-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #a2a2a2;
	margin: 4px 0;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}
.infoot-mob {
	display:none;
}
.json,
.json-terms {
	display: none;
}
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6,
.display-7 {
	position: relative;
	overflow: hidden;
	height: 100vh;
}
.mfp-close-btn-in .mfp-close {
	color: #afafaf;
}
.footer-wrapper,
.reviews__wrapper,
.form-calc__wrapper,
.world-stat__stat,
.clients__wrapper
{
	width: 970px;
}
.parallax {
	position: fixed;
	width: 102%;
	margin-left: -1%;
	height: 396px;
	top: 0;
	left: 0;
	z-index: -10;
}
.text-container {
	background-color: #fff;
	padding-top: 20px;
}
/* Delivery terms */
.other__delivery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 80px;
}
select.country {
	border: none;
	border-bottom: 1px solid #aeaeae;
	width: 276px;
	outline: none;
	height: 36px;
	color: #2d2d2d;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.896px;
	background: #fff;
	border-radius: 0;
}
.other__delivery-delivery {
	display: flex;
	flex-wrap: wrap;
}
.other__delivery_title {
	color: #2d2d2d!important;
	font-size: 18px!important;
	font-weight: 700!important;
	font-family: "Segoe UI", Verdana, Arial, sans-serif;
	width: 100%;
}
.other__delivery_body ul {
    padding-left: 0;
}
.other__delivery_body li {
	list-style: none;
	color: #ffcb08;
	font-size: 18px;
	font-weight: 700;
	font-family: "Segoe UI", Verdana, Arial, sans-serif;
	width: 100%;
	text-align: left;
}
.text-container .content {
	width: 970px;
}
.content-container{
    width: 100%;
}
.content-container img{
    max-width: 100%;
}
.content-container div {
	color: #464646;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.784px;
	line-height: 22px;
}
.subheader {
	color: #ffcb08!important;
	font-size: 18.01px!important;
	font-weight: 700!important;
	letter-spacing: 1.009px!important;
	line-height: 51.869px!important;
	text-align: right;
	padding-right: 22px;
	margin-top: 55px;
}
.names label {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.784px;
	line-height: 51.869px;
	margin-right: 22px;
}
.form-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.names {
	text-align: right;
}
.inputs input {
	border: none;
	width: 440px;
	border-bottom: 1px solid #aeaeae;
	color: #b1b1b1;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.672px;
	text-align: left;
	padding-bottom: 3px;
}
.marginer {
	margin: 33px 0;
}
.form-buttons-container {
	display: flex;
	flex-wrap: wrap;
	padding-top: 66px;
}
.form-buttons-container input[type="submit"] {
	color: #2d2d2d;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.896px;
	line-height: 51.869px;
	padding: 0 50px;
	background: #ffcb08;
	border: none;
}
.result-block__header {
	color: #1c1c1c;
	font-size: 35.94px;
	font-weight: 700;
	letter-spacing: 2.013px;
	line-height: 51.869px;
	text-align: center;
}
.result-block {
	background: #fff;
	padding-top: 60px;
	padding-bottom: 55px;
	max-width: 970px;
	margin: 0 auto;
}
.result-block__items {
	display: flex;
	margin: 0 20px;
	justify-content: space-between;
}
.result-block__button {
	text-align: center;
	background: #ffcb08;
	color: #2d2d2d;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.896px;
	line-height: 51.869px;
	padding: 0 90px;
}
.result-block__doc-item {
	margin-top: 88px;
	margin-left: 5px;
	margin-right: 5px;
}
.picking-result__name span {
	clear: both;
	display: block;
}
.box-content {
	width: 970px;
}
.picking-result-wrapper .linkblock {
	margin: 0;
}
.h1-desktop {
	display: block;
}
.h1-mobile {
	display: none;
}
ul.nav.navbar-nav>li>span.bottom-line {
	background-color: #ffcb08;
	height: 10px;
	width: 0;
	display: inline-block;
	vertical-align: middle;
	transition: all 0.3s;
}
ul.nav.navbar-nav>li.active>span.bottom-line,
ul.nav.navbar-nav>li:hover>span.bottom-line {
	background-color: #ffcb08;
	height: 3px;
	width: 100%;
	transition: all 0.3s;
}
.uplink {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
	background: #d40511;
	color: #fff;
	padding: 10px 10px;
	cursor:pointer;
}
/*News*/
.novosti__item.flex__item--sm-4-of-4 {
	display: flex;
	margin-bottom: 40px;
}
.novosti__item-descript {
	padding-left: 30px;
	max-height: 200px;
}
.novosti__item-descript .akcii__item-header {
	margin-top: 0;
	font-weight: 600;
}
.novosti__item-descript .akcii__item-header a {
	color: #2d2d2d;
	font-weight: 600;
}
.novosti__item-descript .akcii__item-text {
	height: 135px;
	overflow: hidden;
}

.order-form__image{
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.order-form__image > img{
    max-height: 100%;
}

.display-2 .slick-dots{
        display: inline-block !important;
    position: absolute;
    left: 10% !important;
    bottom: 10%;
}

/* media */
@media screen and (max-width: 1366px) {
	ul.nav li {
		margin-right: 16px;
	}
	.akcii__content-wrapper {
		width: 75%;
	}
	.left-footer__menu {
		display: none;
	}
}
@media screen and (max-width: 1220px) {
	.navbar-collapse {
		flex: 4;
		margin: 0;
		padding: 0;
		padding-left: 10px;
	}
	.navbar-end {
		margin: 0;
	}
	
	.clients__item {
		width: 33%;
	}
	
}
@media screen and (max-height: 800px) {
	.display-4,
	.display-5,
	.display-6 {
		/* margin-bottom: 60px; */
	}
}
@media screen and (max-width: 1140px) {
	.inner-container {
		padding-top:0;
	}
	
	footer.section .fp-tableCell>div:last-child {
		margin-top:0!important;
	}
	.content-wrapper {
		width:100%;
	}
	
	.footer-wrapper,
	.reviews__wrapper,
	.form-calc__wrapper,
	.world-stat__stat,
	.clients__wrapper,
	.text-container .content,
	.header-delivery,
	.box-content
	{
		width: 100%;
	}
	.box-content {
		padding: 20px;
	}
	.box-header h1 {
		padding: 0 20px;
	}
	.header-delivery {
		padding: 0 20px 0 20px;
	}
	.footer-wrapper {
		padding: 0 20px;
	}
	.order-form {
		position: relative;
	}
	.navbar {
		position: relative;
		left: 0!important;
	}
	.navbar.main {
		position: absolute;
		left: 0!important;
	}
	.navbar-end {
		display: none;
	}
	.navbar-collapse.changed {
		justify-content: flex-start;
	}
	.post-slider.slick-dotted.slick-slider {
		height: 1044px;
	}
	.info {
		display: none;
	}
	.nav-toggle {
		display:block;
	}
	.info-mob {
		display: block;
		font-size: 1.5em;
		flex: 11;
	}
	ul.nav.navbar-nav {
		position: absolute;
		width: 300px;
		top: 0;
		right: 0;
		background: #fff;
		z-index: 270;
		display: none;
	}
	ul.nav.navbar-nav li {
		width: 100%;
		border-bottom: none!important;
	}
	ul.nav.navbar-nav>li>span.bottom-line {
		display: none;
	}
	ul.nav.navbar-nav>li:hover>a {
		color: #2d2d2d;
	}
	ul.nav li {
		/* padding: 10px; */
	}
	ul.nav.navbar-nav li a {
		padding: 10px;
	}
	ul.nav.navbar-nav li.active:hover a {
		color: #2d2d2d;
	}
	ul.nav.navbar-nav>li:hover>a {
		background-color: #ffcb08;
	}
	.dropdown-menu {
		position: static;
		box-shadow: none;
		-webkit-box-shadow: none;
	}
	.navbar-collapse {
		align-self: center;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.display-img {
		overflow: hidden;
	}
	.back-video, .promo-video {
		width: auto;
		background-size: contain;
	}
	.display-2, 
	.display-3,
	.display-8,
	.display-6,
	.display-9 {
		margin: 0;
	}
	.display-2, .display-3, .display-5, .display-6, .display-7 {
		height: auto;
	}
	footer {
		padding: 66px 0 20px 0;
		background-color: #fff;
	}
	.display-slider__image {
		display: none;
	}
	.display-slider button.slick-next {
		width: 9.6%;
		height: 100%;
		right: 0;
		background: rgba(0, 0, 0, 0.43) url(../img/slider-arrow.png) no-repeat 81% center!important;
		cursor: pointer;
		font-family: "Segoe UI", Arial, sans-serif;
		display: none!important;
	}
	.display-slider .slick-dots {
		right: 20px;
		left: inherit!important;
		top: 70px;
		height: 25px;
	}
	.display-5 { /* to more small resolution */
		display: none;
	}
	.clients__wrapper {
		justify-content: center;
	}
	.clients__item {
		text-align: center;
	}
	.reviews__wrapper .slick-prev.slick-arrow,
	.reviews__wrapper .slick-next.slick-arrow {
		z-index: 5;
	}
	.reviews__wrapper {
		padding: 0;
	}
	.content-container {
		margin: 0 20px;
	} 
}
@media screen and (max-width: 960px) {
	.contact-container {
		margin-top: 0px;
	}
	.h1-mobile {
		display: block;
		text-align: center;
		width: 100%;
	}
	.h1-desktop {
		display: none;
	}
	.names,
	.subheader {
		text-align: left;
	}
	.akcii__content-wrapper {
		width: 100%;
		padding: 0 20px;
	}
	.order-form__image {
		 display: none;
	}
	.order-form__form--wrapper {
		max-width: 100%;
		margin-left: 0px;
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 768px) {
	.post-slider button.slick-next {
		display: none!important;
	}
	.novosti__item {
		flex-direction: column;
	}
	.novosti__item-image img {
		width: 100%;
	}
	.novosti__item-descript {
		padding-left: 0;
		max-height: inherit;
		padding-top: 20px;
	}
	.novosti__item-descript .akcii__item-text {
		height: auto;
	}
	.header-delivery h1 {
		font-size: 23px;
		line-height: 1.2;
		word-wrap: break-word;
		width: 100%;
		text-align: center;
	}
	.akcii__item-link a {
		width: 100%;
		text-align: center;
		margin-top: 10px;
		max-width: 400px;
	}
	.akcii__header h1 {
		font-size: 1.9em;
	}
	.contacts-wrapper {
		padding: 10px 20px 0 20px;
	}
	.header h1 {
		font-size: 1.9em;
		line-height: normal;
		text-align: left;
		padding-left: 30px;
	}
	.services__package--wrapper {
		background:#ffcb08 url(../img/service-arrow.png) no-repeat right+20px center;
		font-size: 1.1em;
		line-height: normal;
		text-align: left;
		padding: 30px 0 30px 20px;
		background-size: 20px;
	}
	.services__docs, .services__pravo, .services__item {
		height: 177px;
		overflow: hidden;
	}
	.post-slider.slick-dotted.slick-slider {
		height: 640px;
	}
	.display-slider__info--header {
		font-size: 1.3em;
		margin: 44px 0 15px 0;
	}
	.display-img {
		overflow: hidden;
		height: 100%;
	}
	.display-img img {
		height: 80%;
		width: auto;
	}
	.display-elems__button .this-button {
		width: 225px;
		padding: 14px 0;
	}
	.display-elems__text {
		font-size: 1.7em;
		width: 90%;
	}
	.display-elems__container {
		height: 100%;
		display: flex;
		justify-content: space-around;
	}
	.akcii__content-wrapper .display-elems__button {
		margin-top: 5%;
		padding-bottom: 50px;
	}
	.display-elems__arrow {
		margin: 8% 0;
	}
	.display-2,
	.display-3,
	.display-6,
	.form-calc__wrapper {
		padding: 0 20px;
	}
	.inputs input {
		width: 100%;
	}
	.akcii-wrapper {
		height:auto;
	}
	.linkblock>div {
		width: 100%;
	}
	.linkblock__yr-litsa {
		margin-top:10px;
	}
	.akcii__item {
		margin: 10px 0px;
	}
	.navbar-header {
		flex: 3;
	}
	.navbar-collapse {
		flex: 6;
	}
	.navbar-brand>img {
		width: 100%;
	}
	.info-mob {
		display: block;
		font-size: 1.1em;
	}
	.display-2{
	    margin-top: -150px;
	}
	.navbar-header a {
		height: auto;
	}
	ul.nav li {
		margin-right:0;
	}
	.services__docs--image, .services__pravo--image {
		height: auto;
	}
	.services {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}
	.akcii__akcii {
		flex-direction: column;
	}
	.akcii__content-wrapper {
		
	}
	.why-time {
		text-align: left;
		padding: 0;
		font-size: 1.5em;
		letter-spacing: 0.677px;
		margin-top: 60px;
	}
	.world-stat__header {
		padding: 60px 0;
		text-align: left;
	}
	.world-stat__stat-item {
		margin-bottom: 60px;
	}
	.world-stat__stat-item--numbers,
	.world-stat__stat-item--numbers span {
		text-align: left;
		font-weight: 700;
		font-size: 52.12px;
	}
	.world-stat__stat-item--description {
		text-align: left;
	}
   .post-slider .slick-next, .post-slider__arrow {
		display: none;
	}
	.post-slider .slick-dots {
		left: 20px!important;
		height: 25px;
	}

	.post-slider__description {
		max-width: 100%;
		padding: 20px 20px;
		min-width: auto;
		background-color: rgba(0, 0, 0, 0.43);
		overflow: hidden;
		height: 100%;
	}
	.post-slider__description--text {
	  letter-spacing: normal;
	}
	.post-slider__description--text p{
	    line-height: normal;
	}
	.post-slider__wrapper {
		align-items: flex-start;
		background: rgba(0, 0, 0, 0.43);
		height: 640px;
	}
	.post-slider__description--text {
		margin-top: 30px;
	}
	.post-slider__description--header {
		color: #fff;
		font-size: 22.95px;
		line-height: 30.869px;
		margin-top: 30px;
	}
	.post-slider__description--text,
	.post-slider__description--text p, 
	.post-slider__description--text li {
		color: #fff; 
	}

	.post-slider__image img { /* to more small resolution */
		width: 150%;
	}
	.services__docs--text a, .services__pravo--text a, .services__text a, .services__package--wrapper a {
		text-align: left;
		width: 100%;   
		line-height: 37.869px;
		padding: 0px 60px 0 20px; 
	}
	.services__docs--text, .services__pravo--text, .services__text{
		background: rgba(0, 0, 0, 0.43);
	}
	.services__package--wrapper:hover {
		background: rgb(255, 203, 8);
	}
	.services__pravo--text, .services__docs--text, .services__text, .services__package,
	.services__pravo--text:hover, .services__docs--text:hover, .services__text:hover, .services__package:hover {
		background:rgba(0, 0, 0, 0.43) url(../img/service-arrow.png) no-repeat right+20px center;
		padding-bottom: 0px;
		font-size: 1.1em;
		background-size: 20px;
	}
	.services__docs--text, .services__pravo--text, .services__text {
		justify-content: space-between;
		padding-left: 20px;
	}
	.services__docs--image img,
	.services__pravo--image img {
		width: 100%;
	}
	.services__package {
		/*padding: 80px 0;*/
		height:auto;
	}
	 .services__package--wrapper a {
		text-align: left;
		width: 100%;
		padding: 0px 60px 0 20px;
		line-height: 37.869px;
	}
	.form-calc__wrapper { /* to more small resolution */
		flex-direction: column;
	}
	.form-calc__form form div {
		width: 100%;
	}
	.form-calc__title {
		text-align: left;
	}
	.form-calc__title-wrapper {
		min-width: 100%;
	}
	.form-calc__form form {
		justify-content: flex-start;
	}
	.footer-wrapper {
		flex-wrap: wrap;
	}
	.form-calc {
		margin-bottom: 60px;
	}
	.left-footer__menu {
		display: none;
	}
	.right-wrapper {
		text-align: left;
		margin-top: 20px;
	}
	.infoot-mob {
		display: block;
	}
	.infoot-mob div,
	.infoot-mob .right-footer__row-4 div {
		color: #949494;
		font-size: 10.32px;
		font-weight: 400;
		letter-spacing: 0.578px;
		line-height: 17.687px;
		text-align: left;
	}
	.infoot-mob .right-footer__row-3 {
		margin: 20px 0;
	}
	.left-wrapper .left-footer__row-4{
		display:none;
	}
	.right-wrapper>.right-footer__row-3 {
		display: none;
	}
	
	.services .services__docs{
		width: 100%;
	}
	.services .services__pravo{
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.clients__item {
		width: 45%;
		margin: 0 2.5%;
		
	}
	
	.content-container div {
		width: 100%;
		/*text-align: center;*/
	}
	
	.other__delivery_body  {
		margin-top: 20px;
	}
	
	.other__delivery_body ul li {
		margin-bottom: 20px;
	}
	.slick-arrow{
		display: none !important;
	}
}


@media screen and (max-width: 480px) {
	.send-popup__wrapper {
		width: 100%;
		box-sizing: border-box;
		padding: 40px 20px;
	}
	/* .display-img{
	    position: relative;
	} */
	.send-popup__header {
		font-size: 16px;
	}
	.mfp-container {
		height: auto;
	}
	a.navbar-brand img {
		margin-left: -2px;
	}
	.other__delivery-delivery {
		margin-top: 30px;
	}
	.display-1 .display-elems__container{
		height: 95%;
	}
	.display-1 .display-elems{
		height: 80%;
	}
}
.redirect {
	color: #2d2d2d;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.784px;
	background: #ffcb08;
	border: none;
	padding: 6px 19px;
	text-decoration: none !important;
}
@media screen and (max-width: 768px) and (max-height: 420px) {
	.display-elems__arrow {
		margin: 4% 0;
	}
	.display-elems__container {
		height: 100%;
	}
	.display-elems__button {
		margin-top: 10px;
	}
	.display-img img.hidden-sm {
		width: 100%;
		height: auto;
	}
	.display-elems__container {
		height: 100%;
	}
	.navbar.main {
		position: relative;
	}
}
.video-control{
		display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	/*width: 100%;*/
	cursor: pointer;
	display: inline-block;
	flex-direction: column;
	justify-content: center;
	align-items: left;
	vertical-align: bottom;
}
.video-play{
	width: 32px;
	height: 32px;
	cursor: pointer;
	margin-bottom: 10px;
	margin-left: 10px;
}
.control-button{
	display: inline-block;
}
.akcii-md-4{
		width: 30%;
}
@media (max-width: 600px){
	.services__image img{
		width: 100%;
		/*height: 210px;*/
	}
	.other__file-file{
		text-align: left !important;
	}
	.other__delivery {
		margin-top: 0 !important;
	}
	.contacts__linkblock {
		margin-bottom: 20px;
	}
}
@media (max-width: 768px){
	.akcii-md-4{
		width: 100%;
	}
	.social-buttons img{
		height: 20px;
	}
}
@media (max-width: 508px){
.other__delivery_body ul{
padding: 0;
}
		.content .content-container p img {
				height: auto;
		 }
	.picking-result__item-top{
		display: block;
	}
	.picking-result__box, .picking-result__status-line{
		width: 85%;
	}
	.picking-result__box{
		text-align: center;
	}
	.progress-bar{
		width: 100%;
	}
	.percent__empty{
		text-align: right;
	}
	.picking-result__name {
		text-align: center;
	}
}
#mfp-prev{
	text-align: left;
	margin-right: 10%;
	color: #fff;
	cursor: pointer;
	position: relative;
	background: transparent;
	border: none;
}
#mfp-next{
	text-align: right;
	color: #fff;
	float: right;
	cursor: pointer;
	position: relative;
	background: transparent;
	border: none;
}
.ymaps-2-1-53-controls__toolbar{
		display:none;
}
.reviewArrow{
	height: 20px;
}
.result-block__doc-name{
	margin-bottom: 15px;
	font-weight: bold;
}
.picking-result__item{
	margin-bottom: 80px;
}
.picking-result__box > img{
	margin-top: 15px;
}
.table_tracking td{
		padding: 10px;
	border-right: none;
	border-left: none;
}
.table_tracking{
	border: 0px;
}

.new-tablica{
	width: 70%;
color: #464646;
		font-size: 14px;
		font-weight: 400;
		letter-spacing: 0.784px;
		line-height: 22px;

}
@media (max-width: 767px){
	.table_tracking td {
		padding: 0px;
		font-size: 12px;
	}
	.new-tablica{
		width: 100%;
		padding: 10px;
		color: #464646;
		font-size: 14px;
		font-weight: 400;
		letter-spacing: 0.784px;
		line-height: 22px;
	}
}
.order-form__image img{
width: 100%;
z-index: 9;
}
.display-5{
	z-index: 99;
}
.main_news{
	position: absolute;
	display: table;
	width: 100%;
	padding: 15px;
	padding-left: 0px;
	z-index: 9;
	background: #fff;
	border-top: 1px solid #cecece;
}
.main_news-image-block, .main_news-info-block{
	display: table-cell;
	vertical-align: middle;
}
.main_news-image-block{
	width: 70px;
}
.main_news-info-block h1{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 16px;
	color: #7c7c7c;
	letter-spacing: 0px;
	line-height: 25px;
}
.main_news-info-block p{
	color: #7c7c7c;
}
.main_news-wrapper{
	display: none;
}
.main_news-wrapper-active{
	display: block !important;
}
.slider-navigation{
	text-align: center;
}
.slider-navigation-one{
	width: 7%;
    height: 3px;
    background: #cecece;
    display: inline-block;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    margin-left: 10px;
}
.slider-navigation-one-active{
	background: #e50000;
}
.main_news .slick-dots{
	bottom: 0px;
	left: 45%;
}
.main_news-image-block img{
	width: 80%;
}
@media (max-width: 767px){
	.main_news{
		display: block;
		position: relative;
		margin-bottom: -175px;
	}
	.main_news-image-block{
		vertical-align: top;
	}
	.main_news-wrapper{
		display: block;
		margin-bottom: 15px;
	}
	.slider-navigation{
		display: none;
	}
	.main_news-image-block img{
		width: 70%;
	}
	.main_news ul{
		bottom: 10px !important;
	}
	.main_news-info-block p{
		font-size: 12px;
	}
	.main_news-info-block h1{
		font-size: 13px;
	}
}
.display-4 > .post-slider > ul{
    
}
/*domestic*/

.add_cargo{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(58, 57, 57, 0.9);
	
	z-index: 20;
	display: -webkit-flex; 
	display: flex; 	
    visibility: hidden;
}

.cargo_info{
	margin: auto;
	padding: 25px;
	background-color: #ffffff;
	width: 300px;
	display: flex;
	flex-direction: column;
    color: #2d2d2d;
    font-size: 16px;
}
.cargo_info h4{
    margin-top: 15px;
    margin-bottom: 15px;
}
.cargo_info label{
    margin-right: 5px;
}
.cargo_info input[type='number']{
    width: 100%;
    margin-right: 5px;
    border: none;
    border-bottom: 1px solid #aeaeae;
}
.cargo_info input[type='number']:focus-visible{
    outline: none;
}
.cargo_info input::-webkit-outer-spin-button, input::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}
.cargo_info > div{
    display: flex;
    flex-direction: row;
    width: 100%;
}
.cargo_btn{
    justify-content: flex-end;
    margin-top: 20px;
}
.cargo_btn button{
    margin-left: 10px;
    color: #2d2d2d;
    font-size: 16px;
    background: #ffcb08;
    border: 0;
    padding: 6px 19px;
}
.cargo_btn button:hover{
    cursor: pointer;
}
.domestic_main{
	display: -webkit-flex; 
	display: flex; 
	flex-direction: column;
}
.domestic_route{
	display: -webkit-inline-flex;
 	display: inline-flex;
	flex-direction: row;
	margin-bottom: 30px;
}
.domestic_route input{
	margin: 0 25px 0 10px;
    border: none;
    border-bottom: 1px solid #aeaeae;
}
.domestic_route input[type='text']:focus-visible{
    outline: none;
}
.domestic_route input::-webkit-outer-spin-button, input::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}
#btn_change{
    width: 20px;
    height: 20px;    
    border: none;
}
#btn_delivery{
    visibility: hidden;
}

.delivery_info{
    position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(58, 57, 57, 0.9);
	
	z-index: 20;
	display: -webkit-flex; 
	display: flex; 	
    visibility: hidden;
}
.form_delivery{
    margin: auto;
	padding: 50px;
	background-color: #ffffff;
	width: 300px;
	display: flex;
	flex-direction: column;
    color: #2d2d2d;
    font-size: 16px;
}
.form_delivery label{
    margin-right: 10px;
}
.form_delivery input{
    width: 100%;    
    margin: 5px 0;
    border: none;
    border-bottom: 1px solid #aeaeae;
}
.form_delivery input:focus-visible{
    outline: none;
}
.form_delivery input::-webkit-outer-spin-button, input::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}
.delivery_button{
    justify-content: flex-end;
    margin-top: 20px;
    display: flex;
}
.delivery_button button{
    margin-left: 10px;
    color: #2d2d2d;
    font-size: 16px;
    background: #ffcb08;
    border: 0;
    padding: 6px 19px;
}
.delivery_button button:hover{
    cursor: pointer;
}
.table_inf{
    visibility: hidden;
}
.table_inf {
	
	border: none;
	margin-bottom: 20px;
}
.table_inf thead th {
	font-weight: bold;
	text-align: left;
	border: none;
	padding: 10px 15px;
	background: #d8d8d8;
	font-size: 14px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.table_inf tbody td {
	text-align: left;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 10px 15px;
	font-size: 14px;
	vertical-align: top;
}
.table_inf thead tr th:first-child, .table tbody tr td:first-child {
	border-left: none;
}
.table_inf thead tr th:last-child, .table tbody tr td:last-child {
	border-right: none;
}
.table_inf tbody tr:nth-child(even){
	background: #f3f3f3;
}
#totalPrice{
    text-align: right;
    font-size: 19px;
    font-weight: bold;
    padding: 10px;
}
