@charset "utf-8";
@import "normalize.css";
@import "../font-awesome/css/font-awesome.min.css";
@import "../node_modules/slick-carousel/slick/slick.css";
@import "../node_modules/magnific-popup/dist/magnific-popup.css";
@import "callback-btn.css";
@import "callback-modal.css";
@import "typography.css";

/* Класс для увеличения картинки */

.zoom-img {}

ul li {
    list-style-position: inside;
}


/* Класс для галлереи */

.gallery {}


/* Класс для формы */

.form-submit-toggle {}

.socWrap img {
    width: 13px;
}


/* Класс для кнопки заказать звонок */

.callback-toggle {}


/******** Magnific-Popup *********/

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


/******* Image Cover ********/

.img-cover {
    background-size: cover;
    background-position: center;
}

.img-cover_inited>img {
    visibility: hidden;
}


/**********************************/

.main {
    display: flex;
}

.component {
    width: 100%;
}

.left,
.right {
    width: 30%;
}


/* Пагинация */

.pagination>ul {
    margin-top: 15px;
    display: flex;
    list-style: none;
    margin-bottom: 5px;
}

.pagination>ul li {
    margin-right: 20px;
}

.pagination>ul li a {
    text-decoration: none;
    font-weight: 600;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

@font-face {
    font-family: 'Roboto-Black';
    src: url(../fonts/Roboto-Black.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url(../fonts/Roboto-Medium.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto-Light';
    src: url(../fonts/Roboto-Light.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url(../fonts/Roboto-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url(../fonts/Roboto-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto-Italic';
    src: url(../fonts/Roboto-Italic.ttf) format('truetype');
}

body {
    color: #000;
    font-size: 15px;
    font-family: "Roboto-Light";
}

body p {
    margin-top: 0;
    margin-bottom: 10px;
}

.h1,
h1 {
    text-align: left;
    font-family: "Roboto-Black";
    font-size: 24px;
    margin-bottom: 45px;
    text-transform: uppercase;
}

.title {
    margin-bottom: 50px;
}

.title .h1,
.title h1 {
    font-size: 40px;
    margin: 0 0 15px;
    font-family: "Roboto-Medium";
    line-height: 1;
    color: #252b2e;
    text-transform: none;
}

.title p {
    line-height: 1;
    color: #071e2b;
    font-size: 20px;
    margin: 0;
}

.wrapper {
    max-width: 1920px;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    /* min-width: 1200px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.phitemsItems {
    display: flex;
}


/* .phoneBlock .rightHeader {
display: flex;
flex-direction: column;
} */

.rightHeader.aaa {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rightHeader a {
    color: #fff;
    margin-top: 3px;
    display: block;
}

#rightHeaderMedia {
    color: #fff;
}

.scaleMobileImg {
    float: right;
}


/* .wrapper .container {
width: 1170px;
} */

.wrapLabel {
    position: relative;
    padding: 10px 0;
}

.wrapLabel input {
    width: 10px !important;
    height: 10px !important;
    left: 0 !important;
    top: 0 !important;
    position: absolute !important;
    opacity: 0 !important;
}

.wrapLabel label {
    position: relative;
    font-weight: normal;
    padding-left: 25px;
    font-size: 12px;
    font-family: 'Roboto-Light';
    color: #c7def3;
    text-align: left;
    display: block;
}

.wrapLabel label a {
    color: #c7def3;
}

.flexSA {
    display: flex;
    justify-content: space-around;
}

.flexSB {
    display: flex;
    justify-content: space-between;
}

.flexCenter {
    display: flex;
    justify-content: center;
}

.flexAI {
    display: flex;
    align-items: center;
}

.flexW {
    display: flex;
    flex-wrap: wrap;
}

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

.flexStart {
    display: flex;
    justify-content: flex-start;
}

.flexEnd {
    display: flex;
    justify-content: flex-end;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

#search input::placeholder {
    color: white;
    font-size: 16px;
    font-style: 'Roboto-Italic';
    font-style: italic;
}

header {
    background: url(../images/header-bg.png) no-repeat center top / cover;
    font-family: 'Roboto-Light';
    padding-top: 115px;
}

.wrapHeader {
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
}

.wrapHeader.fixMin {
    background: #00b2de;
}

.wrapHeader.fixMin .topLineH {
    padding-bottom: 5px;
}

.medium {
    font-family: "Roboto-Medium";
}

.bold {
    font-family: "Roboto-Bold";
}

.black {
    font-family: "Roboto-Black";
}

.hadress {
    color: #fff;
}

.email a,
.phitemsItems a,
.phoneBlock,
.phitemsItems {
    color: #fff;
}

.basketBlock {
    position: fixed;
    top: 200px;
    right: 0;
    background: #fe7806;
    border-radius: 5px 0 0 5px;
    border: 1px solid #fff;
    border-right: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 13px;
    text-decoration: none;
}

.basketBlock:hover {
    text-decoration: none;
}

.basketBlock .imgW {
    position: relative;
    margin-bottom: 5px;
}

.basketBlock .quant {
    position: absolute;
    right: -5px;
    top: -7px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    background: #00abe3;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-family: "Roboto-Regular";
    outline: 2px solid #fe7806;
}

.basketBlock span {
    color: #fff;
    font-size: 14px;
    font-family: "Roboto-Medium";
}

.hadress {
    padding-left: 25px;
    background: url(../images/adress.png) no-repeat left center;
    margin-bottom: 15px;
}

.hadress span {
    font-size: 16px;
}

.email {
    padding-left: 25px;
    background: url(../images/email.png) no-repeat left center;
}

.phitems {
    padding-left: 25px;
    background: url(../images/phone.png) no-repeat left top;
    padding-right: 25px;
}

.topLineH .wrapTLH {
    align-items: flex-start;
}

.topLineH .phoneBlock {
    align-items: center;
}

.phoneBlock .callback-toggle {
    background: #fe7806;
    border: 1px solid;
    border-radius: 5px;
    padding: 10px 25px;
    font-size: 16px;
    font-family: "Roboto-Regular";
}

.phitems .inftext {
    padding-bottom: 5px;
    color: #cff1fd;
}

.topLineH .imgTop {
    padding-bottom: 10px;
    position: relative;
}

.topLineH .imgTop:before {
    position: absolute;
    content: url(../images/arrAnimate.png);
    left: 0;
    bottom: 0;
    animation: movement 4s infinite ease-in-out;
}

@keyframes movement {
    from,
    to {
        left: 0;
    }
    50% {
        left: calc(100% - 16px);
    }
}

.topLineH {
    padding-bottom: 35px;
    transition: all 0.4s;
}

.botLineH {
    /*padding-bottom: 116px;*/
}

.botLineH .nav>ul {
    display: flex;
    justify-content: space-between;
}

.botLineH .nav>ul a {
    color: #fff;
    font-family: 'Roboto-Medium';
    font-size: 17px;
}

.botLineH .nav>ul>li {
    position: relative;
    padding-right: 35px;
}

.botLineH .nav>ul ul {
    position: absolute;
    background: #fff;
    left: 0;
    display: none;
    flex-direction: column;
    top: 100%;
    padding: 20px 20px 10px 0px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4);
    border-radius: 8px;
    z-index: 15;
}

.botLineH .nav>ul li:hover ul {
    display: flex;
}

.openChildMain {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
}

.botLineH .nav>ul li:hover>.openChildMain i {
    transform: rotate(180deg);
}

.openChildMain i {
    color: #fe7806;
    font-weight: bold;
    font-size: 20px;
}

.botLineH .nav>ul .parent {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.botLineH .nav>ul ul a {
    font-size: 17px;
    display: block;
    color: #071e2b;
    white-space: nowrap;
    margin-bottom: 10px;
    padding-right: 0;
    margin-left: 20px;
}

.botLineH .searchblock input {
    background: url(../images/search.png) no-repeat 95% center;
    border: 1px solid rgb(208 231 251 / 50%);
    padding: 10px;
    border-radius: 5px;
    min-width: 240px;
    color: white;
}

.infblockline .h1::before {
    content: '';
    position: absolute;
    bottom: -10px;
    width: 100%;
    height: 1px;
    background: #fff;
}

.infblockline .h1 h1,
.infblockline .h1 {
    color: white;
    font-size: 54px;
    font-family: 'Roboto-Black';
    line-height: 1;
    margin: 0;
    position: relative;
    margin-bottom: 30px;
    text-shadow: 1.5px 2.598px 3px rgb(3 39 53 / 25%);
}

.infblockline .infleft {
    width: 765px;
}

.infblockline .infright {
    width: 330px;
    padding: 20px 15px;
    background: rgb(213 224 229 / 20%);
    border-radius: 5px;
}

.infblockline .h1::after {
    content: '';
    position: absolute;
    bottom: -14px;
    width: 80px;
    height: 10px;
    background: #fe7806;
}

.infbloksitems {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

.infbloksitems .item {
    display: flex;
    align-items: center;
    color: white;
}

.infbloksitems .item .imgW {
    margin-right: 20px;
}

.infblockline {
    color: white;
    padding-top: 115px;
    padding-bottom: 190px;
}

.infblockline .infleft p {
    font-size: 21px;
    font-family: 'Roboto-Medium';
    padding-bottom: 30px;
}

.infblockline .infleft .text {
    font-size: 19px;
}

.infblockline .infright .title-head {
    font-family: 'Roboto-Regular';
    font-size: 24px;
    margin: 0 0 5px 0;
}

.infblockline .callback-inputs input {
    background: #fff;
    border: none;
    padding: 16px;
    margin: 5px 0;
    border-radius: 5px;
    color: black;
}

.infblockline .callback-inputs .submit {
    background: #fe7806;
    font-family: 'Roboto-Medium';
    font-size: 18px;
    color: #fff;
}

.infblockline .callback-inputs input::placeholder {
    color: #4b535b;
    font-size: 17px;
    font-style: 'Roboto-Light';
    font-style: normal;
}

.form-block-inner label:before {
    position: absolute;
    left: 0;
    top: calc(50% - 12px);
    width: 15px;
    height: 15px;
    content: '';
    border: 2px solid #c7def3;
    color: #c7def3;
    line-height: 1;
    text-align: center;
    font-size: 11px;
}

#checkF:checked+label::before {
    content: "\2713";
}


/* main */

section {
    margin-top: 60px;
}


/* bestDeals */

.wrapbest .btitletop {
    font-family: 'Roboto-Bold';
    font-size: 40px;
    color: #00abe3;
}

.wrapbest p {
    font-family: 'Roboto-Light';
    font-size: 20px;
}

.wrapbest .imgW img {
    max-width: 100%;
}

.wrapbest .imgW {
    display: flex;
    justify-content: center;
}

.bitems {
    margin-top: 60px;
}

.bitems .bitem {
    max-width: calc((100% / 4) - 30px);
    margin: 0 15px;
}

.bitem {
    display: flex;
    flex-direction: column;
    padding: 12px;
    background: white;
    min-width: 244px;
    justify-content: space-between;
    position: relative;
    transition: .2s;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}

.bitem .imgW {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 195px;
    margin-bottom: 15px;
}

.bitem .imgW img {
    max-width: 100%;
    max-height: 195px;
}

.bitems .slick-prev {
    background: url(../images/prev.png) no-repeat center center, #ffffff;
    left: -30px;
}

.bitems .slick-arrow {
    position: absolute;
    font-size: 0;
    border: none;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    opacity: 0.5;
    transition: all 0.4s;
    top: calc(50% - 17px);
    z-index: 2;
}

.bitems .slick-next {
    background: url(../images/next.png) no-repeat center center, #ffffff;
    right: -30px;
}

.bitem .bititle a {
    font-family: 'Roboto-Regular';
    color: black;
    text-transform: uppercase;
    font-size: 17px;
    min-height: 40px;
    display: block;
}

.bitem .bititilesmall {
    font-size: 13px;
    color: #939393;
}

.iblock {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}

.bitem .price.black {
    font-size: 18px;
    color: #00abe3;
}

.bitem .bititle {
    margin: 0 0 5px 0;
}

.bitem .btn.__add-cart.cart_block {
    font-family: 'Roboto-Regular';
    font-size: 15px;
    background: #fe7806;
    display: block;
    color: white;
    text-decoration: none;
    padding: 5px;
    border-radius: 5px;
}


/*End bestDeals*/


/*bannerMainBlock*/

.bmWrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    padding: 40px 0;
    position: relative;
}

.bmWrap .name {
    font-size: 17px;
    color: #071e2b;
    font-family: "Roboto-Regular";
    text-decoration: underline;
}

.bmWrap .yesAct {
    opacity: 0;
    z-index: 0;
}

.bmWrap .noAct {
    opacity: 1;
    z-index: 1;
}

.bmWrap .imgW {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 183px;
    margin-bottom: 10px;
}

.nucBM {
    padding: 20px 10px;
    /*border-right: 1px solid #f2f6fb;     */
}

.bmWrap .line1 {
    width: 1px;
    height: 100%;
    left: 25%;
    top: 0;
    background: #f2f6fb;
    z-index: 1;
    position: absolute;
}

.bmWrap .line2 {
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    background: #f2f6fb;
    z-index: 1;
    position: absolute;
}

.bmWrap .line3 {
    width: 1px;
    height: 100%;
    left: 75%;
    top: 0;
    background: #f2f6fb;
    z-index: 1;
    position: absolute;
}


/*.nucBM:nth-child(4n){
border-right: none;
}*/

.bmWrap img {
    position: absolute;
    transition: all 0.4s;
    max-height: 183px;
}

.nucBM:hover .yesAct {
    opacity: 1;
    z-index: 1;
}

.nucBM:hover .noAct {
    opacity: 0;
    z-index: 0;
}


/*End bannerMainBlock*/


/*dopProdBlock*/

.dopProdBlock {
    margin: 0;
}

.wrapDopProd {
    background: url(../images/dopProdBlockBg.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 185px;
    padding: 10px 40px;
    position: relative;
    z-index: 15;
}

.wrapDopProd p {
    color: #fff;
    font-size: 35px;
    line-height: 1;
    margin-bottom: 15px;
    text-shadow: 1px 1px 1px #025473;
}

.wrapDopProd p span {
    text-transform: uppercase;
    font-family: "Roboto-Black";
}

.wrapDopProd .more {
    text-align: center;
    display: inline-block;
    color: #fff;
    background: #fe7806;
    padding: 10px;
    text-decoration: none;
}

.wrapDopProd .decImg {
    position: absolute;
    right: 200px;
    bottom: 0;
}


/*End dopProdBlock*/


/*blockServ*/

.blockServ {
    padding: 50px 0;
}

.wrapServ {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    position: relative;
}

.nucServ .name {
    font-size: 17px;
    color: #071e2b;
    font-family: "Roboto-Regular";
    text-decoration: underline;
}

.nucServ {
    padding: 20px 10px;
}

.nucServ .yesAct {
    opacity: 0;
    z-index: 0;
}

.nucServ .noAct {
    opacity: 1;
    z-index: 1;
}

.nucServ .imgW {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 183px;
    margin-bottom: 10px;
}

.nucServ img {
    position: absolute;
    transition: all 0.4s;
    max-height: 183px;
}

.nucServ:hover .yesAct {
    opacity: 1;
    z-index: 1;
}

.nucServ:hover .noAct {
    opacity: 0;
    z-index: 0;
}


/*End blockServ*/


/*aboutCompanyBlock*/

.aboutCompanyBlock {
    background: url(../images/aboutCompanyBlockBg.jpg) no-repeat center;
    background-size: cover;
    padding: 45px 0 100px;
    position: relative;
}

.aboutCompanyBlock:before {
    position: absolute;
    content: url(../images/aboutCompanyBlockDec.png);
    /*left: calc(100% - 496px);*/
    left: calc((100% - 1140px) / 2 + 1033px);
    bottom: -155px;
    line-height: 0;
}

.aboutCompanyBlock .leftBlock {
    width: 510px;
}

.aboutCompanyBlock .rightBlock {
    width: 605px;
}

.wrapAC {
    margin-bottom: 55px;
}

.wrapAC p {
    font-size: 17px;
    margin-bottom: 25px;
}

.wrapAC img {
    max-width: 100%;
    display: inline-block;
}

.wrapAC .slideSert {
    padding: 0 10px;
}

.wrapAC .imgW {
    text-align: center;
}

.sertSlider {
    position: relative;
    padding: 0 10px;
}

.sertSlider .slick-arrow {
    position: absolute;
    font-size: 0;
    border: none;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    opacity: 0.5;
    transition: all 0.4s;
    top: calc(50% - 17px);
    z-index: 2;
}

.sertSlider .slick-prev {
    background: url(../images/prev2.png) no-repeat center center;
    left: -10px;
}

.sertSlider .slick-next {
    background: url(../images/next2.png) no-repeat center center;
    right: -10px;
}

.weInNum {
    padding-right: 130px;
    position: relative;
    z-index: 5;
}

.nucNum .numWrap {
    position: relative;
}

.nucNum .num {
    line-height: 1;
    margin: 0;
    font-size: 100px;
    font-family: "Roboto-Black";
    color: #00abe3;
    text-shadow: 2px 3px 1px #0081ab;
}

.nucNum .top {
    font-size: 34px;
    line-height: 1;
    color: #fe7806;
    margin: 0;
    font-family: "Roboto-Black";
    height: 34px;
}

.nucNum .txtBot {
    position: absolute;
    padding: 8px;
    background: #e4f5fc;
    top: 60px;
}

.nucNum:nth-child(1) .txtBot {
    left: 88px;
}

.nucNum:nth-child(2) .txtBot {
    left: 85px;
    background: #d6effd;
}

.nucNum:nth-child(3) .txtBot {
    left: 65px;
    background: #d3effb;
}

.nucNum:nth-child(4) .txtBot {
    left: 85px;
    background: #dceffe;
}

.nucNum .txtBot p {
    font-size: 24px;
    font-family: "Roboto-Bold";
    color: #000;
    line-height: 1;
    margin: 0;
    white-space: nowrap;
}

.nucNum .txtBot span {
    color: #fe7806;
}

.nucNum:nth-child(1) .txtBot span {
    font-size: 50px;
    text-transform: uppercase;
}

.nucNum .txtBot span.lineDec {
    color: #000;
    position: relative;
}

.nucNum .txtBot span.lineDec:before {
    position: absolute;
    left: calc(100% + 5px);
    content: '';
    top: calc(50% - 0px);
    width: 30px;
    height: 3px;
    background: #fe7806;
}


/*End aboutCompanyBlock*/


/*howWeWorkBlock*/

.howWeWorkBlock {
    padding: 50px 0;
}

.nucHWW {
    text-align: center;
    width: 25%;
    padding: 25px 15px;
    border-right: 1px solid #cbe3f7;
}

.nucHWW:last-child {
    border-right: none;
}

.nucHWW .imgW {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin-bottom: 15px;
}

.nucHWW img {
    max-height: 60px;
}

.nucHWW p {
    font-size: 17px;
    font-family: "Roboto-Regular";
    color: #0b344f;
    margin: 0;
}

.nucHWW p span {
    color: #fe7806;
    text-decoration: underline;
    cursor: pointer;
}


/*End howWeWorkBlock*/


/*logisticBlock*/

.logisticBlock .txtBlock p {
    color: #0f1c26;
    font-size: 16px;
}


/*End logisticBlock*/


/*clientsBlock*/

.clientsBlock {
    padding: 30px 0 50px;
    margin: 0;
}

.sliderClients {
    position: relative;
    padding: 0 30px;
}

.sliderClients .slick-arrow {
    position: absolute;
    font-size: 0;
    border: none;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    opacity: 0.5;
    transition: all 0.4s;
    top: calc(50% - 17px);
    z-index: 2;
}

.sliderClients .slick-prev {
    background: url(../images/prev2.png) no-repeat center center;
    left: -10px;
}

.sliderClients .slick-next {
    background: url(../images/next2.png) no-repeat center center;
    right: -10px;
}

.clientSlide img {
    max-width: 90%;
    max-height: 140px;
}

.clientSlide .imgW {
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*End clientsBlock*/


/*contactsBlock*/

.contactsBlock .map {
    margin-top: 35px;
}

.contactsBlock p {
    font-size: 16px;
    color: #0f1c26;
}


/*End contactsBlock*/


/* End main */


/*footer*/

footer {
    background: #43b2dd;
    padding: 15px 0;
}

footer * {
    color: #fff;
}

footer .wrapLogo a {
    margin-bottom: 10px;
    display: inline-block;
}

footer .wrapLogo p {
    font-size: 13px;
    margin: 0;
    line-height: 1;
}

.socBlockWrap button {
    width: 205px;
    border: 1px solid #fff;
    border-radius: 5px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    color: #fff;
    background: #fe7806;
    font-size: 16px;
    font-family: "Roboto-Regular";
    margin-top: 12px;
}

.socBlockWrap a {
    width: 30px;
    height: 30px;
    transition: all 0.4s;
    border-radius: 4px;
    background: #5dd0f4;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.socBlockWrap a:hover {
    background: #fe7806;
}

footer .nav span {
    font-family: "Roboto-Medium";
    font-size: 16px;
}

footer .nav {
    padding-left: 25px;
    background: url(../images/adress.png) no-repeat left 3px;
    margin: 0;
    line-height: 1.3;
}

footer .phonesBlock {
    padding-left: 25px;
    background: url(../images/phone.png) no-repeat left 3px;
}

footer .phonesBlock a {
    display: block;
    text-decoration: none;
    line-height: 1.3;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}


/*End footer*/


/*modalF*/

.callback-modal.modalF {
    background: #f5f5f5;
    width: 330px;
    max-width: 340px;
    padding: 20px;
}

.modalF .callback-modal__headline {
    line-height: 1;
    margin-bottom: 30px;
    font-size: 25px;
    font-family: "Roboto-Medium";
}

.modalF input {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #cdcdcd;
    background: #fff;
    border-radius: 4px;
    padding: 0 10px;
    line-height: 50px;
    font-size: 17px;
}

.modalF .callback-modal__button {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fe7806;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    transition: all 0.4s;
    text-decoration: none;
    font-family: "Roboto-Medium";
}

.modalF .callback-modal__button:hover {
    background: #df6a06;
}

.modalF label {
    position: relative;
    padding-left: 15px;
    display: inline-block;
    margin-top: 15px;
    font-weight: normal;
}

.modalF label,
.modalF label a {
    font-size: 12px;
    color: #6f6f6f;
    line-height: 1;
}

.modalF label a {
    text-decoration: underline;
}

.wrapCheck {
    position: relative;
}

.wrapCheck input {
    width: 10px !important;
    height: 10px !important;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.modalF label:before {
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #838383;
    content: '';
    color: #838383;
    width: 12px;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
}

.wrapCheck input:checked+label:before {
    content: "\2713";
}


/*End modalF*/


/*insidepage*/

.insidepage .botLineH {
    padding-bottom: 15px;
}

.insidepage header {
    background: none;
    margin-bottom: 40px;
}

.insidepage .wrapHeader {
    background: url(../images/bgInsHeader.jpg) no-repeat center;
    background-size: cover;
}

.insidepage .wrapHeader.fixMin {
    background: url(../images/bgInsHeader.jpg) no-repeat center;
    background-size: cover;
}

.insidepage .wrapper {
    padding-top: 60px;
}

.breadcrumbs {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.breadcrumbs a {
    color: #969696;
    text-decoration: underline;
}

.breadcrumbs a span {
    color: #969696;
    font-size: 12px;
}

.breadcrumbs span.divider {
    color: #969696;
    font-size: 12px;
    margin: 0 3px 0 0px;
}

.breadcrumbs span {
    color: #fe4f06;
    font-size: 12px;
}

.hidden {
    display: none;
}

.insidepage h1 {
    font-size: 40px;
    color: #252b2e;
    font-family: "Roboto-Medium";
    margin: 0 0 25px;
    line-height: 1;
}

.insidepage .item-page ul li,
.category_description ul li {
    list-style-type: disc;
    list-style-position: inside;
}

.row {
    margin: 0 -15px;
}

.footer-leftblock {
    display: flex;
}

.insidepage table {
    width: 100%;
    text-align: center;
    border: none;
    min-width: 540px;
}

.insidepage table td,
.insidepage table th {
    padding: 10px;
    border: none;
}

.insidepage table th p,
.insidepage table td p {
    margin: 0;
}

.insidepage table th {
    color: #fff;
    background: #00abe3;
}

.insidepage table tr:nth-child(odd) {
    background: rgba(203, 227, 247, 0.4);
}

.imgtile {
    counter-reset: section;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
}

.imgtile li {
    list-style-type: none !important;
    position: relative;
    display: block;
    overflow: hidden;
}

.imgtile .b-scheme-list__item {
    width: 100%;
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    color: #ffffff;
    font-family: "Roboto-Medium";
    font-size: 19px;
    padding: 10px;
    text-align: center;
}

.imgtile .b-scheme-list__item__img {
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 0;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

.imgtile .b-scheme-list__item__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
}

.b-scheme-list .b-scheme-list__item::before {
    width: 100%;
    height: 100%;
    background: #050505;
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    content: '';
}

.b-scheme-list .b-scheme-list__item::after {
    counter-increment: section;
    content: "0" counter(section);
    /*content: counter(list, decimal-leading-zero);*/
    line-height: 1;
    font-size: 70px;
    left: -0.1em;
    bottom: -0.2em;
    opacity: 0.3;
    display: block;
    font-family: 'Roboto-Black';
    position: absolute;
    z-index: -1;
}

.imgtile li {
    overflow: hidden;
}

.imgtile .c-panel {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 230px;
}

.imgtile .c-panel img {
    width: 100%;
}

.with_marker {
    margin-bottom: 15px;
}

.imgtile li .c-panel:before {
    width: 100%;
    height: 100%;
    background: #050505;
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
    /*z-index: -1;*/
    content: '';
}

.insidepage .item-page {
    padding-bottom: 50px;
}

.insidepage .item-page h2 {
    font-family: "Roboto-Bold";
    font-size: 30px;
    color: #00abe3;
    margin: 40px 0 20px;
}

.imgtile .c-panel__title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    color: #ffffff;
    font-size: 19px;
    padding: 10px;
    text-shadow: 0 1px 1px #1d171a;
    font-family: "Roboto-Medium";
    text-align: center;
}

.imgtile a {
    display: block;
}

.imgtile a img {
    width: 100%;
}

.b-time-price {
    position: relative;
    display: block;
    margin: 30px 0;
}

.b-time-price .b-time-price__head {
    display: block;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-bottom: -10px;
}

.b-time-price .b-time-price__title {
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 19px;
    font-family: "Roboto-Medium";
    text-transform: uppercase;
    color: #0ab6f6;
}

.b-time-price .b-time-price__title::after {
    left: 100%;
    margin-left: 40px;
}

.b-time-price .b-time-price__title::before,
.b-time-price .b-time-price__title::after {
    width: 500px;
    content: '';
    display: block;
    height: 5px;
    background: #b2e6f9;
    position: absolute;
    top: 50%;
    margin-top: -2.5px;
}

.b-time-price .b-time-price__title::before {
    right: 100%;
    margin-right: 40px;
}

.b-time-price .b-time-price__body {
    border-right: 5px solid #b2e6f9;
    border-left: 5px solid #b2e6f9;
    border-bottom: 5px solid #b2e6f9;
    padding: 50px;
    text-align: center;
}

.b-time-price .b-time-price__item {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 0 60px;
}

.b-time-price .b-time-price__item-title {
    font-size: 22px;
    color: #333333;
    font-family: "Roboto-Medium";
}

.b-time-price .b-time-price__item-val {
    font-family: "Roboto-Bold";
    color: #06b7f5;
    font-size: 95px;
    line-height: 1;
}

.b-time-price .b-time-price__item-val span {
    font-size: 25px;
    display: inline;
}

.centerImgSpec {
    display: flex;
    width: 160px;
    height: 160px;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
    border: 2px solid #fe7806;
    overflow: hidden;
    /*padding: 30px;*/
}

.items-leading .leading-item {
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 2px solid #fe7806;
    padding: 15px 30px;
}

.leading-item .catItemImage {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fe7806;
    margin-right: 15px;
}

.leading-item .catItemImage img {
    max-width: 100%;
}

.item-page .leading-item h2 {
    color: #fe7806;
    font-size: 24px;
    line-height: 1;
    margin: 0 0 20px;
}

.item-page .leading-item a {
    display: inline-block;
    background: #fe7806;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-family: "Roboto-Regular";
}


/*.imgtile img{

}*/

.aboutImg {
    align-items: center;
    display: flex;
    flex-direction: column;
}


/*End insidepage*/

.zoom>ul>li {
    justify-content: center;
    align-items: center;
    display: flex;
}

.zoom-img {
    width: 70%;
}

.zoom-img img {
    width: auto;
    height: auto;
}

.tableScroll {
    overflow: scroll;
}


/*Media*/

@media screen and (min-width:576px) {
    .container {
        max-width: 570px;
    }
}

@media screen and (min-width:768px) {
    .container {
        max-width: 750px;
    }
}

@media screen and (min-width:992px) {
    .container {
        max-width: 990px;
    }
}

@media screen and (min-width:1200px) {
    .container {
        max-width: 1170px;
    }
}


/* --- Media styles --- */

@media screen and (min-width:1200px) {}

@media screen and (max-width:1199px) {
    .imgtile {
        grid-template-columns: repeat(3, 1fr);
    }
    @media screen and (max-width:991px) {
        .imgtile {
            grid-template-columns: repeat(2, 1fr);
        }
    }
    @media screen and (max-width:767px) {
        .imgtile {
            grid-template-columns: repeat(1, 1fr);
        }
        .insidepage .item-page ul li,
        .category_description ul li {
            display: flex;
            justify-content: center;
        }
        .imgtile .c-panel {
            width: 70%;
        }
    }
    @media screen and (max-width:675px) {}
    @media screen and (max-width:640px) {}
    @media screen and (max-width:600px) {
        .category_description {
            overflow: scroll;
        }
        .contentTabsBlock {
            overflow: scroll;
        }
    }
    @media screen and (max-width:485px) {
        .scaleMobileImg {
            float: none;
        }
        .b-time-price .b-time-price__item {
            padding: 0;
        }
    }
}

@media screen and (max-width:425px) {}

@media screen and (max-width:400px) {}

@media screen and (max-width:370px) {}