@font-face {
    font-family: 'Trebushet MS';
    src: url('../fonts/trebuc.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Trebushet MS';
    src: url('../fonts/trebucbd.ttf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Trebushet MS';
    src: url('../fonts/trebucit.ttf');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Trebushet MS';
    src: url('../fonts/trebucbi.ttf');
    font-weight: bold;
    font-style: italic;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Trebushet MS', sans-serif;
   
    outline: none;
}

html, body {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}

body {
    background: url('../images/top_gradient.png') #e6f7ff top repeat-x;
}

#wrap {
    min-height: 100%;
    width: 100%;
    position: relative;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 15px;
}

h1,h2,h3,h4,h5,h6 {
    margin-bottom: 20px;
}

#content>p, #content>ul {
    margin-bottom: 25px;
}

.block_azs {
	padding-bottom:5px; /*отступ снизу*/
	text-align:justify;
	width: 100%;
	height: 100%;
	column-width: 300px;
    -moz-column-width: 300px;
	-webkit-column-width: 300px;
	column-gap: 40px;			/*отступ между колонками*/
	-moz-column-gap: 40px;
	-webkit-column-gap: 40px;
}

a {
    color: #2c7ad1;
    font-size: 15px;
}

a:hover {
    color: #1b5ca3;
}

p {
    font-size: 15px;
}

/*--header--*/

#header {
    width: 100%;
    height: 346px;
    background: url("../images/header_bg.png") center top no-repeat;
    z-index: 0;
}

#head {
    position: relative;
    max-width: 1000px;
	width: 100%;
    margin: 0 auto;
    height: 100%;
	
}
#header_logo{
    top: 72px;
    left: 100px;
    height: 100px;
    position: absolute;
}
#head_phone {
    position: absolute;
    top: 135px;
    left: 120px;
    color: #ffffff;
    text-shadow: 0 1px #9a9a9a;
    text-align: left;
	z-index: 2;
}

.phone_header {
    font-size: 13px;
    font-style: italic;
}

.phone_number {
    font-size: 23px;
    font-weight: bold;
}

.price {
    position: absolute;
    left: 484px;
    height: 18px;
    width: 45px;
}

#price_95 {
    top: 111px;
}

#price_98 {
    top: 141px;
}

#price_dt {
    top: 171px;
}

.rubles {
    position: absolute;
    width: 20px;
    height: 17px;
    top:0;
    left: 0;
}

.dot {
    position: absolute;
    left: 21px;
    top: 2px;
    width: 3px;
    height: 3px;
}

.kopecks {
    position: absolute;
    left: 25px;
    top: 1px;
    width: 20px;
    height: 17px;
}

.rubles img, .kopecks img {
    display: inline-block;
}

/*--/header--*/

/*--main--*/

#main_wrap {
    position: relative;
    width: 100%;
    background: url("../images/main_bg.png") top center no-repeat;
    min-height: 694px;
    margin-top: -27px;

}

#main {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    height: 100%;
}

/*--top_nav--*/
#top_nav {
    position: relative;
    width: 100%;
    top: 46px;
    height: 48px;
}

#top_nav ul {
    list-style: none;
}

#top_nav>ul>* {
    display: inline-block;
}

#top_nav li {
    height: 48px;
    line-height: 48px;
    vertical-align: middle;
}

#top_nav>ul>li {
    position: relative;
}

#top_nav a {
    font-weight: bold;
    text-decoration: none !important;
    color: #ffffff;
    text-shadow: 0 1px #1b5ca3;
}

.top_nav_item {
    display: inline-block;
    vertical-align: top;
    line-height: 46px;
    margin-right: 26px;
    margin-left: 20px;
    font-size: 12px;
}

#top_nav a:hover, #top_nav>ul>li:hover>a {
    color: #1b5ca3;
    text-shadow: 0 1px #4ba0e3;
}

#top_nav>ul>li:after {
    content: "";
    display: inline-block;
    position: relative;
    width: 26px;
    height: 48px;
    background: url("../images/top_nav_divider.png") no-repeat;
}

#top_nav li:last-child:after {
    content:"";
    width: 0;
}

.sub_top_nav {
    position: absolute;
    display: block;
    white-space: nowrap;
    top: 48px;
    left: -9999px;
    text-align: center;
    padding: 10px 23px;
    z-index: 5;
    background-color: #2f86d4;
    border: 3px solid #83c5ff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 1px 1px 0 #2b7bc6,
                        inset -1px -1px 0 #2b7bc6,
                        0 1px 3px #333333;
    -moz-box-shadow:    inset 1px 1px 0 #2b7bc6,
                        inset -1px -1px 0 #2b7bc6,
                        0 1px 3px #333333;
    box-shadow:         inset 1px 1px 0 #2b7bc6,
                        inset -1px -1px 0 #2b7bc6,
                        0 1px 3px #333333;
    font-size: 16px;
	margin-left: -101px;
}

.sub_top_nav:before {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #83c5ff transparent;
    left: 30%;
    margin-left: -10px;
    -webkit-transform:rotate(360deg);
}

.sub_top_nav:after {
    content: '';
    display: block;
    position: absolute;
    top: -7px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #2f87d4 transparent;
    left: 30%;
    margin-left: -8px;
    -webkit-transform:rotate(360deg);
}

#top_nav>ul>li:hover .sub_top_nav {
    left: 0;
}
/*--/top_nav--*/

/*--main_block--*/

#main_block {
    position: relative;
    display: table;
    width: 100%;
    top: 76px;
    height: auto;
}

#main_block>div {
    position: relative;
    display: table-cell;
    padding-bottom: 76px;
    vertical-align: top;
    text-align: left;
}

#left_block {
    width: 325px;
}

.leftbg {
    position: absolute;
    right: 15px;
    width: 430px;
    height: 204px;
    background: url("../images/left.png") top center no-repeat;
}

/*--left_nav--*/

#left_nav {
    position: relative;
    margin-top: 12px;
    width: 260px;
}

#left_nav>ul li {
    list-style: none;
    font-size: 16px;
    font-weight: bold;
    height: 36px;
    width: 100%;
    
}

#left_nav>ul>li:before {
    content: "";
    position: relative;
    display: inline-block;
    height: 36px;
    width: 6px;
    left: 30px;
    background: url("../images/left_nav_marker.png") 0 center no-repeat;
    z-index: 4;
}

#left_nav>ul>li>a {
    display: inline-block;
    position: absolute;
    color: #ffffff;
    height: 36px;
    width: auto;
    left: 25px;
    line-height: 36px;
    text-shadow: 0 1px #1b5ca3;
    text-decoration: none;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 5px;
}

#left_nav>ul>li:hover .sub_left_nav {
    left: 100%;
}

#left_nav>ul>li:hover>a {
    background: url("../images/left_nav_hover_bg.jpg") repeat-x;
    z-index: 0;
}

#left_nav>ul>li:hover>a:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 36px;
    width: 25px;
    left: -25px;
    background: url("../images/left_nav_hover_left.png") no-repeat;
}

#left_nav>ul>li:hover>a:after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 36px;
    width: 25px;
    left: 100%;
    background: url("../images/left_nav_hover_right.png") no-repeat;
}

.sub_left_nav {
    position: absolute;
    display: block;
    white-space: nowrap;
    list-style: none;
    margin-top: -51px;
    left: -9999px;
    text-align: center;
    padding: 10px 23px;
    z-index: 5;
    background-color: #2f86d4;
    border: 3px solid #83c5ff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 1px 1px 0 #2b7bc6,
                        inset -1px -1px 0 #2b7bc6,
                        0 1px 3px #333333;
    -moz-box-shadow:    inset 1px 1px 0 #2b7bc6,
                        inset -1px -1px 0 #2b7bc6,
                        0 1px 3px #333333;
    box-shadow:         inset 1px 1px 0 #2b7bc6,
                        inset -1px -1px 0 #2b7bc6,
                        0 1px 3px #333333;
}

.sub_left_nav:before {
    content: '';
    display: block;
    position: absolute;
    left: -10px;
    top: 18px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #83c5ff transparent transparent;
    -webkit-transform:rotate(360deg);
}

.sub_left_nav:after {
    content: '';
    display: block;
    position: absolute;
    left: -7px;
    top: 20px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    border-color: transparent #2f87d4 transparent transparent;
    -webkit-transform:rotate(360deg);
}

.sub_left_nav_item {
    display: block;
    line-height: 36px;
    color: #ffffff;
    text-shadow: 0 1px #1b5ca3;
    text-decoration: none;
}

.sub_left_nav_item:hover {
    color: #1b5ca3;
    text-shadow: 0 1px #4ba0e3;
}

/*--/left_nav--*/

/*--card_list--*/

#card_list {
    position: relative;
    margin-top: 60px;
    margin-left: 20px;
    width: 305px;
	height: 550px;
}

.cards {
    height: 101px;
    width: 159px;
    list-style: none;
    padding-left: 125px;
    padding-right: 16px;
    padding-top: 20px;
    font-size: 15px;
}

#bonus {
    background: url("../images/Dvizhenie.png") left center no-repeat;
}

#discont {
    background: url("../images/Discont.png") left center no-repeat;
}

#fuel {
    background: url("../images/Dvizhenie-black.png") left center no-repeat;
}
#fuel-gazprom {
    /*background: url("../images/gazpromneft.png") left center no-repeat;*/
    background: url("/images/image0.png") left center no-repeat;
    background-size: 115px;
}

.cards:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 305px;
    margin-left: -125px;
    margin-top: 25px;
    background: url("../images/cards_divider.png") no-repeat;
}

.cards:last-child:after {
    content: "";
    background: none;
}

/*--/card_list--*/

#content {
    padding-top: 20px;
}

#content>ul {
    margin-left: 15px;
}

/*--/main_block--*/

#hfoot {
    position: relative;
    height: 200px;
    width: 100%;
    z-index: 0;
}

/*--/main--*/

/*--news_block--*/

#news_slider_wrap {
    position: relative;
    width: 100%;
    height: 216px;
    background-color: #ffffff;
    border-top: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    box-shadow: 0 2px 0 #e6f7ff inset, 0 -2px 0 #e6f7ff inset;
    bottom: 152px;
    z-index: 1;
}

#news_slider {
    position: relative;
    height: 100%;
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}

#news_slider>h3 {
    position: absolute;
    font-size: 19px;
    margin-top: 32px;
    margin-left: 81px;
}

#news_prev, #news_screen_wrap, #news_next {
    position: absolute;
    top: 71px;
    text-align: left;
    vertical-align: top;
    height: 137px;
}

#news_prev, #news_next {
    width: 81px;
    cursor: pointer;
}

#news_prev {
    left: 0;
    background: url("../images/prev_button.png") center 1px no-repeat;
}

#news_next {
    right: 0;
    background: url("../images/next_button.png") center 1px no-repeat;
}

#news_screen_wrap {
    width: 1000px;
}

#news_mask {
    position: relative;
    height: 99%;
    width: 837px;
    margin: 0 auto;
    overflow-x: hidden; 
}

#news_screen {
    position: absolute;
    width: 99999px;
    height: 99%;
}

.new {
    width: 279px;
    height:130px;
    display: inline-table;
}
.new>* {
    position: relative;
}

.date {
    font-size: 11px;
    color: #91a3ad;
    margin-bottom: 10px;
}

.new_description {
    margin-top: 12px;
    font-size: 13px;
    color: #3f535c;
}

.inactive {
    cursor: default !important;
}
/*--/news_block--*/

/*--footer--*/

#footer {
    position: relative;
    height: 152px;
    width: 1100px;
    margin: 0 auto;
    margin-top: -152px;
    z-index: 400;
}

#footer>div {
    /*position: absolute;
    top: 45px;*/
}

#foot_info,
#wcons,
#copy{
    display: flex!important;
    flex-direction: column!important;
}
#copy {
    left: 30px;
    text-align: left;
    font-size: 13px;
    color: #767676;
}

#wcons {
    left: 350px;
    text-align: left;
    font-size: 12px;
    color: #9a9a9a;
}

#wcons>a {
    display: inline-block;
}

#foot_info {
    right: 40px;
    text-align: right;
}

.phone {
    font-size: 24px;
    font-weight: bold;
    color: #2e82d4;
}

.address {
    font-size: 13px;
    color: #9a9a9a;
}
/*--/footer--*/

/*--feedback--*/

#feedback {
    position: fixed;
    top: 443px;
    right: 0;
    width: 281px;
    height: 96px;
    background: url("../images/feedback-background.png") no-repeat transparent;
    margin-right: -210px;
    z-index: 2000;
}

#feedback p {
    position: absolute;
    top: 17px;
    left: 85px;
    font-size: 22px;
    font-weight: bold;
    color: #09345a;
    text-shadow: 0 1px 0 #4f9fe1;
    visibility: hidden;
}

#feedback_button {
    position: absolute;
    display: block;
    top: 47px;
    left: 50px;
    width: 216px;
    height: 36px;
    background: url("../images/feedback-button.png") no-repeat transparent;
    visibility: hidden;
}

#feedback:hover {
    margin-right: 0;
}

#feedback:hover p, #feedback:hover #feedback_button {
    visibility: visible;
}
table{
	border: 2px solid black;
	border-collapse: collapse;
}
td {
	border: 1px solid black;
	
}

/*--/feedback--*/

.error_class {
   width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    background: url('../images/top_gradient.png') #e6f7ff top repeat-x;
}


.form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  height: 100%;
}

.form-title{
    color:#2f86d4;
}
.form-wrap input,
.form-comment,
.form__person {
  width: 100%;
  border: none;
  box-sizing: border-box;
}
.form-none{
    display: none;
}

.form-wrap input {
    height: 40px;
    padding-left: 15px;
    border-radius: 5px;
    margin: 5px 0;
    font-size: 15px;
    border: 1px solid #bbb;
}
input.wrong{
    border: 1px solid #f00;
}
.form-success{
    font-size: 20px;
    color: green;
}

.form-comment {
    resize: none;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 5px 0;
    font-size: 15px;
    border: 1px solid #bbb;
}
.form-wrap input:focus, .form-comment:focus{
    border: 1px solid #2F86D5;
}

.form-submit {
    display: block;
    width: 144px;
    height: 40px;
    background-image: url(/images/form-button.png);
    background-color: transparent;
    border: none;
    margin: 0 auto;
}
.form-submit:hover{
    background-position: 0 39px;
    height:39px;
    cursor: pointer;
}

.person__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 30px;
}

.person__input {
  margin: 0;
}

.person__input--right {
  margin-right: 10px;
}

.person__link {
  text-decoration: none;
  color: #2f86d4;
}

.person__link:hover {
  text-decoration: underline;
}

/*azs-list*/

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

.azs-list-item{
    width: 30.33333%;
    height: 7rem;
    margin: 1.5%;
}
#content h1{
    /*margin-left: 30px;*/
	color: #2f87d5;
}
.azs-ico{
    width: 40px;
    height: 40px;
    position: relative;
    float: left;
    background: #318CD6 url("../images/azs-ico.png") center center no-repeat;
    margin-right: 10px;
    border-radius: 10px;
}
/*contact-form*/
.cont-form{
    border:none;
}
.cont-form tbody tr td{
    border:none;
}
.grecaptcha-badge {z-index:999}
    .overlay {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.5);
      transition: opacity 700ms;
      visibility: hidden;
      opacity: 0;
	  transition: .3s linear;
	  z-index: 999999999999
    }

    .overlay .cancel {
      position: absolute;
      width: 100%;
      height: 100%;
      cursor: default;
	  transition: .3s linear;
    }
    .overlay:target {
      visibility: visible;
      opacity: 1;
	  transition: .3s linear;
    }
    
    .popup {
      margin: 75px auto;
      padding: 20px;
      background: #fff;
      border: 1px solid #666;
      max-width: 700px;
	  width: 100%;
      box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
      position: relative;
	  transition: .3s linear;
    }


    .popup .close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 20px;
    right: 15px;
    opacity: 0.8;
    transition: all 500ms;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    border-radius: 30px;
    background: #2d7cd2;
	transition: .3s linear;
    }
    .popup .close:hover {
      opacity: 1;
	  transition: .3s linear;
    }
    .popup .content {
    max-height: 400px;
    overflow: auto;
    margin: 0 10px;
    text-align: left;
    width: 100%;
	transition: .3s linear;
    }
.agree_button{
	background: #2e80d3;
    font-weight: bold;
    text-decoration: none !important;
    color: #ffffff;
    padding: 10px;
    text-shadow: 0 1px #1b5ca3;
    margin: 10px;
    border-radius: 7px;
	cursor: pointer;
}
.disagree_button{
    background: #ffffff;
    font-weight: bold;
    text-decoration: none !important;
    color: #2e80d3;
    color: #2e80d3;
    padding: 10px;
    margin: 10px;
    border-radius: 7px;
    cursor: pointer;

}
.footer__tel{
	text-decoration: none;
}

	
@media (max-width: 769px) {
  #left_block{display: none!important;}


  .menu__box{
    visibility: hidden;
    display: flex;
    flex-direction: column;
    align-content: space-around;
    align-items: baseline;
    padding: 35px 20px;
    background: #2f86d4;
    top: 0;
    left: -100%;
    width: 300px;
    margin: 0;
    list-style: none;
    text-align: left;
    box-shadow: 2px 0px 5px #333333;
    z-index: 600;
    position: absolute;
  }
	.mobile{
	display: flex;
    flex-direction: column;
    background: #2f86d4;
    z-index: 999999999;
    position: absolute;
    width: 200px;
	}
	#top_nav>ul>li:after {
    content: "";
    display: inline-block;
    position: relative;
    width: 26px;
    height: 48px;
    background: url("..") no-repeat;
}

#news_mask {
    width: 60%!important;
}
.footer__colum div{
	width: 100%;
	text-align: center!important;
	margin: 6px 2px;
}
.footer__colum div:nth-child(1) {
	order: 2;
} 
.footer__colum div:nth-child(2) {
	order: 1;
} 
.footer__colum div:nth-child(3) {
	order: 0;
}
.footer__colum {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
#feedback{
    top: 65%; 
}

#main_block>div {
    padding: 0 0 76px 0px!important;
    /*swidth: 100%;
    max-width: 769px;*/
}
#content img{
	width: 100%!important;
}
#main_block {
    display: flex!important;
    flex-direction: column;
}
#header {
    background: url(http://azsterminal.ru/images/header_bg.png) center no-repeat;
    background-position-y: -56px;
    background-position-x: -334px;
    height: 175px;
}
#content{
	width: 90%;
}
#top_nav>ul>li:hover .sub_top_nav {
    left: 0;
    margin: 0% 0px 0px  7px!important;
}/*
.sub_top_nav {
    position: absolute;
    display: block;
    white-space: nowrap;
    top: 48px;
    left: -9999px;
    text-align: left;
    padding: 10px 23px;
    z-index: 5;
    background-color: #2f86d4;
    border: 0px solid #83c5ff;
    border-radius: 0px;
}*/
#head_phone {top: 143px;z-index: 2;}

.popup {
    margin: 75px auto;
    max-width: 400px!important;
    width: 100%;
}
    form input[type="text"], input[type="tel"], input[type="email"], form textarea{

		width: 90%!important;
    }
.contact_form{
	text-align: center!important;
}
.agree_block{
	    margin: 0 15px!important;
}
.gaz_cart_info {
    text-transform: uppercase;
    border-left: solid 0px #fefefe!important;
    margin: 0 0 1% 0!important;
    text-align: center;
    padding: 0 0 0 0%!important;
}

}


@media (min-width: 769px) {
.menu__btn, #menu__toggle, .menu__sub{display: none!important;}
.form-wrap {
  min-width: 290px;
  width: 460px;
  min-height: 350px;
}
}
#content{
	margin: auto;
}
/*
|
|
|
|
|
|
*/
#header{
background: url(http://azsterminal.ru/images/header_bg.png) center no-repeat;background-position-y: -56px;height: 175px;}
#header_logo{top: 15px;}

#price_95 {top: 55px;}
#price_98 {top: 85px;}
#price_dt {top: 115px;}


#menu__toggle {
  opacity: 0;
   z-index: 9999
}

.menu__btn {
  display: flex; 
  align-items: left;
  position: relative;
  top: 7px;
  left: 20px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 9999
  
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  z-index: 9999
}
.menu__btn > span::before {
  content: '';
  top: -8px;
  z-index: 9999
}
.menu__btn > span::after {
  content: '';
  top: 8px;
  z-index: 9999
}
#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
}
#menu__toggle:checked ~ .news_slider_wrap {
	z-index: 1!important;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  transition-duration: .3s;
}
.menu__box {
  transition-duration: .5s;
}
.menu__item {
  transition-duration: .5s;}
.footer__colum {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
  }
 .document__colum > p{
	display: flex;
    justify-content: space-around;
    align-items: flex-start;
 }
 .document__colum a{
	 width: 90%!important;
 }
 #news_slider{
	 z-index: 300;
 }
 #content{
	margin-bottom: 40%;
 }
 
 .phone_number {
    text-decoration: none;
    color: #fafdfe!important;
}
.agree_block, .form-wrap{
	text-align: center;
}
.menu__sub{
	text-transform: uppercase;
}
.gaz_cart{
	background-color: #050607;
	color: #fefefe;
	letter-spacing: 2px;       
}
.gaz_cart_info{
	text-transform: uppercase;
	border-left: solid 1px #fefefe;
	margin: 0 0 7% 44%;
	padding: 0 0 0 2%;
}
.gaz_cart_info p{
	font-size: 1.3rem;
}
.gaz_cart_contact{
	margin: 0 0 0 13%;
	padding: 0 0 4% 0;
}
.gaz_cart_contact a{
	text-decoration: none;
	color: #fefefe;
	font-weight: 600;
}
::-webkit-scrollbar {
    width: 0.3em;
    height: 0.7em;
	border-radius: 1%
}	
::-webkit-scrollbar-button {
    background: #e6f7ff
}
::-webkit-scrollbar-track-piece {
    background: #e6f7ff
}
::-webkit-scrollbar-thumb {
    background: #62abf6
}
.imp_block {
    color: black;
    box-shadow: 2px 2px 2px #333333;
    background: indent;
    background-size: 100%;
    background-position: left;
    border: 1px solid #CBCBCC;
    padding: 5px;
    border-radius: 3px;
    margin: 20px 0px;
    transition: .5s;
}
.otzyvy_link {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	}
	.otzyvy_link div{
		background: #effaff1;
    line-height: 26px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
    padding: 25px 25px 20px;
	 flex-direction: column;
	 transition: .5s;
	 width: 210px;
	 margin: 10px 20px;
	}
	.otzyvy_link a{
		text-decoration: none!important;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
	}
	.otzyvy_link div:hover{
		transition: .5s;
    transform: translateY(-6px);
	 color: inherit;
	}
		.otzyvy_link img{
width: 100%;
	}
	
	.image-stack{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    grid-gap: 10px;
}
.image-stack img{
    width: 100%;
    max-width: 600px;
    margin: auto;
    box-sizing: border-box;
    
}