.headerMobilePhone{display:none;}
.newWork__wrapper .g-wrapper {
    padding: 0px;
}
@media (max-width: 639px){
    header .headerMobilePhone{fill:black;display:inline;}
    header.transparent .headerMobilePhone{fill:white;display:inline;}
    header > .container > .row{width:auto !important; }
}

.amo-button--main-icon{display:none !important;}
.amo-button.amo-button--main{background:transparent !important;}
#custom_chat_holder{bottom:10px;right: 10px;width:300px;height:700px;max-width: 90%;max-height:90%;display:none;position:fixed;z-index:9999;
    border-radius: 10px;
    overflow: hidden;
}
.amo-button-greeting-badge{display:none !important;}
.closeAmo{cursor:pointer;width:25px;height:25px;background: url('img/cl.png');position:absolute;top:5px;right:5px;
    z-index: 2147483001;
    background-size: cover;
}
.header .menu__wrapper .pcPopup__wrapper-block-content a.header_menu_chat{margin-bottom:0; }
#bx-panel{z-index:1200 !important;}

body .top__next, body .top__prev{width:auto;}
.image_block_review {
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin-right: 30px;
    border-radius: 50%;
}
body .form__wrapper-forms-item .form__wrapper-forms-item-select {
    flex-basis: calc(50% - 105px);
    -webkit-flex-basis: calc(50% - 105px);
    -ms-flex-preferred-size: calc(50% - 105px);
}
body .form__wrapper-forms-item:nth-child(1) .form__wrapper-forms-item-select select option:nth-child(1) {
  color: inherit;
}
.swiper-slide iframe {
    width: 100%; height:100%;
}
.block_with_video_for_sl{position:relative;}
.video_for_slider {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.block_with_video_for_sl>img{opacity:0;}
body .g-wrapper .slick-arrow:after{
	display:none;
}
body .trade-in__wrapper-sell-block-items-item span {
    margin-top: 10px;
    font-size: 12px;
    line-height: 19px;
    color: #939393;
    font-weight: 400;
    display: block;
}
.trade-in label,.trade-in p{
	margin-bottom:0px;
}
@media (max-width: 1300px){
	.form__wrapper-forms-item:nth-child(3) .form__wrapper-forms-item-select{
		    -webkit-flex-basis: calc(50% - 37px);
			-ms-flex-preferred-size: calc(50% - 37px);
			flex-basis: calc(50% - 37px);
	}
	.form__wrapper-forms-item:nth-child(4) .form__wrapper-forms-item-select{
		    -webkit-flex-basis: calc(50% - 37px);
			-ms-flex-preferred-size: calc(50% - 37px);
			flex-basis: calc(50% - 37px);
	}
}
@media (max-width: 1000px){
.here_trade_element,.here_ajax_price_tradein{
	min-height:0px !important;
}
}

.seo__wrapper-blocks-block-header:hover{    color: #59B561;}
.seo__wrapper-blocks-block-header:hover svg rect {
    fill: #59B561;
}
.seo__wrapper-blocks-block-header svg{transition:all 0.5s ease;}
.seo__wrapper-blocks-block-header.active svg{
	transform: rotate(180deg);
}
.popup {
  position: fixed;
  top: 0;
  padding-top: 5.625rem;
  left: 0;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.popup-active {
  z-index: 10000;
  opacity: 1;
  visibility: visible;
}
.popup__wrapper ol {
  list-style-type: none;
  padding-bottom: 2rem;
}
.popup__wrapper ol li {
  padding-bottom: 3.125rem;
  border-bottom: 0.0625rem solid #ddd;
  margin: 3.25rem 0 0.625rem;
}
.popup__wrapper ol li:nth-last-child(3) {
  padding-bottom: 0;
  border-bottom: none;
}
.popup__wrapper ol li:nth-last-child(2) {
  border-bottom: 0;
  padding-bottom: 2.5rem;
}
.popup__subtitle-title {
  font-size: 1.5625rem;
  line-height: 1.6875rem;
  color: #010306;
}
.popup__back {
  font-size: 0.75rem;
  line-height: 0.875rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #b7b7b7;
}
.popup__back:hover {
  color: #2e3960;
}
.popup__title {
  margin-top: 3.125rem;
  font-size: 1.875rem;
  line-height: 2.0625rem;
  color: #010306;
  font-weight: 500;
}
.popup__input {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  position: relative;
  margin-top: 1.25rem;
}
.popup__input input {
  max-width: 26.25rem;
  font-size: 0.75rem;
  width: 100%;
  line-height: 0.8125rem;
  font-family: 'Roboto';
  border-radius: 0;
  color: #010306;
  padding: 1.125rem 1.3125rem;
  border: 0.0625rem solid #ddd;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.popup__input input:hover {
  border-color: #5c5b5b;
}
.popup__input input:active,
.popup__input input:focus {
  border-color: #30489e;
}
.popup__input label {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.popup__input span {
  display: block;
  font-size: 0.9375rem;
  line-height: 1rem;
  color: #5c5b5b;
}
.popup__input input.error {
  border-color: #eb454e;
}
.popup__input input.error + label {
  opacity: 0;
}
.popup__input input.error + label + p {
  opacity: 1;
}
.popup__input input.valid + label + p {
  opacity: 0;
}
.popup__input input.valid + label {
  opacity: 1;
}
.popup__input input.error + p {
  opacity: 1;
}
.popup__input input.valid + p {
  opacity: 0;
}
.popup__input img {
  position: absolute;
  right: 1.25rem;
  top: 1.0625rem;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.popup__input-done input {
  border-color: #30489e;
}
.popup__input-done textarea {
  border-color: #30489e;
}
.popup__input-done img {
  opacity: 1;
}
.popup__input p {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 0.5rem;
  color: #eb454e;
  margin-top: 0.1875rem;
  line-height: 0.5625rem;
  opacity: 0;
}
.popup__input.time__input {
  padding: 0.625rem 1.3125rem;
  height: 3.1875rem;
  border: 0.0625rem solid #ddd;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.popup__input.time__input .time__input-list {
  -webkit-box-shadow: 0 0.25rem 2.5rem rgba(0,0,0,0.1);
          box-shadow: 0 0.25rem 2.5rem rgba(0,0,0,0.1);
  position: absolute;
  top: 3.1875rem;
  left: 0;
  width: 100%;
  display: none;
  background-color: #fff;
  max-height: 13.75rem;
  overflow-y: auto;
  z-index: 3;
}
.popup__input.time__input .time__input-list p {
  padding: 0.625rem 1.3125rem;
  font-size: 0.75rem;
  line-height: 0.8125rem;
  font-family: 'Roboto';
  font-weight: 500;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #000;
  opacity: 1;
}
.popup__input.time__input .time__input-list p:hover {
  background-color: #f6f8fc;
}
.popup__input.time__input input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.popup__input.time__input span {
  max-width: 26.25rem;
  font-size: 0.75rem;
  line-height: 0.8125rem;
  font-family: 'Roboto';
  color: #010306;
  opacity: 0.5;
}
.popup__input.time__input svg {
  width: 10px;
  margin-top: -2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.popup__input.time__input:hover,
.popup__input.time__input:active,
.popup__input.time__input:focus {
  border-color: #2e3960;
}
.popup__input.time__input-active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.popup__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  margin-top: 1.875rem;
}
.popup__button {
  -webkit-flex-basis: 32%;
      -ms-flex-preferred-size: 32%;
          flex-basis: 32%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  border: none;
  padding: 1.5625rem 1.875rem;
  border-radius: 0.1875rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  background-color: #fff;
  opacity: 0.6;
  align-items:center;
}
.popup__button .form_checker_radio{
  display:none;
}
.popup__button-active {
  opacity: 1;
  -webkit-box-shadow: 0 0.25rem 2.5rem rgba(0,0,0,0.1);
          box-shadow: 0 0.25rem 2.5rem rgba(0,0,0,0.1);
}
.popup__button:hover {
  opacity: 1;
  -webkit-box-shadow: 0 0.25rem 2.5rem rgba(0,0,0,0.1);
          box-shadow: 0 0.25rem 2.5rem rgba(0,0,0,0.1);
}
.popup__button img {
  margin-right: 1.875rem;
  max-width: 3.125rem;
}
.popup__button__title {
  font-size: 1.125rem;
  line-height: 1.1875rem;
  color: #010306;
  font-weight: 500;
}
.popup__button__text {
  font-size: 0.9375rem;
  line-height: 1rem;
  color: #010306;
  font-weight: 300;
  margin-top: 0.625rem;
}
#popup__submitForm:disabled{opacity:0.5; cursor: not-allowed;}
.popup__container {
  display: none;
}
.popup__container-active {
  display: block;
}
.popup__container .popup__subtitle {
  margin-top: 3.125rem;
}
.popup__container__block {
  padding-bottom: 3.125rem;
  border-bottom: 0.0625rem solid #ddd;
}
.popup__container__block:nth-child(1) {
  margin-top: 3.125rem;
  border-top: 0.0625rem solid #ddd;
}
.popup__container__block:nth-child(2) {
  padding-bottom: 1.875rem;
}
.popup__container__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.6875rem;
}
.popup__container__button {
  color: #5c5b5b;
  font-weight: 300;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 0.9375rem 1.0625rem;
  max-width: 13.125rem;
  width: 50%;
  text-align: center;
  background-color: #f4f4f4;
}
.popup__container__button:nth-child(1) {
  border-radius: 0.1875rem 0rem 0rem 0.1875rem;
}
.popup__container__button:nth-child(2) {
  border-radius: 0rem 0.1875rem 0.1875rem 0rem;
}
.popup__container__button-active {
  background-color: #7586f7;
  color: #fff;
}
.popup__container__button:hover {
  background-color: #7586f7;
  color: #fff;
}
.popup__container__address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 33.125rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.popup__container__address .popup__input label {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.popup__container__address .popup__input span {
  display: block;
  font-size: 0.9375rem;
  line-height: 1rem;
  color: #5c5b5b;
}
.popup__container__address .popup__input input.error {
  border-color: #eb454e;
}
.popup__container__address .popup__input input.error + label {
  opacity: 0;
}
.popup__container__address .popup__input input.error + label + p {
  opacity: 1;
}
.popup__container__address .popup__input input.valid + label + p {
  opacity: 0;
}
.popup__container__address .popup__input input.valid + label {
  opacity: 1;
}
.popup__container__address .popup__input input.error + p {
  opacity: 1;
}
.popup__container__address .popup__input input.valid + p {
  opacity: 0;
}
.popup__container__address .popup__input img {
  position: absolute;
  right: 1.25rem;
  top: 1.0625rem;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.popup__container__address .popup__input-done input {
  border-color: #30489e;
}
.popup__container__address .popup__input-done img {
  opacity: 1;
}
.popup__container__address .popup__input p {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 0.5rem;
  color: #eb454e;
  margin-top: 0.1875rem;
  line-height: 0.5625rem;
  opacity: 0;
}
.popup__container__address .popup__input:nth-child(1) input {
  max-width: 33.125rem;
}
.popup__container__address .popup__input:nth-child(2),
.popup__container__address .popup__input:nth-child(3) {
  -webkit-flex-basis: 49%;
      -ms-flex-preferred-size: 49%;
          flex-basis: 49%;
}
.popup__container__call {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 33.125rem;
  margin-top: 3.125rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.popup__container__call .popup__input {
  -webkit-flex-basis: 49%;
      -ms-flex-preferred-size: 49%;
          flex-basis: 49%;
}
.popup__container__call .popup__input:nth-child(3) {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
.popup__container__call .popup__input textarea {
  resize: none;
  height: 5rem;
  font-size: 0.75rem;
  font-family: 'Roboto';
  width: 100%;
  line-height: 0.8125rem;
  color: #010306;
  padding: 1.125rem 1.3125rem;
  border: 0.0625rem solid #ddd;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.popup__container__call .popup__input textarea:hover,
.popup__container__call .popup__input textarea:active,
.popup__container__call .popup__input textarea:focus {
  border-color: #2e3960;
}
.popup__container__call .popup__input-done input {
  border-color: #30489e;
}
.popup__container__call .popup__input-done textarea {
  border-color: #30489e;
}
.popup__container__call .popup__input-done img {
  opacity: 1;
}
.popup__container__call + .popup__container__input {
  margin-top: 3.125rem;
}
.popup__container__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.875rem;
}
.popup__container__title-hover {
  position: relative;
}
.popup__container__title-hover:before {
  content: 'Ð¡ÐºÐ¾Ð¿Ð¸Ñ€Ð¾Ð²Ð°Ñ‚ÑŒ';
  font-size: 0.625rem;
  line-height: 0.6875rem;
  width: 5.1875rem;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.375rem 0.625rem;
  border-radius: 0.1875rem;
  background-color: #fff;
  color: #59b561;
  -webkit-box-shadow: 0 0.25rem 2.5rem rgba(0,0,0,0.15);
          box-shadow: 0 0.25rem 2.5rem rgba(0,0,0,0.15);
  right: 2.1875rem;
  top: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.popup__container__title-hover:hover:before {
  opacity: 1;
}
.popup__container__title span {
  font-size: 1.125rem;
  line-height: 1.4375rem;
  color: #010306;
  display: inline-block;
  font-weight: 500;
}
.popup__container__title input {
  opacity: 0;
  position: absolute;
}
.popup__container__title svg {
  margin-left: 1.25rem;
  cursor: pointer;
}
.popup__container__text {
  font-size: 0.9375rem;
  line-height: 1.3125rem;
  color: #010306;
  margin-top: 1.25rem;
}

.profilePopup {
  max-height: 100vh;
  overflow: auto;
}

@media(max-width: 639px){
  .profilePopup {
    max-height: calc(100vh - 60px);
  }

    .dark__bg.active {
      top: 60px;
    }
}

.popup__container__tip {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup__container__tip svg {
  margin-right: 1rem;
}
.popup__container__tip span {
  font-size: 0.9375rem;
  line-height: 1.0625rem;
  color: #222129;
}
.popup__container__input {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.popup__container__input span {
  font-size: 0.75rem;
  line-height: 0.8125rem;
}
.popup__container__input-title {
  font-size: 0.75rem;
  line-height: 0.8125rem;
  color: #010306;
}
.popup__container__input .popup__input {
  margin-top: 0.375rem;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  margin-top: 0.375rem;
}
.popup__policy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.625rem;
  cursor: pointer;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}
.popup__policy input.hidden {
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
}
.popup__policy input.hidden:checked + span:before {
  border-color: #2e3960;
}
.popup__policy input.hidden:checked + span:after {
  opacity: 1;
}
.popup__policy input.hidden:checked + label + span:before {
  border-color: #2e3960;
}
.popup__policy input.hidden:checked + label + span:after {
  opacity: 1;
}
.popup__policy span {
  font-size: 0.75rem;
  line-height: 0.8125rem;
  color: #010306;
  font-weight: 300;
  position: relative;
  padding-left: 1.375rem;
}
.popup__policy span:before {
  content: '';
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  left: 0;
  top: 0;
  border: 0.0625rem solid #ddd;
  background-color: #fff;
}
.popup__policy span:after {
  content: url("/local/templates/main/form/css/../images/check.svg");
  position: absolute;
  left: 0.0625rem;
  top: 0.125rem;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.popup__policy span a {
  font-size: 0.75rem;
  line-height: 0.8125rem;
  color: #59b561;
  font-weight: 300;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-left: 0.25rem;
}
.popup__policy span a:hover {
  color: #010306;
}
.popup__policy label {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.popup__policy input.error {
  border-color: #eb454e;
}
.popup__policy input.error + label + p {
  opacity: 0;
}
.popup__policy input.error + label + span + p {
  opacity: 1;
}
.popup__policy input.valid + label + span + p {
  opacity: 0;
}
.popup__policy input.valid + label + p {
  opacity: 1;
}
.popup__policy-done input {
  border-color: #30489e;
}
.popup__policy p {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 0.5rem;
  color: #eb454e;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  margin-top: 0.1875rem;
  line-height: 0.5625rem;
  opacity: 0;
}
.popup__submit {
  background-color: #59b561;
  padding: 1rem 2.3125rem;
  border-radius: 0.1875rem;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.0625rem;
  border: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.popup__success {
  display: none;
  opacity: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup__success-block {
  background-color: #fff;
  z-index: 2;
  position: relative;
  -webkit-box-shadow: 0 0.25rem 2.5rem rgba(0,0,0,0.15);
          box-shadow: 0 0.25rem 2.5rem rgba(0,0,0,0.15);
  text-align: center;
  padding: 3.625rem 6.875rem 4.125rem;
}
.popup__success-block h4 {
  margin-top: 2.5rem;
  font-size: 1.875rem;
  line-height: 2.0625rem;
  color: #010306;
  font-weight: 500;
}
.popup__success-block p {
  margin-top: 1.8125rem;
  line-height: 1.4375rem;
  font-size: 1.125rem;
  color: #010306;
  font-weight: 300;
}
.popup__success-block-buttons {
  margin-top: 2.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.popup__success-block-buttons a {
  font-size: 0.9375rem;
  font-weight: 400;
  padding: 1rem;
  width: 12.5rem;
  color: #59b561;
  line-height: 1.0625rem;
  display: inline-block;
  border: 0.0625rem solid #59b561;
  border-radius: 0.1875rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-right: 1.25rem;
}
.popup__success-block-buttons a:last-child {
  margin-right: 0;
}
.popup__success-block-buttons a:hover {
  background-color: #59b561;
  color: #fff;
}
.popup__success-block-ok {
  margin-top: 2.25rem;
  display: none;
  text-align: center;
}
.popup__success-block-ok span {
  font-size: 0.9375rem;
  line-height: 1.0625rem;
  color: #fff;
  font-weight: 400;
  padding: 1.125rem;
  cursor: pointer;
  width: 12.5rem;
  background-color: #59b561;
  border-radius: 0.1875rem;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 0.0625rem solid transparent;
}
.popup__success-block-ok span:hover {
  background-color: #fff;
  border-color: #59b561;
  color: #59b561;
}

.newCard2__wrapper-body-right-alert div{
	    font-size: 14px;
    line-height: 18px;
    color: #010306;
}
.newCard2__wrapper-body-right-alert div a {
    color: #59b561;
}
@media (max-width: 991px) {
  .popup__buttons {
    overflow-x: auto;
    padding: 10px 0;
  }
  .popup__button {
    min-width: 16.25rem;
    margin-right: 0.625rem;
    padding: 1.5625rem 1.25rem;
  }

.footer__wrapper-footer-item:nth-child(2) {
	    width: 28.2%;
}
}
@media (max-width: 891px) {
  .popup__success-block {
    padding: 4rem 1.5rem 4.125rem;
  }
}
@media (max-width: 724px) {
  .popup__success {
    padding: 0 1.25rem;
    background-image: url("/images/popup_self-m.png") !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    background-size: cover !important;
    background-color: #fff !important;
  }
  .popup__success-block {
    padding: 1.25rem 1rem 2.125rem;
  }
  .popup__success-block svg {
    width: 3.125rem;
  }
  .popup__success-block h4 {
    margin-top: 1.875rem;
    font-size: 1.375rem;
    line-height: 1.5rem;
  }
  .popup__success-block p {
    margin-top: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .popup__success-block-buttons {
    margin-top: 1.4375rem;
    text-align: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .popup__success-block-buttons a {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-right: 0;
    margin-top: 0.625rem;
    padding: 0.75rem;
    text-align: center;
  }
  .popup__success-block-buttons a:nth-child(1) {
    margin-top: 0;
  }
  .popup__success-block-ok {
    margin-top: 1.25rem;
  }
  .popup__wrapper ol li {
    margin-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .popup__subtitle {
    margin-top: 1.875rem;
  }
  .popup__subtitle-title {
    font-size: 1rem;
    line-height: 1.0625rem;
  }
  .popup__back {
    font-size: 0.625rem;
    line-height: 0.75rem;
  }
  .popup__title {
    margin-top: 1.4375rem;
    font-size: 1.375rem;
    line-height: 1.5rem;
  }
  .popup__input {
    margin-top: 0.625rem;
  }
  .popup__input input {
    padding: 0.75rem 1.3125rem;
    font-size: 16px;
  }
  .popup__button {
    padding: 1.5625rem 1.25rem;
  }
  .popup__button__title {
    font-size: 1rem;
    line-height: 1.0625rem;
  }
  .popup__button__text {
    font-size: 0.875rem;
    line-height: 0.9375rem;
  }
  .popup__container .popup__subtitle {
    margin-top: 1.875rem;
  }
  .popup__container__block:nth-child(1) {
    margin-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .popup__container__button {
    font-size: 0.75rem;
    line-height: 0.9375rem;
    padding: 0.8125rem 0.1875rem;
  }
  .popup__container__address .popup__input {
    width: 100%;
  }
  .popup__container__address .popup__input:nth-child(2),
  .popup__container__address .popup__input:nth-child(3) {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .popup__container__call {
    margin-top: 1.25rem;
  }
  .popup__container__call + .popup__container__input {
    margin-top: 1.25rem;
  }
  .popup__container__call .popup__input {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
			max-width: 26.25rem;
  }
  .popup__container__call .popup__input span {
    font-size: 16px;
  }
  .popup__container__call .popup__input textarea {
	font-size: 16px;
	max-width: 26.25rem;
  }
  .popup__container__title {
    margin-top: 1.875rem;
  }
  .popup__container__title span {
    font-size: 1.125rem;
    line-height: 1.4375rem;
    color: #010306;
    display: inline-block;
    font-weight: 500;
    white-space: nowrap;
  }
  .popup__container__title input {
    opacity: 0;
    position: absolute;
  }
  .popup__container__title svg {
    min-width: 1.4375rem;
    min-height: 1.4375rem;
    margin-left: 1.25rem;
    cursor: pointer;
  }
  .popup__container__text {
    font-size: 0.9375rem;
    line-height: 1.3125rem;
    color: #010306;
    margin-top: 1.25rem;
  }
  .popup__container__tip {
    margin-top: 1.875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .popup__container__tip svg {
    margin-right: 1rem;
    min-width: 1.0625rem;
    min-height: 1.0625rem;
  }
  .popup__container__tip span {
    font-size: 0.9375rem;
    line-height: 1.0625rem;
    color: #222129;
  }
  .popup__container__input {
    margin-top: 1.875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .popup__container__input span {
    font-size: 0.75rem;
    line-height: 0.8125rem;
  }
  .popup__container__input-title {
    font-size: 0.75rem;
    line-height: 0.8125rem;
    color: #010306;
  }
  .popup__container__input .popup__input {
    margin-top: 0.375rem;
    font-size: 16px;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-top: 0.375rem;
  }
  .popup__policy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0.625rem;
    cursor: pointer;
  }
  .popup__policy input {
    margin-right: 0.4375rem;
    font-size: 16px;
  }
  .popup__policy span {
    font-size: 0.75rem;
    line-height: 0.8125rem;
    color: #010306;
    font-weight: 300;
  }
  .popup__policy span a {
    font-size: 0.75rem;
    line-height: 0.8125rem;
    color: #59b561;
    font-weight: 300;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-left: 0.25rem;
  }
  .popup__policy span a:hover {
    color: #010306;
  }
  .popup__container__address .popup__input:nth-child(1) input {
	max-width: 26.25rem;
  }
}

@media (max-width: 414px) {
  .popup__submit {
    width: 100%;
  }
  .tradePopup__wrapper-bottom label span a {
    display: block;
    padding-left: 20px;
}
}
@media (max-width: 360px) {
  .popup__container__title span {
    white-space: normal;
  }
}

.seo__wrapper-blocks-block-body p {padding:25px 0px;}
.seo__wrapper-blocks-block-header h2 {font-weight:500;}
.seo__wrapper-blocks-block-body h2 {font-weight:500;}
.footer__wrapper-menu-block:first-child{position:relative;
z-index:2;}
.footer__wrapper-menu-block:nth-child(2){position:relative;
z-index:2;}

.seo__wrapper-blocks-block-body ul {margin-left:16px}
.seo__wrapper-blocks-block-body p:nth-child(1) {margin-top: 5px !important;}

.faq__block-body p {margin-top: 18px;}
.newWork__wrapper-blocks-right-block-title svg{display:none;}
.newWork__wrapper-blocks-models-item.newWork__wrapper-blocks-models-item-active span{color:inherit;}
.newForm__wrapper-block-input-container-courierStreet.error,.name-newf.error {
    border: 1px solid red;
}


.faq__wrapper .like_h2{
	font-size: 50px;
    line-height: 50px;
    font-family: Montserrat-SemiBold;
    color: #010306;
    text-align: center;
}
.banner__wrapper-block .like_h2 {
    font-size: 44px;
    line-height: 57px;
    font-family: Montserrat-Bold;
    color: #010306;
}

.reviews__wrapper-title .like_h2 {
    font-size: 50px;
    line-height: 60px;
    color: #010306;
    font-family: Montserrat-SemiBold;
}
.reviews__wrapper-slider-slide-header-content .like_h3 {
    font-size: 20px;
    line-height: 26px; display:block;
    color: #000;
    font-weight: 700;
}
.reviewsPopup__wrapper-left-bottom-item-header .like_h2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}

.faq__block{
	box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
}

.newIPadCat__item-image img {
    max-width: 100%;
}
.newWork__wrapper-blocks-models-item:hover svg path {
    fill: #59b561;
}
body .newWork__wrapper-blocks-models-item-active svg {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.newServices .faq+.reviews {
    padding-top: 60px;
}
.reviews__wrapper-slider-slide-body p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
}
.reviews__wrapper-slider-slide-body {
    max-width: 276px;
}
body .reviewsPopup__wrapper-right-body .slick-list::-webkit-scrollbar {
   width: 3px;
  height: 8px;
  background-color: #ccc; /* or add it to the track */
}
body .reviewsPopup__wrapper-right-body .slick-list::-webkit-scrollbar-thumb {
  background: #59b561;
}
body .newCardInfo__wrapper-items-item{padding-right:31px;}
.faq__block-body {
    width: 764px;
    max-width: 100%;
}
body{opacity:1 !important;}
.reviewsPopup__wrapper-right-body-item-right .h3 {
    font-size: 16px;
    line-height: 19px;
    color: #010306;
}
/*
.seo__wrapper-blocks-block-body {
    display: block !important;
}
.seo__wrapper-blocks-block-header svg{display:none}
.seo__wrapper-blocks-block-header:hover {color:inherit !important;cursor:initial;}*/
.newCard2__wrapper-body-left-content-choose{overflow:initial;}
@media (max-width: 639px){ 
	.top__slide-five .top__slide__wrapper-desc svg{max-width:100%;}
	.newWork__wrapper-blocks {
		margin: 0 -16px;
	}
	.newWork__wrapper-blocks.its_models{margin: 0;}
	.newWork__wrapper-blocks-right-block{
		-webkit-box-shadow: 0 4px 20px rgb(0 0 0 / 10%);
		box-shadow: 0 4px 20px rgb(0 0 0 / 10%);
	}
	.repair__wrapper-items-choose-item select {
		color: inherit;
	}
	.gallery{
		margin-bottom:40px;
	}
	body .newWork__wrapper-blocks-mobModels{margin-top:0px;}
}

.card_ball_a {
cursor: pointer;
}

.card_ball_a span {
  color: #59b561;
  opacity: 1;
  -webkit-text-fill-color: #59b561;
  background: transparent;
}

.popup_save.active {
  z-index: 100003;
  display: flex;
}

.popup_save {
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 300px;
  width: 100%;
  min-height: 100px;
  padding: 40px;
  display: none;
  z-index: -1;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 18px 4px rgb(0 0 0 / 20%);
}

.save_content {
  /*position: relative;*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup_save-close {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
}

.profilePopup.active { 
  z-index: 100002;
}
.fixedSocial{display:none !important;}
.callChatButton{display:none !important;}

.usedPage__header ul li span.blue:before {
  background: #436396;
  border: 1px solid #436396;
}
.usedPage__header ul li span.green:before {
  background: #A1C86F;
  border: 1px solid #A1C86F;
}
.usedPage__header ul li span.purple:before {
  background: #5B0083;
  border: 1px solid #5B0083;
}
.usedPage__header ul li span.red:before {
  background: #BB4342;
  border: 1px solid #BB4342;
}
.usedPage__header ul li span.pacific:before {
  background: #3F5D68;
  border: 1px solid #3F5D68;
}
.usedPage__header ul li span.graphite:before {
  background: #625D57;
  border: 1px solid #625D57;
}
.usedPage__header ul li span.gold:before {
  background: #F7E3D1;
  border: 1px solid #F7E3D1;
}
.usedPage__header ul li span.yellow:before {
  background: #F5EA90;
  border: 1px solid #F5EA90;
}
.article1-top__wrapper__content h1 {
    width: 520px;
    max-width: 100%;
}
.article2-top__wrapper__content h1 {
    width: 530px;
    max-width: 100%;
}
.seo.seo-card.home_seo .seo__wrapper-blocks-block-body {
    display: none !important;
}
.seo.seo-card.home_seo .seo__wrapper-blocks-block-header:hover {
    color: #59B561 !important;
    cursor: pointer;
}
.seo.seo-card.home_seo .seo__wrapper-blocks-block-body.active {
    display: block !important;
}
.seo.seo-card.home_seo .seo__wrapper-blocks-block-header svg {
    display: initial;
	}
.popularCalls__items a{order:2;}
.popularCalls__items a.active {
    background-color: #010306;
    color: #fff;
	order:1;
}
.repairService-prices li .special_h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    color: #010306;
}
.indexWhy__item .special_h3 {
    font-size: 25px;
    line-height: 25px;
    color: #010306;
    margin-top: 32px;
}
.newForm__info__item .special_h4 {
    font-size: 20px;
    line-height: 20px;
    color: #010306;
    margin-right: 16px;
}
.repairService-prices li a {
    cursor: pointer;
}
.hidden.hidden_srvcmore {
    display: none;
}
.repairService-callback__video{
	top:0px;
}
.footer__wrapper-menu-block-container {
    position: relative;
    z-index: 222;
}
.policy__items ol {
    counter-reset: item;
    list-style: none !important;
}
.newCard2__wrapper-body-left-content-choose-oldprice.hidden{display:none !important;}

@media (max-width: 1180px){
.repairServiceCategory__wrapper h1 {
    max-width: 500px;
}
}
@media (max-width: 767px){
	/*.repair__wrapper-items-content-bottom button.pc{
			max-width:100%;
	}
	.servicePage .serviceBanner__image img {
		width: 110%;
		margin-left: -5%;
	}*/
	.servicePage .serviceBanner__wrapper ul {
		opacity: 0;
		display: block;
	}
	.servicePage .serviceBanner__image {
		position: absolute;
	}
	/*.servicePage .serviceBanner__wrapper {
		height: 520px;
	}
	.servicePage .serviceBanner__image img {
		width: 130%;
		margin-left: -30%;
	}*/
}

.circle_first_letter {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    background: #95EAB9;
    border-radius: 50%;
    font-size: 28px;
    color: #fff;
}
@media (max-width: 767px){
	.circle_first_letter {
		width: 70px;
		height: 70px;
	}
}
.newCard2__radio__container{    max-width: 255px;}