html,
body {
  padding: 0;
  margin: 0;
}
html *,
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.FD_artblock .container,
.UNP_artblock .container {
  width: 1220px;
  max-width: calc(100vw - 60px);
  margin: 0 auto;
}

.FD_artblock .header,
.UNP_artblock .header {
  background-color: #333333;
}

.FD_artblock .header2,
.UNP_artblock .header2 {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.3);
}
.FD_artblock .header2__right,
.UNP_artblock .header2__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.FD_artblock .header2__right > *,
.UNP_artblock .header2__right > * {
  margin-left: 30px;
}
.FD_artblock .header2__phone,
.UNP_artblock .header2__phone {
  color: #fff;
  text-decoration: none;
  color: #ffffff;
  font-family: Roboto;
  font-size: 22px;
  font-weight: 400;
  line-height: 27px;
}
.FD_artblock .header2__phone:hover,
.UNP_artblock .header2__phone:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .FD_artblock .header2__phone,
  .UNP_artblock .header2__phone {
    display: none;
  }
}
.FD_artblock .header2 .container,
.UNP_artblock .header2 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 88px;
}

.FD_artblock .content,
.UNP_artblock .content {
  padding-top: 60px;
  color: #000000;
  font-family: Roboto;
  font-size: 21px;
  font-weight: 400;
  line-height: 33px;
  font-weight: 400;
}
.FD_artblock .content-gray,
.UNP_artblock .content-gray {
  background-color: #efefef;
}
@media screen and (max-width: 767px) {
  .FD_artblock .content,
  .UNP_artblock .content {
    font-size: 18px;
    line-height: 24px;
    padding-top: 30px;
  }
}

.FD_artblock a.link-red,
.UNP_artblock a.link-red {
  color: #eb1c24;
}

.FD_artblock a.link-black,
.UNP_artblock a.link-black {
  color: #000;
}

.FD_artblock a.link-blue,
.UNP_artblock a.link-blue {
  color: #0071ba;
}

.FD_artblock .center,
.UNP_artblock .center {
  text-align: center;
}

.FD_artblock .title-0,
.UNP_artblock .title-0 {
  margin: 80px 0 40px;
  color: #000000;
  font-family: Roboto;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
}
.FD_artblock .title-0:first-child,
.UNP_artblock .title-0:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .FD_artblock .title-0,
  .UNP_artblock .title-0 {
    margin: 30px 0;
    font-size: 28px;
    line-height: 36px;
  }
}

.FD_artblock .title-1,
.UNP_artblock .title-1 {
  color: #000000;
  font-family: Roboto;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  margin: 60px 0 30px;
}
.FD_artblock .title-1:first-child,
.UNP_artblock .title-1:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .FD_artblock .title-1,
  .UNP_artblock .title-1 {
    margin: 15px 0;
    font-size: 24px;
    line-height: 32px;
  }
}

.FD_artblock .cols,
.UNP_artblock .cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 25px -25px 30px;
}
@media screen and (max-width: 767px) {
  .FD_artblock .cols,
  .UNP_artblock .cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.FD_artblock .cols .col,
.UNP_artblock .cols .col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 0 25px;
  font-size: 18px;
}
.FD_artblock .cols .col a,
.UNP_artblock .cols .col a {
  font-size: 23px;
  margin-bottom: 10px;
  display: inline-block;
}

.FD_artblock .cols-2,
.UNP_artblock .cols-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -25px;
}
@media screen and (max-width: 992px) {
  .FD_artblock .cols-2,
  .UNP_artblock .cols-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.FD_artblock .cols-2 .col,
.UNP_artblock .cols-2 .col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 25px;
  font-size: 23px;
}
.FD_artblock .cols-2 .col a,
.UNP_artblock .cols-2 .col a {
  font-size: 18px;
  display: inline-block;
  margin-top: 10px;
}

.FD_artblock .btn-main,
.UNP_artblock .btn-main {
  color: #ffffff !important;
  text-decoration: none;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
  padding: 20px 35px;
  margin: 60px auto;
  display: inline-block;
  background-color: #ea1c23;
}
@media screen and (max-width: 767px) {
  .FD_artblock .btn-main,
  .UNP_artblock .btn-main {
    padding: 10px 25px;
    font-size: 16px;
    line-height: 22px;
    margin: 30px 0;
  }
}

.FD_artblock .btn-main2,
.UNP_artblock .btn-main2 {
  color: #ffffff !important;
  text-decoration: none;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
  padding: 20px 35px;
  margin: 60px auto;
  display: inline-block;
  background-color: #ff7a00;
}
@media screen and (max-width: 767px) {
  .FD_artblock .btn-main2,
  .UNP_artblock .btn-main2 {
    padding: 10px 25px;
    font-size: 16px;
    line-height: 22px;
    margin: 30px 0;
  }
}

.FD_artblock .tiles,
.UNP_artblock .tiles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
}
@media screen and (max-width: 767px) {
  .FD_artblock .tiles,
  .UNP_artblock .tiles {
    margin: 0 -30px;
  }
}
.FD_artblock .tiles .tile,
.UNP_artblock .tiles .tile {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 45px 55px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.FD_artblock .tiles .tile:before,
.UNP_artblock .tiles .tile:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
  left: 10px;
  z-index: -1;
  background-color: #fff5ef;
}
.FD_artblock .tiles .tile-big,
.UNP_artblock .tiles .tile-big {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.FD_artblock .tiles .tile-hot,
.UNP_artblock .tiles .tile-hot {
  display: block;
}
.FD_artblock .tiles .tile-hot .tile__icon,
.UNP_artblock .tiles .tile-hot .tile__icon {
  float: left;
}
.FD_artblock .tiles .tile-hot .tile__title,
.UNP_artblock .tiles .tile-hot .tile__title {
  margin-bottom: 5px;
  color: #eb1c24;
}
.FD_artblock .tiles .tile__icon,
.UNP_artblock .tiles .tile__icon {
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.FD_artblock .tiles .tile__title,
.UNP_artblock .tiles .tile__title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
.FD_artblock .tiles .tile__links,
.UNP_artblock .tiles .tile__links {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  color: #000000;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
}
@media screen and (max-width: 991px) {
  .FD_artblock .tiles .tile,
  .UNP_artblock .tiles .tile {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .FD_artblock .tiles .tile,
  .UNP_artblock .tiles .tile {
    padding: 30px;
  }
}

.FD_artblock .footer,
.UNP_artblock .footer {
  background-color: #333;
  padding: 34px 0;
}
.FD_artblock .footer .container,
.UNP_artblock .footer .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .FD_artblock .footer .container,
  .UNP_artblock .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.FD_artblock .footer__phone,
.UNP_artblock .footer__phone {
  color: #b1b1b1;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 300;
  line-height: 14.52px;
}
@media screen and (max-width: 767px) {
  .FD_artblock .footer__phone,
  .UNP_artblock .footer__phone {
    margin-top: 30px;
  }
}
.FD_artblock .footer__phone a,
.UNP_artblock .footer__phone a {
  margin-top: 10px;
  font-weight: 700;
  color: #b1b1b1;
  font-size: 23px;
  text-decoration: none;
  display: block;
}
.FD_artblock .footer__phone a:hover,
.UNP_artblock .footer__phone a:hover {
  text-decoration: underline;
}

.UNP_artblock {
  font-family: Roboto;
}
.UNP_artblock .first-screen {
  background-image: url(../images/_artblock/unp-bg.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.UNP_artblock .first-screen::before {
  content: "";
  bottom: 0;
  height: 1px;
  left: 0;
  z-index: 1;
  position: absolute;
  right: 0;
  background-color: #fff;
}
.UNP_artblock .first-screen .container {
  height: 620px;
  position: relative;
  padding-top: 145px;
}
.UNP_artblock .first-screen__smalltitle {
  color: #ffffff;
  font-family: Roboto;
  font-size: 19px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 27px;
}
.UNP_artblock .first-screen__title {
  color: #ffffff;
  font-family: Roboto;
  font-size: 47px;
  font-weight: 700;
  line-height: 53px;
  margin-bottom: 53px;
}
.UNP_artblock .first-screen__subtitle {
  color: #ffffff;
  font-family: Roboto;
  font-size: 27px;
  font-weight: 400;
  line-height: 27px;
}
.UNP_artblock .first-screen__img {
  position: absolute;
  right: 0;
  top: 155px;
  max-width: 45%;
}
.UNP_artblock .first-screen__img img {
  max-width: 100%;
}
.UNP_artblock .first-screen__action {
  color: #000000;
  font-family: Roboto;
  font-size: 27px;
  font-weight: 400;
  line-height: 27px;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
  background-color: #fefd32;
  width: 400px;
  height: 80px;
  bottom: 40px;
  text-decoration: none;
  display: block;
  position: absolute;
  left: 50%;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.UNP_artblock .first-screen__action:hover {
  background-color: #fcd7d9;
}
@media (min-width: 992px) and (max-width: 1100px) {
  .UNP_artblock .first-screen {
    background-size: auto 103%;
  }
  .UNP_artblock .first-screen__smalltitle {
    font-size: 17.1px;
  }
  .UNP_artblock .first-screen__title {
    font-size: 42.3px;
  }
  .UNP_artblock .first-screen__subtitle {
    font-size: 24.3px;
  }
  .UNP_artblock .first-screen__img {
    max-width: 40.5%;
  }
}
@media screen and (max-width: 991px) {
  .UNP_artblock .first-screen {
    background-size: auto 103%;
  }
  .UNP_artblock .first-screen .container {
    height: auto;
  }
  .UNP_artblock .first-screen__smalltitle {
    font-size: 19px;
    text-align: center;
  }
  .UNP_artblock .first-screen__title {
    font-size: 47px;
    text-align: center;
  }
  .UNP_artblock .first-screen__subtitle {
    font-size: 27px;
    text-align: center;
  }
  .UNP_artblock .first-screen__img {
    position: static;
    max-width: 60%;
    margin: auto;
    padding: 30px 0 150px;
  }
  .UNP_artblock .first-screen__action {
    width: 360px;
  }
}
@media screen and (max-width: 768px) {
  .UNP_artblock .first-screen .container {
    height: auto;
  }
  .UNP_artblock .first-screen__smalltitle {
    font-size: 4vw;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 3vw;
  }
  .UNP_artblock .first-screen__title {
    font-size: 7vw;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 5vw;
  }
  .UNP_artblock .first-screen__subtitle {
    font-size: 4.5vw;
    line-height: 1.4;
    text-align: center;
  }
  .UNP_artblock .first-screen__img {
    position: static;
    max-width: 70%;
    margin: auto;
    padding: 30px 0 30vw;
  }
  .UNP_artblock .first-screen__action {
    width: 80vw;
    height: 14vw;
    font-size: 6vw;
  }
}

.FD_artblock {
  font-family: Roboto;
}
.FD_artblock .first-screen {
  background-image: url(../images/_artblock/fd-bg.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.FD_artblock .first-screen .container {
  height: 760px;
  position: relative;
  padding-top: 140px;
}
.FD_artblock .first-screen__logo {
  position: absolute;
  left: 0;
  top: 40px;
}
.FD_artblock .first-screen__phone {
  position: absolute;
  right: 0;
  top: 40px;
  text-decoration: none;
  color: #000000;
  font-family: Roboto;
  font-size: 26px;
  font-weight: 700;
  line-height: 32.41px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #000;
}
.FD_artblock .first-screen__phone img {
  margin-right: 10px;
}
.FD_artblock .first-screen__phone:hover {
  text-decoration: underline;
}
.FD_artblock .first-screen__title {
  color: #000000;
  font-family: Roboto;
  font-size: 40px;
  font-weight: 400;
  line-height: 42px;
  text-align: center;
  max-width: 800px;
  margin: auto;
}
.FD_artblock .first-screen__subtitle {
  color: #000000;
  font-family: Roboto;
  font-weight: 400;
  font-size: 23px;
  line-height: 39px;
  text-align: center;
  max-width: 800px;
  margin: auto;
  margin-top: 20px;
}
.FD_artblock .first-screen__action {
  font-size: 17px;
  color: #fff;
  background-color: #ff7a00;
  width: 260px;
  height: 60px;
  bottom: 80px;
  text-decoration: none;
  display: block;
  position: absolute;
  left: 50%;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.FD_artblock .first-screen__action:hover {
  background-color: #cc6200;
}
@media screen and (max-width: 800px) {
  .FD_artblock .first-screen {
    background-color: #fefbf0;
  }
  .FD_artblock .first-screen .container {
    height: 100vw;
    padding-top: 10vw;
  }
  .FD_artblock .first-screen__logo,
  .FD_artblock .first-screen__phone {
    top: 10px;
  }
  .FD_artblock .first-screen__title {
    font-size: 4.5vw;
    line-height: 1.2;
  }
  .FD_artblock .first-screen__subtitle {
    font-size: 3vw;
    line-height: 1.2;
    margin-top: 2vw;
  }
  .FD_artblock .first-screen__action {
    bottom: 7vw;
  }
}
@media screen and (max-width: 600px) {
  .FD_artblock .first-screen__logo,
  .FD_artblock .first-screen__phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    font-size: 3vw;
  }
  .FD_artblock .first-screen__logo img,
  .FD_artblock .first-screen__phone img {
    max-width: 100%;
    max-height: 100%;
  }
  .FD_artblock .first-screen__title {
    font-size: 4.5vw;
  }
  .FD_artblock .first-screen__subtitle {
    font-size: 4vw;
    margin-top: 2vw;
  }
}
@media screen and (max-width: 440px) {
  .FD_artblock .first-screen__logo,
  .FD_artblock .first-screen__phone {
    display: none;
  }
  .FD_artblock .first-screen .container {
    padding-top: 6vw;
  }
  .FD_artblock .first-screen__title {
    font-size: 5.85vw;
  }
  .FD_artblock .first-screen__subtitle {
    font-size: 5.2vw;
  }
}
