@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/montserrat_regular.woff2) format("woff2")
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/montserrat_medium.woff2) format("woff2")
}
@font-face {
  font-family: Oswald;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Oswaldmedium.woff2) format("woff2")
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/montserrat_semibold.woff2) format("woff2")
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/montserrat_bold.woff2) format("woff2")
}
@font-face {
  font-family: Oswald;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Oswaldbold.woff2) format("woff2")
}
body,
html {
  height: 100%
}
body {
  font-family: Montserrat,sans-serif;
  font-size: 1em;
  line-height: 1.5;
  width: 100%;
  min-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #153f90;
  background-color: #fff;
  font-weight: 400
}
footer,
header {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none
}
main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}
.container {
  padding-left: 30px;
  padding-right: 30px
}
@media all and (max-width:1199px) {
  .container {
    padding-left: 15px;
    padding-right: 15px
  }
}
ul {
  list-style: none;
  margin: 0
}
p {
  font-style: normal;
  margin: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  margin: 0
}
.heading {
  margin-bottom: 40px;
  max-width: 673px;
  width: 100%;
  text-align: right
}
@media all and (max-width:1199px) {
  .heading {
    max-width: none;
    text-align: center;
    margin-bottom: 25px
  }
}
.heading.heading-page {
  max-width: 800px;
  text-align: left;
  margin-bottom: 30px
}
.heading.heading-page-mip h1 {
  text-transform: none!important;
}
.heading.heading-arrow {
  max-width: none;
  text-align: left;
  margin-bottom: 30px
}
.heading.heading-arrow h2 {
  color: #363636;
  padding-bottom: 0
}
@media all and (max-width:575px) {
  .heading.heading-arrow h2 {
    font-size: 30px
  }
}
.heading.heading-arrow h2:after {
  display: none
}
.heading.heading-arrow h2 img {
  width: 60px;
  height: 60px;
  margin-right: 14px
}
@media all and (max-width:575px) {
  .heading.heading-arrow h2 img {
    width: 40px;
    height: 40px;
    margin-right: 10px
  }
}
.heading h1,
.heading h2 {
  font-family: Oswald,sans-serif;
  font-weight: 500;
  font-size: 37px;
  line-height: 46px;
  padding-bottom: 9px;
  text-transform: uppercase;
  display: inline-block;
  position: relative
}
@media all and (max-width:575px) {
  .heading h1,
  .heading h2 {
    font-size: 34px;
    line-height: 120%
  }
}
.heading h1:after,
.heading h2:after {
  position: absolute;
  content: "";
  width: calc(100% + 1000px);
  height: 3px;
  background-color: #e7392b;
  bottom: 0;
  left: -1000px
}
.btn {
  display: inline-block;
  text-align: center;
  color: #e7392b;
  background-color: #fff;
  padding: 15px 25px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border: 2px solid #e7392b;
  -webkit-transition: .25s all;
  transition: .25s all
}
.btn:hover {
  color: #fff;
  background-color: #e7392b
}
.btn.btn-big {
  padding: 27px 25px;
  position: relative
}
@media all and (max-width:575px) {
  .btn.btn-big {
    padding: 15px 25px
  }
}
.btn.btn-big:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_9.svg);
  width: 40px;
  height: 40px;
  top: -40px;
  left: -40px
}
@media all and (max-width:575px) {
  .btn.btn-big:after {
    display: none
  }
}
a {
  -webkit-transition: .25s all;
  transition: .25s all;
  text-decoration: none
}
a:active,
a:focus,
a:hover {
  text-decoration: none
}
button {
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
button:active,
button:focus {
  outline: 0
}
button:disabled,
button[disabled] {
  border: 1px solid #999;
  background-color: #ccc;
  color: #666;
  pointer-events: all!important
}
button:disabled:hover,
button[disabled]:hover {
  border: 1px solid #999;
  background-color: #ccc;
  color: #666;
  pointer-events: all!important
}
:focus {
  outline: 0
}
* {
  margin: 0;
  padding: 0
}
img {
  max-width: 100%
}
.center {
  text-align: center
}
.stop-scrolling {
  height: 100%;
  overflow: hidden
}
input,
textarea {
  outline: 0!important;
  border-radius: 0
}
input.wpcf7-submit {
  cursor: pointer;
  -webkit-transition: .3s all;
  transition: .3s all
}
.modal {
  max-width: 694px;
  width: 100%
}
.modal h2 {
  font-family: Oswald,sans-serif;
  text-align: center;
  font-weight: 500;
  font-size: 36px;
  line-height: 123.7%;
  margin-bottom: 29px;
  color: #153f90
}
@media all and (max-width:575px) {
  .modal h2 {
    font-size: 28px
  }
}
.modal .form__inner {
  max-width: 353px;
  width: 100%;
  margin: 0 auto
}
.form__inner form .form__item {
  margin-bottom: 15px
}
.form__inner form .form__item .item__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 8px;
  color: #153f90
}
.form__inner form .form__item input {
  width: 100%;
  height: 55px;
  border-radius: 0;
  border: 1px solid #394791;
  padding: 0 10px 0 69px;
  background-size: 29px;
  background-position: 20px 50%;
  background-repeat: no-repeat
}
.form__inner form .form__item input.org {
  background-image: url(../img/icon_22.svg)
}
.form__inner form .form__item input.phone {
  background-image: url(../img/icon_23.svg)
}
.form__inner form .form__item input.name {
  background-image: url(../img/icon_24.svg)
}
.form__inner form .form__item input.email {
  background-image: url(../img/icon_25.svg)
}
.form__inner form .form__submit {
  position: relative;
  padding-top: 15px;
  margin-bottom: 14px
}
.wpcf7-spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.form__inner form .form__policy .policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left
}
.form__inner form .form__policy .policy .text p {
  color: #000;
  font-size: 12px;
  line-height: 16px
}
.form__inner form .form__policy .policy .text p a {
  text-decoration: underline;
  color: #000
}
.form__inner form .form__policy .policy .checkbox {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  position: relative;
  border: 1px solid #153f90;
  width: 20px;
  height: 20px;
  border-radius: 5px
}
.form__inner form .form__policy .policy .checkbox span.wpcf7-form-control-wrap {
  margin-bottom: 0;
  height: auto
}
.form__inner form .form__policy .policy .checkbox span.wpcf7-form-control-wrap:before {
  display: none
}
.form__inner form .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: block;
  z-index: 1000
}
.form__inner form .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label {
  background-color: #fff
}
.form__inner form .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
  display: block
}
.form__inner form .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 0!important;
  color: transparent
}
.form__inner form .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 0;
  margin: auto;
  width: 8px;
  height: 10px;
  border: solid #153f90;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
header {
  padding-bottom: 12px
}
@media all and (max-width:991px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    -webkit-box-shadow: 0 7px 14px 0 rgba(0,0,0,.3);
    box-shadow: 0 7px 14px 0 rgba(0,0,0,.3);
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
header .header__top {
  border-bottom: 2px solid #c9c9c9;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 12px
}
@media all and (max-width:991px) {
  header .header__top {
    border-bottom: none;
    margin-bottom: 0
  }
}
header .header__top .header__logo .logo__inner img {
  width: 222px;
  height: auto
}
@media all and (max-width:575px) {
  header .header__top .header__logo .logo__inner img {
    width: 110px;
  }
}
header .header__top .header__contacts .contacts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 40px
}
@media all and (max-width:575px) {
  header .header__top .header__contacts .contacts__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
header .header__top .header__contacts .contacts__inner .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media all and (max-width:575px) {
  header .header__top .header__contacts .contacts__inner .item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
@media all and (max-width:1199px) {
  header .header__top .header__contacts .contacts__inner .item.item-worktime {
    display: none
  }
}
header .header__top .header__contacts .contacts__inner .item.item-worktime div p {
  font-size: 20px;
  line-height: 22px
}
@media all and (max-width:991px) {
  header .header__top .header__contacts .contacts__inner .item.item-email {
    display: none
  }
}
header .header__top .header__contacts .contacts__inner .item img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px
}
@media all and (max-width:575px) {
  header .header__top .header__contacts .contacts__inner .item img {
    display: none
  }
}
header .header__top .header__contacts .contacts__inner .item div h6 {
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px
}
@media all and (max-width:767px) {
  header .header__top .header__contacts .contacts__inner .item div h6 {
    display: none
  }
}
header .header__top .header__contacts .contacts__inner .item div a,
header .header__top .header__contacts .contacts__inner .item div p {
  font-size: 16px;
  line-height: 22px;
  color: #363636
}
@media all and (max-width:575px) {
  header .header__top .header__contacts .contacts__inner .item div a,
  header .header__top .header__contacts .contacts__inner .item div p {
    font-size: 14px
  }
}
header .header__top .header__contacts .contacts__inner .item div .phone {
  font-weight: 600;
  white-space: nowrap
}
header .header__top .header__contacts .contacts__inner .item div .phone span {
  font-size: 16px;
  line-height: 24px
}
@media all and (max-width:575px) {
  header .header__top .header__contacts .contacts__inner .item div .phone span {
    display: none
  }
}
header .header__menu {
  min-height: 36px
}
@media all and (max-width:991px) {
  header .header__menu {
    display: none
  }
}
header .header__menu .menu__inner.scroll {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0 7px 14px 0 rgba(0,0,0,.3);
  box-shadow: 0 7px 14px 0 rgba(0,0,0,.3)
}
header .header__menu .wrapper {
  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 .header__menu .wrapper .menu {
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media all and (max-width:1199px) {
  header .header__menu .wrapper .menu {
    width: 100%
  }
}
@media all and (max-width:1199px) {
  header .header__menu .wrapper .menu ul {
    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 .header__menu .wrapper .menu ul li {
  display: inline-block;
  margin-right: 14px;
}
@media all and (max-width:1300px) {
  header .header__menu .wrapper .menu ul li {
    /*margin-right: 20px*/
  }
}
@media all and (max-width:1199px) {
  header .header__menu .wrapper .menu ul li {
    margin-right: 0
  }
}
header .header__menu .wrapper .menu ul li.current-menu-item a {
  color: #153f90
}
header .header__menu .wrapper .menu ul li a {
  font-weight: 600;
  color: #363636;
  font-size: 15px;
}
@media all and (max-width:1199px) {
  header .header__menu .wrapper .menu ul li a {
    font-size: 14px;
  }
}
header .header__menu .wrapper .menu ul li a:hover {
  color: #153f90
}
header .searchform {
  width: 328px;
  height: 36px;
  border: 1px solid #153f90;
  position: relative;
  background-color: #f6f6f6
}
@media all and (max-width:1199px) {
  header .searchform {
    display: none
  }
}
header .searchform .s {
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: none;
  padding-left: 25px;
  padding-right: 50px;
  background-color: #f6f6f6
}
header .searchform .searchsubmit {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  width: 24px;
  height: 100%;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_4.svg);
  border: none;
  background-color: #f6f6f6;
  cursor: pointer
}
header .header__mobile {
  display: none
}
@media all and (max-width:991px) {
  header .header__mobile {
    display: block
  }
}
header .header__mobile .header_burger {
  position: relative;
  float: right
}
header .header__mobile .header_burger .burger_button {
  position: relative;
  top: 2px;
  width: 30px;
  height: 30px;
  display: block;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 20
}
header .header__mobile .header_burger .burger_button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #153f90;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}
header .header__mobile .header_burger .burger_button span:nth-child(1) {
  top: 4px
}
header .header__mobile .header_burger .burger_button span:nth-child(2) {
  top: 12px
}
header .header__mobile .header_burger .burger_button span:nth-child(3) {
  top: 20px
}
header .header__mobile .header_burger .burger_button.open span {
  background: #fff
}
header .header__mobile .header_burger .burger_button.open span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg)
}
header .header__mobile .header_burger .burger_button.open span:nth-child(2) {
  opacity: 0;
  left: -60px
}
header .header__mobile .header_burger .burger_button.open span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg)
}
header .header__mobile .header_burger .menu_toggle {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #153f90;
  margin: 0;
  overflow: auto;
  z-index: 11;
  padding-top: 50px;
  top: 0;
  padding-bottom: 70px;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%)
}
header .header__mobile .header_burger .menu_toggle.slide {
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px)
}
header .header__mobile .header_burger .menu_toggle.menuopen {
  -webkit-transform: translateX(0)!important;
  -ms-transform: translateX(0)!important;
  transform: translateX(0)!important
}
header .header__mobile .header_burger .menu_toggle .toggle__inner {
  width: 100%;
  margin: 0 auto;
  max-width: 690px
}
@media all and (max-width:767px) {
  header .header__mobile .header_burger .menu_toggle .toggle__inner {
    max-width: 510px
  }
}
@media all and (max-width:575px) {
  header .header__mobile .header_burger .menu_toggle .toggle__inner {
    padding-left: 15px;
    padding-right: 15px
  }
}
header .header__mobile .header_burger .menu_toggle .toggle__inner ul li {
  margin-bottom: 10px
}
header .header__mobile .header_burger .menu_toggle .toggle__inner ul li.current-menu-item a {
  text-decoration: underline
}
header .header__mobile .header_burger .menu_toggle .toggle__inner ul li a {
  color: #fff;
  display: inline-block
}
header .header__mobile .header_burger .menu_toggle .toggle__inner ul li a:hover {
  text-decoration: underline
}
header .header__mobile .header_burger .menu_toggle .toggle__inner .searchform {
  display: block;
  width: 100%;
  margin-top: 20px
}
#mainblock {
  position: relative;
  z-index: 2;
  padding-top: 100px;
  padding-bottom: 50px;
  margin-bottom: 24px
}
@media all and (max-width:991px) {
  #mainblock {
    padding-top: 120px
  }
}
#mainblock:after {
  position: absolute;
  content: "";
  width: 58%;
  height: 100%;
  background: rgba(21,63,144,.5);
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-clip-path: polygon(0 0,100% 0,90% 100%,0 100%);
  clip-path: polygon(0 0,100% 0,90% 100%,0 100%);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px)
}
@media all and (max-width:1399px) {
  #mainblock:after {
    width: 60%
  }
}
@media all and (max-width:1199px) {
  #mainblock:after {
    width: 72%
  }
}
@media all and (max-width:991px) {
  #mainblock:after {
    width: 100%;
    -webkit-clip-path: none;
    clip-path: none
  }
}
#mainblock .bg__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}
#mainblock .bg__image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
#mainblock .content {
  max-width: 673px;
  width: 100%
}
@media all and (max-width:1399px) {
  #mainblock .content {
    max-width: 640px
  }
}
#mainblock .content h1 {
  font-family: Oswald,sans-serif;
  font-weight: 500;
  font-size: 37px;
  line-height: 47px;
  color: #fff;
  margin-bottom: 66px;
  display: inline-block;
  position: relative;
  padding-bottom: 16px
}
@media all and (max-width:575px) {
  #mainblock .content h1 {
    font-size: 34px;
    line-height: 120%;
    margin-bottom: 50px
  }
}
#mainblock .content h1:after {
  position: absolute;
  content: "";
  width: calc(100% + 2000px);
  height: 3px;
  background-color: #e7392b;
  bottom: 0;
  left: -2000px
}
#mainblock .content ul li {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  position: relative;
  padding-left: 60px;
  text-transform: uppercase
}
@media all and (max-width:575px) {
  #mainblock .content ul li {
    padding-left: 35px;
    font-size: 15px
  }
}
#mainblock .content ul li:not(:last-child) {
  margin-bottom: 34px
}
@media all and (max-width:575px) {
  #mainblock .content ul li:not(:last-child) {
    margin-bottom: 20px
  }
}
#mainblock .content ul li:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_5.svg);
  width: 30px;
  height: 30px;
  top: 0;
  left: 0
}
#profit {
  margin-bottom: 90px
}
@media all and (max-width:1199px) {
  #profit {
    margin-bottom: 24px
  }
}
#profit .box {
  margin-bottom: 26px
}
#profit .box .box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
#profit .box .box__inner img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px
}
@media all and (max-width:991px) {
  #profit .box .box__inner img {
    width: 85px;
    height: 85px
  }
}
#profit .box .box__inner p {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px
}
#about .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden
}
#about .wrapper {
  position: relative
}
@media all and (max-width:767px) {
  #about .box__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    height: 100%
  }
}
#about .box__image .imgae__inner img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
#about .box__content {
  position: relative;
  z-index: 2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px
}
#about .box__content:after {
  position: absolute;
  content: "";
  width: calc(100% + 340px);
  height: 100%;
  background-color: #153f90;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: -120px;
  margin: auto;
  -webkit-clip-path: polygon(10% 0,100% 0,100% 100%,0 100%);
  clip-path: polygon(10% 0,100% 0,100% 100%,0 100%)
}
@media all and (max-width:1920px) {
  #about .box__content:after {
    width: calc(100% + 270px)
  }
}
@media all and (max-width:1199px) {
  #about .box__content:after {
    width: calc(100% + 220px)
  }
}
@media all and (max-width:767px) {
  #about .box__content:after {
    -webkit-clip-path: none;
    clip-path: none;
    background: rgba(21,63,144,.7)
  }
}
#about .box__content .content__inner {
  max-width: 624px;
  width: 100%;
  padding-right: 15px
}
@media all and (max-width:767px) {
  #about .box__content .content__inner {
    padding-left: 15px
  }
}
#about .box__content .content__inner p {
  font-weight: 500;
  font-size: 20px;
  line-height: 133.9%;
  color: #f5f5f5
}
#about .box__content .content__inner p:not(:last-child) {
  margin-bottom: 50px
}
#objects {
  background-color: #f6f6f6;
  padding-top: 80px;
  padding-bottom: 35px;
  margin-bottom: 80px
}
@media all and (max-width:1199px) {
  #objects {
    padding-top: 50px;
    padding-bottom: 20px;
    margin-bottom: 50px
  }
}
#objects h2 {
  font-family: Oswald,sans-serif;
  font-weight: 500;
  font-size: 37px;
  line-height: 121.7%;
  color: #363636;
  margin-bottom: 45px
}
@media all and (max-width:575px) {
  #objects h2 {
    font-size: 34px
  }
}
#objects .box {
  margin-bottom: 45px
}
@media all and (max-width:1199px) {
  #objects .box {
    margin-bottom: 30px
  }
}
#objects .box .box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
#objects .box .box__inner img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  position: relative;
  top: -10px
}
#objects .box .box__inner p {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px
}
#directions {
  margin-bottom: 32px
}
#directions .wrapper {
  position: relative
}
#directions .wrapper .box__heading {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0,88% 0,100% 45%,0 100%);
  clip-path: polygon(0 0,88% 0,100% 45%,0 100%);
  background-color: #153f90;
  width: 37%;
  height: 598px;
  padding: 75px 72px 40px 32px
}
@media all and (max-width:1340px) {
  #directions .wrapper .box__heading {
    width: 33%
  }
}
@media all and (max-width:1199px) {
  #directions .wrapper .box__heading {
    position: relative;
    top: 0;
    width: 100%;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    padding: 20px;
    margin-bottom: 20px
  }
}
#directions .wrapper .box__heading h2 {
  font-family: Oswald,sans-serif;
  max-width: 370px;
  width: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 36px;
  line-height: 127.7%
}
@media all and (max-width:1199px) {
  #directions .wrapper .box__heading h2 {
    max-width: none;
    font-size: 32px
  }
}
#directions .box {
  margin-bottom: 28px
}
#directions .box:nth-child(1) .box__inner {
  max-width: 417px;
  width: 100%;
  margin-left: auto;
  margin-right: 0
}
#directions .box:nth-child(1) .box__inner p {
  max-width: 291px;
  width: 100%
}
#directions .box:nth-child(3) .box__inner {
  max-width: 850px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  height: 313px
}
#directions .box:nth-child(3) .box__inner p {
  max-width: 453px;
  width: 100%;
  top: auto;
  left: auto
}
#directions .box:nth-child(4) .box__inner {
  height: 313px
}
#directions .box:nth-child(4) .box__inner p {
  top: auto
}
#directions .box .box__inner {
  position: relative;
  height: 260px
}
@media all and (max-width:1199px) {
  #directions .box .box__inner {
    height: auto!important;
    margin-left: 0!important;
    margin-right: auto!important
  }
}
#directions .box .box__inner img {
  height: 100%
}
@media all and (max-width:1199px) {
  #directions .box .box__inner img {
    display: none
  }
}
#directions .box .box__inner p {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  position: absolute;
  top: 42px;
  right: 52px;
  bottom: 42px;
  left: 60px
}
@media all and (max-width:1199px) {
  #directions .box .box__inner p {
    position: relative;
    top: 0!important;
    left: 0!important;
    right: auto!important;
    max-width: inherit!important
  }
}
#directions .box .box__inner h2 {
  font-family: Oswald,sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 127.7%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  top: 75px;
  left: 32px;
  max-width: 408px;
  width: 100%
}
#app {
  margin-bottom: 120px
}
@media all and (max-width:1199px) {
  #app {
    margin-bottom: 60px
  }
}
#app .wrapper {
  border: 1px solid #e7392b;
  background-color: #f6f6f6;
  padding: 45px 66px 0 66px
}
@media all and (max-width:575px) {
  #app .wrapper {
    padding: 20px
  }
}
#app .box__title {
  margin-bottom: 40px
}
#app .box__title .title__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
#app .box__title .title__inner img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 25px
}
@media all and (max-width:575px) {
  #app .box__title .title__inner img {
    margin-right: 15px;
    width: 40px
  }
}
#app .box__title .title__inner h6 {
  font-family: Oswald,sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 143.9%;
  text-transform: uppercase;
  color: #363636
}
@media all and (max-width:575px) {
  #app .box__title .title__inner h6 {
    font-size: 18px;
    line-height: 27px
  }
}
#app .box__content {
  margin-bottom: 48px
}
@media all and (max-width:575px) {
  #app .box__content {
    margin-bottom: 30px
  }
}
#app .box__content p {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  max-width: 576px;
  width: 100%
}
@media all and (max-width:575px) {
  #app .box__content p {
    font-size: 16px;
    line-height: 24px
  }
}
#management {
  margin-bottom: 120px
}
@media all and (max-width:1199px) {
  #management {
    margin-bottom: 60px
  }
}
#management .wrapper {
  position: relative
}
@media all and (max-width:767px) {
  #management .heading {
    margin-bottom: 0
  }
}
@media all and (max-width:575px) {
  #management .management__slider .swiper-slide {
    height: auto
  }
}
#management .management__slider .slide__inner {
  border: 2px solid #153f90;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
@media all and (max-width:991px) {
  #management .management__slider .slide__inner {
    max-width: 400px;
    width: 100%;
    margin: 0 auto
  }
}
@media all and (max-width:575px) {
  #management .management__slider .slide__inner {
    min-height: 280px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
}
#management .management__slider .slide__inner:hover .photo {
  height: 498px
}
#management .management__slider .slide__inner:hover .content {
  background-color: #153f90;
  background-position: calc(100% - 20px) 50%;
  background-repeat: no-repeat;
  background-image: url(../img/32.png);
  color: #fff
}
#management .management__slider .slide__inner:hover .content h5 {
  font-size: 34px;
  line-height: 133.7%
}
#management .management__slider .slide__inner:hover .content p {
  color: #fff
}
#management .management__slider .slide__inner .photo {
  width: 100%;
  height: 428px;
  border-bottom: 2px solid #153f90;
  -webkit-transition: .15s all;
  transition: .15s all
}
@media all and (max-width:991px) {
  #management .management__slider .slide__inner .photo {
    height: 350px!important
  }
}
#management .management__slider .slide__inner .photo img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
#management .management__slider .slide__inner .content {
  background-color: #f6f6f6;
  padding: 20px 25px 21px 25px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transition: .15s all;
  transition: .15s all
}
@media all and (max-width:575px) {
  #management .management__slider .slide__inner .content {
    background-color: #153f90;
    background-position: calc(100% - 20px) 50%;
    background-repeat: no-repeat;
    background-image: url(../img/32.png);
    color: #fff
  }
}
#management .management__slider .slide__inner .content h5 {
  font-family: Oswald,sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-decoration-line: underline;
  margin-bottom: 11px
}
@media all and (max-width:575px) {
  #management .management__slider .slide__inner .content h5 {
    font-size: 20px!important;
    line-height: 28px!important;
    color: #fff
  }
}
#management .management__slider .slide__inner .content p {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #363636
}
@media all and (max-width:575px) {
  #management .management__slider .slide__inner .content p {
    font-size: 16px!important;
    line-height: 24px!important;
    color: #fff
  }
}
.swiper__nav {
  height: 57px;
  width: 142px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto
}
@media all and (max-width:767px) {
  .swiper__nav {
    position: relative
  }
}
.swiper__nav .swiper-button {
  -webkit-transition: .3s all;
  transition: .3s all;
  top: 0;
  bottom: 0;
  position: absolute;
  cursor: pointer;
  margin: auto;
  z-index: 100;
  width: 58px;
  height: 57px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/arrow.svg)
}
.swiper__nav .swiper-button:after {
  display: none!important
}
.swiper__nav .swiper-button.swiper-button-prev {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  left: 0
}
.swiper__nav .swiper-button.swiper-button-next {
  right: 0
}
#projects {
  margin-bottom: 30px
}
@media all and (max-width:1199px) {
  #projects {
    margin-bottom: 50px
  }
}
#projects .row {
  margin-left: -10px;
  margin-right: -10px
}
#projects .box {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media all and (max-width:1199px) {
  #projects .box {
    margin-bottom: 20px
  }
}
#projects .box .box__inner {
  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
}
#projects .box .box__inner .image {
  width: 100%;
  height: 411px
}
@media all and (max-width:575px) {
  #projects .box .box__inner .image {
    height: 280px
  }
}
#projects .box .box__inner .image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
#projects .box .box__inner .content {
  background-color: #153f90;
  color: #f6f6f6;
  padding: 40px 29px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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
}
@media all and (max-width:575px) {
  #projects .box .box__inner .content {
    padding: 20px
  }
}
#projects .box .box__inner .content .text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
#projects .box .box__inner .content h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 17px
}
#projects .box .box__inner .content p {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 28px
}
#projects .box .box__inner .content hr {
  width: 100%;
  height: 2px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 21px
}
#projects .box .box__inner .content h6 {
  font-weight: 600;
  font-size: 19px;
  line-height: 24px
}
#projects .btn {
  max-width: 276px;
  width: 100%;
  margin: 0 auto 40px auto;
  cursor: pointer
}
@media all and (max-width:1199px) {
  #projects .btn {
    margin-top: 20px;
    margin-bottom: 10px
  }
}
#purchase {
  background-color: #f6f6f6;
  padding-top: 60px;
  padding-bottom: 78px;
  margin-bottom: 50px;
  background-position: 95% 0;
  background-repeat: no-repeat;
  background-image: url(../img/25.png)
}
@media all and (max-width:1199px) {
  #purchase {
    padding-top: 50px;
    padding-bottom: 50px
  }
}
#purchase .heading {
  margin-bottom: 74px
}
@media all and (max-width:1199px) {
  #purchase .heading {
    margin-bottom: 40px
  }
}
#purchase .row {
  margin-left: -10px;
  margin-right: -10px
}
#purchase .box {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px
}
#purchase .box .box__inner {
  display: block;
  border: 2px solid #c9c9c9;
  padding: 50px 30px 35px 30px;
  background-color: #fff;
  color: #363636
}
@media all and (max-width:575px) {
  #purchase .box .box__inner {
    padding: 20px
  }
}
#purchase .box .box__inner:hover {
  border: 2px solid #e7392b;
  background-color: rgba(231,57,43,.1)
}
#purchase .box .box__inner h4 {
  text-decoration: underline;
  color: #153f90;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 28px
}
#purchase .box .box__inner p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500
}
@media all and (max-width:575px) {
  #purchase .box .box__inner p {
    font-size: 16px
  }
}
#purchase .box__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px
}
#purchase .box__pagination .pagination {
  text-align: center
}
#purchase .box__pagination .pagination a,
#purchase .box__pagination .pagination span {
  font-size: 18px;
  position: relative;
  float: left;
  padding: 6px 12px;
  margin: 0 10px 3px 10px;
  line-height: 1.42857143;
  color: #337ab7;
  font-weight: 500;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #d2dbee;
  min-width: 40px
}
@media all and (max-width:767px) {
  #purchase .box__pagination .pagination a,
  #purchase .box__pagination .pagination span {
    margin: 5px
  }
}
#purchase .box__pagination .pagination a {
  color: rgba(21,63,144,.8)
}
#purchase .box__pagination .pagination span {
  border-color: #e7392b;
  background-color: rgba(231,57,43,.1);
  color: #e7392b
}
#purchase .box__pagination .pagination .nextpostslink,
#purchase .box__pagination .pagination .previouspostslink {
  border: none;
  width: 40px;
  height: 40px
}
#purchase .box__pagination .pagination .nextpostslink:after,
#purchase .box__pagination .pagination .previouspostslink:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #153f90;
  width: 58px;
  height: 57px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: .25s all;
  transition: .25s all
}
@media all and (max-width:767px) {
  #purchase .box__pagination .pagination .nextpostslink,
  #purchase .box__pagination .pagination .previouspostslink {
    display: none
  }
}
#purchase .box__pagination .pagination .nextpostslink:hover:after,
#purchase .box__pagination .pagination .previouspostslink:hover:after {
  background-color: red
}
#purchase .box__pagination .pagination .previouspostslink {
  color: transparent
}
#purchase .box__pagination .pagination .previouspostslink:after {
  -webkit-mask-image: url(../img/arrow_1_1.svg);
  mask-image: url(../img/arrow_1_1.svg)
}
#purchase .box__pagination .pagination .nextpostslink {
  color: transparent
}
#purchase .box__pagination .pagination .nextpostslink:after {
  -webkit-mask-image: url(../img/arrow_1.svg);
  mask-image: url(../img/arrow_1.svg)
}
#documents {
  margin-bottom: 70px
}
@media all and (max-width:1199px) {
  #documents {
    margin-bottom: 50px
  }
}
#documents .arrow {
  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;
  position: relative;
  margin-bottom: 40px
}
@media all and (max-width:991px) {
  #documents .arrow {
    display: block;
    margin-bottom: 5px
  }
}
#documents .arrow p {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  max-width: 638px;
  width: 100%
}
#documents .arrow .swiper__nav {
  position: relative;
  margin-left: auto;
  margin-right: 0
}
@media all and (max-width:991px) {
  #documents .arrow .swiper__nav {
    margin: 0 auto
  }
}
#documents .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden
}
#documents .box__left {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/26.jpg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
#documents .box__left .left__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  max-width: 630px;
  width: 100%;
  margin-left: auto;
  margin-right: 17%;
  padding-left: 15px
}
@media all and (max-width:1199px) {
  #documents .box__left .left__inner {
    padding: 15px;
    max-width: none;
    margin: 0 auto;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
#documents .box__left .left__inner a {
  display: block;
  width: 226px;
  height: 286px;
  border: 1px solid #153f90
}
@media all and (max-width:575px) {
  #documents .box__left .left__inner a {
    height: 200px;
    width: 220px
  }
}
#documents .box__left .left__inner a img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
#documents .box__right {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 50px
}
@media all and (max-width:1199px) {
  #documents .box__right {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
}
#documents .box__right:after {
  position: absolute;
  content: "";
  width: calc(100% + 300px);
  height: 100%;
  background-color: #153f90;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: -120px;
  margin: auto;
  -webkit-clip-path: polygon(10% 0,100% 0,100% 100%,0 100%);
  clip-path: polygon(10% 0,100% 0,100% 100%,0 100%)
}
@media all and (max-width:1920px) {
  #documents .box__right:after {
    width: calc(100% + 230px)
  }
}
@media all and (max-width:1300px) {
  #documents .box__right:after {
    width: calc(100% + 200px)
  }
}
@media all and (max-width:1199px) {
  #documents .box__right:after {
    -webkit-clip-path: none;
    clip-path: none;
    background: rgba(21,63,144,.7)
  }
}
#documents .box__right .right__inner {
  max-width: 594px;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  padding-right: 15px
}
@media all and (max-width:1199px) {
  #documents .box__right .right__inner {
    max-width: none;
    padding-left: 15px
  }
}
#documents .documents__slider .slide__inner a {
  display: block;
  width: 310px;
  height: 441px;
  margin: 0 auto 30px auto
}
@media all and (max-width:575px) {
  #documents .documents__slider .slide__inner a {
    height: 300px;
    width: 220px
  }
}
#documents .documents__slider .slide__inner a img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
#documents .documents__slider .slide__inner p {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #f6f6f6
}
#contacts {
  margin-bottom: 40px
}
#contacts .row {
  margin-left: -10px;
  margin-right: -10px
}
#contacts .box {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px
}
#contacts .box .box__inner {
  border: 2px solid #153f90;
  background-color: rgba(21,63,144,.1);
  padding: 40px 34px 37px 34px;
  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
}
#contacts .box .box__inner .top {
  margin-bottom: 15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
#contacts .box .box__inner .top h5 {
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 600;
  color: #e7392b;
  margin-bottom: 15px
}
#contacts .box .box__inner .top p {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px
}
#contacts .box .box__inner .bottom {
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2
}
@media all and (max-width:575px) {
  #contacts .box .box__inner .bottom {
    height: 200px
  }
}
#contacts .box .box__inner .bottom img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1
}
@media all and (max-width:575px) {
  #contacts .box .box__inner .bottom img {
    width: 200px;
    height: 200px
  }
}
#contacts .box .box__inner .bottom .phone {
  font-weight: 700;
  font-size: 27px;
  line-height: 33px;
  text-transform: uppercase;
  color: #153f90
}
@media all and (max-width:1199px) {
  #contacts .box .box__inner .bottom .phone {
    font-size: 20px;
    line-height: 120%
  }
}
#contacts .box .box__inner .bottom .phone span {
  display: block;
  margin-top: 11px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700
}
@media all and (max-width:1199px) {
  #contacts .box .box__inner .bottom .phone span {
    font-size: 18px
  }
}
#contacts .box .box__inner .bottom .email {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  color: #153f90;
  text-decoration: underline
}
@media all and (max-width:1199px) {
  #contacts .box .box__inner .bottom .email {
    font-size: 16px
  }
}
#contacts .box .box__inner .bottom .address {
  font-weight: 700;
  font-size: 27px;
  line-height: 33px
}
@media all and (max-width:1199px) {
  #contacts .box .box__inner .bottom .address {
    font-size: 22px;
    line-height: 120%
  }
}
#requisites {
  margin-bottom: 70px
}
@media all and (max-width:1199px) {
  #requisites {
    margin-bottom: 40px
  }
}
#requisites .box:last-child .box__inner {
  padding-left: 80px
}
@media all and (max-width:991px) {
  #requisites .box:last-child .box__inner {
    padding-left: 0
  }
}
#requisites .box:last-child .box__inner ul li strong {
  max-width: 181px
}
#requisites .box .box__inner {
  max-width: 805px;
  width: 100%
}
#requisites .box .box__inner ul li {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #363636;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 13px
}
@media all and (max-width:1199px) {
  #requisites .box .box__inner ul li {
    font-size: 13px;
    line-height: 16px
  }
}
#requisites .box .box__inner ul li strong {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  max-width: 325px;
  width: 100%;
  margin-right: 20px;
  color: #153f90;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media all and (max-width:1199px) {
  #requisites .box .box__inner ul li strong {
    max-width: 200px!important
  }
}
@media all and (max-width:1199px) {
  #requisites .box .box__inner ul li strong {
    font-size: 16px;
    line-height: 20px;
    margin-right: 15px;
    max-width: 150px!important
  }
}
#map {
  position: relative;
  z-index: 2;
  padding-top: 94px;
  padding-bottom: 94px
}
@media all and (max-width:991px) {
  #map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: rgba(21,63,144,.7);
    padding-top: 50px;
    padding-bottom: 0
  }
}
#map:after {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  background: rgba(21,63,144,.7);
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-clip-path: polygon(0 0,100% 0,90% 100%,0 100%);
  clip-path: polygon(0 0,100% 0,90% 100%,0 100%);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px)
}
@media all and (max-width:991px) {
  #map:after {
    display: none
  }
}
#map .map__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2
}
@media all and (max-width:991px) {
  #map .map__inner {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    height: 360px
  }
}
#map .map__inner iframe {
  width: 100%;
  height: 100%
}
@media all and (max-width:991px) {
  #map .wrapper {
    margin-bottom: 40px
  }
}
#map .content {
  max-width: 490px;
  width: 100%;
  position: relative;
  z-index: 4
}
@media all and (max-width:1399px) {
  #map .content {
    max-width: 400px
  }
}
@media all and (max-width:991px) {
  #map .content {
    max-width: none
  }
}
#map .content h2 {
  font-family: Oswald,sans-serif;
  font-weight: 500;
  font-size: 37px;
  line-height: 47px;
  color: #fff;
  margin-bottom: 50px;
  display: inline-block;
  position: relative
}
@media all and (max-width:575px) {
  #map .content h2 {
    font-size: 34px;
    line-height: 120%;
    margin-bottom: 30px
  }
}
#map .content ul li {
  font-size: 23px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media all and (max-width:1399px) {
  #map .content ul li {
    font-size: 20px
  }
}
@media all and (max-width:575px) {
  #map .content ul li {
    font-size: 18px;
    line-height: 24px
  }
}
#map .content ul li:not(:last-child) {
  margin-bottom: 40px
}
@media all and (max-width:575px) {
  #map .content ul li:not(:last-child) {
    margin-bottom: 20px
  }
}
#map .content ul li img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 25px
}
@media all and (max-width:991px) {
  #map .content ul li img {
    margin-right: 15px
  }
}
@media all and (max-width:991px) {
  #footer {
    padding-top: 30px
  }
}
@media all and (max-width:991px) {
  #footer.page {
    padding-top: 0
  }
}
#footer.page .footer__top {
  border-top: 2px solid #e7392b;
  border-bottom: none
}
@media all and (max-width:991px) {
  #footer.page .footer__top {
    padding-top: 20px;
    margin-bottom: 10px
  }
}
#footer .footer__top {
  border-bottom: 2px solid #e7392b;
  margin-bottom: 38px
}
@media all and (max-width:991px) {
  #footer .footer__top .footer__logo {
    margin-bottom: 25px
  }
}
#footer .footer__top .footer__logo img {
  width: 229px;
  height: auto
}
#footer .footer__top .footer__menu {
  margin-bottom: 13px
}
#footer .footer__top .footer__menu .menu__inner {
  padding-top: 35px
}
@media all and (max-width:991px) {
  #footer .footer__top .footer__menu .menu__inner {
    padding-top: 0
  }
}
#footer .footer__top .footer__menu .menu__inner ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3
}
@media all and (max-width:1199px) {
  #footer .footer__top .footer__menu .menu__inner ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
  }
}
@media all and (max-width:767px) {
  #footer .footer__top .footer__menu .menu__inner ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
  }
}
#footer .footer__top .footer__menu .menu__inner ul li {
  margin-bottom: 19px
}
#footer .footer__top .footer__menu .menu__inner ul li.current-menu-item a {
  text-decoration: underline
}
#footer .footer__top .footer__menu .menu__inner ul li a {
  position: relative;
  padding-left: 29px;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #153f90
}
#footer .footer__top .footer__menu .menu__inner ul li a:hover {
  text-decoration: underline
}
#footer .footer__top .footer__menu .menu__inner ul li a:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_9.svg);
  width: 23px;
  height: 23px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto
}
#footer .footer__bottom .footer__item {
  margin-bottom: 48px
}
@media all and (max-width:991px) {
  #footer .footer__bottom .footer__item {
    margin-bottom: 25px
  }
}
#footer .footer__bottom h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 13px
}
#footer .footer__bottom .footer__contacts .contacts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media all and (max-width:991px) {
  #footer .footer__bottom .footer__contacts .contacts__inner {
    display: block
  }
}
@media all and (max-width:991px) {
  #footer .footer__bottom .footer__contacts .contacts__inner .item {
    margin-bottom: 25px
  }
}
#footer .footer__bottom .footer__contacts .contacts__inner .item.item-phone {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 20px
}
@media all and (max-width:991px) {
  #footer .footer__bottom .footer__contacts .contacts__inner .item.item-phone {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 25px
  }
}
#footer .footer__bottom .footer__contacts .contacts__inner .item.item-btn {
  -ms-flex-negative: 0;
  flex-shrink: 0
}
#footer .footer__bottom .footer__contacts .contacts__inner .item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
#footer .footer__bottom .footer__contacts .contacts__inner .item div img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 14px
}
#footer .footer__bottom .footer__contacts .contacts__inner .item div p {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #363636
}
#footer .footer__bottom .footer__contacts .contacts__inner .item div a {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #363636
}
#footer .footer__bottom .footer__contacts .contacts__inner .item div a span {
  font-size: 16px;
  display: block
}
#breadcrumbs {
  padding-top: 42px;
  margin-bottom: 16px
}
@media all and (max-width:991px) {
  #breadcrumbs {
    padding-top: 112px;
  }
}
@media all and (max-width:575px) {
  #breadcrumbs {
    /*padding-top: 30px;*/
    margin-bottom: 24px
  }
}
#breadcrumbs .breadcrumbs {
  color: #153f90;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px
}
#breadcrumbs .breadcrumbs span {
  color: #153f90;
  display: inline-block
}
#breadcrumbs .breadcrumbs span a {
  color: rgba(21,63,144,.6);
  display: inline-block
}
#breadcrumbs .breadcrumbs span a span {
  color: inherit
}
#breadcrumbs .breadcrumbs .sep {
  width: 18px;
  height: 1px;
  background-color: rgba(21,63,144,.6);
  position: relative;
  top: -4px
}
#page .page_1 .text {
  margin-bottom: 40px
}
#page .page_1 .text p {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-top: 30px
}
#page .page_2 {
  margin-bottom: 90px
}
@media all and (max-width:1199px) {
  #page .page_2 {
    margin-bottom: 50px
  }
}
@media all and (max-width:991px) {
  #page .page_2 .content {
    margin-bottom: 30px
  }
}
#page .page_2 .content .content__inner {
  max-width: 690px;
  width: 100%
}
#page .page_2 .content .content__inner .text p {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px
}
@media all and (max-width:575px) {
  #page .page_2 .content .content__inner .text p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px
  }
}
#page .page_2 .content .content__inner .data {
  padding-top: 20px
}
#page .page_2 .content .content__inner .data ul li {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(54,54,54,.7);
  position: relative;
  padding-left: 50px
}
@media all and (max-width:575px) {
  #page .page_2 .content .content__inner .data ul li {
    padding-bottom: 15px
  }
}
#page .page_2 .content .content__inner .data ul li:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_28.svg);
  width: 40px;
  height: 40px;
  top: -7px;
  left: 0
}
#page .page_2 .content .content__inner .data ul li:not(:last-child) {
  margin-bottom: 40px
}
@media all and (max-width:575px) {
  #page .page_2 .content .content__inner .data ul li:not(:last-child) {
    margin-bottom: 20px
  }
}
#page .page_2 .content .content__inner .data ul li h6 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
  text-transform: uppercase
}
#page .page_2 .content .content__inner .data ul li p {
  font-weight: 500
}
#page .page_2 .content .content__inner .data ul li a {
  color: #153f90
}
#page .page_2 .list .list__inner {
  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
}
#page .page_2 .list .list__inner .wrapper {
  background-color: #153f90;
  padding: 59px 50px 88px 60px;
  margin-bottom: 30px
}
@media all and (max-width:1199px) {
  #page .page_2 .list .list__inner .wrapper {
    padding: 30px 20px
  }
}
#page .page_2 .list .list__inner .wrapper h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 38px;
  color: #f6f6f6
}
#page .page_2 .list .list__inner .wrapper h5 img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 29px
}
#page .page_2 .list .list__inner .wrapper ul li {
  padding-left: 60px;
  position: relative
}
#page .page_2 .list .list__inner .wrapper ul li:not(:last-child) {
  margin-bottom: 30px
}
#page .page_2 .list .list__inner .wrapper ul li:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_27.svg);
  width: 30px;
  height: 30px;
  top: -4px;
  left: 0
}
#page .page_2 .list .list__inner .wrapper ul li a {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #f6f6f6;
  display: inline-block
}
@media all and (max-width:575px) {
  #page .page_2 .list .list__inner .wrapper ul li a {
    font-size: 16px;
    line-height: 24px
  }
}
#page .page_2 .list .list__inner .wrapper ul li a:hover {
  text-decoration: underline
}
#sert {
  margin-bottom: 60px
}
@media all and (max-width:1199px) {
  #sert {
    margin-bottom: 50px
  }
}
#sert .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden
}
#sert .box__left {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/30.jpg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
#sert .box__left .left__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 630px;
  width: 100%;
  margin-left: auto;
  margin-right: 17%;
  padding-left: 15px;
  padding-top: 90px;
  padding-bottom: 90px
}
@media all and (max-width:1199px) {
  #sert .box__left .left__inner {
    padding: 40px 15px;
    max-width: none;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
#sert .box__left .left__inner ul li {
  position: relative;
  padding-left: 60px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase
}
@media all and (max-width:575px) {
  #sert .box__left .left__inner ul li {
    padding-left: 40px;
    font-size: 16px
  }
}
#sert .box__left .left__inner ul li:not(:last-child) {
  margin-bottom: 50px
}
@media all and (max-width:575px) {
  #sert .box__left .left__inner ul li:not(:last-child) {
    margin-bottom: 35px
  }
}
#sert .box__left .left__inner ul li:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_5.svg);
  width: 30px;
  height: 30px;
  top: 0;
  left: 0
}
#sert .box__right {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 50px
}
@media all and (max-width:1199px) {
  #sert .box__right {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
}
#sert .box__right:after {
  position: absolute;
  content: "";
  width: calc(100% + 300px);
  height: 100%;
  background-color: #153f90;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: -120px;
  margin: auto;
  -webkit-clip-path: polygon(10% 0,100% 0,100% 100%,0 100%);
  clip-path: polygon(10% 0,100% 0,100% 100%,0 100%)
}
@media all and (max-width:1920px) {
  #sert .box__right:after {
    width: calc(100% + 230px)
  }
}
@media all and (max-width:1300px) {
  #sert .box__right:after {
    width: calc(100% + 200px)
  }
}
@media all and (max-width:1199px) {
  #sert .box__right:after {
    -webkit-clip-path: none;
    clip-path: none;
    background: rgba(21,63,144,.7)
  }
}
#sert .box__right .right__inner {
  max-width: 494px;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  padding-right: 15px
}
@media all and (max-width:1199px) {
  #sert .box__right .right__inner {
    max-width: none;
    padding-left: 15px
  }
}
#sert .box__right .right__inner a {
  display: block;
  margin-bottom: 30px
}
#sert .box__right .right__inner a img {
  max-height: 437px
}
@media all and (max-width:575px) {
  #sert .box__right .right__inner a img {
    max-height: 350px
  }
}
#sert .box__right .right__inner p {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #f6f6f6
}
#advantages {
  margin-bottom: 80px
}
@media all and (max-width:1199px) {
  #advantages {
    margin-bottom: 50px
  }
}
#advantages .box {
  margin-bottom: 40px
}
#advantages .box .box__inner .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 19px
}
#advantages .box .box__inner .item img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 24px;
  width: 85px;
  height: 85px
}
#advantages .box .box__inner .item h6 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  text-transform: uppercase
}
@media all and (max-width:1199px) {
  #advantages .box .box__inner .item h6 {
    font-size: 24px;
    line-height: 120%
  }
}
#advantages .box .box__inner p {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase
}
@media all and (max-width:1199px) {
  #advantages .box .box__inner p {
    font-size: 16px
  }
}
#advantages .box__btn {
  padding-top: 50px
}
@media all and (max-width:575px) {
  #advantages .box__btn {
    padding-top: 10px
  }
}
#page .article {
  margin-bottom: 40px
}
article .aligncenter,
article div.aligncenter,
article img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto
}
article img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline
}
article img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline
}
article .alignright {
  float: right
}
article .alignleft {
  float: left
}
article h2,
article h3,
article h4,
article h5,
article h6 {
  font-weight: 700;
  margin-bottom: .625em
}
article h2 {
  font-size: 32px;
  line-height: 38px
}
article h3 {
  font-size: 26px;
  line-height: 34px
}
article h4 {
  font-size: 22px
}
article h5 {
  font-size: 18px
}
article h6 {
  font-size: 16px
}
article p {
  margin-bottom: .625em
}
article a {
  color: #00a8d2
}
article ul {
  margin-bottom: .625em;
  list-style-type: disc;
  padding-left: 15px
}
article ul ul {
  margin-bottom: 0
}
article ol li,
article ul li {
  margin-bottom: 4px
}
article ol {
  margin-bottom: .625em;
  padding-left: 15px
}
article table,
article table.wp-block-table {
  overflow-x: auto;
  width: 100%;
  text-align: left;
  margin: 0 0 33px 0;
  padding: 0;
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,.08);
  box-shadow: 0 0 12px rgba(0,0,0,.08);
  border: 3px solid rgba(0,0,0,.12);
  border-spacing: 0;
  border-radius: 4px
}
article table form,
article table li,
article table p,
article table ul {
  margin: 6px 0;
  padding: 0
}
article table tfoot,
article table thead,
article table.wp-block-table tfoot,
article table.wp-block-table thead {
  border: 1px solid #ddd;
  border: 1px solid rgba(0,0,0,.12)
}
article table tbody tr:nth-child(odd) {
  background: rgba(0,0,0,.04)
}
article table th,
article table.wp-block-table th {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin: 0;
  padding: 12px;
  border-top: 1px solid #ddd;
  border-top: 1px solid rgba(0,0,0,.12);
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media all and (max-width:575px) {
  article table td,
  article table th {
    min-width: 180px
  }
}
article table td,
article table.wp-block-table td {
  padding: 12px;
  margin: 0;
  border-top: 1px solid #ddd;
  border-top: 1px solid rgba(0,0,0,.12);
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
article table.wp-block-table.is-style-stripes {
  border-collapse: collapse
}
article table.wp-block-table.is-style-stripes td {
  border: 1px solid #ddd;
  border: 1px solid rgba(0,0,0,.12)
}

/*****************  contact form 7 style  *****************/

.wpcf7-validation-errors {
  display: none!important;
}

.wpcf7-form .wpcf7-response-output {
  font-size: 13px;
  line-height: 17px;
  margin: 3px auto 10px auto!important;
}


select.wpcf7-not-valid, input[type=text].wpcf7-not-valid, input[type=date].wpcf7-not-valid, input[type=email].wpcf7-not-valid, input[type=tel].wpcf7-not-valid, textarea.wpcf7-not-valid, #block-7 input[type=text].wpcf7-not-valid, #block-7 input[type=tel].wpcf7-not-valid, #block-15 input[type=tel].wpcf7-not-valid, #block-15 input[type=text].wpcf7-not-valid{
    border: 2px solid #ec3c06!important;
    position:relative;
}

body span.wpcf7-not-valid-tip {
  display: none!important;
  color: #ec3c06;
  border: none;
  background: none;
}
body span.wpcf7-not-valid-tip-no-ajax{
  display:inline-block;
  font-size:18px;
  margin:0 0 0 10px;
}
body div.wpcf7-validation-errors {
    background: #ffe2e2;
    border: 2px solid #ff8a8a;
    color: #ec3c06;
    font-size:18px;
    text-align:center;
    position:relative;
    z-index:12000;
}
.contact-inner-form .wpcf7-response-output{
  width:95%;
}
body div.wpcf7-response-output {
  padding: 6px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 3px;
}

body .wpcf7-mail-sent-ng {
    background: #fff2e2;
    border: 1px solid #ffbc8a;
    color: #e17731;
}

body .wpcf7-mail-sent-ok {
    border: 1px solid transparent;
    color: #ff5805;
    text-align:center;
}