*{padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Ubuntu,sans-serif;color:#002234}.container{max-width:1170px;margin:0 auto;height:100%;padding:0 20px}@media screen and (max-width:991px){.container{max-width:1000px}}@media screen and (max-width:768px){.container{max-width:100%}}@media screen and (max-width:576px){.container{max-width:100%}}.close{width:36px;height:36px;background-image:url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.207 6.207a1 1 0 0 0-1.414-1.414L12 10.586 6.207 4.793a1 1 0 0 0-1.414 1.414L10.586 12l-5.793 5.793a1 1 0 1 0 1.414 1.414L12 13.414l5.793 5.793a1 1 0 0 0 1.414-1.414L13.414 12l5.793-5.793z' fill='%23000000'/%3E%3C/svg%3E");border:none;background-color:transparent;cursor:pointer}@media screen and (max-width:440px){.close{width:20px;height:20px}}input:focus,textarea:focus{outline:0}.stop-scroll{overflow:hidden}.field-text{display:block}.field-text--float{position:relative}.field-text--float .field-text__label{position:absolute;top:15px;left:10px;margin:0}.field-text--float .field-text__input:focus{padding:20px 10px 10px 10px}.field-text--float .field-text__input:focus~.field-text__label{top:4px;font-size:12px}.field-text__label{margin-bottom:10px;font-size:16px;display:inline-block;-webkit-transition:all .2s ease;transition:all .2s ease}.field-text__input{width:100%;padding:15px 10px;font-size:15px;line-height:18px;border:1px solid #ffae47;border-radius:2px}@media screen and (max-width:440px){.field-text__input{padding:10px 5px;font-size:15px;line-height:15px}}.field-text__error{font-size:14px;color:#ee4043}.button{display:inline-block;padding:15px 44px;background:#ee4043;text-align:center;border-radius:15px;-webkit-box-shadow:0 10px 30px 1px rgba(255,255,255,.25);box-shadow:0 10px 30px 1px rgba(255,255,255,.25);text-decoration:none;color:#fff;border:none;cursor:pointer;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}@media screen and (max-width:1200px){.button{padding:15px 20px}}@media screen and (max-width:576px){.button{padding:10px 5px;font-size:14px}}.button:hover{opacity:.8}.button--orange{background-color:#ee8c40}.button--extra-red{background-color:#e02f1f}.button--rounded{border-radius:60px;font-weight:300}.button--sm{padding:16px 14px}.button--lg{font-size:18px;font-weight:300;padding:15px 35px}@media screen and (max-width:576px){.button--lg{font-size:16px;padding:15px 20px}}.section{padding:60px 0 0 0}.section__title{text-align:center;color:#002234;font-size:50px;line-height:59px;font-weight:500;margin-bottom:40px}@media screen and (max-width:768px){.section__title{font-size:35px;line-height:44px}}@media screen and (max-width:576px){.section__title{font-size:30px;line-height:40px}}.section__title span{color:#e02f1f}.section__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:20px 0}.section__icons{padding:50px 0 50px 0}@media screen and (max-width:576px){.section__icons{padding:30px 0}}.navigation{background:#162728;padding:20px 0;position:fixed;top:0;left:0;right:0;z-index:10}.navigation__list{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;position:relative}@media screen and (max-width:768px){.navigation__list{display:none}}.navigation__list--toggle{padding:10px 20px 20px 20px;position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:10;top:0;bottom:0;left:0;right:0;background:#162728;opacity:.99}.navigation__list--toggle .navigation__link{padding:10px 0;display:inline-block}.navigation__link{color:#fff;text-decoration:none;font-weight:300;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;padding:10px}.navigation__link:hover{opacity:.7}.burger{display:none;height:10px;width:25px;position:absolute;top:20px;right:20px}.burger__line{width:25px;height:2px;background-color:#fff;display:block;border-radius:5px;position:absolute;-webkit-transition:all .2s ease;transition:all .2s ease}.burger__line:nth-child(1){top:-8px}.burger__line:nth-child(3){top:8px}.burger--toggle{z-index:10}.burger--toggle .burger__line:nth-child(2){display:none}.burger--toggle .burger__line:nth-child(1){-webkit-transform:rotateZ(45deg);-ms-transform:rotate(45deg);transform:rotateZ(45deg);top:0}.burger--toggle .burger__line:nth-child(3){-webkit-transform:rotateZ(-45deg);-ms-transform:rotate(-45deg);transform:rotateZ(-45deg);top:0}@media screen and (max-width:768px){.burger{display:block}}.icon-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;list-style:none}@media screen and (max-width:576px){.icon-list{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:20px;grid-row-gap:20px}}.icon-list__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1;color:#fff}.icon-list__item-img{max-height:50px;margin-bottom:10px;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:576px){.icon-list__item-img{min-height:40px}}.icon-list__item-title{font-weight:300;max-width:150px;text-align:center;color:#fff}@media screen and (max-width:576px){.icon-list__item-title{font-size:14px}}.icon-list--black .icon-list__item-title{color:#000}.hero{background-image:url(assets/hero-bg.jpg);background-repeat:no-repeat;background-size:cover;padding-top:150px;padding-bottom:100px}@media screen and (max-width:576px){.hero{padding-top:80px;padding-bottom:80px}}.hero__block{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.hero__title{font-size:60px;line-height:69px;font-weight:400;color:#fff}@media screen and (max-width:1200px){.hero__title{font-size:45px;line-height:54px}}@media screen and (max-width:576px){.hero__title{font-size:36px;line-height:38px;margin-bottom:15px}}.hero__subtitle{font-size:45px;line-height:52px;color:#fff;font-weight:300;margin-bottom:58px}@media screen and (max-width:1200px){.hero__subtitle{font-size:35px;line-height:42px;margin-bottom:35px}}@media screen and (max-width:576px){.hero__subtitle{font-size:24px;line-height:30px}}.hero__actions{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:45px}.hero__actions .button{width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:576px){.hero__actions{margin-bottom:0}}.hero__actions .button+.button{margin-left:10px}.hero__icons{padding:40px 0 40px 0;margin-bottom:60px}@media screen and (max-width:576px){.hero__icons{padding-top:70px;padding-bottom:0}}.hero__next{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-animation:next 1.3s linear infinite;animation:next 1.3s linear infinite}.hero__next-btn{background-image:url(assets/arrow-next.svg);display:inline-block;width:30px;height:30px}@-webkit-keyframes next{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(15px);transform:translateY(15px)}}@keyframes next{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(15px);transform:translateY(15px)}}.section--tarif{background-color:#f7f8f9}.tarifs-list{display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:20px;grid-row-gap:20px}@media screen and (max-width:991px){.tarifs-list{grid-template-columns:repeat(2,1fr);grid-row-gap:40px}}@media screen and (max-width:740px){.tarifs-list{grid-template-columns:repeat(2,1fr)}}.tarif-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1px solid #d5dad9;border-radius:15px;background-color:#fff;-webkit-box-shadow:0 0 10px rgba(0,0,0,.1);box-shadow:0 0 10px rgba(0,0,0,.1);padding:56px 36px 26px 36px}@media screen and (max-width:991px){.tarif-item{padding:30px 15px 15px 15px}}.tarif-item--popular{border-color:#ffae47}.tarif-item--popular .tarif-item__title{background-color:#ffae47}.tarif-item__title{position:absolute;top:-20px;background-color:#d5dad9;border-radius:15px;font-weight:300;text-align:center;left:40px;right:40px;padding:8px}@media screen and (max-width:576px){.tarif-item__title{font-size:14px}}.tarif-item__wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:14px}.tarif-item__price{font-size:70px;line-height:50px;font-weight:400}@media screen and (max-width:991px){.tarif-item__price{font-size:55px}}@media screen and (max-width:576px){.tarif-item__price{font-size:35px}}.tarif-item__price span{color:#086093;font-size:40px;line-height:30px;margin-left:-10px}@media screen and (max-width:991px){.tarif-item__price span{font-size:32px}}@media screen and (max-width:576px){.tarif-item__price span{font-size:22px}}.tarif-item__full-price,.tarif-item__months,.tarif-item__price{margin-bottom:15px}@media screen and (max-width:991px){.tarif-item__full-price,.tarif-item__months,.tarif-item__price{margin-bottom:5px}}.tarif-item__full-price,.tarif-item__months{font-size:16px;font-weight:300}@media screen and (max-width:991px){.tarif-item__full-price,.tarif-item__months{font-size:14px}}.tarif-item__discount{background-color:#f0f7fc;padding:9px 15px;border-radius:15px;font-weight:30;font-size:14px}.section--garant{padding:0;background-color:#f7f8f9}.garant{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:60px 0}@media screen and (max-width:768px){.garant{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:30px 0}}.garant__text{-webkit-box-flex:1;-ms-flex:1;flex:1;background-image:url(assets/garant.svg);background-repeat:no-repeat;background-position:20px 50%;padding:5px 5px 5px 90px}@media screen and (max-width:768px){.garant__text{font-size:14px;padding:5px 5px 5px 70px;background-size:40px}}@media screen and (max-width:768px){.garant__systems{margin-top:20px}}.review-list{display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:40px}@media screen and (max-width:991px){.review-list{grid-template-columns:repeat(2,1fr);grid-column-gap:20px;grid-row-gap:20px}}@media screen and (max-width:576px){.review-list{grid-template-columns:repeat(1,1fr)}}.review-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px 20px 20px 20px;-webkit-box-shadow:0 0 10px rgba(0,0,0,.1);box-shadow:0 0 10px rgba(0,0,0,.1);border-radius:15px}.review-item__text{-webkit-box-flex:1;-ms-flex:1;flex:1;font-weight:300;margin-bottom:20px;font-size:16px;line-height:26px}.review-item__user{font-weight:600}.security{background-color:#162728}.security__wrapper{padding:32px 0}.section--compare{background-color:#f7f8f9}.compare-list{display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:40px}@media screen and (max-width:991px){.compare-list{grid-template-columns:repeat(2,1fr);grid-column-gap:20px;grid-row-gap:20px}}@media screen and (max-width:576px){.compare-list{grid-template-columns:repeat(1,1fr)}}.compare-item{padding:25px 15px;background-color:#fff;border-radius:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:991px){.compare-item{padding:10px 5px}}.compare-item--easyvpn{background-color:#ee8c40}.compare-item--easyvpn .compare-item__name,.compare-item--easyvpn .compare-item__price,.compare-item--easyvpn .compare-item__prop{color:#fff}.compare-item__wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;margin-bottom:50px}@media screen and (max-width:991px){.compare-item__wrapper{margin-bottom:15px}}.compare-item__name{font-size:28px;margin-bottom:20px}.compare-item__prop{margin-bottom:15px;font-weight:300}.compare-item__price{font-size:36px}@media screen and (max-width:991px){.compare-item__price{font-size:24px}}.compare-item__price span{color:#086093}.menu{-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-preferred-size:25%;flex-basis:25%}@media screen and (max-width:991px){.menu{-ms-flex-preferred-size:50%;flex-basis:50%}}@media screen and (max-width:600px){.menu{-ms-flex-preferred-size:100%;flex-basis:100%}}.menu__title{font-size:18px;font-weight:500;margin-bottom:15px;color:#fff}@media screen and (max-width:991px){.menu__title{margin-bottom:5px}}.menu__list{list-style:none}@media screen and (max-width:991px){.menu__list{margin-bottom:15px}}.menu__link{color:#fff;font-weight:300;display:inline-block;text-decoration:none;padding:5px 0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}@media screen and (max-width:991px){.menu__link{padding:0;margin-bottom:5px}}.menu__link:hover{opacity:.7}footer{background-color:#162728;padding:25px 0}.footer-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.modal{position:fixed;top:0;right:0;bottom:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(0,0,0,.7);opacity:0;z-index:-1000}.modal--open{opacity:1;z-index:1000}.modal--open .modal__dialog{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.modal__dialog{background-color:#fff;border-radius:4px;width:400px;padding:20px;-webkit-transform:translateY(-1000px);-ms-transform:translateY(-1000px);transform:translateY(-1000px);-webkit-transition:all .2s ease;transition:all .2s ease}@media screen and (max-width:440px){.modal__dialog{width:100%;margin:0 20px}}.modal__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal__title{font-size:24px;line-height:30px}@media screen and (max-width:440px){.modal__title{font-size:18px;line-height:20px}}.modal__body{padding:10px 0}.modal__description{margin-top:10px;font-size:14px}.modal__footer{padding:10px 0}.modal__footer .button{width:100%}.copy{margin-top:10px;color:#fff;font-size:13px;text-align:center}