.mn-s {
    background-image: url("img/sprite.png");
    background-repeat: no-repeat;
}

.mn-lo {
    background-image: url("img/map-icon-2.png");
    background-repeat: no-repeat;
}
.auth-1 {
    background-image: url("img/auth-1.png");
    background-repeat: no-repeat;
    display: inline-block;
}

.mn-paper {
    background: #fff;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #ededed;
    box-shadow: 0 0px 5px 0px #E5E5E5;
}
.loading {
    width:64px;
    height: 64px;
    background: url("img/loading.gif") no-repeat;
    display: none;
    position: absolute;
    left: 27%;
    bottom: 42px;
}
.disn {
    display: none;
}
.disb {
    display: block;
}
#result p {
    color: green;
    font-weight: bold;
}
#result2 p
{
    color: red;
    font-weight: bold;
}
.focusme {
    border:1px solid red !important;
;
}
/*APP BAR*/
.app-bar {
}
.top-links {
    height: 46px;
}
.p-li {
    z-index: 0;
}
.mn-l-menu a {
    font-family: 'Gotham-Medium';
    font-size: 11px;
    color: #000;
    border-radius: 3px;
    display: block;
    padding: 5px 6px 5px 6px;
    border: 1px solid transparent;
}
.mn-l-menu li a span {
    border-bottom: 1px solid #d4d4d4;
}
.mn-l-menu li a:hover {
    text-decoration: none;
    color: #aaa;
}
.mn-l-menu li a:hover span {
    border-bottom: none;
}
.mn-l-menu li.active a span {
    border-bottom: 0;
}
.mn-l-menu li.active a {
    border: 1px solid #d4d4d4;
    font-family: 'Gotham-Book';
    color: #aaa;
    text-decoration: none;
}

.social-nav {
    margin-left: 24px;
}
.social-nav a {
    width: 45px;
    height: 46px;
    background-image: url("img/sprite.png");
    background-repeat: no-repeat;
    text-indent: -99999px;
}
.social-nav a:hover {
    opacity: 0.8;
}
.fb {
    background-position: 0 0;
}
.t {
    background-position: -47px 0;
}
.g {
    background-position: -141px 0;
}
.rss {
    background-position: -92px 0;
}
.social-nav a.fa-instagram{
    text-indent: 0;
    padding: 13px 17px;
    background: none;
    color: #c13584;
    border-bottom: 3px solid #c13584;
}
.social-nav a.fa-instagram:hover{
    background: #c13584;
    color: #fff;
    text-decoration: none;
}
.fb:hover {
    background-position: -273px 0;
}
.t:hover {
    background-position: -320px 0
}
.g:hover {
    background-position: -413px 0;
}
.rss:hover {
    background-position: -366px 0;
}

.auth-nav > div {
    position: relative;
}
.auth-nav > div.state-open {
    z-index: 25;
}
.auth-nav > div > a {
    width: 100%;
    height: 46px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    color: #555;
    padding: 0 18px;
    border-left: 1px solid #f3f3f3;
    position: relative;
    z-index: 21;
}
.auth-nav > div > a:hover {
    text-decoration: none;
}
.auth-nav .label {
    margin-left: 13px;
    font-size: 13px;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.auth-nav .drop-content {
    display: none;
    position: absolute;
    top: 0;
    left: -0.5px;
    right: -1px;
    z-index: 20;
    padding-top: 46px;
    background: #f9f9f9;
    border: 1px solid rgb(232, 232, 232);
    border-radius: 3px;
    box-shadow: 0 4px 10px -1px rgba(0, 0, 0, 0.1);
}
/*.state-open .drop-content {*/
/*display: block;*/
/*}*/
.auth-nav .user-panel {
    width: 240px;
}
.search-panel.state-open {
    background-color: #f2f6f8;
}
.auth-nav .search-panel input {
    border: 0;
    width: 156px;
    height: 34px;
    font-size: 13px;
    line-height: 34px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    color: #555;
    padding-left: 0;
    background: transparent;
    transition: all 0.4s ease-out;
}
.search-panel.state-open input {
    width: 280px;
}

.auth-nav .icon {
    width: 17px;
    height: 17px;
}
.auth-nav .icon-done {
    margin-top: 4px;
}
.auth-nav .icon-cart {
    margin-top: 1px;
}
.auth-nav .icon-manat {
    margin-left: 7px;
}
.icon-search {
    background-position: -69px -447px;
}
.icon-user {
    background-position: -192px 0;
}
.icon-done {
    background-position: -210px 0;
}
.icon-cart {
    background-position: -229px 0;
}
.icon-manat {
    background-position: -247px 0;
}
.icon-avirsim {
    background-image: url("img/avirsim.png");
    background-repeat: no-repeat;
}

.icon-avirapp {
    background-image: url("img/avirapp.png");
    background-repeat: no-repeat;
}

.icon-avirweb {
    background-image: url("img/avirweb.png");
    background-repeat: no-repeat;
}

.icon-drop-down {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    width: 11px;
    height: 8px;
    background-position: 0 -18px;
}
.state-open .icon-drop-down {
    background-position: 0 -129px;
}

/*LOGIN FORM*/
#login-form {
    padding: 20px 14px;
}
#login-form .form-input {
    line-height: 38px;
    padding-left: 35px;
}
#login-form .password {
    padding-right: 53px;
}
.row-username {
    position: relative;
}
.row-username .icon-user-login {
    width: 14px;
    height: 15px;
    position: absolute;
    top: 13px;
    left: 12px;
    z-index: 12;
    background-position: 0 -139px;
}

.row-password {
    position: relative;
}
.row-password .icon-lock {
    position: absolute;
    top: 13px;
    left: 12px;
    z-index: 12;
}
.row-password .btn-login {
    position: absolute;
    top: 0%;
    bottom: 0%;
    right: 0%;
}
.icon-login {
    width: 16px;
    height: 12px;
    display: inline-block;
    background-position: 0 -30px;
}
.icon-lock {
    display: inline-block;
    width: 12px;
    height: 14px;
    background-position: 0 0;
}

.forget-label {
    display: block;
    margin-top: 22px;
    font-family: 'Calibri', sans-serif;
    font-style: italic;
    font-size: 13px;
    color: #269ed6;
    text-decoration: none !important;
}
.forget-label .label {
    margin: 0;
    padding-left: 11px;
    text-decoration: underline;
}
.forget-label .label:hover {
    text-decoration: none;
}
.icon-arrow-1 {
    width: 18px;
    height: 13px;
    background-position: 0 -46px;
}

.action-list a {
    display: block;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    padding: 12px 0;
    border-top: 1px solid #ededed;
    max-width: 238px;
}
.action-list a:hover {
    background-color: #ededed;
    text-decoration: none;
}
.action-list span {
    width: 15px;
    height: 15px;
    margin-left: 17px;
    margin-right: 16px;
    vertical-align: middle;
}
.icon-done-1 {
    background-position: 0 -68px;
}
.icon-settings {
    background-position: 0 -110px;
}
.icon-logout {
    background-position: 0 -91px;
}

/*NAV-BAR*/
.nav-bar {
    border-bottom: 8px solid #f2f2f2;
    /*background: url("img/bg-t-2.png") no-repeat left bottom, url(img/bg-t-3.png) no-repeat right bottom;*/
    background-color: #fff;
    position: relative;
    height: 120px;
    padding-top: 20px;
}
.nav-list {
    height: 55px;
    float: left;
    margin-left: 50px;
}
span.logo {
    background-position: 25px 0;
    width: 100px;
    height: 60px;
    display: block;
    margin-right: 55px;
    border-radius: 50%;
}
.index-style .top-nav {

    margin-top: 0;
}
.top-nav {
    height: 100%;
    flex-grow: 1;
    margin-top: 15px;
}
.top-nav li {
    min-width: 35%;
    flex-grow: 1;
    background-color: rgba(255, 255, 255, 0.95);
}
.top-nav li>a {
    width: 100%;
    position: relative;
    flex-grow: 1;
}
.top-nav li a:hover {
    text-decoration: none;
}
.top-nav li.state-active > a {
    background-color: #f2f6f8;
}
.top-nav li .menu-right-border {
    width: 1px;
    height: 62px;
    position: absolute;
    top: 35px;
    right: 0;
    background: none;
}
.top-nav .menu-border {
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
}
.top-nav li.state-active .menu-border {
    height: 4px;
}
.top-nav li:nth-child(1) .menu-border {
    background: #293b81;
}
.top-nav li:nth-child(2) .menu-border {
    background: #269ed6;
}
.top-nav li:nth-child(3) .menu-border {
    background: #87d1f3;
}
.top-nav li:nth-child(4) .menu-border {
    background: #ABCF92;
}
.top-nav li:nth-child(6) .menu-border {
    background: #F9C605;
}
.top-nav li:nth-child(5) .menu-border {
    background: #F9C605;
}
.top-nav .icon {
    width: 44px;
    height: 44px;
    background-image: url(img/sprite.png);
    margin-right: 10px;
    flex-shrink: 0;
}
.icon-company {
    border-radius: 50%;
    background-color: #293b81;
    background-position: -31px -388px;
}
.icon-personal {
    border-radius: 50%;
    background-color: #269ed6;
    background-position: -218px -387px;
}
.icon-tie {
    border-radius: 50%;
    background-color: #87d1f3;
    background-position: -428px -388px;
}
.icon-cart-2 {
    border-radius: 50%;
    background-color: #87d1f3;
    background-position: -658px -387px;
}

.icon-globe-2 {
    border-radius: 50%;
    background-color: #abcf92;
    background-position: -875px -389px;
}
.menu-title {
    font-family: PrivaPro-one;
    font-size: 16px;
    /* text-transform: uppercase; */
    line-height: 19px;
    color: #494949;
    padding-left: 10px;
}
.menu-description {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 12px;
    color: #aaa;
}
.menu-arrow {
    background-position: -985px -112px;
    width: 15px;
    height: 11px;
    position: absolute;
    bottom: 22px;
    left: 84%;
    transition: all 650ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.top-nav li.state-active .menu-arrow {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.top-nav .sub-nav {
    display: none;
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    z-index: 99;
}

.top-nav > li a > span, .top-nav > li a > .menu-content {
    transition: all 160ms ease-out 0ms;
}

.top-nav > li.state-active a > span,
.top-nav > li.state-active a > .menu-content,
.top-nav > li a:hover > span,
.top-nav > li a:hover > .menu-content {
    margin-top: 5px;
}

.top-nav > li.state-active .sub-nav {

}
.top-nav >li:nth-child(2) .sub-nav {
    background-color: rgba(38, 158, 214, 0.9);
    z-index: 9999;
}
.top-nav > li:nth-child(3) .sub-nav {
    background-color: rgba(135, 209, 243, 0.9);
    z-index: 9999;
}
.top-nav > li:nth-child(4) .sub-nav {
    background: #ABCF92;
    z-index: 9999;
}
.sub-nav .t-icon {
    width: 48px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
    -moz-transform: scale(0.6);
    transform-origin: 0 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform: scale(0.6);
}
.sub-nav .s-list {
    width: 100%;
}
.sub-nav-c_ {
    position: relative;
    padding: 50px 105px;
    height: 466px;
}
.iconcenter{
    text-align: center;
}
.iconcenter img{

    width: 50px;
}
.sub-nav_ {
    margin-bottom: 26px;
}
.sub-nav-close {
    position: absolute;
    top: 5px;
    right: 0;
    width: 69px;
    height: 69px;
    border: 1px solid rgba(255,255,255, .2);
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}
.sub-nav-close span {
    font-family: 'Gotham-Thin';
    font-size: 30px;
    color: #fff;
    display: block;
    padding-top: 17px;
}
.sub-nav-close:hover {
    background: rgb(255, 255, 255);
}
.sub-nav-close:hover span {
    color: #1aa0e1;
}
.sub-nav-circle {
    position: absolute;
    right: 70px;
    width: 360px;
    height: 360px;
    background: url("img/sub-nav-circle.png") no-repeat 0 0;
}
.sub-nav-circle .s-list {
    margin-top: 100px;
    margin-left: 85px;
}
.s-list h3 {
    font-family: 'Calibri';
    font-weight: 400;
    font-size: 21px;
    color: #fff;
}
.s-list ul {
    min-width: 227px;
}
.s-list h3 a{
    font-family: 'Calibri';
    font-weight: 100;
    font-size: 22px;
    color: #fff;
}
html.ru .s-list h3 {
    font-size: 19px;
}
.s-list h3 .t-icon {
    margin-right: -3px;
    margin-bottom: -18px;
}
.s-list ul li {
    margin-left: 15px;
    padding-left: 16px;
    min-width: 120px;
    background: url("img/sub-list-arrow.png") no-repeat 0 10px;
}
.s-list ul a {
    font-family: 'Arial';
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    /*    border-bottom: 1px solid #fff;*/
    padding: 0 !important;
}
.s-list ul a:hover {
    border-bottom: 0;
}

.sub-nav.avirtel {
    background: rgba(41, 59, 129, 0.9);
    min-height: 0;
    padding-top: 15px;
    padding-bottom: 25px;
    right: auto;
}
.avirtel .s-list ul li a {
    line-height: 30px;
    font-size: 14px;
}

.sub-nav.contact {
    right: 0;
    background-color: #F9C605;
}
.sub-nav.apple {
    right: 0;
    background-color: #B9B9B9;
}

.sub-nav.partnerback {
    right: 0;
    background-color: #ABCF92;
}

.index-style {
    position: relative;
}
.index-style span.logo {
    margin-right: 35px;
    margin-left: 20px;
}
.index-style .nav-bar {
    position: absolute;
    z-index: 19;
    width: 100%;
    background: transparent;
    border: 0;
}
.index-style .nav-list {

    border-radius: 5px;
    height: 60px;
    margin-top: 24px;
    /* float: right; */
    float: left;
    margin-left: 20px;
}
.logo{
    float: left;
    margin-top: -7px;
}
.index-style .logo{
    float: left;
    margin-top: 0;
    width: 8%
}
.logo{
    float: left;
    margin-top: 0;
    width: 7%

}
.index-style .logo img{
    width: 100%;
}
.logo img{
    width: 100%;
}
.index-style .top-nav .sub-nav {
    /* top: 109px; */
}



.phone-address {
    margin-right: 4px;
    z-index: 9;
    position: absolute;
    margin-left: 1108px;
    float: right;
    margin-top: -160px;
    background: #fff;
    padding: 18px;
    -webkit-border-radius: 47px;
    -moz-border-radius: 47px;
    border-radius: 47px;
}
.phone-address .label {
    font-family: 'Calibri', sans-serif;
    line-height: 15px;
    font-weight: bold;
    font-size: 15px;
    color: #555;
    margin-left: 10px;
    width: 63px;
    word-break: break-word;
}
.icon-head-phone-2 {
    width: 54px;
    height: 53px;
    background-position: 0px -447px;
}
.phone-number .label {
    font-family: 'Gotham-Medium';
    font-size: 19px;
    color: #000;
    padding-top: 10px;
}
.phone-number .desc {
    font-family: 'Gotham-Book';
    font-size: 11px;
    color: #555;
    padding: 2px 0 0 5px;
}

/*SLIDER*/
.bx-wrapper .bx-pager {
    bottom: 0;
    padding-top: 0;
}
.bx-pager-item {
    width: 30px;
    height: 44px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.bx-pager-item.active {
    background: #f5f6f7;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    margin: 9px auto 0;
    padding: 0;
    background: #fff;
    border: 6px solid #1aa0e1;
    border-radius: 50%;
    width: 17px;
    height: 17px;
}
.bx-wrapper .bx-pager.bx-default-pager div:nth-child(1) a {
    border-color: #084a97;
}
.bx-wrapper .bx-pager.bx-default-pager div:nth-child(2) a {
    border-color: #1070b4;
}
.bx-wrapper .bx-pager.bx-default-pager div:nth-child(4) a {
    border-color: #85d0f3;
}
.bx-wrapper .bx-pager.bx-default-pager div:nth-child(5) a {
    border-color: #abcf92;
}
.bx-wrapper .bx-pager.bx-default-pager div:nth-child(6) a {
    border-color: #B9B9B9;
}

.bx-wrapper .bx-pager.bx-default-pager div:nth-child(8) a {
    border-color: #F9C605;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #fff;
}

.home-slider li {
    position: relative;
    height: 525px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.home-slider li a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}
.home-slider .shape-circle-small {
    position: absolute;
    z-index: 10;
    top: 136px;
    left: 75px;
    width: 179px;
    height: 179px;
}
/*.home-slider li:nth-child(even) .shape-circle {*/
/*right: 0;*/
/*left: auto;*/
/*}*/
.home-slider .shape-circle-small circle {
    fill: #269ed6;
}
.home-slider .shape-circle-small .content {
    position: absolute;
    top: 70px;
    left: 25px;
}
.home-slider .shape-circle-small .title {
    font-family: 'Calibri', sans-serif;
    font-size: 21px;
    line-height: 15px;
    color: #fff;
}
.home-slider .shape-circle-small .description {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #c4dbe6;
}
.home-slider .shape-circle {
    position: absolute;
    z-index: 15;
    top: 125px;
    left: 0;
    width: 330px;
    height: 314px;
}
.home-slider .shape-circle .content {
    position: absolute;
    top: 90px;
    left: 35px;
    right: 40px;
    text-align: left;
    font-family: 'Roboto', sans-serif;
}
.home-slider .shape-circle circle {
    fill: rgba(255, 255, 255, .8);
}
.home-slider .shape-circle .title {
    font-weight: 600;
    font-size: 27px;
    color: #293b81;
    margin-bottom: 12px;
    position: relative;
}
.home-slider .shape-circle .description, .home-slider .shape-circle .description p {
    font-size: 14px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    color: #485054;
    line-height: 19px;
}
.home-slider li:nth-child(even) .shape-circle .description {
    color: #000;
}
.home-slider .sep {
    width: 73px;
    height: 3px;
    margin: 25px auto;
    background-position: 0 -95px;
}
.rotator {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    position: absolute;
    bottom: -45px;
    left: -30px;
    margin-top: -21px;
}
.icon-rotate {
    width: 20px;
    height: 27px;
    background: url("img/slider-arrow.png") no-repeat 0 0;
}
.s-read-more {
    display: inline-block;
    margin-top: 55px;
    border: 1px solid #faf6f3;
    border-radius: 3px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 11px;
    color: #293b81;
    height: 36px;
    padding: 0 16px;
    line-height: 36px;
    text-transform: uppercase;
}
.s-read-more:hover {
    text-decoration: none;
}
.icon-arrow-right-5 {
    background: url("img/icon-arrow-right-5.png") no-repeat;
    width: 15px;
    height: 13px;
    margin-left: 12px;
    display: inline-block;
    vertical-align: text-bottom;
}


.ml-c {
    background: #fff url(img/bg-t-1.png) no-repeat bottom left;
    padding-top: 35px;
}
.main-links_ {
    height: 130px;
}
.main-links_ .link {
    position: relative;
    width: 312px;
    margin-right: 10px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 2px 3px 7px -2px rgba(165, 156, 156, 0.19);
    cursor: pointer;
}
.main-links_ .link img {
    max-width: 100%;
}
.main-links_ a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
.main-links_ .link:hover {
    opacity: 0.85;
}
.main-links_ .link .icon {
    width: 26px;
    height: 26px;
    position: absolute;
    left: 14px;
    bottom: 20px;
}
.main-links_ .link .title {
    position: absolute;
    bottom: 22px;
    left: 52px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 16px;
    color: #1aa0e1;
    border-bottom: 1px solid #1aa0e1;
}
.main-links_ .link .description {
    width: 105px;
    position: absolute;
    bottom: 20px;
    right: 22px;
    text-align: right;
    font-family: 'Calibri';
    font-style: italic;
    font-size: 12px;
    color: #aaa;
}
.icon-arrow-down {
    width: 12px;
    height: 15px;
    position: absolute;
    top: 33px;
    right: 17px;
    background-position: 0 -143px;
}
.main-links_ .link .icon {
    background-image: url(img/sprite.png);
}
.main-links_ .link:nth-child(1) .icon {
    width: 26px;
    height: 24px;
    background-position: -30px -167px;
}
.main-links_ .link:nth-child(2) .icon {
    width: 31px;
    height: 23px;
    background-position: -30px -135px;
}
.main-links_ .link:nth-child(3) .icon {
    width: 24px;
    height: 21px;
    background-position: -30px -107px;
}
.main-links_ .link:nth-child(4) .icon {
    width: 28px;
    height: 28px;
    background-position: -30px -200px;
}

.main-links-2_ {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 12px;
}
.main-links-2_ .link-2 {
    display: inline-block;
    vertical-align: top;
}
.main-links-2_ .link-2 a {
    display: block;
    width: 100px;
    height: 110px;
    padding-top: 15px;
    border-radius: 8px;
}
.main-links-2_ .link-2 a:hover {
    text-decoration: none;
    background: rgba(230, 232, 234, 0.5);
}
.main-links-2_ .link-2 .icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 10px;
    background-image: url(img/sprite.png);
}
.main-links-2_ .link-2 .title {
    font-family: 'Gotham-Medium', sans-serif;
    font-size: 11px;
    color: #79858c;
}
.icon-adsl {
    background-position: -42px -306px;
}
.icon-fiber {
    background-position: -160px -306px;
}
.icon-voip {
    background-position: -284px -306px;
}
.icon-ip-tv {
    background-position: -409px -306px;
}
.icon-cabel {
    background-position: -409px -246px;
}
.icon-toll-free {
    background-position: -534px -306px;
}
.icon-ict-training {
    background-position: -659px -306px;
}
.icon-ict-consulting {
    background-position: -784px -306px;
}
.icon-data-center {
    background-position: -909px -306px;
}
.icon-other-services {
    background-position: -45px -250px;
}

/*FOOTER*/
.footer {
    background: #f7f7f7;
    position: relative;
}
.cutting-edge-up {
    background: url("img/cutting-edge-up.png") repeat-x;
    height: 5px;
    position: absolute;
    left: 0;
    right: 0;
    top: -4px;
}
.footer_ {
    padding-bottom: 20px;
}
.footer_ h3 {
    font-family: 'Calibri';
    font-weight: 600;
    font-size: 17px;
    color: #555;
    padding-top: 20px;
    margin-bottom: 10px;
}
.footer_ ul {
    width: 125px;
    margin-right: 50px;
}
.footer_ ul a {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 12px;
    color: #9d9d9c;
    line-height: 22px;
}


.footer_ .contact_s {
    width: 340px;
    margin-right: 50px;
    margin-left: 100px;
}
.footer_ .contact_s ul {
    width: 100%;
    margin-right: 0;
}
.footer_ .contact_s li {
    position: relative;
}
.footer_ .contact_s li .icon {
    /*position: absolute;*/
    left: -30px;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.footer_ .contact_s li .icon-home {
    background-position: 0 -242px;
}
.footer_ .contact_s li .icon-head-phone {
    background-position: 0 -264px;
}
.footer_ .contact_s li .icon-mail {
    background-position: 0 -285px;
}
.icon-toll-free-3 {
    background-position: 0 -303px;
}
.footer_ li span, .footer_ .contact_s li a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #555;
    display: inline-block;
    vertical-align: top;
    width: 83%;
}
.footer_ .reserved {
    margin-top: 20px;
}
.reserved p, .reserved i {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #aaa;
    margin-bottom: 20px;
}
.reserved i {
    display: block;
    margin-bottom: 2px;
}
.reserved a {
    text-decoration: none !important;
}
.reserved h4 {
    color: #000;
    font-size: 14px;
}




.pages {
    margin-top: 25px;
    padding: 10px 0px 10px 30px;
    border-radius: 4px;
    border: solid 1px #f0f0f0;
    background: rgb(248, 247, 246);
}

.pages_st {
    float: left;
    border: solid 1px #f0f0f0;
    padding: 4px 15px 4px 36px;
    background: #fff url('img/sitemap.png');
    background-size: 14px 13px;
    background-repeat: no-repeat;
    background-position: 10% 50%;
}
.pages_st a {
    color: #3298CD;
    border-bottom: solid 1px #C0DEF1;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-decoration: none;
}
.pages_nd {
    float: left;
    margin: 5px 0 0 160px;
}
.pages_nd ul li {
    list-style-type: none;
    display: inline;
    float: left;
    margin-left: 10px;
    font-family: 'Gotham', sans-serif;
    font-size: 13px;
    color: rgb(221, 221, 221);
}
.pages_nd ul li:first-child {
    background: url('img/homepage.png');
    background-repeat: no-repeat;
    background-size: 14px 13px;
    padding-left: 30px;
    background-position: 3% 25%;
}

.pages_nd ul li a {
    text-decoration: none;
    font-family: Gotham-Book;
    font-size: 13px;
    color: #777777;
    margin-right: 11px;
    border-bottom: solid 1px rgb(221, 221, 221);
}
.pages_nd ul li a.activeLink {
    color: #000000;
    text-decoration: none;
    border: none;
}

.c_left {
    float: left;
    margin-top: 15px;
    width: 246px;
}

.c-left-t {
    padding: 5px 5px 5px 0;
    background: rgb(243, 241, 241);
    border-radius: 25px;
    font-family: 'Calibri', sans-serif;
    color: #555;
    font-size: 18px;
    line-height: 29px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.c-left-t span {
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    margin-left: 10px;
    margin-right: -7px;
    width: 48px;
    height: 48px;
}
.c-l-icon {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform-origin: 0 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    background-position: -160px -306px;
}
.IPTV .c-l-icon {
    background-position: -409px -306px;
}
.ADSL .c-l-icon {
    background-position: -42px -306px;
}
.Tollfree .c-l-icon {
    background-position: -534px -306px;
}

.c_left.Yenixidmətlər .c-l-icon {
    background-position: -42px -249px;
}
.c_left.Teldorkabelləri .c-l-icon {
    background-position: -409px -246px;
}

.c_left ul {

}

.c_left ul li {
    list-style-type: none;
    display: block;
    margin-top: 10px;
    border-radius: 25px;
    background: url('img/arrow.png');
    background-repeat: no-repeat;
    background-position: 16px 50%;
}
.c_left ul li a {
    text-decoration: none;
    display: block;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    color: #0b61ab;
    font-size: 14px;
    padding: 8px 37px 8px 52px;
}

.c_left ul li:hover, .c_left ul li.active {
    background-color: #269ED6;
    background-image: url('img/arrow_hover.png');
    background-repeat: no-repeat;
}
.c_left ul li:hover a, .c_left ul li.active a {
    color: rgb(255, 255, 255);
}

.Avirtel {
    width: 196px;
}

.Avirtel .c-left-t, .Avirtel .fiber {
    display: none;
}

.Avirtel ul li {
    background: url('img/menu-arrow-2.png') no-repeat 11px 50%;
    border-radius: 3px;
}

.Avirtel ul li:hover, .Avirtel ul li.active {
    background: #efefef url('img/menu-arrow-2.png') no-repeat 11px 50%;
}

.Avirtel ul li a {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #51abdb;
    /*    text-decoration: underline;*/
    padding-left: 28px;
}

.Avirtel ul li:hover a, .Avirtel ul li.active a {
    color: #000000;
}



.c_right {
    float: right;
    margin-top: 25px;
    width: 980px;
    position: relative;
    left: -19px;
}

.c_right_inner h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 21px;
    margin-top: 10px;
    margin-left: 4px;
}

.notes{
    -webkit-box-shadow: -1px -1px 25px -71px rgba(0,0,0,0.07);
    -moz-box-shadow: -1px -1px 25px -71px rgba(0,0,0,0.07);
    box-shadow: -1px -1px 25px -71px rgba(0,0,0,0.07);
    z-index:10;
}
.note_one{
    border-radius: 5px;
    padding-bottom: 5px;
    border:solid 1px #EBEBEB;
    background:#fff;
    -webkit-box-shadow: 0px 1px 40px 17px rgba(241,241,241,0.5);
    -moz-box-shadow: 0px 1px 40px 17px rgba(241,241,241,0.5);
    box-shadow: 0px 1px 40px 17px rgba(241,241,241,0.5);
    z-index:1;
}
.note_three{
    width: 102%;
    margin-top: 6px;
    margin-left: -9px;
    padding: 25px 25px 25px 47px;
    border-radius: 5px;
    border:solid 1px #EBEBEB;
    background:#fff;
    /*-webkit-box-shadow: -3px -4px 116px -63px rgba(0,0,0,0.75);*/
    /*-moz-box-shadow: -3px -4px 116px -63px rgba(0,0,0,0.75);*/
    /*box-shadow: -3px -4px 116px -63px rgba(0,0,0,0.75);*/
    z-index:1;
}
.note_two{
    width: 102%;
    margin-left: -9px;
    border-radius: 5px;
    border:solid 1px #EBEBEB;
    background:#FFFFFF;
    -webkit-box-shadow: -3px -4px 80px -63px rgba(0,0,0,0.75);
    -moz-box-shadow: -3px -4px 80px -63px rgba(0,0,0,0.75);
    box-shadow: -3px -4px 80px -63px rgba(0,0,0,0.75);
    z-index: 3;
}
.note_two_s {
    width: 102%;
    padding: 5px 5px 20px 5px;
    margin-left: -11px;
    border-radius: 5px;
    border: solid 1px #EBEBEB;
    background: #FFFFFF;
    -webkit-box-shadow: -3px -4px 116px -63px rgba(0,0,0,0.75);
    -moz-box-shadow: -3px -4px 116px -63px rgba(0,0,0,0.75);
    box-shadow: -3px -4px 116px -63px rgba(0,0,0,0.75);
    z-index: 3;
}
.note_three hr {
    width: 31px;
    height: 4px;
    background: #EEEEEE;
    border: none;
    margin-top: 10px;
    margin-left: 4px;
}
.note_three h3{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 21px;
    margin-bottom: 17px;
}
.pt table{
    width:100%;
    border-spacing: 0;
}
.pt table thead th{
    padding-top:15px;
    padding-bottom:16px;
    font-family: 'Calibri';
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.pt table th:first-child{
    background:#366FAA;
    width:300px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pt table th:nth-of-type(2){
    background:#73C0E7;
    width:300px;
}
.pt table th:nth-of-type(3) {
    background-color: #269ed6;
}
.pt table th:nth-of-type(4) {
    background-color: #7EAB5D;
}
.pt table th:last-of-type{
    background:#A8CA8F;
    width:300px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pt table th:nth-of-type(5) {
    background-color: #aed193;
}
.pt table th:nth-of-type(6) {
    background-color: #bcbcbc;
}
.pt table th:nth-of-type(7) {
    background-color: #d0d0d0;
}

.pt table tbody tr td{
    text-align: center;
    width:300px;
    color:#808283;
    padding-top:9px;
    padding-bottom:9px;
    font-family: Arial;
    font-weight: 400;
    font-size:16px;
}
.pt table tbody tr:nth-of-type(even){
    background:#F6F4F3;
}

.table_info{
    padding-left:50px;
    background:url('img/table_info.png');
    background-size:22px 22px;
    background-repeat: no-repeat;
    background-position: 1% 50%;
    margin-top: 30px;
}
.table_info p{
    font-family: 'Noto Sans';
    font-size: 13px;
    font-style: italic;
}

.service-table table {
    width: 100%;
    border-spacing: 0;
    margin-top: 20px;
}
.service-table table tr:nth-child(odd) {
    background: #F7F7F7;
    border-radius: 4px;
}
.service-table table tr td {
    padding: 15px;
    max-width: 240px;
}
.service-table table tr td input[type=submit] {
    background: url('img/pay.png') #AAD08F;
    background-repeat: no-repeat;
    background-size: 30px 22px;
    background-position: 8% 50%;
    padding: 15px 30px 15px 55px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 600;
    border: solid 1px #95BD78;
    border-radius: 4px;
    cursor: pointer;
    float: right;
    outline: none;
}
.service-table table tr td h3 {
    color: #269ed6;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 19px;
    margin-bottom: 5px;
}
.service-table table tr td p {
    color: #808283;
    font-family: 'Calibri', sans-serif;
    font-style: italic;
    font-size: 13px;
}
.service-table table tr.disabled td input[type=submit] {
    background: url('img/pay_hover.png') #E4E4E4;
    background-repeat: no-repeat;
    background-size: 30px 22px;
    background-position: 8% 50%;
    border: solid 1px #DADADA;
    color: #c5c5c5;
}

.form_bottom_info {
    background: url('img/info_red.png') #F2F2EC;
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: 1% 50%;
    padding: 15px 15px 15px 50px;
    border-radius: 4px;
    margin-top: 30px;
}
.form_bottom_info p {
    font-family: Noto Sans;
    font-weight: 400;
    font-size: 13px;
    font-style: italic;
}

.clone_:not(:last-child) {
    margin-bottom: 50px;
}
.apply_blank {
    border: solid 1px #F2F2F2;
    border-radius: 4px;
    background: #F9F9F9;
    margin-top: 20px;
    padding: 13px 20px;
    display: block;
}
.apply-blank_{
    display: none;
}

.apply_blank_left, .apply_blank_left1 {
    float: left;
}
.apply_blank_right1 {
    float: right;
    width: 200px;
    height: 200px;
    margin-top: 85px;
    margin-right: 10px;
    background: url('img/apply_settings.png');
    background-size: 167px 194px;
    background-repeat: no-repeat;
    background-position: 90% -4%;
}
.row_input {
    margin-top: 10px;
    position: relative;
}
.label_div {
    margin: 15px 15px 0px 0px;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #686868;
    min-width: 140px;
    font-size: 13px;
    text-align: left;
    max-width: 140px;
}
.dot {
    float: left;
    margin: 15px 18px 0px 0px;
}
.input_box {
    margin-right: 10px;
    float: left;
    width: 350px;
    position: relative;
}
.input_box input[type="text"], .input_box input[type="password"] {
    width: 100%;
}
.input_box input[type="text"]:focus, .input_box input[type="password"]:focus  {
    border-color: #efc22b;
}
.confirm_btn {
    background: url('img/confirm.png') #ABCF92;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    background-position: 12% 50%;
    border: solid 1px #96BC7B;
    border-radius: 3px;
    padding: 14px 27px 14px 43px;
    color: #fff;
    font-size: 14px;
    font-family: NotoSans-Bold;
    text-align: center;
    margin-left: 5px;
    cursor: pointer;
}
.c_right_inner {
    width: 100%;
    float: left;
}
.c_right_inner hr {
    width: 31px;
    height: 4px;
    background: #EEEEEE;
    border: none;
    margin-top: 10px;
    margin-left: 4px;
}

.post-t-1 {
    margin-top: 15px;
}
.post-t-1 a {
    -webkit-box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.48);
    -moz-box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.48);
    box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.48);
    border-radius: 5px;
    margin-left: 15px;
    margin-bottom: 12px;
}
.post-t-1 a:nth-child(3n+1) {
    margin-left: 0;
}
.post-t-1 a:hover {
    text-decoration: none;
}
.campaign {
    width: 285px;
}
.campaign_image {
    width: 100%;
    height: 199px;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.campaign_image img {
    width: 100%;
    min-height: 199px;
    display: block;
    /*border-bottom-left-radius: 0;*/
    /*border-bottom-right-radius: 50%;*/
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.campaign:hover .campaign_image img {
    /*border-bottom-left-radius: 50%;*/
    /*border-bottom-right-radius: 0;*/
}
.campaign_image .image-overlay {
    background: url("img/img-overlay.png") no-repeat 0 0;
    z-index: 30;
    position: absolute;
    height: 83px;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.campaign:hover .campaign_image {
    height: 225px;
}
.campaign:hover .campaign_image img {
    transform: scale(1.6);
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
}

.arrow_part {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url('img/campaing_arrow.png') #199DD8;
    background-size: 20px 27px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 5px;
    right: 25px;
    z-index: 32;
}
.post-t-1 a:nth-child(1) .arrow_part {
    background-color: #293b81;
}
.post-t-1 a:nth-child(2) .arrow_part {
    background-color: #3751b3;
}
.post-t-1 a:nth-child(3) .arrow_part {
    background-color: #5478d6;
}
.post-t-1 a:nth-child(4) .arrow_part {
    background-color: #0d7cb0;
}
.post-t-1 a:nth-child(5) .arrow_part {
    background-color: #269ed6;
}
.post-t-1 a:nth-child(6) .arrow_part {
    background-color: #87d1f3;
}


.campaign_text {
    padding: 20px;
}
.campaign_text .date {
    font-size: 13px;
    color: #aaaaaa;
    font-family: Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
}
.cam_top {
    font-size: 15px;
    color: #269ed6;
    font-family: Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 2px;
    text-align: left;
}
.read-more-btn {
    background: #efefef url('img/arrow-right-10.png') no-repeat 95% 50%;
    padding: 6px 30px 6px 12px;
    display: inline-block;
    color: #269ed6;
    font-size: 13px;
    text-decoration: none;
}
.read-more-btn:hover {
    background: #269ed6 url('img/arrow-right-10-h.png') no-repeat 95% 50%;
    color: #fff;
}
.campaign_text_link {
    font-size: 13px;
    color: #000000;
    display: block;
    font-family: Arial, sans-serif;
    font-weight: bold;
    margin-top: 14px;
    margin-bottom: 10px;
    text-decoration: underline;
    text-align: left;
}
.campaign:hover .campaign_text_link {
    text-decoration: none;
}

.before-footer {
    margin-bottom: 80px;
}

.inside_content{
}
.inside_content a {
    color: #2B57CA!important;
}
.inside_content_left{
    float:left;
    /* width: 628px; */
    margin-right: 10px;
    overflow: hidden;
}
.inside_content_leftpage{
    width: 628px;
}
.inside_content_left.no-img {
    width: 100%;
}
.inside_content_right{
    float:right;
}
.inside_content_left p,
.inside_content_left p *,
.inside_content_left div,
.bc-b .text, .bc-b .text p, .bc-b .text p * {
    font-family: 'PrivaPro-One', Arial, sans-serif !important;
    font-size: 15px !important;
    color: #454545;
    margin-bottom: 10px;
}
.content_image{
    width:251px;
    border:solid 1px rgb(228, 228, 228);
    padding: 7px;
    -webkit-box-shadow: 10px -9px 79px -38px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px -9px 79px -38px rgba(0,0,0,0.75);
    box-shadow: 10px -9px 79px -38px rgba(0,0,0,0.75);
    margin-top: 5px;
}
.content_image img {
    width: 100%;
}
.notes{
}


.social_likes {
    text-align: center;
    padding: 14px;
}

.share-list > div {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}
.share-list > div:nth-child(1) {
}




.notes ol {
    padding: 0;
    margin: 0;
}
.notes ol li {
    list-style-type: decimal;
}

.notes ol, .notes ul {
    padding-top: 10px;
    list-style: disc inside;
}
.notes ul li, .notes ol li {
    font-family: 'PrivaPro-One', Arial, sans-serif !important;
    font-size: 15px !important;
    color: #454545;
    line-height: 21px;
    margin-bottom: 10px;
    padding-left: 25px;

}

.tv-list {
    display: inline-block;
    width: 30%;
    margin-right: 2%;
    vertical-align: top;
}
.tv-list img {
    display: inline-block;
    margin-top: 20px;
}
.tv-list li {
    border-bottom: 1px solid #efefef;
}

.apply_form .mn-select, .apply_form input[type="text"], .apply_form input[type="password"], .apply_form textarea {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #555;
}

.input_box textarea {
    width: 100%;
    min-height: 96px;
    border: solid 1px #DFDFDF;
    border-radius: 3px;
    resize: none;
    font-size: 13px;
    background: #FDFDFD;
    padding-top: 7px;
    padding-left: 17px;
}
.input_box_one .form-group {
    display: inline-block;
    width: 172px;
    margin-right: 5px;
}

.apply_blank h4 {
    color: #269ed6;
    font-size: 16px;
    margin-top: 8px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.apply_blank h3 {
    color: #aaaaaa;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
}
.apply_blank.active h3 {
    color: #269ed6;
}

.apply_blank {
    position: relative;
}
.apply_blank .icon-state-arrow {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 10px;
    background-position: -170px -155px;
}
.apply_blank.active .icon-state-arrow {
    background-position: -170px -108px;
}

.addnewbutton {
    height: 45px;
    border: solid 1px #D0DBC9;
    border-radius: 3px;
    background: #E4ECDE;
    color: #788670;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    cursor: pointer;
    margin-left: 4px;
    display: inline-block;
}

.add_buttn_left {
    float: left;
    width: 44px;
    border-right: solid 1px #D0DBC9;
    color: #788670;
    font-size: 13px;
    font-family: 'Gotham-Thin';
    text-align: center;
    padding-top: 16px;
    padding-bottom: 13px;
}
.add_button_right {
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 14px;
    text-align: center;
    padding-bottom: 16px;
}



.apply_blank table {
    width: 100%;
    border-spacing: 0;
}
.apply_blank table thead tr {
    background-color: #fff;
    border-radius: 3px;
    color: #aaaaaa;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
}
.apply_blank table tr th {
    padding: 13px;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 13px;
    color: #aaa;
}
.apply_blank table th {
    text-align: left;
}
.apply_blank table tr th:first-of-type {
    padding-right: 240px;
}
.apply_blank table tbody tr td {
    padding-top: 10px;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 13px;
    color: #555;
    padding-right: 10px;
}
.apply_blank table tr td:first-of-type {
    padding-left: 0px;
}

.apply_blank_soft table tr td:first-of-type {
    width: 432px;
}

.apply_last_info {
    background: #F6F2E6 url('img/info_red.png');
    background-repeat: no-repeat;
    background-size: 22px 22px;
    background-position: 30px 50%;
    border-radius: 5px;
    margin-top: 10px;
    padding: 7px 40px 7px 0px;
}
.apply_last_info_left {
    padding-top: 14px;
    padding-left: 68px;
    float: left;
    width: 600px;
    overflow: hidden;
    color: #555555;
    font-family: 'Roboto';
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
}
.apply_last_info_right {
    float: right;
    position: relative;
}
.apply_last_info_right input[type=file] {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    width: 154px;
    height: 45px;
    opacity: 0;
}
.upload_cv_file{
    width: 156px;
    height: 40px;
    border: solid 1px #87AF6A;
    border-radius: 3px;
    background: #AAD08F;
    cursor: pointer;
}
.upload_cv_file:hover{
    background:#B9DF9E;
    cursor: pointer;
}
.upload_cv_file_left {
    float: left;
    height: 39px;
    width: 40px;
    background: url('img/file.png');
    border-right: solid 1px #88AE6D;
    background-repeat: no-repeat;
    background-size: 11px 19px;
    background-position: center;
}
.upload_cv_file_right {
    float: right;
    padding-top: 12px;
    padding-right: 16px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
}

.send_data {
    margin-top: 30px;
    background: url('img/send_back.png') repeat-x 50%;
    background-size: 1.5%;
}
.send_data_btn {
    width: 176px;
    height: 47px;
    border: solid 1px #0E81B6;
    cursor: pointer;
    border-radius: 3px;
    background: #269ED6;
    margin: auto;
    position: relative;
}
.send_data_btn_left {
    float: left;
    height: 45px;
    width: 40px;
    background: url('img/send.png');
    border-right: solid 1px #1e8dcd;
    background-repeat: no-repeat;
    background-size: 20px 18px;
    background-position: center;
}
.send_data_btn_right {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-indent: 20px;
}

.info_div {
    padding-left: 7px;
    background: url('img/box_example.png');
    background-repeat: no-repeat;
    background-position: left;
    color: #686868;
    position: absolute;
    right: 75px;
}
.info_div_inner {
    padding: 13px;
    border-radius: 3px;
    background: #F6F2E5;
    font-family: 'Noto Sans', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    color: #686868;
}
.info_span {
    color: #b8b8b8;
}

.close_lang {
    width: 21px;
    height: 21px;
    padding: 3px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background: #DD1349;
    visibility: visible;
    font-family: 'Gotham-Thin';
    font-size: 14px;
    line-height: 15px;
}
tr:first-child .close_lang {
    visibility: hidden;
}

.apply {
    padding: 15px;;
    font-family: Calibri, sans-serif;
    font-size: 16px;
}
.apply span {
    color: #aaa;
}
.apply a {
    text-decoration: underline;
    color: #293b81;
}

.apply_blank_right {
    float: right;
    width: 200px;
    padding-top: 41px;
}
.upload_image {
    float: right;
}
.upload_image_div {
    display: block;
    margin-bottom: 15px;
    width: 163px !important;
    height: 185px !important;
    padding: 10px;
    border: solid 1px #EBEBEB;
    background: #fff;
}
.upload_image img {
    max-width: 100%;
    max-height: 100%;
}
.upload_button {
    position: relative;
    width: 185px;
    height: 34px;
    margin-top: 20px;
    background: #29B5E4;
    padding-top: 9px;
    padding-bottom: 3px;
    border: solid 1px #0C88B2;
    border-radius: 3px;
    text-align: center;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}
.upload_image input[type=file] {
    width: 185px;
    height: 23px;
    padding-top: 9px;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    padding-bottom: 3px;
}
.upload_img_desc {
    font-family: Noto Sans;
    font-size: 12px;
    color: #686868;
    font-style: italic;
    padding: 7px;
    margin-top: 5px;
}


.pt-1 img {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    margin: 12px;
    opacity: 0.8;
}
.pt-1 a:hover img {
    opacity: 1;
}


.partner {
    box-shadow: none !important;
    width: 214px;
    padding: 20px;
    border-radius: 5px;
    float: left;
    border: solid 1px #F0F0F0;
    margin-right: 4px;
    margin-left: 4px !important;
    margin-top: 10px;
    text-align: center;
    font-family: Arial, sans-serif;
    text-decoration: none !important;
    color: #000;
}
.partner:hover {
    background: #F9F9F9;
    cursor: pointer;
}
.partner_image {
    text-align: center;
    padding-top: 10px;
    height: 90px;
}
.partner img {
    max-width: 100%;
    max-height: 100%;
}
.partner h3 {
    font-weight: bold;
    font-size: 13px;
    margin-top: 30px;
    text-align: left;
}
.partner_desc {
    font-size: 12px;
    font-style: italic;
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: left;
}
.partner span {
    text-decoration: underline;
    color: #269ed6;
    font-size: 13px;
    display: block;
    text-align: left;
}

.search_ {
    margin-top: 50px;
    margin-left: 320px;
}
.search_ .s-title {
    margin-bottom: 25px;
}
.search_ .def, .search_ .qdef {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.search_ .def {
    font-size: 21px;
}
.search_ .qdef {
    font-size: 15px;
    color: #aaaaaa;
}
.search-list li {
    padding: 14px 23px;
    background-color: #f7f7f7;
}
.search-list li:nth-child(even) {
    background-color: transparent;
}
.search-list .content {
    max-width: 700px;
}
.search-list .img {
    width: 104px;
    height: 70px;
    margin-right: 28px;
    background-color: #E9E9EC;
}
.search-list .ct {
    color: #269ed6;
    font-size: 16px;
    font-family: 'Helvetica Neue';
    font-weight: 600;
    text-decoration: underline;
}
.search-list .ct span {
    color: #293b81;
    text-decoration: none;
}
.search-list .desc {

    margin-top: 7px;
}
.search-list .desc p {
    font-family: 'Calibri';
    font-style: oblique;
    font-size: 14px;
}
.highlight {
    font-weight: 600;
}

.v-l {
    margin-top: 20px;
    margin-bottom: 30px;
}
.v-li {
    padding: 15px 17px 5px;
}
.vright {
    flex-shrink: 0;
}
.vleft {
    flex-shrink: 1;
    flex-grow: 0;
    flex-basis: 665px;
}
.v-li:nth-child(odd) {
    background-color: #f7f7f7;
}
.vi, .vi * {
    margin-bottom: 0 !important;
}
.vi {
    width: 120px;
    margin-right: 20px;
}
.vi:first-child {
    width: 280px;
}
#vacancy-list .vih {
    font-family: 'Roboto', sans-serif;
    line-height: normal;
    font-weight: 400;
    font-size: 19px;
    color: #269ed6;
}
#vacancy-list .vid {
    font-family: 'Calibri', sans-serif;
    line-height: normal;
    font-style: oblique;
    font-size: 14px;
    color: #808283;
    font-weight: normal;
}
.v-vis {
    cursor: pointer;
}
.v-inv {
    display: none;
}
#vacancy-list .v-t {
    font-family: 'Noto Sans';
    line-height: 19px;
    font-weight: 400;
    font-size: 19px;
    color: #293b81;
    padding-top: 20px;
    padding-left: 30px;
}
#vacancy-list .v-d {
    max-width: 90%;
    padding-left: 30px;
}
#vacancy-list .v-d li {
    position: relative;
    padding: 2px 0px;
    list-style: none;
}
.v-d li:before {
    content: ' ';
    position: absolute;
    top: 7px;
    left: -22px;
    width: 14px;
    height: 12px;
    background: url("img/list-icon.png");
}

.hr {
    height: 1px;
    background: #dedede;
    margin: 13px 0 5px;
}

.btn-purple {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #fff !important;
    /*background-color: #753794;*/
    background-color: #27b45f;
    text-decoration: none !important;
    display: inline-block;
    line-height: 38px;
    padding: 0 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;

}
.icon-vacancy {
    width: 26px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    background-position: 0 -157px;
    zoom: 0.9;
}
#online-request-pop {
    padding-left: 40px;
    padding-right: 40px;
}
#online-request-pop form {
    width: 100%;
}
#online-request-pop .form-group {
    margin-bottom: 5px;
}
#online-request-pop label {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #686868;
    display: inline-block;
    vertical-align: top;
    width: 130px;
    margin-right: 7px;
}
#online-request-pop input[type="text"], #online-request-pop .mn-select, #online-request-pop textarea {
    display: inline-block;
    width: 330px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #000;
    background-color: #f7f7f7;
    border: 1px solid #dfdfdf;
    outline: none;
}
#online-request-pop .s-i, #form-signup .s-i {
    width: 67px !important;
    margin-right: 7px;
}
#online-request-pop .m-i {
    width: 182px !important;
}
#form-signup .m-i {
    width: 202px !important;
}
#form-signup .has-error input, #form-signup .has-error textarea {
    border-color: red;
}
.f-hint {
    display: inline-block;
    vertical-align: top;
    font-family: 'Calibri', sans-serif;
    font-size: 12px;
    font-style: oblique;
    color: #696969;
    margin-top: 2px;
    text-indent: 4px;
}

.f-i-f input[type="text"]:focus, .f-i-f input[type="password"]:focus, .f-i-f textarea:focus {
    box-shadow: 0 0 2px 1px #87c2e4 !important;
    border-color: #87c2e4 !important;
}
#online-request-pop input {
    line-height: 39px;
}
#online-request-pop textarea {
    padding: 7px;
    border-radius: 4px;
}
#online-request-pop button[type="submit"] {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    background: rgb(171, 207, 146) url("img/send.png") no-repeat 9px 50%;
    border: 1px solid #96bc7b;
    border-radius: 3px;
    padding: 10px 26px 10px 43px;
}
#online-request-pop .has-error input, #online-request-pop .has-error textarea {
    border-color: red;
}
div.response {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #2EA961;
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
}

#online-call-pop {
}
#online-call-pop .form-group {
    margin-bottom: 5px;
}
#online-call-pop input[type="text"] {
    font-family: 'Roboto', sans-serif;
    line-height: 39px;
    font-style: oblique;
    font-size: 13px;
    font-weight: 400;
    color: #686868;
    width: 275px;
}
#online-call-pop .select-box .form-group {
    margin-bottom: 0;
}
#online-call-pop .select-box .mn-select {
    width: 80px;
}
#online-call-pop .select-box span {
    padding: 0 10px;
    font-family: 'Calibri', sans-serif;
    font-size: 13px;
    color: #686868;
}
#online-call-pop .select-box .mn-select:before {
    width: 30px;
}
#online-call-pop button {
    width: 50px;
    height: 85px;
    background: #abcf92 url("img/icon-submit.png") no-repeat 50% 50%;
    border: 1px solid #96bc7b;
    border-radius: 3px;
    margin-left: 10px;
}


#online-call-pop .has-error input, #online-call-pop .has-error textarea {
    border-color: red;
}

.pf-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #269ed6;
    margin-bottom: 24px;
}

.cp-title {
    height: 1px;
    background: #f5f5f5;
    margin: 30px 0 20px;
    text-align: center;
}
.cp-title span {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 21px;
    color: #000;
    display: inline-block;
    background: #fff;
    padding: 0 13px;
    position: relative;
    top: -12px;
}

.cp-content {
    padding-top: 25px;
}
.social-col {
    margin-left: 150px;
}
.contacts-col {
    margin-left: 50px;
}

.cp-c-t {
    font-family: 'Calibri', sans-serif;
    font-style: oblique;
    font-size: 14px;
    color: #555555;
    text-align: center;
    margin-bottom: 17px;
}
.sp-list li a {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #1a3d87;
    padding: 8px 26px 8px 8px;
    border-radius: 18px;
    border: 1px solid transparent;
    display: inline-block;
    text-decoration: none !important;
}
.sp-list li a:hover {
    border-color: #f0f0f0;
    background: #f9f9f9;
}
.sp-list li span {
    display: inline-block;
    vertical-align: middle;
}
.sp-list li .label {
    text-decoration: underline;
}
.sp-list li .icon {
    background-image: url("img/soc-icon-2.png");
    background-repeat: no-repeat;
    margin: 0 14px 0 0;
    width: 45px;
}
.icon-fb {
    height: 20px;
    background-position: 17px 0;
}
.icon-t {
    height: 16px;
    background-position: 18px -40px;
}
.icon-in {
    height: 17px;
    background-position: 18px -73px;
}
.c-list .icon {
    width: 21px;
    height: 21px;
    display: inline-block;
    vertical-align: text-top;
    background-image: url("img/icon-contacts.png");
    background-repeat: no-repeat;
    margin-right: 25px;
}
.icon-call {
    background-position: 0 0;
}
.icon-tel {
    background-position: 0 -26px;
}
.icon-toll-free-2 {
    background-position: 0 -52px;
}
.icon-mail {
    background-position: 0 -92px;
}
.icon-address {
    background-position: 0 -115px;
}

.c-list td {
    font-family: 'Noto Sans', sans-serif;
    line-height: 25px;
    font-weight: 400;
    font-size: 13px;
    color: #000;
}
.c-list td:first-child {
    color: #555;
    padding-right: 30px;
}
.c-list a {
    color: #269ed6;
    text-decoration: underline;
}
.spacer {
    height: 20px;
}
.map-content {
    width: 100%;
    height: 380px;
    margin-top: 45px;
    position: relative;
    border-top: 1px solid #e5e5e5;
}
.map-shadow {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    height: 37px;
    background: url("img/map-shadow.png") no-repeat 50% 0;
    z-index: 999;
}
#map-canvas {
    width: 100%;
    height: 100%;
}

.in-title {
    text-align: center;
}
.in-title hr {
    width: 62px;
    margin: 10px auto;
}

.avirtel-area-canvas {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.avirtel-area-canvas .img {
    display: inline-block;
}
.avirtel-area-canvas img {
    display: block;
    margin: 0 auto;
}

.area {
    border-left: 1px dashed #e3e3e3;
    padding-left: 22px;
}
.area:first-child {
    width: 310px;
    border-left: none;
}
.area-list table td {
    vertical-align: top;
    font-family: 'Arial', sans-serif;
    font-size: 13px;
    color: #555;
    padding-right: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.area-list table td:first-child {
    text-align: right;
}
.area:first-child table td p {
    margin-bottom: 20px;
}

.point-list {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
}
.point {
    position: absolute;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    cursor: pointer;
}
.point:hover {
    background: url("img/point-hover.png") no-repeat 50% 50%;
}
.popover {
    z-index: 31;
    position: absolute;
    top: 50%;
    right: 40px;
    display: none;
}
.point:hover .popover {
    display: block;
}

.popover_ {
    background: #fff;
    font-family: Arial, sans-serif;
    color: #555;
    text-align: left;
    padding: 12px 17px;
    border-radius: 4px;
    height: 42px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    padding-bottom: 0px;
}

.po-arrow {
    width: 17px;
    height: 29px;
    background: url("img/po-arrow.png") no-repeat 0 0;
    position: absolute;
    top: 50%;
    right: -17px;
    margin-top: -15px;
    z-index: 30;
}
.po-title {
    font-size: 16px;
    display: inline-block;
    color: #51abdb;
}
.po-title b {
    font-weight: normal;
}
.po-desc {
    font-size: 17px;
    display: inline-block;
}
.po-desc p {
    margin-bottom: 5px;
    display: inline;
}
div[data-target=".baku"] {
    top: 244px;
    right: 67px;
}
div[data-target=".baku"] .popover_ {
    /*width: 310px;*/
}
div[data-target=".baku"] p {
    font-size: 13px !important;
}
div[data-target=".baku"] p, div[data-target=".sumqayit"] p, div[data-target=".xirdalan"] p {
    display: block;
}
div[data-target=".baku"] .def, div[data-target=".sumqayit"] .def, div[data-target=".xirdalan"] .def {
    display: none;
}
div[data-target=".xirdalan"] {
    top: 264px;
    right: 133px;
}
div[data-target=".sumqayit"] {
    top: 222px;
    right: 122px;
}
div[data-target=".gence"] {
    top: 226px;
    left: 236px;
}
div[data-target=".xanlar"] {
    top: 253px;
    left: 226px;
}
div[data-target=".lenkeran-2"] {
    bottom: 152px;
    right: 206px;
}
div[data-target=".lenkeran"] {
    bottom: 72px;
    right: 233px;
}
div[data-target=".quba"] {
    top: 118px;
    left: 516px;
}
div[data-target=".masalli"] {
    top: 508px;
    left: 555px;
}
div[data-target=".sirvan"] {
    top: 380px;
    left: 610px;
}
div[data-target=".xacmaz"] {
    top: 56px;
    left: 549px;
}
div[data-target=".xudat"] {
    top: 26px;
    left: 536px;
}
div[data-target=".mingecevir"] {
    top: 227px;
    left: 329px;
}
div[data-target=".seki"] {
    top: 146px;
    left: 335px;
}
div[data-target=".salyan"] {
    top: 416px;
    left: 576px;
}
div[data-target=".bilesuvar"] {
    top: 423px;
    left: 526px;
}
div[data-target=".berde"] {
    top: 276px;
    left: 351px;
}
div[data-target=".sabirabad"] {
    top: 348px;
    left: 559px;
}
div[data-target=".saatli"] {
    top: 362px;
    left: 518px;
}
div[data-target=".imisli"] {
    top: 356px;
    left: 460px;
}
div[data-target=".qusar"] {
    top: 80px;
    left: 480px;
}
div[data-target=".samaxi"] {
    top: 193px;
    left: 542px;
}
div[data-target=".ismayilli"] {
    top: 186px;
    left: 473px;
}
div[data-target=".qebele"] {
    top: 165px;
    left: 425px;
}
div[data-target=".oguz"] {
    top: 148px;
    left: 389px;
}
div[data-target=".zaqatala"] {
    top: 46px;
    left: 277px;
}
div[data-target=".balaken"] {
    top: 28px;
    left: 244px;
}
div[data-target=".agdas"] {
    top: 207px;
    left: 405px;
}
div[data-target=".yevlax"] {
    top: 223px;
    left: 375px;
}
div[data-target=".goycay"] {
    top: 228px;
    left: 431px;
}
div[data-target=".kurdemir"] {
    top: 291px;
    left: 479px;
}
div[data-target=".semkir"] {
    top: 190px;
    left: 188px;
}
div[data-target=".tovuz"] {
    top: 159px;
    left: 146px;
}
div[data-target=".qazax"] {
    top: 118px;
    left: 93px;
}
div[data-target=".astara"] {
    top: 595px;
    left: 560px;
}
div[data-target=".qax"] {
    top: 81px;
    left: 301px;
}
div[data-target=".sabran"] {
    top: 139px;
    right: 197px;
}
div[data-target=".agcabedi"] {
    top: 330px;
    left: 376px;
}
div[data-target=".celilabad"] {
    top: 471px;
    left: 524px;
}
div[data-target=".agsu"] {
    top: 239px;
    left: 504px;
}


.shopping {
    margin-top: 31px;
}
.shop-content {
    background-color: #fff;
    border-radius: 3px;
    padding: 50px 42px;
}
.shop-c-1 {
    margin-bottom: 40px;
}
.shop-c h3 {
    font-family: 'Gotham-Medium', sans-serif;
    font-size: 21px;
    color: #753794;
}
.shop-c .title-bar {
    text-align: center;
}
.shop-c h6 span {
    font-family: 'Calibri', sans-serif;
    font-style: oblique;
    font-weight: normal;
    font-size: 12px;
    color: #aaa;
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 0 10px;
}
.shop-c .line {
    background: #e1e1e1;
    height: 1px;
    position: relative;
    top: 8px;
    z-index: 0;
}
.shop-c .img {
    height: 171px;
    margin: 14px 0;
}

.product-list {
    margin-top: 36px;
}
.shopping .icon {
    background-image: url("img/shopping.png");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.shopping .icon-info {
    width: 15px;
    height: 15px;
    background-position: 0 0;
}
.p-li {
    width: 290px;
    padding: 16px 20px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    text-align: center;
    border-radius: 3px;
    z-index: 0 !important;
    margin-right: 8px;
}
.p-li a:hover {
    text-decoration: none;
}
.info-bar {
    text-align: right;
}
.info-bar .label {
    font-family: 'Calibri', sans-serif;
    font-style: italic;
    font-size: 13px;
    color: #aaa;
    margin-right: 5px;
}
.p-li .info {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}
.p-li .price {
    font-size: 19px;
    color: #de053c;
}
.p-li .title {
    font-size: 14px;
    color: #aaa;
}
.p-li .hr {
    margin: 19px 0 12px;
    height: 1px;
    background-color: #efefef;
}
.shopping button[type="submit"], .shopping .s-button {
    background-color: #27b45f;
    border-radius: 3px;
    font-family: 'Arial', sans-serif;
    font-size: 13px;
    color: #fff;
    padding: 10px 17px 10px 13px;
}
.shopping button[type="submit"] span {
    display: inline-block;
    vertical-align: middle;
}
.shopping button[type="submit"] .icon-cart-3 {
    width: 17px;
    height: 16px;
    background-position: 0 -22px;
    margin-right: 10px;
}

.shopping .s-button:hover {
    text-decoration: none;
    opacity: 0.88;
}

.shop-c-2 .p-li {
    padding: 0;
    z-index: 0;
}
.shop-c-2 .b-side {
    padding: 16px 20px;
}

.shop-c-2 .p-li button[type="submit"] {
    background-color: #269ed6;
}

.shop-c-2 .p-li button[type="submit"] .icon-table-3 {
    width: 15px;
    height: 13px;
    background-position: 0 -51px;
    margin-right: 10px;
}

.shop-c-2 .img {
    margin-top: 0;
    position: relative;
}
.shop-c-2 .p-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("img/p-img-overlay.png") 50% 100%;
    z-index: 99;
}
.shop-c-2 img {
    width: 100%;
    max-height: 100%;
    border-radius: 3px;
}

.shop-c-2 .p-li .price {
    font-size: 14px;
    color: #555;
}
.shop-c-2 .p-li .title {
    font-size: 19px;
    color: #753794;
}

.product .col-1 {
    width: 266px;
    flex-shrink: 0;
}
.product .col-2 {
    margin-left: 40px;
}

.main-img {
    width: 369px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    text-align: center;
    padding: 20px 0 10px;
    border-radius: 3px;
}
.main-img_ {
    min-height: 230px;
}
.img-list .img-li {
    width: 80px;
    height: 76px;
    border: 1px solid #efefef;
    border-radius: 3px;
    cursor: pointer;
}
.img-li img {
    max-width: 90%;
    max-height: 90%;
}


.sdesc {
    margin-top: 30px;
}

.go-to-tree-btn {
    background-color: #f0f0f0;
    border-radius: 3px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #6d6d6d;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
}
.icon-cart-4 {
    width: 17px;
    height: 16px;
    background-position: 0 -77px;
}

.share-c_ {
    margin-top: 80px;
    text-align: center;
}
.share-c_ .g, .share-c_ .in {
    display: none;
}

.sdesc .info-bar {
    display: inline;
    padding-left: 20px;
}
.head-col .title {
    font-family: 'Calibri', sans-serif;
    line-height: 19px;
    font-weight: bold;
    font-size: 27px;
    color: #333333;
}
.buy {
    margin-top: 3px;
}
.price {
    margin-right: 20px;
}
.price .label {
    font-family: 'Calibri', sans-serif;
    font-size: 27px;
    color: #333333;
}
.price .icon-manat-3 {
    background-position: 0 -217px;
    width: 13px;
    height: 9px;
    vertical-align: top;
    margin-top: 3px;
}

.tc-1 {
    margin-top: 10px;
}
.tc-1 table {
    width: 100%;
}
.tc-1 tr:nth-child(odd) td {
    background-color: #f6f6f6;
}
.tc-1 td {
    font-family: 'Calibri', sans-serif;
    font-size: 14px;
    color: #000;
    padding: 6px 11px;
    width: 400px;
    border-radius: 3px;
    vertical-align: top;
}
.tc-1 td:first-child {
    color: #797979;
    width: 280px;
}




.service .shop-c-2 .img {
    height: 168px;
    margin-bottom: 20px;
}
.icon-arrow-back {
    width: 16px;
    height: 8px;
    background-position: -1px -260px;
    margin-right: 10px;
}
.service .f-desc p {
    font-family: 'Calibri', sans-serif;
    line-height: 21px;
    font-size: 16px;
    color: #333;
}

.related-products {
    margin-top: 50px;
}
.related-products h3 {
    background-color: #f5f5f5;
    line-height: 36px;
    font-family: 'Calibri', sans-serif;
    font-weight: bold;
    font-size: 17px;
    color: #000;
    padding-left: 12px;
    border-radius: 3px;
}
.rp-li {
    margin-top: 11px;
}
.rp-li a:hover {
    text-decoration: none;
}
.rp-li .img {
    width: 100px;
    height: 96px;
    border: 1px solid #efefef;
    border-radius: 2px;
    padding: 9px;
}
.rp-li .img img {
    max-width: 100%;
    max-height: 100%;
}
.rp-li .info {
    margin-left: 22px;
}
.rp-li .info a {
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #269ed6;
    margin-top: 7px;
    padding-right: 10px;
}
.rp-li .title {
    text-decoration: underline;
    margin-bottom: 3px;
}
.rp-li .price {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
}

.service-cart-form select {
    font-family: 'Calibri', sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #000000;
}

.ps-cart_ {
    width: 400px;
    position: fixed;
    right: 23px;
    top: 51%;
    margin-top: -150px;
    background: #fff;
    border: 3px solid #abcf92;
    border-radius: 10px;
    z-index: 19;
    padding: 20px 30px;
}
.ps-cart_ .hr {
    margin: 10px 0;
    background-color: #efefef;
}

.icon-cart-5 {
    width: 24px;
    height: 24px;
    background-position: 0 -100px;
    margin-right: 10px;
}
.my-cart {
    margin-bottom: 20px;
}
.my-cart .title {
    font-family: Arial, sans-serif;
    font-size: 17px;
    color: #333333;
}


.cart-list .title, .cart-list input[type="number"] {
    font-family: 'Calibri', sans-serif;
    font-size: 17px;
    color: #333;
}
.cart-list input[type="number"] {
    width: 70px !important;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    line-height: 36px;
    padding-left: 10px;
}

.cart-list .price .label {
    font-size: 17px;
    padding-right: 3px;
}

.icon-mc-1 {
    width: 27px;
    height: 20px;
    background-position: -1px -181px;
    margin-right: 10px;
}
.cart-list .submit-form .label {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
}
.oc-cart {
    width: 35px;
    height: 65px;
    background-color: #abcf92;
    position: absolute;
    left: -35px;
    top: 50%;
    margin-top: -20px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    cursor: pointer;
}
.icon-cart-arrow {
    background-position: 0 -137px;
    width: 10px;
    height: 28px;
    margin-left: 12px;
    margin-top: 18px;
}

.f-i-f .has-error input, .f-i-f .has-error textarea {
    border-color: red;
}

.f-f-p_ {
    padding-top: 20px;
    background: url("img/popup-bg.png") no-repeat 50% 0;
}
.f-f-p_ > div {
    width: 50%;
    margin-right: 50px;
}
.f-f-p_ > div:last-child {
    margin-right: 0;
    margin-left: 50px;
}
.f-f-p_ .title {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
}
.f-f-p_ .sub-title {
    font-family: 'Calibri', sans-serif;
    font-style: oblique;
    font-size: 14px;
    color: #686868;
    margin-bottom: 12px;
}
.f-f-p_ .form-group {
    margin-bottom: 5px;
}
.f-f-p_ .confirm_btn {
    margin-left: 0;
    background: #ABCF92;
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 12px 22px 12px 23px;
    margin-top: 7px;
}
#l-f-p .m-title {
    font-family: 'Calibri', sans-serif;
    font-style: oblique;
    font-size: 18px;
    color: #269ed6;
    text-align: center;
    margin-bottom: 15px;
}


.tarifs-popup .footer_ > div {
    display: block !important;
}
.tarifs-popup .icon {
    width: 48px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
    -moz-transform: scale(0.6);
    -webkit-transform: scale(0.6);
}

.tarifs-popup .footer_ ul {
    width: auto;
    margin: 0;
}
.tarifs-popup li:hover .icon {
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
}
.tarifs-popup li {
    height: 40px;
}
.tarifs-popup a {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px !important;
    margin-left: -6px;
}
.tarifs-popup h3 {
    font-size: 21px;
}

.tarifs-popup .f_customers:nth-child(1) h3 {
    color: #269ed6;
}
.tarifs-popup .f_customers:nth-child(2) h3 {
    color: #87d1f3;
}


.tarifs-popup li:nth-child(1) span {
    background-position: -42px -306px;
}

.tarifs-popup li:nth-child(2) span {
    background-position: -409px -306px;
}
.tarifs-popup li:nth-child(3) span {
    background-position: -534px -306px;
}
.tarifs-popup li:nth-child(4) span {
    background-position: -160px -306px;
}

.v-c-image img {
    max-width: 251px;
    margin-bottom: 5px;
}

.bc-b {
    padding: 7px 15px;
    border-radius: 5px;
    border: solid 1px #F0F0F0;
    margin-top: 10px;
}
.bc-b .text {
    font-size: 13px;
    line-height: 19px;
    text-align: left;
    width: 573px;
}
.bc-b > a {
    flex-shrink: 0;
    margin-left: 10px;
}
.bc-b > a span {
    margin-right: 4px;
}

.mn-btn {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    background: rgb(171, 207, 146);
    border: 1px solid #96bc7b;
    border-radius: 3px;
    padding: 10px 26px 10px 23px;
}

.site-map {
    position: relative;
    background: #fff;
    width: 97%;
    margin: 0 auto 25px;
    overflow: hidden;
}
.site-map > div {
    float: left;
    width: 32%;
    border-right: 1px solid #ebebeb;
    padding-left: 32px;
    list-style-type: none;
}
.site-map > div li{
    background: url('img/arrow.png');
    background-repeat: no-repeat;
    background-position: 0px 50%;
    padding-left: 22px;
}
.site-map > div a {
    color: #3E3E3E;
    font-size: 14px;
}
.site-map .menu-1 {
    padding-left: 50px;
    width: 25%;
}
.site-map .menu-6 {
    width: 20%;
    padding-left: 30px;
    border-right: 0;
}
.site-map .sub-nav_ ul li{
    background: url("img/sub-list-arrow.png") no-repeat 0 10px;
}
.site-map .sub-nav_ {
    display: block;
    overflow: hidden;
}
.site-map .s-list {
    float: left;
    width: 50% !important;
    padding-right: 60px;
    margin-top: 0 !important;
    margin-bottom: 12px;
}
.s-list.staticip {
    clear: left;
}
.site-map .s-list ul li a {
    color: #555;
    white-space: nowrap;
    font-size: 12px;
    background: url("img/arrow-right-6.png") no-repeat 0 50%;
    padding-left: 15px !important;
}
.site-map h4 {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 21px;
    color: #269ed6;
    margin-bottom: 15px;
}
.site-map .s-list h3 {
    color: #555;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
}
.site-map .s-list .t-icon {
    display: block;
    margin-bottom: 0;
}
.site-map .s-list ul li {
    margin-left: 0;
    padding-left: 0;
}
.site-map .sub-nav-close {
    display: none;
}
}
.sm-title {
    position: relative;
    text-align: center;
    margin: 35px 0 30px;
}
.sm-border {
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    background-color: #ebebeb;
    z-index: 3;
}
.sm-title span {
    display: inline-block;
    padding: 0 25px;
    background: #fff;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 25px;
    color: #555;
    position: relative;
    z-index: 5;

}

.input-group {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.bxslider {
    overflow: hidden;
}
.success-slider {
    border: 1px solid #adadad;
}
.success-slider ul {
    padding: 0 !important;
}
.success-slider li {
    padding: 0 !important;
}
.success-slider .ss-content {
    padding: 5px;
    position: relative;
}
.ss-content .c-c {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 20px;
    font-family: 'Calibri', sans-serif;
    font-size: 14px;
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}
.success-slider iframe {
}
.success-pager {
    margin-top: 15px;
}
.fluid-width-video-wrapper {
}
.success-pager a {
    display: inline-block;
    width: 120px;
    height: 90px;
    margin-bottom: 7px;
    margin-right: 10px;
    background: #fff;
    padding: 2px;
    border: 1px solid #A6A6A6;
    border-radius: 2px;
}
.success-pager a:hover, .success-pager a.active {
    border-color: #51abdb;
}

.success-slider .bx-wrapper .bx-controls-direction a {
    margin-top: -47px;
    width: 55px;
    height: 95px;
    background-color: #87d1f3;
    background-image: url("img/slider-arrow-2.png");
    background-repeat: no-repeat;
}
.success-slider .bx-wrapper .bx-controls-direction a:hover {
    background-color: #269ed6;
}
.success-slider .bx-wrapper .bx-prev {
    left: -1px;
    background-position: 16px 33px;
}

.success-slider .bx-wrapper .bx-next {
    right: -1px;
    background-position: -79px 33px;
}
.div-c-d {
    position: relative;
}

.head-info h3 {
    font-family: 'Calibri', sans-serif;
    font-size: 21px;
    font-weight: 600;
    margin-top: 15px;

}
.head-info p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    color: #686868;
    margin-top: 5px;
    margin-bottom: 5px;
}
.input-box-part {
    width: 425px;
    margin-top: 10px;
}
.pre-input1 input[type=text]{
    width: 90px !important;
    padding: 2px !important;
    border: solid 1px #DFDFDF;
    border-radius: 3px !important;
    background: #FCFCFC !important;
    text-indent: 0px !important;
    text-indent: 5px !important;
}
.number-input1 input[type=text] {
    width: 238px !important;
    padding: 2px !important;
    border: solid 1px #DFDFDF;
    border-radius: 3px !important;
    background: #FCFCFC !important;
    text-indent: 0px !important;
    margin-right: 7px !important;
    text-indent: 5px !important;
}

.s-pre-label {
    margin-right: 5px;
}

.checkout-1 {
    width: 71px;
    height: 42px;
    background: #AAD08F;
    border: solid 1px #95BD78;
    border-radius: 3px;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}
.s-pre-label p {
    font-family: 'Noto Sans', sans-serif;
    font-style: italic;
    font-size: 13px;
    color: #686868;
    margin-left: 2px;
    margin-top: 5px;
}
.warning-1 {
    padding: 5px;
    margin-top: 12px;
    text-indent: 37px;
    font-family: 'Calibri', sans-serif !Important;
    font-size: 21px !Important;
    color: #27b45f !Important;
    font-weight: 400 !Important;
    background: url(img/warning2.png) no-repeat !Important;
    background-position: 0px 7px !important;
    margin-top: 7px !Important;
    margin-bottom: 12px;
    display: none;
}
.warning-2 {
    padding: 5px;
    margin-top: 12px;
    text-indent: 35px;
    font-family: 'Calibri', sans-serif !Important;
    font-size: 21px !Important;
    color: #CF403D !Important;
    font-weight: 400 !Important;
    background: url(img/warning.png) no-repeat !Important;
    background-position: left center !Important;
    margin-top: 7px !Important;
    margin-bottom: 12px;
    display: none;
}
.s-1-1s {
    opacity: 0.69;
}
.bottom-note {
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    font-style: italic;
    padding: 10px 40px;
    background: url(img/info.png) no-repeat;
    background-position: 4px 17px !important;
    background-repeat: no-repeat;
    border: solid 1px #CFCFCF;
    border-radius: 3px;
    margin-top: 17px;
    display: none;
}
.s-l-select {
    opacity: 0.6;
}
#button-123-s {
    opacity: 0.6;
}
.cart-inner {
    max-height: 300px;
    overflow-y: scroll;
}
.p-li:hover img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}
.s-image {
    width: 100%;
    height: 171px;
    overflow: hidden;
}
.s-image img {
    transition: 0.7s;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}
.p-li:hover .s-image img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.button-hide {
    display: none;
    margin: auto;
    background-color: #27b45f;
    border-radius: 3px;
    font-family: 'Arial', sans-serif;
    font-size: 13px;
    color: #fff;
    padding: 10px 17px 10px 13px;
    width: 100px;
}
.button-hide:hover {
    opacity: 0.88;
}
.pdiv {
    padding: 8px;
    height: 25px;
    background-color: #E3E3E3;
    border-radius: 25px;
    background-position: -54.8px -124px;
    cursor: pointer;
    margin-top: 5px;
    color: #555;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.7s;
    font-family: 'Gotham-Book', sans-serif;
}
.pdiv:hover {
    background-color: #555;
    color: #E3E3E3;
}
.s-common {
    width: 100px;
}
.s-common .p_count {
    margin-left: 10px;
}
.cart-li .title {
    width: 137px;
    text-align: left;
}
a.button-hide {
    text-indent: 6px;
}
#forgottenpassword {
    font-family:'Arial', sans-serif !important;
    font-size: 17px !important;
}
.has-error input[type=text],.has-error input[type=password] {
    border: solid 1px red;
}
#login-error {
    font-family: 'Arial', sans-serif !Important;
    font-size: 14px !Important;
    color: red !Important;
    margin-top: 3px !Important;
    display: none;
}
#table-button {
    padding-top: 15px;
    padding-bottom: 15px;
}
#table-button input[type=submit] {
    background: url('img/pay.png') #AAD08F;
    background-repeat: no-repeat;
    background-size: 30px 22px;
    background-position: 8% 50%;
    padding: 15px 30px 15px 55px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 600;
    border: solid 1px #95BD78;
    border-radius: 4px;
    cursor: pointer;
    float: right;
    outline: none;
}
#count-price  {
    color: #269ed6;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-right: 10px;
    width: 250px;
    float: right;
    text-align: center;
    display: none;
}
.common-body {
    width: 1400px;
    height: 100px;
    background: red;
    margin: auto;
}
.container-s{
    width: 100%;
}
.container-head {
    width: 100%;
}
.container-head ul {
    width: 100%;
    display:  flex;
    justify-content: space-between;
}
.container-s  ul li {
    list-style-type: none;
    width: 25%;
    height: 10px;
}
.container-s ul li:first-of-type {
    background: #283983;
}
.container-s ul li:nth-child(2) {
    background: #199DD8;
}
.container-s ul li:nth-child(3) {
    background: #84D0F5;
}
.container-s ul li:nth-child(4) {
    background: #AAD08F;
}
.c-logo {
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 50%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 22px;
    text-align: center;
    transition: 0.5s;
}
.c-logo img
{
    max-width: 100%;
    max-height: 100%;
}
.container-desc {
    width: 700px;
    margin: auto;
}
.desc-title {
    font-family: 'Arial', sans-serif;
    font-size: 17px;
    color: #aaaaaa;
    font-weight: 400;
    text-align: center;
}
.desc-cont {
    width: 100%;
    text-align: center;
    color: #269ed6;
    font-family: 'Arial', sans-serif;
    font-size: 25px;
    font-weight: 400;
    margin-top: 7px;
}
.cont-line  {
    width: 50px;
    height: 5px;
    background: #D3D3D3;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 70px;
}
.cont-body-main {
    width: 970px;
    margin: auto;
    margin-bottom: 150px;
}
.cont-body-main ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.cont-body-main ul li {
    list-style-type: none;
    width: 315px;
    height: 270px;
    border-radius: 10px;
    transition: 0.3s;
}
.cont-body-main ul li a{
    text-decoration: none;
    display: block;
}
.pay-li {
    background: #283983;
}
.man-li {
    background: #199DD8;
}
.build-li {
    background: #84D0F5;
}
.li-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.li-icon {
    width: 100%;
    height: 153px;
    margin-top: 34px;
}
.pay-li .li-icon {
    background: url(img/pay123.png) no-repeat;
    background-position:  center;
}
.li-text {
    font-family: 'Calibri', sans-serif;
    font-size: 21px;
    color: #fff;
    width: 100%;
    text-align: center;
    margin-top: 23px;
}
.man-li .li-icon {
    background: url(img/man.png) no-repeat;
    background-position:  center;
}
.build-li .li-icon {
    background: url(img/building.png) no-repeat;
    background-position:  center;
}
.pay-li:hover {
    background: #1F2D6C !Important;
}
.man-li:hover {
    background: #188FC5 !Important;
}
.build-li:hover {
    background:  #7EC3E5 !Important;
}
.atm-content-main {
    width: 475px;
}
.atm-content {
    min-width: 409px;
    margin-left: 44px;
    text-align: left;
}
.atm-header {
    padding-left: 40px;
    text-align: left;
    background: url(img/atm-small.png) no-repeat;
    background-position: 0px 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    color: #87d1f3;
    font-weight: 500;
    margin-bottom: 20px;
}
.bank-header {
    padding-left: 58px;
    text-align: left;
    background: url(img/bank-small.png) no-repeat;
    background-position: 0px 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    color: #87d1f3;
    font-weight: 500;
    margin-bottom: 20px;
}
.bank-content {
    min-width: 415px ;
    margin-left: 58px;
    text-align: left;
}
.bank-content h3,.atm-content h3 {
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
}
.bank-content p ,.atm-content p{
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.c-logo:hover{
    box-shadow: 0 0 30px -5px #269ED6;
    -webkit-box-shadow: 0 0 50px -5px #269ed6;
    -moz-box-shadow: 0 0 30px -5px #269ED6;
}

.faq-content {
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    background-color: #f9f9f9;
    position: relative;
}
.faq-content:hover {
    background-color: #f0f4ec;
}
.faq-content.active {
    border-color: #abcf92;
    background-color: #f9f9f9;
}
.faq-content.active:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #abcf92;
}
.faq-content .num {
    position: absolute;
    top: 8px;
    left: 16px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #abcf92;
    padding: 7px;
    text-align: center;
    color: #fff;
    font-family: 'PrivaPro-One', 'Noto Sans', sans-serif;
    font-size: 14px;

}
.faq-content p {
    font-family: 'PrivaPro-One', 'Noto Sans', sans-serif;
    font-size: 14px;
    color: #0d0d0d;
    margin-left: 0 !important;
    padding: 0;
    display: none;
    margin-bottom: 0;
}
.faq-content p:first-child {
    font-weight: bold;
    font-size: 15px;
    display: block;
    cursor: pointer;
    padding: 17px 60px;
}
.faq-content p:not(:first-child) {
    padding-bottom: 15px;
    padding-left: 60px;
}
.user-panel span.label:lang(ru) {
    font-size: 13px;
}
.phone-address .label:lang(ru) {
    font-size: 12px;
}

.field-callme-captcha img {
    cursor: pointer;
    margin-left: 40px;
}
.field-callme-captcha input {
    margin-top: -7px;
}
.date {
    color: #aaa;font-size: 12px;
}
.cam_top{
    font-size: 16px;font-weight: normal;color: #293b81;margin-bottom: 11px;
}
.news-div{
    float: left;
    width: 100%;
    margin: 10px 0;
}
.news-list hr{

    width: 100%;
    margin: 0;
}
a.news-div:hover{
    text-decoration: none!important;
}

.applelogo{
    padding: 8px 11px;
    background: #B9B9B9;
    color: #fff;
    border-radius: 51px;
    margin-right: 10px;
    font-size: 28px !important;
}
.applelogo span{
    width: 15px;
}
.partnerlogo{
    padding: 13px 13px;
    background: #AFE6FF;
    color: #fff;
    border-radius: 51px;
    margin-left: 10px;
}
.infologo{
    padding: 12px 18px;
    background: #F9C605;
    color: #fff;
    border-radius: 50px;
    margin-left: 10px;
    font-size: 18px!important;
}
.careerlogo{
    padding: 12px 13px;
    background: #ABCF92;
    color: #fff;
    border-radius: 50px;
    margin-left: 10px;
}
.projectslogo{
    padding: 9px 16px;
    background: #87d1f3;
    color: #fff;
    border-radius: 50px;
    margin-left: 10px;
}
.projectslogo:before{
    font-size: 24px;
}
.whatwedologo{
    padding: 12px 13px;
    background: #269ed6;
    color: #fff;
    border-radius: 50px;
    margin-left: 10px;
}
.homelogo{
    padding: 12px 13px;
    background: #293b81;
    color: #fff;
    border-radius: 50px;
    margin-left: 10px;
}
.fa{
    font-size: 14px;

}
.link-2 a img{
    width: 55px;
    opacity: 0.6;
}
.link-2 a:hover img{
    opacity: 1;
}
.def{
    display: none;

}
.info
{
    margin-top: 15px;
}
.info p
{
    color:green;
    font-weight: bold;
}
.helpdesk{
    color: #fff;
    background: rgba(33, 179, 132, 0.74);
    position: absolute;
    margin-left: 1046px;
    margin-top: -295px;
    padding: 24px 22px;
    /* border-radius: 8px; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-radius: 40px 0;
}
.helpdesk i{
    font-size: 30px;
    margin-top: -10px;
    float: left;
    margin-right: 12px;
}
.vakansi{
    color: #fff;
    background: rgba(7, 144, 201, 0.7);
    position: absolute;
    margin-left: 1046px;
    margin-top: -373px;
    padding: 24px 22px;
    /* border-radius: 8px; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-radius: 40px 0;
}
.vakansi i{
    font-size: 25px;
    margin-top: -5px;
    float: left;
    margin-right: 12px;
}
ul.customers li{
    list-style-type: none;
    width: 200px;
    float:left;
    height: 200px;
    padding: 15px 15px 15px 22px;
    line-height: 230px;
    margin-left: 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
}
ul.customers li img{
    width: 150px;
}
.moreright{
    padding: 9px;
    border-radius: 3px;
    /*float: right;*/
    color: #0077b5!important;
    margin-right: 20px;
}
.terefdashimg img{
    padding: 10px;
    width: 150px!important;
    height: auto!important;
}

a.vakansiyalink .btn{
    color: #fff!important;
}
a.vakansiyalink:hover{
    text-decoration: none;
}

.terefdashimg span {
    line-height: 255px!important;
    height: 170px;
    float: left;
    border: 1px solid #ccc;
    margin: 1px;
    border-radius: 3px;
}