.noimg-az > img {
	display: none;
	z-index: -999;
	position: absolute;
}

/*main page*/
.feature--item:hover a {
	color: #fff !important;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
	text-decoration: underline;
}

.faq--item .panel-heading {
    color: #393939;
    background-color: #f8fbff;
}

.faq--item .panel-heading a.collapsed {
    color: #393939;
    background-color: #f8fbff;
}

.pricing--item:hover .action a.xus-tek-az {
	background: #fff;
	color: #ff5252;
}

/*shortstory*/
.short-text-az {
	font-size: 16px;
	text-transform: none !important;
}

.short-text-edv-az {
	font-size: 15px;
	text-transform: none !important;
}

/*forma poiska sidebar*/
#dofullsearch {
	display: none;
}

/*footer*/
.bg-footer-az {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.device-az {
	border-radius: 15px;
}

.phone-sale {
	-webkit-box-shadow: 2px 2px 11px -2px rgb(255 82 82 / 60%); 
	box-shadow: 2px 2px 11px -2px rgb(255 82 82 / 60%);
	color: black;
}

.phone-sale:hover {
	-webkit-box-shadow: 4px 4px 9px 0px rgba(255,82,82,0.7); 
	box-shadow: 4px 4px 9px 0px rgba(255,82,82,0.7);
	transition:  0.6s ease;
}



/*AFTER*/

/*.header--nav-links>.dropdown>.dropdown-menu{
	display: flex;
    width: 500px;
    margin-left: -50px;
    justify-content: space-around;
}
*/

/**/

/*.heller:before{
	content: " ";
    position: absolute;
    top: -10px;
    right: 35px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 10px;
    border-color: transparent transparent #fff
}*/

.heller-dropdown  {
    display: flex;
    justify-content: space-around;
    width: 340px;
}

.all-solutions {
    color: #ff5252 !important;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.dropdown-menu:before {
    right: 0;
    left: 51px;
}

.dropdown-menu>.nav-colss>li {
    color: black !important;
}

.dropdown-menu>.heller-dropdown>.nav-colss>li>a {
    position: relative;
    padding-top: 5px;
    padding-bottom: 6px;
    color: #393939;
    border-style: solid;
    border-width: 1px 0;
    border-color: #e5e5e5;
    font-family: "Raleway", sans-serif;
    font-size: 11px;
    line-height: 21px;
    font-weight: 600;
    -webkit-transition-property: color, border-color, background-color, padding;
    transition-property: color, border-color, background-color, padding;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.dropdown-menu>li.active>a,
.dropdown-menu>li.active>a:focus,
.dropdown-menu>li.active>a:hover,
.dropdown-menu>li.open>a,
.dropdown-menu>li.open>a:focus,
.dropdown-menu>li.open>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    padding-left: 30px;
    color: #fff!important;
    background-color: #ff5252;
    border-color: #ff5252
}

.dropdown-menu>.nav-colss .dropdown-toggle:before {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -11px;
    font-family: "FontAwesome";
    font-size: 11px;
    line-height: 21px
}


.hellerImg img {
    width: 100%;
    height: 202px;
}

.text-black {
    color: #000;
}

.mg-20 {
    margin: 20px 0 10px 0;
}

.mt-30 {
    margin-top: 30px;
}

.heller-sidebar .post--inner {
    margin-bottom: 42px;
}

.post--img img {
    width: 100%;
    max-height: 421px;
}

.domain-search--form .col-md-6 {
    display: flex;
    justify-content: center;
}



@media only screen and (max-width: 766px) {
    .domain-search--form .input-group{
        display: inline-flex !important;
    }
}

@media only screen and (max-width : 1139px) {
    .vats-logo {
        width: 125px;
    }
    .navbar-brand{
        display: flex;
        align-items: center;
    }
    .header--nav-links>li>a {
        font-size: 11px;
    }
}


.switchCheckbox {
             display: flex;
             justify-content: center;
             align-items: center;
        }
        .switchCheckbox > label {
             margin-bottom: 0 !important;
        }
        .switch {
             position: relative;
             display: inline-block;
             width: 50px;
             height: 18px;
             margin: 0 10px;
        }
        .switch input {
             opacity: 0;
             width: 0;
             height: 0;
        }
        .slider {
             position: absolute;
             cursor: pointer;
             top: 0;
             left: 0;
             right: 0;
             bottom: 0;
             background-color: #ccc;
             -webkit-transition: .4s;
             transition: .4s;
             border: 1px solid #ff5252;
        }
        .slider:before {
             position: absolute;
             content: "";
             width: 2.3125rem;
             height: 2.3125rem;
             left: 4px;
             bottom: -3px;
             background-color: white;
             -webkit-transition: .4s;
             transition: .4s;
             border: 1px solid #ff5252;
        }
        input:checked + .slider {
             background-color: #ff5252;
        }
        input:focus + .slider {
             box-shadow: 0 0 1px #2196F3;
        }
        input:checked + .slider:before {
             -webkit-transform: translateX(19px);
             -ms-transform: translateX(19px);
             transform: translateX(19px);
             transition: .3s ease,background .3s ease,box-shadow 1s ease,-webkit-box-shadow 1s ease;
        }
        /* Rounded sliders */
        .slider.round {
             border-radius: 34px;
        }
        .slider.round:before {
             border-radius: 50%;
        }
        .price1 {
             display: none;
        }
        #month,
        #years {
            font-weight: bold;
        }
        #years {
            color: #ff5252;
        }
