/*
  -menu
  -instr
  -acor
  -banner
  -video

*/



/* menu */

.nav_menu {
    text-align: center;
    margin-left: 20px;
    font-family: "RobotoRegular";
}

.nav_menu a {
    text-decoration: none;
    display: block;
    transition: .3s linear;
}

.nav_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.topmenu > li {
    display: inline-block;
    position: relative;
    margin-right: -4px;
}

.topmenu > li > a {
    font-weight: bold;
    padding: 20px 20px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #1c1c1c;
}

.active:after, .submenu-link:after {
    content: "";
    font-family: "RobotoRegular";
    color: inherit;
    margin-left: 10px;
}

.active:hover{
    color: #FEBA24;

}

.submenu {
    position: absolute;
    left: -1px;
    z-index: 5;
    width: 240px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: .2s ease-in-out;
    cursor: pointer;
    box-shadow: 0 20px 48px rgba(23,27,30,0.2), 0 0 1px rgba(0,12,32,0.06);
    /* box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.2); */
}

.develop{
    width: 775px !important;
}

.submenu li {position: relative;}
.submenu a {
    background: white;
    color: #1c1c1c;
    text-align: left;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 15px 20px;
}

nav li:hover > .submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.menu {
    width: 400px;
    height: auto;
}

.menu_container{
    width: 745px;
    padding: 15px;
    background-color: #fff;
}

.submenu_container{
    padding-left: 15px;
    display: flex;
    flex-wrap: wrap;
}

.submenu_link{
    width: 320px;
}

.submenu a:hover{
    /* color: #FEBA24; */
    background-color: #fff2d7;
}

.submenu_container_img{
    display: flex;
}

.submenu_img{
    width: 45px;
    height: 45px;
}

.Agroplan img{
    width: 55px;
    height: 55px;
}

.InStop img{
    width: 43px;
    height: 43px;
}

.submenu_title{
    font-size: 20px;
    padding-left: 10px;
    padding-top: 15px;
}

.submenu_text{
    width: 250px;
    color: #666565;
    font-size: 16px;
    line-height: 20px;
    padding-top: 5px;
    padding-left: 27px;
}

.submenu_title1{
    cursor: default;
    background: white;
    width: 730px;
    text-align: left;
    padding: 15px 0 15px 25px;
    font-size: 24px;
}

/* instr */

.instr{
    position: relative;
    margin-left: 5%;
    margin-top: -16px;
}

.instr_container{
    width: 1200px;
    margin: 0 auto;
}

.instr_title{
    font-family: "RobotoRegular";
    padding: 45px 0 20px 0;
    font-size: 32px;
    text-align: center;
}

.instr_item{
    display: flex;
    justify-content: space-between;
}

.step{
    padding: 10px 0 10px 45%;
}

.step img{
    width: 30px;
    padding: 10px 0;
}

.instr_text{
    font-family: "RobotoRegular";
    padding-bottom: 40px;
    font-size: 23px;
    width: 260px;
    text-align: center;
}

/* acor */

.acor_container{
    display: flex;
    padding-top: 50px;
}

.acor_container_img{
    position: relative;
    padding: 40px 0 0 145px;
}

.acor_img{
    position: absolute;
    width: 650px;
    height: 450px;
    border-radius: 20px;
}

.img1{
    z-index: 4;
}

.img2{
    z-index: 3;
}

.img3{
    z-index: 2;
}

.img4{
    z-index: 0;
}

.acor{
    /* background: linear-gradient(to top left, #3867ad, #67b7dc); */
    background: linear-gradient(to top left, #ff9801, #fddb46);
}

.acor_container{
    margin: 0 auto;
    width: 1200px;
    height: 560px;
}

.acor-container {
    margin: 45px 0 0 -50px;
    width: 550px;
}

.acor_title{
    color: #000;
    font-family: "RobotoRegular";
    font-size: 32px;
    padding-top: 40px;
    text-align: center;
}

.acor-container .acor-body {
    width: calc(100% - 40px);
    margin: 0 auto;
    height: 0;
    color: rgba(0, 0, 0, 0);
    background-color: #f2f0f0;
    line-height: 25px;
    padding: 0 30px;
    box-sizing: border-box;
    transition: color 0.5s, padding 0.5s;
    overflow: hidden;
    font-family: Verdana, sans-serif;
    font-size: 16px;
}

.acor-container .acor-body p {
    margin: 0 0 10px;
}

.acor-container label {
    border-radius: 5px;
    cursor: pointer;
    background-color: #fff;
    display: block;
    padding: 15px 20px;
    width: 100%;
    font-weight: 300;
    box-sizing: border-box;
    z-index: 100;
    font-family: Verdana, sans-serif;
    font-size: 20px;
    margin: 0 0 5px;
    transition: color .35s;
}

.acor-container label:hover {
    color: #000;
}

.acor-container input{
    display: none;
}

.acor-container label:before {
    content: '\276F';
    float: right;
}

.acor-container input:checked + label {
    background-color: #fff;
    color: #0bacf4;
}

.acor-container input:checked + label:before {
    transition: transform .35s;
    transform: rotate(90deg);
}

.acor-container input:checked + label + .acor-body {
    font-family: "RobotoRegular";
    width: 550px;
    height: auto;
    margin-top: -5px;
    margin-bottom: 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #f2f0f0;
    color: #000;
    padding: 20px 30px 10px;
}

.block_container{
    position: relative;
}

.block{
    border-radius: 15px;
}

.orange_block{
    position: absolute;
    top: 15px;
    left: 115px;
    width: 270px;
    height: 250px;
    background: #ffe93b;
}

.black_block{
    position: absolute;
    bottom: 8%;
    left: 550px;
    width: 270px;
    height: 250px;
    background-color: #1c1c1c;
}

/* banner */

.banner{
    position: relative;
    margin-left: -5%;
    margin-top: 35px;
}

.banner_container{
    margin: 0 auto;
    width: 1200px;
}

.banner_img{
    width: 1400px;
    height: 400px;
}

.banner_text{
    color: #000;
    font-size: 32px;
    width: 501px;
    text-align: center;
    font-family: 'RobotoBold';
    position: absolute;
    top: 80px;
    left: 42.5%;
    z-index: 1;
}

.banner_container_btn{
    position: absolute;
    top: 63%;
    left: 50%;
    z-index: 1;
    cursor: pointer;
    border: none;
    border-radius: 7px;
    width: 200px;
    height: 48px;
    background-color: #ffe93b;
}

.banner_btn{
    padding-left: 5px;
    font-size: 16px;
    text-transform: uppercase;
}

/* video */

.video{
    position: relative;

}

.video_container{
    margin: 0 auto;
    width: 1200px;
    display: flex;
}

.video_content iframe{
    width: 600px;
}

.video_content_second{
    font-family: "RobotoRegular";
    margin: 70px 0 0 90px;
}

.video_container_item{
    width: 540px;
    /* width: 500px; */

}

.video_title{
    font-family: "RobotoRegular";
    padding-top: 35px;
    margin-bottom: 35px;
    font-size: 40px;
}

.video_subtitle{
    width: 666px;
    font-size: 30px;
    padding-bottom: 20px;
}

.video_span{
    font-family: "RobotoRegular";
    font-weight: bolder;
    font-size: 20px;
    padding-top: 10px;
}

.video_date, .video_time{
    font-family: "RobotoRegular";
    font-size: 20px;
    padding-bottom: 10px;
}

.list_video{
    padding-bottom: 15px;
}

.list_item{
    font-family: "RobotoRegular";
    list-style: outside;
    font-size: 20px;
    padding-top: 5px;
    margin-left: 70px;
}

.video_text{
    font-size: 25px;
    padding-top: 80px;
}

@media (max-width:1600px) {

    .banner_img{
        width: 1300px;
    }

    .banner_text{
        width: 392px;
    }

    .banner_container_btn{
        left: 48%;
    }
}

@media (max-width: 1280px){

    .develop {
        width: 736px !important;
    }

    .menu_container{
        width: 705px;
    }

    .submenu_title1{
        width: 665px;
    }

    .submenu a{
        padding: 12px 12px;
    }

    .top-header{
        width: 1225px;
    }

    .header-content{
        width: 1280px;
    }

    .header_container_content {
        height: 565px;
    }

    .monitoring-content__text_second{
        margin-left: 45px;
    }

    .monitoring_img{
        width: 570px;
        height: 350px;
    }

    .instr{
        margin-left: 2%;
    }

    .instr_container{
        width: 1180px;
    }

    .banner{
        margin-left: 0;
    }

    .banner_container{
        width: 1280px;
    }

    .banner_img{
        width: 1279px;
    }

    .banner_text{
        width: 385px;
        left: 35%;
    }

    .banner_container_btn{
        left: 42%;
    }

    .acor_container_img{
        padding-left: 85px;
    }

    .acor_container{
        width: 1000px;
    }

    .acor-container label{
        width: 90%;
    }

    .acor-container input:checked + label + .acor-body{
        width: 490px;
        margin-left: 2px;
    }

    .acor-container .acor-body {
        width: calc(100% - 110px);
    }

    .orange_block{
        top: 20px;
        left: -5px;
        width: 235px;
        height: 220px;
    }

    .black_block{
        bottom: 17%;
        left: 380px;
        width: 220px;
        height: 220px;
    }

    .acor_img{
        width: 550px;
        height: 400px;
    }

    .acor_container_img{
        padding-left: 25px;
    }

    .video_container{
        width: 1000px;
        margin-left: 40px;
    }

    .video_title{
        font-size: 39px;
    }

    .video_content iframe{
        width: 500px;
    }

    .video_content_second{
        margin-left: 65px;
    }
}

@media (max-width:1024px) {

    .container{
        width: 1024px;
    }

    .top-header{
        width: 1024px;
        margin-bottom: 20px;
    }

    .logotype__text{
        font-size: 25px;
    }

    .header_container_content {
        height: 495px;
    }

    .header-content{
        width: 1020px;
    }

    .advantages__title{
        font-size: 44px;
    }

    .nav_menu{
        margin-left: -20px;
    }

    .topmenu > li{
        margin-right: -22px;
    }

    .header-contacts__phone {
        margin-bottom: 15px;
    }

    .header-contacts{
        display: block;
    }

    .header-contacts__button{
        margin-left: 20px;
    }

    .monitoring-content__text_second{
        margin: -15px 12px 0 45px;
    }

    .monitoring_text{
        padding-left: 20px;
    }

    .header-content__button{
        margin-top: -20px !important;
    }

    .monitoring-content__text{
        min-width: 480px;
    }

    .monitoring_img{
        width: 450px;
        height: 270px;
        margin-top: -30px;
        margin-left: -18px;
    }


    .instr{
        margin-left: 0;
    }

    .instr_container{
        width: 1000px;
    }

    .instr_title{
        font-size: 30px;
    }

    .instr_text{
        width: 220px;
        font-style: 20px;
    }

    .acor_container {
        width: 820px;
        padding-top: 10px;
    }

    .acor-container {
        margin: 45px -80px 0 -50px;
    }
    .acor-container label{
        width: 80%;
    }

    .acor-container input:checked + label + .acor-body {
        width: 436px;
    }

    .orange_block{
        top: 91px;
        left: 5px;
        width: 210px;
        height: 200px;
    }

    .black_block{
        bottom: 20%;
        left: 275px;
        width: 210px;
        height: 200px;
    }

    .acor_container_img{
        padding-right: 200px;
    }

    .acor_img {
        margin-top: 70px;
        width: 440px;
        height: 310px;
    }

    .banner_container {
        width: 1024px;
    }

    .banner_img{
        width: 1024px;
        height: 300px;
    }

    .banner_text{
        width: 340px;
        left: 33%;
        top: 70px;
        font-size: 22px;
    }

    .banner_container_btn{
        width: 170px;
        height: 40px;
        left: 42%;
        top: 65%;
    }

    .banner_btn{
        font-style: 15px;
    }

    .video_container{
        width: 900px;
    }

    .video_content{
        margin-top: 25px;
    }

    .video_title {
        font-size: 34px;
    }

    .video_content iframe {
        width: 470px;
    }

    .video_content_second{
        margin-left: 50px;
        margin-top: 30px;
    }

    .video_container_item{
        width: 450px;
    }

    .video_subtitle{
        width: 360px;
        font-size: 27px;
    }

    .video_span{
        font-size: 19px;
    }

    .list_item{
        font-size: 19px;
        margin-left: -5px;
    }
}