/*-------------------reset----------------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p,
a, em, img, small, strike, sub, sup,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, label, table, caption, tr, th, td,
article, figure, figcaption, footer, header,
menu, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*-------------------reset end----------------------*/

/*-------------------global presets----------------------*/
body {
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    line-height: 1.375;
    position: relative;
}
.wrap {
    width:100%;
    max-width:1140px;
    margin:0 auto;
}
.paddinglr10px {
    padding-left:10px;
    padding-right:10px;
}
.clear {
    clear:both;
}
/*-------------------global presets end----------------------*/

/*-------------------header----------------------*/
header {
    position: relative;
}
@media only screen and (min-width:795px) {
}
/*-------------------header end----------------------*/

.swiper08 {
    height: 100vh;
    /* border: 2px solid red; */
}
.swiper-slide {
    /* border: 2px solid blue; */
}
.slide1 {
    background: url('../img/main1.jpg') center center no-repeat;
    background-size: cover;
}
.slide2 {
    background: url('../img/main2.jpg') center center no-repeat;
    background-size: cover;
}
.swiper-zoom-container {
    
}
.swiper-zoom-container div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    background-color:rgba(0, 0, 0, 0.4);
}
.swiper-zoom-container p.p_h1 {
    font-size: 43px;
    font-weight: 700;
    margin-bottom: 5px;
}
.swiper-zoom-container p.p_h2 {
    font-size: 30px;
}

/*-------------------nav----------------------*/
.wrap_nav {
    position: fixed;
    left: 0;
    right: 0;
    z-index:1000;
}
.wrap_nav.to_top {
    background-color:white;
    box-shadow: 0px 5px 11px 0px rgba(50,50,50,0.08);
    z-index: 800;
}
.wrap_nav.to_top nav ul li a {
    color:black;
    /* font-size: 14px; */
    font-weight: 700;
}
.wrap_nav nav {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
}
.wrap_nav .title {
    height:36px;
    width: 36px;
    /* border-radius: 50%; */
    cursor:pointer;
    position: absolute;
    top:35px;
    right: 20px;
    z-index: 2500;
    cursor: pointer;
    background-image: url('../img/icon_menu2.png');
    background-size: cover;
}
.wrap_nav.to_top .title {
    background-image: url('../img/icon_menu.png');
}
.wrap_nav nav ul {
    display:none;
    z-index: 2300;
    margin-top: 70px;
    background-color: #1217a6;
    text-align: right;
}

.wrap_nav .menu.open .menu_ul {
    display:block;
    text-align: center;
}

.wrap_nav nav ul li {
    display:block;
    padding: 12px 0;
}
.wrap_nav nav ul li a {
    text-decoration:none;
    font-size: 16px;
    color: white;
}
.wrap_nav nav ul li.current-menu-item a {
    /* border-bottom: 2px solid white; */
    color: #1217a6;
}
.wrap_nav nav ul li:hover a {
    color: #1217a6;
}


@media only screen and (min-width:850px) {
    .wrap_nav .title {
        display:none;
    }
    .wrap_nav nav ul {
        display:block;
        background-color: transparent;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .wrap_nav nav ul li {
        display:inline-block;
    }
    .wrap_nav nav ul li:last-child {
        border-right: none;
    }
    .wrap_nav nav ul li a {
        margin: 0 8px;
    }
    
}
/*-------------------nav end----------------------*/

/*-------------------nav2----------------------*/
.wrap_nav2 {
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    z-index:1000;
    height: 94px;
    background-color:white;
    box-shadow: 0px 5px 11px 0px rgba(50,50,50,0.08);
}
.wrap_nav2 nav {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
}
.wrap_nav2 nav .title {
    position: absolute;
    height:36px;
    width: 36px;
    top: 29px;
    right: 20px;
    z-index: 2500;
    cursor: pointer;
    background-image: url('../img/icon_menu.png');
    background-size: cover;
}
.wrap_nav2 nav ul {
    display:none;
    z-index: 2300;
    margin-top: 70px;
    background-color: white;
    text-align: right;
}

.wrap_nav2 .menu.open .menu_ul {
    display:block;
    text-align: center;
}

.wrap_nav2 nav ul li {
    display:block;
    padding: 10px 0;
}
.wrap_nav2 nav ul li a {
    text-decoration:none;
    font-size: 16px;
    color: #101010;
    font-weight: 700;
}
.wrap_nav2 nav ul li.current-menu-item a {
    /* border-bottom: 2px solid white; */
    color: #1217a6;
}
.wrap_nav2 nav ul li:hover a {
    color: #1217a6;
}


@media only screen and (min-width:850px) {
    .wrap_nav2 .title {
        display:none;
    }
    .wrap_nav2 .menu.open .menu_ul {
        text-align: right;
    }
    .wrap_nav2 nav ul {
        display:block;
        background-color: transparent;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .wrap_nav2 nav ul li {
        display:inline-block;
    }
    .wrap_nav2 nav ul li:last-child {
        border-right: none;
    }
    .wrap_nav2 nav ul li a {
        margin: 0 8px;
    }
    
}
/*-------------------nav end----------------------*/




/*-------------------block1----------------------*/
.block1 {
    padding: 0 15px;
}
.block1 h2 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: #101010;
    text-align: center;
    margin: 60px 0 10px;
    text-transform: uppercase;
}
/*-------------------block1 end----------------------*/

/*-------------------block2----------------------*/
.block2 {
    padding: 60px 15px 0;
    margin-top: 94px;
}
.block2 h1 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: #101010;
    text-align: center;
    margin: 0 0 10px;
    text-transform: uppercase;
}
/*-------------------block2 end----------------------*/

/*-------------------block_hr----------------------*/
.block_hr {
    padding: 0 15px;
    
}
.block_hr hr {
    margin: 20px auto 60px;
    width: 206px;
    height: 6px;
    background-color: #1217a6;
    border: none;
}
/*-------------------block_hr end----------------------*/

/*-------------------block3----------------------*/
.block3 {
    /* padding: 60px 15px 0;
    margin-top: 94px; */
    padding: 0 15px;
}
.block3 p {
    font-size: 14px;
    line-height: 1.5;
    color: #7c7a7b;
    max-width: 1140px;
    margin: 0 auto;
    margin-bottom: 5px;
}
.block3 p.last_p {
    margin-bottom: 60px;
}
.block3 ul {
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 20px;
    margin-bottom: 5px;
}
.block3 ul li {
    font-size: 14px;
    line-height: 1.5;
    color: #7c7a7b;
}

.block3 .wrap_fig {
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.block3 .wrap_fig figure {
    width: 100%;
    max-width: 500px;
    padding-bottom: 10px;
    margin-bottom: 60px;
}
.block3 .wrap_fig figure .img {
    width: 100%;
    height: 250px;
    border: 1px solid lightgray;
    transition: all 0.4s;
    border-bottom: 4px solid transparent;
}
.block3 .wrap_fig figure .img:hover {
    border-bottom: 4px solid #1217a6;
}
.block3 .wrap_fig figure .block3_fig1 {
    background: url('../img/granulaPVD.jpg') center center no-repeat;
    background-size: cover;
}
.block3 .wrap_fig figure .block3_fig2 {
    background: url('../img/granulaPND.jpg') center center no-repeat;
    background-size: cover;
}
.block3 .wrap_fig figure .block3_fig3 {
    background: url('../img/granulaPP.jpg') center center no-repeat;
    background-size: cover;
}
.block3 .wrap_fig figure h3 {
    font-weight: 700;
    color: #413d3e;
    margin:7px 0 10px;
}
.block3 .wrap_fig figure ul {
    list-style-type: disc;
    color: #7c7a7b;
    padding-left: 20px;
    margin-bottom: 10px;
}
.block3 .wrap_fig figure ul li {
    font-size: 14px;
    line-height: 1.5;
    color: #7c7a7b;
}

.block3 .wrap_fig figure .buy_fig1 {
    background: url('../img/pvd.jpg') center center no-repeat;
    background-size: cover;
}
.block3 .wrap_fig figure .buy_fig2 {
    background: url('../img/pnd123.jpg') center center no-repeat;
    background-size: cover;
}
.block3 .wrap_fig figure .buy_fig3 {
    background: url('../img/bigi.jpg') center center no-repeat;
    background-size: cover;
}

.block3 .wrap_fig figure .services_fig1 {
    background: url('../img/usluga1.jpg') center center no-repeat;
    background-size: cover;
}
.block3 .wrap_fig figure .services_fig2 {
    background: url('../img/usluga2.jpg') center center no-repeat;
    background-size: cover;
}
.block3 .wrap_fig figure .services_fig3 {
    background: url('../img/usluga3.jpg') center center no-repeat;
    background-size: cover;
}
/*-------------------block3 end----------------------*/

/*-------------------serv----------------------*/
.serv {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.serv figure {
    width: 90%;
    height: 370px;
    margin: 0 20px 60px;
}
.serv figure.main_fig1 {
    background: url('../img/hand.jpg') center center no-repeat;
    background-size: cover;
}
.serv figure.main_fig2 {
    background: url('../img/timer.jpg') center center no-repeat;
    background-size: cover;
}
.serv figure.main_fig3 {
    background: url('../img/law.jpg') center center no-repeat;
    background-size: cover;
}
.serv figure a {
    text-decoration: none;
    color: white;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(65,61,62,0.73);
    transition: all 0.4s;
}
.serv figure a:hover {
    background-color: #1217a6;
}
.serv figure a div {
    max-width: 80%;
}
.serv figure a h2 {
    font-size: 30px;
    margin-bottom: 20px;
}
.serv figure a p {
    font-size: 14px;
}
@media only screen and (min-width:850px) {
    .serv {
        flex-direction: row;
        justify-content: space-around;
    }
}
/*-------------------serv end----------------------*/

/*-------------------citata----------------------*/
.citata {
    padding: 20px 20px 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.citata div {
    border-top: 3px solid #413d3e;
    border-bottom: 3px solid #413d3e;
    padding: 15px;
}
.citata div p {
    font-size: 30px;
    font-style: italic;
    color: #777;
    text-align: center;
}
/*-------------------citata end----------------------*/

/*-------------------citata2----------------------*/
.citata2 {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1217a6;
}
.citata2 div {
    padding: 15px;
}
.citata2 div p {
    font-size: 30px;
    color: white;
    text-align: center;
}
/*-------------------citata2 end----------------------*/

/*-------------------citata3----------------------*/
.citata3 {
    background: url('../img/happy-client.jpg') center center fixed;
}
.citata3 .shad {
    width: 100%;
    height: 100%;
    padding: 100px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5));
}
.citata3 .shad div {
    padding: 15px;
}
.citata3 .shad div p {
    font-size: 30px;
    color: white;
    text-align: center;
}
/*-------------------citata3 end----------------------*/

/*-------------------preim----------------------*/
.preim {
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}
.preim figure {
    margin: 20px;
    padding-left: 50px;
    position: relative;
    width: 100%;
}
.preim figure h3 {
    font-size: 15px;
    margin-bottom: 5px;
    font-size: 20px;
}
.preim figure.preim1:before {
    content:"";
    position: absolute;
    width: 32px;
    height: 32px;
    top:2px;
    left: 0;
    background-image: url('../img/icon_loc.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.preim figure p {
    font-size: 13px;
    color: #97999d;
}
@media only screen and (min-width:760px) {
    .preim {
        justify-content: space-around;
    }
    .preim figure {
        width: 40%;
    }
}
@media only screen and (min-width:980px) {
    .preim figure {
        width: 28%;
    }
}
/*-------------------preim end----------------------*/

/*-------------------kont----------------------*/
.kont {
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}
.kont figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 20px;
}
.kont figure .img {
    width: 95px;
    height: 95px;
    /* background: rgba(124,122,123,0.58); */
    border-radius: 50%;
}
.kont figure .kont1 {
    background: rgba(124,122,123,0.58) url('../img/smartphone.png') center center no-repeat;
    background-size: 65%;
}
.kont figure .kont2 {
    background: rgba(124,122,123,0.58) url('../img/envelope.png') center center no-repeat;
    background-size: 65%;
}
.kont figure h5 {
    font-size: 20px;
    color: #19024a;
    margin: 20px 0 5px;
}
.kont figure p {
    font-size: 30px;
    color: #1217a6;
    /* margin: 20px 0; */
}
@media only screen and (min-width:760px) {
    .kont {
        flex-direction: row;
        justify-content: center;
    }
    .kont figure {
        margin: 0 40px;
    }
}
/*-------------------kont end----------------------*/

/*-------------------footer----------------------*/
footer {
    background-color: #7c7a7b;
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column;
    padding: 30px 0;
}
footer figure {
    margin: 20px;
    padding-left: 50px;
    position: relative;
}
footer figure h4 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}
footer figure.foot1:before {
    content:"";
    position: absolute;
    width: 32px;
    height: 32px;
    top:2px;
    left: 0;
    background-image: url('../img/icon_loc.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
footer figure.foot2:before {
    content:"";
    position: absolute;
    width: 32px;
    height: 32px;
    top:2px;
    left: 0;
    background-image: url('../img/icon_phone.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
footer figure.foot3:before {
    content:"";
    position: absolute;
    width: 32px;
    height: 32px;
    top:2px;
    left: 0;
    background-image: url('../img/icon_clock.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (min-width:560px) {
    footer {
        flex-direction: row;
    }
}

/*-------------------footer end----------------------*/

/*-------------------footer_down----------------------*/
.footer_down {
    background-color: #413d3e;
    text-align: center;
    padding: 15px 0;
}
.footer_down p {
    font-size: 14px;
    color: white;
}
/*-------------------footer_down end----------------------*/



















/*-------------------modal window----------------------*/
/* ������� ����� ���� ���������� � ���������� ����  */
.overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    visibility: hidden;
    /* ��� ���������� */
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    position: fixed; /* ������������� ���������������� */
    cursor: default; /* ��� ������� */
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    }
    .overlay:target {
    visibility: visible;
    opacity: 1;
    }
    
    /* ����� ���������� ���� */
    .popup {
    top: 0;
    right: 0;
    left: 0;
    font-size: 14px;
    z-index: 1500;
    display: block;
    visibility: hidden;
    margin: 0 auto;
    min-width: 300px;
    max-width: 300px;
    /* ������������� ����������������, ���� ��������� ��� ��������� */
    position: fixed;
    border: 1px solid #383838;
    /* ���������� ����� */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background-color: #FFFFFF;
    /* ������� ���� */
    /* ������ ������������ ����, ��������� ��� ����� */
    opacity: 0;
    /* ������ �������� (���������) */
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    }
    .overlay:target+.popup {
    top: 20%;
    visibility: visible;
    opacity: 1;
    }
    /* ��������� ������ �������� */
    .close {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    width: 20px;
    height: 20px;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    line-height: 20px;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
    color: white;
    }
    .close:hover {
        color: #e37400;   
    }
    
    /*--------------*/
    .vis {
        visibility:hidden;
    }
    .popup form {
        background-color:#6E2862;
        text-align: center;
        /* border-radius: 2px; */
        border: 1px solid white;
    }
    .popup_p1 {
        font-size:16px;
        font-family: 'Open Sans', sans-serif;
        color:white;
        text-align:center;
        padding:30px 0 0;
    }
    .popup_p2 {
        font-size:18px;
        font-family: 'Open Sans', sans-serif;
        color:white;
        text-align:center;
    }
    .popup_p3 {
        font-size:18px;
        font-family: 'Open Sans', sans-serif;
        color:white;
        text-align:center;
        padding:30px 0 0;
        text-transform: uppercase;
    }

    .input_popup2 {
        margin-top: 15px;
        margin-bottom: 15px;
        width:260px;
        height:40px;
        font-size:15px;
        font-family: 'Open Sans', sans-serif;
        padding-left:5px;
    }
    .input_textarea2 {
        margin-bottom: 20px;
        width:260px;
        height:100px;
        font-size:15px;
        padding-left:5px;
        font-family: 'Open Sans', sans-serif;
    }
    .input_button2 {
        height:40px;
        font-size:14px;
        display: inline-block;
        font-family: 'Open Sans', sans-serif;
        /* background-color:#948c44; */
        background-color:#fbdb6f;
        color:#444;
        border:1px solid white;
        /* border-radius: 30px; */
        transition: all 0.3s;
        text-transform: uppercase;
        font-weight: 300;

        padding: 8px 20px 7px;
        /* color: white; */
        text-decoration: none;
        margin-bottom: 30px;
        border: 1px solid white;
        /* margin-right: 20px; */
        font-weight: 700;
        /* letter-spacing: 1px; */
        cursor: pointer;
        /* width:260px; */
        /* width: 100%; */
        text-align: center;
        /* width:260px; */
        margin-left: 16px;
    }
    .input_button2:hover {
        background-color: white;
        cursor:pointer;
        /* color: #fbdb6f; */
    }
    /*-------------------modal window end----------------------*/
    
    




    .swiper-container1 {
        width: 100%;
        max-width: 800px;
        height: 100%;
      }
  
      .swiper-slide {
        width: 100%;
        text-align: center;
        font-size: 18px;
        background: #fff;
  
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }
      .swiper-slide img {
          width: 100%;
          max-width: 400px;
          /* border: 1px solid red; */
      }

      @media only screen and (min-width:900px)  {
        .swiper-slide img {
            width: 100%;
            
            /* border: 1px solid red; */
        }
      }




/*-------------------footer my----------------------*/
.create {
    display:flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color:#6E2862;
    padding-bottom: 5px;
    text-align: center;
}
.create a {
    color:#B677AC;
    font-size: 11px;
    display:inline-block;
    padding: 3px 10px;
    text-decoration: none;
    border-radius: 3px;
    transition:all 0.4s;
}

.create a:hover {
    border: #480D3E;
    background-color:#B677AC;
    color: #480D3E;
}
@media only screen and (min-width:790px) {
    .create {
        text-align:right;
    }
}
/*-------------------footer my end----------------------*/

