/*
Theme Name: Kofelate
Theme URI: https://wordpress.org/themes/CustomTheme/
Author: the KofeLatte team
Author URI: http://KofeLatte.com.ua/
Description: CustomTheme brings your site to life with immersive featured images and subtle animations. Our default theme works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kofelatte
Tags: custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.paralax-container ::selection {
  color: #63698D;
  background: #F5F5F5; }

::selection {
  color: #63698D;
  background: #F5F5F5; }

.markup .btn {
  margin-bottom: 12px; }

.markup-colors div {
  height: 100px;
  width: 250px;
  margin-top: 24px; }

.markup-colors .brand-primary {
  background-color: #E31F45; }

.markup-colors .brand-secondary {
  background-color: #1F1F1F; }

.markup-colors .grey {
  background-color: #F5F5F5; }

.markup-colors .blue {
  background-color: #63698D; }

.font-weight-light {
  font-weight: 200; }

.font-weight-normal {
  font-weight: 400; }

.font-weight-bold {
  font-weight: 900; }

/*7-8*/
h1,
.title_1,
h2,
.title_2,
h3,
.title_3,
h4,
.title_4,
h5,
.title_5,
h6,
.title_6 {
  font-family: "Brygada1918-Regular";
  color: #1F1F1F;
  margin-bottom: 0.5em; }

h1,
.title_1 {
  font-size: 38px;
  line-height: 54px; }

h2,
.title_2 {
  font-size: 30px;
  line-height: 39px; }

h3,
.title_3 {
  font-family: "Roboto-Regular";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #1F1F1F; }

h4,
.title_4 {
  font-size: 20px;
  line-height: 30px; }

h5,
.title_5 {
  font-size: 18px;
  line-height: 24px; }

h6,
.title_6 {
  font-size: 16px;
  line-height: 24px; }

.btn {
  display: inline-block;
  padding: 21px 48px;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  line-height: 1.5;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  outline: none;
  border-radius: 60px;
  border: none;
  position: relative;
  transition-delay: 0.1s;
  overflow: hidden; }
  .btn:hover:not(.btn-link), .btn:focus {
    animation: pulse 1s;
    box-shadow: 0 0 0 2em rgba(255, 255, 255, 0); }
    .btn:hover:not(.btn-link):before, .btn:focus:before {
      top: 0;
      width: 140%;
      border-radius: 40px; }
  .btn:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 78px;
    width: 20%;
    right: 50%;
    border-radius: 40%;
    transform: translate(50%, 0);
    background: #1F1F1F;
    transition: 0.4s;
    z-index: 1;
    transition-timing-function: ease-in-out;
    transition-delay: 0.1s; }
  .btn span {
    z-index: 1;
    position: relative; }

.btn-primary {
  color: #fff;
  background-color: #E31F45; }
  .btn-primary:hover, .btn-primary:focus {
    color: #fff; }

.btn-secondary {
  color: #fff;
  background-color: #1F1F1F; }
  .btn-secondary:hover, .btn-secondary:focus {
    color: #fff; }
    .btn-secondary:hover:before, .btn-secondary:focus:before {
      background-color: #E31F45; }

.btn-success {
  color: #1F1F1F;
  background-color: #fff; }
  .btn-success:hover, .btn-success:focus {
    color: #fff; }

.btn-link {
  color: #F5F5F5;
  font-weight: 700;
  padding: 0;
  border-radius: 0;
  font-size: 12px; }
  .btn-link:hover {
    color: #E31F45;
    text-decoration: none; }

.slick-arrow {
  cursor: pointer; }

.tag-box .badge {
  padding: 5px 10px;
  color: #1F1F1F;
  background: #F5F5F5;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 3px; }

/*12*/
@media screen and (max-width: 767px) {
  .btn {
    font-size: 16px; } }

input[type="checkbox"],
input[type="radio"] {
  display: none; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    color: #595959;
    cursor: pointer; }
    input[type="checkbox"] + label:hover,
    input[type="radio"] + label:hover {
      color: #060606; }
    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      content: '';
      display: inline-block;
      position: absolute;
      vertical-align: middle;
      cursor: pointer;
      top: -5px;
      left: 0;
      margin-right: 8px;
      width: 32px;
      height: 32px;
      background: url(assets/img/checkbox-default.png); }

input[type=radio] + label:before {
  border-radius: 50%; }

input[type=radio]:checked + label:before {
  border-radius: 50%;
  background: url(assets/img/radio.png) center no-repeat;
  background-size: contain;
  border: 1px solid transparent; }

input:checked + label {
  color: #060606; }
  input:checked + label:before {
    content: '';
    background: url(assets/img/checkbox.png) center no-repeat;
    background-size: contain;
    border: 1px solid transparent; }

header {
  z-index: 3; }

.logo {
  margin-right: 75px; }

.header__nav {
  display: flex;
  position: fixed;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #F5F5F5; }
  .header__nav .navbar-toggler {
    border: none;
    box-shadow: none; }
  .header__nav .navbar-toggler-icon {
    background: url(assets/img/icon-burger.svg) center no-repeat; }
  .header__nav [aria-expanded="true"] .navbar-toggler-icon {
    background: url(assets/img/icon-burger-close.svg) center no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px; }
  .header__nav [aria-expanded="true"] .navbar-toggler {
    border: none; }
  .header__nav .collapse {
    margin-left: auto; }
  .header__nav .navbar-collapse {
    flex-grow: 0;
    max-width: 1170px;
    width: 100%; }
  .header__nav .navbar-nav {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .header__nav .navbar-nav .nav-item {
      position: relative;
      text-align: center; }
      .header__nav .navbar-nav .nav-item .text {
        display: flex;
        width: 36px;
        height: 36px;
        margin: 0;
        background-color: #ab4949;
        border-radius: 50%;
        user-select: none;
        margin-top: 12px;
        z-index: 1; }
    .header__nav .navbar-nav .nav-link {
      font-size: 18px;
      line-height: 26px;
      color: #1F1F1F;
      position: relative;
      padding: 36px 10px;
      transition: .4s;
      z-index: 2; }
      .header__nav .navbar-nav .nav-link.active {
        font-weight: bold; }

#nextmove {
  width: 36px;
  height: 36px;
  background: #E31F45;
  border-radius: 50%;
  position: absolute;
  z-index: 100;
  opacity: 0;
  transition: opacity .03s; }
  #nextmove.inServices {
    width: 120px !important;
    height: 120px !important;
    background-color: #1F1F1F !important; }

.navbar-collapse.collapse.show {
  height: 100vh; }

.preloader-play .before-resize__overlay {
  position: fixed;
  z-index: 50;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background: #fff;
  transition: 1.4s all;
  opacity: 1; }

.stop .before-resize__overlay {
  opacity: 0; }

.next-resize.stop .next-resize__overlay {
  background: #fff;
  transition: 0.3s all; }

.next-resize__overlay {
  position: fixed;
  z-index: 51;
  left: 0;
  display: flex;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ffffff00; }

.next-resize.stop .next-resize__overlay {
  display: flex;
  background: #fff;
  transition: 0.5s all; }

.red-circle {
  width: 10px;
  height: 10px;
  background-color: #E31F45;
  border-radius: 50%; }

.white-circle {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0; }

.red-circle {
  display: flex;
  transform: translate(0%, 0%) scale(1, 1);
  animation-duration: 0.7s;
  animation-name: redCircle;
  animation-fill-mode: forwards;
  transition: 0.15s ease-in-out; }

@keyframes redCircle {
  from {
    transform: scale(1, 1); }
  to {
    transform: scale(230, 230); } }

.white-circle {
  display: flex;
  transform: translate(0%, 0%) scale(1, 1);
  animation-delay: 1s;
  animation-duration: 0.7s;
  animation-name: redCircle;
  animation-fill-mode: forwards;
  transition: 0.15s ease-in-out; }

@keyframes redCircle {
  0% {
    transform: scale(1, 1);
    opacity: 0; }
  20% {
    opacity: 1; }
  100% {
    transform: scale(230, 230);
    opacity: 1; } }

/*=== BEGIN BASIC styles ===*/
body {
  font-family: "Roboto-Regular";
  color: #1F1F1F;
  background-color: #fff;
  overflow-x: hidden;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

/*=== END BASIC styles ===*/
canvas {
  display: none !important; }

.wrap_page {
  margin-top: 99px; }

.markup-link {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 10493;
  background-color: #ff282857;
  padding: 5px;
  border-radius: 50%;
  transition: .2s; }

/*<fade>*/
.fade-left {
  animation: 0.9s ease 0s normal forwards 1 fade-left; }

@keyframes fade-left {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fade-right {
  animation: 0.9s ease 0s normal forwards 1 fade-right; }

@keyframes fade-right {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fade-up {
  animation: 0.9s ease 0s normal forwards 1 fade-up; }

.fade-up_delay-2 {
  animation: fade-up;
  transition-delay: 2s;
  transition-duration: 0.9s; }

.fade-up_delay-4 {
  animation: fade-up;
  transition-delay: 4s;
  transition-duration: 0.9s; }

@keyframes fade-up {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

[data-fade="fade-up_title"] {
  display: grid;
  position: relative;
  animation: fade-title;
  transition-delay: 0.5s;
  transition-duration: 0.4s;
  visibility: initial !important;
  opacity: 1 !important;
  transform: translateY(0);
  transition: all 700ms cubic-bezier(0.26, 1, 0.48, 1) 0s; }
  [data-fade="fade-up_title"]:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #fff;
    content: "";
    transition: 0.7s; }
  [data-fade="fade-up_title"].hide {
    opacity: 1 !important;
    transform: translateY(2rem); }
    [data-fade="fade-up_title"].hide:after {
      height: 120%; }

@keyframes fade-title {
  0% {
    line-height: 1;
    opacity: 0;
    transition: all 700ms cubic-bezier(0.26, 1, 0.48, 1) 0s; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

/*</fade>*/
/*<zoom-in>*/
.zoom-in {
  animation: 2s zoomIn; }

@keyframes zoomIn {
  0% {
    transform: scale(1, 1);
    opacity: 0; }
  50% {
    transform: scale(1, 5);
    opacity: 1; }
  100% {
    transform: scale(1); } }

/*</zoom-in>*/
.hide {
  visibility: hidden;
  opacity: 0 !important; }

/*Titul*/
.mask-Titul {
  stroke-dasharray: 10000;
  stroke-dashoffset: 10000;
  clip-path: url(#clip-Titul);
  fill-opacity: 0; }

.HandWriting {
  animation: slide 3s linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }

path.mask-Titul.HandWriting.hide {
  animation: none; }

@keyframes slide {
  0% {
    stroke-dashoffset: 10000; }
  100% {
    stroke-dashoffset: 0; } }

path.mask-Titul.HandWriting {
  display: block; }

/**/
.first-screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 72px;
  background-color: #E31F45;
  text-align: center; }
  .first-screen > svg {
    position: absolute;
    right: 100px;
    top: 100px; }
  .first-screen .btn-success {
    transform: translate(0, 36px);
    opacity: 0;
    transition: 0.4s; }
    .first-screen .btn-success.show {
      transform: translate(0, 0);
      opacity: 1; }
  .first-screen .arrow-bottom {
    transform: translate(0, -36px);
    opacity: 0;
    transition: 0.4s; }
    .first-screen .arrow-bottom.show {
      transform: translate(0, 0);
      opacity: 1; }
  .first-screen * {
    z-index: 1; }

/*cursor*/
.homeloadergrey {
  position: fixed;
  z-index: 5000;
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: #323436; }

.homeloaderlightgreen {
  position: fixed;
  z-index: 5001;
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: #07da8a; }

/**/
.counter {
  display: inline; }

.first-screen__title {
  z-index: 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 208px;
  min-width: 1189px;
  margin: 0 auto;
  line-height: 1.2; }

.first-screen__title--svg-kofelatte {
  color: #f9000000;
  font-family: "Brygada1918-Bold";
  font-size: 160px;
  stroke-width: 2px;
  -webkit-text-stroke: 2px;
  -webkit-text-stroke-color: #ffffff;
  font-weight: 900;
  transition: 0.3s ease-out; }

.first-screen__title--svg-studio {
  display: none;
  font-family: "Roboto-Regular";
  font-size: 157px;
  fill: #1F1F1F;
  transition: 0.3s ease-out; }

.first-screen__subtitle {
  max-width: 460px;
  margin: 0 auto 36px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 30px;
  opacity: 0;
  transition: 0.8s; }
  .first-screen__subtitle.show {
    opacity: 1; }

.arrow-bottom {
  margin-top: 90px; }
  .arrow-bottom svg {
    cursor: pointer; }
    .arrow-bottom svg:hover path {
      fill: #1F1F1F; }

.first-screen__border-bottom {
  background-color: #fff; }

/**/
.who-are-we .item-text {
  font-size: 30px; }

.who-are-we text.item-num {
  display: flex;
  align-items: center;
  color: #1F1F1F;
  line-height: 140px;
  text-transform: uppercase;
  font-family: "Brygada1918-Bold";
  font-style: normal;
  font-weight: bold;
  font-size: 120px; }

.paralax-container {
  position: relative;
  overflow: hidden;
  height: 400px;
  margin: 120px auto;
  color: transparent;
  line-height: 187px;
  font-size: 160px;
  font-weight: 900;
  font-family: "Brygada1918-Bold";
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #1F1F1F; }

.cursorParallax {
  display: flex;
  width: 120px;
  height: 120px;
  background: red;
  border-radius: 50%;
  z-index: 11;
  position: absolute;
  left: 0;
  top: 0;
  transition: .5s; }

.left-move {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  white-space: nowrap;
  transition: 0.4s linear; }

.right-move {
  position: absolute;
  right: 0;
  top: 150px;
  white-space: nowrap;
  transition: 0.4s linear; }

/*cursor parallax*/
.cursor-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  margin: -25px 0 0 -25px;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none; }

.bg-secondary {
  background-color: #1F1F1F !important; }

.z-index-top {
  z-index: 2; }

.z-index-bottom {
  z-index: -1; }

.cursor--hover .cursor-inner {
  transform: scale(0.5); }

.cursor--hover .cursor-outer {
  transform: scale(1.4);
  border-color: #000;
  opacity: 1; }

.cursor-move-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  margin-left: -3px; }

.cursor-move-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.cursor-inner {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 50%;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1); }

.cursor-outer {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #E31F45;
  border-radius: 50%;
  box-sizing: border-box;
  transition: border 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.23, 1, 0.32, 1); }

/**/
.x-men {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px;
  background: url(assets/img/x-men.jpg) center no-repeat;
  background-size: cover; }

.x-men__title {
  color: transparent;
  line-height: 187px;
  font-size: 160px;
  font-weight: 900;
  font-family: "Brygada1918-Bold";
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #fff;
  z-index: 1; }

.btn-video {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  min-width: 200px;
  background: #fff;
  border-radius: 50%; }
  .btn-video svg {
    z-index: 1;
    transform: translate(10%, 0); }
    .btn-video svg path {
      transition: 0.4s; }
  .btn-video:hover:before {
    width: 100%;
    height: 100%; }
  .btn-video:hover svg path {
    fill: #fff; }
  .btn-video:before {
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
    background: #E31F45;
    border-radius: 50%;
    content: "";
    transition: 0.4s; }

.advantages {
  position: relative;
  padding-bottom: 120px;
  background-color: #fff;
  display: flex;
  flex-direction: column; }
  .advantages .container {
    max-width: 1500px; }
  .advantages .slick-track {
    display: flex; }
  .advantages .slick-disabled {
    opacity: 0;
    pointer-events: none; }
  .advantages .slider-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    padding: 0 12px; }

.custom-next,
.custom-prev {
  overflow: hidden;
  width: 100px;
  cursor: pointer;
  transition: 0.5s; }
  .custom-next svg,
  .custom-prev svg {
    height: 16px;
    min-width: 190px; }
  .custom-next:hover,
  .custom-prev:hover {
    width: 190px; }

.custom-next {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.advantages-slider__item {
  position: relative;
  overflow: hidden;
  display: flex !important;
  flex-direction: column;
  height: auto;
  margin: 0 15px;
  padding: 48px 50px 60px;
  transition: 0.4s; }
  .advantages-slider__item .text {
    display: flex;
    width: 120px;
    height: 120px;
    margin: 120px auto;
    background-color: #f5f5f5;
    border-radius: 50%;
    user-select: none; }
  .advantages-slider__item .target {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translate(0%, 0%); }
    .advantages-slider__item .target:hover {
      z-index: 1; }
  .advantages-slider__item .advantages-slider__item--svg-box img {
    z-index: 1;
    transition: 0.4s; }
  .advantages-slider__item:hover {
    background-color: #1F1F1F; }
    .advantages-slider__item:hover .target {
      z-index: 1; }
    .advantages-slider__item:hover .text {
      background-color: #E31F45; }
    .advantages-slider__item:hover .advantages-slider__item--title,
    .advantages-slider__item:hover .advantages-slider__item--info {
      z-index: 2;
      color: #fff; }
    .advantages-slider__item:hover .advantages-slider__item--svg-box img {
      transform: rotate3d(1, 1, 1, 19deg);
      filter: brightness(20); }
    .advantages-slider__item:hover path {
      stroke: #fff; }
    .advantages-slider__item:hover svg {
      z-index: 1;
      margin: auto; }
    .advantages-slider__item:hover .cursor-box {
      z-index: 0; }

.cursor-box__cursor {
  z-index: 0;
  display: flex;
  width: 120px;
  height: 120px;
  margin: 113px auto 0;
  background-color: #E31F45;
  border-radius: 50%;
  transition: 0.2s linear; }

.cursor-box {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 100%; }

.advantages-slider__item--svg-box {
  display: flex;
  height: 164px;
  margin: 0 auto 31px; }
  .advantages-slider__item--svg-box svg {
    z-index: 1;
    margin: auto; }

.advantages-slider__item--title {
  margin-bottom: 30px;
  line-height: 40px;
  font-size: 30px; }

.advantages-slider__item--info {
  line-height: 26px;
  font-size: 18px; }

.portfolio {
  padding: 0 60px;
  background: #F5F5F5; }
  .portfolio .block-title {
    margin: 90px auto 68px; }
  .portfolio > .container {
    display: flex;
    flex-direction: column; }
  .portfolio .btn {
    align-self: center; }
  .portfolio .slider-navigation {
    z-index: 1;
    display: flex;
    justify-content: space-between;
    height: 0;
    max-width: 1170px;
    transform: translate(0, 158px); }
  .portfolio .slick-arrow {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    transition: 0.3s; }
    .portfolio .slick-arrow:hover {
      background-color: #1F1F1F; }
      .portfolio .slick-arrow:hover path {
        fill: #fff; }
    .portfolio .slick-arrow svg {
      min-width: 40px;
      transform: translate(20px, 0);
      transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1); }
  .portfolio .portfolio-prev:hover svg {
    transform: translate(-20px, 0); }
  .portfolio .portfolio-next svg {
    transform: translate(-20px, 0); }
  .portfolio .portfolio-next:hover svg {
    transform: translate(20px, 0); }

.slider-portfolio__item--project {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #fff;
  border-radius: 4px; }
  .slider-portfolio__item--project .tag-box {
    position: absolute;
    left: 18px;
    top: 18px; }

.slider-portfolio__item--result {
  width: 100%; }
  .slider-portfolio__item--result .porfolio-mail {
    margin-top: 18px;
    color: #63698D; }
    .slider-portfolio__item--result .porfolio-mail:hover {
      color: #1F1F1F;
      text-decoration: none; }

.project-box {
  display: flex;
  max-width: 770px;
  margin: 0 auto 60px;
  padding-top: 22px; }

.slider-portfolio__item--result {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-left: 30px; }
  .slider-portfolio__item--result:before {
    position: absolute;
    z-index: -1;
    right: 35px;
    top: -22px;
    width: 120px;
    height: 120px;
    background-color: #fff;
    border-radius: 50%;
    content: ""; }
  .slider-portfolio__item--result .title_3 {
    font-weight: 900; }

.percentage-result {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px; }

.percentage-result__item {
  width: 50%; }
  .percentage-result__item .value {
    line-height: 48px;
    font-family: "Brygada1918-Bold";
    font-size: 36px; }
  .percentage-result__item .text-box {
    line-height: 18px;
    font-size: 13px; }

/**/
div#cursor {
  display: none; }

.services {
  display: flex;
  flex-direction: column;
  padding-bottom: 120px;
  background-color: #fff; }
  .services .container {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .services .nav-tabs {
    overflow: auto;
    flex-wrap: nowrap;
    margin-bottom: 60px;
    border-bottom: none;
    z-index: 2; }
    .services .nav-tabs::-webkit-scrollbar {
      display: none; }
  .services .tab-content + .btn {
    margin: 48px auto; }
  .services .nav-item {
    height: 70px;
    margin-left: 16.6px;
    border: none;
    border-radius: 4px;
    box-sizing: border-box; }
    .services .nav-item:first-child {
      margin-left: 0; }
    .services .nav-item .nav-link {
      height: 68px;
      padding: 20px 48px;
      border: none;
      border-radius: 4px;
      color: #1F1F1F;
      line-height: 28px;
      font-size: 24px;
      transition: 0.3s;
      background: #fff; }
      .services .nav-item .nav-link.btn-secondary:hover:before, .services .nav-item .nav-link.btn-secondary:focus:before {
        width: 160%;
        background-color: #1F1F1F;
        outline: none; }
    .services .nav-item:hover .nav-link {
      border: none;
      color: #fff; }
    .services .nav-item .active {
      background-color: #1F1F1F;
      box-shadow: none;
      color: #fff; }
  .services .row {
    margin: 0 -15px; }
  .services .col-md-6 {
    margin-bottom: 36px;
    padding: 0 15px; }
    .services .col-md-6 .services-item .text {
      background-color: #fff; }
    .services .col-md-6 .services-item .title_3 {
      padding-left: 10px; }
    .services .col-md-6:nth-child(3n) .text {
      background: #F5F5F5;
      width: 120px;
      height: 120px;
      border-radius: 50%;
      right: -15px;
      top: -30px;
      position: absolute; }
    .services .col-md-6:nth-child(4n) .text {
      background: #F5F5F5;
      width: 120px;
      height: 120px;
      border-radius: 50%;
      right: 27px;
      bottom: -25px;
      position: absolute; }
  .services .col-12 {
    margin-bottom: 60px;
    line-height: 26px;
    font-size: 18px; }
  .services .services-item {
    position: relative;
    height: 100%;
    padding: 36px 36px 48px;
    border: 1px solid #1F1F1F;
    transition: 0.2s; }
    .services .services-item .title_3,
    .services .services-item li {
      position: relative;
      z-index: 2; }
    .services .services-item:hover {
      background-color: #E31F45;
      border: 1px solid #E31F45;
      color: #fff; }
      .services .services-item:hover .title_3 {
        color: #fff; }
      .services .services-item:hover .text {
        background-color: transparent; }
  .services .tab-content {
    position: relative; }
  .services .target {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    overflow: hidden; }
    .services .target .text {
      background: #F5F5F5;
      width: 120px;
      height: 120px;
      border-radius: 50%; }

.cursor {
  transform: .5s; }

.calc-services {
  background-color: #F5F5F5; }
  .calc-services .container {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .calc-services .container .btn {
      margin: 60px auto; }
  .calc-services .accordion label {
    position: relative;
    margin-bottom: 24px;
    padding-left: 45px; }
  .calc-services .accordion-item {
    background-color: transparent;
    border-color: #1F1F1F;
    border-left: none;
    border-right: none;
    border-radius: 0; }
  .calc-services .accordion-body {
    padding: 7px; }
  .calc-services .accordion-button {
    padding: 16px 7px;
    background-color: transparent;
    box-shadow: none;
    line-height: 40px;
    font-size: 18px;
    font-family: "Roboto-Regular"; }
  .calc-services .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #E31F45;
    opacity: 1; }
  .calc-services .accordion-button:not(.collapsed)::after {
    filter: invert(30%) sepia(61%) saturate(415%) hue-rotate(17deg) brightness(10%) contrast(82%); }

.gooey-wrapper {
  filter: url(#goo);
  zoom: 1;
  position: absolute;
  top: 23%;
  left: 45.8%;
  width: 17%;
  display: grid;
  height: 42%;
  transition: .4s; }
  .gooey-wrapper.play .drop {
    animation: 1s move-drop 1; }

.calc-services .col-md-6 {
  position: relative; }
  .calc-services .col-md-6 .whater {
    display: flex;
    width: 66%;
    height: 9.7%;
    background: linear-gradient(to bottom, #dbb8a1, #dbb8a1);
    position: absolute;
    bottom: 22%;
    left: 16%;
    border-radius: 3px 3px 33% 35%;
    transition: .4s; }
  .calc-services .col-md-6 .drop {
    display: flex;
    width: 17px;
    height: 17px;
    background: linear-gradient(to bottom, #dbb8a1, #bf9c88);
    position: absolute;
    bottom: 93%;
    left: 43%;
    border-radius: 50%;
    animation-timing-function: linear;
    opacity: 0;
    transition: .4s; }
    .calc-services .col-md-6 .drop:before {
      content: '';
      position: absolute;
      left: 7px;
      top: 7px;
      width: 2px;
      height: 2px;
      border-radius: 42% 58% 37% 63% / 40% 43% 57% 60%;
      background: #fff;
      transition: .4s; }

@keyframes move-drop {
  0% {
    opacity: 0;
    bottom: 93%;
    background: linear-gradient(to bottom, #dbb8a1, #bf9c88); }
  10% {
    opacity: 1;
    border-radius: 50%; }
  30% {
    height: 17px;
    bottom: 25%;
    background: linear-gradient(to bottom, #dbb8a1, #bf9c88); }
  65% {
    background: linear-gradient(to bottom, #dbb8a1, #bf9c88);
    border-radius: 50%;
    bottom: 33%;
    height: 12px;
    width: 12px; }
  100% {
    height: 17px;
    border-radius: 50%;
    bottom: 26%;
    opacity: 1; } }

#btn-coffe {
  transition: .3s; }
  #btn-coffe.active {
    fill: #f00; }

#handle path {
  transition: 0.4s; }

.handle-animate {
  transform: rotate(2deg) translate(10px, -6px);
  color: #f5f5f5; }

.calc-services__animate-box {
  text-align: center; }
  .calc-services__animate-box svg {
    max-width: 376px; }

.slider-review {
  background: url(assets/img/slider-line.svg) center no-repeat;
  display: flex;
  align-items: center;
  min-height: 700px; }
  .slider-review .slick-list {
    min-height: 700px; }
  .slider-review .type-default {
    width: 270px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px dashed #000;
    border-radius: 24px;
    padding: 32px;
    transition: .3s;
    height: fit-content;
    background: #fff; }
  .slider-review .user-photo {
    margin-bottom: 44px; }
  .slider-review .user-name {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #1F1F1F;
    margin-bottom: 6px; }
  .slider-review .user-office {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #696969;
    width: 205px; }
  .slider-review .item {
    width: 500px;
    height: 500px;
    display: flex;
    justify-content: center;
    transition: 1s;
    padding-top: 160px;
    padding-left: 60px;
    position: relative; }
    > .slider-review .item:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .slider-review .item.slick-active {
      transform: rotate(-10deg); }
    .slider-review .item .user-review {
      position: relative; }
  .slider-review .item.slick-slide.slick-active {
    padding-top: 65px; }
  .slider-review .item.slick-slide.slick-current.slick-active.slick-center {
    padding-top: 185px; }
    .slider-review .item.slick-slide.slick-current.slick-active.slick-center + .item {
      padding: 163px 15px; }
      .slider-review .item.slick-slide.slick-current.slick-active.slick-center + .item .type-default,
      .slider-review .item.slick-slide.slick-current.slick-active.slick-center + .item .user-name,
      .slider-review .item.slick-slide.slick-current.slick-active.slick-center + .item .user-office {
        color: #fff; }
      .slider-review .item.slick-slide.slick-current.slick-active.slick-center + .item .user-box {
        background-color: #1F1F1F; }
      .slider-review .item.slick-slide.slick-current.slick-active.slick-center + .item:before {
        background-color: #1F1F1F; }
  .slider-review .user-review,
  .slider-review .learn-more {
    color: #fff;
    font-size: 0; }
  .slider-review .user-review:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 120px;
    width: 100%;
    background-color: #fff;
    box-shadow: -2px -1px 15px -3px #fff;
    z-index: 11; }
  .slider-review .slick-current.slick-center {
    transition: .5s;
    transform: rotate(0);
    padding-top: 185px; }
    .slider-review .slick-current.slick-center .type-default {
      width: 460px; }
    .slider-review .slick-current.slick-center .user-review,
    .slider-review .slick-current.slick-center .learn-more {
      display: flex;
      height: 100%;
      overflow: auto;
      opacity: 1;
      transition-delay: .6s;
      color: #000;
      font-size: 16px; }
    .slider-review .slick-current.slick-center .learn-more {
      transition: .2s; }
    .slider-review .slick-current.slick-center .user-review {
      height: 100%;
      min-height: 120px;
      position: relative; }
      .slider-review .slick-current.slick-center .user-review:before {
        content: "";
        position: absolute;
        top: 120px;
        left: 0;
        height: 0;
        width: 100%;
        background-color: #fff;
        transition: 1s;
        transition-delay: .5s;
        box-shadow: -2px -1px 15px -3px #fff; }

.block__testimonials .slider-navigation {
  display: flex;
  justify-content: center;
  width: calc(100% + 60px);
  z-index: 2;
  position: relative; }

.block__testimonials .slick-arrow {
  margin: 0 30px;
  width: 100px;
  overflow: hidden;
  transition: .4s; }
  .block__testimonials .slick-arrow:hover {
    width: 190px; }

.form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(assets/img/background-form.svg) center no-repeat;
  background-size: cover; }
  .form .block-title {
    margin: 90px auto 30px; }
  .form .block-subtitle {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 36px; }
  .form .row {
    max-width: 970px;
    margin: 0 auto; }
  .form .check-box-row {
    max-width: 940px;
    margin: 0 auto 36px; }
  .form:placeholder {
    font-size: 13px; }
  .form .btn {
    margin: 36px auto; }
  .form input[type="checkbox"] + label,
  .form input[type="radio"] + label {
    position: relative;
    padding-left: 40px; }
    .form input[type="checkbox"] + label:before,
    .form input[type="radio"] + label:before {
      width: 32px;
      height: 32px;
      background: url(assets/img/checkbox-form-default.svg) center no-repeat; }
  .form input:checked + label:before {
    background: url(assets/img/checkbox-form.svg) center no-repeat; }

.check-box-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px; }

.check-box-row__item {
  margin-left: 15px; }
  .check-box-row__item:first-child {
    margin-left: 0; }

.form__input-box {
  display: flex;
  flex-direction: column; }
  .form__input-box input {
    margin-bottom: 24px;
    padding: 26px 24px;
    border: 1px solid #1F1F1F;
    border-radius: 4px; }
    .form__input-box input:focus {
      border: 1px solid #F5F5F5 !important; }
    .form__input-box input::placeholder {
      font-size: 13px; }

.file-form label {
  color: #63698D;
  text-decoration: underline;
  cursor: pointer; }
  .file-form label:hover {
    text-decoration: none; }

.file-form input {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.form__textarea-box textarea {
  width: 100%;
  max-height: 280px;
  padding: 26px 24px;
  border: 1px solid #1F1F1F;
  border-radius: 4px; }
  .form__textarea-box textarea:focus {
    border: 1px solid #F5F5F5 !important; }
  .form__textarea-box textarea::placeholder {
    font-size: 13px; }

.contacts-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 72px; }

.contacts-item {
  width: 100%;
  padding: 0 15px;
  z-index: 1; }

.contacts-svg-box {
  display: flex;
  margin-bottom: 46px; }
  .contacts-svg-box svg {
    width: 80px;
    height: 80px;
    margin: auto; }

.contacts-info {
  line-height: 26px;
  text-align: center;
  font-size: 18px; }

.footer-map {
  display: flex;
  height: 320px;
  background: url(assets/img/map.jpg) center no-repeat;
  background-size: cover; }

/*slot machine*/
.slot-list {
  border: 1px solid #1F1F1F;
  box-sizing: border-box;
  border-radius: 35px;
  display: flex;
  flex-direction: column;
  max-width: 576px;
  margin: 20px auto 100px; }

.slot-list_item {
  display: flex;
  flex-direction: column;
  list-style: none;
  max-width: 504px;
  justify-content: center;
  border-bottom: 1px solid #1F1F1F;
  padding: 36px; }
  .slot-list_item:last-child {
    border: none; }
  .slot-list_item .img-box {
    text-align: center; }
  .slot-list_item .title-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
    color: #E31F45; }

img.alignleft, img.alignright {
  max-width: 49%; }

img.alignleft {
  margin: 0 30px 25px 0;
  float: left; }

img.alignright {
  margin: 0 0 25px 30px;
  float: right; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 100%; }

.block-title {
  font-family: "Brygada1918-Regular";
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 72px;
  margin: 90px auto;
  text-align: center; }

.block-subtitle {
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 48px; }

.test-pointer {
  min-height: 700px; }
  .test-pointer:hover {
    cursor: none; }
  .test-pointer #circle {
    width: 50px;
    height: 50px;
    background: #E31F45;
    border-radius: 50%;
    position: absolute;
    transition: .0321s;
    mix-blend-mode: difference; }

.modal.show .modal-dialog {
  transform: none;
  max-width: 1170px;
  width: 100%; }

.modal-content {
  border: 1px solid #1F1F1F;
  box-sizing: border-box;
  border-radius: 35px;
  padding-bottom: 36px; }

.close {
  background: url(assets/img/icon-burger-close.svg) center no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  border: none;
  position: absolute;
  top: 15px;
  right: 15px;
  transition: .2s; }
  .close:hover {
    transform: rotate(180deg); }

/* === BEGIN MEDIA === */
/* ======================
$mobile-small 240px
$mobile-large 320px
$tablet-small 480px
$tablet-large 768px
$screen-small 1024px
$screen-large 1280px 
====================== */
@media screen and (max-width: 1199px) {
  .header__nav .navbar-nav .nav-link {
    font-size: 16px; }
  .first-screen__title {
    margin: 0;
    height: 128px; }
  .first-screen__title--svg-kofelatte,
  .first-screen__title--svg-studio {
    font-size: 90px; }
  .advantages-slider__item {
    padding: 36px 36px 48px;
    margin: 0 12px; }
  .services .nav-item {
    height: 60px; }
    .services .nav-item .nav-link {
      font-size: 20px;
      line-height: 23px;
      padding: 16px 35px;
      height: 60px; }
  .form .check-box-row {
    max-width: 940px;
    margin: 0 auto 36px;
    padding: 0 15px; }
  .calc-services .col-md-6 .gooey-wrapper {
    left: 47%;
    width: 17%; }
  .calc-services .col-md-6 .whater {
    width: 79%;
    height: 8.7%;
    left: 8%; }
  .calc-services .col-md-6 .drop {
    width: 28px;
    height: 32px;
    bottom: 86.5%;
    left: 40%; } }

@media screen and (max-width: 991px) {
  .x-men__title {
    line-height: 110px;
    font-size: 90px; }
  .btn-video {
    width: 105px;
    min-width: 105px;
    height: 105px;
    transition: .4s; }
  .advantages-slider__item {
    padding: 48px 50px 60px; }
  .portfolio .slider-navigation {
    transform: translate(0, 415px);
    height: 40px;
    left: 15px;
    position: absolute;
    right: 15px; }
  .calc-services .col-md-6 .gooey-wrapper {
    left: 47%;
    top: 22%;
    width: 20%; }
  .calc-services .col-md-6 .whater {
    width: 76%;
    height: 8.7%;
    left: 8%;
    bottom: 24%; }
  .calc-services .col-md-6 .drop {
    width: 23px;
    height: 27px;
    bottom: 84.5%;
    left: 32%; } }

@media screen and (max-width: 767px) {
  h1,
  .title_1 {
    line-height: 36px;
    font-size: 32px; }
  h2,
  .title_2 {
    line-height: 26px;
    font-size: 19px; }
  h3,
  .title_3 {
    color: #1F1F1F;
    line-height: 24px;
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: 500;
    font-size: 17px; }
  .header__nav {
    position: fixed;
    display: flex;
    width: 100%;
    padding: 8px 0;
    border-bottom: 1px solid #f5f5f5; }
  .wrap_page {
    margin-top: 60px; }
  .first-screen {
    display: flex;
    flex-direction: column;
    height: 80vh;
    padding-top: 0; }
  .first-screen__title svg {
    overflow: inherit;
    height: 150px;
    max-width: 400px; }
  .first-screen__title--svg-kofelatte {
    font-size: 56px;
    stroke-width: 1px;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #ffffff; }
  .first-screen__title--svg-studio {
    font-size: 56px; }
  .first-screen__title {
    flex-direction: column;
    height: auto;
    min-width: initial;
    margin-top: auto;
    line-height: 0.9; }
  .first-screen__subtitle {
    align-self: flex-end;
    margin: 24px auto 18px;
    padding: 0 15px;
    line-height: 26px;
    font-size: 19px; }
    .first-screen__subtitle + .btn {
      height: 65px;
      margin: 0 45px;
      font-size: 16px; }
  .dekor-line {
    transform: scale(3) translate(-46.8%, 8.3%);
    stroke-width: 1; }
  .arrow-bottom {
    margin-bottom: auto;
    margin-top: 42px; }
    .arrow-bottom svg {
      width: 36px;
      height: 36px; }
  .paralax-container {
    height: 180px;
    font-size: 60px; }
    .paralax-container .left-move {
      top: -50px; }
    .paralax-container .right-move {
      top: 20px; }
  .block-title {
    margin: 48px auto 36px;
    line-height: 36px;
    font-size: 32px; }
  .block-subtitle {
    margin-bottom: 24px;
    line-height: 26px;
    font-size: 19px; }
  .paralax-container {
    margin: 48px auto; }
  .x-men {
    flex-direction: column;
    height: 320px; }
  .advantages-slider__item {
    margin: 0;
    padding: 30px 20px 24px;
    border: 1px solid #1F1F1F;
    border-radius: 4px;
    box-sizing: border-box; }
  .advantages-slider__item--title {
    line-height: 26px;
    font-size: 19px; }
  .advantages-slider__item--info {
    font-size: 15px; }
  .advantages {
    padding-bottom: 48px; }
    .advantages .advantages-slider {
      margin: 0 -12px; }
    .advantages .advantages-slider__item {
      margin: 0 12px; }
    .advantages .slider-navigation .next,
    .advantages .slider-navigation .prev {
      width: 56px; }
      .advantages .slider-navigation .next:hover,
      .advantages .slider-navigation .prev:hover {
        width: 106px; }
  .project-box {
    flex-direction: column;
    margin: 0 auto 48px; }
  .slider-portfolio__item--project img {
    width: 100%; }
  .slider-portfolio__item--result {
    margin: 26px auto 0;
    text-align: center; }
  .portfolio .block-title {
    margin: 48px auto 36px; }
  .services {
    padding-bottom: 24px; }
    .services .nav-tabs {
      margin-bottom: 14px; }
    .services .col-12 {
      margin-bottom: 24px; }
    .services .col-md-6 {
      margin-bottom: 24px; }
      .services .col-md-6 .services-item {
        position: relative;
        padding: 36px 10px 36px; }
        .services .col-md-6 .services-item:before {
          display: none; }
        .services .col-md-6 .services-item li {
          font-size: 15px; }
    .services .tab-content + .btn {
      margin: 12px auto; }
  .calc-services__animate-box {
    display: none; }
  /*contact*/
  .contacts-block {
    display: flex;
    flex-direction: column; }
  .contacts-item {
    margin-bottom: 36px; }
  .contacts-svg-box {
    display: flex;
    margin-bottom: 24px; }
    .contacts-svg-box svg {
      width: 80px;
      height: 80px;
      margin: auto; }
  .contacts-info {
    line-height: 22px;
    font-size: 15px; }
  .modal.show .modal-dialog {
    margin: 0; } }

@media screen and (max-width: 575px) {
  .portfolio {
    padding: 0; }
    .portfolio .block-title {
      margin: 48px auto; }
    .portfolio .slider-navigation {
      transform: translate(0, 100px);
      width: 95px;
      margin: 0 auto; } }

/* === END MEDIA === */

/*# sourceMappingURL=style.css.map */
