
body {
	font-family: 'Montserrat', sans-serif;
}
.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 50;
	box-shadow: 0 0 5px 1px rgba(28,52,67,.3);
}
.header:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #F2F1F8;
	z-index: 2;
}
.header__body {
	position: relative;
	display: flex;
	justify-content: space-between;
	height: 80px;
	align-items: center;
}
.header__logo {
	position: relative;
	z-index: 3;
}
.header__logo  img {
	min-width: 100%;
}
.header__burger {
	display: none;
}
.header__menu {}
.header__list {
	display: flex;
	position: relative;
	z-index: 2;
}
.header__list li {
	list-style-type: none;
	margin: 0 40px 0 0 ;
}
.header__link {
	color: #333333;
	text-transform: uppercase;
	font-size: 13px;
	transition: all 0.3s ease 0s;
	font-weight: 500;
}
.header__link:hover{
	color: #fcac45;
}
.main_sect {
	background: url(../img/top-bg.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center bottom;
}
.main_sect {
	padding-bottom: 20px;
	min-height: 600px;
}
.tile_top h1 {
	margin-top: 110px;
	margin-bottom: 0;
}
h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #fff;
	font-size: 50px;
	text-align: right;
	text-transform: uppercase;
}
h1 span {
	color: #F9C766;
}
.tile_top p {
	font-size: 24px;
	color: #efefef;
	text-align: right;
	font-weight: 700;
	text-transform: uppercase;	
	margin-top: 5px;
}
.tile_top p.block__social {
	margin-top: 40px;
}
.main__phone {
	font-weight: 900;
	font-size: 35px;
	padding: 10px;
	display: block;
	text-align: right
	max-width: 400px;
	color: #efefef;
	display: inline-block;
	transition: all ease .4s
}

p.main_sect-btn {
	margin-top: 35px;
}
.order-btn {
	text-transform: uppercase;
	background: #0888C0;
    color: #fff;
	padding: 10px 15px;
	border-radius: 5px;
	transition: all .4s;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	margin: 0 auto;
}
.tile_top a:hover {
    color: #F23F34;
}
.btn-to-price {
	text-transform: uppercase;
	background: rgba(95,102,107,.6);
    color: #fff;
	padding: 10px 15px;
	border-radius: 5px;
	transition: all .4s;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	margin-right: 10px;
	border: 1px solid #fff;	
}
.tile_top  i {
	color: #db7676;
}
.main_sect img {
	max-width: 8%;
	margin-left: 10px;
	transition: all ease .4s
}
.main_sect img:hover {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.advantages {
	padding: 30px 0 30px 0;
}
.title-area {
	font-size: 35px;
	font-weight: 700;
	color: #212529;
}
.title-area:after {
	content: '';
	display: block;
	max-width: 100px;
	border-top: 4px solid #F23F34;
}
.advantages__block {
	margin-top: 30px;
	text-align: center;
}
.advantages__block-img {
	max-width: 100%;
	margin-bottom: 20px;
}
.advantages__block-title {
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 7px;
	color: #212529;
}
.main-price__block1 {
	margin: 0 auto;
}
.main-price__block1, 
.main-price__block2, 
.main-price__block3, 
.main-price__block4, 
.main-price__block5, 
.main-price__block6{
	padding: 40px 30px;
	min-height: 310px;
	margin-bottom: 20px;
}
.main_price-block-title {
	color: #fff;
	font-size: 24px;
	margin-bottom: 0;
}
.main_price-block-info {
	color: #fff;
	font-size: 15px;
	margin-bottom: 25px;
	font-weight: 500;

}
.main_price-block-btn {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 19px	;
	border-bottom: 3px solid #F23F34;
}
.main-price__body2 {
	margin-top: 30px;
}
.main-price__block1 {
	background: url(../img/main-price/perevozki-na-gazeli.jpg);
	background-size: cover;
	box-shadow: 6px 6px 6px #efefef;
}
.main-price__block2 {
	background: url(../img/main-price/mejgorod.jpg);
	background-size: cover;
	box-shadow: 6px 6px 6px #efefef;
}
.main-price__block3 {
	background: url(../img/main-price/ekspedirovanie.jpg);
	background-size: cover;
	box-shadow: 6px 6px 6px #efefef;
}
.main-price__block4 {
	background: url(../img/main-price/musor.jpg);
	background-size: cover;
	box-shadow: 6px 6px 6px #efefef;
}
.main-price__block5 {
	background: url(../img/main-price/gruzchiki.jpg);
	background-size: cover;
	box-shadow: 6px 6px 6px #efefef;
}
.main-price__block6 {
	background: url(../img/main-price/ofice.jpg);
	background-size: cover;
	box-shadow: 6px 6px 6px #efefef;
}
.order-now {
	margin-top: 100px;
	background: url(../img/order-now.jpg);
	background-size: cover;
	text-align: center;
	padding: 50px 0;
}
.order-now__title {
	font-size: 35px;
	color: #fff;
	margin-bottom: 0;
	padding-bottom: 0;
	text-transform: uppercase;
}
.order-now__info {
	font-size: 30px;
	color: #fff;
	font-weight: 500;

}

.about-us {
	padding: 30px 0 0 0;
}
.about-us__title {
	text-align: center;
	font-size: 30px;
}
.about-us__title:after {
	content: '';
	display: block;
	max-width: 100px;
	border-top: 4px solid #F23F34;
	margin: 0 auto;
}
.about-us__info {
	text-align: center;
	font-size: 17px;
}
.gallery_photo_block  img {
	width: 100%;
}
.gallery_photo_block p {
	background: rgba(0,0,0,.7);
	color: #fff;
	margin-bottom: 16px;
	padding-left: 10px;
	text-align: left;
	font-size: 14px;
	min-height: 120px;
	margin-top: 0px;	
}

.contacts {
	background: #efefef;
	padding: 70px 0;
}
.contacts__title {
	font-size: 26px;
	color: #4B4E51;
}
.contacts__block {
	font-size: 18px;
	color: #4B4E51;
}
.contacts__block i {
	color: #D70C17;
}

.main_comment {
	padding: 30px 0;
}

.table {
	width: 100%;
	overflow: auto;
}
table {
	font-family: 'PT Sans Narrow';
	margin: 0 auto;
	overflow: hidden; 
	border-radius: 15px;
}
th {
	font-family: "RobotoCondensedLight";
	padding: 14px 30px;
	font-size: 20px;
	color: #fff;
	background: #102135;
	border: 1px solid #fff;
}
th {
	border-top: none;
}
th:last-child {
	border-right: none;
}
th:first-child {
	border-left: none;
}
td {
	padding: 10px 25px;
	text-align: center;
	font-size: 20px;
	background: #fff;
	border: 1px solid #F5F5F5;
}
td {
	border-bottom: none;
}
td:last-child {
	border-right: none;
	border-left: none;
}
table td:first-child {
	text-align: left;
	font-weight: bold;
}
td a {
	display: block;
	margin-bottom: 10px;
}
.priceGriditem {
	margin-top: 40px;
	margin-bottom: 30px;
	border-radius: 15px;
	box-shadow: 0px 3px 24.36px 4.64px rgba(0,0,0,0.05);
}
.priceGriditem_img {
	text-align: center;
	position: relative;
}
.priceGriditem_img img {
	max-width: 70%;
	display: block;
	position: absolute;
	margin-left: 50px;
	margin-top: -60px;
}
.priceGriditem_img h4 {
	padding-top: 60px;
	padding-bottom: 20px;
	font-family: 'PT Sans Narrow';
	font-size: 28px;
	color: #03749A;
}

.priceGriditem_img h4:after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 300px;
	padding-top: 20px;
	border-bottom: 1px solid #e2e2e2;
}
.priceGriditem_info {
	min-height: 250px;
}
.priceGriditem_info h5 {
	font-family: "RobotoMedium";
	font-size: 17px;
	padding: 15px 0 15px 15px;
}
.priceGriditem_info ul {
	font-family: 'PT Sans Narrow';
	margin-left: 30px;	
}
.priceGriditem_info li {
	font-size: 18px;
	padding: 5px;
}
.priceGriditem_info .last {
	color: #EA5F75;
}
.priceGriditem_footer {
	display: flex;
	justify-content: space-between;
	padding: 30px 30px;
}
.priceGriditem_footer > p {
	color: #102135;
	font-family: "RobotoCondensedBold";
	font-size: 25px;
}
.priceGriditem_footer p a {
	padding: 8px 15px;
	border-radius: 50px;
	font-size: 20px;
}

footer {
	background: url(../img/footer-bg.jpg);
	background-size: cover;
	padding: 70px 0 30px 0;
	color: #fff;
}
.footer__block-title {
	font-size: 20px;
}
.footer__block-center, .footer__block-right {
	text-align: right;
}
.footer__block-center a {
	color: #9CA0A4;
}
.footer__block-center a:hover {
	color: #D70C17;
}
.block__right-title {
	font-size: 16px;
	font-weight: bold;
}
.block__right-phone {
	color: #9CA0A4;
}
.block__right-phone:hover {
	color: #D70C17;
}
.footer__wh-btn {
	background: #0CC243;
	color: #EEFAFA;
	border-radius: 10px;
	padding: 5px 10px;
	transition: all ease .4s;
}
.footer__wh-btn:hover {
	background: #EEFAFA;
	color: #0CC243;
	border-radius: 10px;
	padding: 5px 10px;
}
.footer__vb-btn {
	background: #9069AE;
	color: #EEFAFA;
	border-radius: 10px;
	padding: 5px 10px;
	transition: all ease .4s;
}
.footer__vb-btn:hover {
	background: #EEFAFA;
	color: #9069AE;
	border-radius: 10px;
	padding: 5px 10px;
}
.footer_city {
	margin-top: 30px;
	font-size: 14px;
	font-weight: 600;
}
.slider_container {
	position: relative; 
}
.next_button, 
.prev_button {
	color: #000;
	background: #efefef;
	font-size: 36px;
	position: absolute;
	z-index: 10;
	cursor: pointer;
	top: 10%;
	padding: 5px 20px;
	border-radius: 50px;
}
.next_button {
	right: 20px;
}
.prev_button {
	left: 20px;
}
.slide_item {
	text-align: center;
}
.slide_item img {
	margin-bottom: 15px;
	max-width: 100%;
}


.main_sect_gorod {
	background: url(../img/po-gorodu-bg.jpg);
	background-size: cover;
	background-position: bottom center;
}
.main_sect_gorod img {
	max-width: 8%;
	margin-left: 10px;
	transition: all ease .4s
}
.info-city_title {
	font-size: 30px;
	color: #444444;
	text-align: center;
}
.info-city {
	margin: 50px 0 50px 0;
}
.info-city_info {
	font-size: 15px;
	color: #444444;
	text-align: center;
	margin-bottom: 40px;
}
.info-city__right img {
	max-width: 100%;
}
.info-city__left {
	padding-top: 40px;
}
.info-city__left p {
	font-size: 30px;
	text-decoration: underline;;
}
.info-city__left ul {
	margin-top: 30px;
}
.info-city__left ul li {
	margin-bottom: 15px;
	font-size: 20px;
}
.info-city__left span {
	color: #FC9834;
	font-weight: bold;
}





input[type="text"] {
	border-radius: 5px;
    color: #fff;
    font-size: 15px;
    padding: 10px 15px;
    width: 286px;
    border: none;
}
input[type=button] {
    background: #F23F34;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-left: 10px;
    padding: 10px 20px;
    border: none;
}





/* начало кнопки звонка */
.callback-bt {
        background:#5acf5f;
        border:2px solid #5acf5f;
        border-radius:50%;
        box-shadow:0 8px 10px rgba(56,163,253,0.3);
        cursor:pointer;
        height:68px;
        text-align:center;
        width:68px;
        position: fixed;
        right: 4%;
        bottom: 5%;
        z-index:999;
        transition:.3s;
        -webkit-animation:hoverWave linear 1s infinite;
        animation:hoverWave linear 1s infinite;
}

.callback-bt .text-call{
        height:68px;
        width:68px;        
        border-radius:50%;
        position:relative;
        overflow:hidden;
}

.callback-bt .text-call span {
    text-align: center;
    color:#38a3fd;
    opacity: 0;
    font-size: 0;
        position:absolute;
        right: 4px;
        top: 22px;
    line-height: 14px;
        font-weight: 600;
    text-transform: uppercase;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.callback-bt .text-call:hover span {
    opacity: 1;
        font-size: 11px;
}
.callback-bt:hover i {
    display:none;
}

.callback-bt:hover {
        z-index:1;
        background:#fff;
        color:transparent;
        transition:.3s;
}
.callback-bt:hover i {
        color:#38a3fd;
        font-size:40px;
        transition:.3s;
}
.callback-bt i {
        color:#fff;
        font-size:34px;
        transition:.3s;
        line-height: 66px;transition: .5s ease-in-out;
}

.callback-bt i  {
    animation: 1200ms ease 0s normal none 1 running shake;
        animation-iteration-count: infinite;
        -webkit-animation: 1200ms ease 0s normal none 1 running shake;
        -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
}
}@keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
}
}

/* animations icon */

@keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}

@-webkit-keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}
/* конец кнопки звонка */