/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #1D1D1B;
  background: #fff;
}
.bg-navbar {
	background: linear-gradient(180deg, #25273E 0%, #27273F 100%);
}

.soc-icon {
    /*width: 49px;
    height: 49px;*/
    background: rgba(29, 29, 27, 0.05);
    border-radius: 30px;
    display:block;
    padding:10px;
}

.phone-btn {
    border: 1px solid rgba(29, 29, 27, 0.4);
    border-radius: 30px;
    padding:10px 16px;
    color:#1D1D1B;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-decoration:none;
}

.union-sections {
    background-image: url('images/atlas_logo_bg_section_1.png');
    background-size: 50%;
    background-position: right;
    background-repeat: no-repeat;
    padding-bottom:80px;
}

.section-title-1 {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #1D1D1B;
}

.text-atlas {
    color:#5F38AF;
}

.section-text-1 {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #1D1D1B;
}

.btn-atlas {
    padding: 20px 32px;
    background: #5F38AF;
    border-radius: 40px;
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}

.btn-atlas:hover, .btn-atlas:focus, .btn-atlas:active {
    background: #EEBD4B;
    color:#fff;
}

.btn-atlas-orange {
    padding: 20px 32px;
    background: #EEBD4B;
    border-radius: 40px;
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}

.btn-atlas-orange:hover, .btn-atlas-orange:focus, .btn-atlas-orange:active {
    background: #fff;
    color: #2A54EC;
}

.btn-atlas-white {
    padding: 20px 32px;
    background: #FFF;
    border-radius: 40px;
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #5F38AF;
}

.btn-atlas-white:hover, .btn-atlas-white:focus, .btn-atlas-white:active {
    background: #EEBD4B;
    color:#fff;
}

.btn-atlas-white-2 {
    padding: 16px 32px;
    background: #FFF;
    border-radius: 40px;
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #1C1438;
}

.btn-atlas-white-2:hover, .btn-atlas-white-2:focus, .btn-atlas-white-2:active {
    background: #EEBD4B;
    color:#fff;
}

.section-2 {
    background: #1C1438;
    border-radius: 40px;
    padding-top:80px;
    padding-bottom:80px;
    margin-left:30px;
    margin-right:30px;
}
.section-2-title {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #FFFFFF;
}

.section-2-text {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.section-3 {
    padding-top:140px;
    padding-bottom:140px;
}

.section-3-block {
    background: #EFEBF7;
    border-radius: 20px;
    padding:20px;
}

.section-3-title {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #1C1438;
}

.section-3-subtitle {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #1C1438;
}

.section-3-text {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #1C1438;
}

.section-4-block-1 {
    min-height: 1150px;
    background: #BFAFDF;
    border: 1px solid #AE9CD0;
    border-radius: 40px;
    padding:40px;
}

.section-4-block-1-title {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #1C1438;
}

.section-4-block-1-text {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    color: #1C1438;
}

.image-section-4-block-1 {
    display: block;
    position:absolute;
    bottom:0;
    width:100%;
}

.section-4-block-2 {
    min-height: 270px;
    background: #1C1438;
    border: 1px solid #AE9CD0;
    border-radius: 40px;
    padding:40px;
}

.section-4-block-2-title {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #FFFDFF;
}

.section-4-block-3 {
    background: #EFEBF7;
    padding:60px;
    height:100%;
    border-radius: 40px;
}

.section-4-block-3-title {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #1C1438;
}

.section-4-block-3-text {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #1C1438;
}

.star-atlas {
    position:absolute;
    top:-50px;
    right:5%;
}

.hr-line-block-3 {
    border-bottom: 1px solid #7E5FBE;
    height:1px;
    margin-top:24px;
    margin-bottom:24px;
}

.section-5 {
    padding-top:140px;
    padding-bottom:180px;
}

.section-5-block {
    background: #EFEBF7;
    border: 1px solid #EBE4F9;
    border-radius: 40px;
    padding:60px;
}

.section-5-title {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #1C1438;
}

.section-5-text {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #1C1438;
}
.circle-list {
    list-style: none;
    margin: 0;
}
.circle-list li {position: relative;}
.circle-list li:before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #5E37AE;
    position: absolute;
    top: 12px;
    left: -30px;
    z-index: 2;
}

.section-6 {
    background: #5E37AE;
    padding-top:80px;
    padding-bottom:80px;
}

.section-6-title {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #FFFFFF;
}

.section-6-subtitle {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #FFFFFF;
}

.section-6-text {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    color: #FFFFFF;
}

.circle-list-white {
    list-style: none;
    margin: 0;
}
.circle-list-white li {position: relative;}
.circle-list-white li:before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #FFF;
    position: absolute;
    top: 12px;
    left: -30px;
    z-index: 2;
}

.image-section-6 {
    position: absolute;
    top:-185px;
    right:10%;
    z-index:2;
}

.section-6-block-1 {
    background: #E8DCFE;
    border-radius: 40px 0px 0px 40px;
    border:2px solid #5E37AE;
    padding:30px 40px;
}

.section-6-block-1-title {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #1C1438;
}

.section-6-block-1-text {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #1C1438;
}

.section-6-block-2 {
    background: #FFFFFF;
    border: 2px solid #DCDCDC;
    box-shadow: 2px 2px 20px rgba(255, 255, 255, 0.25);
    border-radius: 0px 40px 40px 0px;
    padding:30px 40px;
}

.section-6-block-2-title {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #5E37AE;
}

.section-6-block-2-text {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #5E37AE;
}

.row-index {
    z-index:3;
    position: relative;
}

.atlas-arrows {
    position: absolute;
    bottom:-15px;
    right:5%;
}

.section-7 {
    padding-top:140px;
    padding-bottom:80px;
}

.section-7-title {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #1C1438;
}

.section-7-subtitle {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #1C1438;
}

.section-7-text {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #1C1438;
}

.section-7-block {
    background: #EFEBF7;
    border-radius: 40px;
    padding:32px;
}

.section-7-block:hover .circle-list li:before {
    background: #2A54EC;
}

.image-section-7-block {
    position: absolute;
    bottom:-15px;
    right:5%;
    transition: 0.5s all;
}

.section-7-block:hover .image-section-7-block {
    transform: scale(1.2);
}

.section-7-programm {
    background: #EFEBF7;
    border: 1px solid #5E37AE;
    border-radius: 40px;
    padding:32px;
}

.section-7-programm-title {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #5E37AE;
}

.section-7-programm-text {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #5E37AE;
}

.section-8-block {
    padding:60px;
    background: url('images/section-8-bg.jpg');
    background-size: cover;
}

.section-8-title {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #FFFFFF;
}

.section-8-text {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}

.image-section-8 {
    position: absolute;
    bottom:-75px;
    right:5%;
}

.section-9 {
    padding-top:130px;
    padding-bottom:130px;
}

.section-9-title {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #1C1438;
}

.section-9-text {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #1C1438;
}

.section-9-row-block {
    padding: 20px 100px;
    background: #EFEBF7;
    border-radius: 40px 20px 20px 40px;
    position: relative;
}

.section-9-row-block-text {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #1C1438;
}

.section-9-row-block-circle {
    position: absolute;
    left:0;
    top:0;
    background: #5E37AE;
    width:85px;
    height:85px;
    border-radius:50%;
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
    color: #FFFFFF;
    padding:21px;
    text-align:center;
}

.section-9-block-1 {
    padding: 24px 44px;
    border: 1px solid #5E37AE;
    border-radius: 20px;
    height:100%;
}

.section-9-block-1-text {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #5E37AE;
}

.section-9-block-2 {
    padding: 24px 32px;
    background: #5E37AE;
    border-radius: 20px;
    height:100%;
}

.section-9-block-2-text {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.section-10 {
    padding-bottom:140px;
}

.section-10-title {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #1C1438;
}

.arrow-left {
    position: absolute;
    left: 0;
    top: calc(50% - 32px);
    padding: 18px;
    z-index: 1029;
}
.arrow-right {
    position: absolute;
    right: 0;
    top: calc(50% - 32px);
    padding: 19px;
    z-index: 1029;
}
.circle-arrow {
    width: 65px;
    height: 65px;
    background: #FFFFFF;
    background: #5E37AE;
    border-radius: 120px;
    padding: 19px;
    cursor: pointer;
    text-align:center;
}

.section-11 {
    background: #5E37AE;
    padding-top:80px;
    padding-bottom:95px;
}

.section-11-title {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #FFFDFF;
}

.section-11-text {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #FFFDFF;
}

.image-section-11 {
    position: absolute;
    bottom:-185px;
    left:0;
    z-index:2;
}

.section-12 {
    padding-top:140px;
    padding-bottom:140px;
}

.section-12-title {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #1C1438;
}

.section-12-text {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #1C1438;
}

.section-13 {
    padding-bottom:140px;
}

.section-13-title {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #1C1438;
    padding-bottom:60px;
}

.section-14 {
    background: #5E37AE;
    padding-top:80px;
    padding-bottom:80px;
}

.section-14-title {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #FFFFFF;
}

.section-14-text {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.section-15 {
    padding-top:140px;
    padding-bottom:80px;
}

.section-15-form {
    padding:32px 40px;
    background: #5E37AE;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.12);
    border-radius: 40px;
}

.section-15-form-title {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #FFFFFF;
}

.section-15-title {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #1C1438;
}

.border-40 {
    border-radius: 40px;
}

.text-bold {
    font-weight: 700;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

.navbar {
	height:120px;
}
.navbar-nav li {
	margin-right:25px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.7);
}
.bg-light {
    background-color: #fff!important;
}
.logo-pareto {
	margin-right:73px;
}
.logo-bank {
	margin-right:86px;
}
.nav-item a {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
}
.navbar-light .navbar-nav .nav-link {
    color: #FFFFFF;
}
.btn-header {
	background: linear-gradient(46.19deg, #EB3349 5.66%, #F45C43 94.35%);
	box-shadow: 0px 4px 200px rgba(251, 200, 69, 0.5);
	border-radius: 30px;
	padding:15px 40px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
}
.btn-header:hover {
	background: #FFFFFF;
	color:#EB3349;
}
.btn-service:hover {
	background: #FFFFFF;
	color:#EB3349;
}
.btn-form-2:hover {
	background: #FFFFFF;
	color:#EB3349;
}
.margin-b-15 {
	margin-bottom:0px;
}
.phone {
	font-family: PT Serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	color: #384856;
	text-decoration:none;
}
.card-header-2 {
	background: linear-gradient(180deg, #25273E 0%, #27273F 100%);
	box-shadow: 0px 4px 100px rgba(3, 5, 45, 0.5);
	border-radius: 30px;
	padding:40px;
	height:100%;
}
.card-header-text {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 160%;
	text-align: center;
	color: #FFFFFF;
	margin-top:20px;
}
.cards-header {
	margin-bottom: 70px;
}
.title-services {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 49px;
	color: #FFFFFF;
	margin-bottom:60px;
}
.title-service {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
	margin-bottom:30px;
}
ul.service-list {
  list-style: none;
  padding-left:0;
}

ul.service-list li {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 160%;
	color: #FFFFFF;
}

ul.service-list li::before {
  content: "\2022";  /* юникод точки */
  color: #fff; /* Менять цвет */
  font-weight: bold; /* Менять жирность */
  display: inline-block; /* Расстояние между точкой и текстом */
  width: 10px; /* Задать значение расстояния */
  font-size:16px;
}
.btn-service {
	background: linear-gradient(46.19deg, #EB3349 5.66%, #F45C43 94.35%);
	box-shadow: 0px 4px 100px rgba(251, 200, 69, 0.5);
	border-radius: 30px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	padding:15px 50px;
	margin-top:30px;
}
.section-examples {
	padding-top:110px;
}
.title-examples {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 49px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom:30px;
}
.text-examples {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom:70px;
}
.title-example {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #FBC845;
	margin:20px 0px;
}
.text-example {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
	text-align: center;
	color: #FFFFFF;
}
.bg-circle {
	background:#fff;
	border-radius:50%;
}
.owl-carousel .owl-item img {
    display: unset;
    width: auto;
}
.customPrevBtn {
	position: absolute;
    top: 30%;
    left: 0;
	cursor:pointer;
	width:auto;
	z-index:9;
}
.customNextBtn {
	position: absolute;
    top: 30%;
    right: 0;
	cursor:pointer;
	width:auto;
	z-index:9;
}
.subtitle-example {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
}
.border-example-left {
	border-left: 2px solid #FFFFFF;
}
.photo-slider {
	position: absolute;
    right: 18%;
    top: 0;
}
ul.slider-list {
  list-style: none;
  padding-left:0;
}

ul.slider-list li {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 35px;
	color: #FFFFFF;
}

ul.slider-list li::before {
  content: "\2022";  /* юникод точки */
  color: #E67F07; /* Менять цвет */
  font-weight: bold; /* Менять жирность */
  display: inline-block; /* Расстояние между точкой и текстом */
  width: 22px; /* Задать значение расстояния */
  font-size:28px;
}
.title-franchise {
	font-family: bebas neue,cursive;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 40px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.subtitle-franchise {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #FFFFFF;
}
.menu-item-franchise {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 39px;
	color: #FFFFFF;
	cursor:pointer;
	opacity: 0.3;
}
.menu-item-franchise.active,.menu-item-franchise:hover {
	opacity: 1;
}
.section-how-to-money {
	height:960px;
}
.barber-master {
	-webkit-filter: grayscale(1);
	filter: gray;
	filter: grayscale(1);
}
.barber-master:hover {
	-webkit-filter: grayscale(0);
	filter: none;
	filter: grayscale(0);
}
.barber-logo-bg {
	background-image: url('assets/barber/has-barber.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.block-top-section-4 {
	width:366px;
	background: #121212;
	position: absolute;
	top:-90px;
	left:calc( 50% - 188px );
	padding-top:50px;
	padding-bottom:10px;
}
.title-section-4 {
	font-family: bebas neue,cursive;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 40px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.subtitle-section-4 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #121212;
}
.text-section-4 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	color: #121212;
}
.block-top-section-5 {
	width:980px;
	position: absolute;
	top:-209px;
	left:calc( 50% - 490px );
}
.title-section-5 {
	font-family: bebas neue,cursive;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 40px;
	color: #121212;
	text-transform: uppercase;
}
.subtitle-section-5 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	color: #121212;
	text-transform: uppercase;
}
.text-section-5 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	color: #121212;
}
.block-border-section-5 {
	border: 1px solid #C5A763;
	padding:40px 100px;
}
.title-section-6 {
	font-family: bebas neue,cursive;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 40px;
	color: #121212;
	text-transform: uppercase;
}
.subtitle-section-6 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	color: #121212;
	text-transform: uppercase;
}
.text-section-6 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	color: #121212;
	text-decoration: none;
}
.text-section-6:hover {
	color: #121212;
}
.section-7 {
	background: #fff;
	padding-bottom:70px;
}
.title-section-7 {
	font-family: bebas neue,cursive;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 40px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.nav-tabs {
	border-bottom:0px;
}
.nav-link.barber-tab {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #FFFFFF;
	border:1px solid transparent;
	border-image: linear-gradient(180deg, #fff 0%, rgba(18, 18, 18, 0) 100%);
	border-image-slice: 1;
	width:290px;
	padding:20px 30px;
	cursor:pointer;
}
.nav-link.barber-tab.active {
	color: #FFFFFF;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
}
.barber-tab-info {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
	padding:20px 30px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #FFFFFF;
	margin-top: 1px;
	display:none;
}
.barber-tab-info.active {
	display:block;
}
.title-section-8 {
	font-family: bebas neue,cursive;
	font-style: normal;
	font-weight: 400;
	font-size: 64px;
	line-height: 64px;
	color: #FFFFFF;
}
.text-gold-section-8 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 150%;
	color: #C5A763;
	padding-left:24px;
	border-left:7px solid #C5A763;
}
.text-section-8 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	color: #FFFFFF;
}
.subtext-section-8 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	color: #FFFFFF;
}
.endtext-section-8 {
	font-family: bebas neue,cursive;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 40px;
	color: #FFFFFF;
}
.tab-section-8 {
	border:1px solid transparent;
	border-image: linear-gradient(180deg, #fff 0%, rgba(18, 18, 18, 0) 100%);
	border-image-slice: 1;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
}
.title-section-9 {
	font-family: bebas neue,cursive;
	font-style: normal;
	font-weight: 600;
	font-size: 64px;
	line-height: 64px;
	color: #121212;
	text-transform: uppercase;
}
.title-section-9-two {
	font-family: bebas neue,cursive;
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 40px;
	color: #121212;
	text-transform: uppercase;
}
.subtitle-section-9 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 800;
	font-size: 24px;
	line-height: 29px;
	color: #121212;
}
.info-section-9 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	color: #121212;
}
.border-section-9-block {
	border: 1px solid transparent;
	border-image: linear-gradient(180deg, #121212 0%, rgba(18, 18, 18, 0) 100%);
	border-image-slice: 1;
	padding:30px;
	height: 100%;
}
.title-section-10 {
	font-family: bebas neue,cursive;
	font-style: normal;
	font-weight: 400;
	font-size: 64px;
	line-height: 64px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.block-step {
	background: rgba(18, 18, 18, 0.7);
	filter: blur(0.5px);
	padding:24px;
	height:100%;
	border: 1px solid transparent;
	border-image: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	border-image-slice: 1;
}
.block-step-text {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #FFFFFF;
}
.margin-bottom-150 {
	margin-bottom:150px;
}
.block-step-hover {
	cursor: pointer;
}
.block-step-hover:hover .block-step-text,.block-step-hover:hover .big-title-step h3 {
	color:#C2A053;
}
.block-step-hover:hover .block-step {
	border: 1px solid transparent;
	border-image: linear-gradient(180deg, #C2A053 0%, rgba(255, 255, 255, 0) 100%);
	border-image-slice: 1;
}
.title-section-11 {
	font-family: bebas neue,cursive;
	font-style: normal;
	font-weight: 400;
	font-size: 64px;
	line-height: 64px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.subtitle-section-11 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 900;
	font-size: 20px;
	line-height: 150%;
	color: #FFFFFF;
}
.text-section-11 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	color: #FFFFFF;
}
.title-section-12 {
	font-family: bebas neue,cursive;
	font-style: normal;
	font-weight: 400;
	font-size: 64px;
	line-height: 64px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.contact-section-12 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	color: #FFFFFF;
	text-decoration: none;
}
.contact-section-12:hover {
	color: #FFFFFF;
	opacity: 0.5;
}

.big-title {
	left:0;
	top:-50px;
	z-index:1;
}
.big-title h3 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 64px;
	line-height: 150%;
	color: #C5A763;
	opacity: 0.1;
}
.big-title-step {
	left:0;
	top:-50px;
	z-index:1;
}
.big-title-step h3 {
	font-family: bebas neue,cursive;
	font-style: normal;
	font-weight: 400;
	font-size: 96px;
	line-height: 96px;
	color: #FFFFFF;
	opacity: 0.2;
	text-transform: uppercase;
}

.total-cost-block {
	position:absolute;
	right:0;
	background: linear-gradient(91.2deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.8) 100%);
	padding:20px 30px;
	width:auto;
}
.total-cost {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 900;
	font-size: 24px;
	line-height: 29px;
	color: #121212;
}
.total-cost-descr {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	color: #121212;
}

.section-header {
	/*height: calc( 100vh - 145px );
	background-image: url('assets/barber/bg-header.jpg');
	background-size: contain;
	background-position: center;*/
}
.block-header-top {
	background: linear-gradient(180deg, #121212 0%, rgba(18, 18, 18, 0) 100%);
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height:180px;
}
.block-header-bottom {
	background: linear-gradient(0deg, #121212 0%, rgba(18, 18, 18, 0) 100%);
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	height:180px;
}
.text-section-header {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	color: #FFFFFF;
	text-decoration: none;
}
.text-section-header:hover {
	color:#ffffff;
}
.block-header-dog {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(6px);
	height:148px;
	padding:32px 136px 32px 32px;
	z-index:10;
}
.text-header-dog {
	font-family: bebas neue,cursive;
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 28px;
	color: #FFFFFF;
}
.img-header-dog {
	position:absolute;
	right:0;
	top:0;
	height:148px;
}
.lines-header {
	position:absolute;
	bottom:5%;
	left:calc( 50% - 33px );
	z-index:8;
}
.section-3 {
	background-color:#fff;
	padding-bottom:100px;
}
.block-content-section-3 {
	background-color:#fff;
	position:absolute;
	top:-198px;
}
.img-block-content-section-3 {
	position:absolute;
	top:-40px;
	right:0px;
}
.padding-top-272 {
	padding-top:272px;
}
.table-th-section-3 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #121212;
}
.table-td-section-3 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #121212;
}
.table-section-3 tr, .table-section-3 th, .table-section-3 td {
	border-width: 0;
	padding:16px;
}
.table-section-3-odd {
	background: rgba(197, 167, 99, 0.06);
}
.table-block-spec {
	border: 3px solid #C5A763;
	padding:25px;
}
.title-table-spec {
	background: #fff;
	color: #C5A763;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	position:absolute;
	top:-19px;
	left:25px;
	padding:5px 15px;
}
.title-section-3 {
	font-family: bebas neue,cursive;
	font-style: normal;
	font-weight: 400;
	font-size: 64px;
	line-height: 64px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom:90px;
}
.subtitle-section-3 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 150%;
	color: #C5A763;
}
.text-section-3 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	color: #FFFFFF;
}
.title-slider {
	font-family: bebas neue,cursive;
	font-style: normal;
	font-weight: bold;
	font-weight: 400;
	font-size: 80px;
	line-height: 80px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.menu-item {
	font-family: bebas neue,cursive;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration:none;
}
.color-gold, .menu-item:hover {
	color:#C5A763;
}
.btn-gold {
	background: #C5A763;
	border-radius: 58px;
	padding:15px 30px;
	color:#fff;
	text-transform: uppercase;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
}
.subtitle-slider {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #FFFFFF;
	width:50%;
}
.text-slider {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
}
.text-slider-2 {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 163.9%;
	color: #384856;
}
.block-after-slider {
	background: linear-gradient(0deg, rgba(249, 249, 249, 0.7) 0%, rgba(255, 255, 255, 0) 93.62%), rgba(249, 249, 249, 0.7);
	padding:51px 125px;
}
.block-question {
	background: url(/assets/img/questions.png) 70px 0px;
    background-repeat: no-repeat;
}
.block-slider {
	top: -80px;
	z-index:100;
}
.after-subtitle {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #2E3A45;
	margin-bottom:20px;
}
.after-title {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	color: #0B1625;
	margin-bottom:20px;
}
.after-btn {
	padding:16px 48px;
	border-radius:0;
	background: #de5971;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
}
.section-how-to-work {
	padding:110px 0px 120px 0px;
}
.how-to-work-title {
	font-family: PT Serif;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 64px;
	color: #000000;
	margin-bottom:30px;
}
.how-to-work-subtitle-1 {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #2E3A45;
	margin-bottom:30px;
}
.how-to-work-subtitle-2 {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #2E3A45;
	margin-bottom:60px;
}
.how-to-work-block {
	background: #FFFFFF;
	box-shadow: 0px 4px 70px rgba(166, 166, 166, 0.1);
	padding:54px 30px;
	height:100%;
	position:relative;
}
.how-to-work-block-title {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	margin-bottom:18px;
}
.how-to-work-block-title-number {
	background: linear-gradient(92.51deg, rgba(170, 8, 37, 0.3) -83.12%, rgba(255, 255, 255, 0) 167.22%),
linear-gradient(0deg, rgba(232, 46, 80, 0.3), rgba(232, 46, 80, 0.3));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #E82E50;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	line-height: 59px;
	position: absolute;
    top: 20px;
}
.how-to-work-block-text {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 120%;
	color: #000000;
	margin-top:18px;
}
.how-to-work-block-cta {
	background: #FFFFFF;
	box-shadow: 0px 4px 70px rgba(166, 166, 166, 0.1);
	padding:11px 19px;
	height:100%;
	position:relative;
}
.how-to-work-block-cta-2 {
	padding:80px 63px 60px 63px;
	border: 1px solid;
	border-image: linear-gradient(90deg, rgba(175, 193, 215, 0.16) 0%, rgba(175, 193, 215, 0.2) 0.01%, rgba(130, 163, 202, 0.4) 50.38%, rgba(175, 193, 215, 0.2) 100%);
	border-image-slice: 1;
	height: 100%;
}
.how-to-work-block-cta-title {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	color: #000000;
	margin-bottom:30px;
}
.section-bid {
	padding:95px 0px;
}
.title-form-2 {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 49px;
	color: #FFFFFF;
	margin-bottom:60px;
}
.text-form-2 {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
	margin-bottom:60px;
}
.btn-form-2 {
	background: linear-gradient(46.19deg, #EB3349 5.66%, #F45C43 94.35%);
	box-shadow: 0px 4px 200px rgba(251, 200, 69, 0.5);
	border-radius: 30px;
	padding:20px 110px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
}
.footer-card {
	background: linear-gradient(180deg, #25273E 0%, #27273F 100%);
	box-shadow: 0px 4px 100px rgba(3, 5, 45, 0.5);
	border-radius: 30px;
	padding:38px;
	width:100%;
	border: 2px solid transparent;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
}
.footer-card:hover {
	border: 2px solid #FBC845;
	cursor:pointer;
	color:#FBC845;
}
.title-bid-line {
    border-bottom: 2px solid #D94A64;
    width: 30%;
    height: 3px!important;
    opacity: 1;
    margin-top: 60px;
	margin-bottom:60px;
}

.form-bid .form-control {
    background: transparent;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #1C1438;
    padding: 24px 32px;
    background: #F5F3FB;
    border: 3px solid #F5F3FB;
    border-radius: 40px;
}

.form-check-input {

    background-color: transparent;
    border:1px solid #fff;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #9E87CE;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #9E87CE;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #9E87CE;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #9E87CE;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #9E87CE;
}

::placeholder { /* Most modern browsers support this now. */
    color: #9E87CE;
}


.form-bid .form-control:focus {
    box-shadow: none;
    border: 3px solid #EEBD4B;
}
.btn-form-bid {
	padding-top:15px;
}

.crm-divider {
	height:1px;
	width:100%;
	background:linear-gradient(90deg, rgba(175, 193, 215, 0.16) 0%, rgba(175, 193, 215, 0.2) 0.01%, rgba(130, 163, 202, 0.4) 50.38%, rgba(175, 193, 215, 0.2) 100%);
}
.crm-divider.down {
	margin-bottom:18px;
}
.crms {
	padding:30px 0px;
}

.section-crm-business {
	background: linear-gradient(247.35deg, #041538 -14.8%, #2D3344 99.22%), #234979;
	padding:112px 0px;
}
.crm-title {
	font-family: PT Serif;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 64px;
	font-feature-settings: 'liga' off;
	color: #FFFFFF;
}
.crm-text {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 32px;
	font-feature-settings: 'liga' off;
	color: #FFFFFF;
}
.crm-item-title {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
	font-feature-settings: 'liga' off;
	color: #FFFFFF;
	padding-bottom:34px;
}
.crm-item-text {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	font-feature-settings: 'liga' off;
	color: #FFFFFF;
	width:70%;
}
.crm-business-icon {
	margin-bottom:20px;
}
.text-block {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 198%;
	text-transform: uppercase;
	color: #000000;
}
.text-block-btn {
	font-family: PT Serif;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 26px;
	color: #000000;
}
.text-consulting {
	color: #5888B5;
}
.btn-block-slider {
	background: #de5971;
	box-shadow: 0px 4px 50px rgba(217, 84, 108, 0.2);
	padding:20px 65px;
	border-radius:0;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
}
.bg-slider-dk {
    background: url('assets/barber/slider-image.jpg');
    background-position-x: right;
	background-position-y: top;
    background-repeat: no-repeat;
	height:960px;
}
.bg-slider-barber {
	background: url('assets/barber/image-1-section.jpg');
	background-position-x: left;
	background-position-y: top;
	background-repeat: no-repeat;
	height:960px;
}
/*.btn-block-slider:hover {
	background: linear-gradient(91.86deg, rgba(1, 83, 157, 0.42) -68.9%, rgba(29, 102, 168, 0.25) 19.21%, rgba(255, 255, 255, 0) 194.62%), #5998BB;
	box-shadow: 0px 4px 70px 5px rgba(12, 57, 85, 0.1);
	color:#fff;
}*/
.padding-top-180 {
	padding-top:180px;
}
.services {
	background: #fff;/*rgba(219, 229, 238, 0.5);*/
	padding-top:80px;
	padding-bottom:110px;
}
.block-service {
	box-shadow: 10px 40px 50px rgba(229, 233, 246, 0.4);
	background-color:#fff;
	padding:41px 24px 0px 24px;
	margin-bottom:33px;
	height: 100%;
}
.text-service {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	color: #373A45;
}
.term-service {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	color: #70A6D8;
}

ul.services-list {
  list-style: none;
  padding-left:0;
}

ul.services-list li {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 139.19%;
	color: #384856;
}

ul.services-list li::before {
  content: "\2022";  /* юникод точки */
  color: #D94A64; /* Менять цвет */
  font-weight: bold; /* Менять жирность */
  display: inline-block; /* Расстояние между точкой и текстом */
  width: 18px; /* Задать значение расстояния */
  font-size:24px;
}
.description-service {
	max-height:235px;
	overflow:scroll;
}

.title-section {
	z-index:2;
}
.title-section h2 {
	font-family: PT Serif;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 64px;
	color: #384856;
}

.section-cta {
	padding:70px 0px;
}
.container-cta {
	border:2px solid #e4e9ef;
}
.text-cta {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #0B1625;
}
.btn-cta {
	padding:13px 106px;
	border-radius:0;
	background: #de5971;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
}
.btn-cta:hover {
	background: #FFFFFF;
	color: #FBC845;
}
.block-cta {
	background:url('/assets/crm/bg-logo.png');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	padding:48px 116px;
}
.section-quote {
	padding:40px 0px 80px 0px;
}
.container-quote {
	background: #de5971;
	overflow:hidden;
}
.dk {
	bottom:-222px;
	right:45px;
}
.padding-top-quote {
	padding-top:52px;
}
.padding-bottom-quote {
	padding-bottom:52px;
}
.quote-1 {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 110px;
	line-height: 30px;
	color: rgba(255, 255, 255, 0.65);
	top: 70px;
    left: -70px;
}
.quote-2 {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 110px;
	line-height: 30px;
	color: rgba(255, 255, 255, 0.65);
	transform: rotate(-180deg);
	right: 52%;
    bottom: 0px;
}
.text-quote {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 33px;
	color: #FFFFFF;
}

.section-cases {
	padding-bottom:140px;
}
.title-cases {
	font-family: PT Serif;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 64px;
	color: #000000;
	margin-bottom:60px;
}
.block-cases {
	background: #FFFFFF;
	box-shadow: 0px 4px 70px rgba(166, 166, 166, 0.1);
	padding:62px;
}
.subtitle-case {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #0B1625;
	margin-bottom:30px;
}
.subtitle-line {
    border-bottom: 2px solid #D94A64;
    width: 30%;
    height: 2px!important;
    opacity: 1;
    margin-top: 0;
	margin-bottom:19px;
}
.text-case {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	color: #0B1625;
}

.section-error {
	background:url('/assets/crm/bg-section-error-80.jpg');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	padding:106px 0px 140px 0px;
}
.err-text {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	color: #FFFFFF;
	margin-top:30px;
}
.err-subtitle {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	color: #FFFFFF;
	margin:30px 0px 60px 0px;
}
.err-item-title {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	font-feature-settings: 'liga' off;
	color: #FFFFFF;
	margin-bottom:33px;
}
.err-item-text {
	font-family: Manrope;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	font-feature-settings: 'liga' off;
	color: #FFFFFF;
}
.err-circle {
	width: 30px;
	height: 30px;
	background: #D94A64;
	border-radius:50%;
	position:relative;
}
.err-icon {
	background:url('/assets/crm/error-icon.png');
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	width: 15px;
    height: 15px;
	top:7.5px;
	left:7.5px;
	position:absolute;
}

.section-pareto {
	background:#fff;
	padding:106px 0px 60px 0px;
}
.pareto-title {
	font-family: PT Serif;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 64px;
	color: #0B1625;
	margin-bottom:63px;
}
.success-circle {
	width: 30px;
	height: 30px;
	background: #D94A64;
	border-radius:50%;
	position:relative;
}
.success-icon {
	background:url('/assets/crm/success-icon.png');
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	width: 15px;
    height: 15px;
	top:7.5px;
	left:7.5px;
	position:absolute;
}
.success-item-title {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #0B1625;
	margin-bottom:30px;
}
.success-item-text {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #0B1625;
}
.how-to-work-block-cta-title-2 {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #0B1625;
}
.section-cta-4 {
	padding-bottom:110px;
}

.section-steps {
	background: #fff;/*rgba(219, 229, 238, 0.5);*/
	padding-top:110px;
	padding-bottom:110px;
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
  margin-top:66px;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 5px;
  background-color: #E0EDFB;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 50%;
  float: left;
  padding: 20px;
  position: relative;
  margin-bottom:60px;
}
.timeline > li.timeline-inverted + li:not(.timeline-inverted),
.timeline > li:not(.timeline-inverted) + li.timeline-inverted {
margin-top: -60px;
}

.timeline > li:not(.timeline-inverted) {
padding-right:90px;
}

.timeline > li.timeline-inverted {
padding-left:90px;
}
/*.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}*/
.timeline > li > .timeline-badge {
  color: #384856;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -15px;
  background-color: #FBC845;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-family: PT Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 123.69%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}

.section-for-business {
	background: #fff;/*rgba(219, 229, 238, 0.5);*/
	padding-top:110px;
	padding-bottom:110px;
}
.icons-business {
	margin-top:80px;
}

/*.section-cases {
	background: #fff;
	padding-top:110px;
	padding-bottom:110px;
}
.block-case {
	margin-top:60px;
	background: linear-gradient(97.83deg, rgba(255, 255, 255, 0.24) 2.7%, rgba(255, 255, 255, 0) 102.45%), #FBC845;
	box-shadow: 10px 40px 50px rgba(229, 233, 246, 0.4);
	padding:60px 90px;
}
.text-case {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 30px;
	color: #2E3A45;
}
.text-case-2 {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
}*/

.section-cta-2 {
	background: url('/assets/img/bg-cta.png');
	background-size:cover;
	background-repeat:no-repeat;
	padding:70px 0px;
}
.title-cta-2 {
	font-family: PT Serif;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 45px;
	color: #FFFFFF;
}
.section-team {
	padding-top:110px;
	padding-bottom:110px;
}
.img-circle {
	border-radius:50%;
}
.section-company {
	background: url('/assets/marketing/bg-company.png');
    background-position-y: -105px;
    background-repeat: no-repeat;
	padding:180px 0px 180px 0px;
}
.title-company {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 49px;
	color: #FFFFFF;
	margin-bottom:60px;
}
.subtitle-company {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
	margin-bottom:30px;
}
.text-company {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	margin-bottom:30px;
}
.contacts-company {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 130.4%;
	color: #FFFFFF;
}
.section-numbers {
	padding-bottom:110px;
}
.text-numbers {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom:11px;
}
.text-number {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 39px;
	text-align: center;
	color: #FBC845;
	margin-bottom:23px;
}
.section-features {
	padding-bottom:65px;
}
.title-features {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 49px;
	color: #FFFFFF;
	margin-bottom:60px;
}
.circle-feature {
	width:70px;
	height:70px;
	border-radius:50%;
	background: linear-gradient(180deg, #FFF38B -62.5%, #E67F07 100%);
	position:relative;
}
.circle-feature-text {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 39px;
	color: #212239;
	position:absolute;
	top:calc( 50% - 18px );
	width: 100%;
    text-align: center;
}
.title-feature {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #FFFFFF;
	margin-bottom:30px;
}
.text-feature {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	margin-bottom:45px;
}
.item-brand {
	background: #FFFFFF;
	box-shadow: 0px 10px 20px rgba(41, 41, 42, 0.07);
	border-radius:50%;
	width:100px;
	height:100px;
	/*border: 3px solid #FBC845;*/
	overflow:hidden;
}
.brand-bi-group {
	border: 3px solid #FBC845;
}
.bi-group {
	padding-top:27px;
}
.contact-block {
	background: linear-gradient(180deg, #25273E 0%, #27273F 100%);
	box-shadow: 0px 4px 100px rgba(3, 5, 45, 0.3);
	border-radius: 30px;
	padding:45px 110px;
}
.text-team {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 137.4%;
	color: #384856;
}
.text-pareto {
	color: #FBC845;
	font-weight: bold;
}
.block-team {
	background: #FFFFFF;
	box-shadow: 10px 40px 50px rgba(229, 233, 246, 0.4);
	padding:60px;
}
.title-team {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 30px;
	padding:28px 0px 14px 0px;
	
}
.title-line {
	border-bottom: 2px solid #FBC845;
	width:40%;
	height:2px!important;
	opacity:1;
	margin-top:0;
}
.text-block-team {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	color: #384856;
}

.section-exp {
	background: #fff;/*rgba(219, 229, 238, 0.5);*/
	padding-top:110px;
	padding-bottom:110px;
}
.more-exp {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #5888B5;
	transform: rotate(-90deg);
}

.rotate-text {
    height:60px;
}

.rotate-text h2 {
    position:relative;
    float:left;
    width:20px;
    height:100%;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #5888B5;
	text-transform:uppercase;
}

.rotate-text h2 span {
    width:60px; /* same as height of .rotateObj */
    -webkit-transform-origin:60px 68px;
    display:inline-block;
    -webkit-transform:rotate(-90deg);
    text-align:center;
}

.number-exp {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 64px;
	line-height: 78px;
	background: linear-gradient(91.86deg, rgba(1, 83, 157, 0.42) -68.9%, rgba(29, 102, 168, 0.25) 19.21%, rgba(255, 255, 255, 0) 194.62%),
	linear-gradient(0deg, #5998BB, #5998BB);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #5888B5;
}
.text-exp {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #384856;
}
.block-numbers {
	margin-top:60px;
}
.section-history {
	background: #fff;/*rgba(219, 229, 238, 0.5);*/
	padding-top:110px;
	padding-bottom:110px;
}
.big-year {
	left:15%;
	top:-50px;
	z-index:1;
}
.big-year h2 {
	font-family: Manrope;
	font-style: normal;
	font-weight: 800;
	font-size: 72px;
	line-height: 98px;
	text-align: center;
	font-feature-settings: 'liga' off;
	color: #F5F6F7;
}
.big-year:after {
	opacity: 0.4;
	border: 6px dashed #FBC845;
	position: relative; 
}
.title-history {
	z-index:2;
}
.title-history h3 {
	font-family: PT Serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	font-feature-settings: 'liga' off;
	color: #5888B5;
}
.text-history {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	font-feature-settings: 'liga' off;
	color: #384856;
}
.block-history {
	margin-top:80px;
}
.section-cta-3 {
	background: #fff;/*rgba(219, 229, 238, 0.5);*/
	padding-top:110px;
	padding-bottom:110px;
}
.block-cta-3 {
	background: #FFFFFF;
	box-shadow: 10px 40px 50px rgba(229, 233, 246, 0.4);
	padding:50px;
}
.title-cta-3 {
	font-family: PT Serif;
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 45px;
	text-align: center;
	color: #384856;
}

.footer {
	background: linear-gradient(180deg, #25273E 0%, #27273F 100%);
	padding:27px 0px;
}
.footer-title {
	font-family: PT Serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 142.5%;
	color: #EEEEEF;
}
.footer-description {
	font-family: PT Serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
	color: #EEEEEF;
}
.footer-policy {
	font-family: PT Serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color: #EEEEEF;
	text-decoration:none;
}
.footer-phone {
	font-family: PT Serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	color: #EEEEEF;
	text-decoration:none;
}
.footer-policy:hover, .footer-phone:hover {
	color:#fff;
}
.btn-footer {
	border: 1px solid #FFFFFF;
	background:none;
	padding:15px;
	border-radius:0;
	font-family: PT Serif;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
}
.w-90 {
	width:90%;
}
/*::-webkit-scrollbar-button {
	background-image:url('');
	background-repeat:no-repeat;
	width:5px;
	height:0px
}

::-webkit-scrollbar-track {
	background-color:transparent;
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color:#FBC845;
	box-shadow: 0px 4px 50px rgba(251, 200, 69, 0.2);
}

::-webkit-scrollbar-thumb:hover{
	background-color:#FBC845;
}

::-webkit-resizer{
	background-image:url('');
	background-repeat:no-repeat;
	width:4px;
	height:0px
}

::-webkit-scrollbar{
	width: 4px;
}*/
.subtitle-form {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
}
.title-form {
	font-family: PT Serif;
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 42px;
	color: #FFFFFF;
	margin-bottom:60px;
}
.form-bid-modal .form-control {
    padding: 15px;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid rgba(55, 58, 69, 0.65);
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: rgba(132, 132, 132, 0.8);
	margin-bottom:45px;
}
.form-bid-modal .form-control:focus {
    box-shadow: none;
}
.btn-form-bid {
	padding-top:15px;
}
.form-body {
	padding:55px 220px 55px 220px;
}
.modal-content {
	border:0;
	border-radius:0;
}
.btn-close {
	color:rgba(0, 0, 0, 0.4);
	position: absolute;
    top: 40px;
    right: 35px;
	z-index: 9999;
}
.block-form {
	background:url('/assets/crm/logo-pareto.png');
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	background-blend-mode: multiply;
}
.margin-top-60 {
	margin-top:60px;
}

@media screen and (max-width: 480px) {
	/*.slider-header .container {
		background-color: rgba(255,255,255,0.62);
	}*/
    .union-sections {
        padding-bottom: 40px;
    }
    .phone-btn {
        font-family: 'TT Norms Pro';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        padding:5px;
    }
    .section-title-1 {
        font-size: 26px;
        line-height: 31px;
    }
    .section-text-1 {
        font-size: 16px;
        line-height: 19px;
    }
    .btn-atlas {
        font-size: 16px;
        line-height: 19px;
        padding:16px 80px;
        width:100%;
    }
    .section-2-title {
        font-size: 32px;
        line-height: 38px;
    }
    .section-2-text {
        font-size: 16px;
        line-height: 19px;
    }
    .section-3-title {
        font-size: 32px;
        line-height: 38px;
    }
    .section-3-subtitle {
        font-size: 24px;
        line-height: 29px;
    }
    .section-3-text {
        font-size: 14px;
        line-height: 17px;
    }
    .section-4-block-1-title {
        font-size: 25px;
        line-height: 30px;
    }
    .section-4-block-1-text {
        font-size: 16px;
        line-height: 19px;
    }
    .section-4-block-1 {
        padding:32px 20px;
        min-height: 502px;
    }
    .image-section-4-block-1 {
        right:15px;
        width:auto;
    }
    .section-4-block-3 {
        padding:32px 20px;
    }
    .section-4-block-3-title {
        font-size: 24px;
        line-height: 29px;
    }
    .section-4-block-3-text {
        font-size: 16px;
        line-height: 19px;
    }
    .section-4-block-2-title {
        font-size: 24px;
        line-height: 29px;
    }
    .section-4-block-2 {
        padding:32px 20px;
        min-height:auto;
    }
    .section-5-title {
        font-size: 32px;
        line-height: 38px;
    }
    .section-5-block {
        padding:32px 20px;
    }
    .section-6-title {
        font-size: 32px;
        line-height: 38px;
    }
    .section-6-text {
        font-weight: 500;
        font-size: 16px;
        line-height: 130%;
    }
    .section-6-block-1 {
        border-radius: 20px 20px 0px 0px;
    }
    .section-6-block-2 {
        border: 2px solid #DCDCDC;
        box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.04), 2px 2px 20px rgba(255, 255, 255, 0.25);
        border-radius: 0px 0px 20px 20px;
    }
    .section-6-block-1-title {
        font-size: 20px;
        line-height: 24px;
    }
    .section-6-block-1-text {
        font-size: 16px;
        line-height: 19px;
    }
    .section-6-block-2-title {
        font-size: 20px;
        line-height: 24px;
    }
    .section-6-block-2-text {
        font-size: 16px;
        line-height: 19px;
    }
    .section-6 {
        padding-top: 40px;
    }
    .section-6-subtitle {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }
    .btn-atlas-orange {
        font-size: 20px;
        line-height: 24px;
        padding:16px 40px;
        width:100%;
    }
    .section-7-title {
        font-size: 32px;
        line-height: 38px;
    }
    .section-7-subtitle {
        font-size: 20px;
        line-height: 24px;
    }
    .section-7-text {
        font-size: 16px;
        line-height: 19px;
    }
    .section-5 {
        padding-bottom:80px;
    }
    .section-7-programm-title {
        font-size: 20px;
        line-height: 24px;
    }
    .section-7-programm-text {
        font-size: 16px;
        line-height: 19px;
    }
    .section-8-title {
        font-size: 24px;
        line-height: 29px;
    }
    .section-8-text {
        font-size: 16px;
        line-height: 19px;
    }
    .section-8-block {
        padding:32px 20px;
        border-radius:40px;
        padding-bottom: 180px
    }
    .image-section-8 {
        width: 100%;
        right:auto;
        text-align: center;
    }
    .section-9-title {
        font-size: 32px;
        line-height: 38px;
    }
    .section-9-text {
        font-size: 16px;
        line-height: 19px;
    }
    .section-9-row-block-text {
        font-size: 16px;
        line-height: 19px;
    }
    .section-9-block-1-text {
        font-size: 16px;
        line-height: 130%;
    }
    .section-9-block-1 {
        padding: 16px 32px;
    }
    .section-9-block-2 {
        padding: 16px 32px;
    }
    .section-9-block-2-text {
        font-size: 20px;
        line-height: 24px;
    }
    .section-9 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .section-10-title {
        font-size: 32px;
        line-height: 38px;
    }
    .section-11-title {
        font-size: 28px;
        line-height: 34px;
    }
    .section-11-text {
        font-size: 16px;
        line-height: 130%;
    }
    .section-11 {
        padding-top:40px;
        padding-bottom:130px;
    }
    .section-12-title {
        font-size: 32px;
        line-height: 38px;
    }
    .section-12-text {
        font-size: 16px;
        line-height: 19px;
    }
    .section-12 {
        padding-bottom: 80px;
    }
    .section-13-title {
        font-size: 32px;
        line-height: 38px;
    }
    .section-13 {
        padding-bottom: 80px;
    }
    .section-14-title {
        font-size: 32px;
        line-height: 38px;
    }
    .section-14-text {
        font-size: 16px;
        line-height: 19px;
    }
    .section-15-title {
        font-size: 24px;
        line-height: 29px;
    }
    .section-15-form-title {
        font-size: 22px;
        line-height: 26px;
    }
    .section-15-form {
        padding:32px 20px;
    }
    .form-bid .form-control {
        font-size: 20px;
        line-height: 24px;
        padding:14px 32px;
    }
    .section-15 {
        padding-top:80px;
    }
    .image-section-11 {
        width: 100%;
        right:auto;
        text-align: center;
    }
    .btn-atlas-white {
        font-size: 20px;
        line-height: 24px;
        padding:16px 40px;
        width:100%;
    }
	.barber-master {
		width:75%;
	}
	.text-section-6 {
		font-family: 'Montserrat';
		font-style: normal;
		font-weight: 500;
		font-size: 14px;
		line-height: 150%;
		color: #121212;
	}
	.subtitle-section-6 {
		font-family: 'Montserrat';
		font-style: normal;
		font-weight: 700;
		font-size: 14px;
		line-height: 150%;
		color: #121212;
	}
	.title-section-6 {
		font-family: bebas neue,cursive;
		font-style: normal;
		font-weight: 600;
		font-size: 32px;
		line-height: 32px;
		color: #121212;
	}
	.text-section-5 {
		font-family: 'Montserrat';
		font-style: normal;
		font-weight: 500;
		font-size: 14px;
		line-height: 150%;
		color: #121212;
	}
	.subtitle-section-5 {
		font-family: 'Montserrat';
		font-style: normal;
		font-weight: 700;
		font-size: 16px;
		line-height: 150%;
		color: #121212;
	}
	.title-section-5 {
		font-family: bebas neue,cursive;
		font-style: normal;
		font-weight: 600;
		font-size: 32px;
		line-height: 32px;
		color: #121212;
	}
	.title-section-4 {
		font-family: bebas neue,cursive;
		font-style: normal;
		font-weight: 400;
		font-size: 32px;
		line-height: 32px;
		color: #FFFFFF;
	}
	.table-td-section-3 {
		font-family: 'Montserrat';
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 17px;
		color: #121212;
	}
	.table-th-section-3 {
		font-family: 'Montserrat';
		font-style: normal;
		font-weight: 700;
		font-size: 14px;
		line-height: 17px;
		color: #121212;
	}
	.block-header-dog {
		display:flex;
	}
	.text-header-dog {
		font-family: bebas neue,cursive;
		font-style: normal;
		font-weight: 400;
		font-size: 20px;
		line-height: 20px;
		color: #FFFFFF;
	}
	.btn-gold {
		font-family: 'Montserrat';
		font-style: normal;
		font-weight: 600;
		font-size: 14px;
		line-height: 17px;
		text-align: center;
		text-transform: uppercase;
		color: #FFFFFF;
	}
	.menu-item {
		font-family: bebas neue,cursive;
		font-style: normal;
		font-weight: 400;
		font-size: 13.44px;
		line-height: 13px;
		color: #C5A763;
	}
	.block-top-section-4 {
		width: 50%;
		background: #121212;
		position: absolute;
		top: -90px;
		padding-top: 50px;
		padding-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	}
	.block-absolute-mobile {
		position:absolute;
		top:-140px;
	}
	.block-absolute-mobile-2 {
		padding-top: 140px;
	}
	.padding-top-272 {
		padding-top: 40px;
	}
	.block-top-section-5 {
		width:80%;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		top:-100px;
	}
	.block-border-section-5 {
		padding: 20px 20px;
	}
	.section-7 {
		padding-top: 80px;
	}
	.section-5 {
		padding-top: 80px;
	}
	.section-3 {
		padding-top:80px;
	}
    .section-2 {
        margin-left:10px;
        margin-right:10px;
    }
	.big-title h2 {
		font-size: 50px;
	}
	.margin-b-15 {
		margin-bottom:15px;
	}
	.title-slider {
		font-size: 24px;
		line-height: 35px;
		color: #fff;
	}
	.text-slider {
		color: #b7b7b7;
	}
	.title-services {
		font-size: 28px;
		margin-bottom: 30px;
	}
	.title-service {
		font-size: 20px;
		margin-bottom: 15px;
		margin-top: 15px;
	}
	ul.service-list li {
		font-size: 14px;
	}	
	.btn-service {
		box-shadow: unset;
		margin-bottom:30px;
		margin-top:15px;
	}
	.section-examples {
		padding-top: 55px;
	}
	.title-examples {
		font-size:28px;
	}
	.text-examples {
		font-size: 16px;
		margin-bottom: 30px;
	}
	.customPrevBtn, .customNextBtn {
		top:10%;
	}
	.customPrevBtn img, .customNextBtn img {
		width:50%;
	}
	.section-company {
		background-position-y: -50px;
	}
	.title-company {
		font-size: 28px;
		margin-bottom: 30px;
	}
	.subtitle-company {
		font-size: 16px;
	}
	.text-company {
		font-size: 14px;
	}
	.contacts-company {
		font-size: 16px;
	}
	.section-company {
		padding: 0px 0px 55px 0px;
		background-size: 80%;
	}
	.text-number {
		font-size: 28px;
	}
	.title-feature {
		font-size: 20px;
	}
	.text-feature {
		font-family: Montserrat;
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
	}
	.section-features {
		padding-bottom: 0px;
	}
	.contact-block {
		padding: 30px;
	}
	.text-form-2 {
		font-size: 16px;
		margin-bottom: 30px;
	}
	.btn-form-2 {
		padding: 20px 40px;
		box-shadow:unset;
	}
	.btn-close {
		top: 15px;
		right: 15px;
	}
	.title-form-2 {
		font-family: Montserrat;
		font-style: normal;
		font-weight: bold;
		font-size: 28px;
		line-height: 49px;
		color: #FFFFFF;
		margin-bottom: 30px;
	}
	.item-brand {
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.subtitle-slider {
		color: #ffffff;
	}
	ul.slider-list li {
		font-size: 16px;
	}
	.card-header-text {
		font-size: 16px;
	}
	.text-slider-2 {
		color: #fff;
	}
	.crm-divider.down {
		display: none;
	}
	.crm-item-text {
		width: 100%;
	}
	.crm-item-title {
		padding-bottom: 15px;
	}
	.block-cta {
		padding: 30px;
	}
	.quote-1 {
		top: 40px;
		left:0px;
	}
	.quote-2 {
		right: 4%;
	}
	.section-cases {
		padding-bottom: 55px;
	}
	.section-error {
		padding-top: 55px;
	}
	.block-after-slider {
		padding: 30px;
	}
	.section-crm-business, .section-how-to-work, .section-bid, .section-pareto {
		padding: 55px 0px;
	}
	.margin-top-60 {
		margin-top:0px;
	}
	.how-to-work-subtitle-2 {
		margin-bottom: 15px;
	}
	.how-to-work-block-cta-2 {
		padding: 30px;
	}
	.crm-title {
		font-size: 28px;
		line-height: 48px;
	}
	.crm-text {
		font-size: 16px;
	}
	.text-cta {
		font-size: 18px;
	}
	.text-quote {
		font-size: 16px;
		padding-right: 30px;
		padding-left: 30px;
	}
	.title-cases {
		font-size: 28px;
		line-height: 24px;
		margin-bottom: 0px;
	}
	.subtitle-case {
		font-size: 18px;
	}
	.text-case {
		font-size: 14px;
	}
	.err-subtitle {
		font-size: 20px;
	}
	.err-text {
		font-size: 14px;
	}
	.err-item-title {
		font-size: 18px;
	}
	.err-item-text {
		font-size: 14px;
	}
	.after-title {
		font-size: 20px;
	}
	.after-btn {
		padding: 15px;
	}
	.how-to-work-title {
		font-size: 28px;
	}
	.how-to-work-subtitle-2 {
		font-size: 16px;
	}
	.how-to-work-block-cta-title {
		font-size: 18px;
	}
	.pareto-title {
		font-size: 28px;
		line-height: 48px;
		margin-bottom: 30px;
	}
	.success-item-title {
		font-size: 18px;
	}
	.section-how-to-work {
		padding-top:15px;
	}
	.dkeyko {
		border-radius:50%;
	}
	.section-cta {
		padding: 30px 0px;
	}
	.section-quote {
		padding: 0px 0px 55px 0px;
	}
	.section-cta-4 {
		padding-bottom:55px;
	}
	
	.title-section h2 {
		font-size: 42px;
		line-height: 50px;
	}
	.btn-cta {
		padding: 20px 20px;
	}
	.section-exp, .section-for-business {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.section-cta-3 {
		padding-top:0px;
		padding-bottom:55px;
	}
	.section-history, .services {
		padding-bottom:55px;
	}
	.padding-top-180 {
		padding-top: 280px;
	}
	.timeline li .timeline-panel {
		width: 100%;
	}
	.timeline::before {
		left: 4%;
	}
	.timeline li .timeline-badge {
		left: 4%;
	}
	.timeline li {
		padding-left:30px !important;
	}
	.timeline li:not(.timeline-inverted) {
		padding-right:0px;
	}
	.block-case {
		padding: 30px 30px;
	}
	.block-slider {
		width: calc(100% - 30px) !important;
	}
	.navbar-collapse.collapsing, .navbar-collapse.show {
		padding: 1.5rem;
		border-radius: 0.2rem;
		background: #ffffff;
		-webkit-animation: show-navbar-collapse .2s ease forwards;
		animation: show-navbar-collapse .2s ease forwards;
		-webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
		box-shadow: 0 0 20px rgb(0 0 0 / 10%);
	}
	.nav-link.active {
		border-bottom: 0px solid rgb(88, 136, 181);
		font-weight: bold;
	}
	.form-body {
		padding: 30px 30px;
	}
	.bg-slider-dk {
		background: unset;
	}
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    width: 15px;
    height: 15px;
	background: linear-gradient(180deg, #FFF38B -62.5%, #E67F07 100%);
	margin: 3px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px;
    /* background: #D6D6D6; */
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    background: rgba(251, 200, 69, 0.3);
}
.modal-content {
	background: #121212;
}
.block-form-2 {
	background:url('/assets/img/bg-logo-pareto-2.png');
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}
.success-modal-content {
	background: #FFFFFF;
	box-shadow: 0px 4px 70px rgba(166, 166, 166, 0.1);
	
	padding:25px;
}
.form-body-2 {
	border:2px solid rgb(175,193,215, 0.2);
	padding:76px;
}
.subtitle-form-success {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #5E37AE;
}
.subtitle-form-success-2 {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28.75px;
    text-align: center;
    color: #5E37AE;
}
.title-line-2 {
    border-bottom: 2px solid #D94A64;
    width: 40%;
    height: 2px!important;
    opacity: 1;
    margin-top: 0;
    margin: 40px auto;
}
.text-form-success {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	color: #000000;
	margin-bottom:40px;
}
.text-form-success-2 {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #D94A64;
}