label {
      font-size: 13px;
      margin: 0;
      display: block
}
.hs-input[type=text], .hs-input[type=email], .hs-input[type=tel], textarea.hs-input {
      display: block;
      width: 100%;
      height: calc(1.5em + .75rem + 2px);
      padding: .375rem .75rem;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #495057;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #ced4da;
      border-radius: .25rem;
      transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.form-control, .hs-input[type=text], .hs-input[type=email], .hs-input[type=tel], textarea.hs-input {
      border-radius: 3px;
      border-color: #cdd1d4;
      -webkit-appearance: none;
      font-size: 13px
}
.form-control:focus, .hs-input[type=text]:focus, .hs-input[type=email]:focus, .hs-input[type=tel]:focus, textarea.hs-input:focus {
      background: rgba(255,255,255,.6)
}
.form-control.wpcf7-not-valid, .hs-input[type=text].wpcf7-not-valid, .hs-input[type=email].wpcf7-not-valid, .hs-input[type=tel].wpcf7-not-valid, textarea.hs-input.wpcf7-not-valid {
      border-color: red
}
textarea.form-control, textarea.hs-input {
      height: 80px
}
.hs-form-field {
      margin-bottom: 10px
}
.hs-form ul.inputs-list {
      margin: 0 0 10px;
      padding: 0
}
.hs-form ul.inputs-list li {
      margin: 0;
      list-style: none
}
.hs-form ul.inputs-list li:before {
      display: none
}
.btn+.btn {
      margin-left: 15px
}
.btn, .cf7mls_next.action-button {
      padding: 11px 25px;
      border: 2px solid transparent;
      border-radius: 25px
}
.cf7mls_next.action-button {
      margin: 10px 30px
}
.btn-primary, .cf7mls_next.action-button {
      background: -webkit-linear-gradient(90deg, #a20049, #4d2459);
      background: linear-gradient(90deg, #a20049, #4d2459);
      border-color: transparent;
      background-position: 5% 0;
      background-size: 150% 100%;
      -webkit-transition: background .3s ease-out;
      -moz-transition: background .3s ease-out;
      -o-transition: background .3s ease-out;
      transition: background .3s ease-out
}
.btn-primary:hover, .cf7mls_next.action-button:hover {
      background-position: 60% 0;
      border-color: transparent
}
.btn-primary:not([href]):not([tabindex]), .cf7mls_next.action-button:not([href]):not([tabindex]) {
      color: #fff
}
.btn-primary:not([href]):not([tabindex]):hover, .cf7mls_next.action-button:not([href]):not([tabindex]):hover {
      color: #fff
}
.form-nav {
      position: relative;
      padding-bottom: 60px
}
.form-nav .cf7mls_back.action-button {
      position: absolute;
      left: 50%;
      top: 60px;
      margin-left: -50px;
      color: #766f61;
      background: transparent
}
.form-nav.last .cf7mls_back.action-button {
      top: 0
}
div.wpcf7 .ajax-loader {
      position: absolute;
      top: 10px
}
.btn-secondary {
      background: -webkit-linear-gradient(90deg, #ce234e, #a20049);
      background: linear-gradient(90deg, #ce234e, #a20049);
      border-color: transparent;
      background-position: 5% 0;
      background-size: 150% 100%;
      -webkit-transition: background .3s ease-out;
      -moz-transition: background .3s ease-out;
      -o-transition: background .3s ease-out;
      transition: background .3s ease-out
}
.btn-secondary:hover {
      background-position: 60% 0;
      border-color: transparent
}
.btn-secondary:not([href]):not([tabindex]) {
      color: #fff
}
.btn-outline-secondary {
      border-color: #cdd1d4;
      color: #22201c
}
.btn-outline-secondary:hover {
      background: transparent;
      color: #22201c;
      border-color: #22201c
}
.btn-outline-light {
      border-color: #fff;
      color: #fff
}
.screen-reader-response {
      display: none
}
.wpcf7-not-valid-tip {
      color: red;
      font-size: 14px
}
div.wpcf7-response-output {
      text-align: center;
      padding: 15px;
      background: #a20049;
      border: none;
      margin: 10px 0;
      color: #fff;
      font-weight: bold
}
div.wpcf7-response-output.wpcf7-mail-sent-ok {
      display: none !important
}

.modal-body div.wpcf7-response-output {
      margin: 0
}
.wpcf7-display-none {
      display: none
}
.wpcf7-list-item+.wpcf7-list-item {
      margin-left: 10px
}
.wpcf7-list-item-label {
      margin-left: 5px
}
.checkbox .wpcf7-list-item {
      margin: 0
}
.checkbox .wpcf7-list-item-label {
      position: relative;
      line-height: 20px;
      padding: 0 0 0 24px;
      display: block;
      margin-left: 0
}
.checkbox .wpcf7-list-item-label:before {
      content: "";
      position: absolute;
      left: 0;
      top: 1px;
      width: 18px;
      height: 18px;
      border: 1px solid #cdd1d4;
      border-radius: 3px;
      -webkit-transition: .3s ease;
      -moz-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease
}
.checkbox .wpcf7-list-item-label:after {
      content: "\f00c";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      width: 18px;
      line-height: 18px;
      position: absolute;
      left: 0;
      top: 2px;
      text-align: center;
      color: #22201c;
      opacity: 0;
      font-size: 12px;
      -webkit-transition: .3s ease;
      -moz-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease
}
.checkbox input[type=checkbox] {
      display: none
}
.checkbox input[type=checkbox]:checked+.wpcf7-list-item-label:after {
      opacity: 1
}
.checkbox.block .wpcf7-list-item {
      display: block;
      margin-left: 0
}
.radio .wpcf7-list-item-label {
      position: relative;
      line-height: 20px;
      padding: 0 0 0 24px;
      display: block;
      margin-left: 0
}
.radio .wpcf7-list-item-label:before {
      content: "";
      position: absolute;
      left: 0;
      top: 1px;
      width: 18px;
      height: 18px;
      border: 1px solid #22201c;
      border-radius: 50%;
      -webkit-transition: .3s ease;
      -moz-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease
}
.radio .wpcf7-list-item-label:after {
      content: "";
      width: 8px;
      height: 8px;
      position: absolute;
      left: 5px;
      top: 6px;
      text-align: center;
      background: #22201c;
      opacity: 0;
      border-radius: 50%;
      -webkit-transition: .3s ease;
      -moz-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease
}
.radio input[type=radio] {
      display: none
}
.radio input[type=radio]:checked+.wpcf7-list-item-label:after {
      opacity: 1
}
.radio.block .wpcf7-list-item {
      display: block;
      margin-left: 0
}
.slick-slider {
      margin-bottom: 0 !important
}
.slick-prev, .slick-next, .slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
      width: 50px;
      height: 50px;
      z-index: 100;
      opacity: 1
}
.slick-prev, .slick-prev:hover, .slick-prev:focus {
      left: 15px;
      border-radius: 0;
      background: transparent url(https://kandydaci.talentuno.com/wp-content/themes/talentuno/images/slick-prev.png) no-repeat center center/50px 50px
}
.slick-next, .slick-next:hover, .slick-next:focus {
      right: 15px;
      border-radius: 0;
      background: transparent url(https://kandydaci.talentuno.com/wp-content/themes/talentuno/images/slick-next.png) no-repeat center center/50px 50px
}
.slick-prev:before, .slick-next:before {
      display: none
}
.slick-dots {
      text-align: center;
      margin: 0;
      bottom: -30px;
      padding: 0
}
.slick-dots li {
      margin: 0 5px 0 0;
      width: 10px;
      height: 10px
}
.slick-dots li:before {
      display: none
}
.slick-dots li button {
      width: 10px;
      height: 10px;
      padding: 0;
      background: #dedede;
      border-radius: 50%;
      border: 2px solid #fff
}
.slick-dots li button:before {
      display: none
}
.slick-dots li.slick-active button {
      background: #a20049;
      border-color: #a20049
}
.testimonial-slider .slick-dots {
      bottom: 0
}
.testimonial-slider .slick-dots li button {
      background: #fff;
      border-color: transparent;
      width: 6px;
      height: 6px;
      margin: 2px
}
.testimonial-slider .slick-dots li.slick-active button {
      background: #fff;
      border-color: #fff;
      width: 10px;
      height: 10px;
      margin: 0
}
.accordion .card {
      border: none;
      border-radius: 0;
      background: transparent;
      margin-bottom: 15px
}
.accordion .card .card-header {
      background: #fff;
      border: none;
      padding: 0;
      border-radius: 0
}
.accordion .card .card-header h5 {
      font-family: "Gotham-Bold", sans-serif;
      font-weight: bold;
      font-size: 18px
}
.accordion .card .card-header h5 a {
      display: block;
      padding: 10px 15px;
      color: #22201c
}
.accordion .card .card-body {
      padding: 10px 0
}
.accordion .card .card-body .card {
      margin-bottom: 0;
      border-bottom: 1px solid rgba(255,255,255,.2)
}
.accordion .card .card-body .card .card-header {
      background: transparent;
      margin-top: 10px;
      margin-bottom: 10px
}
.accordion .card .card-body .card .card-header h5 {
      font-size: 13px;
      padding-left: 15px;
      padding-right: 15px
}
.accordion .card .card-body .card .card-header h5 a {
      display: inline;
      padding: 0;
      color: #fff
}
.accordion .card .card-body .card .card-body {
      padding: 0 15px
}
.alignleft {
      float: left;
      margin: 5px 20px 30px 0;
      display: inline-block;
      max-width: 50%
}
.alignright {
      float: right;
      margin: 5px 0 30px 20px;
      display: inline-block;
      max-width: 50%
}
.aligncenter {
      margin: 20px auto;
      display: block
}
.gallery-item {
      position: relative;
      margin: 0 0 30px !important
}
.gallery-item .gallery-icon a {
      display: block;
      overflow: hidden;
      position: relative
}
.gallery-item .gallery-icon a img {
      width: 100%;
      -webkit-transition: .8s ease;
      -moz-transition: .8s ease;
      -o-transition: .8s ease;
      transition: .8s ease
}
.gallery-item .gallery-icon a:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: rgba(255,255,255,0);
      -webkit-transition: .3s ease;
      -moz-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease
}
.gallery-item .gallery-icon a:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      box-shadow: 0 0 0 0 rgba(255,255,255,.5) inset;
      -webkit-transition: .3s ease;
      -moz-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease
}
.gallery-item .gallery-icon a:hover img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1)
}
.gallery-item .gallery-icon a:hover:before {
      background: rgba(255,255,255,.3)
}
.gallery-item .gallery-icon a:hover:after {
      box-shadow: 0 0 0 10px rgba(255,255,255,.5) inset
}
.gallery-item .gallery-caption, .gallery-item .wp-caption-text {
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center;
      padding: 5px 0
}
@font-face {
      font-family: GothamBook;
      src: url(https://kandydaci.talentuno.com/wp-content/themes/talentuno/font/GothamBook.eot);
      src: url(https://kandydaci.talentuno.com/wp-content/themes/talentuno/font/GothamBook.eot#iefix) format("embedded-opentype"), url(https://kandydaci.talentuno.com/wp-content/themes/talentuno/font/GothamBook.woff) format("woff"), url(https://kandydaci.talentuno.com/wp-content/themes/talentuno/font/GothamBook.ttf) format("truetype"), url(https://kandydaci.talentuno.com/wp-content/themes/talentuno/font/GothamBook.svg#GothamBook) format("svg");
      font-weight: 400;
      font-style: normal
}
@font-face {
      font-family: GothamBook-Italic;
      src: url(https://kandydaci.talentuno.com/wp-content/themes/talentuno/font/hinted-GothamBook-Italic.eot);
      src: url(https://kandydaci.talentuno.com/wp-content/themes/talentuno/font/hinted-GothamBook-Italic.eot#iefix) format("embedded-opentype"), url(https://kandydaci.talentuno.com/wp-content/themes/talentuno/font/hinted-GothamBook-Italic.woff) format("woff"), url(https://kandydaci.talentuno.com/wp-content/themes/talentuno/font/hinted-GothamBook-Italic.ttf) format("truetype"), url(https://kandydaci.talentuno.com/wp-content/themes/talentuno/font/hinted-GothamBook-Italic.svg#GothamBook-Italic) format("svg");
      font-weight: 400;
      font-style: normal
}
@font-face {
      font-family: Gotham-Bold;
      src: url(https://kandydaci.talentuno.com/wp-content/themes/talentuno/font/Gotham-Bold.eot);
      src: url(https://kandydaci.talentuno.com/wp-content/themes/talentuno/font/Gotham-Bold.eot#iefix) format("embedded-opentype"), url(https://kandydaci.talentuno.com/wp-content/themes/talentuno/font/Gotham-Bold.woff) format("woff"), url(https://kandydaci.talentuno.com/wp-content/themes/talentuno/font/Gotham-Bold.ttf) format("truetype"), url(https://kandydaci.talentuno.com/wp-content/themes/talentuno/font/Gotham-Bold.svg#Gotham-Bold) format("svg");
      font-weight: 700;
      font-style: normal
}
@font-face {
      font-family: GothamBlack;
      src: url(https://kandydaci.talentuno.com/wp-content/themes/talentuno/font/GothamBlack.eot);
      src: url(https://kandydaci.talentuno.com/wp-content/themes/talentuno/font/GothamBlack.eot#iefix) format("embedded-opentype"), url(https://kandydaci.talentuno.com/wp-content/themes/talentuno/font/GothamBlack.woff) format("woff"), url(https://kandydaci.talentuno.com/wp-content/themes/talentuno/font/GothamBlack.ttf) format("truetype"), url(https://kandydaci.talentuno.com/wp-content/themes/talentuno/font/GothamBlack.svg#GothamBlack) format("svg");
      font-weight: 900;
      font-style: normal
}
:focus {
      outline: none
}
html {
      font-family: GothamBook, sans-serif;
      background: #fff
}
body {
      overflow-y: scroll;
      overflow-x:hidden; 
      background: #fff;
      font-family: GothamBook, sans-serif;
      color: #22201c;
      font-size: 13px
}
b, strong {
      font-family: "Gotham-Bold", sans-serif
}
.wrapper {
      overflow: hidden;
      position: relative;
      min-height: 100vh
}
h1, .h1 {
      font-family: "GothamBlack", sans-serif;
      font-size: 50px;
      margin: 20px 0;
      font-weight: bold
}
h2, .h2 {
      font-family: "GothamBlack", sans-serif;
      font-size: 30px;
      margin: 10px 0;
      font-weight: bold
}
h3, .h3 {
      font-family: "GothamBlack", sans-serif;
      font-size: 24px;
      margin: 10px 0;
      font-weight: bold
}
h4, .h4 {
      font-family: "GothamBlack", sans-serif;
      font-size: 18px;
      margin: 10px 0;
      font-weight: bold
}
a {
      color: #a20049;
      text-decoration: none;
      cursor: pointer;
      -webkit-transition: .3s ease;
      -moz-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease
}
a:hover {
      color: #22201c;
      text-decoration: none
}
img {
      max-width: 100%;
      height: auto
}
iframe {
      max-width: 100%
}
hr {
      margin-top: 30px;
      margin-bottom: 30px
}
.fulllink {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0
}
h1.text-hide {
      margin: 0
}
.header {
      position: fixed;
      z-index: 10;
      left: 0;
      right: 0;
      background: #fff;
      padding: 15px 0;
      opacity: 0;
      z-index: 500;
      -webkit-transition: .6s ease;
      -moz-transition: .6s ease;
      -o-transition: .6s ease;
      transition: .6s ease
}
.header.sticky {
      opacity: 1;
      top: 0
}
.header .logo {
      display: inline-block;
      width: 173px
}
.headerFix {
      position: fixed;
      left: 0;
      right: 0;
      top:0;
      background: #fff;
      padding: 15px 0;
      z-index: 500;
}
.headerFix .logo {
      display: inline-block;
      width: 173px
}

.footer {
      background: #22201c;
      color: #fff;
      padding: 15px 0
}
.footer a {
      color: #fff
}
.footer a:hover {
      text-decoration: underline
}
.cc-banner.cc-bottom {
      font-size: 13px;
      font-family: GothamBook, sans-serif
}
.cc-banner.cc-bottom .cc-compliance>.cc-btn {
      padding-left: 15px;
      padding-right: 15px;
      min-width: auto;
      border-radius: 20px;
      margin-left: 10px
}
.section {
      padding: 30px 0;
      position: relative
}
.section.light {
      background: #f2f3f5
}
.section.gradient {
      color: #fff;
      background: #ce234e;
      background: -moz-linear-gradient(-45deg, #ce234e 0%, #a20049 50%, #4d2459 100%);
      background: -webkit-linear-gradient(-45deg, #ce234e 0%, #a20049 50%, #4d2459 100%);
      background: linear-gradient(135deg, #ce234e 0%, #a20049 50%, #4d2459 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#ce234e", endColorstr="#4d2459", GradientType=1 )
}
.section.gradient.dark {
      background: #a20049;
      background: -moz-linear-gradient(-45deg, #a20049 0%, #4d2459 100%);
      background: -webkit-linear-gradient(-45deg, #a20049 0%, #4d2459 100%);
      background: linear-gradient(135deg, #a20049 0%, #4d2459 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#a20049", endColorstr="#4d2459", GradientType=1 )
}
.section.gradient.light {
      background: #ce234e;
      background: -moz-linear-gradient(-45deg, #ce234e 0%, #a20049 100%);
      background: -webkit-linear-gradient(-45deg, #ce234e 0%, #a20049 100%);
      background: linear-gradient(135deg, #ce234e 0%, #a20049 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#ce234e", endColorstr="#a20049", GradientType=1 )
}
.section ul {
      padding-left: 20px
}
.section ul li {
      list-style: none;
      position: relative;
      margin-bottom: 15px
}
.section ul li:before {
      content: "";
      width: 6px;
      height: 12px;
      position: absolute;
      left: -20px;
      top: 7px;
      background: url("https://kandydaci.talentuno.com/wp-content/themes/talentuno/images/li-bg.png") no-repeat 0 0;
      background-size: 6px 12px
}
.section-title {
      margin: 30px 0
}
.top-logo {
      margin: 20px 0 70px
}
.top-logo img {
      display: inline-block;
      width: 173px
}
.icon-box {
      margin-bottom: 30px
}
.icon-box .icon {
      width: 100px;
      display: inline-block;
      background: #fff;
      border-radius: 50%;
      margin-bottom: 20px
}
.process .top .step {
      position: relative;
      padding-left: 80px;
      min-height: 110px;
      padding-top: 10px
}
.process .top .step .num {
      position: absolute;
      left: 0;
      bottom: -15px;
      font-size: 20px;
      font-family: "Gotham-Bold", sans-serif;
      font-weight: bold;
      color: #fff;
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: 70px 130px;
      width: 70px;
      height: 130px;
      text-align: center;
      padding-top: 20px
}
.process .top .step.step-1 .num {
      background-image: url("https://kandydaci.talentuno.com/wp-content/themes/talentuno/images/step-1.png")
}
.process .top .step.step-3 .num {
      background-image: url("https://kandydaci.talentuno.com/wp-content/themes/talentuno/images/step-3.png")
}
.process .top .step.step-5 .num {
      background-image: url("https://kandydaci.talentuno.com/wp-content/themes/talentuno/images/step-5.png")
}
.process .top .step.step-2 .num {
      background-image: url("https://kandydaci.talentuno.com/wp-content/themes/talentuno/images/step-2.png")
}
.process .top .step.step-4 .num {
      background-image: url("https://kandydaci.talentuno.com/wp-content/themes/talentuno/images/step-4.png")
}
.process .top .step.step-6 .num {
      background-image: url("https://kandydaci.talentuno.com/wp-content/themes/talentuno/images/step-6.png")
}
.process .top .step p {
      margin: 0
}
.process .line {
      height: 5px;
      margin: 0 35px;
      background: #ce234e;
      background: -moz-linear-gradient(-45deg, #ce234e 0%, #a20049 50%, #4d2459 100%);
      background: -webkit-linear-gradient(-45deg, #ce234e 0%, #a20049 50%, #4d2459 100%);
      background: linear-gradient(135deg, #ce234e 0%, #a20049 50%, #4d2459 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#ce234e", endColorstr="#4d2459", GradientType=1 )
}
.process .bottom .step {
      position: relative;
      padding-left: 80px;
      min-height: 110px;
      padding-top: 65px
}
.process .bottom .step .num {
      position: absolute;
      left: 0;
      top: -15px;
      font-size: 20px;
      font-family: "Gotham-Bold", sans-serif;
      font-weight: bold;
      color: #fff;
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: 70px 130px;
      width: 70px;
      height: 130px;
      text-align: center;
      padding-top: 80px
}
.process .bottom .step.step-1 .num {
      background-image: url("https://kandydaci.talentuno.com/wp-content/themes/talentuno/images/step-1.png")
}
.process .bottom .step.step-3 .num {
      background-image: url("https://kandydaci.talentuno.com/wp-content/themes/talentuno/images/step-3.png")
}
.process .bottom .step.step-5 .num {
      background-image: url("https://kandydaci.talentuno.com/wp-content/themes/talentuno/images/step-5.png")
}
.process .bottom .step.step-2 .num {
      background-image: url("https://kandydaci.talentuno.com/wp-content/themes/talentuno/images/step-2.png")
}
.process .bottom .step.step-4 .num {
      background-image: url("https://kandydaci.talentuno.com/wp-content/themes/talentuno/images/step-4.png")
}
.process .bottom .step.step-6 .num {
      background-image: url("https://kandydaci.talentuno.com/wp-content/themes/talentuno/images/step-6.png")
}
.process .bottom .step p {
      margin: 0
}
.logo-slider {
      margin-bottom: 60px !important
}
.price-box {
      background: #fff;
      color: #22201c;
      padding-bottom: 20px;
      margin-bottom: 30px
}
.price-box .title {
      margin: 0 20px 30px;
      padding: 30px 0;
      border-bottom: 1px solid #d0d0dd
}
.price-box p {
      margin-left: 20px;
      margin-right: 20px;
      min-height: 60px
}
.price-box .price {
      font-size: 20px;
      margin-bottom: 20px;
      padding: 0 20px
}
.price-box.popular {
      padding-bottom: 0;
      position: relative;
      top: -20px
}
.price-box.popular .title {
      color: #fff;
      border-bottom: 0;
      margin-left: 0;
      margin-right: 0;
      background: -webkit-linear-gradient(90deg, #ce234e, #a20049);
      background: linear-gradient(90deg, #ce234e, #a20049);
      padding-bottom: 20px
}
.price-box.popular .title .most-popular {
      display: block;
      font-size: 13px;
      text-transform: uppercase;
      font-family: GothamBook, sans-serif;
      font-weight: normal;
      overflow: hidden;
      margin: 30px 20px 0
}
.price-box.popular .title .most-popular span {
      position: relative
}
.price-box.popular .title .most-popular span:before {
      content: "";
      width: 300px;
      height: 1px;
      background: #fff;
      position: absolute;
      left: -320px;
      top: 50%
}
.price-box.popular .title .most-popular span:after {
      content: "";
      width: 300px;
      height: 1px;
      background: #fff;
      position: absolute;
      right: -320px;
      top: 50%
}
.price-box.popular .bottom-line {
      height: 5px;
      margin-top: 30px;
      background: -webkit-linear-gradient(90deg, #ce234e, #a20049);
      background: linear-gradient(90deg, #ce234e, #a20049)
}
.decision h3 {
      padding: 20px;
      margin: 0;
      position: relative
}
.decision h3:after {
      content: "";
      width: 60px;
      height: 30px;
      position: absolute;
      top: 50%;
      margin-top: -15px;
      background-repeat: no-repeat;
      background-position: 0 0
}
.decision ul {
      margin: 0;
      padding: 0
}
.decision ul li {
      padding: 10px;
      margin: 0
}
.decision ul li:before {
      display: none
}
.decision .left {
      box-shadow: 0 3px 10px rgba(0,0,0,.1)
}
.decision .left h3 {
      color: #fff;
      background: -webkit-linear-gradient(90deg, #ce234e, #a20049);
      background: linear-gradient(90deg, #ce234e, #a20049)
}
.decision .left h3:after {
      background-image: url("https://kandydaci.talentuno.com/wp-content/themes/talentuno/images/up.png");
      right: 0
}
.decision .left ul li:nth-child(odd) {
      background: #fff
}
.decision .left ul li:last-child {
      border-top: 10px solid #fff;
      height: 15px;
      padding: 0;
      background: -webkit-linear-gradient(90deg, #ce234e, #a20049);
      background: linear-gradient(90deg, #ce234e, #a20049)
}
.decision .right h3 {
      background: #e3e3ea
}
.decision .right h3:after {
      background-image: url("https://kandydaci.talentuno.com/wp-content/themes/talentuno/images/down.png");
      left: 0
}
.decision .right ul li:nth-child(even) {
      background: #e3e3ea
}
.testimonial-slider {
      background: url("https://kandydaci.talentuno.com/wp-content/themes/talentuno/images/testimonial-bg.png") no-repeat center center;
      min-height: 250px
}
.testimonial-box .ttl {
      font-size: 16px
}
.home-kollega {
      height: 100%;
      background: url("https://kandydaci.talentuno.com/wp-content/themes/talentuno/images/home-kollegak2.png") no-repeat left bottom
}
.modal-content {
      border-radius: 0
}
.modal-content .modal-body {
      padding: 30px 0 0;
      position: relative
}
.modal-content .modal-body button.close {
      position: absolute;
      right: 10px;
      top: 5px;
      z-index: 1
}
.modal-content.thx .modal-body {
      padding: 30px;
      font-size: 16px
}
.modal-content.ebook .modal-body {
      padding: 30px
}
.ms {
      padding: 0 30px
}
.sum1 {
      padding: 10px 30px;
      background: #f5f5f6
}
.sum2 {
      font-weight: bold;
      font-family: "Gotham-Bold", sans-serif;
      padding: 10px 30px;
      color: #fff;
      background: #ce234e;
      background: -moz-linear-gradient(-45deg, #ce234e 0%, #a20049 50%, #4d2459 100%);
      background: -webkit-linear-gradient(-45deg, #ce234e 0%, #a20049 50%, #4d2459 100%);
      background: linear-gradient(135deg, #ce234e 0%, #a20049 50%, #4d2459 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#ce234e", endColorstr="#4d2459", GradientType=1 )
}
.rendeles-bar {
      text-align: center;
      overflow: hidden;
      margin-bottom: 30px;
      line-height: 20px;
      border-radius: 25px;
      background: #ce234e;
      background: -moz-linear-gradient(-45deg, #ce234e 0%, #a20049 50%, #4d2459 100%);
      background: -webkit-linear-gradient(-45deg, #ce234e 0%, #a20049 50%, #4d2459 100%);
      background: linear-gradient(135deg, #ce234e 0%, #a20049 50%, #4d2459 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#ce234e", endColorstr="#4d2459", GradientType=1 )
}
.rendeles-bar .step {
      color: #fff;
      padding: 15px 0
}
.rendeles-bar .step.next {
      background: #e3e3ea;
      color: #22201c
}
.ebook-image {
      height: calc(100% + 60px);
      margin-top: -30px;
      margin-right: -30px;
      margin-bottom: -30px;
      background: url("https://kandydaci.talentuno.com/wp-content/themes/talentuno/images/ebook.png") no-repeat left center/cover
}

@media(max-width: 1199px) {
.intro-buttons .btn-primary {
      margin-bottom: 15px
}
.intro-buttons .btn+.btn {
      margin-left: 0
}
}

@media(max-width: 991px) {
h1, .h1, .section-title {
      font-size: 30px
}
h2, .h2 {
      font-size: 24px
}
h3, .h3 {
      font-size: 20px
}
h4, .h4 {
      font-size: 18px
}
.process .line {
      margin-right: 0
}
.process .top .step {
      min-height: 160px
}
.price-box .price {
      font-size: 18px
}
}

@media(max-width: 767px) {
.testimonial-slider .slick-dots {
      bottom: -20px
}
.price-box.popular {
      top: 10px
}
.decision .left {
      margin-bottom: 30px
}
.top-logo {
      margin-bottom: 50px
}
.process .top .step {
      min-height: 90px
}
.process .top .step .num {
      height: 70px;
      border-radius: 50%;
      top: 10px
}
.process .top .step.step-1 .num {
      background: #d1254f
}
.process .top .step.step-2 .num {
      background: #c5184d
}
.process .top .step.step-3 .num {
      background: #b30649
}
.process .top .step.step-4 .num {
      background: #95024a
}
.process .top .step.step-5 .num {
      background: #6a1553
}
.process .top .step.step-6 .num {
      background: #4e2359 url("https://kandydaci.talentuno.com/wp-content/themes/talentuno/images/step-6-xs.png") no-repeat 0 0
}
.modal-body h2.section-title {
      font-size: 24px!important;
}
      
      .footer {
            text-align: center;
      }
      .footer .col-sm-12 {
            padding-bottom: 5px
      }
      
}/*# sourceMappingURL=style.css.map */
.corner-ribbon {
      width: 250px;
      background: #fff;
      position: absolute;
      z-index: 100;
      top: 25px;
      left: -50px;
      text-align: center;
      line-height: 50px;
      letter-spacing: 1px;
      color: #f0f0f0;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
}
.corner-ribbon.top-left {
      top: 35px;
      left: -60px;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      font-size: 18px;
      color: #a20049;
      font-family: 'GothamBlack';
}
.beta {
      position: absolute;
      font-family: 'Raleway', sans-serif;
}