@charset "UTF-8";



.fontawesome,
.icon,
.linecons {
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fontawesome {
  font-family: fontawesome;
}
.linecons {
  font-family: linecons;
}
.btn .fontawesome,
.btn .icon,
.btn .linecons {
  font-size: 24px;
}
.btn_accent .fontawesome,
.btn_accent .icon,
.btn_accent .linecons {
  margin-right: 8px;
}
* {
  outline: 0;
}
html {
  font-family: 'Oswald',sans-serif;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0;
  font-style: normal;
  font-weight: 400;
}
body {
  margin: 0;
  padding: 0;
  min-width: 320px;
  height: 100%;
  background-color: #371a00;
  color: #ffffff;
}
.common_photo img {
width: 100%;
height: 100%;
object-fit: contain;
  margin-top: 15px;
}
a {
  text-decoration: underline;
  color: #306cab;
  cursor: pointer;
  outline: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
b,
strong {
  font-weight: 700;
}
button {
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  outline: 0;
}
button::-moz-focus-inner {
  border: 0;
}
input,
select,
textarea {
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  padding: 0;
  margin: 0;
}
h1 {
  font-size: x-large;
}
h2 {
  font-size: larger;
}
h3 {
  font-size: 30px;
  font-weight: 500;
}
h4 {
  font-size: 20px;
  font-weight: 500;
}
h5 {
  font-size: 18px;
  font-weight: 500;
}
h6 {
  font-weight: 500;
}
img {
  display: block;
}
p {
  margin: 0.5rem 0;
}
.text_small,
small {
  font-size: 0.8rem;
}
table {
  border-collapse: collapse;
}
td {
  padding: 8px;
}
th {
  padding: 8px;
  font-weight: 600;
  color:#f0c058;
}
li,
ul {
  margin-left: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0;
  list-style-type: disc;
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-preferred-size: content;
  flex-basis: content;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover {
  color: #306cab;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #fff;
}
.btn_accent {
  padding: 18px 36px 16px 36px;
  display: block;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
background-color: #d73c3a;
font-family: 'Oswald',sans-serif;
font-size: 16px;
}
.btn_accent:hover {
  background: #fff;
  color: #306cab;
  border: 1px solid #fff;
}
.order input {
display: block;
margin-left auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: 10px;
font-size: 16px;
}
.container {
  margin: 0 auto;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1560px;
}
.container-full {
  margin: 0 auto;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
.container p {
text-indent: 3.25em;
text-align: justify;
line-height: 1.7;
font-size: larger;
}
.container td {
border: 1px #ffffff30 solid;
}
.head {
  color: #306cab;
  margin-bottom: 50px;
}
.head h2 {
  display: inline-block;
}
.logo {
  background-image: url(../images/fpa.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.section {
  margin-bottom: 70px;
}
.phone,
.social a {
  text-decoration: none;
}
._left {
  display: block;
  float: left;
}
._right {
  display: block;
  float: right;
}

.top {
  color: #fff;
  height: 700px;
  margin-bottom: 341px;
}
.border-line {
  border-bottom: 1px solid #c8c8c8;
}
header {
	display: flex;
	flex-direction: column;
}
nav {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-around;
	margin: 10px auto 10px auto;
}
nav a {
	display: inline-block;
	margin: 0 20px;
	border: 1px solid #ffc61a30;
	border-radius: 15px;
	padding: 10px;
	/* background-color: #d73c3a; */
	height: 60%;
	width: 180px;
	text-align: center;
}
.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  font-size: 18px;
}
.navbar a:hover {
/*  color: #00a4a3;*/
/*color: #d73c3a;*/
}
.navbar-logo {
  /*z-index: 10;*/
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}
.antilogo {
/*background-color: red;*/
order:6;
}
.navbar-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: space-around;
  width: 100%;
}
.navbar-button {
  z-index: 10;
  display: none;
}
.navbar-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.navbar-phone {
  color: #306cab;
  text-decoration: none;
  margin-bottom: 8px;
}
.menu {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px auto;
}
.menu__item {
  display: inline-block;
  margin: 0 20px;
  border: 1px solid #ffc61a30;
  border-radius: 15px;
  padding: 10px;
/*    background-color: #d73c3a;*/
    height:60%;
    width: 180px;
text-align: center;
}
nav a:hover {
  box-shadow: 0 0 15px #ffc61af0;
  transition-property: box-shadow;
transition-duration: .5s;
}
.menu__link {
  display: inline;
  color: #ffffff;
  margin-top: 10px;
  text-decoration: none;
  vertical-align: middle;
}
.btn_menu,
.btn_menu:hover {
  color: #fff;
}
.btn_menu .fontawesome,
.btn_menu .icon,
.btn_menu .linecons,
.btn_menu:hover .icon {
  font-size: 28px;
}

.tarif-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 30px;
}
.tarif-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #d73c3a;
  height: 150px;
  border-radius: 10px;
  padding: 25px;
  color: #fff;  
}
.tarif-card:hover {
  background-color: #306cab;
  color: #fff;
}
.tarif-card:hover .tarif-card__price {
  color: #fff;
}
.tarif-card__img {
  width: 60px;
  height: 50px;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
  margin-bottom: 35px;
}
.tarif-card__title {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.tarif-card__price {
  font-size: 20px;
  color: #ffffff;
}



.services-wrap {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-column-gap: 30px;
}
.services-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.services-card__title {
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #00a4a3;
}
.services-card__desc {
  margin-bottom: 25px;
}
.services-card__img {
  height: 275px;
  width: 100%;
  background-repeat: no-repeat;
}
.services-card_big {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.4)),
      to(rgba(0, 0, 0, 0.4))
    ),
    url(/images/services1.jpg);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(/images/services1.jpg);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(/images/services1.jpg);
  background-repeat: no-repeat;
  color: #fff;
  padding: 25px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.services-card_big .services-card__title {
  color: #fff;
}
.services-card_big .services-card__desc {
  margin-bottom: 0;
}
.services-card:nth-child(2) .services-card__img {
  background-image: url(/images/services2.jpg);
  background-position: right;
}
.services-card:nth-child(3) .services-card__img {
  background-image: url(/images/services3.jpg);
  background-position: right;
}
.youget-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 30px;
}
.youget-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f5f7fa;
  height: 110px;
  border-radius: 20px;
  padding: 25px;
}
.youget-card:hover {
  background-color: #306cab;
  color: #fff;
}
.youget-card:hover .youget-card__img {
  background-image: url(/images/check_green.png);
}
.youget-card__img {
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
  margin-bottom: 35px;
  background-image: url(/images/check.png);
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.youget-card__title {
  text-transform: uppercase;
}

.partners-wrap {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-column-gap: 30px;
}
.partners-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.partners-card {
  width: 100px;
  height: 70px;
  border: none;
  margin-right: 30px;
}
.partners-card:hover {
  background-color: #c8c8c8;
}
.weoff-img {
width: 270px;
 object-fit: contain;
}
.weoff-img img {
width: 270px;
}
.order {
  background-image: url(/images/order.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  background-color: #d73c3a;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.order-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.order-title {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.order-desc {
  margin-bottom: 20px;
}
.contacts {
  font-size: 16px;
}
.contacts a {
  color: #ffffff;
}
.contacts-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
}
.contacts-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px solid #c8c8c8;
  padding: 50px 0;
}
.contacts-content div {
  margin-top: 15px;
}
.contacts-logo {
  grid-column: 1/-1;
  grid-row: 1/2;
}
.contacts-name {
  font-size: x-large;
}
.contacts__title {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.contacts-map {
  background-color: #f5f7fa;
  color: #000;
  margin-top: 50px;
}
.copy {
  margin: 25px 0;
  font-size: 14px;
}
.dev {
  margin: 25px 0;
  font-size: 14px;
}
.form input {
  margin-bottom: 20px;
}
.form button {
  color: #fff;
  background-color: #306cab;
  border: 1px solid #fff;
  padding: 10px 20px;
}

div.text_block {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 30px;
	border-radius: 20px;
	  box-shadow: 0 0 15px #306cab;
}
div.text_block h3 {
	font-size: 30px;
font-weight: 600;
text-transform: uppercase;
}
div.text_block li:before {
	content: "\25ba  ";

}

div.text_block li {
	margin-top:15px;
	margin-bottom:15px;
}
div.blue {
	color: #fff;
	background-color: #306cab;
}
div.white {
	color: #306cab;
	background-color: #fff;
}
div.banks {
display: grid;
grid-template-columns: repeat(6,min-content);
grid-auto-rows: minmax(190px, auto);
grid-column-gap: 30px;
}
.imgbank {
width: 150px;
}
div.banks img { 
 width: 100%; /* Ширина изображений */
 height: 100%; /* Высота изображении */
 object-fit: contain; /* Вписываем фотографию в область */
}
div.head_text {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
div.head_text_text {
display: flex;
flex-direction: column;
order: 5;
}
div.head_text div {
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
}
div.fplus1 {
font-size: larger;
}
div.adv3 {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
}
div.adv {
padding: 15px;
max-width: 490px;
}
div.adv div {
margin-top: 5px;
margin-bottom: 5px;
}
div.adv div a {
  text-decoration: none;
  color: #f0c058;
}
div.adv div a:hover {
  text-decoration: underline;
  color: #ffffff;
}
div.adv img {
 width: 100%; /* Ширина изображений */
 object-fit: contain; /* Вписываем фотографию в область */
 margin-bottom:20px;
}
.mob_cons {
display:flex;
order: 0;
}
.mob_cons a {
color: #f0c058;
text-decoration: none;
margin-left:10px;
}

@media (min-width: 990px)
{
.mob_cons {
  /*display:none;*/
  order: 7;
  font-size: 30px;
  display:block;
}
}

@media (max-width: 1400px) {
  .container {
    max-width: 1360px;
  }
  .head {
    margin-bottom: 50px;
  }
  .top {
    min-height: 650px;
  }
  .navbar {
    height: auto;
  }
}
@media (max-width: 1200px) {
  h1 {
    font-size: inherit;
  }
  h2 {
    font-size: inherit;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 18px;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1170px;
  }
  .container-full {
    padding-left: 15px;
    padding-right: 15px;
  }
  .btn_accent {
    padding: 14px 35px;
  }
  .head {
    margin-bottom: 40px;
  }
  .section {
    margin-bottom: 80px;
  }
  .top {
    min-height: 600px;
  }
}
@media (max-width: 990px) {
div.head_text_text {
order: 0;
}
	.antilogo {display:none;}
  .container {
    max-width: 960px;
  }
  .top {
    height: calc(100vh - 60px);
    min-height: 600px;
  }
  .top-bg {
    height: 100%;
    background-position-x: 50vw;
  }
  .navbar {
    height: auto;
  }
  .navbar-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-menu {
    display: none;
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-top: 60px;
  }
  .menu__item {
    opacity: 1;
    width: 90%;
    margin: 30px auto auto auto;
    padding: 0;
    display: flex;
  }
  .menu__link {
    width: calc(100% - 30px);
    border-radius: 0;
    font-size: 24px;
    color: #fff;
    padding: 10px 15px;
  }
  .top-portfolio {
    min-height: 852px;
  }
  .top-portfolio .offer {
    min-height: 792px;
  }
  .top-portfolio .offer-wrap {
    grid-template-columns: 1fr;
  }
  .top-portfolio .offer-mockup {
    margin-bottom: 32px;
    background-position-x: center;
    grid-column: 1/2;
    grid-row: 2/3;
    height: 360px;
  }
}
@media (max-width: 760px) {
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  .container {
    max-width: 730px;
  }
  .head {
    margin-bottom: 30px;
  }
  .section {
    margin-bottom: 60px;
  }
  .top-portfolio {
    min-height: 750px;
  }
  .top-portfolio .offer {
    min-height: 690px;
  }
  .top-portfolio .offer-mockup {
    margin-bottom: 30px;
    height: 300px;
  }
}
@media (max-width: 645px) {
  div.head_text_text {
	order: 1;
	}

}
@media (max-width: 570px) {
  .container {
    max-width: 540px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .container-full {
    padding-left: 10px;
    padding-right: 10px;
  }
  .top-bg {
    background-image: none;
  }
  .offer-wrap {
    width: 100%;
  }
  .top-portfolio {
    min-height: 730px;
  }
  .top-portfolio .offer {
    min-height: 670px;
  }
  .top-portfolio .offer-mockup {
    background-position-x: center;
    height: 210px;
  }
}
@media (max-width: 428px) {
  .btn_accent {
    width: calc(100% - 74px);
  }
}

