@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900&subset=cyrillic");
html {
  color: #000;
  background: none;
  font-family: "Open Sans", san-serif;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

html, body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", san-serif;
  overflow-x: hidden;
}

html > body .the-mainest {
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.clears {
  clear: both;
}

.no-padding {
  padding: 0px !important;
}

.header-cont {
  background: url(../images/header-bg.png) no-repeat;
  background-size: auto 120%;
  position: relative;
  min-height: 680px;
}
.header-cont .header-top {
  padding-top: 30px;
}
.header-cont .header-top .logo {
  position: relative;
}
.header-cont .header-top .logo:before {
  content: "";
  position: absolute;
  background: url(../images/logo-bg.png) no-repeat;
  width: 830px;
  height: 259px;
  left: -361px;
  top: -30px;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .header-cont .header-top .logo:before {
    display: none;
  }
}
.header-cont .header-top .logo img {
  position: relative;
  top: -20px;
  z-index: 2;
}
@media screen and (max-width: 568px) {
    .header-cont .header-top .logo img {
        width: 100%;
        top: 0;
    }
}
.header-cont .header-top .top {
  position: relative;
  z-index: 3;
}
.header-cont .header-top .top .right {
  float: right;
}
.header-cont .header-top .top .right .phone {
  font-family: "Open Sans", san-serif;
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
  float: left;
  line-height: 41px;
  margin-right: 20px;
}
.header-cont .header-top .top .right .button {
  float: left;
  padding: 0px 10px;
  border-radius: 20px;
  text-align: center;
  background-color: #ef1b27;
  font-family: "Open Sans", san-serif;
  font-size: 12px;
  line-height: 41px;
  color: #fff;
  cursor: pointer;
}
.header-cont .header-top .menu {
  float: right;
  padding-bottom: 20px;
  padding-top: 12px;
  position: relative;
  z-index: 3;
}
.header-cont .header-top .menu:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.2);
}
.header-cont .header-top .menu li {
  float: left;
  padding: 5px 0px 5px 10px;
}
.header-cont .header-top .menu li a {
  font-family: "Rubik", sans-serif;
  font-size: 13.01px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.header-cont .header-top .menu li a:hover {
  color: #ef1b27;
}
.header-cont .header-bottom {
  padding-top: 75px;
  position: relative;
}
@media screen and (max-width: 568px) {
    .header-cont .header-bottom {
      padding-top: 30px;
    }
.best-prices-content .mainest-title {
  font-size: 19px 
}
}
.header-cont .header-bottom .left .text-top {
  font-family: "Open Sans", san-serif;
  font-size: 18.01px;
  font-weight: 400;
  color: #ffffff;
}
.header-cont .header-bottom .left .text-main {
  font-family: "Rubik", sans-serif;
  font-size: 55.02px;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 568px) {
    .header-cont .header-bottom .left .text-top {
        text-align: center;
        margin-bottom: 15px;
    }
    .header-cont .header-bottom .left .text-main {
        font-size: 36px;
        text-align: center;
    }
}
.header-cont .header-bottom .left .text-bottom p {
  font-family: "Open Sans", san-serif;
  font-size: 17.01px;
  font-weight: 400;
  color: #f6eeee;
  margin: 25px 0px;
  padding-left: 30px;
  background: url(../images/header-check.png) left center no-repeat;
  min-height: 23px;
}
.header-cont .header-bottom .id {
  width: 383px;
  height: 169px;
  position: absolute;
  bottom: 0px;
  left: 10%;
  background: url(../images/id.png) no-repeat;
  z-index: 1;
  display: none;
}
@media screen and (max-width: 1100px) {
  .header-cont .header-bottom .id {
    display: none;
  }
}
.header-cont .header-bottom .flags {
  position: absolute;
  z-index: 0;
  width: 310px;
  height: 540px;
  left: 35%;
  bottom: 0px;
  background: url(../images/flags.png) no-repeat;
  display: none;
}
@media screen and (max-width: 1100px) {
  .header-cont .header-bottom .flags {
    display: none;
  }
}

.footer-con .logo {
  padding-top: 5px;
}
.footer-con .menu {
  float: right;
  padding-bottom: 20px;
  padding-top: 26px;
  position: relative;
}
.footer-con .menu:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.2);
}
.footer-con .menu li {
  float: left;
  padding: 5px 10px 5px 10px;
}
.footer-con .menu li a {
  font-family: "Rubik", sans-serif;
  font-size: 13.01px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  color: #494e5d;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.footer-con .menu li a:hover {
  color: #ef1b27;
}
.footer-con .text {
  padding: 15px 0px;
  font-family: "Open Sans", san-serif;
  font-size: 13px;
  font-weight: 400;
  color: #464b5a;
}
.footer-con .right {
  float: right;
  padding: 15px 0px;
}
.footer-con .right .phone {
  font-family: "Open Sans", san-serif;
  font-weight: 700;
  font-size: 24px;
  color: #464b5a;
  float: left;
  line-height: 41px;
  margin-right: 20px;
}
.footer-con .right .button {
  float: left;
  padding: 0px 10px;
  border-radius: 20px;
  text-align: center;
  background-color: #ef1b27;
  font-family: "Open Sans", san-serif;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 41px;
  color: #fff;
  cursor: pointer;
}
.footer-con .footer-bottom {
  min-height: 58px;
  background-color: #ef1b27;
}
.footer-con .footer-bottom .white {
  font-family: "Open Sans", san-serif;
  font-size: 13px;
  font-weight: 400;
  color: #f3d9da;
  line-height: 49px;
}
.footer-con .footer-bottom .white.sm {
  max-width: 250px;
}
.footer-con .footer-bottom .white a {
  width: 35px;
  height: 35px;
  display: block;
  border-radius: 50%;
  border: 1px solid #FFF;
  float: right;
  text-align: center;
  margin: 10px;
  position: relative;
}
.footer-con .footer-bottom .white a img {
  margin-top: 10px;
}

.main-form-wrap {
  position: relative;
  max-width: 370px;
}
.main-form-wrap:before {
  content: "";
  position: absolute;
  width: 437px;
  height: 535px;
  left: -280px;
  top: 40px;
  z-index: 0;
  background: url(../images/passport-img.png) no-repeat;
}
.main-form-wrap .main-form-con {
  background: #f6f6f6;
  border-radius: 4px;
  box-shadow: 0px 13px 21px 0px rgba(0, 0, 2, 0.28);
  border-right: 4px solid #ef1b27;
  padding: 15px;
  position: relative;
  z-index: 1;
}
.main-form-wrap .main-form-con .timer-con {
  min-height: 89px;
  background: #FFF;
  margin: 10px 0px;
}
.main-form-wrap .main-form-con .timer-con .title {
  font-family: "Open Sans", san-serif;
  font-size: 13px;
  color: #727272;
  font-weight: 600;
  text-align: center;
}
.main-form-wrap .main-form-con .timer-con .countdown-row {
  display: table;
  margin: 0 auto;
}
.main-form-wrap .main-form-con .timer-con .countdown-row:after {
  content: "";
  display: table;
  clear: both;
}
.main-form-wrap .main-form-con .timer-con .countdown-row .countdown-section {
  float: left;
  display: block;
  font-family: "Rubik", sans-serif;
  font-size: 44px;
  color: #464b5a;
  padding: 8px 10px;
  text-align: center;
  font-weight: 500;
  line-height: 30px;
  padding-right: 28px;
  position: relative;
}

.main-form-wrap .main-form-con .timer-con .countdown-row .countdown-section:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 4px;
  top: 20px;
  right: 13px;
  background: #b4b4b4;
}


.main-form-wrap .main-form-con .timer-con .countdown-row .countdown-section:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 4px;
  top: 27px;
  right: 13px;
  background: #b4b4b4;
}


.main-form-wrap .main-form-con .timer-con .countdown-row .countdown-section * {
  display: block;
}
.main-form-wrap .main-form-con .timer-con .countdown-row .countdown-section .countdown-period {
  font-family: "Open Sans", san-serif;
  font-size: 13px;
  font-weight: 600;
}
.main-form-wrap .main-form-con .timer-con .countdown-row .countdown-section:last-child {
  color: #ef1b27;
  padding-right: 0px;
}
.main-form-wrap .main-form-con .timer-con .countdown-row .countdown-section:last-child::before,
.main-form-wrap .main-form-con .timer-con .countdown-row .countdown-section:last-child::after {
  display: none;
}
.main-form-wrap .main-form-con .text-top {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #464b5a;
}
.main-form-wrap .main-form-con .text-top strong {
  color: #ef1b27;
  font-weight: 700;
}
.main-form-wrap .main-form-con .form-group .field {
  padding-left: 35px;
  background-color: #eaeaea;
  background-repeat: no-repeat;
  background-position: 12px center;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.main-form-wrap .main-form-con .form-group .field.name {
  background-image: url(../images/name-ico.png);
  background-position: 12px center;
}
.main-form-wrap .main-form-con .form-group .field.mail {
  background-image: url(../images/mail-ico.png);
}
.main-form-wrap .main-form-con .form-group .field.country {
  background-image: url(../images/country-ico.png);
}
.main-form-wrap .main-form-con .form-group .field.city {
  background-image: url(../images/city-ico.png);
}
.main-form-wrap .main-form-con .form-group .field.phone {
  background-image: url(../images/phone-ico.png);
}
.main-form-wrap .main-form-con .form-group .field .form-control {
  border-color: #eaeaea;
  border-left: none;
}
.main-form-wrap .main-form-con .form-group .button {
  display: block;
  max-width: 316px;
  background-color: #ef1b27;
  font-family: "Open Sans", san-serif;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
  margin: 0 auto;
}

.page-middle {
  padding-top: 30px;
  background: url(../images/about-us-bg.png) no-repeat;
  background-size: 100%;
}
.page-middle .title-main {
  font-family: "Rubik", sans-serif;
  font-size: 30.01px;
  font-weight: 700;
  color: #454a59;
  padding-left: 85px;
  position: relative;
  max-width: 558px;
}
.page-middle .title-main:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 2px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  background-color: #ee1720;
}
.page-middle .about-us .text-con {
  padding-top: 60px;
}
.page-middle .about-us .text {
  font-family: "Open Sans", san-serif;
  font-size: 15px;
  font-weight: 400;
  color: #464b5a;
  padding: 30px 0px;
}
.page-middle .about-us .video-con {
  background: url(../images/under-video.png) right bottom no-repeat;
  width: 817px;
  height: 552px;
}


@media screen and (max-width: 600px) {
  .page-middle .about-us .video-con {
    max-width: 100%;
    background: none;
  }
  div.best-prices-content {
    flex: 1 0 auto;
    width: 100%;
    padding: 30px 0 0 0;
}
div.best-prices img {
    margin: auto;
}
}

.page-middle .about-us .video-con iframe {
  max-width: 600px;
  margin-top: 135px;
  max-height: 365px;
}
.page-middle .why-us {
  padding-top: 100px;
}
.page-middle .why-us .block {
  padding-top: 30px;
  position: relative;
}
.page-middle .why-us .block .image-con {
  background: url(../images/round-us.png) center center no-repeat #ebd3d3;
  width: 111px;
  height: 111px;
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-middle .why-us .block .image-con .line {
  position: absolute;
  width: 159px;
  height: 2px;
  background-color: #aeaeae;
  right: -172px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.page-middle .why-us .block .image-con .line:before {
  content: "";
  right: 0px;
  top: -4px;
  height: 12px;
  background-image: url(../images/arrow-icon-sm.png);
  background-repeat: no-repeat;
  width: 6px;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .page-middle .why-us .block .image-con .line {
    display: none;
  }
}
.page-middle .why-us .block .image-con:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.page-middle .why-us .block.canada .image-con:before {
  background: url(../images/canada-big-icon.png) center center no-repeat;
}
.page-middle .why-us .block.management .image-con:before {
  background: url(../images/management-big-icon.png) center center no-repeat;
}
.page-middle .why-us .block.fast .image-con:before {
  background: url(../images/fast-big-icon.png) center center no-repeat;
}
.page-middle .why-us .block.spec .image-con:before {
  background: url(../images/specialist-big-icon.png) center center no-repeat;
}
.page-middle .why-us .block.offer .image-con:before {
  background: url(../images/offer-big-icon.png) center center no-repeat;
}
.page-middle .why-us .block.company .image-con:before {
  background: url(../images/company-big-icon.png) center center no-repeat;
}
.page-middle .why-us .block.price .image-con:before {
  background: url(../images/price-big-icon.png) center center no-repeat;
}
.page-middle .why-us .block.guarantee .image-con:before {
  background: url(../images/guar-big-icon.png) center center no-repeat;
}
.page-middle .why-us .block:hover .image-con {
  background-color: #ee1720;
  box-shadow: 0px 7px 18.48px 2.52px rgba(165, 0, 9, 0.35);
}
.page-middle .why-us .block .title {
  padding-top: 15px;
  font-family: "Open Sans", san-serif;
  font-size: 16px;
  font-weight: 600;
  color: #464b5a;
  text-align: center;
}
.page-middle .watch-video {
  padding-top: 120px;
}
.page-middle .watch-video .mainest-button {
  position: absolute;
  top: -25px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 10;
}
.page-middle .watch-video .image-con {
  width: 1172px;
  height: 665px;
  background: url(../images/vide-hands.png) center center no-repeat;
  background-size: 100%;
}
.page-middle .watch-video .image-con iframe {
  width: 708px;
  height: 430px;
  margin: 0 auto;
  top: 126px;
  position: relative;
  display: block;
}
.page-middle .watch-video .image-con div {
  background: url(http://immigratecan.ca/wp-content/themes/cusc/images/agency-no-video.png) no-repeat;
  background-size: 100% 100%;
  width: 708px;
  height: 430px;
  margin: 0 auto;
  top: 126px;
  position: relative;
  display: none;
}

/*  .about-us-title {
    position: absolute;
    top: 150px
  }*/



.best-prices {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 40px 0;
    padding: 20px;
    background-color: #f4f3f3;
}

.best-prices img {
    object-fit: contain;
    max-width: 150px;
    width: 100%;
    flex: 1;
}



.best-prices-content {
    flex:  1;
    padding-left: 30px;
}

.best-prices-content .mainest-title {
    font-size: 25px;
    margin-bottom: 10px;
}
.subline {
  background: #b72f36;
  width: 60px;
  height: 3px;
  margin: 0 0 13px;
  display: inline-block;
}

.mainest-title {
    font-family: 'Open Sans Condensed', Arial;
    font-weight: 700;
    font-size: 30px;
    color: #3d3d3d;
    line-height: 30px;
    text-transform: uppercase;
}
.best-prices-content .subline {
    margin: 0 0 13px;
}
@media screen and (max-width: 991px) {
  .page-middle .watch-video {
    padding-top: 20px
  }
  .page-middle .watch-video .image-con {
  background: none;
  width: 100%;
  height: 420px;
  }
  .page-middle .watch-video .mainest-button {
    top: 10px
  }

.page-middle .about-us .video-con {
  height: 400px
}
  .page-middle .watch-video .image-con iframe {
    width: 100%;
    height: 100%;
    top: auto;
  }
.row-sm-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-middle .about-us .video-con iframe {
    margin-top: 10px
  }
/*  

  .about-us-title { 
    top: 50px
  }


  .about-us {
    position: relative
  }
*/

}
.page-middle .watch-video img {
  max-width: 100%;
}

.offerings {
  background: url(../images/figures-bg.png) no-repeat;
  background-size: auto 150%;
  padding: 40px 0px;
}
.offerings .title-main {
  font-family: "Rubik", sans-serif;
  font-size: 30.01px;
  font-weight: 700;
  color: #454a59;
  padding-left: 85px;
  position: relative;
  max-width: 558px;
}
.offerings .title-main:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 2px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  background-color: #ee1720;
}
.offerings .blocks-con .block {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #464b5a;
  height: 337px;
  position: relative;
  max-width: 270px;
  margin: 20px auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.offerings .blocks-con .block .title-con {
  /*display: table;*/
  background-color: #464b5a;
  position: absolute;
  bottom: 0;
  left: 0;
  min-height: 45px;
  width: 101%;
  text-align: center; 
  padding: 4px 5px;
  z-index: 2; 
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.offerings .blocks-con .block .title-con .title {
  /*display: table-cell;*/
  vertical-align: middle;
  text-align: center;
  font-family: "Open Sans", san-serif;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}
.offerings .blocks-con .block .text-con {
  background-color: #ef1b27;
  position: absolute;
  height: 265px;
  width: 100%;
  bottom: -290px;
  left: 0px;
  z-index: 3;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.offerings .blocks-con .block .text-con .title {
  font-family: "Open Sans", san-serif;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  padding: 10px 10px;
}
.offerings .blocks-con .block .text-con .text {
  font-family: "Open Sans", san-serif;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  padding: 10px;
}
.offerings .blocks-con .block .text-con .more {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 45px;
  text-align: center;
  font-family: "Open Sans", san-serif;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  line-height: 45px;
  background-color: #c80c16;
}
.offerings .blocks-con .block:hover {
  border-color: #c80c16;
}
.offerings .blocks-con .block:hover .title-con {
  background-color: #c80c16;
}
.offerings .blocks-con .block:hover .text-con {
  bottom: 0px;
}
.offerings .button-more {
  width: 252px;
  height: 46px;
  border-width: 2px;
  border-radius: 25px;
  border-color: #686c76;
  border-style: solid;
  margin: 20px auto;
  font-family: "Open Sans", san-serif;
  font-size: 12px;
  text-align: center;
  color: #464b5a;
  line-height: 46px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.offerings .button-more:hover {
  background-color: #ef1b27;
  border-color: #ef1b27;
  color: #FFF;
}

.offerings .button-more span {
  border-bottom: 1px dotted #464b5a;
}

.offerings .button-more:hover span {
  border-color: #FFF;
}

.how-we-work {
  padding: 40px 0px;
}
.how-we-work .title-main {
  font-family: "Rubik", sans-serif;
  font-size: 30.01px;
  font-weight: 700;
  color: #454a59;
  padding-left: 85px;
  margin-top: 40px;
  margin-bottom: 10px;
  position: relative;
  max-width: 558px;
}
.how-we-work .title-main:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 2px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  background-color: #ee1720;
}
.how-we-work .blocks-con .block {
  position: relative;
  margin: 20px 0px;
}
.how-we-work .blocks-con .block .image-con {
  background: url(../images/round-us.png) center center no-repeat #ebd3d3;
  background-size: 57px 57px;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.how-we-work .blocks-con .block .image-con:after {
  content: "";
  position: absolute;
  width: 112px;
  left: -112px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: 4px;
  background: #ebd3d3;
}
.how-we-work .blocks-con .block .image-con .line {
  position: absolute;
  width: 112px;
  height: 4px;
  background-color: #ebd3d3;
  right: -112px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.how-we-work .blocks-con .block .image-con .line:before {
  content: "";
  right: -5px;
  top: -5px;
  background-image: url(../images/arrow-how.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 14px;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .how-we-work .blocks-con .block .image-con .line {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .how-we-work .blocks-con .block .image-con:after {
    display: none;
  }
}
.how-we-work .blocks-con .block:hover .image-con {
  background-color: #ee1720;
  box-shadow: 0px 7px 18.48px 2.52px rgba(165, 0, 9, 0.35);
}
.how-we-work .blocks-con .block.first .image-con:after {
  display: none;
}
.how-we-work .blocks-con .block.last .image-con .line {
  display: none;
}
.how-we-work .blocks-con .block .image-con:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.how-we-work .blocks-con .block.leave .image-con:before {
  background: url(../images/leave-icon.png) center center no-repeat;
}
.how-we-work .blocks-con .block.free .image-con:before {
  background: url(../images/free-icon.png) center center no-repeat;
}
.how-we-work .blocks-con .block.study .image-con:before {
  background: url(../images/study-icon.png) center center no-repeat;
}
.how-we-work .blocks-con .block.contract .image-con:before {
  background: url(../images/contract-icon.png) center center no-repeat;
}
.how-we-work .blocks-con .block.specialist .image-con:before {
  background: url(../images/specialist-icon.png) center center no-repeat;
}
.how-we-work .blocks-con .block.recieve .image-con:before {
  background: url(../images/recieve-icon.png) center center no-repeat;
}
.how-we-work .blocks-con .block.prepare .image-con:before {
  background: url(../images/prepare-icon.png) center center no-repeat;
}
.how-we-work .blocks-con .block.about .image-con:before {
  background: url(../images/about-us-icon.png) center center no-repeat;
}
.how-we-work .blocks-con .block .text-con .title {
  font-family: "Open Sans", san-serif;
  font-size: 16px;
  font-weight: 700;
  color: #464b5a;
  padding: 10px 0px;
}
.how-we-work .blocks-con .block .text-con .text {
  font-family: "Open Sans", san-serif;
  font-size: 13px;
  font-weight: 400;
  color: #464b5a;
}

.questions-con {
  position: relative;
  background: url(../images/questions-bg.png) no-repeat;
  background-size: cover;
  margin-bottom: 80px;
}
.questions-con .red {
  background-color: #ef1b27;
  position: relative;
  min-height: 437px;
  z-index: 2;
}
.questions-con .red:before {
  content: "";
  position: absolute;
  width: 4000px;
  height: 100%;
  background-color: #ef1b27;
  right: 0px;
  top: 0px;
  z-index: -1;
}
.questions-con .left-block .title {
  padding: 30px 0px;
  font-family: "Rubik", sans-serif;
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
}
.questions-con .left-block .text {
  font-family: "Open Sans", san-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.questions-con .left-block .text p {
  padding: 10px 0px;
}
.questions-con .left-block .text .small {
  font-size: 14px;
}
.questions-con .left-block .mainest-button {
  background-color: #464b5a;
  color: #ffffff;
  margin-top: 40px;
  box-shadow: 0px 7px 18.48px 2.52px rgba(165, 0, 9, 0.35);
}
.questions-con .right-block {
  position: relative;
}
.questions-con .right-block .or {
  position: absolute;
  left: 0px;
  top: 13px;
  font-family: "Rubik", sans-serif;
  font-size: 30px;
  color: #ef1b27;
  font-weight: 700;
}
.questions-con .right-block .or:after {
  content: "";
  right: -95px;
  top: 12px;
  position: absolute;
  width: 87px;
  height: 37px;
  background: url(../images/or.png) no-repeat;
}
.questions-con .right-block .main-form-wrap {
  position: absolute;
  right: 0px;
  top: -25px;
}
@media screen and (max-width: 1000px) {
  .questions-con .right-block .main-form-wrap {
    position: relative;
    top: 0px;
    margin: 0 auto;
  }
}

.reviews-con {
  background: url(../images/reviews-bg.png) no-repeat;
  background-size: cover;
  min-height: 586px;
}
.reviews-con .title-main {
  font-family: "Rubik", sans-serif;
  font-size: 30.01px;
  font-weight: 700;
  color: #ffffff;
  padding-left: 85px;
  margin: 60px 0px;
  position: relative;
  max-width: 558px;
}
.reviews-con .title-main:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 2px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  background-color: #ee1720;
}
.reviews-con .slider-con .owl-nav {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: initial;
  top: 0px;
  left: 0px;
}
.reviews-con .slider-con .owl-nav .owl-prev, .reviews-con .slider-con .owl-nav .owl-next {
  background: url(../images/arrow-slider.png) center center no-repeat;
  width: 49px;
  height: 50px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: 0px;
  font-size: 0px;
}
.reviews-con .slider-con .owl-nav .owl-prev {
  right: auto;
  left: 0px;
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -webkit-transform: scale(-1);
  -o-transform: scale(-1);
  transform: scale(-1);
}
.reviews-con .slider-con .item {
  position: relative;
  z-index: 10;
}
.reviews-con .slider-con .item .block {
  max-width: 829px;
  height: 341px;
  margin: 0 auto;
  background: #FFF;
  box-shadow: 0px 6px 21px 0px rgba(0, 0, 2, 0.28);
  border-radius: 4px;
  position: relative;
}
.reviews-con .slider-con .item .block .image-con {
  padding: 30px;
}
.reviews-con .slider-con .item .block .image-con img {
  display: block;
  max-width: 110px;
  max-height: 110px;
  margin: 0 auto;
}
.reviews-con .slider-con .item .block .title {
  font-family: "Open Sans", san-serif;
  font-size: 18px;
  color: #464b5a;
  font-weight: 700;
  text-align: center;
}
.reviews-con .slider-con .item .block .title .small {
  font-weight: 400;
  color: #ef1b27;
}
.reviews-con .slider-con .item .block .text {
  font-family: "Open Sans", san-serif;
  font-size: 15px;
  font-weight: 400;
  color: #464b5a;
  text-align: center;
  padding: 20px;
}

.mainest-button {
  max-width: 230px;
  height: 50px;
  background-color: #ef1b27;
  border-radius: 25px;
  cursor: pointer;
  text-align: center;
  font-family: "Open Sans", san-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 50px;
  color: #ffffff;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: 0px 7px 18.48px 2.52px rgba(165, 0, 9, 0.35);
}
.mainest-button:hover {
  color: #ffffff;
  box-shadow: none;
}

.modal .modal-dialog {
  max-width: 350px;
}
.modal .main-form-wrap:before {
  display: none;
}
.modal .modal-body {
  padding: 0px;
}

.owl-carousel .owl-stage-outer {
  z-index: 1;
}
.reviews-con .slider-con .owl-nav .owl-prev, .reviews-con .slider-con .owl-nav .owl-next {
  z-index: 40;
}


.text-white * {
  color: #f3d9da;
  font-size: 13px;
  margin-bottom: 5px;
  display: inline-block;
}

.text-white p {
  width: 100%;
  white-space: nowrap;
  display: flex;
}

.text-white span {
  margin-left: 3px;
}

.text-white a:focus,
.text-white a:active,
.text-white a:hover {
  color: #fff;
}

@media screen and (max-width: 400px) {

.text-white p {
  white-space: pre-wrap; 
}

.title-main {
  font-size: 25px !important
}
}