@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.site-header {
  background: #960500;
  overflow: hidden;
}

.header-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 36px 0 38px;
}

.header-logo a {
  text-decoration: none;
}

.header-phone a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.header-phone a:hover .text {
  text-decoration: underline;
}
.header-phone .text {
  color: #fff;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.header-phone .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  margin-right: 17px;
  background: #fff;
  border-radius: 50%;
}
.header-phone .icon img {
  display: block;
  margin: 0 auto;
  width: 13px;
}

.hamburger {
  display: none;
  position: relative;
  width: 30px;
  height: 12px;
}
@media (max-width: 1199px) {
  .hamburger {
    display: block;
  }
}
.hamburger.active span:nth-child(1) {
  top: 4px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  top: 4px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all 200ms ease-out;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 10px;
}

.header-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
}

.header-consult a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 25px;
  color: #800d04;
  background: #fff;
  border: 0;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  transition: all 200ms ease-out;
}
.header-consult a:hover {
  transform: scale(0.9);
}

.header-nav ul {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 0 0 40px;
  border-bottom: 1px solid #fff;
  list-style-type: none;
}
.header-nav ul:after {
  content: "";
  position: absolute;
  right: -200%;
  bottom: -1px;
  width: 200%;
  height: 1px;
  background: #fff;
  z-index: 2;
}
.header-nav ul li {
  margin: 0 30px;
}
.header-nav ul li:nth-child(n + 6) {
	margin:0 20px;
}
.header-nav ul li:first-child {
  margin-left: 0;
}
.header-nav ul li:last-child {
  margin-right: 0;
}
.header-nav ul li.current_page_item a:before {
  width: 47px;
}
.header-nav ul li a {
  position: relative;
  display: flex;
  padding: 9px 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-decoration: none;
}
.header-nav ul li a:hover:before {
  width: 47px;
}
.header-nav ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 200ms ease-out;
}

.slider-form-wrap {
  padding: 45px 0 85px;
  background: #960500;
}
.slider-form-wrap .container {
  position: relative;
}
.slider-form-wrap .form-wrap {
  position: absolute;
  right: 140px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 320px;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9;
}
.slider-form-wrap .form-wrap h2 {
  margin: 0 0 26px;
  padding: 0 33px;
  color: #fffefe;
  font-size: 18.5px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.93px;
}
.slider-form-wrap .form-wrap h2 span {
  font-weight: 500;
}
.slider-form-wrap .wpcf7 {
  border-top: 1px solid #fff;
  padding: 25px 33px 5px;
}
.slider-form-wrap .wpcf7-response-output {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: #fff;
  font-size: 12px;
}
.slider-form-wrap .wpcf7-not-valid-tip {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.slider-form-wrap .form-item {
  position: relative;
  width: 100%;
  margin: 0 0 15px;
}
.slider-form-wrap .form-item input {
  width: 100%;
  height: 30px;
  padding: 0 8px;
  color: #fff;
  background: #000;
  border: 1px solid #fff;
  border-radius: 0;
  font-size: 10px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.35px;
}
.slider-form-wrap .form-item input::-webkit-input-placeholder {
  color: #fff;
}
.slider-form-wrap .form-item input::-moz-input-placeholder {
  color: #fff;
}
.slider-form-wrap .form-item input:-ms-input-placeholder {
  color: #fff;
}
.slider-form-wrap .form-item input::placeholder {
  color: #fff;
}
.slider-form-wrap .form-item .wpcf7-submit {
  width: 100px;
  color: #000;
  background: #fff;
  border: 0;
  border-radius: 30px;
  font-size: 10px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
.slider-form-wrap .form-item .ajax-loader {
  position: absolute;
  right: 0;
  bottom: 0;
}

.slider-with-form {
  position: relative;
  z-index: 8;
}
.slider-with-form .slick-arrow {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  font-size: 0;
  transform: translateY(-50%);
  cursor: pointer;
  outline: none;
  z-index: 9;
  transition: all 200ms ease-out;
}
.slider-with-form .slick-arrow:hover {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.slider-with-form .slick-arrow.slick-prev {
  left: 39px;
  background: url("../img/icon-arrow-prev.svg") 45% center no-repeat;
  background-color: rgba(255, 255, 255, 0.3);
  background-size: 18px;
}
.slider-with-form .slick-arrow.slick-next {
  right: 39px;
  background: url("../img/icon-arrow-next.svg") 55% center no-repeat;
  background-color: rgba(255, 255, 255, 0.3);
  background-size: 18px;
}
.slider-with-form .slide-item {
  position: relative;
  width: 100%;
  height: 540px;
}
.slider-with-form .slide-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
.slider-with-form .slide-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px 42% 30px 40px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
  text-transform: uppercase;
  z-index: 4;
}
.slider-with-form .slide-text span {
  font-weight: 700;
}

.section-title {
  width: 100%;
  margin: 0;
  padding: 0 0 22px;
  border-bottom: 1px solid transparent;
  font-size: 30px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  line-height: 1.17;
  letter-spacing: 1.5px;
}
.section-title.c-white {
  color: #fff;
  border-color: #fff;
}
.section-title.c-black {
  color: #000;
  border-color: #000;
}
.section-title strong {
  font-weight: 700;
}

.section-subtitle {
  width: 100%;
  margin: 0;
  padding: 0 0 20px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.7px;
}
.section-subtitle.c-white {
  color: #fff;
}
.section-subtitle.c-black {
  color: #000;
}
.section-subtitle strong {
  font-weight: bold;
}
.section-subtitle .text-red {
  color: #960500;
}

.inna-about-wrap {
  padding: 60px 0 90px;
  background: #000;
}
.inna-about-wrap .container {
  display: flex;
  flex-wrap: wrap;
}
.inna-about-wrap .section-title {
  margin-bottom: 68px;
}
.inna-about-wrap .col-img {
  width: 50%;
}
.inna-about-wrap .col-img img {
  max-width: 100%;
}
.inna-about-wrap .col-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
  padding-left: 100px;
}
.inna-about-wrap .col-text p {
  width: 100%;
  max-width: 420px;
  margin: 0 0 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.inna-about-wrap .col-text p:last-child {
  margin-bottom: 0;
}
.inna-about-wrap .col-text p span {
  font-weight: 700;
}

.work-benefits-wrap {
  padding: 80px 0;
  background: #eaeaea;
}
.work-benefits-wrap.inna-page-benefits .benefit-text p {
  max-width: 400px;
  color: #000;
}
.work-benefits-wrap .benefits-container {
  display: flex;
  flex-wrap: wrap;
}
.work-benefits-wrap .section-title {
  margin-bottom: 110px;
}
.work-benefits-wrap .col-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
}
.work-benefits-wrap .col-img {
  width: 50%;
}
.work-benefits-wrap .col-img img {
  max-width: 100%;
}

.benefit-list {
  display: flex;
  flex-wrap: wrap;
}
.benefit-list .benefit-item {
  display: flex;
  width: 50%;
  margin: 0 0 28px 0;
}
.benefit-list .text {
  display: flex;
  flex-direction: column;
  padding-left: 17px;
  color: #000;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.benefit-list .text strong {
  font-size: 30px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.benefit-list .text span {
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.7px;
}

.benefit-title {
  padding-top: 60px;
  color: #000000;
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.17;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.benefit-title strong {
  display: block;
  font-weight: 700;
}

.specialization-wrap {
  padding: 65px 0 60px;
  background: #eaeaea;
}
.specialization-wrap .spec-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 44px;
}
.specialization-wrap .spec-item {
  width: 100%;
  max-width: 511px;
  margin: 0 0 35px;
}
.specialization-wrap .spec-item .spec-img a {
  position: relative;
  display: block;
  text-decoration: none;
}
.specialization-wrap .spec-item .spec-img a img {
  display: block;
  width: 100%;
  height: 149px;
  object-fit: cover;
}
.specialization-wrap .spec-item .spec-img a span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  color: #ffffff;
  background: #000;
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-align: center;
}
.specialization-wrap .spec-item .spec-btn {
  margin-top: 17px;
}
.specialization-wrap .spec-item .spec-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 190px;
  height: 36px;
  color: #ffffff;
  background: #000;
  border-radius: 25px;
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: all 200ms ease-out;
}
.specialization-wrap .spec-item .spec-btn a:hover {
  background: #960500;
}

.complex-problems-wrap {
  padding: 70px 0 115px;
  background: #960500;
}
.complex-problems-wrap .cases-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 90px;
}
.complex-problems-wrap .col-left {
  width: calc(100% - 605px);
  max-width: 370px;
}
.complex-problems-wrap .col-right {
  position: relative;
  width: 100%;
  max-width: 605px;
}
.complex-problems-wrap .col-left-slide {
  outline: none;
}
.complex-problems-wrap .case-num {
  display: flex;
  width: 100%;
  margin-bottom: 37px;
}
.complex-problems-wrap .case-num span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  padding: 0 28px;
  color: #960500;
  background: #eaeaea;
  font-size: 30px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
}
.complex-problems-wrap .case-text {
  width: 100%;
}
.complex-problems-wrap .case-text p {
  margin: 0 0 25px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 1.29;
  letter-spacing: 0.7px;
}
.complex-problems-wrap .case-text p:last-child {
  margin-bottom: 0;
}
.complex-problems-wrap .case-text p strong {
  font-weight: 700;
  text-transform: uppercase;
}
.complex-problems-wrap .case-text a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 45px;
  color: #960500;
  background: #fff;
  border: 1px solid #960500;
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 1.29;
  letter-spacing: 0.7px;
  text-decoration: none;
  transition: all 200ms ease-out;
}
.complex-problems-wrap .case-text a:hover {
  color: #fff;
  background: #960500;
  border-color: #fff;
}
.complex-problems-wrap .col-right-slide {
  outline: none;
}
.complex-problems-wrap .col-right-slide img {
  display: block;
  width: 100%;
  height: 344px;
  object-fit: cover;
}
.complex-problems-wrap .slick-arrow {
  position: absolute;
  bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  background: rgba(0, 0, 0, 0.8);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  z-index: 9;
  transition: all 200ms ease-out;
}
.complex-problems-wrap .slick-arrow:hover {
  background: black;
}
.complex-problems-wrap .slick-arrow.case-slick-prev {
  left: 17px;
}
.complex-problems-wrap .slick-arrow.case-slick-next {
  right: 17px;
}
.complex-problems-wrap .slick-arrow img {
  width: 20px;
}

.personal-consultation-wrap {
  padding: 65px 0 90px;
  background: #eaeaea;
}
.personal-consultation-wrap .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.personal-consultation-wrap .section-title {
  margin-bottom: 59px;
}
.personal-consultation-wrap .col-left {
  width: 50%;
}
.personal-consultation-wrap .col-left .wpcf7 {
  max-width: 420px;
}
.personal-consultation-wrap .col-left .form-item {
  position: relative;
  width: 100%;
  margin: 0 0 27px;
}
.personal-consultation-wrap .col-left .form-item input {
  width: 100%;
  height: 66px;
  padding: 15px 15px;
  color: #000;
  background: none;
  border: 1px solid #000;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  outline: none;
}
.personal-consultation-wrap .col-left .form-item input::-webkit-input-placeholder {
  color: #000;
}
.personal-consultation-wrap .col-left .form-item input::-moz-input-placeholder {
  color: #000;
}
.personal-consultation-wrap .col-left .form-item input:-ms-input-placeholder {
  color: #000;
}
.personal-consultation-wrap .col-left .form-item input::placeholder {
  color: #000;
}
.personal-consultation-wrap .col-left .form-item textarea {
  width: 100%;
  height: 140px;
  padding: 15px 15px;
  color: #000;
  background: none;
  border: 1px solid #000;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  resize: none;
  outline: none;
}
.personal-consultation-wrap .col-left .form-item textarea::-webkit-input-placeholder {
  color: #000;
}
.personal-consultation-wrap .col-left .form-item textarea::-moz-input-placeholder {
  color: #000;
}
.personal-consultation-wrap .col-left .form-item textarea:-ms-input-placeholder {
  color: #000;
}
.personal-consultation-wrap .col-left .form-item textarea::placeholder {
  color: #000;
}
.personal-consultation-wrap .col-left .form-item .wpcf7-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 40px;
  margin: 40px 0 0;
  padding: 2px 0 0;
  color: #fff;
  background: #000;
  border: 0;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 200ms ease-out;
}
.personal-consultation-wrap .col-left .form-item .wpcf7-submit:hover {
  background: #960500;
}
.personal-consultation-wrap .col-left .form-item .ajax-loader {
  position: absolute;
  right: 0;
  bottom: 0;
}
.personal-consultation-wrap .wpcf7-not-valid-tip {
  margin-top: 2px;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
}
.personal-consultation-wrap .wpcf7-response-output {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: #000000;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 1.29;
  letter-spacing: 0.7px;
}
.personal-consultation-wrap .col-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
  padding: 0 0 27px 49px;
}
.personal-consultation-wrap .col-right .text-row {
  display: flex;
  color: #000000;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 1.29;
  letter-spacing: 0.7px;
}
.personal-consultation-wrap .col-right .text-row strong {
  width: 85px;
  margin-right: 28px;
  font-weight: 700;
  text-align: right;
}
.personal-consultation-wrap .col-right .text-row span {
  font-weight: 500;
}
.personal-consultation-wrap .col-right .text-row a {
  color: inherit;
  text-decoration: none;
}
.personal-consultation-wrap .col-right .text-row a:hover {
  text-decoration: underline;
}

.site-footer {
  padding: 20px 0 60px;
  background: #000;
}
.site-footer .container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.footer-phones {
  display: flex;
  align-items: center;
}
.footer-phones img {
  display: block;
  margin-right: 18px;
}
.footer-phones a {
  margin-right: 33px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.7px;
  text-decoration: none;
}
.footer-phones a:hover {
  text-decoration: underline;
}
.footer-phones a:last-child {
  margin-right: 0;
}

.footer-social-links {
  display: flex;
  align-items: center;
}
.footer-social-links a {
  display: flex;
  margin-left: 15px;
  text-decoration: none;
}
.footer-social-links a img {
  display: block;
}

.work-achievements-wrap {
  padding: 45px 0 100px;
  background: #960500;
}
.work-achievements-wrap .benefits-container {
  display: flex;
  flex-wrap: wrap;
}
.work-achievements-wrap .section-title {
  margin-bottom: 72px;
}
.work-achievements-wrap .col-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
  padding: 0 0 0 98px;
}
.work-achievements-wrap .col-img {
  width: 50%;
}
.work-achievements-wrap .col-img img {
  max-width: 100%;
}
.work-achievements-wrap .benefit-list .text {
  color: #fff;
}

.benefit-text {
  padding-top: 30px;
}
.benefit-text p {
  margin: 0 0 30px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 1.29;
  letter-spacing: 0.7px;
}
.benefit-text p:last-child {
  margin-bottom: 0;
}
.benefit-text p strong {
  font-weight: 700;
}

.success-cases-wrap {
  padding: 65px 0 30px;
  background: #eaeaea;
}
.success-cases-wrap .cases-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0 30px;
}
.success-cases-wrap .cases-list {
  width: 100%;
  max-width: 540px;
}
.success-cases-wrap .case-row {
  display: flex;
  width: calc(50% - 30px);
}
@media (max-width: 767px) {
  .success-cases-wrap .case-row {
    width: 100%;
  }
}
.success-cases-wrap .case-row span {
  margin-bottom: -1px;
  padding: 11px 24px;
  color: #000000;
  border: 1px solid #000;
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.7px;
}
.success-cases-wrap .case-row span:nth-child(1) {
  display: flex;
  align-items: center;
  width: 180px;
  margin-right: -1px;
  text-transform: uppercase;
}
.success-cases-wrap .case-row span:nth-child(2) {
  width: calc(100% - 180px);
}
.success-cases-wrap .cases-bottom-text {
  width: 100%;
  margin: 30px 0 0;
  padding: 12px 15px;
  color: #fff;
  background: #000;
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.7px;
}
.success-cases-wrap .cases-short-text {
  margin: 38px 0 25px;
}
.success-cases-wrap .cases-short-text p {
  margin: 0 0 30px;
  max-width: 768px;
  color: #000000;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 1.3;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.success-cases-wrap .cases-short-text p:last-child {
  margin-bottom: 0;
}
.success-cases-wrap .cases-short-title {
  width: 100%;
  max-width: 540px;
  padding: 12px 20px;
  color: #000000;
  border: 2px solid #000;
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.success-cases-wrap .cases-consult {
  display: flex;
  align-items: center;
}
.success-cases-wrap .cases-consult a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 274px;
  height: 59px;
  color: #ffffff;
  background: #960500;
  border-radius: 35px;
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: all 200ms ease-out;
}
.success-cases-wrap .cases-consult a:hover {
  background: #000;
}
.success-cases-wrap .cases-consult p {
  margin: 0 0 0 44px;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.documents-wrap {
  padding: 40px 0 125px;
  background: #eaeaea;
}
.documents-wrap.inna-page-docs {
  padding-top: 70px;
}

.documents-slider {
  position: relative;
  margin-top: 100px;
  padding: 0 65px;
}
.documents-slider .slick-arrow {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  font-size: 0;
  transform: translateY(-50%);
  cursor: pointer;
  outline: none;
  z-index: 9;
  transition: all 200ms ease-out;
}
.documents-slider .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.documents-slider .slick-arrow.slick-prev {
  left: 0;
  background: url("../img/icon-arrow-prev.svg") 45% center no-repeat;
  background-color: rgba(0, 0, 0, 0.3);
  background-size: 18px;
}
.documents-slider .slick-arrow.slick-next {
  right: 0;
  background: url("../img/icon-arrow-next.svg") 55% center no-repeat;
  background-color: rgba(0, 0, 0, 0.3);
  background-size: 18px;
}
.documents-slider .slide-item {
  outline: none;
}
.documents-slider .slide-item a {
  outline: none;
  text-decoration: none;
}
.documents-slider .slide-item img {
  outline: none;
  display: block;
  margin: 0 auto;
  height: 240px;
}

.achievements-wrap {
  padding: 35px 0 40px;
  background: #960500;
}
.achievements-wrap .spec-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 44px;
}
.achievements-wrap .spec-item {
  width: 100%;
  max-width: 271px;
  margin: 0 0 50px;
}
.achievements-wrap .spec-item .spec-img a {
  position: relative;
  display: block;
  text-decoration: none;
}
.achievements-wrap .spec-item .spec-img a img {
  display: block;
  width: 100%;
  height: 114px;
  object-fit: cover;
}
.achievements-wrap .spec-item .spec-img a span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 47px;
  color: #ffffff;
  background: #000;
  font-size: 10px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-align: center;
}
.achievements-wrap .spec-item .spec-btn {
  margin-top: 17px;
}
.achievements-wrap .spec-item .spec-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 190px;
  height: 36px;
  color: #ffffff;
  background: #000;
  border-radius: 25px;
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: all 200ms ease-out;
}
.achievements-wrap .spec-item .spec-btn a:hover {
  background: #d80801;
}

.img-text-btn-wrap {
  padding: 70px 0 90px;
  background: #eaeaea;
}
.img-text-btn-wrap.red-color {
  background: #960500;
}
.img-text-btn-wrap.red-color .col-text p {
  color: #fff;
}
.img-text-btn-wrap.red-color .col-text p a {
  color: #4385ff;
  text-decoration: none;
}
.img-text-btn-wrap.red-color .col-text p a:hover {
  text-decoration: underline;
}
.img-text-btn-wrap.red-color .col-text .readmore a {
  color: #960500;
  background: #fff;
}
.img-text-btn-wrap .container {
  display: flex;
  flex-wrap: wrap;
}
.img-text-btn-wrap .section-title {
  margin-bottom: 90px;
}
.img-text-btn-wrap .col-img {
  width: 50%;
}
.img-text-btn-wrap .col-img img {
  display: block;
  width: 100%;
  height: auto;
}
.img-text-btn-wrap .col-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
  padding-left: 95px;
}
.img-text-btn-wrap .col-text p {
  max-width: 408px;
  margin: 0 0 20px;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 1.14;
  letter-spacing: 0.7px;
}
.img-text-btn-wrap .col-text p:last-child {
  margin-bottom: 0;
}
.img-text-btn-wrap .col-text p a {
  color: #4385ff;
  text-decoration: none;
}
.img-text-btn-wrap .col-text p a:hover {
  text-decoration: underline;
}
.img-text-btn-wrap .col-text hr {
  width: 100%;
  border-color: #fff;
}
.img-text-btn-wrap .col-text .readmore {
  margin-top: 20px;
}
.img-text-btn-wrap .col-text .readmore a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 274px;
  height: 59px;
  color: #ffffff;
  background: #960500;
  border-radius: 40px;
  font-size: 12px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 1.17;
  letter-spacing: 0.6px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 200ms ease-out;
}
.img-text-btn-wrap .col-text .readmore a:hover {
  color: #fff;
  background: #000;
}

.accordion-wrap {
  padding: 40px 0 80px;
  background: #eaeaea;
}
.accordion-wrap.services-accordion {
  padding-top: 70px;
}
.accordion-wrap .section-title {
  margin-bottom: 40px;
}
.accordion-wrap .accordion-item {
  width: 100%;
  border: 1px solid #000;
  margin-bottom: 17px;
}
.accordion-wrap .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-wrap .accordion-item.active .accordion-header .icon {
  transform: rotate(180deg);
}
.accordion-wrap .accordion-item.active .accordion-content {
  height: auto;
  padding-bottom: 8px;
  visibility: visible;
  opacity: 1;
}
.accordion-wrap .accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 15px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.accordion-wrap .accordion-header h4 {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.accordion-wrap .accordion-header .icon {
  transition: all 200ms ease-out;
}
.accordion-wrap .accordion-content {
  height: 0;
  padding: 0 15px;
  visibility: hidden;
  opacity: 0;
  transition: all 200ms ease-out;
}
.accordion-wrap .accordion-content ul {
  margin: 0;
  padding: 0 0 0 15px;
}
.accordion-wrap .accordion-content ul li {
  margin: 0 0 6px;
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 1.17;
  letter-spacing: 0.6px;
}
.accordion-wrap .accordion-content ul li:last-child {
  margin-bottom: 0;
}
.accordion-wrap .accordion-content p {
  margin: 0 0 15px;
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 1.17;
  letter-spacing: 0.6px;
}
.accordion-wrap .accordion-content p:last-child {
  margin-bottom: 0;
}

.immigration-by-business .section-title {
  margin-bottom: 40px;
}
.immigration-by-business .section-subtitle {
  padding-bottom: 50px;
}

.text-text-btn-wrap {
  padding: 70px 0;
  background: #eaeaea;
}
.text-text-btn-wrap .container {
  display: flex;
  flex-wrap: wrap;
}
.text-text-btn-wrap .section-title {
  margin-bottom: 90px;
}
.text-text-btn-wrap .col-text {
  width: 50%;
}
.text-text-btn-wrap .col-text p {
  max-width: 500px;
  margin: 0 0 25px;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 1.3;
  letter-spacing: 0.35px;
}
.text-text-btn-wrap .col-text p:last-child {
  margin-bottom: 0;
}
.text-text-btn-wrap .col-text p a {
  color: inherit;
  text-decoration: none;
}
.text-text-btn-wrap .col-text p a:hover {
  text-decoration: underline;
}
.text-text-btn-wrap .col-btn {
  margin-top: 40px;
}
.text-text-btn-wrap .col-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 274px;
  height: 59px;
  color: #ffffff;
  background: #960500;
  border-radius: 40px;
  font-size: 12px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 1.17;
  letter-spacing: 0.6px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 200ms ease-out;
}
.text-text-btn-wrap .col-btn a:hover {
  color: #fff;
  background: #000;
}

.specialization-services-wrap {
  padding: 40px 0 125px;
  background: #960500;
}
.specialization-services-wrap .spec-items {
  display: flex;
  justify-content: space-between;
  padding-top: 73px;
}
.specialization-services-wrap .spec-item {
  width: 100%;
  max-width: 265px;
}
.specialization-services-wrap .spec-item a {
  text-decoration: none;
}
.specialization-services-wrap .spec-item a:hover .spec-img img {
  transform: scale(1.1);
}
.specialization-services-wrap .spec-img {
  width: 100%;
  height: 249px;
  overflow: hidden;
}
.specialization-services-wrap .spec-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 400ms ease-out;
}
.specialization-services-wrap .spec-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 57px;
  color: #ffffff !important;
  background: #000;
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 1.3;
  letter-spacing: 0.7px;
  text-align: center;
  text-transform: uppercase;
}
.specialization-services-wrap .spec-service-text {
  margin-top: 49px;
}
.specialization-services-wrap .spec-service-text p {
  max-width: 800px;
  margin: 0 0 30px;
  color: #fefefe;
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.7px;
}
.specialization-services-wrap .spec-service-text p:last-child {
  margin-bottom: 0;
}

.failures-wrap {
  padding: 70px 0 125px;
  background: #960500;
}
.failures-wrap .container {
  display: flex;
  flex-wrap: wrap;
}
.failures-wrap .section-title {
  margin-bottom: 70px;
}
.failures-wrap .col-img {
  width: 50%;
}
.failures-wrap .col-img img {
  display: block;
  width: 100%;
  height: auto;
}
.failures-wrap .col-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
  padding: 0 0 0 95px;
}
.failures-wrap .col-text blockquote {
  width: 100%;
  max-width: 430px;
  margin-bottom: 40px;
  color: #ffffff;
  border: 2px solid #fff;
  padding: 22px 45px;
  font-size: 12px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.failures-wrap .col-text p {
  width: 100%;
  max-width: 430px;
  margin: 0 0 30px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.7px;
}
.failures-wrap .col-text p:last-child {
  margin-bottom: 0;
}

.student-visa-wrap {
  padding: 65px 0;
  background: #eaeaea;
}
.student-visa-wrap .section-title {
  margin-bottom: 35px;
}
.student-visa-wrap .section-subtitle {
  padding-bottom: 50px;
  text-transform: uppercase;
}
.student-visa-wrap .visa-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.student-visa-wrap .visa-item {
  width: calc(20% - 20px);
}
.student-visa-wrap .visa-img {
  width: 100%;
  height: 250px;
}
.student-visa-wrap .visa-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.student-visa-wrap .visa-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  padding: 5px;
  color: #ffffff;
  background: #000;
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.7px;
  text-align: center;
  text-transform: uppercase;
}
.student-visa-wrap .visa-btn {
  margin-top: 45px;
}
.student-visa-wrap .visa-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 274px;
  height: 59px;
  margin: 0 auto;
  color: #ffffff;
  background: #960500;
  border-radius: 40px;
  font-size: 12px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 1.17;
  letter-spacing: 0.6px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 200ms ease-out;
}
.student-visa-wrap .visa-btn a:hover {
  color: #fff;
  background: #000;
}

.business-programm-wrap {
  padding: 70px 0;
  background: #eaeaea;
}
.business-programm-wrap .section-title {
  margin-bottom: 34px;
}
.business-programm-wrap .section-subtitle {
  padding-bottom: 40px;
  text-transform: uppercase;
}
.business-programm-wrap .travel-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.business-programm-wrap .travel-item {
  width: 100%;
  max-width: 370px;
}
.business-programm-wrap .travel-img {
  width: 100%;
  height: 239px;
  overflow: hidden;
}
.business-programm-wrap .travel-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.business-programm-wrap .travel-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  color: #fefefe;
  background: #000;
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.7px;
  text-align: center;
  text-transform: uppercase;
}
.business-programm-wrap .travel-btn {
  margin-top: 45px;
}
.business-programm-wrap .travel-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 274px;
  height: 59px;
  margin: 0 auto;
  color: #ffffff;
  background: #960500;
  border-radius: 40px;
  font-size: 12px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 1.17;
  letter-spacing: 0.6px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 200ms ease-out;
}
.business-programm-wrap .travel-btn a:hover {
  color: #fff;
  background: #000;
}

.startup-wrap {
  padding: 70px 0;
  background: #eaeaea;
}
.startup-wrap .container {
  display: flex;
  flex-wrap: wrap;
}
.startup-wrap .section-title {
  margin-bottom: 35px;
}
.startup-wrap .section-subtitle {
  padding-bottom: 45px;
  text-transform: uppercase;
}
.startup-wrap .col-text {
  width: 50%;
}
.startup-wrap .col-text.text-not-wide p {
  max-width: 466px;
}
.startup-wrap .col-text p {
  margin: 0 0 30px;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.7px;
}
.startup-wrap .col-text p:last-child {
  margin-bottom: 0;
}
.startup-wrap .col-text strong {
  font-weight: bold;
}
.startup-wrap .col-btn {
  width: 100%;
  margin-top: 45px;
}
.startup-wrap .col-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 274px;
  height: 59px;
  margin: 0 auto;
  color: #ffffff;
  background: #960500;
  border-radius: 40px;
  font-size: 12px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 1.17;
  letter-spacing: 0.6px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 200ms ease-out;
}
.startup-wrap .col-btn a:hover {
  color: #fff;
  background: #000;
}

.reviews-wrap {
  padding: 70px 0;
  background: #eaeaea;
}
.reviews-wrap .section-title {
  margin-bottom: 38px;
}
.reviews-wrap .section-subtitle {
  padding-bottom: 50px;
}
.reviews-wrap .reviews-slider {
  padding: 0 0 0 320px;
}
.reviews-wrap .slick-arrow {
  position: absolute;
  top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
  outline: none;
  z-index: 9;
  transition: all 200ms ease-out;
}
.reviews-wrap .slick-arrow:hover {
  background-color: #960500 !important;
}
.reviews-wrap .slick-arrow.slick-prev {
  left: 0;
  background: url("../img/icon-arrow-prev.svg") 45% center no-repeat;
  background-color: black;
  background-size: 18px;
}
.reviews-wrap .slick-arrow.slick-next {
  left: 150px;
  background: url("../img/icon-arrow-next.svg") 55% center no-repeat;
  background-color: black;
  background-size: 18px;
}
.reviews-wrap .review-slide {
  outline: none;
}
.reviews-wrap .review-slide-inner {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}
.reviews-wrap .review-slide-inner .img {
  width: 100%;
  height: 240px;
  margin: 0 0 20px;
}
.reviews-wrap .review-slide-inner .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews-wrap .review-slide-inner h4 {
  margin: 0 0 18px;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.reviews-wrap .review-slide-inner p {
  margin: 0 0 15px;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.7px;
}
.reviews-wrap .review-slide-inner p:last-child {
  margin-bottom: 0;
}

.canada-adaptation-wrap {
  padding: 70px 0;
  background: #eaeaea;
}
.canada-adaptation-wrap .section-title {
  margin-bottom: 38px;
}
.canada-adaptation-wrap .section-subtitle {
  padding-bottom: 90px;
}
.canada-adaptation-wrap .slick-arrow {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  font-size: 0;
  transform: translateY(-50%);
  cursor: pointer;
  outline: none;
  z-index: 9;
  transition: all 200ms ease-out;
}
.canada-adaptation-wrap .slick-arrow:hover {
  background-color: #960500 !important;
}
.canada-adaptation-wrap .slick-arrow.slick-prev {
  left: 0;
  background: url("../img/icon-arrow-prev.svg") 45% center no-repeat;
  background-color: black;
  background-size: 18px;
}
.canada-adaptation-wrap .slick-arrow.slick-next {
  right: 0;
  background: url("../img/icon-arrow-next.svg") 55% center no-repeat;
  background-color: black;
  background-size: 18px;
}
.canada-adaptation-wrap .canada-slider {
  padding: 0 190px;
}
.canada-adaptation-wrap .canada-slide {
  outline: none;
}
.canada-adaptation-wrap .slide-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  padding: 55px 0;
  min-height: 256px;
  border: 1px solid #000;
}
.canada-adaptation-wrap .slide-inner p {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.7px;
  text-align: center;
}
.canada-adaptation-wrap .col-btn {
  width: 100%;
  margin-top: 90px;
}
.canada-adaptation-wrap .col-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 274px;
  height: 59px;
  margin: 0 auto;
  color: #ffffff;
  background: #960500;
  border-radius: 40px;
  font-size: 12px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 1.17;
  letter-spacing: 0.6px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 200ms ease-out;
}
.canada-adaptation-wrap .col-btn a:hover {
  color: #fff;
  background: #000;
}

.mfp-counter {
  font-family: "Roboto", sans-serif;
}

.to-top {
  display: inline-block;
  background-color: #960500;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
@media (max-width: 479px) {
  .to-top {
    right: 15px;
    bottom: 15px;
  }
}
.to-top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/icon-arrow-prev.svg") center no-repeat;
  background-size: 15px;
  transform: rotate(90deg);
}
.to-top:hover {
  cursor: pointer;
  background-color: #333;
}
.to-top:active {
  background-color: #555;
}
.to-top.show {
  opacity: 1;
  visibility: visible;
}

.contacts-wrap {
  padding: 65px 0;
  background: #EAEAEA;
}
@media (max-width: 767px) {
  .contacts-wrap {
    padding: 45px 0;
  }
}
.contacts-wrap .contacts-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 75px;
}
@media (max-width: 767px) {
  .contacts-wrap .contacts-row {
    margin-bottom: 0;
  }
}
.contacts-wrap .contacts-row:last-child {
  margin-bottom: 0;
}
.contacts-wrap .col {
  width: 50%;
}
@media (max-width: 767px) {
  .contacts-wrap .col {
    width: 100%;
    margin-bottom: 30px;
  }
}
.contacts-wrap .col p {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.6px;
}
.contacts-wrap .col p a {
  color: #000;
  text-decoration: underline;
}
.contacts-wrap .col p a:hover {
  color: #0000ee;
}
.contacts-wrap .contacts-country {
  margin: 0 0 20px;
  color: #000;
  font-size: 36px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767px) {
  .contacts-wrap .contacts-country {
    margin-bottom: 10px;
    font-size: 28px;
  }
}
.contacts-wrap .contacts-subtitle {
  margin: 0 0 20px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .contacts-wrap .contacts-subtitle {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

.contacts-page-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 40px;
  margin: 40px 0 0 45px;
  padding: 2px 0 0;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms ease-out;
}
@media (max-width: 767px) {
  .contacts-page-link a {
    margin: 20px 0 0 0;
  }
}
.contacts-page-link a:hover {
  color: #fff;
  background: #000;
}

@media (min-width: 320px) and (max-width: 479px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-phone {
    display: none;
  }

  .header-bottom {
    position: absolute;
    top: 68px;
    top: 85px;
    left: 0;
    width: 100%;
    height: calc(100% - 68px);
    z-index: -1;
    background: #961000;
    border-top: 1px solid #fff;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms ease-out;
  }
  .header-bottom.active {
    top: 68px;
    opacity: 1;
    visibility: visible;
    z-index: 99;
  }

  .header-nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 0;
    margin: 0 0 30px;
    padding: 0;
  }
  .header-nav ul:after {
    display: none;
  }
  .header-nav ul li {
    margin: 5px 0;
  }

  .header-top {
    align-items: center;
    padding: 10px 15px;
  }

  .header-logo img {
    width: 160px;
  }

  .slider-with-form .slide-text {
    display: none;
  }
  .slider-with-form .slick-arrow {
    display: none;
  }

  .slider-form-wrap {
    padding: 0;
  }
  .slider-form-wrap .container {
    padding: 0;
  }
  .slider-form-wrap .form-wrap {
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 90%;
  }

  .section-title {
    font-size: 22px;
  }

  .inna-about-wrap {
    padding: 40px 0;
  }
  .inna-about-wrap .section-title {
    margin-bottom: 28px;
  }
  .inna-about-wrap .col-img {
    width: 100%;
    margin: 0 0 20px;
  }
  .inna-about-wrap .col-text {
    width: 100%;
    padding: 0;
  }
  .inna-about-wrap .col-text p {
    margin-bottom: 15px;
  }

  .work-benefits-wrap {
    padding: 40px 0;
  }
  .work-benefits-wrap .section-title {
    margin-bottom: 28px;
  }
  .work-benefits-wrap .col-text {
    width: 100%;
  }
  .work-benefits-wrap .col-img {
    width: 100%;
    margin: 20px 0 0;
  }

  .benefit-list {
    margin-bottom: -30px;
  }
  .benefit-list .icon {
    width: 50px;
  }
  .benefit-list .icon img {
    width: 100%;
  }
  .benefit-list .text {
    padding-left: 10px;
  }
  .benefit-list .text span {
    font-size: 12px;
  }
  .benefit-list .text strong {
    font-size: 20px;
  }

  .benefit-title {
    padding-top: 25px;
    font-size: 20px;
  }

  .benefit-text p {
    margin-bottom: 20px;
  }

  .specialization-wrap {
    padding: 40px 0;
  }
  .specialization-wrap .spec-wrap {
    padding-top: 30px;
  }
  .specialization-wrap .spec-item:last-child {
    margin-bottom: 0;
  }

  .complex-problems-wrap {
    padding: 40px 0;
  }
  .complex-problems-wrap .cases-wrap {
    padding-top: 30px;
  }
  .complex-problems-wrap .col-left {
    width: 100%;
    margin-bottom: 25px;
  }
  .complex-problems-wrap .case-num span {
    font-size: 20px;
  }
  .complex-problems-wrap .case-text p {
    margin-bottom: 15px;
    font-size: 12px;
  }

  .personal-consultation-wrap {
    padding: 40px 0;
  }
  .personal-consultation-wrap .section-title {
    margin-bottom: 25px;
  }
  .personal-consultation-wrap .col-left {
    width: 100%;
  }
  .personal-consultation-wrap .col-left .form-item {
    margin-bottom: 17px;
  }
  .personal-consultation-wrap .col-left .form-item input {
    height: 46px;
    font-size: 13px;
  }
  .personal-consultation-wrap .col-left .form-item textarea {
    height: 100px;
  }
  .personal-consultation-wrap .col-left .form-item .wpcf7-submit {
    margin: 10px 0 0;
  }
  .personal-consultation-wrap .col-right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .personal-consultation-wrap .col-right .text-row {
    font-size: 12px;
  }

  .site-footer {
    padding: 25px 0;
  }
  .site-footer .container {
    flex-direction: column;
    align-items: center;
  }

  .footer-logo img {
    width: 200px;
  }

  .footer-phones {
    margin: 25px 0;
  }

  .work-achievements-wrap {
    padding: 20px 0 40px;
  }
  .work-achievements-wrap .section-title {
    margin-bottom: 22px;
  }
  .work-achievements-wrap .col-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .work-achievements-wrap .col-text {
    width: 100%;
    padding: 0;
  }

  .documents-wrap {
    padding: 40px 0 !important;
  }

  .documents-slider {
    margin-top: 50px;
  }
  .documents-slider .slide-item img {
    height: 180px;
    width: 100%;
    object-fit: contain;
  }

  .success-cases-wrap {
    padding: 40px 0 10px;
  }
  .success-cases-wrap .cases-lists {
    margin: 28px 0;
  }
  .success-cases-wrap .cases-row span {
    padding: 4px 17px;
  }
  .success-cases-wrap .cases-consult {
    flex-direction: column-reverse;
    text-align: center;
  }
  .success-cases-wrap .cases-consult p {
    margin: 0;
  }
  .success-cases-wrap .cases-consult a {
    margin: 10px 0 30px;
  }

  .specialization-services-wrap {
    padding: 20px 0 40px;
  }
  .specialization-services-wrap .spec-items {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 28px;
  }
  .specialization-services-wrap .spec-item {
    margin-bottom: 20px;
  }
  .specialization-services-wrap .spec-item:last-child {
    margin-bottom: 0;
  }

  .failures-wrap {
    padding: 40px 0;
  }
  .failures-wrap .section-title {
    margin-bottom: 22px;
  }
  .failures-wrap .col-img {
    width: 100%;
  }
  .failures-wrap .col-text {
    width: 100%;
    padding: 0;
  }
  .failures-wrap .col-text blockquote {
    margin: 30px 0;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }

  .student-visa-wrap {
    padding: 40px 0;
  }
  .student-visa-wrap .section-title {
    margin-bottom: 22px;
  }
  .student-visa-wrap .section-subtitle {
    padding-bottom: 30px;
  }
  .student-visa-wrap .visa-img {
    height: 190px;
  }
  .student-visa-wrap .visa-item {
    width: 100%;
    margin: 0 0 20px;
  }
  .student-visa-wrap .visa-item:last-child {
    margin-bottom: 0;
  }
  .student-visa-wrap .visa-btn {
    margin-top: 30px;
  }

  .accordion-wrap {
    padding: 40px 0 !important;
  }
  .accordion-wrap .section-title {
    margin-bottom: 22px;
  }
  .accordion-wrap .accordion-item {
    margin-bottom: 12px;
  }
  .accordion-wrap .accordion-header h4 {
    padding-right: 10px;
  }

  .img-text-btn-wrap {
    padding: 40px 0;
  }
  .img-text-btn-wrap .section-title {
    margin-bottom: 22px;
  }
  .img-text-btn-wrap .col-img {
    width: 100%;
    margin: 0 0 25px;
  }
  .img-text-btn-wrap .col-text {
    width: 100%;
    padding: 0;
  }
  .img-text-btn-wrap .col-text .readmore {
    margin-top: 10px;
  }

  .immigration-by-business .section-subtitle {
    padding-bottom: 32px;
  }

  .business-programm-wrap {
    padding: 40px 0;
  }
  .business-programm-wrap .section-title {
    margin-bottom: 22px;
  }
  .business-programm-wrap .section-subtitle {
    padding-bottom: 20px;
  }
  .business-programm-wrap .travel-img {
    height: 190px;
  }
  .business-programm-wrap .travel-item {
    margin-bottom: 25px;
  }
  .business-programm-wrap .travel-item:last-child {
    margin-bottom: 0;
  }

  .startup-wrap {
    padding: 40px 0;
  }
  .startup-wrap .section-title {
    margin-bottom: 22px;
  }
  .startup-wrap .section-subtitle {
    padding-bottom: 22px;
  }
  .startup-wrap .col-text {
    width: 100%;
  }
  .startup-wrap .col-text p {
    margin-bottom: 30px;
  }

  .reviews-wrap {
    padding: 40px 0;
  }
  .reviews-wrap .section-title {
    margin-bottom: 22px;
  }
  .reviews-wrap .section-subtitle {
    padding-bottom: 22px;
  }
  .reviews-wrap .slick-arrow {
    width: 45px;
    height: 45px;
    background-size: 11px !important;
  }
  .reviews-wrap .slick-arrow.slick-next {
    left: auto;
    right: 0;
  }
  .reviews-wrap .reviews-slider {
    padding: 0;
  }

  .canada-adaptation-wrap {
    padding: 40px 0;
  }
  .canada-adaptation-wrap .section-title {
    margin-bottom: 22px;
  }
  .canada-adaptation-wrap .section-subtitle {
    padding-bottom: 22px;
  }
  .canada-adaptation-wrap .canada-slider {
    padding: 0;
  }
  .canada-adaptation-wrap .slick-arrow {
    width: 45px;
    height: 45px;
    background-size: 11px !important;
  }
  .canada-adaptation-wrap .slide-inner {
    min-height: 525px;
  }
  .canada-adaptation-wrap .slide-inner p {
    padding: 0 50px;
  }
  .canada-adaptation-wrap .col-btn {
    margin-top: 30px;
  }

  .achievements-wrap {
    padding: 20px 0 40px;
  }
  .achievements-wrap .spec-wrap {
    padding-top: 22px;
    justify-content: center;
  }
  .achievements-wrap .spec-item .spec-btn a {
    margin: 0 auto;
  }

  .text-text-btn-wrap {
    padding: 40px 0;
  }
  .text-text-btn-wrap .section-title {
    margin-bottom: 22px;
  }
  .text-text-btn-wrap .col-text {
    width: 100%;
  }
}

/*# sourceMappingURL=general.css.map */

.header-nav ul li:nth-child(n+6) {
  margin: 0 20px !important;
}