/* *
/Шрифт
* */
@font-face {
    font-family: 'Montserrat';
    src: url(Montserrat-Regular.ttf);
}
@font-face {
    font-family: 'Montserrat_Bold';
    src: url(Montserrat-Bold.ttf);
}
/* *
/Шрифт
* */

/* *
Лого
* */
.logotop{
    width: 65%;
    margin: auto;
}
.logobot{
    width: 50%;
}
/* *
/Лого
* */


html, body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Montserrat';
}


/*
*
* Блок номер 1
*
*/
.block1{
    padding: 3% 0;
    margin: 0;
    width: 100%;
    background: linear-gradient(257.32deg, #7EFF26 7.63%, #171356 94.99%);
}
.headmenu {
    max-height: 25%;
    line-height: 115%;
    padding: 0;
    margin: 0;
    text-align: center;
    vertical-align: center;
    width: 100%;
    background: #33333366;
    position: fixed;
    top: 0;
    z-index: 10;
    }

.top_menu{
    height: 100%;
}
.scroll_butt, .contacts
{
    box-sizing: border-box;
    vertical-align: middle;
    color: whitesmoke;
    font-size: 140%;
    display: inline-block;
    padding: 5px;
    margin: 0 15px;
    /*transition: 1s;*/
    border: 2px solid #33333300;
}
.contacts a{
    display: block;
    margin: 5px;
    color: whitesmoke;
    text-decoration: none;
    transition: 0.3s;
}
.contacts a:hover{
    color: #333;
}
.scroll_butt:hover
{
    cursor: pointer;
    border: 2px solid whitesmoke;

}


/*Logo Landing*/
.centro {
    width: 80%;
    margin: 1% auto;
    padding: 2%;
    text-align: center;
}
.wh_pr_border{
    border-left: 5px solid whitesmoke;
    border-right: 5px solid whitesmoke;
    margin: 0 auto;
    padding: 5%;
    text-align: center;
    vertical-align: center;
}

.top_bd {
    height: 5px;
    width: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 12%, rgba(255,255,255,0) 35%, rgba(255,255,255,0) 65%, rgba(255,255,255,1) 88%, rgba(255,255,255,1) 100%);
}
.bot_bd {
    height: 5px;
    width: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 12%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 60%, rgba(255,255,255,1) 88%, rgba(255,255,255,1) 100%);
}




.logo_text{
    font-size: 64px;
    font-family: 'Montserrat_Bold';
}
.logo_text .lightgreen {
    color:#E9FF90;
}
.whitesmoke{
    color: whitesmoke;
}

.call_centre {
    width: 20%;
    text-align: center;
    margin: auto;
}
.call_us_bord {
    position: relative;
    width: 400px;
    height: 98px;
    border: 2px solid #E9FF90;
    top: 80px;
    left: 20px;
    z-index: 2;
    transition: 0.4s;
}
.call_us {
    vertical-align: center;
    position: relative;
    width: 400px;
    height: 100px;
    line-height: 100px;
    box-sizing: border-box;
    background: none;
    border: none;
    cursor: pointer;
    background: #FF922D;
    color: whitesmoke;
    font-size: 30px;
    font-weight: 500;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
    transition: 0.4s;
}

.call_us:hover{
    border: 2px solid #E9FF90;
}


/*
*
* Блок номер 2
*
*/

.block2 {
    display: block;
    width: 96%;
    background: linear-gradient(0deg, #171356 7.63%, #7EFF26 94.99%);
    margin: auto;
}
.sub_block2 {
    display: inline-table;
    width: 98%;
    margin: 1%;
    background: #fff;
}
.sub_block2 h1 {
    text-align: center;
    font-size: 80px;
    font-weight: bold;
}
.sub_block2 ul li {
    list-style-type: none;
    line-height: 37px;
    font-size: 30px;
    vertical-align: top;
    display: block;
    margin: 40px;
}

.sub_block2 ul li img.ico{
    height: 30px;
    padding-right: 5px;
}
.sub_block2 td{
    vertical-align: top;
}
.sub_block2 img.man{
    width: 650px;
    float: right;
    margin: -40% 0;
    position: relative;
    bottom: -120px;
    display: inline;
    object-fit: cover;
}
.sub_block2 td:nth-child(1) {
    width: 80%;
}




/*
*
* Блок номер 3
*
*/

.block3 {
    width: 96%;
    background: linear-gradient(269.25deg, #7EFF26 -26.95%, #171356 90.42%);
    margin: 7% auto;
    color: whitesmoke;
}
.block3 td:nth-child(1) {
    width: 50%;
    vertical-align: top;
}
.bl3_lt{
    font-size: 80px;
    margin: 8% auto;
    width: 80%;
}
.bl3_green{
color: #7EFF26;
}

.block3 td:nth-child(2) {
    width: 50%;
}
.block3 td:nth-child(2) ol{
    list-style-type: none;
    counter-reset: num;
    font-size: 16px;
}
.block3 td:nth-child(2) ol li{
    position: relative;
    margin: 50px;
    padding: 10px;
    line-height: 37px;
    font-size: 30px;
}
.block3 td:nth-child(2) ol li:before {
    content: counter(num);
    counter-increment: num;
    display: inline-block;
    position: absolute;
    top: 20px;
    left: -80px;
    width: 50px;
    text-align: center;
    font-size: 80px;
    font-weight: bold;
}





/*ИБ*/
.resh_ib{
    color: #333;
    font-size: 80px;
    text-align: center;
}

.table_ib {
    width: 70%;
    margin: auto;
    border-spacing: 50px 25px;
    border-collapse: separate;
    position: relative;
    z-index: 3;
}
.table_ib td.top_td{
    position: relative;
    z-index: 3;
}
.table_ib tr{
    position: relative;
    z-index: 3;
}
.table_ib td:nth-child(1),.table_ib td:nth-child(2)  {width: 50%;}

.table_ib tr:nth-child(1) td .top_td,.table_ib tr:nth-child(3) td .top_td {
    background: linear-gradient(90.46deg, #64D219 -6.56%, #60C51E -6.56%, #2A2660 99.83%);
    color: whitesmoke;
    padding: 15px;
    font-size: 30px;
    text-align: center;
    position: relative;
    z-index: 9;
}
.table_ib tr:nth-child(2) td,.table_ib tr:nth-child(4) td {
    padding: 5px 0 5px 50px;
    vertical-align: top;
}

.spis_ib {
    list-style-image: url('../cont/icon_ckecked.svg');
    margin: 0;
    position: relative;
    color: black;
    font-size: 30px;
    line-height: 1.3;
    z-index: 3;
}
.spis_ib li {
    margin: 0;
    position: relative;
    z-index: 3;
    padding: 15px;
}



.rasschet {
    display: block;
    max-width: 60%;
    text-align: center;
    color: white;
    background: #FF922D;
    border-radius: 100px;
    font-size: calc((1% * 27) + 20px);
    padding: 15px;
    margin: 5% auto;
    text-decoration: none;
    transition: 0.4s;
    border: 1px solid #FF922D;
}
.rasschet:hover{
    color: #FF922D;
    background: white;
    cursor: pointer;
}

/*
*
* Блок номер 4
*
*/

.block4 {
    margin: 7% auto;
    padding: 0;
    color: whitesmoke;
    width: 96%;
    background: linear-gradient(180deg, #64D219 -59.07%, #171356 109.54%);
}
.block4 tr{
    margin: 0;
    padding: 0;
}
.block4 td{
    margin: 0;
    padding: 0;
    vertical-align: top;
    height: 100%;
}
.block4 td:nth-child(1){
    width: 50%;
    padding: 1%;
}
.bl4_zagol{
    color: #4f4f4f;
    font-size: 65px;
    text-align: center;
}
.bl4_white{
    height: 100%;
    margin: 0;
    padding: 10%;
    background: white;
    color: #363636;
    font-size: 30px;
}
.bl4_zagol_2{
    color: whitesmoke;
    font-size: 40px;
    text-align: center;
}
.bl4_green{
    height: 100%;
    margin: 0;
    padding: 10%;
}

.bl4_ul {
    list-style-image: url('../cont/icon_unckecked.svg');
    position: relative;
    color: whitesmoke;
    font-size: 30px;
    line-height: 1.3;
    z-index: 3;
    margin: 5% auto;
    max-width: 50%;
    display: block;
}
.bl4_ul li {
    margin: 0;
    position: relative;
    z-index: 3;
    padding: 15px;
}

.bg_4-5 {
    width: 100%;
    margin: 3% 0;
}

.zagol_5 {
    color: #363636;
    font-size: 80px;
    text-align: center;
}
/*
*
* Prefinal
*
 */
.prefinal {
    background-image: url(../cont/bg8.png);
    background-repeat: no-repeat;
    background-size: cover;

}

.prefinal_table{
    width: 100%;
}
.prefinal_table td{
    width: 50%;
    padding: 5%;
}

.prefinal_table td:nth-child(1) p{
    color: whitesmoke;
    font-size: 96px;
}
.arrow img {
    display: inline-block;
    height: 96px;
}

form.os{
    background: #FFF;
    padding: 2% 10%;
}
p.cd {
    font-size: 45px;
    font-weight: bold;
    margin: 1%;
    }
p.cd2 {
    font-size: 30px;
    margin: 1%;
}

.os_form_input{
    display: block;
    height: 36px;
    width: 90%;
    border-bottom: 3px solid #666;
    border-top: none;
    border-left: none;
    border-right: none;
    margin: 60px 0;
    padding: 10px;
    font-size: 36px;
    outline:none;
}
.os_form_input:hover, .os_form_input:active {
    border-bottom: 3px solid #666;
    border-top: none;
    border-left: none;
    border-right: none;
}

p.pd {
    color: #111;
}
input#pd_send {
    background: #FF922D;
    border-radius: 20px;
    border: 2px solid #FF922D;
    color: whitesmoke;
    font-size: 30px;
    padding: 15px;
    margin: 15px auto;
    width: 99%;
    transition: 0.6s;
}
input#pd_send:hover {
    cursor: pointer;
    background: whitesmoke;
    color: #FF922D;
    border-color: #FF922D;
}


.final {
    background: #120F3A;
    color: white;
    font-size: 24px;
}
.final b {
    display: block;
    font-size: 40px;
}
b.bot_titles {
 border-bottom: 3px solid whitesmoke;
}
.final_table {
    line-height: 3;
    width: 100%;
    padding: 0;
    margin: 0;
    table-layout: fixed;
}
.final_table td {
    padding: 2%;
    vertical-align: top;
}
.final_table td div.cent{
    width: 80%;
    margin: auto;
}
b.yearbot {
    font-size: 40px;
}
.final_table tr:nth-child(2)>td {
    padding: 15px 5%;
}


.bot_call {
    display: block;
    text-decoration: none;
    font-size: 24px;
    color: whitesmoke;
    transition: 0.5s;
    padding: 15px;
    border-radius: 15px;
    margin: 15px;
}
.bot_call:hover {
    cursor: pointer;
    background: whitesmoke;
    color: #120F3A;

}


.final_table tr:nth-child(2) td{
    vertical-align: bottom;
    padding-top: 5%;
}
.final_table tr:nth-child(2) td:nth-child(1){
    text-align: left;
}
.final_table tr:nth-child(2) td:nth-child(2){
    text-align: right;
}
/* *
Slider
* */
.slider {
    width: 90%;
    margin: 100px auto;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
    height: 50px;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}


.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .5;
}

.slick-active {
    opacity: .9;
}

.slick-current {
    opacity: 1;
}
/* *
/Slider
* */

