* {
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
    display: block;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
body, html {
    overflow-x: hidden !important;
    margin: 0 auto;
    position: relative;
    cursor: default;
    color: #000;
    font-family: Roboto-Regular, sans-serif;
}
input {
    outline: none;
}
@font-face {
    font-family: Roboto-Black;
    src: url(../../assets_r/fonts/Roboto-Black.ttf);
}
@font-face {
    font-family: Roboto-Bold;
    src: url(../../assets_r/fonts/Roboto-Bold.ttf);
}
@font-face {
    font-family: Roboto-Light;
    src: url(../../assets_r/fonts/Roboto-Light.ttf);
}
@font-face {
    font-family: Roboto-Medium;
    src: url(../../assets_r/fonts/Roboto-Medium.ttf);
}
@font-face {
    font-family: Roboto-Regular;
    src: url(../../assets_r/fonts/Roboto-Regular.ttf);
}
@font-face {
    font-family: Roboto-Thin;
    src: url(../../assets_r/fonts/Roboto-Thin.ttf);
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin:0;
}
input[type=text], 
input[type=submit], 
input[type=search], 
input[type=tel], 
input[type=email]
textarea {
    -webkit-appearance: none;
    outline: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
} 
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
select::-ms-expand {
    display: none;
}
.inner {
    position: relative;
    z-index: 3;
    color: #fff;
    text-align: center;
}
input:focus::-webkit-input-placeholder, 
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder, 
textarea:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder, 
textarea:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder, 
textarea:focus:-ms-input-placeholder {
  color: transparent;
}




/*========== header ==========*/

.block-width {
    max-width: calc(1445px - 88px);
    padding-left: 44px !important;
    padding-right: 44px !important;
    margin: 0 auto;
}
.header-main {
    background-image: url(../../assets_r/img/bgs/bg1.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}
.nav--wrapper {
    width: 100%;
}
.nav--wrapper .nav {
    padding: 40px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
}
.nav--wrapper .nav {
    max-width: calc(1445px - 100px);
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    text-transform: uppercase;
}
.header .logo img {
    padding-right: 12px;
}
.header .logo p {
    font-family: Roboto-Bold, sans-serif;
    font-weight: bold;
    font-size: 35px;
    line-height: 41px;
}
.header .logo span {
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.38em;
}
.mobile-title-menu {
    display: none;
}
.header-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header-menu ul li {
    margin: 0 26px;
}
.header-menu ul li a {
    font-family: Roboto-Bold, sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 5px 0;
    position: relative;
}
.header-menu ul li a::before {
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.header-menu ul li a:hover:before {
    -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.header__social-tel.mobile {
    display: none;
}
.header__social-tel {
    text-align: right;
}
.header__social {
    margin-bottom: 4px;
}
.header__social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.header__social ul li {
    margin: 0 5px;
}
.header__social ul li:first-child {
    margin: 0 5px 0 0;
}
.header__social ul li:last-child {
    margin: 0 0 0 5px;
}
.header__social ul li a {
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #C4C4C4;
}
.header__tel {
    font-family: Roboto-Bold, sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #FFF;
    margin-bottom: 4px;
}
.header .modal-btn {
    font-family: Roboto-Bold, sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #01CDD6;
    cursor: pointer;
}
.header-content--wrapper {
    width: 100%;
}
.header-content {
    color: #fff;
    padding: 8% 0 4.6% 0;
}
.header-content__title h1 {
    font-family: Roboto-Bold, sans-serif;
    max-width: 790px;
    font-weight: bold;
    font-size: 56px;
    line-height: 66px;
    text-transform: uppercase;
    margin: 0 0 25px 0;
}
.header-content__title p {
    font-weight: normal;
    font-size: 24px;
    line-height: 199.22%;
}
.header-content__search-filter {
    margin-top: 25px;
}
.header-content__search-filter {
    max-width: 847px;
}
.header-content__search {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: 5px;
}
.header-content__search input {
    height: 80px;
    padding: 0 0 0 52px;
    max-width: 767px;
    width: 100%;
    border: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: #676767;
    border-radius: 0;
}
.header-content__search-btn {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #01CDD6;
    width: 80px;
    height: 80px;
    min-width: 80px;
    border: none;
}
.header-content__filter--wrapper {
    width: 100%;
    background-color: #00343F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.header-content__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 11px 43px 39px 39px;
}
.header-content__filter-block {
    width: 40.5%;
    position: relative;
}
.header-content__filter-block:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #01CDD6;
    margin: 0 15px;
    left: 0;
}
.header-content__filter-block--result:before {
    content: none !important;
}
.header-content__filter-block.active {
   /* border-top: 1px solid #01CDD6;
    border-right: 1px solid #01CDD6;
    border-left: 1px solid #01CDD6;*/
    width: calc(40.5% - 2px);
}
.header-content__filter-block.active select {
    border-bottom: 0;
}
*::-ms-backdrop, .header-content__filter-block.active select { 
    position: relative;
    left: -1px;
} /* IE11 */
.header-content__filter-block:after {
    content: '';
    position: absolute;
    bottom: 9px;
    right: 15px;
    width: 12px;
    height: 12px;
    background-image: url(../../assets_r/img/icons/arrow-blue.svg);
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.header-content__filter-block.active:after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
.header-content__filter-block h5 {
    font-family: Roboto-Bold, sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 15px 15px 0 15px;
}
.header-content__filter-block select {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #C4C4C4;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #C4C4C4;
    background-color: transparent;
    border: 0;
    outline: none;
    width: 100%;
    border-radius: 0;
    cursor: pointer;

    padding: 0 15px 7px 15px;
}
.header-content__filter-block select option {
    font-family: Roboto-Regular, sans-serif;
    font-weight: normal;
    background: #00343F;
    color: #fff;
}
.header-content__filter-year {
    margin-bottom: 0 !important;
}
.header-content__filter-block--result:after {
    content: none;
}
.header-content__filter-block--result {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #01CDD6;
    position: relative;
    top: -3px;
}
.header-content__filter-block--result p {
    padding-left: 15px;
}
.header-content__filter-block--result p span {
    border-bottom: 1px dashed #01CDD6;
    margin-left: 5px;
}
.header__filter-btn {
    height: 100%;
    cursor: pointer;
    min-width: 80px;
    background-color: #01CDD6;
    min-height: 190px;
    outline: none;
    border: 0;
    position: relative;
    margin-left: auto;
    background-image: url(../../assets_r/img/icons/arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.header-content__privileges {
    margin-top: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header-content__privilege {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 55px;
}
.header-content__privilege:last-child {
    margin-right: 0;
}
.header-content__privileges img {
    height: 40px;
    width: 40px;
    margin-right: 13px;
}
.header-content__privileges p {
    max-width: 180px;
    font-weight: normal;
    font-size: 16px;
    line-height: 125%;
}





/*========== mark-blocks ==========*/

.mark-blocks--wrapper {
    width: 100%;
    background-color: #EBF4F4;
}
.mark-blocks__content {
    max-width: calc(1445px - 70px);
    padding-left: 35px !important;
    padding-right: 35px !important;
}
.mark-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 41px 0 53px 0;
}
.mark-block {
    width: 11.7%;
    margin: 0 4.5px 23px 4.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
.mark-block:hover .mark-block__icon {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0px 0px 6px 0px #9e9e9e;
            box-shadow: 0px 0px 6px 0px #9e9e9e;
    cursor: pointer;
}
.mark-block__icon {
    width: 100%;
    height: 94px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff;
    margin-bottom: 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.mark-block p {
    font-family: Roboto-Bold, sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}





/*========== why-block ==========*/

.why-block--wrapper {
    width: 100%;
    background-color: #EBF4F4;
}
.why-block {
    padding: 0 0 151px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.why-block__left {
    width: 100%;
}
*::-ms-backdrop, .why-block__left { 
    width: 47%;
} /* IE11 */
.why-block__left h2 {
    font-family: Roboto-Bold, sans-serif;
    font-weight: bold;
    font-size: 56px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 21px;
    max-width: 325px;
}
.why-block__left h2 span {
    font-size: 30px;
    line-height: 35px;
    display: block;
}
.why-block__left p {
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    max-width: 430px;
}
.why-block__left-photo {
    margin-top: 100px;
    position: relative;
}
.why-block__left-photo p {
    font-family: Roboto-Bold, sans-serif;
    max-width: 328px;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    z-index: 1;
    position: relative;
}
.why-block__left-photo-letter {
    font-family: Roboto-Bold, sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    font-size: 190px;
    line-height: 0;
    color: #CDE7E9;
}
.why-block__left-photo-img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: -40px;
}
.why-block__right {
    max-width: 53%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    counter-reset: section;
}
.why-block__right-card {
    width: calc(50% - 46px);
    padding: 45px 23px;
    position: relative;
    min-height: calc(221px - 90px);
    overflow: hidden;

}
.why-block__right-card:before {
    font-family: Roboto-Light, sans-serif;
    counter-increment: section;
    content: "" counter(section, decimal-leading-zero) "";
    font-weight: 300;
    font-size: 80px;
    line-height: 150%;
    color: #676767;
    opacity: 0.1;
    position: absolute;
    right: 36px;
    bottom: -40px;
}
.why-block__right-card:nth-child(2):before {
    color: #fff;
}
.why-block__right-card:nth-child(1), 
.why-block__right-card:nth-child(4) {
    background-color: #fff;
}
.why-block__right-card:nth-child(2) {
    background-color: #00343F;
    color: #fff;
}
.why-block__right-card:nth-child(3) {
    background-color: #CDE7E9;
}
.why-block__right-card:nth-child(5) {
    background-color: #FADEC4;
}
.why-block__right-card h5 {
    font-family: Roboto-Bold, sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
}
.why-block__right-card p {
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
}




/*========== order-block ==========*/

.order-block-wrapper {
    width: 100%;
    background: url(../../assets_r/img/bgs/bg3.png) rgba(27, 76, 90, 1);
    background-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
*::-ms-backdrop, .order-block-wrapper { 
    position: relative;
} /* IE11 */
*::-ms-backdrop, .order-block-wrapper:after { 
    content: '';
    position: absolute;
    top: 0;
    list-style-type: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 52, 66, 0.8);
    width: 100%;
    height: 100%;
} /* IE11 */
.order-block {
    padding: 90px 0 60px 0;
    color: #fff;
    min-height: calc(544px - 150px);
}
*::-ms-backdrop, .order-block { 
    position: relative;
    z-index: 1;
} /* IE11 */
.order-block h2 {
    font-family: Roboto-Bold, sans-serif;
    font-weight: bold;
    font-size: 56px;
    line-height: 66px;
    text-transform: uppercase;
}
.order-block h2 span {
    font-size: 30px;
    line-height: 35px;
    display: block;
}
.order-block__content {
    margin-top: 50px;
    position: relative;
}
.order-block__content-line {
    width: 100%;
    height: 9px;
    background-color: #CDE7E9;
    position: relative;
    margin-bottom: 89px;
}
.order-block__content-line--step {
    position: absolute;
    top: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.order-block__content-card--step {
    display: none;
}
.order-block__content-line--step:nth-child(1) {
    left: 8.3%;
}
.order-block__content-line--step:nth-child(2) {
    left: 32.7%;
}
.order-block__content-line--step:nth-child(3) {
    left: 57.2%;
}
.order-block__content-line--step:nth-child(4) {
    left: 81.5%;
}
.order-block__content-line--step span {
    margin-top: 22px;
    font-family: Roboto-Bold, sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    color: rgba(205, 231, 233, 0.5);
}
.order-block__content-card {
    position: absolute;
}
.order-block__content-card--1 {
    top: 90px;
    left: 3.9%;
}.order-block__content-card--2 {
    top: -133px;
    left: 28.1%;
}
.order-block__content-card--3 {
    top: 90px;
    left: 52.6%;
}.order-block__content-card--4 {
    top: -133px;
    left: 76.7%;
}
.order-block__content-card-inform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.order-block__content-card-inform--icon {
    margin-right: 23px;
    min-width: 40px;
}
.order-block__content-card-inform--icon img {
    width: 40px;
    height: 38px;
}
.order-block__modal-btn {
    font-family: Roboto-Bold, sans-serif;
    cursor: pointer;
    width: 174px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #00343F;
    display: block;
    margin-bottom: 21px;
}
.order-block__content-card-inform--text {
    max-width: 350px;
}
.order-block__content-card-inform--text h5 {
    font-family: Roboto-Bold, sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 12px;
    max-width: 270px;
}
.order-block__content-card-inform--text p {
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
}




/*========== reviews-block ==========*/

.reviews-block--wrapper {
    width: 100%;
    background-color: #EBF4F4;
}
.reviews-block {
    padding: 95px 0 45px 0;
    position: relative;
}
.reviews-block__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 60px;
}
.reviews-block__title h2 {
    font-family: Roboto-Bold, sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
}
.reviews-block__btn {
    font-family: Roboto-Bold, sans-serif;
    border: 2px solid #01CDD6;
    height: calc(40px - 4px);
    position: relative;
    font-weight: bold;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    color: #000;
    padding: 0 35px 0 19px;
}
.reviews-block__btn:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 14px;
    width: 14px;
    height: 15px;
    background-image: url(../../assets_r/img/icons/arrow-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.reviews-block__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.reviews-block__content-card {
    background-color: #fff;
    width: 30%;
    margin-right: 23px;
    padding: 23px 31px 64px 31px;
    position: relative;
}
.reviews-block__content-card:last-child {
    margin-right: 0;
}
.reviews-block__content-card:before {
    content: '';
    position: absolute;
    top: 8px;
    right: 13px;
    font-size: 100px;
    color: #01CDD6;
    background-image: url(../../assets_r/img/icons/quotes-video.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 33px;
}
.reviews-block__content-card-photo-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.reviews-block__content-card-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.reviews-block__content-card-photo-name .photo {
    width: 85px;
    height: 85px;
    overflow: hidden;
    margin-right: 26px;
}
.reviews-block__content-card-photo-name .photo img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.reviews-block__content-card-name .name {
    font-family: Roboto-Bold, sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 4px;
}
.reviews-block__content-card-name .city {
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #A5A5A5;
}
.reviews-block__content-card-inform {
    margin-top: 23px;
}
.reviews-block__content-card-inform .video {
    width: 100%;
    height: 207px;
    overflow: hidden;
    position: relative;
}
.reviews-block__content-card-inform .video:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -21px;
    right: 50%;
    margin-right: -21px;
    width: 42px;
    height: 42px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
}
.reviews-block__content-card-inform .video:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 50%;
    margin-right: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #00343F;
    z-index: 1;
    cursor: pointer;
}
.reviews-block__content-card-inform .video img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.reviews-block__content-card-inform .video .bg-darck {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
}
.reviews-block__content-card-inform .text {
    max-height: 183px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.reviews-block__content-card-inform .text.active {
    max-height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.reviews-block__content-card-inform .text p {
    font-weight: normal;
    font-size: 14px;
    line-height: 135%;
}
.text-all__btn {
    cursor: pointer;
    font-weight: normal;
    font-size: 12px;
    line-height: 122%;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #048389;
    margin-top: 10px;
    display: block;
}





/*========== about-us ==========*/

.about-us--wrapper {
    width: 100%;
    background-color: #EBF4F4;
}
.about-us {
    padding: 70px 0 0 0;
    overflow: hidden;
}
.about-us__title h2 {
    font-family: Roboto-Bold, sans-serif;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 56px;
    line-height: 66px;
    text-transform: uppercase;
}
.about-us__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.about-us__content-text {
    max-width: 800px;
    position: relative;
    z-index: 1;
    margin-right: 40px;
}
.about-us__content-text p {
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 15px;
}
.about-us__content-text p strong {
    margin-bottom: 35px;
    display: block;
    font-size: 18px;
    line-height: 150%;
}
.about-us__content-photo {
    position: relative;
    margin-bottom: -100px;
}
.about-us__content-photo .img-transparent {
    position: absolute;
    top: -8.5%;
    right: 47.7%;
}
.about-us__content-photo .img-bg {
    position: relative;
    z-index: 1;
}
.about-us__social {
    position: absolute;
    bottom: 0;
    left: 0;
}
.about-us__social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.about-us__social ul li {
    margin-right: 15px;
}
.about-us__social ul li:last-child {
    margin-right: 0;
}
.about-us__social ul li a {
    cursor: pointer;
}




/*========== footer ==========*/

.footer--wrapper {
    width: 100%;
    background-color: #001724;
}
.footer {
    padding: 30px 40px;
}
.footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    color: #fff;
}
.footer-logo {
    margin-right: 20px;
}
.footer-logo .logo {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 17px;
}
.footer-logo .logo img {
    margin-right: 12px;
}
.footer-logo .logo-text {
    text-transform: uppercase;
}
.footer-logo .logo-text p {
    font-family: Roboto-Bold, sans-serif;
    font-weight: bold;
    font-size: 35px;
    line-height: 41px;
}
.footer-logo .logo-text span {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.38em;
}
.footer-logo .protection {
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
}
.footer-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.footer-menu ul li {
    margin: 0 26px;
}
.footer-menu ul li:first-child {
    margin: 0 26px 0 0;
}
.footer-menu ul li:last-child {
    margin: 0 0 0 26px;
}
.footer-menu ul li a {
    font-family: Roboto-Bold, sans-serif;
    padding: 5px 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFF;
    position: relative;
}
.footer-menu ul li a::before {
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.footer-menu ul li a:hover:before {
    -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.footer-developer {
    margin-top: 5px;
    margin-left: auto;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
*::-ms-backdrop, .footer-developer { 
    width: 100px;
} /* IE11 */
.footer-blocks--wrapper {
    background-color: #00343F;
}




/*========== main-catalog ==========*/

.header-block {
    width: 100%;
    background-color: #00343F;
}
.header-block .nav--wrapper .nav {
    padding: 40px 0 33px 0;
}
.main-catalog--wrapper, 
.main-product-card--wrapper, 
.main-contacts--wrapper,  
.text-page--wrapper {
    width: 100%; 
    background-color: #EBF4F4;
}
.main-catalog {
    padding: 38px 0 56px 0;
}
.main-catalog__title-breadcrumbs, 
.main-product-card__title-breadcrumbs, 
.main-contacts__title-breadcrumbs,  
.text-page__title-breadcrumbs, 
.about-company__title-breadcrumbs {
    text-align: center;
}
.main-catalog .breadcrumbs, 
.main-product-card .breadcrumbs, 
.main-contacts .breadcrumbs, 
.text-page .breadcrumbs, 
.about-company .breadcrumbs {
    margin-bottom: 19px;
}
.breadcrumbs ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style-type: none;
}
.breadcrumbs ol li {
    color: #000;
    font-size: 14px;
    line-height: 150%;
    font-weight: normal;
    margin-right: 5px;
}
.breadcrumbs ol li:last-child {
    margin-right: 0;
}
.breadcrumbs ol li a {
    text-align: center;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #858585;
    position: relative;
    padding-right: 10px;
}
.breadcrumbs ol li a:after {
    content: '-';
    position: absolute;
    top: 0;
    right: 0;
    color: #858585;
}

.breadcrumbs ol li:last-child a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    color: #858585;
}


.main-catalog .title-block, 
.main-product-card .title-block, 
.main-contacts .title-block, 
.text-page .title-block, 
.about-company .title-block {
    margin-bottom: 53px;
}
.main-catalog .title-block h2, 
.main-product-card .title-block h2, 
.main-contacts .title-block h2, 
.text-page .title-block h2, 
.about-company .title-block h2 {
    font-family: Roboto-Bold, sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}
.main-catalog__content-1-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 27px;
}
.main-catalog .header-content__filter-block {
    width: 25%;
    margin-right: 28px;
    background-color: #00343F;
    padding: 13px 19px 16px 19px;
    color: #fff;
}
.main-catalog .header-content__filter-block.active {
    width: 25%;
    margin-top: 0;
}
.main-catalog .header-content__filter-block h5 {
    margin-bottom: 5px;
}
.main-catalog .header-content__filter-block select {
    margin-bottom: 0;
    font-size: 14px;
}
.main-catalog__search input {
    width: 100%;
    background-color: transparent;
    border: 0;
    color: #C4C4C4;
    padding: 0 15px 7px 15px;
    font-size: 14px;
    line-height: 19px;
}
.main-catalog__search:after {
    content: none;
}
.main-catalog__search input::-webkit-input-placeholder {color:#C4C4C4;}
.main-catalog__search input::-moz-placeholder          {color:#C4C4C4;}/* Firefox 19+ */
.main-catalog__search input:-moz-placeholder           {color:#C4C4C4;}/* Firefox 18- */
.main-catalog__search input:-ms-input-placeholder      {color:#C4C4C4;}


input:focus::-webkit-input-placeholder { color:transparent !important; }
input:focus:-moz-placeholder { color:transparent !important; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent !important; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent !important; } /* IE 10+ */




.main-catalog  .main-catalog__search {
    position: relative;
    margin-right: 0 ;
}
.main-catalog__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.main-catalog__content-1 {
    max-width: 1011px;
    margin-right: 28px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}
.main-catalog__content-1-cards {
    width: 100%;
}
.main-catalog__content-1-card {
    background-color: #fff;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.main-catalog__content-1-card .photo {
    width: 252px;
    height: auto;
    max-height: 190px;
    min-width: 252px;
}
.main-catalog__content-1-card .photo img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.main-catalog__content-1-card .inform {
    padding: 21px 25px 15px 30px;
    width: calc(100% - 55px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.main-catalog .description--wrapper h4 {
    font-family: Roboto-Bold, sans-serif;
    margin-bottom: 21px;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    color: #000;
}
.main-catalog .description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.main-catalog .description-availability {
    margin-bottom: 20px;
}
.main-catalog .availability-yes, 
.main-catalog .availability-not, 
.main-product-card .availability-yes, 
.main-product-card .availability-not {
    display: none;
}
.main-catalog .availability-yes.active, 
.main-product-card .availability-yes.active {
    display: block;
    color: #219653;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    padding-left: 17px;
}
.main-catalog .availability-yes.active:before, 
.main-product-card .availability-yes.active:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -5.5px;
    left: 0;
    width: 11px;
    height: 9px;
    background-image: url(../../assets_r/img/icons/ok-icon.svg);
}
.main-catalog .availability-not.active, 
.main-product-card .availability-not.active {
    display: block;
    color: #f44336;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    padding-left: 17px;
}
.main-catalog .availability-not.active:before, 
.main-product-card .availability-not.active:before {
    content: '\2014';
    position: absolute;
    left: 0;
    color: #f44336;
    font-weight: 900;
}
.description-1__inform p, 
.description-2__inform p {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #666666;
    padding: 0 0 5px 0;
}
.description-1__inform p span, 
.description-2__inform p span {
    color: #000;
    padding-left: 5px;
    font-weight: 600;
}
.main-catalog .description-1 {
    margin-right: 14.5%;
}
.main-catalog .description--wrapper {
    max-width: 475px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-right: 15px;
}
*::-ms-backdrop, .main-catalog .description--wrapper { 
    -ms-flex: 0 auto; 
        flex: 0 auto;
} /* IE11 */
.main-catalog .description--wrapper .cost {
    text-align: right;
}
.main-catalog .main-catalog__content-1-cards .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 18px;
}
.main-catalog .main-catalog__content-1-cards .price .discount {
    font-family: Roboto-Bold, sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #000;
}
.main-catalog .main-catalog__content-1-cards .price .discount-not {
    display: none;
}
.main-catalog .main-catalog__content-1-cards .price.active .discount-not {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    -webkit-text-decoration-line: line-through;
            text-decoration-line: line-through;
    color: #858585;
    margin-right: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
}
.main-catalog .main-catalog__content-1-cards .price.active .discount {
    color: #DE1717;
}
.main-catalog .main-catalog__content-1-cards .installment-text, 
.main-product-card .installment-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 26px;
}
.main-catalog .main-catalog__content-1-cards .installment-text p, 
.main-product-card .installment-text p  {
    max-width: 115px;
    text-align: right;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    color: #666;
}
.main-catalog .main-catalog__content-1-cards .installment-text p span, 
.main-product-card .installment-text p span {
    text-transform: uppercase;
}
.main-catalog .main-catalog__content-1-cards .installment-text p .numeral, 
.main-product-card .installment-text p .numeral {
    font-family: Roboto-Bold, sans-serif;
    font-weight: bold;
    color: #000;
    font-size: 16px;
}
.main-catalog .main-catalog__content-1-cards .installment-text .installment-percent, 
.main-product-card .installment-text .installment-percent {
    margin-left: 7px;
    background-color: #DC0707;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-weight: 900;
    font-size: 18px;
}
.main-catalog .main-catalog__btn {
    width: 206px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
    background-color: #00343F;
    font-weight: normal;
    font-size: 16px;
}
.main-catalog .pagination {
    margin: 40px 0 0 0;
}
.pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.pagination ul li {
    border-right: 1px solid #aed1d4;
}
.pagination ul li:last-child {
    border-right: 0;
}
.pagination ul li a {
    padding: 6px 12px 6px 12px;
    font-weight: normal;
    font-size: 16px;
    color: #00343F;
}
.pagination ul li.active a {
    color: #01CDD6;
}
.nex-1, 
.nex-2 {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
.main-catalog .main-catalog__content-2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    background-color: #fff;
    min-width: 230px;
    max-width: 318px;
}
.main-catalog .main-catalog__content-2-blocks {
    padding-top: 19px;
}
.main-catalog .main-catalog__content-2-blocks .title {
    font-family: Roboto-Bold, sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #00343F;
    text-align: left;
    margin: 0 22px 25px 17px;
}
.main-catalog .main-catalog__content-2-blocks .brand {
    border-bottom: 1px solid #F2F2F2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.main-catalog .main-catalog__content-2-blocks .brand:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0px 0px 6px 0px #9e9e9e;
            box-shadow: 0px 0px 6px 0px #9e9e9e;
}
.main-catalog .main-catalog__content-2-blocks .brand a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 22px 12px 17px;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #666;
}
.main-catalog .main-catalog__content-2-blocks .brand-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.main-catalog .main-catalog__content-2-blocks .brand-logo img {
    width: 25px;
    height: 19px;
}
.main-catalog .main-catalog__content-2-blocks .brand-logo p {
    padding-left: 10px;
}
.main-catalog .header-content__filter-block {
    padding: 0;
}
.main-catalog .header-content__filter-block select {
    margin-bottom: 19px !important;
}
.main-catalog .header-content__filter-block.active {
    border-top: 0;
    border-right: 0;
    border-left: 0;
}
.main-catalog .header-content__filter-block:before {
    bottom: 19px;
}
.main-catalog .header-content__filter-block:after {
    bottom: 26px;
}




/*========== main-product-card ==========*/

.main-product-card {
    padding: 38px 0 62px;
}
.main-product-card__content-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 55px;
}
.main-product-card .slider--wrapper {
    max-width: 533px;
    margin-right: 20px;
}
.main-product-card .options {
    margin-right: 20px;
    max-width: 325px;
}
.main-product-card .slider-single {
    height: 390px;
    margin-bottom: 15px;
}
.main-product-card .slick-list, 
.main-product-card .slick-track {
    height: 100% !important;
}
.main-product-card .slick-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.main-product-card .slider-nav {
    height: 75px;
    margin-bottom: 0;
}
.main-product-card .slider-nav .slick-track {
    margin-left: 0;
    width: 100% !important;
}
.main-product-card .slider-photo-nav {
    width: 100px !important;
    margin-right: 15px;
    cursor: pointer;
    outline: none;
}
.main-product-card .description-availability {
    margin-bottom: 27px;
}
.main-product-card .slick-prev, 
.main-product-card .slick-next {
    display: none !important;
}
.main-product-card .slick-initialized .slick-slide {
    outline: none;
}
.main-product-card .order-card {
    max-width: 346px;
    background-color: #fff;
}
.main-product-card .description-1__inform p, 
.main-product-card .description-2__inform p {
    padding: 0 0 14px 0;
}
.main-product-card .options .phone {
    margin-top: 52px;
}
.main-product-card .options .phone p {
    font-weight: normal;
    font-size: 14px;
    line-height: 142%;
    color: #666666;
    margin-bottom: 10px;
}
.main-product-card .options .options-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000;
    font-family: Roboto-Bold, sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
}
.main-product-card .options .options-phone img {
    padding-right: 5px;
    width: 18px;
    height: 18px;
}
.main-product-card .order-card .price {
    font-family: Roboto-Bold, sans-serif;
    text-align: center;
    background-color: #00343F;
    color: #fff;
    height: 77px;
    line-height: 77px;
    font-weight: bold;
    font-size: 36px;
    text-transform: uppercase;
}
.main-product-card .order-card .order-card__inform {
    padding: 35px 30px;
}
.main-product-card .installment-text .installment-percent {
    margin-right: 7px;
    margin-left: 0;
}
.main-product-card .installment-text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.main-product-card .installment-text p {
    text-align: left;
}
.main-product-card .order-card__inform form {
    width: 100%;
}
.main-product-card .order-card__inform form input, 
.main-product-card .order-card__inform form button{
    width: 100%;
    border: 0; 
    height: 50px;
    text-align: center;
}
.main-product-card .order-card__inform form input[type=text], 
.main-product-card .order-card__inform form input[type=tel] {
    border: 1px solid #C2C2C2;
    margin-bottom: 14px;
    width: calc(100% - 2px);
}
.main-product-card .order-card__inform form input[type=text]::-webkit-input-placeholder {color:#666;}
.main-product-card .order-card__inform form input[type=text]::-moz-placeholder          {color:#666;}/* Firefox 19+ */
.main-product-card .order-card__inform form input[type=text]:-moz-placeholder           {color:#666;}/* Firefox 18- */
.main-product-card .order-card__inform form input[type=text]:-ms-input-placeholder      {color:#666;}

.main-product-card .order-card__inform form input[type=tel]::-webkit-input-placeholder {color:#666;}
.main-product-card .order-card__inform form input[type=tel]::-moz-placeholder          {color:#666;}/* Firefox 19+ */
.main-product-card .order-card__inform form input[type=tel]:-moz-placeholder           {color:#666;}/* Firefox 18- */
.main-product-card .order-card__inform form input[type=tel]:-ms-input-placeholder      {color:#666;}

.main-product-card .order-card__inform .order-card__btn {
    font-family: Roboto-Bold, sans-serif;
    cursor: pointer;
    outline: none;
    background-color: #01CDD6;
    line-height: 50px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #00343F;
}
.main-product-card .social-order {
    margin-top: 24px;
}
.main-product-card .social-order p {
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #858585;
    margin-bottom: 10px;
}
.main-product-card .social-order .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.main-product-card .social-order .social a {
    margin: 0 7px;
}
.main-product-card .social-order .social a img {
    width: 22px;
    height: 22px;
}
.main-product-card__content-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.main-product-card .tabs--wrapper {
    max-width: 980px;
    margin-right: 20px;
}
.js .slider-single > div:nth-child(1n+2) { 
    display: none 
}
.js .slider-single.slick-initialized > div:nth-child(1n+2) { 
    display: block 
}
ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
}
ul.tabs li {
    float: left;
    margin: 0;
    cursor: pointer;
    width: calc(146px - 1px);
    height: 47px;
    line-height: 47px;
    text-align: center;
    background-color: #00343F;
    color: #fff;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border-right: 1px solid #E5E5E5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: normal;
    font-size: 16px;
}
ul.tabs li.active {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
    color: #000;
    border-top: 2px solid #01CDD6; 
    height: calc(47px - 2px);
}
.tab_last { 
    border-right: 1px solid #333; 
}
.tab_container {
    border: 1px solid #fff;
    border-top: none;
    background: #fff;
    overflow: auto;
}
.tab_content {
    padding: 35px 40px 60px 40px;
    display: none;
}
.tab_content h2 {
    font-family: Roboto-Bold, sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    color: #000;
    margin-bottom: 16px;
}
.tab_content p {
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #000;
    margin-bottom: 16px;
}
.tab_content p:last-child {
    margin-bottom: 0;
}
.tab_drawer_heading { 
    display: none; 
}
.main-product-card .card-product-privileges {
    margin-top: 48px;
    width: 310px;
    min-width: 250px;
}
.main-product-card .card-product-privileges .privilege {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 45px;
}
.main-product-card .card-product-privileges .privilege:last-child {
    margin-bottom: 0;
}
.main-product-card .card-product-privileges .privilege img {
    margin-right: 25px;
    width: 35px;
    height: 35px;
}
.main-product-card .card-product-privileges .privilege p {
    font-weight: normal;
    font-size: 14px;
    line-height: 125%;
    color: #666;
    max-width: 195px;
}




/*========== main-contacts ==========*/

.main-contacts {
    padding: 40px 0 0 0;
}
.main-contacts__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: -50px;
    position: relative;
    z-index: 1;
}
.main-contacts__content-1 {
    background-color: #fff;
    min-width: calc(395px - 90px);
    margin-right: 40px;
    padding: 43px 45px 50px 45px;
}
.main-contacts .address, 
.main-contacts .phone, 
.main-contacts .post, 
.main-contacts .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin-bottom: 40px;
}
.main-contacts .social {
    margin-bottom: 0 !important;
}
.main-contacts .address p:first-child {
    margin-bottom: 10px;
}
.main-contacts .address p span, 
.main-contacts .social p span {
    color: #666;
}
.main-contacts .address .address-icon, 
.main-contacts .phone .phone-icon, 
.main-contacts .post .post-icon, 
.main-contacts .social .social-icon {
    margin-right: 13px;
}
.main-contacts .address .address-icon img, 
.main-contacts .phone .phone-icon img, 
.main-contacts .post .post-icon img, 
.main-contacts .social .social-icon img {
    width: 20px;
    height: 20px;
}
.main-contacts .phone a {
    font-family: Roboto-Bold, sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 7px;
}
.main-contacts .phone .phone-messeg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.main-contacts .phone .phone-messeg a {
    margin-right: 10px;
}
.main-contacts .phone .phone-messeg a:last-child {
    margin-right: 0;
}
.main-contacts .post a {
    color: #000;
}
.main-contacts .social p {
    margin-bottom: 10px;
}
.main-contacts .social .social-networks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.main-contacts .social .social-networks a {
    margin-right: 10px;
}
.main-contacts .social .social-networks a:last-child {
    margin-right: 0;
}
.main-contacts .social .social-networks a.vk img {
    width: 22px;
    height: 23px;
}
.main-contacts .social .social-networks a.inst img {
    width: 18px;
    height: 18px;
}
.main-contacts .social .social-networks a.fb img {
    width: 10px;
    height: 20px;
}
.main-contacts__content-2 {
    max-width: 590px;
    margin-top: 38px;
}
*::-ms-backdrop, .main-contacts__content-2 { 
    width: 100%;
} /* IE11 */

.main-contacts__content-2 form {
    width: 100%;
}
.main-contacts__content-2 p.instruction {
    font-weight: normal;
    font-size: 14px;
    line-height: 142%;
    color: #000;
}
.main-contacts__field--wrapper {
    margin-top: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.main-contacts__field--wrapper input[type=text], 
.main-contacts__field--wrapper input[type=email], 
.main-contacts__field--wrapper textarea {
    border: 1px solid #C2C2C2;
    font-weight: normal;
    font-size: 14px;
    line-height: 142%;
    text-align: center;
    color: #666;
    background-color: transparent;
    text-align: left;

}
.main-contacts__field--wrapper input[type=text], 
.main-contacts__field--wrapper input[type=email] {
    width: calc(48.7% - 34px);
    padding: 0 16px;
    height: 40px;
    margin-bottom: 16px;
}
.main-contacts__field--wrapper input[type=text] {
    /*margin-right: 15px;*/
}
.main-contacts__field--wrapper textarea {
    width: calc(100% - 34px);
    padding: 16px;
    resize: none;
    height: calc(110px - 34px);
}
.main-contacts__field--wrapper .main-contacts__btn {
    font-family: Roboto-Bold, sans-serif;
    width: 48.7%;
    height: 50px;
    line-height: 50px;
    background-color: #01CDD6;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #00343F;
    cursor: pointer;
    border: 0;
    margin-top: 10px;
    margin-left: auto;
}
.map {
    width: 100%;
    height: 400px;
    background-color: #01CDD6;
}





/*========== text-page ==========*/

.text-page {
    padding: 38px 0 75px 0;
}
.text-page__content {
    background-color: #fff;
    padding: 37px 40px 50px 40px;
    max-width: calc(980px - 80px);
    margin: 0 auto;
}
.text-page__content h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    color: #000;
    margin-bottom: 25px;
}
.text-page__content p, 
.text-page__content ul li {
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #000;
    margin-bottom: 23px;
} 
.text-page__content p span {
    text-transform: uppercase;
} 
.text-page__content ul {
    list-style-type: disc;
    margin-left: 17px;
} 
.text-page__content p:last-child {
    margin-bottom: 0;
}




/*========== about-company ==========*/

.about-company--wrapper {
    background-image: url(../../assets_r/img/bgs/bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.about-company {
    color: #fff;
    padding: 38px 0 117px 0;
}
.about-company__text {
    max-width: 625px;
}
.about-company__text p {
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 23px;
}
.about-company__text p:last-child {
    margin-bottom: 0;
}
.about-company__text p strong {
    font-family: Roboto-Bold, sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
}
.about-company .header-content__privileges {
    margin-top: 50px;
}
.about-company .title-block h2, 
.about-company .breadcrumbs ol li {
    color: #fff;
}




/*========== popup ==========*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 5;
}
.overlay.active {
    display: block;
}
.close {
    position: absolute;
    top: -9px;
    right: -43px;
    cursor: pointer;
}

.close-success {
    position: absolute;
    top: -9px;
    right: -43px;
    cursor: pointer;
}

.popup {
    z-index: 6;
    display: none; 
    position: fixed;
    background-color: #fff;
    padding: 52px 47px 43px 47px;
    top: 230px;
    height: auto;
    left: 50%;
    margin-left: -217px;
    width: calc(434px - 94px);
    text-align: center;
    top:100px!important;
}

.popup-success {
    z-index: 6;
    display: none; 
    position: fixed;
    background-color: #fff;
    padding: 52px 47px 43px 47px;
    top: 230px;
    height: auto;
    left: 50%;
    margin-left: -217px;
    width: calc(434px - 94px);
    text-align: center;
}


.popup_send_photo {
    z-index: 6;
    display: none; 
    position: fixed;
    background-color: #fff;
    padding: 52px 47px 43px 47px;
    top: 100px;
    height: auto;
    left: 50%;
    margin-left: -217px;
    width: calc(434px - 94px);
    text-align: center;
}



.popup h2,
.popup_send_photo h2{
    font-family: Roboto-Bold, sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 28px;
}
.popup p,
.popup_send_photo p{
    font-weight: normal;
    font-size: 14px;
    line-height: 142%;
    text-align: center;
    color: #000;
    margin-bottom: 24px;
}
.popup form,
.popup_send_photo form{
    width: 100%;
    margin-bottom: 25px;
}
.popup__name, 
.popup__tel, 
.popup__btn {
    width: 100%;
    height: 50px;
    border-radius: 0;
    border: 0;
    line-height: 50px;
}
.popup__name, 
.popup__tel {
    border: 1px solid #C2C2C2;
    font-weight: normal;
    font-size: 16px;
    line-height: 142%;
    text-align: center;
    background: #666;
    background-color: transparent;
    margin-bottom: 15px;
    width: calc(100% - 32px);
    padding: 0 15px;
}
.popup__btn {
    font-family: Roboto-Bold, sans-serif;
    background-color: #01CDD6;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #00343F;
    cursor: pointer;
}
.popup .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.popup .social-order p {
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #858585;
    margin-bottom: 10px;
}
.popup .social a {
    margin: 0 7px;
}
.popup .social a:first-child {
    margin: 0 7px 0 0;
}
.popup .social a:last-child {
    margin: 0 0 0 7px;
}




.search-form{
    width: 100%;
}



.breadcrumb{
    background-color: transparent!important;
}


form .help-block{
    color: red;
    font-size: 13px;
    width: 100%;
    margin-top:4px;
    margin-bottom: 4px;
}



.brands .brand.active{
    transition: all 0.3s;
    -webkit-box-shadow: 0px 0px 6px 0px #9e9e9e;
    box-shadow: 0px 0px 6px 0px #9e9e9e;
}


 .main-catalog__search-btn{
       background: #01CDD6;
       width:100%;
       height:100%;
       outline:none;
       border:none;
       cursor:pointer;
        font-style: normal;
        font-weight: bold;
        line-height: 21px;
        text-align: center;
        text-transform: uppercase;
        min-height: 70px;
        font-family: Roboto-Bold, sans-serif;
        font-weight: bold;
        font-size: 16px;
        line-height: 16px;
   } 
   
   .main-catalog__search-count{
       font-family: Roboto-Bold;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 19px;
   }
   
    .main-catalog__search::before{
        background-color:transparent;
    }
   
   
   
   
   .slick-list {
    width: 100%!important;
}