html {
  color: #000;
  background: none;
  font-family: "Open Sans", sans-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", sans-serif;
  background: #eceff0;
  overflow-x: hidden;
}

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

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
}

.clears {
  clear: both;
}

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

.red {
  color: #ff0000;
}

.modal .title {
  font: 700 35px "Open Sans", sans-serif;
  color: #871619;
}
.modal .row {
  margin-bottom: 20px;
}
.modal .text {
  font: 400 20px "Open Sans", sans-serif;
  color: #555353;
}
.modal .form-control {
  border-radius: 0px;
}
.modal .btn-primary {
  background: #205baf;
  min-width: 100px;
  border-radius: 0px;
}

.mainest-title {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 100;
  font-size: 40px;
  color: #374152;
  text-align: center;
}

.why_us_fluid {
  background: url(../images/why_us/bg.png) right no-repeat;
  background-size: cover 100%;
}

.why_us_container .row {
  padding-top: 60px;
}
.why_us_container .row .block .image-con {
  border-radius: 50%;
  overflow: hidden;
  width: 80px;
  height: 80px;
  border: 1px solid #c3c6cb;
  margin: 0 auto;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
.why_us_container .row .block .image-con:hover {
  background: #e82930;
  border-color: #e82930;
}
.why_us_container .row .block .image-con .img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
.why_us_container .row .block .image-con .f1 {
  background: url(../images/why_us/1.png) center center no-repeat;
}
.why_us_container .row .block .image-con .f1:hover {
  background-image: url(../images/why_us/1-h.png);
}
.why_us_container .row .block .image-con .f2 {
  background: url(../images/why_us/2.png) center center no-repeat;
}
.why_us_container .row .block .image-con .f2:hover {
  background-image: url(../images/why_us/2-h.png);
}
.why_us_container .row .block .image-con .f3 {
  background: url(../images/why_us/3.png) center center no-repeat;
}
.why_us_container .row .block .image-con .f3:hover {
  background-image: url(../images/why_us/3-h.png);
}
.why_us_container .row .block .image-con .f4 {
  background: url(../images/why_us/4.png) center center no-repeat;
}
.why_us_container .row .block .image-con .f4:hover {
  background-image: url(../images/why_us/4-h.png);
}
.why_us_container .row .block .image-con .f5 {
  background: url(../images/why_us/5.png) center center no-repeat;
}
.why_us_container .row .block .image-con .f5:hover {
  background-image: url(../images/why_us/5-h.png);
}
.why_us_container .row .block .image-con .f6 {
  background: url(../images/why_us/6.png) center center no-repeat;
}
.why_us_container .row .block .image-con .f6:hover {
  background-image: url(../images/why_us/6-h.png);
}
.why_us_container .row .block .image-con .f7 {
  background: url(../images/why_us/7.png) center center no-repeat;
}
.why_us_container .row .block .image-con .f7:hover {
  background-image: url(../images/why_us/7-h.png);
}
.why_us_container .row .block .image-con .f8 {
  background: url(../images/why_us/8.png) center center no-repeat;
}
.why_us_container .row .block .image-con .f8:hover {
  background-image: url(../images/why_us/8-h.png);
}
.why_us_container .row .block .title {
  padding-top: 12px;
  color: #5a5e65;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  text-align: center;
}


.your-clients-fluid .row .block .image-con .s1 {
  background: url(../images/clients/s1.png) center center no-repeat;
}
.your-clients-fluid .row .block .image-con .s1:hover {
  background-image: url(../images/clients/s1-hov.png);
}
.your-clients-fluid .row .block .image-con .s2 {
  background: url(../images/clients/s2.png) center center no-repeat;
}
.your-clients-fluid .row .block .image-con .s2:hover {
  background-image: url(../images/clients/s2-hov.png);
}
.your-clients-fluid .row .block .image-con .s3 {
  background: url(../images/clients/s3.png) center center no-repeat;
}
.your-clients-fluid .row .block .image-con .s3:hover {
  background-image: url(../images/clients/s3-hov.png);
}
.your-clients-fluid .row .block .image-con .s4 {
  background: url(../images/clients/s4.png) center center no-repeat;
}
.your-clients-fluid .row .block .image-con .s4:hover {
  background-image: url(../images/clients/s4-hov.png);
}
.your-clients-fluid .row .block .image-con .s5 {
  background: url(../images/clients/s5.png) center center no-repeat;
}
.your-clients-fluid .row .block .image-con .s5:hover {
  background-image: url(../images/clients/s5-hov.png);
}
.your-clients-fluid .row .block .image-con .s6 {
  background: url(../images/clients/s6.png) center center no-repeat;
}
.your-clients-fluid .row .block .image-con .s6:hover {
  background-image: url(../images/clients/s6-hov.png);
}
.your-clients-fluid .row .block .image-con .s7 {
  background: url(../images/clients/s7.png) center center no-repeat;
}
.your-clients-fluid .row .block .image-con .s7:hover {
  background-image: url(../images/clients/s7-hov.png);
}

.footer-fluid {
  padding-top: 60px;
  background: #eceff0;
}
.footer-fluid .menu li a {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #384152;
  text-decoration: none;
  -webkit-transition: 0.5s ease color;
  -moz-transition: 0.5s ease color;
  -o-transition: 0.5s ease color;
  transition: 0.5s ease color;
}
.footer-fluid .menu li a:hover {
  color: #ed1c24;
}
.footer-fluid .fl-right {
  float: right;
}
.footer-fluid .addr {
  min-height: 21px;
  padding-left: 38px;
  margin-bottom: 20px;
}
.footer-fluid .addr a {
  color: #252525;
  text-decoration: none;
}
.footer-fluid .phone {
  background: url(../images/phone-ico.png) left center no-repeat;
  font-size: 20px;
}
.footer-fluid .email {
  background: url(../images/mail-ico.png) left center no-repeat;
  font-size: 16px;
}
.footer-fluid hr {
  border-color: #cdd4d6;
}
.footer-fluid .text {
  padding-bottom: 27px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #5c6366;
}
.footer-fluid .text a {
  color: #4b8bfe;
  text-decoration: underline;
}

.offerings-we-provide {
  padding-bottom: 40px;
}
.offerings-we-provide .mainest-title {
  padding-top: 70px;
}
.offerings-we-provide .videocon {
  padding-top: 50px;
}
.offerings-we-provide .block {
  margin-top: 20px;
  margin-bottom: 20px;
}
.offerings-we-provide .block a {
  text-decoration: none;
}
.offerings-we-provide .block .image-con {
  border-radius: 50%;
  max-width: 270px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.offerings-we-provide .block .image-con img {
  max-width: 100%;
  height: auto;
}
.offerings-we-provide .block .image-con:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: 0.5s ease opacity;
  -moz-transition: 0.5s ease opacity;
  -o-transition: 0.5s ease opacity;
  transition: 0.5s ease opacity;
  z-index: 2;
}
.offerings-we-provide .block .image-con .more {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  color: #FFF;
  line-height: 45px;
  border: 2px solid #FFF;
  width: 185px;
  height: 45px;
  text-align: center;
  opacity: 0;
  z-index: 3;
  -webkit-transition: 0.5s ease opacity;
  -moz-transition: 0.5s ease opacity;
  -o-transition: 0.5s ease opacity;
  transition: 0.5s ease opacity;
}
.offerings-we-provide .block .image-con:hover:before, .offerings-we-provide .block .image-con:hover .more {
  opacity: 1;
}
.offerings-we-provide .block .title-con {
  display: table;
  height: 47px;
  width: 100%;
  background: #e82028;
}
.offerings-we-provide .block .title-con .title {
  display: table-cell;
  vertical-align: middle;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .offerings-we-provide .block .title-con .title {
  	font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  .offerings-we-provide .block .image-con {
  	max-width: 115px;
    margin-bottom: 20px;
  }
}

.ask-question-fluid {
  background: url(../images/ask-question.png) center bottom no-repeat #e82028;
  padding-bottom: 60px;
  padding-top: 140px;
}
.ask-question-fluid.partner-fluid {
  padding-top: 0px;
}
.ask-question-fluid .mainest-title {
  color: #fff;
}
.ask-question-fluid .text {
  max-width: 800px;
  text-align: center;
  color: #FFF;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  padding-top: 55px;
}
.ask-question-fluid .btn-white {
  display: block;
  margin: 20px auto;
  width: 250px;
  height: 50px;
  background: #FFF;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 11px;
  color: #374152;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0px 0px 5px #bf1a21;
}

.how-we-work {
  background: #FFF;
  padding-top: 60px;
}
.how-we-work .central-block-con {
  position: relative;
}
.how-we-work .central-block-con .central-block {
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  display: table;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1150px) {
  .how-we-work .central-block-con .central-block {
    display: none;
  }
}
.how-we-work .row-block {
  max-width: 400px;
}
.how-we-work .row-block.right {
  float: right;
}
.how-we-work .row-block .block {
  height: 132px;
}
.how-we-work .row-block .block .num {
  max-width: 70px;
  color: #374152;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  font-size: 35px;
  -webkit-transition: 0.5s ease color;
  -moz-transition: 0.5s ease color;
  -o-transition: 0.5s ease color;
  transition: 0.5s ease color;
}
.how-we-work .row-block .block .text {
  padding-top: 10px;
  font-family: "Open Sans", sans-serif;
  color: #5c6366;
}
.how-we-work .row-block .block .text strong {
  font-weight: bold;
  -webkit-transition: 0.5s ease color;
  -moz-transition: 0.5s ease color;
  -o-transition: 0.5s ease color;
  transition: 0.5s ease color;
}
.how-we-work .row-block .block:hover .num, .how-we-work .row-block .block:hover .text strong {
  color: #e72028;
}

.main-form-con {
  padding: 20px 0px;
}
.main-form-con .title {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  color: #374152;
  text-align: center;
  text-transform: uppercase;
}
.main-form-con .title strong {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  font-size: 25px;
  color: #e82028;
}
.main-form-con form {
  padding-top: 20px;
}
.main-form-con form .btn-blue {
  padding-top: 12px;
  padding-bottom: 12px;
  background: #4b8afd;
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  display: block;
  width: 100%;
  text-transform: uppercase;
}
.main-form-con.with-passport {
  max-width: 400px;
  border-radius: 8px;
  background: #FFF;
  position: relative;
  z-index: 1;
}
.main-form-con.with-passport:before {
  content: "";
  position: absolute;
  top: 244px;
  right: -380px;
  width: 398px;
  height: 256px;
  background: url(../images/id.png) no-repeat;
  z-index: -2;
}
.main-form-con.with-passport:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: 8px;
  background: #FFF;
  z-index: -1;
}
.main-form-con.with-passport .title {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 300;
  font-size: 35px;
  padding-left: 48px;
  text-align: left;
  text-transform: initial;
}
.main-form-con.with-passport form {
  padding-left: 16px;
  padding-right: 16px;
}
.main-form-con.with-passport form .form-control {
  height: 42px;
  background: #f6f6f6;
}
.main-form-con.with-passport .timer-con {
  height: 106px;
  width: 363px;
  margin: 0 auto;
  position: relative;
  background: url(../images/time-paris.png) center no-repeat;
  background-size: 100% 100%;
  margin-top: 15px;
}
.main-form-con.with-passport .timer-con .red {
  position: absolute;
  width: 138px;
  height: 23px;
  background: #e71f28;
  left: 0px;
  right: 0px;
  top: -10px;
  margin: 0 auto;
  border-radius: 5px;
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  line-height: 23px;
}
.main-form-con.with-passport .timer-con .timer-wrap {
  padding-top: 10px;
}
.main-form-con.with-passport .timer-con .timer-wrap .countdown-section {
  float: left;
  width: 85px;
  position: relative;
}
.main-form-con.with-passport .timer-con .timer-wrap .countdown-section:before {
  content: "";
  position: absolute;
  top: 32px;
  right: 0px;
  height: 16px;
  width: 2px;
  background: url(../images/dots.png) left center no-repeat;
}
.main-form-con.with-passport .timer-con .timer-wrap .countdown-section:last-child:before {
  display: none;
}
.main-form-con.with-passport .timer-con .timer-wrap .countdown-section .countdown-amount {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 37px;
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .hide-on-small {
   	display: none; 
  }
  
  .navbar-default .navbar-toggle {
    border-color: #e71f28; 
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #e71f28; 
  }
  
  .main-form-con.with-passport .timer-con .timer-wrap .countdown-section .countdown-amount {
    font-size: 35px;
  }

  .main-form-con.with-passport .timer-con .timer-wrap .countdown-section {
    width: 80px;
  }
}
.main-form-con.with-passport .timer-con .timer-wrap .countdown-section .countdown-period {
  display: block;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #88969d;
}

.red-bottom-fluid {
  background: url(../images/redbg.png) left center no-repeat #e82028;
}
.red-bottom-fluid .main-form-con {
  margin: 40px auto;
}

.watch-video-container {
  margin-top: 60px;
  background: #FFF;
  position: relative;
  top: 50px;
  box-shadow: 0px 0px 5px #e1e1e1;
}

.block-container {
  top: 0px;
}

.immigrants-cont {
  padding-top: 60px;
}
.immigrants-cont .block-container {
  padding-bottom: 20px;
  margin-top: 0px;
}

.watch-video-container .bg-title {
  padding-top: 20px;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 25px;
  color: #374152;
  font-weight: bold;
  text-transform: uppercase;
}
.watch-video-container .gray-bg {
  background: #eceff0;
}
.watch-video-container .video-con {
  padding-top: 20px;
}

.header-fluid-con {
  background: url(../images/slide.jpg) no-repeat;
  background-size: 100% cover;
  min-height: 696px;
  position: relative;
}
.header-fluid-con.page_header {
  min-height: initial;
  background: #FFF;
}
.header-fluid-con .slide-text {
  padding-top: 80px;
}
.header-fluid-con .nm-title {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #FFF;
}
.header-fluid-con .big-title {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 76px;
  color: #FFF;
}
@media screen and (max-width: 600px) {
  .header-fluid-con .big-title {
   	font-size: 32px;
    margin-bottom: 25px;
    text-align: center;
    font-weight: bold;
  }
  .header-fluid-con .slide-text {
    padding-top: 40px;
	}
}
.header-fluid-con .sm-title {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  color: #FFF;
  padding-top: 10px;
  padding-left: 23px;
  background: url(../images/top-qt.png) left 16px no-repeat;
}
ul.black-opacity-background li {
  position: relative;
}
ul.black-opacity-background li:before {
  content: "";
  width: 0; 
  height: 0;
  position: absolute; 
  left: 0; 
  top: 11px;
  border: 6px solid transparent;
  border-bottom-color: #FFFFFF;
}
ul.black-opacity-background li:after {
  content: "";
  width: 0; 
  height: 0;
  position: absolute; 
  left: 0; 
  top: 23px;
  border: 6px solid transparent;
  border-top-color: #FFFFFF;
}

.header-fluid-con .sm-title.no-img {
  padding-left: 0px;
  background: none;
}
.header-fluid-con .main-form-con {
  margin-top: 36px;
}
.header-fluid-con .btn {
  display: block;
  margin: 20px auto;
  height: 50px;
  background: #FFF;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 11px;
  color: #374152;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.header-fluid-con .btn.btn-red {
  background: #e71f28;
  color: #FFF;
}
.header-fluid .container .lang {
	z-index: 999;
}

@media screen and (min-width: 1740px) {
  .header-fluid .container {
    width: 1744px;
  }
}
@media screen and (max-width: 1740px) {
  .header-fluid .container .col-md-2, .header-fluid .container .col-md-10, .header-fluid .container .col-md-8 {
    display: block;
    width: 100%;
  }
  .header-fluid .container .lang {
    margin-right: 10px;
  }
  .header-fluid .container .logo {
    margin-bottom: 10px;
  }
}
.header-fluid .left-row {
  background: #eceff0;
}
.header-fluid .navbar {
  background: none;
  box-shadow: none;
  border: none;
  margin-bottom: 0px;
}
.header-fluid .logo {
  margin-top: 9px;
  display: block;
}
.header-fluid .navbar-collapse {
  min-height: 80px;
  padding-top: 18px;
  overflow: initial;
}
@media screen and (min-width: 768px) {
  .header-fluid .navbar-collapse ul li {
    margin-right: 15px;
  }
}
.header-fluid .navbar-collapse ul li a {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #384152;
}
.header-fluid .navbar-collapse ul li a:hover {
  color: #ed1c24;
}
.header-fluid .left {
  background: #eceff0;
}
.header-fluid .left-block {
  height: 34px;
  border-left: 2px solid #d3d4d5;
  padding-left: 55px;
  float: left;
  margin-top: 24px;
  margin-left: 0px;
}
.header-fluid .lang {
  background: url(../images/lang-ico.png) 23px center no-repeat;
}
.header-fluid .lang > li > a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #e82028;
  padding-top: 6px;
}
.header-fluid .phone {
  background: url(../images/phone-ico.png) 22px center no-repeat;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  color: #252525;
  line-height: 34px;
  margin-bottom: 10px;
}

.header-fluid .left-block.address {
  display: none;
}

@media screen and (max-width: 1740px) {
  .header-fluid .left {
    width: initial;
  }
  .header-fluid .left-block {
    margin-right: 20px;
  }
  .header-fluid .left-block.address {
    display: block;
    padding-left: 10px;
    padding-top: 7px;
  }
}
@media screen and (max-width: 600px) {
  .header-fluid .left-block {
      margin-top: 5px;
  }
}

.single-page-fluid {
  background: #FFF;
}

.single-page-fluid .mainest-title {
  padding-top: 31px;
}

.single-page-fluid .content {
  padding-top: 66px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #5c6366;
}

.single-page-fluid .content p {
  padding-bottom: 15px;
}

.bread-crumb-fluid {
  background: #FFF;
  padding-top: 27px;
  padding-bottom: 10px;
}

.bread-crumb-fluid .block {
  margin: 0 auto;
  display: table;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #6c6f76;
}

.bread-crumb-fluid .block a {
  color: #384152;
  text-decoration: none;
  cursor: pointer;
}

.bread-crumb-fluid .block .main-delim {
  padding: 0px 23px;
  background: url(../images/brc.png) center center no-repeat;
}

.become-partner-form {
  margin: 30px auto;
}

.how-we-work .central-block-con .central-block {
  transition: all 0.5s ease;
}

.how-we-work .central-block-con .central-block[data-res="2"] {
  transform: rotate(-17deg);
}

.how-we-work .central-block-con .central-block[data-res="3"] {
  transform: rotate(-54deg);
}

.how-we-work .central-block-con .central-block[data-res="4"] {
  transform: rotate(-90deg);
}

.how-we-work .central-block-con .central-block[data-res="5"] {
  transform: rotate(90deg);
}

.how-we-work .central-block-con .central-block[data-res="6"] {
  transform: rotate(116deg);
}

.how-we-work .central-block-con .central-block[data-res="7"] {
  transform: rotate(140deg);
}

.how-we-work .central-block-con .central-block[data-res="8"] {
  transform: rotate(180deg);
}

.become-partner-fluid .row {
  padding-bottom: 20px;
}

.become-partner-fluid .row .mainest-title {
  padding-bottom: 45px;
}

.become-partner-fluid .row .block .image-con {
  text-align: center;
  height: 70px;
}

.become-partner-fluid .row .block .title {
  padding-top: 12px;
  color: #5a5e65;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  text-align: center;
}

.red-title {
  font-family:  "Open Sans Condensed";
  font-size: 25px;
  color: #e82028;
  text-align: center;

  text-transform: uppercase;
}
.become-partner-fluid .row .red-title {
  padding-top: 50px;
  padding-bottom: 15px;
}
.become-partner-fluid .row .under-title {
  font-size: 17px;
  color: #374152;
  text-align: center;
  text-transform: uppercase;
}

.clients-waiting-fluid {
  padding-top: 70px;
  background-image: none;
}

.clients-waiting-fluid .text {
  text-transform: uppercase;
  padding-bottom: 20px;
}

.how-to-open-red-fluid {
  background-image: url(../images/leave-big.png);
  background-position: 10% center;
  background-repeat: no-repeat;
  background-color: #e82028;
  padding: 20px;
  min-height: 425px;
}

.how-to-open-red-fluid .text {
  text-transform: uppercase;
}

.how-to-open-red-fluid .block {
  padding-top: 60px;
}

.how-to-open-red-fluid .block .title {
  font-family:  "Open Sans Condensed";
  font-size:  35px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.how-to-open-red-fluid .block .txt {
  font-size: 16px;
  color: #FFF;
}

.we-support-fluid .mainest-title {
  padding: 60px 0px;
}
b {
  font-weight: bold;
}
.we-support-fluid ul li {
  padding-bottom: 20px;
  color: #5c6366;
  list-style: initial;
}

.gray-partner-fluid {
  background: #eceff0;
}

.what-you-get-fluid .container {
  box-shadow: 0px 0px 8px 0px #bebebe;
  position: relative;
  z-index: 6;
  top: 20px;
  background: #FFF;
}

.what-you-get-fluid .container .some-gray-bg {
  padding-top: 35px;
  padding-bottom: 35px;
  background: #eceff0;
}
.what-you-get-fluid .container .mainest-title {
  padding-bottom: 0px;
}
.what-you-get-fluid .container .red-title {
  padding-top: 10px;
}

.what-you-get-fluid .container ul
{
  padding: 20px 50px;
}

.what-you-get-fluid .container ul li {
  list-style: initial;
  padding: 5px 0px;
}

.what-you-get-fluid .container .some-gray-bg p
{
  color: #5c6366;
}

.partner-top-bg-fluid {
  background: url(../images/partner-bg.png) no-repeat;
  background-size: 100%;
  min-height: 890px;
  background-position: 0px 200px;
}

.partner-top-bg-fluid .bread-crumb-fluid {
  background: none;
}

.partner-top-bg-fluid .mainest-title {
  font-family:  "Open Sans Condensed";
  font-size: 40px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.partner-top-bg-fluid .under-title{
  font-size: 17px;
  color: #374152;
  text-align: center;
  text-transform: uppercase;
}

.approx-numbers-fluid .text {
  padding: 30px;
  color: #5c6366;
  font-size: 16px;
  text-align: center;
}

.main-form-con-partner-top {
  background: #FFF;
}

.main-form-con-partner-top .title
{
  font-size: 25px;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 1100px) {

  .main-form-con-partner-top {
    position: relative;
    /*top: 150px;*/
    box-shadow: 0px 8px 10px #cdcdcd;
  }
  .main-form-con-partner-top .form-group{
    display: inline-block;
    width: 18%;
    margin: 0px 9px;
  }

  .form-group-btn {
    width: 370px;
    margin: 0 auto;
  }
}

.partner-top-pun {
  margin-top: 190px;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .partner-top-pun {
    display: none;
  }
}

.partner-top-pun .block {
  position: absolute;
  text-align: center;
}

.partner-top-pun .block.f1 {
  left :70px;
  bottom: 0px;
}

.partner-top-pun .block.f2 {
  left : 308px;
  bottom: 32px;
}

.partner-top-pun .block.f3 {
  left : 543px;
  bottom: 44px;
}

.partner-top-pun .block.f4 {
  left : 782px;
  bottom: 32px;
}

.partner-top-pun .block.f5 {
  left : 1023px;
  bottom: 0px;
}

.partner-top-pun .block .sm-title {
  font-size: 16px;
  color: #5c6366;
}

.partner-top-pun .block .title {
  color: #374152;
  font-weight: bold;
  transition: color 0.5s ease;
}

.partner-top-pun .block.active .title {
  color: #e8272f;
}

.partner-top-pun .block .round {
  border: 1px solid #e9eaeb;
  height: 72px;
  width: 72px;
  border-radius: 50%;
  text-align: center;
  line-height: 72px;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  font-size: 35px;
  color: #374152;
  background: #dbdddd;
  margin: 0 auto;
  transition: all 0.5s ease;
}

.partner-top-pun .block.active .round {
  color: #FFF;
  background: #e8272f;
  border-color: #e8272f;
}

.top-title-above-form {
  padding-top: 20px;
  font-size: 16px;
  color: #5c6366;
  text-align: center;
}

.become-partner-how-we-work {
  padding-top: 0px;
}

.trebovania-red-fluid {
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center bottom 77px;
}

.trebovania-red-fluid .title-text {
  color: #ffffff;
  font-size: 25px;
  font-weight: bold;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  padding-bottom: 50px;
  padding-top: 20px;
}

.trebovania-red-fluid .txt {
  color: #FFF;
  font-size: 16px;
}

.trebovania-red-fluid .txt ul li {
  list-style: initial;
}

.trebovania-red-fluid .txt p {
  padding-bottom: 30px;
}


.trebovania-red-fluid .text .gray {
  padding-top: 20px;
}

.trebovania-red-fluid .become-partner-form::before {
  display: none;
}

.single-page-fluid .alignright
{
  float: right;
  margin-left: 50px;
  margin-bottom: 50px;
}

.single-page-fluid .alignleft
{
  float: left;
  margin-right: 50px;
  margin-bottom: 50px;
}

.block-partner .image-con {
  text-align: center;
}

.block-partner .image-con img {
  width: 100%;
  height: 200px;
}

.block-partner .image-con div.img-container-div {
  width: 100%;
  height: 140px;
}

.block-partner .image-con div.img-container-div img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}

@media screen and (max-width: 568px) {
	.block-partner .image-con div.img-container-div {
  	height: auto;
  }
}

.block-partner .title {
  padding-bottom: 10px;
  text-align: center;
  padding-top: 10px;
}


.block-partner .image-con {
	display: table;
	height: 100px;
	width: 100%;
}
.block-partner .image-con div {
	display: table-cell;
	vertical-align: middle;
}


.countries-title {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 25px;
  color: #374152;
  padding: 34px 0px;
}

.countries-row-main {
  padding-top: 70px;
}

.offerings-we-provide .block-partner .image-con img {
  height: 110px;
  /*box-shadow: 0px 6px 7px #d4d4d4;*/
  border-radius: 5px;
  object-fit: contain;
}
.offerings-we-provide .block-partner .title, .offerings-we-provide a
{
  color: #518efc;
  font-weight: bold;
  font-size: 11px;
}


.slider-slick-con .block-partner {
  padding: 10px;
}

.slider-slick-con .block-partner a {
  text-decoration: none;
}

.slider-slick-con .block-partner .title {
  font-size: 14px;
  color: #5c6366;
}

.slider-con .bg-title
{
    padding-top: 20px;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 25px;
    color: #374152;
    font-weight: bold;
    text-transform: uppercase;
}

.slider-con .bg-title a {
  font-size: 11px;
  color: #4b8bfe;
  font-weight: bold;
  display: inline-block;
  position: relative;
  top: -4px;
  padding-left: 24px;
  text-decoration: underline;
}

.slider-main-con {
  padding: 10px 32px;
  box-shadow: 0px 0px 5px #e1e1e1;
  position: relative;
  background: #FFF;
  top: 15px;
}

.slick-prev, .slick-next {
  width: 15px;
  height: 25px;
  background: url(../images/slide-arrow.png) no-repeat;
}

.slick-next {
  transform: rotate(180deg);
}

.slick-prev:before, .slick-next:before {
  display: none;
}

.slick-prev:hover, .slick-next:hover {
  background: url(../images/slide-arrow.png) no-repeat;
}
.navbar-title-main {
  display: block;
  position: absolute;
  left: 0px;
  top: 30px;
}

.navbar-title-main.address-title {
  display: block;
  position: absolute;
  left: 0px;
  top: 5px;

  padding-left: 26px;
  background: url(../images/west-address.png) left top no-repeat;
}



@media screen and (min-width: 1710px) {
  .navbar-title-main {
    display: none;
  }
}

@media screen and (min-width: 1710px) {
  .navbar-title-main.address-title,
  .navbar-title-main  {
    position: relative;
    top: 0px;
    margin-left: 44px;
    margin-top: 20px;
    display: block;
  }
  .header-fluid .left-block.mail,
  .header-fluid .left-block.langs
  {
    border-left: none;
    margin-top: 12px
  }
}

@media screen and (max-width: 1710px) {
  .header-fluid .row-top {
    display: none;
  }
}

.header-fluid .left-block.mail
{
  padding-left: 40px;
  padding-top: 8px;
  background: url(../images/west-mail.png) 5px center no-repeat;
}

.header-fluid .left-block.mail a {
  color: #252525;
  text-decoration: none;
}

.header-fluid .left-block.langs
{
  padding-left: 15px;
  padding-top: 8px;
}

.header-fluid .left-block.langs img {
margin-right: 4px;
    width: 27px;
    display: inline-block;
    height: 20px;
    overflow: hidden;
    border-radius: 4px;
}
@media screen and (min-width: 1710px) {
  .hide-on-small {
    display: none !important;
  }
}


.why_us_fluid .middle-page-con {
  background: url(../images/middle-bg.png) no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 50px;
  padding: 40px 20px 20px;
  display: flex;
}

.why_us_fluid .middle-page-con:before {
  content: "";
  position: absolute;
  top: -115px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  width: 232px;
  height: 146px;
  background: url(../images/logo-middle.png) center no-repeat;
}

.why_us_fluid .middle-page-con.uk:before {
  background: url(../images/logo-uk.png) center no-repeat;
  background-size: 100%;
}

.why_us_fluid .middle-page-con .main-title {
  font-size: 40px;
  font-weight: 300;
  color: #374152;
  width: 40%;
  margin-right: 20px;
}

.why_us_fluid .middle-page-con.uk .main-title {
  font-size: 35px;
}

.why_us_fluid .middle-page-con p {
    font-size: 16px;
    color: #5c6366;
    width: 60%;
}

.small-top-menu-text {
  position: absolute;
  right: -10px;
  top: 50px;
}

@media screen and (min-width: 1710px) { 
  .small-top-menu-text {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .header-fluid .left-block.langs {
  	display: none;
  }
}
@media screen and (max-width: 768px) { 
  .navbar-nav .open .dropdown-menu {
  	background: #fff;
    width: 160px;
  }
  .why_us_fluid .middle-page-con {
  	flex-direction: column;
  }
  .why_us_fluid .middle-page-con .main-title {
  	width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center
  }
  .why_us_fluid .middle-page-con p {
  	width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .header-fluid .navbar-collapse {
    position: absolute;
    width: 150px;
    background: rgb(236, 239, 240);
    z-index: 1;
    right: 31px;
  }
  .header-fluid .navbar .hide-on-small {
    display: none !important;
  }
  .header-fluid .left-block.mail {
  	display: none;
  }
  .small-top-menu-text {
    right: 66px;
    top: 14px;
	}
  .header-fluid .container .lang {
  	position: absolute;
    top: -47px;
    border: none;
    margin-top: 5px;
  }
  .header-fluid .container .phone {
  	position: absolute;
    top: -47px;
    left: 130px;
    border: none;
    margin-top: 5px;
}
}
@media screen and (max-width: 600px) { 
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  	background: transparent;
  }
  .small-top-menu-text {
    right: 66px;
    top: 14px;
    color: #e71f28;
  }
}


.black-opacity-background {
  background: rgba(0, 0, 0, 0.5);
}

.social-item {
  display: inline-block;
  margin: 0 20px 0 0;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.tg { background-image: url('../images/telegram.png') }
.vi { background-image: url('../images/viber.png') }
.wa { background-image: url('../images/whatsapp.png') }


.content {
  background: transparent;
}

.block-with-image-part {
  flex: 1;
}
.content-img--full {
  display: block;
  width: 100%;
  margin: 30px auto;
  object-fit: contain;
}

.block-with-image img {
  margin-right: 30px;
}
.block-with-image {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px
}

.info-block img {
  float: left;
  margin-right: 24px
}

.block-with-image-part > p,
.info-block p:nth-child(2){
  margin-top: 30px
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.info-block {
  align-items: center;
  margin: 20px 0;
}

.info-block img {
  margin-right: 20px;
}

.info-block-content {
  flex:  1;
}

 
.info-block-content .flex {
  justify-content: flex-start;
}

.info-block-content a {
  margin: 10px
}

.info-block-content .left-block {
  margin: 0 30px 0 0;
  border: 0;
}

.video-content {
  width: 100%;
  margin: 20px 0
}

.video-content iframe {
  width: 100%;
  height: 400px;
  object-fit: contain;
}

.benefits {
  margin: 20px 0
}

.benefit { 
  margin-bottom: 30px;
}

.benefit img {
  display: block;
  margin: 0 auto 18px;
  object-fit: contain;
  object-position: bottom;
  height: 70px;
}

.benefit span {
  font-size: 30px;
  font-weight: 700;
  margin-right: 30px;
}

.benefit:hover span {
  color: #e82028;
}

.benefit p {
  flex:  1;
  padding-right: 20px;
}

.ask-question-fluid .btn-red{
  background-color: #cf1c23;
  text-decoration: underline;
  color: #fff;
  margin-bottom: 30px;
}

.anket-content {
  max-width: 640px;
  margin: 50px auto 0 0;
}
.anket-content li{
  font-size: 17px;
  line-height: 24px;
  color: #fff;
}

.anket-content a {
  color: #fff;
  font-weight: 700;
}

.chooses {
  margin: 40px 0 20px
}

.choose {
  text-align: center;
    max-width: 25%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    flex: 1 0 25%;
}

.choose img {
  margin-bottom: 16px;
}

.choose p {
  min-height: 80px;
}

.no-pass:after,
.no-pass:before {
  display: none !important;
}

.no-pass,
.no-pass.main-form-con.with-passport,
.no-pass .watch-video-container {
  background-color: transparent;
  box-shadow: none !important;;
}

.main-form-con.with-passport.no-pass .title {  
color: #374152; 
font-size: 40px;
font-weight: 700;
padding: 0;
}

.timer-chanses {
    padding: 50px 40px;
    background-color: #fff;
    margin-top: -15px;
    border-radius: 2px;
    box-shadow: 0 2px 7.4px 0.6px rgb(0 0 0 / 23%);
    width: 363px;
}
.timer-chanses a {
    padding-top: 12px; padding-bottom: 12px; background: #4b8afd; color: #FFF; font-family: "Open Sans", sans-serif; font-weight: bold; font-size: 11px; text-align: center; display: block; width: 100%; text-transform: uppercase;
}

.note-price {
  margin: 20px 0 70px
}

.connect-us {
  margin: 12px 0 93px 0
}


.no-pass .countdown-amount {
font-weight: 700!important;
font-size: 40px!important;
}

.main-form-con.with-passport.no-pass .timer-con {
  height: 150px;
}

.page-636 strong{
  font-size: 18px;
  margin-bottom: 30px;
  display: inline-block;
}

.anket-content li,
.page-636 li {
  line-height: 1.9;
}

.pay-left {
  float: left;
  width: 50%;
}

.pay-details {
      float: right;
    padding: 30px;
    background: #eceff0;
    color: #000;

}
.pay-details h3 {
color: #374152; 
font-size: 25px;
font-weight: 700;
line-height: 35px;
margin-bottom: 20px;
text-transform: uppercase;
font-family: 'Open Sans Condensed';
}

.pay-details * {
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 10px;
}
 

.right-block {
    width: 50%;
    float: right;
    position: relative
}

#pay-form {
    width: 398px;
    margin-top: 20px
}

.choose-block {
    width: 100%;
    float: left;
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer
}

.master {
    width: 99%;
    object-fit: contain;
    height: 40px;
    background: url('../images/master.png')
}

.ch6 {
    width: 343px;
    height: 45px
}

.ch6 {
    margin-bottom: 5px
}

.intercasa {
  height: 45px;
  width: 136px;
    background: url('../images/inntercassa.png)');
    margin: 0 10px 0 0;
}
 

.pay {
    width: 116px;
    height: 28px;
    background: url('../images/paypall.png)');
    margin-top: 5px
}

.western {
    width: 117px;
    height: 34px;
    background: url('../images/Western_Union_logo.png)');
    margin-top: 2px
}

.money {
    width: 158px;
    height: 36px;
    background: url('../images/moneygram.png)');
    margin-top: 3px
}

.bank-text {
    margin-top: 7px
}

.bank-img {
    width: 129px;
    height: 25px;
    margin: 7px 10px 0 0;
    background: url('../images/bank.png')
}

  

.choose-block label:before {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 12px;
    height: 12px;
    margin-top: -7px;
    background: url(images/radio.png) no-repeat rgba(0, 0, 0, 0);
    z-index: 5;
    content: ''
}
 

.choose-block input:checked+label:before {
    background-position: -12px 0
} 
.bank-btn,
.intercasa-btn,
.money-btn,
.pay-btn,
.westrn-btn {
    float: left;
    clear: both;
    display: none
}

/*.info-block {
    width: 596px;
    height: 284px;
    padding: 20px 20px 20px 25px;
    font-size: .938em;
    background: #e4e4e4;
    border: 1px solid #c8c8c8; 
}*/

.info-block.money-block {
    height: 65px
}

.info-block.western-block {
    height: 135px
}

.info-row {
    width: 100%;
    float: left;
    margin-bottom: 12px
}

.info-title {
    margin-right: 5px;
    float: left;
    font-weight: 700
}

.choose-block label {
      display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    height: 40px;
    font-size: 1.25em;
    line-height: 1.5em;
    font-family: 'Open Sans Condensed';
    text-transform: uppercase;
    display: block;
    padding-left: 25px;
    position: relative;
    z-index: 1;
    cursor: pointer; 

}

.choose-block input {
    width: 12px;
    height: 12px;
    margin: -7px 0 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 50%;
    cursor: pointer;
    z-index: 10;
    opacity: 1;
}

.choose-block {
    width: 100%;
    float: left;
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
}
#pay-form {
    width: 398px;
    margin-top: 20px;
}

.form-line, .form-text {
    width: 100%;
    float: left;
}
.form-line {
    height: 2px;
    margin-top: 5px;
    background: #e4e4e4;
}

.form-text {
    margin: 10px 0 20px;
    font-size: .938em;
}


.down-btn, .get-pay { 
color: white; 
font-size: 11px;
font-weight: 700;
line-height: 30px;
text-transform: uppercase;

  width: 270px;
  height: 50px;
  opacity: 0.96;
  border: 0;
  background-color: #4486fe;
  border-radius: 2px;
  box-shadow: 0 2px 7.4px 0.6px rgba(0, 0, 0, 0.23);


}

.benefit-content p {
  font-size: 14px;
}

.content-logo {
  margin: 0 0 20px;
  text-align: center;
}

.content-logo img {
  max-width: 225px;
}

.watch-video-container.no-pass {
  top: auto;
  margin-top: 15px;
}

@media screen and (max-width:  768px) {
  .left-block,
  .right-block {
    width: 100%;
    margin-bottom: 30px
  }
  #pay-form {
    width: 100%
  }
  .pay-details {
    padding: 15px
  }
.page-636  .video-content iframe ,
.no-pass .video-con iframe {
  height: 175px
}

.main-form-con.with-passport.no-pass .title {
  font-size: 28px
}

.note-price {
      margin: 9px 0 38px;
}

.main-form-con.with-passport .timer-con{
  width: auto;
}

.page-636 .mainest-title ,
.no-pass .mainest-title {
  font-size: 32px;
}

.page-636 .content,
.no-pass .content {
  padding: 0
}
.page-636 strong {
  margin-bottom: 20px
}

.connect-us {
    margin: 12px 0 63px 0;
}
.benefit img {
  height: 60px;
  margin-bottom: 26px
}

.benefit-content p {
  font-size: 13px
}

.ask-question-fluid {
  padding: 30px 0
}

.why_us_container .row .block .image-con {
  margin-top: 20px
}
.why_us_container .row {
  padding: 0
}

.footer-fluid  .fl-right {
  float: left
}

.footer-fluid .text-right {
  text-align: left;
}

.footer-fluid .menu {
  padding: 15px 0
}
}

.land-wrapper {
  min-height: 100vh;
      background-image: url(../images/land-bg.png) ;
      background-repeat: no-repeat;
      background-position: 0  0;
      background-size: cover;
}

.logo-land-bg {
  position: absolute;
      background-image: url(../images/logo-bg.png) ;
      background-repeat: no-repeat;
      background-position: 0  0;
      background-size: contain;
      height: 500px;
      display: block;
      width: 100%;
      top: 0;
      left: 0;
      padding: 40px;
      z-index: 1;
}

.logo-land{
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 213;
}

.land-body {
  position: relative;
  z-index: 2;
  padding-top: 200px;
}
.land--titile { 
color: white; 
font-size: 55px;
font-weight: 700;
text-transform: uppercase;
margin: 0 0 40px;
line-height: 1;
}

.land-content li {
  text-shadow: 0 1px 2.8px rgba(0, 0, 0, 0.23);
color: white;
font-size: 24px;
font-weight: 700;
line-height: 42px;
margin-bottom: 15px;
display: flex;
align-items: center;
}

.land-content li:before {
  content: '';
  background-image: url('../images/reqr.png');
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 13px;
}

.land-footer p {
  color:  #fff;
  display: inline-block;
  margin-left: 30px;
}

.land-footer {
  text-align: right;
  margin-top: 20px;
  padding-bottom: 50px;
}