/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #4a4a4a;
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif;
}
* {
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
  background-color: #fff;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

a {
  text-decoration: none;
}

input {
  outline: none;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
/* hide up/down arrows ("spinners") on input fields marked type="number" */
.no-spinners {
  -moz-appearance:textfield;
}

.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

h2 {

}
.checkbox-custom {
  display: block;
  position: relative;
  padding-left: 40px;  
  cursor: pointer;
  height: 22px;  
}
.checkbox-custom input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.checkbox-custom .controll {
  width: 22px;
  height: 22px;
  border-radius: 3.7px;
  background-color: #ffffff;
  border: solid 2px #3b91fc;
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
}
.checkbox-custom input:checked ~ .controll {
  background:  #3b91fc url('checkbox-active.svg') no-repeat center;
}
.checkbox-custom .text {  
  font-size: 16px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: -0.3px;
  text-align: left;  
}


/* ==========================================================================
   Helper classes
   ========================================================================== */



.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}

.wrapper {
  width: 1000px;
  margin: auto;
}

/* ==========================================================================
   MODALS classes
   ========================================================================== */
.modal {
  position: fixed;
  top: 0!important;
  left: 0!important;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  padding: 20px;
  text-align: center;
  overflow-y: auto;
  display: none;
}
.modal::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.modal__body {
  vertical-align: middle;
  display: inline-block;  
}
.modal__header {
  height: 104px;
  background-color: #fff;  
  text-align: center;
  position: relative;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.modal__header h2 {
  margin: 0;
  padding: 36px 0 0 0;
  font-size: 24px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: -0.4px;
  text-align: center;
  color: #f5a623;
}
.modal__header i.close {
  display: block;
  width: 24px;
  height: 24px;
  background: url('ic-close.svg') no-repeat center;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}
.modal__main {
  background-color: #f7f7f7;
  padding: 32px 40px;
}
.modal__footer {
  height: 112px;
  background-color: #fff;
  box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  padding-top: 32px;
  position: relative;
  z-index: 1;
}
.modal__footer_save {
  display: block;
  width: 240px;
  height: 48px;
  border-radius: 1.9px;
  background-color: #3b91fc;  
  font-size: 14px;
  font-weight: bold;  
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: -0.2px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin: auto;
}

#edit-carrier .edit-carrier__all-networks {
  display: block;
  width: 235px;
  height: 72px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: 72px;
  border: 2px solid #fff;
  letter-spacing: -0.3px;
  text-align: center;  
  margin: auto;
  color: #4a4a4a;
  text-transform: uppercase;
}
#edit-carrier .edit-carrier__all-networks.selected {
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  border: solid 2px #7ed321;
}
#edit-carrier .edit-carrier__all-text {    
  font-size: 16px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: 1.88;
  letter-spacing: -0.3px;
  text-align: center;
  color: #4a4a4a;
  margin: 32px 0;
}
#edit-carrier .edit-carrier__list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 424px;
}
#edit-carrier .edit-carrier__list li {
  width: 200px;
  height: 72px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 24px;
  cursor: pointer;
  border: solid 2px #fff;
  display: inline-block;
}
#edit-carrier .edit-carrier__list li::before {
  content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}
#edit-carrier .edit-carrier__list li.selected {
  border: solid 2px #7ed321;
}
#edit-carrier .edit-carrier__list li:nth-child(odd){
  float: left;
}
#edit-carrier .edit-carrier__list li:nth-child(even){
  float: right;
}
#edit-carrier .edit-carrier__list li img {
  max-width: 90%;
    max-height: 90%;
    vertical-align: middle;
    display: inline-block;
}
#edit-coverage .edit-coverage__list {
  list-style: none;
  padding: 0;
  margin: 0 auto -24px auto;
  width: 700px;
}
#edit-coverage .edit-coverage__list li {
  width: 336px;
  height: 72px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  padding-left: 80px;
  margin-bottom: 24px;
  cursor: pointer;
  border: solid 2px #fff;
  text-align: left;
}
#edit-coverage .edit-coverage__list li.selected {
  border: solid 2px #7ed321;
}
#edit-coverage .edit-coverage__list_item-title {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}
#edit-coverage .edit-coverage__list_item-sub {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.08;
  letter-spacing: -0.2px;
  color: #9b9b9b;
} 
#edit-coverage .edit-coverage__list li.home {
  float: left;
  background: #fff url(ic-home.svg) no-repeat 18px center;
  padding-top: 16px;
}
#edit-coverage .edit-coverage__list li.large-office {
  float: right;
  background: #fff url(ic-big-office.svg) no-repeat 18px center;
  padding-top: 16px;
}
#edit-coverage .edit-coverage__list li.large-building {
  float: left;
  background: #fff url(ic-large-buildings.svg) no-repeat 18px center;
  padding-top: 16px;
}
#edit-coverage .edit-coverage__list li.vehicless {
  float: right;
  background: #fff url(ic-boat.svg) no-repeat 18px center;
  padding-top: 23px;
}
#edit-requiredfor .edit-requiredfor__сoverage-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: table;
}
#edit-requiredfor .edit-requiredfor__сoverage-list li {
  width: 240px;
  height: 72px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  margin-right: 16px;
  cursor: pointer;
  border: solid 2px #fff;
  text-align: center;
  float: left;
  padding-top: 20px;
}
#edit-requiredfor .edit-requiredfor__сoverage-list li:last-child {
  margin-right: 0;
}
#edit-requiredfor .edit-requiredfor__сoverage_item-title {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}
#edit-requiredfor .edit-requiredfor__сoverage-list li.selected {
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  border: solid 2px #7ed321;
}
#location-settings .location-settings__select {
  margin-bottom: 16px;
}
#location-settings .location-settings__select_label {
  display: block;  
  font-size: 16px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: 1.88;
  letter-spacing: -0.3px;
  text-align: left;
  color: #67ae19;
}

#location-settings .location-settings__select label {
  position: relative;
  display: block;
}
#location-settings .location-settings__select label::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url('arrow-dropdown.svg') no-repeat center;
  position: absolute;
  top: 12px;
  right: 8px;
}
#location-settings .location-settings__select select {
  width: 400px;
  height: 48px;
  outline: none;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #c9daea;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  padding: 0 12px;
  font-size: 16px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: left;
  color: #4a4a4a;
}
#location-settings .location-settings__select select option {
  height: 48px;
  padding: 0 12px;    
  
}
#card .modal__main {
  padding: 0;
}
#card .scrollbar-inner {
  width: 1000px;
  max-height: 420px;  
}
#card .scrollbar-inner > .scroll-element.scroll-y {
  width: 4px;
}
#card .scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #3b91fc;
  opacity: 1;
}
#card .card__list {
  list-style: none;
  padding: 0;
  margin: 24px 40px;
}
.card__list_item {
  display: table;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 2px #e8e8e8;
  width: 100%;
  height: 112px;
  margin-bottom: 16px;
}
.card__list_item:last-child {
  margin-bottom: 0;
}
.card__list_item-img {
  display: table-cell;
  vertical-align: middle;
  padding: 0 16px;
  width: 80px;
}
.card__list_item-img-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 2px;  
  border: solid 1px #e8e8e8;
  overflow: hidden;
}
.card__list_item-img-wrapper::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;  
}
.card__list_item img {
  max-width: 95%;
  max-height: 95%;
  vertical-align: middle;
}
.card__list_item-title {
  display: table-cell;
  vertical-align: middle;  
  font-size: 16px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -0.3px;
  text-align: left;  
}
.card__list_item-title a {
  color: #3b91fc;
}
.card__list_item-options {
  display: table-cell;
  vertical-align: middle;
  width: 160px;  
  font-size: 16px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -0.3px;
  text-align: center;  
}
.card__list_item-quantity {
  display: table-cell;
  vertical-align: middle;
  width: 190px;
}
.card__list_item-quantity i {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 12px;
  vertical-align: middle;
  cursor: pointer;
}
.card__list_item-quantity i.minus {
  background: url('button-reduce.svg') no-repeat center;
}
.card__list_item-quantity i.minus.disabled {
 background: url('button-reduce-disabled.svg') no-repeat center;
 cursor: default;
}
.card__list_item-quantity i.plus {
  background: url('button-increase.svg') no-repeat center;
}
.card__list_item-quantity input {
  width: 80px;
  height: 40px;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #c6c6c6;  
  font-size: 16px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: left;
  padding: 0 10px;
}
.card__list_item-price {
  width: 150px;
  display: table-cell;
  vertical-align: middle;  
  font-size: 20px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: -0.3px;
  text-align: center;  
}
.card__list_item-remove {
  display: table-cell;
  vertical-align: middle;  
  padding-right: 40px;
  width: 32px;
}
.card__list_item-remove i {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url('delete.svg') no-repeat center;
  cursor: pointer;  
  vertical-align: middle;
}
#card .modal__footer {
  height: auto;
  overflow: hidden;
}
.card__footer_total {  
  font-size: 16px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.3px;
  text-align: center;
  color: #9b9b9b;
}
.card__footer_price {
  margin-top: 7px;  
  font-size: 24px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.4px;
  text-align: center;
  color: #67ae19;
}
.card__footer_iagree {
  margin-top: 28px;
  text-align: center;
}
.card__footer_iagree .checkbox-custom {
  display: inline-block;
  margin: auto;
}
.card__footer_iagree.error .checkbox-custom .controll {
  border-color: #db1e36;  
}
.card__footer_iagree.error .checkbox-custom .text,
.card__footer_iagree.error .checkbox-custom  a {
  color:  #db1e36;
}
.card__footer_iagree .checkbox-custom .link {  
  font-size: 16px;
  font-weight: 600;  
  font-stretch: normal;  
  letter-spacing: -0.3px;
  text-align: left;
  color: #4a90e2;
}
.card__footer_checkout {
  margin: 20px auto 0 auto;
  display: block;
  width: 240px;
  height: 48px;
  border-radius: 1.9px;
  border:none;
  background-color: #3b91fc;  
  font-size: 14px;
  font-weight: bold;  
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: -0.2px;
  text-align: center;
  color: #ffffff;
}
.card__footer_accessories {
  display: inline-block;
  margin: 22px auto 0 auto;  
  font-size: 14px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: center;
  color: #3b91fc;
}
.card__footer_delivery {
  margin: 24px 0 32px 0;
}
.card__footer_delivery-switcher {
  height: 56px;  
  border: solid 2px #e8e8e8;
  padding-left: 40px;  
  font-size: 20px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: 56px;
  letter-spacing: -0.3px;
  text-align: left;
  position: relative;
  cursor: pointer;  
  background-color: #fff;
  transition: all 150ms ease;
}
.card__footer_delivery-switcher:hover {
  background-color: #f7f7f7;
}
.card__footer_delivery-switcher::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url('arrow-dropdown.svg') no-repeat center;
  position: absolute;
  top: 15px;
  right: 40px;
}
.card__footer_delivery-switcher.show::after {
  transform: rotate(180deg);
}
.card__footer_delivery-content {
  padding: 38px 40px 0 40px;
  display: none;
}
.card__footer_delivery-content p {
  padding: 0;
  margin: 0 0 24px 0;
  font-size: 18px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;  
  text-align: left;
  overflow: hidden;
  clear: both;
}
.card__footer_delivery-content p span {
  display: inline-block;
  width: 160px;
}
.card__footer_delivery-content p a {  
  font-size: 16px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.3px;
  text-align: left;
  color: #4a90e2;
  display: inline-block;
  margin-left: 10px;
}

.card-mobile {
  margin-top: 44px;
}
.card-mobile h1 {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  padding: 13px 0 16px 0;
  text-align: center;
  color: #f5a623;
  border-bottom: 1px solid rgb(210, 210, 210);
}
.card-mobile h1 .cart__back {
  background: url('its-arro-prev.svg') no-repeat left center / 24px 24px;
  height: 24px;
  font-size: 13px;
  color: rgb(74, 144, 226);
  line-height: 24px;
  padding-left: 24px;
  position: absolute;
  top: 14px;
  left: 14px;
}
.card-mobile .card__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.card-mobile h2 {
  margin: 0 16px;
  padding: 32px 0;
  font-size: 18px;
  text-align: center;
}
.card-mobile .card__list .card__list_item {
  border: none;
  border-bottom: 1px solid rgb(210, 210, 210);
  padding: 21px 0 15px 0;
  position: relative;
  display: block;
    border-radius: 0;
    background-color: #ffffff;    
    height: auto;
    margin-bottom: 0;
}
.card-mobile .card__list .card__list_item .remove {
  width: 60px;
  float: left;
  text-align: center;
}
.card-mobile .card__list .card__list_item .remove i {
    display: block;
    width: 28px;
    height: 28px;
    background: url(delete.svg) no-repeat center / 100% 100%;
    cursor: pointer;    
    margin: auto;
}
.card-mobile .card__list_item-photo-price {
  width: 75px;
  float: left;
}
.card-mobile .card__list_item-photo-price .photo {
  width: 58px;
  height: 58px;
  border: 1px solid #b0b0b0;
  overflow: hidden;
}
.card-mobile .card__list_item-photo-price .photo::before {
  content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
    text-align: center;
}
.card-mobile .card__list_item-photo-price .photo img {
  max-width: 94%;
  max-height: 94%;
  vertical-align: middle;
}
.card-mobile .card__list_item-photo-price .price {
  font-size: 16px;
  line-height: 1;
  color: rgb(74, 74, 74);
  margin-top: 16px;
  font-weight: 600;
}
.card-mobile .card__list_item-title-quantity {
  
}
.card-mobile .card__list_item-title-quantity .title {
  font-size: 14px;
  line-height: 1; 
  font-weight: 600;
  padding-right: 15px;
}
.card-mobile .card__list_item-title-quantity .title a {
  color: rgb(74, 74, 74);
}
.card-mobile .card__list_item-title-quantity .quantity {
  display: table-cell;
    vertical-align: middle;
    width: auto;
    position: absolute;
    bottom: 15px;
    right: 12px;
}
.card-mobile .card__list_item-title-quantity .quantity i {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
}
.card-mobile .card__list_item-title-quantity .quantity i.minus {
  background: url(button-reduce.svg) no-repeat center;
}
.card-mobile .card__list_item-title-quantity .quantity i.minus.disabled {
  background: url(button-reduce-disabled.svg) no-repeat center;
    cursor: default;
}
.card-mobile .card__list_item-title-quantity .quantity i.plus {
  background: url(button-increase.svg) no-repeat center;
}
.card-mobile .card__list_item-title-quantity .quantity input {
  width: 40px;
    height: 36px;
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px #c6c6c6;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.3px;
    text-align: center;
    padding: 0 10px;
}
.card-mobile .card-form {
  margin-top: 24px;
  text-align: center;
}
.card-mobile .card-form .card__footer_total {    
    
}
.card-mobile .card-form .card__footer_price {
    margin-top: 3px;
    font-size: 18px;    
}
.card-mobile .card-form .card__footer_iagree {
    margin-top: 13px;
    text-align: center;
}
.card-mobile .card-form .checkbox-custom {    
    padding-left: 45px;
    cursor: pointer;
    height: 30px;
}
.card-mobile .card-form .checkbox-custom .controll {
    width: 30px;
    height: 30px;    
    top: 0px;
    left: 0;
}
.card-mobile .card-form .checkbox-custom .text {
    font-size: 14px;    
    line-height: 30px;    
}
.card-mobile .card-form .card__footer_checkout {
    margin: 32px auto 0 auto;    
    width: 92%;
    height: 44px;                
    line-height: 44px;    
}
.card-mobile .card-form .card__footer_accessories {    
    margin: 28px auto 0 auto;
    font-size: 14px;    
}
.card-mobile .card__footer_delivery {
    margin: 32px 0 24px 0;
}
.card-mobile .card__footer_delivery-switcher {
    height: 44px;
    border: solid 2px #e8e8e8;
    padding-left: 16px;
    font-size: 15px;    
    line-height: 42px;
    background-color: #f4f8ff;
}
.card-mobile .card__footer_delivery-switcher::after {    
    width: 24px;
    height: 24px;
    background: url(arrow-dropdown.svg) no-repeat center;
    position: absolute;
    top: 9px;
    right: 16px;
}
.card-mobile .card__footer_delivery-content p {
    padding: 0;
    margin: 0 0 22px 0;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: -0.3px;
    text-align: left;
    overflow: hidden;
    clear: both;
}
.card-mobile .card__footer_delivery-content p a {
    font-size: 16px;    
    color: #4a90e2;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 32px;
}


/* ==========================================================================
   HEADER, TOP SLIDER classes
   ========================================================================== */
header {    
  position: relative;
  z-index: 10;
}
.header__top {
  height: 56px;
  background-color: #112549;
}
.header__mobile_menu-but {
  width: 44px;
  height: 44px;
  position: relative;
  margin-left: 4px;
  cursor: pointer;
  float: left;
  display: none;
}
.header__mobile_menu-but span {
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #d8d8d8;  
}
.header__mobile_menu-but span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #d8d8d8;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.header__mobile_menu-but span::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #d8d8d8;
  position: absolute;
  left: 0;
  top: -5px;
}
.header__mobile_menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgb(17, 37, 73);
  display: none;
  overflow: auto;
  z-index: 100;
}
.show-menu {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.show-menu .header__mobile_menu {
  display: block;
}
.header__mobile_menu i.close {
  display: block;
  width: 32px;
  height: 32px;
  position: fixed;
  top: 6px;
  left: 10px;  
}
.header__mobile_menu i.close::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #d8d8d8;
  position: absolute;
  transform: rotate(45deg);
  left: 7px;
  top: 15px;
}
.header__mobile_menu i.close::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #d8d8d8;
  position: absolute;
  transform: rotate(-45deg);
  left: 7px;
  top: 15px;
}
.header__mobile_menu-list {
  list-style: none;
  margin: 0;
  padding: 22px 0 0 0;
  text-align: center;
  background-color: #70bd26;
  height: calc(100vh - 137px);
}
.header__mobile_menu-list li {
  height: 48px;
  text-align: center;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 48px;  
}
.header__mobile_menu-list li.current {
  background-color: #5ba11f;
}
.header__mobile_menu-list li a {
  color: #fff;
  text-decoration: none;
}
.header__logo {
  width: 109px;  
  padding-top: 5px;
  float: left;
  margin-right: 32px;
}
.header__logo img {
  width: 100%;  
}
.header__search {
  float: left;
  width: 340px;
  margin: 12px 36px 0 0;
}
.header__search_label {
  display: block;
  position: relative;
}
.header__search_label .clear {
  display: block;
  width: 16px;
  height: 16px;
  background: url('search-clear.svg') no-repeat center;
  border-radius: 50%;
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
  display: none;
}
.header__search_label.focus .clear {
  
}
.header__search_input {
  width: 100%;
  height: 32px;
  border-radius: 19px;
  background:#334462 url('header-search.svg') no-repeat 11px center;
  outline: none;
  border: none;
  padding: 0 15px 0 35px;  
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;  
  color: #fff;
}
.header__search_label.focus .header__search_input {
  background-image: url('header-search-focus.svg');
}
.header__search_input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #99a1b0;
}
.header__search_input::-moz-placeholder { /* Firefox 19+ */
  color: #99a1b0;
}
.header__search_input:-ms-input-placeholder { /* IE 10+ */
  color: #99a1b0;
}
.header__search_input:-moz-placeholder { /* Firefox 18- */
  color: #99a1b0;
}
.header__phone {
  display: block;
  background: url('header-phone.svg') no-repeat left center;
  height: 32px;
  padding-left: 32px;  
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: -0.2px;  
  color: #ffffff;
  float: left;
  margin-top: 12px;
}

.header__nav {
  float: right;
}
.header__nav_list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: table;  
}
.header__nav_list > li {
  height: 32px;
  float: left;
  line-height: 32px;  
  margin-right: 20px;
}
.header__nav_list > li:last-child {
 margin-right: 0;
}
.header__nav_list > li a {
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;  
  letter-spacing: -0.2px;  
  color: #ffffff;
  display: inline-block;
  padding: 0 15px;
  transition: all 200ms ease;
}
.header__nav_list > li a:hover,
.header__nav_list > li a.active {
  background-color: rgba(8, 49, 4, 0.2);
}
.header__nav_params {
  float: right;
  padding-top: 8px;
}
.header__mobile_menu-params {
  list-style: none;
  margin: 53px 16px 16px 16px;
  padding: 0;
}
.header__mobile_menu-params .phone {
  float: left;
}
.header__mobile_menu-params .location {
  float: right;
}
.header__mobile_menu-params .location .fl {
  float: none;
}
.header__mobile_menu-params .phone a {
  display: block;
  background: #364463 url(header-phone.svg) no-repeat 14px center / 20px 20px;
  height: 29px;
  padding: 0 19px 0 40px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 29px;
  letter-spacing: -0.2px;
  color: #ffffff;
}
.header__nav_params-region {
  width: 112px;
  height: 40px;  
  border-radius: 20px;  
  font-size: 14px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: -0.2px;  
  color: #ffffff;
  padding-left: 56px;
  background: #364463 url('ic-location.svg') no-repeat 16px 7px / 24px 24px;
  float: left;
  margin-right: 23px;
  cursor: pointer;
}
.header__nav_params-card {  
  height: 40px;  
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: -0.2px;  
  color: #ffffff;
  padding: 0 20px 0 53px;
  background: #364463 url('ic-cart.svg') no-repeat 16px 7px / 24px 24px;
  float: left; 
  cursor: pointer;
}
.header__bot {
  height: 32px;
  background-color: #7ed321;
}

.header__nav_list > li.sub .sub__list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: auto;
  min-width: 100%;
  position: absolute;
  top: 64px;
  left: 0;
  background-color: #112549;
  display: none;
}
.header__nav_list > li.sub:hover .sub__list {
  display: block;
}
.header__nav_list > li.sub .sub__list li {
  height: 64px;
  padding: 0 28px;
  line-height: 64px;
}
.header__nav_list > li.sub .sub__list li a {
  font-size: 16px;
  font-weight: 600;  
  font-stretch: normal;  
  letter-spacing: -0.3px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
}
main {

}
/* ==========================================================================
   INDEX classes
   ========================================================================== */

.main__widget {
  background: #f3f9ff;
  background: -moz-linear-gradient(top, #f3f9ff 1%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #f3f9ff 1%,#ffffff 100%);
  background: linear-gradient(to bottom, #f3f9ff 1%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f9ff', endColorstr='#ffffff',GradientType=0 );
}
.main__widget_steps-mobile_edit {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;  
  background-color: #fff;
  border-bottom: 1px solid rgb(242, 242, 242);
  display: none;
}
.main__widget_steps-mobile_edit li {  
  width: 33.333333333333333333%;
  vertical-align: middle;
  background-color: #fff!important;
  float: left;  
  text-align: left;
  padding: 8px;
}
.main__widget_steps-mobile_edit li .edit {
  position: relative;
  font-size: 10px;
  color: rgb(155, 155, 155) !important;
  float: left;
  max-width: 90%;
}
.main__widget_steps-mobile_edit li .edit.show::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(edit.svg) no-repeat center / 14px auto!important;
  position: absolute;
  top: 0px;
  right: -19px;
}
.main__widget_title {    
  font-size: 22px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -0.4px;
  text-align: center;
  padding: 24px 0;
}
.main__widget_body {
  width: 1000px;  
  height: 528px;  
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  margin: auto;
  background: #ffffff url('img_bg_widget.png') no-repeat right bottom;
  position: relative;
}
.main__widget_body h2 {
  margin: 0;
  padding: 32px 0;   
  font-size: 24px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -0.4px;
  text-align: center;
  color: #f5a623;
}
.main__widget_steps {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.main__widget_steps li {
  width: 33.3333333333333333333333333333%;
  float: left;
  height: 64px;
  background-color: #e8e8e8;
  position: relative;  
}
.main__widget_steps li::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 35px solid transparent;
  border-left: 28px solid #e8e8e8;
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 2;
}
.main__widget_steps li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 35px solid transparent;
  border-left: 28px solid #fff;
  position: absolute;
  top: -3px;
  left: 4px;
  z-index: 1;
}
.main__widget_steps li .table {
  display: table;
  margin: auto;
  height: 64px;
}
.main__widget_steps li .td {
  display: table-cell;  
  vertical-align: middle;
  text-align: center;
}
.main__widget_steps li:first-child::before,
.main__widget_steps li:first-child::after {
  display: none;
}
.main__widget_steps-cont {
  display: table;
  margin: auto;
}
.main__widget_steps li i {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;  
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: -0.3px;
  text-align: center;
  color: #fff;
  background-color: #c6c6c6;
  margin-right: 15px;
}
.main__widget_steps li span {
  display: inline-block;  
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;  
  color: #9b9b9b;
}
.main__widget_steps li .edit {
  font-size: 13px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;  
  color: #9b9b9b;
  position: relative;
  cursor: pointer;
  display: none;
}
.main__widget_steps li .edit::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url('edit.svg') no-repeat center;
  position: absolute;
  top: -3px;
  right: -28px;
}
.main__widget_body.step-1 li.step-1 .edit,
.main__widget_body.step-2 li.step-2 .edit,
.main__widget_body.step-3 li.step-3 .edit {
  color: #fff;
}
.main__widget_body.step-1 li.step-1 .edit::after,
.main__widget_body.step-2 li.step-2 .edit::after,
.main__widget_body.step-3 li.step-3 .edit::after {
  background: url('edit-selected.svg') no-repeat center;
}
.main__widget_body.step-1 li.step-1 {
  background-color: #7ed321;
}
.main__widget_body.step-1 li.step-1 i {
  background-color: #fff;
  color: #7ed321;
}
.main__widget_body.step-1 li.step-1 span {  
  color: #fff;
}
.main__widget_body.step-1 li.step-2::before {  
  border-left-color:  #7ed321;
}
.main__widget_body.step-2 li.step-2 {
  background-color: #7ed321;
}
.main__widget_body.step-2 li.step-2 i {
  background-color: #fff;
  color: #7ed321;
}
.main__widget_body.step-2 li.step-2 span {  
  color: #fff;
}
.main__widget_body.step-2 li.step-3::before {  
  border-left-color:  #7ed321;
}
.main__widget_body.step-3 li.step-3 {
  background-color: #7ed321;
}
.main__widget_body.step-3 li.step-3 i {
  background-color: #fff;
  color: #7ed321;
}
.main__widget_body.step-3 li.step-3 span {  
  color: #fff;
}
.main__widget_steps-displays {
  list-style: none;
  padding: 0;
  margin: 32px 0 0 0;      
}
.main__widget_steps-displays > li {
  display: none;
}
.main__widget_body.step-1 .main__widget_steps-displays li.display-1,
.main__widget_body.step-2 .main__widget_steps-displays li.display-2,
.main__widget_body.step-3 .main__widget_steps-displays li.display-3 {
  display: block;
}
.main__widget_steps-displays .display-1 {

}
.main__widget_steps-displays h5 {  
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: -0.3px;  
  position: relative;
  display: table;
}
.main__widget_steps-displays .display-1 .widget-tooltip,
.main__widget_steps-displays .display-2 .widget-tooltip,
.main__widget_steps-displays .display-3 .widget-tooltip {
  position: absolute;
  top: 1px;
  right: -30px;
}
.widget-tooltip {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('tooltip.svg') no-repeat center / cover;
  position: relative;
  vertical-align: top;
  margin: 0 0 0 5px;
}
.widget-tooltip:hover {
  background: url('tooltip-hover.svg') no-repeat center / cover;
}
.widget-tooltip .widget-tooltip__text {
  width: 340px;    
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: -0.2px;
  padding: 32px;
  background-color: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 50px;
  top: -40px;
  box-sizing: border-box;
  display: none;
  z-index: 10;
}
.widget-tooltip i {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 14px;
  top: -9px;
  overflow: hidden;
  z-index: 11;
  display: none;
}
.widget-tooltip i::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.4);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 24px;
}
.widget-tooltip:hover .widget-tooltip__text,
.widget-tooltip:hover i {
  display: block;
}
.display-1__all-button {
  width: 235px;
  height: 72px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  margin-top: 32px;
  margin: 32px auto 0 auto;
  font-size: 16px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: 72px;
  letter-spacing: -0.3px;
  text-align: center;  
  text-transform: uppercase;
  cursor: pointer;
}
.display-1__all-button.selected {
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  border: solid 2px #7ed321;
}
.choose-specific__link {
  margin-top: 38px;
  text-align: center;
}
.choose-specific__link a,
.custom-solution__link a {
  font-size: 14px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: center;
  color: #3b91fc;
  text-transform: uppercase;
}
.choose-specific__link a:hover,
.custom-solution__link a:hover {
  text-decoration: underline;
}
.custom-solution__link {  
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
}
.display-2__сoverage-list {
  list-style: none;
  padding: 0;
  margin: 32px auto 0 auto;
  width: 700px;
}
.display-2__сoverage-list li {
  width: 336px;
  height: 72px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);  
  padding-left: 80px;
  margin-bottom: 24px;
  cursor: pointer;
  border: solid 2px #fff;
}
.display-2__сoverage-list li.selected {
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  border: solid 2px #7ed321;
}
.display-2__сoverage_item-title {    
  font-size: 16px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}
.display-2__сoverage_item-sub {  
  font-size: 13px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: 1.08;
  letter-spacing: -0.2px;  
  color: #9b9b9b;
}
.display-2__сoverage-list li.home {
  float: left;
  background: #fff url('ic-home.svg') no-repeat 18px center;
  padding-top: 16px;
}
.display-2__сoverage-list li.large-building {
  float: left;
  background: #fff url('ic-large-buildings.svg') no-repeat 18px center;
  padding-top: 16px;
}
.display-2__сoverage-list li.large-office {
  float: right;  
  background: #fff url('ic-big-office.svg') no-repeat 18px center;
  padding-top: 16px;
}
.display-2__сoverage-list li.vehicless {
  float: right; 
  background: #fff url('ic-boat.svg') no-repeat 18px center;
  padding-top: 23px;
}
.display-3__сoverage-list {
  list-style: none;
  padding: 0;
  margin: 32px auto 0 auto;
  display: table;
}
.display-3__сoverage-list li {
  width: 240px;
  height: 72px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);  
  margin-right: 16px;
  cursor: pointer;
  border: solid 2px #fff;
  text-align: center;
  float: left;
  padding-top: 20px;
}
.display-3__сoverage-list li:last-child {
  margin-right: 0;
}
.display-3__сoverage_item-title {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}
.display-3__сoverage_item-submit {
  margin-top: 32px;
  display: none;
}
.display-3__сoverage_item-button {
  display: block;
  margin: auto;
  width: 240px;
  height: 48px;
  border-radius: 1.9px;
  background-color: #3b91fc;  
  font-size: 14px;
  font-weight: bold;  
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: -0.2px;
  text-align: center;
  color: #ffffff;  
}
.display-3__сoverage_item-submit-text {
  margin-top: 32px;  
  font-size: 16px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: center;
  color: #9b9b9b;
}
.display-3__сoverage-list li.selected {
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  border: solid 2px #7ed321;
}
.index-whatis {
  margin-top: 86px;
}
.index-whatis h2 {
  margin: 0;
  padding: 0 0 56px 0;  
  font-size: 24px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: 1.04;
  letter-spacing: -0.4px;
  text-align: center;
  color: #f5a623;
  text-align: center;
}
.index-whatis__infograph-1 {
  width: 1000px;
  margin: auto;
}
.index-whatis__infograph-1 img {
  width: 100%;
}
.index-whatis__dobble_text {
  list-style: none;
  margin: 44px auto 80px auto;
  padding: 0;
  width: 1000px;
}
.index-whatis__dobble_text li {
  width: 480px;    
  font-size: 18px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: -0.3px; 
}
.index-statistic {
  background-color: #e8e8e8;
  padding: 70px 0;
}
.index-statistic__block {
  width: 1000px;  
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  margin: auto;
  overflow: hidden;
}
.index-statistic__block_list {
  list-style: none;
  margin: 64px auto 50px auto;
  padding: 0;
  display: table;
}
.index-statistic__block_list li {
  width: 164px;
  float: left;
  margin-right: 80px;
}
.index-statistic__block_list li:last-child {
  margin: 0;
}
.index-statistic__block_list_percent {    
  font-size: 40px;
  font-weight: 300;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.5px;
  text-align: center;  
}
.index-statistic__block_list_bar {
  height: 7px;
  border-radius: 4.5px;
  background-color: #e8e8e8;
  margin-top: 22px;
  position: relative;
  overflow: hidden;
}
.index-statistic__block_list_bar::after {
  content: "";
  display: block;
  height: 7px;
  position: relative;
  left: 0;
  top: 0;
}
.orange .index-statistic__block_list_bar::after {
  width: 87%;
  background-color: #f5a623;
}
.green .index-statistic__block_list_bar::after {
  width: 76%;
  background-color: #67ae19;
}
.blue .index-statistic__block_list_bar::after {
  width: 98%;
  background-color: #4a90e2;
}
.violet .index-statistic__block_list_bar::after {
  width: 92%;
  background-color: #9013fe;
}
.index-statistic__block_text {    
  font-size: 16px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: 1.88;
  letter-spacing: -0.3px;
  text-align: center;  
}
.index-statistic__block_button {
  display: block;
  width: 232px;
  height: 48px;
  background-color: #3b91fc;
  margin: 40px auto 50px auto;  
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: -0.2px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
.index-benefits {
  padding-top: 86px;
  padding-bottom: 80px;
}
.index-benefits h2 {    
  font-size: 24px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: 1.04;
  letter-spacing: -0.4px;
  text-align: center;
  color: #f5a623;
  margin: 0;
  padding: 0;
}
.index-benefits__list_top {
  list-style: none;
  margin: 50px auto 0 auto;
  padding: 0;
  display: table;
}
.index-benefits__list_top li {
  text-align: center;
  width: 430px;
  text-align: center;
}
.index-benefits__list_img {
  width: 130px;
  height: 130px;
  margin: auto;
}
.index-benefits__list_img img {
  width: 100%;
}
.index-benefits__list_title {  
  font-size: 20px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: center;
  margin: 8px auto 0 auto;
  width: 200px;
}
.index-benefits__list_description {  
  font-size: 16px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.3px;
  text-align: center;
  margin: 18px auto 0 auto;
  width: 290px;
  color: #9b9b9b;
}
.index-benefits__list_bottom {
  list-style: none;
  margin: 50px auto 0 auto;
  padding: 0;
  display: table;
}
.index-benefits__list_bottom li {
  width: 333px;
  float: left;
  text-align: center;
}
.index-testimonials {  
  height: auto;
  background-image: linear-gradient(359deg, #1f77e4, #3b91fc);
  overflow: hidden;  
  padding-bottom: 70px;
}
.index-testimonials h2 {
  margin: 78px 0 0 0;
  padding: 0;    
  font-size: 24px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: 1.04;
  letter-spacing: -0.4px;
  text-align: center;
  color: #ffffff;
}
.testimonials__slider {
  width: 950px;
  margin: 67px auto 0 auto;
}
.testimonials__slider_item {  
  
}
.testimonials__slider_item-block {
  height: 450px;
  border-radius: 4px;  
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  margin: 0 10px;
  padding: 74px 28px 0 30px;
  background: #fff url('quotes.svg') no-repeat 30px 30px;  
}
.testimonials__slider_item-text {
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: -0.7px;    
}
.testimonials__slider_item-text p {
  margin: 0;
  padding: 0;
}
.testimonials__slider_item-name {
  margin-top: 18px;    
  font-size: 16px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;  
}
.testimonials__slider_item-date { 
  font-size: 13px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;  
  color: #9b9b9b;
}
.testimonials__slider .slick-prev {
  position: absolute;
  left: -28px;
  top: 40%;
  width: 18px;
  height: 18px;
  border: none;
  background: transparent url('ibs-arro-prev.svg') no-repeat center; 
  font-size: 0;
  outline: none;
  cursor: pointer;
}
.testimonials__slider .slick-next {
  position: absolute;
  right: -28px;
  top: 40%;
  width: 18px;
  height: 18px;
  border: none;
  background: transparent url('ibs-arro-next.svg') no-repeat center; 
  font-size: 0;
  outline: none;
  cursor: pointer;
}
.testimonials__slider .slick-dots {
  list-style: none;
  padding: 0;
  margin: 50px auto 0 auto;
  display: table;
}
.testimonials__slider .slick-dots li {
  float: left;
  margin-right: 14px;
}
.testimonials__slider .slick-dots li button {
  width: 9px;
  height: 9px;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  border-radius: 50%;
  border: none;
  font-size: 0;
  padding: 0;
  margin: 0;
  line-height: 0;
  outline: none;
}
.testimonials__slider .slick-dots li.slick-active button {
  background-color: #fff;
}
.index-wiw {
  
}
.index-wiw h2 {
  margin: 86px 0 0 0;
  padding: 0;  
  font-size: 24px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: 1.04;
  letter-spacing: -0.4px;
  text-align: center;
  color: #f5a623;
}
.index-wiw__steps {
  list-style: none;
  margin: 84px auto 0 auto;
  padding: 0;
  display: table;
}
.index-wiw__steps li {
  width: 345px;
  height: 415px;
  float: left;
  border-right: 1px solid #e8e8e8;
  text-align: center;  
}
.index-wiw__steps li:last-child {
  border-right: none;
}
.index-wiw__steps_title {  
  font-size: 22px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.4px;
  text-align: center;
  color: #2a4371;
  margin-bottom: 18px;
  position: relative;
  top: -15px;
}
.index-wiw__steps_title-mobile {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.4px;
  text-align: center;
  color: #2a4371;
  margin: 16px 0 0 0;
  position: relative;
  display: none;
  }
.index-wiw__steps_img {
  width: 192px;
  height: 192px;
  margin: auto;
}
.index-wiw__steps_img img {
  width: 100%;
}
.index-wiw__steps_description {
  margin: 45px auto 0 auto;
  font-size: 20px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: center;
  width: 270px;  
}
.index-wiw__steps_description span {
  display: inline-block;
  margin-top: 13px;  
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: center;
  color: #9b9b9b;
}
.index-wiw__iycs {
  width: 715px;
  height: 117px;
  margin: 60px auto 0 auto;
  padding-top: 22px;
  background: url('combined-shape.svg') no-repeat 0 0 / 715px auto;    
  font-size: 20px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: center;  
}



/* ==========================================================================
   FOOTER classes
   ========================================================================== */
footer {
  background-color: #4a4a4a;
  padding: 29px 0 35px 0;  
}
.footer__copyright {  
  font-size: 14px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #b3b3b3;
  text-align: center;
  clear: both;
}
.footer__ask-block {
  float: right;
  width: 205px;
}
.footer__ask-text {
  font-size: 16px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  margin-bottom: 24px;
  
}
.footer__ask-text a {
  color: rgba(255, 255, 255, 0.7);
}
.footer__ask-button {
  display: block;  
  height: 48px;
  border-radius: 1.9px;
  background-color: #3b91fc;
  font-size: 14px;
  font-weight: bold;  
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: -0.2px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;    
}
.footer__openning-times {
  margin-top: 40px;
}
.footer__openning-times_title {  
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: center;
  color: #7f7f7f;
  text-transform: uppercase;
}
.footer__openning-times_description {
  margin-top: 16px;  
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.3px;
  text-align: center;
  color: #a0a0a0;
}
.footer__openning-times_description span {
  display: block;
}
.footer__menu {
  float: left;
}
.footer__menu h5 {
  margin: 0 0 12px 0;
  padding: 0;  
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;  
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
}
.footer__menu a {
  display: inline-block;  
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.25;
  letter-spacing: -0.3px;  
  color: #f7f7f7;
  white-space: nowrap;
}
.footer__menu.information {
  margin-right: 50px;
}
.footer__menu.categories {
  margin-right: 60px;
}
.footer__menu.data {
  margin-right: 78px;
}
.footer__menu.networks {
  
}

.index-wiw__graphic {  
  margin: 54px auto 0 auto;
  padding: 0;
  display: table;
}
.index-wiw__graphic .index-wiw__graphic_item {
  width: 235px;
  float: left;
  margin-right: 20px;
}
.index-wiw__graphic .index-wiw__graphic_item:last-child {
  margin-right: 0; 
}
.index-wiw__graphic .index-wiw__graphic_item img {
  width: 100%;
}
.index-wiw__cashback {
  margin: 26px 0 60px 0;
  text-align: center;
}
.index-wiw__cashback img {
  width: 512px;
  display: block;
  margin: auto;
}
.index-wiw__cashback a {
  width: 240px;
  height: 48px;
  margin-top: 16px;
  border-radius: 1.9px;
  background-color: #3b91fc;
  display: inline-block;    
  font-size: 14px;
  font-weight: bold;  
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: -0.2px;
  text-align: center;
  color: #ffffff;
}
.display-1__specific-block {
  display: block;
}

.display-1__specific-block .item { 
  width:19%;
  display: inline-block;
}




#index-top-slider {
  width: 815px;
  margin: 34px auto 0 auto;
  text-align: center;  
}
#index-top-slider .item {
  padding: 2px 8px;  
}
#index-top-slider .item span {
  display: block;    
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);  
  height: 70px;
  text-align: center;
  cursor: pointer;
}
#index-top-slider .item span.selected {
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  border: solid 2px #7ed321;
}
#index-top-slider .item span::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
#index-top-slider .item span img {
  max-width: 90%;
  max-height: 90%;
  vertical-align: middle;
  display: inline-block;
}
#index-top-slider .slick-prev {
  display: block;
  border: none;
  outline: none;
  background: transparent url('its-arro-prev.svg') no-repeat center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -40px;
  font-size: 0;
  cursor: pointer;
}
#index-top-slider .slick-next {
  display: block;
  border: none;
  outline: none;
  background: transparent url('its-arro-next.svg') no-repeat center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(180deg);
  right: -40px;
  font-size: 0;
  cursor: pointer;
}

/* ==========================================================================
   RECOMMEND page classes
   ========================================================================== */
.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 16px 0 0 0;
}
.breadcrumb li {
  float: left;  
  font-size: 13px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: 1.08;
  letter-spacing: -0.2px;
  text-align: left;
  color: #9b9b9b;
  padding-right: 8px;
  margin-right: 8px;
  position: relative;
}
.breadcrumb li a {
  color: #9b9b9b;
}
.breadcrumb li::after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background-color: #9b9b9b;
  position: absolute;
  top: 2px;
  right: 0;
}
.breadcrumb li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumb li:last-child::after {
  display: none;
}
.collection-title {
  margin: 24px 16px 0 16px;
  padding: 0;
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: normal;
  color: #2a4371;
  display: none;
  
}
.recommend__toptext {
  margin-top: 24px;    
  font-size: 22px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.4px;
  text-align: center;  
}
.recommend__toptext p {
  font-size: 22px;
}
.recommend__toptext h1 {
  font-size: 24px;
}
.recommend__toptext a {
  color: #3b91fc;
}
.recommend__top-title {
  margin: 24px 0 0 0;
  padding: 0;  
  font-size: 24px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.4px;
  text-align: center;
  color: #f5a623;
}
.recommend__edit-steps {
  list-style: none;
  min-height: 56px;
  margin: 24px auto;
  padding: 0 148px;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  display: table;
}
.recommend__edit-steps > li {
  font-size: 16px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: left;
  position: relative;
  margin: 16px 55px 16px 0;  
  padding-right: 35px;  
  float: left;  
  cursor: pointer;
  max-width: 33.3333333%;
}
.recommend__edit-steps li::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(edit.svg) no-repeat center;
  position: absolute;
  top: -2px;
  right: 0;
}
.recommend__edit-steps li:last-child {
  margin-right: 0;
}
.we-recommend {
  background-image: linear-gradient(358deg, #1f77e4, #3b91fc);
  margin-bottom: 35px;
}
.we-recommend__bg {
  background: url('recommened_bg.png') no-repeat right bottom;
  padding-bottom: 48px;
}
.we-recommend h3 {
  margin: 24px 0;
  padding: 0;  
  font-size: 24px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.4px;
  text-align: center;
  color: #ffffff;
}
.recommend__item {
  background-color: #fff;
  display: table;
  width: 100%;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
.recommend__item_pfoto {
  display: table-cell;
  vertical-align: middle;
  width: 250px;
  text-align: center;
  border-right: 1px solid #e8e8e8;
}
.recommend__item_pfoto img {
  max-width: 80%;
  max-height: 80%;
}
.recommend__item_network {
  width: 200px;
  display: table-cell;  
  padding: 25px 25px 25px 40px;
  border-right: 1px solid #e8e8e8;
}
.recommend__item .title {  
  font-size: 16px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #9b9b9b;
  margin-bottom: 5px;
}
.recommend__item .description {
  font-size: 16px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: 1.88;
  letter-spacing: -0.3px;
  text-align: left;
}
.recommend__item .description ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.recommend__item .description ul li {
  margin: 0 0 5px 0;
  padding: 0;
}
.recommend__item .description p {
  margin: 0 0 5px 0;
  padding: 0;
}
.recommend__item_options {
  display: table-cell;
  padding: 25px 25px 25px 40px;
  border-right: 1px solid #e8e8e8;
}
.recommend__item_price {
  display: table-cell;
  width: 240px;
  vertical-align: middle;
  text-align: center;
  padding: 25px;
}
.recommend__item_price .old-price {
  font-size: 16px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;  
  color: #c6c6c6;
  text-decoration: line-through;
  margin-bottom: 5px;
}
.recommend__item_price .price {  
  font-size: 24px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;  
  color: #67ae19;
  margin-bottom: 24px;
}
.recommend__item_price .details-link {
  display: inline-block;
  height: 48px;
  border-radius: 1.9px;
  background-color: #3b91fc;
  padding: 0 30px;  
  font-size: 14px;
  font-weight: bold;  
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: -0.2px;
  text-align: center;
  color: #ffffff;
}
.recommend__item-mobile {
  background-color: #fff;
  margin: 0 16px;
  display: none;
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.recommend__item-mobile .recommend__item_pfoto {
  height: 160px;
  display: block;
  border-bottom: 2px solid rgb(126, 211, 33);
  width: auto;
  border-right: none;
}
.recommend__item-mobile .recommend__item_pfoto img {
  max-width: 80%;
  max-height: 80%;
}
.recommend__item-mobile .title {
  position: relative;
}
.recommend__item-mobile .title span {
  background-color: rgb(126, 211, 33);
  border-radius: 20px;
  height: 40px;
  padding: 0 14px;
  font-size: 16px;
  line-height: 40px;
  white-space: nowrap;
  color: #fff;  
  display: block;
  position: absolute;
  font-weight: 600;
  max-width: 90%;
  top: -21px;
  left: 16px;
  overflow: hidden;
  text-overflow: ellipsis; 
}
.recommend__item-mobile .options {
  width: 50%;
  float: left;
  margin-top: 35px;
}
.recommend__item-mobile .options ul {
  list-style: none;
  margin: 12px 0 0 16px;
  padding: 0;
}
.recommend__item-mobile .options ul li {
  font-size: 14px;
  line-height: 20px;
}
.recommend__item-mobile .block-title {
  font-size: 14px;
  line-height: 1;
  color: rgb(155, 155, 155);
  margin-left: 16px;  
}
.recommend__item-mobile .price {
  width: 50%;
  float: right;
  margin-top: 35px;
}
.recommend__item-mobile .price .old-price {
  font-size: 16px;
  color: rgb(176, 176, 176);
  line-height: 20px;
  text-align: right;
  margin-right: 16px;
}
.recommend__item-mobile .price .price {
  width: auto;
  float: none;
  margin: 7px 16px 0 0;
  font-size: 20px;
  color: rgb(103, 174, 25);
  text-align: right;
  line-height: 1;
  font-weight: 600;
}
.details-link-block {
  clear: both;
  overflow: hidden;
}
.recommend__item-mobile .details-link {    
  display: block;  
  height: 44px;
  background-color: #3b91fc;
  margin: 24px 16px 20px 16px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 44px;
  letter-spacing: -0.2px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
.recommend__upgraded_list {  
  margin-bottom: 56px;
}
.recommend__upgraded_list h2 {
  margin: 0 0 32px 0;
  padding: 0;  
  font-size: 24px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.4px;
  text-align: center;
  color: #f5a623;
}
.recommend__upgraded_list .recommend__item {
  margin-bottom: 24px;
}
.recommend__upgraded_list .recommend__item:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   PRODUCT page classes
   ========================================================================== */
.product__title {
  margin-top: 32px;
}
.product__title_back {
  width: 40px;
  height: 40px;
  float: left;
  cursor: pointer;
  margin-right: 6px;
}
.product__title_back img {
  width: 100%;
}
.product__title h1 {
  margin: 0 32px 0 0;
  padding: 0;    
  font-size: 32px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: normal;  
  color: #2a4371;
  float: left;
  max-width: 700px;
}
.product__title_instok {  
  height: 30px;
  border-radius: 4px;
  background-color: #f2f2f2;  
  font-size: 14px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: 29px;
  letter-spacing: normal;
  text-align: center;
  color: #67ae19;
  float: left;
  margin-top: 6px;
  padding: 0 12px;
  text-transform: uppercase;
}
.product__title_price {
  position: relative;  
}
.product__title_price b {  
  font-size: 24px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: -0.4px;    
}
.product__title_price span {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: left;
  color: #9b9b9b;
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translate(-50%, 0);
  white-space: nowrap;
  text-decoration: line-through;
}
.product__ref {    
  font-size: 16px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: 0.88;
  letter-spacing: -0.3px;
  text-align: left;
  color: #9b9b9b;
  margin: 12px 0 21px 46px;
}
.product__article {

}
.product__article_photos {
  width: 496px;
  float: left;
}
.product__article_photos-slider {
  height: 400px;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #c6c6c6;
}
.product__article_photos-slider .item {
  text-align: center;
  outline: none;
  height: 400px;
}
.product__article_photos-slider .item::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.product__article_photos-slider img {
  max-width: 90%;
  max-height: 90%;
  vertical-align: middle;
  display: inline-block;
}
.product__article_photos-nav {
  margin: 16px auto 0 auto;
  height: 120px;
  width: 390px;
  position: relative;
}
.product__article_photos-nav .item {
  text-align: center;
  outline: none;
  padding: 2px 0;
}
.product__article_photos-nav .item.slick-current .item-box {
  outline: solid 2px #7ed321;
}
.product__article_photos-nav .item-box {
  margin: auto;
  width: 116px;
  border: solid 1px #c6c6c6;  
}
.product__article_photos-nav .item-td {
  width: 120px;
  height: 120px;  
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  background-color: #fff;  
}
.product__article_photos-nav .item-box img {
  max-width: 90%;
  max-height: 90%;
  margin: auto;
  vertical-align: middle;
}
.product__article_photos .slick-prev {
  width: 32px;
  height: 120px;
  display: block;
  border: none;
  background: #3b91fc url('product-slider-arrow.svg') no-repeat center;
  position: absolute;
  top: 2px;
  left: -53px;
  font-size: 0;
  outline: none;
  transform: rotate(180deg);
}
.product__article_photos .slick-next {
  width: 32px;
  height: 120px;
  display: block;
  border: none;
  background: #3b91fc url('product-slider-arrow.svg') no-repeat center;
  position: absolute;
  top: 2px;
  right: -53px;
  font-size: 0;
  outline: none; 
}
.product__article_photos .slick-arrow.slick-disabled {
  background-color: #eaeaea;
}
.accessories-product__article_options {
  width: 464px;
  height: auto;
  float: right;
  border-radius: 2px;
  background-color: #f7f7f7;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 34px 40px 38px 40px;
}
.accessories-product__article_options-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.accessories-product__article_options-list li {  
  font-size: 18px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: 1.78;
  letter-spacing: -0.3px;
  text-align: left;  
}
.accessories-product__article_qty {
  width: 464px;
  float: right;
  text-align: center;
  margin-top: 32px;
}
.accessories-product__article_qty label {
  width: 240px;    
  font-size: 16px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: 1.88;
  letter-spacing: -0.3px;
  text-align: left;
  color: #67ae19;
  margin: auto;
  display: block;
}
.accessories-product__article_qty input {
  width: 240px;
  height: 48px;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #c9daea;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  padding: 0 10px;
  color: #4a4a4a;
}
.accessories-product__article_add {
  margin-top: 32px;
  width: 464px;
  float: right;  
  text-align: center;
}
.product__article_additions {
  width: 464px;  
  float: right;  
}
.product__article_additions-bg {
  background-color: #f7f7f7;
  height: 540px;
}
.product__article_additions-wrapper {
  padding: 0 32px 32px 32px;
}
.product__article_additions h3 {
  margin: 0;
  padding: 0;
  background-color: #67ae19;
  width: 464px;
  height: 64px;
  border-radius: 2px;
  background-color: #67ae19;  
  font-size: 24px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: 64px;
  letter-spacing: -0.4px;
  text-align: center;
  color: #ffffff;
}
.product__article_additions-title {
  margin: 32px 0 0 0;
  font-size: 16px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: 1.88;
  letter-spacing: -0.3px;
  text-align: left;
  color: #67ae19;
}
.product__article_additions-title .widget-tooltip {
  color: #4a4a4a;
  margin: 3px 0 0 5px;
}
.product__article_additions-select {
  position: relative;
  display: block;
  margin-top: 8px;
}
.product__article_additions-select::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(arrow-dropdown.svg) no-repeat center;
  position: absolute;
  top: 12px;
  right: 8px;
}
.product__article_additions-select select {
  width: 100%;
  height: 48px;
  outline: none;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #c9daea;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 12px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: left;
  color: #4a4a4a;
}
.product__article_additions-checkboxs {
  margin-top: 22px;
}
.product__article_additions .checkbox-custom {
  margin-bottom: 16px;
}
.product__article_additions .checkbox-custom .price {
  color: #9b9b9b;
}
.product__article_additions .checkbox-custom input:checked ~ .price {
  color: #4a4a4a;
  font-weight: 600;
}
.product__article_options {
  margin-top: 30px;
}
.product__article_options .fl ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product__article_options .fl ul li {
  margin: 0;
  padding: 0 0 13px 0;  
  font-size: 18px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -0.3px;  
}
.product__article_options .fr label {
  display: block;  
  font-size: 16px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: 1.88;
  letter-spacing: -0.3px;  
  color: #67ae19;
  margin-top: -8px;
  margin-bottom: 8px;
}
.product__article_options .fr input {
  width: 176px;
  height: 48px;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #c9daea;  
  font-size: 16px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  padding: 0 10px;  
  color: #4a4a4a;
}
.product__article_add {
  padding-top: 44px;
  text-align: center;
}
.product__article_add-sub {  
  font-size: 14px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: -0.2px;  
  color: #9b9b9b;
}
.product__article_add-total {  
  font-size: 24px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;  
  color: #67ae19;
}
.product__article_add-button {
  display: block;
  width: 240px;
  height: 48px;
  border-radius: 1.9px;
  background-color: #3b91fc;  
  font-size: 14px;
  font-weight: bold;  
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: -0.2px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin: 24px auto 0 auto;
  cursor: pointer;
}
.product__article_add-help {
  margin-top: 29px;  
  font-size: 14px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: center;
  color: #3b91fc;
  display: inline-block;
}
.product__descriptions {
  margin-top: 40px;
  background-color: #f7f7f7;
  padding-top: 40px;
}
.product__descriptions_description {
  float: left;
  width: 500px;
}
.product__descriptions_description h3 {
  margin: 0;
  padding: 0;  
  font-size: 20px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: left;  
}
.product__descriptions_description-text {
  margin-top: 24px;
  font-size: 18px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: 1.61;
  letter-spacing: -0.3px;
  text-align: left;  
}
.product__descriptions_description-text h1 {
  margin: 0;
  padding: 0;
  font-size: 22px;
}
.product__descriptions_description-text h2,
.product__descriptions_description-text h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
}
.product__descriptions_description-text a {
  display: inline-block;
  height: 48px;
  border-radius: 1.9px;
  border: solid 2px #3b91fc;
  padding: 0 16px 0 56px;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 44px;
  letter-spacing: -0.2px;
  text-align: left;
  color: #3b91fc;
  text-transform: uppercase;
  background: #fff url(pdf-download.png) no-repeat 16px center / 32px 32px;
  margin-top: 14px;
}

.product-mobile__dropdown {
  margin-bottom: -2px;
  overflow: hidden;
}
.product-mobile__dropdown-content table {
  max-width: 100%;  
}
.product-mobile__dropdown-content table td {
  padding: 12px 0;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: left;
  color: #9b9b9b;
  padding-left: 12px;
  text-align: right;
  vertical-align: top;
}
.product-mobile__dropdown-content table td:first-child {
  padding-left: 0;
  color: #4a4a4a;
  text-align: left;
}
.product-mobile__dropdown-content table tr:first-child td {    
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: right;
  text-transform: uppercase;
  padding: 18px 0 12px 0;
  color: #4a4a4a;
}
.product-mobile__dropdown-content table tr:first-child td:first-child {
  text-align: left;
  width: 112px;
}



.product__descriptions_includes {
  float: right;
  max-width: 450px;
}
.product__descriptions_includes h3 {
  margin: 0;
  padding: 0;  
  font-size: 20px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: left;   
}
.product__descriptions_includes-list {
  margin-top: 24px;  
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: left;  
}
.product__descriptions_includes-list p {
  margin: 0 0 3px 0;
  padding: 0;
}
.product__descriptions_manuals {
  margin-top: 40px;
}
.product__descriptions_manuals .ce-marking {
  width: 73px;
  height: 74px;
  float: left;
  margin-right: 16px;
}
.product__descriptions_manuals .ce-marking img {
  width: 100%;
}
.product__descriptions_manuals .cashback {
  width: 73px;
  height: 74px;
  float: left;
  margin-right: 32px;
}
.product__descriptions_manuals .cashback img {
  width: 100%;
}
.product__descriptions_manuals .pdf-link {
  display: inline-block;  
  height: 48px;
  border-radius: 1.9px;  
  border: solid 2px #3b91fc;
  padding: 0 16px 0 56px;  
  font-size: 14px;
  font-weight: bold;  
  font-stretch: normal;
  line-height: 44px;
  letter-spacing: -0.2px;
  text-align: left;
  color: #3b91fc;
  text-transform: uppercase;
  background: #fff url('pdf-download.png') no-repeat 16px center / 32px 32px;
  margin-top: 14px;
}
.product__descriptions_speciﬁcations {
  margin: 40px 0 58px 0;
  clear: both;
}
.product__descriptions_speciﬁcations-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product__descriptions_speciﬁcations-tabs > li {
  width: 272px;
  height: 72px;
  float: left;    
  font-size: 16px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: 67px;
  letter-spacing: -0.3px;
  text-align: center;
  color: #4a90e2;
  border-top: 5px solid transparent;
  cursor: pointer;
}
.product__descriptions_speciﬁcations-tabs > li.current {
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  font-weight: 600;  
  color: #4a4a4a;
  border-color: #7ed321;
  position: relative;
}
.product__descriptions_speciﬁcations-tabs > li.current::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -5px;  
}
.product__descriptions_speciﬁcations-list {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);  
}
.product__descriptions_speciﬁcations-list > li {
  padding: 28px 40px;
  display: none;
}
.product__descriptions_speciﬁcations-list .current {
  display: block;
}
.product__descriptions_speciﬁcations-list table {
  padding: 0;
  margin: 0;
  width: auto!important;
}
.product__descriptions_speciﬁcations-list table tr:first-child td {
  height: 52px;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: left;
  color: rgb(42, 67, 113);
  border-bottom: 2px solid rgb(234, 234, 234);
}
.product__descriptions_speciﬁcations-list table tr:nth-child(2) td {
  padding-top: 14px;
  height: 64px;
}
.product__descriptions_speciﬁcations-list table td {
  height: 50px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: -0.3px;
  text-align: left;
  color: #9b9b9b;
  min-width: 250px;
}
.product__descriptions_speciﬁcations-list table td:first-child {
  color: #4a4a4a;
  width: 350px!important;
}
.product__descriptions_speciﬁcations-list .thead {
  display: table-header-group;  
}
.product__descriptions_speciﬁcations-list .thead .td {
  display: table-cell;
  border-bottom: 2px solid #eaeaea;
  height: 52px;  
  font-size: 20px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: left;
  color: #2a4371;
}
.product__descriptions_speciﬁcations-list h2 {  
  font-size: 24px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.4px;  
  color: #f5a623;
}

.survey__article {
  height: 373px;
  background: url('survey.png') no-repeat center / cover;
}
.survey__article_description {
  width: 500px;
  float: left;
}
.survey__article_description h2 {  
  margin: 49px 16px 0 0;
  padding: 0;
  font-size: 32px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  background: none!important;
}
.survey__article_text {
  margin-top: 24px;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: -0.3px;
  text-align: left;
  color: #ffffff;
}
.survey__article_info {
  width: 336px;
  height: 276px;
  border-radius: 2px;
  background-color: #ffffff;
  float: right;
  margin-top: 49px;
}
.survey__description {
  padding-top: 64px;    
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -0.3px;
  text-align: left;
  color: #4a4a4a;
  background-color: #f7f7f7;
  padding-bottom: 28px;
}
.survey__description h3 {
  margin: 0 0 32px 0;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: left;  
}
.survey__description p {
  margin: 0 0 24px 0;
  padding: 0;
}
.survey__description ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.survey__description ul li {
  margin-bottom: 22px;
  background: url('ic-check.svg') no-repeat left 2px;
  padding-left: 31px;
  line-height: 1.4;
}
.survey__description ol {
  list-style: none;
  padding: 0;
  margin: -6px 0 0 0; 
}
.survey__description ol li {
  margin-bottom: 22px;  
  padding-left: 48px;
  line-height: 1;
  counter-increment: step-counter;
  position: relative;
  margin-bottom: 32px;
}
.survey__description ol li::before {
  content: counter(step-counter);
  display: block;
  width: 32px;
  height: 32px;
  background-color: #67ae19;  
  font-size: 17px;
  font-weight: 600;  
  line-height: 32px;  
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: 0;
}
.survey__description ol li p {
  margin: 0;
  padding: 0;
  line-height: 1.8;
}
.survey__description ol li a {
  color: #3b91fc;
}

.product-mobile {
  display: none;
  margin-top: 44px;
}
.product-mobile__photos {
  
}
.product-mobile__photos .slick-list {
  border-bottom: 1px solid rgb(216, 216, 216);
}
.product-mobile__photos .item {
  height: 178px;
  text-align: center;
}
.product-mobile__photos .item::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
  text-align: center;
}
.product-mobile__photos .item img {
  max-width: 90%;
  max-height: 90%;
  vertical-align: middle;
  display: inline-block;
}
.product-mobile__photos .slick-dots {
  list-style: none;
  margin: 14px auto 0 auto;
  padding: 0;
  display: table;  
}
.product-mobile__photos .slick-dots li {
  width: 8px;
  height: 8px;
  margin-right: 9px;
  overflow: hidden;
  background-color: rgb(229, 229, 229);
  border-radius: 50%;
  float: left;
}
.product-mobile__photos .slick-dots li:last-child {
  margin-right: 0;
}
.product-mobile__photos .slick-dots li button {
  display: none;
}
.product-mobile__photos .slick-dots li.slick-active {
  background-color: rgb(126, 211, 33);
}
.product-mobile__title {
  margin: 24px 16px 0 16px;
  position: relative;
}
.product-mobile__title h1 {
  margin: 0 75px 0 0;
  padding: 0;
  font-size: 20px;  
  line-height: 26px;    
  letter-spacing: normal;
  color: #2a4371;
}
.product-mobile__instok {
  height: 24px;
  border-radius: 12px;  
  font-size: 10px;    
  line-height: 24px;  
  float: right;
  margin-top: 0px;
  padding: 0 14px;
  text-transform: uppercase;
  background-color: #f2f2f2;
  font-weight: 600;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #67ae19;
  position: absolute;
  top: 1px;
  right: 0;
}
.product-mobile__ref {
  margin: 8px 0 0 16px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -0.3px;
  text-align: left;
  color: #9b9b9b;  
}
.product-mobile__prod-short {
  margin: 22px 16px 0 16px;
}
.product-mobile__prod-short .prod_short_desc {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
.product-mobile__prod-short .prod_short_desc li {
  font-size: 14px;
  line-height: 24px;  
}
.product-mobile__price-block {
  float: right;
}
.product-mobile__price-block .price {
  margin-bottom: 20px;  
}
.product-mobile__price-block .price span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: left;
  color: #9b9b9b;    
  white-space: nowrap;
  text-decoration: line-through;
  margin-bottom: 6px; 
  text-align: right; 
}
.product-mobile__price-block .price b {
  display: block;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -0.4px;  
  text-align: right;
}
.product-mobile__price-block .quantity {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  right: -10px;
}
.product-mobile__price-block .quantity i {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
}
.product-mobile__price-block .quantity i.minus {
    background: url(button-reduce.svg) no-repeat center;
}
.product-mobile__price-block .quantity i.minus.disabled {
    background: url(button-reduce-disabled.svg) no-repeat center;
    cursor: default;
}
.product-mobile__price-block .quantity i.plus {
    background: url(button-increase.svg) no-repeat center;
}
.product-mobile__price-block .quantity input {
    width: 40px;
    height: 36px;
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px #c6c6c6;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.3px;
    text-align: left;
    padding: 0 10px;
}
.product-mobile__dropdown {

}
.product-mobile__article {
  margin-top: 24px;
  background-color: rgb(247, 247, 247);
}
.product-mobile__dropdown.addons {
  
}
.product-mobile__dropdown h5 {
  height: 44px;
  border: solid 2px #e8e8e8;
  border-left: none;
  border-right: none;
  margin: 0;
  padding-left: 16px;
  font-size: 15px;
  line-height: 42px;
  background-color: #f4f8ff; 
  font-weight: 600;
  font-stretch: normal;  
  letter-spacing: -0.3px;
  text-align: left;
  position: relative;
  cursor: pointer;  
  transition: all 150ms ease;
}
.product-mobile__dropdown h5::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(arrow-dropdown.svg) no-repeat center;
  position: absolute;
  top: 9px;
  right: 16px;
  display: block;
}
.product-mobile__dropdown h5.show::after {
    transform: rotate(180deg);
}
.product-mobile__dropdown-content {
  display: none;
  margin: 0 16px;
}
.product-mobile__dropdown.addons .product-mobile__dropdown-content {
  padding-bottom: 21px;
}
.product-mobile .product__article_additions-title {
  margin: 27px 0 0 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 27px;
  letter-spacing: -0.3px;
  text-align: left;
  color: #67ae19;
  position: relative;
  padding-right: 30px;
} 
.product-mobile .product__article_additions-title .widget-tooltip {
  position: absolute;
  width: 27px;
  height: 27px;
  top: -1!important;
  right: 0!important;
}
.product-mobile .product__article_additions-select select {    
  height: 44px;    
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 44px;    
}
.product-mobile .addons .checkbox-custom {
  margin-bottom: 8px;
}
.product-mobile .product__article_add {
  padding-top: 16px;
}
.product-mobile .product__article_add-button {
  width: auto;
  height: 44px;      
  line-height: 44px;  
  margin: 16px 16px 0 16px;  
}
.product-mobile__back {
  width: 44px;
  height: 44px;
  position: fixed;
  background: #112549 url('its-arro-prev-mobile.svg') no-repeat 14px 8px / 24px 24px;
  top: 0;
  left: 0;  
  cursor: pointer;
  z-index: 10;
}
.product-mobile__description {
  margin: 30px 16px 0 16px;
}
.product-mobile__description > h3 {
  margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.3px;
    text-align: left;
}
.product-mobile__description-text {
  margin-top: 14px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.61;
    letter-spacing: -0.3px;
    text-align: left;
}
.product-mobile__description-text h3 {
  margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.3px;
    text-align: left;
}
.product-mobile__description-text a {
  display: inline-block;
    height: 44px;
    border-radius: 1.9px;
    border: solid 2px #3b91fc;
    padding: 0 16px 0 56px;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: -0.2px;
    text-align: left;
    color: #3b91fc;
    text-transform: uppercase;
    background: transparent url(pdf-download.png) no-repeat 16px center / 32px 32px;
    margin-top: 14px;
}
.product-mobile__dropdown.includes .product-mobile__dropdown-content {
  font-size: 18px;
}



/* ==========================================================================
   Return & Delivery page classes
   ========================================================================== */
.return-delivery {

}
.return-delivery h1 {
  padding: 24px 0 32px 0;
  margin: 0;  
  font-size: 32px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #2a4371;
}
.return-delivery-img img {
  width: 100%;
}
.rte {
  overflow: hidden;
}
.return-delivery .rte h2 {
  padding: 0;
  margin: 56px 0 32px 0;  
  font-size: 24px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.4px;
  text-align: center;
  color: #f5a623;
}
.return-delivery .rte table {  
  margin: auto;  
  font-size: 18px;  
  line-height: 1.78;
  letter-spacing: -0.3px;
  text-align: left;  
}
.return-delivery .rte p {
  padding: 0;
  margin: 0;
}
.return-delivery .rte ul {
  list-style: none;
  margin: 40px auto;
  padding: 0;  
  overflow: hidden;
}
.return-delivery .rte li {
  float: left;
  margin-right: 68px;  
}
.return-delivery .rte h3 {  
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;    
}
.return-delivery__list li span {
  display: block;
  margin-top: 15px;  
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -0.3px;    
}
.return-delivery .rte b {
  display: block;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -0.3px;    
}

/* ==========================================================================
   BLOGS page classes
   ========================================================================== */
.blogs {
  padding-bottom: 48px;
}
.blogs__nav {
  padding: 24px 0 0 0;
}
.blogs__nav h1 {
  margin: 0;
  padding: 0;  
  font-size: 32px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: normal;  
  color: #2a4371;
  float: left; 
}
.blogs__nav_filter {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.blogs__nav_filter-swicher {
  float: left;
  margin-right: 40px;
  margin-top: 12px;
}
.checkbox-switcher {
  padding-left: 70px;
  position: relative;
}
.checkbox-switcher label {
  display: inline-block;  
}
.checkbox-switcher label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.checkbox-switcher label .controll {
  width: 56px;
  height: 24px;
  border-radius: 16px;
  background-color: #9b9b9b;
  position: absolute;
  left: 0;
  top: 0;    
  text-align: right;
  overflow: hidden;
  transition: background-color 150ms ease;
}
i.off {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: -0.2px;  
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  padding: 0 6px 0 7px;  
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 150ms ease;
}
i.on {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: -0.2px;  
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  padding: 0 6px 0 7px;  
  position: absolute;
  left: -100%;
  top: 0;
  z-index: 2;
  transition: all 150ms ease;
}
.checkbox-switcher label .controll::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;  
  background-color: #fff;
  transition: all 150ms ease;
}
.checkbox-switcher input:checked ~ .controll {
  background-color: #7ed321;
  text-align: left;
}
.checkbox-switcher input:checked ~ .controll i.off {
  left: 100%;
}
.checkbox-switcher input:checked ~ .controll i.on {
  left: 0;
}
.checkbox-switcher input:checked ~ .controll::before {
  left: 34px;  
}
.blogs__nav_filter-input {
  float: left;
  width: 330px;
  height: 48px;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #c9daea;
  position: relative;
}
.blogs__nav_filter-input::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url('bg-search.png') no-repeat center / 24px 24px;
  position: absolute;
  top: 12px;
  right: 12px;
}
.blogs__nav_filter-input input {
  width: 330px;
  height: 48px;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #c9daea;   
  font-size: 16px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;    
  padding: 0 37px 0 13px;
  border: none;
  background: none;
}
.blogs__nav_filter-input input::-webkit-input-placeholder {color:#c6c6c6;}
.blogs__nav_filter-input input::-moz-placeholder          {color:#c6c6c6;}
.blogs__nav_filter-input input:-moz-placeholder           {color:#c6c6c6;}
.blogs__nav_filter-input input:-ms-input-placeholder      {color:#c6c6c6;}
.blogs__list {
  
}
.blogs__list_item {
  padding: 24px 0;
  border-bottom: 1px solid #e8e8e8;
  display: table;
  width: 100%;
}
.blogs__list_item:last-child {
  border: none;
}
.blogs__list_item-img {
  width: 240px;
  height: 224px;    
  display: table-cell;
  padding-right: 24px;
}
.blogs__list_item-img img {
  width: 100%;
  height: 100%;
}
.blogs__list_item-description {
  display: table-cell;  
  vertical-align: middle;
}
.blogs__list_item-description h3 {
  margin: 0 0 7px 0;
  padding: 0;    
  font-size: 20px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: -0.3px;
  text-align: left;  
}
.blogs__list_item-description_user {  
  font-size: 13px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: 1.85;
  letter-spacing: -0.2px;
  text-align: left;
  color: #9b9b9b;
  margin-bottom: 16px;
}
.blog-article .blogs__list_item-description_user  {
  display: none;
}
.blogs__list_item-description_text {  
  font-size: 16px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: left;
  margin-bottom: 12px;  
}
.blogs__list_item-description_text.mobile {
  display: none;
}
.blogs__list_item-description_more {
  display: inline-block;  
  font-size: 14px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;  
  color: #3b91fc;
  text-transform: uppercase;
}
.blog-article {

}
.blog-article__title {
  margin: 32px 0 24px 0;
}
.blog-article__title h1 {
  margin: 0 32px 0 0;
  padding: 0;
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: normal;
  color: #2a4371;
  float: left;
}
.blog-article__content {    
    font-size: 18px;
    line-height: 1.78;
    letter-spacing: -0.3px;
    text-align: left;
}
.blog-article__content.rte table {
    margin: auto;
    height: auto;
    font-size: 18px;
    line-height: 1.78;
    letter-spacing: -0.3px;
    text-align: left;
}

.blog-article__content p {
  padding: 0;
  margin: 0;
}
.blog-article__content a {
  font-weight: 600;
  color: #4a90e2;
}
.blog-article__pagination {
  margin: 42px 0 56px 0;
}
.blog-article__pagination_prev {
  display: block;
  width: 170px;
  height: 48px;
  border-radius: 1.9px;
  border: solid 2px #3b91fc;
  float: left;  
  font-size: 14px;
  font-weight: bold;  
  font-stretch: normal;
  line-height: 44px;
  letter-spacing: -0.2px;
  text-align: center;
  color: #3b91fc;
  padding-left: 20px;
  text-transform: uppercase;
  background: #fff url('blog-prev-arroe.svg') no-repeat 13px 12px;
}
.blog-article__pagination_next {
  display: block;
  width: 170px;
  height: 48px;
  border-radius: 1.9px;
  border: solid 2px #3b91fc;
  float: right;  
  font-size: 14px;
  font-weight: bold;  
  font-stretch: normal;
  line-height: 44px;
  letter-spacing: -0.2px;
  text-align: center;
  color: #3b91fc;
  padding-right: 20px;
  text-transform: uppercase;
  background: #fff url('blog-next-arroe.svg') no-repeat 141px 12px;
}
.blog-article__pagination_survey {
  width: 240px;
  height: 48px;
  border-radius: 1.9px;
  background-color: #3b91fc;
  margin: auto;    
  font-size: 14px;
  font-weight: bold;  
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: -0.2px;
  text-align: center;
  color: #ffffff;
  display: block;
}
.accessories {
  overflow: hidden;
}
.accessories h2 {  
  margin: 32px 0 0 0;
  padding: 0;
  font-size: 24px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.4px;
  text-align: center;
  color: #f5a623;
}
.accessories__top-text {
  width: 760px;
  margin: 16px auto 0 auto;
  font-size: 16px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: center;  
}
.accessories__filter {
  list-style: none;
  margin: 32px auto 0 auto;
  padding: 0;
  display: table;
}
.accessories__filter li.accessories__filter_title {
  float: left;
  font-size: 16px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: -0.3px;
  text-align: left;
  color: #67ae19;
  float: left;
  margin-right: 20px;
}
.accessories__filter_select-box {
  float: left;
  margin-right: 32px;
  width: 400px;
}
.accessories__filter-select {
  position: relative;
  display: block;  
  background-color: #ffffff;
}
.accessories__filter-select::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(arrow-dropdown.svg) no-repeat center;
  position: absolute;
  top: 12px;
  right: 8px;
  z-index: 1;
}
.accessories__filter-select select {
  width: 100%;
  height: 48px;
  outline: none;
  border-radius: 2px;  
  border: solid 1px #c9daea;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 12px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: left;
  color: #4a4a4a;
  z-index: 2;
  position: relative;
}
.accessories__filter-switcher {
  float: left;
}
.accessories__filter-switcher div {
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  cursor: pointer;
  top: -1px;
}
.accessories__filter-switcher i {
  width: 48px;
  height: 48px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.accessories__filter-switcher .cards i::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #4a90e2;
  position: absolute;
  left: 27px;
  top: 8px;
}
.accessories__filter-switcher .cards i::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #4a90e2;
  position: absolute;
  left: 27px;
  top: 28px;
}
.accessories__filter-switcher .list::before {
  content: "";
  display: block;
  width: 32px;
  height: 12px;
  background-color: #4a90e2;
  position: absolute;
  left: 8px;
  top: 8px;
}
.accessories__filter-switcher .list::after {
  content: "";
  display: block;
  width: 32px;
  height: 12px;
  background-color: #4a90e2;
  position: absolute;
  left: 8px;
  top: 28px;
}
.accessories__filter-switcher .cards::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #4a90e2;
  position: absolute;
  left: 8px;
  top: 8px;
}
.accessories__filter-switcher .cards::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #4a90e2;
  position: absolute;
  left: 8px;
  top: 28px;
}
.accessories__collection {
  margin: 42px -24px 118px 0;
}
.accessories__collection.cadrs .accessories__cards_item {
  display: block;
}
.accessories__collection.list .accessories__list_item {
  display: table!important;
}
.accessories__collection.list .accessories__cards_item,
.accessories__collection.cards .accessories__list_item {
  display: none;
}
.accessories__cards_item {
  width: 232px;
  height: 346px;
  background-color: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  float: left;
  margin: 0 24px 24px 0;
}
.accessories__cards_item-img {
  height: 162px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.accessories__cards_item-img::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;  
}
.accessories__cards_item-img img {
  max-width: 95%;
  max-height: 95%;
  vertical-align: middle;
}
.accessories__cards_item-params {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);  
  display: table;
  opacity: 0;
  transition: all 150ms ease;
}
.accessories__cards_item:hover .accessories__cards_item-params {
  opacity: 1;
}
.accessories__cards_item-params .td {
  padding-left: 36px;
  padding-right: 15px;
  display: table-cell;
  vertical-align: middle;
}
.accessories__cards_item-params .td ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.accessories__cards_item-params .td ul li {  
  font-size: 18px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -0.3px;
  text-align: left;
  color: #ffffff;
  margin: 0 0 16px 0;
}
.accessories__cards_item-title {
  margin-top: 16px;  
  font-size: 14px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: -0.2px;
  text-align: center;
  color: #4a90e2;  
}
.accessories__cards_item-oldprice {
  margin-top: 16px;  
  font-size: 14px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #c6c6c6;
  text-decoration: line-through;
}
.accessories__cards_item-params-mobile {    
  display: none;
  margin: 8px 16px 0 16px;
  float: left;
}
.accessories__cards_item-params-mobile label {
  font-size: 13px;
  line-height: 16px;
  color: rgb(155, 155, 155);
}
.accessories__cards_item-params-mobile ul {
  list-style: none;
  margin: 0;
  padding: 0;  
}
.accessories__cards_item-params-mobile ul li {
  font-size: 14px;
  line-height: 20px;
}
.accessories__cards_item-price {  
  font-size: 20px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #67ae19;
}
.accessories__cards_item-details {

}
.accessories__cards_item-details a {
  display: block;
  margin: 16px auto 0 auto;
  width: 176px;
  height: 48px;
  border-radius: 1.9px;
  background-color: #3b91fc;  
  font-size: 14px;
  font-weight: bold;  
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: -0.2px;
  text-align: center;
  color: #ffffff;
}
.accessories__list_item {
  width: 100%;  
  min-height: 216px;
  background-color: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  display: table;
  margin-bottom: 24px;
}
.accessories__list_item-img {
  width: 200px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.accessories__list_item-img img {
  max-width: 95%;
  max-height: 95%;
}
.accessories__list_item-title {
  width: 290px;
  display: table-cell;
  vertical-align: top;
  padding: 56px 24px 0 32px;  
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.3px;
  text-align: left;
  color: #4a90e2;
  border-right: 1px solid #e8e8e8;
}
.accessories__list_item-params {
  width: 278px;
  display: table-cell;
  vertical-align: top;
  padding: 0px 24px 0 32px;
  border-right: 1px solid #e8e8e8;
}
.accessories__list_item-params .title {
  margin: 21px 0 14px 0;  
  font-size: 16px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #9b9b9b;
}
.accessories__list_item-params p {
  font-size: 18px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -0.3px;
  text-align: left;  
  margin: 0 0 16px 0;
}


.accessories__list_item-info {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.accessories__list_item-oldprice {  
  font-size: 16px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;  
  color: #c6c6c6;  
}
.accessories__list_item-price {
  margin-top: 6px;
  font-size: 24px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #67ae19;
}
.accessories__list_item-details {
  display: block;
  margin: 16px auto 0 auto;
  width: 176px;
  height: 48px;
  border-radius: 1.9px;
  background-color: #3b91fc;  
  font-size: 14px;
  font-weight: bold;  
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: -0.2px;
  text-align: center;
  color: #ffffff; 
}
.page h1 {
  margin: 24px 0 32px 0;
  padding: 0;  
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #2a4371;
}
.page .rte {    
    margin: 56px auto 24px auto;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: -0.3px;
}
.page a {
  color: #3b91fc;
}
.contacts h1 {
  margin: 24px 0 32px 0;
  padding: 0;  
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #2a4371;
}
.contacts__article {  
  height: 548px;
  border-radius: 2px;  
  border: solid 1px #c6c6c6;
  padding-right: 50%;
  background: #ffffff url('bg-contacts.jpg') no-repeat top right / auto 100%;
}
.contacts__article_hint {
  margin: 39px auto 0 auto;
  width: 360px;    
  font-size: 20px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: center;  
}
.contacts__article_phone {
  margin-top: 22px;    
  font-size: 24px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.4px;
  text-align: center;
  color: #f5a623;
}
.contacts__article_between {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: center;  
}
.contacts__article_between p {
  padding: 0px;
  margin: 0;
}
.contacts__article_andtext {
  width: 360px;
  margin: 22px auto 0 auto;  
  font-size: 20px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: center;  
}
.contacts__article_country {
  margin-top: 34px;
}
.contacts__article_country-title {
  display: table;
  margin: 0 auto;
}
.contacts__article_country-title_img {
  width: 48px;
  height: 48px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  margin-right: 16px;
  overflow: hidden;  
  text-align: center;
  float: left;
}
.contacts__article_country-title_img.uk img {
  position: relative;
  height: 100%;
  margin: auto;
  left: -24px;
} 
.contacts__article_country-title_text {  
  font-size: 20px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: -0.3px;  
  float: left;
}
.contacts__article_country-adress {
  margin-top: 16px;
  font-size: 16px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: center;  
}
.contacts__more {
  margin-top: 120px;
  margin-left: 50px;
}
.contacts__more_country {
  float: left;
  margin-bottom: 96px;
  overflow: hidden;
}
.contacts__more_country-title {
  margin-bottom: 16px;
}
.contacts__more_country-title_img {
  width: 48px;
  height: 48px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  margin-right: 16px;
  overflow: hidden;
  text-align: center;
  float: left;
}
.contacts__more_country-title_img img {
  width: 100%;
  height: 100%;
}
.contacts__more_country-title_text {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: -0.3px;
  float: left;
  margin-left:15%;
}
.contacts__more_country-adress {    
  font-size: 16px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: center;
  margin-bottom: 13px;  
}
.contacts__more_country-link {
  display: inline-block;  
  font-size: 14px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: center;
  color: #3b91fc;
  text-transform: uppercase;
}

.contacts__more_country:first-child,
.contacts__more_country:nth-child(3n+4){
  width: 33%;
  text-align:center;
}
.contacts__more_country:nth-child(3n+2){
  width: 33%;
  text-align:center;
}
.contacts__more_country:nth-child(3n+3){
  width: 33%;
  text-align:center;
}
.contacts__more_country.australia img {
  height: 100%;
  position: relative;
  left: -15px;
}
.contacts__more_country.south-africa img {
  height: 100%;
  position: relative;
  left: -15px;
}
.contacts__more_country.usa img {
  height: 100%;
  position: relative;
  left: -10px;
}
.contacts__more_country.germany img {
  height: 100%;
  position: relative;
  left: -10px;
}
.contacts__more_country.spain img {
  height: 100%;
  position: relative;  
}
.contacts__more_country.france img {
  height: 100%;
  position: relative;  
  left: -4px;
}
.contacts .other-contacts-mobile {
  margin: 24px 16px 48px 16px;
  display: none;
  text-align: center;
}
.contacts .other-contacts-mobile span {
  font-size: 14px;
  font-weight: bold;
  color: rgb(59, 145, 252);
  text-transform: uppercase;
}
.technical-support {

}
.technical-support h1,
.faq h1{
  margin: 24px 0 32px 0;
  padding: 0;
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #2a4371;
}
.technical-support__top-img {
  background-position: -10000px -10000px;
}
.technical-support__top-img img {
  width: 100%;
}
.technical-support .rte {
  width: 770px;  
  margin: 56px auto 24px auto;
  font-size: 18px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: -0.3px;    
}
.faq .rte {
  width: 770px;  
  margin: 56px auto 24px auto;  
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: left;
  color: #9b9b9b;
}
.technical-support .rte table,
.faq .rte table{
  display: none;
}
.technical-support__list {
  width: 770px;
  margin: 0 auto 72px auto;
}
.technical-support__list_item {
  border-bottom: 1px solid #c6c6c6;
}
.technical-support__list h3 {
  margin: 0;
  padding: 25px 48px 25px 0;    
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  position: relative;
  cursor: pointer;
  transition: all 150ms ease;
}
.technical-support__list h3:hover {
  background-color: #f7f7f7;
}
.technical-support__list .show h3:hover {
  background-color: transparent;
}
.technical-support__list h3::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url('arrow-dropdown.svg') no-repeat center;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translate(0, -50%);
}
.technical-support__list_item.show h3::after {
  transform: translate(0, -50%) rotate(180deg);
}
.technical-support__list_item .item__content {
  font-size: 18px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: 1.78;
  letter-spacing: -0.3px;
  padding-bottom: 24px;
  display: none;
}
.technical-support__list_item .item__content p {
  padding: 0;
  margin: 0;
}
.technical-support__list_item .item__content a {
  color: #4a90e2;
}
.technical-support__list_item .item__content ul {
  width: 600px;  
  padding: 0;
  margin: 0 auto;
  list-style-image: url('ic-check.svg');
  list-style: none;  
}
.technical-support__list_item .item__content ul li {
  background: url('ic-check.svg') no-repeat 0 3px;
  padding-left: 36px;
}
.custom-solution {

}
.custom-solution-top {
  background: #f3f9ff;
  background: -moz-linear-gradient(top, #f3f9ff 1%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #f3f9ff 1%,#ffffff 100%);
  background: linear-gradient(to bottom, #f3f9ff 1%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f9ff', endColorstr='#ffffff',GradientType=0 );
}
.custom-solution h2 {
  margin: 32px 0 26px 0;
  padding: 0;
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: -0.4px;
  text-align: center;
  color: #f5a623;
}
.custom-solution .rte p {
  margin: 0 0 0 0;
  padding: 0;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: center;  
}
.custom-solution .rte table {
  margin: auto;
}
.custom-solution__form {
  margin: 16px auto 0 auto;
  width: 770px;
}
.custom-solution__form_block {
  width: 372px;
  margin-bottom: 16px;
}
.custom-solution__form_block.file {
  margin-top: 37px;
}
.custom-solution__form_block .custom-solution__form_block-title {
  display: block;  
  font-size: 16px;
  font-weight: normal;  
  font-stretch: normal;
  line-height: 1.88;
  letter-spacing: -0.3px;
  text-align: left;
  color: #67ae19;
  margin-bottom: 8px;
}
.custom-solution__form_block input[type="text"],
.custom-solution__form_block input[type="tel"] {
  width: 100%;
  height: 48px;
  border-radius: 2px;
  background-color: #ffffff;
  border: 1px solid #c9daea;
  outline: none;  
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: -0.3px;
  text-align: left;
  color: #4a4a4a;
  padding: 0 12px;
}
.custom-solution__form_block input::-webkit-input-placeholder,
.custom-solution__form_block textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c6c6c6;
}
.custom-solution__form_block input::-moz-placeholder,
.custom-solution__form_block textarea::-moz-placeholder { /* Firefox 19+ */
  color: #c6c6c6;
}
.custom-solution__form_block input:-ms-input-placeholder,
.custom-solution__form_block textarea:-ms-input-placeholder { /* IE 10+ */
  color: #c6c6c6;
}
.custom-solution__form_block input:-moz-placeholder,
.custom-solution__form_block textarea:-moz-placeholder { /* Firefox 18- */
  color: #c6c6c6;
}

.custom-solution__form_block textarea {
  width: 100%;
  height: 104px;
  border-radius: 2px;
  background-color: #ffffff;
  border: 1px solid #c9daea;
  outline: none;  
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: left;
  color: #4a4a4a;
  padding: 12px;
  resize: none;
}
.custom-solution__form_block .file-placeholder {
  width: 372px;
  height: 48px;  
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: left;
  color: #9b9b9b;
}
.custom-solution__form_submit {
  clear: both;
  margin-top: 24px;
  text-align: center;
}
.custom-solution__form_submit input[type="submit"] {  
  width: 240px;
  height: 48px;
  border-radius: 1.9px;
  background-color: #3b91fc;  
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: -0.2px;
  text-align: center;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
}
.file-label {
  display: block;
  width: 192px;
  height: 48px;
  border-radius: 1.9px;
  border: 1px solid #3b91fc;
  margin-top: 8px;
  background: url('attach.svg') no-repeat 16px center / 32px 32px;
  padding-left: 55px;  
  font-size: 14px;
  font-weight: bold;  
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: -0.2px;
  text-align: left;
  color: #3b91fc;
  text-transform: uppercase;
  float: left;
}
.custom-solution__form_block input[type="file"] {
  opacity: 0;
  position: absolute;
  left: -10000px;
  top: -10000px;
}
.custom-solution__form_block .file-value {
  width: 119px;
  height: 48px;  
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 48px;  
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  margin: 8px 6px 0 16px;
  float: left;
  display: none;
}
.custom-solution__form_block .file-value-clear {
  width: 32px;
  height: 32px;
  background: url('delete.svg') no-repeat center;
  float: left;
  margin-top: 15px;
  cursor: pointer;
  display: none;
}
.custom-solution__survey {
  margin-top: 40px;
  height: 373px;  
  background: url(survey.png) no-repeat center / cover;
  overflow: hidden;
}
.custom-solution__survey_text {
  width: 870px;
  margin: 97px auto 0 auto;  
  font-size: 36px;
  font-weight: 600;  
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.custom-solution__survey_link {
  display: block;
  width: 240px;
  height: 48px;
  border-radius: 1.9px;
  background-color: #3b91fc;
  margin: 48px auto 0 auto;  
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: -0.2px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
.custom-solution .index-testimonials {
  background-image: linear-gradient(359deg, #084a9b, #0a66da);
}
.custom-solution .index-testimonials h2 {
  color: #fff;
}
.custom-solution__seminars {
  padding-bottom: 64px;
}
.custom-solution__seminars h2 {
  margin: 64px 0 50px 0;
}
.custom-solution__seminars_table {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  width: 100%;
}
.custom-solution__seminars_table li {
  display: table-cell;
}

.terms {

}
.terms h1 {
  margin: 24px 0 32px 0;
  padding: 0;
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #2a4371;
}
.terms__article {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.78;
  letter-spacing: -0.3px;
  text-align: left;  
}
.terms__article .rte h2 {
  margin: 56px auto 32px auto;
  padding: 0;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.4px;
  text-align: left;
  color: #f5a623;
}
.terms__article .rte h3 {
  margin: 24px 0 8px 0;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: left;
  color: #4a4a4a;
}
.terms__article .rte p {
  margin: 0 0 24px 0;
  padding: 0;
  line-height: 1.78;
}
.terms__article .rte a {  
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: -0.3px;
  text-align: left;
  color: #4a90e2;
}
.terms__article .rte table {
  margin: 0 auto;
}
.certificates {

}
.certificates h1 {
  margin: 24px 0 32px 0;
  padding: 0;
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #2a4371;
}
.certificates .rte {
  margin-bottom: 56px;
}
.certificates .rte h2 {
  padding: 0;
  margin: 0px 0 40px 0;
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.4px;
  text-align: center;
  color: #f5a623;
}
.certificates .rte table {
  width: 100%;
}
.certificates .rte table img {
  width: 312px;    
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  border: solid 1.1px #e8e8e8;
  cursor: pointer;
}
.certificates .rte a {
    display: inline-block;
    height: 48px;
    border-radius: 1.9px;
    border: solid 2px #3b91fc;
    padding: 0 16px 0 56px;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 44px;
    letter-spacing: -0.2px;
    text-align: left;
    color: #3b91fc;
    text-transform: uppercase;
    background: #fff url(pdf-download.png) no-repeat 16px center / 32px 32px;    
}
#certificates-img {
  padding: 60px 20px;
}
#certificates-img .modal__body {
  position: relative;
}
#certificates-img .modal img {
  max-width: 75%;  
}
#certificates-img .modal__body i.close {
  width: 50px;
  height: 50px;
  background: #fff url('ic-close.svg') no-repeat center;
  border-radius: 50%;
  position: absolute;
  right: -50px;
  top: -50px;
  display: block;
  cursor: pointer;
}
.search-results-products h2 {
  margin: 16px 0 8px 0;
  padding: 0;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.4px;
  text-align: center;
  color: #f5a623;
}
.search-results-products__total {  
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: center;
  color: #9b9b9b;
}
.search-results-products__list {
  margin-top: 16px;
  padding: 0 35px;
}
.search-results-products .recommend__item {
  margin-bottom: 24px;
}
.pagination-custom {
  display: table;
  margin: 40px auto 0 auto;
  padding: 0;
  list-style: none;  
}
.pagination-custom li {
  float: left;
  height: 40px;
  margin-right: 12px;
}
.pagination-custom li a,
.pagination-custom li i {
  display: inline-block;    
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;    
  color: #4a4a4a;
  padding-top: 10px;
  text-decoration: none;
  cursor: pointer;
}
.pagination-custom li.active span {
  display: inline-block;    
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;    
  color: #67ae19;
  padding: 10px 2px 2px 2px;
  text-decoration: none; 
  border-bottom: 2px solid #67ae19;
}
.pagination-custom li.prev {
  margin-right: 25px;
}
.pagination-custom li .prev-but {
  width: 32px;
  height: 40px;
  background: url('pagination-arrow.svg') no-repeat center;
  display: inline-block;
  text-decoration: none;
  transform: rotate(180deg);
}
.pagination-custom li.disabled .prev-but {
  background: url('pagination-arrow-disabled.svg') no-repeat center;
  transform: rotate(0deg);
}
.pagination-custom li.next {
  margin-left: 13px;
}
.pagination-custom li .next-but {
  width: 32px;
  height: 40px;
  background: url('pagination-arrow.svg') no-repeat center;
  display: inline-block;
  text-decoration: none;  
}
.pagination-custom li.disabled .next-but {
  background: url('pagination-arrow-disabled.svg') no-repeat center;
  transform: rotate(180deg);
}
.pagination-custom li.dots span {
  display: inline-block;
  padding-top: 11px;
}
.pagination-stats {  
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: center;
  color: #9b9b9b;
  padding: 8px 0 40px 0;
}


main.all-products {
  padding-bottom: 40px;
}
main.all-products .breadcrumb {
  margin-bottom: 24px;
}

.product-filter {
  background-color: #f3f8ff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 16px 24px 24px;
  margin-bottom: 80px;
}

main.all-products .product-filter {
  float: left;
  width: 280px;
  overflow: hidden;
}
.product-filter h4 {
  padding: 0;
  margin: 0 0 16px 0;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;  
  color: #b0b0b0;
  text-transform: uppercase;
}
.product-filter__block {
  margin-bottom: 24px;
}
.product-filter__block h5 {
  margin: 0 0 12px 0;
  padding: 0;  
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;  
  color: #3a3a3a;
}
.product-filter__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-filter__list li {
  margin-bottom: 8px;
}
.product-filter__list li:last-child {
  margin-bottom: 0px;
}
.product-filter .checkbox-custom {
  padding-left: 35px;
}
.product-filter .checkbox-custom .controll {        
  border: solid 2px #c4cedc;    
}
.product-filter .checkbox-custom .text {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: -0.2px;
  text-align: left; 
  color: #4a4a4a;
}
.product-filter__reset {
  text-align: center;
}
.product-filter__reset span {  
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: center;
  color: #3b91fc;
  text-transform: uppercase;
  cursor: pointer;
}
main.all-products article {
  width: 696px;
  float: right;
}
main.all-products .recommend__item {
  margin-bottom: 24px;
}
main.all-products .recommend__item_pfoto {    
    width: 210px;    
    border-right: 1px solid #e8e8e8;
}
main.all-products .recommend__item_network {
  width: auto;
}
main.all-products .recommend__item_price {
  padding: 0 40px;
}
main.all-products .details-link-mobile {
  display: none;
}
main.all-products .recommend__item_price .details-link {
  display: block;
}
main.all-products .recommend__item_network {
  padding: 24px 28px;
}
main.all-products .recommend__item .title {  
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.3px;
  text-align: left;
  color: #4a90e2;
  margin-bottom: 35px;
}
main.all-products .recommend__item .description {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: left;
  color: #4a4a4a;
}
main.all-products .recommend__item .description .description-title {  
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #9b9b9b;
  margin-bottom: 12px;
}
main.all-products section.mobile {
  display: none;
}



.srdjan-responsive{


   object-fit: cover;
   background-color:none !important;
   border:none;
   background-repeat: no-repeat;
   background-position: center;
}


@media only screen and (min-width: 966px) {
  
 .srdjan-responsive{
   background-image: url("MSS_Web_Banner_2004x776_1.jpg");
   height:446px;
   padding:10px;
}
}
@media only screen and (min-width: 420px) and (max-width: 965px) {
  
 .srdjan-responsive{
   
   background-image: url("MSS_Mobile_Banner_495x468_1_-min.jpg");
   height:448px;	
}
}
@media only screen and (min-width: 280px) and (max-width: 419px) {
  
 .srdjan-responsive{
   
   background-image: url("MSS_Mobile_Banner_322x468.jpg");
   height:448px;	
}
}
#mobile-phone-signal-boosters-for-uk-phone-coverage main .index-statistic__block {

  background-color:#e8e8e8;
  box-shadow:0 0 0;
}