/*-------------------------
    general
---------------------------*/
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
    width: 100%;
    min-width: 1024px;
    color: #8c8c8c;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    position: relative;
}

body {
    background: #fff;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

img {
    max-width: 100%;
}

* {
    box-sizing: border-box;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wrapper {
    position: relative;
    min-height: 100%;
    margin: 0 auto;
    width: 100%;
    background: #fff;

}

.container {
    width: 1024px;
    margin: 0 auto;
    position: relative;
}

/*табличная разметка*/
.box-table {
    display: table;
    width: 100%;
}

.box-row {
    display: table-row;
    width: 100%;
}

.box-cell {
    display: table-cell;
    vertical-align: top;
    position: relative;
}

/*----------------------
    header
------------------------*/
.box-header {
    position: relative;
    width: 100%;
    min-height: 50px;
    margin: 0;
    padding: 0;
}

.header-top {
    background: #052f48;
    min-height: 38px;
    padding: 10px 0 10px;
    text-align: right;
    color: rgba(255, 255, 255, 0.6);
}

.box-tel {
    font-size: 14px;
    background: url("images/tel.png") no-repeat left top 3px;
    min-height: 15px;
    padding: 0 0 0 15px;
    display: inline-block;
    font-weight: 500;
}

.box-mail {
    background: url("images/mail.png") no-repeat left top 4px;
    min-height: 15px;
    padding: 0 0 0 20px;
    font-size: 14px;
    display: inline-block;
    margin-right: 30px;
    font-weight: 500;
}

.header-md {
    padding: 15px 0;

}

.cell-logo {
    padding-top: 4px;
}

.logo {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    background: url("images/logo.png") no-repeat;
    min-height: 45px;
    width: 187px;
    background-size: 100% auto;
}

.cell-menu {
    text-align: right;
}

#mob-menu {
    height: 100%;
    background: #fff;
    padding: 10px 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 0;
    overflow-x: hidden;
    transition: width 1s;
    -webkit-transition: width 1s;
}

#mob-menu.active {
    width: 300px
}

#mob-container {
    transition: transform 1s;
    -webkit-transition: -webkit-transform 1s
}

#mob-container.active {
    transform: translate(300px, 0);
    -webkit-transform: translate(300px, 0);
    overflow: hidden;
}

#search-form.active {
    display: block !important
}

#mob-menu .menu-left a,
#mob-menu .mein a,
#mob-menu a {
    color: #000 !important;
    display: block;
    padding-top: 4px;
    font-size: 15px;
    text-decoration: none !important;
    padding-left: 10px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ebebeb;
}

#menu-mobsm {
    display: none
}

#mob-menu .men {
    padding-left: 20px
}

/*-----------------------
       menu-top
------------------------*/


.nav-box {
    margin: 0;
    height: 46px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.nav-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 46px;
    display: table;
}

.nav-box ul li {
    padding: 0;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.nav-box ul li a {
    font-size: 18px;
    display: block;
    text-decoration: none;
    line-height: 46px;
    height: 46px;
    padding: 0 20px;
    color: #252e45;
    text-align: center;
    font-weight: 500;
}

.nav-box ul li:last-child a {
    padding-right: 0;
}

.nav-box ul li a:hover {
    opacity: 0.8;
}

/*----------------------
  content
-----------------------*/
.box-banner {
    width: 100%;
    display: block;
    background: url("images/banner.jpg") no-repeat center;
    height: 567px;
    background-size: cover;
    padding-top: 120px;
    color: #fff;
}

.content-banner {
    width: 455px;
    font-size: 16px;
    display: inline-block;
    float: left;
}

.title-banner {
    font-size: 36px;
    margin-bottom: 20px;
}

.contact_link{
    font-weight: bold;
    color: white;
    font-style: italic;
}

.box-main {
    position: relative;
    margin: 0;
    padding: 60px 0;
    width: 100%;
}

h2 {
    color: #052f48;
    font-size: 36px;
    font-weight: normal;
}

.tbl-polza .box-cell {
    width: 50%;
}

.single-square {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border-radius: 5px;
    font-size: 13px;
    line-height: 15px;
    width: 207px;
    height: 240px;
    margin: 0 20px 20px 0;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
}

.single-square:hover {
    background: #4f86f9;
    color: #fff;
}

.title-square {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #252e45;
}

.single-square:hover .title-square {
    color: #fff;
}

.box-services {
    background: #f4f6ff;
    padding: 30px 0 75px 0;
    text-align: center;
}

.box-services h2 {
    text-align: center;
}

.box-subtitle {
    font-size: 16px;
    padding: 0 90px;
    text-align: left;
    margin-bottom: 35px;
}

.single-serv {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    margin: 0 40px 20px 40px;
}

.title-serv {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #252e45;
    margin: 15px 0;
}

.txt-serv {
    text-align: left;
    font-size: 13px;
    line-height: 15px;
    /*height: 255px;*/
    margin-bottom: 10px;
}

.btn-serv {
    font-size: 13px;
    font-weight: 500;
    background: #4f86f9;
    color: #fff;
    text-align: center;
    width: 154px;
    height: 36px;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    line-height: 34px;
}

.btn-serv:hover {
    opacity: 0.8;
}

.box-contacts {
    padding: 40px 0 60px 0;
}

.single-cont {
    display: inline-block;
    vertical-align: top;
    width: 335px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.title-cont {
    font-weight: 500;
    color: #052f48;
    font-size: 16px;
    margin-bottom: 10px;
}

.form-cont input {
    color: #8c8c8c;
    font-size: 14px;
    padding: 0 10px;
    width: 305px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin: 10px 30px 20px 0;
}

.form-cont textarea {
    color: #8c8c8c;
    font-size: 14px;
    padding: 10px;
    width: 983px;
    height: 120px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin: 0 0 20px 0;
}

.form-cont input[type="checkbox"] {
    display: inline-block;
    width: 20px;
    height: auto;
    margin-right: 0;
}

.introduction_banner {

    max-width: 455px;
    display: inline-block;
    float: right;
}


/*-----------------------
   footer
------------------------*/

.bottom {
    height: 110px;
}

.footer-general {
    width: 100%;
    height: 110px;
    position: relative;
    margin: -110px auto 0 auto;
    background: #052f48;
    padding-top: 30px;
}

.star {
    padding: 0;
    font-size: 13px;
    color: #fff;
    min-height: 24px;
    line-height: 14px;
}

.star a {
    color: #fff;
    text-decoration: underline;
}

.star img {
    display: inline-block;
    margin: 1px 1px 0 0;
    width: 15px;
    height: 15px;
    vertical-align: top;
    opacity: 0.5;
}
