@charset "utf-8";

@font-face {
    font-family: 'Proxima Nova Regular';
    font-style: italic;
    font-weight: bold;
    src: url('Proxima Nova Regular.otf');
}

@font-face {
    font-family: 'Proxima Nova Bold';
    font-style: italic;
    font-weight: bold;
    src: url('Proxima Nova Bold.otf');
}

@font-face {
    font-family: 'Proxima Nova Semibold';
    font-style: italic;
    font-weight: bold;
    src: url('Proxima Nova Semibold.otf');
}

@font-face {
    font-family: 'Proxima Nova Regular';
    font-style: italic;
    font-weight: bold;
    src: url('Proxima Nova Regular.eot');
}

@font-face {
    font-family: 'Proxima Nova Bold';
    font-style: italic;
    font-weight: bold;
    src: url('Proxima Nova Bold.eot');
}

@font-face {
    font-family: 'Proxima Nova Semibold';
    font-style: italic;
    font-weight: bold;
    src: url('Proxima Nova Semibold.eot');
}

* {
    font-family: 'Proxima Nova Regular';
}

html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    width: 100%;
    margin: 0;
    color: #3e4c58;
}

/*********************header*********************/

.full-w {
    width: 100%;
    background: url("../img/head-bg.jpg") repeat;
    height: 175px;
    min-width: 1280px;
}

header {
    height: 175px;
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.head-logo {
    background: url("../img/logo.png") no-repeat;
    height: 85px;
    width: 245px;
    display: inline-block;
    margin: 17px;
    float: left;
    margin-right: 0px;
    margin-left: 5px;
}

.for-ramka {
    background: url("../img/ramka.png") no-repeat;
    height: 50px;
    width: 240px;
    display: inline-block;
    margin: 20px;
    margin-top: 30px;
    float: left;
    margin-right: 10px;
}

.for-ramka p {
    margin: 0px;
    padding: 10px 5px 5px 25px;
    color: #eef5f8;
    text-transform: uppercase;
    font-size: 14px;

}

.head-text {
    height: 50px;
    width: 170px;
    display: inline-block;
    margin: 5px;
    margin-top: 30px;
    float: left;
    margin-right: 0px;
    position: relative;
}

.head-text-p {
    margin: 0;
    color: #eef5f8;
    padding-top: 5px;
    font-size: 12px;
}

.head-text-p:before {
    content: '';
    padding-right: 10px;
    margin-top: 2px;
    float: left;
    display: block;
    height: 14px;
    width: 12px;
    background: url(../img/hp.png) no-repeat;
}

.head-text-ph {
    margin: 0;
    color: #eef5f8;
    padding-top: 5px;
    font-size: 18px;
}

.head-text-ph:before {
    content: '';
    padding-right: 10px;
    margin-top: 5px;
    float: left;
    display: block;
    height: 14px;
    width: 12px;
    background: url(../img/hph.png) no-repeat;
}

.call-back {
    height: 36px;
    width: 165px;
    display: inline-block;
    margin-top: 40px;
    margin-left: 45px;
    float: left;
    margin-right: 25px;
    background-color: #fed74e;
    border-radius: 3px;
    border-bottom: #d0a50d 2px solid;
}

.call-back:hover {
    background-color: #ffda58;
}

.call-back:hover a {
    color: #754926;
}

.call-back a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    color: black;
    text-align: center;
    vertical-align: middle;
    line-height: 36px;
    font-size: 15px;
}

.head-menu-b {
    height: 55px;
    width: 215px;
    background-color: #297f9d;
    display: block;
    float: left;
    margin-right: 1px;
}

.head-menu-b:hover {
    background-color: #2489ac;
}

.head-menu-b a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    line-height: 55px;
    font-size: 15px;
}

.head-menu-b a:before {
    content: '';
    margin: 18px;
    margin-right: -5px;
    margin-left: 25px;
    float: left;
    display: block;
    height: 17px;
    width: 17px;
    background: url(../img/wtb-avto.png) no-repeat;
}

.head-menu-s {
    height: 55px;
    width: 185px;
    background-color: #226985;
    display: inline-block;
    float: left;

}

.head-menu-s:hover {
    background-color: #1e7699;
}

.head-menu-s a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    line-height: 55px;
    font-size: 15px;
}

.head-menu-s a:before {
    content: '';
    margin: 20px;
    margin-right: -15px;
    margin-left: 15px;
    float: left;
    display: block;
    height: 14px;
    width: 16px;
    background: url(../img/wts-avto.png) no-repeat;
}

.head-menu {
    height: 55px;
    width: 100%;
    display: block;
    clear: both;
}

.head-nav-ul {
    display: table;
    position: relative;
    height: 54px;
    margin: 0px;
    padding-left: 0px;
    width: 728px;
    border-top: #87c0c7 1px solid;
    border-right: #87c0c7 1px solid;
}

.head-nav-ul li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

.head-nav-ul li:hover {
    background-color: #3099ad;
}

.head-nav-ul li a {
    text-align: center;
    vertical-align: middle;
    line-height: 54px;
    float: left;
    width: 100%;
    height: 100%;
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.head-nav-ul li:first-child {
    margin-left: 0px;
}

.head-nav-icon-menu1:before {
    content: '';
    margin: 18px;
    margin-right: -15px;
    margin-left: 5px;
    float: left;
    display: block;
    height: 15px;
    width: 16px;
    padding-right: 25px;
    background: url(../img/icon-menu1.png) no-repeat;
}

.head-nav-icon-menu2:before {
    content: '';
    margin: 18px;
    margin-right: -15px;
    margin-left: 0px;
    float: left;
    display: block;
    height: 16px;
    width: 16px;
    padding-right: 25px;
    background: url(../img/icon-menu2.png) no-repeat;
}

.head-nav-icon-menu3:before {
    content: '';
    margin: 18px;
    margin-right: -15px;
    margin-left: 0px;
    float: left;
    display: block;
    height: 16px;
    width: 16px;
    padding-right: 25px;
    background: url(../img/icon-menu3.png) no-repeat;
}

.head-nav-icon-menu4:before {
    content: '';
    margin: 18px;
    margin-right: -15px;
    margin-left: 0px;
    float: left;
    display: block;
    height: 16px;
    width: 16px;
    padding-right: 25px;
    background: url(../img/icon-menu4.png) no-repeat;
}

.head-nav-icon-menu5:before {
    content: '';
    margin: 16px;
    margin-right: -15px;
    margin-left: 0px;
    float: left;
    display: block;
    height: 20px;
    width: 16px;
    padding-right: 25px;
    background: url(../img/icon-menu5.png) no-repeat;
}

.head-nav-icon-menu6:before {
    content: '';
    margin: 18px;
    margin-right: -15px;
    margin-left: 0px;
    float: left;
    display: block;
    height: 16px;
    width: 16px;
    padding-right: 25px;
    background: url(../img/icon-menu6.png) no-repeat;
}

p.work-time {
    color: #eef5f8;
    position: absolute;
    bottom: -50%;
    left: 15%;
    margin: 0;
    font-size: 12px;
    width: 500px;
}

/*********************contant*********************/

.contant {
    width: 1280px;
    margin: 0 auto;
    min-height: calc(100vh - 175px - 120px);
    display: table;
}

/*********************ringt-contant*********************/
.right-cont {
    width: 210px;
    float: right;
    margin: 10px;
    margin-right: 50px;
}

.right-price-p {
    margin-bottom: 25px;
    font-size: 13px;
    color: #6c7276;
}

.right-block {
    display: block;
    margin-bottom: 20px;
    height: 90px;
}

.right-block1 {
    display: block;
    margin-bottom: 20px;
    height: 50px;
}

.right-price-s {
    margin-bottom: 5px;
    font-size: 13px;
    color: #6c7276;
}

.ffbold {
    font-size: 18px;
    font-family: 'Proxima Nova Bold';
    float: left;
}

.right-block2 {
    display: block;
    margin-bottom: 20px;
    height: 25px;
    margin-top: 25px;
}

.right-search {
    height: 39px;
    width: 100%;
    background-color: #2a7dc4;
    border-radius: 3px;
    border-bottom: #13568f 2px solid;
    margin-bottom: 35px;
}

.right-search a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    color: white;
    text-align: center;
    vertical-align: middle;
    line-height: 39px;
    position: relative;
    font-size: 16px;
}

.right-search:hover {
    background-color: #1d80d4;
}

.right-search a:before {
    content: '';
    position: absolute;
    display: inline-block;
    left: 60px;
    top: 13px;
    height: 12px;
    width: 12px;
    background: url(../img/search.png) no-repeat;
}

.marks-avto {
    margin-left: 20px;
    clear: both;
    padding-top: 20px;
}

.mark-avto {
    width: 40%;
    float: left;
    margin-bottom: 15px;
}

.mark-avto-first {
    margin-right: 30px;
}

.mark-avto img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: block;
}

.mark-avto span {
    font-size: 13px;
    display: block;
    text-align: center;
}

.hw100 {
    width: 100%;
    height: 100%;
}

/*********************left-contant*********************/
.left-cont {
    width: 970px;
    float: left;
    margin: 10px;
    margin-left: 20px;
    margin-right: 0px;
    position: relative;
}

.left-button {
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #39afbf;
    font-size: 14px;
    color: white;
    line-height: 25px;
    text-align: center;
    float: left;
    display: block;
    margin-right: 10px;
    text-decoration: none;
    display: none;
}

.left-button:hover {
    background-color: #1abcd2;
}

.left-avto {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.left-mark {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    display: none;
}

.left-mark img {
    float: left;
    margin-right: 20px;
}

.left-mark span {
    font-size: 18px;
    line-height: 50px;
    vertical-align: middle;
    margin-left: 10px;
}

.avto-desc {
    width: 235px;
    float: left;
    display: inline-block;
    margin-right: 10px;
    height: 300px;
    box-shadow: 0 0 2px rgba(30, 178, 196, 0.5);
}

.avto-desc:hover {
    box-shadow: 0 0 5px rgba(48, 153, 173, 0.78);
}

.avto-desc a {
    margin: 10px 10px 5px 20px;
    font-size: 15px;
    color: #2a7dc4;
    text-decoration: underline;
    display: block;
    height: 36px;
}

.avto-desc a:hover {
    text-decoration: none;
}

.avto-desc .left-text-2 {
    font-size: 13px;
    color: #717171;
    text-decoration: none;
    margin: 10px 10px 30px 20px;
}

.avto-desc span {
    font-size: 13px;
    color: #717171;
    margin: 7px 10px 15px 20px;
    float: left;
}

.avto-price {
    float: right;
    font-size: 14px;
    width: 105px;
    text-align: center;
    height: 30px;
    background-color: #fed74e;
    line-height: 30px;
    font-family: 'Proxima Nova Semibold';
    color: #604f13;
}

.avto-desc-last {
    margin-right: 0px;
}


.for-h1 h1 {
    font-size: 28px;
}

.trade-in-text .for-h1 h1:before {
    content: '';
    padding-right: 25px;
    margin-top: 10px;
    margin-left: 5px;
    float: left;
    display: block;
    height: 14px;
    width: 12px;
    background: url(../img/trade-in-h1.png) no-repeat;
}

.trade-in-text .h1f h1:before {
    padding-right: 15px;

}

b {
    font-family: 'Proxima Nova Bold';
}


.flex-cont {
    display: flex !important;
    flex-wrap:  wrap;
}

.flex-cont .for-h1 {
    width:  100%;
}

.flex-cont .avto-desc {
    height: auto !important;
}

.flex-cont .avto-desc {
    display: flex;
    flex-direction: column;
}

.avto-desc > span {
    margin-top: auto;
}

.flex-cont .avto-desc a:not(:first-child) {
    height: auto !important;
}

.trade-in-text p {
    color: #6d7276;
}

.trade-in-text b {
    color: black;
}

.assessment-car {
    font-size: 28px !important;
    display: block;
    font-size: 2em;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
    color: black !important;
    margin-left: 40px;
}

.for-input {
    padding: 4.5px 20px;
    background-color: #eeeeee;
    border-color: #eeeeee;
    color: #000;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    display: inline-block;
    height: 26px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 24px;
    color: #555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
    width: 233px;
}

.assessment-car-span {
    font-size: 14px;
    height: 35px;
    display: block;
    float: left;
    line-height: 35px;
    margin-right: 20px;
    color: #6d7276;
    width: 135px;
}

.assessment-car-div {
    padding-left: 40px;
    width: 45%;
    display: table;
    float: left;
    border-top: #d8e3e6 1px solid;
    padding-top: 40px;
}

.assessment-car-div .layout-slider {
    width: 275px;
    display: table;
}

.assessment-div {
    clear: both;
    width: 100%;
    margin-bottom: 10px;
    display: table;
}

.assessment-car-span-slaider {
    height: 52px;
    line-height: 52px;
    margin-right: 15px;
    width: 135px;
}

.assessment-div .jslider .jslider-value {
    top: -10px;
    padding-left: 12px;
}

.assessment-div .dropdown {
    width: 273px;
    display: inline-block;
}

.example div {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: 6px;
}

.example span {
    font-size: 14px;
    color: #6d7276;
    margin-top: 10px;
    display: inline-block;
}

.ass-div {
    display: inline-block;
    float: left;
    width: 155px;
    height: 340px;
}

.for-checkbox {
    display: inline-block;
    margin-bottom: 15px;
}

.assessment-div .assessment-car-div {
    border-top: none;
}

.trade-in-text>.assessment-div {
    border-bottom: #d8e3e6 1px solid;

}

.assessment-div .dropdown {
    margin-bottom: 12px;
}

.textarea-div {
    margin-left: 40px;

}

.textarea1 {
    padding: 4.5px 20px;
    background-color: #eeeeee;
    border-color: #eeeeee;
    color: #000;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    display: inline-block;
    height: 100px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 24px;
    color: #555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
}

.submit-btn {
    height: 39px;
    width: 196px;
    background-color: #2a7dc4;
    border-radius: 3px;
    border-bottom: #13568f 2px solid !important;
    border: none;
    color: white;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
}

.assessment-car2 {
    font-size: 24px !important;
    margin-bottom: 0px;
}

.trade-in-form {
    margin-bottom: 65px;


}

.trade-in-form:after {
    content: '';
    height: 3px;
    width: 100%;
    background: url("../img/trade-in-form-border-bottom.png");
    display: block;
}

.tov .slick-slide img {
    display: block;
    width: 70px;
    height: 55px;
}

ul.slick-dots {
    display: none !important;
}

.slider-for .slick-slide img {
    display: block;
    width: 360px;
    height: 270px;
}

.slider-for {
    width: 360px !important;
    height: 270px !important;
}

.slick2.slider-nav.slick-initialized.slick-slider {
    margin-right: 16px;
    margin-left: 14px;
}

.big_tov {
    width: 360px;
    float: right;
    display: inline-block;
    margin-right: 20px;
}

.tov {
    width: 395px;
    float: right;
    display: inline-block;
}

.tov-320 {
    display: none;
}

.slick-next:before {
    content: '' !important;
    height: 16px;
    width: 10px;
    display: block;
    background: url("../img/arrow-next.png") no-repeat;
    margin-left: 5px;
}

.slick-prev:before {
    content: '' !important;
    height: 16px;
    width: 10px;
    display: block;
    background: url("../img/arrow-prev.png") no-repeat;
}

.tov .slick-slide:focus img,
.tov .slick-current img {
    border: #3584c7 1px solid;
    width: 68px;
    height: 53px;

}

.assessment-car-div-right {
    padding-left: 25px;
    width: 40%;
    float: right;
    display: table;
    padding-top: 40px;
    border-left: #d8e3e6 1px solid;
    /*border-bottom: #d8e3e6 1px solid;*/
    padding-bottom: 20px;
    min-width: 395px;
    position: relative;
}

.assessment-car-div-left {
    padding-left: 0px;
    width: 50%;
    float: left;
    display: table;
    /*    padding-top: 20px; */
}

.prive-avto {
    height: 50px;
    width: 360px;
    display: inline-block;
    text-align: center;
    margin-left: 15px;
    border-radius: 2px;
    background-color: #fed74e;
    line-height: 50px;
    color: #604f13;
    text-decoration: none;
    font-size: 28px;
    position: relative;
}

.prive-avto span {
    /*font-family: 'Proxima Nova Semibold';*/
}

.prive-avto span:before {
    content: '' !important;
    height: 21px;
    width: 35px;
    display: inline-block;
    background: url("../img/price-avto.png") no-repeat;
}

.avto {
    display: table;
    border-bottom: #d8e3e6 1px solid;
}

div#snd_form {
    position: relative;
}

.line-bottom {
    position: relative;
    width: 100%;
    margin-top: 20px;
    height: 1px;
    border-bottom: #d8e3e6 1px solid;
}

p.price-phone {
    margin-top: 45px;
    text-align: center;
    font-size: 26px;
    color: #2e85a3;
    margin-bottom: 5px;
}

p.price-phone:before {
    content: '' !important;
    height: 19px;
    width: 30px;
    display: inline-block;
    background: url("../img/phone-blue.png") no-repeat;
}

.price-span {
    display: block;
    text-align: center;
    font-size: 14px;
}

.prive-buy-avto {
    height: 39px;
    width: 360px;
    display: inline-block;
    text-align: center;
    margin-left: 15px;
    border-radius: 2px;
    background-color: #2a7dc4;
    line-height: 39px;
    color: #f4f8fb;
    text-decoration: none;
    font-size: 16px;
    position: relative;
    border-bottom: #13568f 2px solid;
    margin-top: 15px;
}

.prive-buy-avto:hover {
    background-color: #1d80d4;
}

.add-consult {
    margin-top: 40px;
    font-size: 24px;
    display: block;
    text-align: center;
    color: #1a1a1a;
}

.input-price {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
    box-sizing: border-box;
    height: 37px;
}

::-webkit-input-placeholder {
    font-size: 15px;
    color: #6d7276;
}

::-moz-placeholder {
    font-size: 15px;
    color: #6d7276;
}

/* Firefox 19+ */
:-moz-placeholder {
    font-size: 15px;
    color: #6d7276;
}

/* Firefox 18- */
:-ms-input-placeholder {
    font-size: 15px;
    color: #6d7276;
}

.prive-send-avto {
    width: 160px;
    margin: 0 auto;
    display: block;
}

.prive-send-avto:before {
    content: '' !important;
    height: 12px;
    width: 25px;
    display: inline-block;
    background: url("../img/price-send.png") no-repeat;
}

/*   .prive-send-avto .line-bottom {
left: -143px;
}
*/
.xz-div1 {
    display: block;
    width: 100%;
    height: 100px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 0px;
    float: left;
}

.xz-div1 img {
    clear: both;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.xz-div1 p {
    color: #3e3e3e;
    font-size: 15px;

    text-align: center;
}

.xz-div1 a {
    display: block;
    width: 160px;
    height: 100px;
    color: #c1c1c1;
    margin: 0 auto;
}

.xz-div2 {
    margin: 0px;
    margin-top: 40px;
}

.xz-div3 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.xz-div1 a:hover {
    text-decoration: none;
}

.avto-text {
    margin-bottom: 60px;
    margin-left: 30px;
}

.for_media {
    display: none;
}

.prev_arrow {
    position: absolute;
    display: block;
    width: 17px;
    height: 15px;
    top: 27px;
    left: 0px;
}

.print {
    position: absolute;
    display: block;
    top: 27px;
    right: 20px;
    font-size: 13px;
    color: #2d2d2d;
    height: 15px;
    line-height: 15px;
    vertical-align: middle;
}

.print:before {
    content: '' !important;
    height: 15px;
    width: 25px;
    position: absolute;
    background: url("../img/print.png") no-repeat;
    right: 110px;
}

.atr p {
    width: 170px;
    float: left;
    display: block;
    margin-right: 50px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #6d7276;
}

.atr span {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 150px;
    font-size: 14px;
    color: #1a1a1a;
}

p.two-text {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 24px;
    color: #000000;
}

p.two-text+p {
    height: 200px;
    overflow: auto;
}

.atr.atr2 {
    height: 440px;
    overflow: auto
}

.atr2 p:before {
    content: '' !important;
    height: 20px;
    width: 15px;
    display: block;
    background: url("../img/cheker.png") no-repeat;
    float: left;
    margin-right: 10px;
}

.atr2 p {
    font-size: 13px;
    line-height: 15px;
    margin-top: 0;
    margin-bottom: 10px;
    width: 190px;
    margin-right: 30px;

}

.new-line {
    clear: both;
    display: table;
}

.atr3 p {
    width: 100%;
    margin-bottom: 30px;
    font-size: 15px;
}

.for-display-m {
    display: none;
}

.for-mob {
    display: none;
}

form.contact-form {
    float: right;
    width: 450px;
    /*   margin-top: 40px; */
}

.contact-form .assessment-car-span {
    width: 130px;
    margin-right: 0px;
}

.contact-form .for-input,
.contact-form .textarea1 {
    width: 248px;
}

.contact-form .textarea1 {
    height: 160px;
}

.mb35 {
    margin-bottom: 35px;
}

.assessment-car3 {
    font-size: 24px !important;
    margin-left: 0px;
}

.submit-btn:hover {
    background-color: #1d80d4;
    cursor: pointer;
}

.contact-form .prive-send-avto {
    width: 195px;
}

.contacts-in-text .for-h1 h1:before {
    background: url(../img/contacts.png) no-repeat;
    margin-top: 11px;
}

.komisia-in-text .for-h1 h1:before {
    background: url(../img/komisia.png) no-repeat;
    margin-top: 9px;
    height: 20px;
}

.pl45 {
    padding-left: 30px;
    width: calc(100% - 30px);
}

.c-black {
    color: #1a1a1a;
    font-size: 14px;
}

.c-gray {
    color: #6d7276;
    font-size: 14px;
}

.komis-text p {
    width: 82%;
}

.bb-div {
    padding-bottom: 40px;
    border-bottom: #d8e3e6 1px solid;
}

.content-class {
    margin-left: 40px;
    width: 45%;
}

.kom-img {
    float: right;
    margin-top: 2%;
}

.kom-img2 {
    float: right;
    margin-top: 9%;
    margin-bottom: 1%;
}

.kom-img3 {
    float: right;
}

.fs16 {
    font-size: 16px;
}

.kom-ul {
    list-style-image: url(../img/ul-mark.png);
}

.kom-ul li {
    color: #6d7276;
    font-size: 14px;
    line-height: 25px;
}

.po-adress {
    font-size: 16px;
    font-weight: bold;
    color: #1a1a1a;
    margin-top: 25px;
    margin-bottom: 25px;
}

.p-phone {
    font-size: 18px;
    color: #2e85a3;
    margin-top: 25px;
    margin-bottom: 25px;
}

.p-adress {
    font-size: 14px;
    float: left;
    margin-top: 0px;
    margin-bottom: 10px;
}

.p-phone:before {
    content: '' !important;
    height: 20px;
    width: 15px;
    display: block;
    background: url("../img/hph2.png") no-repeat;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.p-adress:before {
    content: '' !important;
    height: 20px;
    width: 15px;
    display: block;
    background: url("../img/hp2.png") no-repeat;
    float: left;
    margin-right: 10px;
}

.content-class a {
    color: #2a7dc4;
    margin-top: 0px;
    margin-left: 40px;
    display: inline-block;
    border-bottom: 1px dashed #2a7dc4;
    text-decoration: none;
}

.content-class a:hover {
    border-bottom: none;
}

.content-class .assessment-div {
    border-bottom: #d8e3e6 1px solid;
    padding-bottom: 15px;
    width: 80%;
}

.nbb {
    border-bottom: none !important;
}

.wtb-right-block .ffbold {
    font-size: 28px;
    font-family: inherit;
    margin: 0;
}

.wtb-right-block .dropdown .selected {
    font-size: 28px !important;
}

.wtb-right-block .dropdown {
    display: table !important;
    width: 0 !important;
    float: left !important;
    height: 40px !important;
    margin-top: 0px !important;
}

.wtb-right-block .open {
    width: 250px !important;
    display: block !important;
}

.wtb-right-block .dropdown,
.wtb-right-block .dropdown div,
.wtb-right-block .dropdown li,
.wtb-right-block .dropdown div::after {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

.wtb-right-block .dropdown li {
    font-size: 28px !important;
}

.wtb-right-block {
    height: 40px;
    display: table;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;

}

.arrows {
    display: block;
    width: 330px;
    height: 45px;
    margin: 0 auto;
    position: relative;

}

.arrow-step {
    float: left;
    width: 110px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}

.arrow-first-yellow {
    background: url('../img/arrow-first-yellow.png');
}

.arrow-first-white {
    background: url('../img/arrow-first-white.png');
    color: #226985;
}

.arrow-white {
    background: url('../img/arrow-white.png');
    color: #226985;
}

.arrow-yellow {
    background: url('../img/arrow-yellow.png');
}

.cont-bg {
    background: url('../img/back.jpg') no-repeat;
    background-position: 50%;
}

.cont {
    width: 670px;
    height: 328px;
    border-top: #fed74e 2px solid;
    background-color: #ffffff;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 140px;
    padding-top: 50px;
    position: relative;
}

.wtb-right-block .dropdown {
    background: transparent !important;
}

.wtb-cont {
    width: 290px;
    display: inline-block;
}

p.wtb-price-s {
    font-size: 15px;
    color: #6d7276;
    float: left;
    display: block;
    width: 130px;
}

.cont .new-line {
    margin: 0 auto;
}

.cont:before {
    content: '' !important;
    height: 167px;
    width: 245px;
    display: block;
    background: url("../img/wtb-left1.png") no-repeat;
    position: absolute;
    background-position: 65%;
    left: -305px;
    top: 100px;
    padding-left: 60px;
}

.cont:after {
    content: '' !important;
    height: 167px;
    width: 245px;
    display: block;
    background: url("../img/wtb-right1.png") no-repeat;
    position: absolute;
    background-position: 5%;
    right: -305px;
    top: 100px;
    padding-right: 60px;
}

.cont-step2:before {
    background: url("../img/wtb-left2.png") no-repeat;
    background-position: 65%;

}

.cont-step2:after {
    background: url("../img/wtb-right2.png") no-repeat;
    background-position: 5%;
}

.cont-step3:before {
    background: url("../img/wtb-left3.png") no-repeat;
    background-position: 65%;

}

.cont-step3:after {
    background: url("../img/wtb-right3.png") no-repeat;
    background-position: 5%;
}

.full-w-cont {
    display: table;
    width: 100%;
}

.serv-title {
    font-size: 24px;
    color: #2e2e2e;
}

.fs15 {
    font-size: 15px;
}

.serv-title-l {
    font-size: 16px;
    color: #000000;
}

.img-serv {
    width: 150px;
    height: 80px;
    float: left;
    display: inline-block;
    line-height: 80px;
}

.img-serv img {
    vertical-align: middle;
}

.pb20 {
    padding-bottom: 20px;
}

.fs16 {
    font-size: 16px;
}

.div-x3 {
    width: 260px;
    float: left;
    margin-right: 50px;
}

.div-x6 {
    width: 585px;
    float: left;
    margin-right: 30px;
}

.fs17 {
    font-size: 17px;
}

.lh25 {
    line-height: 25px;
}

.m0a {
    margin: 0 auto;
    display: table;
}

.about-img {
    margin-left: 6px;
}

.w70 {
    width: 70px;
    float: left;
    margin-right: 5px;
}

.about-div .assessment-div {
    margin-bottom: 20px;
}

.est .for-h1 h1:before {
    background: url(../img/est-cars.png) no-repeat;
    height: 16px;
    margin-top: 9px;
}

.est-div {
    background: url(../img/ramka-os.png) no-repeat;
    display: block;
    background-size: 100% 100%;
    position: relative;
    margin-bottom: 30px;
}

.est-div form {
    display: table;
    padding-bottom: 45px;
}

.est-title {
    font-size: 24px;
    color: #2e2e2e;
    clear: both;
}

.ml_40 {
    padding-top: 1px;
    margin-left: 40px;
    display: block;
}

.est-block {
    width: 410px;
    display: block;
    float: left;
}

.est-span-slaider {
    height: 52px;
    line-height: 52px;
    margin-right: 0px;
    width: 100px;
    float: left;
}

.est-block .layout-slider {
    width: 290px;
    display: inline-block;
}

.est-block .assessment-car-span {
    width: 100px;
    margin-right: 0px;
}

.est-block .dropdown {
    width: 288px;
    display: inline-block;
    z-index: 99 !important;
}

.est-block1 {
    margin-right: 80px;
}

.est-block2 {
    margin-right: 30px;
}

.est-block .assessment-div {
    display: block;
    height: 40px;
}

.est-submit {
    height: 39px;
    width: 196px;
    background-color: #2a7dc4;
    border-radius: 3px;
    border-bottom: #13568f 2px solid !important;
    border: none;
    color: white;
    position: absolute;
    left: 380px;
    bottom: -18px;
}

.est-submit:hover {
    background-color: #1d80d4;
    cursor: pointer;
}

.est-text {
    padding-right: 40px;
}

.sort-div {
    width: 150px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.sort-cont {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0;
}

.sort-div-last {
    width: 260px;
    display: inline-block;
    margin-left: 70px;
}

.sort-p {
    margin: 0;
    font-size: 13px;
    color: #6c7276;
    margin-right: 5px;
    float: left;
    height: 37px;
    line-height: 37px;
}

/*********************footer*********************/

footer {
    height: 120px;
    background: url("../img/head-bg.jpg") repeat;
    min-width: 1280px;
}

.foot-cont {
    width: 1280px;
    margin: 0 auto;
    height: 95px;
    padding-top: 25px;
}

.foot1 {
    width: 250px;
    margin-left: 25px;
    float: left;
    margin-right: 60px;
}

.foot1 a,
.foot2 a,
.foot3 a,
.foot4 a,
.foot5 p {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    color: white;
    padding-left: 5px;
    text-decoration: none
}

.foot1 a span,
.foot2 a span,
.foot3 a span,
.foot4 a span {
    border-bottom: #68a3b4 1px solid;
}

.foot1 a:hover span,
.foot2 a:hover span,
.foot3 a:hover span,
.foot4 a:hover span {
    border-bottom: none;
}

.foot1 p {
    font-size: 13px;
    color: #19576f;
}

.foot2 {
    width: 180px;
    float: left;
}

.foot3 {
    width: 140px;
    float: left;
}

.foot4 {
    width: 140px;
    float: left;
}

.foot5 {
    width: 180px;
    float: left;
}

.foot5 p {
    font-size: 18px;
    margin: 0px;
    margin-bottom: 3px;
}

.foot6 {
    width: 150px;
    float: left;
}

.foot6 span {
    font-size: 13px;
    color: #19576f;
}

.logo-foot {
    background: url("../img/footer-logo.png") no-repeat;
    height: 30px;
    width: 100px;
    margin: 10px 5px 10px 15px;
}

.foot2,
.foot3,
.foot4,
.foot5,
.foot6 {
    margin-right: 25px;
}

.foot1 a,
.foot2 a,
.foot3 a,
.foot4 a,
.foot5 p {
    position: relative;
}

.foot2 a:before,
.foot3 a:before,
.foot4 a:before {
    content: '';
    position: absolute;
    display: inline-block;
    left: -8px;
    top: 5px;
    height: 7px;
    width: 4px;
    background: url(../img/foot-arrow.png) no-repeat;
}

.foot5 p:before {
    content: '';
    position: absolute;
    display: inline-block;
    left: -20px;
    top: 5px;
    height: 12px;
    width: 12px;
    background: url(../img/foot-phone.png) no-repeat;
}

.foot-buy:before {
    content: '';
    position: absolute;
    display: inline-block;
    left: 0;
    top: 1px;
    height: 15px;
    width: 15px;
    background: url(../img/foot-buy.png) no-repeat;
}

.foot-car:before {
    content: '';
    position: absolute;
    display: inline-block;
    left: 0;
    top: 2px;
    height: 15px;
    width: 15px;
    background: url(../img/foot-car.png) no-repeat;
}

.foot-buy,
.foot-car {
    padding-left: 30px !important;
}

/************MODAL*************/

.form_callback {
    width: 460px;
    height: 390px;
    position: fixed;
    top: 45%;
    left: 45%;
    margin-left: -150px;
    margin-top: -150px;
    z-index: 100000;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
}

.icon_close {
    width: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.modal_span {
    width: 85px;
}

.text_modal {
    width: 233px;
}

.title-callback {
    font-size: 28px;
    margin-top: 0;
    text-align: center;
}

.callback-btn-modal {
    width: 235px;
    background-color: #fed74e;
    border-bottom: #d0a50d 2px solid !important;
    margin-left: 105px;
    color: #3e4649;
    font-size: 15px;
}

.callback-btn-modal:hover {
    background-color: #F5CE48;
}

.dark_form {
    width: 100%;
    height: 100%;
    z-index: 10000;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
}



/***********************MEDIA***************************/

@media all and (max-width: 1279px) {
    header {
        height: 175px;
        width: 768px;
        margin: 0 auto;
        position: relative;
        z-index: 9;
    }

    html {
        width: 100%;
        margin: 0 auto;
    }

    body {}

    .contant {
        width: 768px;
    }

    .head-nav-ul {
        display: none;
    }

    .foot-cont {
        width: 768px;
    }

    .full-w {
        min-width: 768px;
        width: 100%;
        height: 230px;
    }

    .left-cont {
        width: 500px;

    }

    .sort-div-last {
        width: 260px;
        display: inline-block;
        margin-left: 63px;
    }

    footer {
        width: 100%;
        height: 240px;
        display: block;
        min-width: 768px;

    }

    .new-line {
        width: 100%;
    }

    .xz-div1 {
        width: 45%;
    }

    .right-cont {
        width: 200px;
        margin: 10px;
        margin-right: 35px;
    }

    .assessment-car-div-right {
        min-width: 500px;
        padding-left: 0;
        float: left;
        padding-bottom: 0;
        border-left: none;
        width: 100%;
    }


    .head-nav-ul-phone {
        display: table-cell !important;
    }

    .head-li-ul-phone {
        display: table-cell !important;
        text-align: center;
        vertical-align: middle;
        float: left;
        background-color: #226985;
        min-height: 55px;
        width: 152px;
    }

    .head-nav-ul-phone ul li {
        display: table;
        float: none;
        text-decoration: none;
        width: 100%;
        margin-bottom: 0px;
    }

    .head-li-ul-phone:hover ul {
        /* display: table !important; */
        padding-left: 0;
    }

    .head-nav-ul-phone li a {
        text-align: left;
        vertical-align: middle;
        line-height: 53px;
        float: left;
        width: 100%;
        height: 100%;
        color: white;
        text-decoration: none;
        font-size: 15px;
    }

    .head-li-ul-phone>a {
        text-align: center !important;
    }

    .head-nav-ul-phone .head-nav-icon-menu-phone:before {
        content: '';
        margin: 19px;
        margin-right: 30px;
        margin-left: -10px;
        float: right;
        display: inline-block;
        height: 16px;
        width: 16px;
        background: url(../img/icon-menu4-white.png) no-repeat;
    }

    .head-nav-ul-phone .head-nav-icon-menu1:before {
        margin-left: 10px;
        background: url(../img/icon-menu1-m.png) no-repeat;
        margin-right: 0;
        width: 30px;
        padding-right: 0;
    }

    .head-nav-ul-phone .head-nav-icon-menu2:before {
        margin-left: 10px;
        background: url(../img/icon-menu2-m.png) no-repeat;
        margin-right: 0;
        width: 30px;
        padding-right: 0;
    }

    .head-nav-ul-phone .head-nav-icon-menu3:before {
        margin-left: 10px;
        background: url(../img/icon-menu3-m.png) no-repeat;
        margin-right: 0;
        width: 30px;
        padding-right: 0;
    }

    .head-nav-ul-phone .head-nav-icon-menu4:before {
        margin-left: 10px;
        background: url(../img/icon-menu4-m.png) no-repeat;
        margin-right: 0;
        width: 30px;
        padding-right: 0;
    }

    .head-nav-ul-phone .head-nav-icon-menu5:before {
        margin-left: 10px;
        background: url(../img/icon-menu5-m.png) no-repeat;
        margin-right: 0;
        width: 30px;
        padding-right: 0;
    }

    .head-nav-ul-phone .head-nav-icon-menu6:before {
        margin-left: 10px;
        background: url(../img/icon-menu6-m.png) no-repeat;
        margin-right: 0;
        width: 30px;
        padding-right: 0;
    }

    .head-text {
        height: 50px;
        width: 170px;
        display: inline-block;
        margin: 5px;
        margin-top: 0px;
        margin-bottom: 0px;
        float: left;
        margin-right: 40px;
        margin-left: 30px;
    }

    .call-back {
        height: 36px;
        width: 165px;
        display: inline-block;
        margin-top: 40px;
        margin-left: 40px;
        float: left;
        margin-right: 0px;
        background-color: #fed74e;
        border-radius: 3px;
        border-bottom: #d0a50d 2px solid;
        position: absolute;
    }

    .head-text-f {
        clear: left;
    }

    .head-menu-b {
        height: 55px;
        width: 272px;
        background-color: #297f9d;
        display: block;
        float: left;
        border-right: #226985 1px solid;
        margin-right: 0px;
    }

    .head-menu-s {
        height: 55px;
        width: 342px;
        background-color: #297f9d;
        display: inline-block;
        float: left;
    }

    .head-menu {
        padding-top: 5px;
    }

    .left-button {
        padding-left: 8px;
        padding-right: 8px;
        margin-right: 5px;
    }

    .left-avto {
        display: inline-block;
        width: 500px;
        margin-bottom: 30px;
    }

    .foot1 {
        width: 250px;
        margin-top: 120px;
        position: absolute;
        display: inline-block;
        margin-left: 50px;
    }

    .foot3,
    .foot4,
    .foot5 {
        margin-left: 20px;
        margin-right: 0px;
    }

    .foot2 {
        margin-left: 50px;
        margin-right: 0px;
    }

    .foot6 {
        width: 150px;
        margin-top: 40px;
        float: right;
    }

    .assessment-car-div {
        width: calc(100% - 40px);
    }

    .assessment-car-div-for-media {
        margin-left: 154px;
    }

    .textarea1 {
        width: 233px;
    }

    .trade-in-form:after {
        background-size: 100%;
    }

    .trade-in-text>.assessment-div {
        width: 540px;
    }

    .trade-in-form {
        width: 540px;
    }

    .print {
        display: none;
    }

    .assessment-car-div-left {
        width: 99%;
        padding-top: 0;
    }

    .for-display {
        display: table;
        margin: 30px;
    }

    .pos-re {
        margin: 0 auto !important;
        display: table !important;
    }

    .for-display {
        margin: 0 auto;
        margin-top: 50px;
    }

    .big_tov {
        width: 400px;
        display: block;
        float: initial;
        margin: 0 auto !important;
    }

    .tov {
        width: 432px;
        display: block;
        float: initial;
        margin: 0 auto;
    }

    .tov-320 {
        display: none;
    }

    .slider-for .slick-slide img {
        display: block;
        width: 400px;
        height: 300px;
    }

    .slider-for {
        width: 400px !important;
        height: 300px !important;
    }

    .prive-avto {
        margin-left: 30px;
        width: 400px;
    }

    .prive-buy-avto {
        margin-left: 30px;
        width: 400px;
    }

    .atr2 p {
        width: 185px;
        margin-right: 10px;
    }

    .add-consult {
        margin-top: 0px;
    }

    .prive-m {
        width: 165px;
        display: block;
        margin: 0 auto;
    }

    p.two-text {

        margin-left: 30px;

    }

    .atr3 p {
        margin-left: 30px;
        width: 440px;
    }

    .line-bottom {
        width: 480px;
    }

    .mb {
        margin-bottom: 70px;
    }

    .for-mob {
        bottom: 50px;
        left: 30px;
        width: 500px;
    }

    .avto {
        border-bottom: none;
    }

    .contact-form .prive-send-avto {
        margin-bottom: 30px;
    }

    .cont {
        margin-bottom: 250px;
    }

    .cont:after {
        background-position: 50px;
        right: -49px;
        top: 410px;
        width: 384px;
    }

    .cont:before {
        background-position: -5%;
        left: -49px;
        top: 410px;
        width: 384px;
    }



    .div-x3 {
        width: 100%;
        margin: 0 auto;
    }

    .div-x6 {
        width: 100%;
        margin: 0 auto;
    }

    .est-submit {
        left: 150px;
    }

    .head-logo {
        margin-bottom: 0px;
    }

    .head-text {
        margin-bottom: 20px;
    }

    p.work-time {
        bottom: -40%;
    }
}

@media all and (max-width: 768px) {
    header {
        height: 175px;
        width: 750px;
        margin: 0 auto;
        position: relative;
        z-index: 9;
    }

    html {
        width: 750px;
        margin: 0 auto;
    }

    body {}

    .contant {
        width: 750px;
    }

    .head-nav-ul {
        display: none;
    }

    .foot-cont {
        width: 750px;
    }

    .full-w {

        min-width: 750px;
        max-width: 750px;
    }

    .left-cont {
        width: 500px;
        margin-left: 10px;

    }

    footer {
        min-width: 750px;
        max-width: 750px;
        height: 240px;
        display: block;

    }

    .left-cont {
        width: 500px;

    }

    .right-cont {
        width: 210px;
        float: right;
        margin: 10px;
        margin-right: 15px;
    }

    .assessment-car-div-right {
        min-width: 500px;
        padding-left: 0;
        float: left;
        padding-bottom: 0;
        border-left: none;
    }


    .head-nav-ul-phone {
        display: table-cell !important;
    }

    .head-li-ul-phone {
        display: table-cell !important;
        text-align: center;
        vertical-align: middle;
        float: left;
        background-color: #226985;
        min-height: 55px;
        min-width: 55px;
        width: 135px;
    }

    .head-nav-ul-phone ul li {
        display: table;
        float: none;
        text-decoration: none;
        width: 100%;
        margin-bottom: 0px;
    }

    .head-nav-ul-phone ul li:first-child {
        padding-right: 55px;
    }

    .head-li-ul-phone:hover ul {
        /* display: table !important; */
        padding-left: 0;
    }

    .head-nav-ul-phone li a {
        text-align: left;
        vertical-align: middle;
        line-height: 53px;
        float: left;
        width: 100%;
        height: 100%;
        color: white;
        text-decoration: none;
        font-size: 15px;
    }

    .head-nav-ul-phone .head-nav-icon-menu-phone:before {
        content: '';
        margin: 19px;
        margin-right: 30px;
        margin-left: -10px;
        float: right;
        display: inline-block;
        height: 16px;
        width: 16px;
        background: url(../img/icon-menu4-m.png) no-repeat;
    }

    .head-nav-ul-phone .head-nav-icon-menu1:before {
        margin-left: 10px;
        background: url(../img/icon-menu1-m.png) no-repeat;
        margin-right: 0;
        width: 30px;
        padding-right: 0;
    }

    .head-nav-ul-phone .head-nav-icon-menu2:before {
        margin-left: 10px;
        background: url(../img/icon-menu2-m.png) no-repeat;
        margin-right: 0;
        width: 30px;
        padding-right: 0;
    }

    .head-nav-ul-phone .head-nav-icon-menu3:before {
        margin-left: 10px;
        background: url(../img/icon-menu3-m.png) no-repeat;
        margin-right: 0;
        width: 30px;
        padding-right: 0;
    }

    .head-nav-ul-phone .head-nav-icon-menu4:before {
        margin-left: 10px;
        background: url(../img/icon-menu4-m.png) no-repeat;
        margin-right: 0;
        width: 30px;
        padding-right: 0;
    }

    .head-nav-ul-phone .head-nav-icon-menu5:before {
        margin-left: 10px;
        background: url(../img/icon-menu5-m.png) no-repeat;
        margin-right: 0;
        width: 30px;
        padding-right: 0;
    }

    .head-nav-ul-phone .head-nav-icon-menu6:before {
        margin-left: 10px;
        background: url(../img/icon-menu6-m.png) no-repeat;
        margin-right: 0;
        width: 30px;
        padding-right: 0;
    }

    .head-text {
        height: 50px;
        width: 170px;
        display: inline-block;
        margin: 5px;
        margin-top: 0px;
        margin-bottom: 0px;
        float: left;
        margin-right: 40px;
        margin-bottom: 30px;
        margin-left: 30px;
    }

    .call-back {
        height: 36px;
        width: 165px;
        display: inline-block;
        margin-top: 40px;
        margin-left: 40px;
        float: left;
        margin-right: 0px;
        background-color: #fed74e;
        border-radius: 3px;
        border-bottom: #d0a50d 2px solid;
        position: absolute;
    }

    .head-text-f {
        clear: left;
    }

    .head-menu-b {
        height: 55px;
        width: 272px;
        background-color: #297f9d;
        display: block;
        float: left;
        border-right: #226985 1px solid;
        margin-right: 0px;
    }

    .head-menu-s {
        height: 55px;
        width: 342px;
        background-color: #297f9d;
        display: inline-block;
        float: left;
    }

    .head-menu {
        padding-top: 5px;
    }

    .left-button {
        padding-left: 8px;
        padding-right: 8px;
        margin-right: 5px;
    }

    .left-avto {
        display: inline-block;
        width: 500px;
        margin-bottom: 30px;
    }

    .foot1 {
        width: 250px;
        margin-top: 120px;
        position: absolute;
        display: inline-block;
        margin-left: 50px;
    }

    .foot3,
    .foot4,
    .foot5 {
        margin-left: 20px;
        margin-right: 0px;
    }

    .foot2 {
        margin-left: 50px;
        margin-right: 0px;
    }

    .foot6 {
        width: 150px;
        margin-top: 40px;
        float: right;
    }

    .assessment-car-div {
        width: calc(100% - 40px);
    }

    .assessment-car-div-for-media {
        margin-left: 154px;
    }

    .textarea1 {
        width: 233px;
    }

    .trade-in-form:after {
        background-size: 100%;
    }

    .trade-in-text>.assessment-div {
        width: 540px;
    }

    .trade-in-form {
        width: 540px;
    }

    .print {
        display: none;
    }

    .assessment-car-div-left {
        width: 99%;
        padding-top: 0;
    }

    .for-display {
        display: table;
        margin: 30px;
    }

    .big_tov {
        width: 400px;
        display: block;
        float: left;
        margin-left: 30px;
    }

    .tov {
        width: 432px;
        display: block;
        float: left;
        margin-left: 19px;
    }

    .tov-320 {
        display: none;
    }

    .slider-for .slick-slide img {
        display: block;
        width: 400px;
        height: 300px;
    }

    .slider-for {
        width: 400px !important;
        height: 300px !important;
    }

    .prive-avto {
        margin-left: 30px;
        width: 400px;
    }

    .prive-buy-avto {
        margin-left: 30px;
        width: 400px;
    }

    .atr2 p {
        width: 185px;
        margin-right: 10px;
    }

    .add-consult {
        margin-top: 0px;
    }

    .prive-m {
        width: 165px;
        display: block;
        margin: 0 auto;
    }

    p.two-text {

        margin-left: 30px;

    }

    p.two-text+p {
        padding: 0 25px;
    }

    .atr3 p {
        margin-left: 30px;
        width: 440px;
    }

    .line-bottom {
        width: 480px;
    }

    .mb {
        margin-bottom: 70px;
    }

    .for-mob {
        bottom: 50px;
        left: 30px;
        width: 500px;
    }

    .avto {
        border-bottom: none;
    }

    .contact-form .prive-send-avto {
        margin-bottom: 30px;
    }





}

@media all and (max-width: 750px) {
    header {
        height: 470px;
        width: 320px;
        margin: 0 auto;
        position: relative;
        z-index: 9;
    }

    html {
        width: 100%;
        margin: 0 auto;
    }

    body {}

    .contant {
        width: 320px;
    }

    .head-nav-ul {
        display: none;
    }

    .foot-cont {
        width: 320px;
    }

    .full-w {
        min-width: 320px;
        width: 100%;
        height: 470px;
        background-size: 100% 100%;
    }

    .left-cont {
        width: 320px;
        margin-left: 0;

    }

    footer {
        width: 100%;
        height: 412px;
        background-size: 100% 100%;
        display: block;
        min-width: 320px;
        border-bottom: #2583a1 3px solid;
    }

    .for-ramka {
        margin-top: 5px;
        background: url("../img/ramka320.png") no-repeat;
        width: 280px;
    }

    .head-text-ph {
        font-size: 16px;
    }

    .head-text-f {
        width: 100%;
    }

    .for-ramka p {
        padding: 10px 15px 5px 25px;
    }

    .head-text-p {
        margin: 0;
        color: #eef5f8;
        padding-top: 5px;
        font-size: 12px;
        float: left;
        line-height: 24px;
        width: 170px;
    }

    .head-text-p:before {
        padding-right: 5px;

    }

    .head-text-ph:before {
        padding-right: 5px;
        margin-top: 3px;

    }

    .head-text {
        width: calc(100% - 10px);
        margin-left: 25px;
    }

    .head-menu-b {
        width: 100%;
        border-right: none;
    }

    .head-menu-s {
        width: 100%;
        background: #226985;
    }

    .head-menu {
        padding-top: 35px;
    }

    .call-back {
        height: 36px;
        width: 270px;
        margin: 0;
        background-color: #fed74e;
        border-radius: 3px;
        border-bottom: #d0a50d 2px solid;
        position: absolute;
        bottom: 100px;
        left: 25px;
    }

    .head-nav-ul-phone>li>a {
        font-size: 0px;
        height: auto;
        width: 53px;
    }

    .head-nav-ul-phone>li:hover>a {
        position: absolute;
        right: 0;
    }

    .head-nav-ul-phone>li:hover .head-nav-icon-menu-phone:before {
        position: absolute;
        /* left: 55px; */
    }

    .head-nav-ul-phone .head-nav-icon-menu-phone:before {
        margin-right: 16px;
        background: url(../img/menu320.png) no-repeat;
        width: 22px;
        right: 0px;
    }

    .head-li-ul-phone {
        width: 55px;
    }

    .head-nav-ul-phone {
        display: table-cell !important;
        position: absolute;
        top: 25px;
        right: 10px;
        min-width: 55px;
        min-height: 55px;
    }

    .head-li-ul-phone:hover {
        width: auto;
    }

    .head-li-ul-phone:hover ul {
        margin-top: 0;
    }

    .right-cont {
        display: none;
        float: initial;
    }

    .avto-text {
        margin-left: 0px;
    }

    .assessment-car-div-right {
        width: 320px;
        min-width: 320px;
        display: block;

    }

    .big_tov {
        width: 320px;
        margin-left: 0px;
        height: 250px;
    }

    .slider-for {
        width: 320px !important;
        height: 240px !important;
    }

    .big_tov .slick-list {
        height: 240px !important;
    }

    .slider-for .slick-slide img {
        display: block;
        width: 320px;
        height: 240px;
    }

    .tov {
        width: 250px;
        height: 50px;
        display: block;
        float: left;
        margin-left: 0;
    }

    .tov {
        display: none;
    }

    .tov-320 {
        display: block;
        margin-left: 35px;
    }

    .tov .slick-slide img {
        display: block;
        width: 70px;
        height: 50px;
    }

    .tov .slick-slide:focus img,
    .tov .slick-current img {
        border: #3584c7 1px solid;
        height: 48px;
        width: 68px;
    }

    .tov .slick-initialized .slick-slide {
        display: block;
        width: 70px !important;
        margin-right: 1px;
    }

    .tov .slick-track {
        display: block;
        height: 50px;
        overflow: hidden;
    }

    .prive-avto {
        margin-left: 22px;
        width: 275px;
        margin-top: 25px;
    }

    .prive-buy-avto {
        margin-left: 25px;
        width: 275px;
    }

    .for-display {
        display: block;
        margin: 25px;
        width: 295px;
    }

    .atr p {
        width: 120px;
        margin-right: 0;
    }

    .atr2 p {
        width: 100%;
        margin-right: 0;
    }

    .xz-div1 {
        margin-left: 0;
        margin-right: 0;
    }

    .atr3 p {
        margin-left: 25px;
        width: 295px;
    }

    .foot1 {
        width: 250px;
        margin-top: 20px;
        position: relative;
        display: inline-block;
        margin-left: 25px;
    }

    .xz-div1 {
        width: 145px;
    }

    .foot1 a {
        margin-left: 25px;
    }

    .foot2 {
        margin-left: 35px;
        margin-right: 0px;
        width: 140px;
    }

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

    .foot3 {
        margin-left: 15px;
        margin-right: 0px;
        width: 120px;
    }

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

    .foot4 {
        margin-left: 35px;
        margin-right: 0px;
        width: 140px;
    }

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

    .foot5 {
        margin-left: 30px;
        margin-right: 0px;
        width: 200px;
    }

    .foot5 p {
        font-size: 16px;
    }

    .foot6 {
        width: 320px;
        margin-top: 40px;
        float: right;
        margin-right: 0px;
    }

    .logo-foot {
        float: left;
    }

    .foot6 span {
        font-size: 13px;
        color: #19576f;
        line-height: 55px;
        margin-left: 50px;
        margin-right: 0px;
    }

    .foot1 a,
    .foot2 a,
    .foot3 a,
    .foot4 a,
    .foot5 p {
        position: relative;
        padding-left: 10px;
    }

    .dark-blue {
        /*display: inline-block;
    background: #309cb1;
    width: 100%;
    height: 155px;
    padding-top: 10px;*/
    }

    .for-h1 h1 {
        font-size: 20px;
        margin-left: 50px;
    }

    .prev_arrow {
        position: absolute;
        display: block;
        width: 17px;
        height: 15px;
        top: 74px;
        left: 0px;

    }

    .prive-avto {
        font-size: 22px;
        position: relative;
    }

    .prive-avto span:before {
        content: '' !important;
        height: 21px;
        position: absolute;
        top: 12px;
        left: 40px;
        width: 35px;
        display: inline-block;
        background: url("../img/price-avto.png") no-repeat;
    }

    .right-block2 {
        margin-left: 25px;
    }

    .input-price {
        width: 200px;
        margin: 0 auto;
        margin-bottom: 20px;
        display: block;
    }

    .prive-send-avto {
        width: 255px !important;
        margin: 0 auto;
    }

    .example {
        clear: both;
    }

    .ass-div {
        display: inline-block;
        float: initial;
        width: 155px;
        height: 25px;
    }

    .assessment-car-div-for-media {
        margin-left: 0px;
    }

    .assessment-car-span {
        width: 100%;
    }

    .assessment-car-div {
        padding-left: 25px;

    }

    .for-h1 h1 {
        font-size: 20px;
        margin-left: 25px;
    }

    .trade-in-text .for-h1 h1:before {
        padding-right: 15px;
        margin-top: 4px;
        margin-left: 5px;
    }

    .trade-in-text>.assessment-div {
        width: 320px;
    }

    .trade-in-form {
        width: 320px;
    }

    .textarea-div {
        margin-left: 25px;
    }

    .ml25 {
        margin-left: 25px;
    }

    .left-avto {
        width: 320px;
        margin-bottom: 30px;
    }

    .avto-desc {
        margin-left: 10px;
        width: 300px !important;
        float: initial;
        display: block;
        margin-right: 10px;
        height: 370px !important;
    }

    .avto-desc img {
        width: 100%;
    }

    .avto-desc a {
        display: initial;
    }

    .left-button {
        padding-left: 8px;
        padding-right: 8px;
        margin: 0 auto;
        clear: both;
        display: block;
        width: 50%;
        float: initial;
        margin-bottom: 10px;
    }

    .tov-320 .slick-list::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 60px;
        border-radius: 0 2px 2px 0;
        box-shadow: inset -55px 0 37px -35px #fff;
    }

    .contact-form .assessment-car-span {
        float: inherit;
    }

    .contact-form .for-input,
    .contact-form .textarea1 {
        width: 278px;
    }

    form.contact-form {
        float: left;
        width: 320px;
        margin-top: 30px;
    }

    .content-class .assessment-div {
        padding-left: 70px;
        width: 320px;
        box-sizing: border-box;
    }

    .contact-form .prive-send-avto {
        margin-bottom: 30px;
    }

    .arrows {
        width: 320px;
        margin: 0 auto;
    }

    .cont {
        width: 320px;
        height: 440px;
    }

    .arrow-step {
        float: left;
        width: 106px;
        background-size: 100% 100% !important;
    }

    .cont {
        padding-left: 20px;
    }

    .cont:after {
        right: 0px;
        top: 550px;
        width: 100px;
        height: 120px;
        background: url("../img/wtb-right1-320.png") no-repeat;
        background-position-x: -45px;
    }

    .cont-step2:before {
        background: url("../img/wtb-left2-320.png") no-repeat;
        background-position-x: -100px;

    }

    .cont-step2:after {
        background: url("../img/wtb-right2-320.png") no-repeat;
        background-position-x: -45px;
    }

    .cont-step3:before {
        background: url("../img/wtb-left3-320.png") no-repeat;
        background-position-x: -100px;

    }

    .cont-step3:after {
        background: url("../img/wtb-right3-320.png") no-repeat;
        background-position-x: -45px;
    }

    .cont:before {
        left: 0px;
        top: 550px;
        width: 160px;
        height: 120px;
        background: url("../img/wtb-left1-320.png") no-repeat;
        background-position-x: -100px;
    }

    .kom-img2 {
        float: inherit;
        margin-top: 0;
        margin-bottom: 0;
        margin: 0 auto;
        display: block;
    }

    .kom-img {
        float: inherit;
        margin-top: 0;
        margin-bottom: 0;
        margin: 0 auto;
        display: block;
    }

    .kom-img3 {
        float: inherit;
        margin-top: 0;
        margin-bottom: 0;
        margin: 0 auto;
        display: block;
    }

    .komis-text p {
        width: 100%;
    }

    .img-serv {
        float: inherit;
        display: block;
        margin: 0 auto;
    }

    .est-block {
        width: 280px;
    }

    .est-block .assessment-div {
        display: block;
        height: 90px;
    }

    .ml_40 {
        margin-left: 20px;
    }

    .est-block .example div {

        clear: both;
    }

    .est-submit {
        left: 60px;
    }

    .est-div {
        margin-bottom: 30px;
    }

    .form_callback {
        width: 320px;
        height: 510px;
        position: fixed;
        top: 30%;
        left: 47%;
        margin-left: -150px;
        margin-top: -150px;
        z-index: 100000;
        background-color: #ffffff;
        border-radius: 10px;
        padding: 20px;
        box-sizing: border-box;
    }

    .callback-btn-modal {
        margin-left: 15px;
    }

    .head-logo {
        margin-bottom: 20px;
    }

    .head-text {
        margin: 0;
        margin-bottom: 0px;
        margin-left: 10px;
        height: 30px;
    }

    .head-text-p {
        width: 140px
    }

    .head-menu {
        padding-top: 95px;
    }

    p.work-time {
        bottom: -300%;
        left: 5%;
        width: 250px;
    }

    .line-bottom {
        width: 100%;
        left: 0 !important;
    }

    .for-display1 {
        margin: 0 auto
    }

    .assessment-car-div-left {
        width: 280px;
        padding-top: 0;
        margin-left: 0;
    }
}


.for-fw {
    width: 100%;
    max-width: 2560;
}

.pos-re {
    position: relative;
    display: inline-block;
}

.line2 {
    left: -25px;
}

@media all and (max-width: 1279px) {
    .sort-title {
        width: auto;
        padding-top: 7px;
        padding-right: 10px;
        clear: both;
        float: initial;
        display: block;
        text-align: center;
    }

}



@media all and (max-width: 750px) {
    .sort-title {
        width: auto;
        padding-top: 7px;
        padding-right: 10px;
        clear: both;
        float: initial;
        display: block;
        text-align: center;
    }

    .sort-div {
        width: 100%;
    }

}

.left-cont img {
    max-width: 100%
}