* {
    margin: 0;
    padding: 0;
}
ol, ul {
    list-style: none;
}

a:focus,
a:active,
a:hover,
a {
    text-decoration: none;
}

*::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
*:-moz-placeholder {
	color: #000;
	opacity: 1;
}
*::-moz-placeholder {
	color: #000;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #000;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}

html {
    position: relative;
    min-height: 100%;
    overflow-x: hidden;
}

body {
	min-width: 320px;
	margin-bottom: 285px;
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.6;
	font-family: "HELVETICAMEDIUM", sans-serif;
	overflow-x: hidden;
	color: #4b4b4b;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 285px;
    background-color: red;
}
h1 {
	font-family: "HELVETICAHEAVY";
	margin-bottom: 0.42em;
	font-size: 53px;
	line-height: 0.9em;
	font-weight: normal;
	text-transform: uppercase;
}
h2 {
	font-family: "HELVETICAMEDIUM";
	font-size: 32px;
	line-height: 1.2em;
	font-weight: normal;
	color: #444444;
	text-transform: uppercase;
}
h3 {
	font-family: "HELVETICAMEDIUM";
	font-size: 26px;
	line-height: 1em;
	font-weight: normal;
}
h4 {
	font-family: "HELVETICABOLD";
	font-size: 14px;
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: normal;
}
.content-p h2 {
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 26px;
}
.content-p h2::after {
	content: '';
	position: absolute;
	display: block;
	left: 50%;
	bottom: 0;
	width: 46px;
	height: 10px;
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.content-p p {
	font-size: 12px;
}
.hidden {
	display: none;
}
.background-cover {
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

/*-header-*/
.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	z-index: 2;
	background-color: #fff;
	z-index: 5;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.header__logo img {
	max-width: 167px;
}
.header__menu {
	text-align: right;
}
.header__menu li {
	display: inline-block;
	line-height: 1em;
}
.header__menu nav a {
	position: relative;
	display: inline-block;
	padding: 31px 22px 15px;
	font-family: "HELVETICAMEDIUM";
	line-height: 1em;
	font-size: 18px;
	color: #414141;
	text-transform: lowercase;
}
.header__menu li:first-of-type a {
	padding-left: 0;
}
.header__menu li:last-of-type a {
	padding-right: 0;
}
.header__menu nav a::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 9px;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	background-color: #f4152f;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.header__menu nav .active a::after,
.header__menu nav a:hover::after {
	opacity: 1;
}
.header-fixed {
	position: fixed;
	-webkit-box-shadow: 0 0 4px 0px #000;
	box-shadow: 0 0 4px 0px #000;
}
.header__tel {
	padding-top: 12px;
}
.header__tel a {
	display: inline-block;
	width: 100%;
	text-align: left;
	color: #f4152f;
	font-family: "HELVETICABOLD";
	font-size: 18px;
}
/*---------toggle------------*/
.toggle-mnu {
	display: block;
	float: right;
	width: 30px;
	height: 36px;
	padding-top: 23px;
	padding-bottom: 32px;
}
.toggle-mnu span:after,
.toggle-mnu span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -9px;
}
.toggle-mnu span:after{
  	top: 9px;
}
.toggle-mnu span {
	position: relative;
	display: block;
}
.toggle-mnu span,
.toggle-mnu span:after,
.toggle-mnu span:before {
  	width: 100%;
   	height: 5px;
    background-color: #f4152f;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
/* on activation */
.toggle-mnu.on span {
  	background-color: transparent;
}
.toggle-mnu.on span:before {
	-webkit-transform: rotate(45deg) translate(5px, 5px);
	-ms-transform: rotate(45deg) translate(5px, 5px);
	transform: rotate(45deg) translate(5px, 5px);
}
.toggle-mnu.on span:after {
	-webkit-transform: rotate(-45deg) translate(7px, -8px);
	-ms-transform: rotate(-45deg) translate(7px, -8px);
	transform: rotate(-45deg) translate(7px, -8px);
}
/*---------/toggle------------*/
/*-/header-*/
/*-section__cargo-transportation-*/
.section__cargo-transportation {
	position: relative;
	margin-top: 110px;
	padding-bottom: 330px;
	background-image: url(../img/fon-top.jpg);
	background-position: 100px 0;
}
.section__cargo-transportation .container {
	position: relative;
	z-index: 1;
}
.section__cargo-transportation .number-section {
	top: 60px;
	left: -100px;
}
/*.section__cargo-transportation::before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.9;
}*/
.number-section {
	position: relative;
	width: 100%;
	height: 500px;
}
.number-section::after,
.number-section::before,
.number-section__n {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	padding-top: 36px;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	background-color: #f4152f;
	text-align: center;
	font-family: "PFISOTEXTPRO-BOLD";
	font-size: 190px;
	line-height: 0.7em;
	color: #fff;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(47, 9, 21, 0.5);
	box-shadow: 0px 0px 40px 0px rgba(47, 9, 21, 0.5);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}
.number-section::after,
.number-section::before {
	content: '';
	width: 350px;
	height: 350px;
	background-color: #fff;
	z-index: -1;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(47, 9, 21, 0.2);
	box-shadow: 0px 0px 40px 0px rgba(47, 9, 21, 0.2);
}
.number-section::before {
	width: 500px;
	height: 500px;
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-box-shadow: 0px 0px 40px 0px rgba(47, 9, 21, 0.1);
	box-shadow: 0px 0px 40px 0px rgba(47, 9, 21, 0.1);
}
.cargo-transportation__header {
	padding-top: 140px;
}
.cargo-transportation__header h1 {
	color: #fff;
	text-shadow: 0 0 1px #000;
}
.cargo-transportation__header p {
	max-width: 234px;
	margin-bottom: 1.8em;
	font-size: 18px;
	line-height: 1.1em;
	color: #fff;
}
div .main-button input,
.main-button a {
	display: inline-block;
	padding: 13px 20px 15px;
	font-size: 18px;
	line-height: 1em;
	color: #fff;
	font-family: "HELVETICAMEDIUM";
	background-color: #f4152f;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	border: 1px solid #f4152f;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
div .main-button input {
	width: auto;
	padding-left: 45px;
	padding-right: 45px;
}
div .main-button input:hover,
.main-button a:hover {
	background-color: #fff;
	color: #4b4b4b;
	border-color: #4b4b4b;
}
.transportation__form {
	position: relative;
	max-width: 320px;
	padding: 40px 25px 25px;
	margin: 0 auto;
	background-color: rgba(244, 21, 47, 0.8);
	color: #fff;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.transportation__form .mfp-close {
	width: 35px;
    height: 35px;
    line-height: 37px;
    opacity: 1;
}
.transportation__form h3 {
	margin-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
}
.transportation__form input {
	width: 100%;
    margin-bottom: 15px;
    font-size: 19px;
    border: none;
    border-bottom: 1px solid #fff;
    background-color: transparent;
}
.transportation__form .main-button input {
	margin-top: 25px;
  	-webkit-box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, 0.57);
  	box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, 0.57);

}
.transportation__form *::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}
.transportation__form *:-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.transportation__form *::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.transportation__form *:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}
.directions {
	position: absolute;
	top: 140px;
	right: -100px;
	width: 448px;
	height: 643px;
	background-image: url(../img/direction.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
/*-/section__cargo-transportation-*/
/*-section__heavy-loads-*/
.heavy-loads-row {
	position: relative;
	top: -204px;
	z-index: 1;
}
.heavy-loads__cart-block {
	position: relative;
  -webkit-box-shadow: 0px 0px 0 0 rgba(17, 0, 47, 0.66);
  box-shadow: 0px 0px 0 0 rgba(17, 0, 47, 0.66);
	z-index: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.heavy-loads__cart-block:hover {
	z-index: 5;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.heavy-loads__cart-header {
	position: relative;
	min-height: 180px;
	padding: 30px 0 0;
	background-color: #f4152f;
}
.heavy-loads__cart-header h4 {
	width: 100%;
	padding: 0 30px;
	text-align: center;
	color: #fff;
}
.heavy-loads__cart-img {
	position: relative;
	top: -65px;
	height: 262px;
	width: 262px;
	-webkit-border-radius: 10em;
	border-radius: 10em;
}
.heavy-loads__cart-img::after {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: 65px;
	height: 65px;
	background-color: #fff;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.heavy-loads__cart-text {
	min-height: 120px;
	padding: 15px 15px 0;
}
.heavy-loads__cart-text p {
	margin-bottom: 15px;
	font-family: "HELVETICAMEDIUM";
	color: #717171;
	line-height: 1em;
	font-weight: bold;
}
/*-/section__heavy-loads-*/
/*-section__about-us-*/
.section__about-us {
	padding-top: 150px;
}
.section__about-us .directions {
	right: auto;
	top: -60px;
	left: 15px;
	width: 253px;
	height: 385px;
}
.main-header {
	position: relative;
	max-width: 370px;
	margin: 0 auto;
	text-align: center;
}
.main-header p {
	color: #aaaaaa;
	line-height: 1.5em;
	margin-bottom: 30px;
}
.about-us__cart {
	position: relative;
}
.about-us__img {
	float: left;
	width: 65%;
	height: 320px;
	border-right: 30px solid #fff;
}
.about-us__cart p {
	line-height: 14px;
}
.about-us__text {
	float: left;
	position: relative;
	height: 320px;
	width: 35%;
}
.about-us__text p {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	padding-left: 30px;
	color: #aaaaaa;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.us__cart-2 {
	position: relative;
	top: -60px;
	z-index: 2
}
.us__cart-2 .about-us__text {
	width: 58.5%;
	height: 260px;
}
.us__cart-2 .about-us__img {
	width: 41.5%;
	border: none;
	height: 260px;
}
.about-us__img-bl {
	width: 100%;
	height: 100%;
	border: 30px solid #fff;
	border-right: none;
}
.section__about-us .main-button {
	margin-left: 30px;
}
.us__cart-3 {
	position: relative;
	top: -130px;
}
.us__cart-3 .about-us__img {
	width: 65%;
	height: 330px;
	padding-right: 62px;
	border: none;
}
.us__cart-3 .about-us__img-bl {
	float: right;
	width: 45%;
	border: none;
}
.section__about-us .number-section {
	top: -200px;
	z-index: -1;
}
/*-/section__about-us-*/
/*-section__benefits-*/
.section__benefits {
	padding-top: 150px;
	padding-bottom: 125px;
	background-color: #f4f1f5;
}
.section__benefits .number-section {
	top: -250px;
	z-index: 1;
}
.timeworx {
	position: absolute;
	bottom: -155px;
	left: -185px;
}
.timeworx span {
	color: #f4152f;
}
.timeworx p::before {
	content: '';
	position: relative;
	display: inline-block;
	top: 10px;
	width: 28px;
	height: 28px;
	margin-right: 10px;
	background-color: #f4152f;
	-webkit-border-radius: 10em;
	border-radius: 10em;
}
.benefits-block {
	position: relative;
	margin: 120px 80px 0;
	z-index: 1;
}
.benefits-cart {
	float: left;
	width: 33.3333%;
	min-height: 370px;
	padding: 0 15px;
	text-align: center;
}
.benefits-block .benefits-cart:last-of-type {
	float: right;
}
.benefits-block .benefits-cart:nth-of-type(2) {
	position: relative;
	top: 170px;
}
.line-pyn::after,
.line-pyn::before {
	content: '';
	position: absolute;
	top: 97px;
	left: -177px;
	display: block;
	width: 525px;
	border-top: 1px dashed #aaaaaa;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: -1;
}
.line-pyn::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.benefits__img {
	display: inline-block;
	position: relative;
	width: 168px;
	height: 168px;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center;
	background-color: #f4f1f5;
	-webkit-border-radius: 10em;
	border-radius: 10em;
}
.benefits__img::after {
	content: '';
	display: block;
	position: absolute;
	width: 168px;
	height: 168px;
	background-image: url(../img/flag-r.png);
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}
.benefits__img::before {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 1px;
	right: 36px;
	bottom: 33px;
	-webkit-box-shadow: 0 0 87px 47px #000;
	box-shadow: 0 0 87px 47px #000;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}
.benefits-cart:hover .benefits__img::before,
.benefits-cart:hover .benefits__img::after {
	opacity: 1;
}
.benefits-cart:nth-of-type(2) .benefits__img::after {
	background-image: url(../img/gear-r.png);
}
.benefits-cart:nth-of-type(3) .benefits__img::after {
	background-image: url(../img/compas-r.png);
}
.benefits-cart:nth-of-type(4) .benefits__img::after {
	background-image: url(../img/clock-r.png);
}
.benefits-cart:nth-of-type(5) .benefits__img::after {
	background-image: url(../img/globus-r.png);
}

.benefits__text {
	display: inline-block;
}
.benefits-cart h4 {
	margin-bottom: 15px;
	line-height: 1.6em;
}
.benefits-cart p {
	color: #aaaaaa;
	line-height: 12px;
    margin-bottom: 7px;
}
.section__benefits .directions {
    right: 15px;
    top: 843px;
    width: 253px;
    height: 385px;
}

/*-/section__benefits-*/
/*-section__decor-*/
.section__decor *::-webkit-input-placeholder {
	color: #cccccc;
	opacity: 1;
}
.section__decor *:-moz-placeholder {
	color: #cccccc;
	opacity: 1;
}
.section__decor *::-moz-placeholder {
	color: #cccccc;
	opacity: 1;
}
.section__decor *:-ms-input-placeholder {
	color: #cccccc;
	opacity: 1;
}
.section__decor {
	position: relative;
	padding-top: 150px;
	padding-bottom: 0;
	background-color: #fff;
}
.section__decor .main-header {
	max-width: 670px;
}
.form-decor {
	padding: 80px 120px 50px;
	color: #fff;
	background-image: url(../img/decor.jpg);
}
.form-decor h3 {
	margin-bottom: 20px;
}
.decor__route {
	position: relative;
	float: left;
	width: 40%;
}
.decor__route::before {
	content: '';
	position: absolute;
	top: 48px;
	left: -40px;
	width: 16px;
	height: 73px;
	background-image: url(../img/route.png);
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center;
}
.decor__autotrain {
	float: left;
	width: 60%;
	padding-left: 45px;
}
.autotrain-h3 {
	padding-left: 40px;
}
.form-decor input {
	padding: 0 5px 0 20px;
	margin-bottom: 30px;
	border: none;
	background-color: #636363;
}
.form-decor input {
	width: 100%;
}
.decor__autotrain .autotrain-coll,
.decor__autotrain p {
	float: left;
	width: 25%;
	padding: 0 15px;
}
.decor__autotrain p {
	font-size: 17px;
	white-space: nowrap;
}
.autotrain-block p:first-of-type {
	padding-left: 40px;
	padding-right: 0;
}
.section__decor .number-section {
	position: absolute;
	top: 50%;
	right: -400px;
	width: 500px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 1;
}
form .main-button {
	text-align: center;
}
/*-/section__decor-*/
/*-section__contacts-*/
.section__contacts {
	padding-top: 150px;
	padding-bottom: 60px;
	background-position: bottom;
	-webkit-background-size: 100% 200px;
	background-size: 100% 200px;
	background-image: url(../img/contacts.jpg);
}
.contacts-block {
	padding-top: 60px;
}
.contacts-col {
	text-align: center;
}
.contacts-col a {
	text-transform: uppercase;
	color: #000;
}
.contacts-col a::before {
	content: '';
	display: block;
	width: 24px;
	height: 22px;
	margin: 0 auto 10px;
	background-image: url(../img/tel.png);
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center;
}
.contacts-adres a::before {
	width: 18px;
	height: 25px;
	background-image: url(../img/loc.png);
}
.contacts-tel a::before {
	width: 27px;
	height: 22px;
	background-image: url(../img/tryb.png);
}
.contacts__map h4 {
	margin-top: 15px;
	margin-bottom: 45px;
	text-align: center;
}
.contacts__map-block {
	height: 400px;
	margin-bottom: 30px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
/*-/section__contacts-*/
/*-section__application-*/
.section__application {
	padding-top: 100px;
	padding-bottom: 60px;
	background-color: #f4f1f5;
}
.content-p .section__application h2::after {
	display: none;
}
.form-application {
	max-width: 370px;
	margin: 0 auto;
}
.form-application textarea,
.form-application input {
	width: 100%;
	margin-bottom: 15px;
	font-size: 19px;
	border: none;
	border-bottom: 1px solid #d1d1d1;
	background-color: transparent;
}
.form-application textarea {
	height: 30px;
}
.form-application .main-button {
	margin-top: 20px;
}
.section__application .directions {
    right: auto;
    top: 130px;
    left: 15px;
    width: 253px;
    height: 385px;
    z-index: 1;
}
/*-/section__application-*/
/*-footer-*/
.footer {
	padding: 80px 0 60px;
	text-align: center;
	color: #fff;
	background-image: url(../img/footer.jpg);
}
.footer h3 {
	margin-bottom: 35px;
}
.footer-soc {
	margin-bottom: 20px;
}
.footer-soc a {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 8px 0;
	background-image: url(../img/f-fs.png);
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.footer-soc a:hover {
	background-image: url(../img/f-fs-r.png);
}
.footer-soc a:first-of-type {
	margin-left: 0;
}
.footer-soc a:nth-of-type(2) {
	background-image: url(../img/f-tw.png);
}
.footer-soc a:nth-of-type(2):hover {
	background-image: url(../img/f-tw-r.png);
}
.footer-soc a:nth-of-type(3) {
	background-image: url(../img/f-bn.png);
}
.footer-soc a:nth-of-type(3):hover {
	background-image: url(../img/f-bn-r.png);
}
.footer-soc a:nth-of-type(4) {
	background-image: url(../img/f-tv.png);
}
.footer-soc a:nth-of-type(4):hover {
	background-image: url(../img/f-tv-r.png);
}
.footer-soc a:last-of-type {
	margin-right: 0;
	background-image: url(../img/f-tel.png);
}
.footer-soc a:last-of-type:hover {
	background-image: url(../img/f-tel-r.png);
}
.footer .vitalii {
	color: #909090;
}
/*-/footer-*/
.thank-you-for-sending {
	position: relative;
	max-width: 320px;
	height: 200px;
	margin: 0 auto;
	color: #fff;
	background-color: #f4152f;
}
.thank-you-for-sending h4 {
	position: absolute;
	font-size: 20px;
	left: 0;
	top: 50%;
	padding: 0 15px;
	width: 100%;
	text-align: center;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}