/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 7, ../sass/screen.scss */
html, body, div, span, applet, input, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-family: 'Roboto', sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none !important;
}

/* line 13, ../sass/screen.scss */
a {
  text-decoration: none;
}
/* line 15, ../sass/screen.scss */
a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1500px) and (min-width: 1150px) {
  /* line 19, ../sass/screen.scss */
  header {
    padding-right: 10px;
  }
}

/* line 24, ../sass/screen.scss */
section .vc_row-fluid {
  max-width: 1520px;
  margin: 0 auto !important;
}

/* line 28, ../sass/screen.scss */
#masthead {
  float: left;
  width: 100%;
}

/* line 32, ../sass/screen.scss */
#mainpage-banner h1 {
  position: relative;
}
/* line 34, ../sass/screen.scss */
#mainpage-banner h1:after {
  width: 253px;
  background: #8D2F84;
  height: 2px;
  content: '';
  position: absolute;
  left: 0;
  bottom: 9px;
}

/* line 45, ../sass/screen.scss */
#mainpage-banner p {
  line-height: 15px;
  font-weight: 300;
  margin-bottom: 17px;
}

/* line 52, ../sass/screen.scss */
.main-content {
  float: left;
  width: 100%;
}

/* line 56, ../sass/screen.scss */
footer {
  float: left;
  width: 100%;
  background: #232122;
}

/* line 62, ../sass/screen.scss */
#advertises h4 {
  padding-bottom: 24px;
  margin-bottom: 28px;
  position: relative;
}
/* line 66, ../sass/screen.scss */
#advertises h4:after {
  position: absolute;
  content: '';
  width: 166px;
  height: 2px;
  background: #8D2F84;
  left: 0;
  bottom: 0;
}
/* line 76, ../sass/screen.scss */
#advertises p {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

/* line 82, ../sass/screen.scss */
.header-container {
  max-width: 1520px;
  margin: auto;
  position: relative;
}
/* line 86, ../sass/screen.scss */
.header-container:before {
  content: '';
  display: table;
}
/* line 90, ../sass/screen.scss */
.header-container:after {
  clear: both;
  content: '';
  display: table;
}

/* line 96, ../sass/screen.scss */
#advantages {
  background-position: bottom !important;
}

/* line 99, ../sass/screen.scss */
.menu {
  float: right;
}
@media screen and (max-width: 1150px) {
  /* line 99, ../sass/screen.scss */
  .menu {
    float: none;
    position: absolute;
    width: 100%;
    top: 101px;
    left: -100%;
    background: #fff;
    z-index: 9;
    transition: 0.4s all cubic-bezier(1, -0.04, 0.37, 0.8);
    text-align: center;
    opacity: 0;
  }
}
/* line 113, ../sass/screen.scss */
.menu .nav {
  float: left;
  width: 100%;
}
/* line 117, ../sass/screen.scss */
.menu.show {
  display: block;
  left: 0;
  opacity: 1;
  padding-bottom: 10px;
  padding-top: 10px;
  transition: 0.4s all cubic-bezier(1, -0.04, 0.37, 0.8);
}

/* line 126, ../sass/screen.scss */
.hamburger {
  float: right;
  margin: 22px 0;
}
@media screen and (min-width: 1150px) {
  /* line 126, ../sass/screen.scss */
  .hamburger {
    display: none;
  }
}

/* line 133, ../sass/screen.scss */
.logo {
  float: left;
}
/* line 136, ../sass/screen.scss */
.logo a:not(.dragons-den) {
  display: inline-block;
  line-height: 101px;
}
/* line 139, ../sass/screen.scss */
.logo a img {
  vertical-align: middle;
  position: relative;
  top: 4px;
}
@media screen and (max-width: 420px) {
  .logo a img {
    max-width: 100%;
  }
  .logo {
    width: 50%;
  }
}
/* line 146, ../sass/screen.scss */
.menu .nav .menu-item {
  float: left;
  margin-left: 38px;
  position: relative;
}
.menu .nav .menu-item > .sub-menu {
  position: absolute;
  top: 101px;
  z-index: 2;
  background: #fff;
  left: -20px;
  min-width: 160px;
  display: none;
  border-bottom: 4px solid #8D2F84;
}
.menu .nav .menu-item > .sub-menu > .menu-item {
  transition: 0.4s all ease-out;
}
.menu .nav .menu-item > .sub-menu > .menu-item:hover {
  background: rgba(0, 0, 0, 0.15);
  transition: 0.4s all ease-out;
}
.menu .nav .menu-item:hover > .sub-menu {
  display: block;
}
.menu .nav .menu-item > .sub-menu > .menu-item {
  margin-left: 0;
  width: 100%;
}
.menu .nav .menu-item > .sub-menu > .menu-item a {
  padding: 10px 20px;
  width: 100%;
}
.menu .nav .menu-item > .sub-menu > .menu-item a {

  line-height: 16px;
  font-size: 13px;  
}
.inline-img-wrap {
  text-align: right;
}
.inline-img-wrap .wpb_single_image {
  display: inline-block;
  width: 49%;
}
.inline-img-wrap .wpb_single_image img {
  width: auto;
}
/* line 149, ../sass/screen.scss */
.menu .nav .menu-item:first-child {
  margin-left: 0;
}
#cost p {
  color: #fff;
}
.text-left {
  text-align: left !important;
}
.sub-menu .current_page_item a:after {
  content: none !important;
}
.icon-pallete {
  float: left;
  width: 100%;
  margin-bottom: 72px;
}
.blue-box-background {
  background-position: bottom -42px center !important;
  background-repeat: no-repeat !important;
}
.icon-pallete__icon {
  float: left;
  width: 24.5%;
  text-align: center;
}
.icon-pallete__icon img {
  position: relative;
  max-width: 100%;
}
.icon-pallete__content {
  float: left;
  width: 73.5%;
  padding-left: 35px;
  padding-right: 75px;
  padding-top: 17px;
}
.icon-pallete__content__title {
  font-size: 24px;
  line-height: 28.8px;
  color: #000;
  margin-bottom: 18px;
  padding-bottom: 19px;
  position: relative;
  font-weight: bold;
}
.icon-pallete__content__title:before {
  background: #C6C6C6;
  content: '';
  width: 82.5px;
  left: 0;
  position: absolute;
  height: 1px;
  bottom: 0;
}
.icon-pallete__content__description, .icon-pallete__content__description p {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
}
.text-center {
  text-align: center;
}
#howmuchearn .vc_figure {
  height: 134px;
}
@media screen and (max-width: 1150px) {
  /* line 146, ../sass/screen.scss */
  .menu .nav .menu-item {
    float: none;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
  .menu .nav .menu-item > .sub-menu {
    display: block !important;
    position: static;
    border-bottom: none;
  }
}

@keyframes menu {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/* line 168, ../sass/screen.scss */
.menu .nav .menu-item a {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  padding-top: 2px;
  line-height: 99px;
  float: left;
  position: relative;
}
@media screen and (max-width: 1150px) {
  /* line 168, ../sass/screen.scss */
  .menu .nav .menu-item a {
    line-height: 36px;
    font-size: 14px;
    float: none;
    display: inline-block;
  }
}
/* line 182, ../sass/screen.scss */
.menu .nav .menu-item a:hover:after {
  background: #8D2F84;
  animation: menu 0.3s linear forwards;
  height: 5px;
  content: '';
  left: 0;
  top: 0;
  position: absolute;
}

.sub-menu .menu-item a:hover:after {
  content: none !important;
}
/* line 192, ../sass/screen.scss */
.menu .nav .current_page_item a {
  font-weight: bold;
}
/* line 194, ../sass/screen.scss */
.menu .nav .current_page_item a:after {
  background: #8D2F84;
  width: 100%;
  height: 5px;
  content: '';
  left: 0;
  top: 0;
  position: absolute;
}
.menu .nav .current_page_item .sub-menu a:after {
  content: none;
}
/* line 204, ../sass/screen.scss */
.footer-inner {
  max-width: 1520px;
  margin: auto;
  padding-top: 39px;
  padding-bottom: 21px;
}
@media screen and (max-width: 767px) {
  /* line 204, ../sass/screen.scss */
  .footer-inner {
    width: 80%;
  }
}
/* line 212, ../sass/screen.scss */
.footer-inner:before {
  content: '';
  display: table;
}
/* line 216, ../sass/screen.scss */
.footer-inner:after {
  clear: both;
  content: '';
  display: table;
}

/* line 222, ../sass/screen.scss */
.copyright-copy {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 13px;
}

/* line 228, ../sass/screen.scss */
.sahradyan {
  margin-bottom: 24px;
}

/* line 234, ../sass/screen.scss */
.footer-social-item {
  display: inline-block;
  margin-left: 8px;
}
/* line 237, ../sass/screen.scss */
.footer-social-item:first-child {
  margin-left: 0;
}

/* line 241, ../sass/screen.scss */
.footer-col-title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
/* line 248, ../sass/screen.scss */
.footer-col-title:after {
  position: absolute;
  content: '';
  background: #8D2F84;
  width: 229px;
  height: 2px;
  left: 0;
  bottom: 0;
}

/* line 258, ../sass/screen.scss */
.footer-col-subtitle, .footer-col-subtitle a {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  display: block;
  line-height: 24px;
}

/* line 265, ../sass/screen.scss */
.footer-col-copy {
  float: left;
  width: 25%;
  margin-bottom: 15px;
}
@media screen and (max-width: 1150px) {
  /* line 265, ../sass/screen.scss */
  .footer-col-copy {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  /* line 265, ../sass/screen.scss */
  .footer-col-copy {
    width: 100%;
  }
}

/* line 276, ../sass/screen.scss */
.footer-col-contact {
  float: left;
  width: 25%;
  margin-bottom: 15px;
}
@media screen and (max-width: 1150px) {
  /* line 276, ../sass/screen.scss */
  .footer-col-contact {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  /* line 276, ../sass/screen.scss */
  .footer-col-contact {
    width: 100%;
  }
}

/* line 287, ../sass/screen.scss */
.footer-col-adress {
  float: left;
  width: 25%;
  margin-bottom: 15px;
}
@media screen and (max-width: 1150px) {
  /* line 287, ../sass/screen.scss */
  .footer-col-adress {
    width: 50%;
    clear: both;
  }
}
@media screen and (max-width: 767px) {
  /* line 287, ../sass/screen.scss */
  .footer-col-adress {
    width: 100%;
  }
}

/* line 299, ../sass/screen.scss */
.footer-col-subscribe {
  float: left;
  width: 25%;
  margin-bottom: 15px;
}
@media screen and (max-width: 1150px) {
  /* line 299, ../sass/screen.scss */
  .footer-col-subscribe {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  /* line 299, ../sass/screen.scss */
  .footer-col-subscribe {
    width: 100%;
  }
}

/* line 310, ../sass/screen.scss */
.contact-us {
  text-align: center;
  float: left;
  background: #8D2F84;
  padding: 54px 0 52px 0;
  width: 100%;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, left top, right top, from(#8D2F84), to(#C76776));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(left, #8D2F84, #C76776);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #8D2F84, #C76776);
  /* IE 10 */
  background: -ms-linear-gradient(left, #8D2F84, #C76776);
  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #8D2F84, #C76776);
}
/* line 330, ../sass/screen.scss */
.contact-us__title {
  font-size: 40px;
  font-weight: 300;
  color: #fff;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  /* line 330, ../sass/screen.scss */
  .contact-us__title {
    margin-top: 10px;
    font-size: 30px;
    margin-bottom: 10px;
    margin-right: 0;
  }
}

/* line 345, ../sass/screen.scss */
.contact-us__submit {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  /* line 345, ../sass/screen.scss */
  .contact-us__submit {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

/* line 353, ../sass/screen.scss */
.contact-us-button {
  display: inline-block;
  background-color: transparent;
  vertical-align: middle;
  text-transform: uppercase;
  border: 1px solid #fff;
  font-size: 18px;
  border-radius: 30px;
  color: #fff;
  padding: 17px 39px 17px 39px;
}

/* line 365, ../sass/screen.scss */
.subscribe-input {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
/* line 369, ../sass/screen.scss */
.subscribe-input span {
  display: inline-block;
}
/* line 371, ../sass/screen.scss */
.subscribe-input span input {
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 15px 23px;
  width: 100%;
  color: #fff;
  font-size: 18px;
  background-color: transparent;
}
/* line 379, ../sass/screen.scss */
.subscribe-input span input::placeholder {
  color: #fff;
}

/* line 385, ../sass/screen.scss */
.subscribe-submit {
  float: left;
  width: 100%;
}
/* line 388, ../sass/screen.scss */
.subscribe-submit input {
  color: #fff;
  font-size: 18px;
  border-radius: 30px;
  text-transform: uppercase;
  padding: 15px 40px;
  border: 0;
  background: #8D2F84;
  cursor: pointer;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, left top, right top, from(#8D2F84), to(#C76776));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(left, #8D2F84, #C76776);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #8D2F84, #C76776);
  /* IE 10 */
  background: -ms-linear-gradient(left, #8D2F84, #C76776);
  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #8D2F84, #C76776);
}
/* line 413, ../sass/screen.scss */
.subscribe-submit .ajax-loader {
  display: none !important;
}

/* line 417, ../sass/screen.scss */
.contact_widget {
  position: absolute;
  right: 0;
  z-index: 1;
  bottom: calc(-100% + 1px);
  background: #8D2F84;
  padding: 19px 30px 14px 19px;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, left top, right top, from(#8D2F84), to(#C76776));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(left, #8D2F84, #C76776);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #8D2F84, #C76776);
  /* IE 10 */
  background: -ms-linear-gradient(left, #8D2F84, #C76776);
  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #8D2F84, #C76776);
}
/* line 438, ../sass/screen.scss */
.contact_widget__phone {
  position: relative;
  margin-bottom: 5px;
}
/* line 441, ../sass/screen.scss */
.contact_widget__phone:before {
  position: relative;
  display: inline-block;
  content: '';
  height: 28px;
  margin-right: 10px;
  width: 28px;
  vertical-align: middle;
  background: transparent url("../img/phone-white.svg") center no-repeat;
}
/* line 451, ../sass/screen.scss */
.contact_widget__phone a {
  font-size: 22px;
  color: #fff;
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
}
/* line 459, ../sass/screen.scss */
.contact_widget__email {
  position: relative;
}
/* line 461, ../sass/screen.scss */
.contact_widget__email:before {
  position: relative;
  margin-right: 11px;
  display: inline-block;
  content: '';
  height: 34px;
  width: 27px;
  vertical-align: middle;
  background: transparent url("../img/email-white.svg") center no-repeat;
}
/* line 471, ../sass/screen.scss */
.contact_widget__email a {
  font-size: 22px;
  color: #fff;
  vertical-align: middle;
  display: inline-block;
  font-weight: 300;
}

/* line 480, ../sass/screen.scss */
.advantage_count {
  position: relative;
  margin-bottom: 69px;
}
/* line 483, ../sass/screen.scss */
.advantage_count__round {
  width: 159px;
  height: 159px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
}
/* line 490, ../sass/screen.scss */
.advantage_count__element {
  font-size: 109px;
  position: relative;
  top: 26px;
  z-index: 1;
  color: #8D2F84;
  font-weight: bold;
}
/* line 498, ../sass/screen.scss */
.advantage_count ~ div {
  position: relative;
  padding-left: 5px;
}

/* line 503, ../sass/screen.scss */
.vc_tta-panel-body {
  width: 80%;
  margin: auto;
  position: relative;
}
/* line 507, ../sass/screen.scss */
.vc_tta-panel-body:before {
  left: 0;
  content: '' !important;
  position: absolute;
  bottom: 0;
  height: calc(100% - 35px);
  width: 1px;
  background: #fff;
}
/* line 516, ../sass/screen.scss */
.vc_tta-panel-body:after {
  right: 0;
  content: '' !important;
  position: absolute;
  bottom: 0;
  height: calc(100% - 35px);
  width: 1px;
  background: #fff;
}

/* line 526, ../sass/screen.scss */
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body > :last-child {
  border-bottom: 1px solid #fff !important;
  padding-bottom: 37px;
  text-align: center;
  padding-top: 15px;

}
.wpb-js-composer #testi-quote .vc_tta.vc_general .vc_tta-panel-body > :last-child {
  padding-bottom: 13px;
}
/* line 532, ../sass/screen.scss */
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body > :last-child:before {
  left: 0;
  content: '' !important;
  position: absolute;
  bottom: 15px;
  height: calc(100% - 51px);
  width: 1px;
  background: #fff;
}
/* line 541, ../sass/screen.scss */
.wpb-js-composer section:not(#testi-quote) .vc_tta.vc_general .vc_tta-panel-body > :last-child:after {
  right: 0;
  content: '' !important;
  position: absolute;
  bottom: 15px;
  height: calc(100% - 51px);
  width: 1px;
  background: #fff;
}

#testi-quote .vc_tta-panel-body > :last-child:before, .wpb-js-composer #testi-qoute .vc_tta.vc_general .vc_tta-panel-body > :last-child:after {
  content: none !important;
}
#testi-quote p, #testi-quote h4 {
  color: #fff;
}
#testi-quote h4 {
  padding-bottom: 24px;
  margin-bottom: 19px;
  position: relative;
}
#testi-quote h4:after {
  background: #8D2F84;
  height: 1px;
  width: 154px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 77px);
  content: '';
}
#testi-quote .vc_tta.vc_general .vc_tta-panel-body > :last-child {
  border-bottom: none !important;
}
/* line 552, ../sass/screen.scss */
.wpb-js-composer .vc_tta-tabs.vc_tta-has-pagination .vc_pagination {
  margin-top: 34px;
}
#testi-quote .vc_tta-panel-body {
  border: 1px solid #fff;
  padding-top: 34px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 555, ../sass/screen.scss */
.vc_separator.vc_separator_align_center h4 {
  padding: 0 30px;
}

/* line 559, ../sass/screen.scss */
#testi .vc_tta-tabs {
  position: relative;
}
/* line 562, ../sass/screen.scss */
#testi .vc_tta-panels {
  width: 87%;
  margin: auto;
}
/* line 566, ../sass/screen.scss */
#testi h4 {
  font-size: 40px;
  font-weight: 300;
  color: #fff;
  position: relative;
}
/* line 571, ../sass/screen.scss */
#testi h4:before {
  content: '';
  background: #8D2F84;
  width: 59%;
  left: 20.5%;
  position: absolute;
  height: 2px;
  bottom: -24px;
}
/* line 581, ../sass/screen.scss */
#testi p {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  line-height: 23px;
  padding: 0 20px;
}
/* line 588, ../sass/screen.scss */
.prevPagination {
  width: 46.5px;
  height: 93px;
  background: transparent url("../img/arrow-left.svg") center no-repeat;
  position: absolute;
  top: calc(50% - 68.5px);
  left: 0;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s all ease-out;
  transform: scale(1);
}
/* line 599, ../sass/screen.scss */
.prevPagination:hover {
  transform: scale(1.1);
  transition: 0.2s all ease-out;
}
/* line 604, ../sass/screen.scss */
.nextPagination {
  width: 46.5px;
  cursor: pointer;
  height: 93px;
  background: transparent url("../img/arrow-right.svg") center no-repeat;
  position: absolute;
  top: calc(50% - 68.5px);
  right: 0;
  z-index: 1;
  transition: 0.2s all ease-out;
  transform: scale(1);
}
/* line 615, ../sass/screen.scss */
.nextPagination:hover {
  transform: scale(1.1);
  transition: 0.2s all ease-out;
}

/* line 622, ../sass/screen.scss */
.vc_btn3.vc_btn3-color-violet, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat {
  background-color: #8D2F84;
}
/* line 626, ../sass/screen.scss */
.vc_btn3.vc_btn3-size-lg {
  font-size: 18px;
  padding: 17px 34px 15px 35px;
  text-transform: uppercase;
}

/* line 631, ../sass/screen.scss */
div.wpcf7-validation-errors, span.wpcf7-not-valid-tip {
  display: none !important;
}

/* line 634, ../sass/screen.scss */
.wpcf7-not-valid:not(.wpcf7-captchar) {
  border-color: #C76776 !important;
}
#button-click-overlay form .wpcf7-not-valid {
  border-width: 3px !important;
  transition: 0.2s all ease-out;
  border-width: 3px !important;
  background: transparent url(../img/errorsend.png) no-repeat !important;
  background-position: center right 10px !important;
  background-size: 25px !important;
}
/* line 638, ../sass/screen.scss */
.wpcf7-not-valid:not(.wpcf7-captchar)::placeholder {
  color: #C76776 !important;
}

/* line 641, ../sass/screen.scss */
.vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger:hover {
  background: transparent;
}

/* line 644, ../sass/screen.scss */
.vc_pagination-color-grey.vc_pagination-style-flat .vc_pagination-trigger, .vc_pagination-color-grey.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
  background: transparent;
  position: relative;
}
/* line 647, ../sass/screen.scss */
.vc_pagination-color-grey.vc_pagination-style-flat .vc_pagination-trigger:after, .vc_pagination-color-grey.vc_pagination-style-outline .vc_active .vc_pagination-trigger:after {
  position: absolute;
  width: 11px;
  height: 11px;
  left: calc(50% - 5.5px);
  top: calc(50% - 5.5px);
  content: '';
  border-radius: 50%;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, left top, right top, from(#8D2F84), to(#C76776));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(left, #8D2F84, #C76776);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #8D2F84, #C76776);
  /* IE 10 */
  background: -ms-linear-gradient(left, #8D2F84, #C76776);
  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #8D2F84, #C76776);
}

/* line 671, ../sass/screen.scss */
.vc_pagination.vc_pagination-style-outline .vc_pagination-trigger {
  border: 1px solid #fff;
}

/* line 674, ../sass/screen.scss */
.vc_general.vc_pagination .vc_pagination-trigger {
  width: 18.8px;
  height: 18.8px;
}

/* line 678, ../sass/screen.scss */
#youare {
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, left top, right top, from(#8D2F84), to(#C76776));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(left, #8D2F84, #C76776);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #8D2F84, #C76776);
  /* IE 10 */
  background: -ms-linear-gradient(left, #8D2F84, #C76776);
  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #8D2F84, #C76776);
}
#cost {
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, left top, right top, from(#8D2F84), to(#C76776));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(left, #8D2F84, #C76776);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #8D2F84, #C76776);
  /* IE 10 */
  background: -ms-linear-gradient(left, #8D2F84, #C76776);
  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #8D2F84, #C76776);  
}
#cost h4.block-title:after {
  background: #fff;
}
#popup-contact-section {
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, left top, right top, from(#8D2F84), to(#C76776));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(left, #8D2F84, #C76776);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #8D2F84, #C76776);
  /* IE 10 */
  background: -ms-linear-gradient(left, #8D2F84, #C76776);
  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #8D2F84, #C76776);    
}
.violet-bg {
    /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, left top, right top, from(#8D2F84), to(#C76776));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(left, #8D2F84, #C76776);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #8D2F84, #C76776);
  /* IE 10 */
  background: -ms-linear-gradient(left, #8D2F84, #C76776);
  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #8D2F84, #C76776);  
}
/* line 695, ../sass/screen.scss */
.youare-start-block {
  padding: 38px 0;
}
.media_contact_item__name {
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
  color: #000;
  float: left;
  width: 100%;
}
.media_contact_item__tel {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: #000;
  float: left;
  width: 100%;
}
.media_contact_item__tel span {
  text-decoration: underline;
}
.media_contact_item__email {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: #000;
  text-decoration: underline;
  float: left;
  width: 100%;
}
/* line 698, ../sass/screen.scss */
.youare__title {
  display: inline-block;
  vertical-align: middle;
  font-size: 60px;
  font-weight: 300;
  color: #fff;
}
/* line 705, ../sass/screen.scss */
.youare__arrow {
  background: transparent url("../img/arrow-right.svg") center no-repeat;
  width: 29px;
  height: 58px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 65px;
}

/* line 715, ../sass/screen.scss */
#youare p {
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 24px;
}

.media_download_item {
  float: left;
  width: 100%;
  float: left;
  width: 100%;
}
.media_download_item__name {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: #000;
  font-weight: bold;  
  float: left;
  width: 100%;
}
.media_download_item__resolution {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: #000;  
  float: left;
  width: 100%;
}
.media_download_item__size {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: #000;    
  float: left;
  width: 100%;
}
.media_download_item__download {
  float: left;
  margin-top: 8px;
}

.download-link {
  background-color: transparent;
  border: 1px solid #000;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 35px;
  display: inline-block;
  font-size: 14px;
  position: relative;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
}
/* line 722, ../sass/screen.scss */
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline, .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom, .vc_btn3.vc_btn3-color-white, .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

/* line 727, ../sass/screen.scss */
.vc_btn3.vc_btn3-style-outline, .vc_btn3.vc_btn3-style-outline-custom, .vc_btn3.vc_btn3-style-outline-custom:focus, .vc_btn3.vc_btn3-style-outline-custom:hover, .vc_btn3.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-style-outline:hover {
  border-width: 1px;
}

/* line 730, ../sass/screen.scss */
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline, .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom, .vc_btn3.vc_btn3-size-md {
  padding: 10.5px 17px;
}

/* line 733, ../sass/screen.scss */
.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline {
  color: rgba(255, 255, 255, 0.7);
}

/* line 736, ../sass/screen.scss */
.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline {
  border-color: rgba(255, 255, 255, 0.7);
}

/* line 739, ../sass/screen.scss */
.vc_btn3.vc_btn3-color-white, .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat {
  color: #000;
}

/* line 742, ../sass/screen.scss */
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-violet:focus, .vc_btn3.vc_btn3-color-violet:hover {
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, left top, right top, from(#8D2F84), to(#C76776));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(left, #8D2F84, #C76776);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #8D2F84, #C76776);
  /* IE 10 */
  background: -ms-linear-gradient(left, #8D2F84, #C76776);
  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #8D2F84, #C76776);
  background-color: #8D2F84;
  transition: 1s all linear;
}

/* line 761, ../sass/screen.scss */
.main-content ul li:not(.vc_pagination-item) {
  font-size: 20px;
  font-weight: 300;
  color: #000;
  line-height: 28px;
  padding-left: 38px;
  background: transparent url("../img/arrow-color.svg") left no-repeat;
  background-size: 17.2px 30.4px;
  margin-bottom: 27px;
}

/* line 772, ../sass/screen.scss */
h4.block-title {
  position: relative;
  margin-bottom: 28px;
  padding-bottom: 25px;
}
/* line 776, ../sass/screen.scss */
h4.block-title:after {
  position: absolute;
  content: '';
  width: 82.5px;
  height: 2px;
  background: #8D2F84;
  bottom: 0;
  left: 0;
}

/* line 786, ../sass/screen.scss */
p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 28px;
}

/* line 793, ../sass/screen.scss */
.color-black p {
  color: #000;
}

/* line 798, ../sass/screen.scss */
.color-white p {
  color: #fff;
}

/* line 802, ../sass/screen.scss */
#landscape {
  background-position: bottom !important;
}

/* line 805, ../sass/screen.scss */
.vc_sep_pos_align_center {
  margin-bottom: 28px;
  border-color: #DBDBDB;
}

/* line 809, ../sass/screen.scss */
.violet-border {
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, left top, right top, from(#8D2F84), to(#C76776));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(left, #8D2F84, #C76776);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #8D2F84, #C76776);
  /* IE 10 */
  background: -ms-linear-gradient(left, #8D2F84, #C76776);
  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #8D2F84, #C76776);
  background-color: #8D2F84;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 17px;
  max-width: 100% !important;
}

/* line 833, ../sass/screen.scss */
.features__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-align: center;
  flex-direction: column;
  position: relative;
}
/* line 842, ../sass/screen.scss */
.features__item:before {
  background: #E6EEF4;
  width: 1px;
  height: 325px;
  top: 0;
  left: 0px;
  content: '';
  position: absolute;

}
/* line 851, ../sass/screen.scss */
.features__item:first-child:before {
  content: none;
}
/* line 854, ../sass/screen.scss */
.features__item__title {
  font-size: 26px;
  line-height: 28px;
  font-weight: 300;
  color: #000;
}
/* line 861, ../sass/screen.scss */
.features__item__img img {
  max-width: 100%;
}

/* line 868, ../sass/screen.scss */
.flexy-container .wpb_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

/* line 877, ../sass/screen.scss */
#basic-info {
  background-position: bottom !important;
}

/* line 880, ../sass/screen.scss */
.section-title {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 20px;
}
/* line 884, ../sass/screen.scss */
.section-title:before {
  content: '';
  left: calc(50% - 41.5px);
  bottom: 0;
  position: absolute;
  height: 2px;
  background: #8D2F84;
  width: 83px;
}

/* line 897, ../sass/screen.scss */
.vc_toggle_size_lg.vc_toggle_default .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_lg.vc_toggle_default .vc_toggle_title .vc_toggle_icon, .vc_toggle_size_lg.vc_toggle_round .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_lg.vc_toggle_round .vc_toggle_title .vc_toggle_icon, .vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon, .vc_toggle_size_lg.vc_toggle_simple .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_lg.vc_toggle_simple .vc_toggle_title .vc_toggle_icon, .vc_toggle_size_lg.vc_toggle_square .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_lg.vc_toggle_square .vc_toggle_title .vc_toggle_icon {
  left: auto;
  right: 0;
}

/* line 901, ../sass/screen.scss */
.vc_toggle_size_lg.vc_toggle_default .vc_toggle_icon::before {
  height: 24px;
  width: 24px;
  background: transparent url("../img/plus.svg") center no-repeat;
  border: none;
  top: -12px;
}

/* line 908, ../sass/screen.scss */
.vc_toggle_size_lg.vc_toggle_default.vc_toggle_active .vc_toggle_icon::before {
  visibility: visible;
  background: transparent url("../img/minus.svg") center no-repeat;
}

/* line 912, ../sass/screen.scss */
.vc_toggle_size_lg.vc_toggle_default .vc_toggle_icon::after {
  content: none;
}

/* line 915, ../sass/screen.scss */
.vc_toggle_default .vc_toggle_icon {
  background-color: transparent;
  border: 0;
}

/* line 919, ../sass/screen.scss */
.vc_toggle_default h4 {
  border-bottom: 1px solid #CBD0D3;
  display: block;
  transition: 0.2s all ease-out;
  padding-bottom: 18px;
}

/* line 925, ../sass/screen.scss */
.vc_toggle_active h4 {
  border-bottom: 2px solid #8D2F84;
  transition: 0.2s all ease-out;
}

/* line 929, ../sass/screen.scss */
.vc_toggle {
  margin-bottom: 25px;
}

/* line 932, ../sass/screen.scss */
.vc_gitem-animated-block .vc_gitem-zone {
  height: 335px;
}

/* line 935, ../sass/screen.scss */
.vc_toggle {
  margin-bottom: 20px;
}

/* line 939, ../sass/screen.scss */
.vc_toggle_content p {
  margin-bottom: 25px;
}

/* line 944, ../sass/screen.scss */
.vc_grid-item:nth-child(odd) {
  float: left !important;
  width: 50% !important;
  padding-left: 0 !important;
  padding-right: 65px !important;
  clear: both;
  border-top: 0.5px solid #EBECED;
}
/* line 953, ../sass/screen.scss */
.vc_grid-item:nth-child(even) {
  float: right !important;
  width: 50% !important;
  padding-left: 65px !important;
  padding-right: 0 !important;
  border-top: 0.5px solid #EBECED;
}

/* line 963, ../sass/screen.scss */
.single-post p {
  color: #777;
  font-weight: 400;
}

/* line 967, ../sass/screen.scss */
.more-posts .vc_grid-item {
  border-bottom: 1px solid #CBD0D3;
  padding-top: 0 !important;
}
/* line 971, ../sass/screen.scss */
.more-posts .vc_grid-item .vc_gitem-post-data-source-post_excerpt p {
  font-size: 18px;
  margin-bottom: 0;
}
/* line 979, ../sass/screen.scss */
.more-posts .vc_grid-item .vc_gitem-post-data-source-post_date, .more-posts .vc_grid-item .vc_gitem-post-data {
  margin-left: 0;
}
/* line 983, ../sass/screen.scss */
.more-posts .vc_grid-item .vc_gitem-zone-mini * {
  padding-left: 0;
  margin-bottom: 0;
}
/* line 988, ../sass/screen.scss */
.more-posts .vc_grid-item .vc_gitem-zone {
  background-color: #fff  !important;
}
/* line 991, ../sass/screen.scss */
.more-posts .vc_grid-item:nth-child(odd) {
  float: left !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  clear: both;
  border-top: 0;
}
/* line 1000, ../sass/screen.scss */
.more-posts .vc_grid-item:nth-child(even) {
  float: left !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  clear: both;
  border-top: 0;
}

/* line 1009, ../sass/screen.scss */
.vc_toggle_content {
  margin-top: 19px;
}

/* line 1012, ../sass/screen.scss */
.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
  padding-top: 50px;
}

/* line 1015, ../sass/screen.scss */
#blog-loop {
  position: relative;
}
/* line 1017, ../sass/screen.scss */
#blog-loop:after {
  content: '';
  background: #EBECED;
  left: 50%;
  bottom: 150px;
  position: absolute;
  width: 1px;
  height: calc(100% - 200px);
}

/* line 1027, ../sass/screen.scss */
.vc_separator.vc_sep_color_grey .vc_sep_line {
  border-color: #CBD0D3;
}

/* line 1030, ../sass/screen.scss */
.social__item {
  float: left;
  width: auto;
  margin-bottom: 15px;
  margin-right: 15px;
}
/* line 1034, ../sass/screen.scss */
.social__item__ico {
  width: 49.6px;
  height: 49.6px;
  display: inline-block;
  vertical-align: middle;
}
/* line 1039, ../sass/screen.scss */
.social__item__ico img {
  max-width: 100%;
}
/* line 1043, ../sass/screen.scss */
.social__item__link {
  display: none;
  margin-left: 10px;
  vertical-align: middle;
}
/* line 1047, ../sass/screen.scss */
.social__item__link a {
  font-size: 18px;
  line-height: 32px;
  color: #000;
  font-weight: 400;
  text-decoration: underline;
}
.press-inderline {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 27px;
}
.press-inderline {
  font-size: 26px;
  line-height: 31.2px;
}
#press-1 p {
  font-size: 18px;
}
.press-inderline:before {
    position: absolute;
    content: '';
    width: 82.5px;
    height: 2px;
    background: #8D2F84;
    bottom: 0;
    left: 0;
}
.popup_contact_item {
  float: left;
  cursor: pointer;
}
.popup_contact_item__icon {
  width: 71.7px;
  float: left;
}
.popup_contact_item__content {
  float: left;
  padding-left: 24px;
  margin-left: 24px;
  position: relative;
}
.popup_contact_item__content:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 84px;
  left: 0;
  top: -8px;
  background: rgba(255, 255, 255, 0.3);
}
.popup_contact_item__title {
  font-size: 24px;
  line-height: 28.8px;
  font-weight: bold;
  color: #fff;

}
.popup_contact_item__link {
  font-size: 30px;
  line-height: 36px;
  color:#fff;
  font-weight: 300;
  text-decoration: underline;
}
.popup_contact_item__text {
      color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}
.popup_contact_item__link:hover {
  text-decoration: underline;
}
.outline-black-button {
  background-color: transparent;
  border: 1px solid #000;
  padding: 9px 20px;
  border-radius: 35px;
  display: inline-block;
  position: relative;
  color: #000;
  cursor: pointer;
  text-decoration: none;
}
.outline-black-button a {
	color: #000;
}
.outline-black-button a:hover {
	color: #000;
}
.team-item-content__description {
	display: none;
}
.outline-black-button:hover {
  text-decoration: none;
}
/* line 1056, ../sass/screen.scss */
.contact-adress-wrap {
  width: 100%;
  display: inline-block;
}
/* line 1059, ../sass/screen.scss */
.contact-adress-wrap a, .contact-adress-wrap span {
  font-size: 18px;
  line-height: 32px;
  color: #000;
  font-weight: 400;
  display: block;
}
#login {
  position: absolute;
  right: -110px;
  top: 32px;
}
@media screen and (max-width: 1750px) {
  #login {
    position: relative;
    float: right;
    padding: 32px 0 32px 20px;
    top: auto;
    right: auto;
  }
}
@media screen and (max-width: 650px) {
  #login {
    padding: 32px 0 32px 00px;
  }
  .icon-pallete__icon, .icon-pallete__content {
    width: 100%;
  }
}
/* line 1067, ../sass/screen.scss */
.contact-adress-col-left {
  width: 35%;
  float: left;
}

/* line 1071, ../sass/screen.scss */
.contact-adress-col-right {
  float: left;
  width: 50%;
}

/* line 1075, ../sass/screen.scss */
textarea {
  resize: none;
}

/* line 1078, ../sass/screen.scss */
.contact-form .input__item input::placeholder, .contact-form select, .contact-form textarea::placeholder {
  color: #000;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  font-family: 'Roboto';
}

/* line 1087, ../sass/screen.scss */
.contact-form span {
  float: left;
  width: 100%;
  margin-bottom: 24px;
}
/* line 1092, ../sass/screen.scss */
.contact-form .input__item input, .contact-form select, .contact-form textarea, input.wpcf7-captchar {
  color: #000;
  font-size: 18px;
  line-height: 32px;
  background: #f7f7f7;
  border: 1px solid #C4C4C4;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  outline: 0;
  width: 100%;
  display: inline-block;
  padding: 10px 23px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
input.wpcf7-captchar {
  border: 1px solid #C4C4C4;
	border-right: 0;
	border-radius: 30px 0 0 30px;
}
input.wpcf7-captchar::placeholder {
	color: #000;
}
.captcha-img {
    padding: 12.5px 6px;
    display: block;
    text-align: center;
    float: left;
    width: 36%;
    position: relative;
    border-radius: 0px 30px 30px 0px;
    background: #f7f7f7;
    border: 1px solid #c4c4c4;
    border-left: 0;
}
.captcha-img:before {
	content:'';
	position: absolute;
	left: 0;
	top: 10px;
	background: #c4c4c4;
	width: 1px;
	height: calc(100% - 20px);
}
/* line 1106, ../sass/screen.scss */
.contact-form select {
  padding: 15px 20px;
  -webkit-border-radius: 30px;
  -webkit-appearance: none;
  line-height: 22px;
}
/* line 1109, ../sass/screen.scss */
.contact-form .full {
  width: 100%;
}
/* line 1112, ../sass/screen.scss */
.contact-form .half {
  width: 50%;
}
/* line 1112, ../sass/screen.scss */
.contact-form .half_quat {
  width: 75%;
}
/* line 1112, ../sass/screen.scss */
.contact-form .quarter {
  width: 25%;
}
/* line 1115, ../sass/screen.scss */
.contact-form .input__item {
  float: left;
  position: relative;
}
@keyframes tooltip {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0.7;
		visibility: visible;
		bottom: calc(100% + 5px);
	}
}
.input-tooltip {
	position: absolute;
	bottom:130%;
	text-align: center;
	left: 0;
	visibility: hidden;
	color: #fff;
  padding: 8px;
  background: #000;
}
option {
	color: #000;
}
.contact-form .input__item:hover .input-tooltip  {

	animation: tooltip 0.3s forwards ease-out;
}
/* line 1118, ../sass/screen.scss */
.contact-form .input__item__group {
  float: left;
  width: 100%;
}
.contact-form .input__item__group .input__item {
  padding-left: 23px;
}
/* line 1122, ../sass/screen.scss */
.contact-form .input__item__group .input__item:first-child {
  padding-left: 0;
}
.violet-modal .ult_modal-body {
  background: -webkit-gradient(linear, left top, right top, from(#8D2F84), to(#C76776));
  background: -webkit-linear-gradient(left, #8D2F84, #C76776);
  background: -moz-linear-gradient(left, #8D2F84, #C76776);
  background: -ms-linear-gradient(left, #8D2F84, #C76776);
  background: -o-linear-gradient(left, #8D2F84, #C76776);
}
.violet-modal .ult_modal-body .contact-form .input__item input, .violet-modal .ult_modal-body .contact-form select, .violet-modal .ult_modal-body .contact-form textarea, .violet-modal .ult_modal-body input.wpcf7-captchar {
  background-color: transparent;
  color: #fff !important;
}
.violet-modal *::placeholder {
  color: #fff !important;
}
.violet-modal .ult_modal-body {
  padding: 85px 40px 65px 40px;
}
.violet-modal .ult_modal-body .input__submit input:not(.wpcf7-captchar) {
  color: #000;
  font-size: 18px;
  border-radius: 30px;
  text-transform: uppercase;
  padding: 16px 65px;
  border: 0;
  background: #8D2F84;
  vertical-align: middle;
  cursor: pointer;
  background: #fff;
}
/* line 1127, ../sass/screen.scss */
.contact-form .ajax-loader {
  display: none !important;
}
/* line 1130, ../sass/screen.scss */
.contact-form .input__submit {
  float: right;
  clear: both;
}
.dragons-den {
	margin-left: 10px;
	position: relative;
    top: -11px;
    text-align: center;
    display: inline-block;
}
.dragons-den img {
	display: block;
}
/* line 1133, ../sass/screen.scss */
.contact-form .input__submit span:not(.captcha-1) {
  font-size: 18px;
  line-height: 32px;
  color: #000;
  font-weight: 400;
  margin-right: 32px;
  display: inline-block;
  width: auto;
  margin-bottom: -0px;
  vertical-align: middle;
  float: none;
}
/* line 1145, ../sass/screen.scss */
.contact-form .input__submit input:not(.wpcf7-captchar) {
  color: #fff;
  font-size: 18px;
  border-radius: 30px;
  text-transform: uppercase;
  padding: 16px 65px;
  border: 0;
  background: #8D2F84;
  vertical-align: middle;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, right top, from(#8D2F84), to(#C76776));
  background: -webkit-linear-gradient(left, #8D2F84, #C76776);
  background: -moz-linear-gradient(left, #8D2F84, #C76776);
  background: -ms-linear-gradient(left, #8D2F84, #C76776);
  background: -o-linear-gradient(left, #8D2F84, #C76776);
}

/* line 1164, ../sass/screen.scss */
#theteam .vc_col-sm-5 {
  width: 38%;
}
/* line 1166, ../sass/screen.scss */
#theteam .vc_col-sm-5 .vc_box_circle {
  width: 95%;
}

/* line 1172, ../sass/screen.scss */
.vc_btn3.vc_btn3-size-sm {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 1177, ../sass/screen.scss */
.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline, .vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline-custom {
  padding: 9px 17px;
}

/* line 1180, ../sass/screen.scss */
.vc_toggle_title > h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
}

/* line 1185, ../sass/screen.scss */
.vc_toggle_size_lg.vc_toggle_default .vc_toggle_content, .vc_toggle_size_lg.vc_toggle_default .vc_toggle_title {
  padding-left: 0;
}

/* line 1188, ../sass/screen.scss */
.vc_gitem-post-data {
  margin-left: 9px;
}

/* line 1191, ../sass/screen.scss */
.vc_gitem-post-data-source-post_date {
  margin-bottom: 0;
  margin-top: 17px;
}

/* line 1195, ../sass/screen.scss */
.vc_gitem-post-data-source-post_excerpt {
  margin-top: -6px;
}
/* line 1197, ../sass/screen.scss */
.vc_gitem-post-data-source-post_excerpt p {
  line-height: 32px;
}

/* line 1201, ../sass/screen.scss */
.vc_gitem-zone-mini .vc_btn3-left {
  margin-top: -6px;
  padding-left: 8px;
}

/* line 1205, ../sass/screen.scss */
.vc_gitem-zone-mini .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline, .vc_gitem-zone-mini .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom, .vc_gitem-zone-mini .vc_btn3.vc_btn3-size-md {
  padding: 8.5px 21px;
  border: 1px solid !important;
}

/* line 1209, ../sass/screen.scss */
.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
  padding-bottom: 17px;
}

/* line 1213, ../sass/screen.scss */
.vc_pageable-load-more-btn .vc_btn3 {
  background: -webkit-gradient(linear, left top, right top, from(#8D2F84), to(#C76776));
  background: -webkit-linear-gradient(left, #8D2F84, #C76776);
  background: -moz-linear-gradient(left, #8D2F84, #C76776);
  background: -ms-linear-gradient(left, #8D2F84, #C76776);
  background: -o-linear-gradient(left, #8D2F84, #C76776);
}

/* line 1221, ../sass/screen.scss */
.vc_grid .vc_pageable-load-more-btn {
  margin-top: 46px;
}

/* line 1224, ../sass/screen.scss */
.contact-form textarea {
  padding-bottom: 6px;
}

/* line 1227, ../sass/screen.scss */
div.wpcf7-mail-sent-ng {
  border: 0;
  position: relative;
  float: left;
  background: #c06178;
  padding: 10px 15px;
  width: 100%;
  color: #fff;
}
.view-all-posts a {
	padding: 8px 32px !important;
}
/* line 1236, ../sass/screen.scss */
.return_post_date, .vc_gitem-post-data-source-post_date div {
  float: left;
  width: 100%;
  margin-bottom: 22px;
  font-size: 18px;
  line-height: 32px;
  color: #777;
}
.single-post p {
	line-height: 32px;
}
div.wpcf7-mail-sent-ok {
    border: 0;
    float: left;
    width: 100%;
    padding: 20px;
    color: #fff;
    background: #3b9969;
    margin: 0;
    margin-top: 20px;
}
.captcha-wrap {
	float: left;
	width: 50%;
}
.submit__submit {
	float: right;
	width: 50%;
	text-align: right;
}
.captcha-wrap input {
	display: inline-block;
	width: 100%;
}
.contact-form .captcha-1 {
	display: inline-block;
	width: 58%;
	margin-right: 0;
}
.this-includes > .vc_col-sm-4:after {
  position: absolute;
  content: '';
  background: #e0e9f0;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
}
.this-includes > .vc_col-sm-4:first-child:before {
  content: none;
}
.this-includes > .vc_col-sm-4:before {
  position: absolute;
  content: '';
  background: #e0e9f0;
  left: -1px;
  top: 0;
  height: 100%;
  width: 1px;
}
.this-includes > .vc_col-sm-4:last-child:after {
  content: none;
}
#howmuchearn img {
  width: 640px;
  max-width: 100%;
}
@media screen and (max-width: 1520px) {
	.media_contact_item-section .vc_col-lg-4 {
		width: 50%;
	}
	.include-count {
		font-size: 80px !important;
	}
  .popup_contact_item {
    text-align: center;
  }
  .popup_contact_item__icon {
    float: none;
    margin: auto;
    width: 71.7px !important;
  }
  .popup_contact_item__content {
    width: 100% !important;
    padding-left: 0;
    margin-left: 0;
  }
  .popup_contact_item__content:before {
    content: none;
  }
  #popup-contact-section .vc_col-sm-3 {

  }
  .icon-pallete__content {
    padding-right: 35px;
  }
	.captcha-wrap {
		width: 42%;
	}
	.submit__submit {
		width: 58%;
	}
	.contact-form .input__submit span:not(.captcha-1) {
		font-size: 16px;
		margin-right: 6px;
	}
	section .vc_row-fluid {
		max-width: 1200px;
	}
	.header-container {
		max-width: 1200px;
	}
	.footer-inner {
		max-width: 1200px
	}
	.youare__arrow {
		margin-left: 15px;
	}
	.advantage-description {
		font-size: 16px !important;
	}
	.advantage-title {
		font-size: 30px !important;
	}
	p {
		font-size: 18px;
	}
	.main-content ul li:not(.vc_pagination-item) {
		font-size: 16px;
	}
	h4.block-title {
    margin-bottom: 16px;
    padding-bottom: 20px;
    font-size: 32px !important;
	}
	.copyright-copy, .footer-col-subtitle, .footer-col-subtitle a {
		font-size: 16px;
	}
	.features__item__img img {
		width: 140px;
	}
	.features__item__title {
		font-size: 22px;
	}
	.features__item:before {
		left: -71px;
	}
}
@media screen and (max-width: 767px) {
	.contact_widget {
		position: static;
		float: left;
		width: 100%;
		bottom: auto;

	}
  #popup-contact-section .vc_column_container>.vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #popup-contact-section {
  }
  .popup_contact_item {
    text-align: left;
    float: none;
    margin: 30px 0;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  #popup-contact-section p {
  	text-align: center !important;
  }
  #testi-quote {
    padding-left: 0 !important;
  }
  #testi-quote .vc_column_container>.vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .contact-form .quarter {
    width: 100%;
  }
  .contact-form .input__item__group .input__item {
    padding-left: 0;
  }
  .contact-form .half_quat {
    width: 100%;
  }
  .input__submit {
    width: 100% !important;
  }
	section {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.vc_grid-item:nth-child(odd), .vc_grid-item:nth-child(even) {
		float: left !important;
		width: 100% !important;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	#blog-loop:after {
		content: none;
	}
	.vc_gitem-post-data-source-post_title h4 {
		font-size: 20px !important;
	}
	.vc_gitem-post-data-source-post_excerpt p {
		font-size: 14px !important;
	}
	.vc_toggle_title > h4 {
		font-size: 16px;
		padding-right: 22px;
	}
	.section-title {
		font-size: 30px !important;
	}
	#content-header h1 {
		font-size: 40px !important;
	}
	#mainpage-banner h2 {
		font-size: 40px !important;
		line-height: 55px !important;
	}
	#youare .wpb_column {
		margin-bottom: 30px;
	}
	#advantages .wpb_column {
		margin-bottom: 30px;
	}
	#testi {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	#testi .vc_column-inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	#testi .vc_tta-panels {
		width: 100% !important;
	}
	.vc_tta-panel-body {
		width: 100% !important;
	}
	.nextPagination, .prevPagination {
		display: none;
	}
	.vc_separator-has-text span {
		display: none;
	}
	.vc_separator-has-text h4 {
		text-align: center;
		width: 100%;
	}
	.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body > :last-child:after, .wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body > :last-child:before {
		content:none !important;
	}
	.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body > :last-child {
		border-bottom: none !important;
	}
	#mainpage-banner p {
		line-height: 30px;
	}
	.flexy-container .wpb_wrapper {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.features__item {
		margin-bottom: 40px;
	}
	.features__item:before {
		content: none;
	}
	#theteam .vc_col-sm-5 {
		width: 100%;
	}
	#theteam .vc_column-inner {
		padding-left: 15px !important;
	}
	.team-block-first .vc_column-inner {
		padding-left: 15px !important;
	}
	#theteam .wpb_wrapper * {
		text-align: center !important;
	}
	.vc_gitem-animated-block .vc_gitem-zone {
		height: 200px !important;
	}
	.single-post section .vc_column-inner {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
		margin-right: 0;
	}
}
@media screen and (max-width: 600px) {
  .dragons-den {
    display: none;
  }
  .captcha-wrap {
    width: 100%;
  }
  .captcha-img {
    width: 42%;
  }
  .submit__submit {
    width: 100%;
  }
  .vc_custom_1502815004379 {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 500px) {
	.social__item {
		text-align: center;
	}
}
@media screen and (max-width: 420px) {
  .dragons-den {
    display: none;
  }
}

@media screen and (max-width: 767px) {
    
    .input-tooltip {
        display:none !important;
    }
}