*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}

nav,footer,header,aside{display: block;}
html {
    font-family: sans-serif;
}
body{
	width: 100%;
	font-size: 18px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
    line-height: 1.4;
    color: #222;
}

input,button,textarea{font-family: inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner{padding:0;border:0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}

h1,h2,h3,h4,h5,h6{font-size: inherit;font-weight: 400;}

/* Top */

.row{
    display: flex;
    justify-content: space-between;
    max-height: 45px;
    height: 100%;
    background-color: #f7f7f7;
}

.row_button{
    display: inline-block;
    padding: 10px 15px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    letter-spacing: normal;
    color: #000000;
}

.row_button:hover{
    background-color: #c1c1c1;
}

.flags img{
    max-height: 25px;
}

/*  */

/* Navbar */

.navbar{
    display: flex;
    /* max-height: 145px;
    height: 100%; */
    background-color: #f7f7f7;
    border-radius: 0 0 4px 4px;
    padding-bottom: 10px;
}

.logo{
    padding: 20px;
    max-width: 270px;
}

.logo img{
    max-width: 230px;
    width: 100%;
}

.paddingplus{
    padding: 15px;
}

.search_input input{
    max-height: 40px;
    height: 100%;
    max-width: 920px;
    width: 100%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: start;
    letter-spacing: normal;
    border-radius: 7px;
    border: 1px solid rgb(23, 144, 187);
    padding: 15px;
    margin: 8px 6px 0 10px;
}

.navbarsearch{
    margin: 30px 0 0;
    width: 100%;
    padding-right: 15px;
}

.btn_search{
    display: block;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #ffffff;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    letter-spacing: normal;
    background-color: #1d8db2;
    padding: auto;
    border-radius: 7px;
    padding: 6px 12px;
    max-height: 40px;
    max-width: 91px;
    width: 100%;
    margin-top: 8px;
}

.btn_search img{
    width: 13px;
    vertical-align: middle;
}

.search_input{
    display: flex;
}

/*  */

/* Content */

.content{
    max-width: 835px;
    width: 100%;
    padding: 0 15px;
    margin-top: 21px;
}

.breadcrumb{
    display: flex;
    background-color: #f7f7f7;
    padding: 8px 15px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
}

.breadcrumb a{
    color: #337ab7;
    text-align: left;
    letter-spacing: normal;
}

.breadcrumb a::after{
    content: '/';
    color: #c1c1c1;
    margin: 0 10px;
}

.breadcrumb p{
    color: #777777;
    margin: 0;
}

h1{
    display: block;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 24px;
    line-height: 26.4px;
    padding: 0 5px 22px;
    margin: 10px 0 0;
}

.allcontents{
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
/*  */

/* Right content */

.rightcontent{
    max-width: 280px;
    width: 100%;
    margin-top: 21px;
    margin-left: 1.5rem;
}

/*  */

/* Linkbar */

.links{
    border-bottom: 1.8px solid #000;
}

.links a{
    display: inline-block;
    height: 32px;
    border-radius: 7px 7px 0 0;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding: 0 10px;
}

.links a:not(:first-child){
    background-color: #64afc8;
}
.links a:nth-child(1){
    background-color: #2483a0;
}



.article{
    width: 100%;
}

.twocontent{
    width: 100%;
    display: flex;
}

.content{
    max-width: 936px;
}

.icontitle{
    max-width: 258px;
    width: 100%;
}

.articlemargin{
    margin: 0 15px 20px;
}

h2{

    font-size: 20px;
    font-weight: 500;

}


/*  */

/* Notions */

.notion{
    width: 100%;
    max-width: 258px;
}

.notion p{
    color: #333333;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}

.notion_head{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: #1790bb;
    color: #ffffff;
    font-size: 17px;
    line-height: 37px;
    text-align: center;
    letter-spacing: normal;
    border-radius: 0 0 10px 10px;

}

.rightarticle{
    max-width: 288px;
    width: 100%;
    padding-left: 30px;
}

.public{
    display: block;
    font-size: 14px;
    line-height: 20px;
    text-align: start;
    letter-spacing: normal;
    padding: 10px;
    border: 1px solid #eee;
}

.noborder{
    border-radius: 10px;
}

.notioncontent{
    border: 2px solid #1790bb;
    border-top: none;
}

.notionbutton{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border: 2px solid #1790bb;
    border-radius: 10px;
    font-size: 14px;
    line-height: 20px;
    padding: 7px 22px;
    text-align: center;
    color: #1790bb;
}

.notioncontent a{
    display: block;
    margin: 0 auto;
}

.podl{
    padding: 10px;
    background-color: #1790bb;
    color: #fff;
    border-radius: 10px;
}

.ingrid{
    border: 2px solid #1790bb;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.ingrid img{
    /* float: left; */
    margin-right: 15px;
    border: 2px solid #1790bb;
    border-radius: 100%;
}

h3{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.comments{
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
}

.anchor{
    background-color: #1790bb;
    display: block;
    padding: 10px;
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border-radius: 10px;
    margin: 20px auto;
    text-align: center;
    max-width: 350px;
    width: 100%;
}

.anchor:hover{
    background-color: #14799d;
}

.slide{
    width: 100%;
    margin: 10px 0;
    max-width: 600px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.commentsh{
    margin-top:20px;
    border-bottom: 2px solid #14799d; 
    color: #14799d; 
    padding-bottom: 10px;
}

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

.prod img{
    width: 100%;
    max-width: 480px;
    margin-bottom: 15px;
}

/*  */

/* Media screen */

@media screen and (max-width: 1094px) {
    .row_button:nth-child(8){
        display: none;
    }
}

@media screen and (max-width: 984px) {
    .row_button:nth-child(7){
        display: none;
    }
    .rightcontent{
        display: none;
    }

}

@media screen and (max-width:843px) {
    .row_button:nth-child(6){
        display: none;
    }
}

@media screen and (max-width:682px) {
    .row_button:nth-child(5){
        display: none;
    }
    .rightarticle{
        display: none;
    }
    .article{
        max-width: 100%;
    }
    .articlemargin{
        margin: 10px 0;
    }
}

@media screen and (max-width:566px) {
    .row_button:nth-child(4){
        display: none;
    }
}

@media screen and (max-width:464px) {
    .row_button:nth-child(3){
        display: none;
    }
}

@media screen and (max-width:425px) {
    .navbarsearch{
        display: none;
    }
    .logo{
        margin: 0 auto;
    }
    .breadcrumb a:first-child{
        display: none;
    }
}

@media screen and (max-width:375px) {
    .breadcrumb a:nth-child(2){
        display: none;
    }
    .links a:nth-last-child(1){
        display: none;
    }
    .row{
        display: none;
    }
}
.newImg {
    width: 100%;
}

.doc {
    margin-bottom: 1rem;
}
.doc__date {
    font-weight: bold;
}
.doc__date span {
    font-size: 0.9em;
    font-weight: normal;
}
.doc__descr {
    margin-top: 0.5rem;
    text-align: center !important;
}
.notion__text {
    font-size: 15px;
    font-family: 'Verdana';
    padding: 10px;
    color: #337ab7;
    line-height: 1.42857143;
}
.icons {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 1rem;
    top: 35vh;
}
.icons a {
    padding: 7px 10px;
    background: #1790BB;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    border-radius: 12px;
}
.icons a svg {
    width: 36px;
    height: 36px;
    fill: #fff;
}
@media screen and (max-width: 1353px) {
    .icons  {
        display: none
    }
}

.hide,
.flag-dropdown {
  display: none;
}

.error-box {
  color: #fff;
  background-color: #de5042 !important;
  border-radius: 5px;
  text-align: center;
  width: 240px;
  font-size: 13px;
  line-height: 20px;
  margin: 5px auto !important;
  z-index: 100;
}

input:invalid {
  box-shadow: none;
}

#product-block {
    background: url("") center center no-repeat;
    height: 338px;
    width: 100% !important;
    display:block;
    margin:0px 0px 0px 0px !important;
    margin: 0!important;
    /* margin: 0 0 0 -10% !important;*/
    background-size:contain;
    text-align: center;}
  #product-block .plashka2-t{ color:#fff915; font-size:20px; line-height:25px; }
  #product-block .plashka2 b{ text-shadow: 1px 1px 2px #373838; }
  #product-block .plashka2 {
    position: absolute;
    background: center center no-repeat;
    background-size: 190px 262px;
    width: 190px !important;
    height: 138px;
    padding: 144px 30px 0 0;
    line-height: 22px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    margin: 48px 0 0 -10px !important;
    font-family: 'Roboto', sans-serif;
    box-sizing: content-box;
    z-index: 5;
  }
  @media screen and (max-width: 767px) {
    #product-block {
      width: 100% !important;
      height: 224px !important;
      margin: 0!important;
      /* margin: 0 0 0 -10% !important;*/
    }
    #product-block .plashka2 {
      background-size: 135px 188px;
      width: 110px !important;
      height: 98px;
      padding: 95px 25px 0 0;
      line-height: 16px;
      font-size: 13px;
      margin: 15px 0 0 0px !important;
    }
    #product-block .plashka2-t{font-size:14px;}
  }
  @media screen and (max-width: 720px) {
  .renul_seDwyoGn57 .gelat_Bb6MhOHv {text-align:center}
  }
  @media screen and (max-width: 200px) {
    #product-block .plashka2 {display:none;} }


#order_form {
    background: white;
    padding: 20px;
    max-width: 500px;
    font-family: Arial;
	text-align: center;
    margin: 0 auto;
    background-image: url("../images/formbg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#order_form h2 {
    font-size: 32px;
    line-height: 1.35;
    color: #000;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    font-style: normal;
}

#order_form label {
    /* width: 230px; */
    display: block;
    padding: 5px 0 5px 0;
    font-weight: bold;
    font-size: 16px;
}

#order_form label.vertical {
    border: none!important;
}

.device_info {
    font-size: 14px;
    color: green;
    display: block;
    margin: 10px 20px;
}

#order_form .order_form_pole {
    margin: 0 auto;
    max-width: 300px;
    margin-bottom: 10px;
}

#order_form input {
    font-size: 16px;
    padding: 15px;
    border-radius: 3px;
    border: 2px solid #e9d7dc;
    max-width: 300px;
    width: 100%;
}

/* #order_form span {
    font-size: 12px;
} */

#order_form button,
.obutton {
    display: inline-block;
    padding: 20px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
    border-radius: 5px;
    background-color: #0299ff;
    background-position: 1.35em .94em;
    background-size: 1em;
    background-repeat: no-repeat;
    transition: all .15s ease-in-out;
    border: none;
    cursor: pointer;
    font-size: 20px;
    margin-top: 20px;
}

#order_form button:hover,
.obutton:hover {
    background-color: #017ACC;
}

#order_form button:active {
    position: relative;
    top: 1px;
}

.order_info h2 {
    border: none!important;
    color: red!important;
}

.left_count {
    background: red;
    padding: 23px;
    margin: 12px 0px;
    width: 178px;
    color: #fff;
    text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000, 0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
    font-size: 32px!important;
    border-radius: 5px;
}

.left_count .prod_left_val {
    font-size: 52px!important;
    padding-right: 5px;
}

#order_form_success {
    position: relative;
}


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

    #order_form button {
        font-size: 16px;
    }
    #order_form {
        padding: 25px;
    }
    #order_form .order_form_pole {
        padding: 0px;
        margin: 2px auto;
    }
}

@media screen and (max-width: 459px) {
    #order_form input {
        width: 80%;
    }
    #order_form {
        margin:0;

    }
    #comments {
        margin-top: 0;
    }
}

@media screen and (max-width: 349px) {
    #order_form input {
        font-size: 17px;
    }
    #order_form button {
        margin-left: 0px;
    }
}
p {
    margin-top: 15px;
    margin-bottom: 15px;
}
.blue-border {
    margin: 15px 20px 15px 20px;
    border: 2px solid #0299ff;
    padding: 10px !important;
    text-align: center !important;
    max-width: 700px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.35;
}
.form-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.price {
    /* display: flex;
    justify-content: center; */
    font-size: 18px;
    margin-bottom: 10px;
}
.price__item {
    padding: 0 10px;
}
.price__item-title {
    margin-bottom: 5px;
}
.price__item-value--new {
    font-size: 28px;
    font-weight: 700;
    color: red;
}
.price__item-value--old {
    color: gray;
    text-decoration: line-through;
}
.prod {
    max-width: 250px;
}
@media screen and (max-width: 1023px) {
    .form-wrap {
        flex-direction: column;
    }
}
@media screen and (max-width: 767px) {
    .prod {
        max-width: 200px;
    }
}
@media screen and (max-width: 479px) {
    body {
        font-size: 16px;
        line-height: 1.3;
    }

    h1 {
        font-size: 21px;
    }
    .price {
        font-size: 19px;
    }
}
.newImg {
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.footer {
    background: #222;
}
.mt0 {
    margin-top: 0;
}
.comments p {
    margin-bottom: 0;
}
.comments-date {
    color: gray;
    font-size: 0.95em;
    margin-top: 10px;
}

.inL_32778 { color: blue; font-size: 14px }
.inL_475908 { font-size: 16px }
.inL_426535 { margin-bottom: 20px }
.inL_26426 { margin-top: 10px }
.inL_465814 { color: red }
.inL_66186 { 
                  padding: 20px;
                  border-top: 2px solid #eee;
                  border-bottom: 2px solid #eee;
                 }
.inL_15414 { width: 20% }
.inL_775939 { width: 100%; margin-top: 10px; max-width: 450px; display: block; }
.inL_943246 { padding-bottom: 10px; border-bottom: 1px solid #eee }
.inL_373372 { padding-top: 10px }
.inL_984297 { margin: 7px auto 25px; max-width: 85% }
.inL_348225 { margin: 0 auto 10px; max-width: 85% }
.inL_320783 { padding-top: 2rem }
.inL_688260 { padding: 6px 15px; line-height: 1.5em }
.inL_189237 { text-align: right; border-top: 0.15px solid #ddd }

.comments--bottom {
    border-bottom: none;
}
.comment-ava {
    width: 65px;
    height: 65px;
    float:left;
    margin-right: 15px;
    border-radius: 50%;
}

.comments.reply {
    padding-left: 65px;
}

.pulse {
    animation: pulse 2s infinite;
  }

  @keyframes pulse {
    0% {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
    }
  
    50% {
      transform: scale(1.05);
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -o-transform: scale(1.05);
      -ms-transform: scale(1.05);
    }
  
    100% {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
    }
  }

.nw {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px; 
  font-size: 14px;
  text-align: left;
  margin-bottom: 15px;
}

 .price_red {
    font-weight: 700;
    color: red;
}