@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 {}


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

.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-Bold";
    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;
}


/* .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 {
    font-family: 'Roboto-Light';
    
}


.basketBlock {
    z-index: 20;
}

.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 .imgW {
    position: relative;
    margin-bottom: 5px;
}

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

.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";
}
.hidden {
    display: none;
}


.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;
}




/* main */

/*topBlock*/
.topBlock{
    position: relative;
}
.topBlock .txtBlock{
    position: absolute;
    left: calc((100% - 1140px) / 2);
    top: 160px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 770px;
}
.topBlock h1{
    color: white;
    font-size: 62px;
    font-family: 'Roboto-Black';
    line-height: 1;
    margin: 0;
    position: relative;
    margin-bottom: 40px;
    text-shadow: 1.5px 2.598px 3px rgb(3 39 53 / 25%);
    padding-bottom: 40px;
}

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

.topBlock h1::after {
    left: 0;
    content: '';
    position: absolute;
    bottom: -4px;
    width: 80px;
    height: 10px;
    background: #fe7806;
}
.topBlock p{
    font-size: 21px;
    font-family: "Roboto-Medium";
    color: #fff;
    line-height: 1;
}
.topBlock .callback-toggle{
    background: #fe7806;
    height: 66px;
    width: 270px;
    margin-top: 40px;
    border-radius: 5px;
    font-size: 23px;
    font-family: "Roboto-Medium";
    color: #fff;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}
/*End topBlock*/

/*itemsBlock*/

.wrapItemsTile{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 40px;
}



/*End itemsBlock*/



/*preProductsBlock*/
.preProductsBlock{
    padding: 60px 0;
    background: url(../images/preProductsBlock.jpg) no-repeat center;
    background-size: cover;
}
.wrapPreProducts{
    padding: 0 70px 0 50px;
}
.wrapPreProducts .leftBlock{
    padding-top: 40px;
    width: calc(100% - 595px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.wrapPreProducts .nucLPP{
    position: relative;
    font-size: 20px;
    font-family: "Roboto-Medium";
    line-height: 1;
}
.wrapPreProducts .nucLPP:before{
    position: absolute;
    left: calc(100% + 20px);
    width: 320px;
    top: 10px;
    content: '';
    height: 1px;
    background: #61aff1;
}
.wrapPreProducts .nucLPP:after{
    position: absolute;
    left: calc(100% + 20px);
    top: 5px;
    content: '';
    width: 10px;
    height: 10px;
    background: #fe7806;
    border-radius: 50%;

}
.wrapPreProducts .rightBlock{
    width: 530px;
}
.wrapPreProducts .imgW{
    position: relative;
    z-index: 5;
}
.wrapPreProducts .imgBlock{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-31%,-34%);
}



/*End preProductsBlock*/

/*complitedObjectBlock*/
.complitedObjectBlock{

}
.sliderObjects{
    position: relative;
    padding: 0 15px;
}
.sliderObjects .slick-arrow {
  position: absolute;
  font-size: 0;
  border: none;
  width: 16px;
  height: 26px;
  transition: all 0.4s;
  top: calc(50% - 13px);
  z-index: 2;
}
.sliderObjects .slick-prev {
  background: url(../images/prev.png) no-repeat center center;
  left: 0px;
}
.sliderObjects .slick-next {
  background: url(../images/next.png) no-repeat center center;
  right: 0px;
}

.objectSlide{
    padding: 0 12px;
    text-align: center;
}
.objectSlide .imgW{
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    display: inline-block;
}
.objectSlide .imgW:before{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    content: url(../images/iconBigImg.png);
    background: rgba(6,138,203,0.6);
    opacity: 0;
    transition: all 0.4s;
}
.objectSlide .imgW:hover:before{
    opacity: 1;
}
.objectSlide .imgW img{
    max-width: 100%;
}



/*End complitedObjectBlock*/


/*whyWeBlock*/
.whyWeBlock{
    background: url(../images/whyWeBlockBg.jpg) no-repeat center;
    background-size: cover;
    padding:60px 0 75px;
    position: relative;
}

.whyWeBlock:before{
    position: absolute;
    background:url(../images/whyWeBlockDec.png) no-repeat center ;
    background-size: cover;
    content: '';
    width: 390px;
    height: 377px;
    left: 0;
    bottom: -50px;
    line-height: 0;
}
.wrapWhyWe{
    margin-right: -165px;
}
.wrapWhyWe .leftBlock{
    width: calc(100% - 580px);
}
.wrapWhyWe .rightBlock{
    width: 540px;
}
.wrapWhyWe .preBlock{
    display: grid;
    grid-template-columns: repeat(4,auto);
    position: relative;
}

.nucPre{
    padding: 20px;
    text-align: center;
    border-right: 1px solid #cbe3f7;
}

.nucPre .imgW{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    margin-bottom: 10px;
}
.nucPre img{
    max-height: 64px;
}
.nucPre .name{
    font-size: 17px;
    color: #0b344f;
    font-family: 'Roboto-Regular';
    line-height: 1;
}
.nucPre .name span{
    color: #fe7806;
    font-family: "Roboto-Bold";
}
.formWrap{
    background:url(../images/bgForm.jpg) no-repeat center ;
    width: 100%;
    height: 379px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.formWrap form{
    width: 420px;
}
.formWrap .wrapInputs{
    display: grid;
    grid-template-columns: auto 220px;
    grid-gap: 12px;
    margin-bottom: 12px;
}
.formWrap input{
    font-size: 17px;
    border-radius: 5px;
    border: 1px solid #cdcdcd;
    width: 100%;
    background: #fff;
    line-height: 48px;
    padding: 0 8px;
    color: #000;
}
.formWrap input:first-child{
    order: 1;
}
.formWrap input{
    order: 3;
}
.formWrap .textareaWrap{
    order: 2;
    grid-row-start: span 3;
}
.formWrap textarea{
    font-size: 17px;
    border-radius: 5px;
    border: 1px solid #cdcdcd;
    max-width: 100%;
    max-height: 172px;
    min-width: 100%;
    min-height: 100%;
    background: #fff;
    padding: 15px 8px;
    color: #000;
}
.formWrap button{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fe7806;
    background: #fe7806;
    transition: all 0.4s;
    height: 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Roboto-Medium';
    margin-bottom: 8px;
    border-radius: 5px;
}
.formWrap .wrapCheck input {
  width: 10px !important;
  height: 10px !important;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.formWrap label, .formWrap label a {
  font-size: 12px;
  color: #6f6f6f;
  line-height: 1;
}
.formWrap label {
  position: relative;
  padding-left: 20px;
  display: inline-block;
  font-weight: normal;
}
.formWrap 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;
}


/*End whyWeBlock*/




/*sertificateBlock*/
.sertificateBlock{
    padding-bottom: 60px;
}
.sliderSert{
    position: relative;
    padding: 0 15px;
}
.sliderSert .slick-arrow {
  position: absolute;
  font-size: 0;
  border: none;
  width: 16px;
  height: 26px;
  transition: all 0.4s;
  top: calc(50% - 13px);
  z-index: 2;
}
.sliderSert .slick-prev {
  background: url(../images/prev.png) no-repeat center center;
  left: 0px;
}
.sliderSert .slick-next {
  background: url(../images/next.png) no-repeat center center;
  right: 0px;
}
.sertSlide{
    text-align: center;
}
.sertSlide{
    padding: 0 12px;
}
.sertSlide .imgW{
    display: inline-block;
}
.sertSlide img{
    max-width: 100%;
}

/*End sertificateBlock*/


section {
    margin-top: 60px;
}


/* bestDeals */


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

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

.bitems .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;
    font-size: 17px;
    min-height: 40px;
    display: block;
    text-decoration: underline;
}

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

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

.bitem .price {
    font-size: 17px;
    color: #00abe3;
}
.bitem .price span{
    font-family: "Roboto-Black";
    font-size: 25px;
}

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

.bitem .btn.__add-cart.cart_block {
    font-family: 'Roboto-Regular';
    font-size: 18px;
    background: #fe7806;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
    width: 125px;
    height: 40px;
    border-radius: 5px;
}


/*End bestDeals*/








/*logisticBlock*/

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


/*End logisticBlock*/








/* 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*/





/*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 (max-width:1720px) {
    .whyWeBlock::before{
        width: 285px;
        height: 288px;
        background-size: contain;
    }
}

@media screen and (max-width:1550px) {
    .whyWeBlock::before{
      display: none;
  }
  .wrapWhyWe {
      margin-right: 0px;
  }
  .nucPre {
      padding: 20px 5px;
  }
  .wrapWhyWe .leftBlock {
      width: calc(100% - 555px);
  }

}

.header__burger {
    display: none;
}

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

html.lock {
    overflow: hidden;
}

.basketBlock {
    z-index: 20;
}
.topBlock > img{
    max-width: 100%;
}




@media screen and (max-width:1500px) {
.topBlock h1{
    font-size: 54px;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.topBlock .callback-toggle{
    margin-top: 25px;
    height: 56px;
}
}

@media screen and (min-width:1200px) {
.nucPre:nth-child(n+5){
    border-top: 1px solid #cbe3f7;
}
.nucPre:nth-child(4n){
    border-right: none;
}
}
@media screen and (max-width:1199px) {
/*myStyle AS*/
.topBlock h1 {
  font-size: 34px;
  margin-bottom: 20px;
padding-bottom: 20px;
}
.topBlock > img{
    max-width: 1300px;
    margin-left: calc((100% - 1300px) / 2);
}
.topBlock .txtBlock{
    left: calc((100% - 960px) / 2);
    width: 670px;
}
.topBlock h1::after{
    bottom: -2px;
    height: 5px;
}
.topBlock p {
  font-size: 18px;
}
.topBlock .callback-toggle {
  margin-top: 20px;
  height: 44px;
  width: 220px;
  font-size: 19px;
}

.wrapItemsTile{
    grid-gap: 20px;
}
.bitem .price span{
    font-size: 23px
}
.wrapPreProducts{
    padding: 0;
}
.wrapPreProducts .nucLPP{
    font-size: 17px
}
.title .h1, .title h1 {
  font-size: 32px;
}
.title p{
    font-size: 18px;
}
.wrapWhyWe .preBlock{
    grid-template-columns: repeat(2,auto);
}

.wrapWhyWe .preBlock{
    grid-template-columns: repeat(3,auto);
}



/*End myStyle AS*/

.botLineH .nav > ul > li {
  padding-right: 20px;
}

.botLineH .nav > ul a{
    font-size: 15px;
}
.botLineH .searchblock input{
    min-width: 215px;
}


    .topLineH .imgTop img {
        max-width: 100%;
    }
    .topLineH .imgW img {
        max-width: 100%;
    }
    .topLineH .logo {
        width: 150px;
    }
    .topLineH .hadress {
        margin-bottom: 0
    }
    .topLineH .hadress span {
        font-size: 15px;
    }
    .topLineH .hadress {
        font-size: 14px;
    }
    .topLineH .phitems .inftext {
        font-size: 14px;
    }
    .email a,
    .phitemsItems a,
    .phitemsItems {
        font-size: 14px;
    }
    .phitemsItems .callback-toggle {
        font-size: 14px;
    }
    .botLineH {
        padding-bottom: 70px;
    }
    .wrapFooter {
        align-items: center;
    }
    .botLineH .nav>ul>li {
        padding-right: 25px;
    }
    .logisticBlock img {
        max-width: 100%;
    }
    .botLineH {
    padding-bottom: 20px;
}

}
@media screen and (min-width:768px) {
    .nucPre:nth-child(n+4){
    border-top: 1px solid #cbe3f7;
}
.nucPre:nth-child(3n){
    border-right: none;
}
.nucPre:last-child{
    border-right: none;
}
}
@media screen and (max-width:1024px) {
    .infoBlock {
    width: 170px;
}
    .botLineH .searchblock input {
        min-width: 220px;
    }
    .botLineH .nav ul a {
        padding-right: 10px;
        font-size: 14px;
    }
    .botLineH .nav>ul>li {
        padding-right: 14px;
    }
    .botLineH .searchblock input {
        min-width: 140px;
        width: 140px;
    }
    .footer-leftblock {
        display: flex;
        flex-direction: column;
    }
    .phitemsItems {
  display: flex;
  flex-direction: column;
}

.botLineH .searchblock input {
    min-width: 140px;
    width: 140px;
}
.botLineH .nav {
    width: 100%;
}
}

@media screen and (max-width:991px) {
/*myStyle AS*/
.topLineH .phoneBlock {
  align-items: flex-start;
}
.botLineH .nav > ul > li {
  padding-right: 5px;
}
.topBlock .txtBlock {
  left: calc((100% - 720px) / 2);
  width: 500px;
}
.topBlock > img {
  max-width: 1000px;
  margin-left: calc((100% - 1000px) / 2);
}
.topBlock p {
  font-size: 14px;
}
.topBlock h1 {
  font-size: 30px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.topBlock .callback-toggle {
  margin-top: 10px;
  height: 35px;
  width: 190px;
  font-size: 16px;
}
.title {
  margin-bottom: 35px;
}



.wrapItemsTile {
  grid-template-columns: repeat(2,1fr);
}

.wrapPreProducts .rightBlock {
  width: 365px;
}


.wrapPreProducts .imgW{
    max-width: 100%;
}
.wrapPreProducts .imgW  img{
    width: 100%;
}
.wrapPreProducts .leftBlock{
    width: calc(100% - 395px);
    padding-top: 20px;
}
.wrapPreProducts .nucLPP {
  font-size: 15px;
}

.wrapWhyWe{
    flex-wrap: wrap;
}
.wrapWhyWe .leftBlock{
    width: 100%;
    margin-bottom: 35px;
}
.wrapWhyWe .rightBlock{
    width: 100%;
}


/*End myStyle AS*/





}

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



/*myStyle AS*/
.wrapWhyWe .preBlock {
  grid-template-columns: repeat(2,auto);
}
 .nucPre:nth-child(n+3){
    border-top: 1px solid #cbe3f7;
}
.nucPre:nth-child(2n){
    border-right: none;
}



.topBlock .txtBlock{
    left: 0;
    top: 0px;
    width: 100%;
    background: rgba(0,0,0,.3);
    padding: 15px;
}
.topBlock > img {
  max-width: 800px;
  margin-left: calc((100% - 800px) / 2);
}
.wrapItemsTile{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    grid-gap: 0;
}
.wrapItemsTile .bitem{
    width: 100%;
    max-width: 400px;
    margin-bottom: 10px;
}
.wrapPreProducts .rightBlock{
    display: none;
}
.wrapPreProducts .leftBlock{
    width: 100%;
}
.wrapPreProducts .nucLPP br{
    display: none;
}
.wrapPreProducts .nucLPP{
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom:1px solid #61aff1;
}
.wrapPreProducts .nucLPP:before{
    display: none;
}
.wrapPreProducts .nucLPP:after{
    display: none;
}
.preProductsBlock {
  padding: 25px 0;
}




/*End myStyle AS*/

    .botLineH.active .container {
    margin: 0;
    padding: 0;
}
.botLineH .nav>ul>li {
    border-bottom: 1px dotted #ffff;
    width: 100%;
    padding: 5px 0;
}
.botLineH .nav ul a {
    text-decoration: none;
}
    .wrapHeader {
        padding: 0;
    }
    .footer-menu {
        margin-top: 20px;
    }
    .botLineH .nav {
        padding: 0 10px;
    }
    .botLineH {
        left: -100%;
        transition: all 0.7s ease;
        bottom: 0;
        width: 100%;
        position: fixed;
        background: #00525e;
        top: 0;
        z-index: 20;
        overflow: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 60px 10px;
    }
    .botLineH .wrapBLH {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .botLineH .nav {
        position: relative;
        padding: 0 10px;
        margin: 20px 0;
        display: flex;
        flex-direction: column;
        order: 2;
    }
    .searchblock {
        order: 1;
    }
    .botLineH.active {
        left: 0;
    }
    .botLineH .nav>ul {
        flex-direction: column;
        align-items: flex-start;
    }
    .header__burger {
        width: 30px;
        height: 20px;
        min-width: 30px;
        position: relative;
        z-index: 100;
        display: block;
    }
    .header__burger::before,
    .header__burger::after {
        content: '';
        background-color: #ffffff;
        position: absolute;
        width: 100%;
        min-width: 100%;
        height: 2px;
        left: 0;
        transition: all 0.3s ease 0s;
    }
    .header__burger::before {
        top: 0;
    }
    .header__burger span {
        position: absolute;
        background-color: #ffffff;
        left: 0;
        width: 100%;
        height: 2px;
        top: 9px;
        transition: all 0.3s ease 0s;
    }
    .header__burger::after {
        bottom: 0;
    }
    .header__burger.active::before {
        transform: rotate(45deg);
        top: 9px;
    }
    .header__burger.active span {
        display: none;
    }
    .header__burger.active::after {
        transform: rotate(-45deg);
        bottom: 9px;
    }
    .topLineH .wrapTLH {
        align-items: center;
    }
    .topLineH .logo {
        margin-left: 10px;
    }
    .topLineH {
        padding-bottom: 0
    }
    .topLineH .infoBlock {
        display: none;
    }
    .topLineH .phitemsItems {
        display: none;
    }
    .header__burger.active {
        display: none;
    }
    .header__burger.active2 {
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .header__burger.active2::before {
        transform: rotate(45deg);
        top: 9px;
    }
    .header__burger.active2 span {
        display: none;
    }
    .header__burger.active2::after {
        transform: rotate(-45deg);
        bottom: 9px;
    }
    .botLineH .searchblock input {
        min-width: 100%;
        width: 100%;
    }
    .botLineH .nav .openChildMain.active i {
        transform: rotate( 180deg) !important;
    }
    .botLineH .nav ul a {
        font-size: 20px;
    }
    .botLineH .nav>ul li:hover>.openChildMain i {
        transform: inherit;
    }
    .infoBlock {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .phitems {
        margin: 0 0 20px 0;
    }
    .topLineH {
        background: #007989;
        padding: 5px;
    }
    header {
        padding: 65px 0 0;
    }
    .topLineH.headerFixed {
        position: fixed;
        width: 100%;
        z-index: 20;
    }
    section {
        margin-top: 30px;
    }
.botLineH .nav>ul .parent {
    display: block;
    width: 100%;
}
.openChildMain {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    position: absolute;
    right: 0;
}

.logisticBlock .txtBlock {
    display: flex;
    align-items: center;
    background: #00aeda;
    padding: 20px;
    margin: 20px 0;
}

}

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

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

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





/*myStyle AS*/
.topBlock h1 {
  font-size: 26px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.topBlock > img {
  max-width: 600px;
  margin-left: calc((100% - 600px) / 2);
}


.formWrap{
    height: auto;
    padding: 15px;
    background: #e2f3fa;
    border: 8px solid #0088ce;
}
.formWrap form{
    width: 100%;
}








/*End myStyle AS*/


}

@media screen and (max-width:485px) {
.formWrap .wrapInputs{
    max-width: 100%;
    display: block;
}
.formWrap .wrapInputs input{
    margin-bottom: 12px;
}

.formWrap button{
    font-size: 14px;
}


}

@media screen and (max-width:425px) {
    .title .h1,
    .title h1 {
        font-size: 25px;
    }
    .title p {
        font-size: 15px;
    }

    .wrapFooter {
        flex-direction: column;
    }
    .wrapLogo {
        margin: 20px 0;
    }
    .phoneBlock .callback-toggle {
        padding: 10px;
        font-size: 13px;
    }
    .topLineH .logo {
        width: 110px;
    }
    .botLineH .nav>ul ul a {
        white-space: inherit;
    }


}

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

@media screen and (max-width:370px) {
.topLineH .logo {
        width: 90px;
    }


}