* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

@font-face { font-family: Gilroy-Bold;
src: url(/fonts/Gilroy/Gilroy-Bold.ttf);} 

@font-face { font-family: Gilroy-Semibold;
src: url(/fonts/Gilroy/Gilroy-Semibold.ttf);} 

@font-face { font-family: Gilroy-Medium;
src: url(/fonts/Gilroy/Gilroy-Medium.ttf);} 

::placeholder {
  color: #005092;
  opacity: 0.5; /* Firefox */
}

body {
    /*position: relative;*/
    margin: 0;
  /*   font-family: 'Roboto', sans-serif;   */
  /*  font-family: 'Tahoma', sans-serif;  */
    font-family: 'Gilroy-Medium', sans-serif;
    background-color: #fff;
    width: 100%; 
    height: 100%;
    font-size: 15px;
}

.cont {
   /* max-width: 1170px; */
    max-width: 1170px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.cont-2 {
   /* max-width: 1170px; */
    max-width: 1170px;
    width: 100%;
	position: relative;
    margin: 0 auto;
}

.cont-fluid {
    position: relative;
    width: 100%;
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    color: #014282;
}

h1 {
    font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (38 - 24) + 24px);
    font-size: calc((100vw - 320px) / (1920 - 320) * (38 - 24) + 24px);
    font-family: 'Gilroy-Bold', sans-serif;
    font-weight: 700;
    margin-bottom: 0.5em;
}

h2 {
    font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (38 - 24) + 24px);
    font-size: calc((100vw - 320px) / (1920 - 320) * (38 - 24) + 24px);
    font-family: 'Gilroy-Semibold', sans-serif;
    font-weight: 700;
    margin-bottom: 0.5em;
}

h3 {
    font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (18 - 14) + 14px);
    font-size: calc((100vw - 320px) / (1920 - 320) * (18 - 14) + 14px);
    font-weight: 700;
}

h4 {
    font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px);
    font-size: calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px);
    font-weight: 700;
}

.styled-form input, .styled-form textarea {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 20px 15px;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #e5e8eb;
    width: 100%;
    display: block;
}

a {
    text-decoration: none;
    color: #f68121;
}

a:hover {
    text-decoration: underline;
}

/*table {*/
/*margin-top: 30px;*/
/*width: 100%;*/
/*font-family: 'Roboto', sans-serif;*/
/*border-spacing: 0;*/
/*}*/

/*tr {*/
/*height: 50px;*/
/*vertical-align: middle;*/
/*}*/

/*tr:nth-child(2n-1) {*/
/*background-color: #f1f1f1;*/
/*}*/

/*td:first-child {*/
/*padding-left: 30px;*/
/*}*/

/*th {*/
/*background-color: #014282;*/
/*color: #ffffff;*/
/*text-align: left;*/
/*font-weight: 400;*/
/*}*/

/*th:first-child {*/
/*padding-left: 30px;*/
/*}*/

ul {
    list-style: none;
    padding-left: 0;
}

li {
    position: relative;
    padding-left: 20px;
}

li:before {
    content: '';
    position: absolute;
    top: -webkit-calc(50% - 5px);
    top: calc(50% - 5px);
    left: 3px;
    background-color: #f68121;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 7px;
    height: 7px;
}

.tbl {
    display: table;
}

.tbl .tr {
    display: table-row;
}

.tbl .tr .td {
    display: table-cell;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.popup-window {
    background-color: #fff;
    padding: 45px 45px;
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    border-radius: 30px;
}

.popup-window .big-full-btn {
    width: 100%;
}

.popup-window input,
.popup-window textarea{
    margin-bottom: 10px;
}

.popup-window .mf-ok-text {
    color: green;
}

/************* LABELS **********************/
.terminal-card__rhombus-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 9px;
    left: 24px;
}

.terminal-card__rhombus-wrap .terminal-card__rhombus {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 20px;
    z-index: 5;
}

.terminal-card__rhombus-wrap .terminal-card__rhombus.terminal-card__rhombus_orange {
    background-color: #f68121;
}

.terminal-card__rhombus-wrap .terminal-card__rhombus.terminal-card__rhombus_black {
    background-color: #000;
}

.terminal-card__rhombus-wrap .terminal-card__rhombus.terminal-card__rhombus_blue {
    background-color: #014282;
}

.terminal-card__rhombus-wrap .terminal-card__rhombus .rhombus__text {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #ffffff;
    font-weight: 700;
    font-size: 11px;
}

/************* END LABELS **********************/
.rhombus {
    -webkit-border-radius: 3px;
    border-radius: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #003865;
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 24px;
    margin-left: 7px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.rhombus .icon {
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.big-hollow-btn {
    position: relative;
    width: 100%;
    -webkit-border-radius: 3px;
    border-radius: 30px;
    border: 1px solid #ffffff;
    height: 53px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0px;
    color: #ffffff;
    font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (15 - 12) + 12px);
    font-size: calc((100vw - 320px) / (1920 - 320) * (15 - 12) + 12px);
    font-weight: 500;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    cursor: pointer;
}
/*
.big-hollow-btn:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background-color: #014282;
/*  background-image: url(img/button-arrow_blue.png); 
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (15 - 12) + 12px);
    font-size: calc((100vw - 320px) / (1920 - 320) * (15 - 12) + 12px);
    font-weight: 500;
}
*/
.big-hollow-btn.big-hollow-btn_inverted {
    padding-right: 0;
    padding-left: 0px;
}

.big-hollow-btn.big-hollow-btn_inverted:after {
    left: 0;
    right: auto;

}

.big-hollow-btn:hover {
    background-color: #014282;
    color: #ffffff;
}

.big-hollow-btn:active {
    background-color: #003870;
    color: #ffffff;
}

.big-hollow-btn:active:after {
    background-color: #003870;
}

.big-hollow-btn_blue {
    color: #014282;
    border: 2px solid #014282;
}

.big-hollow-btn_blue:after {
    background-color: #014282;
    background-image: url(img/button-arrow_white.png);
}

.big-hollow-btn_blue.big-hollow-btn_inverted:after {
    background-color: #014282;
    background-image: url(img/button-arrow_white_inverted.png);
}

.big-hollow-btn_orange {
    color: #f68121;
    border: 1px solid #f68121;
}

.big-hollow-btn_orange:after {
    background-color: #f68121;
    background-image: url(img/button-arrow_white.png);
}

.big-hollow-btn_orange:hover {
    background-color: #f68121;
    color: #ffffff;
}

.big-hollow-btn_orange:active {
    background-color: #e5761a;
}

.big-hollow-btn_orange:active:after {
    background-color: #e5761a;
}

/* Form submit btn */
.big-full-btn {
    position: relative;
    color: #ffffff;
    font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (15 - 12) + 12px);
    font-size: calc((100vw - 320px) / (1920 - 320) * (15 - 12) + 12px);
    font-weight: 500;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    cursor: pointer;
    background-color: transparent;
    padding: 0;
    border: none;
    display: inline-block;
    float: left;
}

.big-full-btn .tbl {
    width: 100%;
}

.big-full-btn .text {
    height: 52px;
    vertical-align: middle;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 30px 30px 30px 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0 30px;
}

.big-full-btn .arrow-wrap .arrow {
    content: '';
    width: 50px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-left: 1px;
}

.big-full-btn:active {
    background-color: transparent;
}

/* ORAGNE BTN */
.big-full-btn_orange .text {
    color: #ffffff;
    border: none;
    background-color: #f68121;
}
/*
.big-full-btn_orange .arrow-wrap {
    width: 52px;
    color: #ffffff;
}

.big-full-btn_orange .arrow-wrap .arrow {
    margin: 0 0 0 1px;
    height: 52px;
    background-color: #f68121;
    background-image: url(img/button-arrow_white.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 30px 30px 0;
}
*/
.big-full-btn_orange:hover .text,
.big-full-btn_orange:hover:active .text,
.big-full-btn_orange:hover .arrow-wrap .arrow,
.big-full-btn_orange:hover:active .arrow-wrap .arrow {
    background-color: #e5761a;
    color: #ffffff;
}

/* TRANSPARENT BTN */
.big-full-btn_trans .text {
    color: #ffffff;
    border: 2px solid #fff;
    background-color: transparent;
}
/*
.big-full-btn_trans .arrow-wrap {
    width: 52px;
    color: #ffffff;
}

.big-full-btn_trans .arrow-wrap .arrow {
    margin: 0 0 0 -1px;
    height: 52px;
    background-color: transparent;
    background-image: url(img/button-arrow_white.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 30px 30px 0;
    border: 1px solid #fff;
}
*/
.big-full-btn_trans:hover .text,
.big-full-btn_trans:hover:active .text,
.big-full-btn_trans:hover .arrow-wrap .arrow,
.big-full-btn_trans:hover:active .arrow-wrap .arrow {
    background-color: #fff;
    color: #014282;
}

.big-full-btn_trans:hover .arrow-wrap .arrow,
.big-full-btn_trans:hover:active .arrow-wrap .arrow {
    background-image: url(img/button-arrow_black.png);
}

.simple-btn {
    height: 32px;
    border: 1px solid #014282;
    color: #014282;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 3px;
    border-radius: 30px;
    cursor: pointer;
    padding: 0 15px;
    white-space: nowrap;
    background-color: transparent;
    float: l;
}

.simple-btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #014282;
}

.simple-btn_orange {
    background-color: #f68121;
    color: #ffffff;
    border: none;
}

.simple-btn_white {
    background-color: #fff;
    border: 1px solid #fff;
    color: #f68121;
}

.simple-btn_white:hover {
    background-color: #f68121;
    border: 1px solid #f68121;
    color: #fff;
}

.main-container {
    margin-top: 125px;
}

/*********************** HEADER ******************************/
.header__outer-wrap {
    background-color: #fff;
    padding: 15px 0;
    overflow: visible;
    position: fixed;
    z-index: 111;
    top: 0;
    border-bottom: 5px solid #eef1f3;
}

.header__inner-wrap_xl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.header__inner-wrap_sm {
    display: none;
}

.header__logo-wrap {
    max-width: 129px;
    display: block;
    float: left;
}

.header__logo-wrap img {
    width: 100%;
}

.header__content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
/*   align-items: flex-end;   */
    align-items: baseline;
}

.header__main-info-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15px;
}

.header__contacts-wrap {
    margin-right: 15px;
    margin-bottom: 10px;
}

.header__inner-wrap-tablet {
    display: none;
}

.header__inner-wrap-tablet .header__content-wrap {
    margin-left: auto;
}

.header__inner-wrap-tablet .header__content-wrap .header__main-info-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.header__inner-wrap-tablet .header__content-wrap .header__main-info-wrap .header__btns-wrap {
    margin-top: -16px;
    width: 100%;
}

.header__inner-wrap-tablet .header__content-wrap .header__main-info-wrap .header__contacts-wrap {
    margin-top: 15px;
    float: right;
    width: 100%;
}

.header__phone {
    margin-right: 17px;
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

.header__mail {
    font-size: 15px;
    color: #f68121;
}

.header__btns-wrap {
    margin-top: -16px;
    height: 47px;
    /*font-size: 0;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.header__btn {
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #ffffff;
    height: 85%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 0px 15px 0;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    border-radius: 30px; 
    margin-top: 10px;  
}

.header__btn span {
    text-align: center;
    font-size: 80%;
}

.header__btn .icon {
    margin-right: 10px;
}

.header__btn.header__cart-btn {
    background-color: #eef1f3;
    color: #000;
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
}

.header__btn.header__cart-btn .icon {
    position: relative;
}

.header__btn.header__cart-btn .icon img {
    width: 24px;
    height: auto;
}

.header__btn.header__cart-btn .icon .count {
    width: 20px;
    height: 20px;
    line-height: 20px;
    z-index: 10;
    background-color: #ff8824;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 12px;
    position: absolute;
    right: -5px;
    top: -5px;
}

.header__btn.header__cart-btn span {
    color: #ff8824;
    text-transform: none;
    white-space: nowrap;
}

.header__order-call-btn {
    background-color: #f68121;
    margin-right: 15px;
}

.header__order-call-btn:active {
    background-color: #e5761a;
}

.header__office-btn {
    background-color: #014282;
    margin-right: 15px;
}

.header__office-btn:active {
    background-color: #003870;
}

.ham__btn {
    position: relative;
    display: none;
    background-color: #eef1f3;
}

.header__menu ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -15px;
}

.header__menu ul li {
    position: relative;
    padding: 0;
}

.header__menu ul li.active {
    border-bottom: #f68121;
}

.header__menu ul li a {
    font-weight: 700;
    font-size: 16px;
    color: #000;
   /* text-transform: uppercase;  */
    padding: 10px 30px;
    display: block;
    position: relative;
}

.header__menu ul li ul {
    display: none;
}

.header__menu ul li ul li {
    padding: 0;
    border-bottom: 1px solid #dee1e4;
    background-color: #fafafa;
}

.header__menu ul li:before {
    display: none;
}

.header__menu ul > li:hover > a {
/*    border-bottom: 5px solid #f68121;   */
/*    margin-bottom: -5px;   */
    z-index: 999;
    background-color: #E6EEF5;
    border-radius: 30px 30px 30px 30px;
    margin: -10px;
}

.header__menu ul > li:hover ul {
    display: block;
    position: absolute;
    top: 100%;
    left: -webkit-calc(50% - 135px);
    left: calc(50% - 135px);
    width: 270px;
    background-color: #eef1f3;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.ham__outer-wrap > ul {
    display: none;
    position: absolute;
    top: 50px;
    right: -15px;
    left: auto;
    z-index: 9;
    width: 305px;
    border-bottom: 3px;
    margin: 0;
}

.ham__outer-wrap > ul li {
    display: block;
    position: relative;
    background-color: #eef1f3;
    text-transform: uppercase;
    border-bottom: 1px solid #dee1e4;
    background-color: #dee1e4;
    padding: 0px;
}

.ham__outer-wrap > ul li ul {
    display: none;
}

.ham__outer-wrap > ul li ul li a {
    background: transparent;
}

.ham__outer-wrap > ul li a {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding: 20px;
    display: block;
    text-transform: uppercase;
    background-color: #eef1f3;
}

.ham__outer-wrap > ul li:last-child {
    border-bottom: none;
}

.ham__outer-wrap > ul li.parent .ham__outer-item_after {
    content: '';
    position: absolute;
    top: -webkit-calc(50% - 8px);
    top: calc(50% - 8px);
    right: 20px;
    width: 10px;
    height: 17px;
    background: url("img/button-arrow_orange.png") 0 0 no-repeat;
    top: 22px;
}

.ham__outer-wrap > ul li.parent .ham__outer-item_after.active .ham__outer-item_after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.ham__outer-wrap > ul li:before {
    display: none;
}

/**** CART ****/
.bx-basket-item-list {
    display: none;
    margin-top: 15px;
    text-align: left;
    padding: 15px;
    width: 290px;
    z-index: 9;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    text-transform: none;
    font-weight: normal;
    border: 1px solid #eef1f3;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
}

.bx-basket-item-list .top-arrow {
    background-color: transparent;
    position: absolute;
    top: -11px;
    right: 30%;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 10px;
    border-color: transparent;
    border-bottom-color: #edf0f2;
    border-top-width: 0px;
}

.bx-basket-item-list .top-arrow:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: 1px;
    left: -10px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    border-top: 0px;
}

.bx-basket-item-list .bx-basket-total {
    border-bottom: 1px solid #eef1f3;
    padding-bottom: 15px;
}

.bx-basket-item-list .bx-basket-total p {
    padding: 0;
    margin: 0;
    color: #000;
}

.bx-basket-item-list .button-container {
    padding-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #eef1f3;
}

.bx-basket-item-list .goto-cart {
    font-size: 13px;
}

.bx-basket-item-list .bx-basket-item-list-container {
    padding-top: 5px;
    padding-bottom: 5px;
}

.bx-basket-item-list .bx-basket-item-list-container .item-wrap {
    display: table;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #eef1f3;
}

.bx-basket-item-list .bx-basket-item-list-container .item-wrap:first-child {
    border-top: none;
}

.bx-basket-item-list .bx-basket-item-list-container .item-wrap .item {
    display: table-row;
}

.bx-basket-item-list .bx-basket-item-list-container .item-wrap .item .item-img {
    display: table-cell;
    width: 50px;
    height: 50px;
    vertical-align: middle;
}

.bx-basket-item-list .bx-basket-item-list-container .item-wrap .item .item-img img {
    width: 50px;
    height: auto;
}

.bx-basket-item-list .bx-basket-item-list-container .item-wrap .item .item-desc {
    padding-left: 15px;
    display: table-cell;
    vertical-align: top;
}

.bx-basket-item-list .bx-basket-item-list-container .item-wrap .item .item-desc .item-price-block {
    width: 100%;
    padding-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/**** END CART ****/

/**********************END HEADER*****************************/

/*********************** FOOTER ******************************/
footer {
    padding: 60px 0 0;
    background-color: #eef1f3;
}

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

.footer__links-wrap {
    width: 70%;
}

.footer__links-wrap ul {
    width: 100%;
    float: left;
    margin-top: 0;
}

.footer__links-wrap ul li {
    width: 50%;
    display: block;
    float: left;
    margin: 0 0 15px 0;
    padding: 0;
    padding-right: 30px;
}

.footer__links-wrap ul li:before {
    content: none;
}

.footer__links-wrap ul li ul li {
    width: 100%;
    margin: 0;
}

.footer__links-wrap ul li a {
    display: block;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: #005092;
    margin-bottom: 20px;
    font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (14 - 13) + 13px);
    font-size: calc((100vw - 320px) / (1920 - 320) * (14 - 13) + 13px);
}

.footer__links-wrap ul li a:hover {
    text-decoration: underline;
}

.footer__links-wrap ul li.parent > a {
    font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (14 - 13) + 13px);
    font-size: calc((100vw - 320px) / (1920 - 320) * (14 - 13) + 13px);
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #000;
}

.footer__head {
    font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (14 - 13) + 13px);
    font-size: calc((100vw - 320px) / (1920 - 320) * (14 - 13) + 13px);
    font-weight: 700;
    margin-bottom: 17px;
    text-transform: uppercase;
}

.footer__contacts-inner-wrap {
    margin-bottom: 30px;
}

.footer__contacts {
    display: flex;
    flex-direction: column;
}

.footer__contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (14 - 13) + 13px);
    font-size: calc((100vw - 320px) / (1920 - 320) * (14 - 13) + 13px);
}

.footer__contact a {
    color: #000;
    font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (14 - 13) + 13px);
    font-size: calc((100vw - 320px) / (1920 - 320) * (14 - 13) + 13px);
}

.footer__contact {
    margin-bottom: 13px;
}

.footer__contact:nth-child(2) {
    margin-bottom: 30px;
}

.footer__contact .icon-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 17px;
    margin-right: 9px;
}

.footer__contact .icon-wrap img {
    margin: 0 auto;
    display: block;
}

.footer__contacts-outer-wrap {
    padding-left: 33px;
    position: relative;
    max-width: 400px;
    width: 100%;
}

.footer__contacts-outer-wrap:before {
    content: '';
    width: 1px;
    height: 107%;
    background-color: #dee1e4;
    position: absolute;
    top: -10%;
    left: 0;
}

.footer__socnets-btn {
    margin-top: 13px;
    width: 160px;
}

.footer__bottomline-outer-wrap {
    background-color: #dee1e4;
    padding: 30px 0;
}

.footer__bottomline-inner-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__copyright {
    color: #80878e;
    font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (14 - 13) + 13px);
    font-size: calc((100vw - 320px) / (1920 - 320) * (14 - 13) + 13px);
    margin-right: 89px;
}

.footer__sitemap-link {
    color: #80878e;
    font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (14 - 13) + 13px);
    font-size: calc((100vw - 320px) / (1920 - 320) * (14 - 13) + 13px);
}

.footer__sitemap-link img {
    margin-right: 5px;
}

.footer__devs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    color: #80878e;
    font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (14 - 13) + 13px);
    font-size: calc((100vw - 320px) / (1920 - 320) * (14 - 13) + 13px);
}

.footer__devs img {
    margin-left: 5px;
}

/********************* END FOOTER ****************************/

input[type=text],
input[type=password],
input[type=phone],
textarea {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 20px 15px;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #e5e8eb;
    width: 100%;
    display: block;
    color: #005092;
}

.input-wrap {
    margin-bottom: 20px;
    color: #005092;
}

.input-wrap .input-wrap__btn {
    background-color: #f68121;
    background-image: url(img/button-arrow_white.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-left: 1px;
    border: none;
    width: 50px;
    height: 45px;
    cursor: pointer;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

label {
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
}

.title-row {
    margin-bottom: 15px;
}

/* SIDE MENU */
.sidemenu-subhead {
    text-transform: uppercase;
    margin-top: 15px;
}

.sidemenu-wrap {
    margin-bottom: 25px;
}

.sidemenu-wrap ul {
    /*margin-top: 15px;*/
    margin-bottom: 15px;
}

.sidemenu-wrap ul li {
    display: block;
    position: relative;
    background-color: #eef1f3;
    padding: 20px 25px;
    text-transform: uppercase;
    color: #f68121;
    border-bottom: 1px solid #dee1e4;
    font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px);
    font-size: calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px);
    font-weight: 500;
    border-radius: 30px;
}

.sidemenu-wrap ul li:last-child {
    border-bottom: none;
}

.sidemenu-wrap ul li:before {
    content: none;
}

.sidemenu-wrap ul li:after {
    content: '';
    position: absolute;
    top: -webkit-calc(50% - 8px);
    top: calc(50% - 8px);
    right: 20px;
    width: 10px;
    height: 17px;
    background: url("img/button-arrow_orange.png") 0 0 no-repeat;
}

.sidemenu-wrap ul li.selected a {
    /*text-decoration: underline;*/
    color: #000;
}

.sidemenu-wrap ul li.rubric_exit {
    background-color: #dee1e4;
}

.sidemenu-wrap ul li.rubric_exit:after {
    content: '';
    position: absolute;
    top: -webkit-calc(50% - 11px);
    top: calc(50% - 11px);
    right: 20px;
    width: 22px;
    height: 22px;
    background: url("img/exit-ico.png") 0 0 no-repeat;
}

/*************** SELECT *********************/
.select {
    position: relative;
    display: inline-block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 19px;
    font-size: 15px;
    color: #000;
    cursor: pointer;
    width: 100%;
    background: #ffffff;
    border: 1px solid #e5e8eb;
}

.select ul {
    padding-left: 0;
    margin: 0;
    display: none;
    position: absolute;
    top: 105%;
    left: 0;
    width: 100%;
    z-index: 11;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    background-color: #fafafa;
    border: 1px solid #e5e8eb;
    max-height: 200px;
    overflow: auto;
}

.select ul li {
    list-style: none;
    background-color: #fafafa;
    padding: 10px 5px;
    color: #f68121;
    font-size: 15px;
}

.select ul li:before {
    display: none;
}

.select ul li:hover {
    background-color: #c9c9c9;
}

.select .select__text{
    white-space: nowrap;
    overflow: hidden;
}

.select .select-decor {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 54px;
    background-color: #eef1f3;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-image: url(img/button-arrow_down-blue.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

/*************** CHECKBOX, RADIO *********************/
input[type=checkbox], input[type=radio] {
    display: none;
}

input[type=checkbox] + label, input[type=radio] + label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    vertical-align: middle;
    cursor: pointer;
    font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (16 - 12) + 12px);
    font-size: calc((100vw - 320px) / (1920 - 320) * (16 - 12) + 12px);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 15px;
    float: left;
}

input[type=checkbox] + label span.color-ball, input[type=radio] + label span.color-ball {
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 27px;
    height: 27px;
    border: 1px solid #dddddd;
    margin-right: 10px;
}

input[type=checkbox] + label span {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 27px;
    height: 27px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    background: url("img/checkbox_empty.jpg") 0 0 no-repeat;
    cursor: pointer;
}

input[type=checkbox]:checked + label span {
    background: url("img/checkbox_checked.jpg") 0 0 no-repeat;
}

input[type=radio] + label span {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 27px;
    height: 27px;
    margin: 0 5px 0 0;
    vertical-align: middle;
    background: url("img/radio_empty.jpg") 0 0 no-repeat;
    cursor: pointer;
}

input[type=radio]:checked + label span {
    background: url("img/radio_checked.jpg") 0 0 no-repeat;
}

.benefits__wrap {
    margin-bottom: 20px;
}

.benefits {
    background-color: #eef1f3;
    padding: 20px 20px 20px 65px;
    position: relative;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.benefits:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f68121;
    width: 45px;
    height: 100%;
    background-image: url(img/check-mark-ico.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.ham__btn-wrap ul li:before {
    content: none;
}

.desktop .ham__btn-wrap {
    display: none;
}

/*how*/
.how__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.how__wrap .how__item {
    margin-bottom: 30px;
}

.how__wrap .how__item .how__head {
    display: block;
    color: #014282;
    font-weight: 700;
    margin-top: 30px;
    font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (18 - 13) + 13px);
    font-size: calc((100vw - 320px) / (1920 - 320) * (18 - 13) + 13px);
    text-align: center;
}

.how__wrap .how__item .how__rhombus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    background-image: url(img/rhomb-bg.svg);
    background-size: contain;
}

.how__wrap .how__item .how__text {
    margin-top: 25px;
    font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (18 - 14) + 14px);
    font-size: calc((100vw - 320px) / (1920 - 320) * (18 - 14) + 14px);
    font-weight: 700;
    text-align: center;
}

.how__wrap .how__item .how__link {
    margin-top: 10px;
    color: #f68121;
    text-decoration: underline;
    font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px);
    font-size: calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px);
    text-align: center;
    display: block;
}

@media (max-width: 750px) {
    .how__rhombus-icon {
    /*    max-height: 40px;   */
        height: 100px;
    }

    .how__wrap .how__item .how__rhombus {
        width: 100px;
        height: 100px;
    }

    .how__item:nth-child(3) .how__rhombus-icon {
        max-height: 100px;
    }

    .account__how-wrap .how__item:nth-child(3) .how__rhombus-icon {
        max-height: 40px;
    }

    .how__wrap {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .how__item {
        width: 50%;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .how__wrap {
        margin: 30px auto 0;
    }
}

/*SLICK*/
.slider-arrow {
    position: absolute;
    top: calc(50% - 21px);
    height: 42px;
    width: 25px;
    cursor: pointer;
}

.slider-arrow_prev {
    background: url("img/slider__prev-arrow_xl.png") 0 0 no-repeat;
    left: 0;
    z-index: 10;
}

.slider-arrow_next {
    background: url("img/slider__next-arrow_xl.png") 0 0 no-repeat;
    right: 0;
}

.to-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 50px;
    height: 50px;
    background-color: #dee1e4;
    z-index: 10;
    background-image: url(img/arrow-top-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;
    display: none;
    cursor: pointer; }

/*.errors{*/
    /*display: block;*/
/*}*/

.errors__wrap {
    margin-bottom: 20px;
}
.message{
    background-color: #eef1f3;
    padding: 20px 20px 20px 65px;
    position: relative;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 15px 0;
}
.message:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.message.errors:before {
    background-color: #f62f0e;
    background-image: url(img/icon-error.svg);
    background-size: 32px 32px;
}

.message.success:before {
    background-color: #00ce00;
    background-image: url(img/check-mark-ico.png);
}

/*************************************************************/
/*                    MEDIA QUEARIES                         */
/*************************************************************/
@media (max-width: 1170px) {
    .cont {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 960px) {
    .header__inner-wrap-tablet {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .header__inner-wrap_xl {
        display: none;
    }

    .header__menu {
        display: none;
    }

    .header__btns-wrap {
        height: 47px;
        margin-left: auto;
    }

    .header__btn {
        font-size: 0;
        width: 50px;
        height: 50px;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .header__btn .icon {
        margin-right: 0;
    }

    .header__main-info-wrap {
        -ms-flex-direction: column-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        height: 100%;
    }

    .header__contacts-wrap {
        margin-right: 0;
    }

    .ham__btn {
        display: -ms-inline-flexbox;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: inline-flex;
    }

    .header__office-btn {
        margin-right: 15px;
    }

    .ham__btn-wrap {
        margin-right: 15px;
    }

    .footer__links-wrap {
        width: 100%;
    }

    .footer__links-wrap > ul {
        width: 100%;
        float: left;
    }

    .footer__links-wrap > ul li {
        width: 50%;
        float: left;
        margin: 0;
        padding-right: 0;
    }

    .footer__links-wrap > ul li a {
        margin-bottom: 10px;
    }

    .footer__links-wrap > ul li.parent {
        margin-bottom: 20px;
    }

    .footer__wrap {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .footer__contacts-outer-wrap {
        padding-top: 30px;
        padding-left: 0;
        max-width: 100%;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .footer__contacts-outer-wrap:before {
        width: 100%;
        height: 1px;
        top: 0;
        left: 0;
    }

    .footer__contacts-inner-wrap {
        /*max-height: 100px;*/
        /*display: -ms-flexbox;*/
        /*display: -webkit-box;*/
        /*display: -webkit-flex;*/
        display: flex;
        /*-ms-flex-direction: column;*/
        /*-webkit-box-orient: vertical;*/
        /*-webkit-box-direction: normal;*/
        /*-webkit-flex-direction: column;*/
        flex-direction: column;
        /*-ms-flex-wrap: wrap;*/
        /*-webkit-flex-wrap: wrap;*/
        /*flex-wrap: wrap;*/
    }

    .footer__contacts {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .footer__contact {
        width: 50%;
        margin: 0px;
        /*margin-right: 35px;*/
        margin-bottom: 13px;
    }

    .footer__contact:nth-child(2) {
        /*margin-bottom: 13px;*/
        margin: 0px;
        margin-bottom: 13px;
    }

    /*.footer__contact:nth-child(3) {*/
        /*margin-top: 33px;*/
    /*}*/
}

@media (max-width: 750px) {
    .footer__links-wrap > ul li {
        width: 100%;
    }

    footer .socnets__outer-wrap {
        display: block;
    }

    .footer__bottomline-inner-wrap {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .footer__copyright {
        margin-right: 0;
    }

    .footer__devs {
        margin-left: 0;
    }

    .footer__sitemap-link {
        margin: 15px auto;
    }

    .footer__contacts-inner-wrap {
        margin-bottom: 22px;
    }

    footer {
        padding-top: 35px;
    }

    .footer__contacts {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .footer__contact {
        width: 100%;
    }
    .footer__contact:nth-child(2) {
        width: 100%;
        margin-bottom: 26px;
    }
}

@media (max-width: 520px) {
    .ham__outer-wrap > ul {
        right: auto;
        left: 0;
    }

    .header__inner-wrap-tablet {
        display: none;
    }

    .header__inner-wrap_sm {
        display: block;
    }

    .header__inner-wrap_sm .header__btns-wrap {
        position: absolute;
    }

    .header__office-btn {
        margin-right: 0;
    }

    .header__middle-block_sm {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .header__contacts-wrap {
        margin-top: 10px;
        margin-bottom: 0;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .header__phone, .header__mail {
        margin-right: 0;
        font-size: 13px;
    }

    .first-screen {
        margin-top: 155px;
    }

    .header__logo-wrap {
        max-width: 74px;
        position: relative;
        z-index: 4;
    }

    .header__btn {
        font-size: 0;
        width: 40px;
        height: 40px;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .footer__wrap {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}