
    .icon-widgets {
        scale: 2;
    }

   
    .slideshow-container {
        max-width: 1000px;
        position: relative;
        margin: auto;
        display: flex;
        justify-content: center;
        margin-bottom: 10px;

    }

  
    .SlideScreenP,
    .SlideScreenL,
    .SlideYoutube {
        display: none;
    }

    .text {
        color: #f2f2f2;
        font-size: 15px;
        padding: 8px 12px;
        position: absolute;
        bottom: 8px;
        width: 100%;
        text-align: center;
    }

    
    .numbertext {
        color: #ea0a0a;
        font-size: 12px;
        padding: 8px 12px;
        position: absolute;
        top: 0;
    }

    .SlideScreenP-dot,
    .SlideScreenL-dot,
    .SlideYoutube-dot {
        cursor: pointer;
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }

    .active,
    .SlideScreenP-dot:hover,
    .SlideScreenL-dot:hover,
    .SlideYoutube-dot:hover {
        background-color: #3a81be;
    }

    .SlideScreenP-fade ,
    .SlideScreenPLfade{
        -webkit-animation-name: fade;
        -webkit-animation-duration: 1.5s;
        animation-name: fade;
        animation-duration: 1.5s;
    }

    @-webkit-keyframes fade {
        from {
            opacity: .4
        }

        to {
            opacity: 1
        }
    }

    @keyframes fade {
        from {
            opacity: .4
        }

        to {
            opacity: 1
        }
    }

    .plugin-href {
        color: var(--href-color);
        text-decoration: none;

    }


    .youtube-widgets {
        z-index: 100;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        position: relative;
        display: inline-block;
        overflow: hidden;
        transition: all 200ms ease-out;
        cursor: pointer;
        height: 100%;
        width: 100%;
    }

    .youtube-widgets .play {
        background: url('/images/youtube-play-btn.png') no-repeat;
        background-position: 0 -50px;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
        position: absolute;
        height: 50px;
        width: 69px;
        transition: none;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .youtube-widgets:hover .play {
        background-position: 0 0;
    }


    input-file {
        /* position: relative; */
        display: inline-block;

    }

    .input-file div {
        position: relative;
        /* display: inline-block; */
        cursor: pointer;
        outline: none;
        /* text-decoration: none; */
        /* font-size: 14px; */
        vertical-align: middle;
        color: rgb(255 255 255);
        text-align: center;
        border-radius: 5px;
        /* border: 1px solid black; */
        /* background-color:  #a7e245; */
        background: rgb(10, 142, 80);
        line-height: 22px;
        height: 30px;
        padding: 2px 5px;
        box-sizing: border-box;
        /* border: none; */
        /* margin: 20px; */
        width: 150px;
        transition: background-color 0.2s;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .input-file input[type=file] {
        position: absolute;
        z-index: -1;
        opacity: 0;
        display: block;
        width: 0;
        height: 0;
    }

    /* Focus */
    .input-file input[type=file]:focus+span {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
    }

    /* Hover/active */
    .input-file:hover span {
        background-color: #59be6e;
    }

    .input-file:active span {
        background-color: #2E703A;
    }

    /* Disabled */
    .input-file input[type=file]:disabled+span {
        background-color: #eee;
    }

    .widget-container {
        display: flex;
        margin-bottom: 50px;
        justify-content: center;
        margin-bottom: 50px;
        flex-direction: row;
        align-items: center;
    }

    @media only screen and (max-width:1079px) {
        .widget-container {
            flex-direction: column;
        }
    }

    .widget-card span {
        margin-top: 10px;
    }

    .container-imgP,
     .container-imgL {
        border-radius: 10%;
        overflow: hidden;
        width: 99%;
        height: 99%;
        
    }

    .container-images {
        position: relative;

    }

        
    .img-phoneP
     {
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 1;
    }

    .img-phoneL {
        transform: rotateZ(90deg);
        position: absolute;
        left: 12px;
        top: -15px;
        transform-origin: 100% 50% 0px;
        max-width: 250px;
        z-index: 1;
    }

    .ScreenL,
    .ScreenP {
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin: 20px;
        flex-direction: column;
    }

    
 @media only screen and (max-width:620px) {
        .ScreenL {
           display: none;
        }
    }



    .details {
        position: relative;
        display: block;
        /* max-width: 650px; */
        padding: 5px;
        margin: 0 0 30px;
        /* background: rgba(255, 255, 255, 0.5); */
        border-radius: 5px;
        transition: 0.3s;
        overflow: hidden;
        line-height: 1.5;
    }

    .details::after {
        position: absolute;
        right: 24px;
        top: 15px;
        content: "";
        display: block;
        width: 14px;
        height: 14px;
        border-right: 3px solid #425995;
        border-bottom: 3px solid #425995;
        transform: rotate(-45deg);
        transform-origin: center;
        transition: .3s;
         z-index: -1;
    }

    .details[open]::after {
        transform: rotate(45deg);
    }

    .details[open] {
        padding-bottom: 100px;
    }

    .details[open] .details__title {
        margin-bottom: 32px;
    }

    .details__title {
        /* background: #fff; */
        border-radius: 5px;
        /* padding: 12px 24px; */
        font-size: 20px;
        cursor: pointer;
        list-style: none;
        font-weight: 700;
        transition: .3s;
    }

    .details__title::-webkit-details-marker {
        display: none;
    }

    .details__content {
        padding: 0 32px;
        font-size: 18px;
        margin-bottom: -60px;
    }

    .details__content p:last-child {
        margin-bottom: 0;
    }

    .details__content p:first-child {
        margin-top: 0;
    }


    .infoblock__content_app {
        font-size: 18px;
        line-height: 1.6;
        font-weight: 300;

    }