/*base colors:
#f5f5f5 - grey
#00bed4 - blue
#fa9600 -  orange
#757575 - grey text*/

/*base styles*/
html,body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #757575;
  background-color: #f5f5f5;
}
.container {
  width: 1140px;
  margin: 0 auto;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
}
article img,
.item-page img {
  max-width: 350px;
  max-height: 200px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.visualy-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
/*Media quaries bootstrap 4*/
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 960px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 720px;
    margin: 0 auto;
    padding: 0 10px;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .container {
    width: 540px;
    margin: 0 auto;
    padding: 0 10px;
  }
}

@media (max-width: 576px) {
  .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
}

/*header styles*/
header {
  display: block;
  background-color: #00bed4;
  width: 100%;
  margin: 0;
  padding: 0;
}
.header__logo {
  display: block;
  float: left;
  min-height: 75px;
  padding-top: 5px;
  margin-right: 50px;
}
.header__phone {
  display: inline-block;
  width: 350px;
  position: relative;
  float: left;
  margin: 0 auto;
  padding-top: 30px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.header__phone a {
  color: #ffffff;
  text-decoration: none;
}
.header__phone:hover {
  -ms-transform: scale(0.9, 0.9); /* IE 9 */
-webkit-transform: scale(0.9, 0.9); /* Safari */
transform: scale(0.9, 0.9);
}
/*.header__phone::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -40px;
  width: 35px;
  height: 35px;
  background-image: url("../images/icon-header-phone.png");
}*/

.header__search {
  display: block;
  float: right;
  padding-top: 30px;
}

/*nav styles*/
nav {
  display: block;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  width: 100%;
  background-color: #00bed4;
}
.nav > li > a:hover {
  background-color: transparent;
}
.main-nav__list {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: rgba(255,255,255,0.4);
}
.main-nav__item li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0;
  padding: 15px;
}
.sub-menu li {
  padding: 0 5px;
}

.main-nav__item li:hover {
  background-color: transparent;
}
.main-nav__item a {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
.main-nav__item a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: transparent;
}
.main-nav__item li.active {
  position: relative;
  background: none;
}
.main-nav__item li:hover::after  {
  content: "";
  position: absolute;
  height: 3px;
  background-color: #fa9600;
  bottom: 0;
  left: 15px;
  right: 15px;
}
.main-nav__item li.active::after {
  content: "";
  position: absolute;
  height: 5px;
  background-color: #fa9600;
  bottom: 0;
  left: 15px;
  right: 15px;
}
.main-nav__item li.active a {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
.dropdown-menu {
  background-color: #f5f5f5;
  position: absolute;
  top: 70%;
  left: 10%;
}

/*Media quaries bootstrap 4*/
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 768px) and (max-width: 991px) {
  .header__search {
    display: none;
  }
  header {
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff;
  }
  .header__logo,
  .header__phone  {
    width: 471px;
    margin: 0 auto;
    text-align: center;
  }

  .main-nav__list {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: rgba(255,255,255,0.4);
}
}
@media (min-width: 577px) and (max-width: 767px) {
  .header__search {
    display: none;
  }
  header {
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff;
  }
  .header__logo,
  .header__phone  {
    width: 471px;
    margin: 0 auto;
    text-align: center;
  }
  nav {
    height: 0;
    margin: 0;
    padding: 0;
  }
}


@media (max-width: 576px) {
  .header__search {
    display: none;
  }
  header {
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff;
  }
  .header__logo,
  .header__phone  {
    width: 471px;
    margin: 0 auto;
    text-align: center;
  }
  nav {
    height: 0;
    margin: 0;
    padding: 0;
  }
}

/*products styles*/
.products {
  display: block;
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  background-image: linear-gradient(to bottom, #00bed4 20%, #f5f5f5 20%, #f5f5f5 100%);
}
.iconsmenu {
  display: block;
  float: left;
  margin: 0;
  padding: 20px 10px;
  margin-right: 30px;
  min-width: 250px;
  max-height: 395px;
  background-color: #ffffff;
  box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.2);
}
.iconsmenu__list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.iconsmenu__item {
  display: block;
  position: relative;
  min-height: 30px;
  padding-bottom: 25px;
  padding-top: 45px;
  text-align: center;
}
.iconsmenu__item a {
  color: #757575;
  font-size: 14px;
  text-decoration: none;
}
.iconsmenu__item--modem {
  padding-top: 35px;
}
.iconsmenu__item--phone {
  padding-top: 50px;
}
.iconsmenu__item--switch {
  padding-top: 40px;
}
.iconsmenu__item--access {
  padding-bottom: 10px;
}
.iconsmenu__item--modem::after {
  content: "";
  position: absolute;
  top: 0;
  left: 40%;
  width: 54px;
  height: 34px;
  background:  url("../images/icon-modem.png");
}
.iconsmenu__item--phone::after {
  content: "";
  position: absolute;
  top: 0;
  left: 35%;
  width: 78px;
  height: 55px;
  background: url("../images/icon-phone.png");
}
.iconsmenu__item--switch::after {
  content: "";
  position: absolute;
  top: 0;
  left: 30%;
  width: 99px;
  height: 43px;
  background: url("../images/icon-swith.png");
}
.iconsmenu__item--access::after {
  content: "";
  position: absolute;
  top: 0;
  left: 40%;
  width: 55px;
  height: 42px;
  background: url("../images/icon-access.png");
}
.iconsmenu__item:hover {
  -ms-transform: scale(0.9, 0.9); /* IE 9 */
-webkit-transform: scale(0.9, 0.9); /* Safari */
transform: scale(0.9, 0.9);
}
.slider {
  display: block;
  max-width: 830px;
  min-height: 395px;
  float: right;
  margin: 0;
  background-color: #ffffff;
  box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.2);
}
/*Media quaries bootstrap 4*/
@media (min-width: 992px) and (max-width: 1199px) {
  .slider {
    max-width: 630px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .iconsmenu {
    width: 100%;
  }
  .iconsmenu__item {
    float: left;
    min-width: 200px;
    margin-bottom: 20px;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .iconsmenu {
    width: 100%;
  }
  .iconsmenu__item {
    float: left;
    min-width: 200px;
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .iconsmenu {
    width: 100%;
  }
  .iconsmenu__item {
    float: left;
    min-width: 200px;
    margin-bottom: 20px;
  }
}
/*news styles*/
.news {
  display: block;
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;

}
.news  h3 {
  width: 100%;
  color: #00bed4;
  padding-bottom: 15px;
  border-bottom: 1px solid #757575;

}
.news__list {}
.news__item {}

.dealers {
    display: block;
    margin: 0;
    padding: 0;
    padding-top: 20px;
    text-align: center;
}
.dealers__slider {
  background-color: #ffffff;
}
.map {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
}
.map__intro {}

/*footer styles*/
footer {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
}
.footer__wrap {
  width: 100%;
  border-top: 1px solid #00bed4;
}
.footer__logo {
  display: block;
  margin: 0;
  padding: 15px;
  float: left;
}
.footer__menu {
  display: block;
  margin: 0;
  padding: 15px;
  float: left;
}
.footer__menu ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.footer__menu li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.footer__menu a {
  color: #757575;
}
.footer__social {
  display: block;
  float: right;
  padding: 15px;
}
.icons__list {
  display: inline-block;
  margin: 0;
  padding-top: 10px;
}
.icons__item {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}
.icons__item a {
  text-decoration: none;
  color: #ffffff;
  padding: 10px;
}
.icon__item--tw::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 33px;
  height: 33px;
  background: url("../images/icon-social-tw.png");
}
.icon__item--in::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 33px;
  height: 33px;
  background: url("../images/icon-social-in.png");
}
.icon__item--gp::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 33px;
  height: 33px;
  background: url("../images/icon-social-gp.png");
}
.icon__item--fb::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 33px;
  height: 33px;
  background: url("../images/icon-social-fb.png");
}





/*Media quaries bootstrap 4*/
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 960px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 720px;
    margin: 0 auto;
    padding: 0 10px;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .container {
    width: 540px;
    margin: 0 auto;
    padding: 0 10px;
  }
}

@media (max-width: 576px) {
  .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
}
