html, body {
    max-width: 100%;
    overflow-x: hidden;
}

/***** GALLERY *****/

.step-three {
    background: #fff;
    padding: 15px 20px;
    margin-right: -15px;
    margin-left: -25px;
}
.step-three .gallery-list img{
    width:100%;
}

.step-three .gallery-list .group .item {
    display: block;
    width:  100%;
    padding: 0 5px 10px;
}

.step-three .gallery-list .item img {
    vertical-align:  top;
}

.step-three .gallery-list {
    padding: 0 50px;
    white-space: nowrap;
}

.step-three .gallery-list .group {
    display: inline-block;
    white-space: nowrap;
}

.step-three .gallery-list .next, .step-three .gallery-list .prev {
    position:  absolute;
    top: 45%;
    background: #e6e6e6;
    text-align:  center;
    width:  30px;
    height:  30px;
    line-height:  30px;
    color:  #FFF;
    font-size:  20px;
    border-radius: 30px;
    padding:  0;
    margin:  0;
    cursor: pointer;
}

.step-three .gallery-list .next {
    right:  0;
}

.step-three .gallery-list .prev {
    left:  0;
}

.step-three .gallery-list .prev.slick-disabled, .step-three .gallery-list .next.slick-disabled {
   display: none !important;
}

.step-three .section-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 40px;
    text-align: center;
    color: #252a34;
}
.step-three .section-title span {
    font-size: 20px;
    margin: 15px 0 0;
    display: block;
    font-weight: normal;
}

/***** FOOTER *****/

footer .top-line {
    padding: 10px 0 30px;
}

footer .top-line .container {
    border-bottom: 1px solid #e7e7e6;
    padding: 0 0 30px;
}

footer .middle-line {
    margin: 0 0 30px;
}

footer .middle-line .company-info {}

footer .middle-line .company-info .logo {
    color: #818181;
    font-size:  18px;
    line-height:  1;
    margin: 0 0 10px;
}

footer .middle-line .company-info .adress {
    margin: 0 0 115px;
    display:  inline-block;
}

footer .middle-line .company-info .adress .item {
    padding-left: 26px;
    position:  relative;
    color: #4c4c4c;
    margin: 8px 0 0;
}

footer .middle-line .company-info .adress .item:before {
    content: '\f124';
    position: absolute;
    left: 0;
    top: 0;
    font: normal normal normal 18px/1 FontAwesome;
    color: #b4b5b6;
}

footer .middle-line .company-info .adress .item.office:before,
.icon-loc:before{
    content: '\f041';
}
.icon-loc{
    font: normal normal normal 18px/1 FontAwesome;
    padding-right: 5px;
    color: #b4b5b6;
}
.mob_info .address a{
    margin-bottom:5px!important;
}

footer .middle-line .company-info .adress .item a {
    color: #0070c9;
    border-bottom: 1px dashed #0070c9;
}

footer .middle-line .company-info .adress .item a:hover {
    text-decoration: none;
}

footer .middle-line .company-info .socials {
    margin: 0 0 20px;
}

footer .middle-line .company-info .socials ul {
    display:  inline-block;
    width: 100%;
}

footer .middle-line .company-info .socials ul li {
    float: right;
    width: 170px;
    line-height:  40px;
    height: 40px;
    text-align:  center;
}

footer .middle-line .company-info .socials ul li a {
    background: #4b74a0;
    display:  inline-block;
    width: 100%;
    font-size: 16px;
    color: #FFF;
    border-radius: 5px;
    transition: .3s all;
}

footer .middle-line .company-info .socials ul li a:hover {
    opacity: .85;
    transform: scale(0.98);
}

footer .middle-line .company-info .socials ul li a i {
    display:  inline-block;
    margin-right: 7px;
    font-size: 22px;
    vertical-align:  middle;
    position:  relative;
    top: -2px;
}

footer .middle-line .company-info .socials ul li.inst {
    float:  left;

}

footer .middle-line .company-info .socials ul li.inst a {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

footer .middle-line .menu {
    float:  left;
    margin-right: 100px;
}

footer .middle-line .menu .title {
    font-size:  17px;
    color: #818181;
    margin: 0 0 10px;
}

footer .middle-line .menu ul {}

footer .middle-line .menu ul li {
    margin: 0 0 7px;
}

footer .middle-line .menu ul li a {
    font-size: 15px;
    color: #4c4c4c;
    transition: .3s all;
    display: block;
}

footer .middle-line .menu ul li a:hover {
    color: #ff2e63;
    transform: translateX(3px);
}

footer .middle-line .menu:last-child {
    margin-right: 0;
}
footer .bottom-line{
    background: #323232;
    padding: 20px 0;
    color: #FFF;
    margin:0;
}

footer .bottom-line .info {
    line-height: 1.4;
    margin: 0 0 5px;
    color: #7e878c;
}

footer .bottom-line .copyright span {
    display:  inline-block;
    vertical-align: middle;
    margin-right: 20px;
    position:  relative;
}

footer .bottom-line .copyright a {
    display: inline-block;
    vertical-align: middle;
    color: #FFF;
    border-bottom: 1px solid #929292;
    margin-right: 13px;
    position:  relative;
    transition: .3s all;
}

footer .bottom-line .copyright a:hover {
    border-color: transparent;
}

footer .bottom-line .copyright span:after, footer .bottom-line .copyright a:after {
    content: '|';
    margin-left: 10px;
    position:  absolute;
    right: -10px;
    top: 0;
}

footer .bottom-line .copyright span:after {
    right: -12px;
}

footer .bottom-line .copyright span:after, footer .bottom-line .copyright a:last-child:after {
    display:  none;
}
footer ul{
padding:0;
}
footer ul li{
list-style-type:none;
}
footer .logo{
width:100%;
}
footer .vk{
margin-top:0;
}

/***** MODALS *****/


.how-modal {
    background: #FFF;
    max-width: 770px;
    margin:  30px auto;
    border-radius: 10px;
    overflow: hidden;
    height: fit-content;
}

.how-modal .modal-wrapper {
    padding: 30px 20px;
}

.how-modal .modal-title {
    font-size:  21px;
    color: #252a34;
    font-weight:  500;
    text-align:  center;
    margin: 0 0 30px;
}

.how-modal .modal-content {
    box-shadow: none;
    border: none;
}

.how-modal .modal-content .info {
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 25px;
    padding: 0 0 5px;
}

.how-modal .modal-content .info p {
    margin: 0 0 20px;
    font-size: 16px;
}

.how-modal .modal-content .info p b {
    font-weight:  500;
}

.how-modal .modal-content .details {
    font-size: 16px;
}

.how-modal .modal-content .details .block {
    color: #424242;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 25px;
    padding: 0 0 5px;
}

.how-modal .modal-content .details .block .title {
    font-size:  21px;
    font-weight:  500;
    color: #252a34;
    margin: 0 0 15px;
}

.how-modal .modal-content .details .block p {margin: 0 0 15px;}

.how-modal .modal-content .details .block ol {
    list-style-type: decimal;
    padding-left: 18px;
}

.how-modal .modal-content .details .block ol li {
    font-size: 16px;
    margin: 0 0 15px;
}

.how-modal .modal-content .details .block:last-child {
    border:  none;
    padding:  0;
}

.how-modal .modal-content .btns {
    margin: 0 0 30px;
    display: inline-block;
    width: 100%;
}

.how-modal .modal-content .btns a {
    width: 47%;
    float: left;
    text-align: center;
    color: #FFF;
    background: #ff2e63;
    line-height: 60px;
    height: 60px;
    font-weight: 500;
    font-size: 20px;
    border-radius: 7px;
    transition: .3s all;
}

.how-modal .modal-content .btns a:hover {
    opacity: .85;
}

.how-modal .modal-content .btns a:first-child {
    margin-right: 6%;
    line-height: 1.2;
    padding-top: 5px;
}

.how-modal .modal-content .imgs {
    padding: 0;
}

.how-modal .modal-content .imgs .photo {
    text-align:  center;
    margin: 0 0 25px;
    border-radius:  7px;
    overflow:  hidden;
}

.how-modal .modal-content .imgs .photo img {
    vertical-align: top;
    width: 100%;
}

.how-modal .modal-map {
    border-radius:  0 0 10px 10px;
    overflow:  hidden;
}

.how-modal .modal-map iframe {
    margin-bottom: -3px;
}

.how-modal .modal-content .search-city {
}

.how-modal .modal-content .search-city input {
    width: 100%;
    display: block;
    line-height: 50px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #CCC;
    margin: 0 0 18px;
    padding: 0 15px;
    font-size: 16px;
}

.how-modal .modal-content .search-city .list {
    column-count: 5;
}

.how-modal .modal-content .search-city .list .block {
    margin: 0 0 15px;
    display:  inline-block;
    width:  100%;
}

.how-modal .modal-content .search-city .list .block .title {
    font-size:  24px;
    font-weight:  500;
    color: #808080;
    margin: 0 0 10px;
    line-height:  1;
}

.how-modal .modal-content .search-city .list .block ul {
     margin: 0;
    padding: 0;
}

.how-modal .modal-content .search-city .list .block ul li {
    margin: 0 0 7px;
    list-style-type:none;
}

.how-modal .modal-content .search-city .list .block ul li a {
    color:  #272727;
    transition: .3s all;
    display: block;
}

.how-modal .modal-content .search-city .list .block ul li a:hover {
    color: #ff2e63;
    transform: translateX(3px);
}

#order-price {
    max-width: 360px;
}

.how-modal .modal-content > p {
    text-align:  center;
    font-size:  17px;
    line-height:  24px;
    color: #757575;
    margin: 0 0 15px;
}

.how-modal .contacts-block .phones a {
    border-radius: 100px;
    padding: 9px 32px 18px 70px;
    display:  block;
    color: #FFF;
    position:  relative;
    height:  60px;
    margin: 0 0 20px;
    -webkit-box-shadow: 0 8px 24px rgba(255, 58, 106,.5);
    box-shadow: 0 8px 24px 0 rgb(255, 58, 106,.5);
}

.how-modal .contacts-block .phones a.green {
    background: #ff2e63;
}

.how-modal .contacts-block .phones a.blue {
    background: #ff2e63;
}

.how-modal .contacts-block .phones a:before {
    content: '\f095';
    position: absolute;
    left: 4px;
    top: 3px;
    width: 54px;
    height: 54px;
    color: #ff2e63;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    text-align: center;
    font: normal normal normal 33px/58px FontAwesome;
    transition: .4s all;
    display: block;
}

.how-modal .contacts-block .phones a span {
    display:  block;
}

.how-modal .contacts-block .phones a span.number {
    font-weight: 500;
    font-size: 27px;
    line-height:  1;
    font-family: sans-serif;
}

.how-modal .contacts-block .phones a span.phone-info {
    margin: 2px 0 0;
    display:  block;
}

.how-modal .contacts-block .phones a:hover:before {
    transform: rotate(360deg);
}

.map-content {
    line-height: 24px;
}

.map-content b {
    font-weight: bold;
    color: #ff2e62;
    font-size: 15px;
}

.map-content span {
    font-size:  16px;
    display:  block;
    font-weight:  bold;
    margin: 0 0 5px;
}

.tooltipster-base {
    max-width: 320px;
}
.mango-callback{
    display: inline-block;
    position: absolute;
    right: -174px;
    z-index:999;
}

/*##### section title ############*/

.contact-block .section-title {
    font-size: 40px;
    font-weight:  500;
    line-height:  1;
    margin: 0 0 40px;
    text-align:  center;
    color: #252a34;
}

.contact-block .section-title span {
    font-size: 20px;
    margin: 15px 0 0;
    display:  block;
    font-weight:  normal;
}

.contact-block .section-title .step-name {
    margin: 20px auto;
    display: block;
    width: 100%;
    text-align: center;
    color: #2abec7;
    font-size: 24px;
    height: 32px;
    line-height: 32px;
    font-weight: bold;
}

/***** CONTACT BLOCK *****/

.adress-block img{
    width:100%;
}
.rating img{
    width:auto;
}

.info .tooltip{
    opacity:1;
    font-size:inherit;
    z-index:inherit;
    line-height:inherit;
}

.contact-block {
    padding: 10px 20px;
    background-color: #ffffff;
    border-top: 12px solid #ffffff;
    font-family: 'Roboto', sans-serif;
}

.contact-block .section-title {
    text-align: left;
}

.contact-block .adress-block .adress {
    border: 1px solid #f93b78;
    position:  relative;
    min-height: 135px;
    margin: 0 0 30px;
}

.contact-block .adress-block .adress a {
    display: block;
    padding: 15px 15px 15px 165px;
    text-decoration: none;
}

.contact-block .adress-block .adress .title {
    position:  absolute;
    left: 9px;
    top: -12px;
    background: #FFF;
    padding: 0 7px;
    font-size: 18px;
    font-weight:  500;
    color: #252a34;
}

.contact-block .adress-block .adress .photo {
    position:  absolute;
    left: 15px;
    top: 15px;
}

.contact-block .adress-block .adress .info {
    font-size: 16px;
    color: #4c4c4c;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.contact-block .adress-block .adress .info > div {
    margin: 2px 0;
}

.contact-block .adress-block .adress .info > span {
    color: #0070c9;
    margin: 5px 0;
    border-bottom: 1px dashed;
    display: inline-block;
}

.contact-block .adress-block .adress a:hover .info span {
    text-decoration: none;
}

.contact-block .adress-block .adress .info .rating {
    line-height:  1;
}

.contact-block .adress-block .adress .info .rating span {
    background: #e7e7e6;
    width:  25px;
    height:  25px;
    line-height: 26px;
    border-radius:  50%;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    text-align:  center;
    margin-right: 8px;
}

.contact-block .adress-block .adress .info .rating img {
    display:  inline-block;
    vertical-align:  middle;
    cursor: help;
}

.contact-block .adress-block .adress.blue {
    border-color: #f93b78;
}

.contact-block .adress-block .adress.red {
    border-color: #f93b78;
}

.map #map {
    width:  100%;
    height: 631px;
    margin: 0 0 30px;
}

.full-contacts {
    width:  100%;
    display:  inline-block;
    vertical-align:  top;
}

.full-contacts .phones {
    float: left;
    width: 64%;
}

.full-contacts .phones .phone {
    float: left;
    text-align: center;
    width: 48%;
    padding: 0 21px;
}

.full-contacts .phones .phone a {
    border-radius: 100px;
    padding: 4px 22px 3px 80px;
    line-height: 1;
    display: block;
    color: #FFF;
    position: relative;
    height: 60px;
    margin: 0 0 10px;
    text-align:  left;
    font-size:  30px;
    overflow: hidden;
    /*-webkit-box-shadow: 0 8px 24px rgba(255, 58, 106,.5);
    box-shadow: 0 8px 24px 0 rgb(255, 58, 106,.5);*/
    z-index: 3;
}

.full-contacts .phones .phone a .number {
    font-weight: 500;
    font-size: 27px;
    line-height: 1;
    font-family: sans-serif;
    font-size: 23px;
}

.full-contacts .phones .phone a .phone-info {
    margin: 2px 0 0;
    display: block;
    font-size: 14px;
}

.full-contacts .phones .phone a:hover:before {
    transform: rotate(360deg);
}

.full-contacts .phones .phone a.green {
    background: #f93b78;
}

.full-contacts .phones .phone a.blue {
    background: #f93b78;
}

.full-contacts .phones .phone span {
    color: #FFF;
    font-size: 16px;
}

.full-contacts .phones .phone a:before {
    content: '\f095';
    position: absolute;
    left: 4px;
    top: 3px;
    width: 54px;
    height: 54px;
    color: #f93b78;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    text-align: center;
    font: normal normal normal 33px/58px FontAwesome;
    transition: .4s all;
    display: block;
}

.full-contacts .socials-block {
    width: 36%;
    float: left;
}

.full-contacts .socials-block .btn-online a {
    background: #f93b78;
    display: block;
    border-radius: 50px;
    height: 60px;
    padding: 11px 30px 6px 75px;
    position: relative;
    /* -webkit-box-shadow: 0 8px 24px rgba(255, 58, 106,.5); */
    /* box-shadow: 0 8px 24px 0 rgba(255, 58, 106,.5); */
}

.full-contacts .socials-block .btn-online a .number {
    color: #FFF;
    display:  block;
    text-align:  left;
    font-size: 22px;
    line-height:  1;
}

.full-contacts .socials-block .btn-online a .phone-info {
    color: #FFF;
    display:  block;
    text-align:  left;
    font-size: 14px;
}

.full-contacts .socials-block .btn-online a:before {
    content:  '\f0f0';
    font-family:  FontAwesome;
    color: #f93b78;
    background: #FFF;
    width: 54px;
    height:  54px;
    display:  block;
    border-radius: 60px;
    text-align:  center;
    line-height: 54px;
    font-size: 30px;
    position:  absolute;
    left: 4px;
    top: 3px;
}

.full-contacts-new .contact-title {
    font-size:  46px;
    color:  #FFF;
    font-weight: 500;
    margin: 0 0 20px;
}

.full-contacts-new .contact-title br {
    display: none;
}

.full-contacts-new .contact-title span {
    display:  block;
    font-size:  18px;
    color: #12fcc6;
    text-transform:  uppercase;
    line-height: 1;
    margin: 0 0 10px;
}

.full-contacts-new .info {
    font-size:  18px;
    line-height: 33px;
    margin: 0 0 40px;
}

.full-contacts-new .info .end-week {
    display: inline-block;
    vertical-align: bottom;
    color: #FFF;
    text-decoration: none;
    font-weight: normal;
}

.full-contacts-new .info span {
    color: #d80101;
    text-decoration: line-through;
    font-weight: 500;
}

.full-contacts-new .contact-block-title {
    font-weight: 500;
    font-size: 22px;
    margin: 0 0 20px;
}

.full-contacts-new .btns {
    margin: 0 0 40px;
}

.full-contacts-new .btns .phone-btn.white a {
    background: transparent;
    border: 1px solid #c8c8c8;
}

.full-contacts-new .btns .phone-btn.white a:hover {
    background: #eee;
    color: #333;
}

.full-contacts-new .form {
    max-width: 510px;
}

.full-contacts-new .form .form-group input {
    height:  78px;
    line-height:  78px;
    background:  #FFF;
}

.full-contacts-new .form .form-group {
    display:  inline-block;
    vertical-align:  top;
    width:  100%;
}

.full-contacts-new .form .form-group input {
    float:  left;
    width: 60%;
    height: 68px;
    line-height: 68px;
    border-radius: 5px 0 0 5px;
    font-size: 18px;
    border: 1px solid #c8c8c8;
    padding: 0 30px;
    border-right:  none;
    /*box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);*/
    font-family: Arial;
}

.full-contacts-new .form .form-group button {
    float: right;
    width: 40%;
    height: 68px;
    line-height: 68px;
    background: #f93b78;
    padding: 0;
    margin: 0;
    color: #FFF;
    border: none;
    font-size: 18px;
    border-radius: 0 5px 5px 0;
    /*box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);*/
    cursor: pointer;
    position: relative;
    overflow: hidden;
    font-weight: 500;
    transition: .3s background;
}

.full-contacts-new .form .form-group button:hover {
    background: #1565c0;
}

.full-contacts-new .form .form-group input[type="checkbox"] {
    display:  none;
}

.full-contacts-new .form .form-group label {
    position:  relative;
    padding-left: 30px;
    display:  block;
    margin: 20px 0 0;
    font-size:  12px;
    line-height: 1.2;
    cursor:  pointer;
    opacity: .8;
    text-align: left;
}

.full-contacts-new .form .form-group label span {
    position: absolute;
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    border: 1.5px solid #f0f2f6;
    opacity: 1;
}

.full-contacts-new .form .form-group input:checked + label span:before {
    content: '\f04d';
    font-family: FontAwesome;
    position: absolute;
    left: 3px;
    top: 1px;
    line-height: 9px;
    font-size: 7px;
    color: #25b856;
    font-weight: normal;
}

.full-contacts-new .form .form-group label a {
    border-bottom: 1px solid #a9a9a9;
    color: #555;
}

.m-call {
    cursor: pointer;
}

/*###### phone btn ##########*/
.phone-btn {
    display:  inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.phone-btn a {
    display: block;
    height: 68px;
    line-height: 68px;
    background: #f93b78;
    border-radius: 5px;
    padding: 0 25px 0 72px;
    position: relative;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    transition: .3s background, .3s color, .3s border-color;
    text-decoration: none;
}

.phone-btn a:hover {
    background: rgba(21, 101, 192, 1);
    opacity: 1;
}

.phone-btn.white a {
    background: #f0f2f6;
    color: #555;
    border: 1px solid #CCC;
}

.phone-btn.white a:hover {
    background: #FFF;
    opacity: 1;
}

.phone-btn:last-child {
    margin-right:  0;
}

.phone-btn a:before {
    content: '\f095';
    font-family:  'FontAwesome';
    position:  absolute;
    left: 26px;
    top: 50%;
    transform:  translateY(-50%);
    font-size: 24px;
}

.phone-btn.white a:before {
    color: #38b86f;
}

/*####### thanks ###########*/
.thanks {
    padding: 78px 0;
    background: #fdfdfd;
}

.thanks .box {
    display:  block;
    margin:  0 auto;
    max-width:  700px;
    background:  #FFF;
    border-radius: 10px;
    padding: 35px 50px 35px 110px;
    position:  relative;
    box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.09);
}

.thanks .box:before {
    content:  '\f00c';
    font-family: FontAwesome;
    position:  absolute;
    left: 35px;
    top: 35px;
    width:  45px;
    height:  45px;
    border-radius:  50%;
    text-align:  center;
    line-height:  45px;
    color: #FFF;
    background: #20a052;
    font-size: 26px;
}

.thanks .box .title {
    font-size: 20px;
    color:  #333;
    font-weight:  bold;
    margin: 7px 0 20px;
}

.thanks .box .text {
    line-height: 26px;
    font-size: 16px;
    color: #333333;
}

.thanks .box .text p {
    margin: 0 0 20px;
}

.thanks .box .text p span {
    background: #fff9c7;
    padding: 2px 4px;
}

.thanks .box .text p a {
    color: #2196f3;
}

.thanks .box .socials > b {
    font-weight: 500;
    margin: 0 0 10px;
    display: block;
    color: #333;
    font-size: 16px;
}

.thanks .box .socials ul {
    display:  inline-block;
    width: 100%;
}

.thanks .box .socials ul li {
    width: 170px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
}

.thanks .box .socials ul li a {
    background: #4b74a0;
    display:  inline-block;
    width: 100%;
    font-size: 16px;
    color: #FFF;
    border-radius: 5px;
    transition: .3s all;
}

.thanks .box .socials ul li a:hover {
    opacity: .85;
    transform: scale(0.98);
}

.thanks .box .socials ul li a i {
    display:  inline-block;
    margin-right: 7px;
    font-size: 22px;
    vertical-align:  middle;
    position:  relative;
    top: -2px;
}

.thanks .box .socials ul li.inst a {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

footer .footer-tel{
    margin-top:10px;
}
footer .footer-tel i{
    color:#b4b5b6;
}
footer .footer-tel a{
    font-size:14px;
    display: inline;
}

.how-modal .modal-content .btns-100 a{
    width: 100%;
    padding-top: 18px!important;
    font-size: 23px;
}

@media (max-width: 767px) {
    #widget-call-from-site .widget-wrapper .close-popup, .mango-callback .widget-wrapper .close-popup, .mng-wgt .widget-wrapper .close-popup, .widget-wrapper .widget-wrapper .close-popup {
        width: 16px;
        height: 16px;
        background: url(/images/close.svg) no-repeat;
        position: absolute;
        top: 60px!important;
        right: 30px!important;
        z-index: 10;
        cursor: pointer;
    }
    .info .tooltip{
        position:inherit;
    }
}

/* HEADER */

.head_info {
    background: #f3f7fa;
    /*display:none!important; */
}
.top_header .block-phone{
    padding-top: 10px;
    padding-left: 0;
}
.address-first, .address-second{
    margin-left: 25px;
}
.address a{
    display: inline-block;
}
.address .clean-padding{
    padding:0;
    text-align: left;
}

.logo_small {
    width: 40px;
    display: none;
}

.logo_small img {
    max-width: 100%;
}

.bs-callout.bs-callout-info {
    background: #f3f7fa;
    margin-top: 12px;
}

div#bs-example-navbar-collapse-1 {
    padding: 0;
}

a.close2 {
    color: #000;
    float: right;
    display: block;
    border: 2px solid #000;
    border-radius: 50%;
    height: 23px;
    width: 23px;
    text-align: center;
    line-height: 1;
    padding-top: 2px;
    font-weight: 700;
    margin-top: -25px;
    margin-right: -18px;
    text-decoration: none;
}

header {
    position: relative;
    width: 100%;
    z-index: 17;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .15);
   /* top: 0 !important; */
}

header.sticky {
    position: fixed;
    top: 0;
    left: 0;
}

.top_header {
    position: relative;
    z-index: 1000;
    background: #fff;
    background-color: rgba(250, 250, 250, 0.95);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px);
    padding-top: 15px;
}

a.header_tel {
    color: #428bca;
    font-size: 20px;
    line-height: 0.8;
    display: inline-block;
    padding-top: 0;
    margin-bottom: 0px
}

a.header_tel:hover {
    color: #2a6496;
}

.time {
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    padding: 0;
    color: #666666;
    text-align: center;
    padding-top: 4px;
}

.address {
    color: #3399cc;
    text-align: center;
    padding: 0!important;
    font-size: 13px;
}

.gorod span {
    margin-top: 2px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 14px;

}

.gorod a:hover {
    border-bottom: 1px dashed;
}

.navbar-nav.gorod > li > a {
    padding-top: 0px;
    padding: 0;
    line-height: 1;
    margin-top: 2px;
    margin-left: 5px;
}

nav.navbar.navbar-default {
    border: 0;
    background-color: rgba(160, 160, 160, 0.93);
    margin-bottom: 0;
    border-radius: 0;
    min-height: 30px;
    background: #5a5a5a;
    background-color: rgba(50, 50, 50, 0.8);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px);
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
    color: #fff;
    font-size: 15px;
    padding: 7px 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: inline-block;
}

.navbar-default .navbar-nav > li > a.new {
    padding-right: 0;
}

.content {
    margin-top: 12px;
}

a.new {
    position: relative;
    font-weight: bold;
    margin-top: -1px;
}

.new span {
    margin-top: 0;
    position: absolute;
    color: #fe1b75;
    margin-left: 4px;
    background: #01b9ab;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    font-size: 0;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: rgba(255, 255, 255, 1);
    background-color: transparent;
}

ul.nav.navbar-nav.full-width {
    display: flex;
    justify-content: space-between;
}

ul.nav.navbar-nav.full-width li {
    flex-grow: 1;
}

ul.nav.navbar-nav.full-width li.last {
    flex-grow: 0;
}

ul.nav.navbar-nav.gorod {
    font-size: 12px;
    line-height: 1;
    margin-top: 3px;
}

.nav.gorod > li > a:focus, .nav.gorod > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}

ul.nav.navbar-nav.full-width li.sub {
    position: relative;
}

ul.nav.navbar-nav.full-width li.sub a + ul {
    position: absolute;
    left: -12px;
    top: 34px;
    width: 440px;
    height: auto;
    background: #333333;
    z-index: 3;
    list-style-type: none;
    padding: 0;
    padding: 5px 12px 15px;
    display: none;
    flex-wrap: wrap;
}

ul.nav.navbar-nav.full-width li.sub a + ul li {
    float: none;
    display: block;
    flex-grow: inherit;
    border-bottom: 1px solid #666666;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 2 - 10px / 2);
    transition: .3s all;
    margin-right: 10px;
}

ul.nav.navbar-nav.full-width li.sub a + ul li:nth-child(2n) {
    margin-right: 0;
}

ul.nav.navbar-nav.full-width li.sub a + ul li a {
    color: #c6c6c6;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 5px 12px 7px;
    margin: 5px 0 5px;
    transition: .3s all;
}

ul.nav.navbar-nav.full-width li.sub:hover a + ul {
    display: flex;
}

/*ul.nav.navbar-nav.full-width li.sub a + ul li:last-child {
    border-bottom: none;
}*/

ul.nav.navbar-nav.full-width li.sub a + ul li a:hover {
    color: #FFF;
}

ul.nav.navbar-nav.full-width li.sub a + ul li:hover {
    border-color: #FFF;
}

.mobail_header {
    display: none
}

.logo_min {
    display: none
}
.no-modal-style .modal-content{
    border:none;
    box-shadow:none;
    margin-bottom: 50px;
}
.no-modal-style .modal-content .btns a {
    width: 47%;
    float: left;
    text-align: center;
    color: #FFF;
    background: #ff2e63;
    line-height: 60px;
    height: 60px;
    font-weight: 500;
    font-size: 20px;
    border-radius: 7px;
    transition: .3s all;
}
.no-modal-style .modal-content .btns {
    margin: 0 0 30px;
    display: inline-block;
    width: 100%;
}
.no-modal-style .modal-content .imgs .photo {
    text-align: center;
    margin: 0 0 25px;
    border-radius: 7px;
    overflow: hidden;
}
.no-modal-style .modal-content .imgs .photo img{
    border-radius: 7px;
    width: 100%;
}
.no-modal-style .modal-content .btns a{
    margin: auto;
    display: block;
    float: none;
}
.no-modal-style .modal-content .details {
    font-size: 16px;
}
.no-modal-style .modal-content .info {
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 25px;
    padding: 0 0 5px;
    font-size: 16px;
}
.no-modal-style .modal-wrapper{
    margin-top:20px;
}
.no-modal-style .modal-content .details .block {
    color: #424242;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 25px;
    padding: 0 0 5px;
}
.no-modal-style .modal-content .details .block .title {
    font-size: 21px;
    font-weight: 500;
    color: #252a34;
    margin: 0 0 15px;
}
.no-modal-style .modal-title {
    font-size: 21px;
    color: #252a34;
    font-weight: 500;
    text-align: center;
    margin: 0 0 30px;
}
.no-head-info .head_info{
   display:none!important; 
}

@media (max-width: 1200px) {
    .logo_min {
        display: block
    }

    .logo_full {
        display: none
    }

    .logo_small {
        display: block;
    }

    .order-tabs .order-tab .inner {
        /*height: 550px;*/
    }
}

@media (max-width: 992px) {
    .wrap-block-contacts{
        margin-top: 10px;
    }
    .wrap-block-contacts .you_syti ul{
        margin: 0!important;
        margin-top: 10px!important;
    }
    .wrap-block-contacts .time, 
    .wrap-block-contacts .you_syti,
    .wrap-block-contacts .header_tel{
        
    }
    .flex {
        display: flex;
        flex-wrap: nowrap;
        flex-flow: column;
        height: 100%;
        justify-content: space-between;
    }

    .order-tabs .order-tab .inner {
        height: auto;
    }

    .mobail_header {
        display: block;
        box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .15);
    }

    header {
        display: none
    }

    .navbar-toggle .icon-bar {
        display: block;
        top: 0;
        left: 0;
        width: 48px;
        height: 48px;
    }

    .navbar-toggle .icon-bar .child {
        background: #333;
        height: 1px;
        display: block;
    }

    .row.header_top {
        /*padding-top: 7px;
        padding-bottom: 7px;*/
        z-index: 33;
        position: relative;
        background: #fff;
    }

    .row.header_top img {
        max-width: 123px !important;
    }

    .row.header_top img.call {
        max-width: 30px !important;
        margin-top: -2px;
    }

    .mobail_header .navbar-collapse {
        display: none
    }

    .navbar-toggle {
        display: block !important;
    }

    .mobail_header {
        padding-top: 0;
        background: #fff;
        position: relative;
        z-index: 16000161;
        top: 0;
        width: 100%;
        max-height: 100vh;
        overflow: hidden;
    }
    
    .mobail_header.sticky {
        position: fixed;
    }
    
    .mobail_header.vysata {
        position: fixed;
    }

    .content {
        margin-top: 34px !important;
    }

    .head_info {
        margin-top: 51px;
    }

    a.close2 {
        margin: 0;
    }

    button.navbar-toggle {
        margin: 0;
        padding: 0;
    }

    ul.nav.navbar-nav.full-width {
        padding: 6px 0 6px;
        display: flex;
        flex-flow: column;
        height: 100%;
        margin: 0;
        flex-wrap: nowrap;
    }

    ul.nav.navbar-nav.full-width li {
        flex-grow: 0;
    }

    .navbar-collapse {
        background: #5a5a5a;
        margin-bottom: 0;
        margin-top: 0;
        height: calc(100% - 43px);
        padding: 0;
        border: 0 !important;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        color: #fff;
        font-size: 15px;
        padding: 6px 15px;
    }

    .navbar-nav > li > a:hover {
        background: transparent
    }

    ul.nav.navbar-nav.full-width li.sub a + ul {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        padding: 5px 12px 0;
    }

    ul.nav.navbar-nav.full-width li.sub:hover a + ul {
        display: none;
    }

    .mob_info {
        background: #fff;
        margin-left: -15px;
        margin-right: -15px;
        position: relative;
        width: calc(100% + 30px);
        flex-grow: 1;
    }

    .address {
        font-size: 14px;
        padding-top: 15px;
        padding-bottom: 15px;
        float: none;
        text-align: left;
        padding-left: 15px;
        margin-top:20px;
    }

    .address .row {
        margin: 0 15px;
    }

    .address .row > div a {
        margin: 0 0 15px;
        display: block;
    }

    .address .row > div:last-child a {
        margin: 0;
    }

    .time {
        font-size: 14px;
        margin-bottom: 5px;
        border: 0;
    }

    a.header_tel {
        display: block;
        text-align: center;
        font-size: 24px;

    }

    ul.nav.navbar-nav.gorod {
        margin: 10px;
        font-size: 12px;
        display: inline-block;
        float: none;
    }

    .you_syti li {
        float: left;
        padding: 0;
    }

    .you_syti {
        text-align: center;
    }

    .navbar-nav.gorod > li > a {
        color: #428bca;
        font-size: 12px;
        margin-top: 0;
    }

    .noscroll {
        overflow: hidden !important;
        height: 1px !important;
    }

    .noscroll body {
    }

    .navbar-nav > li.active > a {
        color: rgba(255, 255, 255, 0.65);
    }
}

@media (max-width: 768px) {
    .container {
        width: 100%;
    }
    .mango-callback {
        display: inline-block;
        position: inherit;
        right: auto;
        z-index: 999;
        margin-top: 20px!important;
    }
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }

    .navbar-nav .open .dropdown-menu {
        display: block;
    }
}
@media (max-width: 374px){
    .contact-block .adress-block .adress .info .rating img {
        max-width: 95px;
    }
}

/* HEADER END */

.margin-30{
    margin-bottom: 30px;
    margin-top: 30px;
}

/***** CONTACT SECTION *****/


.repair-block .contact-section {
    background: url('../img/bg/contact-section.png') no-repeat center center;
    margin: 50px 0;
    padding: 115px 0;
    color: #FFF;
}

.repair-block .contact-section .container {
    padding: 0 75px;
}

.repair-block .contact-section .contact-title {
    font-size:  46px;
    color:  #FFF;
    font-weight: 500;
    margin: 0 0 20px;
}

.repair-block .contact-section .contact-title br {
    display: none;
}

.repair-block .contact-section .contact-title span {
    display:  block;
    font-size:  18px;
    color: #12fcc6;
    text-transform:  uppercase;
    line-height: 1;
    margin: 0 0 10px;
}

.repair-block .contact-section .info {
    font-size:  18px;
    line-height: 33px;
    margin: 0 0 40px;
}

.repair-block .contact-section .info .end-week {
    display: inline-block;
    vertical-align: bottom;
    color: #FFF;
    text-decoration: none;
    font-weight: normal;
}

.repair-block .contact-section .info span {
    color: #d80101;
    text-decoration: line-through;
    font-weight: 500;
}

.repair-block .contact-section .contact-block-title {
    font-weight: 500;
    font-size: 22px;
    margin: 0 0 20px;
}

.repair-block .contact-section .btns {
    margin: 0 0 40px;
}

.repair-block .contact-section .btns .phone-btn.white a {
    background: transparent;
    border: 1px solid #c8c8c8;
    color: #FFF;
}

.repair-block .contact-section .btns .phone-btn.white a:hover {
    background: #eee;
    color: #333;
}

.repair-block .contact-section .form {
    max-width: 510px;
}

.repair-block .contact-section .form .form-group input {
    height:  78px;
    line-height:  78px;
    background:  #FFF;
}

.repair-block .contact-section .form .form-group {
    display:  inline-block;
    vertical-align:  top;
    width:  100%;
}

.repair-block .contact-section .form .form-group input {
    float:  left;
    width: 60%;
    height: 68px;
    line-height: 68px;
    border-radius: 5px 0 0 5px;
    font-size: 18px;
    border: 2px solid #ededef;
    padding: 0 30px;
    border-right:  none;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.repair-block .contact-section .form .form-group button {
    float: right;
    width: 40%;
    height: 68px;
    line-height: 68px;
    background: #f93b78;
    padding: 0;
    margin: 0;
    color: #FFF;
    border: none;
    font-size: 18px;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    font-weight: 500;
    transition: .3s background;
}

.repair-block .contact-section .form .form-group button:hover {
    background: #1565c0;
}

.repair-block .contact-section .form .form-group input[type="checkbox"] {
    display:  none;
}

.repair-block .contact-section .form .form-group label {
    position:  relative;
    padding-left: 30px;
    display:  block;
    margin: 20px 0 0;
    font-size:  12px;
    line-height: 1.2;
    cursor:  pointer;
    color: #FFF;
    opacity: .8;
}

.repair-block .contact-section .form .form-group label span {
    position: absolute;
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    border: 1.5px solid #f0f2f6;
    opacity: 1;
}

.repair-block .contact-section .form .form-group input:checked + label span:before {
    content: '\f04d';
    font-family: FontAwesome;
    position: absolute;
    left: 3px;
    top: 1px;
    line-height: 9px;
    font-size: 7px;
    color: #25b856;
    font-weight: normal;
}

.repair-block .contact-section .form .form-group label a {
    color: #FFF;
    border-bottom: 1px solid #a9a9a9;
}

/** REPAIR PRICE **/
.repair .container {
    background: #f4f5f8;
    padding: 50px 0;
    background-color: #f7f8f9;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdâ€¦B5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%,color-stop(0, rgb(255, 255, 255)),color-stop(1, rgb(238, 240, 243)));
    background-image: -webkit-linear-gradient(top,rgb(255, 255, 255) 0%,rgb(238, 240, 243) 100%);
    background-image: linear-gradient(to bottom,rgb(255, 255, 255) 0%,rgb(238, 240, 243) 100%);
    background-image: -ms-linear-gradient(top,rgb(255, 255, 255) 0%,rgb(238, 240, 243) 100%);
}

.repair .section-title {
    text-align:  left;
    font-size: 40px;
    color: #333333;
    padding: 0 60px;
}

.repair .repair-block {
    padding: 0 60px;
    margin-top: 30px;
}

.repair .repair-block .types,
.repair .repair-block .types-treidin {
    margin: 0 0 24px;
}

.repair .repair-block .types span,
.repair .repair-block .types-treidin span{
    display:  inline-block;
    vertical-align:  middle;
    font-size: 22px;
    font-weight: 500;
    color: #333333;
}

.repair .repair-block .types ul,
.repair .repair-block .types-treidin ul{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

.repair .repair-block .types ul li,
.repair .repair-block .types-treidin ul li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.repair .repair-block .types ul li a,
.repair .repair-block .types-treidin ul li a{
    background: #FFF;
    display:  block;
    height:  38px;
    line-height: 38px;
    color: #b2b2b2;
    border: 1px solid #CCC;
    padding: 0 18px;
    border-radius: 50px;
    font-size:  18px;
    transition: .3s background, .3s color, .3s border-color, .3s box-shadow;
}

.repair .repair-block .types ul li.active a,
.repair .repair-block .types-treidin ul li.active a{
    background: #ffffff;
    color: #0d94f6;
    border: 1px solid #0d94f6;
}

.repair .repair-block .types ul li a:hover,
.repair .repair-block .types-treidin ul li a:hover{
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    color: #333;
}

.repair .repair-block .models {
    margin: 0 0 24px;
}

.repair .repair-block .models .model-block,
.repair .repair-block .models .model-block-treidin{
    display: none;
}

.repair .repair-block .models .model-block.open,
.repair .repair-block .models .model-block-treidin.open{
    display: block;
}

.repair .repair-block .models .model-block ul,
.repair .repair-block .models .model-block-treidin ul{
    display:  inline-block;
    vertical-align:  top;
    width:  100%;
    padding: 0;
    list-style: none;
}

.repair .repair-block .models .model-block ul li,
.repair .repair-block .models .model-block-treidin ul li{
    width:  162px;
    float:  left;
    margin: 0 15px 15px 0;
}

.repair .repair-block .models .model-block ul li a,
.repair .repair-block .models .model-block-treidin ul li a{
    font-size: 18px;
    display: block;
    color: #b2b2b2;
    border: 1px solid #CCC;
    text-align: center;
    height: 46px;
    line-height: 46px;
    border-radius: 7px;
    background: #FFF;
    white-space: nowrap;
    transition: .3s background, .3s color, .3s border-color, .3s box-shadow;
}

.repair .repair-block .models .model-block ul li.active a,
.repair .repair-block .models .model-block-treidin ul li.active a{
    background: #ffffff;
    color: #0d94f6;
    border: 1px solid #2096f3;
}

.repair .repair-block .models .model-block ul li a:hover,
.repair .repair-block .models .model-block-treidin ul li a:hover{
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    color: #333;
    border: 1px solid #CCC;
}

.repair .repair-block .models .model-block ul li:nth-child(6n) {
    margin-right:  0;
}

.repair .repair-block .problems > .title {
    color: #333333;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 24px;
}

.repair .repair-block .problems .problem-block,
.repair .repair-block .problems .problem-block-treidin{
    display: none;
}

.repair .repair-block .problems .problem-block.open,
.repair .repair-block .problems .problem-block-treidin.open{
    display: block;
}

.repair .repair-block .problems .problem-block.open .problem-list .row > div,
.repair .repair-block .problems .problem-block-treidin.open .problem-list .row > div{
    display: block;
}

.repair .repair-block .problems .problem-block.open .problem-list .row > div > a,
.repair .repair-block .problems .problem-block-treidin.open .problem-list .row > div > a{
    color: inherit;
}

.repair .repair-block .problems .problem-block .problem-list .row > div.open,
.repair .repair-block .problems .problem-block-treidin .problem-list .row > div.open{
    display: block;
}

.repair .repair-block .problems .problem-block .problem-list .row > div.more {
    display: block;
}

.repair .repair-block .problems .problem-block .problem-list .item,
.repair .repair-block .problems .problem-block-treidin .problem-list .item{
    position: relative;
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 7px;
    margin: 0 0 20px;
    height: 88px;
    cursor: pointer;
    transition: .3s box-shadow;
    color: inherit;
    display: block;
}

.repair .repair-block .problems .problem-block .problem-list .item:hover,
.repair .repair-block .problems .problem-block-treidin .problem-list .item:hover{
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.repair .repair-block .problems .problem-block .problem-list .item .icon,
.repair .repair-block .problems .problem-block-treidin .problem-list .item .icon{
    position:  absolute;
    left: 30px;
    top: 50%;
    transform:  translateY(-50%);
    width:  32px;
    text-align:  center;
}

.repair .repair-block .problems .problem-block .problem-list .name,
.repair .repair-block .problems .problem-block-treidin .problem-list .name{
    position:  absolute;
    left: 100px;
    top: 50%;
    transform:  translateY(-50%);
    max-width: 75%;
}

.repair .repair-block .problems .problem-block .problem-list .name .title,
.repair .repair-block .problems .problem-block-treidin .problem-list .name .title{
    font-size: 18px;
    max-width:  100%;
    overflow:  hidden;
    white-space:  nowrap;
    text-overflow:  ellipsis;
}

.repair .repair-block .problems .problem-block .problem-list .name .more-info,
.repair .repair-block .problems .problem-block-treidin .problem-list .name .more-info{
    font-size: 15px;
    color: #b0b0b0;
}

.repair .repair-block .problems .problem-block .problem-list .more .item,
.repair .repair-block .problems .problem-block-treidin .problem-list .more .item {
    background:  transparent;
    border:  none;
    line-height:  88px;
    font-weight: 500;
    font-size: 18px;
    color: #2196f3;
    padding-left: 85px;
    transition: .3s color;
}

.repair .repair-block .problems .problem-block .problem-list .more .item:hover,
.repair .repair-block .problems .problem-block-treidin .problem-list .more .item:hover{
    color: #1565c0;
}

.repair .repair-block .problems .problem-block .problem-list .more .item:before {
    content:  '...';
    position:  absolute;
    left: 26px;
    top: 6px;
    font-size: 50px;
    line-height: 1;
}

.repair .repair-block .problems .problem-block .problem-list .more .item:hover {
    box-shadow: none;
}

.repair .repair-block .problems .problem-block .problem-list .more .item .mob-text {
    display: none;
}

.repair .not-repair {
    padding: 0 65px;
    margin: 10px 0 0;
}

.repair .not-repair .title {
    color: #333;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 22px;
}

.repair .not-repair .title span {
    display:  block;
    font-size: 18px;
    font-weight:  normal;
    line-height: 1;
    margin: 5px 0 0;
}
.repair .contact-section{
    display:none;
}
.repair .contact-section.active{
    display:block;
}
.phone-btn {
    display:  inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.phone-btn a {
    display: block;
    height: 68px;
    line-height: 68px;
    background: #f93b78;
    border-radius: 5px;
    padding: 0 25px 0 72px;
    position: relative;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    transition: .3s background, .3s color, .3s border-color;
}

.phone-btn a:hover {
    background: rgba(21, 101, 192, 1);
    opacity: 1;
}

.phone-btn.white a {
    background: #f0f2f6;
    color: #555;
    border: 1px solid #CCC;
}

.phone-btn.white a:hover {
    background: #FFF;
    opacity: 1;
}

.phone-btn:last-child {
    margin-right:  0;
}

.phone-btn a:before {
    content: '\f095';
    font-family:  'FontAwesome';
    position:  absolute;
    left: 26px;
    top: 50%;
    transform:  translateY(-50%);
    font-size: 24px;
}

.phone-btn.white a:before {
    color: #38b86f;
}
.repair .contact-section .form .form-group input {
    float: left;
    width: 60%;
    height: 68px;
    line-height: 68px;
    border-radius: 5px 0 0 5px;
    font-size: 18px;
    border: 2px solid #ededef;
    padding: 0 30px;
    border-right: none;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.repair .repair-block .problems .problem-block-treidin.open .problem-list .row > div {
    display: block;
}
.repair-block .contact-section{
    display:none;
}
.repair-block .contact-section.active{
    display:block;
    margin-top: 25px;
}
.repair-block .contact-section {
    background: none;
    margin: 0;
    padding: 0;
    color: inherit;
    margin-bottom: 50px;
}
.repair-block .contact-section .form .form-group label, .repair-block .contact-section .form .form-group label a{
    color:#333;
}
.problem-list .item.active{
    color: #0d94f6!important;
    border: 1px solid #2096f3!important;
}
.problem-list .item.active .price-treidin-block{
    color: #0d94f6!important;
}
.repair .repair-block .models .model-block ul li a:hover, .repair .repair-block .models .model-block-treidin ul li a:hover{
    text-decoration:none;
}
.repair .repair-block .models .model-block ul li a:focus, .repair .repair-block .models .model-block-treidin ul li a:focus{
    text-decoration:none;
}
.repair .repair-block .types ul li.active a:hover, .repair .repair-block .types-treidin ul li.active a:hover{
    text-decoration:none;
}
.repair .repair-block .models .model-block-treidin ul li a.active{
    background: #ffffff;
    color: #0d94f6;
    border: 1px solid #0d94f6;
}
.repair .price-treidin{
    color: inherit;
    text-decoration: none;
    font-size: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.repair .price-treidin-block{
    position: absolute;
    bottom: 7%;
    color: #616161;
    font-size: 15px;
    text-align: center;
    width: 100%;
}
@media only screen and (max-width: 480px){
   .repair .repair-block .types ul, .repair .repair-block .types-treidin ul {
        margin-top: 20px;
    } 
}


/***** REPAIR BOTTOM *****/


/***** PRICE BTN MANGO *****/


.td-choose .mango-callback {
    display: inline-block;
    vertical-align: top;
    position: relative;
    left: 0;
    top: 0;
    max-width: 190px;
}

.td-choose .mango-callback button {
    background-color: #fff;
    background-image: none;
    background-position: 50% 50%;
    background-size: 100% 100%;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15), 0 1px 5px 1px rgba(0, 0, 0, 0.15);
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    max-width: 100%;
    padding: 8px 16px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    max-width: 156px;
}

@media only screen and (max-width: 1199px){
    .td-choose .mango-callback button {
        max-width: 42px;
    }
    
    .categories-list.no-price .product-title a, .categories-list.no-price .product-title span {
        font-size: 1.8rem;
    }
}


/***** MOBILE BTNS *****/


.mobile-contact-btns {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #FFF;
    max-width: 100%;
    overflow: hidden;
    z-index: 99;
}

.mobile-contact-btns ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-contact-btns ul li {
    width: 50%;
    float: left;
    text-align: center;
}

.mobile-contact-btns ul li a {
    height: 45px;
    line-height: 45px;
    display: block;
    color: #FFF;
    width: 100%;
    font-size: 20px;
    cursor: pointer;
    background: #59267c;
    text-decoration: none;
}

.mobile-contact-btns ul li.wa a {
    background: #25d366;
}

.mobile-contact-btns ul li.tl a {
    background: #0088cc;
}

.mobile-contact-btns ul li a i {
    margin-right: 5px;
    font-size: 22px;
}

.mobile-contact-btns ul li.tl a i {
    font-size: 20px;
    margin-right: 10px;
}

.mobile-contact-btns ul li a i.fa-viber {
    background: url(/template/img/icons/viber.svg) no-repeat center center;
    width: 20px;
    height: 20px;
    background-size: contain;
    vertical-align: middle;
    margin-bottom: 4px;
}

.mobile-call-btn {
    position: fixed;
    right: 30px;
    bottom: 80px;
    z-index: 330;
    display: none;
    z-index: 99;
}

.mobile-call-btn a {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #08c;
    border-radius: 100px;
    text-align: center;
    color: #FFF;
    font-size: 24px;
}

.mobile-call-btn a i {
    position: relative;
    z-index: 10;
}

.mobile-call-btn a:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    transition: all .5s;
    top: -10px;
    left: -10px;
    width: 80px;
    height: 80px;
    background-color: #08c;
    -webkit-animation: callback-btn-inner 1.5s ease-in-out infinite;
    animation: callback-btn-inner 1.5s ease-in-out infinite;
}

.mobile-call-btn a:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    transition: all .5s;
    top: -30px;
    left: -30px;
    background-color: transparent;
    border: .125rem solid #08c;
    width: 120px;
    height: 120px;
    -webkit-animation: callback-btn-outer 1.5s ease-in-out infinite;
    animation: callback-btn-outer 1.5s ease-in-out infinite;
}

.repair .repair-block .models .model-block-treidin ul li:nth-child(6n) {
    margin-right: 0;
}


@-webkit-keyframes callback-btn-inner {
    0% {
        transform: rotate(0) scale(.6) skew(1deg);
        opacity: 0
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    to {
        transform: rotate(0) scale(.6) skew(1deg);
        opacity: .2
    }
}

@keyframes callback-btn-inner {
    0% {
        transform: rotate(0) scale(.6) skew(1deg);
        opacity: 0
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    to {
        transform: rotate(0) scale(.6) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes callback-btn-outer {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .01
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    to {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .01
    }
}

@keyframes callback-btn-outer {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .01
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    to {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .01
    }
}


@media (max-width: 767px) {
    .mobile-call-btn {
        display: block;
    }
    .repair .repair-block .models .model-block ul li, .repair .repair-block .models .model-block-treidin ul li{
        width: calc(50% - 15px);
    }
    .repair .repair-block .models .model-block ul li a, .repair .repair-block .models .model-block-treidin ul li a{
        font-size:14px;
    }
    .repair .repair-block .types ul li, .repair .repair-block .types-treidin ul li{
        margin-left:0;
    }
}

.ny_2020 {display: none;width: 100%;margin: 34px 0 0;}
.ny_2020 img {width: 100%;}
@media (max-width: 992px) {.ny_2020 {display: block;margin: 0;}.banner {padding-top: 30px !important;}}
@media (max-width: 479px) {.ny_2020 {margin: 34px 0 0;}}

/***** NEWS IMAGE BLOCK *****/


.new_image_block {
    background: linear-gradient(332.95deg, #FF1578 2.76%, #0073DE 44.73%, #00B9AB 84.15%), linear-gradient(145.59deg, #F0F8FF 10.82%, #FFF1F9 46.02%, #E2FFF6 81.22%), #F4FAFF;
    border-radius: 8px;
    font-size: 15px;
    color: #FFF;
    text-align: center;
    padding: 20px 30px 30px;
    margin: 0 0 30px;
    border: none;
    box-shadow: none;
}

.new_image_block .title {
    font-size: 22px;
    margin: 0 0 20px;
}

.new_image_block ul {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
}

.new_image_block ul li {
    text-align: left;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 30px 20px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}

.new_image_block ul li i {
    font-size: 28px;
    display: block;
    margin: 0 0 12px;
}

.new_image_block ul li:first-child {
    margin-left: 0;
}

.new_image_block ul li:last-child {
    margin-right: 0;
}

.new_image_block .title span {
    display: inline-block;
    vertical-align: bottom;
}

/*.new_image_block ul li:after {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    font-family: FontAwesome;
    font-weight: bold;
    font-size: 19px;
    line-height: 1;
}*/

.btn-opacity {
    background: rgba(255, 255, 255, 0.3);
    color: #FFF;
    text-align: center !important;
    justify-content: center;
    border: 1px solid #FFF;
    transition: .3s background, .3s border-color, .3s color;
}

.btn-opacity:hover {
    background: #FE1C75;
    border-color: #FE1C75;
    color: #FFF;
}

@media(max-width: 991px) {
    .new_image_block ul li {
        margin: 0 auto 20px !important;
        display: block;
    }
}


@media(max-width: 767px){
    .new_image_block ul li {
        width: 100%;
        float: none;
        max-width: 330px;
        margin: 0 auto 15px;
        text-align: center;
        font-weight: 500;
        font-size: 15px;
    }
    
    .new_image_block ul li:last-child {
        margin-bottom: 20px;
    }
    
    .new_image_block ul li i {
        margin: 0px 0 3px;
        color: rgba(255, 255, 255, 0.8705882352941177);
    }
    
    .new_image_block .title {
        font-size: 22px;
        width: 500px;
        margin: 0 auto 20px;
        max-width: 100%;
    }
    
    .new_image_block .title br {
        display: none;
    }
    
    .new_image_block .subtitle {
        font-size: 16px;
    }
    
    .new_image_block {
        padding: 16px 20px 30px;
    }
}

@media(max-width: 424px){
    .new_image_block .title {
        font-size: 18px;
    }
    .new_image_block .title br {
        display: none;
    }
}

@media(max-width: 374px){
    .new_image_block .title {
        font-size: 16px;
    }
}

/***** Q-A *****/


.qa {
    padding: 70px 20px;
    border-top: 12px solid #f0f2f6;
    background-color: #f0f2f6;
    margin: 30px 0 0;
}

.qa .section-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 40px;
    text-align: center;
    color: #252a34;
}

.qa .qa-list .item .block-title {
    border-top: 1px solid #dfdfde;
    padding: 17px 0;
    font-size: 20px;
    font-weight:  500;
    color: #252a34;
    position:  relative;
    cursor: pointer;
    transition: .3s all;
}

.qa .qa-list .item .block-title:hover {
    color: #ff2f61;
    cursor: pointer;
}

.qa .qa-list .item.open .block-title {
    color: #ff2f61;
}

.qa .qa-list .item .block-title:after {
    content: '\f107';
    position:  absolute;
    right: 15px;
    top: 11px;
    font: normal normal normal 32px/1 FontAwesome;
    color: #403f3f;
    transition: .3s all;
}

.qa .qa-list .item.open .block-title:after {
    transform: rotate(-180deg);
}

.qa .qa-list .item .block-content {
    display:  none;
    padding-right: 350px;
}

.qa .qa-list .item.open .block-content {

}

.qa .qa-list .item .block-content p {
    color: #4c4c4c;
    line-height: 1.6;
    margin: 0 0 10px;
    font-size: 16px;
}

@media(max-width: 767px){
    .qa {
        padding: 30px 0;
    }
    
    .qa .section-title {
        font-size: 25px;
        margin: 0 0 25px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .qa .qa-list .item .block-title {
        padding: 13px 0;
        font-size: 18px;
    }
    
    .qa .qa-list .item .block-title {
        padding: 13px 0;
        font-size: 16px;
        padding-right: 35px;
    }
    
    .qa .qa-list .item .block-title:after {
        top: 9px;
        font: normal normal normal 26px/1 FontAwesome;
    }
    
    .qa .qa-list .item .block-content p {
        line-height: 1.4;
        margin: 0 0 10px;
        font-size: 14px;
    }
}



/***** NEW ITEM SIDEBAR *****/


.new-info-cart {
    background: #FFFFFF;
    border: 1px solid #e7e7e6;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
}

.new-info-cart .item_labels {
    margin: 0 0 13px;
}

.new-info-cart .item_labels .item {
    border: 1px solid #00975E;
    padding: 6px 15px;
    line-height: 1;
    font-size: 13px;
    line-height: 1;
    color: #00975E;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    margin-right: 5px;
    margin-bottom: 7px;
}

.new-info-cart .item_labels .item i {
    margin-right: 7px;
    font-size: 16px;
}

.new-info-cart .item_title {
    margin: 0 0 20px;
}

.new-info-cart .item_title h1 {
    font-weight: 400;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    margin: 0;
}

.new-info-cart .item_garant {
    font-size: 14px;
    line-height: 14px;
    color: #828282;
}

.new-info-cart .item_line {
    width: 100%;
    height: 1px;
    background: #EAEAEA;
    margin: 20px 0;
}

.new-info-cart .item_garant i {
    font-size: 18px;
    vertical-align: text-bottom;
    margin-right: 5px;
    color: #828282;
}

.new-info-cart .block_title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: #000000;
    margin: 0 0 20px;
}

.new-info-cart .item_tradein .choice {
    margin: 0 0 20px;
}

.new-info-cart .item_tradein .choice ul {
    padding: 0;
    margin: 0;
    border-radius: 5px;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0;
}

.new-info-cart .item_tradein .choice ul li {
    float: left;
    width: calc(50% - 10px);
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 400;
    font-size: 18px;
    background: #FFF;
    border: 1px solid #d6d6d6;
    color: #333;
    transition: .3s border-color;
}

.new-info-cart .item_tradein .choice ul li:first-child {
    margin-right: 20px;
}

.new-info-cart .item_tradein .choice ul li:hover {
    border-color: #000;
}

.new-info-cart .item_tradein .choice ul li.active {
    border-color: #1C84FE;
    border-width: 2px;
}

.new-info-cart .item_tradein .info {
    font-size: 13px;
    line-height: 1.4;
    color: #828282;
    margin: 0 0 15px;
    display: none;
}

.new-info-cart .item_tradein .info b {
    display: block;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1;
    color: #000000;
    font-weight: 500;
}

.new-info-cart .item_tradein .info p {
    margin: 0;
    font-size: 14px;
    color: #828282;
}

.new-info-cart .item_tradein .select {
    margin: 0 0 22px;
    display: none;
}

.new-info-cart .item_tradein .item_qa {
    display: none;
    padding: 0 10px;
}

.new-info-cart .item_tradein .item_qa .question {
    margin: 0 0 18px;
}

.new-info-cart .item_tradein .item_qa .question .text {
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    position: relative;
    cursor: pointer;
    padding-right: 36px;
    transition: .3s color;
}

.new-info-cart .item_tradein .item_qa .question .text:after {
    content: '+';
    color: #999999;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 16px;
    border: 1px solid #999999;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    font-family: sans-serif;
    font-weight: 100;
    font-size: 18px;
    transition: .3s border-color, .3s color;
}

.new-info-cart .item_tradein .item_qa .question .answer {
    padding: 12px 0 0;
    display: none;
}

.new-info-cart .item_tradein .item_qa .question.open .text {
    color: #1e7ff5;
}

.new-info-cart .item_tradein .item_qa .question.open .text:after {
    color: #1e7ff5;
    border-color: #1e7ff5;
}

.new-info-cart .item_pays .item_pays_pay input {
    display: none;
}

.new-info-cart .item_pays .item_pays_pay label {
    display: block;
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 20px;
    cursor: pointer;
}

.new-info-cart .item_pays .item_pays_pay label .pay_title {
    border-bottom: 1px solid #eaeaea;
    display: flex;
    justify-content: space-between;
    padding: 0 0 8px;
}

.new-info-cart .item_pays .item_pays_pay label .pay_title .name {
    font-size: 16px;line-height: 18px;padding-left: 20px;position: relative;font-weight: 500;}

.new-info-cart .item_pays .item_pays_pay label .pay_title .sum {
    display: flex;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #000;
}

.new-info-cart .item_pays .item_pays_pay label .pay_title .sum .price {color: #828282;}

.new-info-cart .item_pays .item_pays_pay label .pay_title .sum .old_price {margin-left: 10px;}

.new-info-cart .item_pays .item_pays_pay label .pay_title .name:before {
    content: '\f05d';
    font-family: 'FontAwesome';
    font-weight: 200;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #A5A5A5;
}

.new-info-cart .item_pays .item_pays_pay input:checked + label .pay_title .name:before {
    color: #1e84fe;
}

.new-info-cart .item_pays .item_pays_pay input:checked + label .pay_title .name {
    color: #1e84fe;
}

.new-info-cart .item_pays .item_pays_pay input:checked + label {
    border-color: #1e84fe;
}

.new-info-cart .item_pays .item_pays_pay input:checked + label .pay_title .sum {
    color: #1e84fe;
}

.new-info-cart .item_pays .item_pays_pay label .pay_text {
    color: #828282;
    padding: 15px 0 0;
}

.new-info-cart .item_pays .item_pays_pay label .pay_text ul {
    padding: 0;
    margin: 0 0 0 20px;
    
/* or 129% */
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
/* or 129% */
}

.new-info-cart .item_pays .item_pays_pay label .pay_text ul li {
    margin: 0 0 10px;
    color: #828282;
}

.new-info-cart .item_pays .item_pays_pay label .pay_text ul li:last-child {
    margin-bottom: 0;
}

.new-info-cart .item_price_block {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #818181;
    margin: 0 0 20px;
}
.no-trade {
    display: none;
    margin: 10px 0 0;
    color: #f81678;
    border-bottom: 1px dashed #f81678;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-left: 17px;
    transition: .3s color, .3s border-color;
    cursor: pointer;
}

.no-trade i {
    position: absolute;
    left: -17px;
    top: 3px;
}

.no-trade:hover {
    color: #d00f63;
    border-color: transparent;
}
.new-info-cart .item_price_block s {
    font-size: 24px;
    color: #818181;
    margin-left: 10px;
}

.new-info-cart .item_price_block b {
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

.info-holder.nal {
    border-top: 1px solid #e6e6e6;
    border-bottom: none;
    margin: 20px 0 0;
    padding-top: 20px;
}

.new-info-cart .item_btns form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new-info-cart .item_btns button {
    background: #1C84FE;
    border-radius: 5px;
    border: none;
    color: #FFF;
    font-weight: 500;
    padding: 22px 24px;
    font-size: 16px;
    line-height: 1;
    margin: 0;
}

.new-info-cart .item_btns button:hover {
    background: #0561cc;
}

.new-info-cart .item_btns .one_click {
    
/* identical to box height */
}

.new-info-cart .item_btns .one_click a {
    font-size: 14px;
    line-height: 14px;
    color: #1C84FE;
    border-bottom: 1px dashed #1C84FE;
    padding: 0 0 5px;
    position: relative;
    margin-right: 15px;
    text-decoration: none;
}

.new-info-cart .item_btns .one_click a:hover {
    color: #0561cc;
}

.new-info-cart .item_btns .one_click a i {
    font-size: 12px;
    margin-left: 3px;
    position: absolute;
    right: -15px;
    top: 3px;
}

.nice-select,
.new-info-cart .select select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
 
  .nice-select:hover,
  .new-info-cart .select select:hover {
    border-color: #dbdbdb; }
    .new-info-cart .select select {
    float: none;
    width: 100%;
    /* for Firefox */
	-moz-appearance: none;
	/* for Chrome */
	-webkit-appearance: none;
}

.new-info-cart .select select::-ms-expand {
    display: none;
}
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #e8e8e8; }
  .nice-select:after {
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    content: '';
    display: block;
    height: 10px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 17px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 10px;
}
  .nice-select.open:after,
  .new-info-cart .select select:after{
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

.new-info-cart .item_tradein .select .nice-select {
    float: none;
    width: 100%;
    height: 60px;
    line-height: 1;
    display: flex;
    align-items: center;
}

.new-info-cart .item_tradein .select .nice-select span {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-info-cart .item_tradein .select .nice-select span {
    color: #000;
    line-height: 1;
}

.new-info-cart .item_tradein .select .nice-select span:before {content: 'Ваш телефон';display: block;font-size: 12px;line-height: 1;color: #b7b6b6;margin: 0 0 4px;}

.new-info-cart .item_tradein .select .nice-select .list {
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
}

p.lottery{
	font-size:18px;
}
p.att{
	margin:5px 0 20px 0;
	position:relative;
	padding:2px 0 0 24px;
	font-size:12px;
}
p.att:before{
	content:'';
	width:16px;
	height:16px;
	border-radius:50%;
	background:#29b24a url('/img/check.svg') no-repeat center center;
	background-size:12px 12px;
	position:absolute;
	left:0;
	top:0;
}
.btn-order{
	flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    box-shadow: none;
    border-radius: 8px !important;
    background: #9e35c9;
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    width:240px;
    margin:0 auto !important;
    max-width:240px;
}
.btn-order:active{
	color:#fff;
	text-decoration:none;
}
.btn-order:hover{
	color:#fff;
	text-decoration:none;
}
.mob-show{
	display:none;
}
.bConn.mob-show,
.bConn.mob-show .bConn__wrap{
	width:100%;
	z-index:1000;
}





/*Новая корзина*/
.bCart-row{
	display:flex;
	margin:24px 0 0 0;
}
.bCart-row figure{
	width:160px;
	height:160px;
	background: #f7f8f9;
	border-radius: 16px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.bCart-product{
	padding:12px 0 12px 25px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	flex:1;
}
.d-flex{
	display:flex;
}
.j-between{
	justify-content:space-between;
}
.a-center{
	align-items:center;
}
.bCart-product p.name,
.bCart-product p.name a{
	font-family: 'Graphik-Regular';
	font-weight: 500;
	font-size: 22px;
	text-decoration:none;
	line-height: 130%;
	letter-spacing: -0.02em;
	color: #2c2d4c;
	max-width:360px;
}
.bCart-product .price-product{
	font-family: 'Graphik-Regular';
	font-weight: 500;
	font-size: 26px;
	line-height: 120%;
	letter-spacing: -0.03em;
	text-align: right;
	color: #2c2d4c;
	display:block;
	white-space: nowrap;
}
.change-count{

}
.form-count{
	display:flex;
}
.ms2_form.form-inline input[name="count"]{
	width:60px;
	border:none;
	border-right: 1px solid rgba(44, 45, 76, 0.1);
	border-left: 1px solid rgba(44, 45, 76, 0.1);
	font-family: 'Graphik-Regular';
	font-weight: 500;
	font-size: 20px;
	letter-spacing: -0.02em;
	text-align: center;
	color: #2c2d4c;
	box-shadow:none;
	border-radius:0;
	margin:0 16px;
}
.ms2_form button.delete{
	width:20px;
	height:20px;
	padding:0;
	background:url('/img/delete.svg') no-repeat;
	cursor:pointer;
	border:none;
}
.banners__list{
	justify-content:space-between;
	padding:42px 0 162px 0;
}
.banners__list figure{
	max-width:234px;
}
.banners__list img{
	max-width:100%;
}
.product-prices{
	text-align:right;
}
.bCart-product .old-price_product{
	position:relative;
	padding:6px 0 0 0;
	font-family: 'Graphik-Regular';
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: -0.02em;
	color: #8d8da0;
}
.old-price_product:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  
  -webkit-transform:rotate(-5deg);
  -moz-transform:rotate(-5deg);
  -ms-transform:rotate(-5deg);
  -o-transform:rotate(-5deg);
  transform:rotate(-5deg);
}
.cart-leftBlock{
	width:100%;
	max-width:730px;
}
.bCart-sidebar{
	width:100%;
	max-width:383px;
	float:right;
}
.bCart__itog{
	border-radius: 16px;
	padding: 18px 22px 30px 22px;
	background: #f9f9fb;
}
.itog-head{
	border-bottom: 1px solid rgba(44, 45, 76, 0.1);
	padding:0 0 14px 0;
}
.itog-head .d-flex{
	padding-bottom:6px;
}
.itog-head p{
	font-family: 'Graphik-Regular';
	font-weight: 400;
	font-size: 15px;
	line-height: 150%;
	letter-spacing: -0.01em;
	color: #2c2d4c;
	margin:0;
}
.itog-head span{
	font-family: 'Graphik-Regular';
	font-weight: 400;
	font-size: 15px;
	line-height: 150%;
	letter-spacing: -0.01em;
	text-align: right;
	color: #111333;
}
.itog-body{
	padding:15px 0 0 0;
}
.itog-body .d-flex{
	padding-bottom:9px;
}
.itog-body .bCart__total{
	font-family: 'Graphik-Regular';
	font-weight: 500;
	font-size: 22px;
	line-height: 130%;
	letter-spacing: -0.02em;
	color: #2c2d4c;
	border:none;
}
.itog-body .ms2_total_cost{
	font-family: 'Graphik-Regular';
	font-weight: 500;
	font-size: 26px;
	line-height: 130%;
	letter-spacing: -0.02em;
	text-align: right;
	color: #2c2d4c;
}
.bCart__bonus{
	font-family: 'Graphik-Regular';
	font-weight: 400;
	font-size: 15px;
	line-height: 100%;
	letter-spacing: -0.01em;
	color: #2c2d4c;
}
span.bonus{
	font-family: 'Graphik-Regular';
	font-weight: 600;
	font-size: 10px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #fff;
	padding:5px 10px 4px 10px;
	border-radius: 26px;
	padding: 4px 10px 3px 10px;
	background: #9e35c9;
}
p.pay{
	margin:12px 0 32px 0;
	position:relative;
	padding:2px 0 0 20px;
	font-size:12px;
	color: #2c2d4c;
	font-family: 'Graphik-Regular';
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: -0.01em;
	color: #2c2d4c;
}
p.pay span{
	color: #00975e;
}
p.pay:before{
	content:'';
	width:14px;
	height:14px;
	border-radius:50%;
	background:#29b24a url('/img/check.svg') no-repeat center center;
	background-size:12px 12px;
	position:absolute;
	left:0;
	top:4px;
}
p.pay + p{
	font-family: 'Graphik-Regular';
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: -0.01em;
	color: #2c2d4c;
}
.bCart-shops{
	border-radius: 16px;
	padding: 18px 22px 30px 22px;
	margin:14px 0 0 0;
	background: #f9f9fb;
	width:100%;
}
.form-order input{
	margin:4px 0 0 0;
	border: 1px solid #9e35c9;
	border-radius: 16px;
	width: 100%;
	height: 64px;
	background: #fff;
	outline:none;
	font-family: 'Graphik-Regular';
	padding:0 0 0 20px;
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	color: #2c2d4c;
}
.bCart__itog button{
	display:flex;
	border-radius: 16px;
	height: 80px;
	background: #9e35c9;
	margin:16px 0 0 0;
	width:100%;
	border:none;
	padding:0;
	align-items:center;
	justify-content:center;
	font-family: 'Graphik-Regular';
	font-weight: 500;
	font-size: 20px;
	letter-spacing: -0.02em;
	color: #fff;
}
.bCart-shops p.caption{
	font-family: 'Graphik-Regular';
	font-weight: 500;
	font-size: 18px;
	line-height: 130%;
	letter-spacing: -0.02em;
	color: #2c2d4c;
	margin:0;
}
.shops__list{
	padding:4px 0 0 0;
}
.shops__list .item{
	margin:16px 0 0 0;
	display:flex;
}
.shops__list .item img{
	border-radius:8px;
	margin-right:16px;
}
.shops__list .item span.adres{
	font-family: 'Graphik-Regular';
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: -0.01em;
	color: #2c2d4c;
	padding:0 0 4px 0;
	display: block;
}
.shops__list .item span.day{
	font-family: 'Graphik-Regular';
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: -0.01em;
	color: #838383;
}
.shops__list .item span.today{
	font-family: 'Graphik-Regular';
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: -0.01em;
	color: #00975e;
}
.bReview.reviews-block{
	width:100%;
	max-width:730px;
}
.bReview.reviews-block .bMain__review__md {
    width: 130px;
    height: 130px;
}
.bReview.reviews-block .bReview__title{
	font-family: 'Graphik-Regular';
	font-weight: 500;
	font-size: 36px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #2c2d4c;
}
.bReview.reviews-block .bMain__review{
	padding:0 30px 0 0;
}
.bReview.reviews-block .bMain__review__next{
	right:0;
}
.bReview__blockW{
	padding:10px 0 0 0;
}
.bReview__item{
	margin:30px 0 0 0;
}
.bReview__head{
	
}
.fio__author{
	width:44px;
	height:44px;
	margin:0 16px 0 0;
	border-radius:50%;
	background:#2C2D4C;
	display:flex;
	align-items:center;
	justify-content:center;
	font-family: 'Graphik-Regular';
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: -0.01em;
	text-align: center;
	color: #fff;
}
.bReview__md__author{
	font-family: 'Graphik-Regular';
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #2c2d4c;
	padding:0 0 8px 0;
}
.bReview__head .bReview__md__starsW{
	margin:0 12px 0 0;
}
.bReview__md__date{
	margin:9px 0 0 0;
	font-family: 'Graphik-Regular';
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #8d8da0;
}
.bReview__item .bReview__md__text{
	margin:14px 0 0 0;
	font-family: 'Graphik-Regular';
	font-weight: 400;
	font-size: 15px;
	line-height: 150%;
	letter-spacing: -0.01em;
	color: #2c2d4c;
}
.bReview__head .bReview__md__subject:before{
	content:'';
}
.bReview__head .bReview__md__subject.yandex:before {
    width: 20px;
    height: 20px;
    background: url(/img/ya-logo.svg) 0 0 no-repeat;
    background-size: 100%;
}
.bReview__head .bReview__md__subject.gis:before {
	width: 20px;
    height: 20px;
    background: url(/img/2gis-logo.svg) 0 0 no-repeat;
    background-size: 100%;
}
.bReview__head .bReview__md__subject.google:before {
	width: 20px;
    height: 20px;
    background: url(/img/g-logo.svg) 0 0 no-repeat;
    background-size: 100%;
}
.bReview__head .bReview__md__subject.avito:before {
	width: 20px;
    height: 20px;
    background: url(/img/avit-logo.svg) 0 0 no-repeat;
    background-size: 100%;
}
.bReview__head .bReview__md__subject:after{
	display:none;
}
.bReview__head .bReview__md__subject:before {
    content: '';
    display: block;
    margin-right: 6px;
}
.bReview__head .bReview__md__subject,
.bReview__head .bReview__md__subject a{
	font-family: 'Graphik-Regular';
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #2c2d4c;
	align-items: center;
}
.reviews__wrap{
	padding:30px 0 0 0;
	margin:0 -5px;
}
.reviews-all{
	padding:15px 46px 12px 20px;
	border-radius: 16px;
	max-width: 358px;
	width:100%;
	background: #f7f8f9;
	display:flex;
	align-items:center;
	margin:0 5px;
}
.reviews-all span{
	font-family: 'Graphik-Regular';
	font-weight: 500;
	font-size: 50px;
	line-height: 100%;
	letter-spacing: -0.04em;
	color: #2c2d4c;
	position:relative;
}
.reviews-all span::after{
	content:'';
	right:-26px;
	top:-4px;
	width:24px;
	height:24px;
	position:absolute;
	background:url('/img/star-reyt.svg') no-repeat;
}
.reviews-all p{
	max-width:170px;
	margin:3px 0 0 25px;
	font-family: 'Graphik-Regular';
	font-weight: 500;
	font-size: 15px;
	line-height: 140%;
	letter-spacing: -0.01em;
	color: #2c2d4c;
}
.review-sq{
	border-radius: 16px;
	padding: 11px 24px 11px 13px;
	width: 83px;
	background: #f7f8f9;
	margin:0 5px;
}
.review-sq img{
	margin:0 0 15px 0;
}
.review-sq span{
	font-family: 'Graphik-Regular';
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: -0.01em;
	color: #2c2d4c;
	padding:0 14px 0 0;
	background:url('/img/star-reyt.svg') no-repeat right center;
}
.addreview{
	margin:20px 0 0 0;
	border: 1px solid #e2e2e2;
	border-radius: 16px;
	width: 100%;
	height: 60px;
	font-family: 'Graphik-Regular';
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: -0.01em;
	text-align: center;
	color: #2c2d4c;
	cursor:pointer;
	display:flex;
	align-items:center;
	justify-content:center;
	background:none;
}
.bOrders h1{
	font-family: 'Graphik-Regular';
	font-weight: 500;
	font-size: 40px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #2c2d4c;
	margin:0;
}
.bOrders h2{
	font-family: 'Graphik-Regular';
	font-weight: 500;
	font-size: 22px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #2c2d4c;
}
.bOrders .block-info{
	margin:60px 0 0 0;
}
.bOrders .block-info p{
	font-family: 'Graphik-Regular';
	font-weight: 400;
	font-size: 15px;
	line-height: 150%;
	letter-spacing: -0.01em;
	color: #2c2d4c;
	margin: 16px 0 8px 0;
	display:block;
}
.bOrders .input-fields{
	display:flex;
	flex-wrap:wrap;
	margin:0 -8px;
	padding:10px 0 0 0;
	
}
.bOrders .input-fields .field{
	width:calc(50% - 16px);
	margin:16px 8px 0 8px;
	position:relative;
}
.bOrders .input-fields .field label{
	font-family: 'Graphik-Regular';
	font-weight: 400;
	font-size: 10px;
	line-height: 120%;
	color: #2c2d4c;
	position:absolute;
	left:20px;
	top:4px;
}
.bOrders .input-fields .field input{
	border: 1px solid #e2e2e2;
	border-radius: 16px;
	width: 100%;
	height: 64px;
	outline:none;
	background:none;
	font-family: 'Graphik-Regular';
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	color: #2c2d4c;
	padding:0 0 0 20px;
}
.bOrders h2{
	margin:0;
}
.bOrders .delivery__list label{
	border: 1px solid #e2e2e2;
	border-radius: 16px;
	padding: 0px 30px 0px 0px;
	width: 100%;
	margin:16px 0 0 0;
	display:flex;
	align-items:center;
}
.bOrders .delivery__list label img{
	margin-right:20px;
	border-radius:14px 0 0 14px;
}
.bOrders .delivery__list label p{
	font-family: 'Graphik-Regular';
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: -0.01em;
	color: #2c2d4c;
	margin:0;
}
.bOrders .delivery__list label span{
	font-family: 'Graphik-Regular';
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: -0.01em;
	color: #838383;
	padding:8px 0 0 0;
	display:block;
}
.bOrders .delivery__list label span.today{
	font-family: 'Graphik-Regular';
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: -0.01em;
	color: #00975e;
}
.bOrders .block-info input[type="radio"]{
	position:absolute;
	left:-9999px;
}
.bOrders .delivery__list input[type="radio"]:checked + label{
	border: 2px solid #9e35c9;
}
.bOrders .delivery__list input[type="radio"]:checked + label p{
	font-family: 'Graphik-Regular';
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: #2c2d4c;
}
.bOrders .delivery-variant{
	padding:0;
}
.bOrders .payment__list{
	display:flex;
	padding:0;
	margin:0 -9px;
	flex-wrap:wrap;
}
.bOrders .payment__list .checkbox{
	width:calc(50% - 18px);
	margin:18px 9px 0 9px;
	padding:0;
}
.bOrders .payment__list label{
	padding:0;
	height:130px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	min-height:130px;
	padding:12px 116px 16px 18px;
	border: 1px solid #e2e2e2;
	border-radius: 16px;
	width:100%;
}
.bOrders .payment__list input[type="radio"]:checked + label{
	border: 2px solid #9e35c9;
}
.bOrders .payment__list input[type="radio"]:checked + label p{
	font-family: 'Graphik-Regular';
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: -0.02em;
	color: #2c2d4c;
}
.bOrders .payment__list .checkbox p{
	font-family: 'Graphik-Regular';
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: -0.01em;
	color: #2c2d4c;
	margin:0;
}
.bOrders .payment__list .checkbox span{
	font-family: 'Graphik-Regular';
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
	letter-spacing: -0.01em;
	color: #838383;
}
.order-form{
	padding-bottom:70px;
}
.bReview__more{
	border: 1px solid #e2e2e2;
	border-radius: 16px;
	width: 100%;
	display:flex;
	align-items:center;
	justify-content:center;
	font-family: 'Graphik-Regular';
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: -0.01em;
	text-align: center;
	color: #2c2d4c;
	height: 60px;
	margin:30px 0 0 0;
	text-decoration:none;
	cursor:pointer;
}
.bReview__more:hover{
	text-decoration:none;
	color: #2c2d4c;
}
.bReview__pagination{
	display:none;
}
/*Акции*/
.action-page .container{
	width:100%;
	max-width:1480px;
}
.action__list{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	padding:32px 0 0 0;
}
.action__list img{
	width:calc(100%/3 - 10px);
	margin:20px 0 0 0;
}
.preims__list{
	margin:40px auto 0;
	border-radius: 42px;
	padding: 30px 0px;
	background: #fff;
	display:flex;
	max-width: 1380px;
	width:100%;
}
.preims__list .item{
	border-right: 1px solid rgba(44, 45, 76, 0.1);
	padding: 0px 30px 0px 36px;
	width:25%;
}
.preims__list .item:last-child{
	border:none;
}
.preims__list .item .image{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}
.preims__list .item .image span{
	font-family: 'Graphik-Regular';
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: -0.01em;
	color: #fff;
	border-radius: 10px;
	padding:4px 9px;
	background: #2c2d4c;
}
.preims__list .item p{
	margin:28px 0 0 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #0c0c13;
	font-family: 'Graphik-Regular';
}
.preims__list .item p span{
	font-weight: 500;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: -0.02em;
	color: #0c0c13;
	padding:0 0 10px 0;
}
h1.title{
	font-family: 'Graphik-Regular';
	font-weight: 500;
	font-size: 90px;
	line-height: 100%;
	letter-spacing: -0.04em;
	color: #0c0c13;
	margin:32px 0 0 0;
}
.banners__action {
	margin:36px 0 0 0;
}
.banners__action .item{
	margin:0 10px;
}
.banners__action .item img{
	max-width:100%;
}
.banners__action .slick-dots{
	margin:24px 0 0 0;
	text-align:center;
	width:100%;
	font-size:0;
	padding:0;
}
.banners__action .slick-dots li{
	list-style:none;
	margin:0 5px;
	display:inline-block;
}
.banners__action .slick-dots li button{
	border-radius: 100px;
	width: 10px;
	height: 10px;
	background: #2c2d4c;
	opacity: 0.3;
	font-size:0;
	border:none;
	padding:0;
}
.banners__action .slick-dots li.slick-active button{
	background: #2c2d4c;
	opacity: 1;
}
.action-bg{
	border-radius: 62px;
	padding: 47px 50px;
	background: #f7f8f9;
	margin:120px 0 0 0;
}
.promo{
	border-radius: 28px;
	padding:27px 38px;
	background: #2c2d4c url('/img/sub-form.png') no-repeat right 335px top;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.promo p{
	font-family: 'Graphik-Regular';
	font-weight: 500;
	font-size: 24px;
	line-height: 140%;
	letter-spacing: -0.01em;
	color: #fff;
	margin:0;
}
.promo p span{
	color: #2c2d4c;
	border-radius: 12px;
	padding:7px 8px;
	background: #fff;
}
.promo a{
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 22px;
	padding: 10px 30px;
	width: 258px;
	height: 76px;
	font-family: 'Graphik-Regular';
	font-weight: 500;
	font-size: 20px;
	letter-spacing: -0.02em;
	color: #fff;
	text-decoration:none;
	display:flex;
	align-items:center;
	justify-content:center;
}

@media(max-width: 1024px){
	.bCart__content{
		display:flex;
		flex-wrap:wrap;
		flex-direction:column;
		width:100%;
	}
	.cart-leftBlock{
		order:1;
		max-width:100%;
	}
	.bCart-sidebar{
		order:2;
	}
	.bReview.reviews-block{
		order:3;
		padding:40px 0 0 0;
		max-width: 100%;
	}
	.banners__list {
	    padding: 42px 0;
	}
	.banners__list figure{
		max-width:301px;
		width:calc(100%/3 - 12px);
	}
	.banners__list img{
		max-width:100%;
	}
	.bCart-sidebar{
		max-width:100%;
	}
	.shops__list{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	.shops__list .item{
		width:calc(50% - 8px);
	}
	.bReview.reviews-block .bMain__review__md{
		margin-right:24px;
	}
	.bReview.reviews-block .bMain__review{
		max-width:100%;
	}
	.review-sq{
		width:103px;
		margin:0 5px;
	}
	.reviews-all{
		max-width:inherit;
		flex:1;
		margin:0 5px;
	}
	.reviews__wrap > .d-flex{
		margin:0 -5px;
	}
	.review-sq span{
		margin-right:10px;
	}
	h1.title{
		font-size: 74px;
		line-height: 95%;
		letter-spacing: -0.04em;
	}
	.action__list img {
	    width: calc(50% - 8px);
	    margin: 16px 0 0 0;
	}
	.action-bg{
		margin:100px 0 0 0;
		padding:25px 28px;
	}
	.preims__list .item {
	    border-right: none;
	    padding: 26px 24px 26px 26px;
	    width: 50%;
	}
	.preims__list .item:first-child,
	.preims__list .item:nth-child(2){
		border-bottom: 1px solid rgba(44, 45, 76, 0.1);
	}
	.preims__list .item:first-child,
	.preims__list .item:nth-child(3){
		border-right: 1px solid rgba(44, 45, 76, 0.1);
	}
	.preims__list .item .image span {
	    font-size: 12px;
	    padding: 3px 7px;
	}
	.preims__list{
		margin:28px auto 0;
		flex-wrap: wrap;
		padding:0;
	}
	.banners__action .item {
	    max-width: 90vw;
	    width: 100%;
	    overflow: hidden;
	}
}
@media(max-width: 768px){
	.promo p{
		font-size:20px;
	}
	.promo a {
	    padding: 10px 30px;
	    width: 215px;
	    height: 60px;
	    font-size: 16px;
	}
	.promo{
		padding:25px;
	}
	.action-bg{
		padding:15px;
		margin:70px 0 0 0;
	}
}
@media(max-width: 640px){
	.bCart-product {
		padding: 0 0 0 12px;
	}
	.bCart-product p.name, 
	.bCart-product p.name a{
		font-size:16px;
	}
	.bCart-product .price-product{
		font-size:20px;
		padding:0 8px 0 0;
	}
	.product-prices{
		width:100%;
		display:flex;
	}
	.bCart-product .old-price_product{
		font-size:12px;
	}
	.bCart-product .d-flex{
		flex-wrap:wrap;
	}
	.ms2_form.form-inline input[name="count"] {
    	width: 56px;
	}
	.bCart-row figure {
    	width: 122px;
    	height: 122px;
	}
	.bCart-row figure img{
		max-width:120px;
		max-height:120px;
	}
	.banners__list figure {
        width: calc(100% / 3 - 2px);
    }
    .itog-body .ms2_total_cost{
    	font-size:20px;
    }
    .itog-head span{
    	font-size:12px;
    }
    .form-order input{
    	height:48px;
    	margin:14px 0 0 0;
    	font-size:16px;
    }
    .bCart__itog button{
    	height:60px;
    	font-size:18px;
    	margin:14px 0 0 0;
    }
    .shops__list .item {
        width: 100%;
    }
    .bReview.reviews-block .bReview__title{
    	font-size:28px;
    }
    .bReview.reviews-block {
        padding: 10px 0 0 0;
    }
    .sq-reviews{
    	flex-wrap:wrap;
    }
    .review-sq{
    	height:63px;
    	margin:10px 0 0 0;
    	width: calc(50% - 5px);
    }
    .review-sq:first-child,
    .review-sq:nth-child(2){
    	margin:0;
    }
    .reviews-all{
    	max-width:182px;
    	flex-wrap:wrap;
    	width:100%;
    	min-width: 182px;
    	padding: 15px 30px 12px 20px;
    }
    p.pay {
	    margin: 10px 0 20px 0;
	    font-size:12px;
    }
    p.pay + p {
    	font-size:12px;
    }
    .bReview__head .bReview__md__starsW{
    	width:85px;
    }
    .reviews-all p {
    	max-width: 100%;
    	font-size: 12px;
    	margin:9px 0 0 0;
    }
    .review-sq img {
	    margin: 0 0 8px 0;
	}
	.bReview.reviews-block .bMain__review{
		padding:0;
	}
	.review-sq span{
		font-size:16px;
	}
	.bOrders h1{
		font-size:24px;
	}
	.bOrders h2{
		font-size:18px;
	}
	.bOrders .input-fields .field{
		width:100%;
	}
	.bOrders .block-info{
		margin:40px 0 0 0;
	}
	.btn-near-h{
		display:none;
	}
	.bOrders .delivery__list input[type="radio"]:checked + label p{
		font-size:16px;
	}
	.bOrders .delivery__list label span.today{
		font-size:14px;
	}
	.bOrders .payment__list .checkbox {
    	width: calc(100% - 18px);
	}
	.bOrders .payment__list label {
	    height: 104px;
	    min-height: 104px;
	    padding: 12px 80px 16px 18px;
	    width: 100%;
	}
	.order-form {
	    padding-bottom: 30px;
	}
	.bReturn a{
		display:none;
	}
	.cart-leftBlock{
		display:flex;
		flex-direction:column;
	}
	.bCart-row{
		order:2;
	}
	.banners__list{
		order:1;
		padding:20px 0 0 0;
	}
	.banners__list figure{
		margin-right:10px;
		max-width:175px;
	}
	.cart-leftBlock{
		padding-bottom:20px;
	}
	h1.title{
		font-size:46px;
	}
	.action__list img{
		margin:10px 0 0 0;
		width:100%;
	}
	.action-bg {
        padding: 10px;
        margin: 80px 0 0 0;
    }
    .promo {
	    border-radius: 22px;
	    padding: 21px 26px 26px 26px;
	    flex-wrap:wrap;
	    background: #2c2d4c url(/img/sub-form.png) no-repeat right 0 top;
	}
	.promo p{
		font-size:23px;
	}
	.promo p span{
		padding:5px 6px;
	}
	.promo p br{
		display:none;
	}
	.promo a{
		height: 60px;
		font-size:18px;
		margin:25px auto 0;
		width:100%;
		max-width:304px;
	}
	.preims__list{
		margin:20px 0 0 0;
		padding:0 24px;
	}
	.preims__list .item {
        border-right: none;
        padding: 24px 0;
        width: 100%;
        border-top: 1px solid rgba(44, 45, 76, 0.1);
        border-right:none;
        display:flex;
        align-items:center;
        position:relative;
    }
    .preims__list .item.info{
    	align-items:flex-start;
    }
    .preims__list .item .image span{
    	bottom:18px;
    	left:82px;
    	position:absolute;
    }
    .preims__list .item:last-child{
    	border-top: 1px solid rgba(44, 45, 76, 0.1);
    }
    .preims__list .item:nth-child(2){
    	border-bottom:none;
    }
    .preims__list .item:nth-child(3){
    	border-right:none;
    }
    .preims__list .item p{
    	margin:0;
    	font-size:12px;
    }
    .preims__list .item p span{
    	font-size:18px;
    }
    .preims__list .item img{
    	margin-right:16px;
    }
    .preims__list .item:first-child{
    	border:none;
    }

        
}

/* - Конец новой корзины -*/
@media(max-width: 767px){
    .mob-show{
		display:flex;
		
	}
	p.att {
	    margin: 5px 0 0px 0;
	    position: relative;
	    padding: 3px 0 0 21px;
	    font-weight: 400;
	    font-size: 10px;
	    display: inline-block;
	}
	p.lottery{
		margin:20px 0 25px 0;
	}
	p.lottery br{
		display:none;
	}
	.new-info-cart .select {
        position: relative;
    }
    
    .new-info-cart .select:after {
        border-bottom: 1px solid #999;
        border-right: 1px solid #999;
        content: '';
        display: block;
        height: 10px;
        margin-top: -4px;
        pointer-events: none;
        position: absolute;
        right: 17px;
        top: 18px;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        width: 10px;
    }
}


@media(max-width: 474px){
    .new-info-cart .item_btns {
    text-align: center;
}
    .new-info-cart .item_btns button {
        width: 100%;
        margin: 0 0 15px;
        font-size: 14px;
    }
    
    .new-info-cart .item_btns form {
        flex-wrap: wrap;
    }
    
    .new-info-cart .item_btns .one_click {
        text-align: center;
        width: 100%;
    }
    
    .new-info-cart .item_pays .item_pays_pay label .pay_title .sum {
        font-size: 14px;
    }
    
    .new-info-cart .item_pays .item_pays_pay label .pay_title .name {
        font-size: 14px;
    }
}
.stock{
	font-size: 14px;
    font-weight: 900;
}