body {font-family: 'Montserrat';color: #000;background: #fff;padding:0;margin:0;font-size:14px;}
.container__tt{position:relative;width:1200px;margin-right: auto;margin-left:auto;padding-left:15px;padding-right:15px;}
.container__tt:before, .container__tt:after{content:'';display:table;clear:both;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
hr{border: 0;border-bottom: 1px solid #e6e6e6;margin-top: 20px;}
.clearfix {overflow: auto;clear: both;}
.clearfix:after{content: "";clear: both;display: table;}
a, a div, button, img, .btn1:before, .click--youtube, .click--youtube i, a:before{-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;}

	a{color:#018ac9}	
.wp-block-table td{padding:10px;word-break: break-word;}
.wp-block-table td:nth-child(2n) {width:80px;text-align:center}
.mobile--menu--click{display:none;font-size:22px;color: #cacaca;}
.mobile--menu{text-align:center}

.slider--all{position:relative;}
.preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #00378c;
    display: none;
	    z-index: 99999;
}

.show {
  display: block!important;
}

.hide {
  visible: none!important;
}

.preloader svg {
    width: 104%
}

.preloader__map {
    position: absolute;
    width: 150px;
    height: 150px;
    left: 50%;
    top: 50%;
    margin-top: -75px;
    margin-left: -75px;
}

.preloader__auto {
    position: absolute;
    top: 21px;
    left: 46px;
    width: 43%;
    animation: autoPreloaderstart 1.25s linear infinite;
}

@keyframes autoPreloaderstart {
    0% {
        opacity: 0.7;
        transform: scale(0.9);
    }
    30% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0.7;
        transform: scale(0.9);
    }
}

.preloader__auto img {
    width: 100%;
}

.preloader__polupoker {
    position: absolute;
    width: 104%;
    height: 50%;
    /*background: #00378c;*/
    left: 0;
    bottom: 80px;
	animation: autoStar 2s linear;
}

@keyframes autoStar {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.path {
    stroke-dashoffset: 628.3;
    animation: dash 5s linear infinite;
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

circle {
    stroke-width: 8px;
    stroke-opacity: 50;
    stroke-dasharray: 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 0 628;
    stroke: rgb(24, 209, 123);
    fill: none;
}


.advantages-items{display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;}

.advantages-items.all{ -webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
.container{-webkit-flex-basis: -webkit-calc(100% - 500px);-ms-flex-preferred-size: calc(100% - 500px);flex-basis: calc(100% - 500px);}

.all--contents{min-height:calc(100vh - 470px);background: #f5f5f5;padding: 10px 0 45px;}
.all--contents .div--content{box-shadow: 0px 20px 27px 0px rgba(76, 76, 76, 0.28);box-sizing:border-box;background:#fff;margin:25px 0;padding:25px;-webkit-flex-basis: 100%;-ms-flex-preferred-size: 100%;flex-basis: 100%;}
.all--contents .div--content.lefts{-webkit-flex-basis: -webkit-calc(100% - 330px);-ms-flex-preferred-size: calc(100% - 330px);flex-basis: calc(100% - 330px);}
.all--contents .div--content--right{position:relative;margin: 25px 0 25px 30px;box-shadow: 0px 20px 27px 0px rgba(76, 76, 76, 0.28);background:#fff;box-sizing:border-box;padding:0 30px 25px;-webkit-flex-basis: 300px;-ms-flex-preferred-size: 300px;flex-basis: 300px;}
.all--contents .div--content--right .news--box--post--link{float:right;position:absolute;top:22px;right:30px;}
.all--contents .div--content--right .news--box--post{margin: 15px 0 0;padding-top: 10px;border-top: 1px solid #f5f5f5;}
.all--contents .div--content--right .news--box--post .date--news{text-align:right;font-size:14px;opacity:0.5}
.all--contents .div--content--right .news--box--post .title--news a{font-size:15px;display:inline-block;margin:8px 0;text-decoration:none;font-weight:600}
.all--contents .div--content--right .news--box--post p{margin:0 0 5px}

.all--contents .div--content.lefts .news--box{margin-bottom:25px;padding-bottom:20px;border-bottom:1px solid #f5f5f5}
.all--contents .div--content.lefts .news--box .post{box-sizing:border-box;margin-left:25px;-webkit-flex-basis: -webkit-calc(100% - 375px);-ms-flex-preferred-size: calc(100% - 375px);flex-basis: calc(100% - 375px);}
.all--contents .div--content.lefts .news--box figure{box-sizing:border-box;margin:0;-webkit-flex-basis: 350px;-ms-flex-preferred-size: 350px;flex-basis: 350px;}
.all--contents .div--content.lefts .news--box figure img{width:100%;height: auto;}
.all--contents .div--content.lefts .news--box .post .data{float:right;opacity:0.5}
.all--contents .div--content.lefts .news--box .post .title{font-size:18px;font-weight:800}

.microcallaps{width:100%;padding:0 250px;box-sizing:border-box;overflow:hidden;background:#29b9fc;}
.marquee {width: 100%;margin: 0 auto;white-space: nowrap;overflow: hidden;box-sizing: border-box;color:#fff;}
.marquee span {display: inline-block;padding:15px 0;font-weight:600;padding-left: 100%;text-indent: 0;animation: marquee 25s linear infinite;}
.marquee span:hover {animation-play-state: paused}
@keyframes marquee {0%   { transform: translate(0, 0); }100% { transform: translate(-100%, 0); }}
.microsoft {font-size:18px;}
.microsoft:after, .microsoft::after {z-index: 1;content: '';position: absolute;top: 0; left: 0;width: 2em; height: 2em;}
.vanity {color: #333;text-align: center;font: .75em 'Segoe UI', Tahoma, Helvetica, Sans-Serif;}
.vanity a, .microsoft a {color: #1570A6;transition: color .5s;text-decoration: none;}
.vanity a:hover, .microsoft a:hover {color: #F65314;}
.toggle {display: block;margin: 2em auto;}

.btn1{cursor:pointer;border:0;position:relative;outline:0;display:inline-block;overflow:hidden;text-decoration:none;margin-top:50px;border-radius:50px;    padding: 8px 45px 19px;background-image: -moz-linear-gradient( -90deg, rgb(46,189,255) 0%, rgb(0,151,221) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(46,189,255) 0%, rgb(0,151,221) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(46,189,255) 0%, rgb(0,151,221) 100%);
  box-shadow: 0 18px 35px rgba(0, 33, 128,0.2);
  border-top:1px solid #b3e7ff;
  border-bottom:2px solid #18b6ff;
  }
 .btn1:hover{box-shadow: 0 18px 35px rgba(0, 33, 128,0.5);}
.btn1 span{display:inline-block;position:relative;font-size: 17px;color: #fff;text-transform: uppercase;text-shadow: 0px 4px 8px rgba(76, 76, 76, 0.2);}
.btn1 span .iconbt{margin-right:25px;position:relative;font-size: 1.43em;top: 6px;}
.btn1 span .iconbt.righ{margin-right:0;margin-left:25px;}
.btn1 span .iconbt > i{position: absolute;}
.btn1 span .iconbt > i:before{animation:btnphoneanim1 1s linear infinite;top: -14px;left: -37px;width: 50px;height: 50px;border-radius:50px;border:1px solid #fff;content:'';position:absolute;}
.btn1 span .iconbt > i:after{animation:btnphoneanim2 1.7s linear infinite;top: -23px;left: -47px;width: 68px;height: 68px;border-radius:50px;border:1px solid #fff;content:'';position:absolute;}
.btn1:before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background:#16a9ff;opacity: 0;}
.btn1:hover:before{opacity:1}
@keyframes btnphoneanim1 {
	0%{opacity:0;transform:scale(0)}
	50%{opacity:1;transform:scale(1)}
	100%{opacity:0;transform:scale(2)}
}
@keyframes btnphoneanim2 {
	0%{opacity:0;transform:scale(0)}
	50%{opacity:1;transform:scale(1)}
	100%{opacity:0;transform:scale(2)}
}

#header-logo-phone{padding:25px 0;}

.advantages-items.center{align-items: center;-webkit-box-align: center;-webkit-align-items: center;}
.advantages-items.bottom{align-items: flex-end;-webkit-box-align: flex-end;-webkit-align-items: flex-end;}

.header--logo{-webkit-flex-basis: 239px;-ms-flex-preferred-size: 239px;flex-basis: 239px;}
.header--text{-webkit-flex-basis: -webkit-calc(100% - 810px);-ms-flex-preferred-size: calc(100% - 810px);flex-basis: calc(100% - 810px);}
.header--text--span{padding-left:50px;font-size:16px}
.header--phone{text-align:right;-webkit-flex-basis: 180px;-ms-flex-preferred-size: 180px;flex-basis: 180px;}
.header--phone--box{font-family: 'Montserrat', sans-serif;font-weight:600;font-size:18px;margin-bottom:5px}
.header--phone--box a{color:#000;text-decoration:none;}
.header--adress{-webkit-flex-basis: 390px;-ms-flex-preferred-size: 390px;flex-basis: 390px;padding-left: 15px;box-sizing: border-box;}
.header--adress--box{font-size:16px;margin-bottom:5px}
.header--adress a{text-decoration:none;}
.header--adress a i{position:relative;top:3px;margin-right:8px;}
.header--adress a span{border-bottom:1px dashed #018ac9}

.menu--header{padding:18px 0;background:#0251cc;box-shadow: 0px 6px 6px 0px rgba(76, 76, 76, 0.14);    position: relative;}
.menu--header .advantages-items{margin: 0;padding: 0;list-style:none;}
.menu--header .advantages-items li{-webkit-flex-basis: -webkit-calc(100%/6);-ms-flex-preferred-size: calc(100%/6);flex-basis: calc(100%/6);text-align:center;}
.menu--header .advantages-items li:nth-child(1){text-align:left;}
.menu--header .advantages-items li:last-child{text-align:right}
.menu--header .advantages-items li:nth-child(1), .menu--header .advantages-items li:last-child{-webkit-flex-basis: -webkit-calc(100%/8);-ms-flex-preferred-size: calc(100%/8);flex-basis: calc(100%/8);}
.menu--header .advantages-items li:nth-child(3){-webkit-flex-basis: -webkit-calc(100%/4);-ms-flex-preferred-size: calc(100%/4);flex-basis: calc(100%/4);}
.menu--header .advantages-items li:nth-child(2){text-indent: -25px;}
.menu--header .advantages-items li:nth-child(5){text-indent: 25px;}
.menu--header .advantages-items li a{text-decoration:none;color:#fff}
.menu--header .advantages-items li a:hover{color:#fff;text-decoration:underline}

.menu--header .advantages-items li a{display:inline-block;font-size: 14px;}

#menu-header-main{position:fixed;top:0;left:0;width:100%;z-index: 999;}
#header-logo-phone-main{margin-top:68px;}

.main--slider{background:#0050c9}
.slider--left--box{position:relative;z-index: 11;width:45%}

.main--slider{position:relative;height:700px;overflow:hidden;}
.main--slider .item{height:700px;}
.main--slider .back-video{position: absolute;
    top: 0px;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background: #030203;
    z-index: 9;}
.back-video-cl{z-index: 10;position: absolute;
    top: 0px;
    left: 0;
    min-width: 100%;
    min-height: 100%;}
	
.main--slider .title1{font-size: 28px;color:#fff;text-transform: uppercase;font-weight:600;margin-top:130px;}
.main--slider .title2{font-size: 130px;color:#fff;font-family: 'Montserrat', sans-serif;font-weight:800;margin-left:-100px;text-shadow: -18px 0px 35px rgb(0, 33, 128);}
.main--slider .title1-1{font-size: 130px;color:#fff;margin-top:90px;font-family: 'Montserrat', sans-serif;font-weight:800;text-shadow: -18px 0px 35px rgb(0, 33, 128);}
.main--slider .title1-2{font-size: 28px;color:#fff;margin-bottom:40px;text-transform: uppercase;margin-left:-100px;font-weight:600;}

.main--slider .title2-1{font-size: 28px;color:#fff;margin-top:85px;text-transform: uppercase;font-weight:600;}
.main--slider .title2-2{font-size: 130px;color:#fff;margin-top:-30px;font-family: 'Montserrat', sans-serif;font-weight:800;margin-left:-100px;text-shadow: -18px 0px 35px rgb(0, 33, 128);}
.main--slider .title2-3{font-size: 28px;color:#fff;margin-bottom:40px;text-transform: uppercase;margin-left:100px;font-weight:600;}

.main--slider .title3{font-size: 20px;color:#fff;}

.slider--left--box .btn1{padding: 18px 45px 25px;}
.slider--left--box .btn1 span .icon-phone{font-size:1.6em;top:6px}

#slider--hand{position:absolute;z-index:10;right:0;bottom:-1px;width:448px;height:300px;background:url(../images/hand.png) no-repeat}
#slider--man{position:absolute;z-index:10;right:8%;bottom:-1px;width:800px;height:674px;background:url(../images/man.png) no-repeat}
#slider--plata{position:absolute;z-index:10;right:16%;bottom:-1px;width:680px;height:656px;background:url(../images/plata.png) no-repeat}
#slider--slide2{background:url(../images/slide2.jpg) center center no-repeat;background-size:cover}
#slider--slide3{background:url(../images/slide3.jpg) center center no-repeat;background-size:cover}



.two--win{margin:100px 0;}
.two--win .title1{font-size: 28px;color:#000;text-transform: uppercase;font-weight: 600;margin-bottom:25px;text-indent:-100px}
.two--win .title2{margin-left:-250px;height:151px;text-indent:-5000px;background:url(../images/logo-win2.jpg) left center no-repeat;background-size: contain;}
.two--win .title3{position:relative;font-size: 18px;margin-top:25px;margin-left:120px;}
.two--win .title4{font-size:20px;font-weight: 600;margin-top:25px;margin-bottom:20px;text-transform:uppercase}
.two--win .two--left--content{margin-left:250px;}
.two--left--box{text-align:center;padding: 0 8px 20px;box-sizing: border-box;-webkit-flex-basis: -webkit-calc(100%/3);-ms-flex-preferred-size: calc(100%/3);flex-basis: calc(100%/3);}
.two--left--box .ico{width:100%;height:50px;background-image:url(../images/ico.png);margin-bottom:20px;background-position:center 0;background-repeat:no-repeat;}
.two--left--box #two--box-ico-2{background-position:center -50px;}
.two--left--box #two--box-ico-3{background-position:center -100px;}
.two--left--box #two--box-ico-4{background-position:center -150px;}
.two--left--box #two--box-ico-5{background-position:center -200px;}
.two--left--box #two--box-ico-6{background-position:center -250px;}
.two--left--box .text{font-size:17px;}
.two--win .btn1{margin-top:10px;}

.two--win .two--content{-webkit-flex-basis: -webkit-calc(100%/2 - 250px);-ms-flex-preferred-size: calc(100%/2 - 250px);flex-basis: calc(100%/2 - 250px);}
.two--win .two--right--content{margin-left:50px;background-image:url(../images/win2.jpg);background-position:170px 0;background-repeat:no-repeat}
.two--win .two--right--content .div--img{position:relative;margin:40px 0;-webkit-flex-basis: -webkit-calc(100% - 200px);-ms-flex-preferred-size: calc(100% - 200px);flex-basis: calc(100% - 200px);}
.two--win .two--right--content .div--img img{width:100%}
.two--win .two--right--content{-webkit-flex-basis: -webkit-calc(100%/2 - 50px);-ms-flex-preferred-size: calc(100%/2 - 50px);flex-basis: calc(100%/2 - 50px);}

.two--win.come-in .div--img{animation:winTwoEffImg 1s linear ;}

.three--win{margin: 70px 0}
.three--box{text-align: center;overflow:hidden;-webkit-flex-basis: -webkit-calc(100%/3 - 20px);-ms-flex-preferred-size: calc(100%/3 - 20px);flex-basis: calc(100%/3 - 20px);
border-radius: 15px;margin: 0;box-sizing:border-box;background-color: #fff;box-shadow: 0px 20px 27px 0px rgba(76, 76, 76, 0.28);
}
.three--box.center{margin: 0 30px;padding: 25px 0;}
.three--box .text{text-align:center;padding:10px 15px 25px;font-size:16px}
.three--box.center .text{font-size:18px}
.three--box figure{text-align:center;margin: 0;}
.three--box figure img{width:100%}
.three--box .cost{position:relative;font-weight: 800;text-indent: -7px;line-height: 1.8;text-align:center;font-size:100px;color:#347cdc;font-family: 'Montserrat', sans-serif;display: inline-block;}
.three--box .cost span{font-size:3.2vw;position: relative;top: -0.8vw;left: 10px;}
.three--box .cost:before{content:'';position:absolute;top: 20px;left: -40px;width: 130px;height: 130px;border-radius:100px;border:2px solid #5d96e3}
.three--box.center .cost:before{width: 150px;height: 150px;top: 49px;left: -33px;}
.three--box.right .cost:before{left:-10px}
.three--box .cost:after{content:'';position:absolute;opacity:0.4;top: 0px;left: -60px;width: 170px;height: 170px;border-radius:100px;border:2px solid #5d96e3}
.three--box.center .cost:after{left: -59px;top: 24px;width: 200px;height: 200px;}
.three--box.right .cost:after{left: -30px;}
.three--win.five--win .three--box.center{top:-25px;position:relative;}
.three--win.five--win .three--box.center .cost{font-size:140px;}
.three--win.five--win .three--box .text{font-size: 16px;}
.three--win.five--win .three--box.center .text{font-size: 18px;}

.four--win{margin: 130px 0 0; padding: 0 0 60px;background:url(../images/win2.jpg) -841px 0 no-repeat}
.four--win .click--youtube{width:100%;padding:160px 0;background:#000 url(../images/prev-video.jpg) center center no-repeat;background-size:cover}
.four--win .four--left{box-sizing:border-box;-webkit-flex-basis: -webkit-calc(100%/2);-ms-flex-preferred-size: calc(100%/2);flex-basis: calc(100%/2);}
.four--win .four--right{box-sizing:border-box;margin-left:90px;-webkit-flex-basis: -webkit-calc(100%/2 - 90px);-ms-flex-preferred-size: calc(100%/2 - 90px);flex-basis: calc(100%/2 - 90px);}
.four--win .title1{text-align:right;font-weight:800;font-size: 120px;margin-bottom: 20px;font-family: 'Montserrat', sans-serif;color: #347cdc;text-shadow: 18px 0px 7px rgba(76, 76, 76, 0.17);}
.four--win .four--left .click--youtube{cursor:pointer;color:#fff;text-align:center;border-radius: 15px;box-shadow: 0px 22px 35px 0px rgba(0, 0, 0, 0.29);}
.four--win .four--left .click--youtube:hover i{color:#fff;}
.four--win .four--left .click--youtube .icon-youtube{color:#ff0000;font-size:5.5vw;text-align:right;}
.four--win .four--left .click--youtube .icon-youtube{-webkit-flex-basis: -webkit-calc(100%/2);-ms-flex-preferred-size: calc(100%/2);flex-basis: calc(100%/2);}
.four--win .four--left .click--youtube span{font-size:15px;line-height: 1.5;margin-left:15px;text-align:left;box-sizing:border-box;-webkit-flex-basis: -webkit-calc(100%/2 - 15px);-ms-flex-preferred-size: calc(100%/2 - 15px);flex-basis: calc(100%/2 - 15px);}
.four--win .four--right .title2{font-size:32px;text-transform:uppercase;font-weight: 600;text-align:right;margin: 0 0 25px 0;}
.four--win .four--right .title2 span{display:block;left: 100px;position: relative;}
.four--win .four--right .text{margin:10px 0 25px;font-size:18px;}
.four--win .four--right .btn2{text-decoration:none;color:#347cdc}
.four--win .four--right .btn2:hover{color:#006dff}
.four--win .four--right .btn2 i{font-size:35px;position:relative;margin-right:18px;top: 11px;}
.four--win .four--right .btn2 span{text-decoration:underline;font-size:22px;}

.six--win{padding: 80px 0;background:url(../images/sixbg.jpg) center center no-repeat}
.six--win .container{margin: 0 250px;box-sizing:border-box}
.six--win .six--left{position:relative;box-sizing:border-box;width:50%;display:inline-block;vertical-align:middle}
.six--win .six--right{position:relative;box-sizing:border-box;width:45%;margin-left:4%;display:inline-block;vertical-align:middle}
.six--win .title0{font-size: 28px;color: #fff;margin-bottom: -20px;text-transform: uppercase;font-weight: 600;}
.six--win .title1{font-size: 120px;font-weight: 800;color: #fff;font-family: 'Montserrat', sans-serif;margin-left: -100px;text-shadow: -18px 0px 35px rgb(0, 33, 128);}
.six--win .title2{font-size: 28px;color: #fff;margin-bottom:55px;text-transform: uppercase;font-weight: 600;margin-left: 170px;}
.six--win .six--right form{width:73%;margin-left:27%;margin-top:100px;position:relative;}
.six--win .six--right form .six--form--box--end{position:absolute;background:#fff;overflow:hidden;padding:20px 25px 30px;border-radius:15px;box-shadow: 0px 9px 76px 0px rgba(0, 0, 0, 0.43);}
.six--win .six--right form .six--form--box--end .name{font-weight: 600;margin-left:20px;font-size:20px}
.six--win .six--right form .six--form--box--end .post{position:relative;margin-top:15px;font-size:16px;padding-left:60px;}
.six--win .six--right form .six--form--box--end .post:before{content:'"';position:absolute;top:-18px;left:0;font-size:90px;color:#c9c9c9;font-family: 'Uni Sans';}
#six--form--box--end1{opacity:0.5;z-index:8;height:80%;left: -102px;bottom: 57px;width: 70%;transform: rotate(-25deg);}
#six--form--box--end2{z-index:9;opacity:0.95;left: -62px;bottom: 46px;width: 80%;height: 85%;transform: rotate(-15deg);}

.six--win.come-in #six--form--box--end1{animation:sixform1 1.3s linear;}
@keyframes sixform1 {
	0%{left:0;bottom:0;transform: rotate(0deg);opacity:0}
	30%{left:0;bottom:0;transform: rotate(0deg);opacity:0}
	100%{left: -102px;bottom: 57px;transform: rotate(-25deg);opacity: 0.5;}
}
.six--win.come-in #six--form--box--end2{animation:sixform2 1s linear;}
@keyframes sixform2 {
	0%{left:0;bottom:0;transform: rotate(0deg);opacity:0}
	100%{left: -62px;bottom: 46px;transform: rotate(-15deg);opacity: 0.95;}
} 

.six--win .six--right form .six--form--box{position:relative;z-index:10;box-shadow: 0px 9px 76px 0px rgba(0, 0, 0, 0.43);padding:20px 25px 30px;background:#fff;border-radius:15px;}
.six--win .six--right form .six--form--box .title{font-weight: 600;font-family: 'Montserrat', sans-serif;font-size: 31px;margin-top: 15px;text-align:center;text-transform:uppercase;}
.six--win .six--right form .six--form--box .btn1{width:100%;margin-top:15px;}
.six--win .six--right form .six--form--box .btn1 span .iconbt{margin-left: 20px;margin-right: 0;}
.six--win .six--right form .six--form--box input, .six--win .six--right form .six--form--box textarea{font-size:15px;border:0;width:100%;margin:15px 0 0;box-sizing:border-box;padding:20px 25px;}
.six--win .six--right form .six--form--box textarea{height:100px}
.six--win .six--right form .six--form--box .politic{font-size:12px;opacity:0.5;}
.six--win .six--right form .six--form--box .politic a{color:#000}

.six--win .six--left .slider--otz{background:#fff;padding:20px 25px 30px;border-radius:15px;}
.six--win .six--left .slider--otz .name{font-weight: 600;margin-bottom:20px;font-size:20px}
.six--win .six--left .slider--otz .date{float:right;position:relative;top:-35px;font-weight:600}
.six--win .six--left .slider--otz .post{position:relative;margin-top:15px;font-size:16px;padding-left:60px;}
.six--win .six--left .slider--otz .post:before{content:'"';position:absolute;top:-18px;left:0;font-size:90px;color:#c9c9c9;font-family: 'Uni Sans';}
.six--win .slider--otz--div{position:relative;padding-bottom: 60px;}
.six--win .slider--otz--div .slick-dots{bottom: -56px;margin: 0 0 0 -10px;text-align: center;width: 100%;}
.six--win .slider--otz--div .slick-dots{transform: scale(0.6);}

.seven--win{padding: 130px 0;background:url(../images/sevenbg.jpg) center center no-repeat}
.seven--win .seven--box form .title{font-family: 'Montserrat', sans-serif;font-weight:800;font-size: 31px;margin-top: 15px;text-align:center;text-transform:uppercase;}
.seven--win .seven--box form .title2{font-size: 18px;margin-top: 8px;margin-bottom:20px;text-align:center;}
.seven--win .seven--box form{background:#fff;box-shadow: 0px 9px 40px 0px rgba(0, 0, 0, 0.43);border-radius:15px;padding:25px 25px 35px}
.seven--win .seven--box{margin:0 15%}
.seven--win .seven--box form input{font-size:15px;border:0;margin:15px 0 0;box-sizing:border-box;padding:20px 25px;}
.seven--win .seven--box form input, .seven--win .seven--box form button{margin:10px;box-sizing:border-box;-webkit-flex-basis: -webkit-calc(100%/3 - 20px);-ms-flex-preferred-size: calc(100%/3 - 20px);flex-basis: calc(100%/3 - 20px);}
.seven--win .seven--box form .btn1{padding:8px 20px 19px}
.seven--win .seven--box form .btn1 span .iconbt{margin-left: 20px;margin-right: 0;}
.seven--win .seven--box form .politic{margin-left:10px;margin-top: 8px;font-size:12px;opacity:0.5;}
.seven--win .seven--box form .politic a{color:#000}

.news--win{padding: 80px 0;}
.news--win .title1{text-align:center;font-size: 80px;margin-bottom: 40px;font-weight:800;font-family: 'Montserrat', sans-serif;color: #347cdc;text-shadow: 18px 0px 7px rgba(76, 76, 76, 0.17);}
.news--win .news--box{background:#fff;border-radius:15px;box-shadow: 0px 20px 27px 0px rgba(76, 76, 76, 0.28);overflow:hidden;margin:0 15px;box-sizing:border-box;-webkit-flex-basis: -webkit-calc(100%/3 - 30px);-ms-flex-preferred-size: calc(100%/3 - 30px);flex-basis: calc(100%/3 - 30px);}
.news--win .news--box figure{height:285px;overflow:hidden;text-align:center;margin: 0;padding: 0;}
.news--win .news--box figure img{height:100%}
.news--win .news--box .data{opacity:0.6;text-align:right}
.news--win .news--box .title{font-size:24px;font-weight: 600;margin-bottom:15px;}
.news--win .news--box .post{padding:15px 25px;}
.news--win .news--box .text{margin-bottom:15px}
.news--win .news--box .post a{display:inline-block;margin-bottom:15px;font-size:16px;text-decoration:none;}
.news--win .box-link{text-align:center;margin-top:70px;}
.news--win .box-link .btn2{text-align:center;display:inline-block;font-size:18px;font-weight:bold;color:#006dff;text-decoration:none;text-transform:uppercase;}
.news--win .box-link .btn2 i{position:relative;margin-right:10px;top:8px;font-size:30px}

footer{padding:80px 0;background:#22262b;color:#7c7d7f;text-transform:uppercase;}
footer a{color:#7c7d7f;}
.map--footer{text-align:center;position:relative;box-sizing:border-box;-webkit-flex-basis: -webkit-calc(100%/2);-ms-flex-preferred-size: calc(100%/2);flex-basis: calc(100%/2);}
.map--footer a{text-decoration:none;overflow:hidden;border-radius:15px;cursor:pointer;padding: 55px 0;width: 70%;position: relative;display: inline-block;font-size: 19px;color: #fff;}
.map--footer a:before{top:0;left:0;width:100%;height:100%;position: absolute;content:'';background: url(../images/map.jpg) center center no-repeat;}
.map--footer a:hover:before{transform:scale(1.5);opacity:0.5}
.map--footer a span{position:relative}
.map--footer a i{position:relative;font-size:25px;top:5px;margin-right:10px;}
.logo--footer, .info--footer{position:relative;box-sizing:border-box;-webkit-flex-basis: -webkit-calc(100%/4);-ms-flex-preferred-size: calc(100%/4);flex-basis: calc(100%/4);}
.info--footer{text-align:right}
.logo--footer img{margin-bottom:15px}
.info--footer .soce{display:inline-block;font-size:18px;text-align:center;padding:0 7px;text-decoration:none;font-weight: bold;}
.info--footer .vk i{font-size:18px;position:relative;top:6px;margin-right:10px}
.info--footer .vk:hover, .info--footer .vk:hover i{color:#58caff;}

.fancybox-bg {background-color: #0c2b5e;background-color: rgba(12, 43, 94, 0.8);}
.popup {background-color: #fff;-webkit-box-shadow: 0px 29px 38px 0px rgba(26, 71, 118, .09);box-shadow: 0px 29px 38px 0px rgba(26, 71, 118, .09);-webkit-border-radius: 5px;border-radius: 5px;
    padding: 0;width: -webkit-calc(100% - 30px);width: calc(100% - 30px);max-width: 920px;overflow: visible;overflow: initial;display: none;position: relative;z-index: 1;}
.popup__content {-webkit-border-radius: 5px;border-radius: 5px;padding: 45px;}
.popup-policy__content {padding: 45px;}
.popup-policy__text {margin-top: 25px;}
.popup-policy__text p {margin-top: 15px;}
.popup-selection, .popup-fix, .popup-request {max-width: 450px;}
.popup-selection.youtube{max-width: 1200px;height: 85%;}
.popup-selection__content, .popup-fix__content, .popup-request__content {padding: 0 !important;}

.page-id-39 .div--content p{padding:25px 30px;background:#f7f7f7;border-top:1px solid #eee}
.page-id-39 .div--content p strong{font-size:16px;margin-bottom:10px;display:inline-block;}
.page-id-39 .div--content p i{float:right;position: relative;top: -26px;font-style: normal;font-weight: 600;}

.form__field {
    margin-top: 15px;
}
.form__field .btn1{margin-top:10px;width:100%;}

.form__field_full {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.form__label {
    font-size: 12px;
    line-height: 18px;
    display: block;
    margin-bottom: 10px;
}
.form__label_center {
    margin: 0 auto;
    text-align: center;
}
.form__input,
    .form__textarea,
    .form__select {
    background-color: #f8f8f8;
    background-position: 15px 50%;
    background-repeat: no-repeat;
    margin: 0;
    outline: 0;
    border: 1px solid transparent;
    height: 70px;
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 16px;
    line-height: 22px;
    -webkit-box-shadow: inset 3.536px 3.536px 8px 0px rgba(0, 0, 0, .05);
            box-shadow: inset 3.536px 3.536px 8px 0px rgba(0, 0, 0, .05);
    -webkit-appearance: none;
    /* for FF */
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    /* for IE */
    -ms-appearance: none;
    appearance: none!important;
}
.form__input_s, .form__textarea_s, .form__select_s {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
}
.form__input_blue, .form__textarea_blue, .form__select_blue {
    background-color: #f6f9fc;
    -webkit-box-shadow: inset 6.364px 6.364px 3px 0px rgba(46, 91, 137, .05);
            box-shadow: inset 6.364px 6.364px 3px 0px rgba(46, 91, 137, .05);
}
.form__input:focus, .form__textarea:focus, .form__select:focus {
    border-color: #0778bf;
}
.form__input_name, .form__textarea_name, .form__select_name {
    background-image: url("../img/form/icon-name.svg");
    padding-left: 45px;
}
.form__input_phone, .form__textarea_phone, .form__select_phone {
    background-image: url("../img/form/icon-phone.svg");
    padding-left: 45px;
}
.form__input_error, .form__textarea_error, .form__select_error {
    border-color: #fc6f17;
}
.form__select {
    background-image: url("../img/form/icon-select.svg");
    background-size: 15px;
    background-position: -webkit-calc(100% - 15px) center;
    background-position: calc(100% - 15px) center;
    background-repeat: no-repeat;
}
.form__textarea {
    padding-top: 15px;
    padding-bottom: 15px;
    height: auto;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px;
}
.form__submit {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.form__policy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px;
}
.form__policy-text {
    font-size: 11px;
    line-height: 19px;
    margin-top: 0px;
}
.form__policy-text span {
    border-bottom: 1px solid;
    -webkit-transition: .3s;
    transition: .3s;
}
.form__policy-text span:hover {
    color: #0778bf;
}
.form__radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
}
.form__radio + .form__radio-label {
    position: relative;
    padding: 0 0 0 30px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    line-height: 16px;
}
.form__radio + .form__radio-label:before {
    content: '';
    background-color: #f0f0f0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    width: 19px;
    height: 19px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.form__radio + .form__radio-label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 19px;
    background: url("../img/form/icon-checkbox.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50%;
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s;
}
.form__radio:checked + .form__radio-label:after {
    opacity: 1;
}
.form__radio-label-text {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}
.form__radio-label-text_black {
    color: #000;
    font-size: 10px;
    line-height: 16px;
    margin-top: -2px;
}
.form-contacts {
    text-align: center;
}
.form-contacts__title,
        .form-contacts__phone {
    color: #323232;
    font-size: 14px;
    line-height: 20px;
}
.form-contacts__phone {
    font-family: "Museo Sans Cyrl 500", sans-serif;
}
.form-contacts__time {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
    color: #323232;
}
.form-inner {
    background-color: #fff;
    -webkit-box-shadow: 0px 29px 38px 0px rgba(26, 71, 118, .09);
            box-shadow: 0px 29px 38px 0px rgba(26, 71, 118, .09);
    -webkit-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.form-inner__content {}
.form-inner__top {
    padding: 35px 40px;
}
.form-inner__bottom {
    border-top: 1px solid #d3e1f0;
    padding: 20px;
}
.form-inner__title {
    font-size: 26px;
    line-height: 22px;
    text-align: center;
}
.form-inner__desc {
    text-align: center;
    margin-top: 15px !important;
    margin-bottom: 25px !important;
}
.form__range {
    background-color: #f8f8f8;
    -webkit-box-shadow: inset 3.536px 3.536px 8px 0px rgba(0, 0, 0, .05);
            box-shadow: inset 3.536px 3.536px 8px 0px rgba(0, 0, 0, .05);
    height: 8px;
    border: 0 !important;
    margin-bottom: 18px;
}
.form__range .ui-slider-range {
    background-color: #1365ae;
}
.form__range .ui-slider-handle {
    background: rgb(38, 72, 148);
    background: -webkit-gradient(linear,  left top, right top,  from(rgba(38, 72, 148, 1)),to(rgba(7, 120, 191, 1)));
    background: linear-gradient(to right,  rgba(38, 72, 148, 1) 0%,rgba(7, 120, 191, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#264894', endColorstr='#0778bf',GradientType=1 );
    border: 0 !important;
    width: 36px;
    height: 36px;
    top: -15px;
    margin-left: -18px;
    outline: none !important;
    cursor: pointer;
    color: #000 !important;
}
select::-ms-expand {
    display: none;
}
.custom-form-mob {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    margin-bottom: 10px;
}
.custom-form-mob__title {
    display: block;
    font-size: 15px;
    padding-top: 5px;
    margin-bottom: 10px
}
.custom-form-mob__item {
    width: 33.33333%
}
.custom-form-mob__item .custom-form-mob__label {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 0;
    border-style: solid;
    border-color: #2ebdff;
}
.custom-form-mob__item:first-child .custom-form-mob__label {
    -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
            border-bottom-left-radius: 4px
}
.custom-form-mob__item:last-child .custom-form-mob__label {
    -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
    border-right-width: 1px
}
.custom-form-mob__input {
    display: none
}
.custom-form-mob__label {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    padding: 12px 0;
    background-color: #fff;
    font-size: 11px;
    color: #010101;
    cursor: pointer;
}
.custom-form-mob__icon {
    font-size: 1.1em;
    margin-right: 3px;
    color: #0778bf;
}
.custom-form-mob__input:checked + .custom-form-mob__label {
    background: rgb(0, 151, 221);
    background: -webkit-gradient(linear,  left top, right top,  from(rgba(0, 151, 221, 1)),to(rgba(46, 189, 255 1)));
    background: linear-gradient(to right,  rgba(0, 151, 221, 1) 0%,rgba(46, 189, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#264894', endColorstr='#0778bf',GradientType=1 );
    -webkit-box-shadow: 0px 8px 18px 0px rgba(55, 129, 208, .53);
            box-shadow: 0px 8px 18px 0px rgba(55, 129, 208, .53);
    color: #fff;
}
.custom-form-mob__input:checked + .custom-form-mob__label .custom-form-mob__icon {
    color: #fff
}
@-webkit-keyframes sheens {
    0%,
    79% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        transform: rotateZ(60deg) translate(-5em, 7.5em)
    }
    80% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        transform: rotateZ(60deg) translate(-5em, 7.5em)
    }
    95% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(1em, -11em);
        transform: rotateZ(60deg) translate(1em, -11em)
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(1em, -9em);
        transform: rotateZ(60deg) translate(1em, -9em)
    }
}
@keyframes sheens {
    0%,
    79% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        transform: rotateZ(60deg) translate(-5em, 7.5em)
    }
    80% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        transform: rotateZ(60deg) translate(-5em, 7.5em)
    }
    95% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(1em, -11em);
        transform: rotateZ(60deg) translate(1em, -11em)
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(1em, -9em);
        transform: rotateZ(60deg) translate(1em, -9em)
    }
}
@-webkit-keyframes sheen {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        filter: alpha(opacity=0)
    }
    10% {
        width: 10px;
        height: 10px;
        opacity: 1;
        filter: alpha(opacity=100)
    }
    90% {
        width: 40px;
        height: 40px;
        opacity: 1;
        filter: alpha(opacity=100)
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0)
    }
}
@keyframes sheen {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        filter: alpha(opacity=0)
    }
    10% {
        width: 10px;
        height: 10px;
        opacity: 1;
        filter: alpha(opacity=100)
    }
    90% {
        width: 40px;
        height: 40px;
        opacity: 1;
        filter: alpha(opacity=100)
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0)
    }
}
@keyframes floating {
    0% {
        -webkit-transform: translateY(0%);
                transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(5%);
                transform: translateY(5%);
    }
    100% {
        -webkit-transform: translateY(0%);
                transform: translateY(0%);
    }
}
@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(5%);
    }
    100% {
        -webkit-transform: translateY(0%);
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.videoyoutube{text-decoration:none;}
#videoyoutube{}


label.error{display:none!important;}

.boxex{position:relative;}
.boxex img{width:100%;padding-top:25px}


@media (max-width: 1780px){
	#slider--man{right: 0;}
	#slider--plata{right: 7%;}
	
}

@media (max-width: 1660px){
	#slider--man{right: 0%;height: 76%;width: 49%;background-size: contain;}
	#slider--plata{right: 0%;height: 76%;width: 49%;background-size: contain;}
	.main--slider .title2, .four--win .title1, .six--win .title1, .news--win .title1, .main--slider .title1-1, .main--slider .title2-2 {
		font-size: 8vw;
	}
	.container{-webkit-flex-basis: -webkit-calc(100% - 200px);-ms-flex-preferred-size: calc(100% - 200px);flex-basis: calc(100% - 200px);}
	.microcallaps{padding:0 100px;}
	.main--slider .title2{margin-left:-50px;}
	.four--win .four--right .title2 span{left: 50px;}
	.four--win .title1{font-size: 110px;}
	.two--win .two--left--content{margin-left: 100px;-webkit-flex-basis: -webkit-calc(100%/2 - 100px);
    -ms-flex-preferred-size: calc(100%/2 - 100px);
    flex-basis: calc(100%/2 - 100px);}
	.two--win .title1{text-indent: -50px;}
	.six--win .title1{margin-left: -50px;}
	.main--slider .title1-2, .main--slider .title2-2{margin-left: -50px;}
	.six--win .container{margin: 0 100px;}
	.two--win .two--right--content .div--img{-webkit-flex-basis: -webkit-calc(100% - 100px);-ms-flex-preferred-size: calc(100% - 100px);flex-basis: calc(100% - 100px);}
	.main--slider .item #back-video--1{margin-left: -200px;}
}

@media (max-width: 1440px){
	.two--left--box .text {font-size: 17px;}
	.four--win{background: url(../images/win2.jpg) -1131px 0 no-repeat;}
	.two--win .two--right--content .div--img{-webkit-flex-basis: -webkit-calc(100% - 63px);-ms-flex-preferred-size: calc(100% - 63px);flex-basis: calc(100% - 63px);}
}

@media (max-width: 1366px){
	.container{-webkit-flex-basis: -webkit-calc(100% - 30px);-ms-flex-preferred-size: calc(100% - 30px);flex-basis: calc(100% - 30px);}
	.microcallaps{padding:0 30px;}
	.main--slider .title2{margin-left:0px;}
	.two--win .title1{text-indent: 0;}
	.two--win .title3{margin-left:0px;}
	.four--win .four--right .title2 span{left: 0px;}
	.two--win .two--left--content{margin-left:  30px;-webkit-flex-basis: -webkit-calc(100%/2 - 30px);
    -ms-flex-preferred-size: calc(100%/2 - 30px);
    flex-basis: calc(100%/2 - 30px);}
	.two--win .title1{text-indent: 0px;}
	.six--win .title1{margin-left: 0px;}
	.main--slider .title1-2, .main--slider .title2-2{margin-left: 0px;}
	.header--text--span, .header--adress--box{font-size: 13px;}
	.six--win .container{margin: 0 15px;}
	.seven--win .seven--box{    margin: 0;}
	.main--slider .title2-2{margin-top: -14px;}
	.two--left--box .text {font-size: 15px;}
	.slider--left--box{margin-left:8%;}
	.main--slider .slick-next:before, .main--slider .slick-prev:before{font-size:26px}
	.main--slider .slick-prev{left:25px}
	.main--slider .slick-next{right:35px}
}
@media (max-width: 1190px){
	.two--left--box{padding: 0 3px 20px;}
	.all--contents .div--content.lefts .news--box .post{margin:25px 0 0;-webkit-flex-basis: 100%;-ms-flex-preferred-size: 100%;flex-basis: 100%;}
.all--contents .div--content.lefts .news--box figure{-webkit-flex-basis: 100%;-ms-flex-preferred-size: 100%;flex-basis: 100%;}
}

@media (max-width: 1024px){
.six--win .title0{text-align:center;margin-bottom:0}
.six--win{background: #0c5ccf;}
.six--win .slider--otz--div{-webkit-flex-basis: -webkit-calc(100% - 1024px);-ms-flex-preferred-size: calc(100% - 1024px);flex-basis: calc(100% - 1024px);}
.six--win .six--right form .six--form--box--end{display:none;}
.six--win .six--right{width: 100%;margin-left: 0;}
.six--win .title1, .six--win .title2{text-align: center;margin-left:0}
.four--win{background:none}
.four--win .title1{text-align:center;}
.four--win .four--right .title2{text-align: left;font-size: 22px;}
.two--win .two--right--content{display:none;}
.two--win .two--left--content{-webkit-flex-basis: -webkit-calc(100% - 30px);-ms-flex-preferred-size: calc(100% - 30px);flex-basis: calc(100% - 30px);}
.header--text{-webkit-flex-basis: -webkit-calc(100% - 240px);-ms-flex-preferred-size: calc(100% - 240px);flex-basis: calc(100% - 240px);}
.header--adress{padding-left:0;margin-top:20px;-webkit-flex-basis: -webkit-calc(100% - 180px);-ms-flex-preferred-size: calc(100% - 180px);flex-basis: calc(100% - 180px);}
.header--phone{margin-top:20px;}
.header--text--span{text-align: center}
.header--text--span, .header--adress--box{font-size: 1.4vw;}
.main--slider .title1{margin-top: 80px;}
.main--slider .title1-1{margin-top: 50px;}
.slider--left--box{width: 85%;}
.main--slider .item .back-video, .perfect--slider--el, #slider--hand{display:none;}
.main--slider{height: 500px;}
.main--slider .slick-dots{right: 0;}
.two--left--box .text{font-size: 1.4vw;}
.four--win .four--left{margin-bottom:50px;-webkit-flex-basis: 100%;-ms-flex-preferred-size: 100%;flex-basis: 100%;}
.four--win .four--right{margin-left: 0px;-webkit-flex-basis: 100%;-ms-flex-preferred-size: 100%;flex-basis: 100%;}
.seven--win .seven--box form input, .seven--win .seven--box form button{margin: 0 0 10px;-webkit-flex-basis: 100%;-ms-flex-preferred-size: 100%;flex-basis: 100%;}
.four--win{margin:0;padding:0}
.four--win .four--left .click--youtube .icon-youtube{font-size:14vw}
.logo--footer, .info--footer, .map--footer{    text-align: center;-webkit-flex-basis: 100%;-ms-flex-preferred-size: 100%;flex-basis: 100%;}
.map--footer{margin:30px 0}
.info--footer{text-align: center;}
.info--footer .vk{width:auto;padding: 7px 33px 15px;margin-bottom: 25px;}
.news--win .news--box figure{height: 185px;}
.news--win .news--box figure img{width:100%;height:auto;}
.news--win .box-link{    margin-top: 40px;}
.mobile--menu--click{display:block;}
.menu--header ul.advantages-items{display:none;margin-top:20px}
.menu--header .advantages-items li, .menu--header .advantages-items li:nth-child(1), .menu--header .advantages-items li:last-child{margin-bottom:8px;text-align:center;-webkit-flex-basis: 100%;-ms-flex-preferred-size: 100%;flex-basis: 100%;}
.menu--header .advantages-items li:nth-child(2), .menu--header .advantages-items li:nth-child(5){text-indent:0}
.main--slider .title2-3{margin-left: 0;margin-bottom: 10px;}
.main--slider .title2-2{margin-top:0}
.main--slider .title3{font-size: 14px;}
.btn1{margin-top: 30px;}
.three--win{    margin: 20px 0;}
.microsoft {font-size:16px;}
	.six--win .six--left{width: 100%;}
	.six--win .six--right form{width: 100%;margin-left: 0;margin-top: 30px;}
.slider--otz--div .slick-next, .slider--otz--div .slick-prev{top:50%}
.six--win .six--left .slider--otz .post:before{font-size:73px}
.slider--otz--div .slick-prev{left:6px}
.slider--otz--div .slick-next{right:6px}
.slider--otz--div .slick-next:before, .slider--otz--div .slick-prev:before{color:#000}
.six--win .six--left .slider--otz .post{padding-right: 15px;}
}

@media (max-width: 768px){
.header--text--span, .header--adress--box{font-size: 2vw;}
.news--win .news--box{-webkit-flex-basis: 100%;-ms-flex-preferred-size: 100%;flex-basis: 100%;margin-bottom:25px}
.main--slider .title2, .four--win .title1, .six--win .title1, .news--win .title1, .main--slider .title1-1, .main--slider .title2-2{font-size: 16vw;}
.two--left--box .text{font-size: 2.5vw;}
.three--box{-webkit-flex-basis: 100%;-ms-flex-preferred-size: 100%;flex-basis: 100%;margin-bottom:65px}
.three--box.center{margin: 0 0 25px;}
.news--win {padding: 30px 0;}
.main--slider .slick-dots{bottom: 20px;width: auto;margin: 0 auto;}
.main--slider{height:530px}
.btn1 span{font-size: 14px;}
.two--win{margin: 50px 0;}
.main--slider .title2, .four--win .title1, .six--win .title1, .news--win .title1, .main--slider .title1-1, .main--slider .title2-2{font-size: 12vw;}
.four--win .four--right .btn2 span{    font-size: 18px;}
.news--win .news--box figure{height: 105px;}
.seven--win{background: #eee;}
.three--box .cost span{font-size: 6.2vw;}
.all--contents .div--content.lefts{-webkit-flex-basis: 100%;-ms-flex-preferred-size: 100%;flex-basis: 100%;margin-bottom:15px;}
.all--contents .div--content--right{-webkit-flex-basis: 100%;-ms-flex-preferred-size: 100%;flex-basis: 100%;margin:25px 0 25px 0}
.microsoft {font-size:14px;}
}

@media (max-width: 425px){
.six--win .title0, .six--win .title2{font-size: 18px;}
.header--logo, .header--text, .header--adress, .header--phone{text-align:center;-webkit-flex-basis: 100%;-ms-flex-preferred-size: 100%;flex-basis: 100%;}
.header--text--span, .header--adress--box{font-size: 4vw;padding: 0;margin-top: 15px;}
.two--win .title2{background:none;text-indent:0;height:auto;margin-left: 0;font-size: 12vw;font-family: 'Montserrat', sans-serif;color: #347cdc;}
.two--left--box{-webkit-flex-basis: 100%;-ms-flex-preferred-size: 100%;flex-basis: 100%;}
.two--left--box .text {font-size: 4.5vw;}
.two--win .two--left--content{margin-left:0;text-align: center;}
.two--win .btn1{margin:0 auto}
.slider--left--box .btn1{padding: 12px 18px 20px;}
.btn1 span{font-size: 12px;}
.btn1 span .iconbt{    margin-right: 14px;}
.btn1{padding: 8px 15px 15px;}
.main--slider{height: 450px;}
.four--win .click--youtube{padding: 80px 0;}
.four--win .four--left .click--youtube .icon-youtube{    font-size: 25vw;}
.four--win .four--left .click--youtube span{font-size:12px}
.three--box .cost span{font-size: 12vw;}
.six--win .six--left .slider--otz .date, .page-id-39 .div--content p i{float:none;top:-10px;text-align:right}
.page-id-39 .div--content p i{top:0;display:block}
.main--slider .slick-prev{left:10px}
	.main--slider .slick-next{right:10px}
}