button:active,
input:active,
textarea:active,
select:active,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner,
textarea::-moz-focus-inner,
select::-moz-focus-inner {
  border: 0;
}
body {
  font-family: 'Montserrat', sans-serif;
}
.btn-style {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border: 3px solid #00deff;
  background-color: #00deff;
  height: auto;
  line-height: 54px;
  text-transform: uppercase;
  padding: 0 30px;
  transition: 0.2s;
}
.btn-style:hover {
  color: #00deff;
  background-color: #fff;
}
.section-title {
  font-size: 32px;
  font-weight: 800;
}
.section-subtitle {
  font-size: 18px;
  font-weight: 500;
  margin-top: -8px;
}
.hamburger {
  width: 20px;
  height: 16px;
  position: fixed;
  top: 40px;
  right: 15px;
  text-decoration: none;
  color: #95a5a6;
  margin-top: -10px;
  z-index: 2;
  display: none;
}
.hamburger .line {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  background: #3f67c6;
  left: 0;
  border-radius: 4px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.hamburger .line {
  background: #00deff;
}
.hamburger .line.line-1 {
  top: 0;
}
.hamburger .line.line-2 {
  top: 50%;
}
.hamburger .line.line-3 {
  width: 80%;
  top: 100%;
}
.hamburger:hover .line.line-1 {
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
}
.hamburger:hover .line.line-3 {
  transform: translateY(2px);
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
}
.hamburger.active .line {
  color: white;
  background-color: white;
}
.hamburger.active .line.line-1 {
  transform: translateY(8px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
  -moz-transform: translateY(8px) translateX(0) rotate(45deg);
}
.hamburger.active .line.line-2 {
  width: 0px;
  opacity: 0;
  left: 50%;
}
.hamburger.active .line.line-3 {
  width: 100%;
  transform: translateY(-8px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-8px) translateX(0) rotate(-45deg);
}
.fpage {
  color: white;
  padding: 14px 0;
  height: auto;
  background-position: center;
  background-size: cover;
  background-image: url(../img/bg_fpage.jpg);
  background-repeat: no-repeat;
}
.fpage .fpage__head {
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 100px;
}
.fpage .fpage__head .fpage__logo {
  width: 174px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  display: block;
  background-image: url(../img/logo.png);
}
.fpage .fpage__head .fpage__nav {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fpage .fpage__head .fpage__nav .fpage__nav__nav-item {
  font-size: 12px;
  line-height: 1;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 15px;
  position: relative;
}
.fpage .fpage__head .fpage__nav .fpage__nav__nav-item:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #00deff;
  opacity: 0;
  transition: 0.2s;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.fpage .fpage__head .fpage__nav .fpage__nav__nav-item:hover:after {
  opacity: 1;
  bottom: -8px;
}
.fpage .fpage__head .fpage__contacts {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 45px;
}
.fpage .fpage__head .fpage__contacts a {
  font-size: 17px;
  line-height: 20px;
  height: 20px;
  color: white;
  display: block;
  padding-left: 25px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}
.fpage .fpage__title {
  color: white;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 800;
  margin-top: 80px;
}
.fpage .fpage__subtitle,
.fpage .fpage__price {
  color: white;
  font-size: 36px;
  line-height: 1.2;
  margin-top: 20px;
}
.fpage .fpage__price {
  font-size: 36px;
  color: #00deff;
  font-weight: 700;
  margin-top: 12px;
}
.fpage .fpage__desc {
  font-size: 14px;
  margin-top: 20px;
}
.fpage .btn-style {
  margin-top: 40px;
  margin-bottom: 80px;
}
.services {
  padding: 80px 0;
}
.services .services__item {
  display: flex;
  justify-content: flex-start;
  margin: 50px 0;
}
.services .services__item .services__item__icon {
  width: 150px;
  height: 120px;
}
.services .services__item .services__item__icon .services__item__icon-block {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-color: #00deff;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 12px;
  margin-left: 12px;
  position: relative;
}
.services .services__item .services__item__icon .services__item__icon-block:before {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  left: -12px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #00deff66;
  opacity: 1;
}
.services .services__item .services__item__text {
  width: calc(100% - 150px);
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.services .services__item .services__item__text .services__item__text-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
.services .services__item .services__item__text .services__item__text-desc {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 8px;
}
.portfolio {
  padding: 80px 0;
  background-color: #f8f8f8;
}
.portfolio .portfolio__owl {
  margin-top: 60px;
}
.partners__img{
  text-align: center;
}
.partners__img img{
  margin: 20px;
}
#big_img{
  height: 100px;
}   
.price {
  padding: 80px 0 0;
}
.price .price__callback {
  border: 2px solid #00deff;
  padding: 35px 50px;
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.price .price__callback .price__callback-text {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 300;
}
.price .price__callback .price__callback-text span {
  color: #00deff;
}
.price .price__callback .price__callback-img {
  width: 207px;
  height: 153px;
  background-image: url(../img/callback_img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  position: absolute;
  bottom: 1px;
  left: calc(50% - 103.5px);
}
.price .price__tabs-cont {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 70px;
}
.price .price__tabs-cont .price__tabs-cont__item {
  color: white;
  margin: 0 7px;
  line-height: 1.2;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #919191;
  padding: 12px 20px;
  cursor: pointer;
}
.price .price__tabs-cont .price__tabs-cont__item .price__tabs-cont__item-title {
  font-weight: 600;
  font-size: 16px;
}
.price .price__tabs-cont .price__tabs-cont__item .price__tabs-cont__item-desc {
  font-size: 12px;
}
.price .price__tabs-cont .price__tabs-cont__item.active {
  color: #333333;
  background-color: #f8f8f8;
}
.price .price__tabs {
  padding: 12px 0 0;
  background-color: #f8f8f8;
  position: relative;
}
.price .price__tabs .price__tabs-page table {
  font-size: 16px;
}
.price .price__tabs .price__tabs-page table tr > td {
  padding: 25px 10px;
}
.price .price__tabs .price__tabs-page table tr:nth-child(1) > td {
  border-top: 0px;
}
.price .price__tabs .price__tabs-page table tr > td:nth-child(2) {
  font-weight: 700;
  text-align: right;
}
.complect {
  padding: 80px 0;
}
.complect .complect__item {
  margin-top: 50px;
}
.complect .complect__item .complect__item-img {
  width: 100%;
  height: 144px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.complect .complect__item .complect__item-title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
}
.complect .complect__item .complect__item-text {
  font-size: 14px;
  margin-top: 8px;
}
.complect .complect__item .complect__item-text ul {
  margin-left: 0;
  padding-left: 0;
}
.complect .complect__item .complect__item-text li {
  list-style-type: none;
  display: block;
  margin-bottom: 20px;
  padding-left: 28px;
  background-position: left 4px;
  background-image: url(../img/checked.png);
  background-repeat: no-repeat;
}
.quote {
  background-image: url(../img/bg_quote.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.quote .quote_cont {
  padding: 40px 0;
  height: 100vh;
  display: flex;
  align-items: center;
}
.quote .quote_cont .quote_cont-item {
  color: white;
  background-color: #06dfff88;
  border-radius: 5px;
  padding: 40px;
}
.advantage {
  padding: 80px 0;
}
.advantage .advantage__item {
  margin-top: 60px;
}
.advantage .advantage__item .advantage__item-icon {
  width: 100%;
  height: 80px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
.advantage .advantage__item .advantage__item-text {
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 12px;
}
.advantage .advantage__button {
  margin-top: 70px;
  text-align: center;
}
.comment {
  padding: 80px 0;
  background-color: #f8f8f8;
}
.comment .comment__owl {
  margin-top: 56px;
  position: relative;
}
.comment .comment__item {
  background-color: white;
  padding: 45px 55px;
  background-image: url(../img/quote.png);
  background-repeat: no-repeat;
  background-position: 38px 32px;
}
.comment .comment__item .comment__item-text {
  font-size: 14px;
  font-style: italic;
}
.comment .comment__item .comment__item-name {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}
.comment .comment__item .comment__item-desc {
  font-size: 14px;
}
.comment .comment__button {
  margin-top: 40px;
  text-align: center;
}
.comment .comment__button .btn-style {
  color: #333;
  border: 2px solid #00deff;
  background-color: #fff0;
  transition: 0.2s;
}
.comment .comment__button .btn-style:hover {
  color: #00deff;
  background-color: #ffff;
}
.footer .footer__cont {
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footer .footer__cont .footer__cont-right {
  text-align: right;
}
.footer .footer__cont .footer__cont-social {
  display: flex;
  margin-bottom: 8px;
}
.footer .footer__cont .footer__cont-social .footer__cont-social-item {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  margin-right: 8px;
}
.footer .footer__cont .footer__cont-social .footer__cont-social-item.fb {
  background-image: url(../img/icon_fb.png);
}
.footer .footer__cont .footer__cont-social .footer__cont-social-item.fb:hover {
  background-image: url(../img/icon_fb-hover.png);
}
.footer .footer__cont .footer__cont-social .footer__cont-social-item.inst {
  background-image: url(../img/icon_inst.png);
}
.footer .footer__cont .footer__cont-social .footer__cont-social-item.inst:hover {
  background-image: url(../img/icon_inst-hover.png);
}
.footer .footer__cont .footer__cont-politics {
  color: #919191;
  font-size: 12px;
  text-decoration: underline;
  transition: 0.2s;
  cursor: pointer;
}
.footer .footer__cont .footer__cont-politics:hover {
  color: #00deff;
  text-decoration: none;
}
.footer .footer__cont .footer__cont-logo {
  width: 114px;
  height: 83px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/logo_black.png);
}
.footer .footer__cont .footer__cont-phone {
  font-size: 18px;
  color: #333;
  transition: 0.2s;
}
.footer .footer__cont .footer__cont-phone:hover {
  color: #00deff;
}
.footer .footer__cont .footer__cont-atom {
  font-size: 12px;
  color: #333;
  margin-top: 8px;
}
.footer .footer__cont .footer__cont-atom .footer__cont-atom__link {
  width: 67px;
  height: 21px;
  margin-left: 8px;
  margin-bottom: -6px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/logo-atom.png);
}
.owl-nav {
  top: calc(50% - 25px);
  left: -67px;
  width: calc(100% + 134px);
  position: absolute;
}
.owl-nav .left,
.owl-nav .right {
  width: 27px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.2s;
}
.owl-nav .left:hover,
.owl-nav .right:hover {
  opacity: 1;
}
.owl-nav .left {
  float: left;
  background-image: url(../img/nav_left.png);
}
.owl-nav .right {
  float: right;
  background-image: url(../img/nav_right.png);
}
.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  background-color: #D6D6D6ff;
  transition: 0.2s;
}
.owl-theme .owl-dots .owl-dot.active span {
  border: 3px solid #00deff;
  background-color: #D6D6D600;
}
.modal .form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
  background-color: #f0f0f0;
  background-clip: padding-box;
  border: 1px solid #f0f0f0;
  border-radius: 20px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form-politics {
  text-align: center;
  font-size: 12px;
}
.form-politics span {
  color: #919191;
  text-decoration: underline;
  cursor: pointer;
}
.form-politics spanhover {
  text-decoration: none;
}
.modal textarea.form-control {
  height: auto;
  resize: none;
  padding: 0.75rem;
}
.modal .btn-style {
  margin-top: 20px;
}
