.container-nav{height:72px;margin-bottom:24px}@media only screen and (max-width: 768px){.nav{position:relative}}.nav__mobile{display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width: 768px){.nav__mobile{height:72px;padding:16px}.nav__mobile .logo__img{min-width:165px;min-height:36px}}.nav__toggle{display:flex;justify-content:center;align-items:center;padding:10px;height:50px;width:50px;cursor:pointer;margin-right:-10px}@media only screen and (min-width: 769px){.nav__toggle{padding:0;display:none;margin-right:0}}.nav__line{position:relative;display:block;width:30px;height:4px;background-color:#333945;transition:transform .3s ease-in-out}@media only screen and (min-width: 770px){.nav__line{display:none}}.nav__line::before,.nav__line::after{content:"";position:absolute;width:100%;height:100%;background-color:#333945}.nav__line::before{top:8px}.nav__line::after{bottom:8px}.nav__line--active{background-color:rgba(0,0,0,0)}.nav__line--active::before{transform:rotate(45deg);top:50%}.nav__line--active::after{transform:rotate(-45deg);top:50%}.nav__login{display:flex;align-items:center;justify-content:center;margin-left:auto;width:90px;height:36px;background-color:hsla(0,0%,100%,.1);border-radius:4px;font-size:14px;font-family:Montserrat-Semibold,sans-serif;font-weight:600;color:#fff}.nav__login:hover{background-color:hsla(0,0%,100%,.3)}.nav__login:active{background-color:hsla(0,0%,100%,.7)}.nav__login::before{content:"";width:20px;height:20px;margin-right:6px;-webkit-mask-image:url("../img/icons/user.svg");mask-image:url("../img/icons/user.svg");background-color:#fff;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}@media only screen and (max-width: 992px){.nav__login::before{left:2px}}@media only screen and (max-width: 768px){.nav__login::before{background-color:#81a332;left:28px}}@media only screen and (max-width: 768px){.nav__login{background:linear-gradient(135deg, rgba(160, 202, 63, 0.1) 0%, rgba(123, 156, 48, 0.1) 100%);color:#81a332;margin-bottom:48px;margin-top:24px}}.nav__links{display:flex;transition:max-height .3s ease-in-out}@media only screen and (max-width: 768px){.nav__links{background-color:#f2fbdd;flex-direction:column;overflow:hidden;position:absolute;left:0px;width:100%;top:100%;z-index:1;padding:0 15px;max-height:0}}.nav__links--active{max-height:900px}@media only screen and (max-width: 768px){.nav__list{width:100%;margin-top:10px}}@media only screen and (min-width: 770px){.nav__list{display:flex}}@media only screen and (min-width: 1051px){.nav__list{margin-right:98px}}@media only screen and (max-width: 768px){.nav__item{text-align:right;width:100%}.nav__item:not(:last-child){margin-bottom:5px}}.nav__item--solution{position:relative;cursor:pointer}@media only screen and (max-width: 768px){.nav__item--solution{padding-right:32px}}.nav__item--solution::after{transition:transform .3s ease-in-out;content:"";position:absolute;width:8px;height:5px;background-image:url("../img/icons/toggle.svg");background-repeat:no-repeat;background-size:contain;cursor:pointer;transform:rotate(0deg);top:12px}@media only screen and (max-width: 768px){.nav__item--solution::after{right:10px}}@media only screen and (min-width: 769px){.nav__item--solution::after{right:12px}}.nav__item--resources::after{display:none}.nav__item--active::after{transform:rotate(180deg)}.nav__link{transition:background-color .3s ease-in-out;padding:4px 8px;border-radius:4px;position:relative;font-size:17px}.nav__link:hover{background-color:hsla(0,0%,100%,.15)}.nav__link:active{background-color:hsla(0,0%,100%,.05)}.nav__link--toggle{padding-right:28px}@media only screen and (max-width: 768px){.nav__link--toggle{padding-right:1px}}.nav__droplist{width:580px;flex-wrap:wrap;max-height:0px;overflow:hidden;position:absolute;background-color:#fff;box-shadow:0px 9px 31px rgba(0,0,0,.07),0px 1.12694px 3.88168px rgba(0,0,0,.035);border-radius:4px;top:100%;left:0;z-index:20}@media only screen and (max-width: 768px){.nav__droplist{width:100%;background-color:rgba(0,0,0,0);box-shadow:none;position:relative;right:-32px;left:auto;margin-left:auto}}.nav__droplist--resources li:first-child{display:flex;justify-content:space-between}@media only screen and (max-width: 768px){.nav__droplist--resources li:first-child{flex-direction:column;width:100%}}.nav__droplist--resources .nav__dropcol:first-child{border-right:2px solid #f0f0f0}@media only screen and (max-width: 768px){.nav__droplist--resources .nav__dropcol:first-child{border-right:none}}@media only screen and (min-width: 769px){.nav__droplist--resources .nav__dropcol:first-child{max-width:320px;width:100%}}.nav__droplist--resources .nav__dropitem{width:100%;min-height:88px}.nav__droplist--resources .nav__dropitem:nth-child(3){border-right:none}@media only screen and (max-width: 768px){.nav__droplist--resources .nav__dropitem{min-height:20px}}.nav__droplist--resources .nav__dropitem--top{padding:8px 16px;min-height:0px;border:none;color:#941759;font-size:12px;font-family:"Montserrat";font-style:normal;font-weight:700;line-height:1.7;background-color:#f0f0f0;cursor:initial}.nav__droplist--resources .nav__dropitem--top:nth-child(1){border-right:none}.nav__droplist--resources .nav__dropheading{padding-left:0;font-family:"Montserrat";font-style:normal;font-weight:500;line-height:1.5;display:block}.nav__droplist--resources .nav__dropheading::before{display:none}.nav__droplist.active{display:flex;max-height:10000px}.nav__dropitem{width:50%;transition:background-color .3s ease-in-out}@media only screen and (max-width: 768px){.nav__dropitem{width:100%}}@media only screen and (max-width: 768px){.nav__dropitem:nth-child(1),.nav__dropitem:nth-child(2),.nav__dropitem:nth-child(3),.nav__dropitem:nth-child(4){border-bottom:none}}.nav__dropitem:nth-child(1),.nav__dropitem:nth-child(3),.nav__dropitem:nth-child(5){border-right:1px solid #f0f0f0}@media only screen and (max-width: 768px){.nav__dropitem:nth-child(1),.nav__dropitem:nth-child(3),.nav__dropitem:nth-child(5){border-right:none}}@media only screen and (min-width: 770px){.nav__dropitem:hover{background-color:#f9f9f9}}.nav__dropitem--top{width:100%;padding:0}.nav__dropitem--top ul{display:flex;justify-content:space-between;list-style:none;color:#941759;width:50%}.nav__dropitem--solutions .nav__dropheading{display:flex;align-items:center;margin-bottom:0}.nav__dropitem--resources a,.nav__dropitem--solutions a{display:block;padding:8px 8px 16px 8px}.nav__dropheading{font-size:16px;line-height:2;font-family:Roboto-Regular,sans-serif;font-weight:400;color:#555a64;margin-bottom:16px}@media only screen and (max-width: 768px){.nav__dropheading{font-family:Montserrat-Regular,sans-serif;font-weight:400}}.nav__dropheading::before{content:"";width:16px;height:16px;margin-right:10px;background-repeat:no-repeat;background-size:contain}@media only screen and (max-width: 768px){.nav__dropheading::before{display:none}}.nav__dropheading--star::before{background-image:url("../img/icons/solutions/star.svg")}.nav__dropheading--location::before{background-image:url("../img/icons/solutions/location.svg")}.nav__dropheading--mail::before{background-image:url("../img/icons/solutions/mail.svg")}.nav__dropheading--box::before{background-image:url("../img/icons/solutions/box.svg")}.nav__dropheading--testing::before{background-image:url("../img/icons/solutions/ab.svg")}.nav__dropheading--dashboard::before{background-image:url("../img/icons/solutions/dashboard.svg")}.nav__droptext{font-size:12px;line-height:1.3;color:#79808d;font-family:Roboto-Regular,sans-serif;font-weight:400}@media only screen and (max-width: 768px){.nav__droptext{display:none}}@media screen and (min-width: 1024px){.container-nav{height:auto}.nav{display:flex;justify-content:space-between;align-items:end;padding-top:40px}.nav__logo{width:272px;height:77px}.nav__logo>img{width:100%;height:100%}.nav__links{align-items:center}.nav__list{margin-right:68px}.nav__item{height:32px;display:flex;margin:0;margin-right:16px}.nav__login{width:108px;height:36px;padding:0;display:flex;justify-content:center;align-items:center}}@media screen and (min-width: 1440px){.container-nav--main-page{padding:0}}.navbar--activated{position:fixed;top:0;left:0;max-width:100% !important;width:100% !important;background:linear-gradient(135deg, #a0ca3f 0%, #7b9c30 100%);z-index:999;-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:.5s;animation-duration:.5s}@media screen and (min-width: 1024px){.navbar--activated{padding-bottom:27px;padding-top:20px}.navbar--activated .header__nav{max-width:1182px;margin:0 auto;padding-top:0}.navbar--activated .nav__logo{width:180px;height:50px}}@-webkit-keyframes fadeIn{from{opacity:0;top:-50px}to{opacity:1;top:0}}@keyframes fadeIn{from{opacity:0;top:-50px}to{opacity:1;top:0}}