@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@charset "UTF-8";

body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	background: #e5e5e5 !important;
}

.custom_form_consult .form__feedback__item {
    width: 100%;
}
.wrapper {
	overflow: hidden;
	margin-top: 130px;
}

.container {
	max-width: 1240px !important;
	margin: 0 auto;
}

a:hover {
	text-decoration: none;
	color: initial;
}

ul {
	list-style-type: none;
}

ul,
li,
a {
	margin: 0;
	padding: 0;
}

p {
	color: #404040;
}

* {
	outline: none !important;
}

p,
h1,
h2 {
	margin: 0;
}

textarea {
	resize: none;
}


.page-header {
	background: #fff;
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
	position: relative;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
    z-index: 12;
}

.page-header__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page-header-tel {
	display: none;
}

.page-header-logo {
	background: url("../img/logoheader.png") no-repeat;
	background-size: contain;
	width: 211px;
	height: 60px;
	display: block;
}

.burger {
	display: none;
}

.page-header__list {
	list-style-type: none;
	display: flex;
	justify-content: space-between;
    padding-left: 93px;
}

.page-header__item {
	padding: 0 24px;
	position: relative;
}

.page-header__link {
	color: #000;
	font-weight: 600;
	font-size: 14px;
	line-height: 77px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
    margin-top: 8px;
	position: relative;
	overflow: hidden;
    display: inline-block;
    margin-bottom: -7px;
}

.page-header__link:before {
    position: absolute;
    left: 0;
    bottom: -39px;
    width: 100%;
    height: 5px;
    background: #DF402D;
    content: '';
    transition: all 0.3s ease-out;
}

.page-header__item.active.active:before {
   position: absolute;
   left: 24px;
   bottom: 0px;
   width: 65.5%;
   height: 5px;
   background: #DF402D;
   content: '';
   display: block;
   transition: all 0.3s ease-out;
}

.page-header__item:hover .page-header__link:before {
    bottom: 0;
}

.page-header__telephone {
	display: block;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 7px;
	float: right;
}

.page-header__question {
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #DF402D;
	display: block;
    text-align: right;
	padding-bottom: 3px;
	border-bottom: 1px solid #DF402D;
	transition: 0.2s ease;
}

.page-header__question:hover {
	color: #DF402D;
}

.page-header__question-mobile {
	display: none;
}

.page-header__item:hover .page-header__menulist {
	display: block;
	opacity: 1;
	visibility: visible;
	z-index: 300;
	transition: 1s;
}

.page-header__menulist {
	position: absolute;
	left: 0;
	top: 85px;
	padding: 30px 0 10px 26px;
	width: 400px;
	height: auto;
	background-color: #fff;
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
	opacity: 1;
	display: none;
}

.page-header__menuitem {
	padding-bottom: 20px;
}

.page-header__menulink {
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	transition: 0.3s ease;
}

.page-header__menulink:hover {
   color: #DF402D;
}

.page-header__modal {
	position: fixed;
	top: 85px;
	right: 0;
	width: 548px;
	height: 500px;
	background: #fff;
	padding: 60px 100px 53px 100px;
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
	transition: 0.6s ease;
	z-index: 10;
}

.page-header__cancel {
	background: url(../img/cancel.png) no-repeat;
	width: 20px;
	height: 20px;
	display: block;
	cursor: pointer;
	position: absolute;
	top: 25px;
	right: 25px;
}

.subtitle-m {
	font-size: 36px;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	color: #0B3043;
	padding-bottom: 15px;
}

.page-header__block-text {
	font-size: 22px;
	font-weight: 300;
	color: #000;
	padding-bottom: 25px;
	line-height: 1.2;
}


.feedback_form input,
.feedback_form select {
	display: block;
	width: 100%;
	border: 0;
	padding-bottom: 7px;
	padding-left: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 29px;
	font-size: 16px;
	margin-bottom: 33px;
	transition: 0.2s all linear;
	border: 0;
	background-image: linear-gradient(#7E919A, #7E919A), linear-gradient(#D2D2D2, #D2D2D2);
	background-size: 0 1px, 100% 1px;
	background-repeat: no-repeat;
	background-position: center bottom, center calc(100% - 0px);
	background-color: transparent;
	transition: background 0s ease-out;
	float: none;
}

.feedback_form input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.feedback_form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.feedback_form input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.feedback_form input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.feedback_form input:focus {
  outline: none;
  background-image: linear-gradient(#7E919A, #7E919A), linear-gradient(#D2D2D2, #D2D2D2);
  background-size: 100% 2px, 100% 2px;
  box-shadow: none;
  transition-duration: 0.3s;
}

.feedback_form input.error {
   outline: none;
   background-image: linear-gradient(red, red), linear-gradient(#D2D2D2, #D2D2D2);
   background-size: 100% 2px, 100% 2px;
   box-shadow: none;
   transition-duration: 0.3s;
}
.feedback_form input.error::placeholder {
   color: red;
}
.feedback_form input:focus::-webkit-input-placeholder {
  color: #7E919A;
}
.feedback_form input:focus::-moz-placeholder {
  color: #7E919A;
}
.feedback_form input:focus:-moz-placeholder {
  color: #7E919A;
}
.feedback_form input:focus:-ms-input-placeholder {
  color: #7E919A;
}

.page-header__form-button {
	margin: 0 auto;
	text-align: center;
	padding-top: 25px;
}

.button {
	color: #fff;
	background: #DF402D;
	border: 0;
	border-radius: 50px 0px 40px;
	padding: 13px 0;
	cursor: pointer;
	width: 78%;
	text-transform: uppercase;
	transition: 0.3s ease;
}
.personal span {
    color: green;
    font-size: 14px;
    display: block;
    margin-top: 5px;
    text-align: center;
}
.promo {
	background: url(../img/01-min.jpg) no-repeat right;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 607px;
}

.promo__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.title {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 48px;
	color: #0B3043;
}

.promo__content {
	padding: 63px 0 0 0;
}

.promo__content-text {
	font-weight: 500;
	font-size: 22px;
	color: #fff;
	padding-top: 35px;
}
.promo__content-title{
   color: #fff;
}
.promo__content-padding {
	padding-bottom: 45px;
}

.promo__content-arrow {
	background: url(../img/Vector.png) no-repeat;
	width: 41px;
	height: 52px;
	display: block;
	margin-left: 290px;
}

.promo__content-btn {
	width: 300px;
	transition: 0.3s ease;
}

.button:hover {
	border-radius: 4px;
}

.promo__options {
	width: 100%;
	background: #fff;
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	padding: 50px 110px;
	margin-top: -50px;
   z-index: 1;
}
.promo__options-row {
    display: flex; 
    justify-content: space-between;
    margin-right: -15px;
    margin-left: -15px;
}
.promo__options__item {
	text-align: center;
}

.leaf {
	width: 250px;
	height: 90px;
	background: rgba(11, 48, 67, 0.16);
	border-radius: 80px 0;
	transform: skewX(-9deg);
   margin: -50px 0px 0px -160px;
}

.scheme {
	padding-top: 50px;
}

.scheme-subtitle {
	padding-bottom: 50px;
}

.scheme__content__item {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	cursor: pointer;
}

.scheme-number-1,
.scheme-number-2,
.scheme-number-3,
.scheme-number-4,
.scheme-text-1,
.scheme-text-2,
.scheme-text-3,
.scheme-text-4 {
	transition: 0.3s ease;
}

.scheme-item-1:hover .scheme-number-1,
.scheme-item-2:hover .scheme-number-2,
.scheme-item-3:hover .scheme-number-3,
.scheme-item-4:hover .scheme-number-4,
.scheme-item-5:hover .scheme-number-5 {
	color: rgba(223, 64, 45, 0.8);
}

.scheme-item-1:hover .scheme-text-1,
.scheme-item-2:hover .scheme-text-2,
.scheme-item-3:hover .scheme-text-3,
.scheme-item-4:hover .scheme-text-4,
.scheme-item-5:hover .scheme-text-5 {
	color: #DF402D;;
}


.scheme__content__number {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 64px;
	color: rgba(11, 48, 67, 0.16);
	padding-right: 23px;
	line-height: 1;
}

.scheme__content__text {
	font-size: 18px;
	line-height: 25px;
	color: #000;
}

.scheme__project-polygon-max {
	background: url(../img/Polygon.png) no-repeat;
	width: 412px;
	height: 360px;
	position: relative;
}

.scheme__project-polygon-min {
	background: url(../img/Polygon2.png) no-repeat;
	width: 300px;
	height: 261px;
	position: absolute;
	top: 32px;
    left: 56px;
}

.scheme-circle {
	width: 126px;
	height: 126px;
	display: block;
	background: #F2F2F2;
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
	border-radius: 50%;
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: 0.3s ease;
}
.scheme__project-circle-1 {
	top: -33px;
    left: -15px;
}
.scheme__project-circle-2 {
	top: -33px;
    right: -15px;
}
.scheme__project-circle-3 {
	bottom: -5px;
    left: 143px;
}

.scheme__project-icon-1,
.scheme__project-icon-2,
.scheme__project-icon-4 {
	background-size: contain;
	width: 42px;
	height: 42px;
}



.scheme__project-icon-1 {
	background: url(../img/factory.png) no-repeat;
}
.scheme__project-icon-2 {
	background: url(../img/employee.png) no-repeat;
}
.scheme__project-icon-3 {
	background: url(../img/group.png) no-repeat;
	background-size: contain;
	width: 75px;
	height: 24px;
}

.scheme__project-icon-999{
   background: url(../img/employee.png) no-repeat;
}
.scheme__project-icon-888{
   background: url(../img/buyer.png) no-repeat;
}
.scheme__project-icon-222 {
   background: url(../img/3244123.svg) no-repeat;
   background-size: contain;
	width: 70px;
	height: 42px;
}

.scheme__project-icon-333 {
   background: url(../img/plane.svg) no-repeat;
   background-size: contain;
	width: 55px;
	height: 40px;
}

.scheme__project-text {
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.3;
	text-align: center;
	color: #0B3043;
	margin-top: 7px;
   transition: 0.3s ease;
}

.scheme__project-image {
	width: 52px;
	height: 52px;
	opacity: 0;
	position: absolute;
	top: 95px;
   left: 180px;
   transition: 0.2s ease;
}

.scheme__project-image-1 {
	background: url(../img/icon1.png) no-repeat;
   background-size: contain;
}
.scheme__project-image-2 {
	background: url(../img/icon2.png) no-repeat;
   background-size: contain;
}
.scheme__project-image-3 {
	background: url(../img/icon3.png) no-repeat;
   background-size: contain;
}
.scheme__project-image-4 {
	background: url(../img/icon4.png) no-repeat;
   background-size: contain;
}

.scheme__project-arrow {
	background: url(../img/Arrowbig.png) no-repeat center/cover;
	width: 190px;
   height: 26px;
   opacity: 0;
   position: absolute;
   transition: 0.2s ease;
   z-index: 1;
}
.scheme__project-arrow-1 {
   top: 20px;
   left: 111px;
}
.scheme__project-arrow-2 {
   top: 152px;
   left: 34px;
   transform: rotate(60deg);
}
.scheme__project-arrow-3 {
   width: 204px;
   top: 169px;
   left: -2px;
   transform: rotate(-120deg);
}
.scheme__project-arrow-4 {
   top: 152px;
   right: 34px;
   transform: rotate(120deg);
}





.scheme__project-number {
   font-family: 'Lato', sans-serif;
   font-weight: 900;
   font-size: 24px;
   color: #C4CCCF;
   position: absolute;
   transition: 0.3s ease;
}

.scheme__project-number-1 {
   top: -2px;
   left: 185px;
}
.scheme__project-number-2 {
   top: 135px;
   left: 140px;
}
.scheme__project-number-3 {
   top: 165px;
   left: 50px;
}
.scheme__project-number-4 {
   top: 135px;
   left: 240px;
}

.scheme__project-arrow-static {
   background: url(../img/Arrow234234.png) no-repeat center/cover;
	width: 191px;
   height: 21px;
   position: absolute;
}

.scheme__project-arrow-static-1 {
   transform: rotate(180deg);
   top: 23px;
   left: 111px;
}
.scheme__project-arrow-static-2 {
   transform: rotate(240deg);
   top: 155px;
   left: 33px;
}
.scheme__project-arrow-static-3 {
   width: 204px;
   transform: rotate(60deg);
   top: 171px;
   left: -2px;
}
.scheme__project-arrow-static-4 {
   transform: rotate(300deg);
   top: 155px;
   left: 188px;
}

.scheme__project-arrow-static-1-1,
.scheme__project-arrow-static-1-2,
.scheme__project-arrow-static-1-3,
.scheme__project-arrow-static-1-4,
.scheme__project-arrow-static-1-5,
.scheme__project-arrow-static-1-6 {
   transform: rotate(180deg);
   top: 23px;
   left: 111px;
}
.scheme__project-arrow-static-2-1,
.scheme__project-arrow-static-2-2,
.scheme__project-arrow-static-2-3,
.scheme__project-arrow-static-5-3,
.scheme__project-arrow-static-2-5,
.scheme__project-arrow-static-2-6 {
   transform: rotate(240deg);
   top: 155px;
   left: 33px;
}
.scheme__project-arrow-static-3-1,
.scheme__project-arrow-static-3-2,
.scheme__project-arrow-static-3-3,
.scheme__project-arrow-static-3-4,
.scheme__project-arrow-static-3-5,
.scheme__project-arrow-static-3-6 {
   width: 204px;
   transform: rotate(60deg);
   top: 171px;
   left: -2px;
}
.scheme__project-arrow-static-4-1,
.scheme__project-arrow-static-4-2,
.scheme__project-arrow-static-4-4,
.scheme__project-arrow-static-2-4,
.scheme__project-arrow-static-4-5,
.scheme__project-arrow-static-4-6 {
   transform: rotate(300deg);
   top: 155px;
   left: 188px;
}
.scheme__project-arrow-static-5-1 {
   transform: rotate(240deg);
   top: 155px;
   left: 33px;
}

.scheme__project-arrow-static-4-3 {
   width: 204px;
   transform: rotate(0deg);
   top: -10px;
   left: 104px;
}



.scheme__project-number-1-1,
.scheme__project-number-1-2,
.scheme__project-number-1-3,
.scheme__project-number-1-4,
.scheme__project-number-1-5,
.scheme__project-number-1-6 {
   top: -2px;
   left: 185px;
}
.scheme__project-number-2-1,
.scheme__project-number-2-2,
.scheme__project-number-2-3,
.scheme__project-number-2-5,
.scheme__project-number-2-6 {
   top: 110px;
   left: 120px;
}
.scheme__project-number-3-1,
.scheme__project-number-3-2,
.scheme__project-number-3-3,
.scheme__project-number-3-4,
.scheme__project-number-3-5,
.scheme__project-number-3-6 {
   top: 175px;
   left: 60px;
}
.scheme__project-number-4-1,
.scheme__project-number-4-2,
.scheme__project-number-4-5,
.scheme__project-number-4-6 {
   top: 130px;
   left: 245px;
}
.scheme__project-number-5-1,
.scheme__project-number-5-3 {
   top: 150px;
   left: 145px;
}
.scheme__project-number-4-3 {
   top: -35px;
   left: 185px;
}
.scheme__project-number-2-4 {
   top: 120px;
   left: 255px;
}
.scheme__project-number-4-4 {
   top: 155px;
   left: 235px;
}

.scheme__project-arrow-1-1,
.scheme__project-arrow-1-2,
.scheme__project-arrow-1-3,
.scheme__project-arrow-1-4,
.scheme__project-arrow-1-5,
.scheme__project-arrow-1-6 {
   top: 20px;
   left: 111px;
}
.scheme__project-arrow-2-1,
.scheme__project-arrow-2-2,
.scheme__project-arrow-2-3,
.scheme__project-arrow-2-5,
.scheme__project-arrow-2-6 {
   top: 154px;
   left: 34px;
   transform: rotate(60deg);
}
.scheme__project-arrow-3-1,
.scheme__project-arrow-3-2,
.scheme__project-arrow-3-3,
.scheme__project-arrow-3-4,
.scheme__project-arrow-3-5,
.scheme__project-arrow-3-6 {
   width: 204px;
   transform: rotate(240deg);
   top: 171px;
   left: -2px;
}
.scheme__project-arrow-4-1,
.scheme__project-arrow-4-2,
.scheme__project-arrow-4-4,
.scheme__project-arrow-2-4,
.scheme__project-arrow-4-5,
.scheme__project-arrow-4-6 {
   transform: rotate(120deg);
   top: 155px;
   left: 188px;
}
.scheme__project-arrow-5-1,
.scheme__project-arrow-5-3 {
   top: 154px;
   left: 34px;
   transform: rotate(60deg);
}
.scheme__project-arrow-4-3 {
   transform: rotate(180deg);
   width: 204px;
   top: -13px;
   left: 104px;
}







.scheme__link {
	display: flex;
	align-items: center;
}

.scheme__link-text {
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	color: #0B3043;
	padding-right: 8px;
	transition: 0.2s ease;
}

.scheme__link:hover .scheme__link-text {
	color: #DF402D;
	padding-right: 20px;
}

.scheme__link:hover .link-pic {
	background: url(../img/Arrowbuttonhover.png) no-repeat;
	width: 43px;
	height: 10px;
}

.link-pic {
	background: url(../img/Arrowbutton.png) no-repeat;
	width: 43px;
	height: 10px;
	transition: 0.3s ease;
}

.advantages__ring {
	position: relative;
    z-index: -1;
}

.ring {
	border: 0.5px solid #C3C3C3;
	border-radius: 50%;
	width: 853px;
	height: 853px;
	position: absolute;
	bottom: -30px;
    right: -250px;
}

.ring-mini {
	border: 0.5px solid #C3C3C3;
	border-radius: 50%;
	width: 443px;
	height: 443px;
	position: absolute;
	bottom: 175px;
	right: -45px;
}

.advantages {
	padding: 100px 0;
}

.advantages__block {
	border: 10px solid rgba(11, 48, 67, 0.5);
	border-radius: 4px;
	padding: 64px 44px 24px 44px;
}

.advantages-subtitle {
	padding-bottom: 40px;
}

.advantages__content {
	padding-left: 80px;
}

.advantages__content__item {
	display: flex;
	align-items: center;
	padding-bottom: 40px;
}

.advantages-image-1 {
	background: url(../img/profit.png) no-repeat;
}
.advantages-image-2 {
	background: url(../img/security.png) no-repeat;
}
.advantages-image-3 {
	background: url(../img/wallet.png) no-repeat;
}
.advantages-image-4 {
	background: url(../img/museum.png) no-repeat;
}

.advantages-image-1,
.advantages-image-2,
.advantages-image-3,
.advantages-image-4,
.advantages-image-5,
.advantages-image-6 {
	background-size: contain;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	margin-right: 43px;
}

.advantages-leaf {
	width: 250px;
	height: 90px;
	background: #0B3043;
	border-radius: 80px 0;
	transform: skewX(-9deg);
    margin: -50px 0px 0px -160px;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
}

.control {
	position: relative;
	
}

.control__background {
	background: url(../img/choice.png) no-repeat right;
	width: 100%;
	height: auto;
	display: block;
	margin-top: 110px;
}

.control-subtitle {
	font-size: 48px;
	width: 65%;
}

.control-text {
	font-size: 22px;
	color: #000000;
	padding-top: 34px;
}

.control-leaf {
	float: right;
	margin: 145px 75px 0px 0px;
}

.control__item {
	padding: 24px 58px 50px 58px;
	background: #FFFFFF;
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	width: 77%;
	margin-bottom: 58px;
	transition: 0.3s ease;
}

.control__item:hover {
	transform: scale(1.03);
}

.control__item-bookmark {
	background: #0B3043;
	border-radius: 0px 0px 4px 4px;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	padding: 24px 17px 11px 17px;
	margin-top: -24px;
}

.control__item-subtitle {
	padding: 15px 0;
}

.control__item-text {
	font-size: 18px;
	color: #666666;
}

.control__item__online .control__item-text {
   padding-bottom: 20px;
}

.advantages {
   padding: 80px 0;
}

.control__item__part-title {
	font-size: 14px;
	color: #0B3043;
	padding-top: 32px;
}

.control__item__part-text {
	font-weight: 300;
	font-size: 14px;
	color: #5B5B5B;
	padding-top: 10px;
	padding-bottom: 25px;
}

.link-template {
	float: right;
	display: flex;
	align-items: center;
	transition: 0.3s ease;
}

.link-text {
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #DF402D;
	padding-right: 20px;
}

.link-pic {
   transition: 0.3s ease;
}
	

.link-template:hover .link-pic {
	margin-right: -10px;
	margin-left: 10px;
}

.control__customers__item {
	background: radial-gradient(405.25px at 50% -9.82%, #FFFFFF 0%, rgba(255, 255, 255, 0.69) 100%);
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	padding: 18px 32px 15px 40px;
	transition: 0.3s ease;
	height: 400px;
}

.control__customers-text {
	font-size: 22px;
	color: #000000;
	margin-top: 100px;
	margin-bottom: 40px;
}

.control__customers__item-bookmark {
    background: #DF402D;
    border-radius: 0px 0px 4px 4px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    padding: 16px 17px 11px 17px;
    margin-top: -24px;
}

.control__customers__item-dark p,
.control__customers__item-dark span,
.control__customers__item-dark h3 {
	color: #fff;
}

.control__customers__item-dark-white .control__customers__item-bookmark  {
   background: #fff;
   color: #0B3043 !important;
}

.control__customers__item__part {
	padding-top: 45px;
}
.control__customers__item-dark .control__customers__item__part {
	padding-top: 25px;
}

.control__customers__item-subtitle {
	padding-top: 20px;
}

.control__customers__item-text {
	font-size: 18px;
	line-height: 1.5;
	color: #333;
}

.control__customers__item__part-text {
	font-size: 12px;
	color: #333333;
	opacity: 0.8;
}

.control__customers__item__part-title {
	font-size: 14px;
	color: #333333;
}

.control__customers__item-dark .control__customers__link {
	margin-top: 20px;
}

.control__customers__link {
	margin-top: 20px;
}

.control__customers__item-dark {
	background: url(../img/cart21341.png) no-repeat center/cover;
	width: 100%;
	height: 400px;
}

.control__customers__item-dark .link-pic {
	background: url(../img/Arrowwhite.png) no-repeat;
	width: 43px;
	height: 10px;
}

.control__customers__item:hover {
	transform: scale(1.03);
}

.control__button {
	text-align: center;
	margin: 60px 0 90px 0;
}

.control-btn {
	transition: 0.3s ease;
	width: 354px;
	padding: 18px 0;
}

.control-btn:hover {
	border-radius: 4px;
}

.control__ring {
	position: relative;
	z-index: -1;
}

.control__ring .ring {
	left: 55px;
	right: 0;
	bottom: -390px;
}

.control__ring .ring-mini {
	left: 255px;
	bottom: -185px;
}

.algorithm {
	padding-bottom: 100px;
}

.algorithm__content {
	width: 800px;
	height: 260px;
	border: 1px solid #0B3043;
	border-radius: 4px;
	border-left: 0;
	position: relative;
	margin-top: 120px;
	margin-left: 144px;
}

.algorithm__content__item {
	cursor: pointer;
	width: 100%;
    height: 120px;
}

.algorithm__content__text-1 {
	color: #000000;
    margin-top: -75px;
	width: 35%;
}
.algorithm__content__text-2 {
	color: #000000;
	margin-left: 390px;
    margin-top: -120px;
    width: 25%;
}
.algorithm__content__text-3 {
	color: #000000;
    position: absolute;
    top: 43px;
    right: -265px;
    width: 30%;
}
.algorithm__content__text-4 {
	color: #000000;
	position: absolute;
    top: 150px;
    right: -265px;
    width: 30%;
}
.algorithm__content__text-5 {
	color: #000000;
    margin-left: 390px;
    margin-top: -70px;
	width: 35%;
}
.algorithm__content__text-6 {
	color: #000000;
    margin-top: -120px;
    width: 25%;
}

.algorithm__content__text-link {
	color: #000;
	text-decoration: underline;
}

.algorithm__content__circle {
	width: 15px;
	height: 15px;
	background: #DF402D;
	border-radius: 50%;
	position: absolute;
    transition: 0.3s ease;
}
.algorithm-circle-1 {
	top: -8px;
	left: 0;
}
.algorithm-circle-2 {
	top: -8px;
	left: 390px;
}
.algorithm-circle-3 {
	top: 48px;
	right: -7px;
}
.algorithm-circle-4 {
	top: 156px;
	right: -7px;
}
.algorithm-circle-5 {
	bottom: -8px;
    left: 390px;
}
.algorithm-circle-6 {
	bottom: -8px;
	left: 0;
}

/* .algorithm__item-1:hover .algorithm-circle-1 {
   width: 28px;
   height: 28px;
   top: -14px;
   left: -9px;
}

.algorithm__item-2:hover .algorithm-circle-2 {
   width: 28px;
   height: 28px;
   top: -14px;
   left: 380px;
}

.algorithm__item-3:hover .algorithm-circle-3 {
   width: 28px;
   height: 28px;
   top: 38px;
   right: -13px;
}

.algorithm__item-4:hover .algorithm-circle-4 {
   width: 28px;
   height: 28px;
   top: 148px;
   right: -15px;
}

.algorithm__item-5:hover .algorithm-circle-5 {
   width: 28px;
   height: 28px;
   bottom: -13px;
    left: 382px;
}

.algorithm__item-6:hover .algorithm-circle-6 {
   width: 28px;
   height: 28px;
   bottom: -13px;
   left: -8px;
} */

.algorithm__content-mobile {
	display: none;
}
	
.algorithm__content__arrow {
	background: url(../img/Arrowalg1.png) no-repeat;
	width: 116px;
	height: 8px;
    position: absolute;
}

.algorithm__content__arrow-2 {
	background: url(../img/Arrowalg2.png) no-repeat;
	width: 8px;
    height: 49px;
    position: absolute;
}
.algorithm-arrow-1 {
    top: -4px;
    left: 12px;
}
.algorithm-arrow-2 {
    top: -4px;
    left: 402px;
}
.algorithm-arrow-3 {
    top: 60px;
    right: -4px;
}
.algorithm-arrow-4 {
    top: 168px;
    right: -4px;
}
.algorithm-arrow-5 {
    bottom: -25px;
    left: 362px;
    transform: rotate(90deg);
}

.conditions {
	position: relative;
	padding: 90px 0 5px 0;
}

.conditions__block {
	background: url(../img/jeshoots.png) no-repeat;
	width: 84%;
	height: 568px;
	border-radius: 8px 8px 0 0;
	margin-bottom: -4px;
}

.conditions__block__container {
	position: absolute;
	top: 40px;
	left: 0;
	width: 790px;
	background: #0B3043;
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	padding: 96px 122px 112px 122px;
	margin-left: 240px;
	z-index: 1;
}

.conditions__content-text {
	color: #fff;
	font-size: 22px;
	padding-bottom: 50px;
	width: 70%;
}

.conditions-btn {
	width: 240px;
}

.page-footer {
	padding: 74px 0 82px 0;
	background: #F8F8F8;
}

.page-footer-logo {
	background: url(../img/logoheader.png) no-repeat;
	background-size: contain;
	width: 202px;
	height: 58px;
	display: block;
}

.page-footer__list {
	display: flex;
}

.page-footer__item {
	margin-right: 30px;
	margin-top: 10px;
}

.page-footer__item-link {
	color: #000;
	font-size: 14px;
}

.page-footer__bottom {
	padding-top: 12px;
}

.page-footer__rightblock {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.page-footer__rightblock-image {
	background: url(../img/asap.png) no-repeat;
	width: 40px;
	height: 37px;
	margin-right: 13px;
}

.page-footer__bottom-text,
.page-footer__bottom-link {
	margin-top: 24px;
	font-size: 14px;
	color: #000;
}

.page-footer__bottom-link:hover {
	text-decoration: underline;
}

.page-footer__block-text,
.page-footer__block-link {
	font-size: 14px;
	color: #000;
}

.page-footer__block-link:hover {
   text-decoration: underline;
}

#politikakonfidencialnosti .modal-content {
	padding: 70px;
    margin-top: 110px;
}

#politikakonfidencialnosti .subtitle-modal {
	padding-bottom: 30px;
}

/*Factoring//////////////////////////////////////////////////*/

.factoring-promo {
	padding-bottom: 140px;
}

.factoring-promo__block {
	background: url(../img/tetet.png) no-repeat;
	width: 100%;
	height: 600px;
	z-index: -1;
}

.factoring-promo__content {
	background: rgba(242, 242, 242, 0.7);
	border: 10px solid rgba(11, 48, 67, 0.5);
	border-radius: 8px;
	padding: 64px 30px 51px 46px;
	width: 85%;
	margin-top: -365px;
}

.factoring-promo-title {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 36px;
	color: #0B3043;
	padding-bottom: 36px;
}

.factoring-promo-text {
	font-size: 18px;
	line-height: 1.5;
	color: #000000;
	width: 60%;
	padding-left: 20px;
}

.supervisor {
	position: relative;
	padding-top: 40px;
}

.supervisor-image {
	background: url(../img/marius234536.png) no-repeat;
	width: 100%;
	height: 600px;
}

.supervisor__block-pic {
	background: url(../img/23423.png) no-repeat;
	width: 153px;
	height: 109px;
}

.supervisor__block-text {
   width: 90%;
	font-style: italic;
	font-weight: 300;
	font-size: 24px;
	line-height: 1.5;
	color: #000000;
	padding-left: 90px;
}

.supervisor__message {
	background: linear-gradient(180deg, #075C88 0%, rgba(3, 26, 37, 0) 521.83%), #0B3043;
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	width: 505px;
	padding: 36px 30px 36px 58px;
	position: absolute;
	bottom: 60px;
    left: -185px;
    z-index: 1;
}

.supervisor__message-mobile {
	display: none;
}

.supervisor__message-title {
	font-weight: 300;
	font-size: 18px;
	line-height: 1.5;
	color: #FFF;
	padding-bottom: 5px;
}

.supervisor__message-text {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	line-height: 1.5;
	color: #FFFFFF;
}

.supervisor__ring {
	position: absolute;
	bottom: -180px;
    right: -110px;
    z-index: -1;
}

.supervisor__role__item {
	padding-top: 130px;
	padding-bottom: 50px;
}

.supervisor__role-title {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 36px;
	line-height: 1;
	color: #0B3043;
}

.supervisor__role-text {
	font-size: 18px;
	line-height: 1.8;
	color: #000000;
	padding-bottom: 35px;
	width: 310px;
}

.supervisor__role__item {
	display: flex;
}

.ouradvantages {
	position: relative;
}

.ouradvantages__item {
	display: flex;
	align-items: center;
}

.ouradvantages-subtitle {
	padding-bottom: 55px;
}

.ouradvantages__item-image {
	margin-right: 32px;
}

.ouradvantages-image-1,
.ouradvantages-image-2,
.ouradvantages-image-3,
.ouradvantages-image-4 {
	background-size: contain;
	width: 42px;
	height: 42px;
}
.ouradvantages-image-1 {
	background: url(../img/handchake.png) no-repeat;
}
.ouradvantages-image-2 {
	background: url(../img/Vect43223.png) no-repeat;
}
.ouradvantages-image-3 {
	background: url(../img/Vector23424234.png) no-repeat;
}
.ouradvantages-image-4 {
	background: url(../img/6555786.png) no-repeat;
}

.ouradvantages__item {
	padding-bottom: 45px;
}

.ouradvantages__item-title {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	line-height: 1.5;
	color: #000000;
}

.ouradvantages__item-text {
	font-size: 18px;
	line-height: 1.5;
	color: #000000;
}

.conditions-sh {
	padding: 136px 0 212px 0;
	position: relative;
}

.conditions__box-sh {
	background: #0B3043;
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	padding: 128px 30px 134px 117px;
	margin-left: 15px;
	width: 45%;
	position: absolute;
   bottom: 150px;
   right: 200px;
   z-index: 1;
}

.conditions__block-sh {
	background: url(../img/plash.png) no-repeat;
	width: 710px;
	height: 456px;
	border-radius: 8px;
	margin-left: 227px;
}

.conditions__content-text-sh {
	font-size: 23px;
	line-height: 1.2;
	color: #FFFFFF;
	padding-bottom: 50px;
	width: 70%;
}

.factoring-conditions-btn {
	width: 260px;
}

.ouradvantages__ring {
	position: absolute;
    left: 610px;
    bottom: -480px;
    z-index: -1;
}



/*description//////////////////////////////////////////////////*/



.promo-descrip {
	padding-bottom: 70px;
}
    
.promo-descrip__image {
	background: url(../img/unsplash.png) no-repeat;
	width: 100%;
	height: 456px;
}

.promo-descrip__block__content {
	margin-top: 155px;
}

.promo-descrip__image {
	margin-top: -328px;
}

.promo-descrip__content-title {
	padding-bottom: 40px;
}

.promo-descrip__content-text {
	font-size: 18px;
	line-height: 1.7;
	color: #000;
	width: 45%;
}

.benefit {
	padding-bottom: 35px;
	position: relative;
}

.benefit-title {
	padding-bottom: 60px;
}

.benefit__block__item {
	background: #fff;
	padding: 20px 26px 55px 85px;
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
}

.benefit__block__item-title {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
	color: #FFF;
	padding: 18px 0 11px 0;
	background: #0B3043;
	border-radius: 0px 0px 4px 4px;
	width: 135px;
	margin-top: -20px;
	margin-left: -34px;
}

.benefit__block__item-text {
	font-size: 14px;
	line-height: 1.7;
	color: #000;
	padding-top: 40px;
	position: relative;
}

.benefit__block__item-text:after {
	content: '';
	display: block;
	width: 18px;
	height: 2px;
	background: #c4c4c4;
	position: absolute;
    top: 51px;
    left: -32px;
}

.benefit__block-box {
	z-index: 1;
}

.benefit__ring {
	position: absolute;
    bottom: -90px;
    right: 215px;
}

.benefit-leaf {
    margin: -455px 0px 405px -160px;
}

.benefit__block-box-full {
	margin-top: 74px;
}

.benefit__block-box-full .benefit__block__item-title {
	width: 181px;
	background: #DF402D;
}

.benefit__block-box-full .benefit__block__item {
	padding: 20px 26px 93px 105px;
}

.benefit__block-box-full .benefit__block__item-text {
    width: 82%;
    padding-top: 39px;
    font-size: 16px;
}

.benefit__block-box-full .row {
    padding-top: 31px;
}

.benefit__block-box-full .benefit__block__item-text:after {
    top: 49px;
}

.kindstab-title {
	padding-bottom: 60px;
}

.benefit-leaf-2 {
    margin: 80px -260px 0 0;
    float: right;
}

.kindstab {
	padding-top: 65px;
}

.nav-pills .nav-link {
	width: 306px;
	color: #fff;
	background: #77848A;
	border-radius: 8px;
    padding: 78px 25px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 18px;
    transition: 0.5s ease;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	width: 306px;
	color: #0B3043;
	background: #F6F6F6;
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
    padding: 78px 25px;
    text-align: center;
    z-index: 0;
    font-size: 18px;
    margin-bottom: -10px;
}

.kindstab__block-mobile {
	display: none;
}

.kindstab__tabs {
    width: 715px;
	padding: 44px 112px 200px 58px;
	background: #F6F6F6;
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
    margin-left: -4px;
    z-index: 10;
}

.nav.flex-column.nav-pills {
	margin-top: 37px;
}

.kindstab {
	position: relative;
}

.kindstab__tabs-text {
	font-size: 18px;
	line-height: 1.7;
	color: #000000;
	margin-bottom: 50px;
}

.kindstab__tabs-title {
	line-height: 1.3;
}

.kindstab-leaf {
	float: right;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
    background: #0B3043;
    margin-right: 35px;
}

.kindstab__ring {
	position: absolute;
    bottom: -400px;
    left: 750px;
    z-index: -1;
}

.kindstab-conditions-btn {
	width: 235px;
}

.kindstab-conditions__block {
    background: url(../img/krasnodar9.png) no-repeat;
    width: 700px;
}



/*suppliers//////////////////////////////////////////////////*/


.promo-suppliers {
	
}

.promo-suppliers {
	position: relative;
}

.promo-suppliers-pic {
	z-index: -1;
}

.promo-suppliers-image {
	background: url(../img/i28592012.png) no-repeat right;
	width: 100%;
	height: 580px;
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
}

.promo-suppliers__block {
	background: #f1f1f1;
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
	padding: 50px 50px;
	float: right;
	width: 71%;
   margin-top: -370px;
}

.promo-suppliers__block-title {
   font-size: 36px;
   color: #0B3043;
   font-weight: bold;
   margin-bottom: 10px;
}

.promo-suppliers-arrow {
	background: url(../img/Arro42w.png) no-repeat;
	width: 19px;
	height: 16px;
	position: absolute;
	top: 165px;
    left: 350px;
}

.promo-suppliers-title {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 48px;
	line-height: 1.8;
	color: #FFF;
    margin-right: -87px;
}

.recourse {
	padding: 83px 0 32px 0;
	position: relative;
}

.recourse-subtitle {
	padding-bottom: 28px;
}

.recourse__text {
	padding-top: 15px;
	font-size: 18px;
	line-height: 1.8;
	color: #000;
	width: 75%;
}

.recourse__box {
	background: linear-gradient(180deg, #FFFFFF 0.01%, rgba(255, 255, 255, 0) 727.38%), #0B3043;
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	padding: 65px 87px 60px 62px;
	/* margin: 40px 15px 0 15px; */
	margin-top: 40px;
}

.recourse__box-text {
	color: #181818;
	padding-bottom: 30px;
	font-weight: 300;
}

.recourse__box-text-2 {
	font-weight: normal;
	font-size: 18px;
	color: #0B3043;
}

.text-bold {
	font-size: 36px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 0;
}

.recourse__ring {
    position: absolute;
    bottom: -20px;
    left: 720px;
    z-index: -1;
}

.recourse__bonus {
	display: flex;
	justify-content: space-between;
}

.notrecourse .recourse__bonus {
	flex-direction: column;
	justify-content: center;
}
.notrecourse .recourse__box {
   margin: 40px 15px 0 0;
}

.recourse__bonus-text {
	color: #000;
	font-size: 18px;
	padding-top: 30px;
}

.recourse__button {
	text-align: center;
	margin-top: 67px;
}

.recourse-btn {
	width: 353px;	
}

.confidential {
	position: relative;
}

.confidential .row {
	align-items: center;
}

.confidential .recourse__bonus {
	flex-direction: column;
}

.confidential .recourse__bonus-text {
	padding-top: 20px;
	padding-left: 33px;
}

.confidential__ring {
	position: absolute;
	bottom: 190px;
    right: 210px;
    z-index: -1;
}

.confidential .recourse__box {
	padding-left: 167px;
}

.scheme .scheme__block {
	display: flex;
	align-items: center;
}

.recourse .scheme__block {
	display: flex;
	align-items: center;
	padding-top: 50px;
}


/*buyers//////////////////////////////////////////////////*/


.promo-buyers .promo-suppliers-image {
	background: url(../img/nsplash.png) no-repeat right;
}

.notrecourse {
	position: relative;
	padding-bottom: 38px;
}

.notrecourse__ring {
	position: absolute;
	bottom: -90px;
    left: 610px;
	z-index: -1;
}

.notrecourse-2 {
   padding-bottom: 123px; 
}


.notrecourse-2 .recourse__bonus-text {
	text-align: center;
}


	
/*connection//////////////////////////////////////////////////*/

.connection {
	padding-top: 200px;
}

.card {
	margin-bottom: 40px;
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
}

.card.collapsed {
	margin-bottom: 40px;
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
}

.btn.btn-link {
	width: 100%;
	text-align: left;
	background: url(../img/qwe123.png) no-repeat right;
	background-position: right 5px top 30px;
	border-radius: 8px;
    border-bottom: 0;
    padding: 53px 53px 24px 53px;
    font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 26px;
	line-height: 1.7;
	color: #0B3043;
	text-decoration: none;
	transition: 0.3s ease;
	box-shadow: none;
}

.btn.btn-link.collapsed {
	padding-top: 24px;
	border-bottom: 0;
}

.card-header {
	padding: 0;
	border-bottom: 0;
}

.card-body {
	padding: 0 90px 70px 90px;
	background: rgba(0,0,0,.03);
}

.connection {
	position: relative;
}

.connection-title {
	font-size: 18px;
	line-height: 1.7;
	color: #666;
	padding-bottom: 18px;
	margin-left: -40px;
}

.connection-text {
	font-size: 16px;
	line-height: 1.7;
	color: #000;
	position: relative;
}

.connection-text:after {
	content: '';
	display: block;
	width: 18px;
	height: 2px;
	background: #c4c4c4;
	position: absolute;
    top: 13px;
    left: -32px;
}

.mb-0 {
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 30px;
}

.connection__block {
	background: url(../img/splash.png) no-repeat;
}

.connection__ring {
	position: absolute;
	bottom: 390px;
    right: 170px;
    z-index: -1;
}

.form__container {
	padding: 44px 128px 74px 105px;
	background: #f2f2f2;
	border-radius: 4px;
}

.form__feedback {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.form__feedback input {
	width: 100%;
}

.form-subtitle {
	padding-bottom: 55px;
}

input:focus ~ label,
textarea:focus ~ label,
input:valid ~ label,
textarea:valid ~ label {
	top: -25px;
	transition: all 0.3s cubic-bezier(0.2, 0, 0.03, 1);
	font-size: 11px;
	line-height: 1.4;
	color: #646464;
}
.form__feedback__item {
	float: left;
	width: 37.5%;
	position: relative;
}

.custom_form_factoring .form__feedback__item {
    margin-right: 30px;
    width: 46%;
}
.form__feedback__item label {
	padding: 10px;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s cubic-bezier(0.2, 0, 0.03, 1);
	pointer-events: none;
	font-size: 16px;
	line-height: 1.4;
	color: #C5C4C4;
}

.form__feedback__item__button {
	margin: 14px auto 0 auto;
	text-align: center;
}

.form__feedback__item .form__form-btn {
	width: 260px;
	margin-top: 14px;
}

.modal-dialog {
	max-width: 100%;
	margin-top: 150px;
}

.modal-body {
	padding: 0;
}

.map-contacts {
   position: relative;
}

.map-contacts h1 {
   padding-bottom: 30px;
}

.map-contacts .map-block {
   top: 220px;
   right: 50px;
}

.map-contacts#map {
   height: 740px;
}

.map-block {
	width: 456px;
	height: 361px;
	background: #F2F2F2;
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
	padding: 44px 15px 52px 61px;
	position: absolute;
	top: 0;
	left: 350px;
	z-index: 1;
}

.map-tel {
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.6;
	color: #0B3043;
	margin-bottom: 8px;

}

.map-mail {
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6;
	color: #0B3043;
	margin-bottom: 8px;
	display: block;
}

.map-address {
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6;
	color: #0B3043;
	text-decoration-line: underline;
	margin-bottom: 8px;
}

.map-download {
	display: flex;
	align-items: center;
	margin-top: 25px;
}

.map-download-pic {
	background: url(../img/download.png) no-repeat;
	width: 24px;
	height: 24px;
	margin-right: 16px;
}

.map-download-text {
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6;
	text-decoration-line: underline;
	text-transform: uppercase;
	color: #DF402D;
}

.modal-cancel {
	background: url(../img/cancel.png) no-repeat;
	width: 20px;
	height: 20px;
	margin: 30px;
}

/*Factoring for members//////////////////////////////////////////////////*/
.row-factor {
   margin: 0;
}
.factor-gov {
   background-color: #F2F2F2;
   position: relative;
}
.factor__container {
   min-height: 558px;
   display: flex;
   align-items: center;
}
.factor__content-title {
   font-size: 60px;
   margin-top: 15px;
   letter-spacing: -1px;
   line-height: 1;
}
.factor__content-text {
   margin-top: 30px;
   max-width: 350px;
   font-weight: 500;
   color: #000000;
   line-height: 1.4;
}
.factor__content__button {
   margin-top: 55px;
}
.factor__content-btn {
   height: 65px;
}
.factor__image {
   position: absolute;
   right: 0;
   top: 0;
   width: 50%;
}
.factor__options {
   background-color: #ffffff;
   box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
   border-radius: 12px;
   position: relative;
   z-index: 1;
   padding: 40px 80px 65px 80px;
}
.factor__text {
   font-size: 24px;
   font-weight: 500;
}
.factor__options__item {
   margin-top: 35px;
   width: calc(64% / 3);
   margin-right: 0;
   padding-left: 15px;
}
.factor__options__item:last-of-type {
   margin-right: 0;
}
.factor__options__item:nth-of-type(2) {
   width: 31%;
   margin-right: 3%;
}
.factor__options__title {
   font-size: 14px;
   line-height: 1.3;
   min-height: 56px;
   padding: 0;
}
.factor__options__title-day {
   font-size: 18px;
   line-height: 1.6;
   display: flex;
   align-items: center;
   
}
.factor__options__title-strong {
   font-size: 36px;
   font-weight: 700;
}
.factor__options__title-bold {
   font-size: 18px;
   font-weight: 700;
}
.factor__options__text {
   color: #A6A6A6;
}
.scheme-factor {
   background-color: #F2F2F2;
   padding-top: 120px;
}
.advantages-factor {
   background-color: #F2F2F2;
   padding-top: 120px;
}
.advantages__content-factor {
   margin: 0;
}
.advantages__block-factor {
   padding: 80px 50px 80px 60px; 
}
.advantages-subtitle-factor {
   padding-bottom: 60px;
}
.advantages__content__item-factor {
   align-items: flex-start;
   padding: 0;
}
.advantage__item-light {
   color: #828282;
}
.advantages__item-text-size {
   font-size: 18px;
   max-width: 250px;
   color: #1A1A1A;
}
.advantages-image-3-factor {
   margin-right: 20px;
}
.advantages-image-5 {
   background-image: url(../img/factor-time.png);
   margin-right: 20px;
   
}
.advantages-image-6 {
   background-image: url(../img/factor-doc.png);
   margin-right: 20px;
}

.scheme-factor {
   position: relative;
}
.scheme__project-polygon-max-factor {
   background-image: url('../img/Polygon-factor.png');
   width: 761px;
   height: 488px;
}
.scheme-subtitle-factor {
   padding-bottom: 60px;
}
.scheme__project-circle-1_factor {
   top: -33px;
   left: -40px;
   z-index: 2;
}
.scheme__project-circle-2_factor {
   top: -33px;
   left: 260px;
   z-index: 2;
}
.scheme__project-circle-3_factor {
   top: -33px;
   right: 80px;
   z-index: 2;
}
.scheme__project-circle-4_factor {
   bottom: 100px;
   left: 260px;
   z-index: 2;
}
.scheme__project-arrow-static-1_factor {
   transform: rotate(270deg);
   top: 155px;
   left: 226px;
}
.scheme__project-arrow-1_factor {
   transform: rotate(90deg);
   left: 227px;
   top: 154px;
}
.scheme__project-arrow-static-2_factor {
   background: url('../img/arrow_factor.png') no-repeat center/cover;
   width: 300px;
   left: 34px;
   top: 154px;
   transform: rotate(-132deg);
}
.scheme__project-arrow-2_factor {
   background: url('../img/arrow_factor-active.png') no-repeat center/cover;
   width: 343px;
   height: 27px;
   left: 28px;
   top: 166px;
   transform: rotate(-132deg);
}
.scheme__project-arrow-static-3_factor {
   left: 68px;
   top: 18px;
   transform: rotate(180deg);
}
.scheme__project-arrow-3_factor {
   left: 70px;
   top: 15px;
}
.scheme__project-arrow-static-4_factor {
   right: 206px;
   top: 17px;
   transform: rotate(180deg);
}
.scheme__project-arrow-4_factor {
   right: 206px;
   top: 14px;
}
.scheme__project-arrow-static-5_factor {
   background: url('../img/arrow_factor.png') no-repeat center/cover;
   right: 148px;
   top: 149px;
   width: 304px;
   transform: rotate(132deg);
}
.scheme__project-arrow-5_factor {
   background: url('../img/arrow_factor-active.png') no-repeat center/cover;
   right: 115px;
   top: 133px;
   width: 344px;
   transform: rotate(132deg);
}
.scheme__project-number-1_factor {
   top: 150px;
   right: 395px;
}
.scheme__project-number-2_factor {
   top: 150px;
   left: 146px;
}
.scheme__project-number-3_factor {
   top: -5px;
   left: 150px;
}
.scheme__project-number-4_factor {
   top: -5px;
   right: 280px;
}
.scheme__project-number-5_factor {
   top: 150px;
   right: 266px;
}
.scheme__project-icon-4 {
   background: url('../img/buyer.png') no-repeat;
}
.benefit__ring-factor {
   right: -15%;
   bottom: -40%;
   opacity: 0.5;
}
.advantages__container-factor {
   position: relative;
}

.features {
   background: #F2F2F2;
   padding: 120px 0 100px;
}
.features__container {
   margin-top: 50px;
   padding: 0 110px 80px 50px;
   background: #ffffff;
   box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
   border-radius: 12px;
}
.features__item {
   display: flex;
   margin-top: 80px;
}
.features-img {
   min-width: 50px;
   min-height: 50px;
   max-height: 75px;
   margin-right: 20px;
   background-size: contain;
   background-repeat: no-repeat;
}
.features-text {
   font-size: 17px;
}
.features-img-1 {
   background-image: url('../img/factor-calendar.png');
}
.features-img-2 {
   background-image: url('../img/factor-int.png');
}
.features-img-3 {
   background-image: url('../img/factor-graph.png');
}
.features-img-4 {
   background-image: url('../img/factor-agree.png');
}
.features-img-5 {
   background-image: url('../img/factor-calc.png');
}
.features-img-6 {
   background-image: url('../img/factor-redoc.png');
}
.row-bottom {
   margin-top: 40px;
}
.control__button-factor {
   text-align: right;
}
.feedback-factor {
   background: #f2f2f2;
}
.feedback-factor__box {
   max-width: 1440px;
   position: relative;
   min-height: 520px;
   
}
.feedback-factor__application {
   width: 50%;
   height: 380px;
   padding: 6% 0 0 9%;
   position: absolute;
   left: 0;
   top: 0;
   background-color: #0B3043;
   color: #ffffff;
   border-radius: 8px;
   z-index: 1;
}
.feedback-factor__text {
   font-size: 22px;
   line-height: 1.45;
}
.feedback-factor__btn {
   margin-top: 50px;
}
.feedback-factor__btn-box {
   width: 100%;
}
.feedback-factor__image {
   background: url('../img/quiz-bg.jpg');
   background-size: cover;
   background-repeat: no-repeat;
   width: 60%;
   height: 420px;
   position: absolute;
   right: 0;
   bottom: 0;
   z-index: 0;
   border-radius: 12px;
}

.quiz-title {
   color: #ffffff;
}
.quiz-subtitle {
   color: #ffffff;
   font-size: 24px;
   line-height: 1.3;
   margin-top: 20px;
}

.form-min {
   width: 50%;
}
.form__feedback__item-min {
   width: 100%;
}
ul.page-header__list {
    padding: 0!important;
}

.recourse__box-mod{
width: 50%;
margin-left: auto;
margin-right: auto;
padding: 65px 62px 60px 62px !important;
 }


@media screen and (max-width:991px){
.custom_form_factoring .form__feedback__item {
    margin-right: 0px;
    width: 100%;
}


	
}


@media screen and (max-width:781px){
.recourse__box-mod{
width:100%;
}

}
  
.h-override{
   padding-top: 15px;
    font-size: 18px;
    line-height: 1.8;
    color: #000;
    float:left;
    font-weight:400;
}
.h-override-no-float{
   padding-top: 15px;
    font-size: 18px;
    line-height: 1.8;
    color: #000;
    font-weight:400;
}
.h-override-no-float-16{
   padding-top: 15px;
    font-size: 16px !important;
    line-height: 1.8;
}
.h-override-no-float-16-300{
   padding-top: 15px;
    font-size: 16px;
    line-height: 1.8;
    font-weight:300;
}
.h-override-no-float-lh-25-nop{
    font-size: 18px;
    color: #000;
    font-weight:400;
    line-height:25px;
}
.blog-btn{
   padding:10px 20px 10px 20px;
}
.blog-header{
   margin-bottom:0px;
   margin-top:80px;
}
button.button-fb.button {
    margin: 30px auto;
    display: block;
}
.recaptcha-block {
    display: none;
}
.policy-container p {
    margin: 0 0 0.9em 0;
}
.policy-container h4 {
    margin: 0 0 0.9em 0;
}
.policy-container {
    padding:60px 0 40px 0;
}