* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
}

body {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

a {
    color: #FFFFFF;
}

a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.main__button {
    width: 230px;
    height: 50px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    background: linear-gradient(180deg, #30539C 0%, rgb(23, 58, 133) 100%);
    border: none;
    border-radius: 30px;
    transition: .3s ease-in;
    position: relative;
}

.main__button > span {
    position: relative;
    z-index: 1;
}

.main__button:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(180deg, #30539C 0%, #527EDB 100%);
    box-shadow: 0px 4px 20px rgba(76, 119, 208, 0.5);
    border-radius: 30px;
    opacity: 0;
    transition: 0.5s;
}

.main__button:hover:after {
    opacity: 1;
}

.main__button:focus {
    outline: none;
}

#sortResults .main__button img{
    width: 25px;
}

.left{
	text-align:left;
}

header {
    width: 100%;
}

nav {
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    z-index: 99;
    width: 100%;
	
}

nav ul {
    margin-bottom: 0;
}

nav a {
    color: #FFFFFF;
    line-height: 26px;
}

.nav__active {
    position: fixed;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(35,35,35,.9);
	border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);
    transition: 0.3s;
}

.logo, .footer-logo {
    width: 130px;
    padding-bottom: 5px;
    margin-left: 35px;
    padding-top: 3px;
}

 .logo__text {
    font-style: italic;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    line-height: 60px;
}

nav li {
    list-style: none;
    margin-left: 25px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
}

.right__nav li {
    font-weight: 600;
}

.left__nav li:first-child {
    margin-left: 0;
    height: 60px;
}

.left__nav li:last-child {
    font-size: 13px;
    line-height: 21px;
}

.to__map__logo {
    margin-right: 5px;
    position: absolute;
    left: 10px;
    top: 12px;
    transition-duration: 0.5s;
}

.right__nav a:hover {
    color: #FF8000;
}

.small__nav__btn {
    display: none;
}

.road__button__mobile {
    display: none;
}

.road__button {
    text-transform: none;
    width: 100%;
    height: 50px;
    font-size: 14px;
     font-weight: 500;
     font-size: 16px;
     line-height: 20px;
     color: #fff;
     background: none;
     border: 1px solid #fff;
     border-radius: 30px;
     transition: .3s ease-in;
     position: relative;
}

.map__logo2 {
    opacity: 0;
    position: absolute;
    left: 10px;
    top: 12px;
}

.road__button:hover {
    color: #30539C;
    background-color: #fff;
    transition: .3s ease-in;
}

.road__button:hover .map__logo1 {
    opacity: 0;
    position: absolute;
}

.road__button:hover .map__logo2 {
    opacity: 1;
}

.road__button a {
    padding: 10px 25px 10px 35px;
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: .3s ease-in;
    display: flex;
    font-weight: 500;
}

.road__button a:hover {
   text-decoration: none;
    color: #30539C;
    transition: .3s ease-in;
    font-weight: 500;
}

.nav__phone__numbers {
    display: block;
	margin-right: 80px;
}

.navMobile__phone__numbers {
    display: none;
}

.no-menu {
    display: none !important;
}

.swiper-container {
        height: 80vh;
        padding: 100px 0;
}

.swiper-container a {
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-top: 15px;
}


.parallax-bg {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 120%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;

}

.parallax-bg:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    content: "";
}

.swiper-button-prev {
    margin-left: 20%;
    outline: none;
	opacity: 0.8;
}

.swiper-button-next {
    margin-right: 20%;
    outline: none;
	opacity: 0.8;
}

.swiper-button-next:hover,.swiper-button-prev:hover {
   	opacity: 1;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.slide__text__block {
    max-width: 600px;
    height: 400px;
    margin-left: 15%;
    margin-top: 180px;
}

.slide__text__block__nm {
    max-width: 600px;
    height: 400px;
    margin-left: 15%;
    margin-top: 110px;
}

.slide__text__block h1 span.title-text1, p.header-text span.title-text1{
    font-weight: 600;
    font-size: 34px;
    line-height: 46px;
    text-transform: uppercase;
	color: #efa913;
    /* background-color: #31414e; */
	/* opacity: 0.8; */
	padding: 9px 9px 9px 0px;
}

.slide__text__block h1 span.title-text2, p.header-text span.title-text2{
    font-size: 20px;
	color: #fff;	
}

#title-text2{
	font-size: 21px;
	color: #fff;
	font-weight: 500;
	margin-top:20px;
}

.title > p > a{
    font-size: 32px;
    line-height: 46px;
    text-transform: uppercase;
	color:#e4eaed;
	font-weight: 600;
}

.title > p{
	margin-top:30px;
}

.slide__text__block p, .slide__text__block__nm p {
    font-size: 16px;
    line-height: 20px;
}

.slide__text__block__nm .header-title p{
	margin-bottom:-12px!important;
}

.slide__text__block .subtitle, .slide__text__block__nm .subtitle {
    margin-top: 40px;
    margin-bottom: 20px;
}

.btn__detailed {
    background: none;
    border: 1px solid #fff;
}

.service__price {
    background: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    padding: 0 10px 10px 10px;
    left: 0;
}

#sortForm {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.form__input {
    flex-basis: 18%;
}

.form__input:last-child {
    align-self: flex-end;
}

.form__row {
    padding: 0;
    margin: 0;
}

form label {
    font-size: 16px;
    line-height: 20px;
    text-indent: 10px;
    margin-right: 35px;
    color: #000000;
    width: 85px;
}

input {
    max-width: 210px;
    height: 50px;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
    border-radius: 40px;
    border: none;
    margin: 13px;
    text-align: center;
    padding: 15px;
}

input:focus {
    outline: none;
    box-shadow: inset 0px 0px 0px 3px #3175a0;
}

.form__btn {
    position: relative;
    max-width: 200px;
    margin: 15px 0;
}
.form__resp:after {
    background: url(/assets/img/loader.gif) #234690 center center no-repeat;
    -moz-transition: all 0s;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 300;
    opacity: 1;
    cursor: default;
}

.price {
    padding-bottom: 30px;
    color: #000000;
}

h2.section__head {
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    text-transform: uppercase;
	text-align: center;
}

.price select {
    width: 200px;
    max-width: 270;
    height: 50px;
    border-radius: 30px;
    border: none;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    line-height: 20px;
    padding-left: 10px;
    margin-left: 15px;
}

select:focus {
    outline: none;
    box-shadow: inset 0px 0px 0px 3px #55A6FF;
}

.th__small-screen {
    display: none;
}

.btn__small-screen {
    display: none;
}

.price__table {
   width: 1140px;
    margin: 0 auto;
    margin-top: 20px;
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

tr, td, th {
    border-bottom: 1px solid #DBDBDB;
    padding: 15px;
}

th {
    text-transform: uppercase;
    font-weight: 600;
}

.more__btn {
    position: relative;
    background: none;
    border: 1px solid #30539C;
    color: #30539C;
    margin-top: 20px;
    width: 290px;
}

 .more__btn:hover {
     color: #ffffff;
 }

.more__resp:after {
    background: url(/assets/img/loader.gif) #234690 center center no-repeat;
    -moz-transition: all 0s;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 300;
    opacity: 1;
    cursor: default;
}

.steps {
    padding-bottom: 100px;
}


.step__number p {
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    color: #000000;
    border: 4px solid #30539C;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-bottom: 80%;
}

.step__number p span {
    display: block;
    margin-top: -10px;
    margin-left: -16px;
    background-color: #fff;
    position: absolute;
    width: 40px;
}

.step__description {
    margin-left: 15px;
}

.step__description h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

.step__description p {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}

.step__box {
   padding: 15px 20px;
   height: 100%;
}

.step__box:hover {
    box-shadow: 0px 4px 10px rgba(49, 84, 158, 0.2);
    border-radius: 10px;
    transition: 0.2s;
    background-color: #fff;
    cursor: default;
}

.step__box:hover .step__number p {
    border: 4px solid #FFC700;
     transition: 0.5s;
}

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

.tire__block img {
    position: absolute;
    top: -155px;
}

.sentence {
    box-shadow: 0px 4px 10px rgba(80, 123, 215, 0.2);
    border-radius: 10px;
    padding: 20px;
    background-color: #FFFFFF;
}

.sentence p {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 0;
}

.sentence p span {
    font-weight: 600;
}

.sentence a {
    color: #ffffff;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    height: 100%;
    padding-top: 15px;
}

ul.select {
    position: absolute;
    top: 50px;
    left: 0px;
    right: 0px;
    z-index: 200;
    opacity: 0;
    padding: 0;
    margin: 0;
    pointer-events: none;
}

ul.select:before {
    display: none;
}

ul.select li {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
    padding: 10px 20px;
    margin-top: 10px;
    list-style: none;
    cursor: pointer;
    font-size: 15px;
    color: #000;
}

ul.select li:hover {
    background: #426abd;
    color: white;
}

ul.select.active {
    pointer-events: all;
    opacity: 1;
    top: 68px;
}

.select-container {
    position: relative;
}

.select-container.active ul.select {
    pointer-events: all;
    opacity: 1;
    top: 100%;
    margin-top: -1px;
}

.select-container.active .selected:before {
    transform: rotate(0deg) translateY(-40%);
    border-bottom: 5px solid #B4C1C6;
}

.selected {
    background-color: #fff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border: 1px solid rgba(72,100,126,.2);
    border-bottom: 1px solid rgba(72,100,126,.15);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    position: relative;
    z-index: 30;
    padding: 16px;
    padding-left: 15px;
    padding-right: 35px;
    margin-left: 8px;
    font-size: 15px;
    color: #000;
    resize: none;
    cursor: pointer;
}

.selected:hover {
    background-color: #e8e8e8;
    -moz-transition: all 0.03s;
    -webkit-transition: all 0.03s;
    -o-transition: all 0.03s;
    transition: all 0.03s;
    border: 1px solid rgba(72,100,126,.25);
    border-bottom: 1px solid rgba(72,100,126,.20);
}

.selected:focus {
    border: 1px solid rgba(72,100,126,.3);
    border-bottom: 1px solid rgba(72,100,126,.25);
    outline: none;
    color: #525862;
}

.selected:before {
    transition-duration: 0.2s;
    position: absolute;
    content: '';
    right: 14px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #8F9EA6;
}

.form__input .selected {
    margin: 13px;
    border: 0;
    padding: 15px;
    width: 200px;
   
}

.advantages h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
}

.advantages__group {
    margin-top: 100px;
}

.advantages__box {
    height: 50%;
    width: 100%;
}

.advantages__box h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

.advantages__box p {
    font-size: 16px;
    line-height: 20px;
}

.advantages__tires__img img {
    width: 100%;
}

.questions {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #000000;
    overflow: hidden;
	background-color:#f3f3f3;
}

.questions__block {
    margin-top: 30px;
}

.question__box:hover {

}

.intro {
    padding-top: 35px;
    padding-bottom: 20px;
    color: #000000;
    overflow: hidden;
}

.intro__block img{	
	max-width:400px;
	margin-top:85px;
	margin-le:20px;
}

.question__box:hover {

}

.question {
    padding: 15px;
    background: linear-gradient(180deg, #30549D 0%, #527EDB 100%);
	color: #ffffff;
    box-shadow: 0px 4px 50px rgba(77, 119, 206, 0.25);
     cursor: pointer;
     transition: 0.3s;
}

.question:hover {
    box-shadow: 0px 4px 50px rgba(96, 161, 236, 0.25);
    transform: translateX(5px);
    transition: 0.3s;
}

.ask {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}

.open__close {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    transition: 0.2s;
    cursor: pointer;
}

.horizontal__line {
    position: relative;
    background-color: #000;
    width: 60%;
    height: 3%;
    left: 15%;
    top: 50%;
}

.vertical__line {
    position: relative;
    background-color: #000;
    width: 4%;
    height: 60%;
    left: 44%;
    top: 20%;
}

.horizontal__line_q {
    position: relative;
    background-color: #fff;
    width: 60%;
    height: 3%;
    left: 15%;
    top: 50%;
}

.vertical__line_q {
    position: relative;
    background-color: #fff;
    width: 4%;
    height: 60%;
    left: 44%;
    top: 20%;
}

.spoiler {
    padding: 5px;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 5%;
    display: none;
}


.open__close__clicked {
    transform: rotate(45deg);
    transition: 0.2s;
}


.ask__clicked {
    color: #ffffff;
}

.consultation p {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 50px 0;
    text-align: center;
}

.consult__btn {
    width: 50%;
}

.consult__btn1 {
    width: 40%;
	margin: 30px 0;
}

.blue__block {
    width: 850px;
    height: 450px;
    margin-left: 16%;
    position: relative;
}

.blue__block img {
    max-width: 100%;
    position: absolute;
    top: -75px;
    left: -75px;
}

.contacts {
    color: #000000;
}

.all__contacts {
    padding: 0;
    align-items: flex-start;
}

.contacts__group div {
    font-size: 16px;
    line-height: 20px;
}

.contacts__group p {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

.contacts__group a {
    color: #000000;
}

.contacts__group div h6 {
    margin-left: 27px;
    text-transform: uppercase;
}

footer {
    background: #181818;
}

.footer__nav__box {
    padding: 5px 0px;
}

.footer__items {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    list-style: none;
    margin-left: 30px;
}

.footer__items a {
    text-decoration: none;
    color: #FFFFFF;
}

.contacts iframe {
    width: 100%;
    margin-bottom: -7px;
}

.socials {
    margin-left: 20px;
}

.developers {
   border-top: 1px solid #5679c3;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}

.developers a {
    color: #FFFFFF;
}

.send_resp {
    background: url(/assets/img/tire.gif) #FFF center center no-repeat;
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 300;
    opacity: 0.92;
}

.modal__back {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    z-index: 100;
}

.modal__call,
.modal__order {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal__call,
.modal__order {
    width: 455px;
    height: 385px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 25px;
    display: none;
}

.modal__order {
    position: fixed;
    height: 435px;
}

.modal__call h3,
.modal__order h3,
.modal__phoneNumbers h3 {
    color: #000000;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 35px;
    padding-left: 20px;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
}

.modal__phoneNumbers h3 {
    width: 70%;
}

.modal__sentence {
    width: 100%;
    background: linear-gradient(180deg, #30539C 0%, #527EDB 100%);
    padding: 10px 0;
	text-align: center;
}

.modal__sentence img {
    width: 108px;
    height: 135px;
    position: absolute;
    top: 53px;
    left: 0;
}

.modal__order .modal__sentence img {
    top: 19px;
}

.modal__sentence p {
    margin: 0 auto;
    padding-left: 50px;
    width: 80%;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}


.modal__form {
    width: 360px;
    margin: 0 auto;
    padding-top: 35px;
}

.modal__input {
    margin: 5px 0;
    width: 100%;
    max-width: 360px;
    background-color: #fff;
    border: 1px solid #BDBDBD;
    padding: 0 30px 0 50px;
    text-align: left;
}


.modal__btn {
    width: 100%;
    margin-top: 25px;
}

.personality {
    color: #000000;
}

.personality p {
    font-size: 12px;
    line-height: 15px;
}

.modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    transform: rotate(45deg);

}

.scrollup {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: fixed;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    transition: 1s;
    display: none;
	opacity: 0.3;
}

.scrollup:hover {
    transform: scale(1.1);
    transition: 1s;
}

.scrollup img {
    width: 100%;
    height: 100%;
}

.success__body {
    height: 100vh;
}

.success__header {
    height: 100%;
}

.thanks {
    padding: 120px 0;
}

.thanks__text {
    color: #000000;
}

.thanks__text h3 {
    font-weight: 600;
    font-size: 64px;
    line-height: 78px;
    color: #30539C;
    padding-top: 80px;
}

.thanks__text p {
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    padding-top: 30px;
}

.thanks__btn {
    width: 75%;
    margin-top: 50px;
}

.thanks img {
    width: 100%;
}

.modal__messages, .modal__messages_error {
    width: 500px;
	position: fixed;
	height: 240px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 101;
	background: #FFFFFF;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	padding-top: 15px;
	padding-bottom: 25px;
	color: #000;
	text-align: center;
	display: none;
}

.modal__messages h3, .modal__messages_error h3{
    color: #000000;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 15px;
    padding-top: 40px;
    padding-left: 20px;
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
    text-transform: uppercase;
}

.modal__messages_text {
    width: 100%;
    background: linear-gradient(180deg, #30539C 0%, #527EDB 100%);
    padding: 12px 0;
	color:#fff;
}

.modal__messages_text p {
    margin: 0 auto;
    padding: 10px 10px;
    width: 80%;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
	color:#fff;
}

.modal__phoneNumbers {
        width: 310px;
        position: fixed;
        height: 445px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 101;
        background: #FFFFFF;
        box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
        padding-top: 15px;
        padding-bottom: 25px;
        color: #000;
        text-align: center;
        display: none;
}

.modal__contacts {
    width: 80%;
    margin: 0 auto;
    padding: 35px 0 10px;
}

.modal__contacts  p {
    text-align: left;
}

.modal__contacts a {
    color: #000;
    text-decoration: none;
}

.modal__phoneNumbers .modal__btn {
    width: 70%;
    margin: 0 auto;
}
.header-container {
    height: 740px;
	padding: 100px 0;
    padding-left: 0px auto;	
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

	.header-title{
	color:#FD7600;
	font-weight:600;
	font-size:20px;
	text-transform: uppercase;
}

	.slide__text__price__block {
		height: 350px;
		margin-left: 17%;
		margin-top: 130px;
	}

	.slide__text__price__block h1 span.title-text1, .slide__text__price__block h3 span.title-text1{
		font-weight: 600;
		font-size: 32px;
		line-height: 46px;
		text-transform: uppercase;
		color: #000;
		background-color: #fff;
		padding: 9px 9px 9px 9px;
	}

	.slide__text__price__block h1 span.title-text2, .slide__text__price__block h3 span.title-text2{
		font-size: 20px;
		color: #fff;
	}

	.header-price-container{
		height: 350px;
		padding: 100px 0;
		padding-left: 0px auto;	
		position: relative;
		overflow: hidden;
		list-style: none;
		padding: 0;
		z-index: 1;
	}

	.header-price-list {
		top: 130px!important;
		right: 100px!important;
	}	

.center_nav{	
	font-weight:600;
	font-size:16px;
	text-transform: uppercase;
}

ul.center_nav li a:hover{
	color:#FF8000;
}

.header-tyres, .header-price-list{
	position:absolute;
	right: 100px;
    top: 185px;	
	z-index: 1000;
}

.header-tyres ul li, .header-price-list ul li{
	font-size: 16px;
    line-height: 25px;
	text-transform: uppercase;
	color:#fff;
	margin-bottom:20px;
	padding-left: 35px;
	font-weight:600;
	text-align:left;
	list-style-type: none;
	background: url('../img/checkbox.png') no-repeat;
}

div.messengers > a > img,div.messengers_order > a > img {	
	width:45px;
}

div.messengers a, div.messengers_order a{
	width:45px;
	height:45px;
	margin-right:20px;
}

.messengers {
	margin-bottom:30px;
	margin-top: 40px;
	margin-left:10px;
}

.messengers_order {
	margin-bottom:0;
	text-align:center;
	margin-right:20px;
}

.spoiler span{
	font-weight:600;
}

.spoiler ul{
	padding-left:15px;
}

#contacts{
	margin-top:-150px;
}

.adv_pic{
	width:50px;
	height:50px;
	margin:0 10px 0 0;
}

.adv_pic2{
	width:40px;
	height:40px;
	margin:0 10px 0 0;
}

a#more{
	padding:14px 55px;
}

.th__big-screen{
	padding-right:15px;
}

.products {
    background: #f3f3f3;
    padding: 40px 0 0;	
}

.products-item {
    display: block;
    color: #1e1e1e!important;
    margin-bottom: 90px;
    background: #fff;
    padding: 28px;
    text-align: center;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 8px 0 rgba(0,1,6,.4);
    box-shadow: 0 5px 8px 0 rgba(0,1,6,.4);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    margin: 20px 4px 65px;
}

.products-item:hover {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

.products-item__technics .products-item__img span {
	background-size: contain;
}

.products-item__img {
    -webkit-box-shadow: 0 5px 8px 0 rgba(0,1,6,.4);
    box-shadow: 0 5px 8px 0 rgba(0,1,6,.4);
    border-radius: 10px;
    margin: 0px 0 46px;
    display: block;
    border: 3px solid #BBBBBB;
    border-radius: 10px;
    overflow: hidden;
	max-height: 100%;
    max-width: 100%;
}

.products-item__img img{
    height: auto;
    max-width: 100%;
}

.products-item__img span {
	display: block;
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
}

.products-item__title {
    margin: 10px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.4;
	min-height: 50px;
}

.products-item__desc {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 30px -20px 20px;
}

.main__button2 {
    width: 220px;
    height: 50px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    background: linear-gradient(180deg, #30539C 0%, rgb(23, 58, 133) 100%);
    border: none;
    border-radius: 30px;
    transition: .3s ease-in;
    position: relative;
}

.main__button2 span a{
	padding:15px 50px;
}

.link-bb {
    background-color: #FD7600;
    color: #2d2d2d;
    font-weight: 600;
    text-transform: uppercase;
    padding: 13px 42px;
    font-size: 18px;
    display: inline-block;
    position: absolute;
    bottom: -26px;
    -webkit-box-shadow: 0 5px 8px 0 rgba(0,1,6,.4);
    box-shadow: 0 5px 8px 0 rgba(0,1,6,.4);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    left: 50%;
    transform: translateX(-50%);
}

.link-bb:hover {
    background-color: #2d2d2d;
    color: #fff;
}

.products-item__title a {
	color: #1e1e1e;
}

.products-item__title a:hover {
	color: #fe9123;
}

.products-item__title span {
	position: relative;
	display: inline-block;
}

.products-item__title span::after {
	content: '';
	position: absolute;
	width: 55px;
	height: 3px;
	background: #fe9123;
	bottom: -15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.products-item__price {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: -30px;
}

.products-item .button {
	-webkit-transform: translateY(44px);
	-ms-transform: translateY(44px);
	transform: translateY(44px);
}

.products-item .button:active {
	-webkit-transform: translateY(44px) scale(.99);
	-ms-transform: translateY(44px) scale(.99);
	transform: translateY(44px) scale(.99);
}

.products-btn a:first-child {
	margin: 0 10px 10px 0;
}

.product-wrap .products-item__price {
	margin-bottom: -45px;
}

.main-advantages {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;
	flex-wrap: wrap;
}

.main-advantages__item {
    text-align: center;
    display: flex;
    margin-bottom: 50px;
    align-items: center;
}

.main-advantages__item:nth-child(2n) {
	width: 50%;
} 

.main-advantages__item:nth-child(2n+1) {
	width: 30%;
} 

.main-advantages__icon {
    margin-right: 14px;
}

.main-advantages__text {
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    font-size: 20px;
}

.head_products, .service__price h2{
	font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    text-transform: uppercase;
	color:#000;
	margin-bottom:5px;
	text-align: center;
}

.call-us {
    position: relative;
    padding: 90px 0px 80px 0px;
    background-repeat: no-repeat;
    background-size:cover!important;
}
.call-us:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    content: "";
}
.call-us .left-side {}
.call-us .left-side h3 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 28px;
}
.call-us .left-side h2, .title_phone  {
    font-size: 48px;
    color: #222222;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 35px;
    font-weight: 600;
    color: #ffffff;
    font-size: 36px;
}
.title_phone  {
	line-height:48px;
}
.title_phone a{
	color:#FD7600;
}
.call-us .left-side h2 span {
    color: #ff5e14;
}

.call-us .left-side p{
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 500;
}
.call-us .btn-box {
    position: relative;
    padding: 50px 0px 0px 0px;
}
.call-us .btn-box a, .site__btn a {
left: 50%;
transform: translateX(-50%);
transition: all 700ms ease;
position: relative;
display: inline-block;
font-size: 18px;
line-height: 30px;
color: #ffffff;
padding: 15px 40px;
font-weight: 600;
overflow: auto;
z-index: 1;
-khtml-box-shadow: 0 4px 7px rgba(213, 170, 109, 0.48);
-moz-box-shadow: 0 4px 7px rgba(213, 170, 109, 0.48);
-ms-box-shadow: 0 4px 7px rgba(213, 170, 109, 0.48);
-o-box-shadow: 0 4px 7px rgba(213, 170, 109, 0.48);
background-image: -moz-linear-gradient(left,#d5aa6d,#9b6f45);
background-image: -ms-linear-gradient(left,#d5aa6d,#9b6f45);
background-image: -o-linear-gradient(left,#d5aa6d,#9b6f45);
background-image: linear-gradient(left,#d5aa6d,#9b6f45);
-webkit-box-shadow: 0 4px 7px rgb(248, 105, 41);
-khtml-box-shadow: 0 4px 7px rgba(213, 170, 109, 0.48);
-moz-box-shadow: 0 4px 7px rgba(213, 170, 109, 0.48);
-ms-box-shadow: 0 4px 7px rgba(213, 170, 109, 0.48);
-o-box-shadow: 0 4px 7px rgba(213, 170, 109, 0.48);
box-shadow: 0 4px 7px rgba(255, 94, 20, 0.49);
background-color: #ff5e14;
background-image: -moz-linear-gradient(left,#d5aa6d,#9b6f45);
background-image: -ms-linear-gradient(left,#d5aa6d,#9b6f45);
background-image: -o-linear-gradient(left,#d5aa6d,#9b6f45);
background-image: linear-gradient(left,#d5aa6d,#9b6f45);
}

.call-us .btn-box a:after, .site__btn a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
.call-us .btn-box a:hover:after, .site__btn a:hover::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}
.call-us .btn-box a:hover, .site__btn a:hover {
    color: #222222;
    transition: all 700ms ease;
}

.workprocess {
    position: relative;
    padding: 50px 0px 60px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.workprocess:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    content: "";
}
.workprocess .sec-title {
    text-align: center;
}
.workprocess .sec-title h3 {
    margin-bottom: 7px;
    text-transform: uppercase;
    position: relative;
    line-height: 1.6em;
    font-weight: 500;
    margin-top: 0px;
    font-size: 16px;
    color: #fe5e14;
    font-weight: 500;
}
.workprocess .sec-title .title-two h2 {
    font-size: 32px;
    color: #222222;
    line-height: 30px;
    margin-bottom: 32px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    line-height: 55px;
    margin-bottom: 8px;
    text-transform:uppercase;
    line-height: 50px;
}
.workprocess .sec-title .divider {}
.workprocess .item {
    position: relative;
    overflow: hidden;
    margin-top: 25px;
}
.workprocess .item .number {
    position: relative;
    font-size: 74px;
    color: #fff;
    padding: 20px 0px;
    margin-bottom: 20px;
	text-align: center;
}

.workprocess .item h2 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 16px;
    font-size: 20px;
}
.workprocess .item p {
    font-size: 16px;
    color: #cfcfcf;
    line-height: 25px;
    font-weight: 500;
}

.testimonials{
	margin: 50px 0 0 0;
	height:100%;
}

.subtitle h3{
	font-size: 16px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #f36525;
}
.testimonials .title h2{
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 40px;
	text-align:center;
}
.slide-btn{
    position: absolute;
	top:80%;
	left:30%;
	z-index:100;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 48px;    
}

.testimonials-title h4{
	display: block;
    margin-block-end: 1.0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: 600;
	color:#262626;
}

.testimonials-text p{
	font-size: 17px;
    color: #262626;
    line-height: 30px;
    margin-bottom: 30px;
    font-style: italic;
}

.slide-testimonials-text-block{
	max-width: 500px;
    height: auto;
    margin-left: 7%;
    margin-top: 0px;
}

.swiper-container {
    height: 440px;
	padding:0;
}

.swiper-wrapper{
	position:relative;
}

.image-box img{
	max-width:100%;
	padding:0 15px 30px 15px;
	margin-top:100px;
	margin-left:35px;
}

.privilege_list{
	padding-left:18px;
}

@media screen and (max-width: 992px) {
	.burger__btn {
		order: 3;
	}
}

@media screen and (max-width: 576px) {
	.burger__btn {
		margin-right: 10px;
	}
	
	.burger__btn_main{
		margin-left: 16px;
	}
	
	#order_desktop{
		 display: block;
		 margin-top:70px;
	}
}

.image-box img{
	margin-top:55px;
	margin-left:30px;
	width:110%;
}

.icon-bar {
    position: relative;
    background: #ffffff;
    height: 2px;
    width: 26px;
    display: block;
    margin: 0 auto;
    margin: 5px 11px;
}

.to__close {
	position: absolute;
    top: 15px;
	right: 15px;
	width: 50px;
	height: 50px;
	z-index: 1300;
}

.modal__background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    z-index: 1101;
    display: none;
}

.mobile__cont {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 1199;
    display: none;
}

.mobile__cont {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	 z-index: 1199;
	 display: none;
}

.mobile__menu {
   width: 100%;
   height: 100vh;
   background-color: #000;
   color: #fff;
   padding-left: 25px;
   padding-top: 45px;
   padding-bottom: 25px;
   padding-right: 25px;
   overflow: auto;
   display: flex;
   flex-direction: column;
}

.burger__logo{
  position: absolute;
  top: 20px;
  left: 15px;
}

#primary-menu2{
	margin-top: 30px;
}

.burger__logo img{
  width: 95px;
}

.close__burger {
  position: absolute;
  top: 15px;
  right: 15px;
}

.close__burger .burger__line:first-child {
   transform: rotate(45deg);
   position: absolute;
}

.close__burger .burger__line:last-child {
   transform: rotate(-45deg);
   position: absolute;
}

.mobile__submenu {
   display: none;
   padding: 20px 0;
}

.mobile__submenu-item {
   padding: 10px 0;
   color: #fff;
}

.mobile__submenu-item > a {
	color: #fff;
}

.rotate__links-mobile:hover {
	color: #fff;
}

.mobile__submenu .arr {
   display: none !important;
}

.mobile__submenu-submenu {
   display: none;
   padding: 5px;
}

.mobile__list-item {
    margin: 10px 0;
    padding: 5px 3px;
    width: 100%;
    transition: 0.4s;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.mobile__list-link {
   font-family: FuturaBookC;
   font-weight: normal;
   font-size: 18px;
   line-height: 22px;
   color: #fff;
   position: relative;
   transition: 0.4s;
}

.mobile__list-link:hover {
	color: #fff;
}

.mobile__menu-footer {
   margin-top: 25px;
}

.mobile__menu-phone {
   width: 100%;
   font-family: FuturaBookC;
   font-weight: normal;
   font-size: 22px;
   line-height: 25px;
   padding-bottom: 20px;
}

.mobile__menu-phone a {
	color: #fff;
    font-weight: 600;
    font-size: 24px;
}

.mobile__menu-footer .rent__order-btn {
   width: 250px;
   height: 60px;
   margin-top: 30px;
}

.link__submenu::after {
	content: "";
	display: inline-block;
	position: absolute;
	z-index: 999;
	top: 7px;
	right: -15px;
    width: 0;
    height: 0;
    border: 4px solid;
    border-color: transparent transparent transparent #fff;
    margin-left: 10px;
    transition: 0.4s;
}

.arr__rotated {
	position: relative;
}

.arr__rotated::after {
	content: "";
	display: inline-block;
	position: absolute;
	z-index: 999;
	top: 7px;
	right: -15px;
    width: 0;
    height: 0;
    border: 4px solid;
    border-color: transparent transparent transparent #fff;
    margin-left: 10px;
    transform: rotate(90deg);
    transition: 0.4s;
} 

.price h2,h1.vyezd_price,h2.article{
	margin-top:20px;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    text-transform: uppercase;
    color: #000;
	text-align: center;
}
	h2.article{
		margin-top: 20px;
		margin-bottom: 30px;
	}
	
	h1.vyezd_price{
	margin-top:35px;    
}
     tr, td, th {
        font-size: 15px;
        line-height: 15px;
		font-weight:500;
    }

    th {
        font-size: 15px;
        line-height: 15px;
    }
	
	.fix_price td:nth-child(1){
		width:10%;
	}
	
	.fix_price td:nth-child(2){
		width:58%;
	}
	
	.change_price td:nth-child(2) {
		width:55%;
	}
	
	.montaz_price td:nth-child(2){
		width:35%;
	}
	
	.coefficient_price td:nth-child(1){
		width:40%;
	}
	
	h1.article, h1.section__article__head{   
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    text-transform: uppercase;
    color: #000;	
}
	h1.article{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	h1.section__article__head{   
		margin-top: 10px;		
	}

section.article {
    padding-top: 40px;
	padding-bottom: 30px;
    color: #000000;
    overflow: hidden;
}

.article_text p img{	
	float:right;
	margin:0 15px 15px 15px;
	width:400px;
	display: block;
    border: 3px solid #BBBBBB;
    border-radius: 10px;
    overflow: hidden;
    max-height: 100%;
    max-width: 100%;
}

.article__block{
	margin-top: 20px;
}

.contacts-map iframe{
		border-radius: 5px;
		-webkit-box-shadow: 0 5px 8px 0 rgba(0,1,6,.4);
		box-shadow: 0 5px 8px 0 rgba(0,1,6,.4);
	}
	
	.questions h3{
		font-weight: 600;
		font-size: 32px;
		line-height: 44px;
		text-transform: uppercase;
		color: #000;
		text-align: center;
	}
	
	#questions p:nth-child(1){
		text-align:center;
		font-weight: 600;
		font-size: 32px;
		line-height: 44px;
		text-transform:uppercase;
		color:#FD7600;
		margin-top:10px;
	}
	
	#questions p:nth-child(3){
		text-align:center;
		font-weight: 600;
		font-size: 26px;
		line-height: 40px;
		text-transform:uppercase;
		color:#0056B3;
		margin-bottom:40px;
	}	
	
	.modal__sentence{
		margin-top:40px;
	}
	
@media screen and (min-width: 992px){
	
	.logo_text{    
			margin-top: 25px;
			margin-left: 20px;
			font-size: 15px;
	}
	
	#order_desktop{
		 display: none;
	}
}

@media screen and (max-width: 1200px) {
	
	
	.logo_text{
		margin-top: 10px;
		margin-left: 30px;
		font-size: 13px;
	}
    .header-tyres img{
		width:400px!important;

	}
	.header-tyres{
		top:100px!important;
		right:100px!important;
	}
	
	.slide__text__block {
		height: 400px;
		margin-left: 7%;
		margin-top: 140px;
	}
	
	.nav__btn {
        width: 160px;
        padding: 5px;
        font-size: 14px;
        line-height: 16px;
    }

    nav li {
        margin-left: 20px;
    }

    .road__button a {
        padding: 10px 10px 10px 35px;
    }
   
    .swiper-container {
        padding: 0px 0;
    }

    .service__price {
        top: 50px;
    }

    .price__table {
        width: 100%;
    }

    tr, td, th {
        padding: 10px 3px;
    }

    .sentence {
        padding: 7px;
    }
}

@media screen and (max-width: 992px) {
	
	.header-tyres,ul.center_nav, .header-price-list{
		display:none!important;
	}
	
    .left__nav li:last-child {
        display: none;
    }

    .nav__btn {
        display: none;
    }

    .small__nav__btn {
        display: none;
    }

    .small__nav__btn button {
        background: none;
        border: none;
    }

    ul {
        margin-bottom: 0;
    }

    nav li {
        margin-left: 8px;
    }

    .nav__btn {
        width: 90%;
        padding: 5px;
        font-size: 14px;
        line-height: 16px;
    }

    .logo {
        width: 120px;
		margin-left: 30px;
    }

    .swiper-button-next {
        right: -110px;
    }

    .swiper-button-prev {
        left: -110px;
    }

    .slide__text__block {
        margin: 140px auto;
    }

   .service__price {
       top: -120px;
   }

    .service__price h2 {
    font-size: 38px;
    line-height: 49px;
    }

    .price__table {
        width: 720px;
        margin-top: 20px;
        word-wrap: break-word;
    }

    tr, td, th {
        padding: 5px;
    }

    .btn__big-screen {
        display: none;
    }

     .btn__small-screen {
         display: block;
         width: 50px;
         border-radius: 30px;
     }

    .more__btn {
        margin-top: 15px;
    }

    .steps {
        margin-top: 50px;
    }

    .tire__block {
        display: none;
    }

    .price {
        padding-bottom: 20px;
    }

    .advantages {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .advantages__group {
        margin-top: 20px;
    }

    .advantages__tires__img {
        width: 100%;
    }

    .advantages__tires__img {
        max-width: 100%;
    }

    .questions {
         padding-top: 40px;
         padding-bottom: 50px;
    }

    .questions__block {
        margin-bottom: 0;
    }

    .blue__block {
        margin-top: 120px;
        margin-bottom: 150px;
    }

    .contacts {
        padding-top: 30px;
    }

    .all__contacts {
        margin: 30px 0;
    }

    .thanks {
        padding: 45px 0;
    }

    .thanks__text p {
        padding-top: 0;
    }

    .thanks__btn {
        width: 50%;
        margin: 0 auto;
    }

    .thanks img {
        width: 50%;
        margin-top: 45px;
    }

    .footer__items a {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
	
	li#map_button_main{
	margin-right:17px!important;
	}
	
	.contacts-map{
		margin-top:15px!important;
	}
	
	 h3#benefits{
		font-size: 22px!important;
		line-height: 32px;
}
	
	.inner-box{
		margin-top:-55px;
	}
	
	.call-us .btn-box a{
		left: 33%;
	}
	
	.intro__block img{
		display:none;
	}	
	
	.workItem, .workItem img, .workItem p, .workprocess .item p, h3#benefits{
		text-align:center!important;
	}
	
	.privilege_list{
		margin-bottom:12px;
	}	
	
	.call-us-benefits{
		padding:30px 0 0 0;
	}
	
	.workItem{
		margin-bottom:20px;
	}
	
	.workItem img{
		margin-left:0px!important;
	}
	
	h2.section__head, .head_products, .price h2, .questions h3, .testimonials .title h2{
		text-align:center;
		font-size:28px;
	}
	
	
	.swiper-container {
		height: 355px;
	}
	
	.image-box img {
		display: none;
		/* margin-top: -10px;
		margin-left: 0px; */
	}
	
	.call-us .left-side h3 {
		font-size: 18px;
		font-weight: 600;
	}
	
	.slide__text__block h1 span.title-text1,p.header-text span.title-text1{
		font-size:24px;
	}
	
	.messengers{
		margin-top:40px;
		margin-bottom:50px;
	}
	
	.header-container {
    height: 640px!important   
	}
	
	
	.modal__messages, .modal__messages_error {
    width: 80%;
    height: auto;
	}
	
	.modal__messages_text p {
    padding: 0;
	}
	
	
    .road__button a {
        padding: 10px 10px 10px 35px;
    }

    .right__nav li {
        font-weight: 400;
    }

    .modal__sentence img {
        display: none;
    }

    .modal__form {
        padding-top: 15px;
    }

    .modal__call,
    .modal__order {
       width: 475px;
       position: fixed;
    }


    .modal__call h3 {
        width: 60%;
    }

    .modal__sentence p {
        padding: 5px 0;
    }

    .title {
        margin-bottom: -35px;
    }

    .text {
        margin-top: 10px;
    }

    .slide__text__block, .slide__text__block__nm {
        text-align: center;
    }
	
	.slide__text__block__nm{
		margin-left:0;
	}

    .swiper-button-next {
        right: -45px;
        top: 370px;
		display:none;
    }

    .swiper-button-prev {
        top: 370px;
		left: 120px;
		display:none;
    }


    .service__price {
        top: -140px;
    }

    .service__price h2 {
        font-size: 32px;
        line-height: 32px;
        padding: 0 0 10px 0;
    }

    .price {
        padding-top: 0px;
    }

    .price__table {
        width: 100%;
    }

    .th__big-screen {
        display: none;
    }

    .th__small-screen {
        display: table-cell;
    }

    tr, td, th {
        padding: 5px 0 5px 3px;
    }

    .btn__small-screen {
        border-radius: 30px 0 0 30px;
        margin-left: auto;
    }


    td:nth-child(8) {
        color: #000000;
        font-weight: normal;
    }

    td:nth-child(9) {
        color: #FF8A00;
        font-weight: 600;
    }

    .checkout__section {
        margin-top: 90px;
    }

    .steps {
        margin-top: 0;
        padding-bottom: 0px;
    }

    .advantages__tires__img img{
        width: 80%;
        object-fit: scale-down;
    }

    .sentence p {
        text-align: center;
    }

    .sentence__btn {
        margin-top: 25px;

    }

    .blue__block {
        margin-top: 120px;
        margin-bottom: 10px;
    }

     .all__contacts {
            margin: 0;
     }

    .footer__nav {
        margin-top: 15px;
        width: 100%;
    }

    .socials {
        margin-top: 15px;
    }

	.success__header {
		height: 0;
	}

}

@media screen and (max-width: 576px) {  

	.slide-testimonials-text-block{
		padding-bottom:45px!important;
		
	}
	
	.logo {
		margin-left: 30px!important;
    }
	
	.footer-logo
	{
		margin-left: 0px!important;
		margin-top:10px!important;
		width:100px!important;
    }
	
	h1{
		font-size:30px;
	}

	h2{
		font-size:28px;
	}
	
	
	#sortResults .main__button img{
        width: 18px;
    }

    .slide__text__block h1 {
        font-size: 26px;
    }

   nav li {
       font-size: 14px;
       margin-left: 20px;
   }

   .road__button {
       display: none;
   }

   .nav__phone__numbers {
       display: none;
   }

   .navMobile__phone__numbers,
   .road__button__mobile {
        display: block;
        background: none;
        border: none;
   }

   .navMobile__phone__numbers,
   .road__button__mobile img {
       width: 24px;
       height: 24px;
   }

   .road__button__mobile {
       padding-bottom: 6px;
   }

   .navMobile__phone__numbers button {
       background: none;
       border: none;
   }

   .navMobile__phone__numbers button:focus {
       outline: none;
   }

   .service__price h2 {
       font-size: 30px;
   }


   .form__input .form__btn {
    width: 200px;
   }

   .modal__call,
   .modal__order {
       width: 365px;
   }

   .modal__btn {
       margin-top: 3px;
   }

   .modal__form {
       width: 350px;
        padding: 15px 10px;
   }

   .title {
       margin-bottom: -20px;
   }

   select {
       margin-left: 1%;
       width: 180px;
   }

   .checkout__section {
       margin-top: 50px;
   }

    .price__table {
        font-size: 14px;
        line-height: 18px;
    }
    tr, td, th {
        padding: 5px 0 5px 0px;
    }

    .advantages__box {
        margin-top: 10%;
    }

    .advantages h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .questions__block {
        margin-top: 30px;
        margin-bottom: 5%;
    }

    .consultation p {
        margin-bottom: 25px;
    }

    .consult__btn {
        font-size: 14px;
        line-height: 20px;
    }

    .blue__block {
        height: 300px;
        margin-top: 80px;
    }

    .blue__block img {
        height: 90%;
        top: -35px;
        left: -45px;
    }

    .footer__items {
        margin-left: 3%;
    }

    .logo__box {
        text-align: center;
    }

    .socials {
        margin-bottom: 15px;
    }

}

@media screen and (max-width: 575px) {
	
   nav {
       padding-right: 15px;
   }

   .service__price h2 {
       line-height: 38px;
   }

    tr, td, th {
        font-size: 14px;
        line-height: 17px;
    }

    th {
        font-size: 14px;
        line-height: 17px;
    }

    .table__btn {
        width: 40px;
        height: 40px;
    }

    .thanks__text h3 {
        font-size: 43px;
    }
}

@media screen and (max-width: 471px) {
    .form__input {
        flex-basis: 50%;
    }
	.logo_text{
		margin-top: 10px;
		margin-left: 20px;
		font-size: 15px;
}
}

@media screen and (max-width: 460px) {

   .consult__btn {
       width: 80%;
   }
   .consult__btn1 {
       width: 70%;
	   margin:20px 0 10px;
   }
   
   .consult__btn2 {
       width: 70%;
	   margin:20px 0 10px;
   }
}

@media screen and (max-width: 438px) {
	
	.swiper-button-prev {
    top: 395px;
    left: 120px;
	}
	
	.swiper-button-next {
		right: -45px;
		top: 395px;
	}
	.modal__btn {
		margin-top: 33px;
	}	
	
	#questions p:nth-child(1){
		text-align:center;
		font-weight: 600;
		font-size: 22px;
		line-height: 36px;
		text-transform:uppercase;
		color:#FD7600;
		margin-top:10px;
	}
	
	#questions p:nth-child(3){
		text-align:center;
		font-weight: 600;
		font-size: 22px;
		line-height: 36px;
		text-transform:uppercase;
		color:#0056B3;
		margin-bottom:40px;
	}	
	
	.questions {
		padding-top: 20px;
		padding-bottom: 30px;
}
	
	.questions h3{
		font-weight: 600;
		font-size: 22px;
		line-height: 36px;
		text-transform: uppercase;
		color: #000;
	}
	
	.gallery_wrap{
	text-align:center;
	margin-bottom:25px;
	}
	
	h2.section__head {
		font-weight: 600;
		font-size: 22px;
		line-height: 36px;
		text-transform: uppercase;
		margin-bottom: -8px;
}
	
	h1.gallery{
		margin-top: 0;
		margin-bottom:0;
		font-size: 22px;
		line-height: 32px;
		text-transform:uppercase;
	}
	
	section.contacts {
		padding-top: 0px!important;
		margin-left:0!important;
	}
	
	section.contacts h1{
		margin-top: 0px;
		margin-bottom:0;
		font-size: 22px;
		line-height: 32px;
		text-transform:uppercase;
	}
	
	.contacts-map{
		margin:-10px 0 0px 0;
		
	}
	
	.contacts__block{
		margin-bottom:0px;
	}
	
	.contacts-map iframe{
		border-radius: 5px;
		-webkit-box-shadow: 0 5px 8px 0 rgba(0,1,6,.4);
		box-shadow: 0 5px 8px 0 rgba(0,1,6,.4);
	}
	
	.article_text p img {
		margin: 15px auto!important;;
	}	
	
	section.article {
    padding-top: 0px;
    padding-bottom: 15px;

	}
	
	h1.section__article__head{
		margin-top: 20px;
		margin-bottom: -10px;
		font-size: 22px;
		line-height: 32px;
		font-weight:600;
		text-transform:uppercase;
	}
	
	h2.article{
		margin-top: 20px;
		margin-bottom: 30px;
		font-size: 22px;
		line-height: 32px;
		font-weight:600;
		text-transform:uppercase;
		color:#000;
	}
	
	.article-section.alternate .offer-block {
		margin-bottom: 45px!important;
	}   
	
	.offer-block .inner-box .lower-content h3 {
		margin-bottom: 20px!important;
	}
	
	.offer-block .inner-box .lower-content .text {
		margin-bottom: 20px!important;
}
	
	h1.article{
		margin-top: 12px!important;
		margin-bottom:0;
		font-size: 22px!important;
		line-height: 32px!important;
	}
	
	h1.mobile-article{
		margin-bottom:75px;
		text-align:center;
	}
	
	.coefficient_price td:nth-child(1) {
		width: 35%;
	}

	 .workprocess {
		padding: 40px 0px 40px 0px;
	}

	.workprocess .item .number {
		padding: 0px 0px;
	}
	
	.workprocess .sec-title .title-two h2 {
    font-size: 24px;
    line-height: 32px;    
	}
	 
	 .testimonials .title h2 {
    font-size: 24px;
    line-height: 32px;
	margin-bottom: 20px;
    margin-bottom: 40px;
	}
	 
	 .intro {
		padding-top: 30px;
	 }
	 
	 .intro__block img {
		margin-bottom: 30px;
}

	.call-us .left-side h3 {
		font-size: 18px;
		font-weight: 600;
		line-height: 26px;
}
	
	
	.call-us {    
		padding: 40px 0px 50px 0px;    
	}
	
	.call-us .btn-box {
    text-align: center;
}
	
	.products-item {
		margin: -25px 4px 60px;
}
	 .logo_text{
		margin-top: 10px;
		margin-left: 20px;
		font-size: 15px;
}

     .logo {
         width: 95px;
		 margin: 2px 0 0 10px;
     }
	 
	 .logo_footer {
        width: 90px;
		margin: 5px 0 0 -2px;
     }

     .slide__text__block h1 {
         font-size: 23px;
     }

     .btn__detailed {
         margin-top: 25px;
     }

     .modal__call,
     .modal__order {
         width: 300px;

     }

     .modal__form {
         width: 280px;
          padding: 15px 10px;
     }

     .modal__call h3 {
         font-size: 22px;
         line-height: 30px;
     }

     .modal__sentence p {
         padding: 0;
     }

     .modal__ifsended h3 {
         font-size: 38px;
         line-height: 42px;
     }

     .ifsended__btn {
         width: 90%;
     }

     tr, td, th {
        font-size: 12px;
        line-height: 18px;
    }

    th {
        font-size: 9px;
        line-height: 16px;
		font-weight:600;
    }

    .word__bg {
        font-size: 33px;
    }

    .word__bg {
        padding: 0 5px;
    }

    .developers {
        font-size: 12px;
    }

	.thanks__btn {
		width: 75%;
	}
		
	.price h2,h1.vyezd_price {
		margin-top: 20px;
		margin-bottom:0;
		font-size: 22px;
		line-height: 32px;
	}
	
	.head_products{
		margin-top:0;
		margin-bottom:50px;
		font-size: 22px;
		line-height: 32px;
	}
	
	h2.coefficient{
		margin-top: 0;
	}	
	
	.slide__text__block h1 span.title-text1,.slide__text__block h3 span.title-text1,p.header-text span.title-text1{
		line-height: 70px;
	}	
	
	.all-prices a {
		margin: 20px 0;
	}
	
	.slide__text__price__block h1 span.title-text1,.slide__text__price__block h3 span.title-text1 {
		font-weight: 600;
		font-size: 22px;
		line-height: 0px;
		text-transform: uppercase;
		color: #000;
		background-color: #fff;
		padding: 9px 9px 9px 9px;
	}
	
	
	.slide__text__price__block {
		height: 200px;
		margin-left: 1%;
		margin-top: 120px;
		text-align: center;
	}
	
	.all-prices ul{		
		margin-bottom:15px;	
	}
	
	.all-prices{		
		margin-top:15px;	
	}
	
	.montaz_price td:nth-child(2){
		width: 40%;
	}
	
	.all-prices p, .all-prices ul li {
		font-size: 14px!important;
	}

    }
	
    @media screen and (max-height: 640px) {	
				
		.header {
			height: auto;
		}
		
    }

    @media (min-width: 439px) and (max-height: 700px) {

		.logo_text{
		margin-top: 23px;
		margin-left: 20px;
		font-size: 15px;

    }	
	 
}

     @media (min-width: 992px) and (max-width: 1100px) {
         .contacts__group p {
             font-size: 14px;
         }
     }
	  
	 
	.price__table tr:hover{
		color: #fff;
		background-color: #FD7600;
		cursor: pointer;
	}
	
	.price__table thead tr:hover{
		color: #000;
		background-color: #fff;
		cursor: default;
	}
	
	.price__table thead{
		border-bottom: 3px solid #FD7600;
		padding:10px 5px;
		margin-bottom:12px;
	}
	
	.no-select{
		color: #000;
		background-color: #fff;
	}
	
	.all-prices p, .all-prices ul li{		
		font-size:15px;
		font-weight:500;
		text-align:left;	
	}
	
	.all-prices a{
		text-decoration:underline;
		color:#007bff;		
	}
	
	.all-prices ul{		
		margin-left:15px;	
	}

	.vip{
		color:#FD7600;
	}
	
	.all-prices span{
		font-weight:600;
	}

	.fr{
		text-align:right;
	}
	
	.fl{
		text-align:left;
	}	

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.article-section .sec-title {
    text-align: center;
}
.article-section .subtitle {
    margin-bottom: 15px;
}

.title_color {
    color: #fe5e14;
}

.article-section{
	position: relative;
	padding: 10px 0px 0px;
}

.article-section.alternate .offer-block{
	margin-bottom:75px;
}

.article-section:before{
	position:absolute;
	content: '';
	left:0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #f9f8fccf;
}

.offer-block{
	position:relative;
	margin-bottom: 30px;
}

.offer-block .inner-box{
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 35px rgba(0,0,0,0.15);
}

.offer-block .inner-box .image{
	position: relative;
	transition: 0.3s;
}

.offer-block .inner-box .image:after {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.15);
    opacity: 0;
    border-radius: 4px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}


.offer-block .inner-box .image img{
	position: relative;
	width:100%;
	display: block;
}

.offer-block .inner-box .lower-content{
	position: relative;
	padding-top: 40px;
	padding: 30px;
	background: white;
}

.offer-block .inner-box .lower-content h3, .offer-block .inner-box .lower-content h2{
	position: relative;
	font-size: 21px;
	color:#222222!important;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.offer-block .inner-box .lower-content h2 a, .offer-block .inner-box .lower-content h3 a{
	position: relative;
	color:#222222!important;;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.offer-block .inner-box .lower-content h3 a:hover{
	color:#ff5e14;
}

.offer-block .inner-box .lower-content .text{
	position: relative;
	color:#555555;
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 35px;
}

.offer-block .inner-box .lower-content .read-more{
	position: relative;
	color:#ff5e14;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
}

.offer-block .inner-box .lower-content .read-more:hover{
	color:#F8851A;
}

.offer-block .inner-box:hover .image:after {
	opacity: 1;
}

#links > a > img{
	margin:0 3px 7px 0;
}

.gallery_wrap{	
	margin-bottom:45px;
}

.contacts h1{
	margin-top: 0;
    padding-bottom: 20px;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
	text-transform:uppercase;
	}
	
	h1.gallery{
		margin-bottom:20px;
		margin-top: -10px;
	}
	
	section.contacts{
		padding-top:40px;
		margin-left:35px;
	}
	
	.contacts__block{
		margin-bottom:40px;
	}
	
	.bold{
		font-weight:600;
	}
	
	#intro p a, .spoiler a{
		color:#0056b3;
	}
	
	#intro p a:hover, .spoiler a:hover{
		color:#FD7600;
	}
	
	div.swiper-slide button span a{
		padding:16px 10px;
	}
	
	.article_text h3{
		margin-bottom:15px;
	}
	
	.article_text p a{
		color:#000;
		font-weight:600;
	}
	
	.article_img{
		text-align:center;
		margin:15px 0;
	}
	
	.article_img img{
		max-width:100%;
		padding: 0 15px;
		
	}
	
	.article_text ul{
		margin:0 0 15px 20px;
	}
	
	.article__block ul li a{
		color:#000;
	}
	
	letter-space{
		letter-spacing: 2px;
	}
	
	.red{
		color:red;
		font-weight:600;
	}	
	.p_head{
		font-weight:600;
	}
	
	
/* New
Форма обратной связи  */
.form {
  background-color: #15172b;
  border-radius: 20px;
  box-sizing: border-box;
  height: 350px;
  padding: 20px;
  width: 330px;
  margin-left:-30px;
}

.title {
  color: #eee;
  font-family: sans-serif;
  font-size: 36px;
  font-weight: 600;
  margin-top: 30px;
}

.subtitle {
  color: #eee;
  font-family: sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
}

.input-container {
  height: 40px;
  position: relative;
  width: 100%;
}

.ic1 {
  margin-top: 40px;
}

.ic2 {
  margin-top: 30px;
}

.input {
  background-color: #303245;
  border-radius: 5px;
  border: 0;
  box-sizing: border-box;
  color: #eee;
  font-size: 18px;
  height: 100%;
  outline: 0;
  padding: 4px 20px 0;
  width: 100%;
}

.cut {
  background-color: #15172b;
  border-radius: 10px;
  height: 20px;
  left: 20px;
  position: absolute;
  top: -20px;
  transform: translateY(0);
  transition: transform 200ms;
  width: 76px;
}

.cut-short {
  width: 50px;
}

.input:focus ~ .cut,
.input:not(:placeholder-shown) ~ .cut {
  transform: translateY(8px);
}

.placeholder {
  color: #65657b;
  font-family: sans-serif;
  left: 50px;
  line-height: 12px;
  pointer-events: none;
  position: absolute;
  transform-origin: 0 50%;
  transition: transform 200ms, color 200ms;
  top: 27px;
  text-align:left;
}

.input:focus ~ .placeholder,
.input:not(:placeholder-shown) ~ .placeholder {
  transform: translateY(-30px) translateX(10px) scale(0.75);
}

.input:not(:placeholder-shown) ~ .placeholder {
  color: #808097;
}

.input:focus ~ .placeholder {
  color: #65657b;
}

.submit {
  background-color: #246187;
  border-radius: 5px;
  border: 0;
  box-sizing: border-box;
  color: #eee;
  cursor: pointer;
  font-size: 18px;
  height: 45px;
  margin-top: 55px;
  // outline: 0;
  text-align: center;
  width: 85%;
}

.submit:active {
  background-color: #3175a0;
}

.workItem img{
	width:100px;
	margin-left:27px;
}

.workItem p{
		text-align:center!important;
		margin-top:15px;
}

.call-us-benefits{
		padding:40px 0 40px 0;
}

 h3#benefits{
		font-size: 32px;
		font-weight: 600;
		text-align: center;
		margin-bottom: 50px;
}

.not-main{
	left:-40px;
}

.align-items-start img{
	margin-top:0;
}
