@media screen and (max-width: 767px) {
  .footerBlock .colLeft .row1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footerBlock .colLeft .row1 .copyrightsBlock {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}
@media screen and (max-width: 767px) {
  .footerBlock .colLeft .row2 {
    text-align: center;
  }
}
.footerBlock .colRight {
  padding-top: 15px;
  padding-left: 30px;
}
@media screen and (max-width: 991px) {
  .footerBlock .colRight {
    padding-left: 0;
  }
}
.footerBlock .colRight .row2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  float: none;
}
@media screen and (max-width: 767px) {
  .footerBlock .colRight .row2 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 290px;
    margin: 0 auto !important;
  }
}
.footerBlock .colRight .row2 .socialLinksBlock {
  margin-right: 30px;
  min-width: 1px;
}
@media screen and (max-width: 767px) {
  .footerBlock .colRight .row2 .socialLinksBlock {
    margin-right: 0;
  }
}
.footerBlock .colRight .row2 .contactsBlock {
  width: calc(100% - 400px);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 0;
}
@media screen and (max-width: 1300px) {
  .footerBlock .colRight .row2 .contactsBlock {
    padding-left: 25px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .footerBlock .colRight .row2 .contactsBlock {
    width: 100%;
  }
}
.footerBlock .colRight .row2 .col1 {
  margin-right: 45px;
  padding-top: 20px;
}
.footerBlock .colRight .row2 .col2 {
  margin-left: 0;
  padding-top: 20px;
}

.contactsYoutube {
  width: 200px;
  margin-top: 35px;
  margin-left: 15px;
  height: 104px;
  padding: 23px 25px 20px;
  background: #FFF3F3;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .contactsYoutube {
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
  }
}
.contactsYoutube .contactName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contactsYoutube .contactName .text {
  font-size: 14px;
  color: #3C4456;
}
.contactsYoutube .contactName .icon {
  margin-right: 6px;
}
.contactsYoutube .contactName .icon svg {
  display: block;
}
.contactsYoutube .contactValueBlock {
  width: 100%;
  margin-top: 8px;
}
.contactsYoutube .contactValueBlock a {
  color: #D72323;
  font-weight: 600;
  font-size: 22px;
}

.footerBlock .contactsBlock .contactName .icon {
  top: -1px;
}