html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
#video-placeholder {
  width: 100%;
  height: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body {
  width: 100%;
  float: left;
  background: #fff;
  font-family: Montserrat,sans-serif;
  font-weight: normal;
  font-style: normal;
}
body {
  -ms-overflow-x: hidden;
  overflow-x: hidden;
}
.content {
  width: 100%;
  float: none;
  margin: 0px auto;
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
}
.content_video {
  width: 100%;
  float: none;
  margin: 0px auto;
  max-width: 975px;
  padding-left: 15px;
  padding-right: 15px;
}
li {
  list-style: none;
}
header {
  width: 100%;
  float: left;
}
#header .content ul li.callback_p:hover a {
  color: #fff !important;
}
#header .content ul li.callback_p a {
  color: #fff !important;
}
#main {
  /* width: 100%; */
  /* float: left; */
  padding-top: 70px;
}
#header {
  width: 100%;
  float: left;
  min-height: 70px;
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
}
#header .logo {
  float: left;
  width: auto;
  margin-right: 20px;
  padding-top: 10px;
}
#header .content ul {
  width: auto;
  float: right;
}
#header .content ul li {
  float: left;
  margin-left: 30px;
  margin-top: 25px;
}
#header .content ul li.callback_p {
  background: #00dfb2;
  margin-top: 13px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#header .content ul li.callback_p a {
  width: 100%;
  float: left;
  border-bottom: 2px solid #057868;
  padding-top: 13px;
  padding-bottom: 13px;
  display: block;
  border-radius: 6px;
  padding-left: 25px;
  padding-right: 25px;
}
#header .content ul li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  font-weight: 500;
}
.slider {
  width: 100%;
  float: left;
}
.slider .slide {
  width: 100%;
  float: left;
  position: relative;
  cursor: pointer;
}
.slider .slide .content {
  position: relative;
}
.slider .slide .content div {
  position: absolute;
  left: 0;
  z-index: 9;
  top: 140px;
}
.slider .slide .content div p {
  font-size: 54px;
  color: #fff;
  width: 100%;
  float: left;
  margin-bottom: 45px;
  font-weight: 900;
  text-transform: uppercase;
}
.slider .slide .content div p span {
  width: 100%;
  float: left;
  display: block;
  color: #28d7be;
}
.slider .slide .content div a {
  float: left;
  width: auto;
  display: block;
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  width: 263px;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #1e1e1e;
}
.after_logo {
  width: 100%;
  float: left;
  max-width: 190px;
  padding-left: 22px;
  border-left: 1px solid #28d5bc;
  margin-top: 22px;
}
.after_logo span {
    width: 100%;
    float: left;
    font-size: 13px;
    color: #29d7be;
    text-transform: uppercase;
	    letter-spacing: 1px;
    text-shadow: 1px 1px #34292999;
}
.owl-dots {
  display: none !important;
}
.center {
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 30px;
}
.dillers {
  width: 100%;
  float: left;
  margin-bottom: -20px;
}
.dillers ul {
  display: table;
  float: none;
  margin: 0px auto;
}
.dillers ul li {
  float: left;
  text-align: center;
  min-height: 75px;
  margin-left: 22px;
  margin-right: 22px;
  position: relative;
  margin-top: 35px;
}
.dillers ul li img {
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.clod {
  width: 100%;
  float: left;
}
.clod p {
  width: 100%;
  float: left;
  text-align: center;
  font-weight: bold;
  color: #5a5a5a;
  font-size: 30px;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rinok {
  width: 100%;
  margin-bottom: -80px;
  float: left;
  background: #fff;
  position: relative;
  padding-top: 50px;
  padding-bottom: 36px;
  border: 4px solid #e1e1e1;
  margin-top: 47px;
}
.rinok ul {
  width: 100%;
  float: left;
}
.rinok ul li {
  float: left;
  width: 25%;
  position: relative;
}
.rinok ul li:before {
  content: "";
  width: 90px;
  height: 1px;
  background: #000000;
  position: absolute;
  right: -45px;
  top: 44px;
}
.rinok ul li:last-child:before {
  display: none;
}
.rinok ul li span {
  -webkit-border-radius: 300px;
  border-radius: 300px;
  display: table;
  float: none;
  margin: 0px auto;
  width: 96px;
  height: 96px;
  background: #ea1473;
  color: #fff;
  font-size: 48px;
  font-weight: 900;
  text-align: center;
  padding-top: 25px;
}
.rinok ul li p {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 20px;
  color: #131313;
  font-weight: 300;
  display: block;
  text-transform: uppercase;
  margin-top: 32px;
}
.distrib {
  background: url("../img/bg.jpg") no-repeat center;
  min-height: 470px;
  width: 100%;
  float: left;
}
.distrib .content > div {
  display: table;
  float: none;
  margin: 0px auto;
  width: 100%;
  max-width: 946px;
  padding-top: 175px;
}
.distrib .content > div span {
  float: left;
  padding-left: 35px;
  font-size: 28px;
  text-transform: uppercase;
  color: #f0eeef;
}
.distrib .content > div div {
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 5px;
}
.distrib .content > div div a {
  width: auto;
  display: table;
  width: 340px;
  float: none;
  margin: 0px auto;
  display: block;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #969696;
}
.distrib .content ul {
  float: right;
  margin-top: 30px;
}
.distrib .content ul li {
  float: left;
  position: relative;
  margin-right: 68px;
}
.distrib .content ul li img {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.franshize {
  width: 100%;
  float: left;
  padding-top: 70px;
}
.franshize h3 {
  width: 100%;
  float: left;
  font-size: 42px;
  color: #28d7be;
  font-weight: 900;
  margin-bottom: 45px;
  text-align: center;
  position: relative;
}
.franshize h3:before {
  content: "";
  float: none;
  display: block;
  position: absolute;
  height: 1px;
  width: 240px;
  background: #8b8b8b;
  bottom: -22px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}
.franshize h4 {
  width: 100%;
  float: left;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  color: #000000;
  margin-bottom: 12px;
}
.franshize ul {
  width: 100%;
  float: left;
  margin-top: 50px;
  margin-bottom: 50px;
}
.franshize ul li {
  float: left;
  width: 25%;
  text-align: center;
  position: relative;
}
.franshize ul li:last-child:before {
  display: none;
}
.franshize ul li span {
  width: 100%;
  float: left;
  font-weight: 500;
  padding-top: 21px;
  font-size: 20px;
  color: #131313;
}
.franshize ul.compact {
  width: 100%;
  max-width: 780px;
  display: table;
  float: none;
  margin: 0px auto;
}
.franshize ul.compact li {
  width: 33.333%;
}
.bl_g {
  width: 100%;
  float: left;
  border: 4px solid #e1e1e1;
  padding-top: 75px;
  padding-left: 65px;
  padding-right: 65px;
  padding-bottom: 50px;
  margin-top: 130px;
  position: relative;
  background: #fff;
  margin-bottom: -84px;
}
.bl_g div {
  position: absolute;
  background: #fff;
  top: -45px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  padding-left: 34px;
  padding-right: 34px;
}
.bl_g span {
  width: 100%;
  float: left;
  font-size: 30px;
  color: #5a5a5a;
  font-weight: bold;
  text-align: center;
}
.team {
  width: 100%;
  float: left;
  background: url("../img/team.jpg") no-repeat center top;
  min-height: 925px;
  padding-top: 612px;
}
.team_free {
  width: 100%;
  float: left;
  background: url("../img/free-podbor.jpg") no-repeat center top;
  min-height: 780px;
  padding-top: 80px;
}
.team_free p {
  width: 100%;
  float: left;
  text-align: right;
  text-transform: uppercase;
  font-size: 56px;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  /* text-shadow: 2px 0px 2px #000000; */
}
.team span {
  width: 100%;
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 0px 2px #000000;
  margin-bottom: 50px;
}
.team a {
  display: table;
  float: none;
  width: 100%;
  max-width: 340px;
  text-align: center;
  font-weight: 300;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 24px;
  padding-top: 21px;
  padding-bottom: 20px;
  background: #28d7be;
  text-decoration: none;
  color: #fff;
  margin: 0px auto;
}
.pric_step {
  background: #424141;
  background-attachment: fixed;
  min-height: 650px;
  padding-top: 55px;
  width: 100%;
      margin-bottom: 50px;
  float: left;
}
.pric_step h3 {
  width: 100%;
  font-size: 48px;
  color: #6d289e;
  font-weight: 900;
  float: left;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
.pric_step h3:before {
  content: none;
  position: absolute;
  height: 1px;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 300px;
  bottom: -22px;
  background: #6d289e;
}
.pric_step h4 {
  width: 100%;
  float: left;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 65px;
}
.pric_step ul {
  width: 50%;
  float: left;
  padding-left: 70px;
}
.pric_step ul li {
  padding-right: 70px;
  width: 100%;
  float: left;
  min-height: 62px;
  margin-bottom: 25px;
  padding-bottom: 5px;
  position: relative;
}
.pric_step ul li span {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    text-align: center;
    font-size: 36px;
    color: #fff;
    display: block;
    float: left;
    border: 1px solid #00dfb2;
    font-weight: 700;
    background: #00dfb2;
    padding-top: 12px;
    z-index: 2;
    position: relative;
}
.pric_step ul li p {
  float: left;
  line-height: 1.3;
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  color: #fff;
  font-size: 18px;
  padding-left: 90px;
  position: absolute;
  top: 50%;
  text-shadow: 1px 1px #120000;
}
.rules_franshize {
  width: 100%;
  float: left;
  background: url("../img/bgrul.png") no-repeat center;
  min-height: 640px;
}
.rules_patners {
  width: 100%;
  float: left;
  padding-bottom: 30px;
}
.rules_patners .content {
  max-width: 976px;
}
.rules_patners .lst_serv {
  width: 100%;
  float: left;
  border: 4px solid #e1e1e1;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 30px;
}
.rules_patners .lst_serv h4 {
  width: 100%;
  float: left;
  padding-bottom: 15px;
  font-size: 26px;
  color: #5a5a5a;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 4px solid #e1e1e1;
  padding-top: 40px;
  margin-bottom: 22px;
}
.rules_patners .lst_serv ul {
  width: 100%;
  float: left;
}
.rules_patners .lst_serv ul li {
  width: 100%;
  float: left;
  margin-bottom: 14px;
  color: #131313;
  font-size: 20px;
  padding-left: 40px;
  font-weight: 300;
  position: relative;
  line-height: 1.3;
}
.rules_patners .lst_serv ul li:before {
  content: "";
  width: 18px;
  height: 15px;
  background: url("../img/done.png") no-repeat center;
  position: absolute;
  left: 4px;
  top: 6px;
  display: block;
  float: left;
}
.top_rul {
  width: 100%;
  float: left;
}
.top_rul h3 {
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 57px;
  margin-bottom: 30px;
  font-size: 48px;
  padding-bottom: 20px;
  color: #28d7be;
  font-weight: 900;
  position: relative;
}
.top_rul h3:before {
  content: "";
  background: #28d7be;
  height: 1px;
  width: 100%;
  max-width: 300px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.top_rul p {
  width: 100%;
  float: left;
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.5;
}
.top_rul p span {
  color: #28d7be;
  width: 100%;
  text-align: center;
  float: left;
  font-weight: bold;
}
.to_start_up {
  width: 100%;
  float: left;
  margin-top: 45px;
  border: 2px solid #717171;
  padding-top: 32px;
  position: relative;
}
.to_start_up:before {
  content: "";
  background: url("../img/man1.png") no-repeat center;
  width: 809px;
  height: 805px;
  position: absolute;
  right: -360px;
  top: -335px;
  display: block;
  float: right;
}
.to_start_up .price_up {
  width: 100%;
  float: left;
}
.to_start_up .price_up li {
  float: left;
  padding-left: 95px;
  padding-right: 30px;
  border-left: 1px solid #ffffff;
}
.to_start_up .price_up li:first-child {
  border: none;
}
.to_start_up .price_up li span {
  display: block;
  text-align: center;
  font-size: 22px;
  color: #8b8b8b;
}
.to_start_up .price_up li p {
  text-align: center;
  width: 100%;
  float: left;
  padding-top: 8px;
  display: block;
  font-size: 28px;
  color: #28d7be;
}
.invest {
  width: 100%;
  float: left;
  max-width: 899px;
  padding-bottom: 40px;
  padding-top: 30px;
  padding-left: 45px;
}
.invest p {
  display: block;
  float: left;
  font-size: 28px;
  color: #fff;
  font-weight: 300;
  padding-left: 55px;
  padding-right: 20px;
  line-height: 1.2;
}
.invest span {
  display: block;
  float: right;
  font-size: 60px;
  color: #28d7be;
  padding-top: 8px;
}
.roy {
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 43px;
}
.roy p {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 28px;
  color: #fff;
  font-weight: 300;
}
.roy p span {
  color: #28d7be;
}
.rules_patners h3 {
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 70px;
  font-size: 48px;
  color: #58595b;
  font-weight: bold;
  padding-bottom: 35px;
  line-height: 1.2;
}
.get_bis_plan {
  width: 100% !important;
  float: left;
  padding-bottom: 60px;
  padding-top: 40px;
}
.get_bis_plan a {
  display: table;
  float: none;
  margin: 0px auto;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  padding-top: 22px;
  padding-bottom: 23px;
  color: #fff;
  padding-left: 65px;
  padding-right: 65px;
  background: #28d7be;
  font-size: 24px;
  font-weight: 500;
}
.pay_to_us {
  width: 100%;
  float: left;
  background: #d6d6d6;
  margin-top: 30px;
  padding-top: 65px;
  padding-bottom: 60px;
}
.pay_to_us .ulser_info {
  float: left;
  width: 25.5%;
  text-align: center;
}
.pay_to_us .ulser_info img {

}
.pay_to_us .ulser_info p {
  width: 100%;
  float: left;
  display: block;
  text-align: center;
  padding-top: 25px;
  font-size: 20px;
  color: #58595b;
  font-weight: 500;
}
.pay_to_us .ulser_info span {
  width: 100%;
  float: left;
  display: block;
  text-align: center;
  padding-top: 9px;
  font-size: 16px;
  color: #231f20;
  font-weight: 300;
  margin-bottom: 20px;
}
.pay_to_us .ulser_info small {
  width: auto;
  display: table;
  float: none;
  padding-top: 22px;
  margin: 0px auto;
  border-top: 1px solid #28d7be;
}
.user_text {
  width: 43%;
  float: left;
}
.user_text p {
  width: 100%;
  float: left;
  display: block;
  font-size: 16px;
  color: #231f20;
  margin-top: 15px;
  line-height: 1.4;
}
.user_text h4 {
  font-size: 25px;
  font-weight: 500;
  width: 100%;
  float: left;
  color: #58595b;
  display: block;
  margin-bottom: 5px;
}
.user_form {
  float: right;
  width: 28%;
}
.user_form form {
  width: 100%;
  float: left;
}
.user_form form input {
  width: 100%;
  float: left;
  border-radius: 6px;
  font-size: 17px;
  color: #231f20;
  margin-bottom: 15px;
  height: 40px;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  border: none;
}
.user_form form textarea {
  width: 100%;
  float: left;
  resize: none;
  font-size: 17px;
  color: #231f20;
  margin-bottom: 20px;
  border: none;
  padding-top: 15px;
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 10px;
  height: 100px;
}
.user_form form button {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  border: none;
  height: 55px;
  background: #28d7be;
}
.after_logo span {
  font-weight: 500;
}
#map {
  width: 100%;
  float: left;
  height: 360px;
}
.owl-theme .owl-controls .owl-nav .owl-prev {
  width: 44px;
  height: 62px;
  background: url("../img/arrow.png") no-repeat center;
  color: transparent;
  font-size: 1px;
  opacity: 1;
  border: none;
  -webkit-border-radius: 0px;
  margin: 0;
  float: left;
  border-radius: 0px;
}
.owl-theme .owl-controls .owl-nav .owl-next {
  width: 44px;
  height: 62px;
  background: url("../img/arrow.png") no-repeat center;
  color: transparent;
  font-size: 1px;
  opacity: 1;
  border: none;
  -webkit-border-radius: 0px;
  margin: 0;
  float: right;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  border-radius: 0px;
}
.bottom_info {
  width: 100%;
  float: left;
  background: #424141;
  position: relative;
  padding-top: 73px;
  padding-bottom: 56px;
}
#footer {
  width: 100%;
  float: left;
}
.owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  float: left;
}
.bottom_info .content {
  position: relative;
}
.contacts {
  width: 100%;
  float: left;
  max-width: 480px;
  position: absolute;
  top: -350px;
  left: 0;
  padding-top: 60px;
  padding-left: 55px;
  padding-right: 40px;
  padding-bottom: 45px;
  background: #00b59b;
}
.contacts h4 {
  width: 100%;
  float: left;
  font-size: 36px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 25px;
}
.contacts p {
  width: 100%;
  float: left;
  font-size: 22px;
  color: #fff;
  line-height: 1.4;
  display: block;
}
.contacts ul {
  width: 100%;
  padding-top: 20px;
  float: left;
}
.contacts li {
  float: left;
  margin-right: 8px;
}
.bottom_info .content > span {
  width: 100%;
  float: left;
  text-align: right;
  font-size: 12px;
  color: #dfdfdf;
}
@font-face {
  font-family: "ALS Rubl";
  src: url("../fonts/Rublsign.otf");
  font-weight: normal;
  font-style: normal;
}
.rub {
  font-family: "ALS Rubl";
}
.finance_pokaz {
  width: 100%;
  float: left;
  padding-top: 60px;
}
.finance_pokaz .content {
  max-width: 1006px;
}
.finance_pokaz .content > div {
  float: left;
}
.finance_pokaz .content > div div {
  width: 100%;
  float: left;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 20px;
  min-height: 530px;
  border: 4px solid #e1e1e1;
}
.finance_pokaz .content > div div h4 {
  width: 100%;
  float: left;
  padding-bottom: 13px;
  font-size: 26px;
  padding-top: 38px;
  text-transform: uppercase;
  font-weight: bold;
  color: #5a5a5a;
  border-bottom: 4px solid #e1e1e1;
}
.finance_pokaz .content > div div p {
  width: 100%;
  float: left;
  padding-top: 14px;
  font-size: 20px;
  color: #131313;
  font-weight: 300;
}
.finance_pokaz .content > div div span {
  width: 100%;
  float: left;
  padding-bottom: 10px;
  padding-top: 8px;
  font-size: 32px;
  color: #28d7be;
  font-weight: bold;
}
.modal-body .user_form {
  width: 100%;
  padding-bottom: 40px;
}
.modal-body .user_form label {
  font-size: 30px;
  width: 100%;
  float: left;
  padding-top: 10px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 18px;
}
* {
  outline: none !important;
}
.modal-header button.close span {
  font-size: 40px;
  font-weight: 100;
  color: #fff;
}

.modal-dialog {
  width: 100%;
  max-width: 400px;
}
.modal-content {
  padding-left: 20px;
  padding-right: 20px;
  background: #111;
}
.modal-content {
  width: 100%;
  float: left;
}
.write_me_now {
  width: 100%;
  float: left;
}
.write_me_now input {
  width: 100%;
  float: left;
  border: 1px solid #fff;
  background: #fff;
  height: 46px;
  margin-bottom: 20px;
  padding-left: 16px;
  color: #2f2f2f;
  font-size: 16px;
  line-height: 34px;
}
.write_me_now input:focus {
  border: 1px solid #00c2a2;
}
.write_me_now textarea {
  width: 100%;
  float: left;
  border: 1px solid #fff;
  background: #fff;
  height: 166px;
  resize: none;
  margin-bottom: 20px;
  padding-left: 16px;
  color: #2f2f2f;
  font-size: 16px;
  line-height: 34px;
}
.write_me_now textarea:focus {
  border: 1px solid #00c2a2;
}
.write_me_now label {
  width: 100%;
  float: left;
  color: white;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 20px;
  margin-top: 7px;
}
.write_me_now span {
  width: 100%;
  float: left;
  color: white;
  font-size: 12px;
  line-height: 20px;
}
.write_me_now button {
  padding-left: 35px;
  padding-right: 35px;
  text-align: center;
  color: white;
  font-size: 22px;
  line-height: 34px;
  float: left;
  height: 46px;
  min-width: 260px;
  border: none;
  margin-top: 15px;
  background-color: #00ac90;
  box-shadow: 0 5px 0 #007462;
}
.modal-header {
  width: 100%;
  float: left;
  padding: 0;
  border-bottom: none;
  position: relative;
}
.modal-header h3 {
  color: white;
  font-size: 25px;
  font-weight: bold;
  line-height: 38px;
  width: 100%;
  float: left;
  margin-top: 40px;
}
.modal-header button.close {
  position: absolute;
  width: 20px;
  height: 19px;
  background: url("https://www.amx24.shop/img/expor.png") no-repeat center;
  opacity: 1;
  top: 12px;
  right: -28px;
}
.modal-header button.close {
  top: -15px;
  right: -70px;
}
.modal-content {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
#header .content ul li a:hover {
  text-decoration: underline;
}
#header .content ul li a:hover {
  color: #000000;
  text-decoration: none;
}
#header .content ul li.callback_p:hover,
.user_form form button:hover,
.slider .slide .content div a:hover,
.distrib .content > div div a:hover,
.team a:hover,
.get_bis_plan a:hover {
  background: #038370;
  text-decoration: none !important;
  color: #fff !important;
}
#header .content ul li.callback_p:hover a {
  text-decoration: none !important;
}
.mobie_bg.active {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 99;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(25, 88, 78, 0.9);
}
.mobie_bg {
  display: none;
}
.mobie_bg.active:after {
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  float: left;
  left: 285px;
  top: 16px;
  cursor: pointer;
  position: absolute;
  background: url(https://www.amx24.shop/img/clos.png) no-repeat center;
}
.mobile_b {
  display: none;
}
#open_menu span {
  width: 100%;
  height: 3px;
  display: block;
  float: left;
  margin-bottom: 6px;
  background: #28d6bd;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#open_menu {
  width: 43px;
  float: left;
  margin-right: 0;
  display: none;
  margin-top: 7px;
  cursor: pointer;
  border: none;
  outline: none;
  background: #ff828200;
  padding-left: 13px;
  padding-right: 0;
  margin-top: 13px;
  display: block;
}
.owl-carousel .owl-item img:last-child {
  display: none;
}
@media (min-width: 1000px) and (max-width: 1600px) {
  .owl-carousel .owl-item img {
    width: 120%;
  }
}
@media (max-width: 1224px) {
  .dillers ul li {
    margin-left: 19px;
    margin-right: 19px;
  }
}
@media (max-width: 1024px) {
  #header {
    position: relative;
  }
  #header .content ul li {
    margin-left: 19px;
  }
  #header .content ul li a {
    font-size: 13px;
  }
  #main {
    padding-top: 0;
  }
}
@media (max-width: 999px) {
  #header {
    position: fixed;
    left: -100%;
    top: 0;
  }
  .owl-carousel .owl-item img:first-child {
    display: none;
  }
  .owl-carousel .owl-item img:last-child {
    display: block;
  }
  #header .content ul li.callback_p {
    margin-top: 35px;
  }
  .bottom_info .content > span {
    margin-top: 15px;
    text-align: center;
  }
  .franshize ul {
    margin-bottom: 0;
  }
  .distrib .content ul li {
    margin-bottom: 33px !important;
  }
  #main {
    margin-top: 67px;
  }
  .mobile_b {
    display: block;
    background: #ffffff;
    padding-top: 10px;
    padding-bottom: 14px;
    padding-left: 10px;
    padding-right: 10px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    float: left;
    z-index: 99;
  }
  .mobile_b .logo {
    float: right;
    width: auto;
  }
  .franshize h3 {
    font-size: 30px;
  }
  .franshize h4 {
    font-size: 20px;
  }
  .franshize ul li {
    width: 50%;
  }
  .team span {
    font-size: 40px;
  }
  .team {
    padding-top: 350px;
    min-height: 800px;
  }
  .team_free {
    width: 100%;
    float: right;
    background: url("../img/free-podbor-2.jpg") no-repeat center top;
    min-height: 600px;
    padding-top: 50px;
  }

  .text_right {
    float: right;
  }
  .team_free p {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 34px;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    /* text-shadow: 2px 0px 2px #000000; */
    padding-left: 0px;
    padding-bottom: 50px;
  }
  .bl_g {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 35px;
  }
  .bl_g span {
    font-size: 20px;
  }
  .bl_g div img {
    max-width: 240px;
  }
  .bl_g div {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pric_step h3 {
    font-size: 40px;
  }
  .pric_step h4 {
    font-size: 30px;
  }
  .pric_step ul {
    padding-left: 0;
    width: 100%;
  }
  .pric_step ul li {
    width: 50%;
    padding-right: 0;
  }
  .pric_step {
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 40px;
  }
  .distrib .content ul {
    float: none;
    padding-top: 15px;
  }
  .rules_patners h3 {
    font-size: 30px;
  }
  .owl-carousel .owl-item img {
    width: 100%;
    float: left;
  }
  .finance_pokaz .content > div {
    margin-bottom: 20px;
  }
  .franshize ul li:before {
    display: none !important;
  }
  .finance_pokaz .content > div {
    padding-left: 0;
    padding-right: 0;
  }
  .to_start_up:before {
    display: none;
  }
  .rules_franshize {
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 40px;
  }
  .top_rul p {
    font-size: 20px;
    line-height: 1.2;
  }
  .top_rul h3 {
    font-size: 30px;
  }
  .to_start_up .price_up li {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
  .rules_patners .lst_serv h4 {
    font-size: 20px;
  }
  .rules_patners .lst_serv ul li {
    font-size: 16px;
  }
  .rules_patners .lst_serv {
    padding-left: 15px;
    padding-right: 15px;
  }
  .invest p {
    font-size: 24px;
	padding-left: 1px;
  }
  .get_bis_plan a {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .finance_pokaz .content > div div p {
    font-size: 16px;
  }
  .finance_pokaz .content > div div span {
    font-size: 28px;
  }
  .finance_pokaz .content > div div h4 {
    font-size: 20px;
    padding-top: 18px;
  }
  .rinok ul li {
    width: 50%;
    margin-bottom: 25px;
  }
  .rinok ul li:before {
    display: none;
  }
  .rinok ul li p {
    font-size: 18px;
    margin-top: 20px;
  }
  .franshize ul li {
    margin-bottom: 20px;
  }
  .franshize ul li span {
    font-size: 16px;
    padding-right: 10px;
  }
  .dillers ul li {
    width: 33.333%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 85px;
  }
  .dillers ul li:last-child {
    width: 100%;
  }
  .ulser_info,
  .user_text {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
  .pay_to_us .ulser_info {
    width: 100%;
  }
  #map {
    height: 400px;
  }
  .contacts {
    left: 15px;
  }
  .user_form {
    width: 100%;
    max-width: 400px;
    display: table;
    float: none;
    margin: 0px auto;
  }
  .finance_pokaz .content > div {
    width: 50% !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  .invest span {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 48px;
  }

  .invest p {
    width: 100%;
    float: left;
    text-align: center;
  }
  .distrib {
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 30px;
  }
  .distrib .content > div span {
    width: 100%;
    float: left;
    text-align: center;
  }
  .distrib .content > div span br {
    float: left;
    display: block;
  }
  .distrib .content ul li {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .distrib .content ul li img {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    display: table;
    float: none;
    margin: 0px auto;
  }
  #main {
    padding-top: 0;
  }
  .slider .slide .content div {
    top: 40px;
    left: 40px;
  }
  .slider .slide .content div img {
    width: 160%;
  }
  .slider .slide .content div p {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .slider .slide .content div a {
    max-width: 200px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
  }
  .owl-controls {
    display: none !important;
  }
  #header {
    z-index: 999;
    max-width: 270px;
    height: 100%;
  }
  #header .logo {
    display: none;
  }
  #header .after_logo {
    display: none;
  }
  #header .content ul {
    width: 100%;
    float: left;
  }
  #header .content ul li {
    width: 100%;
    float: left;
    margin-left: 0;
  }
  .close_menu {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 998;
  }
  .close_menu:before {
    position: fixed;
    top: 5px;
 
    color: #fff;
    font-weight: 100;
    font-size: 48px;
    display: block;
    right: 10px;
    float: right;
  }
  .franshize ul li span {
    padding-right: 0;
    padding-bottom: 10px;
    padding-top: 8px;
  }
  .distrib .content > div span {
    padding-left: 0;
    padding-bottom: 35px;
    position: relative;
    top: -25px;
  }
}
@media (max-width: 600px) {
  .dillers ul li {
    width: 100%;
  }
  .slider .slide .content div {
    top: 10px;
    left: 10px;
  }
  .distrib .content > div span {
    padding-left: 0;
    padding-bottom: 35px;
    position: relative;
    top: -25px;
  }
  .slider .slide .content div p {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .finance_pokaz .content > div div {
    padding-left: 15px;
    padding-right: 15px;
  }
  .slider .slide .content div a {
    font-size: 16px;
    max-width: 160px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  .finance_pokaz .content > div {
    width: 100% !important;
  }
  .franshize ul li {
    width: 100%;
  }
  .pric_step ul li {
    width: 100%;
    text-align: center;
  }
  .franshize ul.compact li {
    width: 100%;
  }
  .contacts {
    position: relative;
    top: 0;
    left: 0;
  }
  .contacts {
    padding-left: 15px;
    padding-right: 15px;
  }
  #map {
    height: 200px;
  }
  .dillers ul li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .to_start_up .price_up li {
    width: 100%;
    margin-bottom: 13px;
    border: none;
  }
  .owl-carousel .owl-item .slide {
    overflow: hidden;
  }
  .rinok ul li {
    width: 100%;
  }

  .distrib .content > div div a {
    max-width: 250px;
    font-size: 14px;
  }
  .pric_step ul li span {
    display: table;
    float: none;
    margin: 0px auto;
  }
  .pric_step ul li p {
    padding-left: 0;
    position: relative;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    padding-top: 8px;
    width: 100%;
    float: left;
    display: block;
    text-align: center;
    line-height: 1.2;
  }
}

.title {
    color: #000000;
    font-size: 42px;
    line-height: 2.35;
    font-weight: 900;
    text-align: center;
    display: block;
    padding-top: 45px;
}
.block_pr {
    font-size: 21px;
    background: #ffffff;
    border-top: 4px solid #00b59b;
    text-align: center;
    padding: 45px;
    height: 223px;
    margin-bottom: 20px;
    margin-top: 35px;
    font-family: Montserrat,sans-serif;
    line-height: 1.3;
    border-radius: 7px;
}
.tn-atom {
    color: #6d289e;
    font-size: 34px;
    font-family: Montserrat,sans-serif;
    line-height: 1.55;
    padding-bottom: 12px;
    font-weight: 800;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
.aza{
	background: #f1f0f0;
	padding-bottom: 5px;
}
.azaza{
	margin-bottom: 45px;
}
.screen3 {
    background: #ed1651;
    padding-top: 54px;
    padding-bottom: 100px;
    background: rgb(54,13,92);
    background: linear-gradient(90deg, rgba(54,13,92,1) 0%, rgba(120,45,170,1) 43%, rgba(54,13,92,1) 100%);
}

.screen3-header {
    font-size: 38px;
    font-weight: bold;
    color: #ffffff;
	font-weight: 900;
    padding-bottom: 50px;
    text-align: center;
}

.screen3-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.screen3-items-item {
    width: 30%;
    margin-bottom: 4%
}

.screen3-items-item-img {
    text-align: center;
    margin-bottom: 10px
}

.screen3-items-item-text {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
	padding-top: 14px;
    font-weight: 500;
	z-index: 2;
    position: relative;
    line-height: 26px
}

.screen3-bg1 {
    background: url('../img/s3-bg1.png') center center no-repeat;
    width: 299px;
    height: 248px;
    position: absolute;
    right: 0px;
    -webkit-filter: drop-shadow(3px 5px 5px rgba(0,0,0,0.5));
    filter: drop-shadow(0 66px 73px rgba(0,0,0,0.5))
}
.screen3-bg2 {
    background: url(../img/bg2.png) center center no-repeat;
    width: 262px;
    height: 278px;
    position: absolute;
    left: 0px;
    -webkit-filter: drop-shadow(3px 5px 5px rgba(0,0,0,0.5));
    filter: drop-shadow(0 66px 73px rgba(0,0,0,0.5));
    margin-top: -105px;
}
.screen3-bg3 {
    background: url(../img/break.png) center center no-repeat;
    width: 262px;
    height: 278px;
    position: absolute;
    right: 0px;
    -webkit-filter: drop-shadow(3px 5px 5px rgba(0,0,0,0.5));
    filter: drop-shadow(0 66px 73px rgba(0,0,0,0.5));
    margin-top: -105px;
}
.steps {
    background: #2c2b29;
    padding: 130px 0 100px
}

@media (max-width: 580px) {
    .steps {
        padding:60px 0
    }
}

@media (max-width: 800px){
.screen3-items-item, .screen5-items-item, .screen6-items-item {
    width: 100%;
}
.av2 {
    margin: 0 auto!important;
    width: 100%;
    display: block!important;
    margin-top: 63px!important;
    box-sizing: border-box!important;
}
.format {
    display: none!important;

}
.av{
	display:none!important;
}
.imaga {
    width: 202px!important;
    margin: 0 auto!important;
    display: block!important;
}
.screen3-header {
    font-size: 22px!important;
    font-weight: 800;
    color: #000000;
	line-height: normal;
    padding-bottom: 36px!important;
    text-align: center;
}
.screen3 {
    padding-top: 54px;
    padding-bottom: 50px!important;
}
.tn {
    color: #000000;
    font-size: 23px!important;
}
.franshize ul {
    width: 100%;
    float: left;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}
.shest{
display:none!important;
}
.shest2{
display:none!important;
}
.shest3{
display:none!important;
}
.shest4{
display:none!important;
}
.shest5{
display:none!important;
}
.shest6{
display:none!important;
}
.block_pr {
    font-size: 22px;
    background: #ffffff;
    border-top: 4px solid #00b59b;
    text-align: center;
    padding: 23px;
    height: 172px;
    margin-bottom: 9px;
    margin-top: 25px;
    font-family: Montserrat,sans-serif;
    line-height: 1.3;
    border-radius: 7px;
}
.textok {
    color: #000000;
    font-family: Montserrat,sans-serif;
    font-size: 18px!important;
    font-style: normal;
    font-weight: 700;
    line-height: unset;
    text-align: left;
    margin-left: 25px;
    padding-top: 7px;
    line-height: 27px;
}
.titl_polz2 {
    font-weight: 700;
    font-size: 21px!important;
    text-align: center!important;
    color: #fff;
    text-shadow: 1px 1px #877777;
    line-height: 1.4;
    width: 100%!important;
}
.format2 {
    margin-top: 38px!important;
}
.slider2 {
    height: 944px!important;
    background: #ed1651;
}
.format4{
display: block!important;
margin-top: 25px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}
.big {
    text-align: center!important;
}

.newa {
    bottom: -115px!important;
    display: block!important;
    margin-top: 18px!important;
	position: static!important;
}
.za {
    margin-top: 54px!important;
	padding-right: 14px!important;
}
.azaz2 {
    font-size: 24px!important;

}
.azaz {
    font-size: 16px!important;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px #877777;
    height: 44px!important;
}

.screen3-bg1{
display:none;
}
.screen3-bg2{
display:none;
}
.screen3-bg3{
display:none;
}
.titl_polz {
    font-weight: 700;
    font-size: 20px!important;
    color: #fff;
    text-shadow: 1px 1px #080808;
    text-align: center;
}
.open-image{
	display:none!important;
}
.title {
    color: #00b59b;
    font-size: 25px!important;
    line-height: 1.35!important;
    font-weight: 700;
    text-align: center;
    display: block;
    padding-top: 45px;
}
.texx {
    width: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
    font-size: 19px!important;
    color: #000000;
    margin-bottom: 12px;
    margin-top: 19px!important;
}
.aput {
    color: #1b1d1f;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    height: 43px!important;
    padding: 0 20px;
    width: 100%;
}
}
.av2{
	display:none;
}
.alala{
	width: 89px;
}
.gaga{
	background: #F7F7F7;
	padding-top: 689px;
}
.tn {
    color: #000000;
    font-size: 38px;
    font-family: Montserrat,sans-serif;
    line-height: 1.35;
    font-weight: 900;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    text-align: center;
    font-size: 48px;
}
.imaga {
    width: 750px;
	padding-top: 55px;
}
.gal {
    display: flex;
    margin-bottom: 30px;
}
.az {
    font-size: 27px;
    width: 50px;
    height: 50px;
    background-color: #7029a0;
    padding: 13px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 900;
}
.komplblock{
margin-top: 55px;
}
.textok {
    color: #000000;
    font-family: Montserrat,sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: unset;
    text-align: left;
    margin-left: 25px;
    padding-top: 7px;
    line-height: 27px;
}
.av {
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin-top: 64px;
}
.format {
    margin-top: 100px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}
.format2 {
    margin-top: 76px;
    padding: 20px;
}
.z01{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	border: none;
	height: 46px;
	background: #28d7be;
	border-radius: 5px;
}
.aput{
	color: #1b1d1f;
	border: 1px solid #f5f5f5;
	background-color: #f5f5f5;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	height: 60px!important;
	padding: 0 20px;
	width: 100%;
	border: 1px solid #dee2e6!important;
}
.tata {
    margin-top: -41px;
}
.titl_polz {
    font-weight: 700;
    font-size: 21px;
    color: #4a4a4a;
    text-align: center;
    line-height: 1.4;
}
.titl_polz2 {
    font-weight: 700;
    font-size: 25px;
    text-align: left;
    color: #fff;
    text-shadow: 1px 1px #877777;
    line-height: 1.4;
    width: 540px;
}
.azaz {
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px #877777;
    height: 48px;
}
.y{
padding-right: 0px;
    padding-left: 0px;
}
.newa {
    bottom: 7px;
    display: block;
    position: absolute;
}
.arik{
	right: -10px;
    display: block;
    position: absolute;
    top: 94px;
    width: 29px;
}

.big {
    font-size: 54px;
    text-align: right;
    color: #fff;
    text-shadow: 1px 1px #877777;
    height: 31px;
}
.azaz2{
	font-size: 28px;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px #877777;
}
.za{
	    margin-top: 153px;
	    padding-right: 54px;
	    /* padding-left: 30px; */
}
.text_polz2{
	font-size: 21px;
	text-align: left;
	color: #12e9bd;
	text-shadow: 1px 1px #877777;
	line-height: 1.4;
	margin-top: 40px;
}
.la{
	width:150px;
}
.texx{
	    width: 100%;
	    float: left;
	    text-align: center;
	    font-weight: bold;
	    font-size: 28px;
	    color: #000000;
	    margin-bottom: 12px;
}
.preview-block__btn {
    max-width: 350px;
    margin-top: 25px;
}
 
.custom-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 58px;
    padding-top: 2px;
    border: none;
    border-bottom: 2px solid #057868;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    color: #FFF!important;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none!important;
    overflow: hidden;
    background: #00dfb2;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    border-radius: 6px;
}
.custom-btn:hover{
	   color: #000!important;
}
.custom-btn:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
 
@-webkit-keyframes slideme {
    0% { left: -30px; margin-left: 0px; }
    30% { left: 110%; margin-left: 80px; }
    100% { left: 110%; margin-left: 80px; } 
}
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 60px 0;
  background: white;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 35s slide infinite linear;
}

.logos-slide img {
  height: 50px;
  margin: 0 40px;
}
.o2{
	    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    margin-bottom: 12px;
}
.open-image {
    display: block;
    position: absolute;
    width: 317px;
    margin-top: 83px;
    margin-left: -36px;
}
.slider2 {
    height: 630px;
    background: rgb(54,13,92);
background: linear-gradient(90deg, rgba(54,13,92,1) 0%, rgba(120,45,170,1) 43%, rgba(54,13,92,1) 100%);
}
.ui {
    font-size: 61px!important;
    color: #461567;
}
.shest {
    margin: 0 auto!important;
    display: block;
    font-size: 362px!important;
    position: absolute!important;
    color: #461567;
    left: 0;
    margin-top: 88px!important;
}
.shest2{
	    margin: 0 auto!important;
	    display: block;
	    right:0;
	    font-size: 340px!important;
	    position: absolute!important;
	    color: #461567;
}
.shest3 {
    margin: 0 auto!important;
    display: block;
    right: 0;
    font-size: 340px!important;
    position: absolute!important;
    color: #2e2c2c61!important;
}
.shest4 {
    margin: 0 auto!important;
    display: block;
    font-size: 340px!important;
    position: absolute!important;
    color: #2e2c2c61!important;
    left: 0;
    margin-top: 149px!important;
}
.shest5 {
    margin: 0 auto!important;
    display: block;
    font-size: 236px!important;
    position: absolute!important;
    color: #b7b7b738!important;
    left: 0;
    margin-top: -84px!important;
}
.shest6 {
    margin: 0 auto!important;
    display: block;
    font-size: 236px!important;
    position: absolute!important;
    color: #b7b7b738!important;
    right: 0;
    margin-top: -194px!important;
}
.mm{
	margin-top: 13px;
    display: -webkit-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    height: 42px;
    padding-top: 2px;
    border: none;
    border-bottom: 2px solid #057868;
    position: relative;
    font-size: 13px;
    font-weight: bold;
    color: #FFF!important;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none!important;
    overflow: hidden;
    background: #00dfb2;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    border-radius: 6px!important;
    padding: 6px 21px 3px 24px;
}
.format4{
	display:none;
}
.bob{
	font-size: 14px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    font-weight: 500;
}
.silk{
    color: #fff;
    margin-top: 68px;
    display: block;
    text-align: center;
	text-decoration: revert;
}
.silk:hover {
    color: #00dfb2;
    margin-top: 68px;
    display: block;
    text-align: center;
    text-decoration: revert;
}