.container {
  width: 1180px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1500px) {
  .container {
    max-width: calc(100% - 48px);
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: calc(100% - 48px);
  }
}
@media (max-width: 992px) {
  .container {
    max-width: calc(100% - 48px);
  }
}
@media (max-width: 768px) {
  .container {
    max-width: calc(100% - 48px);
  }
}
@media (max-width: 575px) {
  .container {
    max-width: calc(100% - 48px);
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1500px) {
  .row {
    margin-left: auto;
    margin-right: auto;
  }
}

.sector {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

html, body, html a {
  font-size: 16px;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000000;
}

body * {
  outline: rgba(0, 0, 0, 0) none;
}

body {
  background: #ffffff;
  overflow-x: hidden;
}

body.menu__open {
  overflow-y: hidden;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(49, 51, 57);
  border-radius: 0px;
  background-color: #FFF;
}

body::-webkit-scrollbar {
  width: 6px;
  height: 10px;
  background-color: #FFF;
  border-radius: 0px;
}

body::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 6px rgb(49, 51, 57);
  background-color: rgb(49, 51, 57);
}

img, picture {
  height: auto;
}

section {
  padding-top: 60px;
  padding-bottom: 60px;
}

/**/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #808080;
  -webkit-text-fill-color: #808080;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

a {
  display: inline-block;
  text-decoration: none;
}

.fancybox__thumbs {
  display: none !important;
}

#pageYOffset {
  position: fixed;
  right: 0;
  display: none;
}

.arrow__top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  cursor: pointer;
  z-index: 100;
}
.arrow__top.is-visible {
  opacity: 1;
}

.modal {
  display: none;
}

.ajax-loader {
  display: none !important;
}

.btn__primary {
  font-size: 16px;
  line-height: 1;
  color: #FEFEFE;
  display: inline-flex;
  justify-content: center;
  padding: 16px 32px;
  background-color: #cb4a00;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
  border: 0;
  text-align: center;
  font-weight: 400;
  font-family: "Play", sans-serif;
}
.btn__primary:hover {
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.25);
}
.btn__primary.btn__cost {
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  height: 61px;
}
.btn__primary.btn__submit {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  width: 100%;
  max-width: 100%;
  height: 64px;
}

.btn__second {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #FFFFFF;
  padding: 16px 32px;
  border-radius: 4px;
  border: 1px solid #1a426e;
  background: #1a426e;
  transition: 0.3s ease-in-out;
}
.btn__second:hover {
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.25);
}

p {
  margin-bottom: 12px;
}

h1 {
  font-family: "Play", sans-serif;
  font-weight: 700;
  display: inline-flex;
  font-size: 30px;
  margin-bottom: 36px;
  text-transform: uppercase;
  position: relative;
  color: #1a426e;
}
@media (max-width: 575px) {
  h1 {
    font-size: 24px;
  }
}
h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 50%;
  height: 3px;
  background: #cb4a00;
}

h2 {
  font-family: "Play", sans-serif;
  font-weight: 700;
  display: inline-flex;
  font-size: 24px;
  margin-bottom: 36px;
  text-transform: uppercase;
  position: relative;
  color: #1a426e;
}
.service h2, .post h2, .delivery h2 {
  margin-top: 24px;
}
@media (max-width: 575px) {
  h2 {
    font-size: 22px;
  }
}
h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 50%;
  height: 3px;
  background: #cb4a00;
}

h3 {
  font-family: "Play", sans-serif;
  font-weight: 700;
  font-size: 20px;
}

table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  clear: both;
  table-layout: auto;
  width: 100%;
  margin: 0 auto 60px;
}
@media (max-width: 575px) {
  table {
    font-size: 12px;
  }
}

tr {
  transition: background-color 0.2s ease;
  border-bottom: 1px solid;
  border-color: #e9e9e9;
}

tr:nth-child(even) {
  background-color: rgba(34, 66, 109, 0.15);
}

th {
  padding: 12px;
  text-align: left;
  background-color: #1a426e;
  color: white;
}

th:nth-child(2) {
  text-align: center;
}

th:nth-child(3) {
  text-align: center;
}

td {
  padding: 12px;
}

td:nth-child(2) {
  text-align: center;
}

td:nth-child(3) {
  text-align: center;
}

td:nth-child(3) {
  white-space: nowrap;
}

/*-----------------------*/
.out-cost__form {
  margin-top: 30px;
  width: 340px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cr__field {
  margin-bottom: 44px;
}
@media (max-width: 575px) {
  .cr__field {
    margin-bottom: 24px;
  }
}

.cr__field-checkbox {
  border: 1px solid #ECECEC;
  border-radius: 7px;
  position: relative;
  padding: 27px 30px;
}
@media (max-width: 575px) {
  .cr__field-checkbox {
    padding: 27px 15px;
  }
}

.cr__field-sl {
  position: absolute;
  top: -14px;
  left: 20px;
  padding: 1px 15px;
  background: white;
}
@media (max-width: 575px) {
  .cr__field-sl {
    left: 0;
    transform: translateX(calc(170px - 50%));
  }
}

.cr__field-area .wpcf7-form-control-wrap label {
  top: -28px;
}

.wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-form-control-wrap label {
  position: absolute;
  top: -24px;
  left: 20px;
  background: white;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #585858;
  padding: 1px 15px;
}
@media (max-width: 575px) {
  .wpcf7-form-control-wrap label {
    left: 0;
    transform: translateX(calc(170px - 50%));
  }
}
.wpcf7-form-control-wrap input {
  border: 1px solid #ECECEC;
  border-radius: 7px;
  height: 50px;
  font-size: 14px;
  line-height: 14px;
  color: #585858;
  padding: 15px;
  width: 100%;
  max-width: 100%;
  transition: 0.3s ease-in-out;
}
.wpcf7-form-control-wrap input:focus {
  border: 1px solid #FFA26E;
}

.wpcf7-checkbox {
  display: flex;
}
.wpcf7-checkbox .wpcf7-list-item {
  display: flex;
  align-items: center;
  margin-right: 8px;
  font-size: 14px;
  line-height: 14px;
  flex: 0 0 33%;
  margin-left: 0;
}
@media (max-width: 575px) {
  .wpcf7-checkbox .wpcf7-list-item {
    margin-right: 5px;
  }
}
.wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  position: static;
  padding: 0;
  cursor: pointer;
}

/**/
.wpcf7-form .wpcf7-checkbox label {
  cursor: pointer;
  position: relative;
  top: 0;
  left: -3px;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] {
  position: relative;
  visibility: hidden;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span {
  /*   border: 3px solid red;  */
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before {
  display: block;
  content: "";
  border-radius: 5px;
  height: 15px;
  width: 15px;
  top: 3px;
  left: 0;
  border: 1px solid #FD9961;
  position: absolute;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after {
  display: block;
  content: "";
  left: 1px;
  top: 4px;
  visibility: hidden;
  width: 13px;
  height: 13px;
  position: absolute;
  background: linear-gradient(96.99deg, #FCB68F 13.81%, #FD9961 87.11%);
  border-radius: 3px;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:before {
  background: transparent;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:after {
  /*    background: #222; */
  visibility: visible;
}

/**/
input[type=checkbox] {
  border: 1px solid #C5C4C4;
  box-sizing: border-box;
  border-radius: 3px;
  width: 15px;
  height: 15px;
  font-size: 14px;
  line-height: 14px;
}

input[type=submit] {
  cursor: pointer;
}

#__bs_notify__ {
  position: fixed;
  top: calc(100% - 50px) !important;
  border-radius: 0 !important;
}

body {
  display: flex;
  flex-direction: column;
}
body main {
  flex-grow: 2;
}

.get__header {
  display: block;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  background: #f2f2f2;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  transition: transform 0.6s;
  font-weight: 400;
  font-family: "Play", sans-serif;
  z-index: 10000;
}

.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-height: 75px;
}

.header__bottom-bg {
  background: #1a426e;
}
.header__bottom-bg.opened {
  display: block;
  overflow: auto;
}
@media (max-width: 768px) {
  .header__bottom-bg {
    display: none;
  }
}

@media (max-width: 768px) {
  .header__bottom {
    height: calc(100vh - 74px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header__bottom .get__header-menu {
    margin-top: auto;
    margin-bottom: auto;
  }
  .header__bottom .get__header-menu > ul {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: 36px;
    margin-bottom: 72px;
  }
  .header__bottom .get__header-menu > ul li {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .header__bottom .get__header-menu > ul li.menu-item-has-children {
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .header__bottom .get__header-menu > ul li a {
    font-size: 24px;
  }
}

.get__header-schedule {
  display: flex;
  align-items: center;
  width: 120px;
  flex: 1 0 auto;
  justify-content: center;
}
@media (max-width: 768px) {
  .get__header-schedule {
    display: none;
  }
}
.get__header-schedule img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.get__header-schedule .get__header-schedule__info {
  display: flex;
  flex-direction: column;
}
.get__header-schedule .get__header-schedule__info span {
  font-size: 14px;
}

.get__header-social {
  display: flex;
  width: 100px;
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .get__header-social {
    display: none;
  }
}
.get__header-social a {
  display: flex;
  margin-left: 20px;
  transition: 0.3s ease-in-out;
}
.get__header-social a:hover {
  transform: scale(1.15);
}

.get__header-contacts {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 auto;
  justify-content: center;
}
@media (max-width: 575px) {
  .get__header-contacts {
    flex: 0 0 auto;
  }
}
.get__header-contacts a {
  display: inline-flex;
  align-items: center;
  padding: 3px 12px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Play", sans-serif;
  transition: 0.6s ease-in-out;
}
@media (max-width: 575px) {
  .get__header-contacts a {
    font-size: 16px;
  }
  .get__header-contacts a:last-child {
    display: none;
  }
}
.get__header-contacts a:hover {
  color: #ea6632;
}
.get__header-contacts a:hover span::after {
  width: 100%;
}
.get__header-contacts a img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.get__header-contacts a span {
  position: relative;
  display: block;
}
.get__header-contacts a span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ea6632;
  height: 1px;
  width: 0;
  transition: 0.6s ease-in-out;
}

.get__header-logo {
  width: 260px;
  flex: 1 0 auto;
  padding-right: 12px;
  box-sizing: content-box;
}
@media (max-width: 768px) {
  .get__header-logo {
    width: unset;
    flex: 0 1 auto;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .get__header-logo {
    flex: 0 0 auto;
  }
}
.get__header-logo img {
  width: 60px;
  max-width: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 16px;
  box-sizing: border-box;
}

.get__header-logo__link {
  display: flex;
  align-items: center;
}

.get__header-logo__text {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-family: "Play", sans-serif;
}
@media (max-width: 768px) {
  .get__header-logo__text {
    display: none;
  }
}
.get__header-logo__text span {
  font-size: 12px;
}

.get__header-menu > ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  height: 40px;
}
@media (max-width: 992px) {
  .get__header-menu > ul {
    justify-content: space-between;
  }
}
.get__header-menu > ul li {
  position: relative;
}
@media (max-width: 992px) {
  .get__header-menu > ul li:first-child {
    display: none;
  }
}
@media (max-width: 768px) {
  .get__header-menu > ul li:first-child {
    display: block;
  }
}
.get__header-menu > ul li:hover > .sub-menu {
  display: block;
}
.get__header-menu > ul li .sub-menu {
  background-color: #1a426e;
  position: absolute;
  left: 0;
  z-index: 1000;
  padding-left: 0;
  display: none;
  text-align: left;
  list-style: none;
  width: 200px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.get__header-menu > ul li .sub-menu li:first-child {
  display: block;
}
@media (max-width: 768px) {
  .get__header-menu > ul li .sub-menu {
    text-align: center;
    display: block;
    position: static;
    width: unset;
    padding-bottom: 0;
  }
}
.get__header-menu > ul li.current-menu-item > a {
  color: #f2f2f2;
}
.get__header-menu > ul li.current-menu-item > a:after {
  width: calc(100% - 40px);
}
.get__header-menu > ul li a {
  transition: 0.6s ease-in-out;
  color: #f2f2f2;
  padding: 4px 20px;
  position: relative;
  font-weight: 400;
  font-family: "Play", sans-serif;
}
.get__header-menu > ul li a:hover {
  color: #f2f2f2;
}
.get__header-menu > ul li a:hover:after {
  width: calc(100% - 40px);
}
.get__header-menu > ul li a::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 20px;
  background: #f2f2f2;
  height: 1px;
  width: 0;
  transition: 0.6s ease-in-out;
}

.scroll-down .get__header {
  transform: translate3d(0, -100%, 0);
}

.scroll-up .get__header {
  transform: none;
}

.get__header-burger {
  display: none;
}
@media (max-width: 768px) {
  .get__header-burger {
    display: block;
  }
}
.get__header-burger .get__burger {
  margin-left: 20px;
  width: 30px;
  cursor: pointer;
  position: relative;
  transition: all 0.6s ease-in-out;
}
.get__header-burger .get__burger:before {
  content: "";
  position: absolute;
  top: -11px;
  right: -9px;
  width: 42px;
  height: 42px;
  transition: all 0.6s ease-in-out;
  border-radius: 50%;
  opacity: 0.5;
}
.get__header-burger .get__burger.activated:before {
  border: 2px solid #1a426e;
  transition: all 0.6s ease-in-out;
}
.get__header-burger .get__burger.activated span:first-child {
  left: 3px;
  top: 9px;
  transform: rotateZ(45deg);
}
.get__header-burger .get__burger.activated span:nth-child(even) {
  width: 0;
  margin-left: 24px;
  transition: unset;
}
.get__header-burger .get__burger.activated span:nth-child(3) {
  left: 3px;
  top: -3px;
  transform: rotateZ(-45deg);
}
.get__header-burger span {
  display: block;
  height: 2px;
  background: #1a426e;
  margin: 4px 0;
}
.get__header-burger span:nth-child(odd) {
  position: relative;
  right: 0;
  width: 30px;
  transition: all 0.3s ease-in-out;
}
.get__header-burger span:nth-child(even) {
  width: 15px;
  margin-left: 15px;
  transition: all 0.6s ease-in-out;
}

.get__footer {
  padding: 60px 0 15px;
  background-color: #1a426e;
}

.footer__top {
  display: flex;
  justify-content: space-between;
}

.footer__logo-block {
  margin-right: 60px;
}

.footer__text {
  color: #f2f2f2;
  font-size: 16px;
  width: 300px;
  max-width: 100%;
  margin-top: 10px;
}

.footer__contacts {
  margin-top: 30px;
}
.footer__contacts .footer__contacts-block {
  display: flex;
}
.footer__contacts .footer__contacts-block a {
  color: #f2f2f2;
  transition: 0.6s ease-in-out;
  margin-right: 10px;
  padding: 10px 20px;
  background-color: #434343;
  line-height: 1;
  border-radius: 6px;
  font-weight: 700;
}
.footer__contacts .footer__contacts-block a:hover {
  background: #535353;
  color: #FFFFFF;
}

.footer__bottom {
  margin-top: 60px;
}

.footer__brief {
  color: #f2f2f2;
}
.footer__brief a {
  color: #f2f2f2;
  padding-bottom: 4px;
  margin-bottom: 10px;
  transition: 0.6s ease-in-out;
  position: relative;
}
.footer__brief a:hover {
  color: #FFFFFF;
}
.footer__brief a:hover::after {
  width: 100%;
}
.footer__brief a::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  background: #FFFFFF;
  left: 0;
  bottom: 0;
  transition: 0.6s ease-in-out;
}

.copyright {
  color: #f4f4f4;
}

.footer__menu {
  display: flex;
  justify-content: flex-start;
}

.footer__menu-block:not(:last-child) {
  margin-right: 60px;
}

.footer__menu-title {
  font-size: 30px;
  font-weight: 500;
  color: #FFFFFF;
  position: relative;
  padding-bottom: 6px;
}
.footer__menu-title::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #535a5f;
  bottom: 0;
  left: 0;
}

.footer__menu-list {
  margin-top: 25px;
}
.footer__menu-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__menu-list ul li a {
  color: #f2f2f2;
  padding-bottom: 4px;
  margin-bottom: 10px;
  transition: 0.6s ease-in-out;
  position: relative;
}
.footer__menu-list ul li a:hover {
  color: #FFFFFF;
}
.footer__menu-list ul li a:hover::after {
  width: 100%;
}
.footer__menu-list ul li a::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  background: #FFFFFF;
  left: 0;
  bottom: 0;
  transition: 0.6s ease-in-out;
}

.section__hero {
  background: #c9e9fa;
}
.section__hero .hero {
  display: flex;
  position: relative;
}
@media (max-width: 768px) {
  .section__hero .hero {
    flex-direction: column;
  }
}
.section__hero .hero__text {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  background: rgba(26, 66, 110, 0.1);
  box-sizing: border-box;
  padding: 30px;
  border: 1px solid #ea6632;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .section__hero .hero__text {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .section__hero .hero__text {
    padding: 16px;
  }
}
.section__hero .hero__text .hero__text-title {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 12px;
  color: #1a426e;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}
@media (max-width: 575px) {
  .section__hero .hero__text .hero__text-title {
    line-height: 1.2;
  }
}
.section__hero .hero__text .hero__text-title span {
  color: #1a426e;
  display: block;
}
.section__hero .hero__text .hero__btn-block {
  padding-top: 18px;
  margin-bottom: 0;
  margin-top: auto;
}
.section__hero .hero__img {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 768px) {
  .section__hero .hero__img {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 24px;
  }
}
.section__hero .hero__img img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}
@media (max-width: 575px) {
  .section__hero .hero__img img {
    display: none;
  }
}

.works__svg {
  fill: #1a426e;
}

.works__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.works__item {
  flex: 0 0 calc(25% - 24px);
  max-width: calc(25% - 24px);
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .works__item {
    flex: 0 0 calc(50% - 24px);
    max-width: calc(50% - 24px);
  }
}
@media (max-width: 575px) {
  .works__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.works__text {
  font-size: 16px;
  font-weight: 400;
  margin-top: 12px;
}

.section__benefits {
  background: #c9e9fa;
}

.benefits-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.benefits-item {
  flex: 0 0 calc(25% - 24px);
  max-width: calc(25% - 24px);
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .benefits-item {
    flex: 0 0 calc(50% - 24px);
    max-width: calc(50% - 24px);
  }
}
@media (max-width: 575px) {
  .benefits-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.benefits-item__icon {
  margin-left: auto;
  margin-right: auto;
}

.benefits-item__title {
  font-family: "Play", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #1a426e;
  margin-top: 12px;
  margin-bottom: 12px;
}

.benefits-item__text {
  font-size: 18px;
}

.doing__items-block {
  display: flex;
  flex-wrap: wrap;
  height: auto;
}
@media (max-width: 768px) {
  .doing__items-block {
    flex-direction: column;
  }
}

.doing__items-info {
  background: #c9e9fa;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  border: 0.5vw solid #ea6632;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .doing__items-info {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 24px;
  }
}
.doing__items-info h3 {
  margin-bottom: 24px;
  color: #1a426e;
  font-weight: 700;
}
.doing__items-info p {
  margin-bottom: 24px;
}

.doing__items-img {
  flex: 0 0 66.66%;
  max-width: 66.66%;
}
@media (max-width: 768px) {
  .doing__items-img {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.doing__items-img img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}

.doing__items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-left: -24px;
  margin-right: -24px;
}

.doing__item {
  flex: 0 0 calc(33.33% - 48px);
  max-width: calc(33.33% - 48px);
  box-sizing: border-box;
  margin: 24px;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .doing__item {
    flex: 0 0 calc(50% - 48px);
    max-width: calc(50% - 48px);
  }
}
@media (max-width: 768px) {
  .doing__item {
    flex: 0 0 calc(100% - 48px);
    max-width: calc(100% - 48px);
  }
}

.doing__item-title {
  font-family: "Play", sans-serif;
  font-size: 24px;
  line-height: 1;
  position: relative;
  margin-bottom: 12px;
  color: #1a426e;
  font-weight: 700;
}
.doing__item-title:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  left: -40px;
  top: 12px;
  background: #ea6632;
}

.doing__item-text {
  font-size: 18px;
}

.section__progress {
  background-color: #1a426e;
}

.progress {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.progress__item {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .progress__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.progress__item-number {
  font-family: "Play", sans-serif;
  font-weight: 700;
  font-size: 48px;
  height: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #f2f2f2;
}
.progress__item-number sup {
  position: relative;
  top: -24px;
  right: 0;
  font-size: 36px;
}
.progress__item-number sup sup {
  position: relative;
  top: 0;
  right: 0;
  font-size: 24px;
}

.progress__item-text {
  font-size: 20px;
  color: #f2f2f2;
}

.swiper-our__work {
  position: relative;
  z-index: 1;
}
.swiper-our__work .swiper-navigation {
  position: absolute;
  right: 48px;
  top: 24px;
}
@media (max-width: 992px) {
  .swiper-our__work .swiper-navigation {
    right: 0;
    left: 0;
    top: unset;
    bottom: 24px;
  }
}
.swiper-our__work .swiper-navigation .swiper-button-next {
  right: calc(50% - 35px);
}
.swiper-our__work .swiper-navigation .swiper-button-prev {
  right: calc(50% + 60px - 35px);
  left: auto;
}
.swiper-our__work .swiper-slide {
  background: white;
}

.our__work-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .our__work-item {
    padding-bottom: 40px;
    width: 100%;
  }
}

.our__work-item__images {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .our__work-item__images {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.our__work-item__images img {
  width: 100%;
  max-width: calc(50% - 24px);
  margin: 12px;
}
@media (max-width: 575px) {
  .our__work-item__images img {
    max-width: calc(50% - 12px);
    margin: 6px;
  }
}

.our__work-item__description {
  padding: 24px;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
@media (max-width: 992px) {
  .our__work-item__description {
    flex: 0 0 100%;
    max-width: 100%;
    order: -1;
  }
}
@media (max-width: 575px) {
  .our__work-item__description {
    padding: 0;
  }
}

.our__work-item__description-title {
  font-family: "Play", sans-serif;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 24px;
  color: #1a426e;
}
.our__work-item__description-text {
  margin-left: 48px;
  margin-right: 48px;
  border-top: 1px solid #ea6632;
  padding-top: 24px;
}
@media (max-width: 992px) {
  .our__work-item__description-text {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.our__work-item__description-text p {
  text-align: center;
  margin-bottom: 8px;
  font-weight: bold;
  color: #1a426e;
}

.single-works__items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
@media (max-width: 575px) {
  .single-works__items {
    margin-left: unset;
    margin-right: unset;
  }
}

.single-works__item {
  flex: 0 0 calc(50% - 24px);
  max-width: calc(50% - 24px);
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .single-works__item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.single-works__item-title {
  text-align: center;
  font-family: "Play", sans-serif;
  font-weight: bold;
  font-size: 22px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.services-nav {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.services-nav a {
  padding: 12px 24px;
  background-color: #1a426e;
  color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
  transition: 0.6s ease-in-out;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .services-nav a {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.services-nav a:hover, .services-nav a.activated {
  box-shadow: 3px 3px 20px #1a426e;
}

.services__items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
@media (max-width: 768px) {
  .services__items {
    flex: 0 0 calc(100% + 24px);
    max-width: calc(100% + 24px);
  }
}
@media (max-width: 575px) {
  .services__items {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.services__item {
  display: flex;
  width: calc(33% - 24px);
  margin-bottom: 24px;
  margin-left: 12px;
  margin-right: 12px;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: 0.6s ease-in-out;
}
.services__item a {
  display: flex;
  flex-direction: column;
}
.services__item a:hover img {
  box-shadow: 5px 5px 5px #cdcdcd;
}
.services__item img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .services__item {
    flex: 0 0 calc(33.33% - 24px);
    max-width: calc(33.33% - 24px);
  }
}
@media (max-width: 768px) {
  .services__item {
    flex: 0 0 calc(50% - 24px);
    max-width: calc(50% - 24px);
  }
}
@media (max-width: 575px) {
  .services__item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .services__item a {
    width: 100%;
  }
}

.service-title {
  width: 100%;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #f2f2f2;
  font-size: 18px;
  font-weight: bold;
  padding: 6px 12px;
  background: #ea6632;
  z-index: 2;
  text-align: center;
}

.services__item-title {
  display: block;
  font-family: "Play", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #1a426e;
  margin-top: 16px;
  margin-bottom: 16px;
}

.services__item-info {
  display: block;
  line-height: 1.2;
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
  color: #000000;
}

.section__callback {
  padding-top: 0;
}

.callback {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .callback {
    flex-wrap: wrap;
  }
}

.callback-left {
  font-family: "Play", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 124px;
  padding-bottom: 124px;
  background: #1a426e;
  color: #f2f2f2;
  flex-direction: column;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 992px) {
  .callback-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
.callback-left p {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 768px) {
  .callback-left p {
    font-size: 18px;
  }
}

.callback-right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 0 0 50%;
  max-width: 50%;
  border: 5px solid #1a426e;
}
@media (max-width: 992px) {
  .callback-right {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .callback-right {
    text-align: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.callback-right a {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 24px;
}
.callback-right a img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.callback-right a span {
  font-size: 16px;
  font-weight: bold;
}

.callback-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .callback-title {
    font-size: 16px;
  }
}

.service__photo-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.service__photo-item {
  flex: 0 0 calc(33.3333333333% - 12px);
  max-width: calc(33.3333333333% - 12px);
}
@media (max-width: 768px) {
  .service__photo-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 36px;
  }
}
.service__photo-item img {
  width: 100%;
}

.service__photo-item__title {
  font-family: "Play", sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-top: 12px;
}

.service__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 24px;
}

.service__img {
  flex: 0 0 calc(50% - 12px);
  max-width: calc(50% - 12px);
  margin-right: 12px;
}
@media (max-width: 992px) {
  .service__img {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: unset;
    margin-bottom: 24px;
  }
}
.service__img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.service__content {
  flex: 0 0 calc(50% - 12px);
  max-width: calc(50% - 12px);
  margin-left: 12px;
}
@media (max-width: 992px) {
  .service__content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: unset;
  }
}

.section__contacts {
  margin-bottom: 60px;
}

.contacts__phone {
  margin-bottom: 24px;
}
.contacts__phone a {
  display: flex;
  align-items: center;
  color: #1a426e;
  transition: 0.3s ease-in-out;
}
.contacts__phone a:hover {
  color: #ea6632;
}
.contacts__phone img {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}
.contacts__phone span {
  font-family: "Play", sans-serif;
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 575px) {
  .contacts__phone span {
    font-size: 18px;
  }
}

.contacts__email {
  margin-bottom: 24px;
}
.contacts__email a {
  display: flex;
  align-items: center;
  color: #1a426e;
  transition: 0.3s ease-in-out;
}
.contacts__email a:hover {
  color: #ea6632;
}
.contacts__email img {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}
.contacts__email span {
  font-family: "Play", sans-serif;
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 575px) {
  .contacts__email span {
    font-size: 18px;
  }
}

.contacts__location {
  margin-bottom: 24px;
}
.contacts__location span {
  font-family: "Play", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #1a426e;
}
@media (max-width: 575px) {
  .contacts__location span {
    font-size: 18px;
  }
}

.blog__items {
  display: flex;
  justify-content: flex-start;
  margin-left: -12px;
  margin-right: -12px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .blog__items {
    margin-left: auto;
    margin-right: auto;
  }
}

.blog__item {
  flex: 0 0 calc(33.3333333333% - 24px);
  max-width: calc(33.3333333333% - 24px);
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .blog__item {
    flex: 0 0 calc(50% - 24px);
    max-width: calc(50% - 24px);
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 36px;
  }
}
@media (max-width: 768px) {
  .blog__item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.blog__item img {
  width: 100%;
}

.blog__item-title {
  display: block;
  font-family: "Play", sans-serif;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 12px;
  color: darkblue;
}

.blog__item-text {
  display: block;
  text-align: center;
}
/*# sourceMappingURL=app.css.map */
