.section-header {
  position: relative;
}

.nums {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.nums .col {
  width: 33.3333%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 50px;
}
.nums .item {
  height: 100%;
  padding: 25px 40px;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 5;
}
.nums .item .item-title {
  font-weight: 600;
  margin-bottom: 40px;
  font-size: 76px;
  line-height: 1.2;
  color: #F0A20A;
}
.nums .item .item-text {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
}
@media (max-width: 1299px) {
  .nums .item {
    padding: 25px 15px;
  }
  .nums .item .item-title {
    margin-bottom: 25px;
    font-size: 56px;
  }
  .nums .item .item-text {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 991px) {
  .nums {
    margin-top: 0;
  }
  .nums .item {
    padding: 15px;
  }
  .nums .item .item-title {
    font-size: 46px;
  }
  .nums .item .item-text {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .nums {
    margin-left: -10px;
    margin-right: -10px;
  }
  .nums .col {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .nums .item {
    padding: 15px;
  }
  .nums .item .item-title {
    margin-bottom: 10px;
    font-size: 36px;
  }
  .nums .item .item-text {
    font-size: 12px;
  }
}
@media (max-width: 599px) {
  .nums .col {
    width: 100%;
    margin-bottom: 15px;
  }
}

/* about-section */
.about-section-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.about-section-inner .content-block {
  width: calc(100% - 700px);
  padding-right: 50px;
}

.about-section-inner .img-block {
  width: 700px;
  display: inline-flex;
  justify-content: flex-end;
}

.about-section-inner .img-block-inner {
  position: relative;
  padding-bottom: 160px;
}

.about-section-inner .img-block .img1 {
  width: 520px;
  height: 470px;
  max-width: 100%;
}

.about-section-inner .img-block .img1 img {
  border-radius: 10px;
}

.about-section-inner .img-block .img2 img {
  border-radius: 10px 0 10px 10px;
}

.about-section-inner .img-block img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-section-inner .img-block .img2 {
  width: 360px;
  height: 430px;
  border: 20px solid #fff;
  position: absolute;
  bottom: 0;
  right: 65%;
}

@media (max-width: 1559px) {
  .about-section-inner .content-block {
    width: calc(100% - 560px);
    padding-right: 30px;
    padding-top: 10px;
    font-size: 14px;
  }
  .about-section-inner .img-block {
    width: 560px;
  }
  .about-section-inner .img-block .img1 {
    width: 460px;
    height: 400px;
  }
  .about-section-inner .img-block .img2 {
    width: 280px;
    height: 340px;
    border: 14px solid #fff;
    right: 60%;
  }
}
@media (max-width: 1229px) {
  .about-section-inner .content-block {
    width: calc(100% - 470px);
    padding-top: 0;
  }
  .about-section-inner .img-block {
    width: 470px;
  }
  .about-section-inner .img-block .img1 {
    width: 400px;
    height: 400px;
  }
  .about-section-inner .img-block .img2 {
    width: 250px;
    height: 300px;
    border: 10px solid #fff;
    right: 55%;
  }
}
@media (max-width: 991px) {
  .about-section-inner .content-block {
    width: 100%;
    padding-right: 0;
    order: 2;
    padding-top: 40px;
  }
  .about-section-inner .img-block {
    width: 700px;
  }
  .about-section-inner .img-block-inner {
    padding-bottom: 160px;
  }
  .about-section-inner .img-block .img1 {
    width: 520px;
    height: 470px;
  }
  .about-section-inner .img-block .img2 {
    width: 360px;
    height: 430px;
    border: 20px solid #fff;
    right: 65%;
  }
}
@media (max-width: 767px) {
  .about-section-inner .img-block {
    width: 100%;
    display: block;
  }
  .about-section-inner .img-block-inner {
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about-section-inner .img-block .img1 {
    width: 48%;
    height: 40vw;
  }
  .about-section-inner .img-block .img2 {
    position: static;
    width: 48%;
    height: 40vw;
    border: none;
  }
  .about-section-inner .img-block .img1 img,
  .about-section-inner .img-block .img2 img {
    border-radius: 5px;
  }
}
/* / about-section */
/* offers */
.offers-nav {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 30px;
}

.offers-nav .col {
  padding: 0 5px;
  margin-bottom: 10px;
  width: 250px;
}

.offers-nav .item {
  height: 40px;
  font-size: 13px;
  line-height: 1.2;
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
  background: #f4f4f4;
  border: 1px solid #e9e9e9;
  color: #2C3945;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.offers-nav .item:hover {
  background: #2C3945;
  border-color: #2C3945;
  color: #fff;
}

.offers {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.offers .col {
  width: 33.3333%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.offers .item {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.offers .item-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.offers .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offers .item-img:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(44, 57, 69, 0.87) 19.5%, rgba(26, 30, 33, 0.2) 78.79%);
}

.offers .item-inner {
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
  color: #fff;
}

.offers .item-price {
  position: absolute;
  top: 25px;
  left: 25px;
  background: #F0A20A;
  color: #2c3945;
  padding: 0 15px;
  font-weight: 500;
  font-size: 19px;
  letter-spacing: 1px;
}

.offers .item-body {
  padding: 50px 0 20px;
}

.offers .item-title {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.offers .item-title a {
  color: #fff;
}

.offers .item-title a:hover {
  color: #F0A20A;
}

.offers .item-introtext ul {
  margin: 0;
}

.offers .item-introtext li + li {
  margin-top: 7px;
}

.offers .item-buttons {
  margin: 20px -5px 0;
  display: flex;
  flex-wrap: wrap;
}

.offers .item-buttons-col {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

.offers .item-buttons .btn {
  width: 100%;
  height: 46px;
}

.offers .item-more a {
  color: #fff;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 500;
}

.offers .item-more a:hover {
  text-decoration: none;
}

@media (max-width: 1299px) {
  .offers-nav .col {
    width: auto;
  }
  .offers {
    margin-left: -10px;
    margin-right: -10px;
  }
  .offers .col {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .offers .item-buttons-col {
    width: 100%;
  }
  .offers .item-buttons-col + .item-buttons-col {
    margin-top: 10px;
  }
  .offers .item-title {
    font-size: 2.4vw;
    margin-bottom: 2vw;
  }
  .offers .item-inner {
    padding: 20px;
  }
  .offers .item-introtext li {
    font-size: 14px;
    line-height: 1.3;
  }
  .offers .item-price {
    left: 20px;
    top: 20px;
  }
}
@media (max-width: 991px) {
  .offers .col {
    width: 50%;
  }
  .offers .item-buttons-col {
    width: 50%;
  }
  .offers .item-buttons-col + .item-buttons-col {
    margin-top: 0;
  }
  .offers .item-buttons .btn {
    font-size: 1.7vw;
  }
  .offers .item-title {
    font-size: 3vw;
  }
}
@media (max-width: 767px) {
  .offers-nav .item {
    height: 30px;
    font-size: 11px;
    padding: 0 12px;
  }
  .offers {
    margin-left: -5px;
    margin-right: -5px;
  }
  .offers .col {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  .offers .item-buttons-col {
    width: 100%;
  }
  .offers .item-inner {
    padding: 15px;
  }
  .offers .item-buttons-col + .item-buttons-col {
    margin-top: 10px;
  }
  .offers .item-buttons .btn {
    font-size: 2.5vw;
  }
  .offers .item-title {
    font-size: 3.5vw;
  }
  .offers .item-price {
    font-size: 2.5vw;
    left: 15px;
    top: 15px;
  }
}
@media (max-width: 599px) {
  .offers-nav .item {
    height: 28px;
    font-size: 10px;
    padding: 0 10px;
  }
  .offers .item-inner {
    padding: 15px;
  }
  .offers .item-buttons {
    margin-top: 2vw;
  }
  .offers .item-buttons .btn {
    height: 34px;
    font-size: 2.6vw;
  }
  .offers .item-title {
    margin-bottom: 0;
  }
  .offers .item-introtext {
    display: none;
  }
  .offers .item-more a {
    font-size: 12px;
  }
  .offers .item-body {
    padding: 40px 0 10px;
  }
}
@media (max-width: 399px) {
  .offers .col {
    width: 100%;
  }
  .offers .item-title {
    font-size: 7vw;
  }
  .offers .item-buttons .btn {
    height: 40px;
    font-size: 4vw;
  }
  .offers .item-price {
    font-size: 4vw;
  }
  .offers .item-more a {
    font-size: 14px;
  }
}
/* /. offers */
/* cases-section */
.cases-carousel > div:not(:first-of-type) {
  display: none;
}

.cases-carousel {
  margin-left: -15px;
  margin-right: -15px;
}

.cases .item {
  position: relative;
  margin-bottom: 50px;
}

.cases .item:last-child {
  margin-bottom: 0;
}

.cases-carousel .item {
  padding: 10px 15px;
  margin-bottom: 0;
}

.cases .item-inner {
  background: #fff;
  padding: 50px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}

.cases.case-on-page .item-inner {
  padding: 0;
  box-shadow: none;
}

.cases .item-inner .col1 {
  width: 502px;
}

.cases .item-inner .col1 + .col2 {
  width: calc(100% - 502px);
  padding-left: 40px;
}

.case-slider {
  margin-bottom: 10px;
  border-radius: 5px;
}

.case-slider > div:not(:first-of-type),
.case-slider-thumbnails > div:not(:first-of-type) {
  display: none;
}

.case-slider-item {
  overflow: hidden;
  position: relative;
}

.case-slider-item > a {
  display: block;
}

.case-slider-item > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-slider-thumbnails-wrapper {
  width: 100%;
  overflow: hidden;
}

.case-slider-thumbnails-inner {
  margin-left: -5px;
  margin-right: -5px;
}

.case-slider-item-thumbnail {
  padding-left: 5px;
  padding-right: 5px;
}

.case-slider-item-thumbnail-inner {
  overflow: hidden;
  width: 164px;
  max-width: 100%;
}

.case-slider-thumbnails img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cases-carousel .slick-prev {
  left: -15px;
}

.cases-carousel .slick-next {
  right: -15px;
}

.cases .item-subtitle {
  margin-top: -10px;
  font-size: 24px;
}

.cases .item-description {
  margin-top: 30px;
  font-size: 17px;
}

.cases .item-prop {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 19px;
}

.cases .item-prop-value {
  margin-left: 20px;
  font-weight: 600;
}

.cases .item-summ .item-prop-value {
  color: #F0A20A;
  font-size: 23px;
}

.cases .item-btn {
  margin-top: 40px;
}

.cases .item-btn .btn {
  min-width: 50%;
}

.case-slider-item .video-holder {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-holder-icon {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.video-holder-icon a {
  display: block;
  height: 100%;
  position: relative;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  z-index: 5;
}

.video-holder-icon .play-icon {
  display: inline-block;
  border-left: 24px solid #fff;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -8px;
  transition: all 200ms ease-out;
}

.video-holder-icon a:hover {
  background: #F0A20A;
}

.video-holder-icon .animation-element {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 100%;
  animation: video-section-type1-animaion 2s linear infinite;
  box-shadow: 0 0 0 5px #fff;
  transition: all 0.3s ease;
  z-index: -1;
}

@keyframes video-section-type1-animaion {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  25% {
    transform: scale(1);
    opacity: 0.75;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .cases > div:nth-of-type(2n) .col1 {
    order: 2;
  }
  .cases > div:nth-of-type(2n) .col2 {
    order: 1;
    padding-left: 0 !important;
    padding-right: 40px;
  }
}
@media (max-width: 1569px) {
  .cases-carousel .item-inner {
    padding-left: 90px;
    padding-right: 90px;
  }
  .cases-carousel .slick-prev {
    left: 25px;
  }
  .cases-carousel .slick-next {
    right: 25px;
  }
}
@media (max-width: 1229px) {
  .cases .item-inner {
    padding: 40px;
  }
  .cases-carousel .slick-prev {
    left: 20px;
  }
  .cases-carousel .slick-next {
    right: 20px;
  }
  .cases .item-inner .col1 {
    width: 400px;
  }
  .cases .item-inner .col1 + .col2 {
    width: calc(100% - 400px);
    padding-left: 30px;
  }
  .case-slider-item-thumbnail-inner {
    width: 140px;
  }
  .cases .item-description {
    margin-top: 20px;
    font-size: 14px;
  }
  .cases .item .title-h3 {
    font-size: 25px;
  }
  .cases .item-prop {
    font-size: 16px;
    margin-top: 5px;
  }
  .cases .item-summ .item-prop-value {
    font-size: 18px;
  }
  .cases .item-subtitle {
    margin-top: -15px;
    font-size: 20px;
  }
  .cases .item-btn {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cases .item-inner .col1 {
    width: 100%;
    margin-bottom: 30px;
  }
  .cases .item-inner .col2 {
    width: 100% !important;
    padding-left: 0 !important;
    margin-bottom: 1px;
  }
  .case-slider-item-thumbnail-inner {
    width: 218px;
  }
}
@media (max-width: 767px) {
  .cases.cases-carousel .item-inner {
    padding: 100px 25px 40px;
  }
  .cases .item-inner {
    padding: 40px 25px;
  }
  .cases .item-inner .col1 {
    margin-bottom: 20px;
  }
  .cases-carousel .slick-prev {
    top: 40px;
    left: 40px;
  }
  .cases-carousel .slick-next {
    top: 40px;
    left: 90px;
  }
}
@media (max-width: 499px) {
  .cases.cases-carousel .item-inner {
    padding: 80px 15px 20px;
  }
  .cases .item-inner {
    padding: 20px 15px;
  }
  .cases-carousel .slick-prev {
    top: 30px;
    left: 30px;
  }
  .cases-carousel .slick-next {
    top: 30px;
    left: 80px;
  }
  .cases .item-prop {
    display: block;
  }
  .cases .item-prop-value {
    margin-left: 0;
  }
  .cases .item-btn .btn {
    width: 100%;
  }
  .cases .item .title-h3 {
    font-size: 20px;
  }
  .cases .item-subtitle {
    font-size: 18px;
  }
}
/* /. cases-section */
.call-to-action-section {
  position: relative;
  background: url("../../../assets/images/az-subtle.png") #2C3945;
}
.call-to-action-section .call-to-action-section-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 38%;
}
.call-to-action-section .call-to-action-section-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.call-to-action-section .call-to-action-section-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
.call-to-action-section .container {
  position: relative;
  z-index: 2;
}
.call-to-action-section .call-to-action-section-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.call-to-action-section .content-item {
  width: 60%;
  padding-right: 60px;
  color: #fff;
  position: relative;
}
.call-to-action-section .content-item h2 {
  margin-bottom: 0;
}
.call-to-action-section .content-item .content-item-subtitle {
  margin: 30px 0;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
.call-to-action-section .content-item .call-to-action-steps {
  margin-top: 50px;
}
.call-to-action-section .content-item .call-to-action-steps .item {
  display: flex;
  margin-bottom: 60px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.call-to-action-section .content-item .call-to-action-steps .item:last-of-type {
  margin-bottom: 0;
}
.call-to-action-section .content-item .call-to-action-steps .item .item-num {
  font-weight: normal;
  font-weight: bold;
  font-family: Arial;
  font-size: 90px;
  line-height: 0.815;
  color: #F0A20A;
  width: 115px;
}
.call-to-action-section .content-item .call-to-action-steps .item .item-title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  width: calc(100% - 120px);
}
.call-to-action-section .content-item .call-to-action-steps .item a {
  color: #fff;
  text-decoration: underline;
}
.call-to-action-section .content-item .call-to-action-steps .item a:hover {
  text-decoration: none;
}
.call-to-action-section .form-item {
  width: 40%;
  background: #fff;
  padding: 37px 45px 45px;
  position: relative;
}
.call-to-action-section .form-item .form-item-title {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 1.8rem;
}
.call-to-action-section .form-item .form-item-description {
  font-size: 1.7rem;
  line-height: 1.5;
  margin-bottom: 1.8rem;
}
@media (max-width: 1559px) {
  .call-to-action-section .form-item-title {
    font-size: 24px;
  }
  .call-to-action-section .form-item-description {
    font-size: 15px;
  }
}
@media (max-width: 1399px) {
  .call-to-action-section .content-item {
    width: 55%;
  }
  .call-to-action-section .form-item {
    width: 45%;
    padding: 32px 45px 40px 40px;
  }
  .call-to-action-section h2 {
    font-size: 32px;
  }
  .call-to-action-section .content-item-subtitle {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .call-to-action-section .content-item {
    padding-right: 6vw;
  }
  .call-to-action-section h2 {
    font-size: 3vw;
  }
  .call-to-action-section .content-item-subtitle {
    margin: 5vw 0 3vw;
    font-size: 2.1vw;
  }
  .call-to-action-section .item-num {
    font-size: 8vw;
    width: 9vw;
  }
  .call-to-action-section .item-title {
    font-size: 1.8vw;
    width: calc(100% - 12vw);
  }
  .call-to-action-section .form-item {
    padding: 22px 45px 30px 30px;
  }
  .call-to-action-section .form-item-title {
    font-size: 2.5vw;
    margin-bottom: 1.6vw;
  }
  .call-to-action-section .form-item-description {
    font-size: 1.6vw;
    margin-bottom: 2vw;
  }
}
@media (max-width: 767px) {
  .call-to-action-section .content-item {
    width: 100%;
    margin-bottom: 50px;
  }
  .call-to-action-section .form-item {
    width: 100%;
    padding: 25px 35px 25px 20px;
  }
  .call-to-action-section .form-item-title {
    font-size: 5.5vw;
    margin-bottom: 3vw;
  }
  .call-to-action-section .form-item-description {
    font-size: 3.6vw;
    margin-bottom: 5.5vw;
  }
  .call-to-action-section .call-to-action-section-img {
    width: 100%;
    position: relative;
    margin-bottom: 60px;
    margin-top: -60px;
    height: 60vw;
  }
  .call-to-action-section h2 {
    font-size: 6vw;
  }
  .call-to-action-section .content-item-subtitle {
    margin: 9vw 0 5vw;
    font-size: 3.5vw;
  }
  .call-to-action-section .item-title {
    font-size: 4.1vw;
    width: calc(100% - 20vw);
  }
  .call-to-action-section .item-num {
    font-size: 14vw;
    width: 14vw;
  }
}

.quick-application-block-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.quick-application-block-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quick-application-block-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(44, 57, 69, 0.7) 19.5%, rgba(44, 57, 69, 0.7) 78.79%);
  backdrop-filter: blur(2px);
}

.quick-application-block-inner {
  width: 1100px;
  max-width: 100%;
  margin: auto;
  min-height: 350px;
  padding: 20px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
}
.quick-application-block-inner .col1 {
  width: 360px;
}
.quick-application-block-inner .col2 {
  width: calc(100% - 360px);
  padding-left: 100px;
}
.quick-application-block-inner .item-title {
  font-size: 48px;
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: 700;
  margin-top: -10px;
}
.quick-application-block-inner .item-text {
  line-height: 1.3;
  font-size: 24px;
}
.quick-application-block-inner .btn {
  margin-top: 40px;
  min-width: 250px;
}
@media (max-width: 1299px) {
  .quick-application-block-inner .col2 {
    padding-left: 2vw;
  }
  .quick-application-block-inner .item-title {
    font-size: 3.5vw;
  }
  .quick-application-block-inner .item-text {
    font-size: 2vw;
  }
  .quick-application-block-inner .btn {
    margin-top: 3.5vw;
  }
}
@media (max-width: 991px) {
  .quick-application-block-inner .col1 {
    width: 35%;
  }
  .quick-application-block-inner .col2 {
    width: 65%;
  }
  .quick-application-block-inner .item-title {
    font-size: 5vw;
  }
  .quick-application-block-inner .item-text {
    font-size: 3vw;
  }
  .quick-application-block-inner .btn {
    margin-top: 4vw;
  }
}
@media (max-width: 767px) {
  .quick-application-block-inner {
    min-height: 1px;
    padding: 30px 15px;
  }
  .quick-application-block-inner .btn {
    min-width: 1px;
    height: 50px;
  }
}
@media (max-width: 575px) {
  .quick-application-block-inner .quick-application-block-inner {
    display: block;
    width: 100%;
  }
  .quick-application-block-inner .col1 {
    width: 100%;
  }
  .quick-application-block-inner .col2 {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}

/* Reviews */
.reviews {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.reviews .col {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  width: 50%;
}

.reviews .item {
  padding: 30px 40px;
  background: #fff;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.reviews .item-img {
  width: 200px;
  position: relative;
}

.reviews .item-img img {
  width: 100%;
}

.reviews .video-block {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.reviews .video-block a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
}

.reviews .video-block a:after {
  content: "";
  background: url(../images/play.svg) 0 0 no-repeat;
  width: 53px;
  height: 53px;
  position: absolute;
  top: calc(50% - 26px);
  left: calc(50% - 26px);
  transition: all ease-out 300ms;
}

.reviews .video-block:hover a:after {
  transform: scale(1.2);
}

.reviews .item-right {
  width: calc(100% - 200px);
  padding-left: 40px;
  font-size: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.reviews .item-body {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.reviews .item-footer .btn {
  margin: 30px 0 0;
}

.reviews .item-date,
.reviews-modal .item-date {
  color: #999;
  margin-bottom: 15px;
  font-size: 13px;
}

.reviews .item-title,
.reviews-modal .item-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 5px;
}

.reviews .item-subtitle,
.reviews-modal .item-subtitle {
  font-weight: 500;
  color: #808080;
}

.reviews .item-body,
.reviews-modal .item-body {
  padding-top: 10px;
}

.reviews-carousel > div:not(:first-of-type) {
  display: none;
}

.reviews-carousel .slick-list {
  padding: 7px 0;
}

.reviews-carousel .slick-track {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.reviews-carousel .slick-slide {
  height: inherit;
}

.reviews-carousel .slick-slide > div {
  height: 100%;
}

.fancybox_modal .reviews .item {
  box-shadow: none;
  padding: 0;
  display: block;
  background-color: transparent;
}

.fancybox_modal .reviews .item-img {
  position: relative;
  top: auto;
  left: auto;
  margin-bottom: 20px;
  margin-top: 20px;
}

.reviews-on-page {
  margin-left: 0;
  margin-right: 0;
}

.reviews .item-body p:last-of-type {
  margin-bottom: 0;
}

.fancybox_modal .reviews {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 1299px) {
  .reviews {
    margin-left: -10px;
    margin-right: -10px;
  }
  .reviews .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .reviews .item {
    padding: 30px 20px;
  }
}
@media (max-width: 1199px) {
  .reviews .item-img {
    width: 150px;
  }
  .reviews .item-right {
    width: calc(100% - 150px);
    padding-left: 20px;
  }
  .reviews .item {
    padding: 30px 20px;
  }
}
@media (max-width: 991px) {
  .reviews .col {
    width: 100%;
  }
}
@media (max-width: 499px) {
  .reviews .item-img {
    margin-bottom: 15px;
    width: 100%;
  }
  .reviews .item-right {
    width: 100%;
    padding-left: 0;
    height: auto;
  }
  .reviews .item {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .reviews-on-page .item-img {
    width: 400px;
  }
  .reviews-on-page .item-right {
    width: calc(100% - 400px);
  }
  .reviews-on-page .item-body {
    font-size: 18px;
  }
  .reviews-on-page .item-title {
    font-size: 24px;
  }
  .reviews-on-page .item-subtitle {
    font-size: 18px;
  }
}
/* /. Reviews */
.slick-arrows-top-section h2 {
  padding-right: 120px;
}

.slick-arrows-top {
  padding-top: 20px;
}
.slick-arrows-top .slick-next {
  right: 15px;
  top: -80px;
}
.slick-arrows-top .slick-prev {
  left: auto;
  right: 65px;
  top: -80px;
}

@media (max-width: 767px) {
  .slick-arrows-top-section h2 {
    padding-right: 0;
  }
  .slick-arrows-top {
    padding-top: 60px;
  }
  .slick-arrows-top .slick-next {
    right: auto;
    top: 0;
    left: 60px;
  }
  .slick-arrows-top .slick-prev {
    left: 10px;
    right: auto;
    top: 0;
  }
}
/* === FAQ === */
.accordion {
  margin-bottom: 20px;
}
.accordion .item {
  margin-bottom: 10px;
}
.accordion .item-body {
  display: none;
  padding: 35px 35px 15px;
  font-size: 20px;
}
@media (max-width: 991px) {
  .accordion .item-body {
    font-size: 16px;
    padding: 24px 24px 4px;
  }
}
@media (max-width: 767px) {
  .accordion .item-body {
    font-size: 14px;
    padding: 20px 20px 0;
  }
}
.accordion .item-head {
  min-height: 66px;
  padding: 15px 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  background: #F4F4F4;
  color: #000;
  font-weight: 600;
  transition: all ease-out 300ms;
}
@media (max-width: 991px) {
  .accordion .item-head {
    min-height: 80px;
    padding: 12px 24px;
  }
}
@media (max-width: 767px) {
  .accordion .item-head {
    min-height: 70px;
    padding: 10px 20px;
  }
}
.accordion .item-title {
  font-size: 22px;
  line-height: 1.35;
  width: calc(100% - 25px);
}
@media (max-width: 991px) {
  .accordion .item-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .accordion .item-title {
    font-size: 14px;
  }
}
.accordion .item-icon {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.accordion .item-icon:after {
  content: "+";
  font-size: 26px;
  font-weight: 600;
}
.accordion .item.active .item-icon:after {
  content: "-";
}
.accordion .item.active .item-head {
  background: #F0A20A;
}
.accordion .item:hover .item-head {
  background: #E1E1E1;
}

.application-block {
  display: flex;
  flex-wrap: wrap;
}
.application-block .col1 {
  width: calc(100% - 450px);
  margin-bottom: 20px;
}
.application-block .col2 {
  width: 450px;
  padding-left: 30px;
  margin-bottom: 20px;
}
@media (max-width: 1299px) {
  .application-block .col1 {
    width: calc(100% - 350px);
  }
  .application-block .col2 {
    width: 350px;
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .application-block .col1,
  .application-block .col2 {
    width: 100%;
  }
  .application-block .col2 {
    padding-left: 0;
  }
}

.application-form {
  height: 100%;
  padding: 30px;
  background: #2C3945;
  color: #fff;
}
.application-form .agreement {
  margin-bottom: 0;
}
.application-form .agreement a:hover {
  color: #fff;
  text-decoration: underline;
}
.application-form .btn {
  width: 100%;
  height: 60px;
}
@media (max-width: 1299px) {
  .application-form {
    padding: 20px;
  }
}

.application-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media (max-width: 1299px) {
  .application-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .application-title {
    font-size: 16px;
  }
}

.application-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.application-form-row .col {
  width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1099px) {
  .application-form-row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .application-form-row .col {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .application-form-row .col {
    width: 100%;
  }
}

.application-messengers {
  background: #2C3945;
  padding: 30px 30px 35px;
  height: 100%;
  display: flex;
  justify-content: center;
  color: #fff;
}
.application-messengers-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.application-messengers a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 100%;
  padding: 0 30px;
  border: 2px solid;
  font-weight: 600;
  color: #fff;
}
.application-messengers .telegram-btn {
  background-color: #00A6FB;
  border-color: #00A6FB;
  margin-bottom: 10px;
}
.application-messengers .telegram-btn svg {
  margin-right: 5px;
}
.application-messengers .telegram-btn path {
  fill: #fff;
  transition: all ease-out 300ms;
}
.application-messengers .telegram-btn:hover {
  background: #fff;
  border-color: #fff;
  color: #00A6FB;
}
.application-messengers .telegram-btn:hover svg path {
  fill: #00A6FB;
}
.application-messengers .whatsapp-btn {
  background-color: #94BF4C;
  border-color: #94BF4C;
  color: #fff;
}
.application-messengers .whatsapp-btn svg {
  fill: #fff;
  margin-right: 5px;
  transition: all ease-out 300ms;
}
.application-messengers .whatsapp-btn:hover {
  background: #fff;
  border-color: #fff;
  color: #94BF4C;
}
.application-messengers .whatsapp-btn:hover svg {
  fill: #94BF4C;
}
@media (max-width: 1299px) {
  .application-messengers {
    padding: 20px 20px 25px;
  }
}
@media (max-width: 991px) {
  .application-messengers {
    display: block;
  }
  .application-messengers-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .application-messengers-buttons a {
    width: calc(50% - 5px);
  }
}
@media (max-width: 767px) {
  .application-messengers {
    padding: 20px 20px 30px;
  }
  .application-messengers a {
    width: 100%;
    max-width: 100%;
    margin-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .application-form .agreement {
    margin-top: 20px;
  }
}
/*# sourceMappingURL=home.css.map */
