html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html, body {
	min-width: 320px; min-height: 100%;
}
body {
	position: relative; background: #fff; font-family: 'Cera Pro'; font-size: 14px; line-height: 24px; color: #080705; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
}
*, *:before, *:after {
	outline: none; max-height: 999999px; box-sizing: border-box;
}
img {
	border: none; vertical-align: top;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: ''; content: none;
}
table {
	border-collapse: collapse; border-spacing: 0;
}
button::-moz-focus-inner {
    padding: 0; border: 0;
}
button {
	*overflow: visible;
}
label {
	cursor: pointer;
}


/* site style
------------------------------------------------ */
.viewport-wrapper {
	position: relative; min-width: 320px; overflow: hidden;
}

.wrapper {
	position: relative; max-width: 1200px; margin: 0 auto; padding: 0 15px;
}

a {
	color: #003f91;
}

H1, H2, H3, H4, H5, H6 {
	margin: 0; padding: 0;
}
H1 {
	font-weight: 700; font-size: 60px; line-height: 70px;
}
H2 {
	font-weight: 700; font-size: 40px; line-height: 50px;
}
H3 {
	font-weight: 500; font-size: 18px; line-height: 30px;
}

.stitle {
	font-weight: 700; font-size: 40px; line-height: 50px;
}

input, 
textarea, 
select, 
button {
	font-family: 'Cera Pro';
}
input[type=text], 
input[type=password], 
textarea {
	border: 1px solid #d0d0cf; border-radius: 3px; font-size: 16px; color: #080705;
}
input[type=text], 
input[type=password] {
	height: 50px; padding: 0 20px;
}
textarea {
	overflow: auto; resize: none; vertical-align: top; padding: 13px 20px;
}
::-webkit-input-placeholder {color: #9c9c9b}
:-moz-placeholder {color: #9c9c9b}
::-moz-placeholder {color: #9c9c9b}
:-ms-input-placeholder {color: #9c9c9b}

.inp-error {
	border-color: red !important;
}

button {
	cursor: pointer; border: 0;
}

.btn {
	padding: 0 40px; height: 60px; background: #003f91; box-shadow: -10px 10px 50px rgba(0, 53, 122, 0.25); border-radius: 3px; font-weight: 500; font-size: 16px; color: #fff;
}
a.btn {
	display: inline-block; vertical-align: top; line-height: 60px; text-decoration: none; text-align: center;
}
button.btn {
	
}
.btn.ic-a:after {
	position: relative; top: 2px; display: inline-block; vertical-align: baseline; margin-left: 14px; content: '\e901';
}

.dib {
	display: inline-block; vertical-align: baseline;
}
.clear_fix {
	clear: both; display: block; height: 0;
}
.hidden {
	display: none;
}

.slick-slider {
	display: block !important;
}
.slick-list {
	position: relative; overflow: hidden;
}
.slick-track {
	position: relative; display: flex;
}
.slick-hidden {
	display: none;
}

.ic-b:before, .ic-a:after {
	display: block; font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: inherit; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; line-height: 1;
}

.checkb {
	position: relative; display: inline-block; vertical-align: top;
}
.checkb input {
	position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; cursor: pointer; opacity: 0;
}
.checkb input + i {
	position: relative; display: block; width: 20px; height: 20px; border: 1px solid #d0d0cf; border-radius: 3px; transition: border .3s, background .3s;
}
.checkb input.error + i {
	border-color: red;
}
.checkb input:checked + i {
	border-color: #000; background: #000;
}
.checkb input + i:after {
	position: absolute; left: 4px; top: 6px; opacity: 0; transition: opacity .3s; display: block; content: '\e903'; color: #fff; font-size: 8px;
}
.checkb input:checked + i:after {
	opacity: 1;
}

.textb {
	
}
.textb H1, .textb H2, .textb H3 {
	margin: 30px 0 16px;
}
.textb p {
	margin: 0 0 16px 0;
}
.textb blockquote {
	border-left: 1px solid #008456; padding: 0 0 0 20px; margin: 30px 0; font-style: italic; font-size: 20px; line-height: 30px; color: #008456;
}
.textb img {
	display: block; max-width: 100%;
}
.textb ul {
	margin: 16px 0 30px;
}
.textb ul li {
	position: relative; padding-left: 14px; margin-top: 14px;
}
.textb ul li:after {
	display: block; content: ''; width: 4px; height: 4px; background: #008456; border-radius: 50%; position: absolute; left: 0; top: 12px;
}
.textb ol {
	margin: 16px 0 30px; list-style-type: none; counter-reset: ol-counter;
}
.textb ol li {
	position: relative; padding: 0 0 0 24px; margin-top: 14px;
}
.textb ol li:first-child {
	margin-top: 0;
}
.textb ol li:before {
	content: counter(ol-counter)'.'; counter-increment: ol-counter; position: absolute; left: 0px; top: 0px; font-weight: 500; color: #008456;
}
.textb table {
	border: 0; *border-collapse: collapse; border-spacing: 0; width: 100%; margin: 20px 0 30px;
}
.textb table th {
	padding: 0 0 0 30px; height: 50px; background: #f3f3f3; vertical-align: middle; font-weight: 500; text-align: left; text-transform: uppercase; color: #008456;
}
.textb table th:last-child {
	padding-right: 15px;
}
.textb table td {
	height: 0; padding: 20px 0 15px 30px; border-bottom: 1px solid #d0d0cf; vertical-align: top;
}
.textb table td:last-child {
	padding-right: 15px;
}
.textb > *:first-child {
	margin-top: 0;
}
.textb > *:last-child {
	margin-bottom: 0;
}

.imgs {
	margin-top: -30px;
}
.imgs__list {
	margin: -30px -15px 0; display: flex; flex-wrap: wrap; justify-content: center;
}
.imgs__list > div {
	width: 30.8334%; margin: 30px 1.2499666% 0;
}
.imgs__list > div img {
	width: 100%;
}

.videob {
	max-width: 770px; margin-left: auto; margin-right: auto;
}
.videob a {
	position: relative; display: block; text-decoration: none;
}
.videob a:before {
	display: block; content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: linear-gradient(0deg, rgba(8, 7, 5, 0.5), rgba(8, 7, 5, 0.5));
}
.videob a:after {
	display: block; content: ''; background: url(https://vingesgroup.com/wp-content/themes/vinges/i/play.svg) no-repeat; width: 64px; height: 45px; position: absolute; left: 50%; top: 50%; margin: -22.5px 0 0 -32px;
}
.videob img {
	width: 100%;
}

.post {
	
}
.post > div {
	margin-top: 40px;
}
.post > div:first-child {
	margin-top: 0;
}
.post__text {
	max-width: 770px; margin-left: auto; margin-right: auto; font-size: 16px; line-height: 26px;
}
/* end site style */


/* header
------------------------------------------------ */
.header {
	position: relative; min-width: 320px; z-index: 250;
}
.header__wrapper {
	
}
.header__top {
	display: flex; align-items: center; height: 160px; padding-bottom: 35px;
}
.header__logo {
	position: absolute; left: 15px; top: 0; bottom: 0; display: flex; align-items: center;
}
.header__ct {
	margin-left: auto; text-align: right;
}
.header__phone {
	font-weight: 700; font-size: 24px; line-height: 30px;
}
.header__phone a {
	color: inherit; text-decoration: none;
}
.header__mail {
	line-height: 18px;
}
.header__mail a {
	color: inherit; text-decoration: none;
}
.header__bt {
	width: 185px; margin-left: 41px;
}
.header__bt a {
	display: flex; align-items: center; justify-content: center; height: 50px; border: 1px solid #003f91; border-radius: 3px; font-size: 16px; font-weight: 500; text-decoration: none; color: #003f91;
}
.header__bt a:after {
	margin-left: 15px; content: '\e901';
}
.header__burger {
	display: none;
}
.header__menu {
	position: absolute; right: -15px; bottom: -25px; background: #003f91;
}
.header__menu:before {
	display: block; content: ''; position: absolute; right: 100%; width: 0; height: 0; border-style: solid; border-width: 0 0 60px 23px; border-color: transparent transparent #003f91 transparent;
}
.header__menu:after {
	display: block; content: ''; position: absolute; left: 100%; top: 0; bottom: 0; width: 9999px; background: #003f91;
}
.header__menu > ul {
	display: flex;
}
.header__menu > ul > li {
	position: relative;
}
.header__menu > ul > li:after {
	display: block; content: ''; background: url(https://vingesgroup.com/wp-content/themes/vinges/i/header-menu-sep.svg) no-repeat; width: 7px; height: 24px; position: absolute; right: -3.5px; top: 50%; margin-top: -12px;
}
.header__menu > ul > li:last-child:after {
	display: none;
}
.header__menu > ul > li > a {
	display: flex; align-items: center; padding: 0 30px; height: 60px; font-size: 16px; font-weight: 500; color: #fff; text-decoration: none;
}
.header__menu > ul > li.menu-item-has-children > a:after {
	position: relative; top: 1px; display: block; width: 0; height: 0; border-style: solid; border-width: 5px 5px 0 5px; border-color: #fff transparent transparent transparent; margin-left: 8px; transition: transform .3s; content: '';
}
.header__menu > ul > li.menu-item-has-children.show > a:after {
	transform: rotate(-180deg);
}
.header__menu > ul > li ul {
	position: absolute; left: 0; top: 100%; margin-top: 0px; background: #fff; border-radius: 3px; width: 230px; padding: 16px 0 19px; display: none;
}
.header__menu > ul > li li {
	
}
.header__menu > ul > li li a {
	display: block; padding: 6px 10px 10px 20px; color: #080705; text-decoration: none;
}
/* end header */


.body {
	min-width: 320px; margin-bottom: 150px;
}
.body.wrapper {
	min-width: 0;
}

ul.breadcrumbs {
	display: flex; flex-wrap: wrap;/* margin-bottom: 20px;*/
}
ul.breadcrumbs li {
	display: flex;
}
ul.breadcrumbs li:after {
	margin: 10px 10px 0; content: '\e902'; font-size: 8px;
}
ul.breadcrumbs li:last-child:after {
	display: none;
}
ul.breadcrumbs li a {
	color: inherit; text-decoration: none;
}
ul.breadcrumbs li span {
	
}

.topb {
	position: relative; min-width: 320px; height: 300px; background-color: rgba(0,0,0,.3); background-position: center; background-repeat: no-repeat; background-size: cover; margin-bottom: 50px; color: #fff;
}
.topb:before {
	display: block; content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: linear-gradient(0deg, rgba(8, 7, 5, 0.5), rgba(8, 7, 5, 0.5));
}
.topb__wrapper {
	display: flex; flex-direction: column; justify-content: center; height: inherit;
}

.pages {
	margin-top: 70px;
}
.pages ul {
	display: flex; justify-content: center;
}
.pages ul li {
	margin: 0 5px;
}
.pages ul li * {
	display: flex; align-items: center; justify-content: center; background: #f3f3f3; border-radius: 3px; width: 50px; height: 50px; text-decoration: none; font-size: 16px; font-weight: 500; color: #080705;
}
.pages ul li.active * {
	background: #003f91; color: #fff;
}
.pages ul li *.prev:after {
	content: '\e900'; font-size: 11px;
}
.pages ul li *.next:after {
	content: '\e901'; font-size: 11px;
}

a.linkb {
	position: relative; overflow: hidden; display: inline-block; vertical-align: top; padding: 0 10px 0 110px; height: 26px; font-size: 16px; line-height: 26px; font-weight: 500; text-decoration: none;
}
a.linkb:before {
	position: relative; top: 13px; display: block; content: ''; width: 0; height: 2px; background: #003f91;
}
a.linkb:after {
	position: absolute; right: 0; top: 6px; content: '\e901';
}
a.linkb > span {
	position: absolute; left: 0; top: 0;
}


/* slider
------------------------------------------------ */
.slider {
	position: relative; min-width: 320px; background: #000; color: #fff;
}
.slider__list {
	display: flex;
}
.slider__item {
	position: relative; width: 100vw; height: 560px; flex-shrink: 0;
}
.slider__item-bg {
	position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-position: center; background-repeat: no-repeat;
}
.slider__item-wrapper {
	padding-top: 100px;
}
.slider__item-title {
	max-width: 720px; font-weight: 700; font-size: 60px; line-height: 70px;
}
.slider__item-text {
	margin-top: 30px; max-width: 660px; font-size: 24px; line-height: 36px;
}
.slider__item > a {
	display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: transparent;
}
.slider__nav {
	position: absolute; left: 50%; margin-left: -585px; bottom: 153px; padding: 0 33px; z-index: 35;
}
.slider__arr {
	cursor: pointer; position: absolute; top: 50%; margin-top: -8px; font-size: 16px; color: #fff;
}
.slider__arr_l {
	left: 0;
}
.slider__arr:after {
	content: '\e900';
}
.slider__arr_r {
	right: 0;
}
.slider__arr_r:after {
	content: '\e901';
}
.slider__pages {
	height: 10px;
}
.slider__pages li {
	position: relative; display: inline-block; vertical-align: top; width: 10px; height: 10px; cursor: pointer; margin: 0 10px; border-radius: 3px; background: #fff; transition: background .3s;
}
.slider__pages li.slick-active {
	background: #008456;
}
.slider__pages li > * {
	display: none;
}
/* end slider */


/* services
------------------------------------------------ */
.service {
	position: relative; z-index: 55; margin-top: 100px;
}
.slider + .service {
	margin-top: -80px;
}
.service__intro {
	max-width: 570px; margin-left: auto;
}
.service__list {
	display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end;
}
.service__item {
	position: relative; background: #f3f3f3; border-radius: 3px; width: 40.171%; min-height: 235px; padding: 50px 185px 50px 50px; margin-top: 30px;
}
.service__item-im {
	position: absolute; right: 50px; top: 0; bottom: 0; display: flex; align-items: center;
}
.service__item-im img {
	max-height: 100%;
}
.service__item-entry {
	
}
.service__item-title {
	font-weight: 500; font-size: 24px; line-height: 30px;
}
.service__item-title a {
	color: inherit; text-decoration: none;
}
.service__item-text {
	margin-top: 10px; font-size: 16px; line-height: 26px;
}
.service__item-ln {
	margin-top: 18px;
}
.service__item.v2 {
	padding: 150px 50px 50px 50px;
}
.service__item.v2 .service__item-im {
	right: auto; left: 50px; top: -40px; bottom: auto; display: block;
}
.service__item.v3 {
	width: 57.26496%; padding-right: 250px;
}

.serv {
	max-width: 770px; margin-left: auto; margin-right: auto;
}
.serv__list {
	margin-top: 40px;
}
.serv__item {
	display: flex; align-items: center; margin-top: 20px;
}
.serv__icon {
	flex: 0 0 70px; width: 70px; height: 70px; border-radius: 50%; background: #008456; display: flex; align-items: center; justify-content: center;
}
.serv__text {
	margin-left: 20px; font-size: 16px; line-height: 26px;
}
/* end services */


/* info
------------------------------------------------ */
.company {
	position: relative; padding: 187px 0 215px;
}
.company__content {
	position: relative; z-index: 5; width: 48.71795%;
}
.company__text {
	margin-top: 30px;
}
.company__detail {
	margin-top: 36px; font-weight: 500; font-size: 16px; line-height: 26px;
}
.company__detail a {
	
}
.company__map {
	background: url(https://vingesgroup.com/wp-content/themes/vinges/i/europe.jpg?2) no-repeat; width: 1306px; height: 1127px; position: absolute; right: 50%; margin-right: -921px; top: -235px;
}
.company__map-item {
	position: absolute;
}
/*.company__map-item.p1 {
	left: 54.7%; top: 46.5%;
}
.company__map-item.p2 {
	left: 58.2%; top: 49%; z-index: 5;
}
.company__map-item.p3 {
	left: 59.3%; top: 49.5%;
}*/
.company__map-item a {
	position: relative; display: flex; align-items: center; justify-content: center; background: linear-gradient(180deg, #008456 0%, #00663F 100%); box-shadow: 0px 10px 25px rgba(8, 7, 5, 0.2); font-size: 20px; width: 50px; height: 50px; border-radius: 50%; padding-bottom: 3px; text-decoration: none; color: #fff;
}
.company__map-item a:before {
	display: block; content: ''; width: 0; height: 0; border-style: solid; border-width: 8px 2px 0 2px; border-color: #016b43 transparent transparent transparent; position: absolute; left: 50%; margin-left: -2px; top: 100%;
}
.company__map-item a:after {
	content: '\e904';
}

.mark {
	position: relative; background: #f3f3f3; padding: 73px 0; display: flex; align-items: center;
}
.mark:before, 
.mark:after {
	display: block; content: ''; position: absolute; right: 100%; top: 0; bottom: 0; width: 9999px; background: #f3f3f3;
}
.mark:after {
	right: auto; left: 100%;
}
.mark__icon {
	flex: 0 0 400px;
}
.mark__icon img {
	position: relative; filter: drop-shadow(-20px 20px 50px rgba(1, 80, 49, 0.5));
}
.mark__content {
	
}
.mark__text {
	max-width: 600px; margin-top: 30px; font-size: 18px; line-height: 30px;
}
.mark__text span {
	font-weight: 500;
}
.mark__ln {
	margin-top: 30px;
}

.addrs {

}
.addrs__block {
	border-top: 1px solid #e2e2e2; padding-top: 50px; margin-top: 20px;
}
.addrs__box {
	margin-top: 100px;
}
.addrs__box:first-child {
	margin-top: 0;
}
.addrs__basic {
	display: flex; justify-content: space-between; align-items: flex-start;
}
.addrs__info {
	width: 44.444%;
}
.addrs__title {
	font-weight: 500; font-size: 24px; line-height: 30px; color: #003f91; text-transform: uppercase;
}
.addrs__descr {
	margin-top: 20px; font-size: 16px; line-height: 26px;
}
.addrs__descr p {
	margin-bottom: 10px;
}
.addrs__descr p:last-child {
	margin-bottom: 0;
}
.addrs__im {
	position: relative; width: 48.71795%; height: 200px; overflow: hidden;
}
.addrs__im img {
	width: 100%; height: inherit; object-fit: cover;
}
.addrs__map {
	margin-top: 50px; height: 300px;
}

.coop {
	min-width: 320px; padding: 70px 0; background: #f3f3f3;
}
.coop__title {
	border-bottom: 1px solid #d0d0cf; padding-bottom: 10px;
}
.coop__block {
	display: flex; justify-content: space-between; flex-wrap: wrap;
}
.coop__block > div {
	margin: 30px 30px 0 0;
}
.coop__block > div:last-child {
	margin-right: 0;
}
.coop__item {
	position: relative; padding: 7px 0 0 80px; min-height: 60px; font-weight: 500; font-size: 30px; line-height: 40px;
}
.coop__item:before {
	display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; box-shadow: 0px 5px 25px rgba(8, 7, 5, 0.05); background: #fff; border-radius: 50%; position: absolute; left: 0; top: 0; content: '\e906'; font-size: 18px; color: #003f91;
}
.coop__item.mail:before {
	content: '\e905'; font-size: 20px;
}
.coop__item a {
	color: inherit; text-decoration: none;
}
.coop__bt {
	
}
.coop__bt a {
	
}

.transp {

}
.transp__intro {
	margin-bottom: 50px;
}
.transp__list {
	margin: -30px -15px 0; display: flex; flex-wrap: wrap;
}
.transp__item {
	margin: 30px 1.24999% 0; padding: 30px; width: 30.83334%; min-height: 235px; background: #f3f3f3; border-radius: 3px; display: flex; flex-direction: column;
}
.transp__item-ic {
	
}
.transp__item-title {
	margin-top: 20px; font-weight: 500; font-size: 18px;
}
.transp__item-title a {
	color: inherit; text-decoration: none;
}
.transp__item-title span {
	display: block; font-weight: 400; font-size: 14px;
}
.transp__item-ln {
	margin-top: auto; padding-top: 20px;
}

.infob {
	display: flex; justify-content: space-between;
}
.infob__box {
	width: 47.86325%;
}

.profit {
	position: relative; background: #f3f3f3; padding: 50px 0;
}
.profit:before, 
.profit:after {
	display: block; content: ''; position: absolute; right: 100%; top: 0; bottom: 0; width: 9999px; background: inherit;
}
.profit:after {
	right: auto; left: 100%;
}
.profit__list {
	display: flex; margin: 0 -15px;
}
.profit__item {
	background: #fff; border-radius: 3px; width: 100%; min-height: 210px; padding: 50px 30px; margin: 0 15px; text-align: center;
}
.profit__item-title {
	font-weight: 700; font-size: 30px; line-height: 40px; color: #008456;
}
.profit__item-text {
	margin-top: 10px; font-size: 18px; line-height: 30px;
}

.com {
	margin-left: auto; margin-right: auto; max-width: 770px;
}
.com__top {
	display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #d0d0cf; padding-bottom: 10px;
}
.com__new {
	margin-left: 15px; flex-shrink: 0;
}
.com__new a {
	height: 50px; line-height: 50px;
}
.com__list {
	margin-top: 50px;
}
.com__item {
	position: relative; margin-top: 30px;
}
.com__item-name {
	font-weight: 500; font-size: 16px; line-height: 26px;
}
.com__item-date {
	position: absolute; right: 0; top: 0; font-weight: 500; line-height: 26px; color: #003f91;
}
.com__item-text {
	margin-top: 10px;
}
.com__more {
	margin-top: 40px; font-weight: 500; font-size: 16px; line-height: 26px; text-align: right;
}
.com__more a {
	
}
/* end info */


/* news
------------------------------------------------ */
.nitem {
	display: flex; flex-direction: column;
}
.nitem__im {
	
}
.nitem__im a {
	position: relative; overflow: hidden; display: block; height: 250px; border-radius: 3px;
}
.nitem__im img {
	width: 100%; height: 100%; object-fit: cover;
}
.nitem__date {
	margin-top: 30px; font-weight: 500; line-height: 20px;
}
.nitem__title {
	margin-top: 10px; font-weight: 500; font-size: 24px; line-height: 30px;
}
.nitem__title a {
	color: inherit; text-decoration: none;
}
.nitem__text {
	margin-top: 10px; line-height: 20px;
}
.nitem__detail {
	margin-top: auto; padding-top: 20px; font-weight: 500; font-size: 16px; line-height: 26px;
}
.nitem__detail a {
	
}

.news {
	position: relative; margin-top: 150px;
}
.news__top {
	border-bottom: 1px solid #e2e2e2; padding-bottom: 20px; display: flex; align-items: center; justify-content: space-between;
}
.news__all {
	font-weight: 500; font-size: 16px; line-height: 26px;
}
.news__list {
	display: flex; flex-wrap: wrap; margin: 50px -15px 0;
}
.news__nitem {
	width: 30.8334%; margin: 0 1.2499666%;
}

.newsl {
	display: flex; flex-wrap: wrap; margin: -50px -15px 0;
}
.newsl__nitem {
	width: 30.8334%; margin: 50px 1.2499666% 0;
}
/* end news */


/* app
------------------------------------------------ */
.appb {
	position: relative; min-width: 320px; padding-bottom: 150px;
}
.appb__bg {
	position: absolute; left: 0; right: 0; top: 50px; bottom: 0; background: #f3f3f3; overflow: hidden;
}
@media screen and (min-width:1001px){
	
	.appb__bg:after {
		display: block; content: ''; position: absolute; right: 50%; margin-right: -735px; top: 50%; transform: translateY(-50%); background: url(https://vingesgroup.com/wp-content/themes/vinges/i/paper-plane.svg) no-repeat; width: 512px; height: 374px;
	}
	.appb_calc .appb__bg:after {
		background: url(https://vingesgroup.com/wp-content/themes/vinges/i/tank-wagon.svg) no-repeat; width: 700px; height: 580px; margin-right: -825px;
	}
}
.appb__box {
	background: #fff; border-radius: 3px; box-shadow: -20px 20px 100px rgba(8, 7, 5, 0.15); max-width: 870px; padding: 40px 50px 50px;
}
.appb__intro {
	max-width: 300px; margin-top: 10px;
}
.appb__form {
	padding-top: 8px;
}
.appb__item {
	margin-top: 20px;
}
.appb__item input {
	width: 100%;
}
.appb__item textarea {
	width: 100%; height: 100px;
}
.appb__inln {
	display: flex; justify-content: space-between; margin: 0 -10px;
}
.appb__inln > div {
	width: 100%; padding-left: 10px; padding-right: 10px;
}
.appb__line {
	background: #d0d0cf; height: 1px; margin-top: 20px;
}
.appb__l {
	
}
.appb__r {
	
}
.appb__r textarea {
	height: 190px;
}
.appb__pp {
	position: relative; padding-left: 30px; margin-top: 17px;
}
.appb__pp .checkb {
	position: absolute; left: 0; top: 0px;
}
.appb__pp a {
	color: inherit;
}
.appb__bt {
	margin-top: 28px;
}
.appb__bt button {
	
}
/* end app */


/* footer
------------------------------------------------ */
.footer {
	position: relative; min-width: 320px; background: #002c66; padding: 100px 0 0;
}
.footer__wrapper {
	
}
.footer__top {
	display: flex; justify-content: space-between; margin-bottom: 110px;
}
.footer__logo {
	
}
.footer__serv {
	
}
.footer__serv-title {
	color: #fff; font-weight: 500; font-size: 18px; line-height: 30px; text-transform: uppercase;
}
.footer__serv ul {
	margin-top: 12px;
}
.footer__serv ul li {
	margin-top: 7px;
}
.footer__serv ul li a {
	color: #b2c0d1; text-decoration: none;
}
.footer__menu {
	text-transform: uppercase; font-weight: 500; line-height: 30px;
}
.footer__menu ul {
	
}
.footer__menu ul li {
	
}
.footer__menu ul li a {
	color: #b2c0d1; text-decoration: none;
}
.footer__ct {
	text-align: right;
}
.footer__phone {
	font-weight: 700; font-size: 24px; line-height: 30px;
}
.footer__phone a {
	color: #fff; text-decoration: none;
}
.footer__mail {
	line-height: 18px;
}
.footer__mail a {
	color: #b2c0d1; text-decoration: none;
}
.footer__soc {
	display: flex; justify-content: flex-end; margin-top: 20px;
}
.footer__soc a {
	display: block; margin-right: 10px;
}
.footer__soc a img {
	width: 32px; height: 32px;
}
.footer__soc a:last-child {
	margin-right: 0;
}
.footer__bot {
	position: relative; height: 60px; display: flex; align-items: center;
}
.footer__bot:before {
	display: block; content: ''; position: absolute; left: -9999px; right: -9999px; top: 0; height: 1px; background: #264c7d;
}
.footer__pp {
	
}
.footer__pp a {
	color: #b2c0d1; text-decoration: none;
}
/* end footer */


.mform {
	display: none; width: 500px; padding: 40px 50px 52px; background: #fff; box-shadow: -20px 20px 100px rgba(8, 7, 5, 0.15); border-radius: 3px;
}
.mform__text {
	margin-top: 10px;
}
.mform__box {
	margin-top: 30px;
}
.mform__item {
	margin-top: 20px;
}
.mform__item input {
	width: 100%;
}
.mform__item textarea {
	width: 100%; height: 100px;
}
.mform__attach {
	position: relative; overflow: hidden; margin-top: 20px;
}
.mform__attach input[type=file] {
	position: absolute; top: 0; right: 0; height: auto; margin: 0; padding: 0; opacity: 0; font-size: 100px; line-height: 1em; cursor: pointer;
}
.mform__pp {
	position: relative; margin-top: 28px; padding-left: 30px;
}
.mform__pp .checkb {
	position: absolute; left: 0; top: 2px;
}
.mform__pp a {
	color: inherit;
}
.mform__bt {
	margin-top: 30px;
}
.mform__bt button {
	
}

.mthank {
	display: none; width: 500px; padding: 55px 30px 60px; background: #fff; box-shadow: -20px 20px 100px rgba(8, 7, 5, 0.15); border-radius: 3px;
}
.mthank__icon {
	margin-bottom: 25px; text-align: center;
}
.mthank__stitle {
	text-align: center;
}
.mthank__text {
	max-width: 260px; margin: 10px auto 0; text-align: center;
}