@font-face{font-family:gothambold;src:url(/fonts/GOTHICB.TTF) format("truetype")}
@font-face{font-family:gotham;src:url(/fonts/GOTHIC.TTF) format("truetype")}



body {
    font-family: gotham !important;
    overflow-x: hidden;
}
header.header {
    background-image: url(../img/pt.jpg);
    font-weight: bold;
    color: #263575;
    text-decoration: none;
}
.language-block-wrapper a {
    padding: 4px;
}
.language-block-wrapper {
    margin: 8px 0 10px;
}
.language-block-wrapper a.active {
    background: #184298;
    color: white !important;
    border-radius: 50%;
}
.post-icon-wrapper.col-md-6.col-sm-6 {
    padding: 0;
}
.phone-icon-wrapper {

}

h4 {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    color: rgb(17, 17, 17);
    line-height: 1.32;
}


a.btn.dropdown-toggle {
    font-size: 17px;
    padding: 6px;
}
.post-icon-wrapper {
    font-size: 17px;
}
.nomber-block-wrapper p {
    margin: -3px;
    line-height: 30px;
    font-size: 20px;
}
.col-md-5.col-sm-5.left-block-header{
    text-shadow: 4px 0px 5px #fff, 0px 4px 4px #fff, -4px 0px 4px #fff, 0px -4px 4px #fff, 4px 0px 5px #fff, 0px 4px 4px #fff, -4px 0px 4px #fff, 0px -4px 4px #fff;
}

.col-md-5.col-sm-5.right-block-header {
    padding: 10px 0px 0px;}
.social-icon {
    margin-bottom: 4px;
 
}
.col-md-6.col-sm-6.button-block-wrapper {
    text-align: right;
}
header.header a {
    font-weight: bold;
    color: #263575;
    text-decoration: none;
}
nav {
    display: block;
    background: #184298;
}

.menu {
    display: block;
    text-align: center;
	padding-left: 0;
}

.menu li{
	display: inline-block;
	position: relative;
	z-index:100;
}

.menu li:first-child{
	margin-left:0;
}

.menu li a {
	font-weight:600;
	text-decoration:none;
	padding: 11px 2vw;
	display:block;
	color:#ffffff;
    text-transform: uppercase;
	/*-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;*/
}
.language-block-wrapper a {
    background: #ffffff;
    border-radius: 50%;
}

.menu li a:hover, .menu li:hover > a {
    color: #263575 !IMPORTANT;
    background: #E8DA92;
    border-radius: 5px;
}

.menu ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 150px;
	position: absolute;
	top: 43px;
	left: 0px;
	background: #ffffff;
}
ul.menu {
    margin: 0;
}
ul.sub-menu {
    background: #0a356a;
}
.menu ul li {
	display:block;
	float: none;
	background:none;
	margin:0;
	padding:0;
}
.menu ul li a {
	font-size:12px;
	font-weight:normal;
	display:block;
	color:#ffffff;
	/*border-left:3px solid #ffffff;*/
	/*background:#ffffff;*/
	text-align: left;
}

.menu ul li a:hover, .menu ul li:hover > a {
    background: #e8da92;
    color: #263575;
}
.block-utp-wrapper a.phone-button {
       padding: 8px 0;
    /* border-radius: 25px; */
    width: 193px;
    text-transform: uppercase;
    background: url(../img/bg_button.svg) no-repeat;
    background-size: 100% 100%;
    border: none;
    margin-top: 5px;
    color: #263575;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}
.block-utp-wrapper a.phone-button.order-button {
    margin: 70px auto 0px;
    width: 192px;
    display: block;
    text-align: center;
}
.menu li:hover > ul{ 
	display: block;
}
.menu ul ul {
	left: 149px;
	top: 0px;
}

.mobile-menu{
	display: none;
    /*width: 100%;
    padding: 7px;
    background: #efd68a;
    border-radius: 25px;
    border: 1px solid #184497;
    box-shadow: 0px 3px 3px #0009;
    color: #184298;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    margin: 5px;*/
}
.mobile-menu:hover{
	background:#184298;
	color:#ffffff;
	text-decoration:none;
}
ul.sub-menu {
    width: 225px;
}
section.section_1 {
    position: relative;
    background-image: url(../img/pt.jpg);
}
.block-utp-wrapper h1 {
    margin: 0;
    text-align: center;
    font-size: 4.5vw;
    text-transform: uppercase;
    color: white;
    font-family: gothambold;
}
.block-utp-wrapper {
    padding: 100px 0px;
}
.sticky-content.fixed {
    position: fixed;
    z-index: 9;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
}
section.main-content-wrapper {
    padding: 0px 0px;
    background-image: url(../img/pt.png);
}
section.main-content-wrapper .container {
    background-image: url(../img/container_bg.svg);
    background-size: contain;
    padding: 37px 0;
}
h2.block-header {
    margin: 0 0 20px;
    text-align: center;
    text-transform: uppercase;
    color: #282f42;
    font-size: 26px;
    font-weight: bold;
    position: relative;
    padding: 10px 0px;
	clear:both;
}
h2.block-header:before {
    position: absolute;
    content: '';
    width: 150px;
    height: 2px;
    background: #282f42;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 3px;
}
h1.block-header {
    margin: 0 0 20px;
    text-align: center;
    text-transform: uppercase;
    color: #282f42;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    padding: 10px 0px;
	clear:both;
}
h1.block-header:before {
    position: absolute;
    content: '';
    width: 150px;
    height: 2px;
    background: #282f42;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 3px;
}

.clear {
    clear: both;
}
.auto-type-name-wrapper h3 {
    text-align: center;
    text-transform: uppercase;
    color: #282f42;
    font-size: 18px;
    font-weight: bold;
}
.col-md-6.col-sm-6.text-block-wrapper {
    text-align: justify;
}
.row.company-about-text-block-wrapper,
.type-auto-wrapper,
.row.form-block-row {
    margin: 35px 0px;
}
.row.auto-type-block {
    margin: 0px 0px 35px;
}
.form-block-wrapper {
    background: #f5f6ff;
    border: 3px solid #184298;
    border-radius: 10px;
    padding: 30px 0px;
    padding: 29px 9%;
}
.modal-title {
    text-align: center;
}
h3.block-header-h3 {
    margin: 0 0 25px;
    text-align: center;
    text-transform: uppercase;
    color: #282f42;
    font-size: 18px;
    font-weight: bold;
}
input.feedback {
    width: 250px;
    display: block;
    position: relative;
    color: #184298;
    text-transform: uppercase;
    margin: 0 auto !important;
    background: url(../img/bg_button.svg) no-repeat;
    background-size: 100% 100%;
    border: none !important;
    border-radius: 5px !important;
    font-weight: bold;
}
form.form-order input {
    padding: 8px;
    height: 40px;
    border: 2px solid #184298;
    border-radius: 25px;
    margin: 0 0 20px;
    width: 250px;
}
.avatar-author img {
    width: 75px;
    margin: 0 auto;
    display: block;
}
.author-name.author-info h4 {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.author-name.author-info span.rating {
    display: block;
    text-align: center;
}
span.rating img {
    width: 15px;
}
span.small.published {
    text-align: center;
    display: block;
    font-size: 12px;
}
.text-otzyv-block {
    text-align: center;
}
.carousel-owl-three.owl-carousel.owl-theme .owl-item {
    padding: 20px 11px;
}
.item-otzyv-inner {
    padding: 7px;
    background: white;
    border-radius: 20px;
        box-shadow: 0px 0px 46px #1842984a;
  
    margin: 0 auto;
}
a.all-otzyv.button-otzyv {
    margin: 15px 0;
    float: right;
}
a.all-otzyv {
    margin: 15px auto;
    display: block;
    width: 250px;
    padding: 10px;
    text-transform: uppercase;
   background: url(../img/bg_button.svg) no-repeat 0px 0px;
    background-size: 100% 100%;
	color: #625a33 !important;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none !important;
}
.row.auto-type-block.dop-services-block .col-md-4.col-sm-4 {
    min-height: 255px;
}
.otzyv-inner-block {
    margin: 30px 0px;
}
.avatar-author.news-img img {
    display: block;
    width: 100%;
	margin:0px;
    border-radius: 20px 20px 0px 0px;
}
.item-otzyv-inner.item-news-inner {
    padding: 0;
}
.author-name.author-info.news-info h4 {
    font-size: 15px;
}
.author-name.author-info.news-info {
    min-height: 65px;
    padding: 7px 0px;
}
footer.footer {
    background: #184298;
}
.logo-footer img {
    float: left;
    width: 120px;
    margin: 0 15px 0 0;
}
.logo-footer p {
    color: white;
        padding: 29px 0px;
    line-height: 2;
    margin: 0;
}
footer.footer {
    padding: 25px 0px;
}
footer.footer .nomber-block-wrapper a {
    color: white;
    font-size: 19px;
    text-align: center;
    display: block;
    text-decoration: none;
}
footer.footer .nomber-block-wrapper {
    padding: 10px 0px;
}
footer.footer button.phone-button {
    width: 250px;
    margin: 15px auto;
    display: block;
}
button.phone-button.hidden-768.visible-767 {
    display: none;
}
body.modal-open {
    padding-right: 0 !important;
}
.auto-icon-wrapper img {
    transition: 0.3s all;
	cursor: pointer;
}
/*.type-auto-wrapper .col-md-4.col-sm-4:hover .auto-icon-wrapper img {
    transform: scale(1.05);
    transition: 0.3s all;
}*/
.row.company-about-text-block-wrapper h2.block-header {
    margin: 10px 0px 40px;
}
.otzyv-inner-block .col-md-6.col-sm-6.col-xs-6 span.rating {
    float: left;
    margin: 0 15px 0 0;
}
.col-md-6.col-sm-6.col-xs-6.otzyv-info-block {
    padding: 22px 15px;
}

.header .container {
    background: url(/img/c_bg.svg) repeat-y;
}

.col-md-2.col-sm-2.center-block-header {
    padding: 7px;
    text-align: center;
}

.img2 {
    display: none;
}
.auto-icon-wrapper:hover .img1 {
    display: none;
}

.auto-icon-wrapper:hover .img2 {
    display: block;
    margin: 0 auto;
}


.modal-dialog {
    width: 400px;
    margin: 30px auto;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 18px 12px;
    font-size: 14px;
    margin: 10px 0;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 25px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.auto-icon-wrapper {
    text-align: center;
}
.btn-success {
    color: #fff;
    background-color: #184298;
    border-color: #184298;
    border-radius: 25px;
    padding: 7px;
}

.nomber-block-wrapper {
   position: relative;
    display: inline-block;
    vertical-align: middle;
}

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

#header-fix {
    top: -160px;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #fff;
 
    box-shadow: 0 0 5px 1px rgba(0,0,0,.3);
}

#header-fix, .deni>div {
    position: fixed;
    transition: all .3s;
}

#header-fix .social-icon img {
    width: 25px;
}

.center-block-header{
    text-align: center;
}

#header-fix .language-block-wrapper {
    margin: 5px 0px 0px 30px;
    float: right;
}

#header-fix .menu li a {
    font-weight: 600;
    text-decoration: none;
	padding: 11px 2vw;
    display: block;
    color: #ffffff;

	/*-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;*/
}
.left-block-header img {
    width: 38px;
}

.right-block-header img {
    width: 27px;
}
#top {
    bottom: 49px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
    background: url(../img/up.svg) no-repeat 0px 0px;
    background-size: 100% 100%;
    width: 50px;
    text-align: center;
    padding: 5px;
    color: #625a33;
    z-index: 1;
    height: 50px;
	box-shadow: none;
}
button.phone-button.post {
    background: url(../img/doc.png);
    bottom: 108px;
    cursor: pointer;
    display: none;
    overflow: hidden;
    position: fixed;
    z-index: 1;
    width: 50px;
    height: 50px;
    left: 20px;
    background-size: 100% 100%;
	box-shadow: none;
	border: none;
}
button.phone-button.phon {
    background: url(../img/callback.png);
    bottom: 50px;
    cursor: pointer;
    display: none;
    overflow: hidden;
    position: fixed;
    z-index: 1;
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    left: 20px;
	box-shadow: none;
	border: none;
}
button.phone-button.obs {
    background: url(../img/cont.png);
    bottom: 108px;
    cursor: pointer;
    display: none;
    overflow: hidden;
    position: fixed;
    z-index: 1;
    width: 50px;
    height: 50px;
    right: 20px;
    background-size: 100% 100%;
	box-shadow: none;
	border: none;
}
.phone-button.call {
    background: url(../img/cont.png);
    bottom: 108px;
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: fixed;
    z-index: 1;
    width: 50px;
    height: 50px;
    right: 20px;
    background-size: 100% 100%;
	box-shadow: none;
	border: none;
}
.phone-button.whatsapp {
    background: url(../img/whatsapp-2.png);
    bottom: 50px;
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: fixed;
    z-index: 1;
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    left: 20px;
	box-shadow: none;
	border: none;
}
.phone-button.telegram {
    background: url(../img/telegram.png);
    bottom: 108px;
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: fixed;
    z-index: 1;
    width: 50px;
    height: 50px;
    left: 20px;
    background-size: 100% 100%;
	box-shadow: none;
	border: none;
}
.btn-group.open ul.dropdown-menu {
    text-align: center;
}

#header-fix button.phone-button {
    padding: 4px;
}
.button-block-wrapper .phone-button {
    width: 189px;
    /* height: 20px; */
    padding: 5px 0px;
    background: url(../img/bg_button.svg) no-repeat 0px 0;
    background-size: 100% 100%;
    color: #263575;
    text-align: center;
    font-weight: bold;
    display: block;
    margin: 0px auto 5px;
    border: none;
	text-transform: uppercase;
}
div#header-fix .button-block-wrapper .phone-button {
    width: 150px;
    padding: 4px 0px;
    background: url(../img/bg_button.svg) no-repeat 0px 0px;
    background-size: 100% 100%;
    color: #263575;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    margin: auto;
}
footer.footer .nomber-block-wrapper {
    display: block;
}
.center-block-header img {
    width: 145px;
}
.col-md-12.col-sm-12.social-icon {
    text-align: center;
    margin: 20px 0px 0px;
}
.col-md-12.col-sm-12.social-icon img {
    width: 35px;
}
.close:hover, .close:focus {
    color: #fff;
    opacity: .8;
}
button.close {
	color: #fff;
}
div#phone-number .modal-body a {
    font-size: 20px;
    display: block;
    width: 250px;
    margin: 0 auto;
    padding: 5px;
    color: #263575 !important;
    text-decoration: none;
    text-align: center;
    background: url(../img/bg_button.svg) no-repeat 0px 0;
    background-size: 100% 100%;
    font-weight: bold;
}
div#header-fix ul.menu>li>a {
    padding: 5px 2vw;
}
div#header-fix ul.sub-menu {
    top: 30px;
}
.modal-body {
    border-radius: 0 0 10px 10px;
}
.modal-content {
    border-radius: 15px;
}
.modal-header {
    border-radius: 10px 10px 0px 0px;
}
button.btn.btn-default.d-table.feedback.btn-block.btn-success {
    background: url(../img/bg_button.svg) no-repeat 0px 0;
}
button.btn.btn-default.d-table.feedback.btn-block.btn-success {
    background: url(../img/bg_button.svg) no-repeat 0px 0;
    background-size: 100% 100%;
    width: 250px;
    color: #263575;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 auto;
    border: none;
}
.tarif-body {
    background: #f5f6ff;
    padding: 8px;
    text-align: center;
    border-radius: 0 0 10px 10px;
	position:relative;
	min-height: 250px;
}
.tarfi-header {
    text-align: center;
    padding: 8px;
    background: #184298;
    color: white;
    border-radius: 10px 10px 0px 0px;
}
.tarif-inner-wrapper {
    box-shadow: 3px 3px 10px grey;
    border-radius: 10px;
    margin: 15px 0 15px;
}
.tarif-body a.phone-button.order-button {
    padding: 8px 0;
    width: 192px;
    text-transform: uppercase;
    background: url(../img/bg_button.svg) no-repeat;
    background-size: 100% 100%;
    border: none;
    color: #263575;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    display: block;
    margin: 5px auto;
	position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}


.menu-share {
  z-index: 999;
  position: fixed;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.menu-share .share i.fa {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #fff;
  border-radius: 2px;
}
.menu-share .share:hover.bottom .submenu li:nth-child(1) {
  opacity: 1;
  top: 50px;
  transform: rotate(0deg);
  border-top: 1px dashed #cccccc;
  transition-delay: 0.08s;
}
.menu-share .share:hover.bottom .submenu li:nth-child(2) {
  opacity: 1;
  top: 100px;
  transform: rotate(0deg);
  border-top: 1px dashed #cccccc;
  transition-delay: 0.16s;
}
.menu-share .share:hover.bottom .submenu li:nth-child(3) {
  opacity: 1;
  top: 150px;
  transform: rotate(0deg);
  border-top: 1px dashed #cccccc;
  transition-delay: 0.24s;
}
.menu-share .share:hover.bottom .submenu li:nth-child(4) {
  opacity: 1;
  top: 200px;
  transform: rotate(0deg);
  border-top: 1px dashed #cccccc;
  transition-delay: 0.32s;
}
.menu-share .share:hover.bottom .submenu li:nth-child(5) {
  opacity: 1;
  top: 250px;
  transform: rotate(0deg);
  border-top: 1px dashed #cccccc;
  transition-delay: 0.4s;
}
.menu-share .share:hover.left .submenu li:nth-child(1) {
  opacity: 1;
  left: -51px;
  transform: rotate(0deg);
  transition-delay: 0.5s;
  border-right: 1px dashed #cccccc;
}
.menu-share .share:hover.left .submenu li:nth-child(2) {
  opacity: 1;
  left: -102px;
  transform: rotate(0deg);
  transition-delay: 1s;
  border-right: 1px dashed #cccccc;
}
.menu-share .share:hover.left .submenu li:nth-child(3) {
  opacity: 1;
  left: -153px;
  transform: rotate(0deg);
  transition-delay: 1.5s;
  border-right: 1px dashed #cccccc;
}
.menu-share .share:hover.left .submenu li:nth-child(4) {
  opacity: 1;
  left: -204px;
  transform: rotate(0deg);
  transition-delay: 2s;
  border-right: 1px dashed #cccccc;
}
.menu-share .share:hover.left .submenu li:nth-child(5) {
  opacity: 1;
  left: -255px;
  transform: rotate(0deg);
  transition-delay: 2.5s;
  border-right: 1px dashed #cccccc;
}
.menu-share .share:hover.right .submenu li:nth-child(1) {
  opacity: 1;
  left: 50px;
  transform: rotate(0deg);
  transition-delay: 0.08s;
  border-left: 1px dashed #cccccc;
}
.menu-share .share:hover.right .submenu li:nth-child(2) {
  opacity: 1;
  left: 100px;
  transform: rotate(0deg);
  transition-delay: 0.16s;
  border-left: 1px dashed #cccccc;
}
.menu-share .share:hover.right .submenu li:nth-child(3) {
  opacity: 1;
  left: 150px;
  transform: rotate(0deg);
  transition-delay: 0.24s;
  border-left: 1px dashed #cccccc;
}
.menu-share .share:hover.right .submenu li:nth-child(4) {
  opacity: 1;
  left: 200px;
  transform: rotate(0deg);
  transition-delay: 0.32s;
  border-left: 1px dashed #cccccc;
}
.menu-share .share:hover.right .submenu li:nth-child(5) {
  opacity: 1;
  left: 250px;
  transform: rotate(0deg);
  transition-delay: 0.4s;
  border-left: 1px dashed #cccccc;
}
.menu-share .share:hover.top .submenu li:nth-child(1) {
  opacity: 1;
  top: -51px;
  transition-delay: 0.08s;
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
}
.menu-share .share:hover.top .submenu li:nth-child(2) {
  opacity: 1;
  top: -102px;
  transition-delay: 0.16s;
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
}
.menu-share .share:hover.top .submenu li:nth-child(3) {
  opacity: 1;
  top: -153px;
  transition-delay: 0.24s;
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
}
.menu-share .share:hover.top .submenu li:nth-child(4) {
  opacity: 1;
  top: -204px;
  transition-delay: 0.32s;
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
}
.menu-share .share:hover.top .submenu li:nth-child(5) {
  opacity: 1;
  top: -255px;
  transition-delay: 0.4s;
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
}
.menu-share .submenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.menu-share .submenu li {
  transition: all ease-in-out 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.menu-share .submenu li a {
  color: #212121;
}
.menu-share .submenu li a:hover i.fa {
  color: #fff;
}
.menu-share .submenu li a:hover.facebook i.fa {
  background-color: #3b5999;
}
.menu-share .submenu li a:hover.twitter i.fa {
  background-color: #55acee;
}
.menu-share .submenu li a:hover.googlePlus i.fa {
  background-color: #dd4b39;
}
.menu-share .submenu li a:hover.instagram i.fa {
  background-color: #e4405f;
}
.menu-share .submenu li:nth-child(1) {
  transform: rotateX(45deg);
}
.menu-share .submenu li:nth-child(2) {
  transform: rotateX(90deg);
}
.menu-share .submenu li:nth-child(3) {
  transform: rotateX(135deg);
}
.menu-share .submenu li:nth-child(4) {
  transform: rotateX(180deg);
}
.menu-share.topLeft {
  top: 10px;
  left: 10px;
}
.menu-share.topRight {
  top: 10px;
  right: 10px;
}
.menu-share.bottomLeft {
  bottom: 10px;
  left: 10px;
}
.menu-share.bottomRight {
  bottom: 10px;
  right: 10px;
}
.inner-info-block {
    position: fixed;
    width: 220px;
    left: -225px;
    transition: .5s all;
    bottom: 102px;
    z-index: 9999;
    padding: 7px;
    background-image: url(../img/pt.png);
    background-color: #fff9e8;
    border-radius: 10px;	
	border: 2px solid #184298;
	transition-delay: 2s;
}
.info-block-wrapper:hover .inner-info-block {
    left: 25px;
    transition: .5s all;
	z-index: 9;
	background-image: url(../img/pt.png);
    background-color: #fff9e8;
    border-radius: 10px;
	transition-delay: 0s;
}
.information--block {
    left: 20px;
    bottom: 49px;
    cursor: pointer;
    position: fixed;
    background: url(../img/i_btn.png) no-repeat 0px 0px;
    background-size: 100% 100%;
    width: 50px;
    text-align: center;
    padding: 5px;
    color: #625a33;
    z-index: 1;
    height: 50px;
    box-shadow: none;
}
.inner-info-block ul li {
    margin: 5px 0px;
    list-style: none;
    padding: 5px;
    background: url(../img/bg_button.svg) no-repeat 0px 0;
    background-size: 100% 100%;
    color: #625a33;
    text-transform: uppercase;
    font-weight: bold;
	text-align: center;
}
.inner-info-block ul {
    padding: 0;
    margin: 0;
}
.language-block-wrapper a {
    display: initial;
    border: 1px solid;
}
.modal-header p {
    text-align: center;
}
.tooltip {
	display: inline;
	position: relative;
	z-index: 999;
}

/* Trigger text */

.tooltip-item {
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    padding: 5px 14px;
}

/* Gap filler */

.tooltip-item::after {
	content: '';
	position: absolute;
	width: 360px;
	height: 20px;
	bottom: 100%;
	left: 50%;
	pointer-events: none;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.tooltip:hover .tooltip-item::after {
	pointer-events: auto;
}

/* Tooltip */

.tooltip-content {
	position: fixed;
    z-index: 9999;
    width: 170px;    
	bottom: 110px;
    text-align: left;
    line-height: 1.4;
    box-shadow: -5px -5px 15px rgba(48,54,61,0.2);
    background: #f5f6ff;
    opacity: 0;
    background-image: url(../img/pt.png);
    cursor: default;
    pointer-events: none;
    left: 10px;
    border: 2px solid #184298;
    border-radius: 10px;
}
.info-block-wrapper {
    display: none;
}
.tooltip-effect-1 .tooltip-content {
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.tooltip-effect-2 .tooltip-content {
	-webkit-transform-origin: 50% calc(100% + 10px);
	transform-origin: 50% calc(100% + 10px);
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,45deg);
	transform: perspective(1000px) rotate3d(1,0,0,45deg);
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
}

.tooltip-effect-3 .tooltip-content {
	-webkit-transform: translate3d(0,10px,0) rotate3d(1,1,0,25deg);
	transform: translate3d(0,10px,0) rotate3d(1,1,0,25deg);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.tooltip-effect-4 .tooltip-content {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: scale3d(0.7,0.3,1);
	transform: scale3d(0.7,0.3,1);
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
	transition-delay: 3s;
}

.tooltip-effect-5 .tooltip-content {
	width: 150px;
	margin-left: -90px;
	-webkit-transform-origin: 50% calc(100% + 6em);
	transform-origin: 50% calc(100% + 6em);
	-webkit-transform: rotate3d(0,0,1,15deg);
	transform: rotate3d(0,0,1,15deg);
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
	-webkit-transition-timing-function: ease, cubic-bezier(.17,.67,.4,1.39);
	transition-timing-function: ease, cubic-bezier(.17,.67,.4,1.39);
	    transition-delay: 1.5s;
}

.tooltip:hover .tooltip-content {
	pointer-events: auto;
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) rotate3d(0,0,0,0);
	transform: translate3d(0,0,0) rotate3d(0,0,0,0);
	    transition-delay: 0s;
}

.tooltip.tooltip-effect-2:hover .tooltip-content {
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,0deg);
	transform: perspective(1000px) rotate3d(1,0,0,0deg);
}

/* Arrow */

.tooltip-content::after {
	content: '';
	top: 100%;
	left: 19%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #184298;
	border-width: 10px;
	margin-left: -10px;
}

/* Tooltip content*/

.tooltip-content img {
	position: relative;
	height: 170px;
	display: block;
	float: left;
	margin-right: 1em;
}

.tooltip-text {
    display: block;
    color: #fff;
    WIDTH: 150PX;
    margin: 0px auto !important;
}
span.tooltip-text a {
    background: url(../img/bg_button.svg) no-repeat;
    background-size: 100% 100%;
    display: block;
    text-align: center;
    padding: 5px 0px;
    width: 100%;
    text-transform: uppercase;
    color: #263575;
    text-decoration: none;
}

span.tooltip-text p {
    margin: 6px 0px;
}
.tooltip-effect-5 .tooltip-text {
	padding: 1.4em;
}
span.tooltip-item {
    position: fixed;
    left: 20px;
    bottom: 49px;
    background: url(../img/i_btn.svg) no-repeat 0px 0px;
    background-size: 100% 100%;
    width: 50px;
    height: 50px;
}
.tooltip-text a {
	font-weight: bold;
}
.accordion-container{
  position: relative;
  height: auto;
  margin: 20px auto;
}
.accordion-container > h2{
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.set {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    background: url(../img/set-bg.svg) repeat-x;
    border: 2px solid #906521;
    border-radius: 10px;
	background-size: cover;
}
.set > a{
  display: block;
  padding: 2px 5px;
  text-decoration: none;
  color: #555;
  font-weight: 600;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
  font-weight: bold;
}
.set > a i{
  position:relative;
  float: right;
  margin-top:4px;
  color: #666;
}
.set > a.active {
    /*background-color: #5cb85c;
    color: #fff;*/
}
.set > a.active i{
  color: #fff;
}
.content {
    position: relative;
    width: 100%;
    font-size: 15px;
    height: auto;
    background-color: #f5f6ff;
    display: none;
    border-radius: 0 0 10px 10px;
}
.content p{
  padding: 10px 15px;
  margin: 0;
  color: #333;
} 
.mini_avto img {
    width: 100%;
}
.name-block.col-md-6.col-sm-6.col-xs-6 {
    padding: 0;
}
.mini_avto.col-md-6.col-sm-6.col-xs-6.auto-icon-wrapper {
    padding: 0;
}
.block_one.col-md-12.col-lg-12.col-sm-6.col-xs-6 {
    padding: 0;
}
.name-block.col-md-6.col-sm-6 a {
    background: url(../img/bg_section_1_title2.png) no-repeat;
    padding: 20px 0px;
    background-size: 100% 100%;
    display: block;
    text-align: center;
    margin: 10px 0px;
    text-transform: uppercase;
    font-weight: bold;
    color: #184298;
    text-decoration: none;
}
.mini_avto img {
    width: 100%;
} 
.name-block.col-md-6.col-sm-6 {
    padding: 0;
}
.row-question,
.row-video {
    margin: 25px 0px;
}
.post-icon-wrapper {
    text-shadow: 4px 0px 5px #fff, 0px 4px 4px #fff, -4px 0px 4px #fff, 0px -4px 4px #fff, 4px 0px 5px #fff, 0px 4px 4px #fff, -4px 0px 4px #fff, 0px -4px 4px #fff;
}
.btn-group {
    text-shadow: 4px 0px 5px #fff, 0px 4px 4px #fff, -4px 0px 4px #fff, 0px -4px 4px #fff, 4px 0px 5px #fff, 0px 4px 4px #fff, -4px 0px 4px #fff, 0px -4px 4px #fff;
}
form.form-order .col-md-4.col-sm-4 input {
    margin: 0 auto 25px;
}
div#header-fix .button-block-wrapper {
    margin-top: 10px;
}


.col-md-4.col-sm-4.center-block-header .phone-icon-wrapper img {
    width: 44px;
}
p {
    font-size: 16px;
	text-align: justify;
}
.top-header .phone-icon-wrapper {
    padding-left: 50px;
}
.phone-icon-wrapper p.mobile-phone:before {
    background: url(../img/phone.svg) no-repeat;
    bottom: 24px;
    background-size: cover;
}

.phone-icon-wrapper p.mobile-phone:before, .phone-icon-wrapper p.whatsapp-phone:before {
    position: absolute;
    width: 38px;
    height: 38px;
    content: '';
    left: -50px;
}
.phone-icon-wrapper p.whatsapp-phone:before {
    background: url(../img/whatsapp.svg) no-repeat;
    bottom: -7px;
    background-size: cover;
}
div#header-fix header.header .phone-icon-wrapper {
    padding-bottom: 5px;
}
div#header-fix header.header {
    padding: 7px 0px;
}
.social-icon img {
    margin: 0 2px;
}
div#demo {
    position: relative;
}
.block-utp-wrapper {
    position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
div#demo .owl-controls {


}
div#demo {
}
div#demo .owl-controls .owl-buttons div {
background: none;
position:absolute;
z-index:2;
top:50%;
transform:translateY(-50%);
}
div#demo .owl-controls .owl-buttons .owl-prev {
left:15px;
}
div#demo .owl-controls .owl-buttons .owl-next {
right:15px;
}
div#demo .owl-controls .owl-buttons .owl-prev:before {
content:'❮';
font-size:45px;
text-shadow: 0 0 5px #000;
}
div#demo .owl-controls .owl-buttons .owl-next:before {
content:'❯';
font-size:45px;
text-shadow: 0 0 5px #000;
}
div#demo .owl-item {
height:100%;
}
div#demo .item {
height:100%;
}
div#demo .item img {
width:100%;
height:100%;
object-fit:cover;
}
.owl-wrapper-outer {
    /*position: absolute !important;*/
}
.row.row-otzyv.row-news {
    clear: both;
}
.owl-controls {
    /*display: none !important;*/
}



.row-icon-text h2.block-header {
    background: url(../img/bg_section_1_title2.png) no-repeat;
    background-size: 100% 100%;
    padding: 15px 0px 25px;
}
.row-icon-text h1.block-header {
    background: url(../img/bg_section_1_title2.png) no-repeat;
    background-size: 100% 100%;
    padding: 15px 0px 25px;
}

.row.tarif-row-wrapper {
    display: none;
}

.section_1_title {
    display: flex; /* или block */
    align-items: center; /* если нужно выравнивание */
    justify-content: start;
    text-decoration: none;
    width: 100%;
    min-height: 100px; /* или другое значение */
}
#arenda-avto-small-tabs {
		.auto-icon-wrapper {
			display: none;
		}
		@media (min-width: 1200px) {
			.auto-icon-wrapper {
				display: block;
			}
		}
		.auto-icon-wrapper img {
			width: 100%;
		}

		.auto-type-name-wrapper h3 {
			font-size: 13px;
		}
		h3 a.active {
			color: #fff;
			background: #337ab7;
			padding: 5px;
		}
		@media (min-width: 450px) {
			.auto-type-name-wrapper h3 {
				font-size: 18px;
			}
		}
		
	}
	.arenda-avto-small {

		.cars-list {
			display: flex;
			flex-wrap: wrap;
			justify-content: flex-start;
		}

		.cars-item {
			width: 100%;
			margin: 0 10px 25px;
		}

		@media screen and (min-width: 540px) {
			.cars-item {
				width: 46%;
			}
		}

		@media screen and (min-width: 860px) {
			.cars-item {
				width: 30%;
			}
		}

		.cars-item-top {
			position: relative;
			margin-bottom: 10px;
			padding-bottom: 56.25%;
			isolation: isolate;
		}

		.cars-item-image {
			position: absolute;
			left: 0;
			right: 0;
			width: 100%;
			height: 100%;
			display: flex;
			align-items: center;
			justify-content: center;
			overflow: hidden;
			background-color: #fff;
		}

		.cars-item-image::before {
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			opacity: 0.5;
			background-color: #fff;
			background-image: url(/local/templates/main7777/assets/img/logo-remove.png);
			background-position: center;
			background-size: contain;
			background-repeat: no-repeat;
			filter: saturate(0.5);
		}

		.cars-item-image>img {
			object-fit: cover;
			width: 100%;
			height: 100%;
			position: relative;
			z-index: 2;
		}

		.cars-item-info {
			position: absolute;
			width: 100%;
			height: 100%;
			background-color: rgba(0, 0, 0, 0.35);
			left: 0;
			top: 0;
			display: flex;
			align-items: center;
			justify-content: center;
			color: #fff;
			opacity: 0;
			visibility: hidden;
			transition: opacity ease-out 0.3s;
			z-index: 3;
		}

		.cars-item-float-action {
			position: absolute;
			right: 5px;
			bottom: 5px;
			z-index: 4;
		}

		.cars-item:hover .cars-item-info {
			opacity: 1;
			visibility: visible;
		}

		.cars-item-title {
			font-weight: 700;
			font-size: larger;
			margin-bottom: 10px;
		}

		.cars-item-bottom {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			align-items: center;
		}

		.cars-item-bottom .cars-item-title {
			margin-bottom: 0;
		}

		.cars-item-price {
			font-size: x-large;
		}
	}

.visually-hidden {
		visibility: hidden;
height: 0;
margin: 0;
padding: 0;
}

.car-subtitle{
font-weight: bold;
}