.psd,
.hed-cab a .qty:before,
.main-nav>li.more a span:before,
.main-nav>li.has-menu>a span:before,
.menu-drop .has-sep:before,
.menu-drop .go-link:before,
.nav-title:before,
.footer:before,
.slick-dots li button:before {
    content: '';
    display: block;
    position: absolute;
}

.trans,
.btn,
.top-header .container>div a,
.nav-ico,
.nav-ico span,
.head-search a,
.searchbox-icon,
.searchbox-submit,
.contact-box .messangers .m-ico,
.main-nav>li>a,
.main-nav>li.more a span:before,
.main-nav>li.has-menu>a span:before,
.car-list ul li a,
.car-list ul li a i,
.drop-row ul li a,
.proposal-ico li a,
.search-brand a,
.socially ul li a,
.f-list li a,
.slick-dots li button:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.no-shadow,
button:hover,
button:focus,
input:hover,
input:focus,
textarea:hover,
textarea:focus {
    -webkit-box-shadow: 0 0 0 0 transparent !important;
    box-shadow: 0 0 0 0 transparent !important;
}

.btn {
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    background: #F04D50;
    padding: 12px 31px;
    font-size: 13px;
    border: 2px solid #F04D50;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 3px 6px rgba(227, 31, 36, 0.25);
    box-shadow: 0px 3px 6px rgba(227, 31, 36, 0.25);
    font-weight: 700;
}

.btn:hover,
.btn:focus {
    background: #FF878A;
    border-color: #FF878A;
    color: #fff;
    -webkit-box-shadow: 0px 3px 6px rgba(227, 31, 36, 0.25);
    box-shadow: 0px 3px 6px rgba(227, 31, 36, 0.25);
}

.btn span {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.more-btn {
    color: #1646B4;
    background: #fff;
    border: 2px solid #CDD6EB;
    -webkit-box-shadow: 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px transparent;
}

.more-btn:hover,
.more-btn:focus {
    background: #fff;
    border-color: #6490F7;
    color: #6490F7;
    -webkit-box-shadow: 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px transparent;
}

button,
a,
.slide.slick-slide.slick-current.slick-active {
    outline: none !important;
}

body {
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #323232;
}

h1,
h2,
h3,
h4,
h5 {
    margin-top: 0;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    color: #1646B4;
}

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

a:focus,
a:active {
    color: #7B95D1;
}

p {
    font-size: 16px;
    color: #323232;
    line-height: 28px;
    margin: 0 0 28px 0;
}

.header {
    position: relative;
    z-index: 3;
}

.top-header {
    background: #EFF4FF;
}

.top-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.top-header .container>div a {
    display: inline-block;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    font-size: 13px;
}

.top-header .container>div .qty {
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 18px;
    margin-left: 6px;
    background: #BCC6DC;
    line-height: 18px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-weight: 600;
}

.top-header .container>div .ico {
    display: block;
    position: absolute;
    top: 50%;
}

.top-header .container>div .ico svg {
    width: 100%;
    height: 100%;
    fill: #386EEB;
}

.top-header .container .enter {
    border-right: 0;
}

.top-header .container .enter a {
    display: block;
    padding: 11px 0 0 17px;
    height: 42px;
}

.top-header .mob-nav {
    display: none;
    position: relative;
    /* padding-left: 32px; */
}

.top-header .mob-logo {
    width: 36px;
    height: 28px;
    background: url(images/logo.svg) 0 0 no-repeat;
    background-size: auto 100%;
    margin-top: 1px;
}

.top-header .btn-box {
    position: absolute;
    top: 0;
    left: 0;
}

.top-header .mob-tel {
    margin-top: 5px;
}

.top-header .mob-tel a {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.top-header .mob-name {
    margin-top: 5px;
}

.top-header .mob-name a {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.nav-ico {
    position: relative;
    left: 0;
    top: 0px;
    padding: 0;
    border: 0;
    background: transparent;
    width: 28px;
    height: 28px;
    overflow: hidden;
    z-index: 100;
    border: 1px solid #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.nav-ico span {
    display: block;
    position: absolute;
    left: 6px;
    height: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    width: 14px;
    background: #fff;
}

.nav-ico span:first-child {
    top: 7px;
}

.nav-ico span:nth-child(2) {
    top: 12px;
}

.nav-ico span:last-child {
    top: 17px;
}

.js-open .nav-ico span:first-child {
    top: 12px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.js-open .nav-ico span:last-child {
    top: 12px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.js-open .nav-ico span:nth-child(2) {
    left: 150px;
}

.head-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.head-in>div {
    border-right: 1px solid #DEE4F1;
}

.head-search {
    width: 190px;
    height: 42px;
}

.head-search a {
    display: block;
    width: 42px;
    height: 42px;
    padding: 0;
    background: #DEE4F1;
}

.head-search .ico {
    width: 16px;
    height: 16px;
    left: 50%;
    margin-left: -8px;
    /* margin-top: -13px; */
    margin-top: -11px;
}

.searchbox {
    position: relative;
    min-width: 42px;
    width: 0%;
    height: 42px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: #E1EAFF;
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 10px 10px 10px 38px;
    font-size: 13px;
    line-height: 22px;
    color: #909BB4;
}

.searchbox-input::-webkit-input-placeholder {
    color: #909BB4;
}

.searchbox-input:-moz-placeholder {
    color: #909BB4;
}

.searchbox-input::-moz-placeholder {
    color: #909BB4;
}

.searchbox-input:-ms-input-placeholder {
    color: #909BB4;
}

.searchbox-icon,
.searchbox-submit {
    width: 42px;
    height: 42px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    cursor: pointer;
    background: #DEE4F1;
    opacity: 1;
}

.searchbox-icon:hover,
.searchbox-icon:focus,
.searchbox-submit:hover,
.searchbox-submit:focus {
    background: #E1EAFF;
}

.searchbox-submit {
    left: 0;
    right: auto;
    overflow: hidden;
    text-indent: -9999px;
    width: 38px;
    background: url(images/icons/seach-ico.svg) center center no-repeat #E1EAFF !important;
    background-size: 16px 16px;
}

.searchbox-open {
    width: 100%;
}

.searchbox-open .searchbox-icon {
    display: none !important;
    opacity: 0;
}

.sm-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 17px;
    height: 42px;
}

.sm-nav a {
    margin-right: 20px;
}

.sm-nav a .ico {
    display: none !important;
    width: 16px;
    height: 18px;
}

.sm-nav a .ico svg {
    width: 100%;
    height: auto;
    fill: #1646B4;
}

.top-header .container>div .active .qty {
    background: #FF7073;
}

.mob-compare.active .qty {
    background: #FF7073;
}

.mob-favorites.active .qty {
    background: #FF7073;
}

.hed-cart a {
    padding: 11px 22px 0px 49px;
    height: 42px;
}

.hed-cart a .ico {
    left: 17px;
    margin-top: -11px;
    width: 18px;
    height: 16px;
}

.hed-cab a {
    padding: 11px 17px 0px 49px;
    height: 42px;
}

.hed-cab a .ico {
    left: 17px;
    margin-top: -11px;
    width: 18px;
    height: 16px;
}

.hed-cab a .qty {
    border-radius: 3px 3px 0 3px !important;
    position: relative;
}

.hed-cab a .qty:before {
    top: 100%;
    right: 0;
    width: 0;
    height: 0;
    border-top: 4px solid #BCC6DC;
    border-left: 4px solid transparent;
}

.hed-cab a.active .qty {
    background: #FF878A;
}

.hed-cab a.active .qty:before {
    border-top-color: #FF878A;
}

.mdl-header {
    padding: 30px 0;
    background: #fff;
}

.mdl-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0;
    padding-left: 0;
}

.mdl-header .container>div {
    padding: 0 15px;
}

.logo-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 21%;
    flex: 0 0 21%;
    max-width: 21%;
}

.logo-box .logo {
    display: inline-block;
    vertical-align: top;
    max-width: 196px;
    height: 40px;
}

.logo-box .logo img {
    max-width: 100%;
}

.slogan-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
}

.slogan-box .slogan {
    padding-left: 30px;
    border-left: 1px solid #DEE4F1;
    font-weight: 600;
    font-size: 12px;
    line-height: 21px;
    color: #909BB4;
}

.contact-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.contact-box .phone a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #323232;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
}

/* .contact-box .messangers a {
    font-weight: 600;
    font-size: 14px;
    color: #909BB4;
    display: inline-block;
    vertical-align: top;
    margin-right: 3px; }
  .contact-box .messangers .m-ico {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #909BB4;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center; }
    .contact-box .messangers .m-ico img {
      vertical-align: middle;
      position: relative;
      top: -2px; }
    .contact-box .messangers .m-ico.ms-1:hover, .contact-box .messangers .m-ico.ms-1:focus {
      background: #0088CC; }
    .contact-box .messangers .m-ico.ms-2:hover, .contact-box .messangers .m-ico.ms-2:focus {
      background: #59267C; }
    .contact-box .messangers .m-ico.ms-3:hover, .contact-box .messangers .m-ico.ms-3:focus {
      background: #25D366; } */

.head-btns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 37%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.head-btns .btn {
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.head-btns .more-btn {
    margin-left: 0;
}

.btm-header {
    background: #1646B4;
    position: relative;
    z-index: 5;
}

.btm-header .head-btns {
    display: none;
}

.btm-header .search {
    display: none;
    position: relative;
}

.btm-header .search .form-group {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.btm-header .search .form-group input {
    width: 100%;
    background: #2354C5;
    border: 0;
    border-bottom: 1px solid #386EEB;
    padding: 15px 20px 15px 50px;
    color: #fff;
    outline: none !important;
    font-size: 16px;
    height: 50px;
    line-height: 20px;
}

.btm-header .search .form-group input::-webkit-input-placeholder {
    color: #fff;
    font-style: italic;
    font-size: 14px;
    opacity: 1;
}

.btm-header .search .form-group input:-ms-input-placeholder {
    color: #fff;
    font-style: italic;
    font-size: 14px;
    opacity: 1;
}

.btm-header .search .form-group input::-moz-placeholder {
    color: #fff;
    font-style: italic;
    font-size: 14px;
    opacity: 1;
}

.btm-header .search .form-group input:-moz-placeholder {
    color: #fff;
    font-style: italic;
    font-size: 14px;
    opacity: 1;
}

.btm-header .search .search-btn {
    display: block;
    position: absolute;
    z-index: 2;
    height: 50px;
    width: 50px;
    top: 0;
    left: 0;
    border: 0;
    padding: 0;
    background: transparent;
}

.btm-header .search .search-btn .ico {
    position: absolute;
    display: block;
    top: 12px;
    left: 18px;
    width: 16px;
    height: 16px;
}

.btm-header .search .search-btn .ico svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}

.main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-nav>li>a {
    display: block;
    padding: 13px 0;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    line-height: 24px;
}

.main-nav>li>a>span {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.main-nav>li>a:hover,
.main-nav>li>a:focus {
    color: #FF878A;
}

.main-nav>li>a:hover span:before,
.main-nav>li>a:focus span:before {
    border-bottom-color: #FF878A;
}

.main-nav>li>a .qty {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    width: 24px;
    height: 24px;
    background: #87ABFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
}

.main-nav>li.more > a {
    background: #2354C5;
    padding: 13px 25px;
}

.main-nav>li.more a span {
    padding-right: 13px;
}

.main-nav>li.more a span:before {
    top: 10px;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
}

.main-nav>li.has-menu>a span {
    padding-right: 13px;
}

.main-nav>li.has-menu>a span:before {
    top: 10px;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
}

.main-nav>li.has-menu>a:hover span:before,
.main-nav>li.has-menu>a:focus span:before {
    border-bottom-color: #FF878A;
}

.main-nav>li.active>a {
    color: #FF878A;
}

.main-nav>li.active>a span:before {
    border-bottom-color: #FF878A;
}

.main-nav>li:hover>a {
    color: #FF878A;
}

.main-nav>li:hover>a span:before {
    border-bottom-color: #FF878A;
}

.main-nav .more-btn {
    font-size: 12px;
    padding: 4px 23px;
}

.menu-drop {
    display: none;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 100%;
    right: 0;
    background: #fff;
    padding: 48px 0;
    border: 1px solid #DEE4F1;
    -webkit-box-shadow: 0px 3px 8px rgba(85, 103, 142, 0.15);
    box-shadow: 0px 3px 8px rgba(85, 103, 142, 0.15);
}

.menu-drop .has-sep:before {
    top: 0;
    bottom: 0;
    width: 1px;
    left: -15px;
    background: #DEE4F1;
}

.menu-drop .box .btn-box {
    display: none;
    padding-top: 15px;
}

.menu-drop .box .btn-box .more-btn {
    display: inline-block;
    vertical-align: top;
    background: transparent;
    color: #fff;
    border-color: #fff;
    width: 150px;
    margin-right: 20px;
}

.menu-drop .go-link {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    color: #fff;
    position: relative;
    font-size: 14px;
    text-decoration: underline;
    font-weight: 400;
    margin-right: 15px;
    margin-top: 3px;
}

.menu-drop .go-link:before {
    top: 7px;
    right: -15px;
    width: 9px;
    height: 10px;
    background: url(images/icons/arr-r.svg) 0 0 no-repeat;
    background-size: 100% auto;
}

.car-list li {
    display: block;
    margin-bottom: 15px;
}

.car-list li a {
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}

.car-list li a i {
    font-style: normal;
    display: inline-block;
    vertical-align: top;
    text-decoration: underline;
}

.car-list li a span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 25px;
    color: #909BB4;
    font-weight: 400;
    margin-left: 5px;
}

.car-list li a:hover,
.car-list li a:focus {
    color: #7B95D1;
}

.car-list li a:hover i,
.car-list li a:focus i {
    text-decoration: none;
}

.nav-title {
    position: relative;
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}

.nav-title a {
    display: inline-block;
    vertical-align: top;
    color: #323232;
    text-decoration: underline;
}

.nav-title a:hover,
.nav-title a:focus {
    text-decoration: none;
}

.nav-title:before {
    top: 2px;
    left: 0;
}

.nav-title.new-car {
    padding-left: 55px;
}

.nav-title.new-car:before {
    width: 38px;
    height: 16px;
    background: url(images/icons/car-ico-1.svg) 0 0 no-repeat;
    background-size: 100%;
}

.nav-title.old-car {
    padding-left: 65px;
}

.nav-title.old-car:before {
    width: 50px;
    height: 16px;
    background: url(images/icons/car-ico-2.svg) 0 0 no-repeat;
    background-size: 100%;
}

.drop-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
}

.drop-row ul {
    width: 20%;
    padding: 0 10px;
}

.drop-row ul li {
    display: block;
    margin-bottom: 15px;
}

.drop-row ul li a {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 25px;
    text-decoration: underline;
    color: #666666;
}

.drop-row ul li a:hover,
.drop-row ul li a:focus {
    text-decoration: none;
    color: #7B95D1;
}

.proposal-ico li {
    display: block;
    position: relative;
    margin-bottom: 15px;
    padding-left: 40px;
}

.proposal-ico li .ico {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
}

.proposal-ico li .ico img {
    width: 100%;
}

.proposal-ico li a {
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    font-size: 14px;
    text-decoration: underline;
    color: #323232;
    line-height: 28px;
}

.proposal-ico li a:hover,
.proposal-ico li a:focus {
    color: #7B95D1 !important;
    text-decoration: none;
}

.search-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.search-brand li {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    padding: 0 10px;
}

.search-brand a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    padding: 5px;
    background: #FFFFFF;
    border: 1px solid #C7CEDD;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    font-size: 12px;
    line-height: 25px;
    color: #323232;
}

.search-brand a img {
    margin-right: 1px;
}

.search-brand a:hover,
.search-brand a:focus {
    background: #F6F9FF;
    -webkit-box-shadow: 0px 6px 10px rgba(62, 75, 106, 0.1);
    box-shadow: 0px 6px 10px rgba(62, 75, 106, 0.1);
}

.slider-1,
.cat-slider-1,
.cat-slider-2,
.slider-for,
.slider-nav,
.slider-2,
.slider-3,
.slider-5,
.slider-6 {
    opacity: 0;
    visibility: hidden;
}

.slider-1.slick-initialized,
.cat-slider-1.slick-initialized,
.cat-slider-2.slick-initialized,
.slider-for.slick-initialized,
.slider-nav.slick-initialized,
.slider-2.slick-initialized,
.slider-3.slick-initialized,
.slider-5.slick-initialized,
.slider-6.slick-initialized {
    opacity: 1;
    visibility: visible;
}

.backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 199;
    background: rgba(255, 255, 255, 0.3);
}

.footer {
    background: url(images/f-bg.jpg) center top no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.footer:before {
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(22, 70, 180, 0.9);
}

.footer .logo {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    max-width: 100%;
}

.footer .logo img {
    max-width: 100%;
}

.footer .contact-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.footer .contact-box .phone a {
    font-size: 16px;
    line-height: 31px;
    color: #fff;
}

.footer .contact-box .messangers a {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
}

.footer .more-btn {
    color: #fff;
    background: transparent;
}

.footer .more-btn:hover,
.footer .more-btn:focus {
    background: transparent;
}

.ftr-top {
    padding: 50px 0 40px;
    border-bottom: 1px solid #7B95D1;
}

.ftr-top .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.socially ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.socially ul li {
    margin-right: 7px;
    margin-bottom: 5px;
}

.socially ul li a {
    display: block;
    text-decoration: none;
    width: 34px;
    height: 34px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    line-height: 34px;
    text-align: center;
    font-size: 18px;
    color: #1646B4;
}

.socially ul li a:hover,
.socially ul li a:focus {
    background: #FF878A;
    color: #1646B4;
}

.ftr-mdl {
    padding: 45px 0;
}

.f-title {
    font-weight: 700;
    font-size: 16px;
    color: #7B95D1;
    margin-bottom: 20px;
}

.f-list {
    padding-bottom: 13px;
}

.f-list li {
    display: block;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

.f-list li a {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    text-decoration: underline;
}

.f-list li a:hover,
.f-list li a:focus {
    text-decoration: none;
    color: #6490F7;
}

.f-list.has-img li {
    margin-bottom: 14px;
}

.f-list.has-img li a {
    text-decoration: none;
}

.f-list.has-img li a span {
    margin-left: 5px;
    text-decoration: underline;
}

.f-list.has-img li a:hover span,
.f-list.has-img li a:focus span {
    text-decoration: none;
}

.ftr-btm {
    padding: 15px 0;
    background: rgba(0, 0, 0, 0.2);
}

.copy {
    font-size: 12px;
    line-height: 21px;
    color: #fff;
}

.create {
    text-align: right;
}

.create a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    line-height: 21px;
}

.create a img {
    vertical-align: middle;
}

.create a:hover,
.create a:focus {
    color: #fff;
}

.slick-dots {
    text-align: center;
    font-weight: 0;
}

.slick-dots li {
    display: inline-block;
    vertical-align: top;
    font-size: inherit;
}

.slick-dots li button {
    display: block;
    text-indent: -9999px;
    outline: none !important;
    padding: 0;
    width: 18px;
    height: 18px;
    border: 2px solid transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    background: transparent;
}

.slick-dots li button:before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #7B95D1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    border-color: #7B95D1;
}

.mob-footer {
    text-align: center;
    display: none;
    padding: 40px 0;
}

.mob-footer .socially {
    margin-bottom: 10px;
}

.mob-footer .socially ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mob-footer .contact-box {
    margin-bottom: 20px;
}

.mob-footer .contact-box .phone {
    margin-bottom: 10px;
}

.mob-footer .btn {
    width: 100%;
}

.main {
    padding: 40px 0;
    /* padding-top: 40px; */
    position: relative;
    z-index: 1;
}

.bread-crumbs {
    font-size: 0;
    margin-bottom: 15px;
}

.bread-crumbs li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 23px;
    color: #909BB4;
}

.bread-crumbs li+li:before {
    content: '/';
    padding: 0 10px;
}

.bread-crumbs li a {
    color: #909BB4;
    text-decoration: underline;
}

.bread-crumbs li a:hover,
.bread-crumbs li a:focus {
    text-decoration: none;
}

h1 {
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    font-size: 52px;
    line-height: 69px;
    margin-bottom: 45px;
}

h2 {
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 45px;
    margin-bottom: 45px;
    color: #1646B4;
}

h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 33px;
    color: #323232;
}

h4 {
    font-weight: bold;
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 16px;
    color: #323232;
}










/*  */
.contact-box .messangers_top .m-ico img {
  vertical-align: middle;
  position: relative;
}

.contact-box .messangers_top a {
    font-weight: 600;
    font-size: 14px;
    color: #909BB4;
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
}

.contact-box .messangers_top .m-ico {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #909BB4;
    width: 22px;
    height: 22px;
    line-height: 19px;
    text-align: center;
}

.footer .contact-box .messangers .m-ico.ms-1 {
    background: #0088CC;
}

.footer .contact-box .messangers .m-ico.ms-2 {
    background: #59267C;
}

.footer .contact-box .messangers .m-ico.ms-3 {
    background: #25D366;
}

.footer .contact-box .messangers .m-ico.ms-1:hover,
.footer .contact-box .messangers .m-ico.ms-1:focus {
    background: rgb(42, 151, 206)
}

.footer .contact-box .messangers .m-ico.ms-2:hover,
.footer .contact-box .messangers .m-ico.ms-2:focus {
    background: rgb(130, 77, 165);
}

.footer .contact-box .messangers .m-ico.ms-3:hover,
.footer .contact-box .messangers .m-ico.ms-3:focus {
    background: rgb(47, 158, 88);
}

.contact-box .messangers_top .m-ico.ms-1 {
    background: #0088CC;
}

.contact-box .messangers_top .m-ico.ms-2 {
    background: #59267C;
}

.contact-box .messangers_top .m-ico.ms-3 {
    background: #25D366;
}

.contact-box .messangers_top .m-ico.ms-1:hover,
.contact-box .messangers_top .m-ico.ms-1:focus {
    background: rgb(42, 151, 206)
}

.contact-box .messangers_top .m-ico.ms-2:hover,
.contact-box .messangers_top .m-ico.ms-2:focus {
    background: rgb(130, 77, 165);
}

.contact-box .messangers_top .m-ico.ms-3:hover,
.contact-box .messangers_top .m-ico.ms-3:focus {
    background: rgb(47, 158, 88);
}

footer .contact-box .messangers {
    display: flex;
    align-items: center;
}

.contact-box .messangers .m-ico {
    background: #5A79C6;
}

footer .contact-box .messangers .m-ico img {
    vertical-align: middle;
    position: relative;
    top: 6px;
}

footer .contact-box .messangers .m-ico.ms-1,
footer .contact-box .messangers .m-ico.ms-2 {
    margin-right: 8px;
}

.contact-box .messangers .m-ico.ms-1,
.contact-box .messangers .m-ico.ms-2 {
    margin-right: 3px;
}

footer .contact-box .messangers .m-ico.ms-1 img {
    width: 20px;
}

footer .contact-box .messangers .m-ico.ms-2 img {
    width: 18px;
}

footer .contact-box .messangers .m-ico.ms-3 img {
    width: 18px;
}


@media (min-width: 320px) {
    footer .contact-box .messangers {
        justify-content: center;
    }
}

/* @media (min-width: 768px) {} */

@media (min-width: 992px) and (max-width: 1199px) {
    .contact-box .messangers {
        justify-content: space-between;
    }

    footer .contact-box .messangers .m-ico {
        width: 25px;
        height: 25px;
    }

    .contact-box .messangers a {
        margin-right: 13px;
    }

    footer .contact-box .messangers .m-ico.ms-1 img {
        width: 17px;
        right: 1px;
    }

    footer .contact-box .messangers .m-ico.ms-2 img {
        width: 15px;
    }

    footer .contact-box .messangers .m-ico.ms-3 img {
        width: 15px;
    }

    .contact-box .messangers .m-ico img {
        top: 0px;
    }
}

@media (min-width: 1200px) {
    footer .contact-box .messangers {
        justify-content: flex-start;
    }
}

.contact-box .messangers a {
    font-weight: 600;
    font-size: 14px;
    color: #909BB4;
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
}

.contact-box .messangers .m-ico {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #909BB4;
    width: 22px;
    height: 22px;
    line-height: 19px;
    text-align: center;
}

footer .contact-box .messangers .m-ico {
  width: 34px;
  height: 34px;
}

.contact-box .messangers .m-ico.ms-1:hover,
.contact-box .messangers .m-ico.ms-1:focus {
    background: #0088CC;
}

.contact-box .messangers .m-ico.ms-2:hover,
.contact-box .messangers .m-ico.ms-2:focus {
    background: #59267C;
}

.contact-box .messangers .m-ico.ms-3:hover,
.contact-box .messangers .m-ico.ms-3:focus {
    background: #25D366;
}

@media (max-width: 1199px) {
    .contact-box .messangers_top a {
        display: block;
    }
    .head-btns .btn {
        padding-left: 14px;
        padding-right: 14px;
    }
    .contact-box .messangers {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .contact-box .messangers .num {
        display: block;
        width: 100%;
    }
    .contact-box .messangers .m-ico img {
        top: 6px;
    }
}

@media (max-width: 991px) {
    .contact-box .messangers {
        justify-content: center;
    }
    .contact-box .messangers .num {
        display: inline-block;
        width: auto;
    }
}


/*  */

.for-slider > a {
    display: block !important;
}

.buyer-nav.services-cat .row .col-lg-2 img {
    margin-bottom: 9px;
}


/* Временная необходимость */

.header .hed-cab,
.header .hed-cart,
.header .enter {
    display: none !important;
}


/*  */

.main-nav li > a > span {
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .car-list .col-6 .btn.more-btn.d-none.d-lg-block {
        width: 90px;
    }

    .range-inputs input {
        width: auto !important;
        height: 36px;
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 24px;
    }
}

@media (max-width: 359px) {
    .box .btn-box .btn.more-btn {
        margin-bottom: 7px;
    }
}

@media (max-width: 991px) {
    .main-nav .nav-akcii > a span {
        display: initial;
    }
    .range-inputs input {
        width: 100% !important;
        height: 36px;
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 24px;
    }
}

.fake-btn .checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

.cat-item .img-box img {
    /* height: 100%; */
}
.cat-descr .color-row .inner {
    display: none !important;
}

.cat-descr .color-row .inner.active {
    display: block !important;
}


@media (max-width: 767px) {
    .col-lg-9 .cat-btn {
        padding-top: 0;
        padding-bottom: 0;
    }
    .col-lg-9 .cat-load {
        padding-top: 0;
    }
    .col-lg-9 .text-box,
    /* .col-lg-9 .cat-load, */
    .col-lg-9 .cat-block,
    .col-lg-9 > .text-box {
        display: none;
    }
}

#compare,
#favorites {
    padding: 0px;
}

#compare .popup-window-titlebar-text,
#favorites .popup-window-titlebar-text {

}

#compare .popup-window-titlebar-text .popup-window-titlebar-text,
#favorites .popup-window-titlebar-text .popup-window-titlebar-text {
    
}

#compare .popup-window-content,
#favorites .popup-window-content {
    padding: 0 20px;
}

#compare .popup-window-content div,
#favorites .popup-window-content div {
    
}

#compare .popup-window-content div p,
#favorites .popup-window-content div p {
   color: #80868e;
   margin: 0;
}

.sort-line {
    width: 100%;
}

/* .hero-title {
    margin-top: 35px;
} */

@media (min-width: 768px) {
    .bread-crumbs-scroll {
        padding-bottom: 25px;
    }
}

@media (max-width: 991px) {
    .main-nav .has-menu .menu-drop .mob-sep .nav-title span {
        color: #fff;
    }

    .main-nav .has-menu .menu-drop .box .search-brand li span img {
        margin-left: 3px;
    }
}


.compare.has-bg {
    background: #EFF4FF;
    padding: 70px 0;
}
.compare .d-flex {
    align-items: center;
}
.header_compare {
    margin-right: 25px;
    font-weight: 600;
    font-size: 20px;
    color: #323232;
}

.header_compare .qty {
    display: inline-block;
    margin-left: 5px;
    width: 24px;
    height: 24px;
    background: #FF878A;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
}

.delete-comp {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 14px;
    line-height: 25px;
    border-bottom: 1px dashed #1646B4;
}

.compare_content {
    margin-top: 40px;
}

.compare_content aside p {
   color: #666;
}

.compare_content .slider_compare .btn-box .btn-3 button {
    width: 100%;
}

@media (max-width: 991px) {
    .compare_content .col-lg-3 {
        display: none;
    }
}

.slider_compare .slick-arrow.slick-prev::before {
    background: url(images/icons/arr-l.svg) 0 0 no-repeat;
    background-size: 100%;
}

.slider_compare .slick-arrow::before {
    width: 16px;
    height: 17px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slider_compare .slick-arrow::before {
    width: 16px;
    height: 17px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slider_compare .slick-arrow.slick-next::before {
    background: url(images/icons/arr-r.svg) 0 0 no-repeat;
    background-size: 100%;
}

.slider_compare .catalog .slick-arrow.slick-prev {
    left: 0px;
}

.slider_compare .slick-arrow {
    top: 77px;
}

.slider_compare .slick-arrow.slick-next {
    right: 0px;
}

.slider_compare .slick-arrow {
    top: 77px;
}

.main .feedback,
.main .bottom-text {
    margin-bottom: -40px;
}

.bx-404-container .bx-404-block img {
    width: 100%;
}

.fancybox-can-swipe .fancybox-inner .fancybox-content {
    padding: 20px !important;
}

.fancybox-can-swipe .fancybox-inner .fancybox-stage img {
    width: 100%;
    height: 100%;
}

#main_inner li span,
.color-row.no-indent div label {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.55);
}


.range-inputs .form .form-group.has-add.add-price input {
    width: 100%;
}




.advantage_lizing .col-lg-4,
.insurance_list .col-md-6,
.crediting_list .col-lg-4,
.lizing_list .col-md-4 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

/* .insurance_list .col-md-6 img, */
.crediting_list .col-lg-4 img,
.lizing_list .col-md-4 img {
    width: 150px;
    height: 150px;
    margin-bottom: 25px;
}

.advantage_lizing .col-lg-4 img,
.insurance_list .col-md-6 img {
    margin-bottom: 25px;
}

.advantage_lizing .col-lg-4 strong,
.insurance_list .col-md-6 strong,
.crediting_list .col-lg-4 strong,
.lizing_list .col-md-4 strong {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #323232;
}

@media (max-width: 767px) {
    .advantage_lizing .col-lg-4 strong,
    .insurance_list .col-md-6 strong,    
    .crediting_list .col-lg-4 strong,
    .lizing_list .col-md-4 strong {
        flex-basis: 100%;
    }

    .home-slider .slide .container {
        padding: 0px !important;
    }

    .home-slider .slide {
        height: 130px !important;
    }
}

.cat-item .nav-list .line .lock-ico .icon {
    margin-top: -1.25px;
}

.cat-item .nav-list .line .like-ico .icon {
    margin-left: -1px;
}

@media (min-width: 992px) {
    #f-collapse-1 .range-inputs .row.form .col-6 .form-group.has-add.add-price input {
        width: 100% !important;
        padding-right: 15px;
        padding-left: 5px;
    }

    #f-collapse-1 .range-inputs .row.form .col-6 .form-group.has-add.add-price .add {
        width: 15px;
        line-height: 38px;
    }
}

@media (min-width: 1200px) {
    #f-collapse-1 .range-inputs .row.form .col-6 .form-group.has-add.add-price input {
        width: 100% !important;
        padding-right: 15px;
        padding-left: 10px;
    }

    #f-collapse-1 .range-inputs .row.form .col-6 .form-group.has-add.add-price .add {
        width: 17px;
    }
}


@media (max-width: 992px) {
    .mob-nav .messangers_top{
        padding-top:4px;
    }

    .mob-nav .messangers_top .m-ico img {
        vertical-align: middle;
        position: relative;
    }
  
  .mob-nav .messangers_top a {
      font-weight: 600;
      font-size: 14px;
      color: #909BB4;
      display: inline-block;
      vertical-align: top;
      margin-right: 3px;
  }
  
  .mob-nav .messangers_top .m-ico {
      display: inline-block;
      vertical-align: top;
      margin: 0;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      background: #909BB4;
      width: 22px;
      height: 22px;
      line-height: 19px;
      text-align: center;
  }

  .mob-nav .messangers_top .m-ico.ms-1 {
      background: #0088CC;
  }
  
  .mob-nav .messangers_top .m-ico.ms-3 {
      background: #25D366;
  }
  
  .mob-nav .messangers_top .m-ico.ms-1:hover,
  .mob-nav .messangers_top .m-ico.ms-1:focus {
      background: rgb(42, 151, 206)
  }
  
  .mob-nav .messangers_top .m-ico.ms-3:hover,
  .mob-nav .messangers_top .m-ico.ms-3:focus {
      background: rgb(47, 158, 88);
  }
}