.datepicker--cells{display:-webkit-box;display:flex;flex-wrap:wrap}.datepicker--cell{border-radius:4px;box-sizing:border-box;cursor:pointer;display:-webkit-box;display:flex;position:relative;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;height:32px;z-index:1}.datepicker--cell.-focus-{background:#f0f0f0}.datepicker--cell.-current-{color:#4eb5e6}.datepicker--cell.-current-.-focus-{color:#4a4a4a}.datepicker--cell.-current-.-in-range-{color:#4eb5e6}.datepicker--cell.-in-range-{background:rgba(92,196,239,.1);color:#4a4a4a;border-radius:0}.datepicker--cell.-in-range-.-focus-{background-color:rgba(92,196,239,.2)}.datepicker--cell.-disabled-{cursor:default;color:#aeaeae}.datepicker--cell.-disabled-.-focus-{color:#aeaeae}.datepicker--cell.-disabled-.-in-range-{color:#a1a1a1}.datepicker--cell.-disabled-.-current-.-focus-{color:#aeaeae}.datepicker--cell.-range-from-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:4px 0 0 4px}.datepicker--cell.-range-to-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:0 4px 4px 0}.datepicker--cell.-selected-,.datepicker--cell.-selected-.-current-{background:#5cc4ef}.datepicker--cell.-range-from-.-range-to-{border-radius:4px}.datepicker--cell.-selected-{border:none}.datepicker--cell.-selected-.-focus-{background:#45bced}.datepicker--cell:empty{cursor:default}.datepicker--days-names{display:-webkit-box;display:flex;flex-wrap:wrap;margin:8px 0 3px}.datepicker--day-name{color:#ff9a19;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;-webkit-box-flex:1;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.-only-timepicker- .datepicker--content,.datepicker--body,.datepicker-inline .datepicker--pointer{display:none}.datepicker--cell-day{width:14.28571%}.datepicker--cells-months{height:170px}.datepicker--cell-month{width:33.33%;height:25%}.datepicker--cells-years,.datepicker--years{height:170px}.datepicker--cell-year{width:25%;height:33.33%}.datepickers-container{position:absolute;left:0;top:0}@media print{.datepickers-container{display:none}}.datepicker{background:#fff;border:1px solid #dbdbdb;box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:4px;box-sizing:content-box;font-family:Tahoma,sans-serif;font-size:14px;color:#4a4a4a;width:250px;position:absolute;left:-100000px;opacity:0;transition:opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;-webkit-transition:opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s .3s;transition:opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;z-index:100}.datepicker.-from-top-{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.datepicker.-from-right-{-webkit-transform:translateX(8px);transform:translateX(8px)}.datepicker.-from-bottom-{-webkit-transform:translateY(8px);transform:translateY(8px)}.datepicker.-from-left-{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.datepicker.active{opacity:1;-webkit-transform:translate(0);transform:translate(0);transition:opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;-webkit-transition:opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s 0s;transition:opacity .3s ease,transform .3s ease,left 0s 0s,-webkit-transform .3s ease}.datepicker-inline .datepicker{border-color:#d7d7d7;box-shadow:none;position:static;left:auto;right:auto;opacity:1;-webkit-transform:none;transform:none}.datepicker--content{box-sizing:content-box;padding:4px}.datepicker--pointer{position:absolute;background:#fff;border-top:1px solid #dbdbdb;border-right:1px solid #dbdbdb;width:10px;height:10px;z-index:-1}.datepicker--nav-action:hover,.datepicker--nav-title:hover{background:#f0f0f0}.-top-center- .datepicker--pointer,.-top-left- .datepicker--pointer,.-top-right- .datepicker--pointer{top:calc(100% - 4px);-webkit-transform:rotate(135deg);transform:rotate(135deg)}.-right-bottom- .datepicker--pointer,.-right-center- .datepicker--pointer,.-right-top- .datepicker--pointer{right:calc(100% - 4px);-webkit-transform:rotate(225deg);transform:rotate(225deg)}.-bottom-center- .datepicker--pointer,.-bottom-left- .datepicker--pointer,.-bottom-right- .datepicker--pointer{bottom:calc(100% - 4px);-webkit-transform:rotate(315deg);transform:rotate(315deg)}.-left-bottom- .datepicker--pointer,.-left-center- .datepicker--pointer,.-left-top- .datepicker--pointer{left:calc(100% - 4px);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.-bottom-left- .datepicker--pointer,.-top-left- .datepicker--pointer{left:10px}.-bottom-right- .datepicker--pointer,.-top-right- .datepicker--pointer{right:10px}.-bottom-center- .datepicker--pointer,.-top-center- .datepicker--pointer{left:calc(50% - 5px)}.-left-top- .datepicker--pointer,.-right-top- .datepicker--pointer{top:10px}.-left-bottom- .datepicker--pointer,.-right-bottom- .datepicker--pointer{bottom:10px}.-left-center- .datepicker--pointer,.-right-center- .datepicker--pointer{top:calc(50% - 5px)}.datepicker--body.active{display:block}.datepicker--nav{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;border-bottom:1px solid #efefef;min-height:32px;padding:4px}.-only-timepicker- .datepicker--nav{display:none}.datepicker--nav-action,.datepicker--nav-title{display:-webkit-box;display:flex;cursor:pointer;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.datepicker--nav-action{width:32px;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker--nav-action.-disabled-{visibility:hidden}.datepicker--nav-action svg{width:32px;height:32px}.datepicker--nav-action path{fill:none;stroke:#9c9c9c;stroke-width:2px}.datepicker--nav-title{border-radius:4px;padding:0 8px}.datepicker--buttons,.datepicker--time{border-top:1px solid #efefef;padding:4px}.datepicker--nav-title i{font-style:normal;color:#9c9c9c;margin-left:5px}.datepicker--nav-title.-disabled-{cursor:default;background:0 0}.datepicker--buttons{display:-webkit-box;display:flex}.datepicker--button{color:#4eb5e6;cursor:pointer;border-radius:4px;-webkit-box-flex:1;flex:1;display:-webkit-inline-box;display:inline-flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;height:32px}.datepicker--button:hover{color:#4a4a4a;background:#f0f0f0}.datepicker--time{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;position:relative}.datepicker--time.-am-pm- .datepicker--time-sliders{-webkit-box-flex:0;flex:0 1 138px;max-width:138px}.-only-timepicker- .datepicker--time{border-top:none}.datepicker--time-sliders{-webkit-box-flex:0;flex:0 1 153px;margin-right:10px;max-width:153px}.datepicker--time-label{display:none;font-size:12px}.datepicker--time-current{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-flex:1;flex:1;font-size:14px;text-align:center;margin:0 0 0 10px}.datepicker--time-current-colon{margin:0 2px 3px;line-height:1}.datepicker--time-current-hours,.datepicker--time-current-minutes{line-height:1;font-size:19px;font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.datepicker--time-current-hours:after,.datepicker--time-current-minutes:after{content:"";background:#f0f0f0;border-radius:4px;position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.datepicker--time-current-hours.-focus-:after,.datepicker--time-current-minutes.-focus-:after{opacity:1}.datepicker--time-current-ampm{text-transform:uppercase;-webkit-align-self:flex-end;align-self:flex-end;color:#9c9c9c;margin-left:6px;font-size:11px;margin-bottom:1px}.datepicker--time-row{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;font-size:11px;height:17px;background:-webkit-gradient(linear,left top,right top,from(#dedede),to(#dedede)) left 50%/100% 1px no-repeat;background:linear-gradient(90deg,#dedede,#dedede) left 50%/100% 1px no-repeat}.datepicker--time-row:first-child{margin-bottom:4px}.datepicker--time-row input[type=range]{background:0 0;cursor:pointer;-webkit-box-flex:1;flex:1;height:100%;padding:0;margin:0;-webkit-appearance:none}.datepicker--time-row input[type=range]::-ms-tooltip{display:none}.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-moz-range-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-ms-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:focus{outline:0}.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-moz-range-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-ms-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;-webkit-transition:background .2s;transition:background .2s;margin-top:-6px}.datepicker--time-row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;-moz-transition:background .2s;transition:background .2s}.datepicker--time-row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;-ms-transition:background .2s;transition:background .2s}.datepicker--time-row input[type=range]::-webkit-slider-runnable-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-moz-range-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-fill-lower,.datepicker--time-row input[type=range]::-ms-fill-upper{background:0 0}.datepicker--time-row span{padding:0 12px}.datepicker--time-icon{color:#9c9c9c;border:1px solid;border-radius:50%;font-size:16px;position:relative;margin:0 5px -1px 0;width:1em;height:1em}.datepicker--time-icon:after,.datepicker--time-icon:before{content:"";background:currentColor;position:absolute}.datepicker--time-icon:after{height:.4em;width:1px;left:calc(50% - 1px);top:calc(50% + 1px);-webkit-transform:translateY(-100%);transform:translateY(-100%)}.datepicker--time-icon:before{width:.4em;height:1px;top:calc(50% + 1px);left:calc(50% - 1px)}.datepicker--cell-day.-other-month-,.datepicker--cell-year.-other-decade-{color:#dedede}.datepicker--cell-day.-other-month-:hover,.datepicker--cell-year.-other-decade-:hover{color:#c5c5c5}.-disabled-.-focus-.datepicker--cell-day.-other-month-,.-disabled-.-focus-.datepicker--cell-year.-other-decade-{color:#dedede}.-selected-.datepicker--cell-day.-other-month-,.-selected-.datepicker--cell-year.-other-decade-{color:#fff;background:#a2ddf6}.-selected-.-focus-.datepicker--cell-day.-other-month-,.-selected-.-focus-.datepicker--cell-year.-other-decade-{background:#8ad5f4}.-in-range-.datepicker--cell-day.-other-month-,.-in-range-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.1);color:#ccc}.-in-range-.-focus-.datepicker--cell-day.-other-month-,.-in-range-.-focus-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.2)}.datepicker--cell-day.-other-month-:empty,.datepicker--cell-year.-other-decade-:empty{background:0 0;border:none}.c-blue{color:#062a78}.c-green{color:#458e22}.bg-blue{background-color:#062a78}.bg-green{background-color:#458e22}.bg-grey4{background-color:#f3f5f5}.bg-gray1{background-color:#999}p{margin:0;padding:0}h1,h2,h3,h4,h5,h6{margin-bottom:0}a{display:block}a,a.subs-btn-blue:hover,a.subs-btn-blue:hover:before,a.subs-btn-mint:hover,a.subs-btn-mint:hover:before,a:before,a:hover,a:hover:before{-webkit-transition:.4s;transition:.4s}a.subs-btn-blue:hover,a.subs-btn-mint:hover,a:hover{text-decoration:none;-webkit-transition:.4s;transition:.4s;opacity:.9}ol li,ul li{font-size:14px;line-height:24px}span{display:block}button{background-color:unset;border:none;padding:0;cursor:pointer;-webkit-transition:.4s;transition:.4s;outline:none}button.subs-btn-blue:hover,button.subs-btn-mint:hover,button:hover{-webkit-transition:.4s;transition:.4s;outline:none;opacity:.9}button:focus{outline:none!important;box-shadow:none!important}label{font-weight:400}.navbar{padding:0;margin:0}input,input:focus,textarea,textarea:focus{outline:none;-webkit-transition:.4s;transition:.4s}body{font-family:Open Sans,sans-serif;font-weight:400;background-color:#fff}p{font-size:14px;line-height:22px;margin-bottom:24px}p:last-child{margin-bottom:0}span{font-size:14px;line-height:22px}a.subs-btn-blue:hover,a.subs-btn-mint:hover,a:hover{color:#062a78}h1{font-size:64px;line-height:72px;color:#000}::-webkit-scrollbar{-webkit-appearance:none;width:7px}::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgba(0,0,0,.5);box-shadow:0 0 1px hsla(0,0%,100%,.5)}.img-responsive{width:100%}.disabled{display:none!important}.action-btn-out{border:1px solid #e0e0e0}.def-form-btn,.pay-method-item,.rel-carousel-item,.subscribe-item{border-radius:4px}.def-section{max-width:1280px;width:100%;margin-right:auto;margin-left:auto;margin-bottom:64px}.content-section{background-color:#f3f5f5;padding-top:64px;padding-bottom:64px;margin-bottom:64px}.def-block{max-width:1388px;padding-left:24px;padding-right:24px}.def-block,.def-block-in{width:100%;margin-right:auto;margin-left:auto}.def-block-in{max-width:1280px;position:relative}.action-btn,.action-btn-out{border-radius:4px;text-align:center;line-height:16px}.action-btn,.action-btn-out,.action-btn-small{padding:9px 32px;font-size:14px;white-space:nowrap}.action-btn-out{background-color:#fff;color:#000}.action-btn-out:hover{border:1px solid transparent;background-color:#e0e0e0;color:#000}.action-btn{color:#fff}.action-btn:hover{opacity:.9;color:#fff}.action-btn-mid{padding:16px 34px;font-size:16px}.action-btn-big{padding:23px 36px;max-height:62px;position:relative;top:-1px}.subs-btn-blue,.subs-btn-blue:hover,.subs-btn-mint,.subs-btn-mint:hover{background:#fff;border-radius:4px;max-width:232px;text-align:center;padding:16px 36px}.subs-btn-mint{color:#57a19d}.subs-btn-blue{color:#062a78}.subs-btn-blue:hover,.subs-btn-mint:hover{color:#fff}.subs-btn-mint:hover{box-shadow:0 10px 20px rgba(75,136,133,.25)}.subs-btn-blue:hover{box-shadow:0 10px 20px rgba(6,42,120,.25)}.def-dropdown,.dropdowns-granted{display:-webkit-box;display:flex}.dropdown-down{margin-right:24px}.dropdown-menu.show{background:#fff;border-radius:4px;border:unset;margin-top:10px;box-shadow:0 16px 15px rgba(0,0,0,.1)}.dropdown-item{padding:16px 21px}.dropdown-item:hover{background-color:#e3e9e8}.dropdown-menu{padding:unset}.form-group{margin-bottom:unset}.form-group,.form-item{display:-webkit-box;display:flex}.def-input-form{position:relative}input,textarea{background:#fff;max-width:360px;width:100%;padding:16px 24px;font-size:14px;line-height:16px;border:1px solid #e3e9e8;border-radius:4px!important}input:disabled{background:#e3e9e8}.def-input:focus,input:focus,textarea:focus{border:1px solid #458e22}.def-label{font-size:12px;line-height:16px;letter-spacing:2.4px;text-transform:uppercase;color:#c2c2c2;margin-bottom:12px}.req-label:after{content:"*";position:relative;color:#eb5757;left:5px}span.input-note{color:#458e22;font-size:14px;line-height:16px}textarea{min-height:120px}.def-input-big{padding:23px 24px}.def-range-box{max-width:360px;width:100%}.numbrange-dropdown{position:absolute;width:100%;height:100%;top:0;border:1px solid transparent;-webkit-transition:.4s;transition:.4s;border-radius:4px}.numbrange-dropdown.show{border:1px solid #458e22;-webkit-transition:.4s;transition:.4s}.numbrange-dropdown .dropdown-toggle{position:absolute;top:0;width:100%;height:100%}.numbrange-dropdown .dropdown-toggle:after{display:none}.numbrange-dropdown .numb-dropdown-menu{width:calc(100% + 2px)!important;left:-1px!important}.numbrange-dropdown .range-data{padding:21px 16px 16px}.numbrange-dropdown .range-data .ui-slider .ui-slider-range{background-color:#062a78}.numbrange-dropdown .range-data .ui-slider-horizontal{height:6px;width:95%;right:0;left:0;margin-right:auto;margin-left:auto}.numbrange-dropdown .range-data .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:16px;height:16px;background-color:#062a78;border:1px solid transparent;top:-5px}.numbrange-dropdown .range-data .ui-slider .ui-slider-handle:after{background-color:#fff}.numbrange-dropdown .numb-filter-range{margin-bottom:16px}.numbrange-dropdown .rand-data-items{display:-webkit-box;display:flex;margin-bottom:16px}.numbrange-dropdown .range-data-item{max-width:156px;width:100%}.numbrange-dropdown .range-data-item:first-child{margin-right:16px}.numbrange-dropdown .range-data-item input{width:100%}.numbrange-dropdown .numb-range-apply{width:100%;background-color:#458e22;color:#fff}.def-numbrange-box{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;background-color:#fff;border:1px solid #e3e9e8;position:relative;border-radius:4px}.def-numbrange-box span{max-width:145px;width:100%;padding:23px 24px;font-size:14px;line-height:16px;white-space:nowrap}.def-daterange-box{display:-webkit-box;display:flex;border:1px solid #e3e9e8;position:relative;border-radius:4px;-webkit-box-pack:justify;justify-content:space-between;background-color:#fff}.def-daterange-box input{padding:23px 24px;border:none;max-width:145px}.def-daterange-box .date-range-item{position:relative;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.def-daterange-box .date-range-item span{position:absolute;left:15px;text-align:center}.def-daterange-box .date-range-item input{padding-left:50px}.def-daterange-box .date-range-item:last-child{padding-left:5px}.def-daterange-box .date-range-item:last-child input{padding-left:50px}.def-daterange-box .date-range-item .from-date-text{width:34px}.def-daterange-box .date-range-item .to-date-text{width:48px;left:5px}.def-daterange-box .date-range-item .to-date-range{padding-left:53px;padding-right:20px}.def-daterange-box .daterange-line{width:10%;left:-18px}.daterange-line{position:absolute;content:"";height:1px;width:15%;background-color:#000;right:0;left:-30px;top:0;bottom:0;margin:auto}.def-checkbox{-webkit-box-align:center;align-items:center}.def-checkbox input{padding:0;height:auto;width:auto;margin-bottom:0;display:none;cursor:pointer}.def-checkbox label{position:relative;cursor:pointer;margin-bottom:unset;-webkit-transition:.4s;transition:.4s;color:#000;display:-webkit-box;display:flex}.def-checkbox label span{font-weight:400;font-size:16px;line-height:16px;position:relative;top:3px}.def-checkbox label:before{content:"";-webkit-appearance:none;background-color:transparent;border:1px solid #c2c2c2;border-radius:4px;width:24px;height:24px;-webkit-box-flex:0;flex:0 0 24px;display:inline-block;position:relative;vertical-align:middle;cursor:pointer;margin-right:16px}.def-checkbox input:checked+label:after{content:"";display:block;position:absolute;top:8px;left:6px;-webkit-transition:.4s;transition:.4s;background-image:url(/images/checkbox.svg?c8376ab0e35eb3f9c9f246ab54e1c828);background-size:12px;width:12px;height:10px}.def-checkbox input:checked+label:before{background-color:#000;-webkit-transition:.4s;transition:.4s}.def-select.bootstrap-select{width:100%!important}.def-select .dropdown-menu{min-width:100%!important}.def-select .dropdown-menu.show{box-shadow:0 10px 13px rgba(0,0,0,.1);border-radius:4px}.def-select .dropdown-toggle{padding:23px 24px;box-shadow:unset;border-radius:4px;border:1px solid #e3e9e8}.def-select .dropdown-menu li a span.text{font-size:16px;line-height:16px;color:#000}.def-select .dropdown-item{padding:12px 21px}.def-select .dropdown-item:hover,.def-select .selected{background-color:#e3e9e8}.def-select .dropdown-toggle:focus{outline:unset!important}.def-select.show .dropdown-toggle{border:1px solid #458e22}.def-select .dropdown-toggle,.def-select .dropdown-toggle:hover,.def-select.show>.btn-light.dropdown-toggle{background-color:#fff}.def-select .dropdown-toggle:after{display:unset;margin-left:unset;vertical-align:unset;content:"";border:unset;width:16px;height:16px;background-image:url(/images/darr-grey.svg?31cc1ed9acee4379b129d7ed4a884c56)}.filter-option-inner-inner{font-size:14px;line-height:16px;color:#000}.def-datepicker-box{position:relative}.def-datepicker-box input::-webkit-input-placeholder{color:#000}.def-datepicker-box input::-moz-placeholder{color:#000}.def-datepicker-box input:-ms-input-placeholder{color:#000}.def-datepicker-box input::-ms-input-placeholder{color:#000}.def-datepicker-box input::placeholder{color:#000}.def-datepicker-box:after{position:absolute;content:"";background-image:url(/images/schedule-grey.svg?7091764da7ff3d66029607146d575ad0);width:16px;height:16px;top:0;bottom:0;right:24px;margin-bottom:auto;margin-top:auto}.def-quantity-box{display:-webkit-box;display:flex;position:relative;overflow:hidden;height:64px;border:1px solid #e3e9e8;border-radius:4px}.input-number{width:100px;color:#000;text-align:center;border:unset;height:62px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:16px;line-height:64px;font-weight:700}.input-number:focus{outline:unset;box-shadow:unset;border:1px solid #458e22}.input-number-decrement,.input-number-increment{border:unset;height:64px;display:inline-block;width:70px;line-height:64px;background:#fff;color:var(--grey1);text-align:center;font-weight:700;cursor:pointer}.input-number-decrement:active,.input-number-increment:active{background:#ddd}.input-number-decrement{border-right:none;border-radius:6px 0 0 6px}.input-number-increment{border-left:none;border-radius:0 6px 6px 0}.notif-def{max-width:439px;width:100%;padding:20px 24px;font-size:14px;line-height:24px;color:#000;border-radius:4px}.notif-success{border:1px solid #458e22}.notif-warning{border:1px solid #eb5757}.notif-also{border:1px solid #062a78}.search-input{-webkit-transition:.4s;transition:.4s;height:48px;width:100%;max-width:unset;caret-color:#000;z-index:0;background-color:transparent;font-weight:500;font-size:16px;line-height:16px;color:var(--grey1);border:unset;margin-left:16px}.search-input:focus{border:unset}.search-input::-webkit-input-placeholder{color:var(--grey2)}.search-input::-moz-placeholder{color:var(--grey2)}.search-input:-ms-input-placeholder{color:var(--grey2)}.search-input::-ms-input-placeholder{color:var(--grey2)}.search-input::placeholder{color:var(--grey2)}.search-img:hover{opacity:.5}.search-input:focus{outline:none}.search-wrapper.searchSiteShow .close-search-btn_mobile{opacity:1;bottom:24px;-webkit-transition:.7s;transition:.7s;visibility:visible}.search-wrapper.searchSiteShow .searchSite-container{top:0;visibility:visible;opacity:1}.search-wrapper.searchPdfShow .close-search-btn_mobile{opacity:1;bottom:24px;-webkit-transition:.7s;transition:.7s;visibility:visible}.search-wrapper.searchPdfShow .searchPdf-container{top:0;visibility:visible;opacity:1}.search-container{width:100%;background-color:#fff;position:fixed;box-shadow:-10px 25px 50px rgba(0,0,0,.11);top:-100%;z-index:11;opacity:0;visibility:hidden;-webkit-transition:all .6s;transition:all .6s}.search-block{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;flex-basis:100%;padding:22px 48px;max-width:1600px;right:0;background-color:#fff;-webkit-box-pack:justify;justify-content:space-between;margin-right:auto;margin-left:auto}.search-block.show .search-img{visibility:hidden}.search-block .search-btn{position:relative;max-width:126px}.search-block .search-btn span{line-height:unset}.search-bg{width:100%;height:100%;visibility:hidden;position:fixed;background-color:rgba(0,0,0,.75);z-index:11;opacity:0;-webkit-transition:all .7s;transition:all .7s;top:0}.search-bg.show{visibility:visible;opacity:1}.close-search-btn{opacity:.5;margin-left:48px}.close-search-btn_mobile{visibility:hidden;display:none;position:fixed;z-index:12;background-color:#000;border-radius:50%;width:48px;height:48px;margin-right:auto!important;margin-left:auto!important;right:0;left:0;opacity:0;bottom:-100%;-webkit-transition:.7s;transition:.7s}.header-search-to_mob{display:none}.header-below{display:none;padding:24px 16px;-webkit-box-pack:center;justify-content:center}.header-below.show{display:-webkit-box;display:flex}.def-rel-search{padding-top:0;max-width:320px;min-width:300px;width:100%;margin-right:24px;position:relative}.def-rel-search:first-child{margin-left:0}.def-rel-search input::-webkit-input-placeholder{color:#000}.def-rel-search input::-moz-placeholder{color:#000}.def-rel-search input:-ms-input-placeholder{color:#000}.def-rel-search input::-ms-input-placeholder{color:#000}.def-rel-search input::placeholder{color:#000}.def-rel-search label{position:absolute;top:-28px;left:0}.rel-search-btn{max-width:248px;width:100%;display:-webkit-box;display:flex;align-self:flex-end;-webkit-box-pack:center;justify-content:center}.rel-search-name label{white-space:nowrap}.rel-search-name input{padding-right:52px}@media only screen and (max-width:770px){.rel-search-name input,.rel-search-name input.def-input-big{padding-right:42px!important}}.rel-search-name:after{content:"";width:24px;height:24px;position:absolute;right:24px;bottom:20px;background-image:url(/images/search.svg?abb74d0a02339e8dd868e6d96f5c39b8)}.def-release-carousel{margin-right:auto;margin-left:auto}.rel-carousel-wrapper{max-width:1280px;margin:0 auto}.rel-carousel{margin-bottom:20px}.rel-carousel .owl-stage-outer{padding-right:16px;padding-left:16px;margin-right:-16px;margin-left:-16px}.rel-carousel .owl-nav button{width:48px;height:48px;border-radius:50%!important;background-color:rgba(0,0,0,.5)!important;z-index:6;-webkit-transition:opacity .4s;transition:opacity .4s;top:80px;position:absolute}.rel-carousel .owl-nav button:hover{opacity:.9;-webkit-transition:.4s;transition:.4s}.rel-carousel .owl-nav button.owl-prev{left:-78px}.rel-carousel .owl-nav button.owl-prev img{position:relative;top:-2px;left:-2px}.rel-carousel .owl-nav button.owl-next{right:-78px}.rel-carousel .owl-nav button.owl-next img{position:relative;top:-2px;right:-2px}.rel-carousel .owl-nav button.owl-next.disabled,.rel-carousel .owl-nav button.owl-prev.disabled{display:none;-webkit-transition:.4s;transition:.4s}.rel-carousel.owl-drag .owl-item{margin-top:16px}.rel-carousel .owl-dots .owl-dot span{background:#c2c2c2!important}.rel-carousel .owl-dots .owl-dot.active span{background:#062a78!important}.rel-carousel .owl-nav.disabled+.owl-dots{margin-top:unset!important}.rel-carousel-item{cursor:pointer;background-color:#fff;width:308px;height:188px;position:relative;margin-bottom:16px;margin-right:16px}.rel-carousel-item:before{content:"";position:absolute;background-image:url(/images/gerb.svg?3636b342e8b60be51c03ea6ce551ea8c);background-size:cover;z-index:1;height:240px;background-repeat:no-repeat;background-position:18px 120px;right:0;bottom:0;opacity:0;visibility:hidden;-webkit-transition:.4s;transition:.4s;width:0}.rel-carousel-item.active{pointer-events:none}.rel-carousel-item.active .rel-carousel-item-in{background-color:#e3e9e8}.rel-carousel-item.active:after{display:none}.rel-carousel-item.active:before{opacity:1;visibility:visible;-webkit-transition:.4s;transition:.4s;width:187px}.rel-carousel-item:after{content:"";position:absolute;top:0;left:0;width:calc(100% - 48px);height:calc(100% - 40px);right:0;bottom:0;margin:auto;z-index:-1;-webkit-transition:.4s;transition:.4s;box-shadow:0 16px 16px 10px rgba(0,0,0,.1);border-radius:4px}.rel-carousel-item:hover:after{box-shadow:unset}.rel-carousel-item-in{position:relative;z-index:0;background-color:#fff;width:100%;height:100%;padding:24px}.rel-carousel-item h4{font-weight:600;font-size:16px;line-height:36px;color:#000;margin-bottom:10px}.rel-carousel-item.active h4{color:#062a78}.rel-carousel-date{font-size:16px;line-height:36px;color:#999;margin-bottom:34px}.rel-carousel-item.active .rel-carousel-date{color:#062a78}.rel-access-def{padding-left:35px;position:relative;max-width:150px}.rel-access-def span{color:#062a78;visibility:hidden;opacity:0;display:inline}.rel-carousel-item.active .rel-access-def span{visibility:visible;opacity:1}.rel-access-def:before{content:"";background-repeat:no-repeat;width:24px;height:24px;position:absolute;bottom:0;left:0}.rel-access-denied:before{background-image:url(/images/lock-blue.svg?e40a9c018b0669ef3eb026cddf82bbdc)}.rel-access-granted:before{background-image:url(/images/download-blue.svg?f9ba7633cd0adde5461e18dc1df1f560)}#info-news-widget-moldpres{width:100%}#info-news-widget-moldpres .news-widget__generated{border-radius:4px!important}#info-news-widget-moldpres .news-widget__generated .main-title{background-image:url(/images/logo_widget.svg?d47d5668f0010e1ac88122a67c6e1eec)!important;background-repeat:no-repeat!important;background-position:50%!important;background-size:auto;padding:26px}#info-news-widget-moldpres .news-widget__generated .main-title img{display:none}.look-wrapper{gap:48px}.info-look-item,.look-wrapper{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.info-look-item{width:100%;gap:32px;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.look-item{max-width:616px;width:100%;display:-webkit-box;display:flex;background-color:#f3f5f5;position:relative;padding:71px 36px;border-radius:4px;-webkit-box-align:center;align-items:center}.look-item,.look-item:hover{-webkit-transition:.4s;transition:.4s}.look-item:hover{background-color:#e3e9e8}.look-item:after{content:"";position:absolute;right:36px;top:36px;width:24px;height:24px;-webkit-transition:.5s;transition:.5s;background-image:url(/images/target_blank-grey.svg?9372f0480e9529c7dc81d0140230f0b5)}.look-item img{width:100%}.mold-gerb-look img{max-width:451px}.moldpress-look{-webkit-box-pack:center;justify-content:center}.moldpress-look img{max-width:255px}.image-info-block{display:-webkit-box;display:flex;gap:48px;padding-top:16px}@media only screen and (max-width:991px){.image-info-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;gap:24px}}.subscribe-note{font-weight:700;font-size:20px;line-height:30px;margin-bottom:24px;padding-left:30px}.subscribe-note a{color:#458e22;font-weight:700;display:inline}.subscribe-note a:hover{color:#458e22;text-decoration:underline}.subscribe-wrapper{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.subscribe-item{padding:48px;max-width:616px;width:100%;color:#fff;position:relative;z-index:0;-webkit-transition:.4s;transition:.4s}.subscribe-item .subs-head{margin-bottom:24px}.subscribe-item .subs-head,.subscribe-item .subs-head .subs-name{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.subscribe-item .subs-head .subs-name{position:relative;font-weight:800;left:0;font-size:24px;line-height:28px}.subscribe-item .subs-head:before{content:"";position:relative;width:64px;height:64px;border-radius:50%;background-color:rgba(0,0,0,.5);background-repeat:no-repeat;margin-right:12px;display:-webkit-box;display:flex;background-position:50%;flex-shrink:0}.subscribe-item .subs-price{font-size:24px;line-height:26px;display:-webkit-box;display:flex;margin-left:auto;white-space:nowrap}.subscribe-item .subs-price span{font-size:14px;line-height:18px;align-self:flex-end;display:inline}.subscribe-item:hover{opacity:.9;-webkit-transition:.4s;transition:.4s}.subscribe-item:hover .subs-choose-btn{opacity:1;-webkit-transition-delay:.3s;transition-delay:.3s;-webkit-transition-duration:.4s;transition-duration:.4s}.subscribe-item h5{font-weight:700;font-size:16px;line-height:20px;text-transform:uppercase;margin-bottom:36px}.subs-options{margin-bottom:24px}.subs-options .subs-option{font-size:16px;line-height:24px;margin-bottom:28px;padding-left:36px;-webkit-box-align:center;align-items:center;position:relative}.subs-options .subs-option b{font-weight:800;display:inline}.subs-options .subs-option:before{content:"";position:absolute;width:32px;height:32px;margin-right:12px;left:0;top:0;background-repeat:no-repeat;background-position:50% 3px}.subs-options .subs-option:last-child{margin-bottom:0}.subs-options .opt-in:before{background-image:url(/images/check-white.svg?1924772d8d96e14245996f78b552ee09);background-position:50% -5px}.subs-options .opt-out{opacity:.6}.subs-options .opt-out:before{background-image:url(/images/no-opt.svg?e801e81f5f73334324fec29380d17e44)}.subs-options span:last-child{margin-bottom:0}.subs-choose-btn{background-color:#fff;padding:16px 36px}.subs-choose-btn span{font-size:16px;line-height:16px}.basic-subs{background-color:#57a19d;margin-right:48px}.basic-subs .subs-head:before{background-image:url(/images/star-white.svg?ac59c581d06245651a67d9665ef9ddc3)}.basic-subs .subs-choose-btn{color:#57a19d}.basic-subs:hover .subs-choose-btn{box-shadow:0 10px 20px rgba(0,0,0,.25)}.premium-subs{background-color:#062a78}.premium-subs .subs-head:before{background-image:url(/images/rubin.svg?c373da382887431019e78ed46c142e6d)}.premium-subs .subs-choose-btn{color:#062a78}.premium-subs:hover .subs-choose-btn{box-shadow:0 10px 20px rgba(0,0,0,.25)}.subscribed:after{z-index:2}.subs-bought:after,.subscribed:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:hsla(0,0%,100%,.5)}.reg-auth-form{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.reg-auth-wrap{display:-webkit-box;display:flex}.reg-auth-header_mobile{display:none}.def-login-title,.reg-auth-header_mobile button{font-weight:800;font-size:16px;line-height:16px;color:#062a78;margin-bottom:24px;text-transform:uppercase}.reg-auth-header_mobile button{color:#999}.reg-auth-header_mobile button.active{color:#062a78}.agree-for-terms{-webkit-box-align:unset;align-items:unset}.agree-for-terms label:before{margin-right:10px}.agree-for-terms label span{font-weight:400;font-size:14px;line-height:24px;margin-top:-3px}.agree-for-terms label span a{color:#062a78;display:inline}.reg-auth-form{display:-webkit-box;display:flex;max-width:770px;width:100%}.def-auth-form{margin-right:48px}.def-auth-form,.def-reg-form{max-width:360px;width:100%}.def-auth-form,.def-reg-form,.form-column .form-item{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.form-column .form-item{margin-bottom:16px}.forgot-pass{line-height:30px;color:#062a78;margin-bottom:8px}.def-form-btn,.forgot-pass{font-weight:400;font-size:16px}.def-form-btn{padding:16px;max-width:360px;width:100%;line-height:16px;color:#fff}.def-top-title{padding-top:96px;padding-bottom:48px}.def-top-title .def-top-title-block{max-width:690px}.def-top-title h1{font-weight:800;font-size:48px;line-height:64px;color:#000;margin-bottom:24px}.def-top-title h4{font-weight:600;font-size:24px;line-height:36px;color:#999;margin-bottom:16px}.def-top-title span{font-weight:400;font-size:16px;line-height:30px;color:#000;display:inline}.def-top-title span a{display:inline;color:#062a78}.def-switch{position:relative;display:inline-block;height:20px}.def-switch label{position:relative;margin-bottom:0;cursor:pointer;height:20px;vertical-align:middle;padding-left:32px}.def-switch label:before{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#999;width:32px;height:20px;border-radius:20px}.def-switch label:after,.def-switch label:before{content:"";position:absolute;-webkit-transition:.4s;transition:.4s}.def-switch label:after{height:14px;width:14px;left:3px;top:3px;background-color:#fff;border-radius:50%}.def-switch input{display:none;opacity:0;width:0;height:0}.def-switch input:checked+label:after{-webkit-transform:translateX(13px);transform:translateX(13px)}.def-switch input:checked+label:before{background-color:#1849ab}header{position:relative}header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background-color:#e3e9e8;z-index:0}.header-container{max-width:1600px;width:100%;padding-right:48px;padding-left:48px;margin-right:auto;margin-left:auto;position:relative}.header-top{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;height:108px}.header-logo{max-width:413px;margin-right:24px}.header-logo .responsive{min-width:185px}.header-nav{height:108px;margin-right:24px}.header-nav .navbar-nav .nav-item:last-child{margin-right:unset}.header-nav .navbar-nav .nav-link{color:#999;height:100%;padding:42px 20px;position:relative;overflow:hidden}.header-nav .nav-link:hover{background-color:#fafafa;color:#062a78}.header-nav .nav-link.active{color:#000}.header-nav .nav-link.active:hover{background-color:#fff}.header-nav .nav-link:after{content:"";position:absolute;left:0;right:0;margin-right:auto;margin-left:auto;background-color:#062a78;width:calc(100% - 40px);height:5px;bottom:0;opacity:0;visibility:hidden;-webkit-transition:.4s;transition:.4s}.header-nav .nav-link:hover:after{visibility:hidden}.header-nav .nav-link.active:after{bottom:0;opacity:1;visibility:visible}.header-lang,.header-right{display:-webkit-box;display:flex}.header-lang{margin-right:24px;-webkit-box-align:center;align-items:center}.header-lang a{color:#c2c2c2}.header-lang a:hover{color:#062a78}.header-search,.header-search-auth{margin-right:24px;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.header-search-auth .search-btn-item,.header-search .search-btn-item{display:-webkit-box;display:flex;padding:5px 16px;height:36px;-webkit-box-align:center;align-items:center}.header-search-auth .search-btn-item span,.header-search .search-btn-item span{display:-webkit-box;display:flex;margin-left:4px}.header-auth{display:-webkit-box;display:flex}.log-in-btn{margin-right:24px;padding:9px 28px;text-overflow:ellipsis;max-width:145px;width:100%}.header-profile-name,.log-in-btn{white-space:nowrap;overflow:hidden}.header-profile-name{background-color:#e5e5e5;padding:5px 4px;text-overflow:unset;max-width:36px;width:36px;height:36px;position:relative}.header-profile-name svg{margin-right:15px;position:absolute;top:6px;left:5px}.action-btn-out.log-in-btn:hover{border:1px solid #e0e0e0;background-color:#e5e5e5;color:#000}.action-btn-out.log-out-btn:hover{border:1px solid #e0e0e0;background-color:unset;color:#000}.log-out-btn{-webkit-box-flex:0;flex:0 0 36px;width:36px;padding:0!important;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.close-mobile-menu{display:none;border-radius:50%}.close-mobile-menu:hover{opacity:.9}.mobile-menu-bg{width:100%;height:100%;visibility:hidden;position:fixed;background-color:rgba(0,0,0,.75);z-index:5;opacity:0;-webkit-transition:all .7s;transition:all .7s;left:0}.mobile-menu-bg.show{visibility:visible;opacity:1}.mobile-menu-header{display:none}.home-title-wrapper{padding-top:64px;padding-bottom:64px;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center}.home-title-wrapper .ht-box{max-width:700px;margin-right:16px}.home-title-wrapper h1{font-size:40px;line-height:48px;font-weight:800;width:100%;margin-right:30px;margin-bottom:12px}.home-title-wrapper span{font-weight:400;font-size:16px;line-height:30px;color:#000;display:inline}.home-title-wrapper .new-release{max-width:330px;width:100%;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;align-self:flex-start}.home-title-wrapper .new-release .h3{font-weight:700;font-size:24px;line-height:36px;margin-bottom:16px}.home-title-wrapper .new-release .h4{font-weight:700;font-size:22px;line-height:28px;margin:24px 0 0}.home-title-wrapper .new-release span{font-size:16px;line-height:16px;color:#c2c2c2}.home-title-wrapper .new-release span.bg-mint{font-size:14px;line-height:22px;font-weight:600;color:#fff;background-color:#57a29d;border-radius:4px;padding:1px 6px;margin-bottom:6px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.release-search-title{font-weight:700;font-size:36px;line-height:36px;color:#000;margin-bottom:48px}.release-search-wrapper{margin-bottom:0!important}.release-search-wrap{display:-webkit-box;display:flex;margin-bottom:36px;-webkit-box-pack:justify;justify-content:space-between}.release-content{position:relative}.release-content-wrapper{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-transition:height .4s;transition:height .4s}.release-content-desc{position:relative;max-width:820px;height:auto;display:block}.release-content-head h2{font-weight:800;font-size:40px;line-height:64px;color:#000;padding-bottom:12px;padding-left:30px}.release-content-text{padding-right:20px;position:relative;height:553px;overflow-y:hidden;padding-top:12px;-webkit-transition:height .5s;transition:height .5s;z-index:1;margin-left:30px}.release-content-text span{display:inline}.release-content-text.show{-webkit-transition:all .4s;transition:all .4s}.release-content-text:before{display:none}.release-content-text:after{content:"";position:absolute;bottom:0;left:0;right:0;height:268px;background:-webkit-gradient(linear,left bottom,left top,from(#f3f5f5),to(rgba(243,245,245,0)));background:linear-gradient(1turn,#f3f5f5,rgba(243,245,245,0));visibility:visible;opacity:1}.release-content-text.show:after{visibility:hidden;opacity:0}.release-content-text h4{font-weight:800;font-size:16px;line-height:22px;margin-bottom:16px;position:relative}.release-content-text p{text-align:justify}.release-content-image{width:580px;min-width:450px;position:relative;margin-right:16px}.release-cover-box{width:480px;height:679px;background-color:#fff;top:20px;right:16px;z-index:1;position:absolute;-webkit-box-pack:justify;justify-content:space-between;box-shadow:0 25px 50px rgba(0,0,0,.15)}.release-cover-box,.release-cover-box .rel-cover-bottom,.release-cover-box .rel-cover-top{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.release-cover-box .rel-cover-bottom,.release-cover-box .rel-cover-top{position:relative;z-index:2;-webkit-box-pack:end;justify-content:flex-end}.release-cover-box .rel-cover-bottom span,.release-cover-box .rel-cover-top span{font-size:12px;line-height:12px;color:#000;position:relative}.release-cover-box .rel-cover-top{height:46%}.release-cover-box .rel-cover-bottom{padding:0 48px 35px;background-color:#edebec;height:54%}.release-cover-box .rel-cover-head{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;border-top:1px solid;border-bottom:2px solid;padding:8px 0}.release-cover-box .rel-cover-head .head-circle{width:3px;height:3px;border-radius:50%;background-color:#000;display:-webkit-box;display:flex;align-self:center}.release-cover-box .rel-cover-head span{font-size:12px;line-height:14px;font-weight:700;padding:0 15px}.release-cover-box .rel-cover-head span:last-child{padding-right:0}.release-cover-box .rel-cover-head span:first-child{padding-left:0}.release-cover-box .rel-cover-title{padding:64px 24px 40px;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center}.release-cover-box .rel-cover-title .image{width:335px}.release-cover-box .rel-cover-title .image img{width:100%}.release-cover-box .rel-cover-gerb{position:absolute;z-index:1;display:-webkit-box;display:flex;width:100%;height:100%;top:0;-webkit-box-pack:end;justify-content:flex-end;padding-right:40px;-webkit-box-align:center;align-items:center}.release-cover-box .rel-cover-gerb .image{width:242px;margin-top:40px}.release-cover-box .rel-cover-gerb .image img{width:100%}.release-cover-box .rel-cover-footer-title{margin-bottom:38px}.release-cover-box .rel-cover-footer-title h5{font-size:14px;line-height:15px;font-weight:800;margin-bottom:4px;color:#000;max-width:250px}.release-cover-box .rel-cover-footer-title h5 span{font-weight:400}.release-cover-box .rel-cover-footer-title span{max-width:212px;font-size:14px;line-height:18px}.release-cover-box .rel-cover-copyright{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center}.release-cover-box .rel-cover-copyright .image{width:92px}.release-cover-box .rel-cover-copyright .image img{width:100%}.release-cover-box .rel-cover-copyright span{position:relative;font-weight:700;font-size:12px;line-height:16px}.release-cover-box .rel-cover-copyright span:before{display:none;content:"";position:absolute;border-radius:50%;width:3px;height:3px;top:0;bottom:0;left:-10px;margin-top:auto;margin-bottom:auto;background-color:#000}.release-cover-box .rel-cover-issn{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:end;align-items:flex-end}.release-cover-box .rel-cover-issn span{text-transform:uppercase}.release-cover-box .rel-cover-issn span:before{display:none}.release-see-more-btns{z-index:0;margin-left:30px}.release-see-more-btns:last-child{margin-bottom:16px}.dropdown-read .dropdown-menu{width:100%}.release-see-more-btn{color:#062a78;font-size:14px;line-height:16px;margin-bottom:24px;margin-top:16px}.hide-release-more{display:none}.release-see-more-btn:hover{text-decoration:underline}.make-subscribe{display:-webkit-box;display:flex;-webkit-box-pack:start;justify-content:flex-start;align-content:center}.make-subscribe a{max-width:224px;margin-right:16px;width:100%}.make-subscribe span{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;font-size:14px;line-height:16px}footer .right-btn-to-top{opacity:0;visibility:hidden;z-index:-1;position:fixed;width:64px;height:64px;bottom:96px;right:48px;background-color:hsla(0,0%,76.1%,.31);background-image:url(/images/rarr-top.svg?8ae8fb200d9af36df432458dd6c8c181);background-repeat:no-repeat;background-position:50%;border-radius:50%;-webkit-transition:.4s;transition:.4s}footer .right-btn-to-top:hover{-webkit-transition:.4s;transition:.4s;background-color:rgba(0,0,0,.13)}footer .right-btn-to-top.show{opacity:1;visibility:visible;z-index:100;-webkit-transition:.4s;transition:.4s}.footer{margin-bottom:40px!important;clear:both}.footer-wrapper{position:relative;padding-top:30px}.footer-wrapper:before{content:"";position:absolute;height:2px;width:100%;background-color:#f3f5f5;top:0;left:0}.footer-head{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;margin-bottom:28px}.footer-head,.footer-head-left{-webkit-box-align:center;align-items:center}.footer-bottom-l,.footer-head-left,.footer-head-right{display:-webkit-box;display:flex}.footer-logo{margin-right:96px}.footer-mold-logo{margin-right:60px}.footer-mold-logo img{max-height:80px}.footer-pay-method{margin-right:24px}.footer-pay-method img{max-width:70px}.footer-pay-method:last-child{margin-right:0}.footer-bottom{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;margin-bottom:30px}.footer-about-item h3{font-weight:600;font-size:20px;line-height:24px;color:#999;margin-bottom:24px}.footer-about-item a{color:#062a78}.footer-about-item a,.footer-about-item span{font-weight:400;font-size:16px;line-height:24px}.footer-about-item span{color:#000}.footer-about-adress{max-width:451px;width:100%}.footer-about-email{margin-right:30px}.footer-about-tel{margin-right:40px}.footer-copyright{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.footer-copyright span{color:#999;margin-right:16px}.footer-copyright small,.footer-copyright span{font-weight:400;font-size:14px;line-height:22px}.footer-copyright small,.footer-copyright small a{color:#000;display:inline}.footer-copyright small a:hover{text-decoration:none}.search-item-fixed-wrap{top:-100%;position:fixed;-webkit-transition:.4s;transition:.4s;right:0;left:0;z-index:5;max-width:1300px;width:100%;margin-right:auto;margin-left:auto}.search-item-fixed-wrap.show{-webkit-transition:.4s;transition:.4s;top:0}.search-item-fixed-wrap .rel-search-accord-item.fixed{-webkit-transition:1s;transition:1s}.search-item-fixed-wrap .rel-search-accord-item.fixed .rel-cont-list-item{width:100%}.search-results-page .content-section{padding-top:0!important}.search-results-page .release-search{padding-top:64px}.search-results-page .release-content-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;flex-direction:row-reverse}.search-results-page .release-content-desc{position:-webkit-sticky;position:sticky;top:0;z-index:5}.release-search-results{display:none}.release-content-list-block{margin-right:16px;max-width:520px;width:100%}.release-content-list,.release-content-list-block{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.release-content-list{height:670px;overflow:hidden;z-index:1;position:relative;padding-left:10px;padding-right:10px;margin-right:-10px;margin-left:-10px}.release-content-list,.release-content-list.show{-webkit-transition:height .5s;transition:height .5s}.rel-cont-list-item{padding:16px 24px;background-color:#fff;margin-bottom:16px;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;-webkit-transition:.4s;transition:.4s}.rel-cont-list-item.active{background-color:#062a78}.rel-cont-list-item:hover{-webkit-transition:.4s;transition:.4s;cursor:pointer;box-shadow:0 8px 10px rgba(0,0,0,.1)}.rel-cont-list-item:hover .rel-cont-item-title{color:#062a78}.rel-cont-list-item.active:hover .rel-cont-item-title{color:#fff}.rel-cont-item-title{font-size:16px;line-height:36px;font-weight:600;color:#000;width:260px;text-align:left}.rel-cont-list-item.active{color:#fff}.rel-cont-item-date{font-size:16px;line-height:36px;color:#999}.rel-cont-list-item.active .rel-cont-item-date{color:rgba(227,233,232,.5)}.rel-cont-list-item.active .rel-cont-item-title{color:#fff}.rel-cont-item-access{position:relative;margin-left:24px;text-align:center;color:#fff;line-height:24px;display:-webkit-box;display:flex}.rel-cont-item-access img,.rel-cont-item-access svg{margin-right:10px}.rel-cont-item-access.rel-cont-item-type-denied img,.rel-cont-item-access.rel-cont-item-type-denied svg{margin-top:-1px}.rel-search-accord-item.collapsed .rel-cont-item-access{color:#062a78}.rel-search-accord-item.collapsed .rel-cont-item-access.rel-cont-item-type-subs{color:#999}.rel-list-see-all{position:relative;margin-left:20px}.rel-list-see-all-btn{color:#062a78;font-size:16px;line-height:16px;margin-bottom:24px;margin-top:16px}.hide-rel-list-more{display:none}.rel-list-see-more-all-btn:hover{text-decoration:underline}.release-content-desc-list .release-content-desc,.release-content-search .release-content-desc{max-width:800px}.release-content-desc-list .release-content-text{padding-left:0}.search_release-content-text{height:560px;overflow-y:scroll}.search_release-content-text:after{display:none}.release-search-results_mobile{display:block}.release-content-desc-list .release-content-desc{display:none}.release-content-desc-list .rel-cont-desc-active{display:block}.release-search-accordion .card-header{background-color:unset;border:unset;padding:unset}.release-search-accordion .card{border:unset;background-color:#f3f5f5}.rel-search-accord-item,.release-search-accordion .rel-cont-list-item{width:100%}.rel-search-accord-item:hover{box-shadow:unset}.rel-cont-item-info{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.release-search-accordion .rel-cont-item-info .rel-cont-item-date{margin-right:48px}.rel-search-accord-item.collapsed .rel-cont-list-item.active{background-color:#fff}.rel-search-accord-item.collapsed .rel-cont-list-item.active .rel-cont-item-date{color:#999}.rel-search-accord-item{display:-webkit-box;display:flex;-webkit-transition:.2s;transition:.2s}.rel-search-accord-item i{position:relative;left:0;top:-2px;display:none}.rel-search-accord-item.collapsed i,.rel-search-accord-item i+i{display:block}.rel-search-accord-item.collapsed i+i{display:none}.rel-search-accord-item.collapsed .rel-cont-list-item.active .rel-cont-item-title,.rel-search-accord-item.collapsed .rel-cont-list-item.active .rel-search-accord-icon{color:#000}.rel-search-accord-item.collapsed .rel-cont-list-item.active:hover .rel-cont-item-title,.rel-search-accord-item.collapsed .rel-cont-list-item.active:hover .rel-search-accord-icon{color:#062a78}.rel-search-accord-item .rel-cont-list-item.active .rel-search-accord-icon,.rel-search-accord-item .rel-cont-list-item.active:hover .rel-cont-item-title,.rel-search-accord-item .rel-cont-list-item.active:hover .rel-search-accord-icon{color:#fff}.rel-search-accord-item .rel-cont-list-item:hover .rel-cont-item-title,.rel-search-accord-item .rel-cont-list-item:hover .rel-search-accord-icon{color:#062a78}.rel-search-accord-item.fix-top{position:fixed;top:0;max-width:1280px;width:100%;right:0;left:0;margin-right:auto;margin-left:auto;z-index:5;-webkit-transition:.4s;transition:.4s}.rel-search-accord-desc{padding-bottom:24px;max-width:960px;width:100%;margin:0 auto}.rel-search-accord-desc .release-content-head h2{padding-left:0;padding-bottom:0}.rel-search-accord-desc .release-content-text{height:auto;overflow-y:unset;margin-left:0}.rel-search-accord-desc .release-content-text:after{display:none}.rel-search-accord-desc .release-see-more-btns{margin-left:0;margin-top:24px}.rel-search-accord-icon{color:#000;position:absolute;display:-webkit-box;display:flex;left:0}.rel-search-accord-title{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;position:relative;padding-left:16px}.rel-search-accord-title .rel-cont-item-title{margin-left:10px}.subs-steps-container{background-color:#f3f5f5}.subs-steps-masked{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;position:relative}.subs-steps-masked:before{content:"";position:absolute;width:100%;top:0;bottom:0;right:0;left:0;background-color:rgba(244,245,245,.75);opacity:.5;z-index:2000}.subs-steps-masked.active:before{z-index:unset;background-color:unset;content:unset}.def-subs-step{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin-bottom:64px}.def-subs-step:last-child{margin-bottom:unset}.subs-step-title{margin-bottom:24px;font-weight:700;font-size:24px;line-height:36px;color:#000}.subscribe-steps .subs-item-w.subscribe-item{background-color:#fff}.subscribe-steps .subs-item-w.subscribe-item .subs-head,.subscribe-steps .subs-item-w.subscribe-item h5{color:#000}.subscribe-steps .subs-item-w.subscribe-item .subs-option{color:#999}.subscribe-steps .subs-item-w.subscribe-item .subs-option.opt-out:before{background-image:url(/images/no-opt-grey.svg?315a0f381ac0233d41653b5bafec462f)}.subscribe-steps .subs-item-w.subscribe-item .subs-option.opt-in:before{background-image:url(/images/check-grey.svg?3c1c7ea953cdd932206f37301744cb1b)}.subscribe-steps .subs-item-w.subscribe-item .subs-choose-btn{color:#fff}.subscribe-steps .subs-item-w.basic-subs .subs-head .subs-name{color:#57a19d}.subscribe-steps .subs-item-w.basic-subs .subs-choose-btn,.subscribe-steps .subs-item-w.basic-subs .subs-head:before{background-color:#57a19d}.subscribe-steps .subs-item-w.premium-subs .subs-head .subs-name{color:#062a78}.subscribe-steps .subs-item-w.premium-subs .subs-choose-btn,.subscribe-steps .subs-item-w.premium-subs .subs-head:before{background-color:#062a78}.subscribe-steps .subscribe-item:hover .subs-choose-btn{-webkit-transition-delay:unset;transition-delay:unset}.subscribe-steps .subs-selected{visibility:hidden;opacity:0;max-width:0;max-height:0}.subscribe-steps .subs-choose-btn span{-webkit-transition:0s;transition:0s}.subscribe-steps .subscribe-item.choosed .to-chose-subs-btn .subs-not{visibility:hidden;opacity:0;max-width:0;max-height:0}.subscribe-steps .subscribe-item.choosed .to-chose-subs-btn .subs-selected{visibility:visible;opacity:1;max-width:unset;max-height:unset}.subscribe-temp-not-working .subscribe-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;background:#e3e9e8;border:1px solid #062a78;box-sizing:border-box;border-radius:4px;padding:36px;margin-bottom:50px}@media (max-width:767.98px){.subscribe-temp-not-working .subscribe-wrapper{padding:20px;margin-bottom:24px}}.subscribe-temp-not-working .subscribe-note{padding-left:0}.subscribe-temp-not-working p{font-size:16px;line-height:30px}.lang-terms-subs-wrap{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.subs-total-cost{max-width:556px;width:100%;padding:48px;background:#000;border-radius:4px}.subs-total-cost h5{font-weight:700;font-size:14px;line-height:16px;color:#fff;opacity:.5;margin-bottom:20px}.subs-total-cost .total-cost{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;color:#fff}.subs-total-cost .total-cost .total-cost-title{margin-right:16px;font-weight:600;font-size:24px;line-height:24px;align-self:flex-end}.subs-total-cost .total-cost .total-cost-count{font-weight:400;font-size:32px;line-height:32px}.lang-terms{margin-right:48px}.lang-terms-item{opacity:.5;-webkit-box-align:center;align-items:center;margin-bottom:36px;position:relative;z-index:1}.lang-terms-item,.lang-terms-item .form-group{display:-webkit-box;display:flex}.lang-terms-item:last-child{margin-bottom:unset}.lang-terms-item .form-item{margin-right:30px;width:240px;position:relative}.lang-terms-item .form-item:last-child{margin:unset}.lang-terms-item .datepicker-term-box:before,.lang-terms-item .select-term-box:before{content:"";position:absolute;width:100%;top:0;bottom:0;right:0;left:0;background-color:transparent;z-index:2}.lang-terms-item .datepicker-term-box{margin-right:unset}.lang-terms-item.show{opacity:1}.lang-terms-item.show .datepicker-term-box:before,.lang-terms-item.show .select-term-box:before{display:none}.lang-terms-ro{z-index:2}.lang-terms-item .lang-term-check{max-width:130px!important}.year-discount{font-weight:400;font-size:14px;line-height:16px;color:#458e22;position:absolute;bottom:-10px;left:160px;white-space:nowrap;opacity:0;max-width:0}.year-discount,.year-discount.active{-webkit-transition:.5s;transition:.5s}.year-discount.active{bottom:-20px;opacity:1;max-width:unset}.select-term-box .bootstrap-select{width:240px}.payment-methods{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.payment-methods_mobile{display:none}.pay-method-item{border:1px solid #e3e9e8;padding:36px;background-color:#fff;-webkit-transition:.4s;transition:.4s;max-width:400px;width:100%;cursor:pointer}.pay-method-item h4{font-weight:600;font-size:20px;line-height:20px;color:#000;margin-bottom:24px}.pay-method-item span{font-weight:400;font-size:14px;line-height:24px;color:#999}.pay-method-item:not(:last-child){margin-right:40px}.pay-method-item.active{background-color:#062a78;-webkit-transition:.4s;transition:.4s}.pay-method-item.active h4,.pay-method-item.active span{color:#fff}.pay-method-item.unavailable{opacity:.5!important;pointer-events:none}.subs-reg-agree{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.subs-reg-agree-check{margin-top:16px;margin-bottom:24px}.subs_reg-auth-form .def-reg-form{margin-right:48px!important}.subs_reg-auth-form .def-auth-form{margin-right:0!important}.reg-auth-step .forgot-pass{margin-bottom:unset}.contacts-page.second-contacts .contacts-form,.contacts-page.second-contacts .contacts-info{display:none}.contacts-page.second-contacts .contacts-filing{display:block}.contacts-def-block{padding-top:64px;padding-bottom:64px;margin-bottom:unset}.contacts-title{font-weight:700;font-size:24px;line-height:36px;color:#000;margin-bottom:44px}.contacts-info-wrap{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.contacts-info-item{margin-right:20px}.contacts-info-item h5{font-weight:700;font-size:14px;line-height:32px;text-transform:uppercase;color:#999;max-width:330px;width:100%;height:72px;margin-bottom:22px}.contacts-info-item .contacts-info-text span{font-weight:600;font-size:20px;line-height:36px;color:#000}.contacts-info-item .contacts-info-text a{font-weight:600;font-size:16px;line-height:36px;color:#062a78}.contacts-filing{display:none}.contacts-filing-title{font-weight:400;margin-bottom:64px}.contacts-filing-wrap{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.contacts-filing-item{margin-right:24px;margin-bottom:16px;width:210px;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.contacts-filing-item:last-child{margin-bottom:unset}.contacts-filing-item h5{font-weight:800;font-size:14px;line-height:30px;color:#062a78;margin-bottom:22px}.contacts-filing-item span{font-weight:400;font-size:14px;line-height:36px;color:#999}.contacts-filing-item small{font-weight:600;font-size:14px;line-height:30px;color:#000;display:block}.def-map-section{background-color:unset;margin-bottom:64px}.def-map-container{overflow:hidden}.contacts-form-map{border-radius:4px;border:1px solid #c4c4c4}.contacts-form-map .map-container-in{height:420px;overflow:hidden}.contact-form-wrap{display:-webkit-box;display:flex;-webkit-box-align:start;align-items:flex-start}.cfw-item{width:32%;margin-right:24px}.cfw-item:last-child{margin-right:0}.contact-form-title{margin-bottom:24px}.contact-form-title_mobile{display:none}.contacts-form-column .form-column{max-width:412px;width:100%}.contacts-form-column input,.contacts-form-column textarea{max-width:412px}.contacts-form-column .form-item{margin-bottom:24px}.contacts-form-column .form-item-textarea{margin-bottom:20px}.contacts-form-btn{max-width:412px}.contacts-form-note{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;height:420px;padding:24px 24px 40px;border-radius:4px;border:1px solid #458e22;background-color:#fff;color:#000}.contacts-form-note h5,.contacts-form-note h6,.contacts-form-note span{font-weight:400;font-size:16px;line-height:32px}.contacts-form-note h5{margin-bottom:34px}.contacts-form-note h6{font-weight:700}.contacts-form-note div{margin-bottom:16px}.profile-top-title{padding-bottom:24px!important}.profile-nav .nav-tabs{border-bottom:none}@media only screen and (max-width:500px){.profile-nav{height:45px;overflow:hidden}.profile-nav .nav-tabs{padding-bottom:25px;margin-bottom:-20px;border:unset;flex-wrap:nowrap;width:100%;overflow:hidden;overflow-x:auto}.profile-nav .nav-link{white-space:nowrap}}@media only screen and (max-width:460px){.profile-nav .nav-tabs{padding-bottom:9px}}.profile-nav .nav-tabs .nav-link:not(:last-child){margin-right:64px}.profile-nav .nav-tabs .nav-link{border:unset;color:#999;padding:unset;padding-bottom:24px;font-weight:600;font-size:20px;line-height:36px;position:relative}.profile-nav .nav-tabs .nav-link:after{content:"";position:absolute;width:100%;height:5px;bottom:-15px;left:0;opacity:0;-webkit-transition:.4s;transition:.4s;visibility:hidden}.profile-nav .nav-tabs .nav-link.active{color:#458e22}.profile-nav .nav-tabs .nav-link.active:after{background-color:#458e22;-webkit-transition:.4s;transition:.4s;opacity:1;visibility:visible;bottom:-5px}.profile-content{padding-top:48px}.profile-subs-block,.profile-subs-container{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.profile-subs-block:first-child{margin-bottom:48px}.profile-subs-block h4{font-weight:700;font-size:24px;line-height:36px;color:#000;margin-bottom:24px}.profile-subs-block.profile-subs-disable{padding-top:32px}.profile-subs-group:first-child{margin-bottom:48px}.profile-subs-group .prof-subs-item{display:-webkit-box;display:flex;margin-bottom:16px}.profile-subs-group .prof-subs-item.prof-subs-item_limit .profile-subs-btn{background-color:#fff;color:#458e22;border:1px solid #458e22}.prof-subs-about{padding:23px 24px;width:100%;max-width:982px;border-radius:4px;background-color:#fff;border:1px solid #e3e9e8;margin-right:48px;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;-webkit-transition:.4s;transition:.4s}.prof-subs-about:hover{-webkit-transition:.4s;transition:.4s;background-color:hsla(0,0%,100%,.5)}.prof-subs-about-name_period{display:-webkit-box;display:flex}.prof-subs-name{font-weight:600;font-size:16px;line-height:16px;color:#000;width:170px;margin-right:108px}.prof-subs-period{font-weight:400;font-size:14px;line-height:16px;color:#000;position:relative;margin-right:20px;align-self:center;display:-webkit-box;display:flex}.prof-subs-period:before{content:"";position:absolute;top:0;bottom:0;margin-top:auto;margin-bottom:auto;left:-22px;width:12px;height:12px;border-radius:50%;background-color:#999}.prof-subs-period.on:before{background-color:#458e22}.prof-subs-period.off:before{background-color:#062a78}.prof-subs-days-left{display:-webkit-box;display:flex;line-height:24px;font-weight:400}.prof-subs-days-left .days-left{font-size:16px;color:#000;position:relative;margin-right:12px;line-height:16px}.prof-subs-days-left .days-left:before{content:"";position:absolute;top:0;bottom:0;left:-26px;background-image:url(/images/schedule-grey.svg?7091764da7ff3d66029607146d575ad0);width:16px;height:16px;margin-top:auto;margin-bottom:auto}.prof-subs-days-left .expiration-date{color:#999;font-size:14px;line-height:16px}.prof-subs-days-left .subs-year-discount{font-weight:700;font-size:16px;line-height:16px;color:#062a78}.prof-subs_limit-user{font-weight:400;font-size:16px;line-height:16px}.prof-subs_limit-upgrade{font-weight:400;font-size:14px;line-height:16px;color:#999}.profile-subs-btn{max-width:250px;width:100%;padding:23px 45px;color:#fff;border-radius:4px;font-size:16px;line-height:16px;text-align:center;white-space:nowrap}.profile-subs-btn:hover{-webkit-transition:.4s;transition:.4s;outline:none;opacity:.9;color:#fff}.prof-subs-sent-block{border-radius:4px;border:1px solid #458e22;background-color:#fff;padding:22px 24px;max-width:535px;width:100%;display:-webkit-box;display:flex;margin-bottom:24px}.prof-subs-sent-block .prof-subs-sent-img{-webkit-box-flex:0;flex:0 0 48px;display:-webkit-box;display:flex;width:48px;height:48px;border-radius:50%;background-color:#458e22;margin-right:16px}.prof-subs-sent-block .prof-subs-sent-img img{width:100%}.prof-subs-sent-block .prof-subs-sent-text{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.prof-subs-sent-block .prof-subs-sent-text span{font-size:14px;line-height:24px;color:#000}.prof-subs-sent-subtext{font-size:14px;line-height:24px}.prof-subs-sent-subtext a{display:inline;color:#458e22;font-weight:700}.prof-subs-sent-subtext a:hover{text-decoration:underline}.profile-subs-add-session{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.prof-subs-back{padding:6px 0;font-size:14px;line-height:24px;color:#062a78;margin-bottom:10px;display:table}.prof-subs-back img{margin-right:14px;width:7px;position:relative;top:-2px}.prof-subs-add_extra{margin-bottom:48px}.prof-subs-add_extra .form-item{width:240px}.prof-subs-add_extra .form-item:not(:last-child){margin-right:24px}.prof-subs-add_extra .form-line{display:-webkit-box;display:flex}.prof-subs-add_extra .subs-select-quantity{width:475px;display:-webkit-box;display:flex;height:64px}.prof-subs-add_extra .total-session-price-block{width:235px;padding-left:24px;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center}.prof-subs-add_extra .total-session-price-block span{white-space:nowrap}.prof-subs-add_extra .total-session-multiple{font-weight:400;font-size:14px;line-height:16px;color:#999;margin-right:24px}.prof-subs-add_extra .total-session-price{font-weight:700;font-size:24px;line-height:24px;color:#000}.subs-select-date-box{height:64px}.extra-session-text{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;height:64px}.extra-session-text span{font-weight:400;font-size:16px;line-height:16px;position:relative;padding-left:32px}.extra-session-text span:before{position:absolute;content:"";width:24px;height:24px;background-image:url(/images/plus-white.svg?20f550e824629e3264ce367591b8e42b);border-radius:4px;background-color:#000;margin-right:16px;background-repeat:no-repeat;background-position:50%;left:0;top:-4px;bottom:-4px;margin-top:auto;margin-bottom:auto}.prof-subs-add_payment{margin-bottom:24px}.prof-subs-add_payment h4{font-weight:700;font-size:24px;line-height:36px;color:#000;margin-bottom:24px}.profile-bills-table{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;width:100%;border-radius:4px}.profile-bills-table .table-head{border:1px solid #000;border-bottom:unset;background-color:#000;border-radius:4px 4px 0 0}.profile-bills-table .table-body{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;border:1px solid #e3e9e8;border-top:unset;border-radius:0 0 4px 4px}.profile-bills-table .table-body .table-line:not(:last-child){border-bottom:1px solid #e3e9e8}.profile-bills-table .table-line{padding:0 36px;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;white-space:nowrap}.profile-bills-table .table_head-item{font-weight:700;font-size:12px;line-height:16px;letter-spacing:2.4px;text-transform:uppercase;color:#fff;padding:16px 0}.profile-bills-table .table_item{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;height:48px}.profile-bills-table .table_item span{font-size:16px;line-height:16px;color:#000;font-weight:400}.profile-bills-table .bill-date{width:85px}.profile-bills-table .bill-date span{color:#999}.profile-bills-table .bill-pay-method{width:125px}.profile-bills-table .bill-pay-method span{font-size:14px;font-weight:600}.profile-bills-table .bill-pay-count span{font-weight:700}.profile-bills-table .bill-pay-status span{color:#999;font-size:14px;font-weight:600}.profile-bills-table .bill-pay-status.bill-pay-status_payed span{color:#458e22}.profile-bills-table .download-bill a,.profile-bills-table .download-bill button{padding:7px 16px;border-radius:4px;background-color:#062a78;color:#fff;font-weight:400;font-size:12px;line-height:16px}.profile-bills-table .bill-date,.profile-bills-table .bill-date_head{width:105px}.profile-bills-table .bill-pay-method,.profile-bills-table .bill-pay-method_head{width:150px}.profile-bills-table .bill-pay-count,.profile-bills-table .bill-pay-count_head{width:75px}.profile-bills-table .bill-pay-status,.profile-bills-table .bill-pay-status_head{width:150px}.profile-bills-table .download-bill,.profile-bills-table .download-bill_head{width:115px;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;flex-direction:row-reverse;-webkit-box-pack:end;justify-content:flex-end}.profile-bills-empty{height:250px}.bills-empty-block{border-radius:4px;border:1px solid #062a78;background-color:#fff;padding:20px 24px 20px 58px;max-width:285px;width:100%}.bills-empty-block span{display:-webkit-box;display:flex;font-weight:400;font-size:14px;line-height:24px;color:#000}.bills-empty-block span:before{content:"!";position:absolute;width:24px;height:24px;font-size:16px;color:#fff;background-color:#062a78;border-radius:50%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;left:22px}.ads-top-title .ads-top-title-block{max-width:unset}.ads-header-wrap{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;padding-bottom:64px}.ads-header-item{padding:48px;border-radius:10px;height:316px;max-width:616px;width:100%}.ads-header-item:first-child{margin-right:48px}.ads-header-info{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;background-color:#f3f5f5}.ads-header-info span{color:#000}.ads-header-info a,.ads-header-info span{font-weight:600;font-size:16px;line-height:24px}.ads-header-info a{color:#062a78}.ads-info-title{font-weight:600;font-size:20px;line-height:24px;color:#999;margin-bottom:24px}.ads-header-adress{margin-bottom:48px}.ads-header-tel{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.ads-header-tel-item{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.ads-price-info{background-color:#062a78;color:#fff}.ads-price-title{font-size:24px;line-height:36px}.ads-price-count,.ads-price-title{font-weight:400;margin-bottom:26px}.ads-price-count{font-size:96px;line-height:96px}.ads-price-text{font-weight:400;font-size:16px;line-height:36px}.ads-map .ads-map-title{font-weight:400;font-size:16px;line-height:24px;color:#000;margin-bottom:30px}.ads-map .ads-map-wrap{display:-webkit-box;display:flex}.ads-map .ads-map-container{display:none;max-width:845px;width:100%;height:550px;border-radius:4px;overflow:hidden;margin-right:24px}.ads-map .ads-map-control-btns{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;align-content:space-between;width:100%;-webkit-box-pack:justify;justify-content:space-between}.ads-map .ads-map-btn{border:1px solid #e3e9e8;border-radius:4px;font-weight:600;font-size:20px;width:411px;padding:56px 0;line-height:48px;display:-webkit-box;display:flex;white-space:nowrap;-webkit-box-pack:center;justify-content:center;margin-right:24px;color:#212529}.ads-map .ads-map-btn:hover{color:#212529}.ads-map .ads-map-btn:last-child{margin-right:0}.ads-map .ads-map-btn img,.ads-map .ads-map-btn svg{margin-right:10px;width:48px;height:48px}.ads-map .ads-map-btn.ads-asb-btn svg{color:#458e22}.ads-map .ads-map-btn.ads-gm-btn svg{color:#062a78}.ads-map .ads-map-btn:disabled{color:#999;cursor:default}.ads-reg-title{font-weight:700;font-size:24px;line-height:36px}.ads-reg-text,.ads-reg-title{margin-bottom:24px;color:#000}.ads-reg-text{font-weight:400;font-size:16px;line-height:24px;max-width:800px}.ads-regulations-wrap{overflow:hidden}.ads-reg-item-link{display:-webkit-inline-box;display:inline-flex;-webkit-transition:.4s;transition:.4s;width:23.6%;height:400px;border-radius:10px;background-color:#fff;padding:24px;position:relative;margin-right:19px}.ads-reg-item-link h6{font-weight:600;font-size:16px;line-height:22px;color:#000}.ads-reg-item-link.link-mt{margin-top:24px}.link-four{margin-right:unset!important}.ads-reg-link-img{position:absolute;left:36px;bottom:36px;color:#062a78}.ads-reg-link-btn{height:48px;width:48px;border-radius:50%;background-color:#f3f5f5;color:#999;-webkit-transition:.4s;transition:.4s;position:absolute;right:48px;bottom:44px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.ads-reg-item-link.active{background-color:#062a78;-webkit-transition:.4s;transition:.4s}.ads-reg-item-link.active h6{color:#fff}.ads-reg-item-link.active .ads-reg-link-btn{-webkit-transition:.4s;transition:.4s;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ads-reg-item-link.active .ads-reg-link-img{color:#fff}.ads-reg-item-block{display:block;width:100%;max-height:0;opacity:0;overflow:hidden;-webkit-transition:.3s ease-out;transition:.3s ease-out;position:relative;padding:0 0 0 72px;margin-top:0;float:right;border-radius:10px;background-color:#fff}.ads-reg-item-block h6{font-weight:600;font-size:16px;line-height:24px}.ads-reg-item-block ul{list-style-type:lower-alpha;margin-top:16px;padding-left:16px}.ads-reg-item-block ul li{font-size:14px;line-height:24px;color:#000}.ads-reg-item-block.show{position:relative;max-width:unset;max-height:unset;opacity:1;visibility:visible;-webkit-transition:.3s ease-out;transition:.3s ease-out;background-color:#e3e9e8;padding:36px 36px 36px 72px;margin-top:24px}.ads-reg-list-item{counter-increment:my-counter;position:relative}.ads-reg-list-item:not(:last-child){margin-bottom:24px}.ads-reg-list-item:before{position:absolute;content:counter(my-counter);left:-36px;top:-2px;font-weight:800;font-size:12px;line-height:12px;color:#fff;width:24px;height:24px;border-radius:50%;background-color:#458e22;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.ads-reg-list-item:before,.ass-header-wrap{display:-webkit-box;display:flex}.as-header-info{max-width:516px;width:100%;margin-right:148px}.as-content-title{font-weight:700;font-size:24px;line-height:36px;color:#000;margin-bottom:24px;max-width:450px}.as-content-subtitle{font-weight:800;font-size:12px;line-height:24px;text-transform:uppercase;color:#062a78;margin-bottom:24px;max-width:510px}.as-head-list{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.as-list-item{padding-left:36px;position:relative;counter-increment:as-counter}.as-list-item:not(:last-child){margin-bottom:16px}.as-list-item span{font-weight:400;font-size:14px;line-height:24px;color:#000}.as-list-item:before{position:absolute;content:counter(as-counter);left:0;top:1px;font-weight:800;font-size:12px;line-height:12px;color:#fff;width:24px;height:24px;border-radius:50%;background-color:#458e22;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.as-header-look{padding-top:60px}.as-header-look,.as-look-block{max-width:616px;width:100%}.as-look-block img{width:100%}.def-as-section{padding-bottom:48px}.as-print-block{max-width:820px}.as-colored{padding-top:48px;padding-bottom:48px;margin:unset!important}.adv-cont-title-two{font-weight:800;font-size:20px;line-height:24px;color:#000;margin-bottom:48px}.as-img-title{font-weight:800;font-size:16px;line-height:16px;color:#062a78;margin-bottom:24px;text-transform:uppercase}.as-imgs-block{margin-bottom:36px}.as-colored-imgs{-webkit-box-pack:justify;justify-content:space-between}.as-colored-imgs,.as-img-item{display:-webkit-box;display:flex}.as-img-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;max-width:459px;width:100%}.as-img-item .adv-img-block{max-width:459px;max-height:350px}.as-img-item .adv-img-block img{width:100%;max-height:350px}.as-img-item:not(:last-child){margin-right:54px}.as-img-item.adv-half-img,.as-img-item.adv-half-img .adv-img-block{max-width:259px}.as-note-container{display:-webkit-box;display:flex;-webkit-box-pack:start;justify-content:flex-start}.as-note-block{padding:20px 24px;border-radius:4px;border:1px solid #458e22;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.as-note-block span{font-weight:400;font-size:14px;line-height:24px;color:#000}.as-note-block span.mt{margin-top:16px}.as-note-block.note-blue{border:1px solid #062a78}.as-tables-wrap{display:-webkit-box;display:flex;margin-top:48px;margin-bottom:36px}.as-table-item{width:100%;max-width:616px;border-radius:4px}.as-table-item h6{font-weight:600;font-size:16px;line-height:16px;margin-bottom:16px}.as-table-item:first-child{margin-right:48px}.as-table-block{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;width:100%;max-width:616px;border-radius:4px;background-color:#fff}.as-table-block .table-head{border:1px solid #000;border-bottom:unset;background-color:#000;border-radius:4px 4px 0 0}.as-table-block .table-body{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;border:1px solid #e3e9e8;border-top:unset;border-radius:0 0 4px 4px}.as-table-block .table-body .table-line:not(:last-child){border-bottom:1px solid #e3e9e8}.as-table-block .table-line{padding:0 24px;display:-webkit-box;display:flex}.as-table-block .table_head-item{color:#fff;padding:16px 0}.as-table-block .table_head-item,.as-table-block .table_head-item span{font-weight:700;font-size:12px;line-height:16px;letter-spacing:2.4px;text-transform:uppercase}.as-table-block .ct-count_head span:last-child{display:none}.as-table-block .table_item{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;height:36px}.as-table-block .table_item span{font-size:14px;line-height:14px;color:#000;font-weight:600}.as-table-block .ct-number,.as-table-block .ct-number_head{max-width:72px;width:100%}.as-table-block .ct-size,.as-table-block .ct-size_head,.as-table-block .ct-square,.as-table-block .ct-square_head{width:100%;max-width:236px}.as-table_two .ct-count,.as-table_two .ct-count_head,.as-table_two .ct-price,.as-table_two .ct-price_head{width:100%;max-width:272px}.as-black_white{background-color:#fff;padding-top:48px;padding-bottom:48px;margin:unset!important}.as-bl_wh-imgs{display:-webkit-box;display:flex}.as-bl_wh-imgs .as-img-item{max-width:290px}.as-bl_wh-imgs .as-img-item .adv-img-block,.as-bl_wh-imgs .as-img-item .adv-img-block img{max-height:390px}.error-page-title .def-top-title{padding-bottom:24px}.error-page-info{padding-top:48px}.error-page-info .note-block{border-radius:4px;border:1px solid #062a78;background-color:#fff;padding:20px 24px 20px 58px;max-width:960px;width:100%;margin-bottom:24px}.error-page-info .note-block span{font-weight:400;font-size:14px;line-height:24px;color:#000;display:inline}.error-page-info .note-block span a{display:inline;color:#458e22}.error-page-info .note-block span a:hover{text-decoration:underline}.error-page-info .note-block span:before{content:"!";position:absolute;width:24px;height:24px;font-size:16px;color:#fff;background-color:#062a78;border-radius:50%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;left:22px}.error-page-info .to-main-btn{max-width:209px;text-align:center}.error-page-info .to-main-btn:hover{color:#fff}.message-oops{margin:0 auto;border:1px solid red}.message-oops .prof-subs-sent-img{background-color:#fff}.psst-mw-600{max-width:600px}.psst-mw-600 a{display:inline}.lang-terms-item,.lang-terms-ro{z-index:unset!important}.release-searchPdf .release-search-wrap{-webkit-box-pack:start;justify-content:flex-start}.release-searchPdf .rel-search-btn{max-width:302px!important}.release-searchPdf .sp-select-box{max-width:360px;width:100%}.release-searchPdf .def-rel-search{max-width:302px;min-width:290px}.searchPdf-results .rel-list-load-more{margin-top:16px;text-align:center}.searchPdf-results_box{padding-top:16px}.searchPdf-results_title{margin-bottom:12px}.searchPdf-results_title h5{font-weight:400;font-size:20px;line-height:24px;color:#000}.searchPdf-results_title h5 span{font-weight:400;font-size:20px;line-height:24px;display:inline;color:#062a78}.searchPdf-results_wrap{margin:0 -12px -12px;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap}.searchPdf-results_wrap .spr-item{cursor:pointer;width:302px;height:188px;position:relative;margin:12px}.searchPdf-results_wrap .spr-item:after{content:"";position:absolute;top:0;left:0;width:calc(100% - 40px);height:calc(100% - 20px);right:0;bottom:0;margin:auto;z-index:0;-webkit-transition:.4s;transition:.4s;box-shadow:0 16px 25px rgba(0,0,0,.1);border-radius:4px}.searchPdf-results_wrap .spr-item:hover .spr-link{opacity:1;visibility:visible;-webkit-transition:.4s;transition:.4s}.searchPdf-results_wrap .spr-item:hover:after{opacity:0}.searchPdf-results_wrap .spr-item h5{font-weight:600;font-size:16px;line-height:36px;color:#000;margin-bottom:9px}.searchPdf-results_wrap .spr-item-in{position:relative;z-index:1;background-color:#fff;width:100%;height:100%;padding:24px}.searchPdf-results_wrap .spr-date{padding-left:30px;margin-bottom:13px;position:relative}.searchPdf-results_wrap .spr-date:before{content:"";position:absolute;background-image:url(/images/pdf-grey.svg?8ffd86e8cabda719160f15a438e5f1a1);left:-3px;top:0;width:30px;height:30px}.searchPdf-results_wrap .spr-date span{font-weight:400;font-size:12px;line-height:30px;color:#999}.searchPdf-results_wrap .spr-pages{overflow:hidden;text-overflow:ellipsis;max-width:255px;width:100%;margin-bottom:14px;color:#000}.searchPdf-results_wrap .spr-pages span{font-weight:400;font-size:13px;line-height:16px;color:#000;white-space:nowrap;display:inline}.searchPdf-results_wrap .spr-link{opacity:0;visibility:hidden;position:relative;-webkit-transition:.4s;transition:.4s;display:table}.searchPdf-results_wrap .spr-link:after{content:"";position:absolute;background-image:url(/images/link-blue.svg?7b521af9a465844b77e61dd8b9ca45d1);right:-22px;top:0;width:16px;height:16px}.searchPdf-results_wrap .spr-link span{font-weight:400;font-size:14px;line-height:16px;color:#062a78}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:35px!important;width:50px!important}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:36px!important;right:8px!important}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:44px!important;left:20px!important}.ui-datepicker{padding:10px}.ui-datepicker a{display:-webkit-box;display:flex}.ui-datepicker-yearpicker{color:#000}.ui-datepicker .ui-datepicker-next:after,.ui-datepicker .ui-datepicker-prev:after{display:none}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{width:30px;height:30px;background-position:50%;background-repeat:no-repeat}.ui-datepicker .ui-datepicker-next{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{background-image:url(/images/darr-grey.svg?31cc1ed9acee4379b129d7ed4a884c56)}.ui-datepicker .ui-datepicker-prev{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ui-datepicker .ui-datepicker-prev.ui-state-disabled{opacity:.5}.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day .ui-state-active{background-color:#062a78}.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today .ui-state-highlight.ui-state-active{color:#fff}.ui-datepicker .ui-datepicker-title{border-bottom:1px solid #f3f5f5;padding-top:5px;padding-bottom:5px;color:#000}.ui-datepicker .ui-datepicker-title .ui-datepicker-month{font-weight:700;color:#000}.ui-datepicker .ui-datepicker-title .ui-datepicker-year{font-size:14px}.ui-datepicker .ui-datepicker-calendar th{letter-spacing:2.4px;text-transform:uppercase;font-size:12px;line-height:16px;padding-top:16px}.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today .ui-state-highlight:after{display:none}.ui-datepicker .ui-datepicker-calendar td a,.ui-datepicker .ui-datepicker-calendar td span{border-radius:50%;font-size:12px;line-height:16px;padding:8px 3px;min-width:unset;width:32px}.ui-datepicker-select-month,.ui-datepicker-select-month table,.ui-datepicker-select-year,.ui-datepicker-select-year table{width:100%}.ui-datepicker .ui-datepicker-select-month td a,.ui-datepicker .ui-datepicker-select-year td a{-webkit-box-pack:center;justify-content:center;color:#000;font-size:18px}.ui-datepicker-unselectable .ui-state-disabled span{font-size:18px;color:#9f9f9f}.rel-list-load-more-btn{color:#062a78;font-size:14px;line-height:16px;margin-bottom:16px;margin-top:16px;height:48px}.rel-list-load-more-btn.disable-load{display:inline-block;width:48px;height:48px}.rel-list-load-more-btn.disable-load span{height:0;opacity:0}.rel-list-load-more-btn.disable-load:after{content:" ";display:block;width:48px;height:48px;border-radius:50%;border-color:#062a78 transparent;border-style:solid;border-width:6px;-webkit-animation:dual-ring 1.5s linear infinite;animation:dual-ring 1.5s linear infinite}@-webkit-keyframes dual-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes dual-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.release-search-accordion-block .rel-list-load-more{text-align:center}.release-carousel-title{font-weight:700;font-size:36px;line-height:36px;color:#000;margin-left:31px;margin-bottom:10px}.grecaptcha-badge{opacity:0;visibility:hidden;z-index:-1}.datepicker-add-content{display:none}.datepicker--nav{height:52px}.datepicker--day-name{font-size:12px;line-height:16px;letter-spacing:2.4px;color:#999}.datepicker--cell.-current-{color:#062a78}.datepicker--cell.-selected-,.datepicker--cell.-selected-.-current-{color:#fff;background:#062a78}.datepicker--close{visibility:hidden;opacity:0;position:fixed;z-index:12;width:48px;height:48px;margin-right:auto!important;margin-left:auto!important;right:0;left:0;bottom:-100%;-webkit-transition:.4s;transition:.4s;background-image:url(/images/close-datepicker.svg?cc176cc1513d8fa1358cd8056159121c);background-repeat:no-repeat;background-position:50%}.datepicker--header{display:none;position:fixed;width:100%;top:0;left:0;z-index:9999999;height:64px;background-color:#062a78;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.datepicker--header h4{font-weight:700;font-size:16px;line-height:16px;color:#fff}mark{background:#ff0;color:#000}@media (min-width:770px) and (max-width:900px){.release-cover-box{z-index:0}}.btn-lang-parts:after{display:none}.modal-language-parts{padding:0!important;background:rgba(1,1,1,.75)}.modal-language-parts .modal-dialog{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;position:absolute;top:0;bottom:0;right:0;left:0;max-width:720px}.modal-language-parts .modal-content{padding:36px;border-radius:4px}.modal-language-parts .modal-header{padding:0;border:0}.modal-language-parts .modal-header .modal-title{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.modal-language-parts .modal-header .modal-title h4{font-weight:700;font-size:20px;line-height:30px;color:#000;padding-right:10px}.modal-language-parts .modal-header .modal-title .modal-rel-carousel-date{font-size:16px;line-height:36px;color:#999}.modal-language-parts .modal-header button{opacity:1}.modal-language-parts .modal-body{padding:0}.modal-language-parts .modal-body .modal-lang-desc{font-size:14px;line-height:20px;margin-bottom:24px}.modal-language-parts .modal-body .lang-editions-content{display:-webkit-box;display:flex;border:1px solid #e3e9e8;border-top:0 solid transparent;box-sizing:border-box;border-radius:4px;position:relative}.modal-language-parts .modal-body .lang-editions-content .lang-edition-ro .lang-edition-item{border-radius:4px 0 0 0}.modal-language-parts .modal-body .lang-editions-content .lang-edition-ru .lang-edition-item{border-radius:0 4px 0 0}.modal-language-parts .modal-body .lang-editions-content .lang-edition{width:100%}.modal-language-parts .modal-body .lang-editions-content .lang-edition .lang-edition-item{font-weight:700;font-size:12px;line-height:16px;-webkit-box-align:center;align-items:center;letter-spacing:2.4px;text-transform:uppercase;color:#fff;padding:16px 24px;background:#000;margin:0 0 4px}.modal-language-parts .modal-body .lang-editions-content .lang-edition .lang-edition-item:after{content:"";border-right:1px solid;height:24px;position:absolute;left:50%;margin-left:0;top:12px;background:#e3e9e8;opacity:.15;border-radius:4px}.modal-language-parts .modal-body .lang-editions-content .lang-edition .parts-article:after{content:"";border-right:1px solid;height:calc(100% - 88px);position:absolute;left:50%;margin-left:0;bottom:24px;background:#e3e9e8;opacity:.15;border-radius:4px}.modal-language-parts .modal-body .lang-editions-content .lang-edition .parts-article .part-article-item{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;font-weight:600;font-size:14px;line-height:20px;color:#062a78;-webkit-box-align:center;align-items:center;padding:14px 24px;position:relative}.modal-language-parts .modal-body .lang-editions-content .lang-edition .parts-article .part-article-item:last-child{padding-bottom:12px}.modal-language-parts .modal-body .lang-editions-content .lang-edition .parts-article .part-article-item .part-article-title{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.modal-language-parts .modal-body .lang-editions-content .lang-edition .parts-article .part-article-item .part-article-title a{color:#062a78;padding-left:5.5px}.modal-language-parts .modal-body .lang-editions-content .lang-edition .parts-article .part-article-item .img-part{background-image:url(/images/target-blank-modal.svg?1137d1c5b1b3f22a17635a3e74810d77);background-repeat:no-repeat;padding:8px}.modal-language-parts .modal-body .lang-editions-content .lang-edition .parts-article .part-article-item:not(:last-child):after{content:"";border-bottom:1px solid #e3e9e8;width:276px;position:absolute;border-radius:4px;bottom:0}.modal-language-parts .modal-body .lang-editions-content .lang-edition .parts-article .part-article-close,.modal-language-parts .modal-body .lang-editions-content .lang-edition .parts-article .part-article-close .part-article-title a{color:#000}.modal-language-parts .modal-body .lang-editions-content .lang-edition .parts-article .part-article-close .img-part{background-image:url(/images/close-part-modal-black.svg?a0735d00616f0a1fb1061cc1f1725d7e);background-repeat:no-repeat;padding:8px 7px}.modal-language-parts .modal-body .lang-editions-content .lang-edition .parts-article .part-article-empty,.modal-language-parts .modal-body .lang-editions-content .lang-edition .parts-article .part-article-empty .part-article-title a{color:#999}.modal-language-parts .modal-body .lang-editions-content .lang-edition .parts-article .part-article-empty .img-part{display:none}.modal-language-parts .modal-body .lang-editions-content .lang-edition-ru{margin-right:-1px}.modal-language-parts .modal-body .lang-editions-content .lang-edition-ro{margin-left:-1px;width:calc(100% + 1px)}.modal-language-parts .modal-footer{display:block;margin:0;padding:0;border:0}.modal-language-parts .modal-footer:not(:first-child),.modal-language-parts .modal-footer:not(:last-child){margin:0}.modal-language-parts .modal-footer .instruction{margin-top:24px;font-size:14px;line-height:20px}.modal-language-parts .modal-footer .instruction-target-link{display:-webkit-inline-box;display:inline-flex;-webkit-box-align:center;align-items:center;position:relative;color:#062a78}.modal-language-parts .modal-footer .instruction-target-link:hover{color:#062a78}.modal-language-parts .modal-footer .instruction-target-link:after{content:"";position:relative;background-image:url(/images/target-blank-modal.svg?1137d1c5b1b3f22a17635a3e74810d77);background-repeat:no-repeat;width:16px;height:16px}.modal-language-parts .modal-footer button{font-size:16px;line-height:16px;background:#062a78;border-radius:4px;padding:15px;margin-top:24px;max-width:236px;width:100%;margin-left:auto;display:block}.modal-backdrop.show{opacity:0}@media (min-width:768px){.tooltip{left:80px!important}.tooltip .tooltip-inner{max-width:280px;width:280px;text-align:start;padding:16px}.tooltip .arrow{left:35px!important}}.popover{left:88px!important}.arrow{left:24px!important}.arrow:after{border-bottom-color:#000!important}.popover-body{background:#000;color:#fff;border-radius:4px;font-family:Open Sans sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:20px;padding:16px}.mob-subs-parts{display:none}.lang-terms-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin-bottom:0!important}.lang-terms-item .terms-subs{display:-webkit-box;display:flex}.lang-terms-item .subs-all-parts{display:-webkit-box;display:flex;-webkit-box-pack:end;justify-content:flex-end;width:100%;height:16px;position:relative;top:-40px;opacity:0;visibility:hidden}.lang-terms-ru{margin-top:20px}.lang-terms-item.show .subs-all-parts{top:0;opacity:1;visibility:visible;height:56px}.checked-parts{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.checked-parts:not(:first-child){margin-left:24px}.checked-parts:last-child{margin-right:10px}.checked-parts label{margin:0}.checked-parts label span{font-style:normal;font-weight:400;font-size:16px;line-height:16px}.checked-parts.def-checkbox label span{top:0;color:#999}.checked-parts.def-checkbox label:before{width:16px;height:16px;-webkit-box-flex:0;flex:0 0 16px;margin-right:6px}.checked-parts input:checked+label:after{top:5px;left:4px;background-size:8px;background-repeat:no-repeat;width:10px;height:8px;color:#000}.checked-parts input:checked+label span{color:#000}.subs-all-parts{display:none!important}.subs-on-search-text-block{margin-top:14px}.subs-on-search-text-block .def-switch{height:unset;margin-bottom:26px}.subs-on-search-text-block .def-switch-title{font-weight:400;font-size:16px;line-height:16px;margin-left:10px}.subs-on-search-text-block .def-switch-title span{display:inline}.subs-on-search-text-block .def-switch-title b,.subs-on-search-text-block .def-switch-title strong{color:#062a78}.subs-on-search-text-block .def-switch label{height:unset}@media only screen and (max-width:767px){.subs-on-search-text-block .def-switch-title{font-size:14px;line-height:20px}}.subs-on-search-text-popup{-webkit-box-pack:center;justify-content:center;position:fixed;bottom:0;top:0;right:0;left:0;margin:auto;opacity:0;visibility:hidden;-webkit-transition:.3s;transition:.3s;background-color:rgba(0,0,0,.34);z-index:11}.subs-on-search-text-popup,.subs-on-search-text-popup-inner{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.subs-on-search-text-popup-inner{padding:20px 24px;background:#fff;border-radius:4px;max-width:360px}.subs-on-search-text-popup.show{top:0;opacity:1;visibility:visible}.subs-on-search-text-popup .check-circle{background:#458e22;padding:12px;border-radius:50%;margin-right:16px}.subs-on-search-text-popup span{font-style:normal;font-weight:600;font-size:16px;line-height:24px;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;color:#458e22;margin-right:16px}.subs-on-search-text-popup button{margin-left:auto}.profile-subs-search .bills-empty-block{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.profile-subs-search-item{padding:22px 34px 22px 22px;background-color:#fff;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;border:1px solid #e3e9e8;border-radius:4px}.profile-subs-search-item:not(:last-child){margin-bottom:10px}.profile-subs-search-item.is-active a{color:#062a78}.profile-subs-search-item a{font-style:normal;font-weight:600;font-size:16px;line-height:20px;color:#999;margin-right:16px}.profile-subs-search-item a:hover{opacity:.9}.profile-subs-search-item span{font-weight:400;font-size:14px;line-height:20px;color:#999;margin-right:24px;margin-left:auto;white-space:nowrap}.profile-subs-search-item .def-switch{margin-right:24px;display:-webkit-box;display:flex}.profile-subs-search-item button{width:16px;height:16px;display:-webkit-box;display:flex}.profile-subs-search-item button img{width:16px;height:16px}@media only screen and (max-width:850px){.profile-subs-search-item{flex-wrap:wrap;padding:16px}.profile-subs-search-item h5{-webkit-box-ordinal-group:2;order:1;font-size:14px;line-height:20px;width:65%}.profile-subs-search-item .def-switch{-webkit-box-ordinal-group:3;order:2;margin-left:auto;width:32px;align-self:flex-start}.profile-subs-search-item button{-webkit-box-ordinal-group:4;order:3;margin-top:2px;align-self:flex-start}.profile-subs-search-item span{margin-top:12px;margin-right:0;-webkit-box-ordinal-group:5;order:4;width:100%;flex-shrink:1;font-size:12px;line-height:16px}}@media only screen and (max-width:320px){.profile-subs-search-item h5{width:60%}}.lg-on{overflow:hidden}.lg-outer .lg-object{width:100%!important;height:100%!important;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.instruction-page .def-block:first-child{margin-bottom:24px}.instruction-page .def-block:not(:first-child){margin-bottom:120px}.instruction-page .instruction-title h1{font-size:36px;line-height:48px;font-weight:700;margin:36px 0 48px}.instruction-page .instruction-title span{font-size:16px;line-height:24px}.instruction-page .instruction-number{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center}.instruction-page .instruction-number-item{position:relative;font-weight:700;font-size:24px;line-height:36px;color:#fff;width:64px;height:64px;margin-bottom:16px;background-color:#57a29d;border-radius:36px;padding:14px 25px}.instruction-page .instruction-item{max-width:848px;margin:auto}.instruction-page .instruction-item p{font-size:20px;line-height:30px;margin-bottom:16px}.instruction-page .instruction-item .gallery:not(:last-child){margin-bottom:16px}.instruction-page .instruction-item .gallery img{width:100%}.instruction-page .instruction-item ul{-webkit-padding-start:30px;padding-inline-start:30px;margin:0;list-style:none}.instruction-page .instruction-item ul:not(:last-child){margin-bottom:48px}.instruction-page .instruction-item ul li{position:relative;font-size:16px;line-height:24px}.instruction-page .instruction-item ul li:before{content:"";position:absolute;width:4px;height:4px;top:10px;left:-15px;border-radius:50%;background-color:#000}@media (max-width:767px){.instruction-page .def-block:not(:first-child){margin-bottom:64px}.instruction-page .instruction-title h1{font-size:24px;line-height:36px;font-weight:800;margin:36px 0 24px}.instruction-page .instruction-item p{font-size:16px;line-height:24px}.instruction-page .instruction-item .gallery:not(:last-child){margin-bottom:24px}.instruction-page .instruction-item ul{font-size:14px;line-height:22px;-webkit-padding-start:22px;padding-inline-start:22px}.instruction-page .instruction-item ul li:before{width:3px;height:3px;left:-10px}}.block-notification{margin:24px auto}.block-notification .strong{font-weight:600}.block-notification h5{margin-bottom:12px}.block-notification h5 em{display:block;margin-bottom:8px}.block-notification span{line-height:22px}.block-notification span:not(:last-child){margin-bottom:8px}.advertising-page .ads-container h4{margin-bottom:24px;font-weight:700}.advertising-page .ads-container h5{font-weight:700}.advertising-page .ads-container p{font-size:16px;line-height:24px}.advertising-page .ads-container ul{-webkit-padding-start:30px;padding-inline-start:30px;margin:0;list-style:none}.advertising-page .ads-container ul:not(:last-child){margin-bottom:24px}.advertising-page .ads-container ul li{position:relative;font-size:16px;line-height:24px}.advertising-page .ads-container ul li:before{content:"";position:absolute;width:4px;height:4px;top:10px;left:-15px;border-radius:50%;background-color:#000}.advertising-page .ads-container .ads-contact-info{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;gap:4px;margin-bottom:24px}.advertising-page .ads-container .ads-contact-info p{margin-bottom:0}.advertising-page .ads-container .ads-contact-info a{color:#212529;display:inline-block}.advertising-page .ads-container .ads-contact-info a:not(:last-child){margin-bottom:12px}