/*
Theme Name: Dizaino Arkliukas
Theme URI: http://dizart.lt
Author: DizArt
Author URI: http://dizart.lt
Description: Dizaino Arkliukas - Sėkmingam inovacijų šuoliui
Version: 1.0
License: NON
License URI: --
Tags: private, design, inovation, dewdrop, dev, drop, lithuania, dizart, vilnius
Text Domain: dewdrop
*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
html,
body.home {
  height: 100%;
}
body {
  position: relative;
  min-height: 100%;
  color: #6d6e70;
  font-family: 'Roboto', sans-serif;
  background: #fff;
}
@media only screen and (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
}
/**
 * Bootstrap Select overwriting
 */
* {
  outline: 0 !important;
}
button.btn.dropdown-toggle.btn-default {
  outline: none !important;
  box-shadow: none;
}
.bootstrap-select > .dropdown-toggle {
  height: 48px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid white;
  padding-left: 0;
  outline: none !important;
  -webkit-transition: all 0.3 ease-out;
  -moz-transition: all 0.3 ease-out;
  -o-transition: all 0.3 ease-out;
  transition: all 0.3 ease-out;
}
.btn-default {
  color: #ffffff;
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff !important;
  outline: none !important;
}
.btn-default.black-font {
  color: #000000;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  display: none;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
.bootstrap-select.btn-group .dropdown-menu {
  border: 0;
  margin: 0;
  border-radius: 0;
}
.bootstrap-select.btn-group .dropdown-menu li {
  padding-top: 3px;
  padding-bottom: 3px;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
/**
 * End of Bootstrap Selector overwrite
 */
@-webkit-keyframes autofill {
  to {
    color: #666;
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
input {
  font-weight: 100;
  width: 359px;
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  outline: none;
  color: #fff;
  position: relative;
  -webkit-border-radius: 0px;
  z-index: 1;
}
input::placeholder {
  color: #fff !important;
  font-size: 16px;
}
input.select-box {
  color: #ffffff;
  text-shadow: 0 0 0 transparent;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px transparent inset;
}
a {
  color: #6d6e70;
  font-weight: normal;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover {
  color: rgba(85, 80, 109, 0.95);
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:focus {
  color: inherit;
  background: none;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
.ajaxSection {
  height: 300px;
}
.ajaxSection .ajaxLoader {
  background-image: url("assets/images/ajax-loader.gif");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 80px;
  height: 80px;
  display: table;
  margin: 0 auto;
  padding-top: 400px;
}
.header {
  margin: 0;
  width: 100%;
  height: 90px;
  background-color: #fff;
  position: fixed;
  z-index: 99999;
}
.header ul {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-flex;
}
.header .logo {
  display: block;
  width: 140px;
  height: 74px;
  margin: 9px;
  background: url("assets/images/logo.png") no-repeat;
  background-size: contain;
}
.header .header-menu-hamburger {
  display: none;
  cursor: pointer;
  position: absolute;
  width: 53px;
  right: 15px;
  top: 23px;
  float: right;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px) {
  .header .header-menu-hamburger {
    display: block;
  }
}
.header .header-menu-hamburger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.header .header-menu-hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .header-menu-hamburger.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header .header-menu-hamburger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.header .header-menu-hamburger span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 8px;
  background: #55506d;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.header .header-menu-hamburger span:nth-child(1) {
  top: 0;
}
.header .header-menu-hamburger span:nth-child(2),
.header .header-menu-hamburger span:nth-child(3) {
  top: 18px;
}
.header .header-menu-hamburger span:nth-child(4) {
  top: 36px;
}
.header .header-menu {
  text-align: left;
}
.header .header-menu #menu-top-menu {
  margin: 0;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .header .header-menu {
    visibility: hidden;
    z-index: 999;
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: auto;
    padding: 10px;
    margin-top: 90px;
    background: #2a2447;
    color: #ffffff;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .header .header-menu.open {
    visibility: visible;
    right: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
}
.header .header-menu ul.header-menu-list li.menu-item {
  float: left;
  padding: 34px 0 19px;
  margin-left: 21px;
  margin-right: 21px;
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
}
.header .header-menu ul.header-menu-list li.menu-item:before {
  content: '';
  width: 1px;
  height: 3px;
  background-color: #d9261f;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.header .header-menu ul.header-menu-list li.menu-item a {
  font-weight: 400;
  color: #2a2446;
  text-decoration: none;
}
@media (min-width: 769px) {
  .header .header-menu ul.header-menu-list li.menu-item:hover:before {
    visibility: visible;
    width: 100%;
  }
}
.header .static {
  position: static;
}
.header .mobile {
  float: right;
  padding-top: 49px;
}
.header .mobile-icon {
  background-image: url("assets/images/icons/phone.png");
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  width: 14px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}
.header a {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  color: #dc3a33;
  text-decoration: none;
}
.header .my-kli-block {
  position: fixed;
  right: -245px;
  top: 125px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header .my-kli-block.open {
  right: 0;
}
.header .my-kli-block .my-kli-btn {
  width: 165px;
  height: 53px;
  background-color: #d9261f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: absolute;
  left: -100px;
  top: 56px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: -1;
}
.header .my-kli-block .my-kli-btn p {
  margin: 0;
  padding-left: 7px;
  padding-top: 13px;
  color: #ffffff;
  font-size: 15px;
}
.header .my-kli-block .my-kli-btn:after {
  content: "";
  display: block;
  background-image: url("assets/images/icons/my-kli.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 24px;
  position: absolute;
  top: 10px;
  right: 5px;
}
.header .my-kli-block .my-kli-btn:hover {
  cursor: pointer;
  background-color: #e8160e;
}
.header .my-kli-block form {
  width: 245px;
  height: 415px;
  height: 359px;
  background-color: #2a2447;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  padding: 18px 15px 20px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.header .my-kli-block form .around-select-box {
  width: 100%;
}
.header .my-kli-block form label {
  width: 100%;
}
.header .my-kli-block form input {
  width: 100%;
}
.header .my-kli-block form input[name="phone"] {
  margin-bottom: 25px;
}
.header .my-kli-block form .button_wrapper {
  width: 100%;
}
.header .my-kli-block form .button_wrapper button {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.header .my-kli-block form .button_wrapper button:before {
  right: -5px;
}
.google-map-section {
 padding-top: 20px;
}
.google-map-section .google-map-side {
  margin-bottom: 40px;
}
.google-map-section .google-map-side .google-map {
  width: 100%;
  height: 650px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media only screen and (max-width: 991px) {
  .google-map-section .google-map-side .google-map {
    height: 340px;
  }
}
@media only screen and (max-width: 450px) {
  .google-map-section .google-map-side .google-map {
    height: 250px;
  }
}
.breadcrumbs {
  list-style: none;
  padding: 0;
}
.breadcrumbs li {
  display: inline-block;
  margin-right: 10px;
}
.breadcrumbs li.item-current {
  color: rgba(85, 80, 109, 0.95);
}
.main-container {
  padding-top: 90px;
}
.main-container h1 {
  margin: 30px 0;
  font-weight: 300;
  font-size: 36px;
}
.main-container h2 {
  font-weight: 600;
  font-size: 18px;
}
.main-container .not-found {
  position: relative;
  text-align: center;
}
.main-container .not-found strong {
  font-size: 200px;
  color: rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 380px) {
  .main-container .not-found strong {
    font-size: 100px;
  }
}
.main-container .not-found p {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  font-size: 43px;
}
@media only screen and (max-width: 380px) {
  .main-container .not-found p {
    font-size: 20px;
  }
}
.index-page {
  margin-bottom: 45px;
}
.index-page .row {
  margin-bottom: 30px;
}
.index-page .service-block {
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.index-page .service-block.big .bckg-color {
  background-color: #d9261f;
  opacity: 0.8;
  height: 100%;
}
.index-page .service-block.big .image-text .light-text {
  margin-bottom: 7px;
}
.index-page .service-block.small .bckg-color {
  background-color: #d9261f;
  opacity: 0.8;
  height: 100%;
}
.index-page .service-block.small .icon {
  background-image: url("assets/images/icons/sviesolaidis.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 100px;
  width: 100%;
  display: table;
  margin: 0 auto;
}
.index-page .service-block.small .image-text .light-text {
  font-size: 30px;
  margin-bottom: 7px;
  margin-top: 15px;
}
.index-page .service-block .image-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  width: 100%;
  margin: 0;
  text-align: center;
}
.index-page .service-block .image-text .light-text {
  font-weight: 100;
  font-size: 24px;
  display: block;
}
.index-page .service-block .image-text .light-text .bold {
  font-weight: 500;
  display: inline;
  text-transform: none;
}
.index-page .service-block .image-text .bold {
  display: block;
  text-align: center;
  font-size: 30px;
  margin-bottom: 25px;
}
.career {
  padding-top: 190px;
  padding-bottom: 190px;
}
.career .application .title {
  color: #000000;
  margin-bottom: 20px;
}
.career .application .content {
  font-size: 14px;
}
.career .application .button_wrapper {
  margin-top: 20px;
  margin-bottom: 40px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.full-widht-full-height {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 99999;
  top: 0;
  background: rgba(109, 110, 112, 0.8);
}
.full-widht-full-height .popup-form form .more {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000000;
  font-size: 16px;
  height: 170px;
  max-height: 170px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  width: 100%;
}
.full-widht-full-height-home {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 99999;
  top: 0;
  background: rgba(109, 110, 112, 0.8);
}
.full-widht-full-height .popup-form {
  background-color: #f4f4f4;
  padding-bottom: 25px;
  padding-top: 40px;
  margin-top: 15vh;
  position: relative;
}
.full-widht-full-height-home .popup-home {
  background-color: #1F4363;
  padding-bottom: 25px;
  padding-top: 40px;
  margin-top: 15vh;
  position: relative;
}
.full-widht-full-height .popup-form .title, .full-widht-full-height-home .popup-home .title {
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 70px;
  margin-left: 0;
  margin-right: 0;
}
.full-widht-full-height-home .popup-home .title {
    color: #FFFFFF;
}
.full-widht-full-height .popup-form .title h2, .full-widht-full-height-home .popup-home .title h2 {
  font-weight: 100;
  font-size: 30px;
  margin-bottom: 15px;
}
.full-widht-full-height .popup-form .title .bold, .full-widht-full-height-home .popup-home .title .bold {
  font-weight: 700;
}
.full-widht-full-height .popup-form .title p, .full-widht-full-height-home .popup-home .title p {
  margin: 0;
}
.full-widht-full-height .popup-form form > div > div:nth-child(3), .full-widht-full-height-home .popup-home form > div > div:nth-child(3) {
  margin-bottom: 75px;
}
.full-widht-full-height .popup-form form input, .full-widht-full-height-home .popup-home form input {
  border-bottom: 1px solid #000000;
  color: #000000;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  width: 100%;
}
.full-widht-full-height-home .popup-home form input {
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;   
}
.full-widht-full-height-home .popup-home form .more {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 16px;
  height: 180px;
  max-height: 180px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  width: 100%;
}

.full-widht-full-height .popup-form form input::placeholder {
  color: #000000 !important;
}
.full-widht-full-height-home .popup-home form input::placeholder, .full-widht-full-height-home .popup-home form .more::placeholder {
    color: #FFFFFF;
}
.full-widht-full-height .popup-form form input[type="file"], .full-widht-full-height-home .popup-home form input[type="file"] {
  width: 29%;
  float: left;
  margin-bottom: 0;
  padding-top: 19px;
  padding-bottom: 17px;
}
.full-widht-full-height .popup-form form .button_wrapper, .full-widht-full-height-home .popup-home form .button_wrapper {
  float: right;
  margin-right: 15px;
  margin-top: 10px;
}
.contacts {
  position: relative;
}
.contacts .contact-city-select button {
  border-color: #000000;
}
.contacts .filter-option {
  color: #000000;
}
.contacts .choose-city {
  text-transform: uppercase;
  margin-right: 30px;
}
.contacts .around-select-box {
  margin-top: 75px;
  margin-bottom: 75px;
}
.contacts .around-select-box:after {
  background-image: url("assets/images/icons/arrow-down-black.png");
  background-repeat: no-repeat;
}
.contacts .around-select-box .select-box {
  border-bottom: 1px solid #000000;
}
.contacts .around-select-box .select-box::placeholder {
  color: #000000 !important;
}
.contacts .info-with-logo .logo {
  display: block;
  width: 140px;
  height: 74px;
  margin: 9px;
  background: url("assets/images/logo.png") no-repeat;
  background-size: contain;
}
.contacts .info-with-logo .info .title {
  color: #000000;
  font-size: 18px;
}
.contacts .info-with-logo .info .content {
  margin-top: 30px;
  margin-bottom: 30px;
}
.contact-form {
  margin-left: 0;
  margin-right: 0;
}
.contact-form input.not-valid {
  border-color: #d9261f;
}
.contact-form input::-webkit-contacts-auto-fill-button {
  display: none !important;
  visibility: hidden;
}
.close {
  background-image: url("assets/images/icons/close.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  opacity: 1;
}
.close.grey {
  background-image: url("assets/images/icons/close-grey.png");
  width: 40px;
  height: 40px;
}
.request-contact-form {
  background-color: #f4f4f4;
}
.request-contact-form .around-available-services,
.request-contact-form .around-contact-us-info {
  padding-top: 80px;
  padding-bottom: 80px;
}
.request-contact-form .around-available-services .available-services,
.request-contact-form .around-contact-us-info .available-services,
.request-contact-form .around-available-services .contact-us-info,
.request-contact-form .around-contact-us-info .contact-us-info {
  background-color: #d9261f;
  padding: 95px 35px;
  position: relative;
  min-height: 570px;
}
.request-contact-form .around-available-services .available-services.request,
.request-contact-form .around-contact-us-info .available-services.request,
.request-contact-form .around-available-services .contact-us-info.request,
.request-contact-form .around-contact-us-info .contact-us-info.request {
  display: none;
}
.request-contact-form .around-available-services .available-services h3,
.request-contact-form .around-contact-us-info .available-services h3,
.request-contact-form .around-available-services .contact-us-info h3,
.request-contact-form .around-contact-us-info .contact-us-info h3 {
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin: 0;
  margin-left: -35px;
  margin-bottom: 70px;
  width: calc(100% + 70px);
}
.request-contact-form .around-available-services .available-services h3 .light,
.request-contact-form .around-contact-us-info .available-services h3 .light,
.request-contact-form .around-available-services .contact-us-info h3 .light,
.request-contact-form .around-contact-us-info .contact-us-info h3 .light {
  font-weight: 100;
}
.request-contact-form .around-available-services .available-services form .btn-group.bootstrap-select,
.request-contact-form .around-contact-us-info .available-services form .btn-group.bootstrap-select,
.request-contact-form .around-available-services .contact-us-info form .btn-group.bootstrap-select,
.request-contact-form .around-contact-us-info .contact-us-info form .btn-group.bootstrap-select {
  margin-bottom: 7px;
}
.request-contact-form .around-available-services .available-services form .btn-group.bootstrap-select.loading,
.request-contact-form .around-contact-us-info .available-services form .btn-group.bootstrap-select.loading,
.request-contact-form .around-available-services .contact-us-info form .btn-group.bootstrap-select.loading,
.request-contact-form .around-contact-us-info .contact-us-info form .btn-group.bootstrap-select.loading {
  background-image: url("assets/images/indicator-ajax.gif");
  background-position: left;
  background-size: 8%;
  background-repeat: no-repeat;
}
.request-contact-form .around-available-services .available-services form .dropdown-menu.open,
.request-contact-form .around-contact-us-info .available-services form .dropdown-menu.open,
.request-contact-form .around-available-services .contact-us-info form .dropdown-menu.open,
.request-contact-form .around-contact-us-info .contact-us-info form .dropdown-menu.open {
  width: 100%;
}
.request-contact-form .around-available-services .available-services form .around-select-box,
.request-contact-form .around-contact-us-info .available-services form .around-select-box,
.request-contact-form .around-available-services .contact-us-info form .around-select-box,
.request-contact-form .around-contact-us-info .contact-us-info form .around-select-box {
  width: 100%;
  margin-right: 0;
  display: inline-block;
}
.request-contact-form .around-available-services .available-services form .house-nr,
.request-contact-form .around-contact-us-info .available-services form .house-nr,
.request-contact-form .around-available-services .contact-us-info form .house-nr,
.request-contact-form .around-contact-us-info .contact-us-info form .house-nr {
  margin-bottom: 45px;
}
.request-contact-form .around-available-services .available-services form .button_wrapper,
.request-contact-form .around-contact-us-info .available-services form .button_wrapper,
.request-contact-form .around-available-services .contact-us-info form .button_wrapper,
.request-contact-form .around-contact-us-info .contact-us-info form .button_wrapper {
  float: right;
}
.request-contact-form .around-available-services .available-services .addrress,
.request-contact-form .around-contact-us-info .available-services .addrress,
.request-contact-form .around-available-services .contact-us-info .addrress,
.request-contact-form .around-contact-us-info .contact-us-info .addrress {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 9px;
  font-weight: 500;
}
.request-contact-form .around-available-services .available-services .addrress .light,
.request-contact-form .around-contact-us-info .available-services .addrress .light,
.request-contact-form .around-available-services .contact-us-info .addrress .light,
.request-contact-form .around-contact-us-info .contact-us-info .addrress .light {
  font-weight: 100;
}
.request-contact-form .around-available-services .available-services .addrress .full-address,
.request-contact-form .around-contact-us-info .available-services .addrress .full-address,
.request-contact-form .around-available-services .contact-us-info .addrress .full-address,
.request-contact-form .around-contact-us-info .contact-us-info .addrress .full-address {
  text-transform: initial;
}
.request-contact-form .around-available-services .available-services ul.service-list,
.request-contact-form .around-contact-us-info .available-services ul.service-list,
.request-contact-form .around-available-services .contact-us-info ul.service-list,
.request-contact-form .around-contact-us-info .contact-us-info ul.service-list {
  list-style: none;
  color: #ffffff;
  padding-left: 30px;
  margin-bottom: 30px;
}
.request-contact-form .around-available-services .available-services ul.service-list li,
.request-contact-form .around-contact-us-info .available-services ul.service-list li,
.request-contact-form .around-available-services .contact-us-info ul.service-list li,
.request-contact-form .around-contact-us-info .contact-us-info ul.service-list li {
  font-weight: 100;
  position: relative;
  margin-bottom: 6px;
}
.request-contact-form .around-available-services .available-services ul.service-list li:before,
.request-contact-form .around-contact-us-info .available-services ul.service-list li:before,
.request-contact-form .around-available-services .contact-us-info ul.service-list li:before,
.request-contact-form .around-contact-us-info .contact-us-info ul.service-list li:before {
  content: "";
  display: block;
  background-image: url("assets/images/icons/checked.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -30px;
}
.request-contact-form .around-available-services .available-services .button_wrapper,
.request-contact-form .around-contact-us-info .available-services .button_wrapper,
.request-contact-form .around-available-services .contact-us-info .button_wrapper,
.request-contact-form .around-contact-us-info .contact-us-info .button_wrapper {
  float: right;
  margin-top: 10px;
}
.request-contact-form .around-available-services .contact-us-info h3,
.request-contact-form .around-contact-us-info .contact-us-info h3 {
  font-size: 31px;
}
.request-contact-form .around-contact-us-info {
  padding-left: 0;
}
.request-contact-form .around-contact-us-info .contact-us-info {
  background-color: transparent;
  padding-left: 0;
}
.request-contact-form .around-contact-us-info .contact-us-info h3 {
  color: #000000;
  text-align: left;
  margin-left: 0;
  width: 100%;
}
.request-contact-form .around-contact-us-info .contact-us-info ul {
  list-style: none;
  margin: 0;
  color: #000000;
}
.request-contact-form .around-contact-us-info .contact-us-info ul > li {
  font-weight: 100;
  font-size: 16px;
  height: 30px;
  margin-bottom: 30px;
  position: relative;
}
.request-contact-form .around-contact-us-info .contact-us-info ul > li.black-phone:before {
  content: "";
  background-image: url("assets/images/icons/black-phone.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 20px;
  height: 30px;
  position: absolute;
  left: -35px;
  top: -5px;
}
.request-contact-form .around-contact-us-info .contact-us-info ul > li.black-email:before {
  content: "";
  background-image: url("assets/images/icons/mail.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 25px;
  height: 20px;
  position: absolute;
  left: -40px;
  top: 1px;
}
.request-contact-form .around-contact-us-info .contact-us-info ul > li.cities:before {
  content: "";
  background-image: url("assets/images/icons/black-marker.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 23px;
  height: 33px;
  position: absolute;
  left: -38px;
  top: 1px;
}
.request-contact-form .around-contact-us-info .contact-us-info ul > li.cities ul {
  padding-left: 15px;
}
.request-contact-form .around-contact-us-info .contact-us-info ul > li.cities ul li {
  height: 18px;
  margin-bottom: 1px;
}
.to-v-container {
  display: table;
}
.to-v-container .to-v {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.footer {
  z-index: 70;
  position: relative;
  bottom: 0;
  width: 100%;
  color: #ffffff;
  background-color: #2a2447;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .container {
  padding: 35px 15px;
}
.footer .row > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .row > ul li a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.5 ease-out;
  -moz-transition: all 0.5 ease-out;
  -o-transition: all 0.5 ease-out;
  transition: all 0.5 ease-out;
}
.footer .row > ul nav > ul {
  list-style: none;
  padding: 0;
}
.footer .row > ul nav > ul > li {
  margin-bottom: 20px;
}
.footer .row > ul nav > ul > li > a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
.footer .row > ul nav > ul > li > a:hover {
  border-bottom: 1px solid #ffffff;
  color: #f4f4f4;
}
.footer .row > ul nav > ul > li .sub-menu {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
.footer .row > ul nav > ul > li .sub-menu li {
  margin-bottom: 20px;
}
.footer .row > ul nav > ul > li .sub-menu li a {
  color: #a3a3a8;
  font-weight: 100;
  font-size: 14px;
}
.footer .row > ul nav > ul > li .sub-menu li a:hover {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}
.footer .dizark {
  border-top: 1px solid grey;
  font-weight: 100;
}
.footer .dizark a {
  color: #ffffff;
}
.footer .dizark .container {
  height: 50px;
  padding-top: 16px;
}
.footer .dizark .footer-left {
  float: left;
}
.footer .dizark .footer-left img {
  display: block;
  margin-bottom: 10px;
}
.footer .dizark .footer-right {
  float: right;
  padding: 10px;
}
.footer .dizark .footer-right a.footer-by {
  display: inline-block;
  font-weight: 700;
  padding: 5px 5px 5px 28px;
  background: url("assets/images/by.svg") no-repeat left center;
  background-size: 24px;
}
@media only screen and (max-width: 550px) {
  .footer {
    text-align: center;
  }
  .footer .footer-left {
    float: none;
  }
  .footer .footer-left img {
    display: block;
    margin: 0 auto 10px;
  }
  .footer .footer-right {
    float: none;
    padding: 25px;
  }
}
.usecookie-container {
  z-index: 999;
  position: fixed;
  top: 90px;
  width: 100%;
  border-bottom: 1px solid rgba(85, 80, 109, 0.95);
  background: rgba(85, 80, 109, 0.95);
  padding-top: 10px;
}
.usecookie-container .usecookie-info {
  float: left;
  width: 85%;
}
@media only screen and (max-width: 500px) {
  .usecookie-container .usecookie-info {
    width: 100%;
  }
}
.usecookie-container .usecookie-info p {
  color: #fff;
  font-size: 14px;
}
.usecookie-container .usecookie-agree {
  float: left;
  width: 15%;
  margin-bottom: 5px;
}
@media only screen and (max-width: 500px) {
  .usecookie-container .usecookie-agree {
    width: 100%;
  }
}
.usecookie-container a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.usecookie-container a.set-usecookie {
  display: block;
  float: right;
  padding: 8px 10px;
  text-transform: uppercase;
  border: 1px solid white;
  border-radius: 10px;
}
.check_feature-container {
  display: none;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(138, 54, 54, 0.95);
}
@media only screen and (max-width: 900px) {
  .check_feature-container {
    position: absolute;
    height: auto;
    min-height: 100%;
  }
}
.check_feature-container .check_feature-close {
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 32px;
  height: 32px;
}
.check_feature-container .check_feature-close:hover {
  opacity: 0.6;
}
.check_feature-container .description-container {
  display: table;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 600px) {
  .check_feature-container .description-container {
    padding: 80px 0;
  }
}
.check_feature-container .description-container .description {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.check_feature-container .description-container .description .description-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
}
.check_feature-container .description-container .description .description-content {
  padding: 15px 0 40px;
}
.check_feature-container .description-container .description .description-content p {
  font-size: 20px;
}
.check_feature-container .description-container .description .description-content p.please {
  font-size: 16px;
}
.check_feature-container .description-container .description .browsers-container .browsers-item {
  float: left;
  width: 20%;
}
@media only screen and (max-width: 900px) {
  .check_feature-container .description-container .description .browsers-container .browsers-item {
    float: none;
    width: 100%;
    padding-bottom: 30px;
  }
}
.check_feature-container .description-container .description .browsers-container .browsers-item .browser-image {
  text-align: center;
}
.check_feature-container .description-container .description .browsers-container .browsers-item .browser-image img {
  width: 40%;
  height: auto;
}
@media only screen and (max-width: 900px) {
  .check_feature-container .description-container .description .browsers-container .browsers-item .browser-image img {
    width: 20%;
  }
}
.check_feature-container .description-container .description .browsers-container .browsers-item .browser-title {
  padding: 15px 0;
}
.check_feature-container .description-container .description .browsers-container .browsers-item .browser-bottom .browser-download {
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  border: 2px solid #fff;
}
.check_feature-container .description-container .description .browsers-container .browsers-item .browser-bottom .browser-download:hover {
  opacity: 0.6;
}
.home-slider .slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  height: 825px;
  position: relative;
}
.bx-wrapper ul.bxslider {
  margin: 0;
}
.bx-wrapper .bx-viewport {
  box-shadow: none;
  border: 0;
  left: 0;
  height: 700px !important;
}
.bx-wrapper .bx-pager {
  bottom: 30px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 3px;
  width: 8px;
  height: 8px;
  background-color: transparent;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #df382f;
}
.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item {
  border: 1px solid #fff;
  margin: 3px;
  border-radius: 30px;
}
.full-size-background {
  background-image: url("assets/images/bckg/1.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 110%;
  height: 350px;
}
.full-size-background .bckg-color {
  height: 100%;
  opacity: 0.8;
}
.full-size-background .bckg-color.red {
  background-color: #c9494a;
}
.full-size-background .bckg-text {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  color: #ffffff;
  text-align: center;
  width: 100%;
}
.full-size-background .bckg-text .bold {
  font-weight: 500;
}
.full-size-background .bckg-text .icon {
  background-image: url("assets/images/icons/sviesolaidis.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 110px;
  height: 80px;
  display: table;
  margin: 0 auto;
}
.plans-list {
  padding-top: 80px;
  padding-bottom: 50px;
}
.plans-list .plan {
  height: 525px;
  border: 1px solid #e1e1e1;
  border-top: none;
  margin-bottom: 30px;
}
.plans-list .plan.business .about-plan {
  background-color: #7f7f7f;
}
.plans-list .plan.business .about-plan .excerpt-section {
  background-color: #6b6b6b;
}
.plans-list .plan .about-plan {
  height: 175px;
  background-color: #1f4363;
  color: #ffffff;
}
.plans-list .plan .about-plan > h2 {
  text-align: center;
  font-weight: 100;
  font-size: 40px;
  margin: 0;
  padding-top: 35px;
}
.plans-list .plan .about-plan > h2.two-lines {
  line-height: 1;
}
.plans-list .plan .about-plan > h2 .bold {
  font-weight: 400;
}
.plans-list .plan .about-plan .excerpt-section {
  background-color: #16344e;
  margin: 35px 30px 0;
  text-align: center;
  height: 90px;
  position: relative;
}
.plans-list .plan .about-plan .excerpt-section .percent {
  background-image: url("assets/images/icons/percent.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 35px;
  height: 45px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -19px;
}
.plans-list .plan .about-plan .excerpt-section h4 {
  margin: 0;
  padding-top: 30px;
  font-size: 20px;
  font-weight: 500;
}
.plans-list .plan .about-plan .excerpt-section p {
  margin: 0;
  margin-top: 7px;
}
.plans-list .plan .detail-info {
  padding-top: 70px;
  border-bottom: 1px solid #e1e1e1;
  margin-left: 30px;
  margin-right: 30px;
}
.plans-list .plan .detail-info > a {
  width: 33.3333333%;
  float: left;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
}
.plans-list .plan .detail-info > a .icon {
  background-image: url("assets/images/icons/details.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: table;
  margin: 0 auto;
  width: 35px;
  height: 35px;
  margin-bottom: 15px;
}
.plans-list .plan .detail-info > a:before {
  content: '';
  width: 1px;
  height: 3px;
  background-color: #d9261f;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .plans-list .plan .detail-info > a:hover:before {
    visibility: visible;
    width: 55%;
  }
}
.plans-list .plan .detail-info > a .bold {
  margin: 0;
  font-weight: 700;
}
.plans-list .plan .price {
  text-align: center;
  text-transform: uppercase;
}
.plans-list .plan .price h4 {
  color: #1f4363;
  font-size: 30px;
  margin: 0;
  padding-top: 20px;
}
.plans-list .plan .price p {
  color: #1f4363;
  margin-top: 5px;
}
.plans-list .plan .price p .crossed {
  text-decoration: line-through;
}
.plans-list .plan .button_wrapper {
  display: inline-block;
}
.plans-list .plan .button_wrapper:first-of-type {
  margin-right: 10px;
}
.plans-list .plan .button_wrapper:nth-of-type(2) {
  margin-left: 10px;
}
.plans-list .plan .button_wrapper.single {
  display: table;
  margin: 35px auto 0;
}
.plans-list .plan .button_wrapper .btn {
  padding-left: 30px;
  padding-right: 30px;
}
.plans-list .plan .button_wrapper .btn:before {
  margin-right: 15px;
}
.content a {
  color: inherit;
}
.message {
  display: none;
  height: 55px;
  background-color: #d9261f;
  margin-bottom: 20px;
  text-align: center;
  padding-top: 15px;
  color: white;
}
.message.full {
  margin-left: 30px;
}
.message.error {
  text-align: center;
}
.message.green {
  background-color: #d4e678;
  color: #1f4363;
}
.message.green.select-more-info {
  display: block;
  margin-left: 30px;
  margin-right: auto;
}
.message.red {
  background-color: #d9261f;
  color: #ffffff;
}
.message.red.select-more-info {
  display: block;
  margin-left: 30px;
  margin-right: auto;
  position: relative;
  padding-top: 17px;
}
.message.red.select-more-info .arrow {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: -67px;
  -webkit-transform: rotate(50deg) rotateY(180deg);
  -moz-transform: rotate(50deg) rotateY(180deg);
  -ms-transform: rotate(50deg) rotateY(180deg);
  -o-transform: rotate(50deg) rotateY(180deg);
  transform: rotate(30deg) rotateY(180deg);
}
.message.red.select-more-info .arrow svg {
  width: inherit;
  height: inherit;
}
.message.inside {
  margin-right: 0;
  margin-left: 0;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
  height: auto;
}
.message.inside > p {
  margin-bottom: 10px;
}
.message.inside > ul {
  list-style: none;
  margin-bottom: 0;
}
.message.inside > ul li {
  position: relative;
  line-height: 20px;
}
.message.inside > ul li.crossed:before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("assets/images/icons/checked-blue.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  left: -17px;
  top: 2.5px;
}
.message.inside > ul li:before {
  content: "-";
  display: block;
  position: absolute;
  left: -13px;
}
.message.form-message {
  margin-left: 15px;
  width: auto;
  margin-right: 15px;
}
.message.my-kli,
.message.service-checker {
  height: 24px;
  padding: 0;
  margin: 0;
  background: transparent;
  color: #d4e678;
  margin-top: 5px;
  margin-bottom: 5px;
}
.message.service-checker {
  margin-top: 25px;
}
.calculator {
  padding-top: 80px;
  padding-bottom: 50px;
}
.calculator .service-block,
.calculator .little-checkout-form {
  margin-bottom: 70px;
}
.calculator .service-block .sub-service .title-section,
.calculator .little-checkout-form .sub-service .title-section {
  background-color: #336894;
}
.calculator .service-block .title-section,
.calculator .little-checkout-form .title-section {
  background-color: #1f4363;
  color: #ffffff;
  height: 55px;
  padding: 0 15px;
  cursor: pointer;
}
.calculator .service-block .title-section h3,
.calculator .little-checkout-form .title-section h3 {
  display: inline-block;
  font-weight: 100;
  text-transform: uppercase;
  margin: 0;
  padding-top: 15px;
}
.calculator .service-block .title-section h3.checkout-title,
.calculator .little-checkout-form .title-section h3.checkout-title {
  width: 100%;
}
.calculator .service-block .title-section h3 .bold,
.calculator .little-checkout-form .title-section h3 .bold {
  font-weight: 600;
}
.calculator .service-block .title-section ul,
.calculator .little-checkout-form .title-section ul {
  display: inline-block;
  list-style: none;
  float: right;
  margin: 0;
  padding: 0;
  padding-top: 18px;
}
.calculator .service-block .title-section ul li,
.calculator .little-checkout-form .title-section ul li {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 100;
  position: relative;
  margin-left: 45px;
}
.calculator .service-block .title-section ul li.checked:before,
.calculator .little-checkout-form .title-section ul li.checked:before {
  background-image: url("assets/images/icons/big-checked.png");
  background-size: contain;
  border: transparent;
}
.calculator .service-block .title-section ul li:before,
.calculator .little-checkout-form .title-section ul li:before {
  content: "";
  display: block;
  background-color: transparent;
  width: 20px;
  height: 20px;
  border: 1px solid #ffffff;
  border-radius: 180px;
  position: absolute;
  left: -29px;
  top: -1px;
}
.calculator .service-block .title-section ul li:hover,
.calculator .little-checkout-form .title-section ul li:hover {
  cursor: pointer;
}
.calculator .service-block .additional-channels,
.calculator .little-checkout-form .additional-channels {
  display: none;
}
.calculator .service-block .service-options,
.calculator .little-checkout-form .service-options {
  min-height: 120px;
}
.calculator .service-block .service-options.ajaxLoader,
.calculator .little-checkout-form .service-options.ajaxLoader {
  background-image: url("assets/images/ajax-loader-blue.gif");
  height: 300px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 60px;
  height: 80px;
  display: table;
  margin: 0 auto;
  padding-top: 120px;
}
.calculator .service-block .service-options .service-option,
.calculator .little-checkout-form .service-options .service-option {
  float: left;
  background-color: #dadada;
  text-align: center;
  color: #1f4363;
  min-height: inherit;
  cursor: pointer;
  width: 33.3%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 131px;
  padding-top: 10px;
}
.calculator .service-block .service-options .service-option:nth-child(odd),
.calculator .little-checkout-form .service-options .service-option:nth-child(odd) {
  background-color: #f4f4f4;
}
.calculator .service-block .service-options .service-option .content .big-bold,
.calculator .little-checkout-form .service-options .service-option .content .big-bold {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}
.calculator .service-block .service-options .service-option .content .light,
.calculator .little-checkout-form .service-options .service-option .content .light {
  margin: 0;
  font-weight: 100;
  margin-top: 3px;
}
.calculator .service-block .service-options .service-option .content .light:first-of-type,
.calculator .little-checkout-form .service-options .service-option .content .light:first-of-type {
  margin-top: 5px;
}
.calculator .service-block .service-options .service-option .content .light.margin-top,
.calculator .little-checkout-form .service-options .service-option .content .light.margin-top {
  margin-top: 15px;
}
.calculator .service-block .service-options .service-option .content .light .bold,
.calculator .little-checkout-form .service-options .service-option .content .light .bold {
  font-weight: 700;
}
.calculator .service-block .service-options .service-option .service-select-indicator,
.calculator .little-checkout-form .service-options .service-option .service-select-indicator,
.calculator .service-block .service-options .service-option .service-select-buttons,
.calculator .little-checkout-form .service-options .service-option .service-select-buttons {
  height: 100%;
  width: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.calculator .service-block .service-options .service-option .service-select-indicator.checked,
.calculator .little-checkout-form .service-options .service-option .service-select-indicator.checked,
.calculator .service-block .service-options .service-option .service-select-buttons.checked,
.calculator .little-checkout-form .service-options .service-option .service-select-buttons.checked {
  background-image: url("assets/images/icons/big-checked.png");
  background-color: rgba(212, 230, 120, 0.7);
}
.calculator .service-block .service-options .service-option .service-select-indicator.loading,
.calculator .little-checkout-form .service-options .service-option .service-select-indicator.loading,
.calculator .service-block .service-options .service-option .service-select-buttons.loading,
.calculator .little-checkout-form .service-options .service-option .service-select-buttons.loading {
  background-image: url("assets/images/indicator-ajax.gif");
  background-color: rgba(212, 230, 120, 0.7);
  background-position: center;
  background-size: 16%;
}
.calculator .service-block .service-options .service-option .service-select-buttons,
.calculator .little-checkout-form .service-options .service-option .service-select-buttons {
  display: none;
}
.calculator .service-block .service-options .service-option .service-select-buttons.checked,
.calculator .little-checkout-form .service-options .service-option .service-select-buttons.checked {
  display: block;
  background-image: none;
  background-color: rgba(212, 230, 120, 0.7);
  border-radius: 0;
  padding-top: 37px;
}
.calculator .service-block .service-options .service-option .service-select-buttons div:first-of-type button,
.calculator .little-checkout-form .service-options .service-option .service-select-buttons div:first-of-type button {
  margin-right: 15px;
}
.calculator .service-block .service-options .service-option .service-select-buttons button,
.calculator .little-checkout-form .service-options .service-option .service-select-buttons button {
  padding-left: 10px;
  padding-right: 10px;
  width: 100px;
}
.calculator .service-block .service-options .service-option.full-width,
.calculator .little-checkout-form .service-options .service-option.full-width {
  width: 100%;
}
.calculator .service-block .service-options .service-option.indicator-only .service-select-indicator.checked,
.calculator .little-checkout-form .service-options .service-option.indicator-only .service-select-indicator.checked {
  background-color: rgba(212, 230, 120, 0.7) !important;
  background-image: url(assets/images/icons/big-checked.png) !important;
}
.calculator .service-block .service-options .service-option.indicator-only .service-select-buttons,
.calculator .little-checkout-form .service-options .service-option.indicator-only .service-select-buttons {
  display: none;
}
.calculator .service-block .read-more-link,
.calculator .little-checkout-form .read-more-link {
  margin-top: 3px;
  color: #1f4363;
}
.calculator .around-little-checkout-form {
  position: relative;
}
.calculator .around-little-checkout-form .little-checkout-form {
  background-color: #f4f4f4;
}
.calculator .around-little-checkout-form .little-checkout-form .data {
  padding-top: 0;
  padding-bottom: 15px;
  color: #1f4363;
}
.calculator .around-little-checkout-form .little-checkout-form .data .plan {
  border-bottom: 1px dotted #6d6e70;
  padding-bottom: 15px;
  padding-top: 15px;
}
.calculator .around-little-checkout-form .little-checkout-form .data .plan:nth-child(1) {
  padding-top: 0;
}
.calculator .around-little-checkout-form .little-checkout-form .data .plan.price {
  border-bottom: 0;
}
.calculator .around-little-checkout-form .little-checkout-form .data .plan.price .values p {
  font-size: 24px;
}
.calculator .around-little-checkout-form .little-checkout-form .data .plan.price .values .additional {
  font-size: 14px;
  font-weight: 100;
  text-transform: none;
}
.calculator .around-little-checkout-form .little-checkout-form .data .plan .title {
  font-size: 14px;
  margin-bottom: 5px;
}
.calculator .around-little-checkout-form .little-checkout-form .data .plan .title p {
  margin: 0;
}
.calculator .around-little-checkout-form .little-checkout-form .data .plan .title p.left {
  display: inline-block;
  width: 75%;
}
.calculator .around-little-checkout-form .little-checkout-form .data .plan .title p.right {
  display: inline-block;
}
.calculator .around-little-checkout-form .little-checkout-form .data .plan .values ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-transform: uppercase;
}
.calculator .around-little-checkout-form .little-checkout-form .data .plan .values ul li p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
.calculator .around-little-checkout-form .little-checkout-form .data .plan .values ul li p.left {
  display: inline-block;
  width: 75%;
}
.calculator .around-little-checkout-form .little-checkout-form .data .plan .values ul li p.right {
  display: inline-block;
}
.calculator .around-little-checkout-form .little-checkout-form .data .plan .values ul li .bold {
  font-weight: 700;
  font-size: 16px;
}
.checkout {
  color: #1f4363;
  text-transform: uppercase;
  margin-top: 50px;
}
.checkout .light {
  font-size: 100;
}
.checkout .bold {
  font-size: 600;
}
.checkout > h2 {
  margin-top: 40px;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: 100;
}
.checkout > h2 .bold {
  font-weight: 500;
}
.checkout .plans-block {
  margin-bottom: 90px;
}
.checkout .plans-block .left,
.checkout .plans-block .right {
  width: 50%;
  float: left;
  margin: 0;
}
.checkout .plans-block .plan {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 20px;
  padding-top: 20px;
}
.checkout .plans-block .plan .title,
.checkout .plans-block .plan .line {
  float: left;
  width: 100%;
}
.checkout .plans-block .plan.general .price {
  padding-left: 0;
}
.checkout .plans-block .plan .light {
  margin-bottom: 5px;
}
.checkout .plans-block .plan .bold {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 900;
  font-size: 16px;
}
.checkout .plans-block .plan .bold.big {
  font-size: 30px;
}
.checkout form {
  margin-bottom: 90px;
}
.checkout form input,
.checkout form textarea {
  color: #1f4363;
  border-bottom-color: #f4f4f4;
  margin-bottom: 35px;
  outline: none;
}
.checkout form input::placeholder,
.checkout form textarea::placeholder {
  color: #1f4363 !important;
}
.checkout form textarea {
  resize: none;
  border: none;
  border-bottom: 1px solid #f4f4f4;
}
.checkout form textarea::placeholder {
  color: #1f4363 !important;
}
.client-help {
  padding-top: 80px;
  padding-bottom: 80px;
}
.client-help .question {
  padding-bottom: 5px;
}
.client-help .open {
  background-color: #55506d;
  color: #ffffff;
  font-weight: 700;
}
.client-help .open:after {
  background-image: url("assets/images/icons/minus-white.png");
}
.client-help dt {
  margin: 0;
  height: 65px;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  background-color: #f4f4f4;
  padding-top: 15px;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  padding-right: 60px;
}
.client-help dt:after {
  content: "";
  display: block;
  background-image: url("assets/images/icons/plus-purple.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 15px;
}
.client-help dd {
  display: none;
  margin: 0;
  border: 1px solid #8e8e8e;
  border-top: 0;
  font-size: 14px;
  color: #cbcbcb;
  font-weight: 500;
  padding-top: 36px;
  padding-left: 30px;
  padding-bottom: 35px;
}
.home-slider-container,
.full-size-background {
  position: relative;
}
.around-select-box {
  position: relative;
  margin-right: 50px;
  display: inline-block;
}
.around-select-box:after {
  content: '';
  background-image: url("assets/images/icons/select-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  z-index: 0;
  right: 0;
  top: 17px;
}
.around-select-box .select-box:hover {
  cursor: pointer;
}
.around-select-box .dropdown {
  display: none;
  position: absolute;
  background: white;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: left;
  padding: 0;
  z-index: 999999;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  background-color: #6f6a86;
}
.around-select-box .dropdown li {
  font-weight: 100;
  padding: 10px;
  color: white;
  border-bottom: 1px solid #ffffff;
}
.around-select-box .dropdown li:hover {
  background-color: #6d6e70;
  cursor: pointer;
}
.around-select-box .dropdown.dropdown-red {
  top: 38px;
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  border-top: none;
  border-bottom: none;
}
.around-select-box .dropdown.dropdown-red li {
  border-bottom: 1px solid #d9261f;
  color: #6d6e70;
}
.around-select-box .dropdown.dropdown-red li:hover {
  background-color: #6d6e70;
  color: #d9261f;
}
.buttons-wrapper-block {
  display: table;
  margin: 17px auto 0;
}
.button_wrapper {
  display: inline-block;
  border-radius: 10px;
}
.button_wrapper .btn {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 15px 50px;
  border-radius: 10px;
  color: #fff;
  position: relative;
  outline: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.button_wrapper .btn:before {
  content: '';
  width: 10px;
  height: 12px;
  background-image: url("assets/images/icons/arrow-small.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  margin-right: 26px;
  top: 36%;
}
.button_wrapper .btn.loading:before {
  background-image: url("assets/images/indicator-ajax.gif") !important;
  width: 20px;
  height: 27px;
  margin-right: 20px;
  top: 21%;
}
.button_wrapper:hover {
  background-color: rgba(85, 80, 109, 0.95);
}
.button_wrapper.blue-on-white .btn {
  border-color: #1f4363;
  color: #1f4363;
}
.button_wrapper.blue-on-white .btn:before {
  background-image: url("assets/images/icons/arrow-right-blue.png");
}
.button_wrapper.blue-on-white .btn.loading:before {
  background-image: url("assets/images/ajax-loader.gif") !important;
}
.button_wrapper.blue-on-white:hover {
  background-color: white;
}
.button_wrapper.blue-on-white:hover .btn {
  background-color: #1f4363;
  color: #ffffff;
}
.button_wrapper.blue-on-white:hover .btn:before {
  background-image: url("assets/images/icons/arrow-small.png");
}
.button_wrapper.purple-on-white .btn {
  border-color: #2a2447;
  color: #2a2447;
}
.button_wrapper.purple-on-white .btn:before {
  background-image: url("assets/images/icons/arrow-right-purple.png");
}
.button_wrapper.purple-on-white .btn.loading:before {
  background-image: url("assets/images/ajax-loader.gif") !important;
}
.button_wrapper.purple-on-white:hover {
  background-color: #2a2447;
}
.button_wrapper.purple-on-white:hover .btn {
  color: #ffffff;
}
.button_wrapper.purple-on-white:hover .btn:before {
  background-image: url("assets/images/icons/arrow-small.png");
}
.button_wrapper.grey-on-white .btn {
  border-color: #929292;
  color: #6b6b6b;
}
.button_wrapper.grey-on-white .btn:before {
  background-image: url("assets/images/icons/arrow-right-grey.png");
}
.button_wrapper.grey-on-white .btn.loading:before {
  background-image: url("assets/images/ajax-loader.gif") !important;
}
.button_wrapper.grey-on-white:hover {
  background-color: #6b6b6b;
}
.button_wrapper.grey-on-white:hover .btn {
  color: #ffffff;
}
.button_wrapper.grey-on-white:hover .btn:before {
  background-image: url("assets/images/icons/arrow-small.png");
}
.button_wrapper.red-on-red:hover {
  background-color: #b72a24;
}
.button_wrapper.red-on-red.loading:before {
  background-image: url("assets/images/indicator-ajax.gif") !important;
}
.button_wrapper.btn-calculator .btn {
  background: #d4e678;
}
.button_wrapper.btn-calculator .btn:before {
  background-image: none;
}
.button_wrapper.btn-calculator .btn.checked {
  color: white;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.button_wrapper.btn-calculator:hover {
  background-color: transparent;
}
.button_wrapper.btn-calculator:hover .btn:before {
  background-image: none;
}
.button_wrapper.right {
  float: right;
}
.parent {
  text-align: center;
  margin-top: 300px;
  margin-bottom: 300px;
}
.parent .paulius {
  display: inline-block;
  position: relative;
}
.parent .paulius:before {
  content: '';
  height: 1px;
  background-color: #000;
  display: block;
  position: absolute;
  bottom: -10px;
  width: 324px;
  margin-left: 52px;
}
.parent .paulius .number {
  display: inline-block;
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
}
.parent .paulius .number span {
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  background-color: #000;
  border-radius: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -12px;
}
.parent .paulius .number:before {
  content: '';
  width: 3px;
  height: 3px;
  display: block;
  position: absolute;
  background-color: #000;
  border-radius: 100%;
  margin: 0 auto;
  right: 0;
  bottom: -11px;
}
.parent .paulius .number:last-child:before {
  display: none;
}
.g-recaptcha {
  display: inline-block;
}
@media only screen and (max-width: 1200px) {
  .message {
    padding: 10px;
    height: auto;
  }
  .calculator .around-little-checkout-form .little-checkout-form {

  }
}
@media only screen and (max-width: 991px) {
  .full-size-background {
    background-size: cover;
  }
  .header ul {
    display: block;
  }
  .client-help .question h3 {
    height: auto;
    padding-bottom: 10px;
  }
  .header .mobile {
    padding-top: 35px;
    position: absolute;
    right: 90px;
  }
  .header .my-kli-block {
    top: 90px;
  }
  .header .header-menu ul.header-menu-list li.menu-item {
    width: 95%;
    padding: 10px;
    border-bottom: 1px solid #d9261f;
    margin: 0;
    width: 100%;
  }
  .header .header-menu ul.header-menu-list li.menu-item:last-of-type {
    border-color: transparent;
  }
  .header .header-menu ul.header-menu-list li.menu-item:focus a,
  .header .header-menu ul.header-menu-list li.menu-item:hover a {
    color: #6d6e70;
  }
  .header .header-menu ul.header-menu-list li.menu-item a {
    color: #ffffff;
  }
  .message.full {
    margin-right: 30px;
  }
  .contacts .btn-group.bootstrap-select {
    width: 200px !important;
  }
  .index-page .service-block .image-text {
    padding-left: 10px;
    padding-right: 10px;
  }
  .index-page .service-block .image-text .light-text {
    font-size: 20px;
  }
  .index-page .service-block .image-text .bold {
    font-size: 25px;
  }
  .request-contact-form .around-contact-us-info {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
  }
  .request-contact-form .around-contact-us-info .contact-us-info {
    padding-top: 0;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  .request-contact-form .around-contact-us-info .contact-us-info h3 {
    text-align: center;
  }

  @keyframes bounce {
    from {
      transform: translateY(0px);
    }
    to {
      transform: translateY(-7px);
    }
  }
  @-webkit-keyframes bounce {
    from {
      transform: translateY(0px);
    }
    to {
      transform: translateY(-7px);
    }
  }

  .message.e.select-more-info,
  .message.green.select-more-info {
    margin-right: 30px;
  }
  .google-map-section {
    position: static;
    width: 100%;
  }
  .plans-list .plan .about-plan .excerpt-section {
    height: 120px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .plans-list .plan .about-plan > h2 {
    font-size: 36px;
    padding-top: 15px;
    height: 80px;
    line-height: 80px;
  }
  .client-help dt {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .full-widht-full-height .popup-form, .full-widht-full-height-home .popup-home {
    margin-top: 50px;
  }
  .full-widht-full-height .popup-form form, .full-widht-full-height-home .popup-home home {
    overflow-y: scroll;
  }
  .checkout .plans-block .plan.general .period {
    border-bottom: 1px solid #f4f4f4;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .checkout .plans-block .plan.general .price {
    padding-left: 15px;
    padding-top: 15px;
  }
  .checkout .plans-block .left {
    width: 70%;
  }
  .checkout .plans-block .right {
    width: 30%;
  }
  .bx-wrapper .bx-viewport {
    height: auto !important;
  }
  .home-slider .home-slider-container .slide {
    height: auto;
  }
  .home-slider .home-slider-container .slide h1 {
    margin-bottom: 220px;
  }
  .client-help .question h3:after {
    right: 10px;
    top: 11px;
  }
  .index-page .service-block {
    margin-bottom: 30px;
  }
  .footer .dizark {
    height: 80px;
  }
  .footer .dizark .row div {
    text-align: center;
    margin-bottom: 10px;
  }
  .message.red.select-more-info,
  .message.green.select-more-info {
    height: auto;
    padding: 10px;
    margin-left: 0;
    margin-right: 0;
  }
  table > tbody > tr > td {
    padding-left: 0;
    text-align: left;
    display: inline-block;
  }
  .left-block {
    padding: 0;
  }
  .left-block .service-block {
    padding: 0;
  }
  .calculator .service-block .sub-service .title-section {
    height: auto;
    padding-bottom: 15px;
  }
  .message.full {
    margin-left: 0;
  }
  .full-widht-full-height .popup-form .title, .full-widht-full-height-home .popup-home .title {
    padding-bottom: 10px;
  }
  .full-widht-full-height .popup-form form > div > div:nth-child(3), .full-widht-full-height-home .popup-home form > div > div:nth-child(3) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 740px) {
  .around-select-box {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 650px) {
  .calculator .service-block.tv .title-section,
  .calculator .service-block.internet .title-section {
    height: 95px;
  }
  .calculator .service-block.tv .title-section h3,
  .calculator .service-block.internet .title-section h3 {
    display: block;
  }
  .calculator .service-block.tv .title-section ul,
  .calculator .service-block.internet .title-section ul {
    display: block;
    float: left;
  }
  .calculator .service-block.tv .title-section ul li:first-of-type,
  .calculator .service-block.internet .title-section ul li:first-of-type {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 550px) {
  .contacts .choose-city {
    display: block;
  }
  .contacts .around-select-box {
    margin-top: 15px;
  }
  .contacts .choose-city {
    margin-top: 60px;
  }
  .calculator .service-block .service-options .service-option {
    width: 100% !important;
  }
}
@media only screen and (max-width: 471px) {
  .contacts .btn-group.bootstrap-select {
    width: 310px !important;
    display: inline-block;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 455px) {
  .request-contact-form .around-contact-us-info .contact-us-info ul > li.cities ul {
    padding: 0;
  }
  .request-contact-form .around-contact-us-info .contact-us-info ul > li.cities ul li {
    height: auto;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .plans-list .plan {
    height: 575px;
  }
  .plans-list .plan .button_wrapper {
    display: block;
    width: 100%;
  }
  .plans-list .plan .button_wrapper form {
    width: 100%;
  }
  .plans-list .plan .button_wrapper form button {
    display: table;
    margin: 0 auto;
  }
  .plans-list .plan .button_wrapper .btn {
    display: table;
    margin: 0 auto;
  }
  .plans-list .plan .button_wrapper:first-of-type {
    margin-bottom: 10px;
  }
  .plans-list .plan .button_wrapper:nth-of-type(2) {
    margin: 0;
  }
  .buttons-wrapper-block {
    width: 100%;
  }
}
@media only screen and (max-width: 410px) {
  .header .mobile {
    display: none;
  }
  .plans-list .plan {
    height: 575px;
  }
  .plans-list .plan .button_wrapper {
    display: block;
    width: 100%;
  }
  .plans-list .plan .button_wrapper form {
    width: 100%;
  }
  .plans-list .plan .button_wrapper form button {
    display: table;
    margin: 0 auto;
  }
  .plans-list .plan .button_wrapper .btn {
    display: table;
    margin: 0 auto;
  }
  .plans-list .plan .button_wrapper:first-of-type {
    margin-bottom: 10px;
  }
  .plans-list .plan .button_wrapper:nth-of-type(2) {
    margin: 0;
  }
  .buttons-wrapper-block {
    width: 100%;
  }
}
@media only screen and (max-width: 350px) {
  .contacts .btn-group.bootstrap-select {
    width: 200px !important;
  }
}
@media only screen and (max-height: 750px) {
  .full-widht-full-height .popup-form, .full-widht-full-height-home .popup-home {
    margin-top: 50px;
  }
}
@media only screen and (max-height: 660px) {
  .full-widht-full-height .popup-form form > div > div:nth-child(3), .full-widht-full-height-home .popup-home form > div > div:nth-child(3) {
    margin-bottom: 0;
  }
}
@media only screen and (max-height: 550px) {
  .full-widht-full-height .popup-form, .full-widht-full-height-home .popup-home {
    padding-top: 15px;
  }
  .full-widht-full-height .popup-form form, .full-widht-full-height-home .popup-home home {
    overflow-y: scroll;
    max-height: 250px;
  }
}
#requested-services-form .around-select-box:after {
  display: none;
}
#requested-services-form .around-select-box input {
  width: 100%;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.calculator .tv .service-options .service-option {
    width: 25%;
}
.calculator .internet .private-house,
.calculator .tv .tv-checkboxes {
    display: none;
    padding: 30px 0;
}
.calculator .private-house input,
.calculator .tv .tv-checkboxes div input {
    transform: scale(1.5);
    width: 20px;
}
.calculator .internet .private-house label,
.calculator .tv .tv-checkboxes div label {
    font-size: 16px;
    font-weight: 400;
    padding: 0 10px;
}
.calculator .period .service-options .service-option {
  width: 25%;
}