@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');

html {
    font-size: 1.7vmin;
}
body {
    font-family: 'Open Sans', sans-serif;
}
.head > div, .head a, .head img{
    height: 100px;
}
#head {
    background-color: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.head_phone {
    color: #11B2E9;
    font-size: 16px;
}
.head_phone a {
    color: #11B2E9;
    text-decoration: none;
}

.liam {
    direction: rtl;
    unicode-bidi: bidi-override;
}

.tel_head {
    background: url("../img/tel_header.png") right no-repeat;
    width: 16px;
    height: 30px;
}
.mail_head {
    background: url("../img/pismo.png") right no-repeat;
    width: 27px;
    height: 18px;
}

.fixed_img {
    position: fixed;
    background: url("../img/bg2.jpg") top / cover no-repeat fixed;
    height: 100vh;
    width: 100vw;
}

.head_image {
    background: repeating-linear-gradient(
            to right,
            rgba(0, 0, 0, 0.7),
            rgba(0, 0, 0, 0.7) 1px,
            rgba(0, 0, 0, 0.7) 1px,
            rgba(0, 0, 0, 0.7) 2px)

}
.head_image .row {
    min-height: 20%;
    align-items: center;
}
/*
#fullpage {
    margin-top: 100px;
}*/

.head_text {
    color: white;
    font-size: 11vmin;
    font-weight: 700;
    height: 100%;
    z-index: 10;
    line-height: 1.1;
    padding: 7vmin 15px;
}
.head_list {
    font-size: 2.5vmin;
    height: 100%;
    z-index: 10;
    padding: 15px;
    color: white;
}
.head_list ul {
    list-style: none;
    padding: 0;
}
.fa-circle {
    color: #91C05B;
    margin-right: 8px;
    font-size: small;
}
/*
.head_list li:before {
    color: #91C05B;
    padding-right: 10px;
    content: "⚫";
}*/

.footer1 {
    height: 150px;
}

#particles-js1 canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.content1 {
    display: table-cell;
    height: 150px;
    vertical-align: middle;
}

.section {
    text-align: center;
}
.callme {
    background-color: #11B2E9;
    cursor: pointer;
}

#fp-nav ul li a span {
    background: #91C05B !important;
}

.preim {
    text-align: center;
    height: 100%;
}

.p_img {
    height: 101px;
    width: 101px;
    margin: auto;
}

.p_title {
    font-size: 12pt;
    font-weight: 700;
    color: #414141;
    margin: 20px;
}

.p_desc {
    color: #818181;
    font-size: 10pt;
    font-weight: 300;
    padding: 0 68px;
}

.p_price .p_img {
    background: url("../img/price.png") center no-repeat;
}

.p_service .p_img {
    background: url("../img/service.png") center no-repeat;
}

.p_help .p_img {
    background: url("../img/help.png") center no-repeat;
}

.op_title {
    font-weight: 700;
    font-size: 24pt;
    color: #414141;
    margin: 60px 0 10px 0;
}
.op_hr hr {
    color: #91C05B;
    background-color: #91C05B;
    margin: auto;
    width: 30px;
    border: none;
    height: 3px;
}

.op_slides {
    margin-top: 20px;
    height: 150px;

}

.op_slides .fp-tableCell {
    height: 15px !important;
}

.bx_slides {
    margin-top: 30px;
    height: 30vh;
}
.bx_slides .fp-tableCell {
    height: 15px !important;
}
.bx_slides .intro p {
    font-weight: 300;
}
.bx_slides .intro p.h4 {
    font-weight: 500;
}
.bx_slides .intro p:last-child {
    padding-bottom: 60px;
}



.fp-controlArrow {
    display: none;
    visibility: hidden;
}

.contacts {
    height: 240px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #adadad;
    text-align: left;
}
.contacts .col .row {
    padding-right: 50px;
    padding-bottom: 20px;
}
 .contacts .row div {
     width: 100%;
 }

.c_title {
    font-size: 12pt;
    padding-bottom: 20px;
}
.c_text {
    font-size: 9pt;
}

.contacts input[type='text'] {
    background-color: #292828;
    color: #adadad;
    border: 1px solid #adadad;
    width: 100%;
    height: 40px;
    padding: 10px;
    font-size: 10pt;
}
.contacts form {
    width: 100%;
}
.contacts input[type='button'] {
    width: 100%;
    color: #ffffff;
    background-color: #11B2E9;
    height: 40px;
    font-size: 12pt;
    border: none;
    margin-top: 20px;
}

.bitrix div {
    font-size: 1.8vh;
}
.bitrix .col-2 img {
    max-height: 15vh;
}

.jumbotron img {
    max-height: 50vh;
}
.jumbotron {
    padding: 0;
}
button.btn {
    max-height: 7vh;
}

.back_bitrix {
    text-decoration: none;
    float: left;
}