@import 'main.css';

main {
    min-height: 100vh;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    transition: all 0.5s;
}


.podrob_w {
    box-sizing: border-box;
    background-color: transparent;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    display: inline-block;
    padding: 10px 35px;
    font-size: 16px;
    text-transform: none;
    font-family: 'Varela Round', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    border-radius: 50px;
    position: relative;
    text-align: center;
    border: 2px solid #ffffff;
}

div.k2Pagination ul li a {
    border: 0;
    font-size: 16px;
    color: #232323;
    transition: all 0.3s;
    font-weight: bold;
    background: transparent;
}

div.k2Pagination ul li.active {
    background: transparent;
}

div.k2Pagination ul li a:hover,
div.k2Pagination ul li.active a {
    color: #f3ce04;
}


.podrob_b{    box-sizing: border-box;
    background-color: #2f2c2c !important;
    text-decoration: none;
    color: #ffffff !important;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    display: inline-block;
    padding: 10px 35px;
    font-size: 16px;
    text-transform: none;
    font-family: 'Varela Round', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    border-radius: 50px;
    position: relative;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-color: #2f2c2c !important;
    border-image: initial;}

    .price_text {

    }



    div.in {display:block;min-height:446px; position: relative; width: 100%; max-width: 100%;}

    div.mask {
        background-image: linear-gradient(-51deg,#ff3cac 0,#c9379d 15%,#562b7c 47%,#4157a0 70%,#52b0f3 100%);
        color: #ffffff;
        width: 100%;
        min-height: 446px;
        position:relative;
        padding:60px 20px;
        transition: all 0.3s;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .clients__item .img a {
        padding-top: 24px;
        align-items: flex-start;
    }

    .banner .content {
        max-width: 100%;
    }

    .pweb-form-blue.pweb-shadow form.pwebcontact-form button, .pweb-form-blue.pweb-shadow form.pwebcontact-form .btn {
        align-items: flex-start;
        padding-top: 10px!important;
    }

    .button {
        font-family: Roboto , sans-serif;
    }

    .button span {
        z-index: 9;
        position: relative;
    }

    .button:after {
        z-index: 0;
    }

    .section.bg-white .itemContainer {
        max-width: 100%;
        width: 100%;
    }

    div.invis div.mask {opacity: 0; transition: all 0.3s;}


    div.vis div.mask {
        opacity: 1;
        /*margin-bottom:-446px;*/
    }

    
    div.mask div.catItemReadMore a{
        margin-top:40px;        
        display: inline-block;
        padding: 0 20px 0 20px;
        line-height: 40px;
        font-size: 17px;
        font-weight: bold;
        text-transform: uppercase;
        border: 2px solid #ffffff;
        border-radius: 22px;
        text-decoration: none;
        color:#ffffff;}


        div.mask div.catItemReadMore a:hover
        {color:#000000;
            background:#ffffff;}


            .tariff.active ul li:before {
                background-image: url(../img/check_w.png);
            }

            .tariff ul li:before {
                content: '';
                position: absolute;
                top: 5px;
                left: 0;
                width: 13px;
                height: 10px;
                display: block;
                background-image: url(../img/check_b.png);
                background-repeat: no-repeat;
            }


            .tariff {
                padding-left: 16px;
                padding-right: 16px;
                padding-top: 30px;
                padding-bottom: 30px;
                border: 1px solid #e0e0e0;
                max-width: 357px;
                flex-basis: 357px;
                margin-bottom: 30px;
            }


            .yandex-input strong {
                padding-left: 20px;
                padding-top: 10px;
                padding-bottom: 10px;
                font-size: 18px;
                font-family: Roboto-reg,Arial,sans-serif;
                font-weight: normal;
            }

            .table-button>strong , .button strong {
                position: relative;
                font-weight: normal;
                z-index: 1;
            }

            .big-button>strong {
                position: relative;
            }

            .big-button:hover {

                color: #ffffff!important;
            }

            .subjects__item {
                color: #ffffff;
            }

            .subjects__item .bg {
                filter: brightness(0.7);
            }

            .subjects__item:hover .bg {
                filter: none;
            }

            .list-cat-item {
                font-size: 18px;
                color: #000000;
                margin-bottom: 20px;
                display: inline-block;
            }

            #pwebcontact111_toggler {
                display: none!important;
            }

            .pweb-labels-inline form.pwebcontact-form .pweb-label {
                float: none;
            }

            .pweb-label {
                /*display: flex!important;*/
                transition: all 0.3s;   
            }

            .pweb-field-container:focus .pweb-label {
                transform: translateY(-17px) scale(0.6);
            }

            .op0 {
                opacity: 0;
            }

            .menu__item a {
                display: block;
            }

            header .row {
                max-width: 90%;
                margin: auto;
            }

            .content-header .row {
                max-width: 100%;
            }

            .dip-contacts {
                transform: none;
                top: 0;
            } 

            .arr-up  {
                width: 50px;
                height: 50px;
                position: fixed;
                bottom: 10%;
                right: 2%;
                z-index: 2;
                padding: 13px;
                overflow: hidden;
                cursor: pointer;
                opacity: 0;
                pointer-events: none;
                transition: all 0.3s;
            }

            .arr-up.show {
                pointer-events: all;
                opacity: 1;
            }

            .arr-up img {
                width: 100%;
                position: relative;
                transition: all 0.3s;
            }

            .arr-up:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: linear-gradient(-51deg,#ff3cac 0,#c9379d 15%,#562b7c 47%,#4157a0 70%,#52b0f3 100%);
                transition: all 0.3s;
            }

            .arr-up:hover::before {
                transform: scale(2);
            }

            .arr-up:hover img {
                transform: translateY(-5px);
            }

            .pweb-bg-white.pwebcontact-box.pweb-modal .pwebcontact-container, .pweb-bg-white.ui-effects-transfer.pweb-genie {
                border-radius: 0!important;
                max-width: 400px;
                padding-top: 40px;
                padding-left: 5%;
                padding-right: 5%;
                padding-bottom: 40px;
                box-sizing: border-box;
                margin: auto!important;
            }

            .pweb-modal .pweb-button-close {
                width: 25px!important;
                height: 25px!important;
                min-width: 25px;
                min-height: 25px;
                cursor: pointer;
                background: transparent!important;
                color: #2323!important;


                z-index: 1;
                font-size: 25px!important;
                padding: 0!important;
                margin: 0;


            }

            body.pweb-modal-white .modal-backdrop.fade.in {
                opacity: 0.7!important;
            }

            div.modal.fade.in {
                background: transparent!important;
            }

            .pweb-labels-over form.pwebcontact-form .pweb-label-over .pweb-label {
                width: 100%!important;
                height: 100%;
                text-transform: uppercase;
                color: #000;
                display: flex;
                align-items: center;
                text-align: center;
                justify-content: center;
            }


            .work-examples .col-md-3 {
                padding: 0;
            }

            .slogan-section {
                padding-bottom: 20px;
            }

            .work-example {
                padding: 0;
            }

            .work-example img {
                width: 100%;
                padding: 0;
            }

            .slogan-section .text p {
                font-size: 18px;
            }

            .work-examples .col-md-3 img {
                display: block;
                width: 100%;
            }

            h2.section-title {
                margin-bottom: 50px;
            }

            .slogan {
                font-size: 30px;
                text-transform: uppercase;
                font-weight: normal;
                line-height: 1.5;
            }

            .step .term {
                max-width: 35px;

            }

            .row {
                width: 100%;
                margin: 0;
            }


            .step {
                border: 1px solid #0066a8;
                padding-top: 20px;
                padding-bottom: 30px;
                padding-left: 10px;
                padding-right: 10px;
                position: relative;
                margin-bottom: 28px;
            }

            .step .number {
                position: absolute;
                top: 0;
                right: 0;
                width: 48px;
                height: 41px;
                background: #0066a8;
                color: #fff;
                text-align: center;
                font-size: 24px;
                line-height: 40px;
            }

            .step h3 {
                font-size: 18px;
                flex-basis: 100%;
                line-height: 1.3;
            }

            .step .term span {
                font-size: 12px;
                color: #666;
                text-transform: uppercase;
            }

            .step .row.just-between {
                max-width: 210px;
                margin: auto;
            }

            .step .term strong {
                font-size: 36px;
                color: #232323;
            }

            .step .term img {
                display: block;
                margin: auto;
                margin-bottom: 7px;
            }

            .step .desc {
                font-size: 14px;
                color: #666;
                line-height: 21px;
                max-width: 160px;
                padding-left: 10px;
                border-left: 1px solid #2866a4;
            }


            .slogan strong {
                color: #b4469b;
                font-weight: normal;
            }

            .work-example {
                overflow: hidden;
            }

            .section.work-examples {
                padding-top: 0;
                padding-bottom: 0;
            }

            .pweb-form-blue.pweb-shadow form.pwebcontact-form input.pweb-input, .pweb-form-blue.pweb-shadow form.pwebcontact-form select, .pweb-form-blue.pweb-shadow form.pwebcontact-form textarea {
                box-shadow: none!important;
                border-radius: 0;
                border-width: 2px;
                border-color: #273962;
                padding: 15px;
            }

            .pweb-labels-over form.pwebcontact-form .pweb-label-over label {
                color: #273962!important;
                font-size: 1.5rem;
                font-weight: bold;
            }

            .pweb-labels-over form.pwebcontact-form#pwebcontact111_form .pweb-label-over label {
                font-size: 1rem;
            }


            input:focus {
                box-shadow: none!important;
            }

            .pweb-form-blue.pweb-shadow .form.pwebcontact-form input[type=text] , .pweb-form-blue.pweb-shadow .form.pwebcontact-form input[type=email] ,  .pweb-form-blue.pweb-shadow .form.pwebcontact-form input[type=tel] {
                min-height: 20px!important;
            }




            .pweb-form-blue.pweb-shadow .form.pwebcontact-form textarea {
                min-height: 125px!important;
            }

            #pwebcontact111_field-comment-lbl {
                position: relative;
                top: -10px;
            }

            .pweb-form-blue.pweb-shadow form.pwebcontact-form button, .pweb-form-blue.pweb-shadow form.pwebcontact-form .btn {
                display: block;
                font-family: Roboto,Arial,sans-serif;
                max-width: 100%;
                margin: 0 0 0 15px;
                background: #273962;
                color: #f3ce04;
                min-height: 60px;
                width: 100%;
                margin: 0;
                box-sizing: border-box;
                min-width: 100%;
            }

            .pweb-form-blue.pweb-shadow form.pwebcontact-form button, .pweb-form-blue.pweb-shadow form.pwebcontact-form .btn {
                display: flex;
                justify-content: center;
                align-items: center;
                cursor: pointer;


            }

            .pweb-icomoon .pweb-uploader .icon-plus-sign {
                margin-right: 5px!important;
            }

            form.pwebcontact-form .pweb-field-container {
                margin-bottom: 15px!important;
            }

            .pweb-separator-text h3 {
                text-align: center;
                text-transform: uppercase;
            }


            #pwebcontact129_container .pweb-fields {
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
            }

            #pwebcontact129_container .pweb-fields .pweb-field-container {
                flex-basis: 255px;
                margin-bottom: 0!important;
            }

  @media screen and (max-width: 767px)
            {
				
			            #pwebcontact129_container .pweb-fields .pweb-field-container {
                flex-basis: 100%!important;
                margin-bottom: 0!important;
            }	
			}



            #pwebcontact129_container .pweb-fields .pweb-field-container:before {
                display: none!important;
            }

     #pwebcontact129_send {
                min-height: 89px;
                border-radius: 0;
                font-size: 1.4rem;
                color: #f3ce04!important;
                padding: 8px!important;
                padding-top: 24px!important;
                padding-bottom: 33px!important;
				
            }




            #pwebcontact113_container .pweb-fields {
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
            }

            #pwebcontact113_container .pweb-fields .pweb-field-container {
                flex-basis: 255px;
                margin-bottom: 0!important;
            }


            #pwebcontact113_container .pweb-fields .pweb-field-container:before {
                display: none!important;
            }


            .pwebcontact-box:before, .pwebcontact-box:after, .pweb-fields:before, .pweb-fields:after, .pweb-fields-group:before, .pweb-fields-group:after, .pweb-field-container:before, .pweb-field-container:after, .pweb-uploader .files > div:before, .pweb-uploader .files > div:after {
                display: none;
            }

            #pwebcontact113_send {
                min-height: 89px;
                border-radius: 0;
                font-size: 1.4rem;
                color: #f3ce04!important;
                padding: 8px!important;
                padding-top: 24px!important;
                padding-bottom: 33px!important;
            }

            form.pwebcontact-form .pweb-msg {
                min-height: 30px;
            }

            #pwebcontact111_field-field_7 {
                margin-top: 5px;
                margin-right: 10px;
            }

            #pwebcontact111_field-field_7-lbl {
                line-height: 2;
            }

            input[type=text],
            input[type=tel],
            input[type=email]
            {
                font-size: 1rem!important;
            }

            #pwebcontact111_form .pweb-msg {
                min-height: 30px;
            }

            #pwebcontact111_form .pweb-field>.tooltip {
                top: -20px!important;
                height: 30px!important;
                z-index: 5!important;
            }

            #pwebcontact111_field-comment-lbl {
                width: 100%;
                height: 100%;
                box-sizing: border-box!important;
                display: flex;
                padding: 0;
                padding-top: 25px;
                top: 0;
                left: 0;
                justify-content: center;
                /* align-items: center; */
            }

            #pwebcontact111_field-email_5-lbl,
            #pwebcontact111_field-phone-lbl,
            #pwebcontact111_field-name-lbl {

                width: 100%;
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;

            }

            .pweb-form-blue.pweb-shadow form.pwebcontact-form#pwebcontact111_form textarea {
                min-height: 150px;
            }

            .pweb-form-blue.pweb-shadow form.pwebcontact-form#pwebcontact111_form input.pweb-input {
                min-height: 60px;
            }

            #pwebcontact113_send:hover {
                color: #fff!important;
            }

            ul.list-unstyled {
                padding: 0;
                list-style: none;
            }

            .advant-item img {
                display: block;
                margin-bottom: 15px;
                height: 50px;
                width: auto;
            }

            .advant-item h3 {
                line-height:  1.2;
                min-height: 56px;
            }

            .advant-item p {
                font-size: 13px;
            }

            .section-price-bg p {
                font-size: 18px;
                line-height: 1.5;
            }

            .prices-blocks {
                max-width: 600px;
                margin: auto;
            }

            .work-example {
                position: relative;
            }

            .work-example .mask {
                opacity: 0;
                pointer-events: none;
                transition: all 0.3s;
            }

            .work-example:hover .mask {
                opacity: 1;
                pointer-events: all;
            }

            .examples {
                margin-bottom: 40px;
            }

            .work-examples .button {
                max-width: 230px;
            }

            .prices-blocks .button {
                padding: 18px;
                height: 100%;
            }

            .border-block-price {
                width: 100%;
                border: 2px solid #fff;
                padding-top: 10px;
                padding-bottom: 8px;
                text-align: left;
                padding-left: 20px;
                padding-right: 20px;
            }

            .border-block-price span {
                display: block;
                font-size: 14px;
            }

            .border-block-price strong {
                display: block;
                font-size: 22px;
                font-weight: normal;
            }

            .section-price-bg h3 {
                font-weight: normal;
                font-size: 24px;
            }

            .section-price-bg .section-content {
                max-width: 800px;
            }

            .section-seo {
                font-size: 16px;
                line-height: 1.5;
            }

            .section-seo .quote {
                align-items: center;
            }

            .testims-slider {
                border: 1px solid #b4469b;
            }

            .testims-slider .slide {
                border-left: 1px solid #b4469b;
                padding-top: 30px;
                padding-bottom: 30px;
                padding-left: 25px;
                padding-right: 25px;
            }

            .testims-slider .slide h4 {
                font-weight: normal;
                font-size: 14px;
                color: #232323;
            }

            .testims-slider .slide h3 {
                font-size: 36px;
                margin-bottom: 25px;
            }

            .testims-slider .slide p {
                margin-bottom: 20px;
            }

            .testims-slider .slide p:last-child {
                margin-bottom: 0;
            }

            .testims-slider .slide .content {
                position: relative;
                padding-left: 100px;
                min-height: 260px;
            }

            .testims-slider .slide .content .number {
                color: #d4d4d4;
                font-size: 36px;
                font-weight: normal;
                position: absolute;
                bottom: 0;
                left: 0;
                line-height: 1;
            }

            .testims-slider .slick-arrow {
                top: -21px;
                width: 57px;
                height: 42px;
                border: 1px solid #b4469b;
                min-width: auto;
                min-height: auto;
                margin: 0;
                background-image: url('../img/next.png');
                background-repeat: no-repeat;
                background-position: center;
            }

            .testims-slider .slick-arrow:before {
                display: none;
            }


            .testims-slider .slick-arrow.slick-prev {
                right: 56px;
                left: inherit;
            }

            .testims-slider .slick-arrow.slick-next {
                right: 0;
                background-image: url('../img/next2.png');
            }


            @media screen and (max-width: 1200px)
            {
                #pwebcontact113_container .pweb-fields .pweb-field-container {
                    margin-bottom: 20px!important;
                    margin-left: auto;
                    margin-right: auto;
                }


                .step .desc {
                    max-width: 130px;
                }


                .step {
                    min-height: 265px;
                }

            }

            @media screen and (max-width: 1169px)
            {   
                header .col-lg-3:first-child {
                    margin: 0;
                }

                header .col-lg-3:nth-child(3)
                {
                    display: block;
                }
            }

            @media screen and (max-width: 993px)
            {
                header .col-lg-3:first-child {
                    display: -webkit-flex;
                    display: -moz-flex;
                    display: -ms-flex;
                    display: -o-flex;
                    display: flex;
                    justify-content: center;
                }

                h2.section-title {
                    margin-top: 20px;
                }

                .work-examples .button {
                    margin-bottom: 20px;
                }

                .step .desc {
                    max-width: 160px;
                }



                .prices-blocks .col-md-6 {
                    margin-bottom: 20px;
                }

                .prices-blocks .col-md-6:last-child {
                    margin-left: auto;
                    margin-right: auto;
                }


                .content-header {
                    display: none!important;
                }

                .dip-contacts {
                    display: block!important;
                }

                .step {
                    min-height: auto;
                }

                .slogan {
                    margin: auto;
                    margin-bottom: 20px;
                }

                .slogan-section .text {
                    margin: auto;
                }

                header .col-lg-3:nth-child(3) {
                    text-align: center;
                }

                .banner {
                    padding-top: 230px;
                }


                .breadcrumb {

                    font-size: 13px;
                }

                header .logo img {
                    max-width: 150px;
                }
            }

            @media screen and (max-width: 767px)
            {
                .testims-slider .slide .content {
                    padding: 0;
                }

                .testims-slider .slide .content .number {
                    display: none;
                }

                .testims-slider .slide h3 {
                    font-size: 30px;
                }
            }
