/* ------ Connections fonts ------ */

@font-face {
  font-family: 'Myriad Pro Bold';
  src: url('../fonts/MyriadPro-Bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/MyriadPro-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/MyriadPro-Bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/MyriadPro-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/MyriadPro-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Myriad Pro Semibold';
  src: url('../fonts/MyriadPro-Semibold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/MyriadPro-Semibold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/MyriadPro-Semibold.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/MyriadPro-Semibold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/MyriadPro-Semibold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Myriad Pro Regular';
  src: url('../fonts/MyriadPro-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/MyriadPro-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/MyriadPro-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/MyriadPro-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/MyriadPro-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

/* ------ Specification ------ */

body {
  font-family: 'Myriad Pro Regular', sans-serif;
  padding: 0;
  color: #000;
  letter-spacing: 0;
  margin: 0;
  font-size: 18px;
  overflow-x:hidden;
  scroll-behavior: smooth;  
}

div, p, form, input, a, span, button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p {
  margin: 0;
  line-height: 1.2em;
  margin-bottom: 1em;
}
h2 {
  font-size: 36px;
}

ul, li, ol {
  display: block;
  padding: 0;
  margin: 0;
}


a, a:hover, a:active {
  text-decoration: none;
}

a, button, input {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

input, input:hover, input:focus, input:active,
button, button:hover, button:focus, button:active {
  outline: none;
}

/* ------ Header ------ */

.header {
  background: url('../img/bg.png') no-repeat center top;
  padding-bottom: 115px;
}

.logo-link {
  display: block;
  margin-top: 50px;
}

.menu {
  margin-top: 85px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu__link {
  color: #fff;
  font-size: 20px;
  border-bottom: 1px solid transparent;
}
.menu__link:hover {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.menu__link .fab {
    font-size: 30px;
    margin-left: 10px;
}
.menu__link.social:hover {
  border-bottom: 0;
}
.main {
  margin-top: 164px;
}
.main__title {
  font-size: 52px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #fff;
}
.main__text {
  color: #fff;
  margin-top: 20px;
  font-size: 20px;
}

.main__phone {
    width: 450px;
    max-width: 100%;
    height: 60px;
    background: #fff;
    border-radius: 40px;
    padding: 28px 0px 23px 59px;
    border: 0px;
    margin-top: 12px;
    margin-bottom: 11px;
}

.buttn {
  width: 450px;
  max-width: 100%;
  height: 60px;
  background: #22233a;
  border-radius: 40px;
  padding: 20px 0px;
  border: 0px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  font-family: 'Myriad Pro Semibold', sans-serif;
  font-size: 16px;
  margin-top: 12px;
}

.buttn:hover {
  background: #6c6d84;
}

.buttn:active {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5) inset;
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.5) inset;
}

.communic {
  position: relative;
}

.commun {
  position: absolute;
  top: 57px;
  left: -113px;
  max-width: 700px;
}

.mobile {
  text-align: center;
  margin-top: 444px;
}

.mobile__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #5d5d5d;
}

.mobile__subtitle {
  font-family: 'Myriad Pro Semibold', sans-serif;
  color: #5d5d5d;
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 6px;
}

.mobile__text {
  color: #808080;
  max-width: 924px;
  margin: 0 auto;
  line-height: 1.5em;
      font-size: 22px;
}

.mobile__apps {
  color: #fff;
  background: #22233a;
  border-radius: 40px;
}

.mobile__apps:hover {
  background: #01021b;
  color: #fff;
}

.mobile__apps span {
  font-size: 13px;
  margin-bottom: 5px;
  display: block;
  margin-top: 18px;
}
.mobile__apps:nth-child(1) {
  margin-right: 20px;
}

.mobile__app {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 230px;
  height: 81px;
}

.mobile__buttons {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.mobile__imfa {
  max-width: 29px;
  max-height: 32px;
  margin-right: 23px;
}

.mobile__appstore {
  font-family: 'Myriad Pro Semibold', sans-serif;
  font-size: 19px;
}

/*------------Opportunities------------*/

.opportunities {
  background: url('../img/bss.png') no-repeat center bottom;
  padding-top: 86px;
  padding-bottom: 323px;
}

.opportun-title {
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: 53px;
}

.opport {
  padding-top: 101px;
}

.opport__item {
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
    -ms-align-items: center;
  align-items: center;
  margin-bottom: 28px;
}

.opport__img {
  border-radius: 50%;
  width: 77px;
  height: 78px;
  margin-bottom: 20px;
}

.opport__img_des {
  background: #fff url('../img/design.png') no-repeat center center;
}

.opport__img_del {
  background: #fff url('../img/delivery.png') no-repeat center center;
}

.opport__img_emp {
  background: #fff url('../img/employ.png') no-repeat center center;
}

.opport__img_take {
  background: #fff url('../img/takeaway.png') no-repeat center center;
}

.opport__img_org {
  background: #fff url('../img/organize.png') no-repeat center center;
}

.opport__img_code {
  background: #fff url('../img/code.png') no-repeat center center;
}

.opport__text {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  text-align: center;
  width: 230px;
}

.business {
  color: #fff;
}

.business__title {
  margin-top: 67px;
  font-size: 30px;
  margin-bottom: 12px;
}

.video {
  color: #fff;
    text-align: center;
}

.video__title {
  margin-top: 67px;
  font-size: 30px;
  margin-bottom: 12px;
  text-align: center;
}

.business__list {
  margin-left: 7px;
}

.business__item {
  display: list-item;
  margin-bottom: 18px;
}

/*----------Program&Integration----------*/

.program {
  padding-bottom: 95px;
}

.prog__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}

.prog__subtitle {
  font-family: 'Myriad Pro Bold', sans-serif;
  font-size: 16px;
  margin-bottom: 2px;
}

.prog__text {
  font-size: 16px;
  margin-bottom: 19px;
}

.prog__list {
  margin-top: 17px;
  list-style-position: inside;
}

.prog__item {
  font-size: 16px;
  display: list-item;
  line-height: 1.3em;
  margin-bottom: 18px;
}

.table {
  margin: 10px 0px 0px 10px;
}

.descktop {
  margin-top: 124px;
}

.inter {
  margin-top: 134px;
  padding-left: 24px;
}

.inter__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.inter__text {
  margin: 20px 0px;
  font-size: 16px;
}

.inter__item {
  font-size: 16px;
  display: list-item;
  list-style-position: inside;
  line-height: 1.3em;
  margin-bottom: 18px;
}

.inter__txt {
  font-size: 16px;
}

/*----------Price----------*/

.price {
  background: #f8f6f6;
  padding: 90px 0px;
}

.price-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 62px;
}

.package {
  /*width: 362px;*/
  -webkit-box-shadow: 0px 2px 5.64px 0.36px rgba(34, 31, 31, 0.24);
          box-shadow: 0px 2px 5.64px 0.36px rgba(34, 31, 31, 0.24);
  border: 2px solid #397ff1;
  border-radius: 20px;
  text-align: center;
     padding: 35px 10px 55px 10px;
}
@media screen and (min-width: 992px) {
	
	.package {
		padding: 35px 10px 190px 10px;
		position: relative;
		min-height: 682px;
	}
	.package-footer{
		position: absolute;
		bottom: 40px;
		right: 0;
		left: 0;
	}
}
.package__title {
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-bottom: 23px;
}

.package__sum {
  font-size: 36px;
  color: #397ff1;
}

.package__sum svg {
  width: 24px;
  height: 24px;
}

.package__sum svg path {
  fill: #397ff1;
}

.package__per {
  font-family: 'Myriad Pro Semibold', sans-serif;
  font-size: 22px;
  margin-top: 18px;
  margin-bottom: 46px;
}

.package__check {
  font-size: 18px;
  color: #397ff1;
}

.package__link,
a.package__link {
  width: 201px;
  text-align: center;
  border: 2px solid #397ff1;
  border-radius: 27px;
  padding: 13px 0;
  display: block;
  margin: 0 auto;
  margin-top: 33px;
  cursor: pointer;
  background: transparent;
}

.package:hover {
  background: #397ff1;
  color: #fff;
}

.package:hover .package__sum {
  color: #fff;
}

.package:hover .package__sum  svg path{
  fill: #fff;
}

.package:hover .package__check {
  color: #fff;
}

.package:hover .package__link {
  color: #fff;
  border: 2px solid #fff;
  text-transform: uppercase;
}

.package__link:hover,
a.package__link:hover {
  -webkit-box-shadow: 0 0 25px rgba(255, 255, 255, 0.5) inset;
          box-shadow: 0 0 25px rgba(255, 255, 255, 0.5) inset;
}

.package__link:active,
a.package__link:active {
  -webkit-box-shadow: 0 0 25px rgba(255, 255, 255, 0.9) inset;
          box-shadow: 0 0 25px rgba(255, 255, 255, 0.9) inset;
}
.package:hover a.download_link  {
  color: #fff;
  border: 2px solid #fff;
}
a.download_link {
	width: 201px;
    text-align: center;
    border: 2px solid #397ff1;
    border-radius: 27px;
    padding: 13px 0;
    display: block;
    margin: 0 auto;
    margin-top: 33px;
    cursor: pointer;
    background: transparent;
    width: 220px;
    color: #000;
	margin-top: 20px;
}
a.download_link:hover{
	color: #fff;
	  border: 2px solid #fff;
	  background: #FF9800;
}
/*----------Services----------*/

.services {
  padding: 69px 0;
  background: #fff;
}

.serv-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #5d5d5d;
  text-align: center;
  margin-bottom: 89px;
}

.serv {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.serv__item {
  width: 217px;
  text-align: center;
  color: #5d5d5d;
}

.serv__img {
  margin-bottom: 15px;
}

.serv-txt {
  font-family: 'Myriad Pro Semibold', sans-serif;
  text-align: center;
  color: #226be2;
  margin-top: 20px; 
  font-size: 16px;
}
img {
    max-width: 100%;
}
.mob-soc{
		display: none;
	}
/*----------Blog----------*/

.blog {
  padding-bottom: 96px;
}

.blog-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: 43px;
}
.faq {
  padding-bottom: 96px;
}

.faq-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: 43px;
}

.news__img { 
  width: 360px;
  height: 240px;
}

.news__img_food {
  background: url('../img/blog1.jpg') no-repeat center center;
  background-size: cover;
}

.news__img_foo {
  background: url('../img/blog2.jpg') no-repeat center center;
}

.news__img_fo {
  background: url('../img/blog3.jpg') no-repeat center center;
}

.news__item {
  padding: 19px 30px 0px 14px;
  background: #f7f8f9;
  height: 197px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  min-height: 280px;
}

.news__title {
  font-family: 'Myriad Pro Semibold', sans-serif;
  font-size: 22px;
  color: #212121;
  margin-bottom: 17px;
  width: 250px;
}

.news__text {
  font-size: 14px;
  color: #9fa3a7;
  margin-bottom: 39px;
  width: 250px;
}

.news__tm {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #9fa3a7;
  text-transform: uppercase;
  font-size: 10px;
}

.news__tm i {
  font-size: 15px;
  margin-right: 7px;
}

.ttll {
  margin-bottom: 44px;
}

.news__link:hover .news__item {
  background: #226be2;
}

.news__link:hover .news__title {
  color: #fff;
}

.news__link:hover .news__text {
  color: #fff;
}

.news__link:hover .news__tm {
  color: #fff;
}

/*----------Contacts----------*/

.contacts {
  background: #f7f7f7;
  padding: 62px 0 43px 0;
}

.contacts-title {
  font-size: 39px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-align: center;
  color: #3b3b3b;
  margin-bottom: 61px;
}

.cont {
  background: #fff;
  padding: 67px 112px 53px 112px;
}

.cont__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.cont__text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 2px
}
.cont .social {
  font-size: 30px;
  color: #296cdf;
}
.cont__itm {
  font-size: 17px;
  color: #3b3b3b;
  margin-bottom: 12px;
  padding-top: 2px;
}

.cont__itm i {
  margin-right: 8px;
  color: #226be2;
}

.cont__lnk {
  color: #3b3b3b;
  display: block;
  margin-bottom: 19px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 15px;
}

.cont__lnk:hover {
  color: #226be2;
}

.make {
  padding-left: 76px;
}

.make__title {
  font-size: 20px;
  color: #3b3b3b;
  margin-bottom: 17px;
}

.make__item {
  display: list-item;
  list-style-position: inside;
  margin-bottom: 21px;
  color: #226be2;
}

.make__link {
  font-size: 16px;
  text-decoration: underline;
  color: #226be2;
}

.make__link:hover {
  color: #08347d;
}


/*----------Footer----------*/

.footer {
  background: #13253b;
  color: #fff;
  padding: 64px 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.footr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footr__link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-decoration: underline;
  color: #0376d9;
}

.footr__link:hover {
  color: #62a5df;
}


/*----------Modal----------*/

.modal-content {
  width: 350px;
  max-width: 100%;
  margin: 0 auto;
  padding: 23px;
  background: #fff;
  color: #3c3c3c;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  -webkit-box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
          box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
  border-radius: 6px;
}

.modal-body {
  padding: 0;
}

.modal-dialog {
  top: 45%;
  right: 0;
}

.form-input {
      width: 290px;
  margin-right: 20px;
  border-radius: 24px;
  padding: 11px 0px 11px 15px;
  border: 1px solid #d5d5d5;
  display: block;
  margin: 15px auto;
}

.form-btn {
      width: 290px;
  border-radius: 24px;
  padding: 11px 0px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background: #226be2;
  border: 2px solid transparent;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  display: block;
  margin: 15px auto;
}

.form-btn:hover {
  border: 2px solid #226be2;
  background: #fff;
  color: #226be2;
}

.fade.in {
    background: rgba(0, 0, 0, 0.7);
}

label.error {
position: unset;
  left: 10px;
  font-size: 15px;
  top: 46px;
  color: #900606;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.header label.error {
  position: unset;
}  
#loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(240, 240, 240, 0.91);
  overflow: hidden;
  display: none;
}

#loader img {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -25px;
}
.accordion {
    margin: 0 50px;
    border-bottom: 1px solid rgba(57, 127, 241, 0.33);
	max-width: 680px;
    margin: 0 auto;
	
}
.accordion dd{
	padding-bottom: 15px;
    font-family: 'Myriad Pro Regular', sans-serif;
    color: #000;
    font-size: 16px;
}
.accordion dt a{
	border-top: 1px solid rgba(57, 127, 241, 0.33);
    padding: 15px 45px 15px 0px;
    color: #000;
    font-weight: 600;
	position: relative;
	display: block;
}
.accordion dt a:after {
    content: "\254b";
    position: absolute;
    right: 3px;
    font-weight: 100;
    font-size: 28px;
    line-height: 1;
    top: 12px;
    color: rgba(57, 127, 241, 0.68);
    padding: 4px;
}
.accordion dt.active a:after {
	content: "\2501";
  
}
#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 20px;
  right: 80px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
.demolink{
	color: #fff;
    background: #22233a;
    border-radius: 40px;
    width: 320px;
    height: 81px;
    display: block;
    padding-top: 31px;
    margin: 15px auto 0px;
    max-width: 100%;
}
.video-phone{
	width:352px;
	height:710px;
	padding-bottom:71px;
	padding-top: 71px;
	padding-left: 19px;
	padding-right: 13px;
	background-image: url(../img/phone-bg.png);
}
.video-phone video{
    width: 100%;
    border: 1px solid #000;
}
.templates{
	background-color: #f8f6f6;
    padding: 50px 0;
}
.templates-title{
	text-align: center;
}
li.ui-tabs-tab {
	background: #1962d9;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 17px;
    border-radius: 10px;
    border: 3px solid #fff;
}
li.ui-tabs-tab:hover,
li.ui-tabs-tab:active,
li.ui-tabs-active{
	background: #fff;	
	color: #1962d9;
	border: 3px solid #1962d9;
}
ul.ui-tabs-nav{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 15px;
}
li.ui-tabs-tab a{
	color: inherit;
	line-height: 1;
	text-decoration: none;
}
.news__item{
	position: relative;
}
.news__tm {
    position: absolute;
    bottom: 0;
	left: 15px;
    right: 15px;
}



.agregator_start_end{
background:url(../img/agr.jpg) no-repeat 50% 0!important;
height:773px;
position:relative;
}
.double_ase{
background:url(../img/double_ase.jpg) no-repeat 50% 0!important;
height:809px;
position:relative;
}
.area_height{
height:208px;
}

.show{
z-index:1000000!important;
bottom:80px!important;
right:20px!important;
}


.for_upper{
text-transform:uppercase;
font-size:42px;
margin-bottom:30px;
}
.phones_sb{
display:block;
width:737px;
height:541px;
position:absolute;
right:10%;
bottom:0px;
z-index:500;
}
.phones_sb img{
width:100%;
}
.title_blue{
margin-bottom:35px;
}
.title_blue h3{
font-size:32px!important;
color:#fff;
text-align:center;
}
.content_sb{
color:#fff;
font-size:16px;
}
.for_sb_list{
margin-left:11%;
}
.for_sb_list li{
color:#ffffff;
font-size:16px;
background:url(../img/for_sb_list.png) no-repeat 0 50%;
padding-left:15px;
margin-bottom:25px;
}
.prim_sb{
margin-bottom:30px;
}
.for_color_sb{
background:#2169de;
display:inline-block;;line-height:27px;
}
.for_color_sb:hover{
background:#a0a0a0!important;
}
.for_res_sb{
position:relative;
z-index:1000;
}


.like_blog_sb{
padding-top:50px;
}

.like_card_sb{
padding-top:80px;
margin-bottom:0px;
}
.for_agr_exist img{
width:100%;
}

.for_agr_title h2{
color:#000;
font-size:42px;
text-transform:uppercase;
font-family: 'Montserrat', sans-serif;
font-weight:bold;
text-align:center;
}
.for_agr_title{
margin-bottom:35px;
}
.pro_block_sd p{
color:#000;
font-size:20px;
font-weight:bold;
margin-bottom:1px;
}

.pro_block_sd img{
margin-bottom:35px;
}
.small_title{
color:#000;
font-size:30px;
font-family: 'Montserrat', sans-serif;
font-weight:500;
text-align:center;
margin-bottom:50px;
}

.for_agr_product{
display:block;
width:840px;
margin:0px auto;
}
.left_bps{
margin-left:16%;
}
.right_bps{
margin-right:3%;
}
.for_top_boot{
margin-bottom:155px;
}

.block_in_vid{
text-align:center;
}
.block_in_vid p{
color:#fff;
font-size:20px;
text-transform:uppercase;
font-weight:800!important;
margin-bottom:15px;
}
.block_in_vid{
margin-bottom:55px;
}
.right_make_vid{
margin-top:200px;
margin-right:35%;
}
.left_make_vid{
margin-left:15%;
}
.blue_sb{
padding:0px 15px;
}




.clearfix:before,.clearfix:after{
content:"";
display:table;
}
.clearfix:after{
clear:both;
}
.clear{
	clear:both;
	height:0;
	overflow:hidden;
}
.ld{
float:left;
}
.rd{
float:right;
}

.change_bs_vid{
background:url(../img/grad.png) repeat-x #3e83f4;
}
.white_st_bs h2{
color:#fff!important;
}


.site_bs img{
width:100%;
border-radius:20px;
-webkit-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 11px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 11px 0px rgba(50, 50, 50, 0.75);
}
.site_bs{
margin-bottom:20px;
}


.btn_bs{
display:block;
width:205px;
height:56px;
line-height:56px;
color:#fff;
font-size:18px;
text-align:center;
background:#00d514;
border-radius:100px;
margin:0px auto;
transition:0.3s;
cursor:pointer;
margin-top:45px;
}
.btn_bs:hover{
background:#9adea0;
-webkit-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 11px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 11px 0px rgba(50, 50, 50, 0.75);
color:#fff!important;
}



.rolik{
text-align:center;
display:block;
width:560px;
margin:0px auto;
}
.for_rol{
margin:0px auto;
display:block;
}


.col_block{
display:block;
width:370px;
height:438px;
border-radius:20px;
-webkit-box-shadow: 0px 0px 11px 0px rgba(20, 20, 20, 0.25);
-moz-box-shadow:    0px 0px 11px 0px rgba(20, 20, 20, 0.25);
box-shadow:         0px 0px 11px 0px rgba(20, 20, 20, 0.25);
background:#f8f6f6;
margin:0px auto;
transition:0.3s;
}

.btn_col{
color:#fff;
font-size:px;
text-align:center;
background:#2d74e8;
display:block;
width:205px;
height:55px;
line-height:55px;
font-family: 'Montserrat', sans-serif;
font-weight:500;
text-transform:uppercase;
border-radius:100px;
margin:0px auto;
transition:0.3s;
}
.around_col_pos{
text-align:center;
display:block;
height:350px;
}
.around_col_pos img{
margin-top:62px;
margin-bottom:75px;
}
.around_col_pos p{
color:#000;
font-size:20px;
font-family: 'Montserrat', sans-serif;
font-weight:bold;
}

.btn_col:hover{
background:#4682e3;
color:#fff!important;
-webkit-box-shadow: 0px 0px 11px 0px rgba(20, 20, 20, 0.75);
-moz-box-shadow:    0px 0px 11px 0px rgba(20, 20, 20, 0.75);
box-shadow:         0px 0px 11px 0px rgba(20, 20, 20, 0.75);
}


.left_cblo{
float:left;
margin-left:15%;
}
.right_cblo{
float:right;
margin-right:15%;
}


.cab_bs{
width:265px;
}
.around_cab_abs{
padding:0px 15px;   
display:block;  
margin:0px auto;  
}
.cab_list_bs{
margin-top:20px;
margin-left:15px;
margin-bottom:-40px;
}
.after_grey_bgr{
background:#f8f6f6;
}
.able_for_person_bs p{
color:#000000;
font-size:20px;
font-family: 'Montserrat', sans-serif;
font-weight:bold;
}
.able_for_person_bs img{
margin-bottom:20px;
}
.able_for_person_bs{
display:block;
width:260px;
margin:0px auto;
}
.able_for_person_bs{
margin-bottom:30px;
}
.able_for_person_bs span{
line-height:1.2;
display:block;
}

.for_abl_abs{
margin-bottom:50px;
}

.for_small_mar_min{
margin-bottom:-50px;
}



.header_op{
display:block;
height:103px;
background:#1a62d9;
}


.menu_head_op{
float:left;
margin-left:100px;
margin-top:36px;
}
.menu_head_op li{
float:left;
margin-right:40px;
}
.menu_head_op li:last-child{
margin:0px;
}
.menu_head_op a{
color:#fff;
font-size:20px;
}
.logo_he{
background:url(../img/logo_he.png) no-repeat;
display:block;
width:81px;
height:83px;
float:left;
margin-top:10px;
}

.around_he_start{
display:100%;
}
.net_list_he_op{
float:right;
margin-top:35px;
}
.net_list_he_op li{
float:left;
margin-left:14px;
}

.for_color_fff{
background:#fff;
}
.after_fff{
margin-bottom:40px;
}


.changer_price{
min-height:300px!important;
width:366px;
margin:0px auto;
padding: 35px 10px 130px 10px;
}

.lg_able_left{
margin-left:170px;
}
.lg_able_right{
margin-right:170px;
}


/* Media Queries */

/* 992 - 1200 px */
@media screen and (max-width: 1200px) {
.commun {
    top: 135px;
    left: -151px;
    max-width: 650px;
  }
  .main__phone {
    width: 400px;
  }
  .buttn {
    width: 400px;
  }
  .business__title {
    margin-top: 43px;
  }
  .table {
    max-width: 355px;
  }
  .descktop {
    max-width: 400px;
  }
  .package {
    max-width: 288px;
  }
  .news__img {
    max-width: 288px;
  }
  .news__item {
    max-width: 288px;
  }
  

  .phones_sb img{
  width:100%;
  }
  .for_upper{
  font-size:38px;
  margin-bottom:25px;
  }
  .phones_sb{  
  width:650px;
  height:476px;
  right:0px;
  }  
  
  .right_make_vid{
  margin-right:20px;
  margin-top:150px;
  padding-left:0px;
  }
  .left_make_vid{
  margin-left:0px;
  padding-left:0px;
  }  
  
  .left_cblo{
  float:left;
  margin-left:5%;
  }
  .right_cblo{
  float:right;
  margin-right:5%;
  }  

  .menu_head_op{
  margin-left:50px;
  }
  .menu_head_op li{
  margin-right:28px;
  }
  
  .lg_able_left{
  margin:0px auto;
  }
  .lg_able_right{
  margin:0px auto;
  }  
 
  
  
}
/* 768 - 992 px */
@media screen and (max-width: 992px) {
  .main {
    margin-top: 126px;
  }
  .main__title {
    text-align: center;
  }
  .main__text {
    text-align: center;
  }
  .main__phone {
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
  }
  .buttn {
    margin: 0 auto;
    display: block;
  }
  .commun {
    position: relative;
    max-width: 542px;
    margin: 0 auto;
    left: 0;
    top: 0;
    display: block;
  }
  .mobile {
    margin-top: 33px;
  }
  .opport {
    padding-top: 28px;
  }
  .opportunities {
    padding-bottom: 207px;
  }
  .descktop {
    margin-top: 0;
    max-width: 330px;
  }
  .table {
    max-width: 330px;
    margin: 0;
  }
  .inter {
    margin-top: 44px;
  }
  .program {
    padding-bottom: 50px;
  }
  .price {
    padding: 60px 0px;
  }
  .package {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .news__link {
    display: block;
    margin: 0 auto;
  }
  .news__img {
    margin: 0 auto;
  }
  .news__item {
    margin: 0 auto;
    margin-bottom: 27px;
  }
  .blog {
    padding-bottom: 37px;
  }
  .faq {
    padding-bottom: 37px;
  }
  .cont {
    background: #fff;
    padding: 41px 25px 53px 25px;
  }
  .make {
    padding-left: 20px;
  }
  .modal-content {
    width: 410px;
  }
  .modal-dialog {
    right: 0;
    left: 9%;
  }
  .form-input {
    margin: 0 auto;
    display: block;
    margin-bottom: 18px;
  }
  .form-btn {
    margin: 0 auto;
    display: block;
  }
  .video iframe{
	  width: 600px;
	  height:338px;
  }
  

  .phones_sb img{
  width:100%;
  }
  .for_upper{
  font-size:30px;
  margin-bottom:30px;
  }
  .phones_sb{  
  width:370px;
  height:271px;
  margin:0px auto;
  left:0px;
  }  
  
  .right_make_vid{
  margin-right:0px;
  margin-top:100px;
  }
  .left_make_vid{
  margin-left:0px;
  padding-left:0px;
  }    
  
  .like_card_sb{
  padding-top:80px;
  margin-bottom:38px;  
  } 

  .left_cblo{
  float:left;
  margin-left:0px;
  width:320px;
  }
  .right_cblo{
  float:right;
  margin-right:0px;
  width:320px;
  }  
  
  .area_height{
  height:150px;
  } 
  .last_luft{
  margin-top:-75px;
  }
  
  .able_for_person_bs{
  width:220px;
  text-align:center;  
  }
  
  .for_small_mar_min{
  margin-bottom:-30px;
  }
  .after_grey_bgr{
  margin-bottom:0px!important;  
  padding-bottom:50px!important;
  margin-top:40px;
  }
  
  .cab_list_bs{
  margin-bottom:-20px;
  }

  .menu_head_op{
  margin-left:20px;
  }
  .menu_head_op li{
  margin-right:13px;  
  }
  .menu_head_op a{
  font-size:16px;
  }
  .net_list_he_op li{
  margin-left:10px;
  }

  
}

/* 576 - 768 px */
@media screen and (max-width: 768px) {
   .menu {
    margin-left: 37px;
  }
  .main {
    margin-top: 82px;
  }
  .opportunities {
    padding-bottom: 130px;
  }
  .table {
    max-width: 420px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .prog__title {
    text-align: center;
  }
  .descktop {
    max-width: 420px;
    margin: 30px auto;
    display: block;
  }
  .inter__title {
    text-align: center;
  }
  .package {
    max-width: 315px;
  }
  .video iframe{
	  width: 500px;
	  height:281px;
  }
  .slick-prev {
		left: -15px!important;
	}
	.slick-next {
    right: -15px!important;
   }

  .phones_sb img{
  width:100%;
  }
  .for_upper{
  font-size:27px;
  margin-bottom:45px;
  }
  .phones_sb{  
  width:400px;
  height:293px;
  margin:0px auto;
  left:0px;
  } 
  

  .for_agr_title h2{
  font-size:32px;
  }
  .for_agr_title{
  margin-bottom:0px;
  }
  .left_bps{
  margin-left:0px;
  }
  .right_bps{
  margin-right:0px;
  }
  .for_top_boot{
  margin-bottom:50px;
  }
  .for_bottom_boot{
  margin-bottom:40px;
  }
  .small_title{
  font-size:26px;
  }  
  
  .right_make_vid{
  margin-right:0px;
  margin-top:0px;
  padding-left:0px;
  }
  .left_make_vid{
  margin-left:0px;
  padding-left:0px;
  margin-top:33px;
  } 
  .block_in_vid{
  margin-bottom:30px;
  }  
  
  .around_site_bs{
  margin-top:30px;
  }
  
  .like_card_sb{
  padding-top:50px;
  margin-bottom:35px;  
  } 
  .own_marg_ex{
  margin-bottom:30px;
  } 

  
  .rolik{
  width:100%;
  } 
  .rolik iframe{
  width:100%;
  }  
  
  .left_cblo{
  float:none;  
  margin-left:0px;
  margin:0px auto;
  width:320px;
  margin-bottom:30px;
  }
  .right_cblo{
  float:none;  
  margin-left:0px;
  margin:0px auto;
  width:320px;
  }   
  
  .area_height{
  height:130px;
  } 
  .last_luft{
  margin-top:-35px;
  }  
  
  
  .able_for_person_bs{
  text-align:center;
  }
  .able_for_person_bs img{
  margin-bottom:15px;
  }
  .able_for_person_bs p{
  margin-bottom:10px;
  }  
  
  .header_op{
  height:100%;
  padding-bottom:30px;
  }
  .logo_he{
  float:none;
  margin:0px auto;
  margin-bottom:20px;
  margin-top:20px;
  }
  .menu_head_op{
  float:none;
  margin:0px auto;
  display:block;
  text-align:center; 
  margin-bottom:-15px;  
  }
  .menu_head_op li{
  margin:0px 10px;  
  display:inline-block;
  float:none;
  }
  .menu_head_op a{
  font-size:18px;
  }
  .net_list_he_op{
  display:block;
  text-align:center;
  float:none;
  }
  .net_list_he_op li{
  margin:0px 5px;
  float:none;
  display:inline-block;
  }  
  
  .changer_price{
  min-height:300px!important;
  width:100%;
  margin:0px auto;
  padding: 35px 10px 40px 10px;
  margin-bottom:20px;
  }
  .none_marg_end{
  margin-bottom:0px!important;
  }   

   
}

/* 320 - 576 px */
@media screen and (max-width: 576px) {



  .logo {
    display: block;
    margin: 0 auto;
  }
  .main__title {
    font-size: 41px;
  }
  .main {
    margin-top: 70px;
  }
  .main__phone {
    width: 275px;
    padding: 18px 0px 18px 25px;
    height: 0;
  }
  .buttn {
    width: 275px;
    padding: 18px 0px;
    height: 60px;
  }
  .commun {
    max-width: 305px;
    margin-top: 30px;
  }
  h2 {
    font-size: 29px;
  }
  .main__text {
    margin-bottom: 40px;
  }
  .mobile__buttons {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .mobile__apps:nth-child(1) {
     margin-right: 0px; 
    margin-bottom: 20px;
  }
  .header {
    padding-bottom: 50px;
  }
  .opportunities {
    padding: 25px 0px;
	padding-bottom: 130px;
  }
  .opportun-title {
    margin-bottom: 0;
  } 
  .business__title {

    text-align: center;
  }
 
  .business__item {
    list-style-position: inside;
  }
  .descktop {
    max-width: 290px;
  }
  .inter {
    margin-top: 0;
  }
  .program {
    padding-bottom: 20px;
  }
  .price-title {
    margin-bottom: 37px;
  }
  .package {
    max-width: 290px;
  }
  .services {
    padding: 30px 0;
  }
  .serv {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .serv-title {
    margin-bottom: 30px;
  }
  .contacts {
    padding: 24px 0 20px 0;
  }
  .contacts-title {
    margin-bottom: 30px;
  }
  .cont {
    padding: 41px 25px 10px 25px;
  }
  .make__title {
    margin-top: 20px;
  }
  /*
  .cont__text {
    margin-bottom: 25px;
  }
  */
  .footr {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    text-align: center;
  }
  .footr__cop {
    margin-bottom: 20px;
  }
  .modal-content {
    width: 266px;
  }
  .modal-dialog {
    left: 50%;
    right: 50%;
    margin-left: -133px;
    margin-top: -113px;
  }
  .modal {
    width: 100%;
    height: 100%;
  }
	.video iframe{
	  width: 100%;
	  height:300px;
  }
	.accordion {
	   margin: 0 15px;   
	}
	.faq .faq-img{
		display:none;
	}
	#button{
		left: 20px;
		right: inherit;
	}
	.mob-soc {
		display: block;
		position: fixed;
		bottom: 10px;
		left: 0;
		right: 0;
		width: 100%;
		text-align: center;
	}
	.mob-soc .menu__link .fab{
		font-size:40px;
		    color: #ff9800;
	}
	.slick-slide img {
    display: block;
    margin: 0 auto;
    }
  
  .phones_sb img{
  width:100%;
  }
  .for_upper{
  font-size:27px;
  margin-bottom:45px;
  }
  .phones_sb{  
  width:420px;
  height:308px;
  margin:0px auto;
  left:0px;
  }    
  .height_mvf{  
  height:62px!important;
  }

    .for_sb_list{
  margin-left:0px;
  }  
  .blue_sb{
  padding:0px 15px;
  margin-bottom:50px;  
  }
  .title_blue h3{
  font-size:26px!important;  
  text-align:left;
  }
     
  .for_agr_title h2{
  font-size:26px;
  }
  .for_agr_title{
  margin-bottom:0px;
  }
  .left_bps{
  margin-left:0px;
  float:none;
  }
  .right_bps{
  margin-right:0px;
  float:none;
  }	 
  .bad_boot{
  margin:0px;
  }
  .pro_block_sd{
  text-align:center;
  margin-bottom:30px;
  }
  .pro_block_sd img{
  margin-bottom:20px;  
  }
  .like_blog_sb{
  padding-top:0px;
  margin-top:-25px;
  }  
  .for_bottom_boot{
  margin-bottom:0px;
  }  
  .small_title{
  font-size:24px;
  }  
  .right_make_vid{
  margin-right:0px;
  margin-top:0px;
  padding-left:0px;
  }
  .left_make_vid{
  margin-left:0px;
  padding-left:0px;
  margin-top:33px;
  } 
  .block_in_vid{
  margin-bottom:30px;
  } 
    .change_bs_vid{
  padding-top:60px;
  padding-bottom:40px;  
  }
  
  .around_site_bs{
  padding:0px 15px;
  margin-top:30px;
  }
  .btn_bs{
  width:100%;
  margin-top:0px;
  }  
  
  .like_card_sb{
  padding-top:50px;
  margin-bottom:25px;  
  } 
  .own_marg_ex{
  margin-bottom:30px;
  }  
  .for_agr_exist{
  padding:0px 15px;
  }  
  

  .rolik{
  width:100%;
  } 
  .rolik iframe{
  width:100%;
  }  
  
  .left_cblo{
  float:none;  
  margin-left:0px;
  margin:0px auto;
  width:100%;
  margin-bottom:30px;
  }
  .right_cblo{
  float:none;  
  margin-left:0px;
  margin:0px auto;
  width:100%;
  }   
  
  .area_height{
  height:130px!important;
  } 
  .last_luft{
  margin-top:-35px;
  }    
  
  .around_cab_abs{
  padding:0px 15px;   
  display:block;
  width:100%;
  margin:0px auto;  
  }
  .for_agr_exist img{
  margin-bottom:10%;
  }
  .cab_bs{
  width:100%!important;  
  }  
  
  
  .able_for_person_bs{
  text-align:center;
  }
  .able_for_person_bs img{
  margin-bottom:15px;
  }
  .able_for_person_bs p{
  margin-bottom:10px;
  }
  
  .header_op{
  height:100%;
  padding-bottom:30px;
  }
  .logo_he{
  float:none;
  margin:0px auto;
  margin-bottom:20px;
  margin-top:20px;
  }
  .menu_head_op{
  float:none;
  margin:0px auto;
  display:block;
  text-align:center; 
  margin-bottom:-15px;  
  }
  .menu_head_op li{
  margin:0px 10px;  
  display:inline-block;
  float:none;
  }
  .menu_head_op a{
  font-size:18px;
  }
  .net_list_he_op{
  display:block;
  text-align:center;
  float:none;
  }
  .net_list_he_op li{
  margin:0px 5px;
  float:none;
  display:inline-block;
  }  
  
  .after_fff{
  margin-bottom:30px;
  }  
  

  .changer_price{
  min-height:300px!important;
  width:100%;
  margin:0px auto;
  padding: 35px 10px 40px 10px;
  margin-bottom:20px;
  }
  .none_marg_end{
  margin-bottom:0px!important;
  }  
  
	
}
@media screen and (max-width: 400px) {
	.video iframe{
	  height:194px;
  }
	.video-phone {
		width: 280px;
		height: 565px;
		padding-bottom: 56px;
		padding-top: 57px;
		padding-left: 15px;
		padding-right: 10px;
		background-size: contain;
		margin: 0 auto;
	}
	
  .phones_sb img{
  width:100%;
  }
  .for_upper{
  font-size:28px;
  margin-bottom:35px;
  }
  .phones_sb{  
  width:380px;
  height:278px;
  margin:0px auto;
  left:0px;
  }    
  .height_mvf{  
  height:62px!important;
  }  
  .agregator_start_end{
  height:100%;
  padding-bottom:300px;
  } 

  .for_sb_list{
  margin-left:0px;
  }  
  .blue_sb{
  padding:0px 15px;
  margin-bottom:50px;  
  }
  .title_blue h3{
  font-size:26px!important;  
  text-align:left;
  }
  .for_agr_title h2{
  font-size:26px;
  }
  .for_agr_title{
  margin-bottom:0px;
  }
  .left_bps{
  margin-left:0px;
  float:none;
  }
  .right_bps{
  margin-right:0px;
  float:none;
  }	 
  .bad_boot{
  margin:0px;
  }
  .pro_block_sd{
  text-align:center;
  margin-bottom:30px;
  }
  .pro_block_sd img{
  margin-bottom:20px;  
  }
  .like_blog_sb{
  padding-top:0px;
  margin-top:-25px;
  }
  .for_bottom_boot{
  margin-bottom:0px;
  }  
  .small_title{
  font-size:24px;
  }  
    .right_make_vid{
  margin-right:0px;
  margin-top:0px;
  padding-left:0px;
  }
  .left_make_vid{
  margin-left:0px;
  padding-left:0px;
  margin-top:33px;
  } 
  .block_in_vid{
  margin-bottom:30px;
  }  
  .change_bs_vid{
  padding-top:60px;
  padding-bottom:40px;
  }
  
  .around_site_bs{
  padding:0px 15px;
  margin-top:30px;
  }
  .btn_bs{
  width:100%;
  margin-top:0px;
  }
  .like_card_sb{
  padding-top:50px;
  margin-bottom:25px;  
  } 
  .own_marg_ex{
  margin-bottom:30px;
  }  
  .for_agr_exist{
  padding:0px 15px;
  }   

  .rolik{
  width:100%;
  } 
  .rolik iframe{
  width:100%;
  }  
	
  .left_cblo{
  float:none;  
  margin-left:0px;
  margin:0px auto;
  width:100%;
  margin-bottom:30px;
  }
  .right_cblo{
  float:none;  
  margin-left:0px;
  margin:0px auto;
  width:100%;
  }  
  
  
  .area_height{
  height:100px!important;
  } 
  .last_luft{
  margin-top:-35px;
  }   
  
  .around_cab_abs{
  padding:0px 15px;   
  display:block;
  width:100%;
  margin:0px auto;  
  }
  .for_agr_exist img{
  margin-bottom:10%;
  }
  .cab_bs{
  width:100%!important;  
  }
  
  .able_for_person_bs{
  text-align:center;
  }
  .able_for_person_bs img{
  margin-bottom:15px;
  }
  .able_for_person_bs p{
  margin-bottom:10px;
  }
  
  
  .header_op{
  height:100%;
  padding-bottom:30px;
  }
  .logo_he{
  float:none;
  margin:0px auto;
  margin-bottom:20px;
  margin-top:20px;
  }
  .menu_head_op{
  float:none;
  margin:0px auto;
  display:block;
  text-align:center; 
  margin-bottom:-15px;  
  }
  .menu_head_op li{
  margin:0px 10px;  
  display:inline-block;
  float:none;
  }
  .menu_head_op a{
  font-size:18px;
  }
  .net_list_he_op{
  display:block;
  text-align:center;
  float:none;
  }
  .net_list_he_op li{
  margin:0px 5px;
  float:none;
  display:inline-block;
  }
  
  .after_fff{
  margin-bottom:30px;
  }
  

  .changer_price{
  min-height:300px!important;
  width:100%;
  margin:0px auto;
  padding: 35px 10px 40px 10px;
  margin-bottom:20px;
  }
  .none_marg_end{
  margin-bottom:0px!important;
  }
  

	
}
