@font-face {
	src: url('../fonts/GothamPro-Light.ttf');
	font-family: "Gotham";
	font-weight: 300;
}

@font-face {
	src: url('../fonts/GothamPro.ttf');
	font-family: "Gotham";
	font-weight: 400;
}


@font-face {
	src: url('../fonts/GothamPro-Medium.ttf');
	font-family: "Gotham";
	font-weight: 500;
}

@font-face {
	src: url('../fonts/GothamPro-Black.ttf');
	font-family: "Gotham";
	font-weight: 800;
}

@font-face {
	src: url('../fonts/GothamPro-Bold.ttf');
	font-family: "Gotham";
	font-weight: 700;
}

p, h1, h2, h3, h4, h5 {
	margin: 0px;
}

body {
	font-family: "Gotham";
	color: #222222;
}

div.center-wrap {
	max-width: 1100px;
	padding: 0px 15px;
	margin: 0px auto;
}

header > div.center-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 110px;
}

main {
	overflow: hidden;
}
.header-logo {
	max-width: 300px;
	display: block;
	text-decoration: none;
	cursor: pointer;
}
.header-logo img {
	width: 100%;
	height: auto;
}
.header-nav {
margin-left: auto;
margin-right: auto;
}
.header-nav__list {
	list-style: none;
	display: flex;
	padding-left: 0px !important;
}
.header-nav__item {
	position: relative;
	display: block;
	z-index: 10;
}
.header-nav__link {
	text-decoration: none;
	color: #222222;
	font-size: 14px;
	display: block;
	padding: 0px 20px;
	line-height: 34px;
	/* position: relative; */
}

.header-nav__item:hover > a {
	background: #ffba17;
	border-radius: 25px;
  	color: white;
}
.header-nav__link--active {
	background: #ffba17;
	border-radius: 25px;
  	color: white;	
}

.header-nav__link--sub {
	border-radius: 18px 18px 0px 0px !important;
	pointer-events: none;
}
.header-social {
	display: block;
	text-decoration: none;
}
.header-socials {
	display: flex;
}
.header-social:first-child {
	margin-right: 7px;
}

.header-phone {
	margin-right: 25px;
	font-size: 20px;
	background: url('../icons/header-phone.png') no-repeat;
	background-position: left center;
	padding-left: 42px;
	line-height: 34px;
}

.header-phone span {
	color: #636363;
}

.page-title-wrap {
	height: 210px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.page-title-wrap div.center-wrap {
	position: relative;
}
.page-title-wrap h1 {
	font-weight: 800;
	color: white;
	font-size: 40px;
	text-transform: uppercase;
	/* position: relative; */
	/* z-index: 1; */
}


.page-title-wrap::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}


.page-title-wrap--reviews {

background: url('../images/page-title--reviews.png') no-repeat;
background-size: cover;
background-position: center;
}


.page-title-wrap--transport {

background: url('../images/page-title--transport.png') no-repeat;
background-size: cover;
background-position: center;
}
.page-title-wrap--transport::before {
	display: none;
}



.page-title-wrap--animals {

background: url('../images/page-title--animals.png') no-repeat;
background-size: cover;
background-position: center;
}
.page-title-wrap--animals::before {
	display: none;
}

.page-title-wrap--about {background: url('../images/page-title--about.png') no-repeat;background-size: cover;background-position: center;margin-bottom: 35px;}

.page-title-wrap--about::before  {
	display: none;
}

.page-title-wrap--reviews::before {
	content: "";
	background: rgba(0,0,0,0.55);
}

footer {
	background: #1c1c1c;
	padding: 35px 0px;
}

footer > div.center-wrap {
	display: flex;
	justify-content: space-between;	
	align-items: center;
}
.footer-logo {
	display: block;
	text-decoration: none;
	cursor: pointer;
}
.footer-left {
	color: #747474;
	font-size: 14px;
	line-height: 19px;
	display: flex;
}
.footer-left p {
	max-width: 210px;
	margin-left: 12px;
}
.footer-left span {
	display: block;
	text-transform: uppercase;
}

.footer-right p {
	color: white;
	font-size: 22px;
	margin-bottom: 9px;
	font-weight: 400;
}
.footer-right p span {
	color: #adadad;
}

.footer-socials {
	display: flex;
	justify-content: flex-end;
}
.footer-social:first-child {
	margin-right: 7px;
}


/*
====================================================================================================
REVIEWS
====================================================================================================
*/
.reviews-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/* padding-toP: 90px; */
}

.reviews-item {
	width: calc( ( 100% - 100px ) / 3 );
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 60px;
}

.reviews-item__img {
	position: relative;
	width: 100%;
}

.reviews-item__img > div {
	padding-bottom: 78%;
}

.reviews-item__img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.reviews-item__name {
	color: #18b0ff;
	text-decoration: none;
	padding-left: 25px;
	background: url('../icons/facebook-review.png') no-repeat;
	background-position: left center;
	margin-bottom: 18px;
}


.reviews-item__face {
	color: #1999fc;
	text-decoration: none;
	margin-bottom: 90px;
	line-height: 30px;
	padding: 0px 20px;
	border-radius: 25px;
	border: 1px solid transparent;
}
.reviews-item__more {
  background-color: rgb(255, 186, 23);
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0px 25px;
  line-height: 35px;
  border-radius: 25px;
  margin-bottom: 12px;
}

.reviews-item__more:hover {
	background: white;
	border: 2px solid #ffba17;
	line-height: 31px;
	padding: 0px 23px;
	color: #ffba17;
	cursor: pointer;
	transition: color 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
}

.reviews-item__more--active:hover {
	color: #9b9b9b !important;
	border-color: #9b9b9b !important;	
	background: #fff !important;
}


.reviews-item__text {
	font-size: 14px;
	color: #595959;
	line-height: 20px;
	margin-top: 17px;
	margin-bottom: 24px;
}


.reviews-item__text {
	height: 63px;
	overflow: hidden;
}

.reviews-item--active .reviews-item__text {
	height: auto;
}

.reviews-item__more--active {
	display: none;
}


.reviews-item--active .reviews-item__more--active {
	display: block !important;
}
.reviews-item--active .reviews-item__more {
	display: none;
	background: #9b9b9b;
}

@media screen and ( max-width: 870px ) {
	.reviews-item {
		width: calc( ( 100% - 50px ) / 2 );
	}

	.reviews-list {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media screen and ( max-width: 700px ) {
		.reviews-list {
		padding-left: 0px;
		padding-right: 0px;
	}
}


@media screen and ( max-width: 600px ) {
		.reviews-item {
		width: 100%;
		max-width: 350px;
	}

	.reviews-list {
	justify-content: center;
}
}

.main-screen {
	background: url('../images/main-screen-bg.png') no-repeat;
	background-position: center;
	padding-bottom: 340px;
	background-size: cover;
}

.main-screen > div.center-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.main-screen h1 {
	color: #ffffff;
	font-size: 52px;
	font-weight: 800;
	text-transform: uppercase;
	margin-top: 70px;
	margin-bottom: 15px;
}

.main-screen-sub-title {
	font-size: 43px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.main-screen__button {
	padding: 0px 50px;
	line-height: 44px;
	border: 2px solid #fff;
	font-size: 16px;
	font-weight: 400;
	color: white;
	background: #ffba17;
	border-radius: 25px;
	/* text-transform: uppercase; */
}

.main-screen__button:hover {
	background: white;
	border-color: #ffba17;
	color: #ffba17;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
}



.simple-title {
	font-size: 40px;
	color: #242424;
	text-transform: uppercase;
	font-weight: 800;
	text-align: center;
}

.about-block h2 {
	margin-top: 90px;
	margin-bottom: 20px;
}

.about-block p {
	color: #787878;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 15px;
}


.animals {
	position: relative;
}


.animals__left img,
.animals__right img {
	width: 100%;
	height: auto;
}


.animals__left {
	position: absolute;
	left: 0px;
	top: 0px;
}

.animals__right {
	position: absolute;
	right: -20px;
	top: 0px;
}

.animals h2 {
	margin-top: 100px;
	margin-bottom: -20px;
	z-index: 10;
	position: relative;
}
.animals-text {
	max-width: 910px;
	margin: 0px auto;
}
.animals-text p {
	margin-top: 33px;
	color: #787878;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 15px;
}

.animals-button {background: #ffba17;border-radius: 25px;border: 3px solid #fff;font-size: 19px;color: #fff;font-weight: 500;position: absolute;line-height: 40px;padding: 0px 60px;left: calc( 50% - 153px);bottom: -14px;}
.animal-img {
	position: relative;
}
.animals-button:hover {
	background: rgba(255, 186, 23, 0.8);
	cursor: pointer;
	text-shadow: 2px 2px rgba(10,10,10,0.4);
	transition: all 0.7s ease-in-out;
}

.avia {
	position: relative;
}

.avia h2 {
	margin-top: 85px;
	margin-bottom: 25px;
	position: relative;
}

.avia-button {
  background: #ffba17;
  border-radius: 25px;
  border: 3px solid #fff;
  font-size: 19px;
  color: #fff;
  font-weight: 500;
  position: absolute;
  line-height: 40px;
  padding: 0px 60px;
  left: calc( 50% - 160px);
  bottom: -13px;
}
.avia-button:hover {
	background: rgba(255, 186, 23, 0.8);
	cursor: pointer;
	text-shadow: 2px 2px rgba(10,10,10,0.4);
	transition: all 0.7s ease-in-out;
}
.avia .animals-text {
	position: relative;
	max-width: 960px;
}


.avia__left img,
.avia__right img {
	width: 100%;
	height: auto;
}


.avia__left {
	position: absolute;
	left: 0px;
	top: 20px;
}

.avia__right {
	position: absolute;
	right: -20px;
	top: 25px;
}

/*
======================================================================
CONTACTS
======================================================================
*/


.page-title-wrap--contacts {
background: url('../images/page-title--contact.png') no-repeat;
background-size: cover;
background-position: center;
}
.page-title-wrap--contacts::before {
	background: transparent;
}

.contacts > div.center-wrap {
	display: flex;
	justify-content: space-between;
}

.contacts > div.center-wrap > div {
	width: 50%;
	box-sizing: border-box;
}
.contacts-left {
	font-size : 18px;
}
.contact-left__title {
	font-weight: 400;
	margin-bottom: 20px;
}

.contact-left__title span {
	font-weight: 700;
}

.contact-left__item {
	padding-left: 40px;
	margin-bottom: 10px;
	line-height: 30px;
}

.contact-left__item:nth-child(2) {
	background: url('../icons/contacts1.png') no-repeat;
	background-position: left center;
}

.contact-left__item:nth-child(3) {
	background: url('../icons/contacts2.png') no-repeat;
	background-position: left center;
}

.contact-left__item:nth-child(4) {
	background: url('../icons/contacts3.png') no-repeat;
	background-position: left center;
}

.contact-left__item:nth-child(5) {
	background: url('../icons/contacts4.png') no-repeat;
	background-position: left center;
}

.contact-left__item:nth-child(6) {
	background: url('../icons/contacts5.png') no-repeat;
	background-position: left center;
}


.contacts {
	padding-top: 100px;
	padding-bottom: 100px;
}


input[type="text"],
input[type="email"] {
	line-height: 44px !important;
	border: 1px solid #d5d5d5;
	border-radius: 25px;
	padding-left: 20px;
	margin-bottom: 10px !important;
	font-size: 14px;
	color: #9b9b9b;
}

textarea {
	border: 1px solid #d5d5d5;
	border-radius: 25px;
	padding-left: 20px;
	margin-bottom: 10px !important;
	font-size: 14px;
	color: #9b9b9b;
	padding-left: 20px;
	padding-top: 20px;
	width: 100%;
	min-height: 110px;
	resize: none;
}

input[type="submit"] {
	line-height: 44px;
	padding: 0px 45px;
	font-size: 16px;
	text-transform: uppercase;
	background-color: rgb(255, 186, 23);
	border-radius: 25px;
	border: none;
	color: #fff;
	font-weight: 500;
}

input:focus, textarea:focus {
	outline: none;
}
input::-webkit-input-placeholder {
		font-size: 14px;
		color: #9b9b9b;

}
input::-moz-placeholder          {
		font-size: 14px;
		color: #9b9b9b;

}

input:-moz-placeholder           {
		font-size: 14px;
		color: #9b9b9b;

}

input:-ms-input-placeholder      {
		font-size: 14px;
		color: #9b9b9b;
}



textarea:focus, textarea:focus {
	outline: none;
}
textarea::-webkit-input-placeholder {
		font-size: 14px;
		color: #9b9b9b;

}
textarea::-moz-placeholder          {
		font-size: 14px;
		color: #9b9b9b;

}

textarea:-moz-placeholder           {
		font-size: 14px;
		color: #9b9b9b;

}

textarea:-ms-input-placeholder      {
		font-size: 14px;
		color: #9b9b9b;
}



.contacts-right form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0px;
}


.contacts-right form input[type="text"],
.contacts-right form input[type="email"] {
	width: calc( 50% - 7px );
}


.contacts-right form input[type="submit"] {
	margin: 0px auto;
}


.contacts-right form input[type="submit"]:hover {
	background: white;
	border: 2px solid #ffba17;
	line-height: 40px;
    padding: 0px 43px;
	color: #ffba17;
	cursor: pointer;
	transition: color 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
}




@media screen and ( max-width: 950px ) {
	.contacts > div.center-wrap {
	flex-direction: column;
	align-items: center;
}

.contacts > div.center-wrap > div {
	width: 100%;
	max-width: 500px;
}

.contacts-left {
	margin-bottom: 40px;
}
}

@media screen and ( max-width: 800px ) {
	.page-title-wrap h1 {
		font-size: 30px;
		text-align: center;
	}

	.page-title-wrap {
		height: 150px;
	}
}


@media screen and ( max-width: 500px ) {
	.contacts-right form input[type="text"] {
		width: 100%;
	}

		.page-title-wrap h1 {
		font-size: 25px;
	}
		.page-title-wrap {
		height: 130px;
	}
	

	.contacts {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.contacts > div.center-wrap > div {
	max-width: 320px;
	}
	.contact-left__title  {
		line-height: 26px;
	}
	.contact-left__title span {
		display: block;
	}

}

.info-page .partners-wrap h2 {
	font-size: 40px;
	color: white;
	margin-bottom: 40px;
}

.partners-wrap h2  {
	font-size: 42px;
	color: #fff;
}
.info-page .partners-wrap  {
	margin-top: 110px;
}

@media screen and ( max-width: 800px ) {
	.info-page .partners-wrap  {
	margin-top: 70px;
}
}
.partners-wrap {
	background: url('../images/partners-bg.png') no-repeat;
	background-size: cover;
	background-position: center;
	padding: 60px 0px;
}



.animals-text {
	margin-bottom: 100px;
}



.partners-slider {
	height: 150px;
}

.swiper-container {
	padding-left: 11% !important;
	padding-right: 11% !important;
	box-sizing: border-box;
}
.swiper-slide   {
	display: flex;
	align-items: center;
	justify-content: center;
	max-height: 200px !important;
}

.swiper-slide  > div > div {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-slide   img {
	max-width: 100%;
	height: auto;
	max-height: 90%;
	max-width: 90%;
}

.info-page h2 {
	color: #000000;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 23px;
}

.info-page p {
	font-size: 14px;
	line-height: 20px;
	color: #595959;
	margin-bottom: 20px;
}

.page-the-content  {
	font-size: 14px;
	line-height: 20px;
	color: #595959;
	margin-bottom: 20px;
}


.info-page ul {
	font-size: 14px;
	line-height: 20px;
	color: #595959;
	padding-left: 18px;
}

.calc-wrap {
	display: flex;
	margin-top: 44px;
	margin-bottom: 75px;
}

.calc-wrap > div {
	width: 50%;
	box-sizing: border-box;
}

main .calc-wrap .calc-title {
	font-size: 25px;
	line-height: 30px;
	color: #171717;
	margin-bottom: 10px;
	margin-top: -5px;
}


main .calc-wrap .cal-sub-title {
	color: #595959;
}
.calc-form {
	display: flex;
	flex-direction: column;
	max-width: 410px;
}

.calc-form input {
	margin-bottom: 15px !important;
}

.calc {
	padding-left: 20px;
	position: relative;
}

.calc::before {
	content: "";
	width: 3px;
	background: #ffba17;
	height: 100%;
	left: 0px;
	position: absolute;
}
.calc-form__footer {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}



div.calc-form__footer > span {
	line-height: 44px;
	background: #ffba17;
	color: #fff;
	padding: 0px 38px;
	border-radius: 25px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
}

div.calc-form__footer > span:hover {
	background: white;
	border: 2px solid #ffba17;
	line-height: 40px;
	padding: 0px 36px;
	color: #ffba17;
	cursor: pointer;
	transition: color 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
}


.calc-left {
	display: flex;
}
.calc-left img {
	margin-top: auto;
	object-fit: contain;
	max-width: 100%;
	height: auto;
}


@media screen and ( max-width: 900px ) {
	.calc-wrap {
		flex-direction: column;
		align-items: center;
	}

	.calc-wrap--transport {
		margin-top: -100px;	
	}

	.calc-wrap--animals {
		margin-top: -50px;	
	}

	.calc-wrap--animals .calc {
		margin-top: 30px;
}

	.calc-wrap > div {
		width: 100%;
		max-width: 420px;
	}

		.info-page h2 {
		margin-top: 35px;
	}
}

@media screen and ( max-width: 470px ) {
	.calc-wrap--transport {
		margin-top: -150px;
	}

	.calc-wrap--animals {
		margin-top: -130px;
	}


	.calc-title {
		font-size: 20px !important;
	}

	.calc-form__footer {
		flex-wrap: wrap;
		justify-content: center;
	}
}

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

	.calc-wrap--animals {
		margin-top: -150px;
	}
}


@media screen and ( max-width: 890px ) {
	footer > div.center-wrap {
		flex-direction: column;
	}

	footer > div.center-wrap > div {
		margin-bottom: 30px;
	}

	footer {
		padding: 45px 0px;
	}
	.footer-right {
		margin-bottom: 0px !important;
	}

	.footer-socials {
		justify-content: center;	
	}

	.footer-right {
		align-items: center !important;
	}
}

.mheader {
	display: none;
}
.mheader-main {
	background: #ffba17;
	color: white;
}
@media screen and ( max-width: 1100px ) {

	.header-nav__link:hover::before {
		background: #fff !important;
}


	.header-nav__item:hover > a::before {
		background: #fff !important;
	}
	.mheader {
	display: block;
}

header > div.center-wrap {
	display: none;
}

.mheader-top > div {
		height: 50px;
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.header-logo {
	max-width: 152px;
}

.header-nav__list {
	flex-direction: column;
	display: inline-block;
	margin-bottom: 5px;
}
.header-socials {
	margin-left: 3px;
}
.header-phone {
	/* padding-left: 0px; */
	font-size: 17px;
	background: url('../icons/header-phone--white.png') no-repeat;
	background-position: left center;
	/* background-size: 26px; */
	padding-left: 35px;
	margin-bottom: 9px;
}

.header-nav__link {
	padding: 0px;
	padding-left: 23px;
	font-weight: 500;
	position: relative;
}

.header-nav__link::before {
	content: "";
	position: absolute;
	display: block;
	background: #222222;
	height: 2px;
	width: 12px;
	top: calc( 50% - 1px );
	left: 4px;
}

.mheader-main {
	display: none;
	padding-bottom: 40px;
	position: relative;
}

.mheader-main > div.center-wrap {
	flex-direction: column;
	align-items: center;
	display: flex;
}


.mheader-burger {
	width: 25px;
	height: 17px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
}

.mheader-burger div {
	background: #8100ff;
	height: 3px;
}

.mheader-slide {
	height: 18px;
	background: #8100ff url('../icons/double-arrow.svg') no-repeat;
	background-size: 11px;
	background-position: center;
	width: 100%;
	position: absolute;
	bottom: 0px;
	cursor: pointer;
}

}
@media screen and ( min-width: 1100px ) { 
.header-nav__item:hover .header-nab__sub-list {
	display: block;
}

.header-nab__sub-list {
	position: absolute;
	left: 0px;
	background: white;
	border: 1px solid #ffba17;
	padding-left: 0px;
	border-radius: 0px 25px 25px 25px;
	display: none;
}


.header-nab__sub-list > a {
	display: block;
	text-decoration: none;
	color: #1f1f1f;
	font-size: 14px;
	line-height: 38px;
	white-space: nowrap;
	padding-left: 12px;
	padding-right: 12px;
}
.header-nab__sub-list > a:hover {
	color: white;
	background: #ffba17;
}

.header-nab__sub-list > a:last-child {
	border-radius: 0px 0px 25px 25px;
}

.header-nab__sub-list > a:first-child {
	border-radius: 0px 25px 0px 0px;
}

}

@media screen and ( max-width: 1100px ) {
	.header-nab__sub-list    a {
		text-decoration: none;
		display: block;
		font-size: 14px;
		color: #000;
		line-height: 21px;
	}

	.header-nab__sub-list a:hover {
		text-decoration: underline;
	}
}

.reviews-item__face:hover {
	border-color:  #1999fc;
	transition: all 1s;
}

.reviews-item__name:hover {
	font-weight: 500;
	padding-left: 23px;
}

.footer-social:nth-child(1) {
	background: url('../icons/facebook.png') no-repeat;
	height: 32px;
	width: 32px;
	cursor: pointer;
}

.footer-social:nth-child(2) {
	background: url('../icons/instagram.png') no-repeat;
	height: 32px;
	width: 32px;
	cursor: pointer;
}


.footer-social:nth-child(1):hover {
	background: url('../icons/facebook--active.png') no-repeat;
	height: 32px;
	width: 32px;
}

.footer-social:nth-child(2):hover {
	background: url('../icons/instagram--active.png') no-repeat;
	height: 32px;
	width: 32px;
}

.header-socials .header-social:hover {
	cursor: pointer;
	transform: scale(0.92);
	transition: all 0.3s;
}

.popup-wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,0.77);
	top: 0px;
	left: 0px;
	display: none;
}

.popup {
	display: flex;
	flex-direction: column;
	max-width: 360px;
	box-sizing: border-box;
	width: 100%;
	position: relative;
}

.popup-close {
	width: 20px;
	height: 20px;
	position: absolute;
	background: red;
	right: 18px;
	top: 18px;
	background: url('../icons/popup-close.png') no-repeat;
	background-position: center;
	cursor: pointer;
}

.popup-header {
	background: #ffffff;
	border-radius: 25px 25px 0px 0px;
	border-bottom: 1px solid #c9c9c9;
}

.popup-title {
	color: #252525;
	font-size: 25px;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	margin-top: 13px;
	margin-bottom: 3px
}

.popup-sub-title {
	color: #404040;
	font-size: 14px;
	text-align: center;
	padding-bottom: 16px;
	max-width: 253px;
	margin: 0px auto;
}

.popup form {
	background: #f0f0f0;
	display: flex;
	flex-direction: column;
	padding: 18px;
	align-items: center;
	border-radius: 0px 0px 25px 25px;
}

.popup input {
	line-height: 42px;
	text-align: center;
	margin-bottom: 12px !important;
	width: 100%;
	padding-left: 0px;
}

.popup input[type='submit'] {
	width: auto;
	padding: 0px 45px !important;
}


.popup-wrap .popup input[type='submit']:hover {
	background: white;
	border: 2px solid #ffba17 !important;
	line-height: 38px;
	color: #ffba17;
	cursor: pointer;
	padding: 0px 43px !important;
	transition: background 0.4s ease-in-out;
}

@media screen and ( max-width: 1200px ){
.animals img {
	max-width: 100%;
	height: auto;
}


}

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

.animals__left,
.animals__right {
	max-width: 200px;
}
}



@media screen and ( max-width: 870px ){
	.simple-title {
		font-size: 25px;
	}

	.partners-wrap h2 {
		font-size: 25px;
	}

		.info-page .partners-wrap .simple-title {
		font-size: 25px !important;
	}

.animals-button {
	line-height: 34px;
	font-size: 16px;
	padding: 0px 40px;
	left: calc( 50% - 120px );
}

}


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

	.animals-button {
		top: auto;
		bottom: -15px;
		transform: rotate(0deg);
}

.animals__left,
.animals__right {
	max-width: 100px;
}

}

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

	.animals-button {
	line-height: 32px;
	font-size: 15px;
	padding: 0px 35px;
	left: calc( 50% - 110px );
}
.animals h2 {
	margin-bottom: -5px;
}
}


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

.avia__left,
.avia__right {
	max-width: 200px;
	top: 100px;
}
}

@media screen and ( max-width: 1300px ){
	.avia img {
		max-width: 92%;
	}
	.avia > div.center-wrap {
		text-align: center;
	}
}

@media screen and ( max-width: 1100px ){
.avia__left,
.avia__right {
	display: none;
}

}

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

.avia-button {
	line-height: 34px;
	font-size: 16px;
	padding: 0px 40px;
	left: calc( 50% - 120px );
}
}

@media screen and ( max-width: 680px ){
		.avia img {
		max-width: 100%;
	}

		.avia-button {
	line-height: 32px;
	font-size: 15px;
	padding: 0px 35px;
	left: calc( 50% - 110px );
}

}

.popup-wrap--active {
	display: 	flex;
	z-index: 999;
}



.avia-img {
	position: relative;
}

.info-page .avia {
	margin-top: 50px;
	margin-bottom: 50px;
}

.info-page .animals {
	margin-top: 50px;
	margin-bottom: 50px;
}

@media screen and ( max-width: 1100px ) {
	.main-screen h1 {
		font-size: 40px;
		text-align: center;
	}

	.main-screen-sub-title{
		font-size: 30px;
		text-align: center;
	}
	.main-screen {
		padding-bottom: 250px;
	}
}


@media screen and ( max-width: 890px ) {
		.main-screen {
		padding-bottom: 130px;
	}
}

@media screen and ( max-width: 700px ) {
			.main-screen {
			background: url(../images/main-screen-bg.png) no-repeat;
			background-position: -122px 5px;
			background-size: 151% auto;
			padding-bottom: 120px;
}

}


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

	.main-screen h1 {
		margin-top: 50px;
		font-size: 33px;
	}

		.main-screen-sub-title{
		font-size: 25px;
		text-align: center;
	}

	.main-screen__button {
    padding: 0px 40px;
    line-height: 38px;
    box-shadow: 3px 3px 5px 0px rgba(30,30,30,0.3);
}



			.main-screen {
			background: url(../images/main-screen-bg--mobile.png) no-repeat;
			background-size: auto 100%;
			background-position: 40% 0px;
			padding-bottom: 160px;
}

}

@media screen and ( max-width: 530px ) {
	.main-screen h1 {
		font-size: 27px;
	}
	.main-screen-sub-title {
		font-size: 20px;
	}
}

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

				.main-screen {
			background: url(../images/main-screen-bg--mobile.png) no-repeat;
			background-size: auto 100%;
			background-position: 30% 25px;
			margin-top: -25px;
}


}


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

				.main-screen {
			background: url(../images/main-screen-bg--mobile.png) no-repeat;
			background-size: auto 100%;
			background-position: 25% 25px;
}


}


@media screen and ( max-width: 930px ) {
.partners-slider {
	height: 150px;
    max-width: 701px;
    margin: 0px auto;
}

.partners-slider  .swiper-container {
	overflow: visible;
}
}


@media screen and ( max-width: 670px ) {
.partners-slider {
	height: 150px;
    max-width: 351px;
    margin: 0px auto;
}

.partners-slider  .swiper-container {
	overflow: visible;
}
}


@media screen and ( max-width: 540px ) {
.partners-slider {
	height: 150px;
    max-width: 70%;
    margin: 0px auto;
}
}


@media screen and ( max-width: 450px ) {
.partners-slider {
	height: 150px;
    max-width: 80%;
    margin: 0px auto;
}
}

.footer-nav__list {
	display: flex;
}
.footer-nav__list {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 9px;
}

.footer-nav__link {
	display: block;
	color: #adadad;
	text-decoration: none;
	font-size: 14px;
	margin-right: 22px;
}

.footer-nav__item:last-child a {
	margin-right: 0px;
}

.footer-nav__link--active {
	color: #fff;
}

.footer-nav__link:hover {
	color: #fff;
}

.footer-right {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
}

.footer-center {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	margin-top: -8px;
}

.rev-important {
	width: 100%;
	margin: 44px auto;
	margin-bottom: 0px;
	display: flex;
	justify-content: center;
}

.rev-important p  {
	border: 2px solid #bebebe;
	padding: 15px 25px;
	text-align: center;
	font-size: 16px;
	color: #868686;
	line-height: 20px;
	border-radius: 2px;
}

@media screen and ( max-width: 640px ) {
	.rev-important p br {
		display: none;
	}
}

@media screen and ( max-width: 560px ) {
	.rev-important p  {
	padding: 15px 20px;
	font-size: 15px;
	line-height: 18px;
}

}


@media screen and ( max-width: 400px ) {
	.rev-important p  {
	padding: 15px 10px;
	font-size: 15px;
	line-height: 18px;
}

}

.animals-text__more-wrap {
	text-align: center;
	margin-top: -5px;
}

.animals-text__more {
	text-decoration: none;
	position: relative;
	color: #2698f9;
	font-size: 14px;
	/* margin-top: -24px; */
}
.animals-text__more::before {
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
	background: #c9e5fd;
	bottom: 0px;
}

.animals-text__more:hover::before {
	display: none;
}

.calc-form__footer > p {
	font-size: 14px;
	color: #1c1c1c;
	font-weight: 700;
	margin-bottom: 25px;
	margin-top: 6px;
	display: flex;
	align-items: center;
	padding-left: 20px;
}

.calc-form__footer > p span {
	font-size: 18px;
	color: #942ed1;
	padding-left: 6px;
	font-weight: 900;
}


.add-fb-wrap {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 25px 0px;
}

.add-fb-wrap a {
	color: #475995;
	font-size: 15px;
	line-height: 30px;
	padding-left: 30px;
	display: block;
	background: url('../icons/add-fb.png') no-repeat;
	background-position: 0px center;
	text-decoration: none;
	position: relative;
}

.add-fb-wrap a::before {
	content: "";
	width: calc( 100% - 30px );
	left: 30px;
	height: 1px;
	position: absolute;
	background: #d1d6e4;
	bottom: 5px;
}
.add-fb-wrap a:hover::before {
	display: none;
}


.thank-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: none;justify-content: center;align-items:center;
    background: rgba(0,0,0,0.7);
    z-index: 999;
}
.thank-popup--active {
	display: flex;
}
.thank-popup p {
	background: white;
	padding: 20px;
	font-size: 20px;
	text-align: center;
	border-radius: 2px;
}