@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;
}

/*
==========================
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', sans-serif;
}

/*
====================================
ПОЗИЦОНИРУЕМ И СТИЛИЗУЕМ МЕНЮ 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 REQUEST***********/

.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;
}

/*Выпадающее меню конец*/
/********************************************/

/*
=============================================
РАЗДЕЛ NEWS
=============================================
*/

.NEWS {
  margin: 0em auto;
  padding: 0em;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  height: auto;
  width: 100%;
}

.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.05rem;
  /*16px*/
  font-weight: lighter;
  font-weight: 300;
  line-height: 1.5;
}

.listMore li:first-child {
  margin: 3.875em 0 1.250em 0;
  /*62px;20px;*/
}

.listMore li:last-child {
  margin: 1.250em 0 1.250em 0;
  /*20px; 20px;*/
}

.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: flex;
  /*top: 0.188em; /*3px*/
  position: relative;
  height: 5.625em;
  width: 8.750em;
  transition: all 0.3s;
  /*Изображение не схлопывается*/
  border-radius: 0.125em;
  /*2px*/
  background-color: #ffff;
}

.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;
}

/********************************************/
/*
=============================================
СТИЛИ КНОПОК NEWS
=============================================
*/

.NewsBox {
  /*кнопка НОВОСТИ*/
  display: flex;
  position: absolute;
  left: 0;
  /* 16.123%; 16.0897435%;15.688em; 251px;*/
  top: 1.250em;
  /*1.250em; 20px*/
}

.Newsbutton {
  /*НОВОСТИ*/
  display: flex;
  position: relative;
  background-color: #6685f4;
  height: 32px;
  /*32px*/
  width: 140px;
  /*140px*/
  border-radius: 0.125em;
  /*2px*/
  align-items: center;
  justify-content: center;
  font-family: 'Rubik', sans-serif;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.000em;
  /*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);*/
}

/********************************************/

/*
=============================================
LOAD MORE
=============================================
*/

.load-more__btn {
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  margin-top: 0.125em;
  /*2px*/
  margin-bottom: 0.938em;
  /*15px*/
  color: white;
  text-decoration: none;
  text-transform: none;
  font-size: 1.000em;
  /*16px*/
  font-weight: 400;
  padding: 0.625em;
  /*10px*/
  border-radius: 0.125em;
  /*2px*/
  background-color: #355ae0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.1);
}

.load-more__btn:hover {
  background-color: #9d999d;
  color: #ffff;
}

#myBtn {
  display: none;
  margin-bottom: 0.938em;
  /*15px*/
  /*position: fixed;*/
  /*bottom: 0.625em; /*10px*/
  /*right: 0.625em; /*10px*/
  /*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,
#myBtn {
  font-family: 'Rubik', sans-serif;
  color: white;
}

_:-webkit-any(x)::x-backdrop,
#myBtn {
  font-family: 'Rubik', sans-serif;
  color: white;
}

#myBtn:hover {
  background-color: #9d999d;
  color: #ffff;
  font-size: 1.000em;
  /*16px*/
  font-weight: 400;
}

/********************************************/

/*
======================================
ПОЗИЦОНИРУЕМ И СТИЛИЗУЕМ СЕКЦИЮ 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: 600;
  font-size: 1.3em;
  margin-left: 0.625em;
}

.h1No {
  font-family: 'Arial', sans-serif;
  display: none;
  font-weight: 600;
  font-size: 1.3em;
  margin-left: 0.625em;
}
/***************************************************/

/*********************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 { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/****************************************************/

/*
=================
КНОПОКА "Наверх"
=================
*/
#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;
}
