@import 'bootstrap.css';
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&amp;subset=latin,cyrillic);
@import '../fonts/bebasneue.css';
body {
    background: #152638
}

* {
    font-family: 'Open Sans', sans-serif
}

button,
.btn {
    font-family: 'Bebas Neue';
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 21px;
    color: #00b2e3;
    text-align: center;
    background: 0 0;
    border: 1px solid #00b2e3;
    border-radius: 5px;
    padding: 10px 20px;
    outline: none
}

button:hover,
.btn:hover,
button:focus,
.btn:focus {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #00b2e3;
    color: #152638;
    text-decoration: none
}

header {
    padding: 20px 0
}

header #logo {
    background: url(../img/logo.png) no-repeat;
    height: 44px
}

@media (max-width: 768px) {
    header #logo {
        background-position: center;
        margin: 0 0 15px 0;
    }
}

header .phone a {
    font-family: 'Bebas Neue';
    font-size: 23px;
    color: #FFF;
    display: block;
    line-height: 50px
}
@media (max-width: 768px) {
    header .phone a {
        text-align: center;
    }
}

header .phone a:hover {
    text-decoration: none
}

header .phone a:before,
header .phone a:after {
    content: " ";
    display: table
}

header .phone a:after {
    clear: both
}

header .phone .icon-phone {
    background: url(../img/icons.png) no-repeat;
    background-position: center -50px;
    width: 50px;
    height: 50px;
    margin-right: 50px;
    display: block;
    float: left
}

nav ul {
    padding: 0;
    margin: 0;
    border-top: 2px solid #38506c;
    border-bottom: 2px solid #38506c
}

@media (max-width: 768px) {
    nav ul {
        display: none;
    }
}

nav ul:before,
nav ul:after {
    content: " ";
    display: table
}

nav ul:after {
    clear: both
}

nav ul li {
    text-align: center;
    list-style: none;
    width: 20%;
    float: left
}
@media (max-width: 768px) {
    nav ul li {
        float: none;
        width: 100%;
    }
}

nav ul li a {
    font-family: 'Bebas Neue';
    color: #FFF;
    font-size: 23px;
    display: block;
    width: 100%;
    padding: 5px 0
}

nav ul li a span {
    font-family: 'Bebas Neue';
    padding: 6px 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

nav ul li a:hover,
nav ul li a:focus {
    color: #00b2e3;
    text-decoration: none
}

nav ul li a:hover span,
nav ul li a:focus span {
    border-bottom: 3px solid #00b2e3;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

nav ul li.active a {
    color: #00b2e3;
    text-decoration: none
}

nav ul li.active a span {
    border-bottom: 3px solid #00b2e3;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.toggle-menu {
    font-family: 'Bebas Neue';
    color: #FFF;
    font-size: 23px;
    text-align: center;
    display: block;
    width: 100%;
    padding: 5px 0;
    cursor: pointer;
}

.toggle-menu:hover, .toggle-menu:focus {
    color: #00b2e3;
}

#slider {
    padding: 50px 0;
    overflow: hidden;
    position: relative
}

#slider img {
    width: 100%;
    height: 100%
}

#slider .wrapper {
    padding: 70px 0
}

#slider .wrapper h2 {
    font-family: 'Bebas Neue';
    color: #FFF;
    font-weight: 400;
    font-size: 52px;
    line-height: 1
}

@media (max-width: 768px) {
    #slider {
        padding: 50px 0 25px;
    }
    #slider img {
        width: 50%;
    }
    #slider .wrapper {
        padding: 0 0 25px;
        
    }
    #slider .wrapper h2 {
        font-size: 24px;
    }
}

#slider .owl-controls {
    margin: auto;
    position: absolute;
    width: 100%;
    height: 50px;
    top: 0;
    bottom: 0
}

#slider .owl-controls .owl-buttons {
    position: relative
}

#slider .owl-controls .owl-buttons .owl-prev,
#slider .owl-controls .owl-buttons .owl-next {
    background: url(../img/arrows.png) no-repeat;
    width: 24px;
    height: 50px;
    text-indent: 9999px;
    position: absolute
}

#slider .owl-controls .owl-buttons .owl-prev {
    left: 50px;
    background-position: 0 0
}

#slider .owl-controls .owl-buttons .owl-prev:hover {
    background-position: 0 -50px
}

#slider .owl-controls .owl-buttons .owl-next {
    right: 50px;
    background-position: -24px 0
}

@media (max-width: 768px) {
    #slider .owl-controls .owl-buttons .owl-prev {
        left: 10px;
    }
    #slider .owl-controls .owl-buttons .owl-next {
        right: 10px;
    }
}

#slider .owl-controls .owl-buttons .owl-next:hover {
    background-position: -24px -50px
}

#lab {
    padding-bottom: 300px;
    color: #FFF
}

@media (max-width: 768px) {
    #lab {
        padding-bottom: 50px;
    }
}

#lab h1 {
    font-size: 34px;
    padding: 0 0 20px
}

#lab h1,
#lab h2 {
    font-family: 'Bebas Neue';
    font-weight: 400;
    text-align: center;
    border-bottom: 2px solid #38506c
}

#lab h2 {
    color: #00b2e3;
    font-size: 25px;
    line-height: 1.3;
    padding-bottom: 20px
}

#lab p {
    color: #a0a0a0;
    font-size: 15px
}

#lab a {
    margin-top: 20px;
    display: block;
    width: 184px;
    margin-left: auto;
    margin-right: auto
}

#contact {
    position: relative;
    color: #FFF
}

#contact h1 {
    font-family: 'Bebas Neue';
    font-size: 34px;
    font-weight: 400;
    text-align: center;
    padding: 0 0 20px;
    border-bottom: 2px solid #38506c;
    margin-bottom: 0
}

#contact #map {
    height: 85vh
}

#contact .contacts {
    position: absolute;
    width: 100%;
    bottom: 30px
}

@media (max-width: 768px) {
    #contact .contacts {
        position: relative;
        bottom: 0;
    }
}

#contact .contacts .box {
    background: #152638;
    padding: 20px 30px 10px;
    height: 293px
}

#contact .contacts .box h3 {
    font-family: 'Bebas Neue';
    font-size: 23px;
    font-weight: 400;
    border-bottom: 2px solid #38506c;
    padding-bottom: 15px;
    margin: 0
}

#contact .contacts .box > p {
    font-family: 'Bebas Neue';
    font-size: 21px;
    font-weight: 400;
    padding: 15px 0 5px;
    margin: 0
}

#contact .contacts .box .wrapper {
    border-bottom: 2px solid #38506c;
    padding: 10px 0
}

#contact .contacts .box .wrapper:before {
    content: " ";
    display: table
}

#contact .contacts .box .wrapper:after {
    content: " ";
    display: table;
    clear: both
}

#contact .contacts .box .wrapper:last-child {
    border-bottom: none
}

#contact .contacts .box .wrapper p,
#contact .contacts .box .wrapper a {
    font-family: 'Bebas Neue';
    color: #FFF;
    font-size: 21px;
    font-weight: 400;
    line-height: 50px;
    margin: 0
}

@media (max-width: 768px) {
    #contact .contacts .box {
        height: auto;
    }
    #contact .contacts .box .wrapper p,
    #contact .contacts .box .wrapper a,
    #contact .contacts .box > p {
        font-size: 14px;
    }
}

#contact .contacts .box .wrapper a:hover {
    text-decoration: none;
    color: #00b2e3
}

#contact .contacts .box .wrapper .icon-home,
#contact .contacts .box .wrapper .icon-phone,
#contact .contacts .box .wrapper .icon-mail {
    background: url(../img/icons.png) no-repeat;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    display: block;
    float: left
}

#contact .contacts .box .wrapper .icon-phone {
    background-position: center -50px
}

#contact .contacts .box .wrapper .icon-mail {
    background-position: center -100px
}

#about {
    color: #FFF
}

#about h1 {
    font-size: 34px;
    padding: 0 0 20px;
    border-bottom: 2px solid #38506c
}

#about h1,
#about h2 {
    font-family: 'Bebas Neue';
    font-weight: 400;
    text-align: center
}

#about h2 {
    color: #00b2e3;
    font-size: 25px
}

#about p {
    color: #a0a0a0;
    font-size: 15px
}

#about a {
    display: block;
    width: 184px;
    margin-left: auto;
    margin-right: auto
}

#advantages {
    text-align: center;
    color: #FFF
}

#advantages h1 {
    font-size: 34px;
    padding: 20px 0;
    border-top: 2px solid #38506c;
    border-bottom: 2px solid #38506c
}

#advantages h1,
#advantages h3 {
    font-family: 'Bebas Neue';
    font-weight: 400
}

#advantages h3 {
    font-size: 20px
}

#advantages .wrapper:before {
    content: " ";
    display: table
}

#advantages .wrapper:after {
    content: " ";
    display: table;
    clear: both
}

#advantages .wrapper .box {
    float: left;
    width: 20%;
    display: inline-block;
}

#advantages .icon-1,
#advantages .icon-2,
#advantages .icon-3,
#advantages .icon-4,
#advantages .icon-5 {
    width: 180px;
    height: 208px;
    margin-left: auto;
    margin-right: auto
}

#advantages .icon-1 {
    background: url(../img/icon04.png) no-repeat;
    background-size: contain;
}

#advantages .icon-2 {
    background: url(../img/icon05.png) no-repeat;
    background-size: contain;
}

#advantages .icon-3 {
    background: url(../img/icon06.png) no-repeat;
    background-size: contain;
}

#advantages .icon-4 {
    background: url(../img/icon07.png) no-repeat;
    background-size: contain;
}

#advantages .icon-5 {
    background: url(../img/icon08.png) no-repeat;
    background-size: contain;
}

@media (max-width: 768px) {
    #advantages h3 {
        font-size: 12px
    }
    #advantages .icon-1,
    #advantages .icon-2,
    #advantages .icon-3,
    #advantages .icon-4,
    #advantages .icon-5 {
        width: 50px;
        height: 58px;
    }
}

#products {
    text-align: center;
    color: #FFF
}

#products h1 {
    font-size: 34px;
    padding: 20px 0;
    border-top: 2px solid #38506c;
    border-bottom: 2px solid #38506c
}

#products h1,
#products h3 {
    font-family: 'Bebas Neue';
    font-weight: 400
}

#products h3 {
    font-size: 23px
}

@media (max-width: 768px) {
    #products h3 {
        font-size: 12px;
    }
}

#products .icon-1,
#products .icon-2,
#products .icon-3 {
    width: 180px;
    height: 208px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 768px) {
    #products .icon-1,
    #products .icon-2,
    #products .icon-3 {
        width: 75px;
        height: 90px;
    }
}

#products .icon-1 {
    background: url(../img/icon01.png) no-repeat;
    background-size: contain;
}

#products .icon-2 {
    background: url(../img/icon02.png) no-repeat;
    background-size: contain;
}

#products .icon-3 {
    background: url(../img/icon03.png) no-repeat;
    background-size: contain;
}

#products-page {
    text-align: center;
    margin-bottom: 40px
}

#products-page h1 {
    font-size: 34px;
    padding: 20px 0;
    margin-top: 0;
    border-bottom: 2px solid #38506c
}

#products-page h1,
#products-page h3 {
    font-family: 'Bebas Neue';
    color: #FFF;
    font-weight: 400
}

#products-page h3 {
    font-size: 23px
}

#products-page .icon-1,
#products-page .icon-2,
#products-page .icon-3 {
    width: 180px;
    height: 208px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 768px) {
    #products-page .icon-1,
    #products-page .icon-2,
    #products-page .icon-3 {
        width: 75px;
        height: 87px;
    }
}

#products-page .icon-1 {
    background: url(../img/icon01.png) no-repeat;
    background-size: contain;
}

#products-page .icon-2 {
    background: url(../img/icon02.png) no-repeat;
    background-size: contain;
}

#products-page .icon-3 {
    background: url(../img/icon03.png) no-repeat;
    background-size: contain;
}

#products-page .wrapper {
    border-top: 2px solid #38506c;
    margin-bottom: 100px
}

#products-page .wrapper:before {
    content: " ";
    display: table
}

#products-page .wrapper:after {
    content: " ";
    display: table;
    clear: both
}

#products-page .wrapper a {
    font-family: 'Bebas Neue';
    color: #00b2e3;
    font-size: 23px;
    border-bottom: 2px solid #38506c;
    padding: 10px 0;
    margin: 0;
    display: block
}

#products-page .wrapper a:hover,
#products-page .wrapper a:focus {
    color: #FFF;
    text-decoration: none
}

#product img {
    margin: 30px 0
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

#product h1 {
    font-family: 'Bebas Neue';
    color: #FFF;
    font-size: 34px;
    font-weight: 400;
    text-align: center;
    padding: 20px 0;
    margin: 0;
    border-bottom: 2px solid #38506c
}

#product h1 span {
    font-family: 'Bebas Neue';
    color: #00b2e3
}

#product .wrapper h3 {
    color: #00b2e3;
    padding: 10px 0
}

#product .wrapper h3,
#product .wrapper p {
    font-family: 'Bebas Neue';
    font-size: 25px;
    font-weight: 400;
    border-bottom: 2px solid #38506c;
    margin: 0
}

#product .wrapper p {
    color: #FFF;
    padding: 20px 0
}

#product .wrapper p span {
    font-family: 'Bebas Neue';
    color: #00b2e3
}

#product .wrapper a {
    display: block;
    width: 185px;
    margin: 20px 0
}

#product #descriptions h2 {
    font-family: 'Bebas Neue';
    color: #FFF;
    font-size: 34px;
    font-weight: 400;
    text-align: center;
    padding: 20px 0;
    margin: 0;
    border-top: 2px solid #38506c;
    border-bottom: 2px solid #38506c
}

#product #descriptions p {
    color: #a0a0a0;
    font-size: 16px
}

#size {
    color: #FFF;
    text-align: center
}

#size h1 {
    font-family: 'Bebas Neue';
    font-size: 34px;
    font-weight: 400;
    padding: 20px 0;
    margin: 0
}

#size table {
    font-size: 25px;
    border-top: 1px solid #008ab0;
    border-left: 1px solid #008ab0;
    border-right: 1px solid #27374a;
    border-bottom: 1px solid #27374a;
    margin-bottom: 100px
}

#size table thead {
    border-bottom: 1px solid #008ab0
}

#size table thead th {
    width: 105px;
    height: 80px
}

#size table thead th:nth-child(even) {
    background: #009eca
}

#size table tr td {
    font-family: 'Bebas Neue';
    font-size: 21px;
    border-left: 1px solid #151e29;
    border-right: 1px solid #151e29;
    border-bottom: 1px solid #151e29;
    background: #38506c;
    width: 105px;
    height: 40px
}

#size table tr td:nth-child(even) {
    background: #2f445b
}

#size table tr th {
    font-family: 'Bebas Neue';
    font-weight: 400;
    background: #00b2e3;
    border-left: 1px solid #008ab0;
    border-right: 1px solid #008ab0;
    border-bottom: 1px solid #008ab0
}

#size table tr:nth-last-child(even) th {
    background: #009eca
}

#size table tr:nth-last-child(odd) td {
    background: #192330
}

#size table tr:nth-last-child(odd) td:nth-child(odd) {
    background: #202d3d
}

footer .wrapper {
    border-top: 2px solid #38506c;
    padding: 20px 0
}

footer .wrapper:before,
footer .wrapper:after {
    content: " ";
    display: table
}

footer .wrapper:after {
    clear: both
}

footer .copy #logo {
    background: url(../img/logo2.png) no-repeat;
    width: 40px;
    height: 46px;
    margin-right: 15px;
    float: left
}

footer .copy p {
    color: #00b2e3;
    font-size: 13px;
    float: left
}

footer .address p {
    color: #a0a0a0;
    font-size: 13px
}

@media (max-width: 768px) {
    footer .copy #logo {
        background-size: contain;
        width: 25px;
        height: 30px;
    }
    footer .copy p {
        font-size: 10px;
        margin: 7px 0;
    }
    footer .copy:before,
    footer .copy:after {
        content: " ";
        display: table
    }
    
    footer .copy:after {
        clear: both
    }
    footer .address p {
        font-size: 10px;
    }
}

#modal {
    display: none;
    z-index: 10
}

#modal,
#modal .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0
}

#modal .overlay {
    background-color: rgba(0, 0, 0, .4)
}

#modal form {
    background: #FFF;
    width: 478px;
    height: 378px;
    padding: 15px 35px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 5px
}

#modal form h2 {
    color: #152638;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px
}

#modal form h2,
#modal form label {
    font-family: 'Bebas Neue';
    display: block
}

#modal form label {
    font-size: 18px;
    letter-spacing: 1px
}

#modal form input {
    font-size: 20px;
    width: 100%;
    height: 40px;
    background: 0 0;
    border: 2px solid #575757;
    padding: 0 10px
}

#modal form input,
#modal form button {
    font-family: 'Bebas Neue';
    letter-spacing: 1px;
    outline: none
}

#modal form button {
    color: #FFF;
    display: block;
    font-size: 21px;
    line-height: 25px;
    width: 200px;
    height: 50px;
    background: #00b2e3;
    margin: 35px auto;
    border: none
}

#modal form button:hover {
    background: #008ab0
}

#modal form .input-group {
    margin-bottom: 20px
}

#cert {
    padding-bottom: 20px;
}

#cert h1 {
    color: #fff;
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 34px;
    text-align: center;
    padding: 20px 0;
    border-top: 2px solid #38506c;
    border-bottom: 2px solid #38506c;
}

#cert a {
    color: #fff;
    font-family: 'Bebas Neue';
    font-size: 23px;
    font-weight: 400;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    #size table {
        margin: 0;
    }
    #size table td {
        padding: 0 5px;
    }
    #product img {
        width: 100%;
    }
}