﻿html, body {
    font-family: 'Tahoma', sans-serif;
    color: #4b4b4b;
}

.clearfix {
    clear: both;
}

.check-address-button {
    background: none;
    border: 2px solid #f39220;
    border-radius: 6px;
    font-size: 18px;
    padding: 11px 20px;
    font-family: 'Tahoma', Arial, sans-serif;
    background: #f39220;
    color: #ffffff;
    letter-spacing: 2px;
}

body {
    background: url('images/top-bg.png') no-repeat center top, url('images/bg.png') repeat-y center 815px #e8ebed;
    overflow-x: hidden;
}

a {
    color: #0e69d1;
}

.tarif-image {
    float: left;
    max-width: 30%;
    margin-left: 40px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.text-align-right {
    text-align: right;
}

.provider-menu {
    background: rgb(245, 245, 245);
    padding: 0;
}

.headline {
    z-index: 1;
    position: relative;
    padding-bottom: 15px;
    padding-top: 30px;
}

.headline a:hover {
    text-decoration: none;
    cursor: pointer;
    filter: brightness(1.2);
}

.headline-menu-item {
    color: #1ecfee;
    font-size: 18px;
    padding-top: 10px;
    display: inline-block;
    transition: all .1s;
}

.headline-menu-item img {
    float: left;
}

.headline-menu-item span {
    display: inline-block;
    padding-left: 8px;
}

.headline-menu-item:hover {
    color: #1ecfee;
}

.logo {
    display: block;
}

.logo img {
    max-width: 100%;
}

.providers_list .logo img {
	height: 35px;
	cursor: pointer;
}

.phone {
    color: #f39220;
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Tahoma','AGLettericaC-Bold', Arial, sans-serif;
    font-weight: 600;
}

.callback {
    color: #f39220;
    display: block;
    font-size: 18px;
    display: inline-block;
    border-bottom: 1px solid;
}

.phone:hover,.callback:hover {
    color: #f39220;
    border-color: #f39220;
}

.hamburger {
    background: url('images/hamburger.png') no-repeat center center;
    height: 70px;
    width: 90px;
    border: none;
    outline: none;
}

.hamburger:hover {
    outline: 1px solid white;
}

.hamburger.closing {
    background: url('images/close-menu.png') no-repeat center center;
}

.check-address {
    /* padding-left: 40px; */
    /* border-left: 5px solid white; */
    padding-top: 10px;
    padding-bottom: 15px;
    margin-top: 60px;
    /* margin-left: 40px; */
    text-align: center;
}

.check-address h4 {
    font-size: 50px;
    font-family: 'a_AvanteBs ExtraBold', arial;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

.check-address p {
    color: #b8b8b8;
    font-size: 18px;
    max-width: 700px;
    margin: 10px auto 80px;
}

.check-address input {
    background: #d5d5d5;
    border: 2px solid #d5d5d5;
    border-radius: 8px;
    font-size: 16px;
    padding: 13px 16px;
    font-family: 'Tahoma', Arial, sans-serif;
    color: #000;
    margin: 0 4px;
}

.check-address input::placeholder {
    color: #828282;
}

.check-address input.address {
    width: 40%;
}

.check-address input.house {
    width: 17%;
}

.check-opportunity {
    background: url('images/opportunity.png') no-repeat left center;
    color: #838383;
    font-size: 20px;
    padding-left: 40px;
    margin-top: 10px;
    display: block;
    text-decoration: underline;
}

.no-check-address {
    /* background: url('images/no-address-romb.png') no-repeat left center; */
    font-size: 20px;
    padding: 10px 0;
    color: #1ecfee;
    margin-top: 0;
    margin-bottom: 100px;
    text-align: center;
}

.banner-item-bg-blue {
}

.banner-item-bg-blue div {
    display: inline-block;
    background: #0958b6;
    padding: 5px 10px;
    color: white;
    font-size: 15px;
    margin-bottom: 20px;
}

.main-links-block {
    padding: 0 25px;
}

.preview-block {
    text-align: center;
    margin-bottom: 25px;
}

.provider-action-container {
    background: white;
    margin-bottom: 40px;
}

.provider-action-container .tarif-selector-provider {
    padding: 30px;
}

.provider-action-container .tarif-selector-links {
    border-top: none;
}

.preview-block .title {
    text-align: center;
    color: black;
    display: block;
    text-decoration: underline;
    font-family: 'a_AvanteBs ExtraBold', Arial, sans-serif;
    font-size: 22px;
}

.preview-block span.title {
    text-decoration: none;
}

.news-hr {
    border-bottom: 2px solid #d9d9d9;
    margin: 40px 0;
}

.text-headline.orange {
    border-color: #f39220;
}

.text-headline.white {
    border-color: white;
    color: white;
}

.text-headline h1, .text-headline h2, .text-headline h3, .text-headline h4, .text-headline h5, .text-headline h6 {
    text-transform: uppercase;
    font-family: 'a_AvanteBs ExtraBold', Arial, sans-serif;
    font-size: 40px;
    color: black;
}

.text-headline.white h1, .text-headline.white h2, .text-headline.white h3, .text-headline.white h4, .text-headline.white h5, .text-headline.white h6 {
    color: white;
}

.text-headline a {
    text-decoration: underline;
    font-size: 18px;
}

.tarif-selector-filters {
    text-align: center;
    margin: 0 0 50px;
    padding: 0 38px;
}

.tarif-selector-filters-item {
    display: inline-block;
}

.tarif-selector-filters-label {
    font-family: 'a_AvanteBs', Arial, sans-serif;
    font-size: 21px;
    font-weight: normal;
    line-height: 30px;
    margin: 0;
    padding-left: 15px;
}

.switcher {
    position: relative;
    height: 30px;
    width: 60px;
    display: inline-block;
    float: left;
}

.switcher label {
    display: block;
    background: #b8b8b8;
    border-radius: 99px;
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #b8b8b8;
    transition: all 0.3s ease-in-out;
}

.switcher label:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 28px;
    width: 28px;
    background: white;
    border-radius: 99px;
    transition: all 0.3s ease-in-out;
}

.switcher input {
    display: none;
}

.switcher input:checked + label {
    background: #0e69d1;
}

.switcher input:checked + label:before {
    left: 30px;
}

.tarif-selector-table {
    background: white;
    padding: 30px 30px 20px;
    color: #3b3b3b;
    /* margin-bottom: 20px; */
    margin-top: 15px;
}

.tarif-selector-table th {
    padding: 5px 13px 17px;
    font-weight: normal;
}

.tarif-selector-table tr {
    border-bottom: 1px solid #dcdcdc;
}

.tarif-selector-table tbody tr:last-child {
    border-bottom: none;
}

.tarif-selector-table td {
    padding: 25px 13px 25px;
    border: none;
}

.tarif-selector-table-all-tarifs {
    color: gray;
    display: block;
    text-align: center;
    margin-top: 10px;
    text-decoration: underline;
    font-size: 14px;
}

.button-blue-border {
    font-family: 'a_AvanteBs ExtraBold', Arial, sans-serif;
    font-size: 20px;
    background: none;
    border: 2px solid #0958b6;
    color: black;
    padding: 5px 18px;
    letter-spacing: 1px;
}

.button-white-border {
    font-family: Tahoma, sans-serif;
    font-size: 20px;
    background: none;
    border: 2px solid white;
    color: white;
    padding: 5px 18px;
    letter-spacing: 1px;
}

.button-blue-border:hover {
    background: #0958b6;
    color: white;
}

.button-black-border {
    font-family: 'Tahoma', sans-serif;
    background: none;
    border: 2px solid black;
    color: black;
    padding: 5px 18px;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
}

.button-black-border:hover {
    background: black;
    color: white;
}

.banner {
    position: relative;
    width: 100%;
}

.banner-container {
    width: 100%;
    height: 480px;
    overflow: hidden;
}

.banner-list {
    width: 10000%;
    position: relative;
}

.banner-item {
    width: 1%;
    float: left;
}

.banner-item-title {
    font-family: 'a_AvanteBs ExtraBold', Arial, sans-serif;
    font-size: 28px;
    margin-top: 40px;
}

.banner-item-label {
    font-size: 18px;
    color: #0e69d1;
    margin: 40px 0 30px;
}

.banner-item-text {
    margin-bottom: 36px;
    font-size: 14px;
}

.banner-controller {
    font-size: 28px;
    font-family: 'a_AvanteBs ExtraBold', Arial, sans-serif;
    text-align: center;
    margin: 30px 0;
}

.banner-controller-button {
    background: url('images/arrows.png') no-repeat;
    border: 2px solid #939393;
    height: 51px;
    width: 51px;
    cursor: pointer;
    display: inline-block;
}

.banner-controller-text {
    display: inline-block;
    vertical-align: top;
    line-height: 51px;
    margin: 0 10px;
}

.banner-controller-button:hover {
    background-color: #939393;
}

.banner-controller-left {
    background-position: -54px -53px;
}

.banner-controller-left:hover {
    background-position: -3px -53px;
}

.banner-controller-right {
    background-position: -53px -2px;
}

.banner-controller-right:hover {
    background-position: -3px -2px;
}

.bg-blue-gradiend {
    background: #0b1a6b;
    background: -moz-linear-gradient(left, #0b1a6b 0%, #0971d3 100%);
    background: -webkit-linear-gradient(left, #0b1a6b 0%,#0971d3 100%);
    background: linear-gradient(to right, #0b1a6b 0%,#0971d3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b1a6b', endColorstr='#0971d3',GradientType=1 );
}

.provider-item {
    padding-top: 35px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    height: 396px;
}

.provider-item .provider-rating {
    color: #929292;
    margin-top: 23px;
    font-size: 18px;
}

.preview-block p {
    text-align: center;
    padding: 25px 40px 0;
    color: #4b4b4b;
    font-size: 14px;
    height: 200px;
}

.preview-block p.link2 {
    height: auto;
    min-height: 140px;
}

.provider-search-item {
    padding: 20px;
    text-align: left;
    padding-bottom: 33px;
    background: #e4e6e8;
}

.provider-search-item p {
    padding: 0;
    background: url('images/orange-romb.png') no-repeat left center;
    height: auto;
    min-height: 65px;
    padding-left: 80px;
    text-align: left;
    font-weight: bold;
}

.provider-search-item p.provider-search-item-search-by-name {
    padding-top: 10px;
    margin-top: 25px;
}

.provider-search-item input {
    border: 2px solid #d0d0d0;
    height: 46px;
    width: 100%;
    padding: 0 15px;
    margin: 5px 0;
    background: #e4e6e8;
}

.provider-search-item input.house {
    width: 50%;
}

.check-address-form-container {
    margin-top: 30px;
}

.check-address-form {
    padding: 0 70px 60px;
}

.check-address-form .address, .check-address-form .house {
    border: none;
    background: none;
    border-bottom: 2px solid white;
    margin-right: 30px;
    font-size: 20px;
    padding-bottom: 5px;
}

.check-address-form .address::placeholder, .check-address-form .house::placeholder {
    color: white;
}

.check-address-form .address {
    width: 30%;
}

.check-address-form .house {
    width: 25%;
    margin-right: 40px;
}

.simple-text {
    padding-left: 65px;
    padding-right: 65px;
}

.last-news {
    padding: 0 40px 20px;
}

.last-news-item {
    background: url('images/blue-romb.png') no-repeat left top;
    padding-left: 90px;
    padding-right: 90px;
}

.last-news .col-lg-6:first-child .last-news-item {
    border-right: 3px solid #d9d9d9;
}

.last-news-date {
    color: #0e69d1;
    font-family: Tahoma, sans-serif;
    font-size: 22px;
    padding-top: 15px;
}

.last-news-title {
    color: #0e69d1;
    font-family: Tahoma, sans-serif;
    font-size: 22px;
    margin: 5px 0;
}

.last-news-text {
    margin-top: 20px;
}

.gray-link {
    color: #838383;
    font-size: 20px;
    border-bottom: 2px solid #838383;
    text-decoration: none!important;
}

.last-news-link {
    padding: 20px 0 20px 90px;
}

.footer {
    background: url(images/footer-bg.png) no-repeat center top;
    padding-top: 140px;
    color: white;
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 40px;
    margin-top: 20px;
}

.footer a {
    color: white;
    text-decoration: underline;
}

.footer-check-address {
    text-decoration: underline;
    background: url('images/check-address.png') no-repeat left top;
    padding-left: 55px;
    display: inline-block;
    margin-right: 55px;
}

.footer-phone {
    text-decoration: underline;
    display: inline-block;
    margin-right: 55px;
}

.footer-order-connection {
    text-decoration: underline;
    background: url(images/make-order.png) no-repeat left top;
    padding-left: 55px;
    display: inline-block;
}

.footer-menu {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin-right: 30px;
    margin-top: 40px;
    vertical-align: top;
}

.footer-menu li {
    line-height: 35px;
    min-height: 35px;
}

.footer-social {
    list-style: none;
    text-align: right;
    margin-top: 55px;
}

.footer-social li {
    display: inline-block;
    margin-right: 10px;
}

.simple-body {
    background: #e8ebed;
}

.simple-header {
    background: #0b1a6b;
    background: -moz-linear-gradient(left, #0b1a6b 0%, #0971d3 100%);
    background: -webkit-linear-gradient(left, #0b1a6b 0%,#0971d3 100%);
    background: linear-gradient(to right, #0b1a6b 0%,#0971d3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b1a6b', endColorstr='#0971d3',GradientType=1 );
    position: relative;
    overflow: hidden;
    background-image: url('images/top-bg-city.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*.simple-header:before
{
    content: ' ';
    background: url('images/top-bg-2.png') no-repeat top center;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    z-index: 0;
}*/
.provider-header {
    background: white;
    padding: 10px 0 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
}

.connection-address {
    float: right;
    padding-left: 20px;
    padding-top: 10px;
    max-width: 430px;
}

.orange-house {
    background: url(images/orange-house.png) no-repeat top left;
    color: #ff9300;
    font-size: 20px;
    padding-left: 40px;
}

.connection-address .gray-link {
    margin-left: 40px;
    padding-top: 10px;
    display: inline-block;
}

.tarif-selector-provider {
    vertical-align: middle;
    font-size: 20px;
}

.tarif-selector-provider > * {
    display: inline-block;
    vertical-align: middle;
}

.tarif-selector-provider-stars {
    display: inline-block;
    padding-top: 0px;
    margin: 0 86px;
}

.tarif-selector-provider-stars span {
    background: url(images/providers-stars.png) no-repeat center top;
    width: 19px;
    height: 19px;
    display: inline-block;
}

.tarif-selector-provider-stars span.active {
    background: url(images/providers-stars.png) no-repeat center -21px;
}

.tarif-selector-provider-links a {
    color: black;
    text-decoration: none;
    border-bottom: 2px solid black;
}

.tarif-selector-provider-links a:hover {
    color: #0e69d1;
    border-color: #0e69d1;
}

.tarif-selector-provider-phone {
    vertical-align: top;
    float: right;
    color: black;
    padding-top: 20px;
}

.tarif-selector-provider-phone:hover {
    text-decoration: none;
}

.tarif-selector-provider-phone > span {
    display: block;
}

.tarif-selector-provider-phone .blue-links {
    font-size: 16px;
}

.blue-links {
    text-decoration: underline;
    color: #0e69d1;
    text-decoration: none;
    border-bottom: 2px solid #0e69da;
    display: inline-block!important;
    margin-top: 4px;
}

.tarif-title {
    color: #0e69d1;
    font-weight: bold;
    font-family: Tahoma, sans-serif;
}

.tarif-selector-links {
    position: relative;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid gainsboro;
}

.tarif-selector-links > a {
    display: inline-block;
    font-size: 16px;
    color: black;
    margin: 0 60px;
    border-bottom: 2px solid black;
    padding-bottom: 2px;
    text-decoration: none;
}

.tarif-selector-links > a:hover {
    color: #0e69d1;
    border-color: #0e69d1;
}

.preview-block-short {
    padding-top: 30px;
    margin-bottom: 30px;
}

.preview-block-short p {
    height: 120px;
}

.preview-block-short .title {
    margin-top: 20px;
}

.big-form {
    padding-left: 66px;
}

.big-form-group {
    background: url(images/orange-romb.png) no-repeat left top;
    clear: both;
    margin-bottom: 35px;
}

.bif-form-title {
    font-size: 24px;
    padding-left: 75px;
    line-height: 62px;
    margin-bottom: 25px;
}

.big-form input {
    color: #000000;
    border: none;
    background: none;
    border-bottom: 1px solid #9e9e9e;
    margin-right: 25px;
    font-size: 20px;
    font-family: Tahome, sans-serif;
    line-height: 30px;
    margin-bottom: 25px;
}

.big-form input::placeholder {
    color: #9e9e9e;
}

.big-form-inputs {
    margin-left: 75px;
}

.bif-form-switcher {
    display: inline-block;
    font-size: 16px;
    color: #656565;
    width: 24%;
    line-height: 28px;
    margin: 8px 0;
    vertical-align: top;
}

.bif-form-switcher .switcher {
    margin-right: 10px;
}

.breadcrumbs {
    list-style: none;
    margin: 0;
    padding: 10px 0 20px;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
}

.breadcrumbs li {
    display: inline-block;
    color: #838383;
}

.breadcrumbs li:before {
    content: '>';
    color: #838383;
}

.breadcrumbs li:first-child:before {
    content: none;
}

.breadcrumbs li a {
    color: #838383;
}

.provider-header .connection-address {
    margin-top: 0;
    padding-top: 3px;
}

.provider-header .connection-address .gray-link {
    font-size: 14px;
    border-bottom: 1px solid #838383;
}

.blue-house {
    background: url(images/blue-house.png) no-repeat top left;
    color: #0057ba;
    font-size: 20px;
    padding-left: 40px;
}

.provider-header-container {
    padding-left: 50px;
}

.text-headline.orange {
    border-left: 5px solid #ff9505;
    margin-bottom: 0;
}

/*
.review-form {
    padding-left: 65px;
    clear: both;
    margin-top: 40px;
    margin-bottom: 50px;
}

.review-form p {
    font-family: Tahoma, sans-serif;
    font-size: 18px;
    margin-bottom: 25px;
    color: black;
}

.review-form form input, .review-form form textarea {
    border: 1px solid #c4c4c4;
    float: left;
    padding: 10px;
    background: none;
    color: black;
    font-size: 16px;
}

.review-form-name {
    width: 39%;
}

.review-form-mark {
    width: 20%;
    margin-left: 1%;
}

.review-form-opinion {
    width: 60%;
    margin-top: 1%;
}

.review-form-inputs {
    margin-bottom: 30px;
}
*/

.clear {
    clear: both;
    min-height: 1px;
}

.review-item {
    clear: both;
    padding-left: 65px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.white-review-item div.review-item:last-child {
    padding-bottom: 0!important;
}

.review-item hr {
    border-color: #dadada;
}

.review-item .tarif-selector-provider-stars {
    margin: 0;
}

.review-left {
    float: left;
    width: 125px;
}

.review-right {
    margin-left: 180px;
    margin-bottom: 40px;
}

.review-banner-item .review-right {
    margin-bottom: 0;
    padding-right: 70px;
}

.review-date {
    color: #0057ba;
}

.review-sign {
    font-style: italic;
    color: #736e66;
}

.review-text {
    margin-bottom: 25px;
}

.like-dislike {
    display: inline-block;
    margin-left: 30px;
    line-height: 27px;
}

.like {
    color: green;
    background: url('images/like.png') no-repeat top left;
    display: inline-block;
    height: 29px;
    padding-left: 25px;
    margin: 0 10px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: pointer;
    opacity: 0.5;
}

.like:hover, .like.active {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}

.dislike {
    color: red;
    background: url(images/like.png) no-repeat bottom left;
    display: inline-block;
    height: 29px;
    padding-left: 25px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: pointer;
    opacity: 0.5;
}

.action-img {
    max-width: 500px;
    max-height: 450px;
}

.dislike:hover, .dislike.active {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}

.menu-container {
    position: absolute;
    display: none;
    background: white;
    right: 0;
    top: 104px;
    left: 0;
    box-shadow: 0px 15px 20px #0000008a;
    text-align: left;
    z-index: 99;
    top: -100%;
}

.menu-container ul {
    padding: 0;
    list-style: none;
    margin: 0;
    text-align: center;
    display: block;
    width: 100%;
}

.menu-container ul li {
    display: inline-block;
    font-size: 18px;
    color: black;
    margin: 15px 95px;
}

.menu-container ul li a {
    color: black;
    text-decoration: underline;
}

.modal-close {
    background: url('images/close-menu-black.png') no-repeat center center;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    right: 15px;
    top: 15px;
}

@media(min-width: 769px) {
    .menu-container {
        position: static;
        display: block;
        top: 0!important;
        background: #0e69d1;
        box-shadow: none;
    }

    .menu-container ul {
        text-align: left;
    }

    .menu-container ul li {
        color: #fff;
        margin: 0;
        padding: 18px 30px;
    }

    .menu-container ul li:hover {
        background-color: #064082;
    }

    .menu-container ul li a {
        color: white;
        text-decoration: none;
    }
}

.provider-links {
    text-align: center;
}

.provider-links a {
    color: #333333;
    font-size: 15px;
    line-height: 40px;
}

.gray-filters {
    background: #dcdedf;
    padding: 25px 0;
    margin: 15px 0 0;
    display: none;
}

.gray-filters .justify-container {
    padding: 0 25px;
}

.open-close-line {
    text-align: right;
    padding: 25px 0 10px;
}

.open-close-line span {
    color: #656565;
    font-size: 21px;
    font-family: 'a_AvanteBs', Arial, sans-serif;
    margin-right: 25px;
    text-decoration: underline;
    cursor: pointer;
}

.justify-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.review-banner-item {
    padding: 0 10px;
}

.review-banner-container {
    height: auto;
}

.review-banner-controller-button.banner-controller-left {
    position: absolute;
    left: 30px;
    z-index: 1;
    top: 50%;
    margin-top: -25px;
}

.review-banner-controller-button.banner-controller-right {
    position: absolute;
    right: 30px;
    z-index: 1;
    top: 50%;
    margin-top: -25px;
}

.action-button {
    border-width: 2px;
    padding: 7px 12px;
    font-size: 15px;
    vertical-align: top;
    font-weight: bold;
    font-family: 'Tahoma', sans-serif;
}

.black-link {
    color: black;
    font-size: 20px;
    font-family: 'Tahoma', Arial, sans-serif;
    display: inline-block;
    text-decoration: underline;
}

.link-block-img {
    height: 200px;
}

.link-block-img img {
    max-height: 190px;
}

.gray-link2 {
    font-family: 'Tahoma', Arial, san-serif;
    color: #838383;
    font-size: 20px;
    margin-left: 90px;
    text-decoration: underline;
    line-height: 50px;
}

.review-selector-table {
    padding-bottom: 55px;
}

.white-review-item {
    margin-top: 10px;
    margin-bottom: 30px;
    background: white;
    padding: 35px 60px 10px 0;
}

.no-border {
    border: none!important;
    padding-top: 0;
}

.to-upper {
    text-transform: uppercase;
}

.shadow-box {
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4);
    margin-top: 3px;
}

.my-modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    background: white;
    color: black;
    text-align: center;
    z-index: 9;
}

.my-modal-t {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
}

.my-modal-r {
    display: table-row;
}

.my-modal-c {
    display: table-cell;
    vertical-align: middle;
}

.my-modal-form {
    display: inline-block;
    max-width: 600px;
    border-left: 5px solid #0e69d1;
    padding-left: 15px;
    padding-bottom: 15px;
    text-align: left;
    position: relative;
}

.my-modal-form-header {
    text-transform: uppercase;
    font-family: 'a_AvanteBs ExtraBold', Arial, sans-serif;
    font-size: 40px;
    color: black;
}

.my-modal-form-text {
    font-family: 'Tahoma', Arial, sans-serif;
    font-size: 16px;
    color: #676767;
    padding: 25px 15px 25px 0;
}

.my-modal-form-inputs {
}

.my-modal-form-buttons {
    padding-top: 55px;
}

.my-modal-form-inputs input {
    color: #b1b1b1;
    border: 1px solid #b1b1b1;
    font-size: 16px;
    padding: 10px 20px;
}

.my-modal-form-close {
    position: absolute;
    width: 50px;
    height: 50px;
    right: -65px;
    top: -65px;
    cursor: pointer;
}

.my-modal-form-close:before {
    content: ' ';
    display: block;
    position: absolute;
    height: 100%;
    width: 3px;
    background: #b1b1b1;
    transform: rotate(45deg);
    left: 50%;
}

.my-modal-form-close:hover:before {
    background: black;
}

.my-modal-form-close:hover:after {
    background: black;
}

.my-modal-form-close:after {
    content: ' ';
    display: block;
    position: absolute;
    height: 100%;
    width: 3px;
    background: #b1b1b1;
    transform: rotate(-45deg);
    left: 50%;
}

.tarif-table {
    text-align: center;
    position: relative;
}

.tarif-table td {
    vertical-align: top;
    line-height: 30px;
}

.tarig-connect-container {
    padding-bottom: 30px;
    padding-top: 30px;
}

.tarig-connect-container b {
    padding-right: 80px;
    color: black;
}

.tarif-table td:first-child {
    text-align: left;
    padding-right: 50px;
}

.tarif-table td:last-child {
    text-align: left;
    color: black;
    font-weight: bold;
}

.container-center {
    text-align: center;
    display: inline-block;
}

.text-align-center {
    text-align: center;
    clear: both;
}

.reach-text {
    padding-left: 25px;
}

.reach-text .text-headline {
    margin-left: 0;
    position: relative;
}

.reach-text .container {
    width: 100%;
    position: relative;
}

.action-text {
    padding-bottom: 10px;
}

.action-label {
    margin: 20px 0;
}

@media (max-width: 1200px) {
    .tarif-selector-provider-stars {
        margin: 0 20px;
    }

    .simple-header:before {
        background: none;
    }

    .preview-block .title {
        font-size: 17px;
        padding: 0 20px;
    }

    .mob-center {
        text-align: center;
    }

    .footer {
        background: #0b1a6b;
        background: -moz-linear-gradient(left, #0b1a6b 0%, #0971d3 100%);
        background: -webkit-linear-gradient(left, #0b1a6b 0%,#0971d3 100%);
        background: linear-gradient(to right, #0b1a6b 0%,#0971d3 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b1a6b', endColorstr='#0971d3',GradientType=1 );
        padding-top: 10px;
        height: auto;
    }

    .footer .text-align-right {
        text-align: left;
    }

    .menu-container {
        top: 0;
    }
}

@media (max-width: 1000px) {
    .footer-phone, .footer-check-address, .footer-order-connection {
        width:100%;
        padding-left: 55px;
        margin: 10px 0;
    }
}

@media (max-width: 767px) {
    .menu-container {
        position:fixed;
    }

    .check-address-form-container {
        display: none;
    }

    .my-modal-form-close {
        right: -10px;
        top: -60px;
    }

    .my-modal-form {
        max-width: 90%;
    }

    .tarif-image {
        float: none;
        max-width: 80%;
        margin-left: 0;
        margin-top: 20px;
        margin-bottom: 0;
    }

    .reach-text {
        padding: 0;
    }

    .tarif-table td:first-child {
        padding-right: 20px;
    }

    .tarig-connect-container b {
        padding-bottom: 35px;
        display: block;
    }

    .provider-header {
        padding: 10px 0 0;
    }

    .provider-header-container {
        padding: 0;
    }

    .breadcrumbs {
        display: none;
    }

    .provider-links a {
        display: block;
    }

    .mobile-block-container {
        flex-direction: column;
        justify-content: space-around;
    }

    .menu-container ul {
        margin-top: 80px;
        width: 100%;
        padding-bottom: 15px;
    }

    .menu-container ul li {
        display: block;
    }

    .last-news-item {
        padding: 0;
        background: none;
        border-right: none!important;
    }

    .text-headline {
        margin: 20px 0 20px;
    }

    .text-headline h1, .text-headline h2, .text-headline h3, .text-headline h4, .text-headline h5, .text-headline h6 {
        font-size: 25px;
    }

    .simple-text {
        padding: 0 25px;
    }

    .main-links-block {
        padding: 0;
        margin: 0 -15px;
    }

    .preview-block img {
        max-width: 80%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .preview-block p {
        padding: 15px 20px;
        background: none;
        height: auto;
    }

    .banner-container {
        height: auto;
    }

    .shadow-box {
        box-shadow: none
    }

    .banner-item img {
        max-width: 90%;
        margin: 0 5%;
    }

    .banner-item-title {
        margin-top: 15px;
        text-transform: uppercase;
        font-size: 20px;
        margin: 15px;
    }

    .banner-item-label {
        margin: 0 15px;
    }

    .banner-item-text {
        margin: 15px;
    }

    .banner-item .check-opportunity {
        display: none;
    }

    .big-form {
        padding: 0;
    }

    .big-form-group {
        background: none;
    }

    .big-form-inputs {
        margin-left: 0;
    }

    .bif-form-title {
        padding-left: 0;
    }

    .bif-form-switcher {
        display: block;
        width: 100%;
    }

    .bif-form-switcher .switcher {
        float: right;
    }

    .tarif-selector-provider-stars {
        display: block;
        padding: 10px 0;
        margin: 0;
    }

    .tarif-selector-provider-links {
        display: none;
    }

    .tarif-selector-provider-phone {
        display: none;
    }

    .tarif-selector-table th {
        display: none;
    }

    .tarif-selector-table td {
        display: inline-block;
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .tarif-selector-table td:first-child {
        width: 100%;
        text-align: center;
        padding: 20px 0
    }

    .tarif-selector-table td:last-child {
        width: 100%;
        text-align: center;
        padding: 20px 0
    }

    .tarif-selector-links > a {
        padding: 0;
        margin: 5px 0;
    }

    .tarif-selector-provider-phone > span {
        display: none;
    }

    .justify-container {
        display: block;
    }

    .tarif-selector-filters-item {
        display: block;
        padding: 10px 0;
    }

    .tarif-selector-filters-item .switcher {
        float: right;
    }

    .tarif-selector-filters {
        margin-bottom: 30px;
    }

    .tarif-selector-provider {
        text-align: center;
    }

    .check-address {
        margin-left: -15px;
        padding-left: 15px;
        margin-top: 0;
    }

    .no-check-address {
        display: none;
    }

    .check-address p {
        margin: 15px 0;
    }

    .check-address h4 {
        font-size: 25px;
    }

    .check-address input {
        width: 100%!important;
        display: block;
        font-size: 12px;
        margin: 10px 0;
    }

    .tarif-selector-filters-label {
        margin: 0;
        padding: 0;
        text-align: right;
    }

    .provider-search-item p {
        padding: 0;
        margin: 0;
        margin-top: 0!important;
        margin-bottom: 10px;
        min-height: auto;
    }

    .provider-item {
        padding: 10px 10px 25px;
        height: auto;
        margin: 10px 0;
    }

    .tarif-selector-table {
        padding: 10px 20px;
    }

    .bg-blue-gradiend {
        padding: 10px 0;
    }

    .mob-center {
        text-align: center;
    }

    .hamburger {
        display: inline-block;
    }

    .last-news-date {
        padding-top: 0;
    }

    .last-news {
        padding: 0 25px;
    }

    .mob-border-minus {
        margin: 0 -30px;
    }

    .callback {
        display: none;
    }

    .phone {
        margin: 20px 0 10px;
        font-size: 28px;
        text-align: center;
    }

    .logo {
        margin: 0;
        text-align: center;
    }

    .banner-item-buttons {
        margin: 0 15px;
    }

    .action-button {
        margin-bottom: 10px;
    }
}
.share_link .author_wrap {
	display: flex;
	gap: 10px;
	margin-bottom: 35px;
}

.share_link .author_wrap img {
	width: 80px;
	height: 80px;
}

.share_link .author{
	display:flex;
  	flex-direction:column;
  	gap:5px;
	max-width: 196px;
 	margin-top: 8px;
}
.share_link .author .name{
  	color: #242424;
	font-size: 16px;
}
.share_link .author .lbl{
  	color: #A1A1A1;
	font-size: 14px;
}