body {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: "Myriad Pro",'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

ul,li,ol {
    padding: 0;
    margin: 0;
    list-style: none; 
} 
.wcont {
    max-width: 1175px;
    margin:0 auto;
}
.ohidden { overflow: hidden;}
.button { 
    border: solid 2px #ffffffbd;
    color:#ffffffbd;
    padding: 20px 35px;
    display: inline-block;
    border-radius: 5px;
    transition: 0.3s;
    text-transform: uppercase;
    background: transparent;
}
.button:hover { 
    border: solid 2px #fff;
    color:#ffffff;
    background: #ffffff3d;
}
.button.button_block {
    display: block; 
}
.button_pur {
    background: #707dc3;
    border: none;
    border-radius: 0; 
    color:#fff;
}
.button_pur:hover {
    text-decoration: none;
    background: #8796e9;
    border: none;
}
.button_alfapur {
    background: #fff;
    border: none;
    border-radius: 0; 
    border: solid 2px #707dc3;
    color:#707dc3; 
}
.button_alfapur:hover {
    text-decoration: none;
    background: #707dc3; 
    border: solid 2px #707dc3;
}
.ta_center { text-align: center;}
.clear { display: block; height: 0px; overflow: hidden; clear: both;}
.clear_5 { display: block; height: 5px; overflow: hidden; clear: both;}
.clear_10 { display: block; height: 10px; overflow: hidden; clear: both;}
.clear_20 { display: block; height: 20px; overflow: hidden; clear: both;}
header,
header a,
header a:hover {
    color: #ffffff;
    text-decoration: none;
}
header {
    background: url(images/header_bg.jpg) no-repeat center top;
    background-size: cover;
    height: 630px;
}
header .top_header {
    border-bottom: solid 1px #6985b9;
    overflow: hidden;
}
header .logo {
    font-size: 20px;
    font-weight: bold;
    float: left;
    padding-top: 25px;
}
header nav { 
    text-align: center;
}
header nav a {
    text-transform: uppercase;
    border-bottom: solid 2px transparent;
    display: inline-block;
    padding: 25px 10px;
    color: #ffffffbd; 
    transition: 0.3s;
}
header nav a:hover {
    border-bottom: solid 2px #ffffff;
    color: #ffffff; 
}
header .social_head {
    float: right;
    padding: 20px 0 0;
}
header .social_head a {
    border: solid 1px transparent;  
    display: inline-block;
    width: 37px;
    height: 37px;
    color: #ffffffbd;
    transition: 0.3s;
    border-radius: 30px;
    text-align: center;
}
header .social_head a span {
    padding-top: 10px;
    display: inline-block;
}
header .social_head a:hover {
    border: solid #fff 1px;
    color: #ffffff;
}
header .cont_header {
    text-align: center;
    padding-top: 50px;
}
header .cont_header .left_cont {
    display: inline-block;
    vertical-align: middle;
}
header .cont_header .right_cont {
    display: inline-block;
    vertical-align: middle;
    margin-left: 50px;
}
header .cont_header .right_cont img {
    width:250px;
}
header .cont_header .title_header {
    font-size: 45px;
    text-transform: uppercase;
}
header .cont_header .slogan_header {
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 20px;
}
 
section:nth-of-type(odd) { 
    background: #fcfcfc; 
} 
section {
    padding: 40px 0 30px;
}
section .about_bots {
    overflow: hidden;
}
section .about_bots img {
    float: left;
    margin-right: 40px;
    width: 400px;
}
section .about_bots .icon-check {
    color: rgb(29, 199, 66);
    font-size: 20px;
    float: left;
    margin-right: 5px;
}
section .about_bots li {
    line-height: 26px;
    overflow: hidden;
}
section .about_bots ul {
    margin-bottom: 20px;
    padding-top: 5px;
}
section .section_title {
    font-size: 32px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
section .section_title em {
    width: 35px;
    display:block;
    margin: 0 auto;
    border-bottom: solid 2px #707dc3; 
    margin-top: 20px;
}
section .section_subtitle {
    color: rgb(94, 94, 94);
    font-size: 16px;
    text-align: center; 
}
.list_blocks_1 {
    margin-top: 30px;
    display: flex;
}
.list_blocks_1 .block {
    text-align: center;
    background: #ffffff;
    padding: 40px;
    margin: 0 15px;
    display: block;
    box-shadow: 0 0 10px #eee;
}
.list_blocks_1 a.block {
    transition: 0.3s;
    text-decoration: none;
    color: #000;
}
.list_blocks_1 a.block:hover {
    box-shadow: 0 0 10px #ccc;
}
.list_blocks_1 .block:first-child {
    margin-left: 0;
}
.list_blocks_1 .block:last-child {
    margin-right: 0;
}
.list_blocks_1 .block img {
    width: 60px;
    height:60px;
}
.list_blocks_1 .block h4 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
}
.list_blocks_1 .block .block_text {
    font-size: 16px;
    color: rgb(94, 94, 94);
}

.list_blocks_2 {
    margin-top: 30px;
    display: flex;
}
.list_blocks_2 .block {
    text-align: center;
    background: #ffffff; 
    margin: 0 15px; 
    background: #fcfcfc; 
    display: block;
    box-shadow: 0 0 10px #eee;
}
.list_blocks_2 a.block {
    transition: 0.3s;
    text-decoration: none;
    color: #000;
}
.list_blocks_2 a.block:hover {
    box-shadow: 0 0 10px #ccc;
}
.list_blocks_2 .block:first-child {
    margin-left: 0;
}
.list_blocks_2 .block:last-child {
    margin-right: 0;
}
.list_blocks_2 .block img {
    width: 100%; 
}
.list_blocks_2 .block h4 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
}
.list_blocks_2 .block .block_text {
    font-size: 16px;
    color: rgb(94, 94, 94);
    padding: 20px;
}
.list_blocks_3 {
    margin-top: 30px;
    display: flex;
}
.list_blocks_3 .block {
    text-align: center;
    background: #ffffff; 
    margin: 0 15px; 
    background: #fcfcfc;
    position: relative; 
    display: block;
    box-shadow: 0 0 10px #eee;
}
.list_blocks_3 a.block {
    transition: 0.3s;
    text-decoration: none;
    color: #000;
    overflow: hidden;
}
.list_blocks_3 a.block:hover {
    box-shadow: 0 0 10px #ccc;
}
.list_blocks_3 .block:first-child {
    margin-left: 0;
}
.list_blocks_3 .block:last-child {
    margin-right: 0;
}
.list_blocks_3 .block img {
    width: 100%; 
}
.list_blocks_3 .block h4 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
}
.list_blocks_3 .block .block_text {
    font-size: 16px;
    color: rgb(94, 94, 94);
    padding: 20px;
    position: absolute;
    bottom:-200px;
    left: 0;
    right: 0;
    background: #ffffffc7;
    color: #000; 
    overflow: hidden;
    transition: 0.3s; 
    opacity: 0;
}
.list_blocks_3 .block:hover .block_text {
    opacity: 1; 
    height: auto;
    bottom:0;
}

.list_blocks_4 {
    margin-top: 50px;
    display: flex;
}
.list_blocks_4 .block {
    text-align: center;
    background: #ffffff; 
    margin: 0 15px; 
    background: #fcfcfc;
    position: relative; 
    width: 100%;
    padding: 40px 20px;
    display: block;
    box-shadow: 0 0 10px #eee;
}
.list_blocks_4 .block.type1 {
    color: #707dc3;
    background: #fff;
    box-shadow: 0 0 20px #eee;
}
.list_blocks_4 .block .block_title {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.list_blocks_4 .block .block_price {
    font-size:55px;
    line-height: 38px;  
    position: relative;
}
.list_blocks_4 .block .block_price b {
    font-size: 16px;
    font-weight: normal;
    display: block;
}
.list_blocks_4 .block .block_services {
    line-height: 37px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.list_blocks_4 .block.type1 .block_title {
    color:#212529;
}
.list_blocks_4 .block.type1 .block_services {
    color:#212529;
}
.list_blocks_4 .block .button {
    width: 230px; 
}
#carouselExampleIndicators {
    max-width:750px;
    margin: 0 auto;
    text-align: center;
}
#carouselExampleIndicators .carousel-item {
    min-height: 150px;
}
#carouselExampleIndicators .carousel-indicators li {
    background-color: #707dc3;
}

section.block_contacts {
    background: url(images/contact_bg.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
}

section.block_contacts .section_title em {
    border:solid 1px #fff;
}
section.block_contacts .section_subtitle {
    color:#fff;
}
section.block_contacts .contact_form {
    text-align: center;
    width: 570px;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 20px;
}
section.block_contacts .contact_form input,
section.block_contacts .contact_form textarea {
    background: transparent;
    border: none;
    border-bottom: solid 1px #fff;
    color:#fff;
    display: block;
    width: 100%;
    outline: none;
    padding: 10px 0;
    font-size: 16px;
    margin-bottom: 20px; 
}
section.block_contacts .contact_form textarea { height: 120px;}
section.block_contacts .contact_form input::placeholder,
section.block_contacts .contact_form textarea::placeholder {
    color:#fff;
    font-size: 16px;
}
section.block_contacts .contact_form button {
    outline: none;
}
section.block_contacts .contact_form .zmokz {
    overflow: hidden;
    margin: 0 auto;
    display: inline-block;
    clear: both;
    margin-bottom: 30px;
}
section.block_contacts .contact_form .zmokz span {  
    margin-right: 5px;
    float: left;
    margin-top: 2px;
    display: inline-block;
}

.servises_bots {
    padding: 20px 0;
    display: flex;
}
.servises_bots .block {
    display: block;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px #eee;
    padding: 20px;
}
.servises_bots .block:first-child {
    margin-right: 20px;
}
.servises_bots .block .icon-check {
    color: rgb(29, 199, 66);
} 
.servises_bots .block .sub_title {
    margin-left: 30px;
}

footer {
    background: #ffffff;
}
footer .contacts_footer {
    padding: 50px;
    display:flex;
}
footer .contacts_footer .block {
    width: 100%;
    text-align: center;
    font-size: 18px;
    border-right: solid 1px #f3f3f3; 
}
footer .contacts_footer .block:last-child {
    border: none;
}
footer .contacts_footer .block .img { 
    max-width: 40px;
    max-height: 30px;
    display: block;
    text-align: center;
    margin: 0 auto;
}
footer .contacts_footer .block .img img {
    max-width: 40px;
    height: 40px; 
    display: inline-block; 
}
footer .contacts_footer .block b {
    display: block;
    margin-top: 20px;
}
footer .contacts_footer .block a {
    color: #707dc3;
}
footer .contacts_footer .block a.call {
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
}
footer .bottom_footer {
    overflow: hidden;
    border-top: solid 1px #f3f3f3;
    padding: 20px 0;
}
footer .controls {
    float: left;
}
footer .controls a {
    border: solid 1px #e5e5e5;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 37px;
    color: #32353a;
    border-radius: 40px;
    line-height: 65px;
}
footer .controls a {
    font-size: 18px;
    margin-right: 5px;
    transition: 0.3s;
}
footer .controls a span {
    display: inline-block;
    padding-top: 9px;
}
footer .controls a:hover {
    text-decoration:none;
    background: #eee;
}
footer .copy {
    text-align: center;
    padding-top: 10px;
}
footer .bycopy {
    float: right;
    padding-top: 10px;
}
header .social_head a.menu_mob { 
    display: none;
    background: #ffffff33; 
}
header nav .close { 
    display: none;
    float: none;
    text-align: right;
    padding: 10px;
    border-bottom: solid 1px #e4e4e4;
}
header nav .close a {
    padding: 0;
    display: inline-block;
}
/*ADAPTIVE*/
@media screen and (max-width: 1175px) {
    .wcont {
        padding:0 10px;
    }
 }

@media screen and (max-width: 900px) {
    .list_blocks_4 .block .button {
        width:100%;
    }

    header .cont_header .right_cont {
        display: none;
    }
    header {
        height:480px;
    }
    section .about_bots img { display: none;}
}

@media screen and (min-width: 690px) {
    header nav {
        display: block!important;
    }
}
@media screen and (max-width: 690px) {

    header .social_head a.menu_mob { display: inline-block;}
    header nav {
        display: none; 
        position: fixed;
        z-index: 999;
        background: #fff;
        left: 0;
        right: 0;
        overflow: auto;
        bottom: 0;
        top: 0; 
    }
    header nav a,
    header nav a:hover {
        border-bottom: solid 2px #e4e4e4;
        display: block;
        color: #333;
        text-decoration: none;
    }
    header nav .close { display: block;}
    header nav .close a { border-bottom:none;}
    header .logo {
        padding-top: 14px;
        padding-bottom: 10px;
    }
    header .social_head {
        padding-top: 7px;
    }
    .list_blocks_1,
    .list_blocks_2,
    .list_blocks_4,
    .list_blocks_3,
    footer .contacts_footer {
        display: block;
    }
    .list_blocks_1 .block,
    .list_blocks_2 .block,
    .list_blocks_4 .block,
    .list_blocks_3 .block {
        margin: 10px 0;
    }
    .list_blocks_4 .block .button {
        width:auto;
    }
    .list_blocks_4 .block {
        border: solid 1px #eee;
        width:350px;
        margin: 0 auto;
        margin-bottom: 20px;
        box-shadow: 0 0 10px #eee;
    }
    .list_blocks_3 .block .block_text { 
        opacity: 1; 
        height: auto;
        bottom:0;
    } 
    footer .contacts_footer .block {
        border-right: none;
        border-bottom: solid 1px #f3f3f3;
        margin: 0;
        padding: 20px 0;
    }
    footer .contacts_footer .block:last-child {
        border: none;
    }
    footer .bycopy { display: none;}
    footer .copy { text-align: right;}

    section.block_contacts .contact_form {
        width: auto;
    }
}

@media screen and (max-width: 550px) {
    header .cont_header .title_header {
        font-size: 45px;
    }
    footer .controls {
        float: none;
        text-align: center;
    }
    footer .copy {
        text-align: center;
        margin-top: 20px;
        padding-top: 20px;
        border-top:solid 1px #f3f3f3;
    }
}
@media screen and (max-width: 550px) {
    
}