/* Общие стили */

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTSans-Bold.woff2') format('woff2'),
        url('../fonts/PTSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTSans-Regular.woff2') format('woff2'),
        url('../fonts/PTSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
	font-family: 'PT Sans', sans-serif;
	position: relative;
}

ul, li {
	/*display: block;*/
	padding: 0;
	margin: 0;
	list-style-position: inside;
}

h1, h2, h3 {
	text-transform: uppercase;
	font-weight: 700;
}

h1 {
	font-size: 8vh;
}

h2 {
	font-size: 6vh;
}

h3 {
	font-size: 5vh;
	color: #0e496e;
}

.vlado {
	color: #ac2421;
}

.flot {
	color: #0e496e;
}

.flot_w {
	color: #fff;
}

/* первый блок - шапка и меню */

#header {
	height: 10vh;
	background-color: #001146;
}

.navbar {
	padding: 0;
}

.fixed-top {
	background-color: rgba(0, 17, 70, 1);
	box-shadow: 0 1px 10px #000;
}

.lang {
	text-decoration: none;
	margin-left: 1vw;
}

.lang_a {
	color: #fff !important;
	text-decoration: none;
}

.lang_a a:hover {
	color: #fc2421 !important;
	text-decoration: none;
	font-weight: 700;
}

.lang_a br {
	display: none;
}

.navbar {
	height: 10vh;
}

.header-phone {
	margin-left: 2vw;
	line-height: normal;
}

.header-phone div {
	line-height: 0;
	margin-top: .6em;
	font-size: 2.2vh;
}

.header-phone div:first-child {
	margin-top: 0;
}

.header-phone a {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	line-height: normal;
	display: flex;
	align-items: center;
}

.header-phone a svg {
	width: 20px;
	height: auto;
	margin-right: .7em;
}

.header-whatsapp {
	margin-left: 2vw;
}

.navbar-brand img {
	height: 8vh;
	width: auto;
	/*    margin-top: -1vh;
	*/
}

.header-logo {
	font-size: 7vh;
	/*margin-top: 1vh;*/
	margin: 0;
	padding: 0;
	text-shadow: 0px 0px 20px #000821;
}

#header_bg {
	background: url("../img/header.jpg") center no-repeat;
	background-size: cover;
	display: block;
	height: 90vh;
	width: auto;
}

.nav-item {
	margin-left: 1.2vw;
}

.nav-item a {
	text-decoration: none;
	font-size: 2.5vh;
	color: #0e496e;
	text-transform: uppercase;
	font-weight: 700;
	/*width: 8vw;*/
}

.nav-item a:active {
	color: red;
}

/* второй блок - о нас */

/*.about_us {*/
/*    height: 92vh;*/
/*    position: relative;*/
/*}*/

.politics__title {
	text-align: center;
	margin-top: 3vh;
	height: 8vh;
}

.politics__content__text__1 img {
	float: left;
	margin-top: -11vh;
	margin-right: 2vw;
	height: 50vh;
}

.politics__content__text__2 img {
	float: right;
	/*margin-top: -6vh;*/
	margin-left: 1vw;
	height: 42vh;
}

.politics__content__text__1 {
	text-align: justify;
	height: auto;
	margin-bottom: 1vh;
	/*height: 42vh;
	margin-top: -1vh;*/
}

.politics__content__text__2 {
	text-align: justify;
	height: auto;
	margin-bottom: 2vh;
	/*height: 42vh;
	margin-top: 1.5vh;*/
}

.text_p {
	font-size: 2.5vh;
	margin-top: 0.8vh;
}

.hide_about_us {
	display: none;
}

.collapse_show {
	display: none;
}

/* третий блок - возможности */

.offers {
	height: auto;
	/*background: #ac2421;*/
	background: url("../img/stats-bg.jpg") no-repeat center;
	background-size: cover;
	color: #fff;
	text-align: center;
}

.block {
	margin: 4vh auto;
}

hr {
	height: 1px;
	background-color: #fff;
	width: 2vw;
}

.block img {
	height: 15px;
	width: auto;
	margin-top: 5px;
}

.block__value {
	font-size: 6vh;
	text-shadow: 1px 1px 3px #0e496e;
}

.block__desc {
	font-size: 3vh;
}

/* четвертый блок - схема */

.scheme div {
	height: 65vh;
	background-image: url(../img/scheme-eng.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: auto;
	background-size: contain;
}

/* четвертый блок - галерея */

.gall {
	margin-left: auto;
	margin-right: auto;
}

.gall_1 img {
	width: 19.7vw;
	height: 14.8vw;
	/*     --gray: 1;
	 */
}

.gall_1 img:hover {
	transform: scale(1.1);
	/*transition: 50ms;*/
	box-shadow: 0 0 15px 1px #000;
}

/* пятый блок - товары */

.goods {
	height: auto;
	width: 100%;
}

.goods__title {
	margin-top: 3vh;
	text-align: center;
}

.goods__title h2 {
	margin: auto;
	top: 0;
	bottom: 0;
}

.next, .prev {
	color: #001146;
	font-size: 3vh;
	/* margin-top: 2vh; */
	margin: auto;
	top: 0;
	bottom: 0;
	/* margin: auto; */
}

.cargo {
	margin: 3vh 0;
}

.cargo__item img {
	max-height: 25vh;
	max-width: 25vh;
	border-radius: 50%;
	margin: auto;
}

.cargo__desc {
	font-size: 3vh;
	text-transform: uppercase;
	color: #0e496e;
	margin: 2vh auto 0 auto;
	text-align: center;
	width: 25vh;
}


/* шестой блок - партнеры */

.partners {
	height: auto;
	background: #001146;
}

.partners_list__title {
	margin-top: 3vh;
}

.partners_list__item {
	flex-wrap: wrap;
	justify-content: center;
}

.partners_list__item img {
	height: auto;
	max-height: 10vh;
	width: auto;
	margin: 3vh .5rem 0;
}

.list_2 {
	margin-bottom: 3vh;
}

/* седьмой блок - контакты */

.contacts {
	background: #fff;
	margin-top: 3vh;
}

.contacts__title {
	text-align: center;
}

.contact_form {
	width: 45vw;
	margin: 0 auto;
}

.contact_form input {
	width: 45vw;
	height: 5vh;
	font-family: 'Arimo', sans-serif;
	margin-top: 2vh;
	text-transform: uppercase;
}

.message input {
	height: 10vh;
}

.fz_52 input {
	height: 2vh;
	width: 2vh;
	padding: 0;
}

.fz_52__agreement {
	font-size: 1.5vh;
	text-align: justify;
	margin: 2vh 0 0 2vh;
}

.send_button input {
	background: #ac2421;
	color: #fff;
}

.our_contacts {
	margin-top: 5vh;
	width: 35vw;
	padding: 0;
}

.our_contacts a {
	text-transform: none;
	text-decoration: none;
	color: #0e496e;
}

.our_contacts i {
	font-size: 7vh;
	margin: 0 0 0 5vw;
}

.our_contacts__description {
	text-align: right;
	width: 25vw;
	margin-left: auto;
}

.row_mail {
	margin: 9vh 0;
}

.row_post div {
	color: #0e496e;
	margin-top: -1vw;
}

/*футер*/

/*.footer {*/
/*	height: 10vh;*/
/*	background: #001146;*/
/*	font-size: 2vh;*/
/*	text-align: center;*/
/*}*/

/*.footer__text {*/
/*	margin-top: 2vh;*/
/*}*/

/*стили адаптивности*/

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

	.nav-item a {
		font-size: 1.5vh;
	}

	nav-item {
		width: 6vw;
	}

	.header-logo {
		font-size: 5vh;
	}

	.politics__content__text__2 img {
		height: 30vh;
		margin-top: 0;
	}

	#scheme div {
		height: 50vh;
	}

	.cargo__item img {
		max-height: 18vh;
		max-width: 18vh;
	}

	.cargo__desc {
		font-size: 2.1vh;
		width: 18vh;
	}

	.contact_form {
		width: 32vw;
	}

	.contact_form input {
		width: 32vw;
		font-size: 2vh;
	}

	.fz_52 input {
		width: 2vh;
	}

	.our_contacts {
		width: 30vw;
	}

	.our_contacts i {
		margin-left: 1vw;
	}

	.our_contacts__description {
		width: 25vw;
	}

	h3 {
		font-size: 4.5vh;
	}

	.row_post div {
		margin-top: 0;
	}

	/*#partners {
		height: 40vh;
	}*/
	.partners_list__item.col-sm-6 {
		margin-left: auto;
		margin-right: auto;
		max-width: none;
	}
}

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

	.nav-item a {
		width: auto;
	}

	.nav-item a {
		font-size: 1.8vh;
	}

	.header-logo {
		font-size: 7vh;
	}

	#scheme div {
		height: 55vh;
	}
}

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

	.contact_form {
		width: 40vw;
	}

	.contact_form input {
		width: 40vw;
		font-size: 2vh;
	}

	.fz_52 input {
		width: 2vh;
	}
}

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

	/*.politics__content__text__2 {
		height: 33vh;
	}*/
	.nav-item a {
		font-size: 2vh;
	}

	nav-item {
		width: auto;
	}

	.header-logo {
		font-size: 8vh;
	}

	#scheme div {
		height: 60vh;
	}

	.cargo__item img {
		max-height: 23vh;
		max-width: 23vh;
	}

	.cargo__desc {
		font-size: 2.5vh;
		width: 23vh;
	}

	.goods__title {
		margin-top: 2vh;
	}

	.contact_form {
		width: 45vw;
	}

	.contact_form input {
		width: 45vw;
		font-size: 2vh;
	}

	.fz_52 input {
		width: 2vh;
	}
}

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

	h3 {
		font-size: 4vh;
	}

	.our_contacts {
		width: 35vw;
		margin-left: -5vw;
	}

	.our_contacts__description {
		width: 30vw;
	}
}


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

	.contact_form {
		width: 35vw;
	}

	.contact_form input {
		width: 35vw;
		font-size: 2vh;
	}

	.fz_52 input {
		width: 2vh;
	}

	.our_contacts {
		width: 40vw;
		margin-left: -6vw;
	}

	.our_contacts i {
		margin-left: 1vw;
	}

	.our_contacts__description {
		width: 30vw;
	}

	h3 {
		font-size: 4.5vh;
	}
}

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

	.header-logo {
		font-size: 6vh;
	}

	h3 {
		font-size: 4vh;
	}

	/*.politics__content__text__1 {
		height: 38vh;
	}

	.politics__content__text__2 {
		height: 37vh;
	}*/
	.cargo__item img {
		max-height: 20vh;
		max-width: 20vh;
	}

	.cargo__desc {
		font-size: 2.5vh;
		width: 20vh;
	}

	.partners_list__item {
		margin-left: auto;
		margin-right: auto;
	}

	.partners_list__item img {
		max-width: 20%;
	}

	.contact_form {
		width: 42vw;
	}

	.contact_form input {
		width: 42vw;
		font-size: 2vh;
	}

	.fz_52 input {
		width: 2vh;
	}

	.fz_52__agreement {
		font-size: 1vh;
	}

	.contact_form {
		width: 50%;
	}


	.our_contacts__description {
		width: 50vw;
	}

	.row_post {
		font-size: 2vh;
	}
}

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

	.header-logo {
		margin-right: auto;
	}

	.header-phone {
		margin-left: auto;
		margin-right: 3vw;
		text-align: right;
	}

	.header-whatsapp {
		margin-left: 0;
		margin-right: 5vw;
		text-align: right;
	}

	h2 {
		font-size: 5vh;
	}

	/*.politics__content__text__1 {
		height: 30vh;
	}

	.politics__content__text__2 {
		height: 37vh;
		margin-top: 6vh;
	}*/
	.politics__content__text__1 img {
		height: 35vh;
	}

	.politics__content__text__2 img {
		margin-top: 2vh;
		height: 28vh;
	}

	/*#offers {
		margin-top: 5vh;
	}*/
	/*.offers_bg {
		height: 26.8vh;
		margin-top: -26.4vh;
	}*/
	.scheme div {
		height: 50vh;
	}

	.cargo__item img {
		max-height: 18vh;
		max-width: 18vh;
	}

	.cargo__desc {
		font-size: 2.1vh;
		width: 18vh;
	}

	/*#partners {
		height: 25vh;
	}*/
	.partners_list__item img {
		max-width: 17%;
		max-height: 7vh;
	}

	.contact_form {
		width: 35vw;
	}

	.contact_form input {
		width: 35vw;
		font-size: 2vh;
	}

	.fz_52 input {
		width: 2vh;
	}

	.our_contacts {
		width: 40vw;
		margin-left: -6vw;
	}

	.our_contacts i {
		margin-left: 1vw;
	}

	.our_contacts__description {
		width: 30vw;
	}

	h3 {
		font-size: 4.5vh;
	}
}

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

	#header, .fixed-top, .navbar {
		height: 10vmax;
	}

	.nav-item a {
		font-size: 2vmax;
	}

	#contacts {
		height: auto;
		margin-bottom: 1vmax;
	}

	.contact_form {
		width: 90vw;
		margin: 0 auto;
	}

	.contact_form input {
		width: 90vw;
		font-size: 2vh;
	}

	.fz_52 input {
		width: 2vh;
	}

	.our_contacts {
		width: 90vw;
		margin: 2vh auto 0 auto;
	}

	.our_contacts i {
		font-size: 5vh;
		margin-right: 2vw;
	}

	.our_contacts__description {
		width: 80vw;
	}

	.row_mail {
		margin: 1vh 0;
	}

	.row_post br {
		display: none;
	}

}

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

	#header_bg {
		height: 60vh;
	}

	.header-phone {
		margin-left: auto;
		margin-right: 5vw;
		text-align: right;
	}

	.header-phone div {

		/*font-size: 2vh;*/
	}

	.header-phone a svg {
		width: 14px;
	}

	.navbar-brand {
		margin-top: -1vh;
	}

	.navbar-toggler {
		margin-top: -1vh;
	}

	.navbar-collapse {
		background-color: rgba(0, 17, 70, 0.9);
		box-shadow: 0 1px 10px #000;
		padding: 2vh;
	}

	.lang_a br {
		display: block;
	}

	.lang_a {
		margin: -1vh auto 0 auto;
	}

	.collapse_show {
		display: block;
	}

	.hide_about_us {
		display: block;
	}

	.not-collapse {
		display: none;
	}

	#about_us button {
		width: 55vw;
		margin: 0 auto 2vh auto;
	}

	/*.politics__content__text__2 {
		margin-top: 30vh;
		height: 45vh;
	}*/
	.politics__content__text__2 img {
		height: 20vh;
	}

	.block {
		margin: 2vh auto;
	}

	.block__value {
		font-size: 4vh;
	}

	.block__desc {
		font-size: 2vh;
	}

	.block__line img {
		height: 10px;
		width: auto;
		margin-top: 10px;
	}

	#scheme div {
		height: 40vh;
	}

	h2 {
		font-size: 4vh;
	}

	.cargo__desc {
		font-size: 1.8vh;
	}

	h3 {
		font-size: 3.5vh;
	}

	#video-about-us {
		height: 300px;
	}

}

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

	#header_bg {
		height: 40vh;
	}

	.header-logo {
		display: none;
	}

	.navbar-brand img {
		margin-top: 1vh;
		height: 6vh;
	}

	.navbar-toggler {
		/*margin-top: 1vh;*/
		margin-top: 0;
	}

	h2 {
		font-size: 3.5vh;
	}

	.lang_a br {
		display: none;
	}

	.lang_a {
		margin: auto;
	}

	.hide_about_us {
		margin-bottom: 2vh;
	}

	.politics__title {
		margin-bottom: -3vh;
		margin-top: 2vh;
		padding: 1vh auto;
	}

	/*.politics__content__text__2 {
		margin-top: 15vh;
		height: 35vh;
		margin-bottom: 5vh;
	}*/
	.politics__content img {
		display: none;
	}

	.text_p {
		font-size: 2vh;
	}

	/*#offers {
		height: 30vh;
		margin-top:0;
	}

	.offers_bg {
		margin-top: -27.5vh;
	}*/
	.block__value {
		font-size: 3vh;
	}

	#scheme div {
		height: 25vh;
	}

	/*  */
	.cargo__item img {
		max-height: 17vh;
		max-width: 17vh;
	}

	.cargo__desc {
		font-size: 1.5vh;
		width: 17vh;
	}

	/*#partners {
		height: 30vh;
	}*/
	.partners_list__item img {
		max-width: 20%;
		height: auto;
	}

	.contact_form {
		width: 72vw;
		margin: 0 auto;
	}

	.contact_form input {
		width: 72vw;
		font-size: 2vh;
	}

	.fz_52 input {
		width: 2vh;
	}

	.our_contacts {
		width: 72vw;
		margin: 2vh auto 0 auto;
	}

	.our_contacts i {
		font-size: 5vh;
		margin-right: 2vw;
	}

	.our_contacts__description {
		width: 60vw;
	}

	.row_mail {
		margin: 1vh 0;
	}

	.row_post br {
		display: none;
	}

	.row_post {
		font-size: 1.4vh;
	}
}


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

	.navbar, #header, .fixed-top {
		height: 10vmax;
	}

	h2 {
		font-size: 3.5vmax;
	}

	.text_p, .block__desc {
		font-size: 2vmax;
	}

	.nav-item a {
		font-size: 2vmax;
	}

	.block__value {
		font-size: 3vmax;
	}

	.cargo__desc {
		font-size: 1.5vmax;
	}

}

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

	#scheme {
		display: none;
	}
}


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

	.btn-light {
		margin-bottom: 2vh;
	}

	/*#offers {
		height: 32vh;
	}*/
	.cargo__item img {
		max-height: 15vh;
		max-width: 15vh;
	}

	.cargo__desc {
		font-size: 1.7vh;
		width: 15vh;
	}
}


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

	#header_bg {
		height: 35vh;
	}

	.cargo__item img {
		max-height: 15vh;
		max-width: 15vh;
	}

	.cargo__desc {
		font-size: 1.7vh;
		width: 15vh;
	}

	h3 {
		font-size: 3vh;
	}

	/* .row_post {
		margin-bottom: 2vh;
	} */
}

/* @media screen and (max-width: 360px) {

    .btn-light {
        margin-bottom: 2vh;
    }
} */

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

	.cargo__item img {
		max-height: 15vh;
		max-width: 15vh;
	}

	.cargo__desc {
		font-size: 1.7vh;
		width: 15vh;
	}
}

.whatsapp-fixed {
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 80px;
	z-index: 1000;
}

.whatsapp-fixed a {
	display: block;
}

.whatsapp-fixed svg {
	width: 100%;
	height: auto;
	display: block;
}

@media screen and (max-width: 767px) {
	.whatsapp-fixed {
		right: 20px;
		bottom: 20px;
		width: 65px;
	}
}

#footer {
	--item-spacing: 200px;
	background: #001146;
	color: #fff;
	font-size: 16px;
	padding: 50px 0
}

#footer .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

#footer ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}

#footer ul li {
	margin-top: 5px;
	position: relative;
	padding-left: 30px
}

#footer ul li .icon {
	position: absolute;
	width: 20px;
	left: 0;
	top: 3px
}

#footer ul li .icon svg {
	display: block;
	width: 100%;
	height: auto
}

#footer ul li:first-child {
	margin-top: 0
}

#footer ul li.address:not(:first-child) .icon {
	display: none
}

#footer ul li.messengers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 30px
}

#footer ul li.messengers .messenger {
	width: 40px
}

#footer ul li.messengers .messenger:last-child {
	margin-right: 0
}

#footer ul li.messengers .messenger svg {
	width: 100%;
	height: auto
}

#footer ul a {
	color: inherit;
	text-decoration: none
}

#footer .messengers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

#footer .messengers .messenger {
	margin-right: 14px
}

#footer .messengers .messenger a {
	display: block
}

#footer .messengers .messenger svg {
	height: auto
}

@media (max-width: 992px) {
	#footer {
		font-size: 14px
	}
}

@media (max-width: 768px) {
	#footer {
		--item-spacing: 30px;
		padding: 40px 0
	}

	#footer .content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	#footer .content > * {
		margin-right: 0
	}

	#footer .content > :not(:first-child) {
		margin-top: var(--item-spacing)
	}

	#footer ul li .icon {
		top: 1px
	}
}