* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

button,
input,
optgroup,
select,
textarea {
    /*color: inherit; /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

body,
html {
    width: 100%;
    /*height: 100%;*/
    /*font-family: "Trebuchet MS";*/
    font-family: 'Roboto', sans-serif;
    color: #354052;
}

input,
textarea {
    font-family: 'Roboto', sans-serif;
    color: #354052;
}

span {
    white-space: normal;
}

body {
    background-color: #f5f5f5;
}


/*img {
  image-rendering: optimizeQuality;

}*/

h1,h2 {
    font-size: 1.5em !important;
    font-weight: normal;
    font-style: normal !important;
}

.red {
    color: #ed1a22;
}

.green {
    color: #4ee274;
}

.notice {
    color: #086ab9;
}

.warning {
    color: #ed1a22;
}

.error {
    color: #ed1a22;
}

.col-1 {
    width: 100%;
}

.col-2 {
    width: 50%;
}

.col-3 {
    width: 33.333333333%;
}

.col-35 {
    width: 66.66%;
}

.col-4 {
    width: 25%;
}

.col-5 {
    width: 20%;
}

.col-6 {
    width: 16.666666666%;
}

.col-7 {
    width: 14.285714285%;
}

.col-8 {
    width: 12.5%;
}

.col-9 {
    width: 11.11111111111111%;
}

.col-10 {
    width: 10%;
}

.wrap {
    /*margin: 0 auto;*/
    margin: -40px 0;
    width: 90%;
    position: relative;
}

.device {
    margin: 50px auto 0 auto;
    width: 80%;
    display: block;
}

.device ul {
    list-style: none;
    text-align: center;
    height: 700px;
}

.device li {
    transition: all 300ms ease;
    display: inline-block;
    width: 159px;
    height: 150px;
    background-color: #ffffff;
    margin: 5px !important;
    vertical-align: middle;
    border-radius: 5px;
    position: relative;
    color: #0292d2 !important;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.214;
    cursor: pointer;
}

.device .catag {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: 5px;
}

.device img {
    margin: 5px;
}

.device li .img1 {
    display: block;
}

.device li .img2 {
    display: none;
    opacity: 0;
}


/*.device li:hover .img1{
	display: none;
	max-height: 0px;
	opacity:0;
}
.device li:hover .img2{
	display: block;
	transition: all 1s linear;
	opacity:100;
	max-height: 0px;

}*/

.device li.device_hover .img1 {
    display: none;
    max-height: 0px;
    opacity: 0;
}

.device li.device_hover .img2 {
    display: block;
    transition: all 1s linear;
    opacity: 100;
    /*max-height: 0px;*/
}


/*.device li:hover{
  color: white !important;
  background-image: -moz-linear-gradient( 108deg, rgb(0,111,228) 0%, rgb(1,160,251) 100%);
  background-image: -webkit-linear-gradient( 108deg, rgb(0,111,228) 0%, rgb(1,160,251) 100%);
  background-image: -ms-linear-gradient( 108deg, rgb(0,111,228) 0%, rgb(1,160,251) 100%);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
}*/

.device li.device_hover {
    color: white !important;
    background-image: -moz-linear-gradient( 108deg, rgb(0, 111, 228) 0%, rgb(1, 160, 251) 100%);
    background-image: -webkit-linear-gradient( 108deg, rgb(0, 111, 228) 0%, rgb(1, 160, 251) 100%);
    background-image: -ms-linear-gradient( 108deg, rgb(0, 111, 228) 0%, rgb(1, 160, 251) 100%);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
}

.dropdown-content {
    display: block;
    visibility: hidden;
    position: absolute;
    margin-top: 25px;
    padding-top: 20px;
    z-index: 1;
}

.dropdown-content-wrap {
    background-color: #018af1;
    /*rgb(0,111,228);*/
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    box-shadow: 5px 8.66px 10px 0px rgba(83, 83, 83, 0.141);
}

.tab-arrow {
    content: "";
    display: block;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #018af1;
    /*rgb(0,111,228);*/
    margin: -10px 0 0 0;
}

.dropdown-content img {
    width: 80px;
    height: auto;
    vertical-align: middle;
    filter: invert(100%);
    -webkit-filter: invert(100%);
}

.dropdown-content a {
    color: white;
    text-decoration: none;
    display: inline-block;
    width: 100px;
    height: 100px;
    min-height: 100px;
    vertical-align: text-bottom;
    border-radius: 5px;
    margin: 5px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.214;
    cursor: pointer;
}

.dropdown-content p {
    width: 80px;
    height: 80px;
    color: #fff;
    font-weight: bold;
    padding-top: 15px;
}

.dropdown-content a {
    position: relative;
    text-align: center;
}

.dropdown-content a:hover p {
    color: #000;
}

.dropdown-content .dropdown-content-wrap p {
    position: absolute;
    top: 0;
    padding-top: 0;
    bottom: 0;
    height: 100%;
    margin: 0;
    width: 100%;
    padding: 35px 0;
}

.imagefix {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}



.form {
    height: 50px;
    width: 80%;
    margin: 10px auto;
    text-align: center;
    display: none;
}
.form .device {
    width: 125px;
    background-color: white;
    border-radius: 10px;
    height: 70px;
    padding: 10px;
    min-width: 125px;
    float: left;
    margin: 0;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(199,199,199,1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(199,199,199,1);
    box-shadow: 0px 1px 2px 0px rgba(199,199,199,1);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
}
.close-brand,
.form .close {
    display: block;
    position: relative;
    top: 0px;
    left: 95px;
    background: grey;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    margin-top: -19px;
}
.close-brand {
    display: none;
    position: relative;
    top:  3%;
    left: 95% !important;
    z-index: 20000;
}

.dropdown-content .close-brand a {
    width: auto;
    height: auto;
    min-height: 0;
    margin: 0;
}

.dropdown-content .close-brand img {
    width: auto;
    filter: invert(0%);
    -webkit-filter: invert(0%);
}

.form .close:hover {
    background: #ff5f4a;
}

.form .close a {
    display: inherit;
}

.form .close a img {
    display: inherit;
    padding-top: 5px;
}

.form:nth-child(2):before {
    content: "вы выбрали";
    position: relative;
    top: -.5em;
    /*left: 3em;*/
    color: #91969d;
    display: block;
    text-align: left;
}

.form .search {
    margin-left: 135px;
    background-color: white;
    border-radius: 10px;
    height: 70px;
    text-align: left;
}

.form .icon,
.fixed-mob .icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 20%;
    float: left;
    background-image: -webkit-linear-gradient(18deg, rgb(0, 111, 228) 0%, rgb(1, 160, 251) 100%);
    background-image: -o-linear-gradient(18deg, rgb(0, 111, 228) 0%, rgb(1, 160, 251) 100%);
    background-image: linear-gradient(108deg, rgb(0, 111, 228) 0%, rgb(1, 160, 251) 100%);
}

.form .icon img,
.fixed-mob .icon img {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.form .icon:nth-child(3) {
    margin-left: 5px;
    background-image: none;
    border: 2px solid #ebebeb;
}

.form .icon:nth-child(3) img {
    opacity: 0.5;
}

.scrollable-menu {
    height: auto;
    overflow-x: hidden;
}
@media screen and (max-height: 450px) {
    .scrollable-menu {
        max-height: 185px !important;
    }
}

@media screen and (max-width: 800px) {
    .fixed-wrap.scrollable-menu{
        display: block;
        max-height: 300px !important;
    }
}

#dd .scrollable-menu {
    max-height: 200px;
}
@media screen and (max-width: 950px) {
    #dd .scrollable-menu {
        max-height: 200px;
    }
}

.active .scrollable-menu{
    margin-top: -10px !important;
}

.scrollable-menu::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 10px;
    background-color: #e8e9ea;
}

.scrollable-menu::-webkit-scrollbar {
    border-radius: 10px;
    width: 12px;
    background-color: #F5F5F5;
}

.scrollable-menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: #555;
}

.wrapper-dropdown:after {
    clear: both;
    content: "";
    display: table;
}

.wrapper-dropdown {
    position: relative;
    width: 100%;
    padding: 10px;
    margin: 0px auto;
    height: 100%;
    line-height: 3.5em;
    color: gray;
    outline: none;
    font-weight: bold;

}
#dd{
    -webkit-box-shadow: 0px 1px 2px 0px rgba(199,199,199,1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(199,199,199,1);
    box-shadow: 0px 1px 2px 0px rgba(199,199,199,1);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
}

.wrapper-dropdown input {
    width: 85%;
    height: 100%;
    /*line-height: 3.5em;*/
    font-weight: bold;
    font-size: 16px;
    /*border: 2px solid #ebebeb;*/
    border: none;
    background: url("/images/repair/search-icon.png") no-repeat scroll 0px 10px;
    padding-left: 40px;
    background-size: 30px auto;
}

.destination .wrapper-dropdown input {
    line-height: normal;
    background: white;
}

.wrapper-dropdown textarea:focus,
input:focus {
    outline: none;
}

.wrapper-dropdown span {
    width: 100%;
    height: 100%;
    display: block;
    border: 2px solid #ebebeb;
    padding-left: 10px;
}
.wrapper-dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    display: block;
    right: 30px;
    top: 50%;
    margin-top: -3px;
    border-width: 12px 12px 0 12px;
    border-style: solid;
    border-color: grey transparent;
    cursor: pointer;
}
.wrapper-dropdown .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    line-height: 2em;
    /* Styles */
    background: #fff;
    list-style: none;
    font-weight: normal;
    /* Cancels previous font-weight: bold; */
    /* Hiding */
    opacity: 0;
    pointer-events: none;
    z-index: 1000;
}

.wrapper-dropdown .dropdown li a {
    display: block;
    text-decoration: none;
    color: #5d5d5d;
    padding: 0px 20px;
    white-space: normal;
    font-size: 12px;
}

.wrapper-dropdown:first-child .dropdown li:first-child {
    pointer-events: none;
}

.wrapper-dropdown:first-child .dropdown li:first-child a {
    font-size: .8em;
    color: red;
    padding: 0 10px 0px 10px;
    text-align: center;
    pointer-events: none;
}


/* Hover state */

.wrapper-dropdown .dropdown li:hover a {
    background: #f3f8f8;
}


/* Active state */

.wrapper-dropdown.active .dropdown {
    opacity: 1;
    pointer-events: auto;
    max-height: 185px !important;
}

.wrapper-dropdown.active:after {
    border-color: #9bc7de transparent;
    border-width: 12px 12px 0 12px;
    margin-top: -3px;
}

.wrapper-dropdown.active {
    /*  background: #9bc7de;
    background: -moz-linear-gradient(left,  #9bc7de 0%, #9bc7de 78%, #ffffff 78%, #ffffff 100%);
     background: -webkit-gradient(linear, left top, right top, color-stop(0%,#9bc7de), color-stop(78%,#9bc7de), color-stop(78%,#ffffff), color-stop(100%,#ffffff));
     background: -webkit-linear-gradient(left,  #9bc7de 0%,#9bc7de 78%,#ffffff 78%,#ffffff 100%);
     background: -o-linear-gradient(left,  #9bc7de 0%,#9bc7de 78%,#ffffff 78%,#ffffff 100%);
     background: -ms-linear-gradient(left,  #9bc7de 0%,#9bc7de 78%,#ffffff 78%,#ffffff 100%);
     background: linear-gradient(to right,  #9bc7de 0%,#9bc7de 78%,#ffffff 78%,#ffffff 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bc7de', endColorstr='#ffffff',GradientType=1 );*/
}


/* No CSS3 support */

.no-opacity .wrapper-dropdown .dropdown,
.no-pointerevents .wrapper-dropdown .dropdown {
    display: none;
    opacity: 1;
    /* If opacity support but no pointer-events support */
    pointer-events: auto;
    /* If pointer-events support but no pointer-events support */
}

.no-opacity .wrapper-dropdown.active .dropdown,
.no-pointerevents .wrapper-dropdown.active .dropdown {
    display: block;
}

.clearfix,
.clearfix:after,
.clearfix:before {
    display: block;
    line-height: 0;
    content: '';
    clear: both;
}


/*_______________________________Product_____________________________________________*/

.product {
    display: none;
    width: 80%;
    margin: 20px auto;
}

.product-detail-wrap {
    /*display: inline-block;*/
    /*float: left;*/
    /*width: 78%;*/
    white-space: normal;
    margin-left: 200px;
}

.product ul {
    list-style: none;
    white-space: nowrap;
    margin: 0;
}

.product .free {
    display: inline-block;
    color: #41cb65;
    margin: 0 0 0 10px;
}

.product-color {
    margin: 10px 0px 10px 0px;
    font-size: .8em;
}

.product-color .colors {
    position: relative;
    display: inline-block;
    background: #e9eaeb;
    border-radius: 20px;
    height: 40px;
    padding: 4px 4px 4px 4px;
    z-index: 1;
    border: 1px solid #c0c0c0;
}

.product-color span {
    display: inline-block;
    line-height: 1em;
    vertical-align: top;
    margin: 10px 10px 10px 0px;
}

.product-color .colors li {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    vertical-align: middle;
    /*background: #000000;*/
    margin: 3px 5px 0px 5px;
}


/*


.product-color .colors li:nth-child(2) {
    background: #484848;
}

.product-color .colors li:nth-child(3) {
    background: #c4c4c4;
}

.product-color .colors li:nth-child(4) {
    background: #f7c691;
}

.product-color .colors li:nth-child(5) {
    background: #e59e93;
}*/

.product-color .colors li:after {
    content: "";
    position: absolute;
    background: #e9eaeb;
    border-radius: 100%;
    margin: -13px 0px 0px -3px;
    width: 31px;
    height: 31px;
    z-index: -1;
    border: 2px solid transparent;
}

.product-color .colors li:hover:after,
.product-color .colors li.checked-color:after {
    border: 2px solid #2093ec;
}

.product li {
    padding: 10px 0 10px 0;
}

.product-img {
    min-width: 150px;
    max-width: 180px;
    width: auto;
    float: left;
    vertical-align: middle;
    height: auto;
    margin: 10px auto;
    display: block;
}

.product-img:before {
    content: ' ';
    /*position: absolute;*/
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.product-img img {
    width: 100%;
    height: auto;
    /*    width: auto;
        height: 280px;*/
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.product-detail {
    position: relative;
    /* Enable absolute positionning for children and pseudo elements */
    width: 100%;
    padding-left: 10px;
    margin: 0 auto;
    margin-top: 20px;
    height: 100%;
}

.product:after {
    clear: both;
    content: "";
    display: table;
}

.product-service {
    /*display: table;*/
    width: 100%;
    /*margin-top: 20px;*/
}

.product-header {
    font-size: 1.2em;
}

.product-service table {
    width: 100%;
    border-collapse: collapse;
}

.product-service .btn-hover .add-button .tooltiptext,
.product-service .btn-hover .remove-button .tooltiptext {
    visibility: visible;
}

.product-detail .row li:before,
.product-color .colors li:before,
.scrollable-menu li:before,
.device li:before {
    content: "" !important;
}


/*

.product-service .add-button .unavailable{
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background-color: #ff6652;
        text-align: center;
	font-weight: bold;
	cursor:pointer;
        color: white;
        top:-5px;
        left: 60%;

}*/


/*.product-service .add-button:hover{
    background-color: gray;
}*/

.product-service .btn-hover .add-button {
    background-color: gray;
}

.product-service .add .wait:after {
    color: white;
    content: "!";
    position: absolute;
    margin: -8px 0px 0px 3px;
    width: 15px;
    height: 15px;
    background: #ff6652;
    border-radius: 100%;
    font-size: 0.8em
}

.product-service .add li:before {
    content: "";
    position: absolute !important;
    margin: 1px 0px 0px -5px;
    background: #41cb65;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    border: none;
    left: auto !important;
    cursor: pointer;
}

.product-service .add li:hover:before {
    background: gray;
}

.product-service .add li.close-btn:before {
    content: "";
    position: absolute !important;
    margin: 1px 0px 0px -5px;
    background: url(/images/repair/close.png) no-repeat 1px 0px;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    border: none;
    left: auto !important;
    cursor: pointer;
}

.product-service .add li.close-btn:hover:before {
    opacity: 0.5;
}


/* Zebra striping */
.product-service tr {
    display: inline-table;
    width: 100%;
    height: auto;
}
.product-service tr td,
.product-service tr th {
    width: 12%;
    text-align: center;
}
.product-service #total-cart-info tr td,
.product-service #total-cart-info tr th {
    text-align: left;
}

.product-service tr th:first-child {
    width: 75%;
    text-align: left;
}
.product-service tr td:nth-child(2) {
    width: 15%;
}

.product-service tr td:first-child,
.product-service tr td:last-child,
.product-service tr th:last-child{
    width: 10%;
}
.product-service tr td:nth-child(2) {
    width: 60%;
    text-align: left;
}
.product-service tr td:nth-child(3) {
    width: 8%;
}
.product-service #total-cart-info {
    white-space: normal;
}
.product-service #total-cart-info  tr td:nth-child(2) {
    width: 20%;
}
.product-service #total-cart-info tr td:last-child {
    display:none;
}
.product-service #total-cart-info tr td:first-child{
    width: 80%;
}

.product-service .table-border td,
th {
    padding: 2px;
    border-bottom: 1px solid #ccc !important;
}

.product-service .table-border td.install-icon {
    /* text-align: center; */
}

.product-service .table-border td.add img{
    width: 35px;
    margin: 0 10px;
    float: left;
}
.product-service .table-border td.add span {
    display: inherit;
}

#total-cart-info th {
    border: none;
}

.product-service .add-button {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    position: relative;
    border-radius: 100%;
    background-color: #41cb65 !important;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.background-color-repairs {
    background: #e1e1e1;
}

.product-service .btn-hover .add-button .tooltiptext,
.product-service .install-hover .tooltiptext{
    visibility: visible;
}

.product-service .add-button .unavailable,
.product-service .remove-button .unavailable {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #ff6652;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    color: white;
    position: absolute;
    top: -5px;
    left: 60%;
}

.unavailable img {
    position: absolute;
    top: 0;
    left: 0;
}

.product-service .btn-hover .add-button {
    background-color: gray;
}

.product-service .remove-button {
    width: 20px;
    height: 20px;
    position: relative;
    border-radius: 100%;
    background-color: #5d6e76;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    margin: 0 auto;
}

.product-service .remove-button .pic {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

.product-service .product-list,
.product-service .product-title {
    display: block;
}

.product-title tr {
    display: flex;
}

.product-title div {
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
    color: #354052;
    font-weight: normal;
    display: inline;
    vertical-align: -webkit-baseline-middle;
}

.product-service .product-list {
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    min-height: 100px;
    height: fit-content;
}

.product-service-warning {
    width: 100%;
    /*margin-left: 30%;*/
    margin-top: 2em;
    margin-bottom: 2em;
    position: relative;
}

@media screen and (max-width: 650px)
{
    .product-service-warning
    {
        margin-left: 0 !important;
    }
}
@media screen and (max-width: 1000px)and (min-width: 650px)
{
    .product-service-warning
    {
        margin-left: 10% !important;
    }
}

.product-service-warning span {
    font-size: 0.9em;
    font-style: italic;
    font-weight: bold;
}

.product-service-warning .warning-icon {
    background: #ef5151 url("/images/repair/warning.png") no-repeat center;
    background-size: 6px;
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    margin-right: 30px;
}

.product-message {
    width: 99%;
}

.product-message textarea {
    border: 1px solid #c6c9cc;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    height: 60px;
}

.product-message textarea:focus,
.product-message input:focus {
    outline: none !important;
    border-color: #719ECE;
    box-shadow: 0 0 10px #719ECE;
}

.product-warning,
.product-alert {
    width: 49%;
    /*padding: 20px;*/
    /*margin: 4px;*/
    /*background: #5fd87e;*/
    border-radius: 10px;
    position: relative;
    display: table-cell;
    font-size: 1em;
    /*float: left;*/
}

.product-warning span,
.product-alert span {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    white-space: normal;
    font-size: 12px;
}
.product-warning .info,
.product-alert .info {
    width: 80%;
    padding-left: 15px;
}
.product-warning span:first-child,
.product-alert span:first-child {
    /*width: 15%;*/
    text-align: center;
}
.product-alert {
    /*background: #f18181;*/
}

.message-wrap {
    display: table;
    border-spacing: 5px;
    border-collapse: separate;
}

.tooltip {
    position: relative;
    /*display: inline-block;*/
    display: block;
}


/* Tooltip text */

.tooltip .tooltiptext {
    visibility: hidden;
    width: 270px;
    background-color: #bfbfbf;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    left: -245px;
    top: -57px;
    font-size: 0.8em;
    font-weight: normal;
    pointer-events: none;
}

.install-hover .tooltip .tooltiptext{
    width: 170px;
    z-index: 1;
    left: 2px;
    top: -50px;
}

.product-service  .product-list tr:first-child .tooltip .tooltiptext {
    top: 10px;
}

.product-service  .product-list tr:first-child .tooltip .tooltiptext:after {
    display: none;
}
.product-service  .product-list tr:first-child .tooltip .tooltiptext:before {
    content: "";
    display: block;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #bfbfbf;
    margin: -14px 0 0;
    left: 6%;
}


.colors .tooltip .tooltiptext {
    width: auto;
    padding: 5px 20px;
    left: -30px;
    top: -50px;
}

.tooltip .tooltiptext:after {
    content: "";
    display: block;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #bfbfbf;
    margin: 4px 0px 0px 0px;
    left: 85%;
}
.tooltip .tooltiptext:after{
    left: 6%;
}

.colors .tooltip .tooltiptext:after {
    left: 60%;
}


/* Show the tooltip text when you mouse over the tooltip container */

.button:hover .tooltiptext {
    visibility: visible;
}

.colors ul li:hover .tooltiptext {
    visibility: visible;
}


/*______________________form_____________________________*/

.col-2 {
    display: inline-block;
    vertical-align: top;
}

label {
    display: inline-block;
}

.forms {
    width: 80%;
    white-space: nowrap;
    height: auto;
    margin: 20px auto;
    padding: 10px 0px 0px 0px;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    padding: 40px 20px 20px 20px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(199,199,199,1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(199,199,199,1);
    box-shadow: 0px 1px 2px 0px rgba(199,199,199,1);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
}

.forms .icon {
    width: 45px;
    height: 45px;
    background: blue;
    position: absolute;
    top: -12px;
    left: 30px;
    border-radius: 5px;
    background-image: -moz-linear-gradient( 90deg, rgb(25, 144, 234) 0%, rgb(46, 161, 248) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(25, 144, 234) 0%, rgb(46, 161, 248) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(25, 144, 234) 0%, rgb(46, 161, 248) 100%);
    font-size: 2em;
}

.forms .icon img,
.fixed-mob .icon img {
    display: block;
    margin: 10px auto;
    width: 25px;
    height: 25px;
    font-size: 2em;
}

.fixed-mob .icon img {
    margin: 0 auto;
    width: 35px;
    height: 35px;
}

.forms .label {
    font-size: 1.5em;
    font-weight: normal;
    font-style: normal;
    font-family: "Trebuchet MS", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #535353;
    display: block;
    margin: 0;
}

.forms .label small {
    font-size: 12px;
    border-bottom: 1px dashed #2178d0;
    color: #2178d0;
    margin-left: 15px;
    cursor: pointer;
}

.forms fieldset {
    padding: 0px 5px 0px 5px;
    border: none;
    min-width: 0;
    width: 100%;
}

.forms button {
    cursor: pointer;
}

.forms input,
textarea {
    border: 1px solid #c6c9cc;
    border-radius: 5px;
    color: #5d5d5d;
    display: block;
    margin: 5px 0;
    padding: 10px 10px;
    font-size: .8em;
    width: 100%;
    -webkit-appearance: none;
}

.forms button.enter {
    border: none;
    border-radius: 5px;
    color: #fff;
    display: block;
    margin: 5px 0 10px 0;
    padding: 9px 9px;
    font-size: .8em;
    width: 100%;
    background-color: #4ee274;
    font-size: 1em;
}

.cancel {
    background-color: #7f7f7f !important;
}

.forms button.enter:hover {
    background-color: #43bd62;
}

.forms #auth-submit {
    border: none;
    border-radius: 5px;
    color: #fff;
    display: block;
    margin: 5px 0 10px 0;
    padding: 9px 9px;
    font-size: .8em;
    width: 100%;
    background-color: #4ee274;
    font-size: 1em;
}

.forms #auth-submit:hover {
    background-color: #43bd62;
}

.forms input:focus {
    border: 1px solid #1c92ec;
}

.forms input:invalid {
    background: #ffcccc;
    border-color: #f18181;
}

.forms input::-webkit-input-placeholder {
    color: #7f8fa4;
}

.forms input:-moz-placeholder {
    /* FF 4-18 */
    color: #7f8fa4;
}

.forms input::-moz-placeholder {
    /* FF 19+ */
    color: #7f8fa4;
}

.forms input:-ms-input-placeholder {
    /* IE 10+ */
    color: #7f8fa4;
}

.logins input {
    width: 100%;
}

.forms textarea::-webkit-textarea-placeholder {
    color: #7f8fa4;
    outline: none;
}

.forms textarea:-moz-placeholder {
    /* FF 4-18 */
    color: #7f8fa4;
    outline: none;
}

.forms textarea::-moz-placeholder {
    /* FF 19+ */
    color: #7f8fa4;
    outline: none;
}

.forms textarea:-ms-textarea-placeholder {
    /* IE 10+ */
    color: #7f8fa4;
    outline: none;
}

.forms.fixed {
    display: none;
    width: 350px;
    position: fixed;
    right: 20px;
    top: 30%;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(199,199,199,1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(199,199,199,1);
    box-shadow: 0px 1px 2px 0px rgba(199,199,199,1);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
}

.forms-device {
    margin: 10px 0;
}

.forms-device span {
    margin-left: 10px;
}
.forms-service.scrollable-menu {
    max-height: 350px;
}

@media screen and (max-height: 768px){
    .forms-service.scrollable-menu {
        max-height: 150px !important;
        font-size: x-small !important;
    }
}
.forms.fixed .fixed-wrap>span,
.forms.fixed .fixed-wrap>p {
    text-align: center;
    display: block;
}

.forms.fixed .fixed-wrap>span {
    margin-top: 40px;
    font-weight: bold;
    font-size: 1.2em;
}

.forms-service label {
    margin: 10px 0;
}

.forms-service .list-service>span {
    margin-top: 5px;
    display: block;
    width: 100%;
}

.forms-service .service-title {
    display: inline-block;
    width: 60%;
}

.forms-service .service-price {
    display: inline-block;
    width: 35%;
    text-align: right;
}

.login {
    position: relative;
}


.tab {
    visibility: hidden;
    height: 0;
    /*overflow: hidden;*/
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

.tab.active {
    visibility: visible;
    display: block;
    opacity: 1;
    height: auto;
}

.register {
    background: url(/images/repair/svg/mservice-logo.svg) no-repeat;
    background-size: auto;
    background-position: right -50% bottom -10px;
    background-color: #fff;
}

.enter-social {
    display: block;
    text-align: center;
    margin-left: 10px;
}

.enter-social div {
    float: left;
    width: 100%;
}

.enter-social .text {
    display: inline-block;
    padding-bottom: 4px;
    font-size: 15px;
    text-align: center;
}

.enter-social button {
    display: inline-block;
    width: 100%;
    border: none;
    float: left;
    background: transparent;
}
.register label.under {
    text-decoration: underline;
    cursor: pointer;
    text-align: center;
    width: 100%;
}

.google a {
    width: 100%;
    height: 100%;
    margin: 0 10px 8px 10px;
    padding: 10px;
    box-shadow: 1px 6px 10px rgba(0, 0, 0, 0.2);
    background: #fff;
    color: #696969;
    display: block;
    text-decoration: none;
}

.google a:hover {
    /*color: #d4d4d4;*/
    background: #d4d4d4;
}

.google a img {
    width: 20px;
    height: 20px;
    float: left;
}

.fb a {
    width: 100%;
    height: 100%;
    margin: 0 10px 55px 10px;
    padding: 10px;
    box-shadow: 1px 6px 10px rgba(0, 0, 0, 0.2);
    background: #3b5997;
    color: #fff;
    display: block;
    text-decoration: none;
}

.fb a:hover {
    background: #1f3667;
    color: #fff;
}

.fb a img {
    float: left;
    width: 10px;
    height: 20px;
}

.registration-repair {
    padding: 10px;
    color: #1c92ec;
    text-decoration: underline;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: normal;
    font-size: 15px;
    text-decoration: none;
}

.foget {
    display: block;
    text-align: center;
    padding: 10px;
    color: grey;
    width: 100%;
    border: none;
    border-radius: 5px;
    background-color: transparent;
}

.foget a {
    display: block;
    text-align: center;
    padding: 10px;
    color: grey;
    text-decoration: none;
}

.accept {
    width: 70%;
    margin: 0 auto;
    /*background: red;*/
}

.accept button {
    float: right;
    display: inline-block;
    width: 130px;
    border: none;
    margin: 0px 0px 10px 10px;
    padding: 5px 10px;
    border-radius: 10px;
    color: #fff;
    line-height: 1.5em;
    background-image: -moz-linear-gradient( 90deg, rgb(25, 144, 234) 0%, rgb(46, 161, 248) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(25, 144, 234) 0%, rgb(46, 161, 248) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(25, 144, 234) 0%, rgb(46, 161, 248) 100%);
    cursor: pointer;
    border: 2px solid transparent;
    margin-bottom: 40px;
}

.accept button#btn-prev-1,
.accept button#btn-prev-2,
.accept button#btn-prev-3 {
    float: left;
}

.accept span {
    float: left;
    width: 25px;
    height: 25px;
    margin-left: 15px;
}

.accept #btn-prev-1 span,
.accept #btn-prev-2 span,
.accept #btn-prev-3 span {
    background: url(/images/repair/svg/accept-icon_revert.svg) no-repeat;
    width: 27px;
    background-size: contain;
}


/*.accept button:hover*/

.accept button.disabled {
    background: none;
    border: 2px solid #cccccc;
    color: #cccccc;
    pointer-events: none;
}

.accept button span svg {
    height: 20px;
}

.disabled svg>path {
    fill: currentColor;
}

.accept .disabled button:hover path {
    fill: #cccccc;
}

.provider {
    display: block;
    padding: 0px 0px 0px 20px;
    height: 80px;
    line-height: 80px;
    font-size: .8em;
    min-width: 250px;
    margin: 10px 0px 10px 0px;
}

input[type=radio] {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0px 5px 0px 5px;
    vertical-align: middle;
}

input[type=radio].custom {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type=radio].custom+label.css-label {
    padding-left: 30px;
    height: 20px;
    display: inline-block;
    line-height: 15px;
    background-repeat: no-repeat;
    background-position: 0 0px;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

input[type=radio].custom:checked+label.css-label {
    background-position: 0 -20px;
}

label.css-label {
    background-image: url(/images/repair/svg/radio-button.svg);
    background-size: 20px 40px;
    /*	-webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;*/
}

label.css-label object {
    position: absolute;
    left: 0;
    pointer-events: none;
}

input[type=radio].custom:checked+label.css-label>object {
    bottom: 0;
}

.provider p {
    line-height: 1em;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    white-space: normal;
}

#delivery .provider p {
    max-width: 90px;
    width: auto;
}

.provider img {
    vertical-align: middle;
}

.provider object {
    vertical-align: middle;
}

.delivery hr {
    border: none;
    color: #e6eaee;
    background-color: #e6eaee;
    height: 1px;
}

.payment {
    webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
}

.payment hr {
    border: none;
    color: #e6eaee;
    background-color: #e6eaee;
    height: 1px;
}

.descript {
    float: right;
    text-align: right;
    margin-bottom: 10px;
    width: 70%;
    font-size: 1em;
}

.intl-tel-input {
    display: block;
}

.user_info {
    border-radius: 5px;
    color: #7f8fa4;
    display: block;
    margin: 5px 0;
    padding: 10px 10px;
}


/*TODO : REMOVE IN FUTURE*/

#send-offer {
    background: #4CAF50;
    color: #fff;
    padding: 20px;
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin: 0 auto;
}

.forms.delivery {
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
}

.forms.delivery.del-hidden {
    display: none;
}

.provider-mini {
    display: table-cell;
}

.delivery .provider-mini p {
    vertical-align: middle;
    padding-left: 60px;
    white-space: normal;
}

.forms.delivery-sel .provider-mini span {
    vertical-align: middle;
    display: table-cell;
    padding: 0px 20px;
}

.provider-mini .warning {
    display: none;
}

.forms.delivery-sel {
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
    padding: 10px 10px 10px 10%;
}

.delivery-sel.del-visible,
.new_post_courier.del-visible,
.new_post.del-visible,
.ukr_post.del-visible,
.ukr_post_outside.del-visible,
.mservice.del-visible,
.self_delivery.del-visible,
.payment.del-visible {
    visibility: visible;
    opacity: 1;
}

.new_post_courier.del-visible,
.new_post.del-visible,
.ukr_post.del-visible,
.ukr_post_outside.del-visible,
.mservice.del-visible,
.self_delivery.del-visible,
.payment.del-visible {
    height: auto;
    padding: 40px 20px 20px 20px;
    margin-bottom: 20px;
}

.forms.delivery-sel .add-button {
    width: 25px;
    height: 25px;
    position: relative;
    border-radius: 100%;
    background-color: #5d6e76;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    transform: rotate(45deg);
}

.destination {
    /*margin-top: 10%;*/
    background: url(/images/repair/svg/newmailbg.svg) no-repeat;
    background-size: auto 100%;
    background-position: right 0% bottom 10%;
    background-color: #fff;
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
}

.destination.newmail {
    background: url(/images/repair/svg/newmailbg.svg) no-repeat;
    background-size: auto 100%;
    background-position: right 0% bottom 10%;
    background-color: #fff;
}

.destination.self_delivery {
    background: url(/images/repair/svg/selfbg.svg) no-repeat;
    background-size: auto 120%;
    background-position: right -1% top -8px;
    background-color: #fff;
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
}

.destination.mservice {
    background: url(/images/repair/svg/mservice-logo.svg) no-repeat;
    background-size: auto 120%;
    background-position: right -1% top -8px;
    background-color: #fff;
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
}

.self_delivery .info {
    font-size: .8em;
    padding: 20px 0px 20px 0px;
    display: block;
}

.destination .col2 {
    width: 49%;
    display: block;
    float: left;
    margin: 0;
}

.destination .margin {
    margin: 0px 0px 0px 2% !important;
}

.destination textarea {
    min-height: 70px;
    border-color: #5fd87e;
}
.destination .col2 {
    width: 49%;
    display: block;
    float: left;
    margin: 0;
}
.destination .col3 {
    width: 32%;
    display: block;
    float: left;
    margin: 0;
}

.destination textarea:focus,
.destination input:focus {
    outline: none !important;
    border-color: #1c92ec;
}

.payment span {
    display: inline-block;
}


/*_________________________________________Order_______________________________________________*/

.order-basket .product-service {
    font-size: 1em;
    color: #354052;
}

.device-name div {
    display: inline-block;
    width: 50%;
    padding-top: 0px;
    padding-left: 6px;
    font-size: 1em;
    white-space: normal;
    vertical-align: top;
    font-weight: bold;
}

.device-name div:last-child {
    text-align: right;
    padding-right: 10px;
}

.order-basket .order-info span {
    display: inline-block;
    width: 33.3%;
    vertical-align: top;
    padding: 10px;
    /*margin-top: 20px;*/
    font-size: .9em;
    text-align: left;
}

.order-basket .order-info>span {
    margin-top: 20px;
}

.order-basket .order-info span.col-border {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.order-basket .order-info span.order-name,
.order-basket .order-info span.order-ship,
.order-basket .order-info span.order-ship-type,
.order-basket .order-info span.order-pay-type {
    width: 100%;
    padding: 0;
}

.order-basket .order-info .order-ship span {
    width: auto;
    padding: 0;
}

.order-basket .warning,
.order-basket .info,
.order-basket .notice,
.order-basket .liqpay-notice {
    display: block;
    text-align: center;
    vertical-align: top;
    padding: 10px;
    font-size: .9em;
    white-space: normal;
    line-height: 1.5em;
}

.order-basket .liqpay-notice {
    display: none;
    color: #ef5151;
}

.order-basket .liqpay-notice b {
    color: #ef5151;
}

.order-basket span p {
    font-size: .8em;
}

.order-finish {
    width: 100%;
    display: block;
}

.bill-wrap {
    display: block;
    white-space: normal;
    text-align: center;
}

.bill {
    display: block;
    width: 100%;
    vertical-align: top;
    text-align: left;
}

.button {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.bill span {
    display: inline-block;
}

.bill-price {
    position: absolute;
    margin-left: 10px;
}

.order-finish .button h1,.order-finish .button h2 {
    background-color: #4ee274;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    margin-left: 20px;
    color: #fff;
}

.order-finish .button h1:hover,.order-finish .button h2:hover {
    background-color: #43bd62;
}

.bill .title {
    width: 65%;
    margin-left: 10px;
    margin-bottom: 10px;
}

.rules-and-conditions {
    display: inline-block;
    width: 55%;
    text-transform: uppercase;
    position: relative;
}

.rules-and-conditions input[type=checkbox] {
    visibility: hidden;
    display: inline-block;
    width: 25px;
    margin-right: 20px;
    float: left;
}

.rules-and-conditions span {
    font-size: 0.8em;
}

.rules-and-conditions a {
    text-decoration: underline;
    color: #1c92ec;
}

.rules-and-conditions label {
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 10px;
    left: 0;
    background: #eee;
    border: 1px solid #ddd;
}

.rules-and-conditions label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 6px;
    left: 7px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}

.rules-and-conditions label:hover::after {
    opacity: 0.5;
}

.rules-and-conditions input[type=checkbox]:checked+label:after {
    opacity: 1;
}


/* begin new post courier styles */

.new_post_courier .wrapper-dropdown,
.new_post .wrapper-dropdown,
.ukr_post .wrapper-dropdown,
.ukr_post_outside .wrapper-dropdown,
.mservice .wrapper-dropdown,
.self_delivery .wrapper-dropdown {
    padding: 0;
}

.new_post_courier .wrapper-dropdown span,
.new_post .wrapper-dropdown span,
.ukr_post .wrapper-dropdown span,
.ukr_post_outside .wrapper-dropdown span,
.mservice .wrapper-dropdown span,
.self_delivery .wrapper-dropdown span {
    border: none;
    padding: 0;
}

.new_post_courier .wrapper-dropdown ul,
.new_post .wrapper-dropdown ul,
.ukr_post .wrapper-dropdown ul,
.ukr_post_outside .wrapper-dropdown ul,
.mservice .wrapper-dropdown ul,
.self_delivery .wrapper-dropdown ul {
    border: 1px solid #c5c8cb;
    border-radius: 2px;
    border-top: none;
}

.new_post_courier .wrapper-dropdown input,
.new_post .wrapper-dropdown input,
.ukr_post .wrapper-dropdown input,
.ukr_post_outside .wrapper-dropdown input,
.mservice .wrapper-dropdown input,
.self_delivery .wrapper-dropdown input {
    /*    background: none;*/
    font-weight: normal;
    margin: 5px 0;
}

.new_post_courier .wrapper-dropdown:after,
.new_post .wrapper-dropdown:after,
.ukr_post .wrapper-dropdown:after,
.ukr_post_outside .wrapper-dropdown:after,
.mservice .wrapper-dropdown:after,
.self_delivery .wrapper-dropdown:after {
    right: 10px;
    margin-top: -10px;
    content: none;
}


/*.new_post_courier .wrapper-dropdown .dropdown li:first-child a,
.new_post .wrapper-dropdown .dropdown li:first-child a,
.mservice .wrapper-dropdown .dropdown li:first-child a,
.self_delivery .wrapper-dropdown .dropdown li:first-child a
{
    display: block;
    text-decoration: none;
    color: #9e9e9e;
    padding: 10px 20px;
    font-size: inherit;
    text-align: -webkit-auto;
    white-space: normal;
}*/

#street_courier {
    display: none;
}


/* end new post courier styles */

input:invalid {
    background: #f18181;
}

input:valid {
    border-color: #5fd87e;
    /*border-width: 1px;*/
}

input:required,
.forms input:required {
    background: #ffcccc;
    border-color: #f18181;
    /*border-color: #f18181;*/
    /*border-width: 3px;*/
    /*border-width: 0px;*/
}

button:focus {
    outline: 0;
}

.order-basket .courier-warning {
    display: none;
}


/* start slider styles */

#slide-1 {
    z-index: 1;
    display: none;
}

#slide-1 .no-index {
    z-index: -1 !important;
}

#slide-2,
#slide-3,
#slide-4 {
    display: none;
}


/* end slider styles */

.progress {
    list-style: none;
    /*margin: 30px 0 0 0;*/
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    color: #849397;
    position: relative;
    z-index: 0;
}

.progress li {
    position: relative;
    display: table-cell;
    text-align: center;
    font-size: 0.8em;
    vertical-align: middle;
}

.progress li:before {
    content: attr(data-step);
    display: block;
    margin: 0 auto;
    background: #DFE3E4;
    width: 3em;
    height: 3em;
    text-align: center;
    /*//IE8 doesn't inherit this style*/
    margin-bottom: 0.25em;
    line-height: 3em;
    border-radius: 100%;
    position: relative;
    z-index: 1000;
}

.progress li:after {
    content: '';
    position: absolute;
    display: block;
    background: #DFE3E4;
    width: 70%;
    height: 0.2em;
    top: 1.25em;
    left: 65%;
    margin-left: 1.5em\9;
    /*z-index: -1;*/
}

.progress li p {
    padding-top: 10px;
}

.progress li:last-child:after {
    display: none;
}

.progress li.is-complete {
    color: #2ECC71;
}

.progress li.is-complete {
    content: "";
}

.progress li.is-complete:before,
.progress li.is-complete:after {
    color: #FFF;
    background: #2ECC71;
}

.progress li.is-complete:before {
    background-image: url('/images/repair/svg/complete.svg');
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
}

.progress li.is-active {
    color: #3498DB;
}

.progress li.is-active:before {
    color: #FFF;
    background: #3498DB;
}


/**
* Needed for IE8
*/

.progress__last:after {
    display: none!important;
}

.err-msg {
    width: auto !important;
    color: red;
    margin: 0 auto;
    padding: 0;
    display: block;
    position: inherit;
    text-align: center;
    font-size: 12px;
    float: none !important;
    background: transparent !important;
}

.reparation_change {
    border-top: 2px solid #fe7b7c;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fe7b7c), to(#7b06d9));
    background-image: -webkit-linear-gradient(#fe7b7c, #7b06d9);
    background-image: -moz-linear-gradient(#fe7b7c, #7b06d9), -moz-linear-gradient(#fe7b7c, #7b06d9);
    background-image: -o-linear-gradient(#fe7b7c, #7b06d9), -o-linear-gradient(#fe7b7c,#7b06d9);
    background-image: linear-gradient(#fe7b7c, #7b06d9), linear-gradient(#fe7b7c, #7b06d9);
    border-bottom: 2px solid #7b06d9;
    -moz-background-size: 3px 100%;
    border-radius: 6px;
    background-size: 2px 100%;
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
}

.err-repairs {
    width: auto !important;
    color: red;
    margin: 0 auto;
    padding: 0;
    display: block;
    position: inherit;
    text-align: center;
    font-size: 12px;
    float: none !important;
    background: transparent !important;
}
.crossed {
    text-decoration: line-through;
    color: darkgrey;
}

.uncrossed {
    text-decoration: none;
    color: inherit;
}

sup {
    color: black;
}

.chosen-text {
    display: none;
    width: 50%;
}

.label {
    font-size: 25px;
    font-family: "Trebuchet MS", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #535353;
    font-style: italic;
    margin-bottom: 15px;
    height: 30px;
    display: inline-block;
}

.button.send-order {
    cursor: pointer;
}

.button.send-order.disabled h1 ,.button.send-order.disabled h2{
    background-color: #d6d6d6;
    pointer-events: none;
}

.button.send-order h1,.button.send-order h2 {
    display: inline-block;
}

.fixed-mob {
    display: none;
}

.close-basket {
    display: none;
}

.nav-links a {
    margin-top: 40px;
    text-align: center;
    width: 40%;
    color: #42464e;
    font-size: 1em;
    display: inline-block;
}

.selected {
    background-color: #f3f8f8;
}

.rt-content-inner>p,
.pagepath {
    display: none;
}

.hidden-elem,
.forms.delivery-sel.hidden-elem {
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding: 0;
    margin: 0 auto;
}

#fancybox-content {
    background: #fff !important;
}

#data ol {
    list-style: inside;
    list-style-type: decimal;
}

#data ol li {
    margin: 10px 0;
}

.order-info .order-ship-type span {
    display: none;
}

#delivery .provider svg {
    vertical-align: middle;
}


/* remeber-me checkbox start*/

#wrap-remeber-repair {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#wrap-remeber-repair input[type=checkbox] {
    visibility: hidden;
    display: inline-block;
    width: 1px;
    /*margin-right: 10px;*/
    float: left;
}

#wrap-remeber-repair label {
    cursor: pointer;
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #ddd;
}

#wrap-remeber-repair label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 4px;
    background: transparent;
    top: 3px;
    left: 3px;
    border: 2px solid #2196F3;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}

#wrap-remeber-repair span {
    margin-left: 30px;
    color: grey;
}

#wrap-remeber-repair label:hover::after {
    opacity: 0.5;
}

#wrap-remeber-repair input[type=checkbox]:checked+label:after {
    opacity: 1;
}

#payment .provider svg{
    vertical-align: middle;
    width: 32%;
}
#payment .provider svg image {
    width: 100%;
    /*height: 60px;*/
}
#payment .provider span {
    width:45%;
}
/* remeber-me checkbox end*/

.hidden {
    display: none !important;
}

.fancybox-close-small:after {
    color: #555;
    background: #eee;
}

.largepage :not(div.product-service) .table-border td {
    border: none;
    border-bottom: 1px solid #ccc !important;
}

#data {
    width: auto;
    max-width: 500px;
    margin: 50px;
}

.delivery-name-string {
    display: inline-block;
}

.input-arrow-down {
    width: 0 !important;
    height: 0 !important;
    position: absolute;
    display: block;
    right: 30px;
    top: 37%;
    margin-top: -3px;
    border-width: 12px 12px 0 12px !important;
    border-style: solid !important;
    border-color: grey transparent !important;
    cursor: pointer;
    right: 10px;
    margin-top: -2px;
}

@media screen and (max-width: 1650px) {
    #slide-1>div,
    #slide-2>div,
    #slide-3>div,
    #slide-3 form>div,
    #slide-4>div {
        margin-left: 0;
    }
    .step {
        text-align: left;
    }
}

@media screen and (max-width: 1460px){
    .left-content {
        display: none;
    }
    .wrap{
        margin: 40px auto;
    }
    .progress{
        width: 90%;
    }
}

@media screen and(max-width: 950px) {
    #dd .scrollable-menu {
        max-height: 300px;
    }
}

@media screen and (min-width: 950px) {

    .device li.device_hover .dropdown-content {
        visibility: visible;
        animation-name: example;
        animation-duration: .5s;
        animation-fill-mode: forwards;
    }
    @keyframes example {
        from {
            opacity: 0;
        }
        to {
            opacity: 100;
        }
    }
    .dropdown:hover .dropbtn {
        background-color: #3e8e41;
    }

    .dropdown-content a:hover {
        background-color: #f1f1f1;
        box-shadow: 0px 4.33px 12px 2px rgba(0, 0, 0, 0.2);
        color: black;
    }

    .dropdown-content a:hover img {
        filter: invert(0%);
        -webkit-filter: invert(0%);
    }

}

@media screen and (max-width: 1162px) {
    .product,
    .form,
    .step,
    .forms {
        width: 90%;
    }
    .largepage h1 ,.largepage h2{
        font-size: 1.5em;
    }
    .lg-view .largepage .rt-content-inner{
        padding-left: 260px;
    }
    .lg-view .largepage
    {
        margin-left: -290px;
    }
}

@media screen and (max-width: 1017px) {
    #content {
        overflow: visible;
    }
}

@media screen and (max-width: 1007px) and (min-width: 951px) {
    .step .line {
        width: 20%;
    }
}

@media screen and (max-width: 950px) {

    .left-content {
        display: none;
    }
    .lg-view .largepage {
        margin-left: 0;
    }
    .lg-view .largepage .rt-content-inner {
        padding-left: 0;
    }
    .step {
        width: 100%;
    }
    .device {
        width: 100%;
    }
    .largepage h1,.largepage h2 {
        font-size: 1.5em;
    }
    .dropdown-content {
        /*        top: 0;
                padding: 0;
                margin: 0;*/
        max-height: none;
    }
    .dropdown-content-wrap {
        /*        top: 10%;
                position: relative;
                margin: 10px auto;
                z-index: 7000;
                overflow: auto;
                max-height: 600px;*/
        max-height: none;
    }
    /*    .device li .dropdown-content {
            animation-name: example;
            animation-duration: .5s;
            animation-fill-mode: forwards;
        }
        .device li .dropdown-content.clicked-content {
            visibility: visible;
            position: fixed;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0 !important;
            right: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 12;
            cursor: pointer;
        }

        .device  li .dropdown-content.clicked-content p{
            margin-top: 30% !important;
        }*/
    .close-brand {
        display: block;
        margin-top: 0;
    }
    @keyframes example {
        from {
            opacity: 0;
        }
        to {
            opacity: 100;
        }
    }
    .dropdown:hover .dropbtn {
        background-color: #3e8e41;
    }
    .tab-arrow {
        display: none;
    }
    .forms.fixed {
        display: none;
        position: relative;
        top: 0;
        right: 0;
    }
    .forms .icon {
        display: none;
    }

    .fixed-mob {
        /* display: block;*/
        position: fixed;
        right: 20px;
        top: 30%;
        cursor: pointer;
        z-index: 1050;
    }
    .fixed-service-count {
        position: fixed;
        top: 28%;
        z-index: 100;
        right: 60px;
        font-size: 14px;
        padding: 3px;
        background: #ef5251;
        width: 25px;
        height: 25px;
        border-radius: 100%;
        background-color: #ff6652;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        color: white;
    }
    .wrap {
        margin: 0 auto;
    }
    .step {
        text-align: center;
    }
    #slide-1>div,
    #slide-2>div,
    #slide-3>div,
    #slide-3 form>div,
    #slide-4>div {
        margin: 30px auto;
    }

    .product-service #total-cart-info  tr td:nth-child(2){
        min-width: 150px;
        text-align: right;
    }

    .fancybox-slide .dropdown-content {
        visibility: visible;
        position: relative;
        padding: 0;
        margin: 0;
        left: 0;
        border-radius: 15px;
    }
    .body_repairs .fancybox-slide .dropdown-content{
        left: unset!important;
    }

    .fancybox-slide .dropdown-content-wrap {
        margin: 0 auto;
        display: block;
        text-align: center;
    }
}

@media screen and (max-width: 872px) and (min-width: 791px) {
    .product,
    .form {
        width: 100%;
    }
    .forms {
        width: 90%;
    }
    .largepage h1 ,.largepage h2{
        font-size: 1.5em;
    }
}

@media screen and (max-width: 790px) {
    #content {
        overflow: inherit;
    }
    .form {
        height: auto;
    }
    .form .device {
        width: 100%;
        height: auto;
        float: none;
        display: block;
        margin-bottom: 20px;
    }
    .form .search {
        margin-left: 0;
    }
    .form .chosen-text {
        display: block;
        width: 100%;
        margin: 15px auto;
    }
    .form .icon {
        float: none;
    }
    .form .close {
        top: -55px;
        float: right;
        left: 0;
        margin: 0;
    }
    .form .close a img{
        padding: 0;
    }
    .chosen-text {
        font-size: 16px;
        float: left;
        vertical-align: -50%;
        margin-top: 25px;
    }
    .product-header {
        display: none;
    }
    .product {
        width: 100%;
        margin: 30px auto;
    }
    .product .product-img:first-child {
        float: none;
        margin: 0 auto;
        width: 200px;
    }
    .product .product-detail-wrap {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .product-detail {
        padding-left: 0;
    }
    .step .line {
        width: 20%;
    }
    .forms {
        width: 100%;
    }
    .accept {
        width: 90%;
    }
    .largepage h1,.largepage h2{
        font-size: 1.2em;
    }
    #slide-1>div,
    #slide-2>div,
    #slide-3>div,
    #slide-3 form>div,
    #slide-4>div {
        margin: 10px auto;
    }
}

@media screen and (max-width: 750px) {
    .payment-type-message {
        width: 100%;
        padding: 10px;
    }
    .rules-and-conditions {
        width: 100%;
        margin-bottom: 20px;
    }
    .button.send-order {
        display: block;
    }
    .wrapper-dropdown .dropdown {
        z-index: 2;
    }

}

@media screen and (max-width: 550px) {
    .device li {
        width: 150px;
        font-size: 15px;
        height: 170px;
    }
    .col-2 {
        display: block;
        width: 100%;
    }
    .delivery fieldset:first-child .provider:last-child,
    #payment fieldset:first-child .provider:last-child {
        border-bottom: 1px solid #e6eaee;
    }
    .provider-mini .col-5,
    .provider-mini span:nth-child(2) {
        width: 100%;
    }
    .forms.delivery-sel .provider-mini span:nth-child(2) {
        display: block;
    }
    .forms.delivery-sel span:last-child {
        display: block;
        float: right;
        margin-top: -105px;
        margin-right: -30px;
        /*padding-right: 0;*/
    }
    .accept {
        background: transparent;
    }
    .err-msg {
        float: none;
        display: block;
        width: 100% !important;
        position: inherit;
    }
    .wrapper-dropdown input {
        width: 80%;
    }
    .destination .wrapper-dropdown input {
        width: 100%;
    }
    .device .close img {
        width: auto;
    }
    #total-cart-info {
        display: table;
        width: 100%;
        border: none;
        border-collapse: collapse;
        border-spacing: 0;
    }
    #total-cart-info tbody {
        border: none;
        display: table-row-group;
        vertical-align: middle;
        border-color: inherit;
    }
    #total-cart-info tbody tr,
    #total-cart-info thead tr {
        display: table-row;
        vertical-align: inherit;
        border-color: inherit;
    }
    #total-cart-info tbody tr {
        border-bottom: 1px solid #555555;
    }
    .product-service tr th {
        display: inline-block;
        width: 10%;
    }
    #total-cart-info td {
        display: table-cell;
        vertical-align: inherit;
    }
    .forms.delivery-sel .provider-mini span:first-child {
        padding-left: 50px;
    }
    .product-service tr th {
        display: none;
    }


    /*    .product-service tr td,
        .product-service tr th{
            width: 20%;
        }*/
    /*    .product-service tr td:nth-child(2),
        .product-service tr th:nth-child(2) {
            width: 10%;
        }*/
    /*    .product-service tr td:last-child,
        .product-service tr th:last-child{
            width: 25%;
        }*/

    .edit{
        display: block;
        width: 81px;
        margin-left: 0;
    }

}

@media screen and (max-width: 520px) {

    #payment .provider object {
        width: 100px !important;
    }
    .product-service .product-title tr {
        display: flex;
    }
    .nav-links a {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .order-basket .order-info span {
        display: block;
        text-align: center;
        width: 100%;
    }
    .order-basket .order-info span.col-border {
        border: none;
    }
    .order-basket .order-ship,
    .order-basket .order-ship span {
        display: inline-block;
    }
    #payment .provider object {
        width: 50px !important;
    }
    .device-name div {
        display: block;
        width: 100%;
    }
    .device-name div:last-child {
        text-align: left;
        padding-top: 0;
    }
    .button.send-order {
        display: block;
        width: 100%;
        margin-top: 50px;
    }
    .order-finish .bill {
        text-align: center;
    }
    .order-finish .bill .title,
    .order-finish .bill-price {
        width: 100%;
    }
    .order-finish .bill-price {
        display: block;
        margin-left: 0;
    }
    .product-warning,
    .product-alert {
        width: 100%;
        display: block;
    }
    .product-alert {
        margin-top: 20px;
    }
    .product-service-warning{
        display: table;
    }
    .product-service-warning span {
        display: table-cell;
        vertical-align: middle;
    }

    .first_clmn_srv{
        margin-top: 10px;
    }

}
@media screen and (max-width: 450px) {
    .wrap {
        width: 100%;
    }
    .device img {
        width: 90%;
    }
    .form {
        width: 95%;
    }
    .dropdown-content a {
        height: auto;
    }
    #delivery .provider object {
        width: 50px;
    }
    .progress p {
        display: none;
    }
    .product-service-warning .warning-icon{
        margin-top: 10px;
    }
    .product-service .add-button,
    .product-service .remove-button {
        margin: 0;
    }
}

@media screen and (max-width: 400px){
    #delivery .provider svg,
    #delivery .provider svg image{
        /*width: 70px;*/
    }
    #delivery .col-2:last-child .provider svg,
    #delivery .col-2:last-child .provider svg image {
        /*width: 40px;*/
    }
}

@media screen and (max-width: 380px) {

    .wrapper-dropdown input {
        font-size: 13px;
    }
    #payment .provider>span {
        width: 40%;
    }
    .fixed.clicked-content .fixed-wrap {
        width: 100%;
    }
    .accept button {
        width: 100px;
        padding: 5px;
    }
    .accept span {
        width: 20px;
        height: 20px;
        margin-left: 5px;
    }
    #destination fieldset label {
        width: 100%;
    }
    #destination fieldset label h1 ,#destination fieldset label h2{
        white-space: normal;
    }
    .order-basket .product-service {
        font-size: 0.8em;
    }
    .provider p{
        width: 40%;
    }
}
@media screen and (max-width: 350px) {
    .forms.fixed {
        width: 100%;
    }

    .device ul {
        height: unset;
    }
}

/*#footer {*/
    /*margin-top: 50px;*/
/*}*/

#mainarea {
    overflow-y: unset;
}
@media screen and (max-width: 850px){
    .menu_mobile_repair {
        border: 1px solid #333; /* Параметры рамки */
        position: fixed;
        height: 45px;
        width: 100%;
        background-image: -webkit-linear-gradient(
                90deg, rgb(25,144,234) 0%, rgb(46,161,248) 100%);
        z-index: 3;
        justify-content: center;
        align-items: flex-end;
        bottom: 0;
        text-align: center;
        right: 0;
    }

    .menu_mobile_repair_text {
        font-size: initial;
        color: #FFFFFF;
    }

    .menu_mobile_repair_img {
        width: 35px;
        height: 35px;
        position: inherit;
        left: 5px;
        margin-top: 4px;
    }

    .white_block_fixed_repair {
        opacity: 1 !important;
        z-index: 1 !important;
        overflow: revert !important;
        right: 0 !important;
        top: 10% !important;
        position: fixed !important;

    }
}

@media screen and (min-width: 850px){
    .menu_mobile_repair {
        display: none;
    }
}
@media screen and (max-width: 318px){
    .menu_mobile_repair {
        display: none;
    }
}