@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Black.woff2"), url("../fonts/Onest-Black.woff");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Bold.woff2"), url("../fonts/Onest-Bold.woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Light.woff2"), url("../fonts/Onest-Light.woff");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Regular.woff2"), url("../fonts/Onest-Regular.woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Medium.woff2"), url("../fonts/Onest-Medium.woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Romanovsky";
  src: url("../fonts/Romanovsky-Regular.woff2"), url("../fonts/Romanovsky-Regular.woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.header {
  background-color: #465843;
  padding: 10px 0;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__phone {
  font-weight: 700;
  color: #fff;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-family: "Onest", "Sans-Serif";
  font-weight: 400;
}

body {
  font-size: 16px;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.button-accent {
  max-width: 310px;
  width: 100%;
  border-radius: 20px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  height: 65px;
  border: 3px solid #7BA375;
  background-color: #7BA375;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.main__title {
  font-family: "Romanovsky";
  font-weight: 400;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 70px;
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
}

.section__title {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 27px;
}

.services {
  margin-top: 70px;
}
.services__inner {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  height: 300px;
}

.bankgurante {
  margin-top: 70px;
}
.bankgurante__inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.bankgurante__item {
  border: 3px solid #D9D9D9;
  border-radius: 28px;
  padding: 20px;
  text-align: center;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
.bankgurante__item img {
  max-width: 100%;
}
.bankgurante__item h4 {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 17px;
  font-weight: 900;
  color: #717E6E;
  margin-top: 10px;
}

.kredit__inner {
  grid-template-columns: repeat(4, 1fr);
}

.bankgurante__item:hover {
  border-color: #7BA375;
}

.bank__form input {
  padding: 0px 35px;
  font-size: 20px;
  height: 65px;
  border: 3px solid #717E6E;
  border-radius: 20px;
  outline: none;
  font-size: 18px;
  font-weight: 700;
  color: #717E6E;
  width: 70%;
}

.bank__form {
  margin-top: 100px;
}

.inn__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.inn__form button {
  border: 4px solid #465843;
  background-color: #465843;
  cursor: pointer;
}
.inn__form button:hover {
  background-color: #fff;
  color: #465843;
}

.inn__form,
.phone__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.phone__form {
  margin-top: 40px;
}

.footer {
  background-color: #465843;
  padding: 50px 0;
  margin-top: 100px;
}
.footer__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.footer__item {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
}
.footer__item h4 {
  font-size: 24px;
  margin-bottom: 15px;
}
.footer__item a {
  color: #fff;
}
.footer__item ul li + li {
  margin-top: 15px;
}

.address {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-weight: 500;
}
.address span {
  display: block;
  line-height: 20px;
	font-weight: 400;
}
.address::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../images/icons/address.svg);
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer__tels {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.footer__tels a {
  display: block;
  font-weight: 500;
}
.footer__tels a + a {
  margin-top: 10px;
}
.footer__tels::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../images/icons/tel.svg);
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mail {
  font-weight: 500;
  position: relative;
  padding-left: 30px;
}
.mail::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../images/icons/mail.svg);
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer__inner + .footer__inner {
  margin-top: 70px;
}

.services-item {
  padding-top: 14px;
  cursor: pointer;
  position: relative;
}
.services-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.services-item-pic {
  margin: 0 auto;
  max-width: 100%;
  height: 100%;
}

.services-item-pic.gray {
  display: block;
}

.services-item-pic.green {
  display: none;
}

.services-item-info {
  border-width: 0 3px 3px 3px;
  border-radius: 0 0 30px 30px;
  border-color: #717E6E;
  border-style: solid;
  position: relative;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  height: 50px;
  overflow: hidden;
  margin-top: 5px;
}

.hide-block {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  padding-bottom: 33px;
  padding-top: 31px 10px;
	width: 100%;
}

.services-text {
  margin: 0 auto;
  color: #000;

  font-size: 11px;
  font-weight: 400;
  line-height: 120%;
}

.law-block {
  max-width: 150px;
}

.actions-block {
  margin-top: 14px;
  max-width: 150px;
}

.services-item-title {
  text-align: center;
  color: #717E6E;
  font-size: 13px;
  font-weight: 900;
  line-height: 120%;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.services-item:hover .services-item-pic.gray {
  display: none;
}

.services-item:hover .services-item-pic.green {
  display: block;
}

.services-item:hover .hide-block {
  top: 0;
  opacity: 1;
  z-index: 2;
}

.services__img-block {
  height: 120px;
}

.tender__inner {
  margin-top: 70px;
}

.tender__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  border: 3px solid #D9D9D9;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tender__item:hover {
  border: 3px solid #717E6E;
}
.tender__item-img {
  max-width: 230px;
  width: 100%;
  margin-right: 50px;
}
.tender__item-img img {
  max-width: 100%;
}
.tender__item-content h3 {
  font-size: 20px;
  line-height: 24px;
}
.tender__item-content ul {
  padding-left: 20px;
  margin-top: 15px;
}
.tender__item-content ul li {
  list-style: disc;
  font-size: 18px;
  line-height: 23px;
}

.tender__item-price {
  font-weight: 700;
  display: block;
  margin-top: 15px;
  font-size: 18px;
}

.tender__item-priceSub {
  margin-top: 15px;
  display: block;
}

.tender__item + .tender__item {
  margin-top: 50px;
}

.tender__item ul li + li {
  margin-top: 7px;
}
.tender__item ul li {
  line-height: 20px;
}

.button-accent {
  position: relative;
  background-color: #7BA375;
  cursor: pointer;
  border: none;
}
.button-accent:hover {
  background-color: #fff;
  color: #7BA375;
}
.button-accent::before {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(174, 204, 169)), to(rgb(79, 100, 75)));
  background: linear-gradient(180deg, rgb(174, 204, 169), rgb(79, 100, 75));
  border-radius: 20px;
  z-index: -1;
}

.form__block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  border: 3px solid #D9D9D9;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__block-inner p {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #717E6E;
}
.form__block-inner:hover {
  border-color: #717E6E;
}

@media (max-width: 1265px) {
  .container-right {
    padding-left: 5px;
  }
}
.partners-slider {
  overflow-x: hidden;
  width: 100%;
}

.partners-slider-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 63px;
}

.section-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 16px;
  text-align: center;
}

@media (min-width: 567px) {
  .section-title {
    font-size: 20px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .section-title {
    font-size: 32px;
    margin: 0 0 23px;
  }
}
.letters {
  margin-top: 70px;
}

.letters-slider {
  --swiper-pagination-color: #2c4419;
  --swiper-pagination-bottom: 0px;
  --swiper-pagination-top: auto;
  --swiper-pagination-bullet-width: 30px;
  --swiper-pagination-bullet-height: 2px;
  --swiper-pagination-bullet-inactive-color: #797777;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 10px;
  --swiper-pagination-bullet-border-radius: 0;
  position: relative;
  overflow-x: hidden;
}

@media (min-width: 1100px) {
  .letters-slider {
    --swiper-pagination-bullet-width: 70px;
  }
  .letters {
    padding: 120px 0 140px;
  }
}
.letters-item {
  max-width: 204px;
  height: 278px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.letters-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.swiper-wrapper {
  padding: 10px 0 40px 10px;
}

.ticker {
  overflow: hidden;
  height: 48px;
  position: relative;
  margin-top: 100px;
}

.ticker__item {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  min-width: 100%;
  height: 48px;
  will-change: transform;
}

.ticker__item img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 30px;
}

.ticker__item--first-half {
  -webkit-animation: ticker1 25s infinite linear forwards;
          animation: ticker1 25s infinite linear forwards;
}

.ticker__item--second-half {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-animation: ticker2 25s infinite linear forwards;
          animation: ticker2 25s infinite linear forwards;
}

@-webkit-keyframes ticker1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}

@keyframes ticker1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}
@-webkit-keyframes ticker2 {
  0% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes ticker2 {
  0% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.container-right {
  overflow-x: hidden;
  padding-left: calc((100% - 1265px) / 2 + 5px);
}

.ecp__block {
  margin-top: 50px;
}

.ecp__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ecp__item {
  padding: 30px;
  border: 3px solid #D9D9D9;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 450px;
  text-align: center;
  width: 100%;
}
.ecp__item:hover {
  border: 3px solid rgb(113, 126, 110);
}
.ecp__item-img {
  max-width: 100%;
  margin-bottom: 15px;
  max-height: 150px;
}
.ecp__item-img img {
  max-width: 100%;
  max-height: 150px;
}
.ecp__item p {
  margin-bottom: 15px;
  font-size: 18px;
}
.ecp__item span {
  font-weight: 700;
  font-size: 20px;
}

.tender__item-span {
  margin-top: 15px;
  display: block;
  font-size: 18px;
  line-height: 23px;
}

.button-accent--two {
  background-color: #465843;
}
.button-accent--two:hover {
  background-color: #fff;
  color: #465843;
}
.button-accent--two::before {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(99, 122, 95)), to(rgb(38, 55, 35)));
  background: linear-gradient(180deg, rgb(99, 122, 95), rgb(38, 55, 35));
  border-radius: 20px;
  z-index: -1;
}

input.button-accent--two {
	background-color: #465843;
}

input.button-accent--two::before {
	content: "";
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(99, 122, 95)), to(rgb(38, 55, 35)));
  background: linear-gradient(180deg, rgb(99, 122, 95), rgb(38, 55, 35));
  border-radius: 20px;
  z-index: -1;
}


.services__mobile {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: none;
}

.services__mobile-item {
  border: 3px solid #717E6E;
  border-radius: 30px;
  padding: 15px;
  position: relative;
  text-align: center;
  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__mobile-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.services__mobile-item h4 {
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 20px;
  color: #717E6E;
  font-weight: 900;
  line-height: 16px;
}

.services__mobile-img {
  max-width: 100%;
}
.services__mobile-img img {
  max-width: 100%;
}

.sro__form {
	margin-top: 70px;
}

.sro__form-block {
	padding: 40px;
	background-color: #7BA375;
	border-radius: 28px;
}

.form__grid + .form__grid {
	margin-top: 20px;
}

.form__grid p{
	display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 30px;
grid-row-gap: 30px;
	align-items: center;
}

.form__grid p br {
	display: none;
}

.form__grid p label {
	text-align: center;
}

.form__grid p select, input {
	width: 100%;
	max-width: 100%;
	border-radius: 20px;
	padding: 20px 15px;	
	border: none;
	font-size: 16px;
	outline: none;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item label {
	display: flex;
}

.wpcf7-list-item label input {
	margin-right: 7px;
}

.wpcf7-form-control.wpcf7-acceptance.optional .wpcf7-list-item label input{
	width: 20px;
	
}

.wpcf7-form-control.wpcf7-acceptance.optional .wpcf7-list-item label span {
	color: #fff;
}


select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png);
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 20px;
    background-color: #fff;
}

.law-block li{
	list-style: inside; !important
}


.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


.modal-content {
    position: relative;
    background-color: #7BA375;
    margin: auto;
    padding: 0;
    border: 5px solid #7BA375;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
	border-radius: 30px;
}


@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}


.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #7BA375;
    color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #465843;
    color: white;
}

.header__icon {
	margin-left: 15px;
}

.header__icon img {
	max-width: 25px;
	width: 100%;
}


.icon--tel {
	display: none;
}