*{margin:0; padding:0; border:0; outline:0;}
:focus {outline: 0;}
ol, ul, li {list-style:none;}
table {border-collapse:separate; border-spacing:0; table-layout: auto;}
td {vertical-align:top; text-align:left; font-weight:normal;}
th {vertical-align:top; text-align:left; font-weight:bold;}
caption {caption-side: top; text-align: center; font-weight: bold;}
a {cursor:pointer;text-underline-position:under;text-decoration-skip-ink:none;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
b, strong {font-weight: bold;}
i, em {font-style: italic;}
button {cursor: pointer;}
img {vertical-align: bottom;}
label {cursor: pointer;}
header, footer, aside, section, article, nav, address, figure, figcaption, hgroup, canvas {display:block}
mark, time {display:inline;}

*:focus::-webkit-input-placeholder {color: transparent !important}
*:focus::-moz-placeholder          {color: transparent !important}
*:focus:-ms-input-placeholder      {color: transparent !important}
*:focus::-ms-input-placeholder      {color: transparent !important}

input,textarea,button,select {font-family:inherit;font-size:inherit; color:inherit;}

/*======================================================================*/

.rub:after {
   content:'\20BD';
}

.but-black {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   background: #000;
   text-align: center;
   color: #fff;
   border-radius: 3px;
   width: 240px;
   height: 54px;
   font-size: 16px;
   cursor: pointer;
}

/*=======================================================================*/

footer {

}

.footer-top {
   border-top: 1px solid #ddd;
}

.footer-top-in {
   max-width: 1360px;
   margin: 0 auto;
   display: flex;
   justify-content: space-between;
   padding: 58px 30px 28px;
}

.footer-top-in-left,
.footer-top-in-right {
   width: 350px;
}

.footer-top-in .item-title {
	margin-bottom: 14px;
}

.footer-top-in .item.org {
	margin-bottom: 30px;
	font-size: 18px;
}

.footer-top-in .item.call {
	margin-bottom: 30px;
}

.footer-top-in .item.write {
	margin-bottom: 30px;
}

.footer-top-in .item.time {
	margin-bottom: 30px;
}

.footer-top-in .item-cont {
   font-size: 16px;
   color: #a6a6a6;   
}

.footer-bot {
   border-top: 1px solid #ddd;
}

.footer-bot-in {
   max-width: 1360px;
   margin: 0 auto;
   padding: 30px;
   color: #a6a6a6;
}

/*
select,
.selectBox {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 44px;
    text-decoration: none;
    text-align: left;
}
.selectBox:hover {
    text-decoration: none;
}
.selectBox-label {
    padding: 0 35px 0 18px;
    display: inline-block;
}
.selectBox-dropdown-menu {
    position: absolute;
    z-index: 10;
    list-style: none;
    font-size: 14px;
    line-height: 28px;
    padding: 0;
    background: #fff;
    margin: 0;
    border: 1px solid #C5C5C5;
    box-sizing: border-box;
}
.selectBox-dropdown-menu li {
    display: block;
}
.selectBox-dropdown-menu li a {
    display: block;
    padding: 0 35px 0 18px;
    text-decoration: none;
    cursor: pointer;
}
.selectBox-dropdown-menu li a:hover {
    color: #fff;
    text-decoration: none;
    background: #000;
}
.selectBox.selectBox-dropdown:after {
    content: '';
    width: 6px;
    height: 6px;
    display: block;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    position: absolute;
    top: 15px;
    right: 20px;
    transform: rotate(45deg);
}
*/