body {
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  margin: 0;
  background: #FFF;
}
body .wrapper {
  overflow: hidden;
}
body .container {
  max-width: 1230px;
}
body p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
body p.big {
  font-size: 18px;
}
body .min-title {
  font-size: 24px;
  line-height: 30px;
}
body .min-title.min {
  font-size: 22px;
  line-height: 27px;
}
body .min-title.big {
  font-size: 30px;
  line-height: 35px;
}
body .title {
  font-size: 34px;
  line-height: 35px;
  font-weight: 700;
}
body .title.big {
  font-size: 40px;
  line-height: 40px;
}
body p,
body .title {
  margin: 0;
  position: relative;
}
body .order a {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}
body .order a,
body .order button {
  padding: 15px 20px;
  cursor: pointer;
  border: none;
  min-height: 51px;
  border-radius: 3px;
  border: 1px solid #ff0000;
  background: none;
  min-width: 189px;
  color: #000000;
}
body .order a:hover,
body .order button:hover {
  background: #ff0000;
  color: #fff;
}
body .order a.red,
body .order button.red {
  background: #e20000;
  color: #fff;
}
body .order a.red:hover,
body .order button.red:hover {
  background: none;
}
body a,
body button {
  transition: all 0.2s ease-in-out;
}
body a:active,
body a:focus,
body button:active,
body button:focus {
  outline: none !important;
}
body .form ::-webkit-input-placeholder {
  color: #999;
}
body .form ::-moz-placeholder {
  color: #999;
}
body .form :-moz-placeholder {
  color: #999;
}
body .form :-ms-input-placeholder {
  color: #999;
}
body .form label.error {
  display: none !important;
}
body .form input.error,
body .form textarea.error {
  border-color: #E76767;
  box-shadow: 0 0 4px #CC0000;
}
body .slider {
  position: relative;
}
body .slider .arrows a {
  height: 40px;
  width: 40px;
  border-width: 2px;
  border-color: #c4c4c4;
  border-bottom-style: solid;
  outline: none;
  background: none;
  padding: 0;
  top: 50%;
  margin-top: -20px;
  transition: 0.3s;
  opacity: 1;
}
body .slider .arrows a:hover {
  border-color: #ff0000 !important;
}
body .slider .arrows a.carousel-control-prev {
  border-left-style: solid;
  transform: rotate(45deg);
  left: -200px;
}
body .slider .arrows a.carousel-control-next {
  border-right-style: solid;
  transform: rotate(-45deg);
  right: -200px;
}
body .header {
  position: relative;
  z-index: 100;
  padding: 5px 0 7px 0;
  background: #fff;
}
body .header.active {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
body .header.active .logo img {
  width: 180px;
}
body .header.active .contact {
  padding: 0;
}
body .header .logo img {
  width: 295px;
  transition: 0.3s;
}
body .header .navbar {
  padding: 0;
  margin: 0;
}
body .header .navbar .navbar-toggler {
  border-radius: 0;
  border-color: #000000;
}
body .header .navbar .navbar-brand img {
  width: 140px;
}
body .header .navbar .navbar-toggler {
  border-radius: 0;
  border-color: #000;
}
body .header .navbar .navbar-nav {
  width: 100%;
  justify-content: center;
}
body .header .navbar .navbar-nav > li.open > .nav-link,
body .header .navbar .navbar-nav > li.open > a,
body .header .navbar .navbar-nav > .nav-item.open > .nav-link,
body .header .navbar .navbar-nav > .nav-item.open > a {
  background: #e20000;
  color: #fff;
}
body .header .navbar .navbar-nav > li.open > .nav-link:after,
body .header .navbar .navbar-nav > li.open > a:after,
body .header .navbar .navbar-nav > .nav-item.open > .nav-link:after,
body .header .navbar .navbar-nav > .nav-item.open > a:after {
  transform: rotate(180deg);
}
body .header .navbar .navbar-nav > li > .nav-link,
body .header .navbar .navbar-nav > li > a,
body .header .navbar .navbar-nav > .nav-item > .nav-link,
body .header .navbar .navbar-nav > .nav-item > a {
  text-transform: uppercase;
  color: #000;
  padding: 14px 20px;
}
body .header .navbar .navbar-nav > li > .nav-link:hover,
body .header .navbar .navbar-nav > li > .nav-link.active,
body .header .navbar .navbar-nav > li > a:hover,
body .header .navbar .navbar-nav > li > a.active,
body .header .navbar .navbar-nav > .nav-item > .nav-link:hover,
body .header .navbar .navbar-nav > .nav-item > .nav-link.active,
body .header .navbar .navbar-nav > .nav-item > a:hover,
body .header .navbar .navbar-nav > .nav-item > a.active {
  background: #e20000;
  color: #fff;
}
body .header .navbar .navbar-nav > li .dropdown-menu,
body .header .navbar .navbar-nav > .nav-item .dropdown-menu {
  min-width: 100%;
  padding: 35px 35px 25px 25px;
  border: none;
  border-radius: 0;
  margin: 0;
  column-gap: 40px;
  background: #ffffff;
  box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.28);
}
body .header .navbar .navbar-nav > li .dropdown-menu div,
body .header .navbar .navbar-nav > .nav-item .dropdown-menu div {
  margin-bottom: 10px;
  line-height: 1;
}
body .header .navbar .navbar-nav > li .dropdown-menu div a,
body .header .navbar .navbar-nav > .nav-item .dropdown-menu div a {
  font-size: 16px;
  line-height: 1;
  color: #000;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  text-decoration: none;
  display: inline;
  text-transform: none;
  background: none;
  text-align: left;
  padding: 0;
}
body .header .navbar .navbar-nav > li .dropdown-menu div a:hover,
body .header .navbar .navbar-nav > .nav-item .dropdown-menu div a:hover {
  border-color: #e20000;
}
body .header .contact {
  padding: 0 0 17px 0;
  transition: 0.3s;
}
body .header .contact .phone a {
  color: #000000;
  font-size: 20px;
  text-decoration: none;
  margin: 0 0 0 10px;
  font-weight: 700;
}
body .header .contact .phone a:hover {
  color: #e20000;
}
body .header .contact .email {
  margin: 5px 0 0 0;
}
body .header .contact .email a {
  color: #000;
}
body .main .slider .arrows a {
  border-color: #fff;
}
body .main .slider .arrows a.carousel-control-prev {
  left: 10vw;
}
body .main .slider .arrows a.carousel-control-next {
  right: 10vw;
}
body .main .slider .carousel-item.active .slidy .slide-inner {
  opacity: 1;
  transform: scale(1);
}
body .main .slider .slidy {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  min-height: 715px;
}
body .main .slider .slidy p,
body .main .slider .slidy div {
  color: #fff;
}
body .main .slider .slidy .slide-inner {
  transition: 1.5s;
  transform: scale(0);
  opacity: 0;
  width: 100%;
}
body .main .slider .slidy .s-top .title {
  font-size: 48px;
  margin: 0 0 15px 0;
  line-height: 1;
}
body .main .slider .slidy .s-top .text {
  margin: 60px 0 110px 0;
  max-width: 505px;
}
body .main .slider .slidy .s-top .link a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  text-decoration: none;
}
body .main .slider .slidy .s-top .link a:hover p {
  color: #ff0000;
}
body .main .slider .slidy .s-top .link a .icon {
  line-height: 0;
  margin: 0 20px 0 0;
}
body .main .slider .slidy .s-top .link a p {
  text-transform: uppercase;
  transition: 0.3s;
}
body .main .slider .slidy .s-bottom {
  margin: 35px 0 0 0;
  text-align: center;
}
body .main .slider .slidy .s-bottom .s-1 {
  text-transform: uppercase;
}
body .main .slider .slidy .s-bottom .s-2 {
  margin: 5px 0 27px 0;
}
body .main .slider .slidy .s-bottom .order a {
  color: #fff;
  max-width: 300px;
  width: 100%;
}
body .services {
  padding: 80px 0 95px 0;
}
body .services .for-title {
  text-align: center;
}
body .services .for-title p {
  color: #6c6c6c;
  margin: 40px 0 0 0;
}
body .services .slider .slider-inner {
  position: relative;
}
body .services .slider .arrows a {
  top: calc(50% + 30px);
  margin: 0;
}
body .services .slider .carousel-indicators {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background: #f9f9f9;
  position: relative;
  left: initial;
  bottom: initial;
  text-align: center;
  margin: 40px 0 45px 0;
}
body .services .slider .carousel-indicators:before,
body .services .slider .carousel-indicators:after {
  position: absolute;
  content: '';
  background: #f9f9f9;
  height: 100%;
  width: 1000px;
}
body .services .slider .carousel-indicators:before {
  right: 100%;
}
body .services .slider .carousel-indicators:after {
  left: 100%;
}
body .services .slider .carousel-indicators li {
  flex-grow: 1;
  padding: 13px 15px;
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
  text-indent: 0;
  transition: 0.3s;
  background: none;
  border: none;
  width: auto;
  height: auto;
  opacity: 1;
  margin: 0;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .services .slider .carousel-indicators li:hover {
  background-color: #f27878;
}
body .services .slider .carousel-indicators li.active {
  background-color: #ff0000;
  color: #fff;
}
body .services .slider .slide .s-right .s-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
body .services .slider .slide .s-right .s-top .icon {
  line-height: 0;
  margin: 0 13px 0 0;
}
body .services .slider .slide .s-right .s-top p {
  flex: 1;
}
body .services .slider .slide .s-right .list {
  margin: 30px 0 30px 0;
}
body .services .slider .slide .s-right .list p {
  padding: 0 0 0 20px;
}
body .services .slider .slide .s-right .list p:before {
  position: absolute;
  content: '';
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #ff0000;
  border-radius: 50%;
}
body .services .slider .slide .s-right .list p:not(:last-of-type) {
  margin-bottom: 5px;
}
body .scheme {
  padding: 75px 0 110px 0;
  background: url(../images/scheme-bg.jpg) no-repeat center top / cover;
}
body .scheme div,
body .scheme p {
  color: #fff;
}
body .scheme .s-row .row > div:not(:last-of-type):before {
  position: absolute;
  content: '';
  width: 22px;
  height: 42px;
  background: url(../images/next-arr.png) no-repeat center / contain;
  left: calc(100% + 60px);
  top: 37%;
}
body .scheme .s-block {
  margin: 80px 0 0 0;
}
body .scheme .s-block:hover .icon {
  transform: translateY(-10px);
}
body .scheme .s-block .icon {
  height: 105px;
  transition: 0.3s;
}
body .scheme .s-block p {
  margin: 30px 0 0 0;
}
body .about {
  padding: 90px 0 0 0;
}
body .about .for-title {
  text-align: center;
}
body .about .for-title p {
  color: #6c6c6c;
  margin: 65px 0 0 0;
}
body .about .a-block {
  margin: 55px auto 0;
  max-width: 300px;
}
body .about .a-block .tit {
  font-weight: 700;
  margin: 0 0 15px 0;
  display: inline-block;
}
body .about .a-block .tit:before {
  position: absolute;
  content: attr(data-number);
  color: #ff0000;
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  left: -50px;
  top: -2px;
}
body .about .a-block .txt {
  color: #6c6c6c;
}
body .benefits {
  padding: 80px 0 70px 0;
  text-align: center;
}
body .benefits .b-row .row > div {
  width: 340px;
}
body .benefits .b-block {
  min-height: 381px;
  padding: 40px 30px 30px 30px;
  margin: 60px auto 0;
  border: 1px solid #e1e0dc;
  background-color: #ffffff;
  position: relative;
  transition: 0.3s;
}
body .benefits .b-block:hover {
  border-color: #000;
  transform: translateY(-10px);
}
body .benefits .b-block:before {
  position: absolute;
  content: '';
  width: 170px;
  height: 57px;
  right: 0;
  bottom: 0;
  background: url(../images/figure.png) no-repeat center / contain;
}
body .benefits .b-block .tit {
  margin: 32px 0 30px 0;
  font-weight: 700;
}
body .benefits .b-block .txt {
  color: #6c6c6c;
}
body .how {
  padding: 80px 0 85px 0;
}
body .how .for-title {
  margin: 0 0 45px 0;
}
body .how .for-title p {
  margin: 25px 0 0 0;
  color: #414141;
}
body .how .h-block {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 50px 20px 50px 50px;
  min-height: 485px;
  transition: 0.3s;
}
body .how .h-block:hover {
  box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.61);
}
body .how .h-block:not(:last-of-type) {
  margin-bottom: 25px;
}
body .how .h-block.hb-1 {
  background-image: url(../images/w1bg.jpg);
}
body .how .h-block.hb-2 {
  background-image: url(../images/w2bg.jpg);
}
body .how .h-block div,
body .how .h-block p {
  color: #fff;
}
body .how .h-block .title {
  display: table;
  padding: 15px 40px 12px 50px;
  margin: 0 0 0 -50px;
  background-color: #0d122d;
}
body .how .h-block .text {
  margin: 30px 0 30px 0;
  max-width: 605px;
}
body .how .h-block .text p:not(:last-of-type) {
  margin-bottom: 20px;
}
body .our {
  padding: 85px 0 90px 0;
  background-color: #e8e8e8;
}
body .our .for-title .tt-1 {
  margin: 0 0 40px 0;
}
body .our .o-top .o-block {
  margin: 40px 0 0 0;
}
body .our .o-top .o-block:hover .min-title {
  transform: translateX(10px);
}
body .our .o-top .o-block .min-title {
  font-weight: 700;
  transition: 0.3s;
}
body .our .assessment {
  box-shadow: -1px 3px 25px 2px rgba(0,0,0,0.11);
  border-radius: 10px;
  background-color: #ffffff;
  margin: 80px 0 70px 0;
  padding: 39px 30px 30px 45px;
  position: relative;
  overflow: hidden;
}
body .our .assessment:before {
  position: absolute;
  content: '';
  width: 408px;
  height: 100%;
  top: 3px;
  right: 3px;
  background: url(../images/pr-img.jpg) no-repeat center / contain;
}
body .our .assessment .a-left {
  max-width: 830px;
}
body .our .assessment .title {
  margin: 0 0 25px 0;
}
body .our .assessment .a-right .order a:hover {
  color: #000;
  background: #fff;
}
body .our .decision .tit {
  border-bottom: 1px solid #989899;
  padding: 0 0 20px 0;
  text-transform: uppercase;
  font-weight: 700;
}
body .our .decision .dd-block {
  margin: 60px 0 0 0;
  padding: 0 0 0 50px;
  position: relative;
  font-weight: 700;
}
body .our .decision .dd-block:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24.5px 0 24.5px 29px;
  border-color: transparent transparent transparent #e20000;
}
body .our .decision .order {
  margin: 60px 0 0 0;
}
body .our .decision .order a:hover {
  color: #000;
  background: #fff;
}
body .few {
  padding: 70px 0 70px 0;
}
body .few .for-title .min-title {
  font-weight: 700;
}
body .few .for-title .min-title:not(:last-of-type) {
  margin-bottom: 29px;
}
body .few .for-title .min-title span {
  text-transform: uppercase;
}
body .few .f-block {
  background-color: #f8f8f8;
  padding: 25px;
  max-width: 383px;
  width: 100%;
  margin: 80px auto 0;
  text-align: center;
  min-height: 235px;
  transition: 0.3s;
}
body .few .f-block:hover {
  transform: translateY(-10px);
  background-color: #d9d9d9;
}
body .few .f-block .icon {
  height: 58px;
  margin: 0 0 30px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
body .protection {
  background-color: #070e2c;
}
body .protection div,
body .protection p {
  color: #fff;
}
body .protection .min-title {
  margin: 40px 0 23px 0;
}
body .protection .p-left .pic {
  margin: 0 0 0 -260px;
}
body .protection .p-right {
  text-align: center;
}
body .protection form .inputblock {
  max-width: 315px;
  margin: 0 auto 30px;
}
body .protection form .inputblock input {
  width: 100%;
  height: 61px;
  line-height: 60px;
  border-radius: 10px;
  padding: 0 25px;
  background-color: #ffffff;
  font-size: 24px;
  outline: none;
  border-color: transparent;
  transition: 0.3s;
}
body .protection form .inputblock input:focus {
  border-color: dodgerblue;
}
body .protection form button {
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}
body .protection form button:hover .min-title {
  text-decoration: none;
}
body .protection form button .icon {
  display: inline-block;
  line-height: 0;
}
body .protection form button .min-title {
  text-decoration: underline;
  display: inline-block;
  margin: 0 0 0 14px;
}
body .connect {
  padding: 80px 0 35px 0;
  text-align: center;
  box-shadow: 0 2px 25px 2px rgba(0,0,0,0.1);
  background: #fff;
  position: relative;
  z-index: 10;
}
body .connect .c-block {
  margin: 80px 0 0 0;
}
body .connect .c-block .tit {
  padding: 0 0 22px 0;
  margin: 0 0 25px 0;
  border-bottom: 1px solid #e1e1e1;
}
body .connect .c-block a {
  color: #373737;
}
body .connect .c-block a:hover {
  color: #ff0000;
}
body .map {
  height: 465px;
}
@media (min-width: 1200px) and (max-width: 1700px) {
  body .header .logo img {
    width: 225px;
  }
  body .main .slider .slidy .slide-inner {
    width: 80%;
    margin: auto;
  }
  body .main .slider .arrows a.carousel-control-next {
    right: 5vw;
  }
  body .main .slider .arrows a.carousel-control-prev {
    left: 5vw;
  }
  body .benefits .container-fluid {
    max-width: 1300px;
  }
  body .main .slider .slidy {
    min-height: 500px;
  }
  body .main .slider .slidy .s-top .text {
    margin: 30px 0 45px 0;
  }
  body .main .slider .slidy .s-bottom {
    margin: 30px 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body img {
    max-width: 100%;
  }
  body .services {
    padding: 55px 0 60px 0;
  }
  body .services .slider .carousel-indicators {
    margin: 25px 0 30px 0;
    overflow-y: scroll;
    justify-content: flex-start;
  }
  body .services .slider .carousel-indicators:before,
  body .services .slider .carousel-indicators:after {
    display: none;
  }
  body .scheme {
    text-align: center;
  }
  body .scheme .s-row .row > div:not(:last-of-type):before {
    display: none;
  }
  body .about {
    padding: 40px 0 0 0;
  }
  body .about .for-title p {
    margin: 30px 0 0 0;
  }
  body .about .a-block .tit {
    padding: 0 0 0 30px;
  }
  body .about .a-block .tit:before {
    left: 0;
  }
  body .benefits .b-block .tit {
    word-wrap: break-word;
  }
  body .how {
    padding: 50px 0 75px 0;
  }
  body .our {
    padding: 45px 0 50px 0;
  }
  body .our .o-top .o-block {
    text-align: center;
  }
  body .our .o-top .o-block .icon {
    margin: 0 0 20px 0;
  }
  body .our .decision .dd-block:before {
    border-width: 16.5px 0 16.5px 25px;
  }
  body .our .decision .dd-block {
    margin: 40px 0 0 0;
    padding: 0 0 0 35px;
  }
  body .protection .p-left .pic {
    margin: 0 0 0 -460px;
    width: 840px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  body .header .logo img {
    width: 185px;
  }
  body .header .navbar .navbar-nav > li > .nav-link,
  body .header .navbar .navbar-nav > li > a,
  body .header .navbar .navbar-nav > .nav-item > .nav-link,
  body .header .navbar .navbar-nav > .nav-item > a {
    padding: 9px 10px;
    font-size: 15px;
  }
  body .main .slider .slidy .slide-inner {
    width: 80%;
    margin: auto;
  }
  body .main .slider .arrows a.carousel-control-next {
    right: 5vw;
  }
  body .main .slider .arrows a.carousel-control-prev {
    left: 5vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .container {
    max-width: 750px;
  }
  body .header {
    text-align: center;
  }
  body .header.active .contact {
    display: none;
  }
  body .header .contact {
    padding: 10px 0 0 0;
  }
}
@media (max-width: 767px) {
  body .title {
    font-size: 25px;
    line-height: 30px;
  }
  body .title.big {
    font-size: 25px;
    line-height: 30px;
  }
  body .min-title {
    font-size: 20px;
    line-height: 23px;
  }
  body .min-title.min {
    font-size: 20px;
    line-height: 23px;
  }
  body .min-title.big {
    font-size: 20px;
    line-height: 23px;
  }
  body p {
    font-size: 16px;
    line-height: 19px;
  }
  body p.big {
    font-size: 16px;
    line-height: 19px;
  }
  body .slider .arrows a {
    height: 25px;
    width: 25px;
  }
  body .header {
    text-align: center;
  }
  body .header.active .contact {
    display: none;
  }
  body .header .contact {
    padding: 10px 0 0 0;
  }
  body .main .slider .slidy .s-top .title {
    font-size: 32px;
  }
  body .main .slider .slidy {
    min-height: 515px;
    padding-bottom: 50px;
  }
  body .main .slider .slidy .s-top .text {
    margin: 20px 0 30px 0;
  }
  body .services {
    padding: 35px 0 40px 0;
  }
  body .services .slider .carousel-indicators {
    margin: 25px 0 30px 0;
    overflow-y: scroll;
    justify-content: flex-start;
  }
  body .services .slider .carousel-indicators:before,
  body .services .slider .carousel-indicators:after {
    display: none;
  }
  body .services .slider .slide .s-right {
    margin: 20px 0 0 0;
  }
  body .services .for-title p {
    margin: 25px 0 0 0;
  }
  body .scheme .s-row .row > div:not(:last-of-type):before {
    display: none;
  }
  body .scheme {
    padding: 40px 0 45px 0;
    text-align: center;
  }
  body .about {
    padding: 35px 0 0 0;
  }
  body .about .for-title p {
    margin: 15px 0 0 0;
  }
  body .about .a-block {
    margin: 35px auto 0;
    max-width: 300px;
    text-align: center;
  }
  body .about .a-block .tit:before {
    left: -30px;
  }
  body .benefits {
    padding: 50px 0 45px 0;
  }
  body .benefits .b-block {
    min-height: 280px;
    padding: 30px 25px 30px 25px;
    margin: 30px auto 0;
  }
  body .how {
    padding: 30px 0 45px 0;
  }
  body .how .h-block {
    padding: 30px 20px 30px 30px;
    min-height: 400px;
  }
  body .how .h-block .title {
    adding: 9px 10px 9px 30px;
    margin: 0 0 0 -30px;
  }
  body .our {
    padding: 35px 0 40px 0;
  }
  body .our .for-title {
    text-align: center;
  }
  body .our .for-title .t-bottom .row {
    justify-content: center;
  }
  body .our .for-title .tt-1 {
    margin: 0 0 20px 0;
  }
  body .our .o-top .o-block {
    text-align: center;
  }
  body .our .o-top .o-block .icon {
    margin: 0 0 20px 0;
  }
  body .our .assessment {
    margin: 40px 0 40px 0;
    padding: 30px 20px 30px 20px;
  }
  body .our .assessment:before {
    display: none;
  }
  body .our .assessment .order {
    margin: 25px 0 0 0;
  }
  body .our .decision .dd-block {
    margin: 35px 0 0 0;
    padding: 0 0 0 40px;
  }
  body .our .decision .order {
    margin: 35px 0 0 0;
  }
  body .few {
    padding: 35px 0 40px 0;
  }
  body .few .f-block {
    padding: 20px;
    max-width: 383px;
    margin: 30px auto 0;
  }
  body .protection {
    padding: 30px 0 30px 0;
  }
  body .connect {
    padding: 35px 0 35px 0;
  }
  body .connect .c-block {
    margin: 40px 0 0 0;
  }
  body .map {
    height: 300px;
  }
}
