@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Exo+2:300,400,500,600,700,800,900");
@font-face {
    font-family: Roboto-BlackItalic;
    src: url(../fonts/Roboto-BlackItalic.ttf);
}
@font-face {
    font-family: Roboto-LightItalic;
    src: url(../fonts/Roboto-LightItalic.ttf);
}
*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }


.header {
  height: 1005px;
  background: url(../images/topbg.png) no-repeat;
  display: block;
  float: left;
  width: 100%;
  position: relative;
  background-size: cover;
}

.header:after {
  width: 345px;
  height: 400px;
  position: absolute;
  display: block;
  background: url(../images/home.png) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  right: 0;
  bottom: -50px; }

body {
  font-family: 'Exo 2', sans-serif;
  background: #e3edf2;
  margin: 0;
  padding: 0; }
.fix-button {
  position: fixed;
  right: 0;
  top: 30%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  /* bottom: 0; */
  /* left: 0; */
  width: 270px;
  height: 56px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -110px;
  color: white;
  text-decoration: none;
  background: #49823f;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  z-index: 3; }

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 120px; }

.logo__img {
  max-width: 350px; }

.title {
  width: 720px;
  height: 495px;
  display: block;
  margin: 95px auto 0;
  position: relative;
}
.title:before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  clip-path: polygon(0 0, 100% 0, 100% 15%, 50% 15%, 50% 45%, 100% 45%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 15%, 50% 15%, 50% 45%, 100% 45%, 100% 100%, 0% 100%);
  -moz-clip-path: polygon(0 0, 100% 0, 100% 15%, 50% 15%, 50% 45%, 100% 45%, 100% 100%, 0% 100%);
  -ms-clip-path: polygon(0 0, 100% 0, 100% 15%, 50% 15%, 50% 45%, 100% 45%, 100% 100%, 0% 100%);
  border: 20px solid #49823f;
}
.title__text {
  font-size: 40px;
  display: inline-block;
  width: 980px;
  margin: 95px 0 0 45px;
  font-weight: normal;
  text-transform: uppercase; }

.title__text .green {
  color: #49823f; }

.title__text-min {
  font-size: 20px;
  margin: 30px 0 0 45px;
  text-transform: uppercase; }

.title__button {
  width: 292px;
  height: 70px;
  margin: 35px 0 0 45px;
  color: white;
  font-size: 16px;
  text-decoration: none;
  background: #49823f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
	position: relative; }

.title__button:before {
  content: "";
  display: block;
  width: 100%;
  height: -webkit-calc(100% + 16px);
  height: calc(100% + 16px);
  position: absolute;
  border: 2px solid black;
  margin-left: 11px;
  z-index: -1; }

.question {
	padding-bottom: 35px;
  width: 100%;
  padding-top: 125px;
  background: url(../images/bgSecond.png) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  background-position: center -65px;
  position: relative; }

.question:after {
  background: url(../images/moto.png) no-repeat;
  width: 200px;
  height: 145px;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(60px);
  -ms-transform: translateX(60px);
  transform: translateX(60px); }

.question-block {
  width: -webkit-calc(50% - 60px);
  width: calc(50% - 60px);
  margin: 0 30px;
  display: block;
  float: left; }

.question-block__top {
  background: #49823f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-top: 6px solid #68b15c; }

.question-block__top:after {
  content: '';
  position: absolute;
  left: 71px;
  bottom: -28px;
  border: 13px solid transparent;
  border-top: 15px solid #49823f; }

.question-block__top-img {
  width: 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.question-block__top-img img {
  max-width: 100px;
  max-height: 108px; }

.question-block__top h2 {
  font-size: 19px;
  color: white;
	text-transform: uppercase; }
	
.question-block__top {
	padding-right: 10px;
}

.question-block__title {
  margin-top: 80px;
  display: block;
  float: left;
  font-size: 24px;
  text-transform: uppercase;
  width: 100%; }

.question-block__country img {
  max-height: 70px;
  margin-right: 80px; }

.question-block__procent {
  width: 50%;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.question-block__procent-left {
  font-size: 60px;
  margin: 0;
  color: #49823f;
  font-weight: bold; }

.question-block__procent-right {
  margin-left: 10px; }

.question-block__list {
  padding-left: 18px;
  color: #49823f; }

.question-block__list span {
  color: black; }

.net {
  background: white url(../images/map.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 660px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.net .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.net-left {
  width: 50%;
  float: left; }

.net-right {
  width: 50%;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.net-right__title {
  font-size: 60px;
  line-height: 0.5;
  text-transform: uppercase;
  margin: 0 0 10px; }

.net-right__title .green {
  font-size: 32px;
  color: #4aa757; }

.delivery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 100%;
  height: 490px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.delivery-left {
  width: 80%;
  float: left;
  padding-left: 30px; }

.delivery-left__title {
  font-size: 42px;
  text-transform: uppercase;
  margin-top: 0; }

.delivery-left__title span {
  font-size: 60px;
  display: block;
  width: 100%;
  color: #4aa757; }

.delivery-right {
  width: 20%;
  float: left; }

.delivery-right__img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  max-width: 420px; }

.services {
  display: block;
  width: 100%;
  background: white;
  height: 470px;
  float: left; }

.services__title {
  font-size: 64px;
  text-transform: uppercase; }

.services__title .green {
  font-size: 48px;
  color: #4aa757;
  display: block; }

.services-p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.services-p__left span {
  font-size: 100px;
  color: #4aa757;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 0.9;
  text-transform: uppercase;
  float: left; }

.services-p__left span p {
  font-size: 14px;
  color: black;
  display: inline-block;
  max-width: 115px;
  margin: 5px 0 0 -15px;
  line-height: 1; }

.services-p__right {
  max-width: 270px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.services-p__right p {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.integration {
background: #FFF;
  display: block;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1; }



.integration-left__img {
	margin-top: 110px;
	max-width: 100%;
 }

.integration-right__title {
  font-size: 60px;
  text-transform: uppercase;
  margin-top: 90px; }

.integration-right__title .green {
  display: block;
  font-size: 48px;
  color: #4aa757; }

.integration-right__list {
  list-style: none;
  padding-left: 0; }

.integration-right__list li:before {
  content: "►";
  color: #4aa757;
  padding-right: 15px;
  font-size: 13px; }

.crosscountry {
  display: block;
  float: left;
  width: 100%;
	background: white;
 }

.crosscountry__title {
  font-size: 60px;
  text-transform: uppercase;
  margin-top: 105px; }

.crosscountry-block {
  display: block;
  float: left;
  width: 100%; }

.crosscountry-block__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 135px;
  overflow: hidden;
  margin-right: 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.crosscountry-block__img img {
  height: 90px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.crosscountry-block__img span {
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase; }

.crosscountry-block__img.last {
  width: 100%; }

.crosscountry-block__img.last a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  background: #eeeeee;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 70px;
  color: #4aa757;
  font-weight: bold;
  margin: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.crosscountry-block__img.last a:hover, .crosscountry-block__img.last a:focus {
  border: 1px solid #4aa757;
  outline: none; }

.franchisee {
  background: #e3edf2;
  display: block;
  float: left;
	width: 100%;
	min-height: 660px;
	position: relative; 
	padding-bottom: 60px;
}

.franchisee:after {
  background: url(../images/shop.png) no-repeat;
  position: absolute;
  width: 255px;
	height: 195px;
  bottom: -50px;
  display: block;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  right: 0;
  -webkit-background-size: 100% 100%;
	background-size: 100%; 
}

.franchisee-top {
  display: block;
  float: left;
  width: 100%; }

.franchisee-top__title {
  font-size: 48px;
  text-transform: uppercase;
  margin-top: 65px;
  float: left;
  width: 41.666667%; }

.franchisee-top__title .small {
  display: block;
  font-size: 0.75em; }

.franchisee-top__text {
  width: 58.333333%;
  display: block;
  float: left;
  margin-top: 75px; }

.franchisee-tabs {
  display: block;
  float: left;
  width: 100%; }

.franchisee-tabs-left {
  display: block;
  float: left;
  width: 41.666667%; }

.franchisee-tabs-left__tab {
  font-size: 24px;
  display: block;
  width: 100%;
  padding: 0 40px 0 15px;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-left: 7px solid #b7c3b8;
  font-weight: bold;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.franchisee-tabs-left__tab.active, .franchisee-tabs-left__tab:hover {
  border-left: 7px solid #4aa757;
  color: #4aa757;
  outline: none;
  cursor: pointer; }

.franchisee-tabs-right {
  width: 58.333333%;
  display: block;
  float: left;
  position: relative; }

.franchisee-tabs-right-item {
  display: none;
  float: left;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.franchisee-tabs-right-item.active {
  display: block; }

.franchisee-tabs-right-item__title {
  margin-top: 0;
  font-size: 24px; }

.franchisee-tabs-right-item__list {
  padding: 0;
  list-style: none; }

.franchisee-tabs-right-item__list li:before {
  content: "►";
  color: #4aa757;
  padding-right: 15px;
  font-size: 13px;
  display: block;
  float: left; }

.franchisee-tabs-right-item__list li span {
  display: block;
  float: left;
  width: -webkit-calc(100% - 30px);
	width: calc(100% - 30px); }
	
.clear:before, .header:before, .question:before, .question-block:before, .question-block__top-img:before, .question-block__top-title:before, .net-left:before, .net-right:before, .delivery:before, .delivery-left:before, .delivery-right:before, .services:before, .crosscountry:before, .crosscountry-block:before, .franchisee:before, .franchisee-top:before, .franchisee-top__title:before, .franchisee-top__text:before, .franchisee-tabs:before, .franchisee-tabs-left:before, .franchisee-tabs-right:before, .franchisee-tabs-right-item:before, .who:before, .who-block:before, .status:before, .country:before, .country-left:before, .country-left-button:before, .country-right:before, .start:before, .numbers:before, .comand:before, .comand-item:before, .charity:before, .charity-left:before, .charity-right:before, .charity-right img:before, .footer:before {
		content: '';
		display: table; }
	
.clear:after, .header:after, .question:after, .question-block:after, .question-block__top-img:after, .question-block__top-title:after, .net-left:after, .net-right:after, .delivery:after, .delivery-left:after, .delivery-right:after, .services:after, .crosscountry:after, .crosscountry-block:after, .franchisee:after, .franchisee-top:after, .franchisee-top__title:after, .franchisee-top__text:after, .franchisee-tabs:after, .franchisee-tabs-left:after, .franchisee-tabs-right:after, .franchisee-tabs-right-item:after, .who:after, .who-block:after, .status:after, .country:after, .country-left:after, .country-left-button:after, .country-right:after, .start:after, .numbers:after, .comand:after, .comand-item:after, .charity:after, .charity-left:after, .charity-right:after, .charity-right img:after, .footer:after {
		content: '';
		display: table;
		clear: both; }

.who {
  display: block;
  float: left;
  width: 100%;
  background: white url(../images/invoice.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 590px; }

.who__title {
  font-size: 60px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 60px; }

.who__title .green {
  display: block;
  font-size: 48px;
  color: #4aa757; }

.who__text {
  text-align: center; }

.who-block {
  display: block;
  float: left;
  width: 100%; }

.who-block-item {
  float: left;
  width: 33.3333%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.who-block-item img {
  max-width: 125px;
  max-height: 125px; }

.status {
  display: block;
  float: left;
  width: 100%;
  height: 430px;
  width: 100%; }

.status__title {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 75px; }

.status__title .green {
  font-size: 48px;
  color: #4aa757;
  display: block; }

.status__text {
  text-align: center;
  margin: 35px 0; }

.status__button {
  width: 615px;
  height: 70px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  color: white;
  text-decoration: none;
  background: #49823f;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  position: relative; }

.status__button:before {
  content: "";
  width: 615px;
  height: 86px;
  position: absolute;
  left: 10px;
  border: 1px solid black;
  top: -8px;
  z-index: -1; }

.country {
  display: block;
  float: left;
  width: 100%;
  background: white;
  }

.country-left {
  display: block;
  float: left; }

.country-left__title {
  margin-top: 90px;
  font-size: 60px;
  text-transform: uppercase; }

.country-left__title .green {
  display: block;
  color: #4aa757;
  font-size: 48px; }

.country-left-button {
  display: block;
  float: left;
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
  -webkit-box-shadow: 0 0 20px 0px #00000047;
  box-shadow: 0 0 20px 0px #00000047;
  margin-right: 15px;
  font-size: 18px;
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  padding: 20px 0 20px 20px;
  margin-top: 20px; }

.country-left-button .green {
  font-size: 30px;
  color: #4aa757;
  display: block; }

.country-left__text {
  padding-right: 120px; }

.country-right {
  float: left;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 160px; }

.start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 100%;
  height: 160px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.start .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.start__title {
  font-size: 32px;
  margin: 0; }

.start__button {
  width: 615px;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  color: white;
  text-decoration: none;
  background: #49823f;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  position: relative; }

.start__button:before {
  content: "";
  width: 100%;
  height: 86px;
  position: absolute;
  left: 10px;
  border: 1px solid black;
  top: -8px;
  z-index: -1; }

.numbers {
  display: block;
  float: left;
  width: 100%;
	background: white; 
	padding-bottom: 20px;
}

.numbers__title {
	margin-top: 80px;
	margin-bottom: 35px;
  font-size: 60px;
  text-transform: uppercase;
  text-align: center; }

.numbers__title .green {
  color: #4aa757; }

.numbers-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.numbers-block-item {
  padding: 0 10px; }

.numbers-block-item__number {
  font-size: 2.5em;
  font-weight: bold;
	color: #4aa757;
	white-space: nowrap
 }

.numbers-block-item__number small {
  font-size: 24px; }

.numbers-block-item__text {
  text-transform: uppercase; }

.numbers-text {
  padding-left: 100px;
  position: relative; }

.numbers-text:before {
  content: "";
  width: 85px;
  height: 70px;
  display: block;
  position: absolute;
  left: 0;
  background: url(../images/commit.png) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100%; }

.comand {
  display: block;
  float: left;
  width: 100%;
  background: url(../images/commit.png) no-repeat;
	background-position: bottom right; 
	background-color: #e3edf2;
}

.comand__title {
  margin-top: 90px;
  font-size: 48px;
  text-align: center;
  text-transform: uppercase; }

.comand-item {
  display: block;
	float: left;
 }

.comand-item__title {
  font-size: 36px;
  color: #4aa757;
  text-transform: uppercase;
  margin-top: -30px;
  padding-left: 20px;
  margin-bottom: 20px; }

.comand-item__title small {
  font-size: 24px;
  display: block; }

.comand-item__text {
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 20px;
  display: block; }

.comand-item__text-p {
  padding-left: 20px; }

.charity {
  display: block;
  float: left;
  width: 100%;
  background: white url(../images/bglas.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 70px; }

.charity__title {
  font-size: 60px;
  margin-top: 85px;
  text-transform: uppercase; }

.charity-left {
  display: block;
  float: left;
	width: 50%; 
	padding-right: 28px;
}

.charity-left__text {
  margin: 0 15px 40px 10px; }

.charity-left__commit {
  padding-left: 10px;
  border-left: 10px solid #4aa757;
  margin: 40px 15px 40px 10px;
  background: url(../images/commit.png) no-repeat bottom right; }

.charity-right {
  display: block;
  float: left;
  width: 50%; }

.charity-right img {
  float: right; }

.charity-right img:last-child {
  margin-top: -123px; }

.footer {
  display: block;
  float: left;
  background: #4aa757;
  width: 100%; }

.footer .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px; }

.footer__link {
  text-decoration: none;
  color: white; }

.footer__fb {
  max-height: 35px; }

.footer__fb img {
  max-height: 100%;
  width: 35px; }

/*CUSTOM FANCYBOX
--------------------*/
.fancybox-is-open .fancybox-bg {
  background-color: #fff; }

.fancybox-slide--html {
  padding: 0px 37%; }

.fancybox-slide--html .fancybox-content {
  display: inline-block;
  border: 6px solid #49823f;
  -webkit-box-shadow: 0 0 10px black;
  box-shadow: 0 0 10px black;
  width: 100%; }

.popap form {
  text-align: center;
  font-family: 'Exo 2', sans-serif;
  width: 100%; }

.popap__title {
  text-transform: uppercase;
  font-size: 24px; }

.popap__input {
  width: 100%;
  display: block;
  margin: 15px 0;
  height: 50px;
  font-size: 16px;
  text-align: center;
  font-family: 'Exo 2', sans-serif;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border: 1px solid #eee;  }

.popap__submit {
  width: 292px;
  height: 70px;
  margin: 35px 0 0 0;
  color: white;
  font-size: 16px;
  text-decoration: none;
  background: #49823f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
.popap__submit:hover, .popap__submit:focus{
  outline: none
}
.popap__submit:before {
  content: "";
  display: block;
  width: 100%;
  height: -webkit-calc(100% + 16px);
  height: calc(100% + 16px);
  position: absolute;
  border: 2px solid black;
  margin-left: 11px;
  z-index: -1; }

a:hover, a:focus {
  outline: none; }
.popap__input.error {
  color: red;
  border: 1px solid red;
}
.popap__input.error:placeholder{
  color: red;
}
.popap__input.error::placeholder{
  color: red;
}

.first_cestion_bg{
    background: url(../images/bg1.jpg) no-repeat 50%;
    background-size: cover;
    width: 100%;
		position: relative;
		z-index: 1;
}
.text_block{
	font-size: 30px;
	max-width: 402px;
	margin: 70px auto 0;
	color: #fff;
}
.text_block span{
	font-size: 50px;
	padding: 0 0 0 10px;
	position: relative;
	top: 25px;
}
.text_block_title{
    display: inline-block;
    padding: 0 0 70px 0;
    line-height: 38px;
}
.text_block_ital{position: relative;
	padding: 35px 0 0 0;
	font-size: 18px;
	line-height: 20px!important;}
.text_block .title__button{
    background: #ffff00;
    color: #000;
    margin-bottom: 46px;
    font-size: 20px;
    height: 50px;
    padding: 0 0 3px 0;
}

.header.fix {
    height: 60px;
    background: 0;
}
i.line{
    height: 4px;
    width: 80px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 128px;
}
.second_section{
	padding: 70px 0 90px 0;
	background: #fff;
}
.text_block_el > p{
    margin: 50px auto 80px;
    max-width: 70%;
    text-align: center;
}
.text_block_title_el{
    font-size: 60px;
    text-transform: uppercase;
    margin-top: 0;
	text-align: center;
	font-weight: bold;
}

.text_block_title_el span{
    color: #4aa757;
	display: block;
	font-size: 0.8em;
}
.green_cube{
    display: flex;
}
.green_cube_el{
    background: #5a9f52;
    width: 25%;
    text-align: center;
    padding: 60px 0 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.green_cube_el_text{
    margin: 30px 0 0 0;
}
.green_cube_el:nth-child(even){
	background:#016c2d;
}
.three_section{
	background:#e3edf2;
	display: inline-block;
  width: 100%;
	position: relative;
  z-index: 1;
}
.three_section .status__button{
	margin: 110px auto 0;
}

.four_steps_block{
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.four_steps_el{
    background: #fff;
    display: block;
    float: left;
    position: relative;
    top: -7px;
    right: -7px;
}
.four_steps_num {
    background: #ffff00;
    display: inline-block;
    font-size: 75px;
    color: #3a3a3a;
    padding: 21px 0px 10px 7px;
    width: 128px;
    height: 128px;
    font-weight: bold;
    font-family: Roboto;
    position: relative;
    text-align: center;
    float: left;
}
.four_steps_el_border:last-child .four_steps_num {
	text-align: left;
}
.four_steps_el_border:nth-child(even){
	position: relative;
    top: 80px;
	margin: 0 43px 50px 4px;
}
.four_steps_el_border:nth-child(even) .four_steps_el {
    left: -7px;
}
.four_steps_el_border:nth-child(even) .four_steps_text {
    float: left;
}

.h_line{
    position: absolute;
    width: 4px;
    height: 450px;
    background: #fff;
    left: 426px;
    top: -30px;
}

.h_triangle_left{
    position: absolute;
    right: 20px;
    top: 50%;
}
.h_triangle_right{
    position: absolute;
    left: -60px;
    top: 50%;
}
.h_triangle_left:after{
    content: '';
    position: absolute;
    left: 20px;
    bottom: -20px;
    border: 20px solid transparent;
    border-left: 20px solid #fff;
}
.h_triangle_right:after{
	content: ''; 
	position: absolute; 
	left: 20px; bottom: -20px; 
	border: 20px solid transparent;	
	border-right: 20px solid #fff;
}

.four_steps_num span{
	font-size: 16px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 55px;
    font-weight: normal;
}
.four_steps_num b{
	display: inline-block;
	position: relative;
    left: -6px;
}

.four_steps_text{
    display: inline-block;
    padding: 43px 20px 0 20px;
    max-width: 210px;
    min-width: 210px;
    float: right;
		text-align: left;
}
.four_steps_text span{
    color:#016c2d;
}

.four_steps_el_border{
	border:1px solid #4aa757;
	display: inline-block;
	margin: 0 50px 50px 0;
	max-width: 380px;
	min-width: 340px;
}

/* ======  FIX ======== */

.franchisee-tabs-right-item__list {
    display: inline-block;
}
.crosscountry__text{
	display: inline-block;
}
.comand-item img {
    max-height: 346px;
}
/* ======  FIX ======== */


.header.fix .main_nav nav ul li.active {
	border: 1px solid #016c2d;
}
.header.fix .main_nav nav ul li {
    list-style: none;
    padding-right: 1.57vw;
    display: inline-block;
	padding: 6px 15px;
    height: 38px;
    border-bottom: 3px solid transparent;
    transition: all 0.4s ease;
    border: 1px solid #fff;
    font-size: 16px;
    color: #000;
    font-family: roboto;
}
.main_nav nav a img {
    width: 6.57vw;
    vertical-align: middle;
}
.main_nav nav > a {
    margin: 7px auto 0;
    display: inline-block;
}
.header.fix .main_nav nav ul li:after {
    display: none;
}
.main_nav nav {
    padding: 24px 0 20px 0;
}
li.lang:first-child :after {
    display: none;
}

.header.fix .main_nav nav .leng{
	padding: 0;
	position: relative;
    top: 5px;
}
.header.fix .main_nav nav .leng .lang{
    border: 1px solid #49823f;
    display: inline-block;
    height: initial;
    float: left;
}
.header.fix .main_nav nav .leng .lang a{
    padding: 0;
    margin: 0;
    display: inline-block;
    height: initial;
    font-size: 16px;
    line-height: initial;
    padding: 2px 10px;
}
.header.fix .main_nav nav .leng .lang a.active{
	background: #49823f;
    color: #fff;
}
.header.fix .main_nav nav .leng .lang.active{
	background: #49823f;
}
.header.fix .main_nav nav .leng .lang.active a{
	color: #fff;
}

/* ***********MY STYLES START******************* */

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0!important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    -webkit-border-radius: 0;
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none!important
}

@-ms-viewport {
    width: device-width
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}


/* ***********MY STYLES END******************* */
/*MEDIA
-------------------------*/

@media (max-width: 768px) {
.h_line{
	display:none;
}
.four_steps_el_border:nth-child(even) {
    position: relative;
    top: 0;
    margin: 0 0px 30px 0;
}
.h_triangle_right {
    display: none;
}
.h_triangle_left {
    display: none;
}
.three_section .status__button {
    margin: 50px auto 0;
}
.responsive_nav {
    height: 72px;
}
.logo_mob{
    display: inline-block;
    width: 100px;
    float: left;
    margin: 7px 0 0 15px;
}
.logo_mob img{
    display: inline-block;
    width: 100%;
}
.responsive_nav .container{
    display: flex;
}
.left_sec {
    float: initial;
    margin: 0 auto;
    display: inline-block;
}
.responsive_nav .leng{
    padding: 0;
    margin: 5px 15px 0 0;
}
.header.fix .responsive_nav {
    background: transparent;
    height: initial;
    border: 0;
}
.adaptive_links {
    display: none;
}

li.lang:first-child :after {
    display: none;
}

.header.fix .responsive_nav .leng{
	padding: 0;
	position: relative;
    top: 5px;
}
.header.fix .responsive_nav .leng .lang{
    border: 1px solid #49823f;
    display: inline-block;
    height: initial;
    float: left;
}
.header.fix .responsive_nav .leng .lang a{
    padding: 0;
    margin: 0;
    display: inline-block;
    height: initial;
    font-size: 14px;
    line-height: initial;
    padding: 2px 10px;
}
.header.fix .responsive_nav .leng .lang a.active{
	background: #49823f;
    color: #fff;
}
.header.fix .responsive_nav .leng .lang.active{
	background: #49823f;
}
.header.fix .responsive_nav .leng .lang.active a{
	color: #fff;
}
.header.fix {
    height: initial;
    background: 0;
    background: #fff;
	padding: 16px 0px 14px 0px;
    position: relative;
}
*{
	outline:none!important;
}
.responsive_nav .burger_menu span {
    width: 25px;
    height: 3px;
}
.responsive_nav .adaptive_links {
    width: 100%;
    overflow: hidden;
    border-top: 6px solid #a4bb41;
    border-bottom: 6px solid #a4bb41;
    background: #49823f;
    padding: 20px 0;
    text-align: center;
    margin: 14px 0 0 0;
}
.responsive_nav .adaptive_links ul li a {
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    font-family: Roboto;
    padding: 14px 0 15px 0;
    display: inline-block;
    width: 100%;
	position: relative;
}
.responsive_nav .adaptive_links ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

.close_btn{
    display: none;
    color: #49823f;
    font-size: 30px;
    font-weight: bold;
    font-family: arial;
    line-height: 30px;
    border: none;
    width: 100%;
    height: 100%;
    background: transparent;
    background: url(../images/close_icon.png) no-repeat 15px 9px;
}

i.yline{
    width: 50px;
    height: 2px;
    background: #fff343;
    display: inline-block;
    position: absolute;
    top: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.text_block_title_el {
    font-size: 25px;
}
.text_block_el > p {
    margin: 30px auto 50px;
    max-width: 100%;
    padding: 0 15px;
    text-align: left;
}
.green_cube {
    display: inline-block;
    width: 100%;
}
.green_cube_el {
    background: #5a9f52;
    width: 100%;
    text-align: center;
    padding: 60px 0 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 3px;
}
.first_cestion_bg {
    background: url(../images/bg1.jpg) no-repeat 50%;
    background-size: cover;
    width: 100%;
    display: block;
}
.text_block {
    font-size: initial;
    max-width: 402px;
    margin: 40px auto 0;
    color: #fff;
}
.text_block_title {
    display: inline-block;
    padding: 0 20px 70px 38px;
    line-height: 20px;
    font-size: 17px;
}
.text_block span {
    font-size: 32px;
    padding: 0 0 0 5px;
    position: relative;
    top: 15px;
}
i.line {
    height: 3px;
    width: 60px;
    background: #fff;
    position: absolute;
    top: -40px;
    left: 122px;
}
.text_block_ital {
    position: relative;
    padding: 15px 0 0 0;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    text-align: center;
    width: 100%;
    display: inline-block;
}
.four_steps_el_border {
    border: 1px solid #4aa757;
    display: inline-block;
    margin: 0 0px 30px 0;
    max-width: 90%;
    min-width: initial;
}
.four_steps_el {
    background: #fff;
    display: block;
    max-width: 305px;
    float: left;
    position: relative;
    top: -7px;
    right: -7px;
}
.four_steps_text {
    display: inline-block;
    padding: 21px 6px 0px 7px;
    max-width: 150px;
    min-width: 150px;
    float: right;
    font-size: 15px;
}
.four_steps_num {
    background: #ffff00;
    display: inline-block;
    font-size: 55px;
    color: #3a3a3a;
    padding: 21px 0px 10px 4px;
    width: 95px;
    height: 95px;
    font-weight: bold;
    font-family: Roboto;
    position: relative;
    text-align: center;
    float: left;
}
.four_steps_num span {
    font-size: 16px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    position: absolute;
    right: -10px;
    top: 40px;
    font-weight: normal;
}


.burger_menu {
    display: none!important;
}


}



@media (min-width: 375px) and (max-width: 768px)  {
	.text_block_title {
		display: inline-block;
		padding: 26px 24px 70px 38px;
		line-height: 23px;
		font-size: 17px;
		text-align: center;
	}
	i.line {
		top: -31px;
		left: 146px;
	}
}
@media (min-width: 414px) and (max-width: 768px) {
	.text_block_title {
		display: inline-block;
		padding: 22px 24px 70px 38px;
		line-height: 27px;
		font-size: 25px;
		text-align: center;
		text-shadow: 1px 1px 1px #00000047;
	}
	i.line {
		left: 168px;
	}
}

section {
	overflow: hidden;
}

.question {
	background-color: #E3EDF2;
	
}





/*MEDIA
-------------------------*/
@media (max-width: 1600px) {
  .delivery, .country {
    overflow: hidden; } }

@media (max-width: 1400px) {
  .header:after {
    width: 200px;
    height: 250px;
    position: absolute;
    display: block;
    background: url(../images/home.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    right: 0;
    z-index: 1;
    bottom: -100px; }
  .franchisee:after {
    background: url(../images/shop.png) no-repeat;
    position: absolute;
    width: 175px;
    height: 145px;
    bottom: -50px;
    display: block;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    right: 0;
    -webkit-background-size: 100% 100%;
    background-size: 100%; } }

@media (max-width: 1300px) {
  .container {
    width: 100%; }
  .title__text {
    font-size: 36px;
    display: inline-block;
    width: 100%;
    margin: 95px 0 0 45px;
    font-weight: normal;
    text-transform: uppercase; }
  .header:before {
    display: none; }
  .header:after {
    display: none; }
  .title {
    width: 80%;
    height: 495px;
    display: block;
    margin: 95px auto 0;
  }
  .question-block__country img {
    max-height: 70px;
    margin-right: 40px; }
  .question-block__text {
    display: block;
    width: 100%;
    float: left; }
  .question-block__list {
    display: block;
    width: 100%;
    float: left; }
  .question-block__procent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .delivery-right__img{
    display: none
  }
  .crosscountry-block__img span{
    font-size: 8px;
  }
  .fancybox-slide--html{
    padding: 0;
  }
  .popap__submit{
    width: 100%;
    height: 50px;
  }
}

@media (min-width: 1100px){
	.franchisee {
		height: 600px!important;
	}
}

@media (max-width: 1100px) {
  .net-left {
    display: none; }
  .net-right {
    width: 80%;
    margin: 0 auto; }
  .net-right__title .green {
    display: block;
    float: left;
    margin-top: 30px; }
  .services-p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .services-p__right {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-top: 15px;
    max-width: 100%; }
  .crosscountry__title {
    font-size: 48px;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 20px; }
  .crosscountry-block__img {
    margin-bottom: 15px; }
  .franchisee:after {
		display: none; 
	}
  .franchisee {
		padding-bottom: 30px; 
	}
  .franchisee-top__title {
    font-size: 38px; }
  .franchisee-top__title .small {
    font-size: 0.75em; }
  .country {
    height: initial;
  }
  .country-left-button .green {
    font-size: 24px; }
  .charity-left img {
    max-width: 100%; }
  .charity-right img {
    max-width: 100%; }
  form .country{
    float: initial;
    height: 50px;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .logo {
    margin-top: 20px; }
  .logo img {
    max-width: 200px; }
  .title__text {
    font-size: 16px;
    display: inline-block;
    width: 105%;
    margin: 60px 0 0 25px;
    font-weight: normal;
    text-transform: uppercase; }
  .title__text-min {
    font-size: 13px;
    margin: 16px 0 0 23px;
    text-transform: uppercase; }
  .title {
    height: auto;    padding: 15px;     width: 95%;}
  .title:after {
    border: 10px solid #49823f;
  }
  .title__text, p.title__text-min {
    margin-left: 10px;
  }

  a.title__button {
    margin-top:  38px;
    margin-bottom:  21px;
  }

  .title__button {
    margin: 90px auto 0;
    height: 55px;
    width: 90%; }
  .header {
    height: initial;
    padding-bottom: 160px; }
  .question-block {
    width: 100%;
    margin: 30px 0 0; }
  .question-block__top:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -28px;
    border: 13px solid transparent;
    border-top: 15px solid #49823f;
    margin-left: -13px; }
  .question-block__top h2 {
    font-size: 14px; }
  .question-block__top-img {
    width: 115px; }
  .question-block__top-img img {
    max-width: 60px;
    max-height: 60px; }
  .question {
    height: initial;
    padding-bottom: 15px; }
  .question:after {
    display: none; }
  .net {
    height: 390px; }
  .net-right__title {
    font-size: 22px; }
  .net-right__title .green {
    font-size: 14px; }
  .delivery {
    height: initial;
    padding: 35px 0; }
  .delivery-left {
    padding: 0 15px;
    width: 100%; }
  .delivery-left__title {
    font-size: 22px; }
  .delivery-left__title span {
    font-size: 48px; }
  .delivery-right {
    padding: 0 15px;
    width: 100%; }
  .delivery-right__img {
    max-width: 100%; }
  .services {
    height: initial;
    padding-bottom: 35px; }
  .services__title {
    font-size: 38px; }
  .services__title .green {
    font-size: 22px; }
  .services-p__left span {
    width: 50%; }
  .integration {
    height: initial;
    padding-bottom: 35px; }
  .integration-left {
    width: 100%; }
  .integration-left__img {
    /* max-width: 100%;
		margin: 50px 0 0; если нужно отображение-раскомментить */ 
		display: none;
	}
  .integration-right {
    padding: 0; }
  .integration-right__title {
    font-size: 38px; }
  .integration-right__title .green {
    font-size: 26px; }
  .crosscountry {
    padding-bottom: 35px; }
  .crosscountry__title {
    font-size: 38px; }
  .crosscountry-block__img {
    max-width: -webkit-calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
    width: 100%;
    margin: 5px; }
  .crosscountry-block__img img {
    width: 100%;
    height: 80px; }
  .crosscountry-block__img.last a {
    height: 80px; }
  .franchisee-top__title {
    width: 100%;
    margin-top: 35px; }
  .franchisee-top__text {
    width: 100%;
    margin-top: 0;
    margin-bottom: 25px; }
  .franchisee-tabs-left {
    width: 100%; }
  .franchisee-tabs-left__tab {
    font-size: 16px; }
  .franchisee-tabs-right {
    width: 100%; }
  .franchisee-tabs-right-item__title {
    font-size: 20px; }
  .who {
    height: initial; }
  .who__title {
    font-size: 38px; }
  .who__title .green {
    font-size: 26px; }
  .who-block-item {
    width: 100%; }
  .status {
    height: initial;
    padding-bottom: 30px; }
  .status__title {
    font-size: 13px;
    margin-top: 30px; }
  .status__title .green {
    font-size: 18px; }
  .status__button {
    width: 85%; }
  .status__button:before {
    width: 100%; }
  .country-left {
    width: 100%; }
  .country-left__title {
    margin-top: 35px;
    font-size: 38px; }
  .country-left__title .green {
    font-size: 24px; }
  .country-left-button {
    width: 100%; }
  .country-left__text {
    padding: 0; }
  .country-right {
    width: 100%;
    margin-top: 20px; }
  .country-right img {
    max-width: 100%; }
  .start {
    height: initial;
    padding-bottom: 35px; }
  .start .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .start__title {
    font-size: 22px;
    margin: 20px 0 0; }
  .start__button {
    width: 80%;
    margin-top: 20px; }
  .start__button:before {
    width: 100%; }
  .numbers {
		padding-bottom: 35px; 
		overflow: visible;
}
  .numbers__title {
		margin-top: 20px;
    font-size: 24px; }
  .numbers-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
  .numbers-block-item {
    padding: 0 10px; }
  .numbers-text {
    padding: 0;
    text-align: center; }
  .numbers-text:before {
    display: none; }
  .comand {
    height: initial;
    padding-bottom: 35px; }
  .comand__title {
    margin-top: 30px;
    font-size: 38px; }
  .comand-item {
    width: 100%; }
  .charity__title {
    margin-top: 30px;
    font-size: 28px; }
  .charity-left {
    width: 100%; }
  .charity-right {
    width: 100%; }
  .charity-right img:last-child {
    margin: 0; }
  .footer .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: initial; }
  .footer .container a {
    margin: 15px 0; }
  .fix-button{
    display: none
  }
  .title__text-min{
    font-size: 12px;
    padding-right: 10px;
  }
  .question-block__country img{
    margin-bottom: 15px;
    margin-right: 5px;
  }

}
.ru{
      font-size: 32px;
    margin: 100px 0 0 44px;
}
.main_nav{
  padding: 20px 0;
  z-index: 2;
}
.main_nav ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  float: right;
  overflow: hidden;
  display: inline-block;
  padding-left:  20px;
}
.main_nav nav ul li:after{
	content: " ";
	display: block;
	width: 1px;
	height: 22px;
	background: #000;
	float: right;
	margin: 0 0 0 28px;
}
.main_nav nav ul li {
  list-style: none;
  padding-right: 1.57vw;
  display: inline-block;
  padding: 16px 0;
  height: 57px;
  border-bottom: 3px solid transparent;
  transition: all 0.4s ease;
}
.main_nav nav ul li:hover {
  transition: all 0.4s ease;
  border-bottom: 3px solid #49823f;
}
.main_nav nav ul li a:active{
  color: #232323!important;
}

.main_nav nav ul li.active {
    border-bottom: 3px solid #49823f; 
}

.main_nav nav {
  left: 0;
  width: 100%;
  background: rgba(73,130,63,0.1);
  box-sizing: border-box;
  background: #fff;
  z-index: 999;
  position: relative;
  position: fixed;
  display: flex;
  box-shadow: -1px 4px 20px 0px #969696;
  top: 0;
}
.main_nav nav ul li a{

  font-size: 18px;
  text-decoration: none;
  color: #222223;
  font-family: 'Exo 2', sans-serif;
}
.main_nav nav ul li a:hover{
  color: #49823f;
}
.leng{
 float: right;
 padding: 15px 24px;
 color: #fff;
 display: inline-block;
}
.leng li:first-child {
  margin:0px;
}
.lang a{
  font-family: Roboto-LightItalic!important;
}

li.lang {
  padding: 0!important;
  background: #fff;
  transition: all 200ms ease;
  display: inline-block;
}

.main_nav nav ul li:first-child{
	border: none;
}
.main_nav nav ul li a img{
	    width: 6.57vw;
    vertical-align: middle;
}
li.lang:first-child :after{
	content: "/";
    margin-left: 5px;
    color: #000;
}
.lang span{
	display: block;
	width: 10px;
	height: 10px;
}
li.lang:hover a {
  color:#49823f;
}
li.lang a {
  font-family: Roboto-LightItalic;
  color: #000 ;
  line-height: 30px;
  font-weight: bold;
  font-size: 14px;
  text-align:center;
  display:block;
  text-decoration:none;
}
.responsive_nav{

  width: 100%;
   background: rgba(73,130,63,0.1);
   display: block;
   overflow: hidden;
   height: 42px;
   border: 1px solid #49823f;
}
.left_sec{
  float: left;
}
.right_sec{
  float: right;
}
.burger_menu{
      display: block;
    width: 50px;
    height: 42px;
   
}
.btn_burger{
  border: none;
  width: 100%;
  height: 100%;
  background: transparent;
}
.burger_menu span{
  margin: 5px auto;
    border-radius: 5px;
    display: block;
    width: 26px;
    height: 2px;
    background: #49823f;
}


.adaptive_links{
  width: 100%;
  overflow: hidden;
  border: 1px solid #49823f;
  background: rgba(73,130,63,0.1);
}
.adaptive_links ul li a{
  font-size: 1.6vmax;
  text-decoration: none;
  color: #000;
  font-family: Roboto-BlackItalic;
}
.adaptive_links ul {
  margin: 0;
  padding: 0;
}
.adaptive_links ul li{
  list-style: none;
}
.adaptive_links ul li a:hover{
  color: #49823f;
}

.lang a.active{
   color: #49823f; 
}
@media screen and (max-width:970px){
  .main_nav nav ul li a{
    font-size: 1.50vmax;
  }
}

@media screen and (max-width:768px){
  .main_nav{
    display: none;
  }
  .responsive_nav{
    display: block;
  }
}
.main_nav nav ul li {
  list-style: none;
  padding-right: 1.57vw;
  display: inline-block;
  padding: 16px 0px;
  height: 57px;
  border-bottom: 3px solid transparent;
  transition: all 0.4s ease;
  padding-left: 15px;
}
.main_nav nav ul li:hover {
  transition: all 0.4s ease;
  border-bottom: 3px solid #49823f;
}
.main_nav nav ul li a:active{
  color: #232323!important;
}

.main_nav nav ul li.active {
    border-bottom: 3px solid #49823f; 
}

.main_nav nav {
  left: 0;
  width: 100%;
  background: rgba(73,130,63,0.1);
  box-sizing: border-box;
  background: #fff;
  z-index: 999;
  position: relative;
  position: fixed;
  display: flex;
  box-shadow: -1px 4px 20px 0px #969696;
  top: 0;
}
.main_nav nav ul li a{

  font-size: 18px;
  text-decoration: none;
  color: #222223;
  font-family: 'Exo 2', sans-serif;
}
.main_nav nav ul li a:hover{
  color: #49823f;
}
.leng{
 float: right;
 padding: 15px 24px;
 color: #fff;
 display: inline-block;
}
.leng li:first-child {
  margin:0px;
}
.lang a{
  font-family: Roboto-LightItalic!important;
}

li.lang {
  padding: 0!important;
  background: #fff;
  transition: all 200ms ease;
  display: inline-block;
}

.main_nav nav ul li:first-child{
	border: none;
}
.main_nav nav ul li a img{
	    width: 6.57vw;
    vertical-align: middle;
}
li.lang:first-child :after{
	content: "/";
    margin-left: 5px;
    color: #000;
}
.lang span{
	display: block;
	width: 10px;
	height: 10px;
}

li.lang:hover a {
  color:#49823f;
}
li.lang a {
  font-family: Roboto-LightItalic;
  color: #000 ;
  line-height: 30px;
  font-weight: bold;
  font-size: 14px;
  text-align:center;
  display:block;
  text-decoration:none;
}
.responsive_nav{
   width: 100%;
   background: rgba(73,130,63,0.1);
   display: block;
   overflow: hidden;
   height: 42px;
   border: 1px solid #49823f;
}
.left_sec{
  float: left;
}
.right_sec{
  float: right;
}
.burger_menu{
      display: block;
    width: 50px;
    height: 42px;
   
}
.btn_burger{
  border: none;
  width: 100%;
  height: 100%;
  background: transparent;
}
.burger_menu span{
  margin: 5px auto;
    border-radius: 5px;
    display: block;
    width: 26px;
    height: 2px;
    background: #49823f;
}


.adaptive_links{
  width: 100%;
  overflow: hidden;
  border: 1px solid #49823f;
  background: rgba(73,130,63,0.1);
}
.adaptive_links ul li a{
  font-size: 1.6vmax;
  text-decoration: none;
  color: #000;
  font-family: Roboto-BlackItalic;
}
.adaptive_links ul {
  margin: 0;
  padding: 0;
}
.adaptive_links ul li{
  list-style: none;
}
.adaptive_links ul li a:hover{
  color: #49823f;
}

.lang a.active{
   color: #49823f; 
}

@media screen and (max-width:970px){
  .main_nav nav ul li a{
    font-size: 1.50vmax;
  }
}

@media screen and (max-width:768px){
  .main_nav{
    display: none;
  }
  .responsive_nav{
    display: block;
  }
  .title__text.ru{
     margin: 0;
    font-size: 3vmax;
    padding: 5.70vw 0 0 16px;
}
}
@media screen and (max-width: 1024px){
  .title__text-min .ru_slogan{
        font-size: 18px;
    margin: 9.4vw 0px 0 45px;
  }
}
@media screen and (max-width: 823px){
   .title__text-min.ru{
        font-size: 3vmax;
    padding: 0.6vw 0 0 0;
   }
}
@media screen and (max-width: 667px){

}
@media screen and (max-width: 840px){}
@media screen and (max-width: 640px){
 .title__text.ru{
          font-size: 17px;
    padding: 44px 0 0 10px;
    margin: 0px;
  }
}
/* ********************New Media************** */

@media (min-width:576px) {
	.container {
			max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
			max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
			max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
			max-width: 1230px
	}
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}

.col-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.33333%;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}

.col-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.col-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.col-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.66667%;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}

.col-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.33333%;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}

.col-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.66667%;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}

.col-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.33333%;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}

.col-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.66667%;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}

.col-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.order-first {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1
}

.order-last {
	-webkit-box-ordinal-group: 14;
	-webkit-order: 13;
	-ms-flex-order: 13;
	order: 13
}

.order-0 {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0
}

.order-1 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5
}

.order-6 {
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6
}

.order-7 {
	-webkit-box-ordinal-group: 8;
	-webkit-order: 7;
	-ms-flex-order: 7;
	order: 7
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	-webkit-order: 8;
	-ms-flex-order: 8;
	order: 8
}

.order-9 {
	-webkit-box-ordinal-group: 10;
	-webkit-order: 9;
	-ms-flex-order: 9;
	order: 9
}

.order-10 {
	-webkit-box-ordinal-group: 11;
	-webkit-order: 10;
	-ms-flex-order: 10;
	order: 10
}

.order-11 {
	-webkit-box-ordinal-group: 12;
	-webkit-order: 11;
	-ms-flex-order: 11;
	order: 11
}

.order-12 {
	-webkit-box-ordinal-group: 13;
	-webkit-order: 12;
	-ms-flex-order: 12;
	order: 12
}

.offset-1 {
	margin-left: 8.33333%
}

.offset-2 {
	margin-left: 16.66667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.33333%
}

.offset-5 {
	margin-left: 41.66667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.33333%
}

.offset-8 {
	margin-left: 66.66667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.33333%
}

.offset-11 {
	margin-left: 91.66667%
}

@media (min-width:576px) {
	.col-sm {
			-webkit-flex-basis: 0;
			-ms-flex-preferred-size: 0;
			flex-basis: 0;
			-webkit-box-flex: 1;
			-webkit-flex-grow: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
			max-width: 100%
	}
	.col-sm-auto {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 auto;
			-ms-flex: 0 0 auto;
			flex: 0 0 auto;
			width: auto;
			max-width: none
	}
	.col-sm-1 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 8.33333%;
			-ms-flex: 0 0 8.33333%;
			flex: 0 0 8.33333%;
			max-width: 8.33333%
	}
	.col-sm-2 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 16.66667%;
			-ms-flex: 0 0 16.66667%;
			flex: 0 0 16.66667%;
			max-width: 16.66667%
	}
	.col-sm-3 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 25%;
			-ms-flex: 0 0 25%;
			flex: 0 0 25%;
			max-width: 25%
	}
	.col-sm-4 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 33.33333%;
			-ms-flex: 0 0 33.33333%;
			flex: 0 0 33.33333%;
			max-width: 33.33333%
	}
	.col-sm-5 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 41.66667%;
			-ms-flex: 0 0 41.66667%;
			flex: 0 0 41.66667%;
			max-width: 41.66667%
	}
	.col-sm-6 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 50%;
			-ms-flex: 0 0 50%;
			flex: 0 0 50%;
			max-width: 50%
	}
	.col-sm-7 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 58.33333%;
			-ms-flex: 0 0 58.33333%;
			flex: 0 0 58.33333%;
			max-width: 58.33333%
	}
	.col-sm-8 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 66.66667%;
			-ms-flex: 0 0 66.66667%;
			flex: 0 0 66.66667%;
			max-width: 66.66667%
	}
	.col-sm-9 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 75%;
			-ms-flex: 0 0 75%;
			flex: 0 0 75%;
			max-width: 75%
	}
	.col-sm-10 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 83.33333%;
			-ms-flex: 0 0 83.33333%;
			flex: 0 0 83.33333%;
			max-width: 83.33333%
	}
	.col-sm-11 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 91.66667%;
			-ms-flex: 0 0 91.66667%;
			flex: 0 0 91.66667%;
			max-width: 91.66667%
	}
	.col-sm-12 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 100%;
			-ms-flex: 0 0 100%;
			flex: 0 0 100%;
			max-width: 100%
	}
	.order-sm-first {
			-webkit-box-ordinal-group: 0;
			-webkit-order: -1;
			-ms-flex-order: -1;
			order: -1
	}
	.order-sm-last {
			-webkit-box-ordinal-group: 14;
			-webkit-order: 13;
			-ms-flex-order: 13;
			order: 13
	}
	.order-sm-0 {
			-webkit-box-ordinal-group: 1;
			-webkit-order: 0;
			-ms-flex-order: 0;
			order: 0
	}
	.order-sm-1 {
			-webkit-box-ordinal-group: 2;
			-webkit-order: 1;
			-ms-flex-order: 1;
			order: 1
	}
	.order-sm-2 {
			-webkit-box-ordinal-group: 3;
			-webkit-order: 2;
			-ms-flex-order: 2;
			order: 2
	}
	.order-sm-3 {
			-webkit-box-ordinal-group: 4;
			-webkit-order: 3;
			-ms-flex-order: 3;
			order: 3
	}
	.order-sm-4 {
			-webkit-box-ordinal-group: 5;
			-webkit-order: 4;
			-ms-flex-order: 4;
			order: 4
	}
	.order-sm-5 {
			-webkit-box-ordinal-group: 6;
			-webkit-order: 5;
			-ms-flex-order: 5;
			order: 5
	}
	.order-sm-6 {
			-webkit-box-ordinal-group: 7;
			-webkit-order: 6;
			-ms-flex-order: 6;
			order: 6
	}
	.order-sm-7 {
			-webkit-box-ordinal-group: 8;
			-webkit-order: 7;
			-ms-flex-order: 7;
			order: 7
	}
	.order-sm-8 {
			-webkit-box-ordinal-group: 9;
			-webkit-order: 8;
			-ms-flex-order: 8;
			order: 8
	}
	.order-sm-9 {
			-webkit-box-ordinal-group: 10;
			-webkit-order: 9;
			-ms-flex-order: 9;
			order: 9
	}
	.order-sm-10 {
			-webkit-box-ordinal-group: 11;
			-webkit-order: 10;
			-ms-flex-order: 10;
			order: 10
	}
	.order-sm-11 {
			-webkit-box-ordinal-group: 12;
			-webkit-order: 11;
			-ms-flex-order: 11;
			order: 11
	}
	.order-sm-12 {
			-webkit-box-ordinal-group: 13;
			-webkit-order: 12;
			-ms-flex-order: 12;
			order: 12
	}
	.offset-sm-0 {
			margin-left: 0
	}
	.offset-sm-1 {
			margin-left: 8.33333%
	}
	.offset-sm-2 {
			margin-left: 16.66667%
	}
	.offset-sm-3 {
			margin-left: 25%
	}
	.offset-sm-4 {
			margin-left: 33.33333%
	}
	.offset-sm-5 {
			margin-left: 41.66667%
	}
	.offset-sm-6 {
			margin-left: 50%
	}
	.offset-sm-7 {
			margin-left: 58.33333%
	}
	.offset-sm-8 {
			margin-left: 66.66667%
	}
	.offset-sm-9 {
			margin-left: 75%
	}
	.offset-sm-10 {
			margin-left: 83.33333%
	}
	.offset-sm-11 {
			margin-left: 91.66667%
	}
}

@media (min-width:768px) {
	.col-md {
			-webkit-flex-basis: 0;
			-ms-flex-preferred-size: 0;
			flex-basis: 0;
			-webkit-box-flex: 1;
			-webkit-flex-grow: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
			max-width: 100%
	}
	.col-md-auto {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 auto;
			-ms-flex: 0 0 auto;
			flex: 0 0 auto;
			width: auto;
			max-width: none
	}
	.col-md-1 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 8.33333%;
			-ms-flex: 0 0 8.33333%;
			flex: 0 0 8.33333%;
			max-width: 8.33333%
	}
	.col-md-2 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 16.66667%;
			-ms-flex: 0 0 16.66667%;
			flex: 0 0 16.66667%;
			max-width: 16.66667%
	}
	.col-md-3 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 25%;
			-ms-flex: 0 0 25%;
			flex: 0 0 25%;
			max-width: 25%
	}
	.col-md-4 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 33.33333%;
			-ms-flex: 0 0 33.33333%;
			flex: 0 0 33.33333%;
			max-width: 33.33333%
	}
	.col-md-5 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 41.66667%;
			-ms-flex: 0 0 41.66667%;
			flex: 0 0 41.66667%;
			max-width: 41.66667%
	}
	.col-md-6 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 50%;
			-ms-flex: 0 0 50%;
			flex: 0 0 50%;
			max-width: 50%
	}
	.col-md-7 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 58.33333%;
			-ms-flex: 0 0 58.33333%;
			flex: 0 0 58.33333%;
			max-width: 58.33333%
	}
	.col-md-8 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 66.66667%;
			-ms-flex: 0 0 66.66667%;
			flex: 0 0 66.66667%;
			max-width: 66.66667%
	}
	.col-md-9 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 75%;
			-ms-flex: 0 0 75%;
			flex: 0 0 75%;
			max-width: 75%
	}
	.col-md-10 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 83.33333%;
			-ms-flex: 0 0 83.33333%;
			flex: 0 0 83.33333%;
			max-width: 83.33333%
	}
	.col-md-11 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 91.66667%;
			-ms-flex: 0 0 91.66667%;
			flex: 0 0 91.66667%;
			max-width: 91.66667%
	}
	.col-md-12 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 100%;
			-ms-flex: 0 0 100%;
			flex: 0 0 100%;
			max-width: 100%
	}
	.order-md-first {
			-webkit-box-ordinal-group: 0;
			-webkit-order: -1;
			-ms-flex-order: -1;
			order: -1
	}
	.order-md-last {
			-webkit-box-ordinal-group: 14;
			-webkit-order: 13;
			-ms-flex-order: 13;
			order: 13
	}
	.order-md-0 {
			-webkit-box-ordinal-group: 1;
			-webkit-order: 0;
			-ms-flex-order: 0;
			order: 0
	}
	.order-md-1 {
			-webkit-box-ordinal-group: 2;
			-webkit-order: 1;
			-ms-flex-order: 1;
			order: 1
	}
	.order-md-2 {
			-webkit-box-ordinal-group: 3;
			-webkit-order: 2;
			-ms-flex-order: 2;
			order: 2
	}
	.order-md-3 {
			-webkit-box-ordinal-group: 4;
			-webkit-order: 3;
			-ms-flex-order: 3;
			order: 3
	}
	.order-md-4 {
			-webkit-box-ordinal-group: 5;
			-webkit-order: 4;
			-ms-flex-order: 4;
			order: 4
	}
	.order-md-5 {
			-webkit-box-ordinal-group: 6;
			-webkit-order: 5;
			-ms-flex-order: 5;
			order: 5
	}
	.order-md-6 {
			-webkit-box-ordinal-group: 7;
			-webkit-order: 6;
			-ms-flex-order: 6;
			order: 6
	}
	.order-md-7 {
			-webkit-box-ordinal-group: 8;
			-webkit-order: 7;
			-ms-flex-order: 7;
			order: 7
	}
	.order-md-8 {
			-webkit-box-ordinal-group: 9;
			-webkit-order: 8;
			-ms-flex-order: 8;
			order: 8
	}
	.order-md-9 {
			-webkit-box-ordinal-group: 10;
			-webkit-order: 9;
			-ms-flex-order: 9;
			order: 9
	}
	.order-md-10 {
			-webkit-box-ordinal-group: 11;
			-webkit-order: 10;
			-ms-flex-order: 10;
			order: 10
	}
	.order-md-11 {
			-webkit-box-ordinal-group: 12;
			-webkit-order: 11;
			-ms-flex-order: 11;
			order: 11
	}
	.order-md-12 {
			-webkit-box-ordinal-group: 13;
			-webkit-order: 12;
			-ms-flex-order: 12;
			order: 12
	}
	.offset-md-0 {
			margin-left: 0
	}
	.offset-md-1 {
			margin-left: 8.33333%
	}
	.offset-md-2 {
			margin-left: 16.66667%
	}
	.offset-md-3 {
			margin-left: 25%
	}
	.offset-md-4 {
			margin-left: 33.33333%
	}
	.offset-md-5 {
			margin-left: 41.66667%
	}
	.offset-md-6 {
			margin-left: 50%
	}
	.offset-md-7 {
			margin-left: 58.33333%
	}
	.offset-md-8 {
			margin-left: 66.66667%
	}
	.offset-md-9 {
			margin-left: 75%
	}
	.offset-md-10 {
			margin-left: 83.33333%
	}
	.offset-md-11 {
			margin-left: 91.66667%
	}
}

@media (min-width:992px) {
	.col-lg {
			-webkit-flex-basis: 0;
			-ms-flex-preferred-size: 0;
			flex-basis: 0;
			-webkit-box-flex: 1;
			-webkit-flex-grow: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
			max-width: 100%
	}
	.col-lg-auto {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 auto;
			-ms-flex: 0 0 auto;
			flex: 0 0 auto;
			width: auto;
			max-width: none
	}
	.col-lg-1 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 8.33333%;
			-ms-flex: 0 0 8.33333%;
			flex: 0 0 8.33333%;
			max-width: 8.33333%
	}
	.col-lg-2 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 16.66667%;
			-ms-flex: 0 0 16.66667%;
			flex: 0 0 16.66667%;
			max-width: 16.66667%
	}
	.col-lg-3 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 25%;
			-ms-flex: 0 0 25%;
			flex: 0 0 25%;
			max-width: 25%
	}
	.col-lg-4 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 33.33333%;
			-ms-flex: 0 0 33.33333%;
			flex: 0 0 33.33333%;
			max-width: 33.33333%
	}
	.col-lg-5 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 41.66667%;
			-ms-flex: 0 0 41.66667%;
			flex: 0 0 41.66667%;
			max-width: 41.66667%
	}
	.col-lg-6 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 50%;
			-ms-flex: 0 0 50%;
			flex: 0 0 50%;
			max-width: 50%
	}
	.col-lg-7 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 58.33333%;
			-ms-flex: 0 0 58.33333%;
			flex: 0 0 58.33333%;
			max-width: 58.33333%
	}
	.col-lg-8 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 66.66667%;
			-ms-flex: 0 0 66.66667%;
			flex: 0 0 66.66667%;
			max-width: 66.66667%
	}
	.col-lg-9 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 75%;
			-ms-flex: 0 0 75%;
			flex: 0 0 75%;
			max-width: 75%
	}
	.col-lg-10 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 83.33333%;
			-ms-flex: 0 0 83.33333%;
			flex: 0 0 83.33333%;
			max-width: 83.33333%
	}
	.col-lg-11 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 91.66667%;
			-ms-flex: 0 0 91.66667%;
			flex: 0 0 91.66667%;
			max-width: 91.66667%
	}
	.col-lg-12 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 100%;
			-ms-flex: 0 0 100%;
			flex: 0 0 100%;
			max-width: 100%
	}
	.order-lg-first {
			-webkit-box-ordinal-group: 0;
			-webkit-order: -1;
			-ms-flex-order: -1;
			order: -1
	}
	.order-lg-last {
			-webkit-box-ordinal-group: 14;
			-webkit-order: 13;
			-ms-flex-order: 13;
			order: 13
	}
	.order-lg-0 {
			-webkit-box-ordinal-group: 1;
			-webkit-order: 0;
			-ms-flex-order: 0;
			order: 0
	}
	.order-lg-1 {
			-webkit-box-ordinal-group: 2;
			-webkit-order: 1;
			-ms-flex-order: 1;
			order: 1
	}
	.order-lg-2 {
			-webkit-box-ordinal-group: 3;
			-webkit-order: 2;
			-ms-flex-order: 2;
			order: 2
	}
	.order-lg-3 {
			-webkit-box-ordinal-group: 4;
			-webkit-order: 3;
			-ms-flex-order: 3;
			order: 3
	}
	.order-lg-4 {
			-webkit-box-ordinal-group: 5;
			-webkit-order: 4;
			-ms-flex-order: 4;
			order: 4
	}
	.order-lg-5 {
			-webkit-box-ordinal-group: 6;
			-webkit-order: 5;
			-ms-flex-order: 5;
			order: 5
	}
	.order-lg-6 {
			-webkit-box-ordinal-group: 7;
			-webkit-order: 6;
			-ms-flex-order: 6;
			order: 6
	}
	.order-lg-7 {
			-webkit-box-ordinal-group: 8;
			-webkit-order: 7;
			-ms-flex-order: 7;
			order: 7
	}
	.order-lg-8 {
			-webkit-box-ordinal-group: 9;
			-webkit-order: 8;
			-ms-flex-order: 8;
			order: 8
	}
	.order-lg-9 {
			-webkit-box-ordinal-group: 10;
			-webkit-order: 9;
			-ms-flex-order: 9;
			order: 9
	}
	.order-lg-10 {
			-webkit-box-ordinal-group: 11;
			-webkit-order: 10;
			-ms-flex-order: 10;
			order: 10
	}
	.order-lg-11 {
			-webkit-box-ordinal-group: 12;
			-webkit-order: 11;
			-ms-flex-order: 11;
			order: 11
	}
	.order-lg-12 {
			-webkit-box-ordinal-group: 13;
			-webkit-order: 12;
			-ms-flex-order: 12;
			order: 12
	}
	.offset-lg-0 {
			margin-left: 0
	}
	.offset-lg-1 {
			margin-left: 8.33333%
	}
	.offset-lg-2 {
			margin-left: 16.66667%
	}
	.offset-lg-3 {
			margin-left: 25%
	}
	.offset-lg-4 {
			margin-left: 33.33333%
	}
	.offset-lg-5 {
			margin-left: 41.66667%
	}
	.offset-lg-6 {
			margin-left: 50%
	}
	.offset-lg-7 {
			margin-left: 58.33333%
	}
	.offset-lg-8 {
			margin-left: 66.66667%
	}
	.offset-lg-9 {
			margin-left: 75%
	}
	.offset-lg-10 {
			margin-left: 83.33333%
	}
	.offset-lg-11 {
			margin-left: 91.66667%
	}
}

@media (min-width:1200px) {
	.col-xl {
			-webkit-flex-basis: 0;
			-ms-flex-preferred-size: 0;
			flex-basis: 0;
			-webkit-box-flex: 1;
			-webkit-flex-grow: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
			max-width: 100%
	}
	.col-xl-auto {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 auto;
			-ms-flex: 0 0 auto;
			flex: 0 0 auto;
			width: auto;
			max-width: none
	}
	.col-xl-1 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 8.33333%;
			-ms-flex: 0 0 8.33333%;
			flex: 0 0 8.33333%;
			max-width: 8.33333%
	}
	.col-xl-2 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 16.66667%;
			-ms-flex: 0 0 16.66667%;
			flex: 0 0 16.66667%;
			max-width: 16.66667%
	}
	.col-xl-3 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 25%;
			-ms-flex: 0 0 25%;
			flex: 0 0 25%;
			max-width: 25%
	}
	.col-xl-4 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 33.33333%;
			-ms-flex: 0 0 33.33333%;
			flex: 0 0 33.33333%;
			max-width: 33.33333%
	}
	.col-xl-5 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 41.66667%;
			-ms-flex: 0 0 41.66667%;
			flex: 0 0 41.66667%;
			max-width: 41.66667%
	}
	.col-xl-6 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 50%;
			-ms-flex: 0 0 50%;
			flex: 0 0 50%;
			max-width: 50%
	}
	.col-xl-7 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 58.33333%;
			-ms-flex: 0 0 58.33333%;
			flex: 0 0 58.33333%;
			max-width: 58.33333%
	}
	.col-xl-8 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 66.66667%;
			-ms-flex: 0 0 66.66667%;
			flex: 0 0 66.66667%;
			max-width: 66.66667%
	}
	.col-xl-9 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 75%;
			-ms-flex: 0 0 75%;
			flex: 0 0 75%;
			max-width: 75%
	}
	.col-xl-10 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 83.33333%;
			-ms-flex: 0 0 83.33333%;
			flex: 0 0 83.33333%;
			max-width: 83.33333%
	}
	.col-xl-11 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 91.66667%;
			-ms-flex: 0 0 91.66667%;
			flex: 0 0 91.66667%;
			max-width: 91.66667%
	}
	.col-xl-12 {
			-webkit-box-flex: 0;
			-webkit-flex: 0 0 100%;
			-ms-flex: 0 0 100%;
			flex: 0 0 100%;
			max-width: 100%
	}
	.order-xl-first {
			-webkit-box-ordinal-group: 0;
			-webkit-order: -1;
			-ms-flex-order: -1;
			order: -1
	}
	.order-xl-last {
			-webkit-box-ordinal-group: 14;
			-webkit-order: 13;
			-ms-flex-order: 13;
			order: 13
	}
	.order-xl-0 {
			-webkit-box-ordinal-group: 1;
			-webkit-order: 0;
			-ms-flex-order: 0;
			order: 0
	}
	.order-xl-1 {
			-webkit-box-ordinal-group: 2;
			-webkit-order: 1;
			-ms-flex-order: 1;
			order: 1
	}
	.order-xl-2 {
			-webkit-box-ordinal-group: 3;
			-webkit-order: 2;
			-ms-flex-order: 2;
			order: 2
	}
	.order-xl-3 {
			-webkit-box-ordinal-group: 4;
			-webkit-order: 3;
			-ms-flex-order: 3;
			order: 3
	}
	.order-xl-4 {
			-webkit-box-ordinal-group: 5;
			-webkit-order: 4;
			-ms-flex-order: 4;
			order: 4
	}
	.order-xl-5 {
			-webkit-box-ordinal-group: 6;
			-webkit-order: 5;
			-ms-flex-order: 5;
			order: 5
	}
	.order-xl-6 {
			-webkit-box-ordinal-group: 7;
			-webkit-order: 6;
			-ms-flex-order: 6;
			order: 6
	}
	.order-xl-7 {
			-webkit-box-ordinal-group: 8;
			-webkit-order: 7;
			-ms-flex-order: 7;
			order: 7
	}
	.order-xl-8 {
			-webkit-box-ordinal-group: 9;
			-webkit-order: 8;
			-ms-flex-order: 8;
			order: 8
	}
	.order-xl-9 {
			-webkit-box-ordinal-group: 10;
			-webkit-order: 9;
			-ms-flex-order: 9;
			order: 9
	}
	.order-xl-10 {
			-webkit-box-ordinal-group: 11;
			-webkit-order: 10;
			-ms-flex-order: 10;
			order: 10
	}
	.order-xl-11 {
			-webkit-box-ordinal-group: 12;
			-webkit-order: 11;
			-ms-flex-order: 11;
			order: 11
	}
	.order-xl-12 {
			-webkit-box-ordinal-group: 13;
			-webkit-order: 12;
			-ms-flex-order: 12;
			order: 12
	}
	.offset-xl-0 {
			margin-left: 0
	}
	.offset-xl-1 {
			margin-left: 8.33333%
	}
	.offset-xl-2 {
			margin-left: 16.66667%
	}
	.offset-xl-3 {
			margin-left: 25%
	}
	.offset-xl-4 {
			margin-left: 33.33333%
	}
	.offset-xl-5 {
			margin-left: 41.66667%
	}
	.offset-xl-6 {
			margin-left: 50%
	}
	.offset-xl-7 {
			margin-left: 58.33333%
	}
	.offset-xl-8 {
			margin-left: 66.66667%
	}
	.offset-xl-9 {
			margin-left: 75%
	}
	.offset-xl-10 {
			margin-left: 83.33333%
	}
	.offset-xl-11 {
			margin-left: 91.66667%
	}
}

.d-none {
	display: none!important
}

.d-inline {
	display: inline!important
}

.d-inline-block {
	display: inline-block!important
}

.d-block {
	display: block!important
}

.d-table {
	display: table!important
}

.d-table-row {
	display: table-row!important
}

.d-table-cell {
	display: table-cell!important
}

.d-flex {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important
}

.d-inline-flex {
	display: -webkit-inline-box!important;
	display: -webkit-inline-flex!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}

@media (min-width:576px) {
	.d-sm-none {
			display: none!important
	}
	.d-sm-inline {
			display: inline!important
	}
	.d-sm-inline-block {
			display: inline-block!important
	}
	.d-sm-block {
			display: block!important
	}
	.d-sm-table {
			display: table!important
	}
	.d-sm-table-row {
			display: table-row!important
	}
	.d-sm-table-cell {
			display: table-cell!important
	}
	.d-sm-flex {
			display: -webkit-box!important;
			display: -webkit-flex!important;
			display: -ms-flexbox!important;
			display: flex!important
	}
	.d-sm-inline-flex {
			display: -webkit-inline-box!important;
			display: -webkit-inline-flex!important;
			display: -ms-inline-flexbox!important;
			display: inline-flex!important
	}
}

@media (min-width:768px) {
	.d-md-none {
			display: none!important
	}
	.d-md-inline {
			display: inline!important
	}
	.d-md-inline-block {
			display: inline-block!important
	}
	.d-md-block {
			display: block!important
	}
	.d-md-table {
			display: table!important
	}
	.d-md-table-row {
			display: table-row!important
	}
	.d-md-table-cell {
			display: table-cell!important
	}
	.d-md-flex {
			display: -webkit-box!important;
			display: -webkit-flex!important;
			display: -ms-flexbox!important;
			display: flex!important
	}
	.d-md-inline-flex {
			display: -webkit-inline-box!important;
			display: -webkit-inline-flex!important;
			display: -ms-inline-flexbox!important;
			display: inline-flex!important
	}
}

@media (min-width:992px) {
	.d-lg-none {
			display: none!important
	}
	.d-lg-inline {
			display: inline!important
	}
	.d-lg-inline-block {
			display: inline-block!important
	}
	.d-lg-block {
			display: block!important
	}
	.d-lg-table {
			display: table!important
	}
	.d-lg-table-row {
			display: table-row!important
	}
	.d-lg-table-cell {
			display: table-cell!important
	}
	.d-lg-flex {
			display: -webkit-box!important;
			display: -webkit-flex!important;
			display: -ms-flexbox!important;
			display: flex!important
	}
	.d-lg-inline-flex {
			display: -webkit-inline-box!important;
			display: -webkit-inline-flex!important;
			display: -ms-inline-flexbox!important;
			display: inline-flex!important
	}
}

@media (min-width:1200px) {
	.d-xl-none {
			display: none!important
	}
	.d-xl-inline {
			display: inline!important
	}
	.d-xl-inline-block {
			display: inline-block!important
	}
	.d-xl-block {
			display: block!important
	}
	.d-xl-table {
			display: table!important
	}
	.d-xl-table-row {
			display: table-row!important
	}
	.d-xl-table-cell {
			display: table-cell!important
	}
	.d-xl-flex {
			display: -webkit-box!important;
			display: -webkit-flex!important;
			display: -ms-flexbox!important;
			display: flex!important
	}
	.d-xl-inline-flex {
			display: -webkit-inline-box!important;
			display: -webkit-inline-flex!important;
			display: -ms-inline-flexbox!important;
			display: inline-flex!important
	}
}

@media print {
	.d-print-none {
			display: none!important
	}
	.d-print-inline {
			display: inline!important
	}
	.d-print-inline-block {
			display: inline-block!important
	}
	.d-print-block {
			display: block!important
	}
	.d-print-table {
			display: table!important
	}
	.d-print-table-row {
			display: table-row!important
	}
	.d-print-table-cell {
			display: table-cell!important
	}
	.d-print-flex {
			display: -webkit-box!important;
			display: -webkit-flex!important;
			display: -ms-flexbox!important;
			display: flex!important
	}
	.d-print-inline-flex {
			display: -webkit-inline-box!important;
			display: -webkit-inline-flex!important;
			display: -ms-inline-flexbox!important;
			display: inline-flex!important
	}
}

.flex-row {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: normal!important;
	-webkit-flex-direction: row!important;
	-ms-flex-direction: row!important;
	flex-direction: row!important
}

.flex-column {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: normal!important;
	-webkit-flex-direction: column!important;
	-ms-flex-direction: column!important;
	flex-direction: column!important
}

.flex-row-reverse {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: reverse!important;
	-webkit-flex-direction: row-reverse!important;
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}

.flex-column-reverse {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: reverse!important;
	-webkit-flex-direction: column-reverse!important;
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}

.flex-wrap {
	-webkit-flex-wrap: wrap!important;
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important
}

.flex-nowrap {
	-webkit-flex-wrap: nowrap!important;
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
}

.flex-wrap-reverse {
	-webkit-flex-wrap: wrap-reverse!important;
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important
}

.justify-content-start {
	-webkit-box-pack: start!important;
	-webkit-justify-content: flex-start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
}

.justify-content-end {
	-webkit-box-pack: end!important;
	-webkit-justify-content: flex-end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}

.justify-content-center {
	-webkit-box-pack: center!important;
	-webkit-justify-content: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important
}

.justify-content-between {
	-webkit-box-pack: justify!important;
	-webkit-justify-content: space-between!important;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}

.justify-content-around {
	-webkit-justify-content: space-around!important;
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
}

.align-items-start {
	-webkit-box-align: start!important;
	-webkit-align-items: flex-start!important;
	-ms-flex-align: start!important;
	align-items: flex-start!important
}

.align-items-end {
	-webkit-box-align: end!important;
	-webkit-align-items: flex-end!important;
	-ms-flex-align: end!important;
	align-items: flex-end!important
}

.align-items-center {
	-webkit-box-align: center!important;
	-webkit-align-items: center!important;
	-ms-flex-align: center!important;
	align-items: center!important
}

.align-items-baseline {
	-webkit-box-align: baseline!important;
	-webkit-align-items: baseline!important;
	-ms-flex-align: baseline!important;
	align-items: baseline!important
}

.align-items-stretch {
	-webkit-box-align: stretch!important;
	-webkit-align-items: stretch!important;
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}

.align-content-start {
	-webkit-align-content: flex-start!important;
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
}

.align-content-end {
	-webkit-align-content: flex-end!important;
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important
}

.align-content-center {
	-webkit-align-content: center!important;
	-ms-flex-line-pack: center!important;
	align-content: center!important
}

.align-content-between {
	-webkit-align-content: space-between!important;
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important
}

.align-content-around {
	-webkit-align-content: space-around!important;
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important
}

.align-content-stretch {
	-webkit-align-content: stretch!important;
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important
}

.align-self-auto {
	-webkit-align-self: auto!important;
	-ms-flex-item-align: auto!important;
	align-self: auto!important
}

.align-self-start {
	-webkit-align-self: flex-start!important;
	-ms-flex-item-align: start!important;
	align-self: flex-start!important
}

.align-self-end {
	-webkit-align-self: flex-end!important;
	-ms-flex-item-align: end!important;
	align-self: flex-end!important
}

.align-self-center {
	-webkit-align-self: center!important;
	-ms-flex-item-align: center!important;
	align-self: center!important
}

.align-self-baseline {
	-webkit-align-self: baseline!important;
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important
}

.align-self-stretch {
	-webkit-align-self: stretch!important;
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important
}

@media (min-width:576px) {
	.flex-sm-row {
			-webkit-box-orient: horizontal!important;
			-webkit-box-direction: normal!important;
			-webkit-flex-direction: row!important;
			-ms-flex-direction: row!important;
			flex-direction: row!important
	}
	.flex-sm-column {
			-webkit-box-orient: vertical!important;
			-webkit-box-direction: normal!important;
			-webkit-flex-direction: column!important;
			-ms-flex-direction: column!important;
			flex-direction: column!important
	}
	.flex-sm-row-reverse {
			-webkit-box-orient: horizontal!important;
			-webkit-box-direction: reverse!important;
			-webkit-flex-direction: row-reverse!important;
			-ms-flex-direction: row-reverse!important;
			flex-direction: row-reverse!important
	}
	.flex-sm-column-reverse {
			-webkit-box-orient: vertical!important;
			-webkit-box-direction: reverse!important;
			-webkit-flex-direction: column-reverse!important;
			-ms-flex-direction: column-reverse!important;
			flex-direction: column-reverse!important
	}
	.flex-sm-wrap {
			-webkit-flex-wrap: wrap!important;
			-ms-flex-wrap: wrap!important;
			flex-wrap: wrap!important
	}
	.flex-sm-nowrap {
			-webkit-flex-wrap: nowrap!important;
			-ms-flex-wrap: nowrap!important;
			flex-wrap: nowrap!important
	}
	.flex-sm-wrap-reverse {
			-webkit-flex-wrap: wrap-reverse!important;
			-ms-flex-wrap: wrap-reverse!important;
			flex-wrap: wrap-reverse!important
	}
	.justify-content-sm-start {
			-webkit-box-pack: start!important;
			-webkit-justify-content: flex-start!important;
			-ms-flex-pack: start!important;
			justify-content: flex-start!important
	}
	.justify-content-sm-end {
			-webkit-box-pack: end!important;
			-webkit-justify-content: flex-end!important;
			-ms-flex-pack: end!important;
			justify-content: flex-end!important
	}
	.justify-content-sm-center {
			-webkit-box-pack: center!important;
			-webkit-justify-content: center!important;
			-ms-flex-pack: center!important;
			justify-content: center!important
	}
	.justify-content-sm-between {
			-webkit-box-pack: justify!important;
			-webkit-justify-content: space-between!important;
			-ms-flex-pack: justify!important;
			justify-content: space-between!important
	}
	.justify-content-sm-around {
			-webkit-justify-content: space-around!important;
			-ms-flex-pack: distribute!important;
			justify-content: space-around!important
	}
	.align-items-sm-start {
			-webkit-box-align: start!important;
			-webkit-align-items: flex-start!important;
			-ms-flex-align: start!important;
			align-items: flex-start!important
	}
	.align-items-sm-end {
			-webkit-box-align: end!important;
			-webkit-align-items: flex-end!important;
			-ms-flex-align: end!important;
			align-items: flex-end!important
	}
	.align-items-sm-center {
			-webkit-box-align: center!important;
			-webkit-align-items: center!important;
			-ms-flex-align: center!important;
			align-items: center!important
	}
	.align-items-sm-baseline {
			-webkit-box-align: baseline!important;
			-webkit-align-items: baseline!important;
			-ms-flex-align: baseline!important;
			align-items: baseline!important
	}
	.align-items-sm-stretch {
			-webkit-box-align: stretch!important;
			-webkit-align-items: stretch!important;
			-ms-flex-align: stretch!important;
			align-items: stretch!important
	}
	.align-content-sm-start {
			-webkit-align-content: flex-start!important;
			-ms-flex-line-pack: start!important;
			align-content: flex-start!important
	}
	.align-content-sm-end {
			-webkit-align-content: flex-end!important;
			-ms-flex-line-pack: end!important;
			align-content: flex-end!important
	}
	.align-content-sm-center {
			-webkit-align-content: center!important;
			-ms-flex-line-pack: center!important;
			align-content: center!important
	}
	.align-content-sm-between {
			-webkit-align-content: space-between!important;
			-ms-flex-line-pack: justify!important;
			align-content: space-between!important
	}
	.align-content-sm-around {
			-webkit-align-content: space-around!important;
			-ms-flex-line-pack: distribute!important;
			align-content: space-around!important
	}
	.align-content-sm-stretch {
			-webkit-align-content: stretch!important;
			-ms-flex-line-pack: stretch!important;
			align-content: stretch!important
	}
	.align-self-sm-auto {
			-webkit-align-self: auto!important;
			-ms-flex-item-align: auto!important;
			align-self: auto!important
	}
	.align-self-sm-start {
			-webkit-align-self: flex-start!important;
			-ms-flex-item-align: start!important;
			align-self: flex-start!important
	}
	.align-self-sm-end {
			-webkit-align-self: flex-end!important;
			-ms-flex-item-align: end!important;
			align-self: flex-end!important
	}
	.align-self-sm-center {
			-webkit-align-self: center!important;
			-ms-flex-item-align: center!important;
			align-self: center!important
	}
	.align-self-sm-baseline {
			-webkit-align-self: baseline!important;
			-ms-flex-item-align: baseline!important;
			align-self: baseline!important
	}
	.align-self-sm-stretch {
			-webkit-align-self: stretch!important;
			-ms-flex-item-align: stretch!important;
			align-self: stretch!important
	}
}

@media (min-width:768px) {
	.flex-md-row {
			-webkit-box-orient: horizontal!important;
			-webkit-box-direction: normal!important;
			-webkit-flex-direction: row!important;
			-ms-flex-direction: row!important;
			flex-direction: row!important
	}
	.flex-md-column {
			-webkit-box-orient: vertical!important;
			-webkit-box-direction: normal!important;
			-webkit-flex-direction: column!important;
			-ms-flex-direction: column!important;
			flex-direction: column!important
	}
	.flex-md-row-reverse {
			-webkit-box-orient: horizontal!important;
			-webkit-box-direction: reverse!important;
			-webkit-flex-direction: row-reverse!important;
			-ms-flex-direction: row-reverse!important;
			flex-direction: row-reverse!important
	}
	.flex-md-column-reverse {
			-webkit-box-orient: vertical!important;
			-webkit-box-direction: reverse!important;
			-webkit-flex-direction: column-reverse!important;
			-ms-flex-direction: column-reverse!important;
			flex-direction: column-reverse!important
	}
	.flex-md-wrap {
			-webkit-flex-wrap: wrap!important;
			-ms-flex-wrap: wrap!important;
			flex-wrap: wrap!important
	}
	.flex-md-nowrap {
			-webkit-flex-wrap: nowrap!important;
			-ms-flex-wrap: nowrap!important;
			flex-wrap: nowrap!important
	}
	.flex-md-wrap-reverse {
			-webkit-flex-wrap: wrap-reverse!important;
			-ms-flex-wrap: wrap-reverse!important;
			flex-wrap: wrap-reverse!important
	}
	.justify-content-md-start {
			-webkit-box-pack: start!important;
			-webkit-justify-content: flex-start!important;
			-ms-flex-pack: start!important;
			justify-content: flex-start!important
	}
	.justify-content-md-end {
			-webkit-box-pack: end!important;
			-webkit-justify-content: flex-end!important;
			-ms-flex-pack: end!important;
			justify-content: flex-end!important
	}
	.justify-content-md-center {
			-webkit-box-pack: center!important;
			-webkit-justify-content: center!important;
			-ms-flex-pack: center!important;
			justify-content: center!important
	}
	.justify-content-md-between {
			-webkit-box-pack: justify!important;
			-webkit-justify-content: space-between!important;
			-ms-flex-pack: justify!important;
			justify-content: space-between!important
	}
	.justify-content-md-around {
			-webkit-justify-content: space-around!important;
			-ms-flex-pack: distribute!important;
			justify-content: space-around!important
	}
	.align-items-md-start {
			-webkit-box-align: start!important;
			-webkit-align-items: flex-start!important;
			-ms-flex-align: start!important;
			align-items: flex-start!important
	}
	.align-items-md-end {
			-webkit-box-align: end!important;
			-webkit-align-items: flex-end!important;
			-ms-flex-align: end!important;
			align-items: flex-end!important
	}
	.align-items-md-center {
			-webkit-box-align: center!important;
			-webkit-align-items: center!important;
			-ms-flex-align: center!important;
			align-items: center!important
	}
	.align-items-md-baseline {
			-webkit-box-align: baseline!important;
			-webkit-align-items: baseline!important;
			-ms-flex-align: baseline!important;
			align-items: baseline!important
	}
	.align-items-md-stretch {
			-webkit-box-align: stretch!important;
			-webkit-align-items: stretch!important;
			-ms-flex-align: stretch!important;
			align-items: stretch!important
	}
	.align-content-md-start {
			-webkit-align-content: flex-start!important;
			-ms-flex-line-pack: start!important;
			align-content: flex-start!important
	}
	.align-content-md-end {
			-webkit-align-content: flex-end!important;
			-ms-flex-line-pack: end!important;
			align-content: flex-end!important
	}
	.align-content-md-center {
			-webkit-align-content: center!important;
			-ms-flex-line-pack: center!important;
			align-content: center!important
	}
	.align-content-md-between {
			-webkit-align-content: space-between!important;
			-ms-flex-line-pack: justify!important;
			align-content: space-between!important
	}
	.align-content-md-around {
			-webkit-align-content: space-around!important;
			-ms-flex-line-pack: distribute!important;
			align-content: space-around!important
	}
	.align-content-md-stretch {
			-webkit-align-content: stretch!important;
			-ms-flex-line-pack: stretch!important;
			align-content: stretch!important
	}
	.align-self-md-auto {
			-webkit-align-self: auto!important;
			-ms-flex-item-align: auto!important;
			align-self: auto!important
	}
	.align-self-md-start {
			-webkit-align-self: flex-start!important;
			-ms-flex-item-align: start!important;
			align-self: flex-start!important
	}
	.align-self-md-end {
			-webkit-align-self: flex-end!important;
			-ms-flex-item-align: end!important;
			align-self: flex-end!important
	}
	.align-self-md-center {
			-webkit-align-self: center!important;
			-ms-flex-item-align: center!important;
			align-self: center!important
	}
	.align-self-md-baseline {
			-webkit-align-self: baseline!important;
			-ms-flex-item-align: baseline!important;
			align-self: baseline!important
	}
	.align-self-md-stretch {
			-webkit-align-self: stretch!important;
			-ms-flex-item-align: stretch!important;
			align-self: stretch!important
	}
}

@media (min-width:992px) {
	.flex-lg-row {
			-webkit-box-orient: horizontal!important;
			-webkit-box-direction: normal!important;
			-webkit-flex-direction: row!important;
			-ms-flex-direction: row!important;
			flex-direction: row!important
	}
	.flex-lg-column {
			-webkit-box-orient: vertical!important;
			-webkit-box-direction: normal!important;
			-webkit-flex-direction: column!important;
			-ms-flex-direction: column!important;
			flex-direction: column!important
	}
	.flex-lg-row-reverse {
			-webkit-box-orient: horizontal!important;
			-webkit-box-direction: reverse!important;
			-webkit-flex-direction: row-reverse!important;
			-ms-flex-direction: row-reverse!important;
			flex-direction: row-reverse!important
	}
	.flex-lg-column-reverse {
			-webkit-box-orient: vertical!important;
			-webkit-box-direction: reverse!important;
			-webkit-flex-direction: column-reverse!important;
			-ms-flex-direction: column-reverse!important;
			flex-direction: column-reverse!important
	}
	.flex-lg-wrap {
			-webkit-flex-wrap: wrap!important;
			-ms-flex-wrap: wrap!important;
			flex-wrap: wrap!important
	}
	.flex-lg-nowrap {
			-webkit-flex-wrap: nowrap!important;
			-ms-flex-wrap: nowrap!important;
			flex-wrap: nowrap!important
	}
	.flex-lg-wrap-reverse {
			-webkit-flex-wrap: wrap-reverse!important;
			-ms-flex-wrap: wrap-reverse!important;
			flex-wrap: wrap-reverse!important
	}
	.justify-content-lg-start {
			-webkit-box-pack: start!important;
			-webkit-justify-content: flex-start!important;
			-ms-flex-pack: start!important;
			justify-content: flex-start!important
	}
	.justify-content-lg-end {
			-webkit-box-pack: end!important;
			-webkit-justify-content: flex-end!important;
			-ms-flex-pack: end!important;
			justify-content: flex-end!important
	}
	.justify-content-lg-center {
			-webkit-box-pack: center!important;
			-webkit-justify-content: center!important;
			-ms-flex-pack: center!important;
			justify-content: center!important
	}
	.justify-content-lg-between {
			-webkit-box-pack: justify!important;
			-webkit-justify-content: space-between!important;
			-ms-flex-pack: justify!important;
			justify-content: space-between!important
	}
	.justify-content-lg-around {
			-webkit-justify-content: space-around!important;
			-ms-flex-pack: distribute!important;
			justify-content: space-around!important
	}
	.align-items-lg-start {
			-webkit-box-align: start!important;
			-webkit-align-items: flex-start!important;
			-ms-flex-align: start!important;
			align-items: flex-start!important
	}
	.align-items-lg-end {
			-webkit-box-align: end!important;
			-webkit-align-items: flex-end!important;
			-ms-flex-align: end!important;
			align-items: flex-end!important
	}
	.align-items-lg-center {
			-webkit-box-align: center!important;
			-webkit-align-items: center!important;
			-ms-flex-align: center!important;
			align-items: center!important
	}
	.align-items-lg-baseline {
			-webkit-box-align: baseline!important;
			-webkit-align-items: baseline!important;
			-ms-flex-align: baseline!important;
			align-items: baseline!important
	}
	.align-items-lg-stretch {
			-webkit-box-align: stretch!important;
			-webkit-align-items: stretch!important;
			-ms-flex-align: stretch!important;
			align-items: stretch!important
	}
	.align-content-lg-start {
			-webkit-align-content: flex-start!important;
			-ms-flex-line-pack: start!important;
			align-content: flex-start!important
	}
	.align-content-lg-end {
			-webkit-align-content: flex-end!important;
			-ms-flex-line-pack: end!important;
			align-content: flex-end!important
	}
	.align-content-lg-center {
			-webkit-align-content: center!important;
			-ms-flex-line-pack: center!important;
			align-content: center!important
	}
	.align-content-lg-between {
			-webkit-align-content: space-between!important;
			-ms-flex-line-pack: justify!important;
			align-content: space-between!important
	}
	.align-content-lg-around {
			-webkit-align-content: space-around!important;
			-ms-flex-line-pack: distribute!important;
			align-content: space-around!important
	}
	.align-content-lg-stretch {
			-webkit-align-content: stretch!important;
			-ms-flex-line-pack: stretch!important;
			align-content: stretch!important
	}
	.align-self-lg-auto {
			-webkit-align-self: auto!important;
			-ms-flex-item-align: auto!important;
			align-self: auto!important
	}
	.align-self-lg-start {
			-webkit-align-self: flex-start!important;
			-ms-flex-item-align: start!important;
			align-self: flex-start!important
	}
	.align-self-lg-end {
			-webkit-align-self: flex-end!important;
			-ms-flex-item-align: end!important;
			align-self: flex-end!important
	}
	.align-self-lg-center {
			-webkit-align-self: center!important;
			-ms-flex-item-align: center!important;
			align-self: center!important
	}
	.align-self-lg-baseline {
			-webkit-align-self: baseline!important;
			-ms-flex-item-align: baseline!important;
			align-self: baseline!important
	}
	.align-self-lg-stretch {
			-webkit-align-self: stretch!important;
			-ms-flex-item-align: stretch!important;
			align-self: stretch!important
	}
}

@media (min-width:1200px) {
	.flex-xl-row {
			-webkit-box-orient: horizontal!important;
			-webkit-box-direction: normal!important;
			-webkit-flex-direction: row!important;
			-ms-flex-direction: row!important;
			flex-direction: row!important
	}
	.flex-xl-column {
			-webkit-box-orient: vertical!important;
			-webkit-box-direction: normal!important;
			-webkit-flex-direction: column!important;
			-ms-flex-direction: column!important;
			flex-direction: column!important
	}
	.flex-xl-row-reverse {
			-webkit-box-orient: horizontal!important;
			-webkit-box-direction: reverse!important;
			-webkit-flex-direction: row-reverse!important;
			-ms-flex-direction: row-reverse!important;
			flex-direction: row-reverse!important
	}
	.flex-xl-column-reverse {
			-webkit-box-orient: vertical!important;
			-webkit-box-direction: reverse!important;
			-webkit-flex-direction: column-reverse!important;
			-ms-flex-direction: column-reverse!important;
			flex-direction: column-reverse!important
	}
	.flex-xl-wrap {
			-webkit-flex-wrap: wrap!important;
			-ms-flex-wrap: wrap!important;
			flex-wrap: wrap!important
	}
	.flex-xl-nowrap {
			-webkit-flex-wrap: nowrap!important;
			-ms-flex-wrap: nowrap!important;
			flex-wrap: nowrap!important
	}
	.flex-xl-wrap-reverse {
			-webkit-flex-wrap: wrap-reverse!important;
			-ms-flex-wrap: wrap-reverse!important;
			flex-wrap: wrap-reverse!important
	}
	.justify-content-xl-start {
			-webkit-box-pack: start!important;
			-webkit-justify-content: flex-start!important;
			-ms-flex-pack: start!important;
			justify-content: flex-start!important
	}
	.justify-content-xl-end {
			-webkit-box-pack: end!important;
			-webkit-justify-content: flex-end!important;
			-ms-flex-pack: end!important;
			justify-content: flex-end!important
	}
	.justify-content-xl-center {
			-webkit-box-pack: center!important;
			-webkit-justify-content: center!important;
			-ms-flex-pack: center!important;
			justify-content: center!important
	}
	.justify-content-xl-between {
			-webkit-box-pack: justify!important;
			-webkit-justify-content: space-between!important;
			-ms-flex-pack: justify!important;
			justify-content: space-between!important
	}
	.justify-content-xl-around {
			-webkit-justify-content: space-around!important;
			-ms-flex-pack: distribute!important;
			justify-content: space-around!important
	}
	.align-items-xl-start {
			-webkit-box-align: start!important;
			-webkit-align-items: flex-start!important;
			-ms-flex-align: start!important;
			align-items: flex-start!important
	}
	.align-items-xl-end {
			-webkit-box-align: end!important;
			-webkit-align-items: flex-end!important;
			-ms-flex-align: end!important;
			align-items: flex-end!important
	}
	.align-items-xl-center {
			-webkit-box-align: center!important;
			-webkit-align-items: center!important;
			-ms-flex-align: center!important;
			align-items: center!important
	}
	.align-items-xl-baseline {
			-webkit-box-align: baseline!important;
			-webkit-align-items: baseline!important;
			-ms-flex-align: baseline!important;
			align-items: baseline!important
	}
	.align-items-xl-stretch {
			-webkit-box-align: stretch!important;
			-webkit-align-items: stretch!important;
			-ms-flex-align: stretch!important;
			align-items: stretch!important
	}
	.align-content-xl-start {
			-webkit-align-content: flex-start!important;
			-ms-flex-line-pack: start!important;
			align-content: flex-start!important
	}
	.align-content-xl-end {
			-webkit-align-content: flex-end!important;
			-ms-flex-line-pack: end!important;
			align-content: flex-end!important
	}
	.align-content-xl-center {
			-webkit-align-content: center!important;
			-ms-flex-line-pack: center!important;
			align-content: center!important
	}
	.align-content-xl-between {
			-webkit-align-content: space-between!important;
			-ms-flex-line-pack: justify!important;
			align-content: space-between!important
	}
	.align-content-xl-around {
			-webkit-align-content: space-around!important;
			-ms-flex-line-pack: distribute!important;
			align-content: space-around!important
	}
	.align-content-xl-stretch {
			-webkit-align-content: stretch!important;
			-ms-flex-line-pack: stretch!important;
			align-content: stretch!important
	}
	.align-self-xl-auto {
			-webkit-align-self: auto!important;
			-ms-flex-item-align: auto!important;
			align-self: auto!important
	}
	.align-self-xl-start {
			-webkit-align-self: flex-start!important;
			-ms-flex-item-align: start!important;
			align-self: flex-start!important
	}
	.align-self-xl-end {
			-webkit-align-self: flex-end!important;
			-ms-flex-item-align: end!important;
			align-self: flex-end!important
	}
	.align-self-xl-center {
			-webkit-align-self: center!important;
			-ms-flex-item-align: center!important;
			align-self: center!important
	}
	.align-self-xl-baseline {
			-webkit-align-self: baseline!important;
			-ms-flex-item-align: baseline!important;
			align-self: baseline!important
	}
	.align-self-xl-stretch {
			-webkit-align-self: stretch!important;
			-ms-flex-item-align: stretch!important;
			align-self: stretch!important
	}
}

.w-25 {
	width: 25%!important
}

.w-50 {
	width: 50%!important
}

.w-75 {
	width: 75%!important
}

.w-100 {
	width: 100%!important
}

.h-25 {
	height: 25%!important
}

.h-50 {
	height: 50%!important
}

.h-75 {
	height: 75%!important
}

.h-100 {
	height: 100%!important
}

.mw-100 {
	max-width: 100%!important
}

.mh-100 {
	max-height: 100%!important
}

body,
html {
	line-height: normal
}

body {
	overflow-x: hidden
}

a:hover {
	color: #939a92;
	text-decoration: none
}

.franchisee,
.second_section,
.who {
	overflow: visible
}

.question-block {
	display: table-cell
}

.question {
	display: table
}

.crosscountry__text {
	margin-top: 35px
}

.strategy_section {
	padding: 45px 0 20px
}

.comand .container {
	padding: 0
}

.comand .comand-item,
.comand img {
	text-align: center;
	max-width: 100%
}

.comand .comand-item__title {
	font-size: 5vh
}

.comand .comand-item__title small {
	font-size: .8em
}

i.line {
	display: none
}

.country-right {
	position: relative
}

.country-right img {
	position: absolute;
	left: -90px;
	top: -60px
}

.country .col-md-3,
.country .col-md-9 {
	padding: 0
}

.question-block:first-child .question-block__text:nth-child(3) {
	font-weight: 700
}

.question-block {
	min-height: 635px
}

@media (max-width:1199.98px) {
	.integration-right__title {
			font-size: 50px
	}
	.integration-right__title .green {
			font-size: .6em
	}
	.charity-left {
			padding-right: 0!important
	}
}

@media (max-width:991.98px) {
	.question-block__top h2 {
			font-size: 14px
	}
	.h_line {
			display: none
	}
	.four_steps_el_border:nth-child(2n) {
			top: 0
	}
	.three_section .status__button {
			margin-top: 50px
	}
	.text_block_title_el {
			font-size: 35px
	}
	.integration-right__title {
			font-size: 38px
	}
	.charity-left {
			padding-right: 0
	}
}

@media (max-width:767.98px) {
	.text_block_title_el {
			font-size: 25px
	}
	.integration-right__title {
			font-size: 38px
	}
	.crosscountry__title,
	.franchisee-top__title {
			font-size: 32px
	}
	.country-right {
			display: none
	}
}

@media (max-width:575.98px) {
	.crosscountry__title,
	.franchisee-top__title {
			font-size: 28px
	}
	.charity__title {
			font-size: 24px
	}
}

.lds-circle {
  display: inline-block;
  width: 51px;
  height: 51px;
  margin: 6px;
  border-radius: 50%;
  background: #dfc;
  animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
@keyframes lds-circle {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(1800deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  100% {
    transform: rotateY(3600deg);
  }
}
div.intl-tel-input {
  display: block;
}
.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=tel], .intl-tel-input.separate-dial-code input[type=text] {
  padding-right: 52px;
}
.iti-flag.ru {
  margin: 0;
  font-size: 1rem;
}

.iti.iti--allow-dropdown {
  width: 100%;
}