@charset "UTF-8";

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,
em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,
main,menu,nav,output,ruby,section,summary,time,mark,audio,video 
{
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,
header,hgroup,main,menu,nav,section  
{
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a:hover,
a:active {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  outline-width: 0em !important;
  outline-color: none !important;
}

/*
  ==============================
  Пользовательские стили шрифта
  ==============================
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Open+Sans+Condensed:300|PT+Sans|Arimo|Rubik');

body {
  margin: 0em auto;
  padding: 0em;
  overflow-y: scroll;
  max-width: 97.500em;
  font-family: 'Rubik', 'PT Sans', 'Open Sans Condensed', 'Arimo', sans-serif;
  font-size: 1em;
  /*16px*/
  font-weight: 300;
  line-height: 1;
  align-items: center;
}

_:-ms-lang(x),
_:-webkit-full-screen,
body {
  overflow-y: scroll;
}

_:-webkit-any(x)::x-backdrop,
body {
  overflow-y: scroll;
}

.bold {
  font-weight: bold;
}

/*
=================
КНОПОКА "Наверх"
=================
*/
#ToTopBtn {
  display: none;
  margin-bottom: 0.625em;
  /*10px*/
  position: fixed;
  bottom: 0.625em;
  /*10px*/
  right: 0.313em;
  /*5px*/
  z-index: 99;
  font-family: 'Rubik', sans-serif;
  color: #ffff;
  text-decoration: none;
  text-transform: none;
  font-size: 1.000em;
  /*16px*/
  font-weight: 400;
  border: none;
  outline: none;
  background-color: #e82323;
  cursor: pointer;
  padding: 0.625em;
  /*10px*/
  border-radius: 0.125em;
  /*2px*/
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.1);
}

_:-ms-lang(x),
_:-webkit-full-screen,
#ToTopBtn {
  font-family: 'Rubik', sans-serif;
  color: white;
}

_:-webkit-any(x)::x-backdrop,
#ToTopBtn {
  font-family: 'Rubik', sans-serif;
  color: white;
  position: fixed;
  margin-bottom: 0.625em;
  /*10px*/
  bottom: 0.625em;
  /*10px*/
  right: 0.313em;
  /*5px*/
  z-index: 99;
}

/*#ToTopBtn:hover {
background-color: #9d999d;
color:#ffff; 
font-size: 1.000em; /*16px*/
/*font-weight: 400;    
}*/

/*
==========================
CSS START ОБЁРТКА WRAPPER
==========================
*/
.wrapper {
  margin: 0em auto;
  padding: 0em;
  /*margin-bottom: 0.938em;*/
  /*15px*/
  margin-top: 0.938em;
  /*15px*/
  max-width: auto;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  font-family: 'Rubik';
}

/*
====================================
ПОЗИЦОНИРУЕМ И СТИЛИЗУЕМ МЕНЮ ICONS
====================================
*/
.icons {
  margin: 0em auto;
  padding: 0em;
  display: flex;
  position: relative;
  justify-items: end;
  width: 100%;
}

.icons-menu {
  display: flex;
  width: auto;
  margin-left: auto;
}

.icons-menu li {
  display: inline-block;
  margin-right: 2.625em;
  /*42px;*/
  z-index: 1;
}

.icons-menu li:last-child {
  /* Сброс правого отступа списка навигации */
  margin-right: 0em;
}

_:-ms-lang(x),
_:-webkit-full-screen,
.tip {
  font-family: 'Arimo', sans-serif;
  text-decoration: none;
  font-weight: 300;
  color: white;
}

_:-webkit-any(x)::x-backdrop,
.tip {
  font-family: 'Arimo', sans-serif;
  text-decoration: none;
  font-weight: 300;
  color: white;
}

/*
======================================
ПОЗИЦОНИРУЕМ И СТИЛИЗУЕМ CONTAINER-TOP
======================================
*/
.container-top {
  margin: 0 auto;
  padding: 0;
  display: flex;
  position: relative;
  width: 100%;
  /*1560px;*/
  height: 4.688em;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.063em solid #355ae0;
}

.logo {
  display: flex;
  position: absolute;
  left: 0em; /*0px;*/
  bottom:  0.188em;  /*3px;*/
  width: 13.750em;
  /*220px;*/
  height: 4.375em;
  /*70px;*/
  outline-style: none;
  overflow: hidden;
  /* Изображение не вылезает за границы контейнера*/
}

.logo-image {
  width: 13.750em;
  /*220px;*/
  height: 4.375em;
  /*70px;*/
  min-width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  }

/***********SAFARI***********/
_:-webkit-any(x)::x-backdrop,
.logo {
  display: flex;
  position: absolute;
  width: 13.750em;
  /*220px;*/
  height: 4.375em;
  /*70px;*/
  /*margin-bottom: 10px; /*3px;*/
  outline-style: none;
  overflow: hidden;
  /* Изображение не вылезает за границы контейнера*/
}

/***********SAFARI***********/


/***********NTNK REQUEST***********/
.request {
  position: absolute;
  font-size: 1em;
  top: 0.250em;
  /*4px;*/
  left: 15.625em;
  /*250px;*/
  padding: 0.188em;
  /*3px;*/
  border: 0.063em;
  /*1px;*/
  border-radius: 0.250em;
  /*4px;*/
  background-color: #ffc400;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  outline: none;
}

.request a {
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffff;
  outline: none;
}

_:-ms-lang(x),
_:-webkit-full-screen,
.request {
  position: absolute;
  font-size: 1em;
  top: 0.250em;
  /*4px;*/
  left: 15.625em;
  /*250px;*/
  padding: 0.188em;
  /*3px;*/
  border: 0.063em;
  /*1px;*/
  border-radius: 0.250em;
  /*4px;*/
  background-color: #ffc400;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

_:-ms-lang(x),
_:-webkit-full-screen,
.request a {
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  font-size: 1em;
  text-transform: lowercase;
  font-weight: 600;
  color: white;
}

@-moz-document url-prefix() {
  .request {
    position: absolute;
    font-size: 1em;
    top: 0.250em;
    /*4px;*/
    left: 15.625em;
    /*250px;*/
    padding: 0.188em;
    /*3px;*/
    border: 0.063em;
    /*1px;*/
    border-radius: 0.250em;
    /*4px;*/
    background-color: #ffc400;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  }
}

@-moz-document url-prefix() {
  .request a {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    text-decoration: none;
    text-transform: lowercase;
    font-weight: 600;
    color: #ffff;
  }
}

/*****SAFARI*****/
_:-webkit-any(x)::x-backdrop,
.request {
  position: absolute;
  font-size: 1em;
  top: 0.250em;
  /*4px;*/
  left: 15.625em;
  /*250px;*/
  padding: 0.188em;
  /*3px;*/
  border: 0.063em;
  /*1px;*/
  border-radius: 0.250em;
  /*4px;*/
  background-color: #ffc400;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

_:-webkit-any(x)::x-backdrop,
.request a {
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  font-size: 1em;
  text-transform: lowercase;
  font-weight: 600;
  color: #ffff;
}

/*****SAFARI*****/

/***********NTNK OLD***********/



/******************************/

.pages-menu {
  display: flex;
  margin-left: auto;
  margin-right: 8.750em;
  /*140px;*/
  margin-top: 3.688em;
  /*59px;*/
  margin-bottom: 1em;
  /*16px;*/
  /*отступ зафиксирован, не съезжает при масштабировании*/
}

.pages-menu li {
  display: inline-block;
  /*выравнивание в линию*/
  margin-right: 3.250em;
  /*52px;*/
}

.pages-menu li:last-child {
  /* Сброс правого отступа списка навигации */
  margin-right: 0em;
}

.pages-menu a {
  display: flex;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.313em 0.625em;
  /*5px 10px;*/
  color: #355ae0;
  background: rgba(255, 255, 255, 1);
  transition: .2s linear;
}

.pages-menu a:hover {
  background: rgba(53, 90, 224, 0.6);
  color: #ffffff;
}

/*****************************/
/*Выпадающее меню*/
.dropdown {
  display: none;
  flex-direction: row;
  margin-left: auto;
  height: auto;
  width: auto;
  outline-width: 0em !important;
  outline-color: none !important;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(255, 255, 255, 1);
  min-width: 10.000em;
  margin-top: 0.125em;
  right: 0em;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  outline-width: 0em !important;
  outline-color: none !important;
}

.dropdown-content a {
  color: #355ae0;
  font-family: 'Rubik', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0.750em 1em;
  display: block;
  border-bottom: 0.063em solid rgba(115, 112, 112, 0.2);
  outline-width: 0em !important;
  outline-color: none !important;
}

.linebtn {
  position: relative;
  margin-bottom: -0.313em;
  /*-5px*/
  height: 1.500em;
  /*24px*/
  width: 1.500em;
  /*24px*/
  cursor: pointer;
  outline-width: 0em !important;
  outline-color: none !important;
}

.phone {
  position: relative;
  margin-right: 1.250em;
  /*20px*/
  height: 1.500em;
  /*24px*/
  width: 1.500em;
  /*24px*/
  cursor: pointer;
}

.mail {
  position: relative;
  margin-right: 1.250em;
  /*20px*/
  height: 1.500em;
  /*24px*/
  width: 1.500em;
  /*24px*/
  cursor: pointer;
}

.show {
  display: block;
}

/*Выпадающее меню конец*/
/********************************************/

/*
================================================
ПОЗИЦОНИРУЕМ И СТИЛИЗУЕМ СЕКЦИЮ CONTAINER-SLIDER
================================================
*/
.slider {
  margin: 0em auto;
  padding: 0em;
  display: flex;
  width: 100%;
  min-height: 30.000em;;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  margin-bottom: 5px;
  /*1px*/
  background: rgb(95,149,230);
  background: -moz-linear-gradient(180deg, rgba(95,149,230,1) 0%, rgba(45,108,253,1) 65%);
  background: -webkit-linear-gradient(180deg, rgba(95,149,230,1) 0%, rgba(45,108,253,1) 65%);
  background: linear-gradient(180deg, rgba(95,149,230,1) 0%, rgba(45,108,253,1) 65%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5f95e6",endColorstr="#2d6cfd",GradientType=1);
  
}

.slider-wrapper {
  margin: 0em auto;
  padding: 0em;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100%;
}

.slider-wrapper>.slide:first-child {
  opacity: 1;
}

.slide {
  display: flex;
  width: 100%;
  /*1320px; 82.500em; 84.61538461%*/
  height: auto;
  /*320px; 20.000em;*/
  position: absolute;
  opacity: 0;
  transition: opacity 1.4s linear;
}

.slide img {
  position: relative;  
  left: 58.5%;
  width: 31.250em;
  height: auto;
}

#keysightsvg {
  position: absolute;
  display: flex;
  width: 15.000em;
  height: auto;
  top: 15.750em;
  left: 0.938em;
  background-color: #ffff;
  border: solid 0.313em #ffff;
  border-radius: 0.188em;
}

#maurysvg {
  position: absolute;
  display: flex;
  width: 20.625em;
  height: auto;
  top: 16.750em;
  left: 0.938em;
  background-color: #ffff;
  border: solid 0.313em #ffff;
  border-radius: 0.188em;
}

#semisharesvg {
  position: absolute;
  display: flex;
  width: 14.625em;
  height: auto;
  top: 18.750em;
  left: 0.938em;
  background-color: #ffff;
  border: solid 0.313em #ffff;
  border-radius: 0.188em;
}

#toghuisvg {
  position: absolute;
  display: flex;
  width: 18.125em;
  height: auto;
  top: 18.750em;
  left: 0.938em;
  background-color: #ffff;
  border: solid 0.313em #ffff;
  border-radius: 0.188em;
}

#wismansvg {
  position: absolute;
  display: flex;
  width: 15.000em;
  height: auto;
  top: 18.750em;
  left: 0.938em;
  background-color: #ffff;
  border: solid 0.313em #ffff;
  border-radius: 0.188em;
}

#ceyarsvg {
  position: absolute;
  display: flex;
  width: 15.000em;
  height: auto;
  top: 18.750em;
  left: 0.938em;
  background-color: #ffff;
  border: solid 0.313em #ffff;
  border-radius: 0.188em;
}

#varexsvg {
  position: absolute;
  display: flex;
  width: 18.125em;
  height: auto;
  top: 18.750em;
  left: 0.938em;
  background-color: #ffff;
  border: solid 0.313em #ffff;
  border-radius: 0.188em;
}

.sl_text {
  position: absolute;
  display: flex;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  line-height: 1.4;
  text-align: left;
  padding: 0;
  top: 1.5000em;
  width: 30%;
}

.sl_desc {
  margin-left: 0em;
  padding-left: 0.625em;
  /*10px;*/
}

/********************************************/

/*
=======================================
ПОЗИЦОНИРУЕМ И СТИЛИЗУЕМ СЕКЦИЮ TITLE
=======================================
*/

.title {
  margin: 0em auto;
  padding: 0em;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  /*1560px;*/
  height: auto;
}

.container_title {
  /*контейнер с тексом*/
  margin: 0em auto;
  padding: 0em;
  display: flex;
  font-family: 'Rubik', sans-serif;
  text-align: left;
  flex-direction: column;
  align-items: left;
  justify-content: left;
  margin: 1em 0 0 0;
  width: 66.250em;
  /*1060px;*/
  height: auto;
  /* (inherit) - текст не выезжает за пределы блока при масштабировании*/
  overflow: hidden;
}

.h2hide {
  font-family:'Arial', sans-serif;
  align-items: center;
  text-align: center;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1.2;
  margin-bottom: 0.8em;
  margin-top: 1.5em;  
  display: none;
}

.h1MP {
  font-family:'Arial', sans-serif;
  align-items: center;
  text-align: center;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.2;
  margin-bottom: 0.8em;
  margin-top: 1.5em;  
}

.paragraph_white_bg {
    margin-top: 0.625em;
    margin-bottom: 0em; 
    background-color: rgba(255, 255, 255, 0.7);
}

.paragraph {
    display: block;
    font-family:'Rubik', sans-serif;
    padding: 0.313em 0.625em 0.313em 0.625em;
    text-align: center;
    font-size: 1.21em;       
    font-weight: 500;
    color: #292828;
    line-height: 1.6;
}

/*
=======================================
ПОЗИЦОНИРУЕМ И СТИЛИЗУЕМ СЕКЦИЮ VENDORS
=======================================
*/
.vendors {
  /*Контейнер VENDORS*/
  margin: 0em auto;
  padding: 0em;
  display: flex;
  width: 100%;
  height: auto;
  position: relative;
  border-bottom: 0.063em solid #355ae0;
  /*border-top: 0.063em solid #355ae0;*/
}

/*
============
СТИЛИ КНОПОК
============
*/
.PattnersBox {
  display: flex;
  position: absolute;
  left: 0;
  top: 0.063em;
  /*1px*/
}

.venbutton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.750em;
  /*140px*/
  height: 2.000em;
  /*32px*/
  border-radius: 0.125em;
  /*2px*/
  font-family: 'Rubik', sans-serif;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.000em;
  /*16px*/
  font-weight: 400;
  background-color: #6685f4;
  box-shadow: 0 0.063em 0.125em rgba(0, 0, 0, 0.1);
  /*0 1px 2px rgba(0,0,0,0.1);*/
}

/*
========================================
КОНТЕЙНЕР VENDORS & СТИЛИ ОКОН VENDORS
========================================
*/

.VendorContainer {
  margin: 0em auto;
  padding: 0em;
  display: flex;
  flex-flow: wrap;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 66.250em;
  /*1060px;*/
  height: auto;
  /*335px*/
  margin-top: 2.063em;
  /*33px;*/
  margin-bottom: 2.063em;
  /*33px;*/
}

.imgBox {
  position: relative;
  text-align: center;
  height: auto;
  width: 21.25em;
  /*340px*/
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #c9cdd6; 
  box-shadow: 0 8px 24px rgba(164, 169, 189, 0.12); 
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.imgBox:hover {
  transform: translateY(-5px);
  border-color: #86a0fd; 
  box-shadow: 0 12px 32px rgba(174, 176, 184, 0.25); 
}

.imgBox a {
  display: block; 
  width: 100%;
  text-decoration: none;
  color: inherit;
}
 
.Itemvend {
  display: block; 
  width: 100%;
  height: 12em; 
  object-fit: cover;
}

.textBox {
  background: #5c6066; 
  padding: 10px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #e8ecf2;
}

.textBox p {
  font-family: 'Open Sans', sans-serif;
  color:  #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 4px 0;
}

.VendorContainer .imgBox:nth-child(n+4) {
  margin-top: 1.566%;
}

/*
========================================
ПОЗИЦОНИРУЕМ И СТИЛИЗУЕМ СЕКЦИЮ ABOUT US
========================================
*/

.AboutUs {
  margin: 0em auto;
  padding: 0em;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  /*1560px;*/
  height: auto;
  border-bottom: 0.063em solid #355ae0;
}

.container_AboutUs {
  /*контейнер с тексом*/
  margin: 0em auto;
  padding: 0em;
  display: flex;
  font-family: 'Rubik', sans-serif;
  text-align: left;
  flex-direction: column;
  align-items: left;
  justify-content: left;
  margin: 2.063em 0 2.063em 0;
  /*33px;*/
  width: 66.250em;
  /*1060px;*/
  height: auto;
  /* (inherit) - текст не выезжает за пределы блока при масштабировании*/
  overflow: hidden;
  border-radius: 0.125em;
  /*2px*/
  box-shadow: 0 0.063em 0.125em rgba(0, 0, 0, 0.1), 0 0.063em 0.188em rgba(0, 0, 0, 0.2);
  /*0 1px 2px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.2);*/
  background: rgba(245, 245, 245, 0.7);
}

.aush2 {
  padding-left: 0.375em;
  padding-top: 0.625em;
  padding-bottom: 0.625em; 
}

.container_AboutUs p:first-child {
  /*контейнер с тексом*/
  display: block;
  /*по ширине*/
  padding-top: 0.625em;
  /*10px*/
  padding-bottom: 0.313em; 
  /*0px*/
  padding-left: 0.625em;
  /*10px*/
  padding-right: 0.625em;
  /*10px*/
  font-size: 1.05em;
  /*16px*/
  font-weight: 300;
  line-height: 1.5;
}

.container_AboutUs p:nth-child(2n) {
  /*контейнер с тексом*/
  display: block;
  padding-top: 0.313em;
  /*0px*/
  padding-bottom: 0.625em;
  /*10px*/
  padding-left: 0.625em;
  /*10px*/
  padding-right: 0.625em;
  /*10px*/
  font-size: 1.05em;
  /*16px*/
  font-weight: 300;
  line-height: 1.8;
}

.container_AboutUs p:nth-child(2n+1) {
  /*контейнер с тексом*/
  display: block;
  padding-top: 0.313em;
  /*0px*/
  padding-bottom: 0.625em;
  /*10px*/
  padding-left: 0.625em;
  /*10px*/
  padding-right: 0.625em;
  /*10px*/
  font-size: 1.05em;
  /*16px*/
  font-weight: 300;
  line-height: 1.5;
}

/*
============
СТИЛИ КНОПОК
============
*/
.AboutUsBox {
  /*кнопка О НАС*/
  display: flex;
  position: absolute;
  left: 0;
  top: 0.063em;
  /*1px*/
}

.AboutUsbutton {
  /*кнопка О НАС*/
  display: flex;
  position: relative;
  height: 2.000em;
  /*32px*/
  width: 8.750em;
  /*140px*/
  border-radius: 0.125em;
  /*2px*/
  align-items: center;
  justify-content: center;
  font-family: 'Rubik', sans-serif;
  color: #ffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.000em;
  /*16px*/
  font-weight: 400;
  background-color: #6685f4;
  box-shadow: 0 0.063em 0.125em rgba(0, 0, 0, 0.1);
  /*0 1px 2px rgba(0,0,0,0.1);*/
}

_:-ms-lang(x),
_:-webkit-full-screen,
.AboutUsbutton {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  color: white;
  background-color: #6685f4;
}

/********************************************/

/*
====================================
ПОЗИЦОНИРУЕМ И СТИЛИЗУЕМ СЕКЦИЮ NEWS
====================================
*/
/*
============
СТИЛИ КНОПОК
============
*/
.newsBox {
  display: flex;
  position: absolute;
  left: 0;
  top: 0.063em;
  /*1px*/
}

.newsbutton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.750em;
  /*140px*/
  height: 2.000em;
  /*32px*/
  border-radius: 0.125em;
  /*2px*/
  font-family: 'Rubik', sans-serif;
  color: #ffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.000em;
  /*16px*/
  font-weight: 400;
  background-color: #6685f4;
  box-shadow: 0 0.063em 0.125em rgba(0, 0, 0, 0.1);
  /*0 1px 2px rgba(0,0,0,0.1);*/
}

_:-ms-lang(x),
_:-webkit-full-screen,
.newsbutton {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  color: white;
  background-color: #6685f4;
}

.news {
  /*Контейнер NEWS*/
  margin: 0em auto;
  padding: 0em;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  border-bottom: 0.063em solid #355ae0;
}

.listMore li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1.250em 0 0.938em 0;
  /*20px;15px;*/
  width: 66.250em;
  /*1060px;*/
  height: auto;
  overflow: hidden;
  border-radius: 0.125em;
  /*2px*/
  box-shadow: 0 0.063em 0.125em rgba(0, 0, 0, 0.1), 0 0.063em 0.188em rgba(0, 0, 0, 0.2);
  /*0 1px 2px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.2);*/
  background: rgba(245, 245, 245, 0.7);
}

.listMore p {
  /*контейнер с тексом*/
  font-family: 'Rubik', sans-serif;
  align-items: flex-start;
  text-align: left;
  padding: 0.625em;
  /*10px*/
  font-size: 1.05em;
  /*16px*/
  font-weight: lighter;
  font-weight: 300;
  line-height: 1.5;
}

.listMore li:first-child {
  margin: 2.063em 0 1.250em 0;
  /*33px;20px;*/
}

.listMore li:last-child {
  margin: 1.250em 0 2.063em 0;
  /*20px; 33px;*/
}

.imgnews {
  display: inline-flex;
  flex-shrink: 0;
  /*!!!!!!!*/
  position: relative;
  align-content: center;
  align-items: flex-end;
  float: right;
  margin: 0.375em 0.438em 0.375em 0;
  /*6px 7px 6px 0;*/
  height: 5.625em;
  /*90px; 5.625em;*/
  width: 8.750em;
  /*140px; 8.750em*/
  border-radius: 0.125em;
  /*2px*/
  overflow: hidden;
  /*Изображение не вылезает за границы контейнера*/
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.1);
}

.imgnews img {
  display: block;
  /*top: 0.188em; /*3px*/
  position: relative;
  height: 5.625em;
  width: 8.750em;
  transition: all 0.3s;
  /*Изображение не схлопывается*/
  border-radius: 0.125em;
  /*2px*/
  background-color: #ffff;
  /*yellow;*/
}

.imgnews:hover a img {
  transform: scale(1.05);
  transition: all 0.5s;
}

.refnews {
  text-decoration: none;
  text-transform: none;
  color: #000000;
  /*#1000f2*/
}

.refnews:hover {
  color: #355ae0;
  text-decoration: none;
}

/********************************************/
/*
=====================================
ПОЗИЦОНИРУЕМ И СТИЛИЗУЕМ СЕКЦИЮ STOCK
=====================================
*/
/*
============
СТИЛИ КНОПОК
============
*/
.stockBox {
  /*кнопка STOCK*/
  display: flex;
  position: absolute;
  left: 0;
  top: 0.063em;
  /*1px*/
}

.stockbutton {
  /*кнопка STOCK*/
  display: flex;
  background-color: #6685f4;
  border-radius: 0.125em;
  /*2px*/
  height: 2.000em;
  /*32px*/
  width: 8.750em;
  /*140px*/
  align-items: center;
  justify-content: center;
  font-family: 'Rubik', sans-serif;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1em;
  /* 16px*/
  font-weight: 400;
  box-shadow: 0 0.063em 0.125em rgba(0, 0, 0, 0.1);
  /*0 1px 2px rgba(0,0,0,0.1);*/
}

.stock {
  margin: 0em auto;
  padding: 0em;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  border-bottom: 0.063em solid #355ae0;
}

.container_stock {
  display: flex;
  margin: 0em auto;
  margin: 2.688em 0 2.063em 0;
  /*43;33px;*/
  padding: 0em;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 99.8%;
  height: 25.000em;
  border-radius: 0.125em;
  /*2px*/
  overflow: hidden;
}

.stock2dark {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.stock2dark a {
  text-decoration: none;
  font-size: 1.500em;
  /*24px*/
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: white;
}

.WarehouseImg {
  margin: 0em auto;
  padding: 0em;
  display: flex;
  align-content: center;
  align-items: center;
  width: 67.063em;
  /*1073px, 30% оригинала*/
  height: 16.063em;
  /*257px, 30% оригинала*/
}

/*смена фона ниже 1115px*/
.WarehouseImg_small {
  margin: 0em auto;
  padding: 0em;
  display: none;
  align-content: center;
  align-items: center;
  width: 21.563em;
  /*345px, 70% оригинала*/
  height: 14.125em;
  /*226px, 70% оригинала*/
}

.lable_min {
  display: none;
}

/********************************************/
/*
=====================================
ПОЗИЦОНИРУЕМ И СТИЛИЗУЕМ СЕКЦИЮ FEEDBACK
=====================================
*/

.Feedback {
  margin: 0em auto;
  padding: 0em;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  /*1560px;*/
  height: auto;
}

.container_Feedback {
  /*контейнер с тексом*/
  margin: 0em auto;
  padding: 0em;
  display: flex;
  font-family: 'Rubik', sans-serif;
  text-align: left;
  flex-direction: column;  justify-content: left;
  margin: 2.063em 0 0 0;
  /*33px;*/
  width: 66.250em;
  /*1060px;*/
  height: auto;
  /* (inherit) - текст не выезжает за пределы блока при масштабировании*/
  overflow: hidden;
  border-radius: 0.125em;
  /*2px*/
  box-shadow: 0 0.063em 0.125em rgba(0, 0, 0, 0.1), 0 0.063em 0.188em rgba(0, 0, 0, 0.2);
  /*0 1px 2px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.2);*/
  background: rgba(245, 245, 245, 0.7);
}

.container_Feedback:last-child {
  display: flex;
  margin: 1.25em 0 2.063em 0;
}

.container_Feedback p{
  /*контейнер с тексом*/
  display: block;
  /*по ширине*/
  padding-top: 0.625em;
  /*10px*/
  padding-bottom: 0.313em; 
  /*0px*/
  padding-left: 0.625em;
  /*10px*/
  padding-right: 0.625em;
  /*10px*/
  font-size: 1.25em;
  /*16px*/
  font-weight: 300;
  line-height: 1.5;
}

.container_Feedback p:nth-child(2n) {
  /*контейнер с тексом*/
  font-family: 'Rubik', sans-serif;
  display: block;
  padding-top: 0.313em;
  /*0px*/
  padding-bottom: 0.625em;
  /*10px*/
  padding-left: 0.625em;
  /*10px*/
  padding-right: 0.625em;
  /*10px*/
  font-size: 1.05em;
  /*16px*/
  font-weight: 600;
  line-height: 1.8;
}

/*
============
СТИЛИ КНОПОК
============
*/
.FeedbackBox {
  /*кнопка О НАС*/
  display: flex;
  position: absolute;
  left: 0;
  top: 0.063em;
  /*1px*/
}

.Feedbackbutton {
  /*кнопка О НАС*/
  display: flex;
  position: relative;
  height: 2.000em;
  /*32px*/
  width: 8.750em;
  /*140px*/
  border-radius: 0.125em;
  /*2px*/
  align-items: center;
  justify-content: center;
  font-family: 'Rubik', sans-serif;
  color: #ffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.000em;
  /*16px*/
  font-weight: 400;
  background-color: #6685f4;
  box-shadow: 0 0.063em 0.125em rgba(0, 0, 0, 0.1);
  /*0 1px 2px rgba(0,0,0,0.1);*/
}

_:-ms-lang(x),
_:-webkit-full-screen,
.AboutUsbutton {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  color: white;
  background-color: #6685f4;
}


/********************************************/

/*
======================================
ПОЗИЦОНИРУЕМ И СТИЛИЗУЕМ СЕКЦИЮ FOOTER
======================================
*/
.container_footer {
  margin: 0em auto;
  padding: 0em;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  /*200px;( inherit;)*/
  font-family: 'Open Sans', sans-serif;
  justify-content: left;
  background-color: rgba(0, 0, 0, 0.6);
}

.containerA {
  display: flex;
  flex-direction: row;
  text-decoration: none; 
  max-width: 800px;
  justify-content: space-between;
}


.container_footer hr {
  border-top-color:#ffffff;
  opacity:0.5
}

.adress {
  margin: 0.625em;
  /*10px;10px;*/
  font-size: 1em;
  /*16px*/
  color: #ffff;
  text-align: left;
  font-weight: 600;
  font-size: 0.938em;
  line-height: 1.5;
  text-decoration: none;
}

.rights {
  color: #ffff;
  margin-top: 0.625em;
  /*10px;*/
  margin-left: 0.625em;
  /*10px;*/
  font-size: 1em;
  /*16px*/
  margin-bottom: 0.625em;
  font-weight: 600;
  font-size: 0.938em;
  line-height: 1.5;
}

.telephones {
  margin-right: 0.625em;
}

.call {
  font-weight: 600;
  font-size: 0.938em;
  line-height: 1.5;
  text-decoration: none;
  color: #ffff;
}

.refinfo {
  font-weight: 600;
  font-size: 0.938em;
  line-height: 1.5;
  margin-bottom: 0.625em;
  color: #ffff;
}

.list_link {
  font-weight: 600;
  font-size: 0.938em;
  line-height: 2;
  margin-left: 0.625em;
  text-decoration: none;
  color: #ffff;
  margin-top: 0.625em;
  /*10px;*/
  margin-left: 0.625em;
  /*10px;*/
}

.list_link li a {
text-decoration: none; 
font-weight: 600;
font-size: 0.938em;
color: #ffff;
}

.list_link h5 {
  text-transform: uppercase;
  font-size: 1em;
  margin-bottom: 0.625em;
}

.vl {
  font-weight: 600;
  font-size: 0.938em;
  line-height: 1.5;
  margin-bottom: 0.625em;
  color: #ffff;
  text-decoration: none;
}
/********************************************/

/*********************СТИЛИ H1***********************/
.h1Yes {
  font-family:'Arial', sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  margin-left: 0.625em;
}

.h1No {
  display: none;
  font-weight: 700;
  font-size: 1.3em;
  margin-left: 0.625em;
}

.h3lh {
  font-family:'Arial', sans-serif;
  padding-left: 0.625em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-top: 0.625em;
  margin-bottom: 0em;
  line-height: 1.5;
  }
/***************************************************/


  /***********Quotation***********/
  .Quotation {
    position: relative;
    font-size: 1em;
    left: 0.625em;
    /*10px;*/
    margin-top: 0.625em;
    /*10px*/
    margin-bottom: 1.250em;
    /*20px*/
  }
  
  .Quotation a {
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    font-size: 1em;
    text-transform: uppercase;
    padding: 0.375em;
    /*6px;*/
    border: 0.063em;
    /*1px;*/
    border-radius: 0.250em;
    /*4px;*/
    font-weight: 600;
    color: #3c64f5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    outline: none;
    box-shadow: 0 0.063em 0.125em rgba(123, 153, 238, 0.1), 0 0.063em 0.188em #4f79eebd;
  /*0 1px 2px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.2);*/
  }

  .Quotation a:hover {
    background: rgb(243, 247, 255);
  }  
  
  /***********QUOTATION END***********/

  /*********************Link Glow off***********************/
    a, label{
	  -webkit-tap-highlight-color: transparent;
    }

    .dropdown, .breadcrumb, .logo a, .tip, .svgcolor, .list_link a, .telephones a, .delref, .menu a, .dropdown a, .dropdown-content a, .request a, #ToTopBtn, .imgBox, .venbutton, .AboutUsbutton, .newsbutton, .stockbutton, .lable_max, .lable_min, .locationbutton, .container_location { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

  /****************************************************/


  /**********************СЕКЦИЯ EVENTS******************************/

      .img_content {
            position: relative;
            margin: 0 auto;
            display: block;
            text-align: center;
            width: 80%;
            height: auto;
           }

      @media (min-width: 350px) and (max-width: 600px) {

            .img_content {
            width: 90%;
            height: auto;
            }

            }
/****************************************************/