/* ------ 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;
}

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: 19px;
  border-bottom: 1px solid transparent;
}
.menu__link:hover {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.menu__link .fab {
    font-size: 25px;
    margin-left: 10px;
}
.menu__link.social:hover {
  border-bottom: 0;
}
.menu__link.social{
  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) {
.price-card{
  max-width: 100%!important;
}
	.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 .social{
  font-size: 30px;
  color: #296cdf;
}
.cont__text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 2px
}
.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;
}
/* 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;
  }
}
/* 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;
  }
}

/* 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;
}
}

/* 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;
}
}
@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;
	}
}
.price-buttons-wrap ul{
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
}
.price-buttons-wrap ul li{
  width: 200px;
  height: 65px;
  display: block;
  background: white;
  border-radius: 25px;
  color: #2876f0;
  transition: 0.3s;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(219,219,219,1);
  -moz-box-shadow: 0px 0px 8px 0px rgba(219,219,219,1);
  box-shadow: 0px 0px 8px 0px rgba(219,219,219,1);
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  align-self: center;
  font-size: 22px;
  line-height: 1;
  margin: 0 10px;
  text-align: center;
}
@media (max-width: 520px) {
  .price-buttons-wrap ul{
    display: block;
  }
  .pricetablink1{
    margin: 10px auto !important;
  }
  .pricetablink2{
    float: left;
    width: 45% !important;
    margin: 0px !important;
  }
  .pricetablink3{
    float: right;
    width: 45% !important;
    margin: 0px !important;
  }
}
.price-buttons-wrap ul li:hover{
  background: linear-gradient(to right,#2876f0,#248bff, #47a7fa);
  transition: 0.3s;
  color: white;
  cursor: pointer;
}
#prices{
  padding: 5% 0;
}
.price-card{
  text-align: center;
  background-color: #f8f6f6;
}
.price-card ul{
  list-style: none;
  text-decoration: none;
  padding-left: 8px;
}
.price-card ul li{
  display: list-item;
  text-align: left;
  font-size: 17px;
}
.price-card ul li img{
  padding-right: 5px;
}
.price-card-title{
  font-size: 23px;
  color: #2876f0;
  font-weight: 600;
  letter-spacing: 1px;
}
.price-cards{
  padding-top: 40px;
}
.price-card{
  transition: 0.3s;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(219,219,219,1);
  -moz-box-shadow: 0px 0px 8px 0px rgba(219,219,219,1);
  box-shadow: 0px 0px 8px 0px rgba(219,219,219,1);
  border-radius: 25px;
  padding-top: 40px;
  
  max-width: 280px;
  margin: 0 auto;
  transition: background .3s;
}
.sliderprice-2 .price-card {
    height: 700px;
}
.price-card button:hover{
  cursor: pointer;
}
.price-card-subitem{
  text-align: left;
  text-indent: 40px;
  font-weight: 500;
  padding-top: 1rem;
  margin-bottom: 0.8rem;
}
.price-card-icons{
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.price-card-icons div{
  padding: 5px 8px;
}
.js-form.main a{display:inline-block;line-height:27px;}
.price-card-icons img{
  width: 80%;
}
.price-card:hover{
  transition: background .3s;
  background: linear-gradient(to right,#2876f0,#248bff, #47a7fa);
  color: white;
  cursor: pointer;
}
.price-card:hover{}
.hovericon{
  display: none !important;
}
.price-card:hover .price-card-title{
  color: white;
}
.price-card:hover .hovericon{
  display: block !important;
}
.hovericon{
  margin-left: 5px;
}
.price-card:hover .iconnormal{
  display: none;
}
.imgulhov{
  display: none !important;
}
.imghovinfo{
  width: 43px;
  height: 43px;
}
.price-card:hover .imgul{
  display: none;
}
.price-card:hover .imgulhov{
  display: block !important;
}
.price-card-info ul li{
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: center;
  align-content: center;
}
.price-card-button a{
  background: linear-gradient(to right,#2876f0,#248bff, #47a7fa);
  border-radius: 25px;
  width: 80%;
  height: 55px;
  border: 0;
  color: white;
  font-weight: 400;
  margin-top: 25px;
	display:inline-block;
line-height:52px;
}
.price-card:hover .price-card-button a{
  background: #0d4caf;
}
.price-card-info ul li{
  padding: 8px 0;
}
.fulllink{
  color: #949494;
  text-decoration: underline;
  padding-top: 10px;
}
.price-card-title p{
  margin-bottom: 0;
}
@media screen and (max-width: 576px){
  .imgul {
    margin: 0 !important;
  }
  .imgulhov {
    margin: 0 !important;
  }
}
#prices .slick-next:before{
  content: ' ';
  background-image: url(../img/slidearrow.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 38px;
  display: block;
  transform: rotate(180deg);
}
#prices .slick-prev:before{
  content: ' ';
  background-image: url(../img/slidearrow.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 38px;
  display: block;
}

@media (max-width: 600px) {
  #prices .slick-slide{
    padding: 0 40px;
  }
  #prices .slick-prev {
    left: 5px !important;
    z-index: 20;
}
#prices .slick-next {
    right: 15px !important;
    z-index: 20;
}
}
.price-card{
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
.price-card-info{
  flex-grow: 8;
}
#pricetab2,#pricetab3{
  display: none;
}
.activetab{
  background: linear-gradient(to right,#2876f0,#248bff, #47a7fa) !important;
  color: white !important;
}