body {
    font-family: 'SourceSansPro', sans-serif;
    background-color: #fff;
    color: #100004;
}

a, a:hover, a:focus {
    text-decoration: none;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.no-padding {
    padding: 0 !important;
}

.no-bt-padding {
    padding-bottom: 0 !important;
}

.relative {
    position: relative;
}

.red {
    color: #C61F48;
}

.mobile, .mobile-xs, .slider1_parent .title {
    display: none
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-start, .block {
    display: flex;
    align-items: flex-start;
}

.azn {
    font-family: "JAZNR", sans-serif;
    top: -.7em;
}

sup {
    font-size: 50%;
}

.btn-effect {
    background-color: #C61F48;
    color: #fff;
    padding: 11px 15px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-radius: 10px;
    margin-top: 20px;
    font-size: 16px;
    border: none;
    outline: none;
    font-weight: 600;
}

.main-heading {
    font-size: 90px;
    color: #100004;
    line-height: 100px;
    margin: 0 0 20px;
    font-family: 'Museo', sans-serif;
}

.main-text {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 30px;
}

.main .main-flex {
    display: flex;
    height: 100vh;
    overflow-y: hidden;
}

.main .main-flex .col-md-3 {
    overflow-y: auto;
    right: 0;
    height: 100%;
}

.btn-effect:hover, .adsl-individual.individual .red-bg .btn-effect:hover {
    background-color: #100004;
    color: #fff;
}

.main-slider {
    position: relative;
    overflow-y: auto;
    height: 100%;
}

.main-slider .owl-carousel .owl-item img {
    max-width: 100%;
    width: auto;
}

.main-slider .owl-carousel .item-content {
    justify-content: center;
    position: absolute;
    left: 150px;
    max-width: 480px;
    top: 0;
    height: calc(100% - 109px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.main-slider .owl-carousel .owl-stage, .main-slider .owl-carousel.owl-drag .owl-item, .main-slider .owl-carousel.owl-drag .owl-item .item, .main-slider .owl-carousel .owl-stage-outer, .main-slider .owl-carousel {
    height: 100%;
}

.main-slider .owl-carousel.owl-drag .owl-item .item {
    height: 100vh;
    overflow-y: auto;
    background-size: cover !important;
}

header {
    position: absolute;
    left: 35px;
    padding-left: 35px;
    z-index: 999;
}

.logo {
    background: #fff;
    border-radius: 0 0 20px 20px;
    width: 100px;
    height: 129px;
    justify-content: center;
}

.main-slider .owl-carousel .owl-item img.main-wallpaper {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.main-slider .owl-carousel .owl-nav {
    position: absolute;
    bottom: 30px;
    width: 100px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    left: 150px;
}

.main-slider .owl-carousel .owl-nav.disabled {
    display: none;
}

.main-slider .owl-theme .owl-nav .disabled {
    opacity: .5;
}

.main-slider .owl-carousel .owl-nav button {
    width: 50%;
    height: 100%;
    margin: 0;
    background: rgba(255, 255, 255, 1);
}

.main-slider .owl-carousel .owl-nav .owl-next, .main-slider .owl-carousel .owl-nav .owl-prev {
    border-radius: 0 5px 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.main-slider .owl-carousel .owl-nav .owl-prev {
    border-radius: 5px 0 0 5px;
}

.main-slider .owl-carousel .owl-nav button i {
    opacity: .5;
    font-size: 26px;
    color: #000;
}

.main-slider .owl-carousel .owl-nav button:hover {
    background: #D3D3D3;
}

.main-slider .owl-carousel .owl-nav button.disabled:hover {
    background-color: rgba(255, 255, 255, 1);
}

.main-slider .owl-carousel .owl-nav button.disabled:hover i {
    opacity: .5;
}

/*.main-slider .owl-carousel .owl-nav button:focus {
    background: #A9A9A9;
}*/

.main-slider .owl-carousel .owl-nav button:hover i, .main-slider .owl-carousel .owl-nav button:focus i {
    opacity: 1;
}

.main-slider .owl-carousel .owl-nav button:focus {
    outline: none;
}

.main-slider .btn-effect {
    height: 44px;
    width: 157px;
    margin-top: 0;
}

.sidebar .sidebar-top .list-unstyled {
    margin: 0;
    display: flex;
}

.sidebar .sidebar-top .list-unstyled > li > a {
    border-radius: 0;
    color: #100004;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    outline: none;
}

.sidebar {
    padding: 30px 10px 30px 5px;
}

.sidebar .sidebar-top .list-unstyled > li > a:hover, .sidebar .sidebar-top .list-unstyled > li.active > a {
    color: #C61F48;
    background-color: transparent;
}

.sidebar .user {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.sidebar .user {
    background: url("../img/user.svg") no-repeat left;
    padding: 9px 0 9px 40px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #100004;
    text-decoration: none;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.sidebar .navbar-nav {
    display: flex;
    flex-direction: column;
    float: none;
    margin: 0;
}

.sidebar .navbar-nav > li > a {
    font-size: 30px;
    color: #100004;
    font-weight: bold;
    padding: 10px 0;
    display: flex;
    align-items: center;
    line-height: 40px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.sidebar .navbar-nav > li:first-child > a {
    padding-bottom: 0;
}

.sidebar .nav > li > a:focus, .sidebar .nav > li > a:hover, .sidebar .nav .open > a, .sidebar .nav .open > a:focus, .sidebar .nav .open > a:hover, .sidebar .nav-content .dropdown .dropdown-menu li > a:hover {
    text-decoration: none;
    background-color: transparent;
}

.sidebar .nav-content, .server .range-list {
    padding: 30px 0 10px;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 10px;
}

.sidebar .nav-content .dropdown .dropdown-menu {
    position: relative;
    width: 100%;
    box-shadow: none;
    border: none;
}

.sidebar .nav-content .dropdown .dropdown-menu li > a, .menu-list li > a {
    position: relative;
    font-size: 16px;
    color: #100004;
    padding: 3px 15px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.sidebar .nav-content .dropdown .dropdown-menu li {
    float: left;
}

.sidebar .nav-content .dropdown .dropdown-menu li > a {
    font-weight: 600;
    padding: 0 15px;
}

.sidebar .nav-content .dropdown .dropdown-menu li:first-child > a {
    padding-left: 0;
}

.sidebar .nav-content .dropdown .dropdown-menu li:not(:last-child) > a:after, .menu-list li:not(:last-child):after {
    content: '';
    position: absolute;
    background-color: #D8D8D8;
    right: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu-list li:not(:last-child):after {
    right: 10px;
}

.sidebar .nav-content .dropdown.open .dropdown-menu, .menu-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.menu-list li {
    padding: 5px 25px 5px 0;
    position: relative;
}

.menu-list li > a {
    padding: 0;
    line-height: 21px;
    font-weight: 600;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    text-decoration: none;
}

.menu-list li > a:hover, .sidebar .navbar-nav > li > a:hover, .sidebar .nav-content .dropdown .dropdown-menu li > a:hover, .sidebar .user:hover {
    color: #C61F48;
}

.menu-list li:nth-child(2) > a {
    color: #C61F48;
    text-decoration: underline;
}

.menu-list li:nth-child(2) > a:hover {
    text-decoration: none;
}

.sidebar .nav-content .dropdown span.fa-angle-right {
    margin-left: 10px;
    transition: all .2s linear;
    color: #C61F48;
}

.sidebar .nav-content .dropdown.open span {
    transform: rotate(90deg);
}

.sidebar .copyright-block {
    margin-top: 40px;
    position: relative;
}

.sidebar .copyright-block .copyright a {
    border-bottom: 1px solid transparent;
}

.sidebar .copyright-block a:hover {
    border-color: #C61F48;
}

.sidebar .copyright-block .call-center:hover, .sidebar .copyright-block .call-center #call128 {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.sidebar .copyright-block .call-center:hover #headset, .sidebar .copyright-block .call-center:hover #call128 {
    fill: #C61F48;
}

.sidebar .copyright {
    margin: 0;
    padding: 0 0 0 15px;
    color: #919191;
    font-weight: 600;
    text-align: left;
    position: relative;
    background-size: contain;
}

.sidebar .copyright-block:before {
    content: '\f1f9';
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: absolute;
    color: #919191;
    /*top: 10px;*/
    left: 0;
    font-size: 10px;
}

.border-side {
    border-left: 1px solid #D8D8D8;
    position: fixed;
    overflow-y: auto;
    right: 0;
    height: 100%;
    background: #fff;
}

.border-side::-webkit-scrollbar {
    display: none;
}

.block-page-top {
    padding: 158px 150px 0;
}

.block-page-bottom {
    padding: 0 150px 150px;
}

.block-page-top.with-bg {
    background: url("../img/cloud.jpg") no-repeat top;
    background-size: cover;
    height: calc(100vh - 100px);
}

.block-page-bottom .heading, .server .count-part .count, .red-bg .heading, .block-list .block-heading span {
    font-size: 50px;
    font-weight: bold;
    margin-top: 0;
}

.about .block-page-bottom .partner-list, .all-select .list-select ul ul {
    flex-wrap: wrap;
}

.about .block-page-bottom .partner-list li {
    padding: 30px 0;
    min-width: 30%;
}

.about .partners {
    padding: 130px 0 120px;
}

.about .advantages {
    padding: 100px 0 120px;
}

.about .block-page-bottom .partner-list li > a {
    display: block;
}

.about.cloud-servers .advantages .heading {
    margin-bottom: 10px;
}

.about.cloud-servers .advantages .operating-systems .heading {
    margin-bottom: 13px;
}

.scroll-top {
    background-color: #919191;
    justify-content: center;
    height: 40px;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.scroll-top:hover {
    background-color: #100004;
}

.article-block {
    font-size: 16px;
}

.article-block ul > li {
    padding-bottom: 20px;
}

.article-block span.red {
    text-decoration: underline;
    font-weight: bold;
}

.article-block p {
    margin-bottom: 25px;
    line-height: 23px;
}

.article-block p:last-child {
    margin-bottom: 0;
}

.about .stuff .heading, .network .fiber-optics-network .article-service-block {
    margin: 0 0 50px;
}

.block .img-block {
    border-right: 3px solid #C61F48;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    min-width: 170px;
    width: 170px;
    object-fit: cover;
}

.block .detail-block {
    padding: 15px 0 0 8px;
}

.block .col-sm-5 {
    padding-left: 0;
}

.block .stuff-name, .explanation, .partner-list .advantages-text h4 {
    line-height: 33px;
}

.white {
    color: #fff !important;
}

.block .stuff-profession, .partner-list .advantages-text p, #call-modal .modal-body p, .adsl-individual .main-text, .network-article p, .imp-text, .hosting .block-list .block-top .list-unstyled li .imp-text {
    color: #100004;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
}

.stuff {
    padding: 95px 0 130px;
}

.stuff .row .col-xs-6:nth-child(2n+1) {
    content: '';
    clear: both;
}

.stuff .row .col-xs-6, .about .block-page-top .main-heading, .ikt-solutions .article-block .article-service-block p, .network .change-btn-images {
    margin-bottom: 40px;
}

.about .block-page-top.with-bg .main-heading {
    margin-bottom: 0;
}

.advantages .partner-list .flex {
    align-items: flex-start;
}

.partner-list .circle-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 5px 2px rgba(198, 31, 72, .1);
    margin-right: 30px;
    background: url("../img/serfeli.svg") no-repeat center;
}

.partner-list li.elastic-icon .circle-img {
    background-image: url("../img/elastik.svg");
}

.partner-list li.productivity-icon .circle-img {
    background-image: url("../img/mehsuldarliq.svg");
}

.partner-list li.safety-icon .circle-img {
    background-image: url("../img/tehlukesiz.svg");
}

.partner-list li.cpu-icon .circle-img {
    background-image: url("../img/cpu.svg");
}

.partner-list li.ip-icon .circle-img {
    background-image: url("../img/ip.svg");
}

.partner-list li.speed-icon .circle-img {
    background-image: url("../img/speed.svg");
}

.partner-list li.access-icon .circle-img {
    background-image: url("../img/access.svg");
}

.partner-list li.delay-icon .circle-img {
    background-image: url("../img/delay icon.svg");
}

.partner-list li.support-icon .circle-img {
    background-image: url("../img/XMLID_2048_.svg");
}

.partner-list li.lowDelay-icon .circle-img {
    background-image: url("../img/low delay.svg");
}

.partner-list li.stableSpeed-icon .circle-img {
    background-image: url("../img/stable speed.svg");
}

.partner-list li.separatedLine-icon .circle-img {
    background-image: url("../img/ayrilmis xett.svg");
}

.partner-list li.setup-icon .circle-img {
    background-image: url("../img/set up.svg");
}

.partner-list li.radius-icon .circle-img {
    background-image: url("../img/radius.svg");
}

.partner-list li.balance-icon .circle-img {
    background-image: url("../img/stabil suret.svg");
}

.partner-list li.phone-icon .circle-img {
    background-image: url("../img/telefon.svg");
}

.partner-list li.ipPhone-icon .circle-img {
    background-image: url("../img/ip phone.svg");
}

.partner-list li.phoneNumber-icon .circle-img {
    background-image: url("../img/phone number.svg");
}

.partner-list li.sip-icon .circle-img {
    background-image: url("../img/sip.svg");
}

.partner-list li.ats-icon .circle-img {
    background-image: url("../img/Capa_1.svg");
}

.partner-list li.callForward-icon .circle-img {
    background-image: url("../img/call forwarding.svg");
}

.partner-list li.infinity-icon .circle-img {
    background-image: url("../img/infinity.svg");
}

.partner-list li.voiceRecorder-icon .circle-img {
    background-image: url("../img/voice-recorder.svg");
}

.partner-list li.autoResponse-icon .circle-img {
    background-image: url("../img/autoresponse.svg");
}

.partner-list .advantages-text {
    display: inline-block;
}

.partner-list .advantages-text p, .about .block-page-bottom .advantages .partner-list, .block-list .block-heading p {
    margin: 0;
}

.about .block-page-bottom .advantages .partner-list {
    padding-top: 50px;
    justify-content: flex-start;
}

.about .block-page-bottom .advantages .partner-list li {
    padding: 0 0 30px;
    justify-content: flex-start;

}

.about .block-page-bottom .advantages .partner-list li.fedora {
    min-width: 20%;
}

.about .block-page-bottom .advantages .partner-list li.debian {
    min-width: 19%;
    width: 19%;
    justify-content: center;
}

.about .block-page-bottom .operating-systems {
    padding: 120px 0;
}

.about .block-page-bottom .operating-systems .heading {
    line-height: 70px;
}

.about .block-page-bottom .server {
    padding: 110px 0 140px
}

.about .block-page-bottom .server .heading, .contact-us .heading, .about .stuff .heading, .offices .address, .ikt-solutions.fiber-optics .block-page-bottom .heading, .ikt-solutions.cisco .block-page-bottom .heading, .ikt-solutions .block-page-bottom .features.contact-us .heading {
    margin-bottom: 50px;
}

.about.cloud-servers .features.contact-us .heading {
    margin-bottom: 72px;
}

.about .block-page-bottom .features .partner-list .inline-block {
    display: inline-block;
    text-align: center;
}

.about .block-page-bottom .features .partner-list li {
    justify-content: center;
    height: 170px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.about .block-page-bottom .features .partner-list li .circle-img {
    margin: 0;
}

.about .block-page-bottom .server form .flex {
    justify-content: normal;
    margin-bottom: 35px;
}

.about .block-page-bottom .server form .flex.count-part {
    justify-content: space-between;
}

.about .block-page-bottom .server form .label-name {
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    margin-left: 10px;
    line-height: 1.46;
    flex-basis: 20%;
    letter-spacing: 0.48px;
}

.features .partner-list .advantages-text h4 {
    color: #100004;
    text-align: center;
}

.features .partner-list .circle-img {
    margin: 0;
}

.about .block-page-bottom .features .partner-list {
    flex-direction: column;
}

.about .block-page-bottom .features .partner-list .inline-block {
    display: inline-block;
    text-align: center;
}

.map {
    border: 1px solid #C61F48;
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    height: 391px;
    margin: 60px 0;
}

.map iframe {
    height: 100%;
    width: 100%;
}
.map img {
    height: 100%;
    width: 100%;
}

.offices .main-text, .block .stuff-name, .explanation, .partner-list .advantages-text h4, .server .count-part .txt, .all-select .list-select ul a, .adsl-individual .red-txt, .adsl-individual .check-input span, .block-list .block-heading, .block-list .block-heading, .bold-heading {
    font-size: 24px;
    font-weight: 600;
    color: #C61F48;
}


.cloud-servers .partner-list .advantages-text.gray-text h4, .block-list .imp-text {
    color: #919191;
}

.bold-btn {
    font-size: 24px;
    font-weight: 600;
    padding: 11px 30px;
}

.offices .main-heading {
    margin: 0;
}

.offices .address ul.address-list > li {
    padding-bottom: 20px;
    font-weight: 600;
}

.offices .address ul > li > a {
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-decoration: none;
    color: #100004;
}

.offices .address ul > li > p {
    font-size: 16px;
}

.offices .address ul > li > a:hover, .server .count-part .count {
    color: #C61F48;
}

.server .count-part .count > sup {
    left: -8px;
}

.offices .address .address-name {
    font-size: 24px;
    font-weight: bold;
    line-height: 33px;
    margin-bottom: 25px;
}

.faq-content {
    padding-top: 100px;
}

.faq .block-page-top.with-bg {
    background: url("../img/F.A.Q.jpg") no-repeat top;
    background-size: cover;
}

.faq .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
}

.faq .panel-default > .panel-heading {
    color: #333;
    background-color: #F3F3F3;
    border: 0;
    padding: 0;
}

.faq .panel-group a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 35px 10px 20px;
    position: relative;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #C61F48;
    background-color: #F3F3F3;
}

.faq .panel-group a.collapsed {
    color: #100004;
}

.faq .panel-group a:hover {
    background-color: #D8D8D8;
}

.faq .panel-group a.collapsed:after {
    transform: rotate(-90deg);
}

.faq .panel-group a:after {
    content: '\f107';
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    right: 20px;
    transition: all .2s linear;
    color: #C61F48;
    font-size: 24px;
    font-weight: 300;
    top: 50%;
    transform: translateY(-50%) rotate(0);
}

.faq .panel-group a.collapsed:after {
    transform: translateY(-50%) rotate(-90deg);
}

.faq .panel-body {
    padding-top: 0;
}

.faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
    background-color: #F3F3F3;
    border: 0;
    padding: 0 20px 15px;
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 6px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 6px 15px rgba(0, 0, 0, .1);
}

.panel-group .collapse {
    height: auto !important;
}

.panel-group .panel + .panel {
    margin-top: 20px;
}

.btn-transparent {
    background-color: transparent;
    border: none;
    outline: none;
    position: relative;
}

.open-all.btn-transparent {
    padding: 0 20px;
    margin-bottom: 50px;
}

.open-all span {
    font-weight: bold;
    font-size: 24px;
    color: #100004;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display: inline-block;
}

.open-all:after {
    content: '\f101';
    font-weight: 300;
    color: #100004;
    font-size: 24px;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 1.2;
    transition: all .2s linear;
}

.open-all.changed:after {
    transform: rotate(90deg);
}

.open-all:hover span {
    border-color: #C61F48;
    color: #C61F48;
}

.slider1_parent .main_block .groove_parent .rider {
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #C61F48;
    margin: -15px 0 0 0;
    outline: 0;
    padding: 0;
    background: #fff;
}

.slider1_parent .main_block .groove_parent {
    width: calc(100% - 30px);
    margin: 0;
}

.slider1_parent .main_block .groove_parent .groove {
    background: transparent;
    border: 3px solid #D8D8D8;
    box-shadow: none;
    border-radius: 66px;
    height: 20px;
    margin-left: 0;
}

.slider1_parent .main_block .slider_range {
    display: none;
}

.slider1_parent {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    flex-basis: 90%;
    padding: 0;
}

.slider1_parent .main_block {
    flex-basis: 90%;
}

.slider1_parent .slider1 {
    border: 3px solid #D8D8D8;
    box-shadow: none;
    background: transparent;
    height: 39px;
    width: 66px;
    border-radius: 7px;
    font-size: 24px;
    font-weight: bold;
    color: #C61F48;
    padding: 0;
    margin: 0 0 0 10px;
    text-align: center;
}

.slider1_parent .main_block .groove_parent .rider:hover, .slider1_parent .main_block .groove_parent .rider:active {
    background: #fff;
}

.rangeSlider .flex {
    margin: 0 0 35px;
}

.server .range-list {
    margin-bottom: 20px;
}

.server .count-part .btn-effect {
    margin-top: 15px;
}

.server .count-part .txt {
    color: #100004;
}

.server .count-part .count-side .edv {
    font-weight: 200;
    font-size: 30px;
}

.contact-us .form-block label {
    margin-bottom: 55px;
    position: relative;
    width: 100%;
}

.contact-us .form-block .flex label {
    width: 49%;
}

.contact-us .form-block label.textarea-label textarea {
    padding-top: 0;
}

.contact-us .form-block label.textarea-label textarea::placeholder {
    color: #d1d1d1;
}

.contact-us textarea.form-control {
    width: 100%;
    height: 34px;
    resize: none;
    /* max-height: 106px;*/
}

.contact-us .form-block label.textarea-label {
    padding: inherit;
}

.contact-us {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-us label span {
    left: 5px;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-weight: 600;
}

.contact-us .inputText:focus + span, .contact-us .inputText:not(:placeholder-shown) + span {
    top: -6px;
}

.inputText:focus + span, .inputText:not(:placeholder-shown) + span, .select-part label .inpt {
    opacity: 1;
    padding: 0;
    left: 11px;
    top: -6px;
    font-size: 16px;
    font-weight: 600;
    width: auto;
}

.form-control {
    font-weight: 600;
    font-size: 24px;
    color: #100004;
    width: 100%;
    border-radius: 0;
    padding: 0 10px;
    box-shadow: none;
    border: 0;
    border-bottom: 2px solid #919191;
    outline: none;
    background: transparent;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #C61F48
}

.select-part .form-control:focus {
    border-color: #919191;
}

.contact-us label span {
    padding: 0 10px;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 13px;
    color: #919191;
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    transition: ease-in .1s;
    width: 70%;
    transition-timing-function: cubic-bezier(.25, .1, .25, 1);
}

.form-block, .contact-us .form-block .select-part.flex label, .block .img-block img, .about .block-page-bottom .partner-list li.flex, .adsl-corporative .red-bg .btn-effect {
    width: 100%;
}

.error .form-control.inputText {
    border-color: #C61F48;
}

.error .err-msg {
    color: #C61F48;
    display: block;
}

.all-select .list-select {
    opacity: 0;
    visibility: hidden;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.all-select .list-select ul {
    height: 0;
}

.all-select .list-select .list-all {
    padding-right: 38px;
}

.all-select .list-select ul a {
    display: block;
    color: #100004;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.all-select .list-select ul a:hover {
    color: #C61F48;
    text-decoration: none;
}

.all-select .list-select .list-all ul {
    height: auto;
    overflow-y: visible;
    justify-content: flex-start;
}

.all-select .list-select .list-all ul li a {
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    padding: 0 15px 5px;
    position: relative;
}

.all-select .list-select .list-all ul li a:after {
    content: var(--my-content-var);
    position: absolute;
    top: 50%;
    right: -2px;
    background: #D8D8D8;
    border-radius: 50%;
    width: 3px;
    height: 3px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.all-select .onFocus {
    opacity: 1;
    visibility: visible;
    width: 100%;
    margin-top: 6px;
    padding: 20px;
    border: 1px solid #D8D8D8;
    -webkit-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.all-select .onFocus ul {
    overflow-y: auto;
    height: 240px;
}

.contact-us .form-block .select-part {
    align-items: flex-end;
}

.contact-us .form-block .select-part label {
    margin: 0;
}

.all-select .list-select .list-all li a, .contact-us .form-block .drop-list {
    padding-bottom: 10px;
}

.contact-us .all-select {
    margin-bottom: 55px;
}

.contact-us .all-select .list {
    left: 0;
    position: absolute;
    overflow: hidden;
    width: 100%;
    z-index: 99;
    padding: 0;
    background: #fff;
}

.contact-us .select-part .angle-but {
    background: #c61f48;
    color: #fff;
    width: 34px;
    height: 46px;
    display: flex;
    align-items: center;
    border-top-left-radius: 15px;
    justify-content: center;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.angle-but .fal {
    font-size: 24px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.contact-us .select-part .angle-but.rotate {
    background-color: #100004;
}

.contact-us .form-block .btn-effect, .count-part .btn-effect {
    float: right;
    margin-top: -20px;
    color: #fff;
    padding: 11px 32px;
}

.angle-but.rotate .fal {
    transform: rotate(180deg);
}

.all-select ::-webkit-scrollbar {
    width: 5px;
}

.all-select ::-webkit-scrollbar-track {
    background: #F3F3F3;
}

.all-select ::-webkit-scrollbar-thumb {
    background: #C61F48;
}

.modal-backdrop {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #707070;
}

#call-modal .modal-body {
    padding: 30px;
}

#call-modal h2 {
    margin: 0 0 16px;
}

#call-modal .modal-content {
    box-shadow: none;
    border: none;
    max-width: 572px;
    margin: auto;
}

.online-payment {
    padding-bottom: 100px;
}

.online-payment .main-heading {
    margin-bottom: 0;
}

.online-payment .main-text {
    color: #C61F48;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 50px;
}

.online-payment .payment-btn {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.1);
}

.online-payment .payment-btn .payment-img {
    border: 1px solid #d8d8d8;
    height: 124px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.online-payment .payment-btns a:first-child .payment-img {
    background: url("../img/Hesabaz.svg") no-repeat center;
}

.online-payment .payment-btns a:last-child .payment-img {
    background: url("../img/portmanat-logo.jpg") no-repeat center;
}

.online-payment .payment-btns.flex, .list-of-block {
    justify-content: flex-start;
}

.online-payment .payment-btns a:not(:last-child) .payment-btn {
    margin-right: 18px;
}

.online-payment .payment-btns a:hover .payment-btn {
    box-shadow: none;
}

.online-payment .bold-btn {
    display: block;
    background-color: #C61F48;
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding: 12px 40px;
}

.wireless-internet .block-page-top.with-bg {
    background: url("../img/simsiz-internet.jpg") no-repeat top;
    background-size: cover;
    height: 100vh;
}

.wireless-internet .wireless-btns {
    display: flex;
    align-items: center;
    border: 2px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 80px;
    overflow: hidden;
    max-width: 345px;
}

.wireless-internet .wireless-btns a {
    width: 100%;
    text-decoration: none;
    text-align: center;
    padding: 10px 0;
    position: relative;
}

.white-btn {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.white-btn:hover {
    background: #fff;
    color: #C61F48 !important;
}

.wireless-internet .wireless-btns a:first-child:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 3px;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
}

.wireless-internet .main-heading {
    margin: 0;
}

.ikt-solutions .block-page-top.with-bg {
    background: url("../img/ikt-heller.jpg") no-repeat top;
    background-size: cover;
}

.ikt-solutions .block-page-bottom {
    padding-top: 90px;
}

.ikt-solutions .article-block p {
    font-weight: 600;
    max-width: 654px;
}

.ikt-solutions .block-page-bottom .heading {
    margin-bottom: 30px;
}

.article-service-list li {
    padding: 0 0 0 15px;
    position: relative;
    margin-bottom: 10px;
}

.article-service-list li:before {
    content: '\f111';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #c61f48;
    position: absolute;
    left: 0;
    font-size: 6px;
    top: 50%;
    transform: translateY(-50%);
}

.article-service-list .explanation span, .fiber-optics-network .article-service-block .explanation {
    color: #100004;
}

.ikt-solutions .article-block .article-block-content {
    padding-bottom: 125px;
}

.ikt-solutions .article-block .article-service-block {
    padding-bottom: 140px;
}

.ikt-solutions .article-service-list li {
    padding: 0 0 0 20px;
}

.fiber-optics .block-page-top.with-bg {
    background-image: url("../img/fiber.jpg");
}

.fiber-optics.ikt-solutions .features {
    padding-bottom: 100px;
}

/*.fiber-optics.about .block-page-bottom .features .partner-list {
    align-items: flex-start;
}*/

.adsl .block-page-top.with-bg {
    background-image: url("../img/adsl.jpg");
    height: 100vh;
}

.adsl-individual {
    overflow: hidden;
}

.adsl-individual .block-page-top .main-heading {
    margin-bottom: 0;
}

.adsl-individual .main-text {
    margin-top: 70px;
}

.adsl-individual .check-input .form-control {
    border-color: #fff;
    padding-left: 75px;
    color: #fff;
}

.adsl-individual .check-input .form-control::placeholder {
    color: #D8D8D8;
}

.adsl-individual .check-input span {
    position: absolute;
    top: -2px;
    left: 10px;
}

.adsl-individual.individual .red-bg .btn-effect, .adsl-corporative .red-bg .btn-effect:hover {
    background: #fff;
    color: #C61F48;
    width: 100%;
    margin-top: 30px;
}

.adsl-individual .red-bg .btm-part {
    max-width: 334px;
    margin-top: 40px;
}

.adsl-individual .limitless {
    padding: 150px 0 108px;
}

.adsl-individual .limitless .heading {
    margin: 0 0 50px;
}

.red-bg {
    padding: 30px 150px 40px;
    background-color: #c61f48;
}

.network .network-services .article-service-list .explanation a {
    border-bottom: 1px solid #fff;
    display: inline-block;
}

.network .network-services .article-service-list .explanation a:hover {
    border-color: transparent;
}

.network .network-services .article-service-list .explanation span, .network .network-services .article-service-list li:before {
    color: #fff;
}

.network .network-services .article-service-list li:before {
    font-size: 14px;
}

.network .network-services .article-service-list li {
    padding-left: 30px;
}

.network-services .heading {
    margin-bottom: 20px;
}

.network .fiber-optics-network .main-heading, .network .wireless-network-content .main-heading {
    margin-bottom: 30px;
}

.network .network-content {
    padding-top: 100px;
}

.network .network-article p, .main-text, .about-main .article-block {
    max-width: 654px
}

.network .fiber-optics-network {
    padding-top: 150px;
}

.network .features {
    padding: 100px 0 150px;
}

.animation-optic {
    background: url("../img/optic-network-gif.gif") no-repeat;
    background-size: contain;
    height: 540px;
}

.animation-img {
    background: url("../img/p2p-gif.gif") no-repeat;
    background-size: contain;
    height: 540px;
}

.animation-img.change-bg {
    background: url("../img/p2mp-gif.gif") no-repeat;
    background-size: contain;
}

.network .change-btn-images .bold-btn {
    border: 2px solid #000;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background-color: #fff;
    color: #100004;
    outline: none;
}

.network .change-btn-images .bold-btn:hover, .network .change-btn-images .bold-btn.active {
    background-color: #c61f48;
    color: #fff;
}

.network .change-btn-images .bold-btn:first-child, .network .change-btn-images .bold-btn:focus:first-child {
    border-right: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.network .change-btn-images .bold-btn:last-child, .network .change-btn-images .bold-btn:focus:last-child {
    border-left: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.network .block-page-top.with-bg {
    background: url("../img/network.jpg") no-repeat top;
    background-size: cover;
}

.block-list {
    width: calc(100% / 3);
    min-width: calc(100% / 3);
    border-radius: 10px;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 0 20px 42px 0;
    border: 1px solid #D8D8D8;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.block-list:hover {
    box-shadow: none;
}

.block-list:nth-child(3n) {
    margin-right: 0;
}

.block-list, .block-list .flex {
    flex-direction: column;
}

.block-list .block-heading {
    background: #F3F3F3;
    width: 100%;
    justify-content: center;
}

.block-list .block-heading {
    min-height: 85px;
    flex-direction: row;
}

.block-list .list-unstyled {
    min-height: 65px;
    padding: 11px;
    background: #F3F3F3;
    margin: 0;
    text-align: center;
}

.block-list .block-body .block-top {
    padding: 10px 30px 20px;
    text-align: center;
    /*    display: flex;
        flex-direction: column;*/
}

.block-list .block-body .count-part {
    border-bottom: 1px solid #D8D8D8;
    color: #100004;
    padding-bottom: 8px;
}

.block-list .block-body .imp-text {
    display: block;
    padding-top: 8px;
}

.block-list .block-body ul > li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-list .block-body {
    width: 100%;
}

.block-list .block-body .btn-effect {
    display: inline-block;
    padding: 11px 32px;
    color: #fff;
}

.tooltip {
    position: absolute;
}

.imp-text + .tooltip.bottom > .tooltip-inner {
    max-width: 250px;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #d8d8d8;
    background: #fff;
    color: #100004;
    padding: 20px;
    text-align: left;
    font-size: 14px;
    border-radius: 0;
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.imp-text + .tooltip.bottom > .tooltip-arrow, .imp-text + .tooltip.bottom > .tooltip-arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.imp-text + .tooltip.bottom > .tooltip-arrow {
    border-width: 11px;
    top: -5px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #d8d8d8;
}

.imp-text + .tooltip.bottom > .tooltip-arrow:after {
    border-width: 10px;
    top: 1px;
    margin-left: -10px;
    content: "";
    border-top-width: 0;
    border-bottom-color: #fff;
}

.adsl-individual .block-page-top {
    padding-bottom: 120px;
}

.adsl-individual .before-click:after {
    content: url("../img/check.svg");
    position: absolute;
    right: -70px;
    bottom: -40px;
}

.adsl-individual .before-click.incorrect:after {
    content: url("../img/X.svg");
}

.adsl-individual .check-input .fas {
    position: absolute;
    right: 0;
    bottom: 8px;
    font-size: 17px;
}

.adsl-corporative .red-bg {
    background-color: #100004;
}

.adsl-corporative .red-bg .btn-effect {
    width: 100%;
    margin-top: 30px;
}

.cisco .block-page-top.with-bg {
    background-image: url("../img/cisco.jpg");
}

.cisco.ikt-solutions .article-block {
    padding-bottom: 110px;
}

.adsl-individual.wireless-individual .limitless, .network.wireless-corporative .features {
    padding-top: 30px;
}

.wireless-corporative .our-area .bold-heading {
    color: #100004;
    margin-bottom: 40px;
}

.wireless-corporative .our-area {
    padding: 150px 0 120px;
}

.virtual-ats .block-page-top.with-bg {
    background: url("../img/virtual-ats.jpg") no-repeat top;
    background-size: cover;
}

.virtual-ats .partner-list .advantages-text.gray-text h4 {
    color: #919191;
}

.virtual-ats .advantages {
    padding-top: 100px;
}

.virtual-ats .features {
    padding-top: 110px;
}

.virtual-ats.about .block-page-bottom .server form .label-name {
    flex-basis: 33%;
}

.virtual-ats .block-page-bottom {
    padding-right: 80px;
}

.virtual-ats .features.contact-us {
    padding-top: 0;
}

.virtual-ats .cloud:after {
    content: url("../img/cloud.svg");
    position: absolute;
    display: block;
    z-index: -1;
    top: 50%;
    right: -220px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hosting .block-list .block-heading {
    background: #C61F48;
    color: #fff;
    font-size: 30px;
}

.hosting .block-list .block-body .count-part {
    flex-direction: row;
    line-height: 25px;
    justify-content: center;
}

.hosting .block-list .block-body .right-count {
    display: flex;
    flex-direction: column;
}

.hosting .block-list .block-body .count-part .main-count {
    font-size: 50px;
    margin-right: 5px;
}

.hosting .block-list .block-body .count-part .score-count {
    font-size: 14px;
    color: #919191;
    font-weight: 400;
    line-height: 18px;
    display: inline-block;
}

.hosting .block-list .block-body .block-top {
    padding-top: 25px;
}

.hosting .block-list .block-body .block-top .imp-text {
    font-size: 14px;
    font-weight: 400;
}

.hosting .block-list .block-top .list-unstyled {
    background: transparent;
    padding: 20px 0 0;
    display: flex;
    text-align: left;
    flex-direction: column;
    align-items: flex-start;

}

.hosting .block-list .block-top .list-unstyled li .imp-text {
    padding: 0 0 0 30px;
    background: url("../img/check-ic.svg") no-repeat left;
    margin-bottom: 15px;
}

.switch {
    /*
    display: block;
    */
    margin: 30px 0 40px;
    display: flex;
    align-items: center;
}

.switch .imp-text {
    color: #919191;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.38;
    letter-spacing: 0.48px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin-left: 15px;

}

.switch .imp-text:hover, .switch.colored .imp-text:hover {
    color: #100004;
}

.switch input[type="checkbox"] {
    display: none;
}

/*.switch input[type="checkbox"]:checked + label {
    background-color: #2f7df9;
}*/

.switch input[type="checkbox"]:checked + label:after {
    left: 33px;
}

.switch label {
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    display: inline-block;
    position: relative;
    width: 70px;
    height: 40px;
    border-radius: 155px;
    border: solid 3px #d8d8d8;
    cursor: pointer;
    background-color: transparent;
    color: transparent;
    margin: 0;
}

.switch label:after {
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #d8d8d8;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 5px;
    right: auto;
}

.switch label:hover:after {
    background-color: #919191;
}

.switch.colored input[type="checkbox"]:checked + label:after {
    background-color: #55c946;
}

.switch.colored .imp-text {
    color: #55c946;
}

.switch.colored label {
    border-color: #55c946;
}

.table-block {
    overflow-x: auto;
}

.table p {
    font-size: 24px;
    font-weight: 700;
    color: #100004;
}

.table p > sup {
    left: -3px;
}

.table .btn-effect {
    padding: 4px 9px;
    border-radius: 5px;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
}

.table > tbody > tr {
    color: #100004;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.table-hover > tbody > tr:hover td {
    border: none;
}

.table > thead > tr > td {
    padding: 8px 20px 20px;
    text-align: center;
}

.table > thead > tr > td:first-child p {
    text-align: left;
}

.table > tbody > tr > td {
    padding: 10px;
    border-top: none;
    border-bottom: none;
    vertical-align: middle;
}

.table > tbody > tr td:first-child {
    padding-left: 20px;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 1px;
}

.table > tbody + tbody {
    border-top: 1px solid #ddd;
}

.table > tbody > tr > td:not(:first-child) {
    text-align: center;
}

.table > tbody > tr > td > p > span {
    font-weight: 600;
    color: #919191;
    font-size: 16px;
    margin-left: 5px;
}

.table-hover > tbody > tr:hover {
    background-color: #c61f48;
    color: #fff;
    cursor: pointer;
}

.table-hover > tbody > tr:hover span, .table-hover > tbody > tr:hover p {
    color: #fff;
}

.hosting .features {
    padding-bottom: 120px;
}

.hosting .block-page-top.with-bg {
    background-image: url("../img/hosting.jpg");
}

.navbar-toggle {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 2.88px;
    text-transform: uppercase;
    color: #100004;
    -webkit-animation: pop 2s infinite;
    -o-animation: pop 2s infinite;
    animation: pop 2s infinite;
}


@-webkit-keyframes pop {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes pop {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}


.navbar-toggle .icon-bar {
    background-color: #100004;
    width: 42px;
    height: 2px;
}

.navbar-toggle.white .icon-bar {
    background-color: #fff;
}

.navbar-toggle .btn-title {
    margin-top: 4px;
    display: inline-block;
}

.collapse-menu {
    position: fixed;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    left: auto;
    right: -2000px;
    bottom: 0;
    background: #fff;
    transition: ease-in-out .3s;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    height: 100%;
}

.collapse-menu .sidebar .sidebar-top {
    border-bottom: 1px solid #D8D8D8;
    border-top: 1px solid #D8D8D8;
    padding: 15px 20px;
}

.collapse-menu .sidebar .sidebar-bottom .menu-list {
    padding: 0 20px;
}

.collapse-menu .sidebar .copyright-block {
    margin: 20px 20px 0 7px;
}

.collapse-menu .sidebar .nav-content {
    padding: 10px 25px;
}

.collapse-menu.toggled {
    right: 0;
}

.collapse-menu .sidebar {
    padding: 0 0 40px;
}

.close-btn {
    width: 40px;
    height: 40px;
    padding: 0;
}

.close-btn:before, .close-btn:after {
    position: absolute;
    content: ' ';
    height: 40px;
    width: 2px;
    background-color: #333;
    top: 0;
}

.collapse-menu .header-content {
    padding: 0 30px 0 10px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 10px;
}

.close-btn:before {
    transform: rotate(45deg);
}

.close-btn:after {
    transform: rotate(-45deg);
}

.hosting .block-page-bottom {
    padding-right: 120px;
}

.package-slider .item {
    padding: 0 10px;
}

.hosting .package-slider .item {
    padding: 0 10px 20px;
}

.hosting .block-list {
    width: 100%;
}

@media only screen and (min-width: 1740px) and (max-width: 1920px) {
    .block-page-top.with-bg{
        height: 750px;
    }
    .adsl .block-page-top.with-bg{
        height: 100vh;
    }
    .wireless-internet .block-page-top.with-bg{
        height: 100vh;
    }
    .block-page-bottom, .virtual-ats .block-page-bottom {
        padding: 0 300px 150px 327px;
    }

    .red-bg {
        padding: 30px 327px 40px;
    }

    .block-page-top {
        /*padding: 290px 170px 0 370px;*/
        padding: 256px 170px 0 332px;
    }

    .about .block-page-bottom .partner-list li.flex {
        padding-right: 150px;
    }

    .virtual-ats .block-page-top .col-lg-5 {
        width: 100%;
    }
}

/*@media only screen and (min-width: 1440px) {*/
/*    .block-page-top.with-bg{*/
/*        !*height: 750px;*!*/
/*    }*/

/*    .block-page-top {*/
/*        padding-top: 290px;*/
/*    }*/

/*}*/

@media only screen and (max-width: 1440px) {
    .block-page-top.with-bg{
        height: 535px;
    }
    .sidebar .sidebar-top .list-unstyled > li > a {
        padding: 0 8px;
    }
    .adsl .block-page-top.with-bg{
        height: 100vh;
    }
    .wireless-internet .block-page-top.with-bg{
        height: 100vh;
    }
    .hosting .block-page-bottom {
        padding-right: 70px;
    }

    .cloud-servers .explanation {
        max-width: 200px;
    }

    .hosting .block-list .block-body .block-top {
        padding: 10px 20px 20px;
    }
    .contact-us label span {
        padding: 0 4px;
        pointer-events: none;
        position: absolute;
        left: 0;
        top: 13px;
        color: #919191;
        font-size: 19px;
        font-weight: 600;
        display: inline-block;
        transition: ease-in .1s;
        transition-timing-function: ease-in;
        width: 70%;
        transition-timing-function: cubic-bezier(.25, .1, .25, 1);
    }
}

@media only screen and (min-width: 1200px) {

    .contact-us label span {
        padding: 0 4px;
        pointer-events: none;
        position: absolute;
        left: 0;
        top: 13px;
        color: #919191;
        font-size: 19px;
        font-weight: 600;
        display: inline-block;
        transition: ease-in .1s;
        transition-timing-function: ease-in;
        width: 70%;
        transition-timing-function: cubic-bezier(.25, .1, .25, 1);
    }

    .network .main-heading {
        text-indent: -8px;
    }

    .offices .main-heading, .online-payment .main-heading {
        text-indent: -12px;
    }
}

@media only screen and (max-width: 1200px) {
/*@media only screen and (max-width: 1400px) {*/
    .block-page-top.with-bg{
        height: 535px;
    }
    .block-page-top {
        padding: 155px 50px 0;
    }

    .red-bg {
        padding: 30px 50px 40px;
        background-color: #c61f48;
    }

    .hosting .block-page-bottom {
        padding-right: 50px;
    }

    .block-page-bottom {
        padding: 0 50px 150px;
    }

    .hosting .block-list .block-body .count-part .main-count {
        font-size: 45px;
    }
}


@media (min-width: 992px) {
    .navbar-toggle {
        display: none;
    }

    .navbar-fixed-top {
        width: calc(100% - 90%);
    }
}


@media only screen and (max-width: 991px) and (min-width: 767px) {
    .about .features .flex {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .about .block-page-bottom .features .partner-list {
        flex-basis: 50%;
    }

    .about .block-page-bottom .features .partner-list:last-child, .cisco.about .block-page-bottom .features .partner-list {
        flex-direction: row;
        flex-basis: 100%;
        justify-content: space-around;
    }

    .fiber-network-block.block-page-bottom .features .partner-list:last-child {
        justify-content: space-between;
    }

    .about .block-page-bottom .features .partner-list:last-child li {
        text-align: center;
    }

    .fiber-optics.about .block-page-bottom .features .partner-list {
        flex-basis: 100%;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .about .features .flex.list-of-block {
        flex-wrap: nowrap;
    }

    .about .block-page-bottom.fiber-network-block .features .partner-list, .wireless-corporative.about .block-page-bottom .features .partner-list {
        flex-basis: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        text-align: center;
    }

    .about .block-page-bottom .features .partner-list li {
        text-align: center;
    }

    .virtual-ats {
        overflow-x: hidden;
    }

    .virtual-ats.about .block-page-bottom .server .slider1_parent {
        flex-basis: 70%;
    }

    .virtual-ats.about .block-page-bottom .server form .label-name {
        flex-basis: 24%;
    }
}

@media only screen and (max-width: 991px) {
    header {
        width: 100%;
        left: 0;
        right: 0;
    }

    .package-slider .owl-carousel .owl-stage-outer {
        padding-bottom: 20px;
        overflow: visible;
    }

    .navbar-fixed-top {
        position: absolute;
        padding: 0;
    }

    .logo {
        border-radius: 0 0 20px 0;
        padding-left: 10px;
    }

    .navbar-toggle, .mobile {
        display: block;
    }

    .navbar-toggle.white .icon-bar {
        background-color: #000 !important;
    }

    .sidebar .navbar-nav > li > a {
        font-size: 24px;
        padding: 5px 0;
    }

    .offices .address .address-name {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .all-select .list-select ul a {
        font-size: 20px;
    }

    .sidebar .copyright, .offices .address ul > li > a, .offices .address ul > li > p, .all-select .list-select .list-all ul li a {
        font-size: 15px;
    }

    .all-select .list-select .list-all ul {
        flex-direction: row;
    }

    .all-select .list-select .list-all ul li {
        width: 50%;
    }

    .all-select .list-select .list-all ul li a {
        display: inline-block;
    }

    /*online-payment*/
    .online-payment .main-heading {
        margin-bottom: 10px;
    }

    .online-payment .main-text {
        font-size: 20px;
        margin-bottom: 100px;
    }


    .features.contact-us .flex {
        flex-direction: column;
    }

    .contact-us .form-block .flex label {
        width: 100%;
    }

    .features.contact-us .all-select .select-part.flex {
        flex-direction: row;
        align-items: flex-end;
        flex-wrap: nowrap;
    }

}

@media (min-height: 800px) {
    .main .main-flex {
        height: 100vh;
        overflow-y: auto;
    }

    .main-slider .owl-carousel .item-content {
        justify-content: flex-end;
    }
}

@media only screen and (max-width: 768px) {
    .web-xs {
        display: none !important;
    }

    .mobile-xs {
        display: block;
    }

    .main-slider .main-text {
        font-size: 15px;
        color: #fff;
        line-height: 20px;
    }

    .main-heading {
        font-size: 40px;
        line-height: 1.25;
    }

    .main-slider .owl-carousel .owl-nav {
        bottom: 40px;
        left: 70px;
    }

    .main-slider .btn-effect {
        width: 126px;
    }

    .main-slider .owl-carousel .item-content {
        left: 70px;
        max-width: 50%;
    }

    .block-page-top {
        padding: 189px 20px 0;
    }

    .map {
        height: 370px;
        margin: 0 0 100px 0;
    }

    .block-page-bottom {
        padding: 0 20px 100px;
    }

    .block-page-top.with-bg {
        background-image: url("../img/cloud-xs.jpg");
        height: 500px;
    }
    .wireless-internet .block-page-top.with-bg {
        background: url("../img/simsiz-internet-xs.jpg") no-repeat top;
        background-size: cover;
    }

    .adsl .block-page-top.with-bg {
        background-image: url("../img/adsl-xs.jpg");
        padding-bottom: 100px;
    }
    .adsl .block-page-top.with-bg{
        height: 400px;
    }
    .wireless-internet .block-page-top.with-bg{
        height: 400px;
    }


    .faq .block-page-top.with-bg {
        background: url("../img/F.A.Q-xs.jpg") no-repeat top;
        background-size: cover;
    }

    .cisco .block-page-top.with-bg {
        background-image: url("../img/cisco-xs.jpg");
    }

    .fiber-optics .block-page-top.with-bg {
        background-image: url("../img/fiber-xs.jpg");
    }

    .network .block-page-top.with-bg {
        background-image: url("../img/network-xs.jpg");
    }

    .hosting .block-page-top.with-bg {
        background-image: url("../img/hosting-xs.jpg");
    }

    .virtual-ats .block-page-top.with-bg {
        background-image: url("../img/virtual-ats-xs.jpg");
    }

    /*about*/
    .about .block-page-top .main-heading, .about.cloud-servers .advantages .heading {
        margin-bottom: 50px;
    }

    .block-page-bottom .heading, .red-bg .heading {
        font-size: 30px;
    }

    .about .partners {
        padding: 75px 0;
    }

    .article-block, .block .stuff-profession {
        font-size: 15px;
    }

    .stuff {
        padding: 80px 0 60px;
    }

    .block .stuff-name {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 6px;
    }

    .block-page-bottom .item-content-inner .explanation {
        font-size: 20px;
        margin-bottom: 0;
        line-height: 25px;
    }

    .open-all.btn-transparent {
        padding: 0 20px;
        margin-bottom: 40px;
    }

    .about .block-page-bottom .partner-list li.flex > a, .about .block-page-bottom .partner-list li {
        /*width: 45%;*/
    }

    .about .block-page-bottom .partner-list li.flex > a, .about .block-page-bottom .partner-list li {
        padding: 25px 0;
    }

    .about .block-page-bottom .partner-list li.flex {
        padding: 0;
        flex-wrap: wrap;
    }

    .about .block-page-bottom .features .partner-list li, .cisco.about .block-page-bottom .features .partner-list li {
        height: auto;
        flex-direction: row;
        display: flex;
        padding: 0;
    }

    .about .features .flex {
        align-items: self-start;
        flex-direction: column;
        margin: 0;
    }

    .about .features.limitless .flex {
        align-items: center;
        width: 100%;
    }

    .offices .block-page-bottom {
        padding-bottom: 40px;
    }

    .offices .main-text {
        font-size: 20px;
        margin: 10px 0 50px;
    }

    .offices .address {
        margin-bottom: 40px;
    }

    /*wireless-internet*/
    .wireless-internet .wireless-btns {
        border-color: #c61f48;
        margin-top: 20px;
        height: 47px;
    }

    .wireless-internet .wireless-btns a, .contact-us label span, .form-control, .adsl-individual .red-txt, .features .partner-list .advantages-text h4, .fiber-optics-network .article-service-block .explanation, .ikt-solutions .article-service-list .explanation span, .cloud-servers .partner-list .advantages-text.gray-text h4 {
        font-size: 20px;
        line-height: 25px;
    }

    .wireless-internet .wireless-btns a:first-child {
        border-right: 2px solid #c61f48;
    }

    .white-btn:hover {
        background: #c61f48;
        color: #fff !important;
    }

    .wireless-internet .block-page-bottom {
        padding-bottom: 85px;
    }

    .wireless-internet .main-heading, .block-page-bottom .item-content-inner .main-heading {
        margin: 40px 0 10px 0;
    }

    .faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .cisco .article-block .features .flex {
        flex-direction: column;
        align-items: flex-start;

    }

    .features .partner-list .advantages-text h4, .fiber-optics-network .article-service-block .explanation {
        text-align: left;
    }

    .features .partner-list li .circle-img, .about .block-page-bottom .features .partner-list li .circle-img, .cloud-servers .partner-list .circle-img {
        margin-right: 30px;
    }

    .ikt-solutions .article-service-list li, .ikt-solutions .article-block {
        padding-bottom: 0;
    }

    .ikt-solutions .block-page-bottom {
        padding-top: 0;
    }

    .ikt-solutions .item-content-inner {
        margin-bottom: 50px;
    }

    .ikt-solutions .article-block .article-block-content {
        padding: 40px 0 75px;
    }

    .ikt-solutions .article-block .article-service-block, .cisco.ikt-solutions .article-block, .fiber-optics.ikt-solutions .features {
        padding-bottom: 60px;
    }

    /*adls-corporative*/
    .adsl-individual .main-text {
        margin: 50px 0 10px;
    }

    .adsl-individual .imp-text, .network .network-article p {
        font-size: 15px;
        margin: 0;
    }

    .red-bg .heading {
        margin-bottom: 7px;
    }

    .about.adsl-individual .block-page-top .main-heading {
        margin-bottom: 10px;
    }

    .red-bg {
        padding: 30px 20px;
    }

    .adsl-individual.individual .red-bg .btn-effect {
        padding: 9px 30px;
    }

    .adsl-individual .red-bg {
        margin-top: 100px;
    }

    /*network*/
    .network .network-content {
        padding-top: 50px;
    }

    .network .fiber-optics-network {
        padding-top: 109px;
    }

    .network .fiber-optics-network .main-heading {
        margin-bottom: 38px;
    }

    .network .fiber-optics-network .article-service-block {
        margin-bottom: 10px;
    }

    .network .article-service-block .article-service-list {
        padding-left: 20px;
    }

    .network .article-service-block .article-service-list li {
        margin-bottom: 5px;
    }

    .network .features .heading {
        margin: 0 0 50px;
    }

    .network .features {
        padding: 100px 0 59px;
    }

    .network .features.contact-us {
        padding-top: 50px;
    }

    .network .wireless-network-content .main-heading {
        margin-bottom: 40px;
    }

    .network .change-btn-images {
        margin-bottom: 30px;
    }

    .half-padding .block-page-bottom {
        padding: 0 0 100px;
    }

    .half-padding .block-page-top {
        padding: 189px 0 0;
    }

    .half-padding .features .heading, .switch, .half-padding .table-block {
        padding-left: 20px;
    }

    .half-padding .about-article, .half-padding .features.contact-us {
        padding: 0 20px
    }

    .half-padding .features.contact-us .heading, .fiber-optics.ikt-solutions .features.contact-us, .cloud-servers.about .block-page-bottom .advantages .partner-list, .about.virtual-ats .block-page-bottom .advantages .partner-list {
        padding: 0;
    }

    .table {
        table-layout: fixed;
    }

    .table thead > tr > td, .table tbody > tr > td {
        width: 150px;
    }


    .table thead > tr > td:first-child, .table tbody > tr > td:first-child {
        width: 200px;
    }

    .table p {
        font-size: 20px;
    }

    .table tbody > tr > td, .table > tbody > tr > td > p > span {
        font-size: 15px;
    }


    /*cloud-servers*/
    .about.cloud-servers .advantages {
        padding: 100px 0 120px;
    }

    .cloud-servers .explanation {
        max-width: 100%;
    }

    .about.cloud-servers .advantages .partner-list li {
        flex-wrap: unset;
        margin-bottom: 40px;
    }

    .cloud-servers .partner-list .advantages-text.gray-text h4 {
        margin: 0 0 5px 0;
    }

    .cloud-servers.about .block-page-bottom .operating-systems {
        padding: 60px 0 60px;
    }

    .cloud-servers .slider1_parent .wrap-element {
        flex-direction: row-reverse;
    }

    .cloud-servers.about .block-page-bottom .operating-systems .heading {
        margin-bottom: 53px;
        line-height: 43px;
    }

    .about.cloud-servers .advantages .operating-systems .partner-list li {
        margin: 0;
        min-width: 50%;
        justify-content: flex-start;
        padding-bottom: 30px;
    }

    .about .block-page-bottom .advantages .partner-list li.debian a {
        padding: 0;
    }

    /*adls*/
    .adsl-individual .limitless {
        padding: 100px 0;
    }

    /*wireless*/
    .adsl-individual.wireless-individual .limitless {
        padding-top: 0;
    }

    .wireless-individual.half-padding .block-page-bottom {
        padding-top: 100px;
    }

    .wireless-corporative .our-area {
        padding: 100px 0 0;
    }

    .wireless-corporative .our-area .bold-heading {
        font-size: 20px;
        line-height: 25px;
    }

    .virtual-ats .block-page-bottom {
        padding-right: 20px;
    }

    .virtual-ats .cloud:after {
        content: none;
    }

    .block-list .block-body .btn-effect {
        padding: 9px 15px;
    }

    .hosting .switch .imp-text {
        font-size: 20px;
        margin-left: 10px;
    }

    .hosting .features {
        padding: 0 0 80px;
    }

    .hosting .item-content-inner {
        margin-bottom: 100px;
    }

    .virtual-ats .cloud-img {
        margin: 20px 0 40px;
    }

    .virtual-ats .features .heading {
        margin-bottom: 57px;
    }

    .virtual-ats .features {
        padding-top: 60px;
    }

    .package-slider .owl-carousel .owl-stage {
        padding-left: 10px !important;
    }

    .hosting.about .features.limitless .flex {
        min-height: 80px;
    }

    /*range-slider*/
    .server .range-list {
        padding-top: 0;
    }

    .slider1_parent .title {
        line-height: 28px;
        margin: 0;
        font-size: 24px;
        font-weight: 600;
        display: inline-block;
        flex-basis: 20%;
        max-width: 170px;
    }

    .server .count-part .count {
        font-size: 30px;
    }

    .slider1_parent {
        display: block;
        width: 100%;
        margin-top: 40px;
    }

    .about .block-page-bottom .server form .flex:first-child .slider1_parent {
        margin-top: 0;
    }

    .slider1_parent .main_block {
        margin-top: 30px;
    }

    .fiber-network-block.block-page-bottom .features .partner-list, .about .block-page-bottom .features .partner-list {
        width: 100%;
    }

    .fiber-network-block.block-page-bottom .features .partner-list li, .about .block-page-bottom .features .partner-list li {
        width: 100%;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 570px) {
    .online-payment .payment-btns a:not(:last-child) .payment-btn {
        margin: 0 0 40px 0;
    }

    .online-payment .payment-btns.flex {
        flex-direction: column;
        justify-content: center;
    }

    .stuff .col-xs-6 {
        width: 100%;
    }

    .select-part label .inpt {
        top: -22px;
        font-size: 15px;
    }

    .animation-img {
        height: 282px;
    }

    .about .partners .partner-list li.flex a {
        width: 50%;
    }

    .block-list .block-body .block-top {
        padding: 10px 25px 20px;
    }
}

@media only screen and (max-width: 475px) {
    .main-slider .owl-carousel .owl-nav {
        bottom: 40px;
        left: 20px;
    }

    .main-slider .item:after {
        content: '';
        background-image: linear-gradient(to bottom, rgba(16, 0, 4, 0), #100004);
        position: fixed;
        left: 0;
        right: 0;
        top: 20%;
        bottom: 0;
    }

    .main-slider .owl-carousel .item-content {
        left: 20px;
        z-index: 99;
        max-width: 90%;
    }

    .payment-btns.flex a {
        width: 100%;
    }

    .map {
        height: 320px;
    }

    .contact-us .form-block .btn-effect, .count-part .btn-effect {
        padding: 10px 32px;
        width: 100%;
        font-size: 20px;
        text-align: center;
    }

    .animation-img {
        height: 240px;
    }

    .network .change-btn-images .bold-btn {
        font-size: 20px;
        line-height: 25px;
        padding: 9px 10px;
        text-align: left;
    }

    .adsl-individual .red-bg .btm-part {
        max-width: 100%;
    }

    .animation-optic {
        height: 240px;
    }
}

@media only screen and (max-width: 375px) {
    .about.cloud-servers .advantages .operating-systems .partner-list {
        justify-content: space-between;
    }

    .about.cloud-servers .advantages .operating-systems .partner-list li {
        width: 45%;
        min-width: 45%;
    }

    .server .count-part .count-side .edv {
        font-size: 25px;
    }

    .server .count-part .txt {
        font-size: 20px;
    }

    .block-page-top.with-bg {
        background-image: url("../img/cloud-xs.jpg");
        height: 400px;
    }
}

@media only screen and (max-width: 325px) {
    .main-slider .main-text {
        display: none;
    }
}

@media only screen and (max-width: 320px) {
    .server .count-part .count-side .edv {
        font-size: 23px;
    }

    .server .count-part .txt {
        font-size: 18px;
    }
}

