@media screen and (max-width: 1600px) {
	.promo-suppliers-arrow {
	    left: 200px;
	}
   
	.map-block {
		left: 180px;
	}
	
	.conditions__block__container {
   	margin-left: 180px;
   }
   
   .scheme__content__item {
      margin-bottom: 30px;
   }
}

@media screen and (max-width: 1366px) {
	.promo-suppliers-arrow {
	    left: 80px;
	}

	.map-block {
		left: 70px;
	}
	
	.conditions__block__container {
       width: 52%;
       margin: 0 15px;
   }
   
   .conditions__box-sh {
      width: 55%;
      right: 0;
   }
   
   .conditions__block-sh {
       margin-left: 70px;
   }
}

@media screen and (max-width: 1220px) {
	.algorithm__content {
		margin-left: 0;
		width: 750px;
	}

	.conditions__block-sh {
		margin-left: 0;
	}

	.conditions__content-text-sh {
		width: 100%;
	}

	.promo-suppliers__block {
	    margin-right: 15px;
	}
	
	.control__customers__item-subtitle {
	   font-size: 26px;
	}
	.factor__image {
	   display: none;
	}
	.factor__options__item,
	.factor__options__item:nth-of-type(2){
	   width: 50%;
	   margin-right: 0;
	}
	.scheme__project-polygon-max-factor {
	   transform: scale(0.9);
	}
	
}

@media screen and (max-width: 1200px) {
	.page-header__list {
		padding-left: 0;
	}
	.page-header__item {
		padding: 0 12px;
	}

	.promo__options {
		padding: 40px 110px 35px 110px;
	}

	.promo__options__item {
		padding-top: 35px;
	}

	.promo__options__title {
		padding-bottom: 0;
	}

	.scheme {
   		padding-top: 40px;
	}

	.conditions__content-text {
		width: 100%;
	}

	.promo-descrip__block__content {
		padding: 0 40px;
	}

	.kindstab__tabs {
		margin-left: -93px;
	}

	.factoring-promo__content {
		width: 100%;
	}

	.notrecourse {
		padding-bottom: 0;
	}

	.recourse .scheme__block {
		padding-bottom: 0;
	}
	
	.conditions .row {
	   display: none;
	}
	
	.conditions__block__container {
	   position: initial;
	   width: 70%;
      margin: 0 auto 50px auto;
	}
	
	.algorithm {
	   padding-bottom : 80px;
	}
	
	.conditions {
	   padding: 0;
	}
}

@media screen and (max-width: 1024px) { 

	.algorithm__content {
		display: none;
	}

	.algorithm__content-mobile {
		display: block;
	}

	.algorithm__content-mobile-block {
		display: flex;
		margin-top: 40px;
	}

	.mobile-circle {
		width: 15px;
		height: 15px;
		background: #DF402D;
		border-radius: 50%;
		margin-right: 11px;
	}

	.mobile-arrow {
		background: url(../img/Arrow2_5.png) no-repeat;
		width: 4px;
		height: 59px;
		margin-left: 6px;
	}

	.algorithm__content-mobile__text {
		font-weight: normal;
		font-size: 16px;
		line-height: 1.1;
		color: #000000;
		margin-bottom: 57px;
	}

	.algorithm__content-mobile__text-link {
		font-weight: normal;
		font-size: 16px;
		text-decoration: underline;
		color: #000000;
	}

	.kindstab__tabs {
		margin-left: -32px;
	}

	.map-block {
	    width: 375px;
	    height: 225px;
	    padding: 25px 15px 25px 25px;
	}

	.map-download {
	    margin-top: 20px;
	}

	.map-contacts h1 {
		font-size: 24px;
		padding-bottom: 15px;
	}

	.map-tel {
		font-size: 18px;
		margin-bottom: 0;
	}

	.map-mail,
	.map-address {
		font-size: 16px;
		margin-bottom: 0;
	}
	
	.algorithm {
       padding-bottom: 80px;
   }
   
	.supervisor__block-text {
	    font-size: 18px;
	    padding-left: 25px;
	}
	.features {
      padding-top: 50px;
   }
   .features__container {
      margin-top: 20px;
   }
   .features__item {
      margin-top: 60px;
   }
   .control__button-factor {
      margin-bottom: 0;
   }
	.feedback-factor__application {
      width: 100%;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      flex-wrap: wrap;
      padding: 0;
      height: 450px;
      background-image: url('../img/quiz-bg.jpg');
      padding: 0 15px;
      border-radius: 0;
   }
   .feedback-factor__text {
      width: 100%;
      padding-top: 120px;
   }
   .feedback-factor__btn-box {
      padding-bottom: 120px;
      width: 100%;
      display: flex;
      justify-content: flex-end;
   }
   .feedback-factor__btn {
      margin: 0;
   }
   .feedback-factor__image {
      display: none;
   }
   .feedback-factor__box {
      min-height: 450px;
   }
}

@media screen and (max-width: 992px) {
   .wrapper {
      margin-top: 90px;
   }
	.page-header__container {
		padding: 13px 15px;
	}
   
	.page-header__navigation {
		display: none;
	}

	.page-header-logo {
		order: 1;
	}

	.page-header__contact {
		order: 0;
	}

	.burger {
		cursor: pointer;
		display: inline-block;
		width: 17px;
		height: 17px;
		transition: 0.4s;
		position: relative;
		overflow: hidden;
		order: 2;
   }
   
   .burger.active {
		overflow: hidden;
		width: 17px;
		transition: all 0.4s ease;
   }
   
   .burger-global {
		backface-visibility: hidden;
		position: absolute;
		border-top: 1px solid #4f4f4f;
		width: 100%;
		transition: 0.4s ease-out;
   }
   .burger-top {
		top: 0px;
		left: 0;
   }
   .burger-middle-top {
   		width: 11px;
		top: 5px;
		right: 0;
   }
   .burger-middle-bottom {
		top: 10px;
		left: 0;
   }
   .burger-bottom {
   		width: 11px;
	   top: 15px;
	   right: 0;
   }

   .burger.active .burger-top {
		transform: rotate(-225deg);
		top: 8px;
   }
   .burger.active .burger-middle-top {
		right: 17px;
   }
   .burger.active .burger-bottom {
		right: -11px;
   }
   .burger.active .burger-middle-bottom {
		transform: rotate(225deg);
		top: 8px;
   }

   .page-header__list {
		display: block;
		padding-top: 55px;
   }

   .page-header__item {
   		text-align: right;
   }

   .page-header__link {
		line-height: 50px;
		margin-top: 18px;
   }

   .page-header__navigation {
      transition: 0.5s ease;
      transform: translateX(100%);
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 0;
      display: block;
      visibility: hidden;
      opacity: 0;
   }   

   .page-header__navigation-open {
      transition: 0.5s;
      visibility: visible;
      opacity: 1;
      background: #e9e9e9;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
      transform: translateX(0%);
      width: 270px;
      height: 100vh;
   }

   .scheme__block__project {
   		display: none;
   }

   .control__item {
   		width: 100%;
   }

   .conditions__block__container {
   		padding: 96px 40px 112px 40px;
   }

   .btn.btn-link {
		font-size: 20px;
		background-position: right 5px top 23px;
	}

	.connection-title {
		font-size: 16px;
	}

	.connection-text {
		font-size: 14px;
	}

	.conditions-sh {
		padding: 90px 0 70px 0;
	}

	.kindstab__block {
		display: none;
	}

	.kindstab__block-mobile {
		display: block;
	}

	.kindstab-leaf {
		display: none;
	}

	.kindstab-mobile-title {
		font-size: 30px;
		padding-bottom: 27px;
	}

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

	.kindstab__block-mobile__item {
		background: #F6F6F6;
		box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
		border-radius: 8px;
		padding: 22px 22px 15px 22px;
		margin-bottom: 78px;
	}

	.kindstab__block-mobile-title {
		font-size: 28px;
	}

	.kindstab__block-mobile__item-text {
		font-size: 14px;
		line-height: 1.6;
		margin-bottom: 40px;
	}

	.ouradvantages-image-1, .ouradvantages-image-2, .ouradvantages-image-3, .ouradvantages-image-4 {
		width: 60px;
	}
	
	.notrecourse .recourse__box {
	    padding: 40px 15px 40px 15px;
	}

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

	.confidential .recourse__bonus-text {
		padding-left: 100px;
	}

	.confidential {
		padding-bottom: 0;
	}

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

	.map-contacts .map-block {
	    top: 260px;
	}

	.form__container {
	    padding: 40px 50px 60px 50px;
	}

	.form__feedback__item {
	    width: 45%;
	}
	.form__feedback__item-min {
	   width: 100%;
	}
	
	.control__customers__item-subtitle {
	   font-size: 20px;
	}
	
	.control__customers__item-text {
	   font-size: 14px;
	}
	
	.page-header__item.active.active:before {
	   display: none;
	}
	
	.page-header__item:hover .page-header__menulist {
   	display: none;
   }
   .advantages-subtitle-factor {
      padding-bottom: 0;
   }
   .advantages__content__item {
      margin-top: 50px;
   }
   .features-img {
      background-position: center;
   }
   .form-min {
      width: 90%;
   }
}

@media screen and (max-width: 768px) {
	.title {
		font-size: 38px;
	}
.promo {
  background: url(https://smollteam.ru/01-min-mob.jpg) no-repeat right;
    background-size: auto;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 660px;
  
}



	.promo__options__title {
		font-size: 24px;
	}

	.promo__options__text {
		font-size: 14px;
	}

	.scheme {
   		padding-top: 30px;
	}

	.control-leaf {
		display: none;
	}

	.control-subtitle {
		width: 100%;
	}

	.control__item__part-title {
		padding-top: 20px;
	}

	.control__item__part-text {
		padding-bottom: 15px;
	}

	.control__customers__item {
		margin-top: 40px;
	}

	.control__customers__link {
		margin-top: 30px;
	}

	.conditions__block__container {
		width: 100%;
	}

	.page-footer {
		padding: 40px 0;
	}

	.page-footer-logo {
		margin: 0 auto 25px auto;
	}

	.page-footer__list {
		justify-content: center;
	}

	.page-footer__bottom-text,
	.page-footer__bottom-link {
		text-align: center;
		margin-top: 10px;
	}

	.page-footer__rightblock {
		justify-content: center;
		margin-top: 25px;
	}

	.btn.btn-link {
		font-size: 18px;
		background-position: right 5px top 18px;
	}

	.connection-title {
		font-size: 14px;
	}

	.connection-text {
		font-size: 14px;
	}

	.connection-text:after {
		top: 9px;
	}

	.conditions__box-sh {
		width: 100%;
	}

	.promo-descrip__image {
		display: none;
	}

	.benefit__block__item {
	    margin-bottom: 40px;
	}

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

	.benefit__block__item-text {
		padding-top: 30px;
	}

	.benefit__block__item-text:after {
	    top: 40px;
	    left: -30px;
	}

	.benefit {
		padding-bottom: 0;
	}

	.kindstab {
		padding-top: 0;
	}

	.factoring-promo-title {
		font-size: 32px;
	}

	.factoring-promo-text {
		width: 100%;
	}

	.supervisor__message {
		left: initial;
		right: 15px;
		bottom: 250px;
	}

	.supervisor__block {
		margin-top: 100px;
	}

	.supervisor-image {
		background-size: contain;
	}

	.supervisor__role-title {
		padding-bottom: 15px;
	}

	.supervisor__role-text {
		padding-bottom: 50px;
	}

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

	.recourse__bonus {
		flex-direction: column;
	}

	.notrecourse .recourse__bonus {
		margin-left: 15px;
	}

	.form__feedback__item {
	    width: 70%;
	    margin: 0 auto;
	}
	.form__feedback__item-min {
	   width: 100%;
	}
   
   .control__customers__item {
      padding: 18px 15px 75px 15px;
      height: auto;
   }
   
   .scheme__content__item {
      align-items: flex-start;
   }
   
   .control__customers-text {
      margin-top: 60px;
      margin-bottom: 0px;
   }
   
   .conditions-sh .row {
      display: none;
   }
   
   .conditions__box-sh {
      position: initial;
      margin-left: 0;
   }
   .factor__container {
      min-height: 508px;
   }
   .factor__content__button {
      margin-bottom: 40px;
   }

}

@media screen and (max-width: 575px) {
   .wrapper {
      margin-top: 60px;
   }
	.page-header-tel {
		display: block;
		background: url(../img/123456.png) no-repeat;
		width: 24px;
		height: 24px;
	}

	.page-header-logo {
		background-size: contain;
		width: 112px;
		height: 32px;
	}

	.page-header__contact {
		display: none;
	}

	.page-header__question-mobile {
		display: block;
		border-bottom: 0;
		padding-top: 20px;
		padding-right: 12px;
	}

	.page-header__modal {
		width: 100%;
		top: 58px;
		padding: 60px 30px 53px 30px;
	}

	.page-header__block-text {
		font-size: 16px;
	}

	.promo {
		margin-top: 0px;
	}
	
	.promo__content {
		text-align: center;
	}

	.promo__content-arrow {
		display: none;
	}

	.promo__content-btn {
		margin-top: 30px;
	}

	.title {
		font-size: 28px;
	}

	.promo__content-text {
		font-size: 18px;
	}

	.promo__options {
		padding: 60px 15px 35px 15px;
	}

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

	.subtitle-m {
		font-size: 26px;
	}

	.scheme__content__item {
		margin-bottom: 30px;
	}

	.scheme__content__number {
		font-size: 48px;
	}

	.advantages__content {
		padding-left: 0;
	}

	.control__background {
		margin-top: 30px;
	}

	.control-text {
		font-size: 16px;
		padding-top: 0px;
	}

	.control__item {
		padding: 24px 15px 70px 15px;
	}

	.algorithm__content-mobile__text {
		font-size: 14px;
		margin-bottom: 58px;
	}

	.page-footer__list {
		flex-direction: column;
		align-items: center;
	}

	.page-footer__item {
		margin-right: 0;
	}

	.btn.btn-link {
		background-position: right -25px top 18px;
		padding: 15px;
	}

	.card-body {
    	padding: 0px 30px 40px 55px;
	}

	.conditions__box-sh {
	   	padding: 128px 30px 100px 35px;
	   	
	}

	.connection {
   		padding-top: 100px;
	}

	.promo-descrip__content-text {
		width: 100%;
	}

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

	.factoring-promo__content {
	    padding: 64px 15px 51px 15px;
	}

	.factoring-promo-title {
		font-size: 24px;
		padding-bottom: 20px;
	}

	.factoring-promo-text {
		font-size: 14px;
	}

	.supervisor__message {
		display: none;
	}

	.supervisor__message-mobile {
		display: block;
		position: initial;
		margin-top: -135px;
		width: 100%;
	}

	.supervisor__message-text {
		font-size: 20px;
	}

	.supervisor__message-title {
		font-size: 16px;
	}

	.supervisor__block {
	    margin-top: 30px;
	}

	.supervisor__role-text {
		width: 100%;
	}

	.ouradvantages__item-title {
		font-size: 20px;
	}

	.ouradvantages__item-text {
		font-size: 14px;
	}

	.promo-suppliers-image {
		height: 500px;
	}

	.promo-suppliers__block {
		width: 95%;
		margin-left: 15px;
	}

	.promo-suppliers__block {
		padding: 50px 15px;
	}

	.promo-suppliers-arrow {
		top: 85px;
	}

	.promo-suppliers-arrow {
		left: 15px;
	}

	.recourse .scheme__block {
		padding-bottom: 0;
	}

	.recourse__box {
	    padding: 40px 15px 40px 15px;
	}

	.confidential .recourse__bonus-text {
		padding-left: 15px;
	}

	.map-block {
		width: 100%;
		left:0;	
		
	}

	.map-download {
	    margin-top: 15px;
	    
	}

	.form__feedback__item {
	    width: 100%;
	}

	.feedback_form input, .feedback_form select {
		margin-bottom: 16px;
	}

	.form__container {
	    padding: 40px 20px 60px 20px;
	}

	.form__feedback__item .form__form-btn {
		width: 100%;
	}
	
	.control-btn {
	   font-size: 14px;
	}
	
	.control__customers__item-dark .control__customers__link {
	   margin-top: 25px;
	}
	
	.algorithm-subtitle {
	   padding-bottom: 0;
	}
	
	.control__button {
      margin: 60px 0 50px 0;
   }
   
   .promo-suppliers__block {
      margin-right: 0;
      width: 100%;
   }
   
	.recourse {
      padding: 25px 0 32px 0;
   }
   
   .recourse-subtitle {
       padding-bottom: 0px;
   }
   
   .recourse__box {
      margin-top: 25px;
   }
   
   .notrecourse .recourse__box {
       margin: 10px 15px 0 0;
   }
   
   .recourse__button {
       margin-top: 35px;
   }
   
   .notrecourse-3 {
      padding-bottom: 60px;
   }
   
    .conditions-sh {
      padding: 30px 0 70px 0;
    }
    
    .factoring-promo__block {
       display: none;
    }
    
    .factoring-promo__content {
       margin-top: 100px;
    }
    
    .factoring-promo {
       padding-bottom: 50px;
   }
   
   .supervisor__role-title {
      font-size: 26px;
   }
   .factor__content-title {
      font-size: 42px;
   }
   .factor__content-btn {
      width: 100%;
   }
   .factor__options {
      box-shadow: none;
      border-radius: 0;
      padding: 55px 50px 60px 25px;
   }
   .factor__text {
      line-height: 1.2;
   }
   .factor__options__item, 
   .factor__options__item:nth-of-type(2) {
      width: 100%;
   }
   .factor__options__title-day {
      line-height: 1.2;
   }
   .factor__options__title,
   .factor__options__title-strong,
   .factor__options__title-bold {
      font-size: 24px;
      font-weight: 700;
      min-height: 0;
   }
   .benefit__ring-factor {
      display: none;
   }
   .scheme-factor {
      padding-top: 90px;
   }
   .scheme-factor__subtitle br {
      display: none;
   }
   .advantages-factor {
      padding-top: 50px;
      padding-bottom: 0;
   }
   .advantages__block-factor {
      border: none;
      padding: 0;
   }
   .advantages__item-image-factor {
      background-position: center;
   }
   .features {
      padding-bottom: 50px;
   }
   .features__container-full {
      padding: 0;
   }
   .features-subtitle {
      padding: 0 15px;
      max-width: 330px;
   }
   .features__container {
      padding: 60px 0 80px 0;
      border-radius: 0;
      box-shadow: none;
      margin-top: 40px;
   }
   .features__item:first-of-type {
      margin-top: 0;
   }
   .control__button-factor {
      text-align: center;
   }
   .feedback-factor__application {
      justify-content: center;
   }
   .feedback-factor__text br {
      display: none;
   }
   .control__button-factor {
      margin-bottom: 0;
   }
   .feedback-factor__btn-box {
      justify-content: center;
   }
}


@media screen and (max-width: 471px) {
	.algorithm__content-mobile__text {
		margin-bottom: 54px;
	}

	.supervisor__message-mobile {
		margin-top: -215px;
	}
}

@media screen and (max-width: 384px) {
	.algorithm__content-mobile__text {
		margin-bottom: 52px;
	}
	
	.factoring-promo__content {
      padding: 35px 15px 35px 15px;
   }
   
   .factoring-promo {
      padding-bottom: 10px;
   }
   
   .supervisor__role__item {
      padding-bottom: 0;
   }
   
}

@media screen and (max-width: 375px) {
	.subtitle-m {
		font-size: 24px;
	}

	.page-header__block-text {
		font-size: 12px;
	}

	.feedback_form input,
	.feedback_form select {
		line-height: 17px;
	}

	.page-header__modal {
		height: 400px;
	}

	.page-header__form-button {
		padding-top: 0;
	}

	.page-header__form-btn {
		font-style: 12px;
	}

	.promo__container {
		padding: 0;
	}

	.promo__options {
		border-radius: 0;
	}

	.advantages__block {
		padding: 60px 15px 24px 15px;
	}
	.advantages__block-factor {
	   padding: 0;
	}
	.advantages-image-1,
	.advantages-image-2,
	.advantages-image-3,
	.advantages-image-4 {
		margin-right: 20px;
	}

	.control__item-text {
		font-size: 14px;
	}

	.control__link {
		padding-top: 20px;
	}

	.control-btn {
		width: 90%;
	}

	.btn.btn-link {
		background-position: right -25px top 18px;
		font-size: 16px;
	}

	.card {
		margin-bottom: 15px;
	}

	.connection-title {
		font-size: 14px;
	}

	.connection-text {
		font-size: 14px;
	}

	.conditions__content-text-sh {
		font-size: 20px;
	}

	.promo-descrip__content-text {
		font-size: 16px;
	}

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

	.benefit__block__item {
	    padding: 20px 15px 41px 50px;
	}

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

	.benefit__block-box-full .benefit__block__item {
	    padding: 20px 15px 45px 50px;
	}

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

	.kindstab-mobile-title {
		font-size: 22px;
	}

	.kindstab__block-mobile-title {
		font-size: 20px;
		padding-bottom: 0;
	}

	.supervisor__message {
	    padding: 25px 15px 25px 30px;
	}

	.supervisor__message-mobile {
	    margin-top: -300px;
	}


	.supervisor__block-text {
	    padding-left: 0;
	}

   .promo-suppliers__block-title {
      font-size: 32px;
   }

	.recourse__text {
		width: 100%;
		padding-top: 15px;
    	font-size: 16px;
    	line-height: 1.5;
	}

	.recourse-btn {
	    width: 90%;
	    font-size: 14px;
	}

	.text-bold {
		font-size: 26px;
	}

	.form__feedback__item label {
		top: -8px;
	}

	.form__feedback__item label {
		font-size: 13px;
	}
	.feedback-factor__btn {
	   width: 100%;
	}
}


@media screen and (max-width: 361px) {
	.algorithm__content-mobile__text {
		margin-bottom: 49px;
	}
	
	.scheme {
	   padding-top: 30px;
	}
	.scheme-factor {
	   padding-top: 100px;
	}
}