* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: 'Noto Sans', sans-serif;
  overflow-x: hidden;
  color: #000; }

ul {
  padding: 0; }

li {
  list-style: none; }

a {
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

button {
  padding: 0; }

.btn {
  background: #FF0000;
  width: 290px;
  height: 60px;
  border: none;
  z-index: 999;
  cursor: pointer; }
  .btn a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF; }
    @media only screen and (max-width: 425px) {
      .btn a {
        line-height: 23px; } }
  .btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
  .btn-small {
    width: 270px;
    height: 50px; }
    .btn-small a {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: normal;
      text-align: center;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #FFFFFF; }
      @media only screen and (max-width: 425px) {
        .btn-small a {
          line-height: 23px; } }
    .btn-small:hover {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
    .btn-small-empty {
      width: 270px;
      height: 50px;
      background: transparent;
      border: 1px solid #e1e8ed; }
      .btn-small-empty a {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: normal;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #000000; }
      .btn-small-empty:hover {
        border: 1px solid #FF0000; }

.button-text {
  width: 200px;
  color: #FF0000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .button-text img {
    padding-left: 10px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .button-text:hover {
    color: #000000; }
    .button-text:hover img {
      padding-left: 0 !important; }

.btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FF0000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .btn-text:hover {
    color: #FFFFFF; }

.portfolio-btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .portfolio-btn-text img {
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .portfolio-btn-text:hover {
    color: #FF0000; }

.more-btn {
  width: 470px;
  height: 50px;
  border: 1px solid #e1e8ed;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  padding-top: 15px;
  z-index: 999;
  cursor: pointer; }
  .more-btn img {
    padding-left: 16px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .more-btn:hover {
    color: #FF0000; }

.btn-group {
  display: flex;
  flex-direction: row;
  border: none;
  background: #FFFFFF;
  height: 50px;
  width: 225px;
  position: absolute;
  top: 790px;
  right: 0;
  z-index: 999;
  cursor: pointer; }
  .btn-group .phone-group {
    padding: 15px;
    background: #FF0000;
    position: relative; }
    .btn-group .phone-group:after {
      content: '';
      display: block;
      position: absolute;
      width: 13px;
      height: 13px;
      left: 43px;
      top: 19px;
      background: #FF0000;
      transform: rotate(-45deg); }
  @media only screen and (max-width: 425px) {
    .btn-group {
      display: none; } }
  .btn-group a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    text-transform: uppercase;
    padding-left: 25px; }
    @media only screen and (max-width: 425px) {
      .btn-group a {
        font-size: 12px;
        line-height: 20px; } }

.btn-share {
  width: 50px;
  height: 50px;
  z-index: 999;
  cursor: pointer; }
  .btn-share img {
    background-color: #333333;
    padding: 16.5px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .btn-share:hover img {
    background-color: #FF0000; }

.call-btn {
  padding: 10px;
  background-color: #333333;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .call-btn:hover {
    background-color: #FF0000; }

.submit-btn {
  background-color: #FF0000;
  width: 50px;
  height: 50px;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .submit-btn:hover {
    background-color: #333333; }

.dropbtn {
  background-color: transparent;
  color: #000000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  border: none;
  cursor: pointer;
  margin: 10px 0 10px 0; }
  .dropbtn span {
    padding-right: 15px; }

.dropdown {
  position: relative;
  display: none; }
  @media only screen and (max-width: 768px) {
    .dropdown {
      padding-top: 50px;
      padding-bottom: 50px;
      text-align: center;
      width: 290px;
      display: flex;
      justify-content: center;
      margin: 0 auto; } }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 100%;
  z-index: 1;
  top: 110px; }

.dropdown-content a {
  color: black;
  padding: 15px 16px;
  text-decoration: none;
  display: block;
  text-transform: uppercase; }

.dropdown-content a:hover {
  background-color: #f1f1f1; }

.show {
  display: block; }

.play {
  cursor: pointer;
  z-index: 999; }

/* Clearfix */
.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }

@keyframes slideInLeft {
  0% {
    transform: translate3d(-250px, 0, 0);
    visibility: visible; }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes slideOutLeft {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-250px, 0, 0);
    visibility: hidden; } }

.op:after {
  background: transparent;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  top: 0;
  transition: all 0.4s ease;
  width: 100%;
  display: none; }
  @media only screen and (max-width: 768px) {
    .op:after {
      display: block; } }

.op.open {
  overflow: hidden; }

.op.open:after {
  opacity: 1;
  visibility: visible; }

.b-nav {
  position: absolute;
  z-index: 11;
  background: rgba(255, 255, 255, 0.8); }
  .b-nav:not(.open) {
    visibility: hidden; }
  .b-nav li {
    color: #444444;
    list-style-type: none;
    padding: 10px;
    text-align: left;
    transform: translateX(-250px); }
  .b-nav li:not(.open) {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: slideOutLeft; }
  .b-nav li:first-child {
    padding-top: 120px; }
  .b-nav.open {
    visibility: visible; }
    .b-nav.open li {
      animation-duration: 0.4s;
      animation-fill-mode: both;
      animation-name: slideInLeft; }

.b-link {
  background: transparent;
  border-left: rgba(68, 68, 68, 0) solid 2px;
  color: #444444;
  font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  margin-left: 30px;
  text-decoration: none;
  transition: all 0.4s ease;
  width: auto; }
  .b-link:hover, .b-link--active {
    border-left: #444444 solid 2px;
    padding-left: 30px; }

.b-menu {
  background: #000000;
  cursor: pointer;
  height: 30px;
  padding: 8px 0;
  transition: all 0.4s ease;
  user-select: none;
  width: 30px;
  z-index: 12;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  position: relative; }

.b-bun {
  background: #FFFFFF;
  transition: all 0.4s ease; }
  .b-bun--top {
    height: 2px;
    width: 20px; }
  .b-bun--mid {
    height: 2px;
    width: 20px; }
  .b-bun--bottom {
    height: 2px;
    width: 20px; }

.b-brand {
  color: white;
  font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  margin-left: 30px;
  position: relative;
  text-decoration: none;
  top: -21.42857px;
  transition: all 0.4s ease;
  z-index: 13; }

.b-container {
  height: 30px;
  display: none; }
  @media only screen and (max-width: 768px) {
    .b-container {
      display: block; } }
  .b-container:hover:not(.open) .bun-top,
  .b-container:hover:not(.open) .bun-mid,
  .b-container:hover:not(.open) .bun-bottom {
    background: white; }
  .b-container.open .b-main {
    border: #444444 solid 2px; }
  .b-container.open .b-bun--top {
    background: #444444;
    top: 9px;
    transform: rotate(45deg) translate(4px, 3px); }
  .b-container.open .b-bun--mid {
    opacity: 0; }
  .b-container.open .b-bun--bottom {
    background: #444444;
    top: 5px;
    transform: rotate(-45deg) translate(4px, -3px); }
  .b-container.open .b-brand {
    color: #444444; }

.btn {
  background: #FF0000;
  width: 290px;
  height: 60px;
  border: none;
  z-index: 999;
  cursor: pointer; }
  .btn a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF; }
    @media only screen and (max-width: 425px) {
      .btn a {
        line-height: 23px; } }
  .btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
  .btn-small {
    width: 270px;
    height: 50px; }
    .btn-small a {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: normal;
      text-align: center;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #FFFFFF; }
      @media only screen and (max-width: 425px) {
        .btn-small a {
          line-height: 23px; } }
    .btn-small:hover {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
    .btn-small-empty {
      width: 270px;
      height: 50px;
      background: transparent;
      border: 1px solid #e1e8ed; }
      .btn-small-empty a {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: normal;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #000000; }
      .btn-small-empty:hover {
        border: 1px solid #FF0000; }

.button-text {
  width: 200px;
  color: #FF0000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .button-text img {
    padding-left: 10px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .button-text:hover {
    color: #000000; }
    .button-text:hover img {
      padding-left: 0 !important; }

.btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FF0000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .btn-text:hover {
    color: #FFFFFF; }

.portfolio-btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .portfolio-btn-text img {
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .portfolio-btn-text:hover {
    color: #FF0000; }

.more-btn {
  width: 470px;
  height: 50px;
  border: 1px solid #e1e8ed;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  padding-top: 15px;
  z-index: 999;
  cursor: pointer; }
  .more-btn img {
    padding-left: 16px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .more-btn:hover {
    color: #FF0000; }

.btn-group {
  display: flex;
  flex-direction: row;
  border: none;
  background: #FFFFFF;
  height: 50px;
  width: 225px;
  position: absolute;
  top: 790px;
  right: 0;
  z-index: 999;
  cursor: pointer; }
  .btn-group .phone-group {
    padding: 15px;
    background: #FF0000;
    position: relative; }
    .btn-group .phone-group:after {
      content: '';
      display: block;
      position: absolute;
      width: 13px;
      height: 13px;
      left: 43px;
      top: 19px;
      background: #FF0000;
      transform: rotate(-45deg); }
  @media only screen and (max-width: 425px) {
    .btn-group {
      display: none; } }
  .btn-group a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    text-transform: uppercase;
    padding-left: 25px; }
    @media only screen and (max-width: 425px) {
      .btn-group a {
        font-size: 12px;
        line-height: 20px; } }

.btn-share {
  width: 50px;
  height: 50px;
  z-index: 999;
  cursor: pointer; }
  .btn-share img {
    background-color: #333333;
    padding: 16.5px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .btn-share:hover img {
    background-color: #FF0000; }

.call-btn {
  padding: 10px;
  background-color: #333333;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .call-btn:hover {
    background-color: #FF0000; }

.submit-btn {
  background-color: #FF0000;
  width: 50px;
  height: 50px;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .submit-btn:hover {
    background-color: #333333; }

.dropbtn {
  background-color: transparent;
  color: #000000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  border: none;
  cursor: pointer;
  margin: 10px 0 10px 0; }
  .dropbtn span {
    padding-right: 15px; }

.dropdown {
  position: relative;
  display: none; }
  @media only screen and (max-width: 768px) {
    .dropdown {
      padding-top: 50px;
      padding-bottom: 50px;
      text-align: center;
      width: 290px;
      display: flex;
      justify-content: center;
      margin: 0 auto; } }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 100%;
  z-index: 1;
  top: 110px; }

.dropdown-content a {
  color: black;
  padding: 15px 16px;
  text-decoration: none;
  display: block;
  text-transform: uppercase; }

.dropdown-content a:hover {
  background-color: #f1f1f1; }

.show {
  display: block; }

.play {
  cursor: pointer;
  z-index: 999; }

.header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 0; }
  @media only screen and (max-width: 768px) {
    .header_logo {
      width: 186px; } }
  .header_logo a {
    color: #000000; }
  .header_logo span {
    text-transform: uppercase; }
  .header_nav {
    display: flex;
    flex-direction: row;
    width: 570px;
    justify-content: space-around; }
    @media only screen and (max-width: 768px) {
      .header_nav {
        display: none; } }
    .header_nav li a {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-size: 12px;
      font-weight: 400;
      line-height: normal;
      text-align: center;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #333333;
      position: relative;
      padding-bottom: 5px; }
      .header_nav li a:hover {
        color: #FF0000; }
        .header_nav li a:hover::after {
          content: '';
          display: block;
          position: absolute;
          width: 98%;
          height: 2px;
          background: #FF0000;
          bottom: 0; }
    .header_nav-mob {
      display: none; }
      @media only screen and (max-width: 768px) {
        .header_nav-mob {
          display: block; } }
  .header_tel {
    display: flex;
    flex-direction: row;
    z-index: 999; }
    .header_tel-text {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-end;
      padding-right: 10px; }
      @media only screen and (max-width: 768px) {
        .header_tel-text {
          display: none; } }
      .header_tel-text a:first-child {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-size: 12px;
        font-weight: 400;
        line-height: normal;
        text-align: center;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #333333; }
      .header_tel-text a:last-child {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: normal;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #FF0000; }
    @media only screen and (max-width: 768px) {
      .header_tel .call-btn {
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        padding: 6px; } }
    .header_tel .call-btn a {
      width: 16px;
      height: 16px;
      display: flex;
      justify-content: center; }
      .header_tel .call-btn a img {
        width: 16px;
        height: 16px; }

@media only screen and (max-width: 768px) {
  header .container-fluid {
    padding-right: 20px;
    padding-left: 20px; } }

.btn {
  background: #FF0000;
  width: 290px;
  height: 60px;
  border: none;
  z-index: 999;
  cursor: pointer; }
  .btn a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF; }
    @media only screen and (max-width: 425px) {
      .btn a {
        line-height: 23px; } }
  .btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
  .btn-small {
    width: 270px;
    height: 50px; }
    .btn-small a {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: normal;
      text-align: center;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #FFFFFF; }
      @media only screen and (max-width: 425px) {
        .btn-small a {
          line-height: 23px; } }
    .btn-small:hover {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
    .btn-small-empty {
      width: 270px;
      height: 50px;
      background: transparent;
      border: 1px solid #e1e8ed; }
      .btn-small-empty a {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: normal;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #000000; }
      .btn-small-empty:hover {
        border: 1px solid #FF0000; }

.button-text {
  width: 200px;
  color: #FF0000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .button-text img {
    padding-left: 10px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .button-text:hover {
    color: #000000; }
    .button-text:hover img {
      padding-left: 0 !important; }

.btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FF0000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .btn-text:hover {
    color: #FFFFFF; }

.portfolio-btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .portfolio-btn-text img {
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .portfolio-btn-text:hover {
    color: #FF0000; }

.more-btn {
  width: 470px;
  height: 50px;
  border: 1px solid #e1e8ed;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  padding-top: 15px;
  z-index: 999;
  cursor: pointer; }
  .more-btn img {
    padding-left: 16px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .more-btn:hover {
    color: #FF0000; }

.btn-group {
  display: flex;
  flex-direction: row;
  border: none;
  background: #FFFFFF;
  height: 50px;
  width: 225px;
  position: absolute;
  top: 790px;
  right: 0;
  z-index: 999;
  cursor: pointer; }
  .btn-group .phone-group {
    padding: 15px;
    background: #FF0000;
    position: relative; }
    .btn-group .phone-group:after {
      content: '';
      display: block;
      position: absolute;
      width: 13px;
      height: 13px;
      left: 43px;
      top: 19px;
      background: #FF0000;
      transform: rotate(-45deg); }
  @media only screen and (max-width: 425px) {
    .btn-group {
      display: none; } }
  .btn-group a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    text-transform: uppercase;
    padding-left: 25px; }
    @media only screen and (max-width: 425px) {
      .btn-group a {
        font-size: 12px;
        line-height: 20px; } }

.btn-share {
  width: 50px;
  height: 50px;
  z-index: 999;
  cursor: pointer; }
  .btn-share img {
    background-color: #333333;
    padding: 16.5px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .btn-share:hover img {
    background-color: #FF0000; }

.call-btn {
  padding: 10px;
  background-color: #333333;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .call-btn:hover {
    background-color: #FF0000; }

.submit-btn {
  background-color: #FF0000;
  width: 50px;
  height: 50px;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .submit-btn:hover {
    background-color: #333333; }

.dropbtn {
  background-color: transparent;
  color: #000000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  border: none;
  cursor: pointer;
  margin: 10px 0 10px 0; }
  .dropbtn span {
    padding-right: 15px; }

.dropdown {
  position: relative;
  display: none; }
  @media only screen and (max-width: 768px) {
    .dropdown {
      padding-top: 50px;
      padding-bottom: 50px;
      text-align: center;
      width: 290px;
      display: flex;
      justify-content: center;
      margin: 0 auto; } }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 100%;
  z-index: 1;
  top: 110px; }

.dropdown-content a {
  color: black;
  padding: 15px 16px;
  text-decoration: none;
  display: block;
  text-transform: uppercase; }

.dropdown-content a:hover {
  background-color: #f1f1f1; }

.show {
  display: block; }

.play {
  cursor: pointer;
  z-index: 999; }

.slider {
  position: relative;
  display: flex;
  flex-direction: column; }
  @media only screen and (max-width: 425px) {
    .slider {
      height: 430px; } }
  .slider_line.swiper-pagination-bullets {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: absolute;
    width: 210px;
    height: 4px;
    z-index: 9;
    align-self: center;
    bottom: 60px;
    left: inherit; }
    @media only screen and (max-width: 425px) {
      .slider_line.swiper-pagination-bullets {
        bottom: 0;
        top: 170px; } }
    .slider_line.swiper-pagination-bullets a {
      width: 30px;
      height: 4px;
      background-color: #FFFFFF;
      color: #FFFFFF;
      transition: .1s ease-out;
      transition-delay: 0.1s;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      opacity: 1;
      cursor: pointer; }
      .slider_line.swiper-pagination-bullets a:hover, .slider_line.swiper-pagination-bullets a.swiper-pagination-bullet-active {
        background-color: #FF0000; }
  .slider_block {
    background: url("../img/slider/photo52.jpg") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 820px;
    position: relative; }
    @media only screen and (max-width: 425px) {
      .slider_block {
        height: 208px; } }
    @media only screen and (max-width: 425px) {
      .slider_block .container {
        padding-right: 20px;
        padding-left: 20px; } }
    .slider_block-item {
      display: flex;
      flex-direction: column;
      width: 55%;
      height: 500px;
      background: #FFFFFF;
      position: absolute;
      top: 120px; }
      @media only screen and (max-width: 1145px) {
        .slider_block-item {
          width: 65%; } }
      @media only screen and (max-width: 768px) {
        .slider_block-item {
          width: 85%; } }
      @media only screen and (max-width: 425px) {
        .slider_block-item {
          width: 100%;
          top: 210px;
          height: 290px; } }
      .slider_block-item .btn {
        align-self: flex-end;
        position: absolute;
        bottom: 0; }
        @media only screen and (max-width: 425px) {
          .slider_block-item .btn {
            align-self: center;
            bottom: 20px; } }
    .slider_block-text {
      display: flex;
      flex-direction: column;
      padding-left: 100px; }
      @media only screen and (max-width: 1250px) {
        .slider_block-text {
          padding-left: 50px; } }
      @media only screen and (max-width: 425px) {
        .slider_block-text {
          padding-left: 21px; } }
      .slider_block-text h1 {
        padding-top: 220px;
        padding-bottom: 19px;
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-size: 64px;
        font-weight: 400;
        line-height: 100px;
        color: #000000; }
        @media only screen and (max-width: 425px) {
          .slider_block-text h1 {
            font-size: 48px; } }
        @media only screen and (max-width: 425px) {
          .slider_block-text h1 {
            padding-top: 235px;
            font-size: 24px;
            line-height: 36px; } }
      .slider_block-text p {
        padding-bottom: 84px;
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-size: 24px;
        font-weight: 400;
        line-height: 36px;
        color: #333333; }
        @media only screen and (max-width: 425px) {
          .slider_block-text p {
            font-size: 18px;
            line-height: 29px;
            color: #333333; } }

.btn {
  background: #FF0000;
  width: 290px;
  height: 60px;
  border: none;
  z-index: 999;
  cursor: pointer; }
  .btn a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF; }
    @media only screen and (max-width: 425px) {
      .btn a {
        line-height: 23px; } }
  .btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
  .btn-small {
    width: 270px;
    height: 50px; }
    .btn-small a {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: normal;
      text-align: center;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #FFFFFF; }
      @media only screen and (max-width: 425px) {
        .btn-small a {
          line-height: 23px; } }
    .btn-small:hover {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
    .btn-small-empty {
      width: 270px;
      height: 50px;
      background: transparent;
      border: 1px solid #e1e8ed; }
      .btn-small-empty a {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: normal;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #000000; }
      .btn-small-empty:hover {
        border: 1px solid #FF0000; }

.button-text {
  width: 200px;
  color: #FF0000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .button-text img {
    padding-left: 10px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .button-text:hover {
    color: #000000; }
    .button-text:hover img {
      padding-left: 0 !important; }

.btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FF0000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .btn-text:hover {
    color: #FFFFFF; }

.portfolio-btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .portfolio-btn-text img {
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .portfolio-btn-text:hover {
    color: #FF0000; }

.more-btn {
  width: 470px;
  height: 50px;
  border: 1px solid #e1e8ed;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  padding-top: 15px;
  z-index: 999;
  cursor: pointer; }
  .more-btn img {
    padding-left: 16px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .more-btn:hover {
    color: #FF0000; }

.btn-group {
  display: flex;
  flex-direction: row;
  border: none;
  background: #FFFFFF;
  height: 50px;
  width: 225px;
  position: absolute;
  top: 790px;
  right: 0;
  z-index: 999;
  cursor: pointer; }
  .btn-group .phone-group {
    padding: 15px;
    background: #FF0000;
    position: relative; }
    .btn-group .phone-group:after {
      content: '';
      display: block;
      position: absolute;
      width: 13px;
      height: 13px;
      left: 43px;
      top: 19px;
      background: #FF0000;
      transform: rotate(-45deg); }
  @media only screen and (max-width: 425px) {
    .btn-group {
      display: none; } }
  .btn-group a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    text-transform: uppercase;
    padding-left: 25px; }
    @media only screen and (max-width: 425px) {
      .btn-group a {
        font-size: 12px;
        line-height: 20px; } }

.btn-share {
  width: 50px;
  height: 50px;
  z-index: 999;
  cursor: pointer; }
  .btn-share img {
    background-color: #333333;
    padding: 16.5px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .btn-share:hover img {
    background-color: #FF0000; }

.call-btn {
  padding: 10px;
  background-color: #333333;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .call-btn:hover {
    background-color: #FF0000; }

.submit-btn {
  background-color: #FF0000;
  width: 50px;
  height: 50px;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .submit-btn:hover {
    background-color: #333333; }

.dropbtn {
  background-color: transparent;
  color: #000000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  border: none;
  cursor: pointer;
  margin: 10px 0 10px 0; }
  .dropbtn span {
    padding-right: 15px; }

.dropdown {
  position: relative;
  display: none; }
  @media only screen and (max-width: 768px) {
    .dropdown {
      padding-top: 50px;
      padding-bottom: 50px;
      text-align: center;
      width: 290px;
      display: flex;
      justify-content: center;
      margin: 0 auto; } }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 100%;
  z-index: 1;
  top: 110px; }

.dropdown-content a {
  color: black;
  padding: 15px 16px;
  text-decoration: none;
  display: block;
  text-transform: uppercase; }

.dropdown-content a:hover {
  background-color: #f1f1f1; }

.show {
  display: block; }

.play {
  cursor: pointer;
  z-index: 999; }

.portfolio {
  padding-top: 120px; }
  @media only screen and (max-width: 425px) {
    .portfolio {
      padding-top: 44px; } }
  .portfolio h4 {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
    padding-bottom: 10px; }
    @media only screen and (max-width: 425px) {
      .portfolio h4 {
        font-size: 12px;
        line-height: 20px; } }
    @media only screen and (max-width: 425px) {
      .portfolio h4 {
        font-size: 18px;
        line-height: 29px; } }
  .portfolio h2 {
    position: relative;
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 48px;
    font-weight: 400;
    line-height: 70px;
    color: #000000;
    text-align: center;
    margin-bottom: 20px; }
    @media only screen and (max-width: 425px) {
      .portfolio h2 {
        font-size: 24px;
        line-height: 35px; } }
    .portfolio h2:after {
      content: '';
      display: block;
      position: absolute;
      width: 30px;
      height: 4px;
      background: #FF0000;
      left: 50%;
      margin-left: -15px;
      bottom: -20px; }
  .portfolio_slider {
    padding-top: 66px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative; }
    @media only screen and (max-width: 425px) {
      .portfolio_slider {
        padding-top: 40px;
        height: 510px; } }
    .portfolio_slider-block {
      padding-bottom: 60px; }
    .portfolio_slider-item {
      width: 770px;
      height: 480px;
      background: url("../img/portfolio/maxresdefault.jpg") no-repeat center;
      background-size: cover;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      @media only screen and (max-width: 820px) {
        .portfolio_slider-item {
          width: 100%; } }
      @media only screen and (max-width: 425px) {
        .portfolio_slider-item {
          width: 290px;
          height: 260px; } }
      .portfolio_slider-item a {
        align-self: flex-end; }
    .portfolio_slider-text {
      background-color: #FFFFFF;
      width: 320px;
      height: 220px;
      padding-top: 40px;
      padding-left: 15px;
      padding-bottom: 30px;
      padding-right: 35px; }
      @media only screen and (max-width: 425px) {
        .portfolio_slider-text {
          position: relative;
          top: 210px; } }
      .portfolio_slider-text span {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-size: 12px;
        font-weight: 400;
        line-height: normal;
        text-align: center;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #FFFFFF;
        padding: 6.5px 10.5px;
        background-color: #333333; }
      .portfolio_slider-text p {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-size: 24px;
        font-weight: 400;
        line-height: 39px;
        color: #000000;
        padding-top: 30px;
        padding-bottom: 12px; }
        @media only screen and (max-width: 425px) {
          .portfolio_slider-text p {
            font-size: 12px;
            line-height: 20px;
            letter-spacing: 0.1em; } }
  .portfolio_arrow {
    width: 50px;
    height: 50px;
    background-color: rgba(51, 51, 51, 0.3);
    border: none;
    display: flex;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    transition: all ease 1s; }
    .portfolio_arrow:hover {
      background-color: #FF0000; }
    .portfolio_arrow-group {
      width: 100%;
      height: 50px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-self: center; }
  .portfolio_line {
    width: 1170px;
    height: 4px;
    margin: 0 auto;
    background-color: rgba(225, 232, 237, 0.4);
    display: flex;
    justify-content: center; }
    @media only screen and (max-width: 768px) {
      .portfolio_line {
        width: 90%; } }
    .portfolio_line-red {
      width: 1170px;
      height: 4px;
      pointer-events: none;
      transition: all ease 1s;
      background-color: rgba(225, 232, 237, 0.4); }
      .portfolio_line-red .swiper-pagination-progressbar-fill {
        background-color: #FF0000; }
      @media only screen and (max-width: 768px) {
        .portfolio_line-red {
          width: 90%; } }

.portfolio_slider .container-fluid {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 480px; }
  @media only screen and (max-width: 425px) {
    .portfolio_slider .container-fluid {
      height: 260px;
      justify-content: flex-end; } }

.btn {
  background: #FF0000;
  width: 290px;
  height: 60px;
  border: none;
  z-index: 999;
  cursor: pointer; }
  .btn a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF; }
    @media only screen and (max-width: 425px) {
      .btn a {
        line-height: 23px; } }
  .btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
  .btn-small {
    width: 270px;
    height: 50px; }
    .btn-small a {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: normal;
      text-align: center;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #FFFFFF; }
      @media only screen and (max-width: 425px) {
        .btn-small a {
          line-height: 23px; } }
    .btn-small:hover {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
    .btn-small-empty {
      width: 270px;
      height: 50px;
      background: transparent;
      border: 1px solid #e1e8ed; }
      .btn-small-empty a {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: normal;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #000000; }
      .btn-small-empty:hover {
        border: 1px solid #FF0000; }

.button-text {
  width: 200px;
  color: #FF0000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .button-text img {
    padding-left: 10px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .button-text:hover {
    color: #000000; }
    .button-text:hover img {
      padding-left: 0 !important; }

.btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FF0000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .btn-text:hover {
    color: #FFFFFF; }

.portfolio-btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .portfolio-btn-text img {
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .portfolio-btn-text:hover {
    color: #FF0000; }

.more-btn {
  width: 470px;
  height: 50px;
  border: 1px solid #e1e8ed;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  padding-top: 15px;
  z-index: 999;
  cursor: pointer; }
  .more-btn img {
    padding-left: 16px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .more-btn:hover {
    color: #FF0000; }

.btn-group {
  display: flex;
  flex-direction: row;
  border: none;
  background: #FFFFFF;
  height: 50px;
  width: 225px;
  position: absolute;
  top: 790px;
  right: 0;
  z-index: 999;
  cursor: pointer; }
  .btn-group .phone-group {
    padding: 15px;
    background: #FF0000;
    position: relative; }
    .btn-group .phone-group:after {
      content: '';
      display: block;
      position: absolute;
      width: 13px;
      height: 13px;
      left: 43px;
      top: 19px;
      background: #FF0000;
      transform: rotate(-45deg); }
  @media only screen and (max-width: 425px) {
    .btn-group {
      display: none; } }
  .btn-group a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    text-transform: uppercase;
    padding-left: 25px; }
    @media only screen and (max-width: 425px) {
      .btn-group a {
        font-size: 12px;
        line-height: 20px; } }

.btn-share {
  width: 50px;
  height: 50px;
  z-index: 999;
  cursor: pointer; }
  .btn-share img {
    background-color: #333333;
    padding: 16.5px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .btn-share:hover img {
    background-color: #FF0000; }

.call-btn {
  padding: 10px;
  background-color: #333333;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .call-btn:hover {
    background-color: #FF0000; }

.submit-btn {
  background-color: #FF0000;
  width: 50px;
  height: 50px;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .submit-btn:hover {
    background-color: #333333; }

.dropbtn {
  background-color: transparent;
  color: #000000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  border: none;
  cursor: pointer;
  margin: 10px 0 10px 0; }
  .dropbtn span {
    padding-right: 15px; }

.dropdown {
  position: relative;
  display: none; }
  @media only screen and (max-width: 768px) {
    .dropdown {
      padding-top: 50px;
      padding-bottom: 50px;
      text-align: center;
      width: 290px;
      display: flex;
      justify-content: center;
      margin: 0 auto; } }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 100%;
  z-index: 1;
  top: 110px; }

.dropdown-content a {
  color: black;
  padding: 15px 16px;
  text-decoration: none;
  display: block;
  text-transform: uppercase; }

.dropdown-content a:hover {
  background-color: #f1f1f1; }

.show {
  display: block; }

.play {
  cursor: pointer;
  z-index: 999; }

.pos-rel {
  position: relative; }

.acquaintance {
  padding-top: 116px; }
  @media only screen and (max-width: 425px) {
    .acquaintance {
      padding-top: 60px; } }
  .acquaintance_bg {
    width: 508.77px;
    height: 299.65px;
    background-color: #cccccc;
    position: absolute;
    top: 0;
    z-index: -1;
    transform: translateY(50%); }
    @media only screen and (max-width: 425px) {
      .acquaintance_bg {
        justify-content: center;
        display: flex;
        align-self: center;
        top: auto;
        width: 236.84px;
        height: 132.63px; } }
  @media only screen and (max-width: 425px) {
    .acquaintance_img {
      height: 270px;
      justify-content: center;
      display: flex; } }
  .acquaintance_img img {
    max-width: 100%;
    width: 378px; }
    @media only screen and (max-width: 425px) {
      .acquaintance_img img {
        height: 270px; } }
  .acquaintance_img-block {
    display: flex;
    justify-content: center; }
    @media only screen and (max-width: 425px) {
      .acquaintance_img-block {
        flex-direction: column; } }
    .acquaintance_img-block h4 {
      display: none; }
      @media only screen and (max-width: 425px) {
        .acquaintance_img-block h4 {
          display: block;
          font-family: 'Noto Sans', sans-serif;
          font-style: normal;
          font-size: 24px;
          font-weight: 400;
          line-height: 39px;
          color: #000000;
          text-align: center;
          padding-bottom: 10px; } }
  @media only screen and (max-width: 425px) and (max-width: 425px) {
    .acquaintance_img-block h4 {
      font-size: 12px;
      line-height: 20px;
      letter-spacing: 0.1em; } }
    .acquaintance_img-block h2 {
      display: none; }
      @media only screen and (max-width: 425px) {
        .acquaintance_img-block h2 {
          display: block;
          font-family: 'Noto Sans', sans-serif;
          font-style: normal;
          font-size: 48px;
          font-weight: 400;
          line-height: 70px;
          color: #000000;
          text-align: center;
          position: relative;
          margin-bottom: 50px; } }
  @media only screen and (max-width: 425px) and (max-width: 425px) {
    .acquaintance_img-block h2 {
      font-size: 24px;
      line-height: 35px; } }
      @media only screen and (max-width: 425px) {
          .acquaintance_img-block h2:after {
            content: '';
            display: block;
            position: absolute;
            width: 30px;
            height: 4px;
            background: #FF0000;
            bottom: -20px;
            left: 50%;
            margin-left: -15px; } }
  .acquaintance_text h4 {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 10px; }
    @media only screen and (max-width: 425px) {
      .acquaintance_text h4 {
        font-size: 12px;
        line-height: 20px; } }
    @media only screen and (max-width: 425px) {
      .acquaintance_text h4 {
        display: none; } }
  .acquaintance_text h2 {
    position: relative;
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 48px;
    font-weight: 400;
    line-height: 70px;
    color: #000000;
    margin-bottom: 20px; }
    @media only screen and (max-width: 425px) {
      .acquaintance_text h2 {
        font-size: 24px;
        line-height: 35px; } }
    .acquaintance_text h2:after {
      content: '';
      display: block;
      position: absolute;
      width: 30px;
      height: 4px;
      background: #FF0000;
      left: 0;
      bottom: -20px; }
    @media only screen and (max-width: 425px) {
      .acquaintance_text h2 {
        display: none; } }
  .acquaintance_text-paragraph {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #333333;
    padding-top: 26px;
    padding-bottom: 34px; }
    @media only screen and (max-width: 425px) {
      .acquaintance_text-paragraph {
        display: none; } }
    .acquaintance_text-paragraph--mob {
      display: none;
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      color: #333333;
      padding: 26px 10px 34px 10px; }
      @media only screen and (max-width: 425px) {
        .acquaintance_text-paragraph--mob {
          display: block; } }

.btn {
  background: #FF0000;
  width: 290px;
  height: 60px;
  border: none;
  z-index: 999;
  cursor: pointer; }
  .btn a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF; }
    @media only screen and (max-width: 425px) {
      .btn a {
        line-height: 23px; } }
  .btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
  .btn-small {
    width: 270px;
    height: 50px; }
    .btn-small a {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: normal;
      text-align: center;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #FFFFFF; }
      @media only screen and (max-width: 425px) {
        .btn-small a {
          line-height: 23px; } }
    .btn-small:hover {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
    .btn-small-empty {
      width: 270px;
      height: 50px;
      background: transparent;
      border: 1px solid #e1e8ed; }
      .btn-small-empty a {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: normal;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #000000; }
      .btn-small-empty:hover {
        border: 1px solid #FF0000; }

.button-text {
  width: 200px;
  color: #FF0000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .button-text img {
    padding-left: 10px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .button-text:hover {
    color: #000000; }
    .button-text:hover img {
      padding-left: 0 !important; }

.btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FF0000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .btn-text:hover {
    color: #FFFFFF; }

.portfolio-btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .portfolio-btn-text img {
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .portfolio-btn-text:hover {
    color: #FF0000; }

.more-btn {
  width: 470px;
  height: 50px;
  border: 1px solid #e1e8ed;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  padding-top: 15px;
  z-index: 999;
  cursor: pointer; }
  .more-btn img {
    padding-left: 16px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .more-btn:hover {
    color: #FF0000; }

.btn-group {
  display: flex;
  flex-direction: row;
  border: none;
  background: #FFFFFF;
  height: 50px;
  width: 225px;
  position: absolute;
  top: 790px;
  right: 0;
  z-index: 999;
  cursor: pointer; }
  .btn-group .phone-group {
    padding: 15px;
    background: #FF0000;
    position: relative; }
    .btn-group .phone-group:after {
      content: '';
      display: block;
      position: absolute;
      width: 13px;
      height: 13px;
      left: 43px;
      top: 19px;
      background: #FF0000;
      transform: rotate(-45deg); }
  @media only screen and (max-width: 425px) {
    .btn-group {
      display: none; } }
  .btn-group a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    text-transform: uppercase;
    padding-left: 25px; }
    @media only screen and (max-width: 425px) {
      .btn-group a {
        font-size: 12px;
        line-height: 20px; } }

.btn-share {
  width: 50px;
  height: 50px;
  z-index: 999;
  cursor: pointer; }
  .btn-share img {
    background-color: #333333;
    padding: 16.5px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .btn-share:hover img {
    background-color: #FF0000; }

.call-btn {
  padding: 10px;
  background-color: #333333;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .call-btn:hover {
    background-color: #FF0000; }

.submit-btn {
  background-color: #FF0000;
  width: 50px;
  height: 50px;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .submit-btn:hover {
    background-color: #333333; }

.dropbtn {
  background-color: transparent;
  color: #000000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  border: none;
  cursor: pointer;
  margin: 10px 0 10px 0; }
  .dropbtn span {
    padding-right: 15px; }

.dropdown {
  position: relative;
  display: none; }
  @media only screen and (max-width: 768px) {
    .dropdown {
      padding-top: 50px;
      padding-bottom: 50px;
      text-align: center;
      width: 290px;
      display: flex;
      justify-content: center;
      margin: 0 auto; } }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 100%;
  z-index: 1;
  top: 110px; }

.dropdown-content a {
  color: black;
  padding: 15px 16px;
  text-decoration: none;
  display: block;
  text-transform: uppercase; }

.dropdown-content a:hover {
  background-color: #f1f1f1; }

.show {
  display: block; }

.play {
  cursor: pointer;
  z-index: 999; }

.mechanism {
  padding-top: 116px;
  padding-bottom: 120px; }
  @media only screen and (max-width: 425px) {
    .mechanism {
      padding-top: 56px;
      padding-bottom: 55px; } }
  .mechanism_subtitle {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
    padding-bottom: 10px; }
    @media only screen and (max-width: 425px) {
      .mechanism_subtitle {
        font-size: 12px;
        line-height: 20px; } }
    @media only screen and (max-width: 425px) {
      .mechanism_subtitle {
        font-size: 12px;
        line-height: 20px; } }
  .mechanism h2 {
    position: relative;
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 48px;
    font-weight: 400;
    line-height: 70px;
    color: #000000;
    text-align: center;
    margin-bottom: 20px; }
    @media only screen and (max-width: 425px) {
      .mechanism h2 {
        font-size: 24px;
        line-height: 35px; } }
    .mechanism h2:after {
      content: '';
      display: block;
      position: absolute;
      width: 30px;
      height: 4px;
      background: #FF0000;
      left: 50%;
      margin-left: -15px;
      bottom: -20px; }
  .mechanism_block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 66px;
    padding-bottom: 20px; }
    @media only screen and (max-width: 425px) {
      .mechanism_block {
        flex-direction: column;
        padding-top: 40px; } }
  .mechanism .border-top .mechanism_item:nth-child(3):after {
    content: '';
    display: block;
    position: absolute;
    border-right: 1px dashed #CCCCCC;
    top: 45px;
    left: 190px;
    height: 130%; }
    @media only screen and (max-width: 1300px) {
      .mechanism .border-top .mechanism_item:nth-child(3):after {
        height: 128%; } }
    @media only screen and (max-width: 1024px) {
      .mechanism .border-top .mechanism_item:nth-child(3):after {
        display: none; } }
  .mechanism .border-top .mechanism_item:nth-child(1):after {
    content: '';
    display: block;
    position: absolute;
    border-top: 1px dashed #CCCCCC;
    width: 107%;
    top: 45px;
    left: 190px; }
    @media only screen and (max-width: 1300px) {
      .mechanism .border-top .mechanism_item:nth-child(1):after {
        width: 84%;
        left: 164px; } }
    @media only screen and (max-width: 1024px) {
      .mechanism .border-top .mechanism_item:nth-child(1):after {
        display: none; } }
  .mechanism .border-top .mechanism_item:nth-child(2):after {
    content: '';
    display: block;
    position: absolute;
    border-top: 1px dashed #CCCCCC;
    width: 107%;
    top: 45px;
    left: 190px; }
    @media only screen and (max-width: 1300px) {
      .mechanism .border-top .mechanism_item:nth-child(2):after {
        width: 84%;
        left: 164px; } }
    @media only screen and (max-width: 1024px) {
      .mechanism .border-top .mechanism_item:nth-child(2):after {
        display: none; } }
  .mechanism .border-top .mechanism_item:nth-child(3):after {
    content: '';
    display: block;
    position: absolute;
    border-top: 1px dashed #CCCCCC;
    width: 69%;
    top: 45px;
    left: 190px; }
    @media only screen and (max-width: 1300px) {
      .mechanism .border-top .mechanism_item:nth-child(3):after {
        left: 166px; } }
    @media only screen and (max-width: 1024px) {
      .mechanism .border-top .mechanism_item:nth-child(3):after {
        display: none; } }
  .mechanism .border-bottom {
    flex-direction: row-reverse; }
    @media only screen and (max-width: 1024px) {
      .mechanism .border-bottom {
        flex-direction: row; } }
    @media only screen and (max-width: 425px) {
      .mechanism .border-bottom {
        flex-direction: column;
        padding-top: 20px; } }
    .mechanism .border-bottom .mechanism_item:nth-child(3):before {
      content: '';
      display: block;
      position: absolute;
      border-left: 1px dashed #CCCCCC;
      top: 0;
      left: 0;
      height: 121.2%; }
      @media only screen and (max-width: 1300px) {
        .mechanism .border-bottom .mechanism_item:nth-child(3):before {
          height: 119.3%; } }
      @media only screen and (max-width: 1024px) {
        .mechanism .border-bottom .mechanism_item:nth-child(3):before {
          display: none; } }
    .mechanism .border-bottom .mechanism_item:nth-child(3):after {
      content: '';
      display: block;
      position: absolute;
      border-top: 1px dashed #CCCCCC;
      width: 107%;
      top: 45px;
      left: 190px; }
      @media only screen and (max-width: 1300px) {
        .mechanism .border-bottom .mechanism_item:nth-child(3):after {
          width: 83%;
          left: 166px; } }
      @media only screen and (max-width: 1024px) {
        .mechanism .border-bottom .mechanism_item:nth-child(3):after {
          display: none; } }
    .mechanism .border-bottom .mechanism_item:nth-child(3):before {
      content: '';
      display: block;
      position: absolute;
      border-top: 1px dashed #CCCCCC;
      width: 66%;
      top: 45px;
      left: -92px; }
      @media only screen and (max-width: 1024px) {
        .mechanism .border-bottom .mechanism_item:nth-child(3):before {
          display: none; } }
    .mechanism .border-bottom .mechanism_item:nth-child(2):after {
      content: '';
      display: block;
      position: absolute;
      border-top: 1px dashed #CCCCCC;
      width: 107%;
      top: 45px;
      left: 190px; }
      @media only screen and (max-width: 1300px) {
        .mechanism .border-bottom .mechanism_item:nth-child(2):after {
          width: 83%;
          left: 166px; } }
      @media only screen and (max-width: 1024px) {
        .mechanism .border-bottom .mechanism_item:nth-child(2):after {
          display: none; } }
    .mechanism .border-bottom .mechanism_item:nth-child(1):after {
      content: '';
      display: block;
      position: absolute;
      border-top: 1px dashed #CCCCCC;
      width: 69%;
      top: 45px;
      left: 190px; }
      @media only screen and (max-width: 1300px) {
        .mechanism .border-bottom .mechanism_item:nth-child(1):after {
          left: 166px; } }
      @media only screen and (max-width: 1024px) {
        .mechanism .border-bottom .mechanism_item:nth-child(1):after {
          display: none; } }
  .mechanism_item {
    justify-content: center;
    flex-direction: column;
    position: relative; }
    @media only screen and (max-width: 425px) {
      .mechanism_item {
        padding-bottom: 40px; } }
    .mechanism_item:last-child {
      padding-bottom: 0; }
    .mechanism_item h4 {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-size: 24px;
      font-weight: 400;
      line-height: 39px;
      color: #000000;
      text-align: center;
      padding-top: 30px;
      padding-bottom: 20px; }
      @media only screen and (max-width: 425px) {
        .mechanism_item h4 {
          font-size: 12px;
          line-height: 20px;
          letter-spacing: 0.1em; } }
    .mechanism_item p {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      color: #333333;
      text-align: center; }
  .mechanism_img {
    width: 90px;
    height: 90px;
    background: #FFFFFF;
    border: 1px solid #e1e8ed;
    display: flex;
    justify-content: center;
    margin: 0 auto; }
  .mechanism button {
    margin-top: 55px;
    align-self: center;
    position: relative; }
    .mechanism button:after {
      content: '';
      display: block;
      position: absolute;
      border-bottom: 1px dashed #CCCCCC;
      width: 157%;
      left: -495px;
      bottom: 29px; }
      @media only screen and (max-width: 1300px) {
        .mechanism button:after {
          width: 109%;
          left: -355px; } }
      @media only screen and (max-width: 1024px) {
        .mechanism button:after {
          display: none; } }
    .mechanism button:before {
      content: '';
      display: block;
      background: url("../img/arrow-border.svg") no-repeat center;
      position: absolute;
      width: 100%;
      left: -175px;
      bottom: 0;
      height: 100%; }
      @media only screen and (max-width: 1024px) {
        .mechanism button:before {
          display: none; } }

.mechanism .container-fluid {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1290px;
  padding: 0 100px; }
  @media only screen and (max-width: 1300px) {
    .mechanism .container-fluid {
      max-width: 1024px; } }
  @media only screen and (max-width: 1024px) {
    .mechanism .container-fluid {
      max-width: 100%;
      padding: 20px; } }

.border-top .mechanism_item:nth-child(1) {
  margin-right: 110px; }
  @media only screen and (max-width: 1300px) {
    .border-top .mechanism_item:nth-child(1) {
      margin-right: 50px; } }
  @media only screen and (max-width: 425px) {
    .border-top .mechanism_item:nth-child(1) {
      margin-right: 0; } }

.border-top .mechanism_item:nth-child(2) {
  margin-right: 110px; }
  @media only screen and (max-width: 1300px) {
    .border-top .mechanism_item:nth-child(2) {
      margin-right: 50px; } }
  @media only screen and (max-width: 425px) {
    .border-top .mechanism_item:nth-child(2) {
      margin-right: 0; } }

.border-bottom .mechanism_item:nth-child(1) {
  margin-left: 110px; }
  @media only screen and (max-width: 1300px) {
    .border-bottom .mechanism_item:nth-child(1) {
      margin-left: 50px; } }
  @media only screen and (max-width: 1024px) {
    .border-bottom .mechanism_item:nth-child(1) {
      margin-left: 0; } }

.border-bottom .mechanism_item:nth-child(2) {
  margin-left: 110px; }
  @media only screen and (max-width: 1300px) {
    .border-bottom .mechanism_item:nth-child(2) {
      margin-left: 50px; } }
  @media only screen and (max-width: 425px) {
    .border-bottom .mechanism_item:nth-child(2) {
      margin-left: 0; } }

@media only screen and (max-width: 1024px) {
  .border-bottom .mechanism_item:nth-child(3) {
    margin-left: 50px; } }

@media only screen and (max-width: 425px) {
  .border-bottom .mechanism_item:nth-child(3) {
    margin-left: 0; } }

.btn {
  background: #FF0000;
  width: 290px;
  height: 60px;
  border: none;
  z-index: 999;
  cursor: pointer; }
  .btn a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF; }
    @media only screen and (max-width: 425px) {
      .btn a {
        line-height: 23px; } }
  .btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
  .btn-small {
    width: 270px;
    height: 50px; }
    .btn-small a {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: normal;
      text-align: center;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #FFFFFF; }
      @media only screen and (max-width: 425px) {
        .btn-small a {
          line-height: 23px; } }
    .btn-small:hover {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
    .btn-small-empty {
      width: 270px;
      height: 50px;
      background: transparent;
      border: 1px solid #e1e8ed; }
      .btn-small-empty a {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: normal;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #000000; }
      .btn-small-empty:hover {
        border: 1px solid #FF0000; }

.button-text {
  width: 200px;
  color: #FF0000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .button-text img {
    padding-left: 10px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .button-text:hover {
    color: #000000; }
    .button-text:hover img {
      padding-left: 0 !important; }

.btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FF0000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .btn-text:hover {
    color: #FFFFFF; }

.portfolio-btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .portfolio-btn-text img {
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .portfolio-btn-text:hover {
    color: #FF0000; }

.more-btn {
  width: 470px;
  height: 50px;
  border: 1px solid #e1e8ed;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  padding-top: 15px;
  z-index: 999;
  cursor: pointer; }
  .more-btn img {
    padding-left: 16px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .more-btn:hover {
    color: #FF0000; }

.btn-group {
  display: flex;
  flex-direction: row;
  border: none;
  background: #FFFFFF;
  height: 50px;
  width: 225px;
  position: absolute;
  top: 790px;
  right: 0;
  z-index: 999;
  cursor: pointer; }
  .btn-group .phone-group {
    padding: 15px;
    background: #FF0000;
    position: relative; }
    .btn-group .phone-group:after {
      content: '';
      display: block;
      position: absolute;
      width: 13px;
      height: 13px;
      left: 43px;
      top: 19px;
      background: #FF0000;
      transform: rotate(-45deg); }
  @media only screen and (max-width: 425px) {
    .btn-group {
      display: none; } }
  .btn-group a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    text-transform: uppercase;
    padding-left: 25px; }
    @media only screen and (max-width: 425px) {
      .btn-group a {
        font-size: 12px;
        line-height: 20px; } }

.btn-share {
  width: 50px;
  height: 50px;
  z-index: 999;
  cursor: pointer; }
  .btn-share img {
    background-color: #333333;
    padding: 16.5px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .btn-share:hover img {
    background-color: #FF0000; }

.call-btn {
  padding: 10px;
  background-color: #333333;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .call-btn:hover {
    background-color: #FF0000; }

.submit-btn {
  background-color: #FF0000;
  width: 50px;
  height: 50px;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .submit-btn:hover {
    background-color: #333333; }

.dropbtn {
  background-color: transparent;
  color: #000000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  border: none;
  cursor: pointer;
  margin: 10px 0 10px 0; }
  .dropbtn span {
    padding-right: 15px; }

.dropdown {
  position: relative;
  display: none; }
  @media only screen and (max-width: 768px) {
    .dropdown {
      padding-top: 50px;
      padding-bottom: 50px;
      text-align: center;
      width: 290px;
      display: flex;
      justify-content: center;
      margin: 0 auto; } }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 100%;
  z-index: 1;
  top: 110px; }

.dropdown-content a {
  color: black;
  padding: 15px 16px;
  text-decoration: none;
  display: block;
  text-transform: uppercase; }

.dropdown-content a:hover {
  background-color: #f1f1f1; }

.show {
  display: block; }

.play {
  cursor: pointer;
  z-index: 999; }

.services_header {
  background: url("../img/services/panorama.jpg") no-repeat top;
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: darken;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 51px; }
  @media only screen and (max-width: 425px) {
    .services_header {
      background-size: auto;
      padding-top: 60px;
      padding-bottom: 34px; } }
  .services_header h4 {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 10px;
    color: #FFFFFF; }
    @media only screen and (max-width: 425px) {
      .services_header h4 {
        font-size: 14px; } }
  .services_header h2 {
    position: relative;
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 48px;
    font-weight: 400;
    line-height: 70px;
    text-align: center;
    margin-bottom: 20px;
    color: #FFFFFF; }
    @media only screen and (max-width: 425px) {
      .services_header h2 {
        font-size: 24px;
        line-height: 39px; } }
    .services_header h2:after {
      content: '';
      display: block;
      position: absolute;
      width: 30px;
      height: 4px;
      background: #FF0000;
      left: 50%;
      margin-left: -15px;
      bottom: -20px; }
      @media only screen and (max-width: 425px) {
        .services_header h2:after {
          bottom: -10px; } }

.services_block {
  display: flex;
  flex-direction: row; }
  @media only screen and (max-width: 745px) {
    .services_block {
      flex-direction: column; } }

.services_item {
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #e1e8ed;
  padding: 111px 37px 40px;
  transition: .2s ease-out;
  transition-delay: 0s; }
  @media only screen and (max-width: 425px) {
    .services_item {
      padding: 60px 0 40px; } }
  .services_item:first-child {
    border-left: none;
    border-right: none; }
  .services_item:nth-child(2) {
    border-left: none;
    border-right: none; }
  .services_item:nth-child(3) {
    border-left: none;
    border-right: none; }
  .services_item:last-child {
    border-left: none;
    border-right: none; }
  .services_item:hover {
    transform: scale(1.1);
    padding: 60px 37px 40px;
    height: 432px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08); }
    .services_item:hover button.btn {
      display: block !important; }
    @media only screen and (max-width: 425px) {
      .services_item:hover {
        transform: none;
        padding: 60px 0 40px;
        height: auto;
        box-shadow: none; }
        .services_item:hover button.btn {
          display: block !important; } }
  .services_item h4 {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 24px;
    font-weight: 400;
    line-height: 39px;
    color: #000000;
    padding: 28px 0 28px 0;
    text-align: center;
    width: 80%;
    margin: 0 auto; }
    @media only screen and (max-width: 425px) {
      .services_item h4 {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0.1em; } }
    @media only screen and (max-width: 425px) {
      .services_item h4 {
        padding-top: 15px; } }
  .services_item p {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: #333333;
    text-align: center;
    padding-bottom: 70px;
    width: 80%;
    margin: 0 auto; }
    @media only screen and (max-width: 425px) {
      .services_item p {
        padding: 0 20px 40px 20px; } }
  .services_item button {
    margin: 0 auto;
    display: none; }
    @media only screen and (max-width: 425px) {
      .services_item button {
        display: block; } }

.services_img {
  padding-bottom: 35px;
  margin: 0 auto;
  width: 60px;
  height: 75px; }

.btn {
  background: #FF0000;
  width: 290px;
  height: 60px;
  border: none;
  z-index: 999;
  cursor: pointer; }
  .btn a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF; }
    @media only screen and (max-width: 425px) {
      .btn a {
        line-height: 23px; } }
  .btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
  .btn-small {
    width: 270px;
    height: 50px; }
    .btn-small a {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: normal;
      text-align: center;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #FFFFFF; }
      @media only screen and (max-width: 425px) {
        .btn-small a {
          line-height: 23px; } }
    .btn-small:hover {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
    .btn-small-empty {
      width: 270px;
      height: 50px;
      background: transparent;
      border: 1px solid #e1e8ed; }
      .btn-small-empty a {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: normal;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #000000; }
      .btn-small-empty:hover {
        border: 1px solid #FF0000; }

.button-text {
  width: 200px;
  color: #FF0000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .button-text img {
    padding-left: 10px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .button-text:hover {
    color: #000000; }
    .button-text:hover img {
      padding-left: 0 !important; }

.btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FF0000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .btn-text:hover {
    color: #FFFFFF; }

.portfolio-btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .portfolio-btn-text img {
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .portfolio-btn-text:hover {
    color: #FF0000; }

.more-btn {
  width: 470px;
  height: 50px;
  border: 1px solid #e1e8ed;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  padding-top: 15px;
  z-index: 999;
  cursor: pointer; }
  .more-btn img {
    padding-left: 16px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .more-btn:hover {
    color: #FF0000; }

.btn-group {
  display: flex;
  flex-direction: row;
  border: none;
  background: #FFFFFF;
  height: 50px;
  width: 225px;
  position: absolute;
  top: 790px;
  right: 0;
  z-index: 999;
  cursor: pointer; }
  .btn-group .phone-group {
    padding: 15px;
    background: #FF0000;
    position: relative; }
    .btn-group .phone-group:after {
      content: '';
      display: block;
      position: absolute;
      width: 13px;
      height: 13px;
      left: 43px;
      top: 19px;
      background: #FF0000;
      transform: rotate(-45deg); }
  @media only screen and (max-width: 425px) {
    .btn-group {
      display: none; } }
  .btn-group a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    text-transform: uppercase;
    padding-left: 25px; }
    @media only screen and (max-width: 425px) {
      .btn-group a {
        font-size: 12px;
        line-height: 20px; } }

.btn-share {
  width: 50px;
  height: 50px;
  z-index: 999;
  cursor: pointer; }
  .btn-share img {
    background-color: #333333;
    padding: 16.5px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .btn-share:hover img {
    background-color: #FF0000; }

.call-btn {
  padding: 10px;
  background-color: #333333;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .call-btn:hover {
    background-color: #FF0000; }

.submit-btn {
  background-color: #FF0000;
  width: 50px;
  height: 50px;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .submit-btn:hover {
    background-color: #333333; }

.dropbtn {
  background-color: transparent;
  color: #000000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  border: none;
  cursor: pointer;
  margin: 10px 0 10px 0; }
  .dropbtn span {
    padding-right: 15px; }

.dropdown {
  position: relative;
  display: none; }
  @media only screen and (max-width: 768px) {
    .dropdown {
      padding-top: 50px;
      padding-bottom: 50px;
      text-align: center;
      width: 290px;
      display: flex;
      justify-content: center;
      margin: 0 auto; } }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 100%;
  z-index: 1;
  top: 110px; }

.dropdown-content a {
  color: black;
  padding: 15px 16px;
  text-decoration: none;
  display: block;
  text-transform: uppercase; }

.dropdown-content a:hover {
  background-color: #f1f1f1; }

.show {
  display: block; }

.play {
  cursor: pointer;
  z-index: 999; }

.reviews_header {
  background: url("../img/services/panorama.jpg") no-repeat top;
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: darken;
  background-size: cover;
  padding-top: 60px; }
  .reviews_header h4 {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 10px;
    color: white;
    text-align: center; }
    @media only screen and (max-width: 425px) {
      .reviews_header h4 {
        font-size: 12px;
        line-height: 20px; } }
    @media only screen and (max-width: 425px) {
      .reviews_header h4 {
        font-size: 12px; } }
  .reviews_header h2 {
    position: relative;
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 48px;
    font-weight: 400;
    line-height: 70px;
    text-align: center;
    margin-bottom: 20px;
    color: #FFFFFF; }
    @media only screen and (max-width: 425px) {
      .reviews_header h2 {
        font-size: 24px;
        line-height: 39px;
        padding: 0 20px; } }
    .reviews_header h2:after {
      content: '';
      display: block;
      position: absolute;
      width: 30px;
      height: 4px;
      background: #FF0000;
      left: 50%;
      margin-left: -15px;
      bottom: -20px; }

.reviews_slider {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  padding-top: 46px;
  flex-wrap: nowrap; }
  @media only screen and (max-width: 425px) {
    .reviews_slider {
      padding-top: 30px; } }
  .reviews_slider::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 15px;
    background-color: #fff;
    bottom: 0; }
  .reviews_slider-container {
    height: 130px;
    width: 390px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 375px) {
      .reviews_slider-container {
        width: 100%; } }
  .reviews_slider-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 390px; }
  .reviews_slider-item {
    width: 100px;
    height: 100px;
    margin: 0 15px;
    transition: .2s ease-out;
    transition-delay: 0s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 9999;
    opacity: 0.7; }
    @media only screen and (max-width: 320px) {
      .reviews_slider-item {
        margin: 0 5px; } }
    .reviews_slider-item.swiper-slide-active {
      transform: scale(1.2);
      border: 4px solid #FF0000;
      opacity: 1; }
    .reviews_slider-item img {
      max-width: 100%;
      object-fit: cover;
      background-color: rgba(0, 0, 0, 0.5);
      background-blend-mode: darken; }

.reviews_arrow {
  width: 50px;
  height: 50px;
  background-color: rgba(51, 51, 51, 0.3);
  display: flex;
  justify-content: center;
  border: none; }
  @media only screen and (max-width: 425px) {
    .reviews_arrow {
      background: none; } }
  .reviews_arrow img {
    z-index: 99; }
  .reviews_arrow-group {
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-self: center; }
    @media only screen and (max-width: 425px) {
      .reviews_arrow-group {
        z-index: 9999; } }

.reviews_text {
  display: flex;
  flex-direction: column;
  padding-top: 35px;
  justify-content: center; }
  .reviews_text h6 {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    text-transform: uppercase;
    color: #999999;
    text-align: center;
    padding-bottom: 10px; }
    @media only screen and (max-width: 425px) {
      .reviews_text h6 {
        font-size: 12px;
        line-height: 20px; } }
  .reviews_text h4 {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 24px;
    font-weight: 400;
    line-height: 39px;
    color: #000000;
    text-align: center;
    padding-bottom: 10px; }
    @media only screen and (max-width: 425px) {
      .reviews_text h4 {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0.1em; } }
  .reviews_text p {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #333333;
    text-align: center;
    width: 770px;
    margin: 0 auto;
    padding-bottom: 40px; }
    @media only screen and (max-width: 425px) {
      .reviews_text p {
        width: 270px; } }
  .reviews_text button {
    margin: 0 auto; }
  .reviews_text-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transition: all ease 2s; }
    .reviews_text-slide.swiper-slide-active {
      opacity: 1; }

.reviews_social {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 90px;
  margin: 0 auto;
  padding-bottom: 30px; }
  .reviews_social-img {
    width: 40px;
    height: 40px;
    border: 1px solid #e1e8ed;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease .2s; }
    .reviews_social-img:hover {
      border-color: #FF0000; }
      .reviews_social-img:hover svg #facebook,
      .reviews_social-img:hover svg #instagram {
        transition: all ease .2s;
        fill: #FF0000; }

.reviews_slider .container-fluid {
  position: absolute;
  display: flex;
  align-self: center;
  flex-direction: column;
  justify-content: center;
  height: 100px;
  width: 530px; }
  @media only screen and (max-width: 520px) {
    .reviews_slider .container-fluid {
      width: 100%; } }
  @media only screen and (max-width: 425px) {
    .reviews_slider .container-fluid {
      height: 100px;
      justify-content: center; } }

.btn {
  background: #FF0000;
  width: 290px;
  height: 60px;
  border: none;
  z-index: 999;
  cursor: pointer; }
  .btn a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF; }
    @media only screen and (max-width: 425px) {
      .btn a {
        line-height: 23px; } }
  .btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
  .btn-small {
    width: 270px;
    height: 50px; }
    .btn-small a {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: normal;
      text-align: center;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #FFFFFF; }
      @media only screen and (max-width: 425px) {
        .btn-small a {
          line-height: 23px; } }
    .btn-small:hover {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
    .btn-small-empty {
      width: 270px;
      height: 50px;
      background: transparent;
      border: 1px solid #e1e8ed; }
      .btn-small-empty a {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: normal;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #000000; }
      .btn-small-empty:hover {
        border: 1px solid #FF0000; }

.button-text {
  width: 200px;
  color: #FF0000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .button-text img {
    padding-left: 10px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .button-text:hover {
    color: #000000; }
    .button-text:hover img {
      padding-left: 0 !important; }

.btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FF0000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .btn-text:hover {
    color: #FFFFFF; }

.portfolio-btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .portfolio-btn-text img {
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .portfolio-btn-text:hover {
    color: #FF0000; }

.more-btn {
  width: 470px;
  height: 50px;
  border: 1px solid #e1e8ed;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  padding-top: 15px;
  z-index: 999;
  cursor: pointer; }
  .more-btn img {
    padding-left: 16px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .more-btn:hover {
    color: #FF0000; }

.btn-group {
  display: flex;
  flex-direction: row;
  border: none;
  background: #FFFFFF;
  height: 50px;
  width: 225px;
  position: absolute;
  top: 790px;
  right: 0;
  z-index: 999;
  cursor: pointer; }
  .btn-group .phone-group {
    padding: 15px;
    background: #FF0000;
    position: relative; }
    .btn-group .phone-group:after {
      content: '';
      display: block;
      position: absolute;
      width: 13px;
      height: 13px;
      left: 43px;
      top: 19px;
      background: #FF0000;
      transform: rotate(-45deg); }
  @media only screen and (max-width: 425px) {
    .btn-group {
      display: none; } }
  .btn-group a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    text-transform: uppercase;
    padding-left: 25px; }
    @media only screen and (max-width: 425px) {
      .btn-group a {
        font-size: 12px;
        line-height: 20px; } }

.btn-share {
  width: 50px;
  height: 50px;
  z-index: 999;
  cursor: pointer; }
  .btn-share img {
    background-color: #333333;
    padding: 16.5px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .btn-share:hover img {
    background-color: #FF0000; }

.call-btn {
  padding: 10px;
  background-color: #333333;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .call-btn:hover {
    background-color: #FF0000; }

.submit-btn {
  background-color: #FF0000;
  width: 50px;
  height: 50px;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .submit-btn:hover {
    background-color: #333333; }

.dropbtn {
  background-color: transparent;
  color: #000000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  border: none;
  cursor: pointer;
  margin: 10px 0 10px 0; }
  .dropbtn span {
    padding-right: 15px; }

.dropdown {
  position: relative;
  display: none; }
  @media only screen and (max-width: 768px) {
    .dropdown {
      padding-top: 50px;
      padding-bottom: 50px;
      text-align: center;
      width: 290px;
      display: flex;
      justify-content: center;
      margin: 0 auto; } }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 100%;
  z-index: 1;
  top: 110px; }

.dropdown-content a {
  color: black;
  padding: 15px 16px;
  text-decoration: none;
  display: block;
  text-transform: uppercase; }

.dropdown-content a:hover {
  background-color: #f1f1f1; }

.show {
  display: block; }

.play {
  cursor: pointer;
  z-index: 999; }

.portal {
  padding-top: 120px;
  display: flex;
  flex-direction: column; }
  @media only screen and (max-width: 425px) {
    .portal {
      padding-top: 60px; } }
  .portal_subtitle {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 10px;
    text-align: center; }
    @media only screen and (max-width: 425px) {
      .portal_subtitle {
        font-size: 12px;
        line-height: 20px; } }
    @media only screen and (max-width: 425px) {
      .portal_subtitle {
        display: none; } }
  .portal_title {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 48px;
    font-weight: 400;
    line-height: 70px;
    color: #000000;
    position: relative;
    text-align: center;
    margin-bottom: 20px; }
    @media only screen and (max-width: 425px) {
      .portal_title {
        font-size: 24px;
        line-height: 35px; } }
    .portal_title:after {
      content: '';
      display: block;
      position: absolute;
      width: 30px;
      height: 4px;
      background: #FF0000;
      left: 50%;
      margin-left: -15px;
      bottom: -20px; }
    @media only screen and (max-width: 425px) {
      .portal_title {
        display: none; } }
  .portal_header-mob {
    display: none; }
    @media only screen and (max-width: 425px) {
      .portal_header-mob {
        display: block; } }
    .portal_header-mob h6 {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-size: 18px;
      font-weight: 400;
      line-height: 29px;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #000000;
      padding-bottom: 10px;
      text-align: center; }
      @media only screen and (max-width: 425px) {
        .portal_header-mob h6 {
          font-size: 12px;
          line-height: 20px; } }
      @media only screen and (max-width: 425px) {
        .portal_header-mob h6 {
          font-size: 12px;
          padding-bottom: 0; } }
    .portal_header-mob h2 {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-size: 48px;
      font-weight: 400;
      line-height: 70px;
      color: #000000;
      position: relative;
      text-align: center;
      margin-bottom: 20px; }
      @media only screen and (max-width: 425px) {
        .portal_header-mob h2 {
          font-size: 24px;
          line-height: 35px; } }
      .portal_header-mob h2:after {
        content: '';
        display: block;
        position: absolute;
        width: 30px;
        height: 4px;
        background: #FF0000;
        left: 50%;
        margin-left: -15px;
        bottom: -20px; }
  .portal_present {
    background: url("../img/portal/interyer-vannoy-komnaty-vorobevskoe-shosse-foto-2017-2018-sovremennye-idei-02.jpg") no-repeat center;
    background-color: rgba(0, 0, 0, 0.6);
    background-blend-mode: darken;
    background-size: cover;
    display: flex;
    flex-direction: column;
    width: 570px;
    height: 570px;
    justify-content: space-between;
    position: relative; }
    @media only screen and (max-width: 375px) {
      .portal_present {
        width: 290px;
        height: 290px; } }
    .portal_present-wrap {
      padding-top: 66px;
      padding-bottom: 60px; }
      @media only screen and (max-width: 425px) {
        .portal_present-wrap {
          padding-top: 40px; } }
    .portal_present-title {
      width: 100%;
      padding-top: 100px; }
      @media only screen and (max-width: 768px) {
        .portal_present-title {
          padding-top: 17px;
          padding-left: 15px;
          width: 260px; } }
      .portal_present-title h4 {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-size: 24px;
        font-weight: 400;
        line-height: 39px;
        color: #000000;
        color: #FFFFFF;
        padding-left: 37px;
        width: 270px; }
        @media only screen and (max-width: 425px) {
          .portal_present-title h4 {
            font-size: 12px;
            line-height: 20px;
            letter-spacing: 0.1em; } }
        @media only screen and (max-width: 425px) {
          .portal_present-title h4 {
            font-size: 18px;
            line-height: 29px;
            padding-left: 15px; } }
    .portal_present .tab-top {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      .portal_present .tab-top span {
        width: 100px;
        height: 30px;
        display: inline-block;
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-size: 12px;
        font-weight: 400;
        line-height: normal;
        text-align: center;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #FFFFFF;
        padding: 7px 27px;
        background-color: #333333; }
    .portal_present .play {
      justify-content: center;
      display: flex;
      position: absolute;
      transform: translate(255px, 255px); }
      @media only screen and (max-width: 425px) {
        .portal_present .play img {
          width: 40px;
          height: 40px; } }
    .portal_present .text-sup {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      padding-top: 27px;
      padding-bottom: 32px; }
      @media only screen and (max-width: 425px) {
        .portal_present .text-sup {
          padding-bottom: 15px;
          padding-top: 17px; } }
      .portal_present .text-sup span {
        font-family: 'Noto Sans', sans-serif;
        font-size: 12px;
        line-height: normal;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #999999; }
        .portal_present .text-sup span:first-child {
          padding-left: 37px; }
          @media only screen and (max-width: 425px) {
            .portal_present .text-sup span:first-child {
              padding-left: 15px; } }
        .portal_present .text-sup span:last-child {
          padding-right: 53px; }
          @media only screen and (max-width: 425px) {
            .portal_present .text-sup span:last-child {
              padding-right: 15px; } }
  .portal_block {
    display: flex;
    flex-direction: column; }
    @media only screen and (max-width: 768px) {
      .portal_block {
        width: 570px;
        margin: 0 auto; } }
    @media only screen and (max-width: 425px) {
      .portal_block {
        width: 100%;
        padding-top: 40px; } }
  .portal_item {
    display: flex;
    flex-direction: row; }
    @media only screen and (max-width: 425px) {
      .portal_item {
        flex-direction: column; } }
    .portal_item:nth-child(1) {
      padding-bottom: 30px; }
      @media only screen and (max-width: 425px) {
        .portal_item:nth-child(1) {
          padding-bottom: 40px; } }
    .portal_item:nth-child(2) {
      padding-bottom: 30px; }
      @media only screen and (max-width: 425px) {
        .portal_item:nth-child(2) {
          padding-bottom: 40px; } }
    .portal_item-img {
      width: 170px;
      height: 170px;
      margin-right: 30px; }
      .portal_item-img img {
        max-width: 170px;
        min-height: 170px;
        object-fit: cover;
        height: 170px;
        width: 170px; }
        @media only screen and (max-width: 425px) {
          .portal_item-img img {
            max-width: 290px;
            min-height: 290px; } }
      @media only screen and (max-width: 425px) {
        .portal_item-img {
          width: 290px;
          height: 290px; } }
    .portal_item-text {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      position: relative; }
      @media only screen and (max-width: 425px) {
        .portal_item-text {
          width: 290px;
          margin: 0 auto;
          padding-top: 25px; } }
      .portal_item-text .tab-top {
        display: flex;
        flex-direction: row;
        justify-content: space-between; }
        @media only screen and (max-width: 425px) {
          .portal_item-text .tab-top {
            position: absolute;
            top: -30px; } }
        .portal_item-text .tab-top span {
          width: 80px;
          height: 30px;
          display: inline-block;
          font-family: 'Noto Sans', sans-serif;
          font-style: normal;
          font-size: 12px;
          font-weight: 400;
          line-height: normal;
          text-align: center;
          letter-spacing: 0.05em;
          text-transform: uppercase;
          color: #FFFFFF;
          padding: 7px 27px;
          background-color: #333333; }
      .portal_item-text h4 {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-size: 24px;
        font-weight: 400;
        line-height: 39px;
        color: #000000;
        color: #000000; }
        @media only screen and (max-width: 425px) {
          .portal_item-text h4 {
            font-size: 12px;
            line-height: 20px;
            letter-spacing: 0.1em; } }
      .portal_item-text .text-sup {
        display: flex;
        flex-direction: row;
        justify-content: space-between; }
        @media only screen and (max-width: 425px) {
          .portal_item-text .text-sup {
            padding-top: 20px; } }
        .portal_item-text .text-sup span {
          font-family: 'Noto Sans', sans-serif;
          font-size: 12px;
          line-height: normal;
          letter-spacing: 0.05em;
          text-transform: uppercase;
          color: #999999; }
  .portal button {
    margin: 0 auto; }

.btn {
  background: #FF0000;
  width: 290px;
  height: 60px;
  border: none;
  z-index: 999;
  cursor: pointer; }
  .btn a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF; }
    @media only screen and (max-width: 425px) {
      .btn a {
        line-height: 23px; } }
  .btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
  .btn-small {
    width: 270px;
    height: 50px; }
    .btn-small a {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: normal;
      text-align: center;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #FFFFFF; }
      @media only screen and (max-width: 425px) {
        .btn-small a {
          line-height: 23px; } }
    .btn-small:hover {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
    .btn-small-empty {
      width: 270px;
      height: 50px;
      background: transparent;
      border: 1px solid #e1e8ed; }
      .btn-small-empty a {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: normal;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #000000; }
      .btn-small-empty:hover {
        border: 1px solid #FF0000; }

.button-text {
  width: 200px;
  color: #FF0000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .button-text img {
    padding-left: 10px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .button-text:hover {
    color: #000000; }
    .button-text:hover img {
      padding-left: 0 !important; }

.btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FF0000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .btn-text:hover {
    color: #FFFFFF; }

.portfolio-btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .portfolio-btn-text img {
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .portfolio-btn-text:hover {
    color: #FF0000; }

.more-btn {
  width: 470px;
  height: 50px;
  border: 1px solid #e1e8ed;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  padding-top: 15px;
  z-index: 999;
  cursor: pointer; }
  .more-btn img {
    padding-left: 16px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .more-btn:hover {
    color: #FF0000; }

.btn-group {
  display: flex;
  flex-direction: row;
  border: none;
  background: #FFFFFF;
  height: 50px;
  width: 225px;
  position: absolute;
  top: 790px;
  right: 0;
  z-index: 999;
  cursor: pointer; }
  .btn-group .phone-group {
    padding: 15px;
    background: #FF0000;
    position: relative; }
    .btn-group .phone-group:after {
      content: '';
      display: block;
      position: absolute;
      width: 13px;
      height: 13px;
      left: 43px;
      top: 19px;
      background: #FF0000;
      transform: rotate(-45deg); }
  @media only screen and (max-width: 425px) {
    .btn-group {
      display: none; } }
  .btn-group a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    text-transform: uppercase;
    padding-left: 25px; }
    @media only screen and (max-width: 425px) {
      .btn-group a {
        font-size: 12px;
        line-height: 20px; } }

.btn-share {
  width: 50px;
  height: 50px;
  z-index: 999;
  cursor: pointer; }
  .btn-share img {
    background-color: #333333;
    padding: 16.5px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .btn-share:hover img {
    background-color: #FF0000; }

.call-btn {
  padding: 10px;
  background-color: #333333;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .call-btn:hover {
    background-color: #FF0000; }

.submit-btn {
  background-color: #FF0000;
  width: 50px;
  height: 50px;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .submit-btn:hover {
    background-color: #333333; }

.dropbtn {
  background-color: transparent;
  color: #000000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  border: none;
  cursor: pointer;
  margin: 10px 0 10px 0; }
  .dropbtn span {
    padding-right: 15px; }

.dropdown {
  position: relative;
  display: none; }
  @media only screen and (max-width: 768px) {
    .dropdown {
      padding-top: 50px;
      padding-bottom: 50px;
      text-align: center;
      width: 290px;
      display: flex;
      justify-content: center;
      margin: 0 auto; } }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 100%;
  z-index: 1;
  top: 110px; }

.dropdown-content a {
  color: black;
  padding: 15px 16px;
  text-decoration: none;
  display: block;
  text-transform: uppercase; }

.dropdown-content a:hover {
  background-color: #f1f1f1; }

.show {
  display: block; }

.play {
  cursor: pointer;
  z-index: 999; }

.seo-text {
  padding-top: 120px; }
  @media only screen and (max-width: 425px) {
    .seo-text {
      padding-top: 60px; } }
  .seo-text h3 {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 36px;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    color: #000000;
    padding-bottom: 30px; }
    @media only screen and (max-width: 425px) {
      .seo-text h3 {
        padding-bottom: 30px; } }
  .seo-text p {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #333333;
    color: #333333;
    padding-bottom: 30px; }
  @media only screen and (max-width: 425px) {
    .seo-text .container {
      padding-right: 25px;
      padding-left: 25px; } }

.btn {
  background: #FF0000;
  width: 290px;
  height: 60px;
  border: none;
  z-index: 999;
  cursor: pointer; }
  .btn a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF; }
    @media only screen and (max-width: 425px) {
      .btn a {
        line-height: 23px; } }
  .btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
  .btn-small {
    width: 270px;
    height: 50px; }
    .btn-small a {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: normal;
      text-align: center;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #FFFFFF; }
      @media only screen and (max-width: 425px) {
        .btn-small a {
          line-height: 23px; } }
    .btn-small:hover {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
    .btn-small-empty {
      width: 270px;
      height: 50px;
      background: transparent;
      border: 1px solid #e1e8ed; }
      .btn-small-empty a {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: normal;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #000000; }
      .btn-small-empty:hover {
        border: 1px solid #FF0000; }

.button-text {
  width: 200px;
  color: #FF0000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .button-text img {
    padding-left: 10px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .button-text:hover {
    color: #000000; }
    .button-text:hover img {
      padding-left: 0 !important; }

.btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FF0000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .btn-text:hover {
    color: #FFFFFF; }

.portfolio-btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .portfolio-btn-text img {
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .portfolio-btn-text:hover {
    color: #FF0000; }

.more-btn {
  width: 470px;
  height: 50px;
  border: 1px solid #e1e8ed;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  padding-top: 15px;
  z-index: 999;
  cursor: pointer; }
  .more-btn img {
    padding-left: 16px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .more-btn:hover {
    color: #FF0000; }

.btn-group {
  display: flex;
  flex-direction: row;
  border: none;
  background: #FFFFFF;
  height: 50px;
  width: 225px;
  position: absolute;
  top: 790px;
  right: 0;
  z-index: 999;
  cursor: pointer; }
  .btn-group .phone-group {
    padding: 15px;
    background: #FF0000;
    position: relative; }
    .btn-group .phone-group:after {
      content: '';
      display: block;
      position: absolute;
      width: 13px;
      height: 13px;
      left: 43px;
      top: 19px;
      background: #FF0000;
      transform: rotate(-45deg); }
  @media only screen and (max-width: 425px) {
    .btn-group {
      display: none; } }
  .btn-group a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    text-transform: uppercase;
    padding-left: 25px; }
    @media only screen and (max-width: 425px) {
      .btn-group a {
        font-size: 12px;
        line-height: 20px; } }

.btn-share {
  width: 50px;
  height: 50px;
  z-index: 999;
  cursor: pointer; }
  .btn-share img {
    background-color: #333333;
    padding: 16.5px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .btn-share:hover img {
    background-color: #FF0000; }

.call-btn {
  padding: 10px;
  background-color: #333333;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .call-btn:hover {
    background-color: #FF0000; }

.submit-btn {
  background-color: #FF0000;
  width: 50px;
  height: 50px;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .submit-btn:hover {
    background-color: #333333; }

.dropbtn {
  background-color: transparent;
  color: #000000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  border: none;
  cursor: pointer;
  margin: 10px 0 10px 0; }
  .dropbtn span {
    padding-right: 15px; }

.dropdown {
  position: relative;
  display: none; }
  @media only screen and (max-width: 768px) {
    .dropdown {
      padding-top: 50px;
      padding-bottom: 50px;
      text-align: center;
      width: 290px;
      display: flex;
      justify-content: center;
      margin: 0 auto; } }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 100%;
  z-index: 1;
  top: 110px; }

.dropdown-content a {
  color: black;
  padding: 15px 16px;
  text-decoration: none;
  display: block;
  text-transform: uppercase; }

.dropdown-content a:hover {
  background-color: #f1f1f1; }

.show {
  display: block; }

.play {
  cursor: pointer;
  z-index: 999; }

.connection {
  padding-top: 84px;
  padding-bottom: 120px; }
  @media only screen and (max-width: 425px) {
    .connection {
      padding-top: 40px;
      padding-bottom: 60px; } }
  .connection h6 {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
    color: #000000;
    text-align: center;
    padding-bottom: 10px; }
    @media only screen and (max-width: 425px) {
      .connection h6 {
        font-size: 12px;
        line-height: 20px; } }
  .connection h2 {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 48px;
    font-weight: 400;
    line-height: 70px;
    color: #000000;
    position: relative;
    text-align: center;
    margin-bottom: 20px; }
    @media only screen and (max-width: 425px) {
      .connection h2 {
        font-size: 24px;
        line-height: 35px; } }
    .connection h2:after {
      content: '';
      display: block;
      position: absolute;
      width: 30px;
      height: 4px;
      background: #FF0000;
      left: 50%;
      margin-left: -15px;
      bottom: -20px; }
  .connection_form {
    padding-top: 16px;
    max-width: 570px;
    text-align: center;
    margin: 0 auto; }
    @media only screen and (max-width: 650px) {
      .connection_form {
        padding-right: 25px;
        padding-left: 25px;
        padding-top: 0; } }
    .connection_form .half {
      float: left;
      width: 270px; }
      @media only screen and (max-width: 650px) {
        .connection_form .half {
          width: 100%; } }
    .connection_form .right {
      width: 50%; }
      @media only screen and (max-width: 650px) {
        .connection_form .right {
          width: 100%; } }
    .connection_form .left {
      margin-right: 2%; }
    .connection_form .submit-group {
      float: right; }
      .connection_form .submit-group #input-submit {
        background: url("../img/sent-mail.svg") no-repeat center;
        cursor: pointer;
        border: none;
        margin-top: 0; }
    .connection_form .group {
      float: left;
      width: 570px;
      display: flex;
      justify-content: space-between; }
      @media only screen and (max-width: 650px) {
        .connection_form .group {
          width: 100%; } }
      @media only screen and (max-width: 425px) {
        .connection_form .group {
          width: 270px; } }
      .connection_form .group .textarea {
        width: 500px;
        float: left; }
        @media only screen and (max-width: 650px) {
          .connection_form .group .textarea {
            width: 80%; } }
        @media only screen and (max-width: 425px) {
          .connection_form .group .textarea {
            width: 220px; } }
        .connection_form .group .textarea textarea {
          height: 50px;
          float: right; }

input, textarea {
  border: 0;
  outline: 0;
  padding: 1em;
  display: block;
  width: 100%;
  margin-top: 30px;
  font-family: 'Noto Sans', sans-serif;
  border-bottom: 1px solid #E1E8ED;
  resize: none; }
  @media only screen and (max-width: 650px) {
    input, textarea {
      padding-left: 0; } }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999999;
    font-size: 16px;
    line-height: 26px; }
  input::-moz-placeholder, textarea::-moz-placeholder {
    color: #999999;
    font-size: 16px;
    line-height: 26px; }
  input:-moz-placeholder, textarea:-moz-placeholder {
    color: #999999;
    font-size: 16px;
    line-height: 26px; }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999999;
    font-size: 16px;
    line-height: 26px; }

.btn {
  background: #FF0000;
  width: 290px;
  height: 60px;
  border: none;
  z-index: 999;
  cursor: pointer; }
  .btn a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF; }
    @media only screen and (max-width: 425px) {
      .btn a {
        line-height: 23px; } }
  .btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
  .btn-small {
    width: 270px;
    height: 50px; }
    .btn-small a {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: normal;
      text-align: center;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #FFFFFF; }
      @media only screen and (max-width: 425px) {
        .btn-small a {
          line-height: 23px; } }
    .btn-small:hover {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
    .btn-small-empty {
      width: 270px;
      height: 50px;
      background: transparent;
      border: 1px solid #e1e8ed; }
      .btn-small-empty a {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: normal;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #000000; }
      .btn-small-empty:hover {
        border: 1px solid #FF0000; }

.button-text {
  width: 200px;
  color: #FF0000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .button-text img {
    padding-left: 10px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .button-text:hover {
    color: #000000; }
    .button-text:hover img {
      padding-left: 0 !important; }

.btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FF0000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .btn-text:hover {
    color: #FFFFFF; }

.portfolio-btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .portfolio-btn-text img {
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .portfolio-btn-text:hover {
    color: #FF0000; }

.more-btn {
  width: 470px;
  height: 50px;
  border: 1px solid #e1e8ed;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  padding-top: 15px;
  z-index: 999;
  cursor: pointer; }
  .more-btn img {
    padding-left: 16px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .more-btn:hover {
    color: #FF0000; }

.btn-group {
  display: flex;
  flex-direction: row;
  border: none;
  background: #FFFFFF;
  height: 50px;
  width: 225px;
  position: absolute;
  top: 790px;
  right: 0;
  z-index: 999;
  cursor: pointer; }
  .btn-group .phone-group {
    padding: 15px;
    background: #FF0000;
    position: relative; }
    .btn-group .phone-group:after {
      content: '';
      display: block;
      position: absolute;
      width: 13px;
      height: 13px;
      left: 43px;
      top: 19px;
      background: #FF0000;
      transform: rotate(-45deg); }
  @media only screen and (max-width: 425px) {
    .btn-group {
      display: none; } }
  .btn-group a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    text-transform: uppercase;
    padding-left: 25px; }
    @media only screen and (max-width: 425px) {
      .btn-group a {
        font-size: 12px;
        line-height: 20px; } }

.btn-share {
  width: 50px;
  height: 50px;
  z-index: 999;
  cursor: pointer; }
  .btn-share img {
    background-color: #333333;
    padding: 16.5px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .btn-share:hover img {
    background-color: #FF0000; }

.call-btn {
  padding: 10px;
  background-color: #333333;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .call-btn:hover {
    background-color: #FF0000; }

.submit-btn {
  background-color: #FF0000;
  width: 50px;
  height: 50px;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .submit-btn:hover {
    background-color: #333333; }

.dropbtn {
  background-color: transparent;
  color: #000000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  border: none;
  cursor: pointer;
  margin: 10px 0 10px 0; }
  .dropbtn span {
    padding-right: 15px; }

.dropdown {
  position: relative;
  display: none; }
  @media only screen and (max-width: 768px) {
    .dropdown {
      padding-top: 50px;
      padding-bottom: 50px;
      text-align: center;
      width: 290px;
      display: flex;
      justify-content: center;
      margin: 0 auto; } }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 100%;
  z-index: 1;
  top: 110px; }

.dropdown-content a {
  color: black;
  padding: 15px 16px;
  text-decoration: none;
  display: block;
  text-transform: uppercase; }

.dropdown-content a:hover {
  background-color: #f1f1f1; }

.show {
  display: block; }

.play {
  cursor: pointer;
  z-index: 999; }

.footer {
  background-color: #000000;
  color: #FFFFFF;
  padding-top: 80px; }
  @media only screen and (max-width: 768px) {
    .footer {
      padding-top: 60px; } }
  .footer_top {
    border-bottom: 1px solid rgba(225, 232, 237, 0.2);
    padding-bottom: 60px; }
    @media only screen and (max-width: 768px) {
      .footer_top {
        padding-bottom: 62px; } }
    .footer_top-logo {
      padding-bottom: 30px; }
      .footer_top-logo a {
        color: #ffffff;
        text-transform: uppercase; }
    .footer_top p {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-size: 14px;
      font-weight: 400;
      line-height: 23px;
      color: #333333;
      color: #FFFFFF;
      opacity: 0.8;
      margin-bottom: 30px;
      margin-right: 21px; }
      .footer_top p:last-child {
        margin-bottom: 0; }
    @media only screen and (max-width: 768px) {
      .footer_top .container {
        padding-right: 25px;
        padding-left: 25px; } }
    .footer_top .container .row .col-xl-3 h5 {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-size: 18px;
      font-weight: 400;
      line-height: 29px;
      color: #000000;
      color: #FFFFFF;
      text-transform: uppercase;
      padding-bottom: 32px; }
    .footer_top .container .row .col-xl-3 ul .icon-bg {
      margin-left: 40px;
      position: relative; }
    .footer_top .container .row .col-xl-3 ul .mail:after {
      content: '';
      display: block;
      position: absolute;
      background: url("../img/mail-footer.svg") no-repeat center;
      width: 20px;
      height: 15px;
      top: 5px;
      left: -40px; }
    .footer_top .container .row .col-xl-3 ul .phone:after {
      content: '';
      display: block;
      position: absolute;
      background: url("../img/phone-footer.svg") no-repeat center;
      width: 20px;
      height: 20px;
      top: 2px;
      left: -40px; }
    .footer_top .container .row .col-xl-3 .ul-border {
      width: 200px; }
  .footer_link {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 40px;
    color: #FFFFFF;
    opacity: 0.8;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
    .footer_link a {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 26px;
      color: #FFFFFF;
      opacity: 0.8;
      transition: .1s ease-out;
      transition-delay: 0.1s; }
      .footer_link a:hover {
        color: #FF0000; }
  .footer-icon {
    margin-bottom: 24px; }
    .footer-icon li {
      padding-bottom: 30px; }
      .footer-icon li:last-child {
        padding-bottom: 0px; }
      .footer-icon li a {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 26px;
        color: #FFFFFF;
        opacity: 0.8;
        transition: .1s ease-out;
        transition-delay: 0.1s; }
        .footer-icon li a:hover {
          color: #FF0000; }
  .footer_social-link {
    width: 173px;
    display: flex;
    justify-content: space-between;
    margin-left: -20px; }
    .footer_social-link a {
      flex-shrink: 0;
      height: 50px;
      width: 50px;
      display: flex;
      justify-content: center;
      transition: all .1s ease-out;
      transition-delay: 0.1s; }
      .footer_social-link a:hover {
        background: #FF0000; }
  .footer_bottom {
    padding: 15px 0 13px; }
    @media only screen and (max-width: 768px) {
      .footer_bottom {
        padding: 18px 0 24px; } }
    .footer_bottom .container {
      display: flex;
      justify-content: space-between; }
      @media only screen and (max-width: 768px) {
        .footer_bottom .container {
          flex-direction: column; } }
      .footer_bottom .container p {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-size: 14px;
        font-weight: 400;
        line-height: 23px;
        color: #333333;
        color: #FFFFFF; }
        @media only screen and (max-width: 768px) {
          .footer_bottom .container p:first-child {
            font-size: 12px;
            line-height: 20px;
            padding-bottom: 9px; } }
        @media only screen and (max-width: 768px) {
          .footer_bottom .container p {
            text-align: center; } }

.btn {
  background: #FF0000;
  width: 290px;
  height: 60px;
  border: none;
  z-index: 999;
  cursor: pointer; }
  .btn a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF; }
    @media only screen and (max-width: 425px) {
      .btn a {
        line-height: 23px; } }
  .btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
  .btn-small {
    width: 270px;
    height: 50px; }
    .btn-small a {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: normal;
      text-align: center;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #FFFFFF; }
      @media only screen and (max-width: 425px) {
        .btn-small a {
          line-height: 23px; } }
    .btn-small:hover {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
    .btn-small-empty {
      width: 270px;
      height: 50px;
      background: transparent;
      border: 1px solid #e1e8ed; }
      .btn-small-empty a {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: normal;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #000000; }
      .btn-small-empty:hover {
        border: 1px solid #FF0000; }

.button-text {
  width: 200px;
  color: #FF0000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .button-text img {
    padding-left: 10px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .button-text:hover {
    color: #000000; }
    .button-text:hover img {
      padding-left: 0 !important; }

.btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FF0000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .btn-text:hover {
    color: #FFFFFF; }

.portfolio-btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .portfolio-btn-text img {
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .portfolio-btn-text:hover {
    color: #FF0000; }

.more-btn {
  width: 470px;
  height: 50px;
  border: 1px solid #e1e8ed;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  padding-top: 15px;
  z-index: 999;
  cursor: pointer; }
  .more-btn img {
    padding-left: 16px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .more-btn:hover {
    color: #FF0000; }

.btn-group {
  display: flex;
  flex-direction: row;
  border: none;
  background: #FFFFFF;
  height: 50px;
  width: 225px;
  position: absolute;
  top: 790px;
  right: 0;
  z-index: 999;
  cursor: pointer; }
  .btn-group .phone-group {
    padding: 15px;
    background: #FF0000;
    position: relative; }
    .btn-group .phone-group:after {
      content: '';
      display: block;
      position: absolute;
      width: 13px;
      height: 13px;
      left: 43px;
      top: 19px;
      background: #FF0000;
      transform: rotate(-45deg); }
  @media only screen and (max-width: 425px) {
    .btn-group {
      display: none; } }
  .btn-group a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    text-transform: uppercase;
    padding-left: 25px; }
    @media only screen and (max-width: 425px) {
      .btn-group a {
        font-size: 12px;
        line-height: 20px; } }

.btn-share {
  width: 50px;
  height: 50px;
  z-index: 999;
  cursor: pointer; }
  .btn-share img {
    background-color: #333333;
    padding: 16.5px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .btn-share:hover img {
    background-color: #FF0000; }

.call-btn {
  padding: 10px;
  background-color: #333333;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .call-btn:hover {
    background-color: #FF0000; }

.submit-btn {
  background-color: #FF0000;
  width: 50px;
  height: 50px;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .submit-btn:hover {
    background-color: #333333; }

.dropbtn {
  background-color: transparent;
  color: #000000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  border: none;
  cursor: pointer;
  margin: 10px 0 10px 0; }
  .dropbtn span {
    padding-right: 15px; }

.dropdown {
  position: relative;
  display: none; }
  @media only screen and (max-width: 768px) {
    .dropdown {
      padding-top: 50px;
      padding-bottom: 50px;
      text-align: center;
      width: 290px;
      display: flex;
      justify-content: center;
      margin: 0 auto; } }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 100%;
  z-index: 1;
  top: 110px; }

.dropdown-content a {
  color: black;
  padding: 15px 16px;
  text-decoration: none;
  display: block;
  text-transform: uppercase; }

.dropdown-content a:hover {
  background-color: #f1f1f1; }

.show {
  display: block; }

.play {
  cursor: pointer;
  z-index: 999; }

.about {
  background: url("../img/about/29_115.jpg") no-repeat bottom;
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: darken;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 90px; }
  @media only screen and (max-width: 425px) {
    .about {
      padding-top: 82px;
      padding-bottom: 82px; } }
  .about_breadcrumb {
    display: flex;
    flex-direction: row;
    justify-content: center; }
    .about_breadcrumb li {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      color: #333333;
      color: #FFFFFF; }
      .about_breadcrumb li a {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        color: #333333;
        color: #FFFFFF;
        padding-right: 5px; }
        .about_breadcrumb li a:after {
          content: '>';
          padding-left: 5px; }
  .about h1 {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 64px;
    font-weight: 400;
    line-height: 100px;
    color: #000000;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    padding-top: 30px; }
    @media only screen and (max-width: 425px) {
      .about h1 {
        font-size: 48px; } }

.btn {
  background: #FF0000;
  width: 290px;
  height: 60px;
  border: none;
  z-index: 999;
  cursor: pointer; }
  .btn a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF; }
    @media only screen and (max-width: 425px) {
      .btn a {
        line-height: 23px; } }
  .btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
  .btn-small {
    width: 270px;
    height: 50px; }
    .btn-small a {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: normal;
      text-align: center;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #FFFFFF; }
      @media only screen and (max-width: 425px) {
        .btn-small a {
          line-height: 23px; } }
    .btn-small:hover {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
    .btn-small-empty {
      width: 270px;
      height: 50px;
      background: transparent;
      border: 1px solid #e1e8ed; }
      .btn-small-empty a {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: normal;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #000000; }
      .btn-small-empty:hover {
        border: 1px solid #FF0000; }

.button-text {
  width: 200px;
  color: #FF0000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .button-text img {
    padding-left: 10px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .button-text:hover {
    color: #000000; }
    .button-text:hover img {
      padding-left: 0 !important; }

.btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FF0000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .btn-text:hover {
    color: #FFFFFF; }

.portfolio-btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .portfolio-btn-text img {
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .portfolio-btn-text:hover {
    color: #FF0000; }

.more-btn {
  width: 470px;
  height: 50px;
  border: 1px solid #e1e8ed;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  padding-top: 15px;
  z-index: 999;
  cursor: pointer; }
  .more-btn img {
    padding-left: 16px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .more-btn:hover {
    color: #FF0000; }

.btn-group {
  display: flex;
  flex-direction: row;
  border: none;
  background: #FFFFFF;
  height: 50px;
  width: 225px;
  position: absolute;
  top: 790px;
  right: 0;
  z-index: 999;
  cursor: pointer; }
  .btn-group .phone-group {
    padding: 15px;
    background: #FF0000;
    position: relative; }
    .btn-group .phone-group:after {
      content: '';
      display: block;
      position: absolute;
      width: 13px;
      height: 13px;
      left: 43px;
      top: 19px;
      background: #FF0000;
      transform: rotate(-45deg); }
  @media only screen and (max-width: 425px) {
    .btn-group {
      display: none; } }
  .btn-group a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    text-transform: uppercase;
    padding-left: 25px; }
    @media only screen and (max-width: 425px) {
      .btn-group a {
        font-size: 12px;
        line-height: 20px; } }

.btn-share {
  width: 50px;
  height: 50px;
  z-index: 999;
  cursor: pointer; }
  .btn-share img {
    background-color: #333333;
    padding: 16.5px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .btn-share:hover img {
    background-color: #FF0000; }

.call-btn {
  padding: 10px;
  background-color: #333333;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .call-btn:hover {
    background-color: #FF0000; }

.submit-btn {
  background-color: #FF0000;
  width: 50px;
  height: 50px;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .submit-btn:hover {
    background-color: #333333; }

.dropbtn {
  background-color: transparent;
  color: #000000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  border: none;
  cursor: pointer;
  margin: 10px 0 10px 0; }
  .dropbtn span {
    padding-right: 15px; }

.dropdown {
  position: relative;
  display: none; }
  @media only screen and (max-width: 768px) {
    .dropdown {
      padding-top: 50px;
      padding-bottom: 50px;
      text-align: center;
      width: 290px;
      display: flex;
      justify-content: center;
      margin: 0 auto; } }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 100%;
  z-index: 1;
  top: 110px; }

.dropdown-content a {
  color: black;
  padding: 15px 16px;
  text-decoration: none;
  display: block;
  text-transform: uppercase; }

.dropdown-content a:hover {
  background-color: #f1f1f1; }

.show {
  display: block; }

.play {
  cursor: pointer;
  z-index: 999; }

.company {
  padding-top: 120px; }
  @media only screen and (max-width: 425px) {
    .company {
      padding-top: 30px; } }
  @media only screen and (max-width: 768px) {
    .company {
      padding-top: 70px; } }
  @media only screen and (max-width: 425px) {
    .company .container {
      padding-right: 25px;
      padding-left: 25px; } }
  .company h4 {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 10px;
    padding-top: 30px; }
    @media only screen and (max-width: 425px) {
      .company h4 {
        font-size: 12px;
        line-height: 20px; } }
    @media only screen and (max-width: 425px) {
      .company h4 {
        text-align: center; } }
  .company h2 {
    position: relative;
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 48px;
    font-weight: 400;
    line-height: 70px;
    color: #000000;
    margin-bottom: 20px; }
    @media only screen and (max-width: 425px) {
      .company h2 {
        font-size: 24px;
        line-height: 35px; } }
    @media only screen and (max-width: 425px) {
      .company h2 {
        text-align: center;
        font-size: 36px; } }
    .company h2:after {
      content: '';
      display: block;
      position: absolute;
      width: 30px;
      height: 4px;
      background: #FF0000;
      left: 0;
      bottom: -20px; }
      @media only screen and (max-width: 425px) {
        .company h2:after {
          left: 50%;
          margin-left: -15px; } }
  .company p {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #333333;
    padding-top: 35px;
    padding-bottom: 48px; }
  .company_group {
    display: flex;
    flex-direction: row; }
    @media only screen and (max-width: 425px) {
      .company_group {
        flex-direction: column; } }
  @media only screen and (max-width: 425px) {
    .company_img {
      padding-bottom: 30px; } }
  .company_img:first-child {
    padding-right: 30px; }
    @media only screen and (max-width: 768px) {
      .company_img:first-child {
        padding-right: 0; } }
  .company_img img {
    max-width: 200px;
    min-height: 200px;
    object-fit: cover; }
  .company_right {
    display: flex;
    justify-content: center;
    position: relative; }
    .company_right-img {
      width: 570px;
      height: 720px;
      background-color: rgba(0, 0, 0, 0.6);
      background-blend-mode: darken; }
      @media only screen and (max-width: 425px) {
        .company_right-img {
          height: 340px; } }
      .company_right-img img {
        max-width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top left; }
    .company_right .play {
      position: absolute; }
      @media only screen and (max-width: 425px) {
        .company_right .play img {
          width: 40px;
          height: 40px; } }

.btn {
  background: #FF0000;
  width: 290px;
  height: 60px;
  border: none;
  z-index: 999;
  cursor: pointer; }
  .btn a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF; }
    @media only screen and (max-width: 425px) {
      .btn a {
        line-height: 23px; } }
  .btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
  .btn-small {
    width: 270px;
    height: 50px; }
    .btn-small a {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: normal;
      text-align: center;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #FFFFFF; }
      @media only screen and (max-width: 425px) {
        .btn-small a {
          line-height: 23px; } }
    .btn-small:hover {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
    .btn-small-empty {
      width: 270px;
      height: 50px;
      background: transparent;
      border: 1px solid #e1e8ed; }
      .btn-small-empty a {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: normal;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #000000; }
      .btn-small-empty:hover {
        border: 1px solid #FF0000; }

.button-text {
  width: 200px;
  color: #FF0000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .button-text img {
    padding-left: 10px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .button-text:hover {
    color: #000000; }
    .button-text:hover img {
      padding-left: 0 !important; }

.btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FF0000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .btn-text:hover {
    color: #FFFFFF; }

.portfolio-btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .portfolio-btn-text img {
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .portfolio-btn-text:hover {
    color: #FF0000; }

.more-btn {
  width: 470px;
  height: 50px;
  border: 1px solid #e1e8ed;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  padding-top: 15px;
  z-index: 999;
  cursor: pointer; }
  .more-btn img {
    padding-left: 16px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .more-btn:hover {
    color: #FF0000; }

.btn-group {
  display: flex;
  flex-direction: row;
  border: none;
  background: #FFFFFF;
  height: 50px;
  width: 225px;
  position: absolute;
  top: 790px;
  right: 0;
  z-index: 999;
  cursor: pointer; }
  .btn-group .phone-group {
    padding: 15px;
    background: #FF0000;
    position: relative; }
    .btn-group .phone-group:after {
      content: '';
      display: block;
      position: absolute;
      width: 13px;
      height: 13px;
      left: 43px;
      top: 19px;
      background: #FF0000;
      transform: rotate(-45deg); }
  @media only screen and (max-width: 425px) {
    .btn-group {
      display: none; } }
  .btn-group a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    text-transform: uppercase;
    padding-left: 25px; }
    @media only screen and (max-width: 425px) {
      .btn-group a {
        font-size: 12px;
        line-height: 20px; } }

.btn-share {
  width: 50px;
  height: 50px;
  z-index: 999;
  cursor: pointer; }
  .btn-share img {
    background-color: #333333;
    padding: 16.5px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .btn-share:hover img {
    background-color: #FF0000; }

.call-btn {
  padding: 10px;
  background-color: #333333;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .call-btn:hover {
    background-color: #FF0000; }

.submit-btn {
  background-color: #FF0000;
  width: 50px;
  height: 50px;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .submit-btn:hover {
    background-color: #333333; }

.dropbtn {
  background-color: transparent;
  color: #000000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  border: none;
  cursor: pointer;
  margin: 10px 0 10px 0; }
  .dropbtn span {
    padding-right: 15px; }

.dropdown {
  position: relative;
  display: none; }
  @media only screen and (max-width: 768px) {
    .dropdown {
      padding-top: 50px;
      padding-bottom: 50px;
      text-align: center;
      width: 290px;
      display: flex;
      justify-content: center;
      margin: 0 auto; } }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 100%;
  z-index: 1;
  top: 110px; }

.dropdown-content a {
  color: black;
  padding: 15px 16px;
  text-decoration: none;
  display: block;
  text-transform: uppercase; }

.dropdown-content a:hover {
  background-color: #f1f1f1; }

.show {
  display: block; }

.play {
  cursor: pointer;
  z-index: 999; }

.advantages {
  padding-top: 120px; }
  @media only screen and (max-width: 425px) {
    .advantages {
      padding-top: 60px; } }
  @media only screen and (max-width: 425px) {
    .advantages .container {
      padding-right: 25px;
      padding-left: 25px; } }
  .advantages_arrow-group {
    position: absolute;
    bottom: 0; }
  .advantages_block {
    padding-top: 66px; }
    @media only screen and (max-width: 425px) {
      .advantages_block {
        padding-top: 30px; } }
  .advantages h4 {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 10px;
    text-align: center; }
    @media only screen and (max-width: 425px) {
      .advantages h4 {
        font-size: 12px;
        line-height: 20px; } }
    @media only screen and (max-width: 425px) {
      .advantages h4 {
        letter-spacing: 0.05em; } }
  .advantages h2 {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 48px;
    font-weight: 400;
    line-height: 70px;
    color: #000000;
    position: relative;
    text-align: center;
    margin-bottom: 20px; }
    @media only screen and (max-width: 425px) {
      .advantages h2 {
        font-size: 24px;
        line-height: 35px; } }
    @media only screen and (max-width: 768px) {
      .advantages h2 {
        width: 90%;
        margin: 0 auto; } }
    .advantages h2:after {
      content: '';
      display: block;
      position: absolute;
      width: 30px;
      height: 4px;
      background: #FF0000;
      left: 50%;
      margin-left: -15px;
      bottom: -20px; }
  .advantages_slider {
    background: url("../img/advantages/advantages-bg.jpg");
    height: 460px;
    position: relative; }
    @media only screen and (max-width: 425px) {
      .advantages_slider {
        height: 160px; } }
    .advantages_slider-text {
      position: absolute;
      background-color: #FFFFFF;
      width: 440px;
      height: 140px;
      padding: 30px 55px;
      right: 0;
      bottom: 120px; }
      @media only screen and (max-width: 425px) {
        .advantages_slider-text {
          width: 225px;
          height: 89px;
          bottom: 20px;
          padding: 18px 12px; } }
      .advantages_slider-text p {
        font-size: 24px;
        line-height: 39px;
        color: #000000; }
        @media only screen and (max-width: 425px) {
          .advantages_slider-text p {
            font-size: 16px;
            line-height: 26px; } }
    .advantages_slider-logo {
      position: absolute; }
      .advantages_slider-logo img {
        height: 30px; }
  .advantages_arrow {
    width: 50px;
    height: 50px;
    background-color: rgba(51, 51, 51, 0.3);
    display: flex;
    justify-content: center; }
    .advantages_arrow img {
      z-index: 999; }
    .advantages_arrow-group {
      width: 100%;
      height: 50px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-self: flex-end; }
      @media only screen and (max-width: 425px) {
        .advantages_arrow-group {
          display: none; } }
  @media only screen and (max-width: 1024px) {
    .advantages_text {
      padding-top: 50px; } }
  @media only screen and (max-width: 425px) {
    .advantages_text {
      display: flex;
      flex-direction: column; } }
  @media only screen and (max-width: 425px) {
    .advantages_text .order-sm-last {
      order: 2; } }
  @media only screen and (max-width: 425px) {
    .advantages_text .order-sm-first {
      order: 1; } }
  @media only screen and (max-width: 425px) {
    .advantages_text .order-sm-first button {
      margin-top: 20px;
      margin-bottom: 30px; } }
  .advantages_text p {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #333333;
    padding-bottom: 72px; }
    @media only screen and (max-width: 425px) {
      .advantages_text p {
        padding-bottom: 0; } }
  .advantages_list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 50px; }
    @media only screen and (max-width: 425px) {
      .advantages_list {
        flex-direction: column; } }
    @media only screen and (max-width: 768px) {
      .advantages_list {
        flex-wrap: wrap;
        text-align: center;
        justify-content: space-around; } }
  .advantages_item {
    display: flex;
    flex-direction: column;
    flex-basis: 17%; }
    @media only screen and (max-width: 425px) {
      .advantages_item {
        flex-direction: row; } }
    @media only screen and (max-width: 768px) {
      .advantages_item {
        flex-basis: 40%;
        justify-content: center;
        align-items: center;
        padding-bottom: 50px; } }
    .advantages_item-img {
      width: 70px;
      height: 70px;
      background-color: #FF0000;
      display: flex;
      justify-content: center;
      margin-bottom: 20px; }
    .advantages_item-text p {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      color: #333333;
      color: #000000; }
      @media only screen and (max-width: 425px) {
        .advantages_item-text p {
          width: 180px;
          padding-left: 20px; } }

.btn {
  background: #FF0000;
  width: 290px;
  height: 60px;
  border: none;
  z-index: 999;
  cursor: pointer; }
  .btn a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF; }
    @media only screen and (max-width: 425px) {
      .btn a {
        line-height: 23px; } }
  .btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
  .btn-small {
    width: 270px;
    height: 50px; }
    .btn-small a {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: normal;
      text-align: center;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #FFFFFF; }
      @media only screen and (max-width: 425px) {
        .btn-small a {
          line-height: 23px; } }
    .btn-small:hover {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
    .btn-small-empty {
      width: 270px;
      height: 50px;
      background: transparent;
      border: 1px solid #e1e8ed; }
      .btn-small-empty a {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: normal;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #000000; }
      .btn-small-empty:hover {
        border: 1px solid #FF0000; }

.button-text {
  width: 200px;
  color: #FF0000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .button-text img {
    padding-left: 10px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .button-text:hover {
    color: #000000; }
    .button-text:hover img {
      padding-left: 0 !important; }

.btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FF0000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .btn-text:hover {
    color: #FFFFFF; }

.portfolio-btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .portfolio-btn-text img {
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .portfolio-btn-text:hover {
    color: #FF0000; }

.more-btn {
  width: 470px;
  height: 50px;
  border: 1px solid #e1e8ed;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  padding-top: 15px;
  z-index: 999;
  cursor: pointer; }
  .more-btn img {
    padding-left: 16px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .more-btn:hover {
    color: #FF0000; }

.btn-group {
  display: flex;
  flex-direction: row;
  border: none;
  background: #FFFFFF;
  height: 50px;
  width: 225px;
  position: absolute;
  top: 790px;
  right: 0;
  z-index: 999;
  cursor: pointer; }
  .btn-group .phone-group {
    padding: 15px;
    background: #FF0000;
    position: relative; }
    .btn-group .phone-group:after {
      content: '';
      display: block;
      position: absolute;
      width: 13px;
      height: 13px;
      left: 43px;
      top: 19px;
      background: #FF0000;
      transform: rotate(-45deg); }
  @media only screen and (max-width: 425px) {
    .btn-group {
      display: none; } }
  .btn-group a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    text-transform: uppercase;
    padding-left: 25px; }
    @media only screen and (max-width: 425px) {
      .btn-group a {
        font-size: 12px;
        line-height: 20px; } }

.btn-share {
  width: 50px;
  height: 50px;
  z-index: 999;
  cursor: pointer; }
  .btn-share img {
    background-color: #333333;
    padding: 16.5px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .btn-share:hover img {
    background-color: #FF0000; }

.call-btn {
  padding: 10px;
  background-color: #333333;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .call-btn:hover {
    background-color: #FF0000; }

.submit-btn {
  background-color: #FF0000;
  width: 50px;
  height: 50px;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .submit-btn:hover {
    background-color: #333333; }

.dropbtn {
  background-color: transparent;
  color: #000000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  border: none;
  cursor: pointer;
  margin: 10px 0 10px 0; }
  .dropbtn span {
    padding-right: 15px; }

.dropdown {
  position: relative;
  display: none; }
  @media only screen and (max-width: 768px) {
    .dropdown {
      padding-top: 50px;
      padding-bottom: 50px;
      text-align: center;
      width: 290px;
      display: flex;
      justify-content: center;
      margin: 0 auto; } }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 100%;
  z-index: 1;
  top: 110px; }

.dropdown-content a {
  color: black;
  padding: 15px 16px;
  text-decoration: none;
  display: block;
  text-transform: uppercase; }

.dropdown-content a:hover {
  background-color: #f1f1f1; }

.show {
  display: block; }

.play {
  cursor: pointer;
  z-index: 999; }

.object {
  padding-top: 107px; }
  @media only screen and (max-width: 425px) {
    .object {
      padding-top: 60px; } }
  .object h4 {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 10px;
    text-align: center; }
    @media only screen and (max-width: 425px) {
      .object h4 {
        font-size: 12px;
        line-height: 20px; } }
  .object h2 {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 48px;
    font-weight: 400;
    line-height: 70px;
    color: #000000;
    position: relative;
    text-align: center;
    margin-bottom: 20px; }
    @media only screen and (max-width: 425px) {
      .object h2 {
        font-size: 24px;
        line-height: 35px; } }
    @media only screen and (max-width: 768px) {
      .object h2 {
        width: 90%;
        margin: 0 auto; } }
    .object h2:after {
      content: '';
      display: block;
      position: absolute;
      width: 30px;
      height: 4px;
      background: #FF0000;
      left: 50%;
      margin-left: -15px;
      bottom: -20px; }
    @media only screen and (max-width: 425px) {
      .object h2 {
        letter-spacing: 0.05em;
        width: 90%;
        margin: 0 auto; } }
  .object_block:hover > .object_block-item:nth-child(1) {
    height: 201px; }
    @media only screen and (max-width: 1199px) {
      .object_block:hover > .object_block-item:nth-child(1) {
        height: 400px; } }
    @media only screen and (max-width: 320px) {
      .object_block:hover > .object_block-item:nth-child(1) {
        height: 200px; } }
  .object_block-text {
    display: none;
    padding: 33px 25px 0 25px;
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: #333333;
    color: #FFFFFF; }
  .object_block-title {
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    padding-top: 40px;
    padding-left: 24px;
    position: relative; }
    .object_block-title:before {
      content: '';
      display: block;
      position: absolute;
      width: 10px;
      height: 20px;
      background: #FF0000;
      left: 0;
      top: 45px; }
  .object_block-wrap {
    padding-top: 60px; }
  .object_block-item {
    border: 1px solid #000000;
    transition: all ease 0.3s; }
    @media only screen and (max-width: 320px) {
      .object_block-item {
        height: 200px !important; } }
    .object_block-item:hover {
      height: 401px !important; }
      @media only screen and (max-width: 1199px) {
        .object_block-item:hover {
          height: 400px !important; } }
      .object_block-item:hover .btn-text {
        display: block; }
      .object_block-item:hover .object_block-text {
        display: block; }
      .object_block-item:hover ~ .object_block-item {
        height: 201px; }
        @media only screen and (max-width: 1199px) {
          .object_block-item:hover ~ .object_block-item {
            height: 400px; } }
        @media only screen and (max-width: 425px) {
          .object_block-item:hover ~ .object_block-item {
            height: 200px; } }
    .object_block-item .btn-text {
      padding-top: 120px;
      display: none; }
    .object_block-item--big {
      height: 401px; }
      @media only screen and (max-width: 425px) {
        .object_block-item--big {
          height: 200px; } }
      @media only screen and (max-width: 425px) {
        .object_block-item--big:hover {
          height: 401px; } }
    .object_block-item--small {
      height: 201px; }
      @media only screen and (max-width: 425px) {
        .object_block-item--small {
          height: 200px; } }
      @media only screen and (max-width: 425px) {
        .object_block-item--small:hover {
          height: 401px; } }
    .object_block-item_1 {
      background: url("../img/object/interyer-vannoy-komnaty-vorobevskoe-shosse-foto-2017-2018-sovremennye-idei-02.jpg") no-repeat center;
      background-size: cover;
      background-color: rgba(0, 0, 0, 0.5);
      background-blend-mode: darken; }
      .object_block-item_1:hover {
        background: url("../img/object/interyer-vannoy-komnaty-vorobevskoe-shosse-foto-2017-2018-sovremennye-idei-02.jpg") no-repeat center;
        background-size: cover;
        background-color: rgba(0, 0, 0, 0.8);
        background-blend-mode: darken; }
    .object_block-item_2 {
      background: url("../img/object/ef1439dd44a52a77dae5f3633a631e9c.jpg") no-repeat center;
      background-size: cover;
      background-color: rgba(0, 0, 0, 0.5);
      background-blend-mode: darken; }
      .object_block-item_2:hover {
        background: url("../img/object/ef1439dd44a52a77dae5f3633a631e9c.jpg") no-repeat center;
        background-size: cover;
        background-color: rgba(0, 0, 0, 0.8);
        background-blend-mode: darken; }
    .object_block-item_3 {
      background: url("../img/object/e8e2d097db313c9dc37a297c54f2.jpg") no-repeat center;
      background-size: cover;
      background-color: rgba(0, 0, 0, 0.5);
      background-blend-mode: darken; }
      .object_block-item_3:hover {
        background: url("../img/object/e8e2d097db313c9dc37a297c54f2.jpg") no-repeat center;
        background-size: cover;
        background-color: rgba(0, 0, 0, 0.8);
        background-blend-mode: darken; }
    .object_block-item_4 {
      background: url("../img/object/15554464545cb63ab6cd0d2.jpg") no-repeat center;
      background-size: cover;
      background-color: rgba(0, 0, 0, 0.5);
      background-blend-mode: darken; }
      .object_block-item_4:hover {
        background: url("../img/object/15554464545cb63ab6cd0d2.jpg") no-repeat center;
        background-size: cover;
        background-color: rgba(0, 0, 0, 0.8);
        background-blend-mode: darken; }
    .object_block-item_5 {
      background: url("../img/object/interyer-vannoy-komnaty-vorobevskoe-shosse-foto-2017-2018-sovremennye-idei-02.jpg") no-repeat center;
      background-size: cover;
      background-color: rgba(0, 0, 0, 0.5);
      background-blend-mode: darken; }
      .object_block-item_5:hover {
        background: url("../img/object/interyer-vannoy-komnaty-vorobevskoe-shosse-foto-2017-2018-sovremennye-idei-02.jpg") no-repeat center;
        background-size: cover;
        background-color: rgba(0, 0, 0, 0.8);
        background-blend-mode: darken; }
    .object_block-item_6 {
      background: url("../img/object/ef1439dd44a52a77dae5f3633a631e9c.jpg") no-repeat center;
      background-size: cover;
      background-color: rgba(0, 0, 0, 0.5);
      background-blend-mode: darken; }
      .object_block-item_6:hover {
        background: url("../img/object/ef1439dd44a52a77dae5f3633a631e9c.jpg") no-repeat center;
        background-size: cover;
        background-color: rgba(0, 0, 0, 0.8);
        background-blend-mode: darken; }
    .object_block-item_7 {
      background: url("../img/object/e8e2d097db313c9dc37a297c54f2.jpg") no-repeat center;
      background-size: cover;
      background-color: rgba(0, 0, 0, 0.5);
      background-blend-mode: darken; }
      .object_block-item_7:hover {
        background: url("../img/object/e8e2d097db313c9dc37a297c54f2.jpg") no-repeat center;
        background-size: cover;
        background-color: rgba(0, 0, 0, 0.8);
        background-blend-mode: darken; }
    .object_block-item_8 {
      background: url("../img/object/15554464545cb63ab6cd0d2.jpg") no-repeat center;
      background-size: cover;
      background-color: rgba(0, 0, 0, 0.5);
      background-blend-mode: darken; }
      .object_block-item_8:hover {
        background: url("../img/object/15554464545cb63ab6cd0d2.jpg") no-repeat center;
        background-size: cover;
        background-color: rgba(0, 0, 0, 0.8);
        background-blend-mode: darken; }
  .object_block-wrap .container .row .col-xl-3 {
    padding-right: 0;
    padding-left: 0; }

.btn {
  background: #FF0000;
  width: 290px;
  height: 60px;
  border: none;
  z-index: 999;
  cursor: pointer; }
  .btn a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF; }
    @media only screen and (max-width: 425px) {
      .btn a {
        line-height: 23px; } }
  .btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
  .btn-small {
    width: 270px;
    height: 50px; }
    .btn-small a {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: normal;
      text-align: center;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #FFFFFF; }
      @media only screen and (max-width: 425px) {
        .btn-small a {
          line-height: 23px; } }
    .btn-small:hover {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
    .btn-small-empty {
      width: 270px;
      height: 50px;
      background: transparent;
      border: 1px solid #e1e8ed; }
      .btn-small-empty a {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: normal;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #000000; }
      .btn-small-empty:hover {
        border: 1px solid #FF0000; }

.button-text {
  width: 200px;
  color: #FF0000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .button-text img {
    padding-left: 10px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .button-text:hover {
    color: #000000; }
    .button-text:hover img {
      padding-left: 0 !important; }

.btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FF0000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .btn-text:hover {
    color: #FFFFFF; }

.portfolio-btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .portfolio-btn-text img {
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .portfolio-btn-text:hover {
    color: #FF0000; }

.more-btn {
  width: 470px;
  height: 50px;
  border: 1px solid #e1e8ed;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  padding-top: 15px;
  z-index: 999;
  cursor: pointer; }
  .more-btn img {
    padding-left: 16px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .more-btn:hover {
    color: #FF0000; }

.btn-group {
  display: flex;
  flex-direction: row;
  border: none;
  background: #FFFFFF;
  height: 50px;
  width: 225px;
  position: absolute;
  top: 790px;
  right: 0;
  z-index: 999;
  cursor: pointer; }
  .btn-group .phone-group {
    padding: 15px;
    background: #FF0000;
    position: relative; }
    .btn-group .phone-group:after {
      content: '';
      display: block;
      position: absolute;
      width: 13px;
      height: 13px;
      left: 43px;
      top: 19px;
      background: #FF0000;
      transform: rotate(-45deg); }
  @media only screen and (max-width: 425px) {
    .btn-group {
      display: none; } }
  .btn-group a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    text-transform: uppercase;
    padding-left: 25px; }
    @media only screen and (max-width: 425px) {
      .btn-group a {
        font-size: 12px;
        line-height: 20px; } }

.btn-share {
  width: 50px;
  height: 50px;
  z-index: 999;
  cursor: pointer; }
  .btn-share img {
    background-color: #333333;
    padding: 16.5px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .btn-share:hover img {
    background-color: #FF0000; }

.call-btn {
  padding: 10px;
  background-color: #333333;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .call-btn:hover {
    background-color: #FF0000; }

.submit-btn {
  background-color: #FF0000;
  width: 50px;
  height: 50px;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .submit-btn:hover {
    background-color: #333333; }

.dropbtn {
  background-color: transparent;
  color: #000000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  border: none;
  cursor: pointer;
  margin: 10px 0 10px 0; }
  .dropbtn span {
    padding-right: 15px; }

.dropdown {
  position: relative;
  display: none; }
  @media only screen and (max-width: 768px) {
    .dropdown {
      padding-top: 50px;
      padding-bottom: 50px;
      text-align: center;
      width: 290px;
      display: flex;
      justify-content: center;
      margin: 0 auto; } }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 100%;
  z-index: 1;
  top: 110px; }

.dropdown-content a {
  color: black;
  padding: 15px 16px;
  text-decoration: none;
  display: block;
  text-transform: uppercase; }

.dropdown-content a:hover {
  background-color: #f1f1f1; }

.show {
  display: block; }

.play {
  cursor: pointer;
  z-index: 999; }

.partners {
  padding-top: 60px;
  padding-bottom: 100px;
  position: relative; }
  .partners h2 {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 48px;
    font-weight: 400;
    line-height: 70px;
    color: #000000;
    position: relative;
    text-align: center;
    margin-bottom: 20px; }
    @media only screen and (max-width: 425px) {
      .partners h2 {
        font-size: 24px;
        line-height: 35px; } }
    .partners h2:after {
      content: '';
      display: block;
      position: absolute;
      width: 30px;
      height: 4px;
      background: #FF0000;
      left: 50%;
      margin-left: -15px;
      bottom: -20px; }
  .partners_slider {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    padding-top: 46px;
    flex-wrap: nowrap; }
    .partners_slider-container {
      width: 1170px;
      overflow: hidden; }
      @media only screen and (max-width: 1320px) {
        .partners_slider-container {
          width: 770px; } }
      @media only screen and (max-width: 920px) {
        .partners_slider-container {
          width: 570px; } }
      @media only screen and (max-width: 600px) {
        .partners_slider-container {
          width: 170px; } }
    @media only screen and (max-width: 425px) {
      .partners_slider {
        margin-top: 30px; } }
    .partners_slider .container-fluid {
      position: absolute;
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100px; }
      @media only screen and (max-width: 425px) {
        .partners_slider .container-fluid {
          width: 100%;
          padding: 0; } }
    @media only screen and (max-width: 425px) {
      .partners_slider {
        height: 100px;
        justify-content: center;
        width: 100%; } }
    .partners_slider-block {
      display: flex;
      flex-direction: row; }
    .partners_slider-item {
      width: 170px;
      height: 120px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      z-index: 9999;
      opacity: 0.7;
      border: 1px solid #e1e8ed;
      background: transparent;
      margin-right: 30px; }
      .partners_slider-item:last-child {
        margin-right: 0; }
        @media only screen and (max-width: 425px) {
          .partners_slider-item:last-child {
            display: none; } }
      @media only screen and (max-width: 425px) {
        .partners_slider-item:nth-child(2) {
          display: none; } }
      @media only screen and (max-width: 425px) {
        .partners_slider-item:nth-child(3) {
          display: none; } }
      @media only screen and (max-width: 425px) {
        .partners_slider-item:nth-child(4) {
          display: none; } }
      @media only screen and (max-width: 425px) {
        .partners_slider-item:nth-child(5) {
          display: none; } }
      @media only screen and (max-width: 425px) {
        .partners_slider-item {
          margin: 0; } }
      .partners_slider-item img {
        max-width: 100%;
        object-fit: cover;
        padding: 30px 35px; }
  .partners_arrow {
    width: 50px;
    height: 50px;
    background-color: rgba(51, 51, 51, 0.3);
    display: flex;
    justify-content: center; }
    .partners_arrow img {
      z-index: 99; }
    .partners_arrow-group {
      width: 100%;
      height: 50px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-self: center; }
      .partners_arrow-group button {
        position: relative;
        border: none;
        z-index: 99; }
      @media only screen and (max-width: 425px) {
        .partners_arrow-group {
          z-index: 9999; } }

.btn {
  background: #FF0000;
  width: 290px;
  height: 60px;
  border: none;
  z-index: 999;
  cursor: pointer; }
  .btn a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF; }
    @media only screen and (max-width: 425px) {
      .btn a {
        line-height: 23px; } }
  .btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
  .btn-small {
    width: 270px;
    height: 50px; }
    .btn-small a {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: normal;
      text-align: center;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #FFFFFF; }
      @media only screen and (max-width: 425px) {
        .btn-small a {
          line-height: 23px; } }
    .btn-small:hover {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
    .btn-small-empty {
      width: 270px;
      height: 50px;
      background: transparent;
      border: 1px solid #e1e8ed; }
      .btn-small-empty a {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: normal;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #000000; }
      .btn-small-empty:hover {
        border: 1px solid #FF0000; }

.button-text {
  width: 200px;
  color: #FF0000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .button-text img {
    padding-left: 10px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .button-text:hover {
    color: #000000; }
    .button-text:hover img {
      padding-left: 0 !important; }

.btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FF0000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .btn-text:hover {
    color: #FFFFFF; }

.portfolio-btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .portfolio-btn-text img {
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .portfolio-btn-text:hover {
    color: #FF0000; }

.more-btn {
  width: 470px;
  height: 50px;
  border: 1px solid #e1e8ed;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  padding-top: 15px;
  z-index: 999;
  cursor: pointer; }
  .more-btn img {
    padding-left: 16px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .more-btn:hover {
    color: #FF0000; }

.btn-group {
  display: flex;
  flex-direction: row;
  border: none;
  background: #FFFFFF;
  height: 50px;
  width: 225px;
  position: absolute;
  top: 790px;
  right: 0;
  z-index: 999;
  cursor: pointer; }
  .btn-group .phone-group {
    padding: 15px;
    background: #FF0000;
    position: relative; }
    .btn-group .phone-group:after {
      content: '';
      display: block;
      position: absolute;
      width: 13px;
      height: 13px;
      left: 43px;
      top: 19px;
      background: #FF0000;
      transform: rotate(-45deg); }
  @media only screen and (max-width: 425px) {
    .btn-group {
      display: none; } }
  .btn-group a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    text-transform: uppercase;
    padding-left: 25px; }
    @media only screen and (max-width: 425px) {
      .btn-group a {
        font-size: 12px;
        line-height: 20px; } }

.btn-share {
  width: 50px;
  height: 50px;
  z-index: 999;
  cursor: pointer; }
  .btn-share img {
    background-color: #333333;
    padding: 16.5px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .btn-share:hover img {
    background-color: #FF0000; }

.call-btn {
  padding: 10px;
  background-color: #333333;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .call-btn:hover {
    background-color: #FF0000; }

.submit-btn {
  background-color: #FF0000;
  width: 50px;
  height: 50px;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .submit-btn:hover {
    background-color: #333333; }

.dropbtn {
  background-color: transparent;
  color: #000000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  border: none;
  cursor: pointer;
  margin: 10px 0 10px 0; }
  .dropbtn span {
    padding-right: 15px; }

.dropdown {
  position: relative;
  display: none; }
  @media only screen and (max-width: 768px) {
    .dropdown {
      padding-top: 50px;
      padding-bottom: 50px;
      text-align: center;
      width: 290px;
      display: flex;
      justify-content: center;
      margin: 0 auto; } }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 100%;
  z-index: 1;
  top: 110px; }

.dropdown-content a {
  color: black;
  padding: 15px 16px;
  text-decoration: none;
  display: block;
  text-transform: uppercase; }

.dropdown-content a:hover {
  background-color: #f1f1f1; }

.show {
  display: block; }

.play {
  cursor: pointer;
  z-index: 999; }

html {
  scroll-behavior: smooth; }

.servises_slider {
  position: relative;
  display: flex;
  flex-direction: column; }
  @media only screen and (max-width: 425px) {
    .servises_slider {
      height: 498px; } }
  .servises_slider-down {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    width: 170px;
    height: 80px;
    z-index: 9;
    align-self: center;
    bottom: 0;
    background-color: #FFFFFF; }
    @media only screen and (max-width: 425px) {
      .servises_slider-down {
        display: none; } }
    .servises_slider-down a {
      display: flex;
      flex-direction: column;
      justify-content: center;
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 12px;
      line-height: normal;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #333333;
      transition: .1s ease-out;
      transition-delay: 0.1s; }
      .servises_slider-down a:hover {
        color: #FF0000; }
      .servises_slider-down a img {
        padding-top: 10px; }
  .servises_slider_block {
    background: url("../img/services/333.jpg") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 820px;
    position: relative; }
    @media only screen and (max-width: 425px) {
      .servises_slider_block {
        height: 208px; } }
    @media only screen and (max-width: 425px) {
      .servises_slider_block .container {
        padding-right: 20px;
        padding-left: 20px; } }
    .servises_slider_block-item {
      display: flex;
      flex-direction: column;
      width: 55%;
      height: 500px;
      background: #FFFFFF;
      position: absolute;
      top: 120px; }
      @media only screen and (max-width: 1024px) {
        .servises_slider_block-item {
          width: 65%; } }
      @media only screen and (max-width: 768px) {
        .servises_slider_block-item {
          width: 85%; } }
      @media only screen and (max-width: 425px) {
        .servises_slider_block-item {
          width: 100%;
          top: 210px;
          height: 290px; } }
      .servises_slider_block-item .btn {
        align-self: flex-end;
        position: absolute;
        bottom: 0; }
        @media only screen and (max-width: 425px) {
          .servises_slider_block-item .btn {
            align-self: center;
            bottom: 20px; } }
    .servises_slider_block-text {
      display: flex;
      flex-direction: column; }
      .servises_slider_block-text h1 {
        padding-top: 220px;
        padding-bottom: 19px;
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-size: 64px;
        font-weight: 400;
        line-height: 100px;
        color: #000000; }
        @media only screen and (max-width: 425px) {
          .servises_slider_block-text h1 {
            font-size: 48px; } }
        @media only screen and (max-width: 425px) {
          .servises_slider_block-text h1 {
            padding-top: 235px;
            font-size: 24px;
            line-height: 36px; } }
      .servises_slider_block-text p {
        padding-bottom: 84px;
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-size: 24px;
        font-weight: 400;
        line-height: 36px;
        color: #333333; }
        @media only screen and (max-width: 425px) {
          .servises_slider_block-text p {
            font-size: 18px;
            line-height: 29px;
            color: #333333; } }

.btn {
  background: #FF0000;
  width: 290px;
  height: 60px;
  border: none;
  z-index: 999;
  cursor: pointer; }
  .btn a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF; }
    @media only screen and (max-width: 425px) {
      .btn a {
        line-height: 23px; } }
  .btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
  .btn-small {
    width: 270px;
    height: 50px; }
    .btn-small a {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: normal;
      text-align: center;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #FFFFFF; }
      @media only screen and (max-width: 425px) {
        .btn-small a {
          line-height: 23px; } }
    .btn-small:hover {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
    .btn-small-empty {
      width: 270px;
      height: 50px;
      background: transparent;
      border: 1px solid #e1e8ed; }
      .btn-small-empty a {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: normal;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #000000; }
      .btn-small-empty:hover {
        border: 1px solid #FF0000; }

.button-text {
  width: 200px;
  color: #FF0000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .button-text img {
    padding-left: 10px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .button-text:hover {
    color: #000000; }
    .button-text:hover img {
      padding-left: 0 !important; }

.btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FF0000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .btn-text:hover {
    color: #FFFFFF; }

.portfolio-btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .portfolio-btn-text img {
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .portfolio-btn-text:hover {
    color: #FF0000; }

.more-btn {
  width: 470px;
  height: 50px;
  border: 1px solid #e1e8ed;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  padding-top: 15px;
  z-index: 999;
  cursor: pointer; }
  .more-btn img {
    padding-left: 16px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .more-btn:hover {
    color: #FF0000; }

.btn-group {
  display: flex;
  flex-direction: row;
  border: none;
  background: #FFFFFF;
  height: 50px;
  width: 225px;
  position: absolute;
  top: 790px;
  right: 0;
  z-index: 999;
  cursor: pointer; }
  .btn-group .phone-group {
    padding: 15px;
    background: #FF0000;
    position: relative; }
    .btn-group .phone-group:after {
      content: '';
      display: block;
      position: absolute;
      width: 13px;
      height: 13px;
      left: 43px;
      top: 19px;
      background: #FF0000;
      transform: rotate(-45deg); }
  @media only screen and (max-width: 425px) {
    .btn-group {
      display: none; } }
  .btn-group a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    text-transform: uppercase;
    padding-left: 25px; }
    @media only screen and (max-width: 425px) {
      .btn-group a {
        font-size: 12px;
        line-height: 20px; } }

.btn-share {
  width: 50px;
  height: 50px;
  z-index: 999;
  cursor: pointer; }
  .btn-share img {
    background-color: #333333;
    padding: 16.5px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .btn-share:hover img {
    background-color: #FF0000; }

.call-btn {
  padding: 10px;
  background-color: #333333;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .call-btn:hover {
    background-color: #FF0000; }

.submit-btn {
  background-color: #FF0000;
  width: 50px;
  height: 50px;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .submit-btn:hover {
    background-color: #333333; }

.dropbtn {
  background-color: transparent;
  color: #000000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  border: none;
  cursor: pointer;
  margin: 10px 0 10px 0; }
  .dropbtn span {
    padding-right: 15px; }

.dropdown {
  position: relative;
  display: none; }
  @media only screen and (max-width: 768px) {
    .dropdown {
      padding-top: 50px;
      padding-bottom: 50px;
      text-align: center;
      width: 290px;
      display: flex;
      justify-content: center;
      margin: 0 auto; } }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 100%;
  z-index: 1;
  top: 110px; }

.dropdown-content a {
  color: black;
  padding: 15px 16px;
  text-decoration: none;
  display: block;
  text-transform: uppercase; }

.dropdown-content a:hover {
  background-color: #f1f1f1; }

.show {
  display: block; }

.play {
  cursor: pointer;
  z-index: 999; }

.more .row .col-xl-6:first-child {
  padding-right: 0; }

@media only screen and (max-width: 425px) {
  .more {
    padding-top: 60px; } }

.more_img {
  width: 100%; }
  .more_img img {
    min-width: 100%;
    object-fit: cover;
    max-width: 683px; }
    @media only screen and (max-width: 425px) {
      .more_img img {
        min-height: 410px; } }

.more_text {
  padding: 120px 100px 75px 100px; }
  @media only screen and (max-width: 425px) {
    .more_text {
      padding: 30px 25px 50px 25px; } }
  .more_text h2 {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 48px;
    font-weight: 400;
    line-height: 70px;
    color: #000000;
    color: #000000;
    padding-bottom: 30px;
    margin-right: 100px; }
    @media only screen and (max-width: 425px) {
      .more_text h2 {
        font-size: 24px;
        line-height: 35px; } }
    @media only screen and (max-width: 425px) {
      .more_text h2 {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-size: 36px;
        font-weight: 400;
        line-height: normal;
        color: #000000;
        margin-right: 10px; } }
  .more_text p {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #333333;
    color: #333333;
    padding-bottom: 30px; }

.step {
  padding-top: 120px;
  padding-bottom: 176px;
  background-color: #000000; }
  @media only screen and (max-width: 425px) {
    .step {
      padding-bottom: 90px; } }
  @media only screen and (max-width: 768px) {
    .step {
      padding-bottom: 66px; } }
  @media only screen and (max-width: 425px) {
    .step .container {
      padding-right: 25px;
      padding-left: 25px; } }
  .step h2 {
    position: relative;
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 48px;
    font-weight: 400;
    line-height: 70px;
    text-align: center;
    margin-bottom: 20px;
    color: #FFFFFF; }
    @media only screen and (max-width: 425px) {
      .step h2 {
        font-size: 36px;
        line-height: 49px; } }
    .step h2:after {
      content: '';
      display: block;
      position: absolute;
      width: 30px;
      height: 4px;
      background: #FF0000;
      left: 50%;
      margin-left: -15px;
      bottom: -20px; }
  .step_block {
    display: flex;
    flex-direction: row;
    padding-top: 60px;
    justify-content: space-between;
    height: 292px; }
    @media only screen and (max-width: 768px) {
      .step_block {
        flex-wrap: wrap;
        height: 100%; } }
    @media only screen and (max-width: 425px) {
      .step_block {
        flex-direction: column;
        height: 100%; } }
  .step_item {
    display: flex;
    flex-direction: column;
    flex-basis: 23%; }
    @media only screen and (max-width: 425px) {
      .step_item {
        padding-bottom: 85px; } }
    @media only screen and (max-width: 768px) {
      .step_item {
        flex-basis: 40%;
        margin-bottom: 50px; } }
    .step_item h4 {
      position: relative;
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-size: 24px;
      font-weight: 400;
      line-height: 39px;
      color: #000000;
      color: #FFFFFF;
      margin-bottom: 20px;
      padding-top: 82px;
      flex-direction: row;
      line-height: 35px;
      align-items: flex-end;
      display: inline; }
      @media only screen and (max-width: 425px) {
        .step_item h4 {
          font-size: 12px;
          line-height: 20px;
          letter-spacing: 0.1em; } }
      @media only screen and (max-width: 425px) {
        .step_item h4 {
          font-size: 24px;
          line-height: 39px; } }
      .step_item h4 img {
        padding-left: 5px; }
    .step_item p {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-size: 14px;
      font-weight: 400;
      line-height: 23px;
      color: #333333;
      color: #FFFFFF; }

.item-one {
  background: url("../img/step/1.svg") no-repeat left top;
  background-size: auto;
  width: 100%;
  height: 100%; }
  @media only screen and (max-width: 425px) {
    .item-one {
      height: 215px;
      margin-bottom: 85px; } }

.item-two {
  background: url("../img/step/2.svg") no-repeat left top;
  background-size: auto;
  width: 100%;
  height: 100%; }
  @media only screen and (max-width: 425px) {
    .item-two {
      height: 215px;
      margin-bottom: 85px; } }

.item-three {
  background: url("../img/step/3.svg") no-repeat left top;
  background-size: auto;
  width: 100%;
  height: 100%; }
  @media only screen and (max-width: 425px) {
    .item-three {
      height: 215px;
      margin-bottom: 85px; } }

.item-four {
  background: url("../img/step/4.svg") no-repeat left top;
  background-size: auto;
  width: 100%;
  height: 100%; }
  @media only screen and (max-width: 425px) {
    .item-four {
      height: 215px; } }

.btn {
  background: #FF0000;
  width: 290px;
  height: 60px;
  border: none;
  z-index: 999;
  cursor: pointer; }
  .btn a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF; }
    @media only screen and (max-width: 425px) {
      .btn a {
        line-height: 23px; } }
  .btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
  .btn-small {
    width: 270px;
    height: 50px; }
    .btn-small a {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: normal;
      text-align: center;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #FFFFFF; }
      @media only screen and (max-width: 425px) {
        .btn-small a {
          line-height: 23px; } }
    .btn-small:hover {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
    .btn-small-empty {
      width: 270px;
      height: 50px;
      background: transparent;
      border: 1px solid #e1e8ed; }
      .btn-small-empty a {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: normal;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #000000; }
      .btn-small-empty:hover {
        border: 1px solid #FF0000; }

.button-text {
  width: 200px;
  color: #FF0000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .button-text img {
    padding-left: 10px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .button-text:hover {
    color: #000000; }
    .button-text:hover img {
      padding-left: 0 !important; }

.btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FF0000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .btn-text:hover {
    color: #FFFFFF; }

.portfolio-btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .portfolio-btn-text img {
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .portfolio-btn-text:hover {
    color: #FF0000; }

.more-btn {
  width: 470px;
  height: 50px;
  border: 1px solid #e1e8ed;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  padding-top: 15px;
  z-index: 999;
  cursor: pointer; }
  .more-btn img {
    padding-left: 16px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .more-btn:hover {
    color: #FF0000; }

.btn-group {
  display: flex;
  flex-direction: row;
  border: none;
  background: #FFFFFF;
  height: 50px;
  width: 225px;
  position: absolute;
  top: 790px;
  right: 0;
  z-index: 999;
  cursor: pointer; }
  .btn-group .phone-group {
    padding: 15px;
    background: #FF0000;
    position: relative; }
    .btn-group .phone-group:after {
      content: '';
      display: block;
      position: absolute;
      width: 13px;
      height: 13px;
      left: 43px;
      top: 19px;
      background: #FF0000;
      transform: rotate(-45deg); }
  @media only screen and (max-width: 425px) {
    .btn-group {
      display: none; } }
  .btn-group a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    text-transform: uppercase;
    padding-left: 25px; }
    @media only screen and (max-width: 425px) {
      .btn-group a {
        font-size: 12px;
        line-height: 20px; } }

.btn-share {
  width: 50px;
  height: 50px;
  z-index: 999;
  cursor: pointer; }
  .btn-share img {
    background-color: #333333;
    padding: 16.5px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .btn-share:hover img {
    background-color: #FF0000; }

.call-btn {
  padding: 10px;
  background-color: #333333;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .call-btn:hover {
    background-color: #FF0000; }

.submit-btn {
  background-color: #FF0000;
  width: 50px;
  height: 50px;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .submit-btn:hover {
    background-color: #333333; }

.dropbtn {
  background-color: transparent;
  color: #000000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  border: none;
  cursor: pointer;
  margin: 10px 0 10px 0; }
  .dropbtn span {
    padding-right: 15px; }

.dropdown {
  position: relative;
  display: none; }
  @media only screen and (max-width: 768px) {
    .dropdown {
      padding-top: 50px;
      padding-bottom: 50px;
      text-align: center;
      width: 290px;
      display: flex;
      justify-content: center;
      margin: 0 auto; } }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 100%;
  z-index: 1;
  top: 110px; }

.dropdown-content a {
  color: black;
  padding: 15px 16px;
  text-decoration: none;
  display: block;
  text-transform: uppercase; }

.dropdown-content a:hover {
  background-color: #f1f1f1; }

.show {
  display: block; }

.play {
  cursor: pointer;
  z-index: 999; }

.portfolio-page {
  padding-top: 90px;
  padding-bottom: 138px; }
  @media only screen and (max-width: 425px) {
    .portfolio-page {
      padding-top: 60px;
      padding-bottom: 80px; } }
  .portfolio-page_breadcrumb {
    display: flex;
    flex-direction: row;
    justify-content: center; }
    @media only screen and (max-width: 425px) {
      .portfolio-page_breadcrumb {
        display: none; } }
    .portfolio-page_breadcrumb li {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      color: #333333;
      color: #000000; }
      .portfolio-page_breadcrumb li a {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        color: #333333;
        color: #000000;
        padding-right: 5px; }
        .portfolio-page_breadcrumb li a:after {
          content: '>';
          padding-left: 5px; }
  .portfolio-page h1 {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 64px;
    font-weight: 400;
    line-height: 100px;
    color: #000000;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    padding-top: 30px; }
    @media only screen and (max-width: 425px) {
      .portfolio-page h1 {
        font-size: 48px; } }
    @media only screen and (max-width: 425px) {
      .portfolio-page h1 {
        font-size: 36px;
        line-height: 40px;
        padding-top: 0; } }
  .portfolio-page-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 70px;
    padding-top: 70px; }
    @media only screen and (max-width: 768px) {
      .portfolio-page-list {
        display: none; } }
    .portfolio-page-list li a {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      color: #333333;
      color: #000000;
      transition: .1s ease-out;
      transition-delay: 0.1s; }
      .portfolio-page-list li a:hover {
        color: #FF0000; }
    .portfolio-page-list li .active-portfolio {
      position: relative; }
      .portfolio-page-list li .active-portfolio:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 4px;
        background: #FF0000;
        bottom: -20px; }
        @media only screen and (max-width: 425px) {
          .portfolio-page-list li .active-portfolio:after {
            display: none; } }
    .portfolio-page-list-number {
      display: flex;
      flex-direction: row;
      justify-content: center;
      position: relative; }
      @media only screen and (max-width: 425px) {
        .portfolio-page-list-number .d-sm-none {
          display: none; } }
      .portfolio-page-list-number li {
        width: 34px;
        height: 34px;
        margin: 0 10px;
        border: 1px solid #e1e8ed;
        display: flex;
        justify-content: center; }
        @media only screen and (max-width: 425px) {
          .portfolio-page-list-number li:nth-child(1) {
            display: none; }
          .portfolio-page-list-number li:nth-child(2) {
            display: none; }
          .portfolio-page-list-number li:nth-child(4) {
            display: none; }
          .portfolio-page-list-number li:nth-child(5) {
            display: none; } }
        .portfolio-page-list-number li a {
          font-family: 'Noto Sans', sans-serif;
          font-style: normal;
          font-size: 14px;
          font-weight: 700;
          line-height: normal;
          color: #000000;
          text-transform: uppercase;
          color: #171717; }
          @media only screen and (max-width: 425px) {
            .portfolio-page-list-number li a {
              font-size: 12px;
              line-height: 20px; } }
      .portfolio-page-list-number--wrap {
        position: relative;
        padding-top: 88px; }
        @media only screen and (max-width: 425px) {
          .portfolio-page-list-number--wrap {
            padding-top: 0; } }
        .portfolio-page-list-number--wrap .container-fluid {
          position: absolute;
          display: flex;
          flex-direction: column;
          justify-content: center; }
          @media only screen and (max-width: 425px) {
            .portfolio-page-list-number--wrap .container-fluid {
              height: auto;
              justify-content: flex-end; } }
  .portfolio-page_arrow {
    width: 35px;
    height: 35px;
    background-color: transparent;
    border: 1px solid #DEDEDE;
    display: flex;
    justify-content: center; }
    .portfolio-page_arrow img {
      z-index: 999; }
    .portfolio-page_arrow-group {
      width: 100%;
      height: 50px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-self: center; }

.portfolio-page-list-number .active-portfolio-num {
  border: none;
  background-color: #FF0000; }
  .portfolio-page-list-number .active-portfolio-num a {
    color: #FFFFFF; }

.portfolio-page_slider {
  padding-top: 66px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  position: relative; }
  @media only screen and (max-width: 425px) {
    .portfolio-page_slider {
      padding-top: 40px;
      height: 510px; } }
  .portfolio-page_slider-block {
    padding-bottom: 60px; }
    @media only screen and (max-width: 1024px) {
      .portfolio-page_slider-block {
        padding-bottom: 40px; } }
  .portfolio-page_slider-item {
    max-width: 770px;
    height: 480px;
    background: url("../img/portfolio/111.jpg") no-repeat center;
    background-size: cover;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media only screen and (max-width: 425px) {
      .portfolio-page_slider-item {
        width: 290px;
        height: 260px; } }
    .portfolio-page_slider-item a {
      align-self: flex-end; }
  .portfolio-page_slider-text {
    background-color: #FFFFFF;
    width: 320px;
    height: 220px;
    padding-top: 40px;
    padding-left: 15px;
    padding-bottom: 30px;
    padding-right: 35px; }
    @media only screen and (max-width: 425px) {
      .portfolio-page_slider-text {
        position: relative;
        top: 210px;
        padding-right: 20px; } }
    .portfolio-page_slider-text span {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-size: 12px;
      font-weight: 400;
      line-height: normal;
      text-align: center;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #FFFFFF;
      padding: 6.5px 10.5px;
      background-color: #333333; }
    .portfolio-page_slider-text p {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-size: 24px;
      font-weight: 400;
      line-height: 39px;
      color: #000000;
      padding-top: 30px;
      padding-bottom: 12px; }
      @media only screen and (max-width: 425px) {
        .portfolio-page_slider-text p {
          font-size: 12px;
          line-height: 20px;
          letter-spacing: 0.1em; } }
      @media only screen and (max-width: 425px) {
        .portfolio-page_slider-text p {
          font-size: 24px;
          line-height: 39px;
          letter-spacing: 0; } }

.btn {
  background: #FF0000;
  width: 290px;
  height: 60px;
  border: none;
  z-index: 999;
  cursor: pointer; }
  .btn a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF; }
    @media only screen and (max-width: 425px) {
      .btn a {
        line-height: 23px; } }
  .btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
  .btn-small {
    width: 270px;
    height: 50px; }
    .btn-small a {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: normal;
      text-align: center;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #FFFFFF; }
      @media only screen and (max-width: 425px) {
        .btn-small a {
          line-height: 23px; } }
    .btn-small:hover {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
    .btn-small-empty {
      width: 270px;
      height: 50px;
      background: transparent;
      border: 1px solid #e1e8ed; }
      .btn-small-empty a {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: normal;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #000000; }
      .btn-small-empty:hover {
        border: 1px solid #FF0000; }

.button-text {
  width: 200px;
  color: #FF0000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .button-text img {
    padding-left: 10px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .button-text:hover {
    color: #000000; }
    .button-text:hover img {
      padding-left: 0 !important; }

.btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FF0000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .btn-text:hover {
    color: #FFFFFF; }

.portfolio-btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .portfolio-btn-text img {
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .portfolio-btn-text:hover {
    color: #FF0000; }

.more-btn {
  width: 470px;
  height: 50px;
  border: 1px solid #e1e8ed;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  padding-top: 15px;
  z-index: 999;
  cursor: pointer; }
  .more-btn img {
    padding-left: 16px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .more-btn:hover {
    color: #FF0000; }

.btn-group {
  display: flex;
  flex-direction: row;
  border: none;
  background: #FFFFFF;
  height: 50px;
  width: 225px;
  position: absolute;
  top: 790px;
  right: 0;
  z-index: 999;
  cursor: pointer; }
  .btn-group .phone-group {
    padding: 15px;
    background: #FF0000;
    position: relative; }
    .btn-group .phone-group:after {
      content: '';
      display: block;
      position: absolute;
      width: 13px;
      height: 13px;
      left: 43px;
      top: 19px;
      background: #FF0000;
      transform: rotate(-45deg); }
  @media only screen and (max-width: 425px) {
    .btn-group {
      display: none; } }
  .btn-group a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    text-transform: uppercase;
    padding-left: 25px; }
    @media only screen and (max-width: 425px) {
      .btn-group a {
        font-size: 12px;
        line-height: 20px; } }

.btn-share {
  width: 50px;
  height: 50px;
  z-index: 999;
  cursor: pointer; }
  .btn-share img {
    background-color: #333333;
    padding: 16.5px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .btn-share:hover img {
    background-color: #FF0000; }

.call-btn {
  padding: 10px;
  background-color: #333333;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .call-btn:hover {
    background-color: #FF0000; }

.submit-btn {
  background-color: #FF0000;
  width: 50px;
  height: 50px;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .submit-btn:hover {
    background-color: #333333; }

.dropbtn {
  background-color: transparent;
  color: #000000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  border: none;
  cursor: pointer;
  margin: 10px 0 10px 0; }
  .dropbtn span {
    padding-right: 15px; }

.dropdown {
  position: relative;
  display: none; }
  @media only screen and (max-width: 768px) {
    .dropdown {
      padding-top: 50px;
      padding-bottom: 50px;
      text-align: center;
      width: 290px;
      display: flex;
      justify-content: center;
      margin: 0 auto; } }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 100%;
  z-index: 1;
  top: 110px; }

.dropdown-content a {
  color: black;
  padding: 15px 16px;
  text-decoration: none;
  display: block;
  text-transform: uppercase; }

.dropdown-content a:hover {
  background-color: #f1f1f1; }

.show {
  display: block; }

.play {
  cursor: pointer;
  z-index: 999; }

.portfolio-post {
  position: relative;
  display: flex;
  flex-direction: column; }
  @media only screen and (max-width: 425px) {
    .portfolio-post {
      height: 498px; } }
  .portfolio-post_breadcrumb {
    display: flex;
    flex-direction: row;
    position: relative;
    top: -140px; }
    @media only screen and (max-width: 425px) {
      .portfolio-post_breadcrumb {
        display: none; } }
    .portfolio-post_breadcrumb li {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      color: #333333;
      color: #FFFFFF; }
      .portfolio-post_breadcrumb li a {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        color: #333333;
        color: #FFFFFF;
        padding-right: 5px; }
        .portfolio-post_breadcrumb li a:after {
          content: '>';
          padding-left: 5px; }
  .portfolio-post_block {
    background: url("../img/portfolio/maxresdefault.jpg") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 820px;
    position: relative; }
    @media only screen and (max-width: 425px) {
      .portfolio-post_block {
        background-size: auto;
        width: auto;
        height: 358px;
        position: relative; } }
    @media only screen and (max-width: 425px) {
      .portfolio-post_block .container {
        padding-right: 20px;
        padding-left: 20px;
        height: 140px;
        position: absolute;
        bottom: -139px; } }
    .portfolio-post_block-item {
      display: flex;
      flex-direction: column;
      width: 60%;
      height: 300px;
      background: #FFFFFF;
      position: absolute;
      bottom: 0; }
      @media only screen and (max-width: 1024px) {
        .portfolio-post_block-item {
          width: 65%; } }
      @media only screen and (max-width: 768px) {
        .portfolio-post_block-item {
          width: 85%; } }
      @media only screen and (max-width: 425px) {
        .portfolio-post_block-item {
          width: 100%;
          top: auto;
          height: 140px;
          bottom: -139px; } }
    .portfolio-post_block .btn-share {
      right: 0;
      position: absolute; }
      @media only screen and (max-width: 425px) {
        .portfolio-post_block .btn-share {
          top: -50px; } }
    .portfolio-post_block-text {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      height: 810px; }
      @media only screen and (max-width: 425px) {
        .portfolio-post_block-text {
          height: 140px;
          justify-content: center; } }
      .portfolio-post_block-text h4 {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-size: 24px;
        font-weight: 400;
        line-height: 39px;
        color: #000000;
        color: #000000; }
        @media only screen and (max-width: 425px) {
          .portfolio-post_block-text h4 {
            font-size: 12px;
            line-height: 20px;
            letter-spacing: 0.1em; } }
        @media only screen and (max-width: 425px) {
          .portfolio-post_block-text h4 {
            font-size: 18px;
            line-height: 29px; } }
      .portfolio-post_block-text h1 {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-size: 64px;
        font-weight: 400;
        line-height: 100px;
        color: #000000;
        color: #000000;
        padding-bottom: 70px;
        padding-top: 16px; }
        @media only screen and (max-width: 425px) {
          .portfolio-post_block-text h1 {
            font-size: 48px; } }
        @media only screen and (max-width: 425px) {
          .portfolio-post_block-text h1 {
            font-size: 36px;
            line-height: normal;
            padding: 0; } }

.description {
  width: 100%; }
  .description_img {
    width: 60%;
    float: left; }
    @media only screen and (max-width: 1024px) {
      .description_img {
        width: 100%;
        float: none; } }
    .description_img img {
      width: 100%; }
  .description_text {
    background-color: #FFFFFF;
    width: 40%;
    float: right;
    padding: 90px 100px 0 30px; }
    @media only screen and (max-width: 1024px) {
      .description_text {
        width: 100%;
        float: none;
        padding-top: 50px;
        padding-right: 25px; } }
    .description_text-item {
      display: flex;
      flex-basis: 50%;
      flex-direction: column;
      padding-bottom: 50px; }
      @media only screen and (max-width: 425px) {
        .description_text-item {
          flex-basis: 100%; } }
      .description_text-item .span-gray {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: normal;
        text-transform: uppercase;
        color: #999999;
        padding-bottom: 20px; }
      .description_text-item .span-black {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 39px;
        color: #000000; }
      .description_text-item-wrap {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row; }
    .description_text p {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      color: #333333;
      color: #333333; }

.description-reviews {
  padding-top: 60px;
  width: 100%; }
  .description-reviews_img {
    width: 60%;
    float: right;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 1024px) {
      .description-reviews_img {
        width: 100%;
        float: none; } }
    .description-reviews_img img {
      width: 100%; }
    .description-reviews_img .btn-share {
      position: absolute;
      right: 0;
      top: 0; }
    .description-reviews_img .play {
      position: absolute; }
  .description-reviews_text {
    background-color: #FFFFFF;
    width: 40%;
    float: left;
    padding: 290px 30px 0 100px; }
    @media only screen and (max-width: 1024px) {
      .description-reviews_text {
        width: 100%;
        float: none;
        padding: 60px 25px; } }
    .description-reviews_text-title {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      @media only screen and (max-width: 425px) {
        .description-reviews_text-title {
          align-items: center; } }
      .description-reviews_text-title .span-gray {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: normal;
        text-transform: uppercase;
        color: #999999; }
        @media only screen and (max-width: 425px) {
          .description-reviews_text-title .span-gray {
            padding-bottom: 10px; } }
      .description-reviews_text-title .span-black {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 39px;
        color: #000000; }
        @media only screen and (max-width: 425px) {
          .description-reviews_text-title .span-black {
            padding-bottom: 10px; } }
    .description-reviews_text-img {
      border: 4px solid #FF0000;
      width: 110px;
      height: 110px;
      margin-right: 30px; }
      @media only screen and (max-width: 425px) {
        .description-reviews_text-img {
          margin-right: 0;
          margin-bottom: 30px; } }
      .description-reviews_text-img img {
        width: 100%; }
      .description-reviews_text-img-wrap {
        display: flex;
        flex-direction: row;
        padding-bottom: 30px; }
        @media only screen and (max-width: 425px) {
          .description-reviews_text-img-wrap {
            flex-direction: column;
            align-items: center; } }
    .description-reviews_text p {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      color: #333333;
      color: #333333; }
      @media only screen and (max-width: 425px) {
        .description-reviews_text p {
          text-align: center; } }
  .description-reviews_social {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90px; }
    .description-reviews_social-img {
      width: 40px;
      height: 40px;
      border: 1px solid #e1e8ed;
      display: flex;
      justify-content: center; }

.portfolio-btn-group {
  display: flex;
  flex-direction: row;
  padding-top: 80px;
  justify-content: space-around;
  align-items: center;
  position: relative; }
  @media only screen and (max-width: 425px) {
    .portfolio-btn-group {
      padding-bottom: 20px; } }
  .portfolio-btn-group .portfolio-btn-text:first-child img {
    padding-right: 30px; }
  .portfolio-btn-group .portfolio-btn-text:last-child img {
    padding-left: 30px; }
  @media only screen and (max-width: 768px) {
    .portfolio-btn-group .more-btn {
      width: 270px; } }
  @media only screen and (max-width: 425px) {
    .portfolio-btn-group .more-btn {
      position: absolute;
      top: 0;
      width: 270px; } }

.portfolio-btn-text {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  text-align: center; }
  .portfolio-btn-text--text-left {
    padding-left: 5px; }
    @media only screen and (max-width: 425px) {
      .portfolio-btn-text--text-left img {
        padding-right: 5px; } }
    @media only screen and (max-width: 425px) {
      .portfolio-btn-text--text-left {
        text-align: left; } }
  .portfolio-btn-text--text-right {
    padding-right: 5px; }
    @media only screen and (max-width: 425px) {
      .portfolio-btn-text--text-right img {
        padding-left: 5px; } }
    @media only screen and (max-width: 425px) {
      .portfolio-btn-text--text-right {
        text-align: right; } }

.btn {
  background: #FF0000;
  width: 290px;
  height: 60px;
  border: none;
  z-index: 999;
  cursor: pointer; }
  .btn a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF; }
    @media only screen and (max-width: 425px) {
      .btn a {
        line-height: 23px; } }
  .btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
  .btn-small {
    width: 270px;
    height: 50px; }
    .btn-small a {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: normal;
      text-align: center;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #FFFFFF; }
      @media only screen and (max-width: 425px) {
        .btn-small a {
          line-height: 23px; } }
    .btn-small:hover {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
    .btn-small-empty {
      width: 270px;
      height: 50px;
      background: transparent;
      border: 1px solid #e1e8ed; }
      .btn-small-empty a {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: normal;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #000000; }
      .btn-small-empty:hover {
        border: 1px solid #FF0000; }

.button-text {
  width: 200px;
  color: #FF0000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .button-text img {
    padding-left: 10px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .button-text:hover {
    color: #000000; }
    .button-text:hover img {
      padding-left: 0 !important; }

.btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FF0000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .btn-text:hover {
    color: #FFFFFF; }

.portfolio-btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .portfolio-btn-text img {
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .portfolio-btn-text:hover {
    color: #FF0000; }

.more-btn {
  width: 470px;
  height: 50px;
  border: 1px solid #e1e8ed;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  padding-top: 15px;
  z-index: 999;
  cursor: pointer; }
  .more-btn img {
    padding-left: 16px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .more-btn:hover {
    color: #FF0000; }

.btn-group {
  display: flex;
  flex-direction: row;
  border: none;
  background: #FFFFFF;
  height: 50px;
  width: 225px;
  position: absolute;
  top: 790px;
  right: 0;
  z-index: 999;
  cursor: pointer; }
  .btn-group .phone-group {
    padding: 15px;
    background: #FF0000;
    position: relative; }
    .btn-group .phone-group:after {
      content: '';
      display: block;
      position: absolute;
      width: 13px;
      height: 13px;
      left: 43px;
      top: 19px;
      background: #FF0000;
      transform: rotate(-45deg); }
  @media only screen and (max-width: 425px) {
    .btn-group {
      display: none; } }
  .btn-group a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    text-transform: uppercase;
    padding-left: 25px; }
    @media only screen and (max-width: 425px) {
      .btn-group a {
        font-size: 12px;
        line-height: 20px; } }

.btn-share {
  width: 50px;
  height: 50px;
  z-index: 999;
  cursor: pointer; }
  .btn-share img {
    background-color: #333333;
    padding: 16.5px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .btn-share:hover img {
    background-color: #FF0000; }

.call-btn {
  padding: 10px;
  background-color: #333333;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .call-btn:hover {
    background-color: #FF0000; }

.submit-btn {
  background-color: #FF0000;
  width: 50px;
  height: 50px;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .submit-btn:hover {
    background-color: #333333; }

.dropbtn {
  background-color: transparent;
  color: #000000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  border: none;
  cursor: pointer;
  margin: 10px 0 10px 0; }
  .dropbtn span {
    padding-right: 15px; }

.dropdown {
  position: relative;
  display: none; }
  @media only screen and (max-width: 768px) {
    .dropdown {
      padding-top: 50px;
      padding-bottom: 50px;
      text-align: center;
      width: 290px;
      display: flex;
      justify-content: center;
      margin: 0 auto; } }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 100%;
  z-index: 1;
  top: 110px; }

.dropdown-content a {
  color: black;
  padding: 15px 16px;
  text-decoration: none;
  display: block;
  text-transform: uppercase; }

.dropdown-content a:hover {
  background-color: #f1f1f1; }

.show {
  display: block; }

.play {
  cursor: pointer;
  z-index: 999; }

.media-portal {
  padding-top: 90px; }
  @media only screen and (max-width: 425px) {
    .media-portal {
      padding-top: 60px; } }
  .media-portal_breadcrumb {
    display: flex;
    flex-direction: row;
    justify-content: center; }
    @media only screen and (max-width: 425px) {
      .media-portal_breadcrumb {
        display: none; } }
    .media-portal_breadcrumb li {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      color: #333333;
      color: #000000; }
      .media-portal_breadcrumb li a {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        color: #333333;
        color: #000000;
        padding-right: 5px; }
        .media-portal_breadcrumb li a:after {
          content: '>';
          padding-left: 5px; }
  .media-portal h1 {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 64px;
    font-weight: 400;
    line-height: 100px;
    color: #000000;
    color: #000000;
    text-align: center;
    padding-top: 30px; }
    @media only screen and (max-width: 425px) {
      .media-portal h1 {
        font-size: 48px; } }
    @media only screen and (max-width: 425px) {
      .media-portal h1 {
        font-size: 36px;
        line-height: 40px;
        padding-top: 0; } }
  .media-portal-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 70px;
    padding-top: 70px;
    width: 70%;
    margin: 0 auto; }
    @media only screen and (max-width: 425px) {
      .media-portal-list {
        padding-top: 50px;
        padding-bottom: 50px;
        display: flex;
        justify-content: center;
        position: relative;
        margin-left: -20px;
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .media-portal-list {
        display: none; }
        .media-portal-list:after {
          content: '';
          position: absolute;
          display: block;
          background: url("../img/arrow-portfolio-list.svg") no-repeat center;
          background-size: auto;
          width: 100%;
          height: 16px;
          top: 50%;
          margin-top: -8px;
          right: -40px; } }
    .media-portal-list li a {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      color: #333333;
      color: #000000;
      transition: .1s ease-out;
      transition-delay: 0.1s;
      text-transform: uppercase; }
      .media-portal-list li a:hover {
        color: #FF0000; }
    .media-portal-list li .active-portfolio {
      position: relative; }
      .media-portal-list li .active-portfolio:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 4px;
        background: #FF0000;
        bottom: -20px; }
        @media only screen and (max-width: 425px) {
          .media-portal-list li .active-portfolio:after {
            display: none; } }

.btn {
  background: #FF0000;
  width: 290px;
  height: 60px;
  border: none;
  z-index: 999;
  cursor: pointer; }
  .btn a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF; }
    @media only screen and (max-width: 425px) {
      .btn a {
        line-height: 23px; } }
  .btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
  .btn-small {
    width: 270px;
    height: 50px; }
    .btn-small a {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: normal;
      text-align: center;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #FFFFFF; }
      @media only screen and (max-width: 425px) {
        .btn-small a {
          line-height: 23px; } }
    .btn-small:hover {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
    .btn-small-empty {
      width: 270px;
      height: 50px;
      background: transparent;
      border: 1px solid #e1e8ed; }
      .btn-small-empty a {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: normal;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #000000; }
      .btn-small-empty:hover {
        border: 1px solid #FF0000; }

.button-text {
  width: 200px;
  color: #FF0000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .button-text img {
    padding-left: 10px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .button-text:hover {
    color: #000000; }
    .button-text:hover img {
      padding-left: 0 !important; }

.btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FF0000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .btn-text:hover {
    color: #FFFFFF; }

.portfolio-btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .portfolio-btn-text img {
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .portfolio-btn-text:hover {
    color: #FF0000; }

.more-btn {
  width: 470px;
  height: 50px;
  border: 1px solid #e1e8ed;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  padding-top: 15px;
  z-index: 999;
  cursor: pointer; }
  .more-btn img {
    padding-left: 16px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .more-btn:hover {
    color: #FF0000; }

.btn-group {
  display: flex;
  flex-direction: row;
  border: none;
  background: #FFFFFF;
  height: 50px;
  width: 225px;
  position: absolute;
  top: 790px;
  right: 0;
  z-index: 999;
  cursor: pointer; }
  .btn-group .phone-group {
    padding: 15px;
    background: #FF0000;
    position: relative; }
    .btn-group .phone-group:after {
      content: '';
      display: block;
      position: absolute;
      width: 13px;
      height: 13px;
      left: 43px;
      top: 19px;
      background: #FF0000;
      transform: rotate(-45deg); }
  @media only screen and (max-width: 425px) {
    .btn-group {
      display: none; } }
  .btn-group a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    text-transform: uppercase;
    padding-left: 25px; }
    @media only screen and (max-width: 425px) {
      .btn-group a {
        font-size: 12px;
        line-height: 20px; } }

.btn-share {
  width: 50px;
  height: 50px;
  z-index: 999;
  cursor: pointer; }
  .btn-share img {
    background-color: #333333;
    padding: 16.5px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .btn-share:hover img {
    background-color: #FF0000; }

.call-btn {
  padding: 10px;
  background-color: #333333;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .call-btn:hover {
    background-color: #FF0000; }

.submit-btn {
  background-color: #FF0000;
  width: 50px;
  height: 50px;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .submit-btn:hover {
    background-color: #333333; }

.dropbtn {
  background-color: transparent;
  color: #000000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  border: none;
  cursor: pointer;
  margin: 10px 0 10px 0; }
  .dropbtn span {
    padding-right: 15px; }

.dropdown {
  position: relative;
  display: none; }
  @media only screen and (max-width: 768px) {
    .dropdown {
      padding-top: 50px;
      padding-bottom: 50px;
      text-align: center;
      width: 290px;
      display: flex;
      justify-content: center;
      margin: 0 auto; } }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 100%;
  z-index: 1;
  top: 110px; }

.dropdown-content a {
  color: black;
  padding: 15px 16px;
  text-decoration: none;
  display: block;
  text-transform: uppercase; }

.dropdown-content a:hover {
  background-color: #f1f1f1; }

.show {
  display: block; }

.play {
  cursor: pointer;
  z-index: 999; }

.blog {
  padding-bottom: 138px; }

.blog-top {
  padding-top: 66px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  position: relative; }
  @media only screen and (max-width: 425px) {
    .blog-top {
      padding-top: 40px;
      height: 510px; } }
  .blog-top_block {
    padding-bottom: 60px; }
    @media only screen and (max-width: 1024px) {
      .blog-top_block {
        padding-bottom: 70px; } }
    @media only screen and (max-width: 425px) {
      .blog-top_block {
        height: 660px;
        position: relative;
        padding-bottom: 60px; } }
  .blog-top_item {
    width: 100%;
    height: 620px;
    background: url("../img/portfolio/111.jpg") no-repeat center;
    background-size: cover;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative; }
    @media only screen and (max-width: 425px) {
      .blog-top_item {
        width: auto;
        height: 290px;
        background-size: cover;
        position: relative; } }
    .blog-top_item .btn-share {
      position: absolute;
      right: 0; }
  .blog-top_text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-color: #FFFFFF;
    width: 50%;
    height: 340px;
    position: absolute;
    padding-top: 40px;
    padding-left: 15px;
    padding-bottom: 0;
    padding-right: 35px;
    bottom: 0; }
    @media only screen and (max-width: 425px) {
      .blog-top_text {
        position: relative;
        top: 289px;
        width: 100%;
        padding: 0;
        height: 310px; } }
    .blog-top_text h3 {
      font-family: 'Noto Sans', sans-serif;
      font-weight: 400;
      font-size: 36px;
      color: #000000;
      line-height: normal; }
      @media only screen and (max-width: 425px) {
        .blog-top_text h3 {
          font-size: 24px;
          line-height: 39px; } }
    .blog-top_text .inner_span {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-size: 12px;
      font-weight: 400;
      line-height: normal;
      text-align: center;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #FFFFFF;
      padding: 6.5px 10.5px;
      background-color: #333333;
      position: absolute;
      top: -30px;
      left: 0; }
    .blog-top_text p {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-size: 14px;
      font-weight: 400;
      line-height: 23px;
      color: #333333;
      color: #333333;
      padding-top: 25px;
      padding-bottom: 40px; }
      @media only screen and (max-width: 425px) {
        .blog-top_text p {
          padding-bottom: 20px; } }
    .blog-top_text .text-sup {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      padding-top: 43px; }
      @media only screen and (max-width: 425px) {
        .blog-top_text .text-sup {
          padding-top: 17px; } }
      .blog-top_text .text-sup span {
        font-family: 'Noto Sans', sans-serif;
        font-size: 12px;
        line-height: normal;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #999999;
        background: transparent; }

@media only screen and (max-width: 1024px) {
  .blog-bottom_block .row .ord-1 {
    order: 1; } }

@media only screen and (max-width: 1024px) {
  .blog-bottom_block .row .ord-2 {
    order: 2; } }

@media only screen and (max-width: 1024px) {
  .blog-bottom_block .row .ord-3 {
    order: 3;
    padding: 0; } }

.blog-bottom_main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media only screen and (max-width: 425px) {
    .blog-bottom_main {
      flex-direction: column;
      align-content: center; } }
  @media only screen and (max-width: 375px) {
    .blog-bottom_main {
      flex-direction: row;
      align-content: normal; } }
  .blog-bottom_main-item {
    margin-bottom: 60px;
    width: 370px;
    position: relative; }
    .blog-bottom_main-item .btn-share {
      display: none;
      position: absolute; }
      @media only screen and (max-width: 425px) {
        .blog-bottom_main-item .btn-share {
          display: block;
          z-index: 9;
          right: 0; } }
    .blog-bottom_main-item .main-item_link {
      margin-bottom: 20px;
      position: relative;
      height: 260px; }
      .blog-bottom_main-item .main-item_link .inner_span {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-size: 12px;
        font-weight: 400;
        line-height: normal;
        text-align: center;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #FFFFFF;
        padding: 6.5px 10.5px;
        background-color: #333333;
        position: absolute;
        bottom: 0;
        left: 0; }
      .blog-bottom_main-item .main-item_link a {
        height: 100%;
        width: 100%;
        display: inline-block;
        position: relative; }
      .blog-bottom_main-item .main-item_link img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .blog-bottom_main-item .main-item_text h4 {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-size: 24px;
      font-weight: 400;
      line-height: 39px;
      color: #000000;
      color: #000000; }
      @media only screen and (max-width: 425px) {
        .blog-bottom_main-item .main-item_text h4 {
          font-size: 12px;
          line-height: 20px;
          letter-spacing: 0.1em; } }
    .blog-bottom_main-item .main-item_text .text-sup {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      padding-top: 21px; }
      @media only screen and (max-width: 425px) {
        .blog-bottom_main-item .main-item_text .text-sup {
          padding-top: 17px; } }
      .blog-bottom_main-item .main-item_text .text-sup span {
        font-family: 'Noto Sans', sans-serif;
        font-size: 12px;
        line-height: normal;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #999999;
        background: transparent; }

.blog_number {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative; }
  .blog_number--wrap {
    min-width: 100%; }
  @media only screen and (max-width: 425px) {
    .blog_number .d-sm-none {
      display: none; } }
  .blog_number .active-portfolio-num {
    border: none;
    background-color: #FF0000; }
    .blog_number .active-portfolio-num a {
      color: #FFFFFF; }
  .blog_number li {
    width: 34px;
    height: 34px;
    margin: 0 10px;
    border: 1px solid #e1e8ed;
    display: flex;
    justify-content: center; }
    @media only screen and (max-width: 425px) {
      .blog_number li:nth-child(1) {
        display: none; }
      .blog_number li:nth-child(2) {
        display: none; }
      .blog_number li:nth-child(4) {
        display: none; }
      .blog_number li:nth-child(5) {
        display: none; } }
    .blog_number li a {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-size: 14px;
      font-weight: 700;
      line-height: normal;
      color: #000000;
      text-transform: uppercase;
      color: #171717; }
      @media only screen and (max-width: 425px) {
        .blog_number li a {
          font-size: 12px;
          line-height: 20px; } }
  .blog_number--wrap {
    position: relative;
    padding-top: 56px; }
    @media only screen and (max-width: 425px) {
      .blog_number--wrap {
        padding-top: 0;
        padding-bottom: 80px; } }
    .blog_number--wrap .container-fluid {
      position: absolute;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media only screen and (max-width: 425px) {
        .blog_number--wrap .container-fluid {
          height: auto;
          justify-content: flex-end; } }
  .blog_number_arrow {
    width: 35px;
    height: 35px;
    background-color: transparent;
    border: 1px solid #DEDEDE;
    display: flex;
    justify-content: center; }
    .blog_number_arrow img {
      z-index: 999; }
    .blog_number_arrow-group {
      width: 100%;
      height: 50px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-self: center; }

.btn {
  background: #FF0000;
  width: 290px;
  height: 60px;
  border: none;
  z-index: 999;
  cursor: pointer; }
  .btn a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF; }
    @media only screen and (max-width: 425px) {
      .btn a {
        line-height: 23px; } }
  .btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
  .btn-small {
    width: 270px;
    height: 50px; }
    .btn-small a {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: normal;
      text-align: center;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #FFFFFF; }
      @media only screen and (max-width: 425px) {
        .btn-small a {
          line-height: 23px; } }
    .btn-small:hover {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
    .btn-small-empty {
      width: 270px;
      height: 50px;
      background: transparent;
      border: 1px solid #e1e8ed; }
      .btn-small-empty a {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: normal;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #000000; }
      .btn-small-empty:hover {
        border: 1px solid #FF0000; }

.button-text {
  width: 200px;
  color: #FF0000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .button-text img {
    padding-left: 10px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .button-text:hover {
    color: #000000; }
    .button-text:hover img {
      padding-left: 0 !important; }

.btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FF0000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .btn-text:hover {
    color: #FFFFFF; }

.portfolio-btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .portfolio-btn-text img {
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .portfolio-btn-text:hover {
    color: #FF0000; }

.more-btn {
  width: 470px;
  height: 50px;
  border: 1px solid #e1e8ed;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  padding-top: 15px;
  z-index: 999;
  cursor: pointer; }
  .more-btn img {
    padding-left: 16px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .more-btn:hover {
    color: #FF0000; }

.btn-group {
  display: flex;
  flex-direction: row;
  border: none;
  background: #FFFFFF;
  height: 50px;
  width: 225px;
  position: absolute;
  top: 790px;
  right: 0;
  z-index: 999;
  cursor: pointer; }
  .btn-group .phone-group {
    padding: 15px;
    background: #FF0000;
    position: relative; }
    .btn-group .phone-group:after {
      content: '';
      display: block;
      position: absolute;
      width: 13px;
      height: 13px;
      left: 43px;
      top: 19px;
      background: #FF0000;
      transform: rotate(-45deg); }
  @media only screen and (max-width: 425px) {
    .btn-group {
      display: none; } }
  .btn-group a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    text-transform: uppercase;
    padding-left: 25px; }
    @media only screen and (max-width: 425px) {
      .btn-group a {
        font-size: 12px;
        line-height: 20px; } }

.btn-share {
  width: 50px;
  height: 50px;
  z-index: 999;
  cursor: pointer; }
  .btn-share img {
    background-color: #333333;
    padding: 16.5px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .btn-share:hover img {
    background-color: #FF0000; }

.call-btn {
  padding: 10px;
  background-color: #333333;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .call-btn:hover {
    background-color: #FF0000; }

.submit-btn {
  background-color: #FF0000;
  width: 50px;
  height: 50px;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .submit-btn:hover {
    background-color: #333333; }

.dropbtn {
  background-color: transparent;
  color: #000000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  border: none;
  cursor: pointer;
  margin: 10px 0 10px 0; }
  .dropbtn span {
    padding-right: 15px; }

.dropdown {
  position: relative;
  display: none; }
  @media only screen and (max-width: 768px) {
    .dropdown {
      padding-top: 50px;
      padding-bottom: 50px;
      text-align: center;
      width: 290px;
      display: flex;
      justify-content: center;
      margin: 0 auto; } }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 100%;
  z-index: 1;
  top: 110px; }

.dropdown-content a {
  color: black;
  padding: 15px 16px;
  text-decoration: none;
  display: block;
  text-transform: uppercase; }

.dropdown-content a:hover {
  background-color: #f1f1f1; }

.show {
  display: block; }

.play {
  cursor: pointer;
  z-index: 999; }

.contacts {
  padding-top: 80px; }
  .contacts h4 {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
    padding-bottom: 10px; }
    @media only screen and (max-width: 425px) {
      .contacts h4 {
        font-size: 12px;
        line-height: 20px; } }
    @media only screen and (max-width: 425px) {
      .contacts h4 {
        font-size: 18px;
        line-height: 29px; } }
  .contacts h2 {
    position: relative;
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 48px;
    font-weight: 400;
    line-height: 70px;
    color: #000000;
    text-align: center;
    margin-bottom: 20px; }
    @media only screen and (max-width: 425px) {
      .contacts h2 {
        font-size: 24px;
        line-height: 35px; } }
    .contacts h2:after {
      content: '';
      display: block;
      position: absolute;
      width: 30px;
      height: 4px;
      background: #FF0000;
      left: 50%;
      margin-left: -15px;
      bottom: -20px; }
  .contacts_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    padding-top: 56px; }
  .contacts_item {
    display: flex;
    flex-direction: column; }
    .contacts_item span {
      font-family: Noto Sans, sans-serif;
      font-weight: bold;
      font-size: 14px;
      line-height: 19px;
      text-transform: uppercase;
      color: #999999;
      padding-bottom: 20px; }
    .contacts_item a {
      font-family: Noto Sans, sans-serif;
      font-weight: normal;
      font-size: 18px;
      line-height: 29px;
      color: #000000;
      text-decoration: none;
      cursor: pointer;
      padding-bottom: 20px; }
    .contacts_item p {
      font-family: Noto Sans, sans-serif;
      font-weight: normal;
      font-size: 18px;
      line-height: 29px;
      color: #000000; }
  .contacts_form {
    padding-top: 16px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 120px;
    display: flex; }
    @media only screen and (max-width: 650px) {
      .contacts_form {
        padding-right: 25px;
        padding-left: 25px;
        padding-top: 0; } }
    .contacts_form .half {
      float: left;
      width: 270px; }
      @media only screen and (max-width: 650px) {
        .contacts_form .half {
          width: 100%; } }
    .contacts_form .right {
      margin-right: 2%; }
      @media only screen and (max-width: 650px) {
        .contacts_form .right {
          width: 100%; } }
    .contacts_form .left {
      margin-right: 2%; }
    .contacts_form .submit-group {
      float: right; }
      .contacts_form .submit-group #input-submit {
        background: url("../img/sent-mail.svg") no-repeat center;
        cursor: pointer;
        border: none;
        margin-top: 0; }
    .contacts_form .group {
      float: left;
      width: 570px;
      display: flex;
      justify-content: space-between;
      height: 156px; }
      @media only screen and (max-width: 650px) {
        .contacts_form .group {
          width: 100%; } }
      @media only screen and (max-width: 425px) {
        .contacts_form .group {
          width: 270px; } }
      .contacts_form .group .textarea {
        width: 500px;
        float: left; }
        @media only screen and (max-width: 650px) {
          .contacts_form .group .textarea {
            width: 80%; } }
        @media only screen and (max-width: 425px) {
          .contacts_form .group .textarea {
            width: 220px; } }
        .contacts_form .group .textarea textarea {
          height: 50px;
          float: right; }

input, textarea {
  border: 0;
  outline: 0;
  padding: 1em;
  display: block;
  width: 100%;
  margin-top: 30px;
  font-family: 'Noto Sans', sans-serif;
  border-bottom: 1px solid #E1E8ED;
  resize: none; }
  @media only screen and (max-width: 650px) {
    input, textarea {
      padding-left: 0; } }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999999;
    font-size: 16px;
    line-height: 26px; }
  input::-moz-placeholder, textarea::-moz-placeholder {
    color: #999999;
    font-size: 16px;
    line-height: 26px; }
  input:-moz-placeholder, textarea:-moz-placeholder {
    color: #999999;
    font-size: 16px;
    line-height: 26px; }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999999;
    font-size: 16px;
    line-height: 26px; }

.btn {
  background: #FF0000;
  width: 290px;
  height: 60px;
  border: none;
  z-index: 999;
  cursor: pointer; }
  .btn a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF; }
    @media only screen and (max-width: 425px) {
      .btn a {
        line-height: 23px; } }
  .btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
  .btn-small {
    width: 270px;
    height: 50px; }
    .btn-small a {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: normal;
      text-align: center;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #FFFFFF; }
      @media only screen and (max-width: 425px) {
        .btn-small a {
          line-height: 23px; } }
    .btn-small:hover {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
    .btn-small-empty {
      width: 270px;
      height: 50px;
      background: transparent;
      border: 1px solid #e1e8ed; }
      .btn-small-empty a {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: normal;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #000000; }
      .btn-small-empty:hover {
        border: 1px solid #FF0000; }

.button-text {
  width: 200px;
  color: #FF0000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .button-text img {
    padding-left: 10px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .button-text:hover {
    color: #000000; }
    .button-text:hover img {
      padding-left: 0 !important; }

.btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FF0000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .btn-text:hover {
    color: #FFFFFF; }

.portfolio-btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .portfolio-btn-text img {
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .portfolio-btn-text:hover {
    color: #FF0000; }

.more-btn {
  width: 470px;
  height: 50px;
  border: 1px solid #e1e8ed;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  padding-top: 15px;
  z-index: 999;
  cursor: pointer; }
  .more-btn img {
    padding-left: 16px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .more-btn:hover {
    color: #FF0000; }

.btn-group {
  display: flex;
  flex-direction: row;
  border: none;
  background: #FFFFFF;
  height: 50px;
  width: 225px;
  position: absolute;
  top: 790px;
  right: 0;
  z-index: 999;
  cursor: pointer; }
  .btn-group .phone-group {
    padding: 15px;
    background: #FF0000;
    position: relative; }
    .btn-group .phone-group:after {
      content: '';
      display: block;
      position: absolute;
      width: 13px;
      height: 13px;
      left: 43px;
      top: 19px;
      background: #FF0000;
      transform: rotate(-45deg); }
  @media only screen and (max-width: 425px) {
    .btn-group {
      display: none; } }
  .btn-group a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    text-transform: uppercase;
    padding-left: 25px; }
    @media only screen and (max-width: 425px) {
      .btn-group a {
        font-size: 12px;
        line-height: 20px; } }

.btn-share {
  width: 50px;
  height: 50px;
  z-index: 999;
  cursor: pointer; }
  .btn-share img {
    background-color: #333333;
    padding: 16.5px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .btn-share:hover img {
    background-color: #FF0000; }

.call-btn {
  padding: 10px;
  background-color: #333333;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .call-btn:hover {
    background-color: #FF0000; }

.submit-btn {
  background-color: #FF0000;
  width: 50px;
  height: 50px;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .submit-btn:hover {
    background-color: #333333; }

.dropbtn {
  background-color: transparent;
  color: #000000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  border: none;
  cursor: pointer;
  margin: 10px 0 10px 0; }
  .dropbtn span {
    padding-right: 15px; }

.dropdown {
  position: relative;
  display: none; }
  @media only screen and (max-width: 768px) {
    .dropdown {
      padding-top: 50px;
      padding-bottom: 50px;
      text-align: center;
      width: 290px;
      display: flex;
      justify-content: center;
      margin: 0 auto; } }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 100%;
  z-index: 1;
  top: 110px; }

.dropdown-content a {
  color: black;
  padding: 15px 16px;
  text-decoration: none;
  display: block;
  text-transform: uppercase; }

.dropdown-content a:hover {
  background-color: #f1f1f1; }

.show {
  display: block; }

.play {
  cursor: pointer;
  z-index: 999; }

.sidebar h3 {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-size: 36px;
  font-weight: 400;
  line-height: normal;
  color: #000000;
  width: 270px; }

.sidebar_about {
  width: 100%;
  height: 490px;
  margin-bottom: 60px;
  background: url("../img/services/Womens+Foundation_01668-Edit.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  position: relative; }
  @media only screen and (max-width: 1199px) {
    .sidebar_about {
      background-position: top; } }
  .sidebar_about-text {
    position: absolute;
    bottom: 80px;
    left: 30px;
    width: 300px; }
    .sidebar_about-text p {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-size: 12px;
      font-weight: 400;
      line-height: normal;
      text-align: center;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #FFFFFF;
      text-align: start;
      margin-bottom: 14px; }
    .sidebar_about-text h3 {
      color: #FFFFFF; }
  .sidebar_about-button {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #FF0000;
    padding: 15px 20px;
    position: absolute;
    align-self: flex-end;
    bottom: 0; }
    @media only screen and (max-width: 425px) {
      .sidebar_about-button {
        line-height: 23px; } }
    .sidebar_about-button:hover {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)) #FF0000; }

.sidebar_articles {
  margin-bottom: 70px; }
  @media only screen and (max-width: 425px) {
    .sidebar_articles {
      padding: 0 10px; } }
  .sidebar_articles h3 {
    width: 270px;
    margin-bottom: 31px; }
  .sidebar_articles-item {
    display: flex;
    margin-bottom: 30px; }
    @media only screen and (max-width: 425px) {
      .sidebar_articles-item {
        margin-bottom: 20px; } }
    .sidebar_articles-item-link {
      width: 100px;
      height: 100px;
      flex-shrink: 0;
      margin-right: 20px;
      position: relative; }
      .sidebar_articles-item-link .inner_span {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-size: 12px;
        font-weight: 400;
        line-height: normal;
        text-align: center;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #FFFFFF;
        padding: 6.5px 10.5px;
        background-color: #333333;
        position: absolute;
        bottom: 0;
        left: 0;
        pointer-events: none; }
      .sidebar_articles-item-link a {
        display: inline-block;
        width: 100%;
        height: 100%; }
      .sidebar_articles-item-link img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .sidebar_articles-item-text {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-size: 18px;
      font-weight: 400;
      line-height: 29px;
      color: #000000; }
      .sidebar_articles-item-text .text-sup {
        display: flex;
        flex-direction: row;
        justify-content: space-between; }
        @media only screen and (max-width: 425px) {
          .sidebar_articles-item-text .text-sup {
            padding-top: 17px; } }
        .sidebar_articles-item-text .text-sup span {
          font-family: 'Noto Sans', sans-serif;
          font-size: 12px;
          line-height: normal;
          letter-spacing: 0.05em;
          text-transform: uppercase;
          color: #999999;
          background: transparent; }

.sidebar_subscrip {
  margin-bottom: 60px; }
  @media only screen and (max-width: 425px) {
    .sidebar_subscrip {
      padding: 0 25px; } }
  .sidebar_subscrip h3 {
    margin-bottom: 41px; }
  .sidebar_subscrip-form {
    display: flex; }
    .sidebar_subscrip-form .submit-group {
      flex-shrink: 0; }
      .sidebar_subscrip-form .submit-group #input-submit {
        background: url("../img/sent-mail.svg") no-repeat center;
        cursor: pointer;
        border: none;
        margin-top: 0; }
  .sidebar_subscrip-email {
    margin-top: 0; }

@media only screen and (max-width: 425px) {
  .sidebar_tags {
    padding: 0 25px; } }

.sidebar_tags h3 {
  margin-bottom: 30px; }

.sidebar_tags-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media only screen and (max-width: 320px) {
    .sidebar_tags-block {
      width: 60%;
      flex-direction: row; } }
  .sidebar_tags-block .inner_span {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 6.5px 10.5px;
    background-color: #333333;
    margin-bottom: 20px;
    cursor: pointer; }

.btn {
  background: #FF0000;
  width: 290px;
  height: 60px;
  border: none;
  z-index: 999;
  cursor: pointer; }
  .btn a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF; }
    @media only screen and (max-width: 425px) {
      .btn a {
        line-height: 23px; } }
  .btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
  .btn-small {
    width: 270px;
    height: 50px; }
    .btn-small a {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: normal;
      text-align: center;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #FFFFFF; }
      @media only screen and (max-width: 425px) {
        .btn-small a {
          line-height: 23px; } }
    .btn-small:hover {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
    .btn-small-empty {
      width: 270px;
      height: 50px;
      background: transparent;
      border: 1px solid #e1e8ed; }
      .btn-small-empty a {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: normal;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #000000; }
      .btn-small-empty:hover {
        border: 1px solid #FF0000; }

.button-text {
  width: 200px;
  color: #FF0000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .button-text img {
    padding-left: 10px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .button-text:hover {
    color: #000000; }
    .button-text:hover img {
      padding-left: 0 !important; }

.btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FF0000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .btn-text:hover {
    color: #FFFFFF; }

.portfolio-btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .portfolio-btn-text img {
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .portfolio-btn-text:hover {
    color: #FF0000; }

.more-btn {
  width: 470px;
  height: 50px;
  border: 1px solid #e1e8ed;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  padding-top: 15px;
  z-index: 999;
  cursor: pointer; }
  .more-btn img {
    padding-left: 16px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .more-btn:hover {
    color: #FF0000; }

.btn-group {
  display: flex;
  flex-direction: row;
  border: none;
  background: #FFFFFF;
  height: 50px;
  width: 225px;
  position: absolute;
  top: 790px;
  right: 0;
  z-index: 999;
  cursor: pointer; }
  .btn-group .phone-group {
    padding: 15px;
    background: #FF0000;
    position: relative; }
    .btn-group .phone-group:after {
      content: '';
      display: block;
      position: absolute;
      width: 13px;
      height: 13px;
      left: 43px;
      top: 19px;
      background: #FF0000;
      transform: rotate(-45deg); }
  @media only screen and (max-width: 425px) {
    .btn-group {
      display: none; } }
  .btn-group a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    text-transform: uppercase;
    padding-left: 25px; }
    @media only screen and (max-width: 425px) {
      .btn-group a {
        font-size: 12px;
        line-height: 20px; } }

.btn-share {
  width: 50px;
  height: 50px;
  z-index: 999;
  cursor: pointer; }
  .btn-share img {
    background-color: #333333;
    padding: 16.5px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .btn-share:hover img {
    background-color: #FF0000; }

.call-btn {
  padding: 10px;
  background-color: #333333;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .call-btn:hover {
    background-color: #FF0000; }

.submit-btn {
  background-color: #FF0000;
  width: 50px;
  height: 50px;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .submit-btn:hover {
    background-color: #333333; }

.dropbtn {
  background-color: transparent;
  color: #000000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  border: none;
  cursor: pointer;
  margin: 10px 0 10px 0; }
  .dropbtn span {
    padding-right: 15px; }

.dropdown {
  position: relative;
  display: none; }
  @media only screen and (max-width: 768px) {
    .dropdown {
      padding-top: 50px;
      padding-bottom: 50px;
      text-align: center;
      width: 290px;
      display: flex;
      justify-content: center;
      margin: 0 auto; } }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 100%;
  z-index: 1;
  top: 110px; }

.dropdown-content a {
  color: black;
  padding: 15px 16px;
  text-decoration: none;
  display: block;
  text-transform: uppercase; }

.dropdown-content a:hover {
  background-color: #f1f1f1; }

.show {
  display: block; }

.play {
  cursor: pointer;
  z-index: 999; }

.media-post {
  position: relative;
  height: 760px;
  background: url("../img/portal/e8e2d097db313c9dc37a297c54f2.jpg") no-repeat center;
  background-size: cover; }
  @media only screen and (max-width: 425px) {
    .media-post {
      height: 240px; } }
  .media-post_block {
    width: 60%;
    height: 410px;
    background-color: #FFFFFF;
    position: absolute;
    bottom: 0; }
    @media only screen and (max-width: 425px) {
      .media-post_block {
        display: none; } }
  .media-post_breadcrumb {
    display: flex;
    flex-direction: row;
    margin-top: 280px; }
    @media only screen and (max-width: 425px) {
      .media-post_breadcrumb {
        display: none; } }
    .media-post_breadcrumb li {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      color: #333333;
      color: #FFFFFF; }
      .media-post_breadcrumb li a {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        color: #333333;
        color: #FFFFFF;
        padding-right: 5px; }
        .media-post_breadcrumb li a:after {
          content: '>';
          padding-left: 5px; }

.media-description {
  padding-bottom: 58px; }
  .media-description .container {
    padding-right: 25px;
    padding-left: 25px; }
  .media-description_main {
    margin-top: -300px; }
    @media only screen and (max-width: 425px) {
      .media-description_main {
        margin-top: 0; } }
    .media-description_main-inform {
      display: flex;
      align-items: center;
      margin-bottom: 30px; }
      .media-description_main-inform .inner_span {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-size: 12px;
        font-weight: 400;
        line-height: normal;
        text-align: center;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #FFFFFF;
        padding: 6.5px 10.5px;
        background-color: #333333;
        margin-right: 32px; }
        @media only screen and (max-width: 425px) {
          .media-description_main-inform .inner_span {
            position: absolute;
            top: -30px;
            left: 0; } }
      .media-description_main-inform .text-sup {
        display: flex;
        flex-direction: row;
        justify-content: space-between; }
        @media only screen and (max-width: 425px) {
          .media-description_main-inform .text-sup {
            width: 100%;
            padding-top: 30px; } }
        .media-description_main-inform .text-sup span {
          font-family: 'Noto Sans', sans-serif;
          font-size: 12px;
          line-height: normal;
          letter-spacing: 0.05em;
          text-transform: uppercase;
          color: #999999;
          background: transparent;
          margin-right: 40px; }
          @media only screen and (max-width: 425px) {
            .media-description_main-inform .text-sup span {
              margin-right: 0;
              display: flex; } }
    .media-description_main h2 {
      position: relative;
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-size: 48px;
      font-weight: 400;
      line-height: 70px;
      color: #000000;
      margin-bottom: 76px; }
      @media only screen and (max-width: 425px) {
        .media-description_main h2 {
          font-size: 24px;
          line-height: 35px; } }
      @media only screen and (max-width: 425px) {
        .media-description_main h2 {
          font-size: 24px;
          line-height: 39px;
          margin-bottom: 20px; } }
      .media-description_main h2:after {
        content: '';
        display: block;
        position: absolute;
        width: 30px;
        height: 4px;
        background: #FF0000;
        left: 0;
        bottom: -20px; }
    .media-description_main p {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      color: #333333;
      color: #333333; }
      .media-description_main p span {
        margin-top: 40px;
        display: inline-block; }
      .media-description_main p + img {
        margin-top: 56px;
        max-width: 500px; }
      @media only screen and (max-width: 425px) {
        .media-description_main p {
          padding-top: 40px; } }
    .media-description_main-block {
      margin-top: 31px;
      margin-bottom: 30px;
      display: flex;
      justify-content: space-between; }
      @media only screen and (max-width: 425px) {
        .media-description_main-block {
          flex-wrap: wrap;
          margin-bottom: 0; } }
      .media-description_main-block img {
        width: 210px; }
        @media only screen and (max-width: 425px) {
          .media-description_main-block img {
            object-fit: cover;
            margin-bottom: 10px; } }
        @media only screen and (max-width: 425px) {
          .media-description_main-block img:nth-child(even), .media-description_main-block img:nth-child(odd) {
            width: 130px;
            height: 160px; } }
        @media only screen and (max-width: 425px) {
          .media-description_main-block img:last-child {
            width: 270px;
            height: 334px; } }
    @media only screen and (max-width: 425px) {
      .media-description_main-img {
        width: 270px;
        height: 160px;
        object-fit: cover; } }
    @media only screen and (max-width: 340px) {
      .media-description_main-img {
        width: 100%; } }
    .media-description_main-img + p {
      margin-top: 40px; }
      @media only screen and (max-width: 425px) {
        .media-description_main-img + p {
          margin-top: 0; } }
  .media-description_sidebar {
    margin-top: 90px; }
    @media only screen and (max-width: 425px) {
      .media-description_sidebar {
        margin-top: 68px; } }
  .media-description_btn-group {
    display: flex;
    flex-direction: row;
    padding-top: 80px;
    justify-content: space-between;
    width: 100%; }
    @media only screen and (max-width: 425px) {
      .media-description_btn-group {
        width: 100%;
        padding-top: 50px; } }
    @media only screen and (max-width: 425px) {
      .media-description_btn-group .portfolio-btn-text {
        display: flex;
        flex-direction: column;
        width: 110px; } }
    @media only screen and (max-width: 425px) {
      .media-description_btn-group .portfolio-btn-text:first-child {
        align-items: flex-start; } }
    .media-description_btn-group .portfolio-btn-text:first-child img {
      padding-right: 30px; }
      @media only screen and (max-width: 425px) {
        .media-description_btn-group .portfolio-btn-text:first-child img {
          padding-right: 0;
          padding-bottom: 10px; } }
    @media only screen and (max-width: 425px) {
      .media-description_btn-group .portfolio-btn-text:last-child {
        align-items: flex-end; } }
    .media-description_btn-group .portfolio-btn-text:last-child img {
      padding-left: 30px; }
      @media only screen and (max-width: 425px) {
        .media-description_btn-group .portfolio-btn-text:last-child img {
          padding-left: 0;
          padding-bottom: 10px;
          order: -1; } }

@media only screen and (max-width: 1024px) {
  .ord .ord-1 {
    order: 1; } }

@media only screen and (max-width: 1024px) {
  .ord .ord-2 {
    order: 2; } }

@media only screen and (max-width: 1024px) {
  .ord .ord-3 {
    order: 3;
    margin-left: -10px;
    width: calc(100% + 30px);
    padding: 0; } }

.btn {
  background: #FF0000;
  width: 290px;
  height: 60px;
  border: none;
  z-index: 999;
  cursor: pointer; }
  .btn a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF; }
    @media only screen and (max-width: 425px) {
      .btn a {
        line-height: 23px; } }
  .btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
  .btn-small {
    width: 270px;
    height: 50px; }
    .btn-small a {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: normal;
      text-align: center;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #FFFFFF; }
      @media only screen and (max-width: 425px) {
        .btn-small a {
          line-height: 23px; } }
    .btn-small:hover {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
    .btn-small-empty {
      width: 270px;
      height: 50px;
      background: transparent;
      border: 1px solid #e1e8ed; }
      .btn-small-empty a {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: normal;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #000000; }
      .btn-small-empty:hover {
        border: 1px solid #FF0000; }

.button-text {
  width: 200px;
  color: #FF0000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .button-text img {
    padding-left: 10px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .button-text:hover {
    color: #000000; }
    .button-text:hover img {
      padding-left: 0 !important; }

.btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FF0000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .btn-text:hover {
    color: #FFFFFF; }

.portfolio-btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .portfolio-btn-text img {
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .portfolio-btn-text:hover {
    color: #FF0000; }

.more-btn {
  width: 470px;
  height: 50px;
  border: 1px solid #e1e8ed;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  padding-top: 15px;
  z-index: 999;
  cursor: pointer; }
  .more-btn img {
    padding-left: 16px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .more-btn:hover {
    color: #FF0000; }

.btn-group {
  display: flex;
  flex-direction: row;
  border: none;
  background: #FFFFFF;
  height: 50px;
  width: 225px;
  position: absolute;
  top: 790px;
  right: 0;
  z-index: 999;
  cursor: pointer; }
  .btn-group .phone-group {
    padding: 15px;
    background: #FF0000;
    position: relative; }
    .btn-group .phone-group:after {
      content: '';
      display: block;
      position: absolute;
      width: 13px;
      height: 13px;
      left: 43px;
      top: 19px;
      background: #FF0000;
      transform: rotate(-45deg); }
  @media only screen and (max-width: 425px) {
    .btn-group {
      display: none; } }
  .btn-group a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    text-transform: uppercase;
    padding-left: 25px; }
    @media only screen and (max-width: 425px) {
      .btn-group a {
        font-size: 12px;
        line-height: 20px; } }

.btn-share {
  width: 50px;
  height: 50px;
  z-index: 999;
  cursor: pointer; }
  .btn-share img {
    background-color: #333333;
    padding: 16.5px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .btn-share:hover img {
    background-color: #FF0000; }

.call-btn {
  padding: 10px;
  background-color: #333333;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .call-btn:hover {
    background-color: #FF0000; }

.submit-btn {
  background-color: #FF0000;
  width: 50px;
  height: 50px;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .submit-btn:hover {
    background-color: #333333; }

.dropbtn {
  background-color: transparent;
  color: #000000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  border: none;
  cursor: pointer;
  margin: 10px 0 10px 0; }
  .dropbtn span {
    padding-right: 15px; }

.dropdown {
  position: relative;
  display: none; }
  @media only screen and (max-width: 768px) {
    .dropdown {
      padding-top: 50px;
      padding-bottom: 50px;
      text-align: center;
      width: 290px;
      display: flex;
      justify-content: center;
      margin: 0 auto; } }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 100%;
  z-index: 1;
  top: 110px; }

.dropdown-content a {
  color: black;
  padding: 15px 16px;
  text-decoration: none;
  display: block;
  text-transform: uppercase; }

.dropdown-content a:hover {
  background-color: #f1f1f1; }

.show {
  display: block; }

.play {
  cursor: pointer;
  z-index: 999; }

.faq {
  padding-top: 90px;
  padding-bottom: 89px; }
  @media only screen and (max-width: 425px) {
    .faq {
      padding-top: 60px; } }
  .faq_breadcrumb {
    display: flex;
    flex-direction: row;
    justify-content: center; }
    @media only screen and (max-width: 425px) {
      .faq_breadcrumb {
        display: none; } }
    .faq_breadcrumb li {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      color: #333333;
      color: #000000; }
      .faq_breadcrumb li a {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        color: #333333;
        color: #000000;
        padding-right: 5px; }
        .faq_breadcrumb li a:after {
          content: '>';
          padding-left: 5px; }
  .faq h1 {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 64px;
    font-weight: 400;
    line-height: 100px;
    color: #000000;
    color: #000000;
    text-align: center;
    padding-top: 30px; }
    @media only screen and (max-width: 425px) {
      .faq h1 {
        font-size: 48px; } }
    @media only screen and (max-width: 425px) {
      .faq h1 {
        font-size: 36px;
        line-height: 40px;
        padding-top: 0; } }

.policy {
  margin-bottom: 36px; }
  @media only screen and (max-width: 991px) {
    .policy_nav {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 991px) {
    .policy_nav-desk {
      display: none; } }
  .policy_nav-mob {
    display: none; }
    @media only screen and (max-width: 991px) {
      .policy_nav-mob {
        display: block; } }
  .policy_nav-list {
    border-bottom: 1px solid  #E1E8ED;
    border-top: 1px solid  #E1E8ED; }
    @media only screen and (max-width: 991px) {
      .policy_nav-list {
        border-bottom: none; } }
    .policy_nav-list-item {
      padding: 20px 0 13px 20px;
      border-bottom: 1px solid  #E1E8ED;
      cursor: pointer;
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      color: #333333;
      opacity: 0.6;
      transition: all 0.4s ease; }
      .policy_nav-list-item:last-child {
        border-bottom: none; }
      .policy_nav-list-item.is-active {
        position: relative;
        opacity: 1; }
        @media only screen and (max-width: 991px) {
          .policy_nav-list-item.is-active {
            padding-left: 32px; } }
        .policy_nav-list-item.is-active::before {
          content: "";
          position: absolute;
          background: #FF0000;
          left: 0;
          top: 0;
          width: 4px;
          height: 100%; }
        @media only screen and (max-width: 991px) {
          .policy_nav-list-item.is-active {
            display: flex;
            align-items: center; }
            .policy_nav-list-item.is-active::before {
              content: url("../img/faq-vector.svg");
              position: absolute;
              width: 9px;
              height: auto;
              background: none;
              top: initial; } }
  @media only screen and (max-width: 991px) {
    .policy_main-desk {
      display: none; } }
  @media only screen and (max-width: 991px) {
    .policy_main-accordion.is-active {
      border-bottom: 1px solid  #E1E8ED; } }
  .policy_main-accordion h3 {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 36px;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    margin-bottom: 30px; }
    @media only screen and (max-width: 991px) {
      .policy_main-accordion h3 {
        margin-top: 30px; } }
  .policy_main-accordion p {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #333333;
    margin-bottom: 30px; }
  .policy_main-block h5 {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    color: #000000;
    margin-bottom: 18px; }
  .policy_main-block a {
    color: #FF0000; }

.btn {
  background: #FF0000;
  width: 290px;
  height: 60px;
  border: none;
  z-index: 999;
  cursor: pointer; }
  .btn a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF; }
    @media only screen and (max-width: 425px) {
      .btn a {
        line-height: 23px; } }
  .btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
  .btn-small {
    width: 270px;
    height: 50px; }
    .btn-small a {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: normal;
      text-align: center;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #FFFFFF; }
      @media only screen and (max-width: 425px) {
        .btn-small a {
          line-height: 23px; } }
    .btn-small:hover {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
    .btn-small-empty {
      width: 270px;
      height: 50px;
      background: transparent;
      border: 1px solid #e1e8ed; }
      .btn-small-empty a {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: normal;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #000000; }
      .btn-small-empty:hover {
        border: 1px solid #FF0000; }

.button-text {
  width: 200px;
  color: #FF0000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .button-text img {
    padding-left: 10px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .button-text:hover {
    color: #000000; }
    .button-text:hover img {
      padding-left: 0 !important; }

.btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FF0000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .btn-text:hover {
    color: #FFFFFF; }

.portfolio-btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .portfolio-btn-text img {
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .portfolio-btn-text:hover {
    color: #FF0000; }

.more-btn {
  width: 470px;
  height: 50px;
  border: 1px solid #e1e8ed;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  padding-top: 15px;
  z-index: 999;
  cursor: pointer; }
  .more-btn img {
    padding-left: 16px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .more-btn:hover {
    color: #FF0000; }

.btn-group {
  display: flex;
  flex-direction: row;
  border: none;
  background: #FFFFFF;
  height: 50px;
  width: 225px;
  position: absolute;
  top: 790px;
  right: 0;
  z-index: 999;
  cursor: pointer; }
  .btn-group .phone-group {
    padding: 15px;
    background: #FF0000;
    position: relative; }
    .btn-group .phone-group:after {
      content: '';
      display: block;
      position: absolute;
      width: 13px;
      height: 13px;
      left: 43px;
      top: 19px;
      background: #FF0000;
      transform: rotate(-45deg); }
  @media only screen and (max-width: 425px) {
    .btn-group {
      display: none; } }
  .btn-group a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    text-transform: uppercase;
    padding-left: 25px; }
    @media only screen and (max-width: 425px) {
      .btn-group a {
        font-size: 12px;
        line-height: 20px; } }

.btn-share {
  width: 50px;
  height: 50px;
  z-index: 999;
  cursor: pointer; }
  .btn-share img {
    background-color: #333333;
    padding: 16.5px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .btn-share:hover img {
    background-color: #FF0000; }

.call-btn {
  padding: 10px;
  background-color: #333333;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .call-btn:hover {
    background-color: #FF0000; }

.submit-btn {
  background-color: #FF0000;
  width: 50px;
  height: 50px;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .submit-btn:hover {
    background-color: #333333; }

.dropbtn {
  background-color: transparent;
  color: #000000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  border: none;
  cursor: pointer;
  margin: 10px 0 10px 0; }
  .dropbtn span {
    padding-right: 15px; }

.dropdown {
  position: relative;
  display: none; }
  @media only screen and (max-width: 768px) {
    .dropdown {
      padding-top: 50px;
      padding-bottom: 50px;
      text-align: center;
      width: 290px;
      display: flex;
      justify-content: center;
      margin: 0 auto; } }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 100%;
  z-index: 1;
  top: 110px; }

.dropdown-content a {
  color: black;
  padding: 15px 16px;
  text-decoration: none;
  display: block;
  text-transform: uppercase; }

.dropdown-content a:hover {
  background-color: #f1f1f1; }

.show {
  display: block; }

.play {
  cursor: pointer;
  z-index: 999; }

.loader-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8); }
  .loader-spinner_closed {
    display: none; }

.btn {
  background: #FF0000;
  width: 290px;
  height: 60px;
  border: none;
  z-index: 999;
  cursor: pointer; }
  .btn a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF; }
    @media only screen and (max-width: 425px) {
      .btn a {
        line-height: 23px; } }
  .btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
  .btn-small {
    width: 270px;
    height: 50px; }
    .btn-small a {
      font-family: 'Noto Sans', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: normal;
      text-align: center;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #FFFFFF; }
      @media only screen and (max-width: 425px) {
        .btn-small a {
          line-height: 23px; } }
    .btn-small:hover {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FF0000; }
    .btn-small-empty {
      width: 270px;
      height: 50px;
      background: transparent;
      border: 1px solid #e1e8ed; }
      .btn-small-empty a {
        font-family: 'Noto Sans', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: normal;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #000000; }
      .btn-small-empty:hover {
        border: 1px solid #FF0000; }

.button-text {
  width: 200px;
  color: #FF0000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .button-text img {
    padding-left: 10px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .button-text:hover {
    color: #000000; }
    .button-text:hover img {
      padding-left: 0 !important; }

.btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FF0000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .btn-text:hover {
    color: #FFFFFF; }

.portfolio-btn-text {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .portfolio-btn-text img {
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .portfolio-btn-text:hover {
    color: #FF0000; }

.more-btn {
  width: 470px;
  height: 50px;
  border: 1px solid #e1e8ed;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  padding-top: 15px;
  z-index: 999;
  cursor: pointer; }
  .more-btn img {
    padding-left: 16px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .more-btn:hover {
    color: #FF0000; }

.btn-group {
  display: flex;
  flex-direction: row;
  border: none;
  background: #FFFFFF;
  height: 50px;
  width: 225px;
  position: absolute;
  top: 790px;
  right: 0;
  z-index: 999;
  cursor: pointer; }
  .btn-group .phone-group {
    padding: 15px;
    background: #FF0000;
    position: relative; }
    .btn-group .phone-group:after {
      content: '';
      display: block;
      position: absolute;
      width: 13px;
      height: 13px;
      left: 43px;
      top: 19px;
      background: #FF0000;
      transform: rotate(-45deg); }
  @media only screen and (max-width: 425px) {
    .btn-group {
      display: none; } }
  .btn-group a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    text-transform: uppercase;
    padding-left: 25px; }
    @media only screen and (max-width: 425px) {
      .btn-group a {
        font-size: 12px;
        line-height: 20px; } }

.btn-share {
  width: 50px;
  height: 50px;
  z-index: 999;
  cursor: pointer; }
  .btn-share img {
    background-color: #333333;
    padding: 16.5px;
    transition: .1s ease-out;
    transition-delay: 0.1s; }
  .btn-share:hover img {
    background-color: #FF0000; }

.call-btn {
  padding: 10px;
  background-color: #333333;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .call-btn:hover {
    background-color: #FF0000; }

.submit-btn {
  background-color: #FF0000;
  width: 50px;
  height: 50px;
  transition: .1s ease-out;
  transition-delay: 0.1s;
  z-index: 999;
  cursor: pointer; }
  .submit-btn:hover {
    background-color: #333333; }

.dropbtn {
  background-color: transparent;
  color: #000000;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  border: none;
  cursor: pointer;
  margin: 10px 0 10px 0; }
  .dropbtn span {
    padding-right: 15px; }

.dropdown {
  position: relative;
  display: none; }
  @media only screen and (max-width: 768px) {
    .dropdown {
      padding-top: 50px;
      padding-bottom: 50px;
      text-align: center;
      width: 290px;
      display: flex;
      justify-content: center;
      margin: 0 auto; } }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 100%;
  z-index: 1;
  top: 110px; }

.dropdown-content a {
  color: black;
  padding: 15px 16px;
  text-decoration: none;
  display: block;
  text-transform: uppercase; }

.dropdown-content a:hover {
  background-color: #f1f1f1; }

.show {
  display: block; }

.play {
  cursor: pointer;
  z-index: 999; }

.popup-thanks {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background: #fff;
  z-index: 99; }
  .popup-thanks_closed {
    display: none; }
  .popup-thanks h6 {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
    color: #000000;
    text-align: center;
    padding-bottom: 10px; }
    @media only screen and (max-width: 425px) {
      .popup-thanks h6 {
        font-size: 12px;
        line-height: 20px; } }
  .popup-thanks h2 {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 48px;
    font-weight: 400;
    line-height: 70px;
    color: #000000;
    position: relative;
    text-align: center;
    margin-bottom: 20px; }
    @media only screen and (max-width: 425px) {
      .popup-thanks h2 {
        font-size: 24px;
        line-height: 35px; } }
    .popup-thanks h2:after {
      content: '';
      display: block;
      position: absolute;
      width: 30px;
      height: 4px;
      background: #FF0000;
      left: 50%;
      margin-left: -15px;
      bottom: -20px; }
  .popup-thanks h4 {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 24px;
    font-weight: 400;
    line-height: 39px;
    color: #000000;
    margin-top: 30px; }
    @media only screen and (max-width: 425px) {
      .popup-thanks h4 {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0.1em; } }

@media (max-width: 375px) and (min-width: 321px) {
  .portfolio {
    padding-top: 130px; }
  .portfolio_slider {
    height: 515px; }
  .portal_present {
    margin: 0 auto; }
  .portal_item-img {
    margin: 0 auto; }
  .portal_item-text .tab-top {
    left: 28px; }
  .connection_form .group {
    width: 100%; }
  .company_right:after {
    left: -1px; }
  .portal {
    padding-top: 0; }
  .item-one h4:after {
    right: 120px; }
  .item-two h4:after {
    right: 90px; }
  .item-three h4:after {
    right: 70px; }
  .item-four h4:after {
    right: 72px; } }

@media (max-width: 425px) {
  .connection_form .half {
    width: 100%;
    float: none;
    margin-bottom: 0; }
  .links-group {
    padding-top: 45px; }
  .padding-b {
    padding-top: 45px; }
  .policy_nav-list h3 {
    font-size: 24px;
    line-height: 39px; }
  .faq {
    padding-top: 50px;
    padding-bottom: 30px; }
    .faq_header h1 {
      font-size: 24px;
      line-height: 39px;
      text-align: left;
      padding-left: 25px; }
  .portfolio-page_slider-block {
    padding-bottom: 300px; } }

@media (max-width: 425px) and (min-width: 376px) {
  .slider_block-item {
    height: 230px; }
  .slider_block-text {
    text-align: center; }
    .slider_block-text p {
      padding-bottom: 40px; }
  .portfolio_slider {
    height: 515px; }
  .connection_form .group {
    width: 100%; }
    .connection_form .group.textarea {
      width: 310px; }
  .item-one h4:after {
    right: 200px; }
  .item-two h4:after {
    right: 160px; }
  .item-three h4:after {
    right: 140px; }
  .item-four h4:after {
    right: -10px; } }

@media (max-width: 425px) and (min-width: 321px) {
  .portal_item-img {
    margin: 0 auto; }
  .portal_present {
    margin: 0 auto; }
  .portal_item-text .tab-top {
    left: 0; }
  .footer_top .row .links-group {
    padding-top: 45px; }
  .footer_top .row .padding-b {
    padding-top: 45px; }
  .company_img:first-child {
    padding-right: 0; }
  .company_img img {
    min-width: 100%; } }

@media (max-width: 1024px) and (min-width: 426px) {
  .acquaintance_bg {
    width: 566.84px;
    height: 300.03px; }
  .acquaintance_text {
    padding-top: 40px; }
  .mechanism_block {
    flex-direction: column;
    padding-top: 30px;
    align-items: center; }
  .mechanism_item {
    padding-bottom: 30px;
    width: 70%; }
  .mechanism .border-top .mechanism_item:nth-child(1) {
    margin-right: 0; }
  .mechanism .border-top .mechanism_item:nth-child(2) {
    margin-right: 0; }
  .mechanism .border-bottom {
    flex-direction: column; }
    .mechanism .border-bottom .mechanism_item:nth-child(3) {
      margin-left: 0; }
    .mechanism .border-bottom .mechanism_item:nth-child(2) {
      margin-left: 0; }
  .reviews_text p {
    width: 70%; }
  .portal_present {
    margin: 0 auto; }
  .portal_block {
    padding-top: 80px; }
  .footer_top .row .order-md-3 {
    padding-top: 40px; }
  .footer_top .row .links-group {
    padding-top: 40px; }
    .footer_top .row .links-group h5 {
      padding-top: 0; }
  .footer_top .row .margin-r p {
    margin-right: 120px; }
  .footer_social-link {
    padding-bottom: 10px; } }

@media (max-width: 767px) and (min-width: 425px) {
  .company_img img {
    max-width: 100%; } }

@media (max-width: 991px) and (min-width: 425px) {
  .company_right {
    padding-top: 30px; }
    .company_right:after {
      top: 30px;
      left: 0; }
    .company_right-img {
      width: 100%; }
  .company_group {
    justify-content: space-between; }
  .blog-top_text {
    height: 60%; }
  .blog-bottom_main {
    justify-content: space-around; }
  .blog_number--wrap {
    padding-top: 0;
    padding-bottom: 80px; }
  .sidebar_about {
    background-position: top; }
  .sidebar_articles-item {
    justify-content: center; }
  .sidebar_articles h3 {
    text-align: center;
    width: 100%; }
  .sidebar_subscrip h3 {
    text-align: center;
    width: 100%; }
  .sidebar_subscrip-form {
    width: 60%;
    margin: 0 auto; }
  .sidebar_tags {
    width: 60%;
    margin: 0 auto; }
    .sidebar_tags h3 {
      text-align: center;
      width: 100%; } }

@media (max-width: 1024px) and (min-width: 769px) {
  .media-post_block {
    height: 56%; }
  .media-description_main {
    margin-top: -340px; }
    .media-description_main h2 {
      width: 60%;
      margin-bottom: 100px; }
  .media-description_main-img {
    width: 100%; } }

@media (max-width: 768px) and (min-width: 426px) {
  .blog-top_text {
    height: 60%;
    width: 100%; }
    .blog-top_text h3 {
      font-size: 30px; }
  .blog-bottom_main {
    justify-content: center; }
  .blog_number--wrap {
    padding-top: 0;
    padding-bottom: 80px; }
  .sidebar_about {
    background-position: top; }
  .sidebar_articles h3 {
    width: 100%; }
  .sidebar_subscrip h3 {
    width: 100%; }
  .post-intro_block-text,
  .media-post_block,
  .media-description_main-inform {
    display: none; }
  .media-description_main {
    margin-top: 0; }
  .policy {
    width: 80%;
    margin: 0 auto; } }

@media (max-width: 320px) {
  .company_right:after {
    left: -1px; } }

@media (max-width: 425px) and (min-width: 321px) {
  .sidebar_tags-block {
    width: 50%;
    flex-direction: row; }
  .media-description_main-block {
    justify-content: space-around; }
  .media-description_main-img {
    margin: 0 auto;
    display: block; } }

@media (max-width: 995px) and (min-width: 768px) {
  .slider_block-item {
    width: 85%; } }

@media (max-width: 990px) and (min-width: 426px) {
  .object_block-item .object_block-text,
  .object_block-item .btn-text {
    display: block; } }

@media (max-width: 1300px) and (min-width: 1024px) {
  .description-reviews_text {
    padding-left: 50px;
    padding-top: 130px; }
  .description-reviews_text-img-wrap {
    flex-direction: column; }
  .description-reviews_text-img {
    margin-bottom: 20px; } }

@media (max-width: 1150px) and (min-width: 1024px) {
  .description-reviews_text {
    padding-top: 100px; } }

@media (max-width: 986px) and (min-width: 769px) {
  .description-reviews_text-img {
    margin-bottom: 10px; }
  .description-reviews_text-img-wrap {
    flex-direction: column; } }

@media (max-width: 768px) {
  .description_text {
    width: 100%; }
  .description_img {
    width: 100%; }
  .description-reviews_text {
    padding-top: 40px;
    width: 100%; }
  .description-reviews_img {
    width: 100%; } }

@media (max-width: 1300px) and (min-width: 1020px) {
  .mechanism .border-bottom .mechanism_item:nth-child(3):before {
    width: 69%; } }

@media (max-width: 1200px) and (min-width: 1146px) {
  .slider_block-item {
    display: flex;
    flex-direction: column;
    width: 60%; } }

@media (max-width: 766px) and (min-width: 425px) {
  .slider_block-text h1 {
    font-size: 50px;
    line-height: 55px; } }

@media (max-width: 660px) and (min-width: 425px) {
  .slider_block-item {
    width: 100%;
    height: 450px; } }

@media (max-width: 740px) and (min-width: 425px) {
  .btn-group {
    top: 730px; } }

@media (max-width: 2300px) and (min-width: 1459px) {
  .services_item {
    height: 500px; }
    .services_item:hover {
      height: 500px; } }

@media (max-width: 1459px) and (min-width: 1024px) {
  .services_item {
    height: 500px; }
    .services_item:hover {
      height: 500px; } }

@media (max-width: 1270px) and (min-width: 426px) {
  .services_block {
    flex-wrap: wrap; }
  .services_item {
    flex-basis: 50%; }
    .services_item:first-child {
      border-right: 1px solid #e1e8ed;
      border-bottom: none; }
    .services_item:nth-child(2) {
      border-bottom: none; }
    .services_item:nth-child(3) {
      border-right: 1px solid #e1e8ed;
      border-bottom: none; }
    .services_item:last-child {
      border-bottom: none; }
    .services_item button {
      display: block; }
    .services_item:hover {
      transform: none;
      padding: 111px 37px 40px;
      height: auto;
      box-shadow: none; }
      .services_item:hover button.btn {
        display: none; } }

@media (max-width: 1200px) and (min-width: 768px) {
  .portal_block {
    padding-top: 0; }
  .portal_present {
    width: 100%;
    height: 100%; }
  .portal_item-text h4 {
    font-size: 20px;
    line-height: 30px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .portal_block {
    padding-top: 80px; } }

@media (max-width: 767px) and (min-width: 425px) {
  .portal_present {
    width: 100%;
    height: 100%; }
  .portal_block {
    width: 100%; }
  .portal_item-text h4 {
    font-size: 20px;
    line-height: 30px; } }

@media (max-width: 495px) and (min-width: 425px) {
  .portal_item-text h4 {
    font-size: 17px;
    line-height: 25px; }
  .portal_item-text .text-sup span {
    font-size: 10px; } }

@media (max-width: 425px) and (min-width: 375px) {
  .portal_present {
    width: 290px;
    height: 290px; }
    .portal_present .portal_item-img {
      width: 290px;
      height: 290px; }
  .portal_item-text h4 {
    font-size: 12px;
    line-height: 20px; }
  .portal_item-text .text-sup span {
    font-size: 10px; } }

@media (max-width: 340px) {
  .portal_present {
    width: 100%;
    min-height: 100%; }
  .portal_item-img {
    width: 100%;
    height: 100%; }
    .portal_item-img img {
      width: 100%;
      height: 100%; } }

@media (max-width: 1200px) and (min-width: 1025px) {
  .servises_slider_block-item {
    width: 60%; } }

@media (max-width: 1200px) and (min-width: 900px) {
  .company_img img {
    max-width: 100%; } }

@media (max-width: 991px) and (min-width: 768px) {
  .servises_slider_block-item {
    width: 85%; } }

@media (max-width: 767px) and (min-width: 426px) {
  .servises_slider_block-item {
    height: 460px; }
  .slider_block-text h1 {
    font-size: 50px;
    line-height: 55px;
    padding-bottom: 50px; }
  .slider_block-text p {
    font-size: 22px; } }

@media (max-width: 560px) and (min-width: 478px) {
  .slider_block-text h1 {
    font-size: 36px;
    line-height: 45px; }
  .slider_block-text p {
    font-size: 20px;
    width: 80%; } }

@media (max-width: 477px) and (min-width: 425px) {
  .slider_block-text h1 {
    font-size: 36px; } }

@media (max-width: 1600px) and (min-width: 992px) {
  .more_text {
    padding: 50px 50px 0 50px; } }

@media (max-width: 1200px) and (min-width: 992px) {
  .more_text {
    padding: 30px 30px 0 30px; } }

@media (max-width: 1300px) and (min-width: 992px) {
  .more_text h2 {
    margin-right: 0;
    font-size: 36px;
    line-height: 40px; }
  .more_text p {
    font-size: 15px; } }

@media (max-width: 1070px) and (min-width: 992px) {
  .more_text h2 {
    padding-bottom: 10px; }
  .more_text p {
    padding-bottom: 20px; } }

@media (max-width: 991px) and (min-width: 670px) {
  .more_img {
    display: flex;
    justify-content: center; }
  .more_text {
    padding: 70px; } }

@media (max-width: 1450px) and (min-width: 1369px) {
  .services_item {
    padding-right: 25px;
    padding-left: 25px; }
    .services_item:hover {
      padding-right: 25px;
      padding-left: 25px; } }

@media (max-width: 1370px) and (min-width: 1024px) {
  .services_item {
    padding-right: 0;
    padding-left: 0; }
    .services_item:hover {
      padding-right: 0;
      padding-left: 0; } }

@media (max-width: 671px) and (min-width: 425px) {
  .more_text {
    padding: 30px; }
    .more_text h2 {
      font-size: 36px;
      line-height: 50px;
      margin: 0; } }

@media (max-width: 991px) and (min-width: 768px) {
  .step_block {
    flex-wrap: wrap;
    height: auto; }
  .step_item {
    flex-basis: 50%;
    margin-bottom: 30px; }
  .item-one, .item-two, .item-three, .item-four {
    background-size: contain; } }

@media (max-width: 766px) and (min-width: 519px) {
  .step_item h4 {
    font-size: 22px; } }

@media (max-width: 520px) and (min-width: 469px) {
  .step_item h4 {
    font-size: 20px; }
    .step_item h4 img {
      padding-left: 0; } }

@media (max-width: 470px) and (min-width: 425px) {
  .step_item h4 {
    font-size: 18px; }
    .step_item h4 img {
      width: 4px;
      padding-left: 0; }
  .step_item p {
    font-size: 12px; } }

@media (max-width: 1199px) {
  .advantages_text {
    padding-top: 30px; } }

@media (max-width: 1199px) and (min-width: 425px) {
  .object_block-item--big,
  .object_block-item--small {
    height: 400px; } }

@media (max-width: 1199px) and (min-width: 425px) {
  .object_block:hover > .object_block-item:nth-child(1) {
    height: 400px; } }

@media (max-width: 340px) {
  .portfolio-page_slider-item {
    width: 100%; } }

@media (max-width: 786px) and (min-width: 425px) {
  .portfolio-post_block {
    height: 700px; }
    .portfolio-post_block-text {
      height: 700px; } }

@media (max-width: 540px) and (min-width: 425px) {
  .portfolio-post_block-item {
    width: 100%; }
  .portfolio-post_breadcrumb {
    display: none; }
  .portfolio-post_block-text h1 {
    font-size: 40px;
    line-height: 45px;
    padding-top: 40px; } }

@media (max-width: 1230px) and (min-width: 768px) {
  .description_text {
    padding-right: 50px;
    padding-top: 50px; }
    .description_text p {
      font-size: 14px; }
    .description_text-item {
      padding-bottom: 20px; }
      .description_text-item .span-gray {
        padding-bottom: 10px; }
      .description_text-item .span-black {
        font-size: 22px;
        line-height: 30px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .blog-top_text {
    height: 65%;
    width: 60%; }
    .blog-top_text h3 {
      font-size: 30px; } }

@media (max-width: 1199px) and (min-width: 1024px) {
  .media-description_main {
    width: 60%; }
    .media-description_main h2 {
      font-size: 36px; } }

@media (max-width: 1024px) and (min-width: 425px) {
  .media-description_main {
    margin-top: 0;
    width: 100%;
    padding-top: 50px; }
    .media-description_main h2 {
      font-size: 36px;
      width: 100%; }
  .media-post_block,
  .post-intro_block-text {
    display: none; }
  .media-description_main-img {
    width: 100%; } }

@media (max-width: 485px) and (min-width: 425px) {
  .media-description_main-block img {
    margin: 0 auto; } }

@media (max-width: 325px) {
  .media-description_main-block img:nth-child(1), .media-description_main-block img:nth-child(2) {
    width: 125px; } }

@media (max-width: 2300px) and (min-width: 1271px) {
  .services_item:first-child p {
    padding-bottom: 50px; }
  .services_item p {
    padding-bottom: 90px; } }

@media (max-width: 1199px) and (min-width: 425px) {
  .media-description_main-block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between; }
    .media-description_main-block img {
      padding-bottom: 20px; }
      .media-description_main-block img:last-child {
        margin: 0 auto; } }

@media (max-width: 1024px) and (min-width: 425px) {
  .media-description_main-block img {
    margin: 0 auto; } }

@media (max-height: 860px) {
  .slider_block {
    height: 720px; }
  .slider_block-item {
    height: 470px;
    top: 50px; }
  .slider_block-text h1 {
    padding-top: 140px; }
  .slider_line.swiper-pagination-bullets {
    bottom: 130px; }
  .btn-group {
    top: 700px; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .portal_present .play {
    transform: translate(195px, 255px); } }

@media (max-width: 992px) and (min-width: 769px) {
  .portal_present {
    height: 690px; }
    .portal_present .play {
      transform: translate(315px, 315px); } }

@media (max-width: 768px) and (min-width: 576px) {
  .portal_present {
    height: 510px; }
    .portal_present .play {
      transform: translate(225px, 225px); } }

@media (max-width: 575px) and (min-width: 426px) {
  .portal_present {
    height: 510px; }
    .portal_present .play {
      transform: translate(40vw, 225px); } }

@media (max-width: 426px) {
  .portal_present .play {
    transform: none;
    top: 125px;
    left: 125px; } }

@media (max-width: 1000px) and (min-width: 768px) {
  .contacts_form {
    display: inline-block;
    max-width: 700px; }
    .contacts_form .half {
      width: 100%; }
    .contacts_form .group {
      width: 100%; }
      .contacts_form .group .textarea {
        width: 600px; } }

@media (max-width: 767px) and (min-width: 425px) {
  .contacts_form {
    display: inline-block;
    max-width: 570px; } }

@media (max-width: 424px) {
  .contacts_form {
    display: inline-block;
    max-width: 100%; }
    .contacts_form .group {
      width: 100%; }
      .contacts_form .group .textarea {
        width: 170px; } }
