* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Arimo';
  text-align: center;
  color: #999;
  font-size: 17px;
  line-height: 21px;
}

body button, body input, body textarea {
  outline: none;
}

body button:focus, body input:focus, body textarea:focus {
  outline: none;
}

body textarea {
  resize: none;
}

body a {
  text-decoration: none;
}

body a:hover {
  text-decoration: none;
}

body li {
  list-style-type: none;
}

/********* navbar *****/
#fixedOnTop {
  top: 0;
}

.container {
  width: 80%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

section, .section {
  padding: 70px 0px;
}

section#first, .section#first {
  margin-top: 80px;
}

.section-title {
  font-size: 34px;
  font-family: 'Arimo', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
  color: #444;
}

.info-title {
  margin-bottom: 60px;
}

.button {
  font-family: 'Arimo', Helvetica, Arial, sans-serif;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button-o {
  border-color: #2579ba;
  color: #777777;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 20px;
  border: 2px solid #2579ba;
  border-radius: 5px;
  color: #777777;
  background-color: transparent;
}

@media (min-width: 768px) {
  .button-o:hover {
    cursor: pointer;
    background-color: #7ecefd;
    border-color: #7ecefd;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
}

.style-descr {
  width: 70%;
}

.footer {
  border-top: 1px solid #f0f0f0;
  padding: 45px 0px;
}

.footer-resume a {
  color: #666666;
  font-weight: bold;
  text-decoration: underline;
}

.footer-resume {
  margin-bottom: 10px;
}

.footer-copy {
  display: block;
  padding-left: 0px;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #666666;
}

.footer-ya {
  margin-left: 0px;
  margin-top: 5px;
}

.footer-author {
  color: #666666;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}

.footer-logo {
  display: block;
}

.footer-logo img {
  height: 30px;
  vertical-align: middle;
}

.footer-contacts {
  font-size: 19px;
  color: #2579ba;
}

.footer-contacts__descr {
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-contacts__addr, .footer-contacts__phone, .footer-contacts__email {
  margin-bottom: 6px;
}

.footer-contacts__phone a.phone_alloka {
  color: #666666 !important;
}

.footer-contacts__phone a.phone_alloka:last-child {
  display: block;
}

.footer-contacts__phone a.footer-contacts__txt {
  color: #666666 !important;
}

@media (min-width: 768px) {
  .footer-contacts__phone a.footer-contacts__txt:hover, .footer-contacts__phone a.footer-contacts__txt span:hover {
    color: #0056b3 !important;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    cursor: pointer !important;
  }
}

.footer-contacts__phone a:first-child {
  margin-bottom: 3px;
}

.footer-contacts__txt {
  color: #666666 !important;
  font-size: 17px;
}

.footer-contacts__txt a {
  color: #666666;
}

@media (min-width: 768px) {
  .footer-contacts__txt a:hover {
    cursor: pointer;
    text-decoration: underline;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
}

.footer-contacts .icon img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.footer-contacts__right {
  padding-right: 0px;
}

.footer .ya {
  display: block;
  margin-top: 15px;
}

.footer .copy {
  margin: 0px !important;
}

a.footer-contacts__txt:hover, a.footer-contacts__txt > span:hover, .info-item__phone > .info-item__descr > a:hover {
  color: #0056b3 !important;
  cursor: pointer !important;
}

#contactform input {
  font-size: 16px;
}

/******* custom styles ********/
.gray {
  background-color: #f9f9f9;
}

span.blue {
  color: #7fc9ff;
  font-weight: bold;
}

span.black {
  color: black;
  margin-left: 0px;
  font-weight: bold;
}

.fa-icon {
  width: 30px;
  height: 35px;
}

@media (max-width: 575px) {
  .hide-before-sm {
    display: none;
  }
}

.icon-wrap {
  padding: 25px;
  border-radius: 50px;
  border: 2px solid #2579ba;
}

@media (min-width: 768px) {
  .icon-wrap:hover {
    cursor: pointer;
    border-color: #7ecefd;
    color: #444444;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
}

.icon-wrap img {
  width: 20px;
  height: 20px;
}

@media (max-width: 991px) {
  .hidden-mobile {
    display: none;
  }
}

@media (max-width: 1024px) {
  .footer-contacts__phone span.punkt {
    display: none;
  }
  .footer-contacts__phone a:first-child {
    display: block;
    margin-bottom: 3px;
  }
  .footer-contacts__phone a:last-child {
    padding-left: 0px;
  }
}

@media (max-width: 991px) {
  .dropdown-menu {
    border: none;
  }
  .dropdown-divider {
    width: 230px;
    margin: .5rem auto;
    height: 1px;
    color: #e9ecef;
  }
}

@media (max-width: 768px) {
  section, .section {
    padding: 50px 0px;
  }
  .footer-contacts {
    font-size: 17px;
  }
  .footer-contacts__addr, .footer-contacts__phone, .footer-contacts__email {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  section, .section {
    padding: 40px 0px;
  }
  .footer {
    padding: 35px 0px;
  }
  .footer-logo img {
    height: 30px;
    margin-left: 0px;
  }
  .footer-copy {
    padding-left: 0px;
    margin-top: 10px;
  }
  .footer-info {
    width: 205px;
    margin: 0 auto;
  }
  .footer-contacts {
    font-size: 17px;
    margin: 0 auto;
    margin-top: 30px;
    width: 205px;
  }
}

@media (max-width: 480px) {
  section, .section {
    padding: 30px 0px;
  }
  .section-title {
    font-size: 30px;
  }
}

.devices {
  margin-top: 100px !important;
}

.devices .section-subtitle {
  color: #444444;
  font-size: 23px;
  font-weight: bold;
}

.devices-txt {
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 25px;
}

.devices-item {
  color: #6c757d;
}

.devices-item__title {
  font-size: 20px;
  font-weight: bold;
  color: #777777;
}

@media (min-width: 768px) {
  .devices-item__title:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #2579ba;
            text-decoration-color: #2579ba;
    -webkit-text-decoration-style: solid;
            text-decoration-style: solid;
    cursor: pointer;
    color: #444444;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
  }
}

.devices-item__img {
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-filter: grayscale(10%);
          filter: grayscale(10%);
}

@media (min-width: 768px) {
  .devices-item__img:hover {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
    -webkit-transition: -webkit-filter .3s;
    transition: -webkit-filter .3s;
    -o-transition: filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s;
  }
}

.devices-item__img img {
  max-height: 160px;
}

.devices .macbook .devices-img img {
  max-height: 180px;
}

.features {
  padding-bottom: 30px;
}

.features .container {
  padding: 0px !important;
}

.features p {
  font-size: 15px !important;
}

@media (max-width: 992px) {
  .devices-txt {
    line-height: 21px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .devices-item__title {
    text-decoration: underline;
    -webkit-text-decoration-color: #2579ba;
            text-decoration-color: #2579ba;
    -webkit-text-decoration-style: solid;
            text-decoration-style: solid;
  }
}

@media (max-width: 576px) {
  .devices-item__img {
    margin-bottom: 5px;
  }
}

.button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 10px;
}

.button-wrapper .contactus-form__btn {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 10px 100px;
  margin-left: 0;
}

.button-wrapper .politica-text {
  font-size: 11px;
  line-height: 11px;
  width: 290px;
  text-align: center;
  margin-top: 5px;
}

.button-wrapper .politica-link {
  font-weight: bold;
  display: inline;
}

.button-wrapper .politica-link:hover {
  text-decoration: underline;
  cursor: pointer;
}

.politica-title {
  text-align: left;
  margin: 0 !important;
  padding-left: 30px !important;
}

.politica-subtitle {
  text-align: left;
  color: #444;
  font-size: 18px;
  font-weight: bold;
  padding: 30px 30px 0 30px;
}

.politica-txt {
  text-align: left;
  padding: 7px 30px 0 30px;
  margin-bottom: 0;
  font-size: 17px;
}

.politica-txt a {
  color: #0056b3;
}

.politica-txt__list {
  padding-left: 35px;
  padding-right: 30px;
  margin-bottom: 0;
  text-align: left;
}

.politica-number {
  font-weight: bold;
  text-decoration: underline;
  display: inline-block;
  color: #444;
}

.politica-button {
  display: block;
  width: 110px;
  margin: 0 auto;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .modal-politica .modal-dialog {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .contactus-form__btn-group .button-wrapper .contactus-form__btn {
    margin-top: 10px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding: 10px 80px;
  }
  .contactus-form__btn-group .button-wrapper .politica-text {
    width: 250px;
  }
  .politica-txt, .politica-subtitle, .politica-title {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .politica-txt__list {
    padding-left: 15px;
    padding-right: 10px;
  }
}

@media (max-width: 576px) {
  .contactus-form__btn-group .button-wrapper .contactus-form__btn {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
        align-self: center;
    margin-top: 0;
  }
}

.navbar {
  z-index: 20;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff !important;
  margin: 0;
  padding: 16px 0px 13px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar-expand-lg > .container {
  max-height: 97%;
}

.navbar .dropdown-toggle {
  color: #666666 !important;
}

.navbar .dropdown-toggle {
  padding-right: unset !important;
  padding-left: unset !important;
  padding-bottom: 0px !important;
  display: unset;
}

.navbar .dropdown-item {
  line-height: 17px;
  position: relative;
}

.navbar .dropdown-item:hover {
  background-color: #7ecefd;
}

.navbar a.navbar-brand {
  padding: 0;
  margin: 0;
}

.navbar a.navbar-brand img {
  height: 35px;
  margin-bottom: 5px;
}

.navbar-nav {
  padding: 5px 0px 5px 40px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-nav .nav-item a.active {
}

.navbar-nav li {
  padding: 0px;
}

.navbar-nav li:nth-child(1), .navbar-nav li:nth-child(4) {
  padding-right: 8px;
}

.navbar-nav li a {
  width: 100%;
  font-family: "Arimo", sans-serif;
  display: block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .3px;
  text-align: left;
  color: #666;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .navbar-nav li a:hover {
  }
}

.navbar-nav li:first-child a {
  margin: 0;
}

.navbar-toggler {
  background-color: #7ecefd;
}

.navbar .mydropdown {
  position: relative;
}

.navbar .mydropdown-img1, .navbar .mydropdown-img2, .navbar .mydropdown-img3, .navbar .mydropdown-img4, .navbar .mydropdown-img22, .navbar .mydropdown-img23 {
  width: 5px;
  height: 5px;
  position: absolute;
  top: 5px;
}

.navbar .mydropdown-img1 {
  left: 60px;
}

.navbar .mydropdown-img2, .navbar .mydropdown-img22, .navbar .mydropdown-img23 {
  left: 60px;
}

.navbar .mydropdown-img3 {
  left: 60px;
}

.navbar .mydropdown-img4 {
  left: 85px;
}

.navbar .mydropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
}

.navbar .mydropdown-menu a.dropdown-item {
  text-align: left;
}

.navbar .mydropdown-menu .dropdown-item {
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  text-transform: uppercase;
  padding: .25rem 1.5rem;
}

.navbar .mydropdown-menu .dropdown-item__child {
  font-size: 12px;
  color: #666666;
  font-weight: bold;
}

.navbar .mydropdown-menu .dropdown-item__child:hover {
  color: #16181b;
  background-color: #7ecefd;
  cursor: pointer;
}

.navbar .mydropdown-menu .dropdown-item a {
}

.navbar .mydropdown-menu .dropdown-item a:hover {
  color: #16181b;
  background-color: #7ecefd;
}

.navbar .mydropdown-menu .dropdown-item .mydropdown-menu__child {
  position: absolute;
  top: -2px;
  left: 150px;
  z-index: 1000;
  display: none;
  float: left;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
}

.navbar .mydropdown-menu .dropdown-item .mydropdown-menu__child .dropdown-item {
  width: 290px;
  white-space: normal;
}

.navbar .mobile-dropdown {
  width: 190px;
  margin: 0 auto;
  text-align: left;
  font-size: 12px;
}

.navbar .mobile-dropdown li {
  padding: 4px 0 0 7px !important;
}

.navbar .mobile-dropdown li a, .navbar .mobile-dropdown li .mobile-dropdown__child {
  font-size: 12px !important;
}

.navbar .mobile-dropdown li .mobile-dropdown__child {
  width: 100%;
  font-family: "Arimo", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .3px;
  text-align: left;
  line-height: 17px;
  color: #666;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  text-transform: uppercase;
}

.navbar .mobile-dropdown li .mobile-dropdown__child .item {
  float: left;
}

.navbar .mobile-dropdown li .mobile-dropdown__child-menu {
  display: none;
}

.navbar .mobile-dropdown li .mobile-dropdown__child .clicked {
  display: block;
}

@media (min-height: 320px) {
  .navbar-nav {
    max-height: 230px;
    overflow-y: auto;
  }
  .navbar .mobile-dropdown {
    margin: 0;
  }
}

@media (min-height: 420px) {
  .navbar-nav {
    max-height: 330px;
    overflow-y: auto;
  }
  .navbar .mobile-dropdown {
    margin: 0;
  }
}

@media (min-height: 520px) {
  .navbar-nav {
    max-height: 430px;
    overflow-y: auto;
  }
  .navbar .mobile-dropdown {
    margin: 0;
  }
}

@media (min-height: 576px) {
  .navbar-nav {
    max-height: 500px;
    overflow-y: auto;
  }
  .navbar .mobile-dropdown {
    margin: 0;
  }
}

@media (min-height: 620px) {
  .navbar-nav {
    max-height: 520px;
    overflow-y: auto;
  }
  .navbar .mobile-dropdown {
    margin: 0;
  }
}

@media (min-height: 720px) {
  .navbar-nav {
    max-height: 620px;
    overflow-y: auto;
  }
  .navbar .mobile-dropdown {
    margin: 0;
  }
}

@media (min-height: 767px) {
  .navbar-nav {
    max-height: 700px;
    overflow-y: auto;
  }
  .navbar .mobile-dropdown {
    margin: 0;
  }
}

@media (min-height: 850px) {
  .navbar-nav {
    max-height: 770px;
    overflow-y: auto;
  }
  .navbar .mobile-dropdown {
    margin: 0;
  }
}

@media (min-height: 920px) {
  .navbar-nav {
    max-height: 850px;
    overflow-y: auto;
  }
  .navbar .mobile-dropdown {
    margin: 0;
  }
}

@media (min-height: 991px) {
  .navbar-nav {
    max-height: 920px;
    overflow-y: auto;
  }
  .navbar .mobile-dropdown {
    margin: 0;
  }
}

@media (max-width: 1387px) {
  .navbar {
    padding: 15px 0px;
  }
}

@media (max-width: 1352px) {
  .navbar {
    padding: 15px 0;
  }
}

@media (max-width: 1199px) {
  .navbar a.navbar-brand img {
    height: 22px;
  }
  .navbar-nav {
    padding: 5px 0px 5px 15px;
  }
  .navbar-nav li a {
    font-size: 11px;
  }
  .navbar .mydropdown-img1 {
    right: unset;
    left: 55px;
  }
  .navbar .mydropdown-img2 {
    right: unset;
    left: 55px;
  }
  .navbar .mydropdown-img3 {
    right: unset;
    left: 55px;
  }
  .navbar .mydropdown-img4 {
    right: unset;
    left: 77px;
  }
}

@media (max-width: 991px) {
  .navbar {
    padding: 17px 0px;
  }
  .navbar a.navbar-brand img {
    height: 30px;
  }
  .navbar-nav {
    padding: 5px;
    padding: 5px;
    width: 205px;
    margin: 0 auto 0 200px;
    text-align: left !important;
  }
  .navbar-nav li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-nav li a {
    font-size: 13px;
  }
  .navbar-nav li a .navbar-brand img {
    height: 35px;
    margin-bottom: 0px;
  }
  .navbar .nav-item.mydropdown {
    color: #7db9e8;
    padding: 10px 0px 0px 0px;
  }
  .navbar .nav-item.mydropdown:first-child {
    padding-top: 0;
  }
  .navbar .mobile-dropdown {
    padding-left: 0px;
  }
  .navbar .mobile-dropdown li {
    list-style: square;
    list-style-position: outside;
    padding-left: 0px !important;
    margin-left: 30px;
  }
  .navbar .mobile-dropdown li .mobile-dropdown__child .item {
    float: unset;
  }
  .navbar .mobile-dropdown__child {
    padding-top: 5px;
  }
  .navbar .mobile-dropdown__child-menu .dropdown-item {
    padding: 4px 15px 3px 15px;
    white-space: unset;
    width: 450px;
    line-height: 17px;
    text-align: left;
    font-size: 11px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .navbar .mydropdown-img {
    margin-bottom: 5px;
    margin-left: 5px;
  }
  .navbar .mydropdown-img1, .navbar .mydropdown-img2, .navbar .mydropdown-img3 {
    left: 65px;
  }
  .navbar .mydropdown-img2, .navbar .mydropdown-img3, .navbar .mydropdown-img4 {
    top: 15px;
  }
  .navbar .mydropdown-img4 {
    left: 90px;
  }
}

@media (max-width: 767px) {
  .navbar-nav {
    margin: 0 auto 0 100px;
    overflow-y: auto;
    width: 390px;
  }
  .navbar .mobile-dropdown {
    margin-left: 0px;
  }
  .navbar .mobile-dropdown__child-menu .dropdown-item {
    width: 300px;
  }
}

@media (max-width: 575px) {
  .navbar-nav {
    margin: 0 auto 0px 10px;
    width: 320px;
  }
  .navbar .mobile-dropdown__child-menu .dropdown-item {
    padding-left: 0;
    padding-right: 5px;
    width: 260px;
  }
}

@media (max-width: 480px) {
  .navbar a.navbar-brand img {
    height: 30px;
  }
  .navbar-nav {
    width: 100%;
    margin: 0 auto;
  }
  .navbar .mobile-dropdown__child-menu .dropdown-item {
    width: 190px;
  }
}

@media (min-width: 992px) {
  .mobile-dropdown {
    display: none;
  }
  .navbar-nav {
    overflow-y: unset;
  }
}

#infobaner {
  color: white;
  background-color: red;
  position: fixed;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 12px;
  top: 84px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 19;
}

#infobaner.active {
  display: block;
}

#infobaner.inActive {
  display: none;
}

@media (max-width: 1199px) {
  #infobaner {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  #infobaner {
    font-size: 14px;
    top: 75px;
  }
}

@media (max-width: 767px) {
  #infobaner {
    padding: 10px 15px;
    line-height: 17px;
    position: absolute;
    top: 75px;
  }
}