@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&amp;display=swap');
/************ \/ CUSTOMIZE \/ ************/
*, :after, :before{
  padding: 0;
  margin: 0;
}
:focus {
    outline: none;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
body, a, html{
	color: #000;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  line-height: 1.3;
}
a{
    text-decoration: none;
}
a:hover{
  color: #000;
}
img{
	max-width: 100%;
  height: auto;
}
button:focus {
    outline: none;
}
input,input:active{
	outline: none;
	border: none;
}
ul,li,ol{
	margin: 0;
	padding: 0;
	list-style: none;
}
/************ /\ CUSTOMIZE /\ ************/
.header {
  padding: 21px 0;
}
.header__cont > div{
    margin-bottom: 8px;
}
.header__cont.addr{
    display: flex;
    align-items: center;
}
.header__cont img {
  margin-right: 15px;
}
.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__phone a {
  font-size: 18px;
  font-weight: 500;
}
.header__line {
  height: 56px;
  width: 1px;
  background: #E5E5E5;
}
.main {
  padding: 75px 0 145px;
  background: url(../img/main.jpg) no-repeat center center / cover;
}
.main__wrap {
  max-width: 430px;
  color: #fff;
}
.main__title {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.main__subtitle {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 25px;
  text-transform: uppercase;
}
.main__text {
  text-shadow: 0 0 3px black;
}
.page-section {
  padding: 60px 0;
}
.info__item {
  padding: 20px 35px;
  border: 1px solid rgba(235, 85, 0, 0.33);
  display: flex;
  align-items: center;
  margin: 0 15px;
}
.info__top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.info__top .info__item {
  max-width: 350px;
}
.info__bottom {
  display: flex;
  justify-content: center;
}
.info__bottom .info__item {
  max-width: 460px;
}
.target {
  background: url(../img/target.jpg) no-repeat right top / cover;
}
.target__text {
  font-size: 18px;
}
.arrow__bottom {
  margin: 50px 0;
}
.target__wrap {
  max-width: 650px;
}
.page__title {
  font-size: 26px;
  margin-bottom: 60px;
}
.services__line {
  width: 10px;
  height: 58px;
  background: #E4E4E4;
  margin-right: 15px;
}
.services__subtitle {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.services__wrap {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.services__item img {
  margin-right: 15px;
}
.services__item {
  margin-right: 20px;
  width: 325px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #4F5D73;
}
.services__text span{
  margin-top: 20px;
  display: block;
}
.grey-back {
  padding: 40px 0;
  background: #F8F8F8;
  margin-bottom: 60px;
}
.grey-back__cont {
  display: flex;
  align-items: center;
}
.grey-back h3 {
  margin-bottom: 0;
}
.grey-back .services__subtitle {
  margin-bottom: 0;
}
.grey-back__cont .page__subtitle {
  margin-right: 60px;
}
.services__item.org {
  background: #EB5500;
  border: 1px solid #EB5500;
  color: #fff;
}
.price__item {
  margin-bottom: 30px;
  display: flex;
  max-width: 820px;
}
.price__item img{
  margin-right: 20px;
}
.price__bottom {
  margin-top: 60px;
  padding: 35px 0;
  color: #fff;
  background: #647F94;
  font-size: 26px;
  font-weight: 500;
}
.price {
  position: relative;
  background: #F8F8F8;
}
.price__clc {
  position: absolute;
  top: -61px;
  right: 212px;
}
.mb30 {
  margin-bottom: 30px;
}
.page-conent {
    padding: 50px 0;
}
.footer {
    background: #f3f3f3;
}
.footer__link {
    margin-top: 10px;
    text-decoration: underline;
    font-weight: bold;
}
.footer__link:hover {
    text-decoration: none;
}