#info {
    height: 30px;
    width: auto;
    max-width: 200px;
    display: table;
    margin: auto;
    overflow: visible;
    background: #fff;
    border: 1px solid #555;
    line-height: 1;
    color: #000;
    font-family: inherit;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 10px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    
    opacity: 0.6;
    z-index: 20;
}
#info .close {
    background-color: #000;
    display: block;
    overflow: hidden;
    color: #fff;
    padding: 10px 12px;
    position: absolute;
    top: -15px;right: -15px;
    cursor: pointer;
    border-radius: 50%;
}
#info p {
    color: inherit;
}

/* div {outline: 1px solid #aaa} */

/* div {outline: 1px solid #aaa} */

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #252137;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #252137;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #252137;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #252137;
}

body {
    height: 100%;
    width: 100%;
    background-color: #f3f7fa;
    color: #000;
    line-height: normal;
    color: #808080;
    margin: 0;
    padding: 0;
    overflow: auto;
    position: relative;
    
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
html {
    height: 100%;
}
body, html {min-width: 1024px;}

/* Это я сделал для точных значений для файла ресайзов. Что бы не учитывать ширину скролла браузера, текущей операционной системы. */
#site {
    height: auto;
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    opacity: 1;
}
/* Это я сделал для точных значений для файла ресайзов. Что бы не учитывать ширину скролла браузера, текущей операционной системы. */

a {
    color: #145e85;
    text-decoration: none;
    transition: color .3s ease;
    -moz-transition: color .3s ease;
    -webkit-transition: color .3s ease;
}
a:hover {
    text-decoration: underline;
    color: #75d5c6;
}
:link,
*:visited {text-decoration: none;}

html{
   height: 100%;
   width: 100%;
   margin: 0;
   padding: 0;
}

p {
    color: #484848;
    font-size: inherit;
    line-height: inherit;
    margin: 0 0  10px 0;
}

.mid {
    height: 100%;
    display: table;
    margin: auto;
    position: relative;
}

.vert {
    display: table-cell;
    vertical-align: middle;
}

h1 {
    color: #484848;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: .025em;
    font-weight: normal;
    text-transform: uppercase;    
}

.h1 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 40px;
    font-weight: normal;
}

h2,
.h2 
{
    color: #484848;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 33px;
    font-weight: normal;
    text-transform: uppercase;
    
}

[id^="bloq"]{
   display: block;
   clear: both;
   position: relative;
   overflow: hidden;
}
[class^="mob"]{display: none;}
[class^="desctop"]{display: inherit;}

.insMid {
    height: 100%;
    width: 1024px;
    display: block;
    overflow: hidden;
    margin: auto;
    position: relative;
    z-index: 1;
}

div[class*="padLR_"] {box-sizing: border-box;}
.padLR_20 {
    padding: 0 20px;
}

ul {
   margin: 0;
   padding: 0;
   display: block;
   position: relative;
   overflow: hidden;
   list-style: none;
}


#mainMenu {
    height: auto;
    width: 100%;
    overflow: visible;
    text-align: justify;
    font-size: 0;
    position: relative;
}
#mainMenu li {
    display: inline-block;
    border-bottom: 2px solid transparent;
    margin-right: 40px\0/;
}
#mainMenu li:last-child {
    margin-right: 0;
}
#mainMenu li a {
    color: #808080;
    display: block;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 0;
}

#mainMenu li:hover,
#mainMenu li.active
/*#mainMenu li:hover a,
#mainMenu li a.active*/
{
    text-decoration: none;
    border-bottom: 2px solid #a1e5db;
}
#mainMenu li:hover a {
    text-decoration: none;
}

#country_joice_window {
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    display: block;
    overflow: auto;
    position: fixed;
    top: 0;left: 0;
    z-index: 10;
}

#country_joice_window .close {
    height: 12px;
    width: 12px;
    background: url(../img/svg/close.svg) no-repeat 0 0;
    display: block;
    position: absolute;
    top: 20px;right: 20px;
    z-index: 1;
    cursor: pointer;
}

#country_joice_window .h2 {
    height: 30px;
    background: url(../img/ico/countryJoice.png) no-repeat left center;
    display: table;
    margin: 60px auto;
    padding-left: 35px;
    text-align: center;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
}

#country_joice_window .listWrap {
    width: 535px;
    background-color: #fff;
    display: block;
    padding: 25px 15px;
    margin: 30px 0;
    box-sizing: border-box;
    position: relative;
}

#country_joice_window ul {
    width: 350px;
    margin: auto;
    text-align: justify;
}
#country_joice_window ul li {
    width: 45%;
    display: inline-block;
    margin-bottom: 23px;
}
#country_joice_window ul li a {
    color: inherit;
}
#country_joice_window ul li a:hover {
    color: #75d5c6;
    text-decoration: none;
}
#country_joice_window ul li a:before {
    content: '-';
    display: inline-block;
    margin-right: 5px;
}

.loadMore {
    height: 40px;
    background-color: #ebeff2;
    display: table;
    margin: 80px auto 100px;
    padding: 0 35px;
    box-sizing: border-box;
}
.loadMore:hover {text-decoration: none;}
.loadMore span {
    height: 100%;
    color: inherit;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}