* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
img {
max-width: 100%;
height: auto;
}
body {
font-family: 'Lato', sans-serif;
}
@font-face {
font-family: 'Lato';
src: local("Lato Regular"), local("Lato-Regular"), url(//tario.su/wp-content/themes/tario/assets/fonts/Lato-Regular.woff2) format("woff2"), url(//tario.su/wp-content/themes/tario/assets/fonts/Lato-Regular.woff) format("woff"), url(//tario.su/wp-content/themes/tario/assets/fonts/Lato-Regular.ttf) format("truetype");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Raleway';
src: local("Raleway Extra Bold"), local("Raleway-Extra-Bold"), url(//tario.su/wp-content/themes/tario/assets/fonts/Raleway-ExtraBold.woff2) format("woff2"), url(//tario.su/wp-content/themes/tario/assets/fonts/Raleway-ExtraBold.woff) format("woff"), url(//tario.su/wp-content/themes/tario/assets/fonts/Raleway-ExtraBold.ttf) format("truetype");
font-weight: 800;
font-style: normal;
}
.alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
max-width: 100%;
height: auto;
}
.alignright {
float: right;
margin: 0 0 10px 15px;
}
.alignleft {
float: left;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.header {
position: relative;
width: 100%;
background: #ffffff;
font-size: 16px;
color: #222222;
z-index: 20;
-webkit-transition: all 0.8s ease 0s;
transition: all 0.8s ease 0s;
-webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
}
.header .row {
align-items: center;
}
.header-form {
display: none;
position: absolute;
top: 0;
z-index: 30;
background: #ffffff;
left: 20px;
width: 98%;
}
.header-form-wr {
display: flex;
padding: 20px;
}
.header-form-wr form {
width: 100%;
}
ul li {
font-weight: 400;
font-size: 16px;
line-height: 20px;
list-style-image: url(//tario.su/wp-content/themes/tario/assets/icon/check-circle.svg);
position: relative;
margin-bottom: 15px;
}
.header-nav {
display: flex;
align-items: center;
}
.header-line {
border-top: 1px solid #e3e3e3;
position: relative;
}
.header-search {
padding: 10px;
cursor: pointer;
font-size: 24px;
margin-right: 20px;
}
.header-search:hover {
color: #42a5f5;
}
.logo {
width: 100%;
}
.menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: space-between;
width: 100%;
margin-bottom: 0;
padding-left: 0;
}
.header ul li, .footer ul li {
list-style-type: none;
margin-right: 20px;
list-style-image: none;
margin-bottom: 0;
}
.menu .search {
margin-left: 10px;
}
.menu li:last-child {
margin-right: 0;
}
.menu li a {
display: block;
color:#222222;
text-decoration: none;
padding: 15px 0;
text-transform: uppercase;
font-weight: 600;
}
.menu li a:hover {
color: #42a5f5;
}
.menu li.current-menu-item a {
color: #42a5f5;
}
.menu li.current-menu-item ul li a {
color: #222222;
}
.menu li.current-menu-item ul li a:hover {
color: #42a5f5;
}
.menu-footer li a {
color: #bebebe;
}
.nav {
width: 100%;
}
.nav ul li {
position: relative;
}
.nav .sub-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
transform: scale(1,0);
transform-origin: 0 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
float: left;
opacity: 0;
visibility: hidden;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 16px;
text-align: left;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0px;
-webkit-box-shadow: 0 3px 4px rgb(0 0 0 / 18%);
box-shadow: 0 3px 4px rgb(0 0 0 / 18%);
padding: 20px;
}
.nav > ul > li:hover > ul {
opacity: 1;
visibility: visible;
transform: scale(1);
}
.sub-menu li a {
padding: 10px 0;
}
.menu li.menu-item-has-children {
position: relative;
}
.menu li.menu-item-has-children::before {
content: '';
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px solid;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
position: absolute;
top: 50%;
right: -15px;
}.menu li.menu-item-has-children:hover::before {
color: #42a5f5;
}
.sub-menu li:hover > .sub-menu {
opacity: 1;
visibility: visible;
transform: scale(1);
}
.service_item {
border: 1px solid #ccc;
padding: 15px;
margin-bottom: 20px;
}
.service_image img {
max-width: 100%;
height: auto;
}
.phone-btn-wrapper {
display: flex;
justify-content: flex-end;
align-items: center;
}
.phone {
padding-right: 45px;
}
.phone i {
margin-right: 5px;
font-size: 20px;
color: #42a5f5;
}
.phone i:hover {
color: #2f2f2f;
}
.phone-link {
font-size: 18px;
font-weight: 600;
color: #222222;
text-decoration: none;
}
.phone-link:hover {
color: #42a5f5;
}
form .phone {
padding-right: 0;
}
.email {
text-decoration: none;
margin-top: 10px;
}
.email:hover {
color: #42a5f5;
}
.btn {
padding: 9px 32px;
display: inline-block;
margin-bottom: 0;
font-weight: 700;
text-align: center;
border: 1px solid transparent;
text-transform: uppercase;
letter-spacing: 1.2px;
font-size: 12px;
line-height: 1.8;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
text-decoration: none;
border-radius: 50px;
}
.btn-pay{
padding: 9px 32px;
width: 150px;
height: 50px;
display: inline-block;
margin-bottom: 0;
font-weight: 700;
text-align: center;
overflow: hidden;
border: 1px solid transparent;
text-transform: uppercase;
letter-spacing: 1.2px;
font-size: 12px;
line-height: 1.8;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
text-decoration: none;
border-radius: 50px;
}
.btn-pay-tario{
background: #ffffff;
color: #ffffff;
border: 2px solid #222222;
}
.btn-pay-sber{
background:#ffffff;
color: #ffffff;
border: 2px solid #32CD32;
}
.btn-pay img{
max-width: 150%;
height: 100%;
}
.btn-blue {
background: #42a5f5;
color: #ffffff;
}
.btn-blue:hover {
color: #222222;
}
.btn-white {
background: #ffffff;
color: #222222;
border: 1px solid #42a5f5;
margin-left: 30px;
}
.btn-white:hover {
background: #42a5f5;
color: #ffffff;
}
.btn-black {
display: block;
background: #222222;
color: #ffffff;
margin: 30px auto 0;
}
.btn-black:hover {
background: #42a5f5;
color: #ffffff;
}
.btn-wrapper {
display: flex;
flex-direction: column;
justify-content: center;
}
.btn-review {
max-width: 200px;
display: block;
margin: 100px auto 30px;
}
.btn-footer {
border-radius: 0;
border-bottom-right-radius: 50px;
border-top-right-radius: 50px;
padding: 13px 24px;
}
.header .btn-blue {
padding: 9px 40px;
}
.slaider {
position: relative;
}
.slaider .slide {
position: relative;
min-height: calc(100vh - 149px);
background-position: right;
background-size: cover;
}
.slaider .slaider-bg {
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
}
.slaider .slide-title {
font-family: 'Raleway', sans-serif;
font-size: 36px;
line-height: 36px;
color: #222;
text-transform: uppercase;
margin-bottom: 40px;
font-weight: 800;
}
.slaider .slaider-block { margin-top: 20vh;
}
.slide:first-child .slaider-block { margin-top: 30vh;
}
.slaider .slide-text {
padding-left: 0;
padding-right: 10px;
}
.slaider .slide-text li {
font-weight: 400;
font-size: 16px;
line-height: 20px;
list-style-image: url(//tario.su/wp-content/themes/tario/assets/icon/check-circle.svg);
position: relative;
margin-bottom: 15px;
}
.slaider .slick-dots {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
bottom: 0;
left: 50%;
-webkit-transform: translate(-50%);
transform: translate(-50%);
padding-left: 0;
margin-bottom: 30px;
}
.slaider .slick-dots li {
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slaider .slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slaider .slick-dots li button:hover,
.slaider .slick-dots li button:focus {
outline: none;
}
.slaider .slick-dots li button:hover:before,
.slaider .slick-dots li button:focus:before {
opacity: 1;
}
.slaider .slick-dots li button:before {
position: absolute;
top: 0;
left: 0;
width: 15px;
height: 15px;
content: '';
text-align: center;
background-color: transparent;
border-radius: 50%;
border: 2px solid #fff;
}
.slaider .slick-dots li.slick-active button:before {
background-color: #fff;
}
.gallery-slider .slider-left, .gallery-slider .slider-right {
top: 30%;
}
.reviews-slider .slider-left, .reviews-slider .slider-right {
top: 40%;
} 
.slider-left,
.slider-right {
position: absolute;
background: #000;
width: 40px;
height: 40px;
top: calc(50% - 20px);
left: 20px;
border: none;
opacity: 0.5;
z-index: 10;
}
.slider-left:hover,
.slider-right:hover {
opacity: 1;
}
.slider-right {
left: auto;
right: 20px;
}
.slider-right:before {
content: '';
position: absolute;
width: 30px;
height: 30px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: url(//tario.su/wp-content/themes/tario/assets/icon/chevron-right.svg) center center/cover;
}
.slider-left:before {
content: '';
position: absolute;
width: 30px;
height: 30px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: url(//tario.su/wp-content/themes/tario/assets/icon/chevron-left.svg) center center/cover;
}
.slaider-btns {
margin-top: 30px;
}
.advantages {
padding: 80px 0 50px;
}
.advantages-card {
position: relative;
background: transparent;
} .card-wr {
position: relative;
}
.advantages-card .card-img {
width: 128px;
height: 128px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 auto;
-webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
border-radius: 50%;
position: relative;
z-index: 1;
}
.advantages-card .card-img img {
width: 32px;
height: 32px;
}
.advantages-card .card-title {
font-family: 'Raleway', sans-serif;
font-weight: 700;
text-transform: uppercase;
text-align: center;
font-size: 18px;
margin-top: 28px;
margin-bottom: 14px;
}
.advantages-card .card-text {
line-height: 26px;
font-size: 18px;
text-align: center;
}
.advantages-two {
padding: 100px 0;
background: url(//tario.su/wp-content/themes/tario/assets/img/counter-bg.jpg) center center/cover no-repeat;
}
.advantages-two .adv-title-card {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.advantages-two .title {
font-size: 24px;
}
.advantages-two .span-title {
font-size: 24px;
font-weight: 800;
color:#42a5f5;
}
.advantages-two span {
font-weight: 900;
color: #42a5f5;
font-size: 40px;
line-height: 40px;
position: relative;
z-index: 1;
}
.advantages-two div {
font-family: 'Raleway', sans-serif;
font-weight: 600;
padding-top: 10px;
font-size: 18px;
position: relative;
z-index: 1;
}
.advantages-two .adv-card {
position: relative;
}
.advantages-two .adv-card i {
position: absolute;
top: 0;
right: 0;
font-size: 27px;
border: 1px dashed #e1e1e1;
margin: 0;
padding: 23px 23px 70px 80px;
position: absolute;
color: #e1e1e1;
}
.adv-dark {
background: url(//tario.su/wp-content/themes/tario/assets/img/bg-count.jpg) center center/cover no-repeat;
}
.adv-dark .title, .adv-dark span, .adv-dark div {
color: #ffffff;
}
.internet .row, .mobile .row {
justify-content: center;
}
.rate {
padding: 100px 0;
background: url(//tario.su/wp-content/themes/tario/assets/img/rate-bg.jpg) center center/cover no-repeat;
}
.rate .row {
justify-content: center;
}
.rate-card {
display: flex;
flex-direction: column;
justify-content: space-between;
background: #fff;
padding: 30px;
-webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
-webkit-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
margin-bottom: 30px;
}
.rate-card:hover {
-webkit-box-shadow: 0px 5px 17px 5px rgba(34, 60, 80, 0.2);
box-shadow: 0px 5px 17px 5px rgba(34, 60, 80, 0.2);
}
.rate-title { color: #222222;
font-size: 18px;
font-weight: 800;
text-transform: uppercase;
text-align: center;
margin-bottom: 20px;
}
.mobile .rate-title {
margin-bottom: 20px;
}
.rate-subtitle {
color: #666666;
font-size: 16px;
font-weight: 400;
text-align: center;
}
.rate-price {
border-top: 1px dashed #e1e1e1;
border-bottom: 1px dashed #e1e1e1;
color: #222222;
font-size: 36px;
font-weight: 900;
padding: 10px 0;
}
.rate-price p {
text-align: center;
}
.rate-info {
padding-top: 20px;
text-align: center;
line-height: 20px;
}
.rate-info p {
margin-bottom: 20px;
}
.rate-text {
font-size: 14px;
margin-top: 10px;
}
.rate .btn-blue, .mobile .btn-blue, .telephony .btn-blue, .rate-card .btn-blue {
display: inline-block;
min-width: 170px;
margin: 0 auto;
}
.rate-card .btn-blue {
padding: 9px 15px;
}
.mobile .btn-blue, .telephony .btn-blue {
margin-top: 15px;
}
.title {
font-family: 'Raleway', sans-serif;
position: relative;
text-align: center;
text-transform: uppercase;
margin-bottom: 62px;
font-size: 24px;
font-weight: 800;
}
.title:after {
content: "";
background: url(//tario.su/wp-content/themes/tario/assets/icon/line-right-dark.png) no-repeat;
width: 90px;
height: 25px;
display: inline-block;
vertical-align: middle;
margin-left: 30px;
}
.title:before {
content: "";
background: url(//tario.su/wp-content/themes/tario/assets/icon/line-left-dark.png) no-repeat;
width: 90px;
height: 25px;
display: inline-block;
vertical-align: middle;
margin-right: 30px;
}
.title span {
color: #42a5f5;
}
.title-mini {
position: relative;
text-align: left;
}
.title-mini:before {
display: none;
}
.title-mini span {
left: 0;
-webkit-transform: none;
transform: none;
}
.about {
color: #ffffff;
padding: 80px 0;
background: url(//tario.su/wp-content/themes/tario/assets/img/about.jpg) center center/cover no-repeat;
}
.about-page {
padding-top: 50px;
}
.about .about-title {
font-family: 'Raleway', sans-serif;
font-size: 30px;
color: #ffffff;
font-weight: 700;
line-height: 1.4;
margin-bottom: 30px;
}
.about .about-text {
line-height: 1.6;
font-size: 16px;
}
.about .about-link {
color: #fff; 
}
.about .about-link:hover {
color:#42a5f5;
}
.news-and-questions {
padding: 100px 0 20px;
}
.archive .news_img {
margin-bottom: 10px;
margin-top: 20px;
}
.news-and-questions .btn-blue {
display: inline-block;
margin-top: 30px;
}
.accordion-button:not(.collapsed) {
background: #fafafa;
}
.accordion-body img {
width: 100%;
}
.accordion {
margin-bottom: 30px;
}
.accordion-item {
border: none;
-webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}
.accordion-header {
margin-bottom: 7px;
-webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}
.accordion-button {
color: #222222;
font-size: 16px;
font-family: "Raleway", sans-serif;
font-weight: 600;
padding: 13px 30px;
line-height: 30px;
}
.accordion-button:not(.collapsed) {
color: #222222;
}
.accordion-button:focus {
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.news-block {
padding-bottom: 15px;
border-bottom: 1px dashed #e1e1e1;
margin-bottom: 20px;
}
.news-block a {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
color: #222222;
text-decoration: none;
}
.news-block .btn {
display: block;
color: #ffffff;
width: 170px;
margin: 0 auto;
}
.archive .news-block {
display: flex;
flex-direction: column;
}
.archive .news-block .btn {
margin-top: auto;
max-width: 200px;
}
.news-block:first-child {
padding-top: 0;
}
.news-title {
color: #222222;
text-decoration: none;
font-weight: 600;
font-size: 18px;
}
.news-title:hover {
color: #42a5f5;
}
.news-text {
letter-spacing: 0.7px;
color: #515151;
margin-top: 15px;
}
.news-info-top {
margin-bottom: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.news-info-top i {
color: #42a5f5;
}
.news-date {
margin-right: 30px;
}
.reviews {
padding: 100px 0;
background: url(//tario.su/wp-content/themes/tario/assets/img/reviews.jpg) center center/cover no-repeat;
}
.reviews-slider .slider-left {
left: -40px;
}
.reviews-slider .slider-right {
right: -40px;
}
.reviews-slider .slick-dots {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
bottom: -70px;
left: 50%;
-webkit-transform: translate(-50%);
transform: translate(-50%);
padding-left: 0;
}
.reviews-slider .slick-dots li {
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.reviews-slider .slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.reviews-slider .slick-dots li button:hover,
.reviews-slider .slick-dots li button:focus {
outline: none;
}
.reviews-slider .slick-dots li button:hover:before,
.reviews-slider .slick-dots li button:focus:before {
opacity: 1;
}
.reviews-slider .slick-dots li button:before {
position: absolute;
top: 0;
left: 0;
width: 12px;
height: 12px;
content: '';
text-align: center;
background-color: transparent;
border-radius: 50%;
border: 2px solid #e1e1e1;
}
.reviews-slider .slick-dots li.slick-active button:before {
background-color: #42a5f5;
border: none;
}
.rewiews-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 10px;
}
.reviews-img {
margin-right: 30px;
}
.reviews-img img {
border-radius: 50%;
}
.reviews-name {
font-family: 'Raleway', sans-serif;
font-size: 18px;
font-weight: 700;
letter-spacing: 0.5px;
margin-bottom: 0;
}
.reviews-job {
color: #666666;
}
.reviews-text {
font-style: italic;
color: #666666;
line-height: 1.8;
margin-top: 10px;
}
.subscription {
padding: 100px 0 50px;
}
#tabs {
margin: 10px 0;
overflow: hidden;
display: flex;
}
.tabs-nav {
width: 25%;
overflow: hidden;
margin: 0;
padding: 0;
position: relative;
}
.tabs-nav:after {
content: '';
display: inline-block;
width: 1px;
height: 1px;
background: #ccc;
position: absolute;
top: 0px;
right: 0px;
}
.tabs-nav li {
display: block;
padding: 0;
margin: 0;
}    
.tabs-nav a {
display: flex;
width: 100%;
box-sizing: border-box;
border-bottom: 1px solid #fafafa;
text-decoration: none;
color: #ffffff;
background: #42a5f5;
font-size: 14px;
text-transform: uppercase;
font-family: "Raleway", sans-serif;
font-weight: 700;
padding: 25px 20px;
}	
.tabs-nav a:hover {
border-right: 1px solid #f7f7f7;
background: #f7f7f7;
color: #000;
}	
.tabs-nav a.active {
border-right: 1px solid #f7f7f7;
background: #f7f7f7;
color: #000;
}
.tab-icon {
width: 25px;
height: 24px;
margin-right: 10px;
}  
.tabs-nav li:nth-child(1) a .tab-icon  {
background: url(//tario.su/wp-content/themes/tario/assets/icon/money-white.svg) center center/cover no-repeat;
}  
.tabs-nav li:nth-child(2) a .tab-icon  {
background: url(//tario.su/wp-content/themes/tario/assets/icon/phone-white.svg) center center/cover no-repeat;
}  
.tabs-nav li:nth-child(3) a .tab-icon  {
background: url(//tario.su/wp-content/themes/tario/assets/icon/invoice-white.svg) center center/cover no-repeat;
}  
.tabs-nav li:nth-child(4) a .tab-icon  {
background: url(//tario.su/wp-content/themes/tario/assets/icon/laptop-white.svg) center center/cover no-repeat;
}  
.tabs-nav li:nth-child(5) a .tab-icon  {
background: url(//tario.su/wp-content/themes/tario/assets/icon/gallery-white.svg) center center/cover no-repeat;
}  
.tabs-nav li:nth-child(6) a .tab-icon  {
background: url(//tario.su/wp-content/themes/tario/assets/icon/sheild-white.svg) center center/cover no-repeat;
}  
.tabs-nav li:nth-child(7) a .tab-icon  {
background: url(//tario.su/wp-content/themes/tario/assets/icon/web-site-white.svg) center center/cover no-repeat;
}  
.tabs-nav li:nth-child(1) a.active .tab-icon, .tabs-nav li:nth-child(1) a:hover .tab-icon {
background: url(//tario.su/wp-content/themes/tario/assets/icon/money.svg) center center/cover no-repeat;
}  
.tabs-nav li:nth-child(2) a.active .tab-icon, .tabs-nav li:nth-child(2) a:hover .tab-icon  {
background: url(//tario.su/wp-content/themes/tario/assets/icon/wifi-connection.svg) center center/cover no-repeat;
}  
.tabs-nav li:nth-child(3) a.active .tab-icon, .tabs-nav li:nth-child(3) a:hover .tab-icon  {
background: url(//tario.su/wp-content/themes/tario/assets/icon/invoice.svg) center center/cover no-repeat;
}  
.tabs-nav li:nth-child(4) a.active .tab-icon, .tabs-nav li:nth-child(4) a:hover .tab-icon  {
background: url(//tario.su/wp-content/themes/tario/assets/icon/laptop.svg) center center/cover no-repeat;
}  
.tabs-nav li:nth-child(5) a.active .tab-icon, .tabs-nav li:nth-child(5) a:hover .tab-icon  {
background: url(//tario.su/wp-content/themes/tario/assets/icon/gallery.svg) center center/cover no-repeat;
}  
.tabs-nav li:nth-child(6) a.active .tab-icon, .tabs-nav li:nth-child(6) a:hover .tab-icon  {
background: url(//tario.su/wp-content/themes/tario/assets/icon/shield.svg) center center/cover no-repeat;
}  
.tabs-nav li:nth-child(7) a.active .tab-icon, .tabs-nav li:nth-child(7) a:hover .tab-icon  {
background: url(//tario.su/wp-content/themes/tario/assets/icon/web-site.svg) center center/cover no-repeat;
}  
.tabs-items {
background: #fff;
width: 75%;
}
.tabs-item {
height: 100%;
padding: 20px 30px;
min-height: 160px;
background: #f7f7f7;
}
.tabs-item .title {
margin-bottom: 40px;
}
.tabs-item .title:before, .tabs-item .title:after {
display: none;
}
.tabs-item h4 {
font-weight: 700;
text-transform: uppercase;
font-size: 18px;
}
.tabs-item .btn-blue {
margin-bottom: 50px;
}
.tabs-item p {
margin-top: 20px;
margin-bottom: 20px;
}
.tabs-img {
display: flex;
justify-content: center;
}
.tabs-img img {
width: auto;
}
.tabs-icon {
width: 24px;
height: 24px;
margin-right: 15px;
}
.footer {
color: #bebebe;
}
.footer .nav > ul > li:hover > ul {
visibility: hidden;
}
.footer .menu li.menu-item-has-children::before {
display: none;
}
.footer a {
color: #bebebe;
}
.footer .footer-top {
background-color: #222;
padding: 35px 0 65px;
}
.footer .footer-bottom {
background-color: #1a1a1a;
padding: 30px 0;
}
.footer .nav {
margin-bottom: 20px;
}
.contacts-links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.social-links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.social-link {
color: #999999;
font-size: 16px;
padding: 5px 0;
min-width: 34px;
text-align: center;
background: #2f2f2f;
border-radius: 50%;
}
.social-link:last-child {
margin-right: 0;
}
.social-link:hover {
background: #42a5f5;
color: #fff;
}
.pageup {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 40px;
height: 40px;
position: fixed;
bottom: 40px;
right: 40px;
cursor: pointer;
padding: 5px;
background-color: #3c3b3b;
z-index: 100;
}
.pageup:hover {
background-color: #fff;
border: 1px solid #3c3b3b;
}
.pageup:hover .pageup-link {
background: url(//tario.su/wp-content/themes/tario/assets/icon/arrow-up.png) center center/cover no-repeat;
}
.pageup-link {
display: block;
background: url(//tario.su/wp-content/themes/tario/assets/icon/arrow-white.png) center center/cover no-repeat;
width: 20px;
height: 20px
}
.page-content {
padding-top: 50px;
padding-bottom: 30px;
}
.page-content img {
width: auto;
}
.input-search, .input-footer {
border-radius: 50px;
padding: 10px;
height: 49px;
background: rgba(255, 255, 255, 0.051);
color: #fff;
font-style: italic;
font-size: 16px;
-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
border: 1px solid #e1e1e1;
outline: none;
}
.input-search {
width: 100%;
margin-right: 20px;
color: #222222;
}
.header-form-wr .input-search {
color: #222222;
}
.input-footer {
padding: 12px 28px;
border-radius: 0;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
}
.partners {
padding: 50px 0;
background: #fff;
}
.slick-initialized .slick-slide {
display: flex;
justify-content: center;
}
.form-text {
line-height: 26px;
font-size: 16px;
color: #000;
margin-bottom: 30px;
}
.form-block {
padding: 50px 0;
background: url(//tario.su/wp-content/themes/tario/assets/img/form-bg.jpg) center center/cover no-repeat;
}
.form-contact {
padding: 50px 0;
background: url(//tario.su/wp-content/themes/tario/assets/img/contact-bg.jpg) right center/cover no-repeat;
}
.form-contact .title {
text-align: left;
margin-bottom: 20px;
}
.form-block .title:before {
display: none;
} 
.form-block .title:after {
background: url(//tario.su/wp-content/themes/tario/assets/icon/line-right-white.png) no-repeat;
} 
.form-block .title {
color: #000;
text-align: left;
margin-bottom: 0px;
}
.form-block .btn-black {
margin-top: 30px;
display: inline;
margin-bottom: 0;
}
.form-input, .textarea-input {
border-radius: 50px;
padding: 10px 20px;
height: 49px;
background: rgba(34, 34, 34, 0.7);;
color: #000;
font-size: 16px;
-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
border: 1px solid #e1e1e1;
outline: none;
margin-bottom: 25px;
width: 100%;
font-size: 16px;
}
.textarea-input {
height: 200px;
padding-top: 30px;
resize: none;
}
.form-input::placeholder {
color: #fff;
font-size: 16px;
}
.form-contact .form-input {
background: #fafafa;
border: none;
margin: 0 0 30px;
}
.form-contact .form-input::placeholder {
color: #666666;
}
.form__ok {
margin-bottom: 20px;
}
.form-wrapper {
max-width: 800px;
margin: 0 auto;
margin-bottom: 50px;
}
.form-wrapper form {
margin-bottom: 30px;
}
.form-wrapper .btn-blue {
max-width: 300px;
}
.form__ok span, .form__ok a {
color: #000;
}
.wpcf7-not-valid-tip {
margin-bottom: 10px;
font-weight: 700;
font-size: 16px;
}
.wpcf7 form .wpcf7-response-output {
color: #000;
font-size: 16px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
border-color: #fff;
background: rgba(34, 34, 34, 0.7);
}
.modal .form-input, .modal .textarea-input {
background: transparent;
color: #000;
}
.modal .form__ok span, .modal .form__ok a, .modal .form-input::placeholder, .modal .textarea-input::placeholder {
color: #000;
}
.modal .wpcf7-not-valid-tip {
margin-bottom: 0;
}
.modal .btn-blue, .business-rate .btn-blue {
display: block;
max-width: 200px;
margin: 0 auto;
}
.modal .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
border-color: #FF0000;
margin: 0;
}
.internet  {
padding: 50px 0 20px;
}
.telephony {
padding-top: 80px;
margin-bottom: 50px;
}
.telephony .row {
justify-content: center;
}
.img-wrapper {
display: flex;
justify-content: center;
}
.img-wrapper img {
width: 100%;
}
.cctv .img-wrapper img, .television .img-wrapper img {
width: auto;
}
.title span.blue {
color: #42a5f5;
position: static;
font-family: 'Raleway', sans-serif;
position: relative;
text-align: center;
text-transform: uppercase;
margin-bottom: 62px;
font-size: 24px;
font-weight: 800;
top: auto;
left: auto;
}
.section-title {
font-family: 'Raleway', sans-serif;
color: #222222;
font-size: 18px;
font-weight: 800;
text-transform: uppercase;
text-align: center;
text-align: left;
margin-bottom: 10px;
}
.section-title span {
color: #42a5f5;
}
.mt {
margin-top: 200px;
}
.mt-title {
margin-top: 30px;
}
.internet-wrapper {
margin-left: 60px;
}
.television {
padding: 100px 0 50px;
background-color: #fafafa;
}
.cctv {
padding: 100px 0 130px;
background-color: #42a5f5;
}
.cctv .title {
color: #ffffff;
}
.cctv .title:before {
background: url(//tario.su/wp-content/themes/tario/assets/icon/line-left-white.png) no-repeat;
}
.cctv .title:after {
background: url(//tario.su/wp-content/themes/tario/assets/icon/line-right-white.png) no-repeat;
}
.cctv p {
color: #fff;
text-align: center;
margin-top: 20px;
}
.cctv .btn-white {
display: block;
max-width: 200px;
margin: 0 auto;
border: none;
}
.cctv .btn-white:hover {
background:rgb(177, 175, 175);
}
.business-rate {
display: flex;
background: #fafafa;
}
.business-card {
width: 33.33%;
padding: 10px 30px 60px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.business-card:nth-child(2) {
background: #f3f3f3;
position: relative;
top: -100px;
}
.business-card:nth-child(2):before {
content: 'акция';
position: absolute;
height: 45px;
width: 160px;
background: url(//tario.su/wp-content/themes/tario/assets/img/bestseller.png) center center/cover;
top: 47px;
right: -40px;
color: #ffffff;
font-family: "Raleway",sans-serif;
font-size: 14px;
font-weight: 700;
letter-spacing: 0.5px;
padding: 15px;
text-transform: uppercase;
transform: rotate(90deg);
}
.business-card:nth-child(2):after {
content: '';
width: 100%;
height: 100px;
background: #f3f3f3;
bottom: -100px;
position: absolute;
left: 0;
}
.business-card-title {
color: #222222;
font-family: "Raleway", sans-serif;
font-size: 30px;
font-weight: 800;
text-transform: uppercase;
margin: 35px 0 0;
text-align: center;
}
.business-card-subtitle {
color: #666666;
font-size: 18px;
font-weight: 400;
padding-bottom: 15px;
text-align: center;
margin-top: 10px;
}
.business-card-price {
border-bottom: 1px dashed #e1e1e1;
border-top: 1px dashed #e1e1e1;
color: #222222;
font-size: 36px;
font-weight: 900;
padding: 10px 0;
}
.business-card-price p {
text-align: center;
}
.business-card-info {
padding-top: 20px;
padding-bottom: 20px;
}
.business-card-info p {
padding: 8px 0;
font-weight: 400;
color: #222222;
text-align: center;
}
.business-card-img {
display: flex;
justify-content: center;
margin-bottom: 45px;
}
.text-center {
text-align: center;
}
.about-page {
background: none;
color: #222222;
}
.about-page .about-link {
color: #222222;
}
.about-img, .news_img {
display: flex;
justify-content: center;
}
.contacts {
padding: 50px 0 100px;
}
.contact-card {
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
padding: 35px 20px;
text-align: center;
height: 100%;
margin-bottom: 30px;
}
.contact-img {
width: 89px;
height: 89px;
background: #42a5f5;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
color: #ffffff;
font-size: 36px;
margin: 0 auto;
}
.contact-title {
color: #222222;
font-size: 20px;
font-weight: 600;
line-height: 24px;
margin-top: 25px;
}
.contact-text {
font-size: 16px;
line-height: 26px;
font-weight: 400;
color: rgba(86,86,86,.8);
text-decoration: none;
margin-bottom: 0;
}
.page_h1 {
padding-top: 30px;
}
.section_category {
padding-bottom: 50px;
}
.news_date {
color: #222222;
text-decoration: none;
margin: 10px 0;
}
.entry-title {
font-size: 20px;
}
.preloader {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
overflow: hidden; background: #ffffff;
z-index: 1001;
}
.preloader__image {
position: relative;
top: 50%;
left: 50%;
width: 70px;
height: 70px;
margin-top: -35px;
margin-left: -35px;
text-align: center;
animation: preloader-rotate 2s infinite linear;
}
@keyframes preloader-rotate {
100% {
transform: rotate(360deg);
}
}
.loaded_hiding .preloader {
transition: 0.3s opacity;
opacity: 0;
}
.loaded .preloader {
display: none;
}
.wp-pagenavi {
margin-top: 20px;
}
.strategi {
padding: 100px 0 80px;
background: url(//tario.su/wp-content/themes/tario/assets/img/strategy-bg.jpg) center center/cover no-repeat;
}
.strategi img {
width: 100%;
}
.strategi-title {
color: #ffffff;
font-family: 'Raleway', sans-serif;
font-size: 18px;
font-weight: 700;
margin-top: 32px;
margin-bottom: 8px;
text-transform: uppercase;
}
.strategi-text {
color: rgba(255, 255, 255, 0.69);
line-height: 26px;
}
.business-rate .btn-mb {
margin-bottom: 30px;
}
.mobile {
padding: 80px 0;
}
.telephony .rate-info p {
text-align: center;
}
.block-text {
margin: 30px 0;
}
.block-text-mini {
font-size: 14px;
}
.block-title {
font-size: 20px;
font-weight: 600;
margin-bottom: 20px;
}
.rate-dop {
margin-bottom: 20px;
font-size: 18px;
font-weight: 600px;
text-align: center;
}
.btn-phone {
font-family: 'Lato', sans-serif;
max-width: 250px;
margin-left: auto;
margin-right: 0;
margin-bottom: 20px;
background: #42a5f5;
color: #ffffff;
display: block;
} 
.icon {
display: none;
position: absolute;
top: 10px;
right: 10px;
width: 40px;
height: 40px;
cursor: pointer;
z-index: 15;
}
.hamburger {
width: 30px;
height: 3px;
background-color: #000;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
transition: .3s;			
}
.hamburger:before {
content: '';
position: absolute;
width: 30px;
height: 2px;
top: 10px;
background-color: #000;
transition: .5s;
}
.hamburger:after {
content: '';
position: absolute;
width: 30px;
height: 2px;
top: -10px;
background-color: #000;
transition: .5s;
}
.header-menu-mobile {
display: none;
position: fixed;
top: 0;
left: 0;
background-color: #ffffff;
width: 100%;
height: 100%;
overflow-y: scroll;
padding: 30px 0;
z-index: 20;
}
.header-menu-mobile .menu {
flex-direction: column;
align-items: center;
}
.header-menu-mobile ul.sub-menu {
display: none;
}
.sticky {
position: fixed;
top: 0;
left: 0;
width: 100%;
}
.menu-close {
display: none;
position: absolute;
top: 10px;
right: 10px;
font-size: 20px;
padding: 10px;
}
.header.sticky>.container {
display: none;
}
.under-header_wrap {
background: url(//tario.su/wp-content/uploads/2021/07/newletter-bg.jpg);
min-height: 260px;
background-attachment: fixed;
background-size: cover;
background-position: center;
display: flex;
align-items: center;
padding: 15px 0;
}
.under-header_wrap .container {
height: 100%;
}
.under-header {
display: flex;
align-items: center;
justify-content: space-between;
height: 100%;
color: #fff;
text-transform: capitalize;
}
.page-title {
font-size: 30px;
font-weight: 700;
font-family: "Raleway", sans-serif;
margin-right: 30px;
}
a[itemprop="item"] {
color: #ccc;
text-decoration: none;
transition: .3s;
}
a[itemprop="item"]:hover {
color: #42a5f5;
}
.navigation-pipe {
padding: 0 13px;
color: #ccc;
}
.breadcrumbs .current {
color: #42a5f5;
}
.services {
padding: 50px 0;
}
.service_item {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 20px;
padding: 20px 0 30px;
box-shadow: 0px 0px 20px -5px #ccc;
cursor: pointer;
transition: .3s;
}
.service_item:hover {
transform: scale(1.02);
box-shadow: 0px 0px 25px 0px #ccc;
}
.service_link {
text-decoration: none;
color: #000;
}
.service_link:hover {
color: #000;
}
.service_title {
font-size: 20px;
font-weight: 700;
margin-top: 10px;
}
.mobile .block-text {
margin: 0;
}
.rate-icon {
text-align: center;
margin-bottom: 1rem;
}
.gallery-slide-image {
flex: 0 0 auto;
}
.btn.btn-blue.rate-more {
display: none;
margin: 20px auto!important;
}
.btn.btn-blue.rate-more.active {
margin-top: 0!important;
} 
.rate-more:hover {
color: #fff;
}
@keyframes pulse {
0% {
box-shadow: 0 0 0 0 #42a5f570;
}
70% {
box-shadow: 0 0 0 25px #42a5f500;
}
100% {
box-shadow: 0 0 0 0 #42a5f500;
}
}
.btn-pulse {
animation: pulse 2s infinite;
}
.vacancies {
padding-top: 50px;
}
.header-social .social-link {
color: #2f2f2f;
background: transparent;
transition: .3s;
}
.header-social .social-link:hover {
color: #42a5f5;
}
.slaider .slide[style*="slide2.jpg"] {
background-position: right bottom;
}
.slaider .slide[style*="slide3-1.jpg"] {
background-position: center;
}
#pay_select {
width: 100%;
margin: 10px 0 30px;
}
.lk-link {
margin-right: 15px;
}
.black-font {
color: black;
}
.white-font {
color: white;
}