@charset "UTF-8";@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=cyrillic&font-display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap);.datepicker--cells{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.datepicker--cell{border-radius:4px;box-sizing:border-box;cursor:pointer;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-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-{color:#fff;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-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:8px 0 3px}.datepicker--day-name{color:#ff9a19;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:1;-ms-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;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;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% - 10px / 2)}.-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% - 10px / 2)}.datepicker--body.active{display:block}.datepicker--nav{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-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-flex;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-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-flex;display:-ms-flexbox;display:flex}.datepicker--button{color:#4eb5e6;cursor:pointer;border-radius:4px;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:32px}.datepicker--button:hover{color:#4a4a4a;background:#f0f0f0}.datepicker--time{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}.datepicker--time.-am-pm- .datepicker--time-sliders{-webkit-flex:0 1 138px;-ms-flex:0 1 138px;flex:0 1 138px;max-width:138px}.-only-timepicker- .datepicker--time{border-top:none}.datepicker--time-sliders{-webkit-flex:0 1 153px;-ms-flex:0 1 153px;flex:0 1 153px;margin-right:10px;max-width:153px}.datepicker--time-label{display:none;font-size:12px}.datepicker--time-current{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex:1;-ms-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;-ms-flex-item-align:end;align-self:flex-end;color:#9c9c9c;margin-left:6px;font-size:11px;margin-bottom:1px}.datepicker--time-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right,#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-flex:1;-ms-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;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;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;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{background:0 0}.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}.html-content{font-size:18px;line-height:1.8;letter-spacing:.01em;color:#222}.html-content a{color:#c61756}.html-content a:hover{text-decoration:underline}.html-content .wrapper__simple--btn{margin:0 -10px 25px}.html-content .simple--btn{display:inline-block;vertical-align:top;color:#fff!important;font-size:18px;line-height:27px;padding:16px 41px;font-family:Poppins;text-align:center;letter-spacing:.02em;margin:20px 10px 0;background-color:#013365;-webkit-transition:all .4s;transition:all .4s;border-radius:40px;text-decoration:none}.html-content .simple--btn.simple--btn-second{background-color:#56b7b3}.html-content .simple--btn.simple--btn-second:focus,.html-content .simple--btn.simple--btn-second:hover{background-color:#00c4bb}.html-content .simple--btn:focus,.html-content .simple--btn:hover{background-color:#0d2b45;text-decoration:none}.html-content p{margin-bottom:30px}.html-content p:last-child{margin-bottom:0}.html-content h2,.html-content h3,.html-content h4,.html-content h5,.html-content h6{margin:40px 0 25px;font-family:Poppins;font-weight:700;font-size:24px;line-height:1.6;letter-spacing:.03em;color:#013365}.html-content h2:first-child,.html-content h3:first-child,.html-content h4:first-child,.html-content h5:first-child,.html-content h6:first-child{margin-top:0}.html-content ul li{position:relative;letter-spacing:.02em;margin-bottom:10px;padding-left:31px}.html-content ul li::before{content:"";position:absolute;height:10px;width:10px;top:10px;left:0;border-radius:100%;background-color:#56b7b3}.html-content ol{counter-reset:item;list-style:none;margin-left:0}.html-content ol li{margin-bottom:38px;line-height:2.35;position:relative;padding-left:31px}.html-content ol li:last-child{margin-bottom:25px}.html-content ol li::before{display:inline-block;content:counter(item) ".";counter-increment:item;position:absolute;left:0;color:#56b7b3;font-size:20px;font-weight:700;line-height:1.6}@media screen and (max-width:992px){.html-content{font-size:16px;line-height:28px;letter-spacing:.02em}.html-content h2,.html-content h3,.html-content h4,.html-content h5,.html-content h6{font-size:18px;line-height:140%;margin-top:40px;margin-bottom:14px}.html-content ul li{line-height:1.8;margin-bottom:6px;padding-left:25px}.html-content ul li::before{height:8px;width:8px;top:10px}.html-content ol{padding-left:0}.html-content ol li{margin-bottom:47px;padding-left:25px}.html-content ol li::before{margin-left:0;line-height:1.85;font-size:16px}.html-content ol li:last-child{margin-bottom:35px}}@media screen and (max-width:767px){.html-content .simple--btn{margin:20px 10px 0}}#registerModal .white-popup-block__wrapper{padding-bottom:57px}.white-popup-block{width:100%;max-width:1136px;margin:40px auto;position:relative;background-color:#fff;border-radius:20px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.24);box-shadow:0 4px 12px rgba(0,0,0,.24)}.white-popup-block__wrapper{padding:85px 115px 32px}.white-popup-block__close_popup{position:absolute;top:16px;right:23px;cursor:pointer}.white-popup-block__close_popup:active .fas,.white-popup-block__close_popup:focus .fas,.white-popup-block__close_popup:hover .fas{color:#013365}.white-popup-block__close_popup .fas{font-size:30px;color:#666;line-height:1;-webkit-transition:all .4s;transition:all .4s}.white-popup-block__title{font-family:Poppins;font-weight:700;font-size:36px;line-height:1.4;letter-spacing:.02em;color:#013365;margin-bottom:32px}.white-popup-block__footer{background:rgba(110,128,143,.1);border-top:1px solid #bdbdbd;padding:58px 117px 77px}.white-popup-block__footer-title{font-family:Poppins;font-weight:700;font-size:24px;line-height:1.4;letter-spacing:.02em;color:#013365;margin-bottom:10px}.white-popup-block__footer-content{font-size:18px;line-height:32px;letter-spacing:.02em;color:#222}.classes-list{padding-top:17px}.classes-list__header{margin-bottom:39px;color:#013365}.classes-list__title{font-family:Poppins;font-weight:700;font-size:26px;line-height:1.4;letter-spacing:.02em}.classes-list__subtitle{font-weight:700;font-size:24px;line-height:1.85;letter-spacing:.02em}.classes-list__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.class-modal-item{width:33.333%;max-width:230px;margin-bottom:50px}.class-modal-item:nth-child(3n+2){margin-left:calc((33.333% - 205px)/ 2);margin-right:calc((33.333% - 205px)/ 2)}.class-modal-item input[type=checkbox]{display:none}.class-modal-item label,.class-modal-item span{display:block}.class-modal-item label{cursor:pointer;max-width:230px;margin:auto}.class-modal-item__date{position:relative;margin-bottom:8px;font-family:Poppins;font-weight:700;font-size:18px;line-height:32px;letter-spacing:.02em;text-transform:uppercase;color:#4d4d4d}.class-modal-item__date .checkbox{display:inline-block;position:relative;width:30px;height:30px;background-color:#f2f2f2;border:3px solid #bdbdbd;border-radius:6px;margin-right:15px;top:2px;-webkit-transition:all .4s;transition:all .4s}.class-modal-item__date .checkbox::before{content:url(../img/checked.svg);display:block;position:absolute;width:21px;height:15px;top:-2px;left:1px;right:0;margin:auto;opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:all .4s;transition:all .4s}.class-modal-item__day-hours{margin-bottom:4px}.class-modal-item__day-hours,.class-modal-item__location{font-size:16px;line-height:2;letter-spacing:.02em;text-transform:capitalize;color:#4d4d4d}.class-modal-item__location{font-weight:700}.class-modal-item input:checked+label .class-modal-item__date span{border-color:#013365;background-color:transparent}.class-modal-item input:checked+label .class-modal-item__date span::before{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.class-modal-item input:checked+label .class-modal-item__date,.class-modal-item input:checked+label .class-modal-item__day-hours,.class-modal-item input:checked+label .class-modal-item__location{color:#013365}@media (max-width:992px){.white-popup-block__wrapper{padding:80px 30px 30px}.white-popup-block__title{font-size:36px}.white-popup-block__footer{padding-left:30px;padding-right:30px}.class-modal-item{padding-left:15px;padding-right:15px;max-width:100%}.class-modal-item:nth-child(3n+2){margin-left:0;margin-right:0}.class-modal-item label{max-width:100%}}@media (max-width:767px){.class-modal-item__date .checkbox::before{top:2px}.white-popup-block__title{font-size:28px;line-height:1.2;margin-bottom:25px}.class-modal-item{width:calc(50% - 15px);padding:0}.class-modal-item__date{font-size:16px;line-height:26px}.class-modal-item__day-hours,.class-modal-item__location{font-size:14px;line-height:26px}.white-popup-block__close_popup{top:25px;right:32px}.white-popup-block__footer{padding:40px 15px}.white-popup-block__footer-content{font-size:14px;line-height:1.85}.white-popup-block__footer-title{font-size:18px}}@media (max-width:568px){.class-modal-item{width:100%;padding-left:0;padding-right:0}}.wpcf7-form p:empty:before{display:none!important}.wpcf7-form .contact-form__group{width:calc(50% - 15px)}.wpcf7-form .contact-form__group--half{display:block;cursor:default;margin-bottom:23px}.wpcf7-form .contact-form__group--half .label__name{display:block;font-family:"Open Sans";font-size:18px;line-height:32px;letter-spacing:.01em;font-weight:700;margin-bottom:10px;color:#828282}.wpcf7-form .contact-form__group label{display:block;cursor:default;margin-bottom:23px}.wpcf7-form .contact-form__group label .label__name{display:block;font-family:"Open Sans";font-size:18px;line-height:32px;letter-spacing:.01em;font-weight:700;margin-bottom:10px;color:#828282}.wpcf7-form .contact-form--date{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.wpcf7-form .contact-form--date input:not([type=submit]):not([type=checkbox]){text-align:center}.wpcf7-form .contact-form--date .wpcf7-form-control-wrap{width:23.5%;margin-right:20px;min-width:102.5px}.wpcf7-form .contact-form--date .wpcf7-form-control-wrap:last-child{margin-right:0}.wpcf7-form .contact-form--checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;margin-top:30px;margin-bottom:25px}.wpcf7-form .contact-form--checkbox .contact-form__choose-title{margin-bottom:0;margin-right:32px}.wpcf7-form .contact-form--checkbox .class-modal-item{width:auto;max-width:100%;margin:0!important;margin-right:100px!important}.wpcf7-form .contact-form--checkbox .class-modal-item:last-child{margin-right:0!important}.wpcf7-form .contact-form--checkbox .class-modal-item span.wpcf7-list-item{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;position:relative}.wpcf7-form .contact-form--checkbox .class-modal-item span.wpcf7-list-item input[type=checkbox]{position:absolute;width:100%;display:block;z-index:111;height:32px;opacity:.01;cursor:pointer}.wpcf7-form .contact-form--checkbox .class-modal-item span.wpcf7-list-item input[type=checkbox]:checked+.wpcf7-list-item-label{color:#013365}.wpcf7-form .contact-form--checkbox .class-modal-item span.wpcf7-list-item input[type=checkbox]:checked+.wpcf7-list-item-label::after{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.wpcf7-form .contact-form--checkbox .class-modal-item span.wpcf7-list-item input[type=checkbox]:checked+.wpcf7-list-item-label::before{border-color:#013365;background-color:transparent}.wpcf7-form .contact-form--checkbox .class-modal-item span.wpcf7-list-item .wpcf7-list-item-label{position:relative;width:100%;margin-bottom:0;font-size:16px;text-transform:inherit;font-family:"Open Sans";color:#4d4d4d;font-weight:700;line-height:1.4;letter-spacing:.02em;-webkit-transition:all .4s;transition:all .4s}.wpcf7-form .contact-form--checkbox .class-modal-item span.wpcf7-list-item .wpcf7-list-item-label::before{display:inline-block;content:'';position:relative;width:30px;height:30px;background-color:#f2f2f2;border:3px solid #bdbdbd;border-radius:6px;margin-right:13px;top:2px;-webkit-transition:all .4s;transition:all .4s;-webkit-box-sizing:border-box;box-sizing:border-box}.wpcf7-form .contact-form--checkbox .class-modal-item span.wpcf7-list-item .wpcf7-list-item-label::after{content:url(../img/checked.svg);display:block;position:absolute;width:21px;height:15px;top:9px;left:5px;opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:all .4s;transition:all .4s}.wpcf7-form br{display:none}.wpcf7-form .cf7_row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:45px}.wpcf7-form .cf7_row label{width:calc(50% - 14px)}.wpcf7-form input:not([type=submit]):not([type=checkbox]){display:inline-block;max-width:100%;padding:12px 24px;width:100%;font-size:16px;line-height:1.9;font-family:"Open Sans";letter-spacing:.02em;color:#013365;background:#f8f8f8;border:1px solid #4d4d4d;border-radius:6px;-moz-appearance:none;appearance:none;-webkit-appearance:none;-webkit-transition:all .4s;transition:all .4s}.wpcf7-form input:not([type=submit]):not([type=checkbox]):focus{background-color:#fff;border:1px solid #0255a8;-webkit-box-shadow:0 4px 12px rgba(2,85,168,.1);box-shadow:0 4px 12px rgba(2,85,168,.1)}.wpcf7-form input:not([type=submit]):not([type=checkbox]):focus::-webkit-input-placeholder{opacity:0;visibility:hidden}.wpcf7-form input:not([type=submit]):not([type=checkbox]):focus::-moz-placeholder{opacity:0;visibility:hidden}.wpcf7-form input:not([type=submit]):not([type=checkbox]):focus:-ms-input-placeholder{opacity:0;visibility:hidden}.wpcf7-form input:not([type=submit]):not([type=checkbox]):focus::-ms-input-placeholder{opacity:0;visibility:hidden}.wpcf7-form input:not([type=submit]):not([type=checkbox]):focus::placeholder{opacity:0;visibility:hidden}.wpcf7-form input:not([type=submit]):not([type=checkbox])::-webkit-input-placeholder{opacity:1;visibility:visible;color:#828282;-webkit-transition:all .4s;transition:all .4s}.wpcf7-form input:not([type=submit]):not([type=checkbox])::-moz-placeholder{opacity:1;visibility:visible;color:#828282;-moz-transition:all .4s;transition:all .4s}.wpcf7-form input:not([type=submit]):not([type=checkbox]):-ms-input-placeholder{opacity:1;visibility:visible;color:#828282;-ms-transition:all .4s;transition:all .4s}.wpcf7-form input:not([type=submit]):not([type=checkbox])::-ms-input-placeholder{opacity:1;visibility:visible;color:#828282;-ms-transition:all .4s;transition:all .4s}.wpcf7-form input:not([type=submit]):not([type=checkbox])::placeholder{opacity:1;visibility:visible;color:#828282;-webkit-transition:all .4s;transition:all .4s}.wpcf7-form label.with_submit{display:block;text-align:center}.wpcf7-form input[type=submit]{display:inline-block;-moz-appearance:none;appearance:none;vertical-align:top;-webkit-appearance:none;width:100%;max-width:126px;height:48px;line-height:48px;border:none;outline:0;border-radius:40px;text-align:center;background-color:#013365;color:#fff;-webkit-transition:all .4s;transition:all .4s;font-family:Poppins;font-size:16px;font-weight:700;letter-spacing:.02em;cursor:pointer;margin:0}.wpcf7-form input[type=submit]:focus,.wpcf7-form input[type=submit]:hover{background-color:#0255a8}.wpcf7-form textarea{display:inline-block;max-width:100%;padding:12px 24px;width:100%;height:150px;overflow-y:auto;font-size:16px;line-height:1.9;font-family:"Open Sans";letter-spacing:.02em;color:#013365;background:#f8f8f8;border:1px solid #4d4d4d;border-radius:6px;resize:none;-moz-appearance:none;appearance:none;-webkit-appearance:none;-webkit-transition:all .4s;transition:all .4s}.wpcf7-form textarea:focus{background-color:#fff;border:1px solid #0255a8;-webkit-box-shadow:0 4px 12px rgba(2,85,168,.1);box-shadow:0 4px 12px rgba(2,85,168,.1)}.wpcf7-form textarea:focus::-webkit-input-placeholder{opacity:0;visibility:hidden}.wpcf7-form textarea:focus::-moz-placeholder{opacity:0;visibility:hidden}.wpcf7-form textarea:focus:-ms-input-placeholder{opacity:0;visibility:hidden}.wpcf7-form textarea:focus::-ms-input-placeholder{opacity:0;visibility:hidden}.wpcf7-form textarea:focus::placeholder{opacity:0;visibility:hidden}.wpcf7-form textarea::-webkit-input-placeholder{opacity:1;visibility:visible;color:#828282;-webkit-transition:all .4s;transition:all .4s}.wpcf7-form textarea::-moz-placeholder{opacity:1;visibility:visible;color:#828282;-moz-transition:all .4s;transition:all .4s}.wpcf7-form textarea:-ms-input-placeholder{opacity:1;visibility:visible;color:#828282;-ms-transition:all .4s;transition:all .4s}.wpcf7-form textarea::-ms-input-placeholder{opacity:1;visibility:visible;color:#828282;-ms-transition:all .4s;transition:all .4s}.wpcf7-form textarea::placeholder{opacity:1;visibility:visible;color:#828282;-webkit-transition:all .4s;transition:all .4s}@media (max-width:992px){.wpcf7-form .contact-form--checkbox .contact-form__choose-title{margin-right:20px}.wpcf7-form .contact-form--checkbox .class-modal-item{padding:0}.wpcf7-form .contact-form--date .wpcf7-form-control-wrap{margin-right:12px}}@media (max-width:767px){.wpcf7-form .cf7_row{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0}.wpcf7-form .cf7_row label{width:100%;margin-bottom:15px}.wpcf7-form input:not([type=submit]):not([type=checkbox]){padding:8px 20px}.wpcf7-form .contact-form__group label .label__name,.wpcf7-form .contact-form__group--half .label__name{font-size:16px;line-height:26px;margin-bottom:8px}.wpcf7-form .contact-form__group{width:100%}.wpcf7-form .contact-form__group label{margin-bottom:20px}.white-popup-block__wrapper{padding:80px 15px 30px}.wpcf7-form .contact-form--date{margin:0 -6px}.wpcf7-form .contact-form--date .wpcf7-form-control-wrap{width:calc((100% / 3) - 12px);margin:0 6px;min-width:auto}.wpcf7-form .contact-form--checkbox{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wpcf7-form .contact-form--checkbox .contact-form__choose-title{width:100%;margin-bottom:25px}.wpcf7-form .contact-form--checkbox .classes-list__row{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wpcf7-form .contact-form--checkbox .classes-list__row .class-modal-item{width:calc(50% - 14px);margin:0!important}.wpcf7-form label.with_submit{text-align:left}}.datepicker--content,.datepicker--nav{padding:15px}.datepicker--day-name{color:#013365;font-weight:700}.datepicker--cell.-focus-,.datepicker--cell.-selected-,.datepicker--cell.-selected-.-current-{background:#013365!important;color:#fff!important}.datepicker--cell.-current-{color:#013365;font-weight:700}.datepicker{z-index:1100!important}.post-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:43px}.post-pagination .paginate-wrapper{width:49%}.post-pagination .paginate-wrapper.next-post{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.post-pagination .paginate-wrapper.next-post a:hover::after{background-color:#0255a8}.post-pagination .paginate-wrapper.next-post a::after{content:"";-webkit-mask:url(../img/arrow_right.svg);mask:url(../img/arrow_right.svg);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;position:relative;display:block;width:31px;height:18px;background-color:#013365;margin-left:15px;-webkit-transition:all .4s;transition:all .4s}.post-pagination .paginate-wrapper.prev-post a:hover::before{background-color:#0255a8}.post-pagination .paginate-wrapper.prev-post a::before{content:"";-webkit-mask:url(../img/arrow_right.svg);mask:url(../img/arrow_right.svg);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;position:relative;display:block;width:31px;height:18px;background-color:#013365;margin-right:15px;-webkit-transition:all .4s;transition:all .4s;-webkit-transform:scale(-1,-1);-ms-transform:scale(-1,-1);transform:scale(-1,-1)}.post-pagination .paginate-wrapper a{width:100%;max-width:207px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:59px;line-height:53px;border:3px solid #013365;border-radius:40px;background-color:#fff;-webkit-transition:all .4s;transition:all .4s;position:relative;font-family:Poppins;font-size:18px;font-weight:700;letter-spacing:.02em;padding:0 10px;color:#013365;transition:all .4s}.post-pagination .paginate-wrapper a:hover{border:3px solid #0255a8;color:#0255a8}@media screen and (max-width:767px){.post-pagination .paginate-wrapper.prev-post a::before{width:21px;height:11px;margin-right:10px}.post-pagination .paginate-wrapper.next-post a::after{width:21px;height:12px;margin-left:10px}.post-pagination .paginate-wrapper a{font-size:16px;height:45px;border:2px solid #013365;line-height:41px;max-width:180px}.post-pagination .paginate-wrapper a:hover{border:2px solid #0255a8}}.footer__top{background-color:#07243c;padding:42px 0 17px}.footer__top--wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer__top--column{width:calc(50% - 22px);margin-bottom:25px}.footer__top--column:first-child{width:calc(49.5% - 22px)}.footer__top--column:last-child{width:calc(50.5% - 22px)}.footer__top--column>*{font-family:"Open Sans";font-size:12px;line-height:19px;color:#6e808f;margin-bottom:20px}.footer__top--column>:last-child{margin-bottom:0}.footer__top--column p{font-family:"Open Sans";font-size:12px;line-height:19px;color:#6e808f;margin-bottom:19px}.footer__top--column p a{color:#c61756}.footer__top--column p a:hover{text-decoration:underline}.footer__content{background-color:#0d2b45;padding:50px 0 0}.footer__content--wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.footer__content--left{width:calc(100% / 3);max-width:338px;margin-right:30px;padding-top:14px;margin-right:133px}.footer__content--menu{width:calc(100% / 3);max-width:415px;padding-top:1px;margin-right:168px}.footer__content--menu ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer__content--menu ul li{width:44.1%;margin-bottom:32px}.footer__content--menu ul a{font-size:20px;line-height:30px;font-family:Poppins;color:#9ad4d1;padding-bottom:2px;position:relative;-webkit-transition:all .4s;transition:all .4s}.footer__content--menu ul a::after{-webkit-transition:all .4s;transition:all .4s;width:0;height:1px;opacity:0;visibility:hidden;background-color:#9ad4d1;position:absolute;bottom:0;left:0;content:''}.footer__content--menu ul a:hover::after{width:100%;opacity:1;visibility:visible}.footer__content--right{width:calc(100% / 3);max-width:300px;position:relative;top:-10px}.footer__content--right .footer__social{display:none}.footer__content--right strong{display:block;font-family:Poppins;font-size:24px;line-height:1.6;letter-spacing:.05em;color:#9ad4d1;margin-bottom:13px}.footer__bottom{background-color:#0d2b45;padding:17px 0 20px}.footer__bottom--wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.footer__copy{width:calc(100% / 3);max-width:338px;margin-right:133px}.footer__copy p{font-size:16px;font-family:"Open Sans";font-weight:400;margin:0;line-height:22px;color:#6e808f;letter-spacing:.12em}.footer__development p{font-size:16px;font-family:"Open Sans";font-weight:400;margin:0;line-height:22px;color:#6e808f;letter-spacing:.03em}.footer__development p a{color:#fd1769}.footer__development p a:hover{color:#fd1769;text-decoration:underline}.footer__logo{max-width:321px;margin-bottom:50px;width:100%}.footer__logo a{display:block;max-width:100%}.footer__logo img{display:block;max-width:100%}.footer__social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-right:7px}.footer__social a{margin-right:20px}.footer__social a:last-child{margin-right:0}.footer__social i{color:#a2c971;font-size:22px}.footer__phone{margin-bottom:22px}.footer__phone a{display:inline-block;vertical-align:top;font-size:32px;line-height:1.6;font-family:Poppins;font-weight:700;text-decoration:none;letter-spacing:.14em;color:#e0e0e0;position:relative}.footer__phone a::after{-webkit-transition:all .4s;transition:all .4s;width:0;height:2px;opacity:0;visibility:hidden;background-color:#e0e0e0;position:absolute;bottom:0;left:0;content:''}.footer__phone a:hover::after{width:100%;opacity:1;visibility:visible}.footer__btn{max-width:223px;width:100%}.footer__btn a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:59px;line-height:59px;border-radius:40px;background-color:#c61756;font-size:18px;color:#fff;letter-spacing:.02em;font-family:Poppins;font-weight:700;-webkit-transition:all .4s;transition:all .4s}.footer__btn a:focus,.footer__btn a:hover{background-color:#fd1769}.footer__btn a img{margin-right:10px}.footer__readmore{background-color:#0d2b45;display:none}.footer__readmore--btn{padding:22px 15px 18px;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:14px;line-height:19px;text-transform:uppercase;color:#6e808f;font-family:"Open Sans"}.footer__readmore--btn img{margin-top:8px}@media screen and (max-width:1450px){.footer__content--menu{margin-right:160px}}@media screen and (max-width:1400px){.footer__content--wrapper{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer__content--left{margin-right:30px}.footer__content--menu{margin-right:30px}.footer__content--menu ul li{width:48%}.footer__bottom--wrapper{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer__copy{margin-right:30px}.footer__development{margin-right:30px;width:calc(100% / 3);max-width:415px}.footer__anchor{width:calc(100% / 3);max-width:300px;height:1px}}@media screen and (max-width:1199px){.footer__top{padding:30px 0 15px}.footer__top--column:first-child{width:calc(50% - 15px)}.footer__top--column:last-child{width:calc(50% - 15px)}.footer__content--left{padding-top:0;max-width:240px;margin-right:0}.footer__content--menu{max-width:350px;margin-right:0}.footer__content--menu ul a{font-size:18px;line-height:28px}.footer__content--right{top:-5px;max-width:250px}.footer__phone{margin-bottom:20px}.footer__phone a{font-size:28px;line-height:1.4}.footer__social{padding-right:0}.footer__copy{max-width:240px;margin-right:0}.footer__copy p{font-size:14px;line-height:1.2}.footer__development{max-width:350px;margin-right:0}.footer__development p{font-size:14px;line-height:1.2}.footer__anchor{max-width:250px}}@media screen and (max-width:992px){.footer__top--column{width:100%}.footer__top--column:first-child{width:100%}.footer__top--column:last-child{width:100%}.footer__readmore{display:block}.footer__content--wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.footer__content--menu{display:none}.footer__content--left{width:100%;max-width:100%}.footer__content--left .footer__social{display:none}.footer__content--right{width:100%;max-width:100%;top:0}.footer__content--right .footer__social{display:-webkit-box;display:-ms-flexbox;display:flex}.footer__content--right strong{font-size:28px;margin-bottom:6px;text-align:center}.footer__logo{max-width:282px;margin:0 auto 58px}.footer__phone{text-align:center;margin-bottom:23px}.footer__phone a{font-size:20px;letter-spacing:.34em}.footer__btn{max-width:250px;margin:0 auto 30px}.footer__btn a{height:48px;line-height:48px;font-size:16px}.footer__social{max-width:350px;margin:0 auto 40px}.footer__bottom{padding:0}.footer__bottom--wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.footer__anchor{display:none}.footer__copy{width:100%;max-width:100%;text-align:center;padding:23px 0;border-top:1px solid #6e808f;border-bottom:1px solid #6e808f}.footer__development{padding:30px 0;width:100%;max-width:100%;text-align:center}}.header{background-color:#fff;padding-bottom:0;height:150px;-webkit-transition:all .4s;transition:all .4s}.header .container{position:relative}.header__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:12px 6px 6px 0;position:relative;z-index:1}.header__top ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__top ul li:last-child a::before{display:none}.header__top ul a{padding:0 16px;display:inline-block;vertical-align:top;font-size:16px;line-height:24px;letter-spacing:.05em;text-transform:uppercase;color:#828282;font-family:"Open Sans";font-weight:700;position:relative;-webkit-transition:all .4s;transition:all .4s}.header__top ul a:focus,.header__top ul a:hover{color:#c61756}.header__top ul a::before{height:100%;width:1px;position:absolute;top:0;right:0;background-color:#c4c4c4;content:''}.header__search{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:9px;height:48px}.header__search--icon{font-size:24px;color:#013365;cursor:pointer;padding-right:3px;-webkit-transition:all .4s;transition:all .4s;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.header__search--icon.toggle{opacity:0;visibility:hidden}.header__search--icon:hover{color:#56b7b3}.header__search form{position:relative;overflow:hidden;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;opacity:0;z-index:-1;width:0;-webkit-transition:all .4s;transition:all .4s}.header__search form.open{width:320px;opacity:1;visibility:visible;z-index:1;margin-right:-27px}.header__search form label{display:block}.header__search form button{position:absolute;right:0;top:0;padding:0 21px 0 0;min-height:48px;height:48px;background:0 0;-moz-appearance:none;appearance:none;border-radius:0;-webkit-appearance:none;font-size:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.header__search form button i{font-size:24px;color:#013365}.header__search form input{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:1px solid #0255a8;background-color:#fff;padding:13.5px 24px;padding-right:40px;font-size:16px;line-height:1.2;color:#013365;font-family:"Open Sans";font-weight:400;width:100%;border-radius:70px}.header__search form input::-ms-clear,.header__search form input::-ms-reveal{width:0;height:0;display:none}.header__search form input::-webkit-search-cancel-button,.header__search form input::-webkit-search-decoration,.header__search form input::-webkit-search-results-button,.header__search form input::-webkit-search-results-decoration{display:none}.header__search form input:focus::-webkit-input-placeholder{opacity:0;visibility:hidden}.header__search form input:focus::-moz-placeholder{opacity:0;visibility:hidden}.header__search form input:focus:-ms-input-placeholder{opacity:0;visibility:hidden}.header__search form input:focus::-ms-input-placeholder{opacity:0;visibility:hidden}.header__search form input:focus::placeholder{opacity:0;visibility:hidden}.header__search form input::-webkit-input-placeholder{color:#828282;opacity:1;visibility:visible;font-weight:400;-webkit-transition:all .4s;transition:all .4s}.header__search form input::-moz-placeholder{color:#828282;opacity:1;visibility:visible;font-weight:400;-moz-transition:all .4s;transition:all .4s}.header__search form input:-ms-input-placeholder{color:#828282;opacity:1;visibility:visible;font-weight:400;-ms-transition:all .4s;transition:all .4s}.header__search form input::-ms-input-placeholder{color:#828282;opacity:1;visibility:visible;font-weight:400;-ms-transition:all .4s;transition:all .4s}.header__search form input::placeholder{color:#828282;opacity:1;visibility:visible;font-weight:400;-webkit-transition:all .4s;transition:all .4s}.header__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;position:relative;z-index:1}.header__logo{width:310px;position:relative;left:0;min-height:84px}.header__logo a{width:100%;display:block}.header__logo img{display:block;width:100%;max-width:100%}.header__content{width:calc(100% - 310px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header__menu{padding-right:14px;width:calc(100% - 150px)}.header__menu ul li.first__floor--item.no__link--item:hover::before{opacity:1;visibility:visible;z-index:23}.header__menu ul li.first__floor--item.no__link--item::before{position:absolute;z-index:-1;background-color:transparent;content:'';height:36px;width:200px;bottom:-27px;left:-25px;opacity:0;visibility:hidden}.header__menu ul li.no__link--item>a{pointer-events:none}.header__menu ul li a[href="#"]{pointer-events:none}.header__menu .first__floor{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;display:none;padding-bottom:23px}.header__menu .first__floor.visible{display:-webkit-box;display:-ms-flexbox;display:flex}.header__menu .first__floor--item{padding:0 20px}.header__menu .first__floor--item.current-menu-ancestor>a,.header__menu .first__floor--item.current-menu-item>a{color:#c61756}.header__menu .first__floor--item.current-menu-ancestor>a::before,.header__menu .first__floor--item.current-menu-item>a::before{width:calc(100% + 40px);opacity:1;visibility:visible}.header__menu .first__floor--item.current-menu-ancestor>a::after,.header__menu .first__floor--item.current-menu-item>a::after{opacity:1;visibility:visible;z-index:23}.header__menu .first__floor--item:hover .second__floor{display:block}.header__menu .first__floor--item:hover>a{color:#c61756}.header__menu .first__floor--item:hover>a::before{width:calc(100% + 40px);opacity:1;visibility:visible}.header__menu .first__floor--item:hover>a::after{opacity:1;visibility:visible;z-index:23}.header__menu .first__floor--item>a{display:inline-block;vertical-align:top;position:relative;font-family:Poppins;font-weight:700;letter-spacing:.02em;font-size:20px;font-weight:700;line-height:1.85;z-index:2;color:#013365;-webkit-transition:all .4s;transition:all .4s}.header__menu .first__floor--item>a::after{position:absolute;content:'';left:-20px;bottom:-26px;background-color:transparent;height:26px;width:calc(100% + 40px);z-index:-1;opacity:0;visibility:hidden}.header__menu .first__floor--item>a::before{position:absolute;width:0;bottom:-26px;z-index:1;left:-20px;height:6px;background-color:#c61756;content:'';opacity:0;visibility:hidden;-webkit-transition:all .4s;transition:all .4s}.header__menu .first__floor--item.simple-menu{position:relative}.header__menu .first__floor--item.simple-menu .second__floor{position:absolute;background-color:#fff;-webkit-box-shadow:0 0 32px rgba(0,0,0,.05);box-shadow:0 0 32px rgba(0,0,0,.05);border-radius:0 0 8px 8px;top:calc(100% + 26px);z-index:2;left:0;padding:20px 31px 21px;min-width:346px}.header__menu .first__floor--item.simple-menu .second__floor--item{margin-bottom:22px}.header__menu .first__floor--item.simple-menu .second__floor--item.current-menu-item>a{color:#c61756}.header__menu .first__floor--item.simple-menu .second__floor--item.current-menu-item>a::before{width:100%;opacity:1;visibility:visible}.header__menu .first__floor--item.simple-menu .second__floor--item:hover>a{color:#c61756}.header__menu .first__floor--item.simple-menu .second__floor--item:hover>a::before{width:100%;opacity:1;visibility:visible}.header__menu .first__floor--item.simple-menu .second__floor--item>a{position:relative;font-family:Poppins;font-size:18px;line-height:34px;letter-spacing:.02em;font-weight:600;display:block;padding-bottom:2px;text-align:left}.header__menu .first__floor--item.simple-menu .second__floor--item>a::before{bottom:0;left:0;width:0;height:2px;opacity:0;visibility:hidden;position:absolute;content:'';-webkit-transition:all .4s;transition:all .4s;background-color:#c61756}.header__menu .first__floor--item.mega-menu .second__floor{position:absolute;background:#fff;-webkit-box-shadow:0 0 32px rgba(0,0,0,.1);box-shadow:0 0 32px rgba(0,0,0,.1);border-radius:0 0 10px 10px;top:100%;z-index:2;left:0;right:0;margin:0 auto;padding:25px 50px 50px;width:calc(100% - 30px);overflow-y:auto}.header__menu .column__menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.header__menu .column__menu--item{width:32%;margin:0}.header__menu .column__menu--item:nth-child(3n+2){margin:0 2%}.header__menu .second__floor{display:none}.header__menu .second__floor::before{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:inset 0 5px 10px rgba(0,0,0,.13);box-shadow:inset 0 5px 10px rgba(0,0,0,.13);content:'';z-index:1}.header__menu .second__floor--item{position:relative;z-index:2}.header__menu .second__floor--item:hover>a{color:#c61756}.header__menu .second__floor--item>a{font-size:32px;font-family:Poppins;color:#013365;letter-spacing:.02em;text-transform:uppercase;line-height:1.85;-webkit-transition:all .4s;transition:all .4s;font-weight:700;width:100%;text-align:center;display:block;margin-bottom:13px}.header__menu .third__floor--item{margin-bottom:0}.header__menu .third__floor--item.menu-item-has-children{margin-bottom:45px}.header__menu .third__floor--item:last-child{margin-bottom:0}.header__menu .third__floor--item.current-menu-ancestor>a,.header__menu .third__floor--item.current-menu-item>a{color:#c61756}.header__menu .third__floor--item:hover>a{color:#c61756}.header__menu .third__floor--item>a{font-size:20px;text-transform:uppercase;font-family:"Open Sans";line-height:1.85;-webkit-transition:all .4s;transition:all .4s;display:block;color:#0d2b45;font-weight:700}.header__menu .fourth__floor{margin-top:6px;padding-left:40px;position:relative}.header__menu .fourth__floor::before{left:10px;position:absolute;content:'';height:calc(100% - 25px);width:1px;background-color:#013365;top:0;bottom:0;margin:auto}.header__menu .fourth__floor--item.current-menu-item>a{color:#c61756}.header__menu .fourth__floor--item.current-menu-item>a::after{opacity:1;width:100%;visibility:visible}.header__menu .fourth__floor--item:hover>a{color:#c61756}.header__menu .fourth__floor--item:hover>a::after{opacity:1;width:100%;visibility:visible}.header__menu .fourth__floor--item>a{font-size:20px;line-height:1.85;letter-spacing:.02em;color:#0d2b45;-webkit-transition:all .4s;transition:all .4s;display:inline-block;vertical-align:top;position:relative}.header__menu .fourth__floor--item>a::after{position:absolute;content:'';width:0;opacity:0;visibility:hidden;background-color:#c61756;height:1px;left:0;bottom:0;-webkit-transition:all .4s;transition:all .4s}.header__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:150px;padding-bottom:20px}.header__buttons a{font-size:18px;line-height:1.2;font-family:"Open Sans";font-weight:700;letter-spacing:.03em;color:#fff;padding:12.5px 30px;text-align:center;border-radius:60px;text-decoration:none;background-color:#0d2b45;width:100%;-webkit-transition:all .4s;transition:all .4s}.header__buttons a:last-child{margin-left:10px;background-color:#fd1769;width:100%}.header__buttons a:last-child:focus,.header__buttons a:last-child:hover{background-color:#c61756;color:#fff}.header__buttons a:focus,.header__buttons a:hover{text-decoration:none;background-color:#013365}.header__mobile--content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:35px 12px}.header__mobile--nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__mobile--nav>a{display:block;margin-right:26px;margin-left:10px}.header__mobile--nav>a img{display:block;max-width:100%}.header__mobile--logo{max-width:320px}.header__mobile--logo a{display:block}.header__mobile--logo img{display:block;max-width:100%}.header__mobile--buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin:0 -15px}.header__mobile--buttons a{height:70px;line-height:1.2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:50%;padding:0 27px;font-size:18px;font-weight:700;color:#fff;font-family:Poppins;text-transform:uppercase;letter-spacing:.02em;background-color:#013365;-webkit-transition:all .4s;transition:all .4s}.header__mobile--buttons a:focus,.header__mobile--buttons a:hover{background-color:#0d2b45}.header__mobile--buttons a:last-child{background-color:#56b7b3}.header__mobile--buttons a:last-child:focus,.header__mobile--buttons a:last-child:hover{background-color:#9ad4d1;color:#013365}#nav-icon{width:32px;height:28px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;outline:0;background:0 0;background-color:transparent;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none}#nav-icon span{height:5px;width:32px;display:block;background-color:#013365}#nav-icon span:nth-child(2){margin:6.5px 0}@media screen and (max-width:1400px){.header{height:148px}.header__logo{min-height:82px}.header__buttons a{font-size:16px;padding:12.5px 15px}.header__menu{padding-right:10px}.header__menu .first__floor--item{padding:0 11.5px 0}.header__menu .first__floor--item.current-menu-ancestor>a::before,.header__menu .first__floor--item.current-menu-item>a::before{width:calc(100% + 23px)}.header__menu .first__floor--item.current-menu-ancestor>a::after,.header__menu .first__floor--item.current-menu-item>a::after{width:calc(100% + 23px)}.header__menu .first__floor--item.simple-menu .second__floor{top:calc(100% + 27px)}.header__menu .first__floor--item:hover>a::before{width:calc(100% + 23px)}.header__menu .first__floor--item:hover>a::after{width:calc(100% + 23px)}.header__menu .first__floor--item>a{font-size:18px}.header__menu .first__floor--item>a::before{bottom:-27px;left:-11.5px}.header__menu .first__floor--item>a::after{left:-11.5px}}@media screen and (max-width:1300px){.header__menu .first__floor--item>a{font-size:16px}}@media screen and (max-width:1199px){.header{height:auto}.header__top{display:none}.header__wrapper{display:none}.header__mobile{display:block!important}}@media screen and (max-width:568px){.header__mobile--logo{max-width:201px}.header__mobile--content{padding:35px 0}.header__mobile--buttons a{padding:0 15px}.header__mobile--nav>a{margin-right:15px}}@media screen and (min-width:1200px){.header__mobile{display:none!important}}@media (max-height:796px) and (min-width:1200px){.header__menu .fourth__floor::before{top:1px;height:calc(100% - 20px)}.header__menu .third__floor--item>a{font-size:17px;line-height:1.65}.header__menu .fourth__floor--item>a{font-size:17px;line-height:1.75}.header__menu .fourth__floor{padding-left:30px;margin-top:0}.header__menu .third__floor--item.menu-item-has-children{margin-bottom:20px}.header__menu .second__floor--item>a{font-size:28px;line-height:1.3;margin-bottom:10px}.header__menu .first__floor--item.mega-menu .second__floor{padding:25px 50px 20px}}.title-with-animation.active .line-animation{opacity:1;visibility:visible;width:100%;-webkit-transition:all 1.5s ease-out;transition:all 1.5s ease-out}.title-with-animation .block-animation{position:relative;margin:26px auto 42px;max-width:320px;width:100%;height:8px}.title-with-animation .line-animation{position:absolute;right:0;width:0;height:8px;top:0;background-color:#c61756;-webkit-transition:all .1s ease-out;transition:all .1s ease-out;opacity:0;visibility:hidden}@media screen and (max-width:1199px){.title-with-animation .block-animation{margin:25px auto}.news__animation .line-animation{bottom:13px}}@media screen and (max-width:767px){.title-with-animation .block-animation{margin:20px auto;height:6px;max-width:200px}.title-with-animation .block-animation .line-animation{height:6px}}.overlay-block{position:fixed;width:100%;height:100%;z-index:998;top:0;left:0;background-color:rgba(0,0,0,.5);display:none}.overlay-block.open{display:block}.close-mobile-menu{cursor:pointer;position:fixed;right:0;top:30px;opacity:0;z-index:-1;visibility:hidden;-webkit-transition:all .4s;transition:all .4s}.close-mobile-menu.open{right:355px;z-index:999;opacity:1;visibility:visible}.close-mobile-menu i{font-size:24px;color:#fff}.mobile-menu{position:fixed;top:0;right:-340px;overflow-x:hidden;overflow-y:auto;width:100%;max-width:340px;-webkit-box-shadow:0 0 6px 1px rgba(0,0,0,.2);box-shadow:0 0 6px 1px rgba(0,0,0,.2);background-color:#fff;height:100%;opacity:0;visibility:hidden;padding-top:0;z-index:999;-webkit-overflow-scrolling:touch;-webkit-transition:all .3s;transition:all .3s}.mobile-menu.open{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;right:0;opacity:1;visibility:visible;display:-webkit-box;display:-ms-flexbox;display:flex}.mobile-menu__search{padding:23px 21px 22px 26px;width:100%}.mobile-menu__search form{position:relative}.mobile-menu__search label{display:block}.mobile-menu__search input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid #6799cb;border-radius:60px;background-color:#fff;padding:14px 50px 14px 22px;font-size:16px;color:#013365;font-family:"Open Sans";font-weight:700;width:100%;-webkit-transition:all .4s;transition:all .4s}.mobile-menu__search input::-ms-clear,.mobile-menu__search input::-ms-reveal{width:0;height:0;display:none}.mobile-menu__search input::-webkit-search-cancel-button,.mobile-menu__search input::-webkit-search-decoration,.mobile-menu__search input::-webkit-search-results-button,.mobile-menu__search input::-webkit-search-results-decoration{display:none}.mobile-menu__search input:active::-webkit-input-placeholder,.mobile-menu__search input:focus::-webkit-input-placeholder{opacity:0;visibility:hidden}.mobile-menu__search input:active:-moz-placeholder,.mobile-menu__search input:active:-ms-input-placeholder,.mobile-menu__search input:active::-moz-placeholder,.mobile-menu__search input:active::-ms-input-placeholder,.mobile-menu__search input:active::-webkit-input-placeholder,.mobile-menu__search input:active::placeholder,.mobile-menu__search input:focus:-moz-placeholder,.mobile-menu__search input:focus:-ms-input-placeholder,.mobile-menu__search input:focus::-moz-placeholder,.mobile-menu__search input:focus::-ms-input-placeholder,.mobile-menu__search input:focus::-webkit-input-placeholder,.mobile-menu__search input:focus::placeholder{opacity:0;visibility:hidden}.mobile-menu__search button{position:absolute;right:0;top:0;padding:0 25px 0 0;height:54px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;background:0 0}.mobile-menu__search button i{font-size:22px;color:#c61756}.mobile-menu__top .burger-menu__first--item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-ms-flex-wrap:wrap;flex-wrap:wrap}.mobile-menu__top .burger-menu__first--item.simple-menu .burger-menu__second--item>a{font-weight:400;text-transform:inherit}.mobile-menu__top .burger-menu__first--item.current-menu-ancestor>a,.mobile-menu__top .burger-menu__first--item.current-menu-item>a{background-color:#f8f8f8;color:#0255a8}.mobile-menu__top .burger-menu__first--item:first-child>a{border-top:none}.mobile-menu__top .burger-menu__first--item:last-child>a{border-bottom:3px solid #e0e0e0}.mobile-menu__top .burger-menu__first--item:focus>a,.mobile-menu__top .burger-menu__first--item:hover>a{background-color:#f8f8f8;color:#0255a8}.mobile-menu__top .burger-menu__first--item>a{font-size:20px;line-height:42px;font-family:Poppins;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:#013365;padding:16px 45px 16px 31px;border-top:3px solid #e0e0e0;width:100%}.mobile-menu__top .burger-menu__first--item>.icon{position:absolute;top:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:77px;width:45px}.mobile-menu__top .burger-menu__first--item>.icon i{font-size:18px;color:#c61756}.mobile-menu__top .burger-menu__second{border-top:3px solid #e0e0e0;width:100%;display:none;padding:18px 0;background-color:#f8f8f8}.mobile-menu__top .burger-menu__second--item.current-menu-ancestor>a,.mobile-menu__top .burger-menu__second--item.current-menu-item>a{color:#0255a8}.mobile-menu__top .burger-menu__second--item a{font-size:18px;padding:9px 15px 9px 31px;line-height:28px;font-family:Poppins;letter-spacing:.02em;color:#013365;font-weight:400;display:block}.mobile-menu__top .burger-menu__second--item a:focus,.mobile-menu__top .burger-menu__second--item a:hover{color:#0255a8}.mobile-menu__top .burger-menu__second--item>a{font-weight:700;text-transform:uppercase}.mobile-menu__top .burger-menu__third--item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}.mobile-menu__top .burger-menu__third--item.current-menu-ancestor>a,.mobile-menu__top .burger-menu__third--item.current-menu-item>a{color:#0255a8}.mobile-menu__top .burger-menu__third--item>a{width:calc(100% - 45px);padding-right:0}.mobile-menu__top .burger-menu__third--item>.icon{position:absolute;top:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:46px;width:45px}.mobile-menu__top .burger-menu__third--item>.icon i{font-size:18px;color:#c61756}.mobile-menu__top .burger-menu__fourth{padding:0 15px;width:100%;display:none}.mobile-menu__top .burger-menu__fourth--item.current-menu-ancestor>a,.mobile-menu__top .burger-menu__fourth--item.current-menu-item>a{color:#0255a8}.mobile-menu__top .burger-menu__fourth--item>a{font-size:14px;line-height:20px}.mobile-menu__bottom{background:#f8f8f8;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-ms-flex-wrap:wrap;flex-wrap:wrap}.mobile-menu__bottom a{font-size:18px;line-height:28px;font-family:Poppins;font-weight:400;letter-spacing:.02em;color:#013365;padding:20px 15px 20px 31px;border-top:3px solid #e0e0e0;width:100%}.mobile-menu__bottom a:focus,.mobile-menu__bottom a:hover{color:#0255a8}.mobile-menu__bottom a:first-child{border-top:none}@media screen and (max-width:400px){.mobile-menu{max-width:280px}.mobile-menu__search{padding:22px 15px}.mobile-menu__top .burger-menu__first--item>a{padding:16px 45px 16px 15px}.mobile-menu__top .burger-menu__second--item a{padding:9px 15px}.mobile-menu__bottom a{padding:20px 15px}.close-mobile-menu.open{right:295px}}.page-wrapper{padding-top:81px}.page-header{margin-bottom:56px}.page-header__title{font-family:Poppins;font-weight:700;font-size:52px;line-height:1.4;text-align:center;letter-spacing:.02em;color:#013365;padding-bottom:24px;position:relative}.page-header__title::after{content:"";display:block;background:#56b7b3;max-width:320px;width:100%;height:8px;position:absolute;left:0;right:0;bottom:0;margin:0 auto}.page-header__description{margin:26px auto 0;max-width:1130px;font-size:24px;line-height:1.85;text-align:center;letter-spacing:.02em;color:#222}.gallery__wrapper .loadMoreWrapper{padding-bottom:0}.gallery__wrapper .loadMoreWrapper .load_more_button{margin-top:30px}.loadMoreWrapper{padding-bottom:140px}.loadMoreWrapper .load_more_button{text-align:center;margin-top:47px}@media (max-width:992px){.page-wrapper{padding-top:60px}.page-header{margin-bottom:41px}.page-header__title{font-size:36px;line-height:1.2;padding-bottom:26px}.page-header__title::after{width:200px;height:6px}.page-header__description{margin-top:20px;font-size:16px;line-height:28px}}@media (max-width:767px){.gallery__wrapper .loadMoreWrapper{padding-bottom:0}.gallery__wrapper .loadMoreWrapper .load_more_button{margin-top:0}.loadMoreWrapper{padding-bottom:91px}.loadMoreWrapper .load_more_button{margin-top:122px}.loadMoreWrapper .load_more_button .btn{font-size:18px;padding:13px 39px;line-height:27px}.loadMoreWrapper .load_more_button .btn::after{content:none}}.global-tabs{max-width:1920px;margin:0 auto;overflow:hidden}.global-tabs .tabs__content{width:51%;z-index:2}.global-tabs .tabs__description{width:49%;padding:87px 112px 105px 117px;background-color:#f8f8f8;overflow:hidden}.global-tabs .tabs__description .section__title{text-align:left;margin-bottom:37.5px;padding-bottom:31px}.global-tabs .tabs__description .section__title::after{width:100%;max-width:200px;background:#56b7b3;right:auto}.global-tabs .tabs__visual img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.global-tabs .tabs__list{width:100%}.global-tabs .tabs__item{width:100%;margin-bottom:37.5px;position:relative}.global-tabs .tabs__item::before{height:calc(100% + 46px);top:-23px;position:absolute;content:'';background-color:#fff;width:200vw;left:-100vw;opacity:0;visibility:hidden;z-index:1}.global-tabs .tabs__item:hover::before{opacity:1;visibility:visible}.global-tabs .tabs__item:hover .tabs__item--line{opacity:1;visibility:visible;width:100%}.global-tabs .tabs__item:last-child{margin-bottom:0}.global-tabs .tabs__item--title{font-family:Poppins;font-weight:700;font-size:24px;line-height:1.6;letter-spacing:.03em;position:relative;z-index:2;display:inline-block;vertical-align:top}.global-tabs .tabs__item--line{height:3px;opacity:0;width:0;visibility:hidden;-webkit-transition:all .4s;transition:all .4s}.global-tabs .tabs__item--text{position:relative;z-index:2}.global-tabs .tabs__item--text :last-child{margin-bottom:0}.global-tabs .tabs__item--text p,.global-tabs .tabs__item--text>*{font-size:16px;line-height:1.9;letter-spacing:.01em;color:#222;margin-bottom:15px}@media screen and (max-width:1400px){.global-tabs .tabs__description{padding:70px}}@media screen and (max-width:1199px){.global-tabs .tabs__description{padding:50px 40px}.global-tabs .tabs__description .section__title{padding-bottom:20px;margin-bottom:30px}.global-tabs .tabs__item{margin-bottom:20px}.global-tabs .tabs__item::before{height:calc(100% + 20px);top:-10px}}@media screen and (max-width:992px){.global-tabs .tabs__description{width:100%;padding:30px 15px}.global-tabs .tabs__content{width:100%;display:block;height:500px}}@media screen and (max-width:767px){.global-tabs .tabs__content{height:425px}.global-tabs .tabs__item--title{font-size:18px;line-height:1.4;margin-bottom:5px}.global-tabs .tabs__item--text p,.global-tabs .tabs__item--text>*{font-size:14px;line-height:1.85}}@media screen and (max-width:568px){.global-tabs .tabs__content{height:353px}}.post-type-archive-staff .form-filter__item:first-child,.tax-position .form-filter__item:first-child{display:none}.form-filter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.form-filter__item{padding:0 16px;margin-bottom:20px;cursor:pointer}.form-filter__item input{display:none}.form-filter__item.active span::before{width:calc(100% + 10px);opacity:1;visibility:visible}.form-filter__item span{font-weight:800;font-family:Poppins;position:relative;font-size:18px;line-height:.02em;color:#013365;padding-bottom:2px}.form-filter__item span:hover::before{width:calc(100% + 10px);opacity:1;visibility:visible}.form-filter__item span::before{-webkit-transition:all .4s;transition:all .4s;opacity:0;content:'';visibility:hidden;width:0;position:absolute;left:-5px;bottom:-4px;height:4px;background-color:#56b7b3}@media screen and (max-width:767px){.form-filter{width:100%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:0 20px;background-color:#f8f8f8;display:none}.form-filter__item{display:block;width:100%;margin:0;padding:0;border-bottom:1px solid #9ad4d1}.form-filter__item:first-child{border-top:1px solid #e0e0e0}.form-filter__item:last-child{border-bottom:none}.form-filter__item span{display:block;font-size:16px;line-height:24px;padding:20px;font-family:"Open Sans"}.form-filter__item span::before{display:none!important;opacity:0;visibility:hidden;width:0}}@media screen and (min-width:768px){.form-filter{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}}.search-page--wrapper{padding:79px 0 113px;max-width:906px;margin:0 auto}.search-page--wrapper .section__title{font-size:52px;margin-bottom:26px}.search-page--wrapper .section__title::after{max-width:320px;width:100%;background:#6e808f}.search-page__description{text-align:center}.search-page__description.html-content{font-size:24px;font-family:"Open Sans";color:#222;letter-spacing:.02em;margin-bottom:90px}.search-page .search__item{margin-bottom:40px;padding-bottom:32px;border-bottom:2px solid #e0e0e0}.search-page .search__item:focus .search__item--descr strong,.search-page .search__item:hover .search__item--descr strong{color:#0255a8}.search-page .search__item:focus .txt-btn--arrow,.search-page .search__item:hover .txt-btn--arrow{color:#770e34}.search-page .search__item:focus .txt-btn--arrow::after,.search-page .search__item:hover .txt-btn--arrow::after{background-color:#770e34}.search-page .search__item:last-child{margin-bottom:0}.search-page .search__item--descr strong{display:block;font-family:Poppins;line-height:1.4;font-size:36px;color:#013365;margin-bottom:9px}.search-page .search__item--descr strong a{color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;text-decoration:none}.search-page .search__item--text{font-size:16px;line-height:1.9;letter-spacing:.02em;color:#000;margin:0;font-family:"Open Sans"}.search-page .search__item--btn{margin-top:24px}.search-page .search__item--btn .txt-btn--arrow{font-size:16px}.search-page .search__item--btn .txt-btn--arrow::after{width:26px;height:15px}.search-page .wrap-btn__load-more{margin-top:60px}@media screen and (max-width:1199px){.search-page--wrapper .section__title{font-size:42px}}@media screen and (max-width:992px){.search-page .wrap-btn__load-more{margin-top:40px}.search-page .btn--outline{padding:14px 44px}.search-page .btn--outline::after{display:none}}@media screen and (max-width:767px){.search-page--wrapper{padding:60px 0 120px}.search-page--wrapper .section__title{font-size:36px}.search-page--wrapper .section__title::after{max-width:200px}.search-page__description.html-content{font-size:16px;line-height:28px;margin-bottom:60px}.search-page .search__item--descr strong{font-size:32px;line-height:1.4;margin-bottom:15px}.search-page .search__item--text{font-size:14px;line-height:1.85}}.error-page__wrapper{background-size:cover;background-position:center;background-repeat:no-repeat;height:100%;padding:162px 0 216px}.error-page__content{width:100%;max-width:555px;background-color:#fff;-webkit-box-shadow:0 4px 32px rgba(0,0,0,.08);box-shadow:0 4px 32px rgba(0,0,0,.08);border-radius:10px;padding:34px 70px 59px}.error-page__top{font-size:18px;line-height:32px;font-family:"Open Sans";letter-spacing:.01em;color:#828282}.error-page h1{font-size:52px;line-height:1.2;font-family:Poppins;font-weight:700;letter-spacing:.02em;color:#013365;margin-bottom:15px}.error-page p{font-size:18px;line-height:32px;color:#013365;margin-bottom:24px;font-weight:400;font-family:"Open Sans";letter-spacing:.01em}.error-page__btn{text-align:left}.error-page__btn a{display:inline-block;vertical-align:top;padding:16px 42px;text-align:center;font-size:18px;line-height:27px;color:#fff;font-family:Poppins;letter-spacing:.02em;max-width:300px;-webkit-transition:all .4s;transition:all .4s;text-decoration:none;background-color:#013365;border-radius:40px;font-weight:700}.error-page__btn a:focus,.error-page__btn a:hover{background-color:#0255a8}@media screen and (max-width:1199px){.error-page__wrapper{padding:100px 0}}@media screen and (max-width:767px){.error-page__wrapper{padding:40px 0 100px}.error-page__content{padding:40px 20px 50px}.error-page__top{font-size:16px;line-height:28px;margin-bottom:10px}.error-page h1{font-size:46px}.error-page p{font-size:16px;line-height:28px}.error-page__btn a{font-size:16px;line-height:24px;padding:12px 32px}}.main-slider{position:relative;z-index:1}.slider-bg{opacity:0;visibility:hidden;-webkit-transition:all .4s;transition:all .4s}.slider-bg.slick-initialized{opacity:1;visibility:visible}.slider-bg__content{padding:216px 0 376px;max-width:864px}.slider-bg h2{font-size:64px;font-family:Poppins;font-weight:700;line-height:1.4;letter-spacing:.02em;text-transform:capitalize;text-shadow:0 0 20px rgba(0,0,0,.3);color:#fff;height:186px;overflow:hidden}.slider-bg h2 a{font-size:inherit;font-weight:inherit;text-decoration:none;color:inherit}.slider-bg h2 a:hover{text-decoration:underline}.slider-bg__item{position:relative;background-repeat:no-repeat;background-size:cover;background-position:top center}.slider-bg .slick-arrow{position:absolute;z-index:10;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;width:60px;height:60px;background-color:rgba(13,43,69,.7);display:none!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .4s;transition:all .4s}.slider-bg .slick-arrow:focus,.slider-bg .slick-arrow:hover{background-color:#0d2b45}.slider-bg .slick-arrow i{color:#fff;font-size:24px;line-height:1;-webkit-transition:all .4s;transition:all .4s}.slider-bg .prev{left:0}.slider-bg .next{right:0}@media screen and (max-width:1199px){.slider-bg__content{padding:170px 0 340px}.slider-bg h2{font-size:52px;height:153px}}@media screen and (max-width:992px){.slider-bg__content{max-width:700px}.slider-bg h2{font-size:42px;height:auto;overflow:visible}}@media screen and (max-width:767px){.slider-bg__content{max-width:100%;padding:140px 0 80px}.slider-bg h2{font-size:34px}}@media screen and (max-width:568px){.slider-bg h2{font-size:28px}}.main-searchblock{position:relative;z-index:2}.main-searchblock__wrapper{max-width:905px;width:100%;background-color:#0d2b45;-webkit-box-shadow:0 0 16px rgba(0,0,0,.3);box-shadow:0 0 16px rgba(0,0,0,.3);border-radius:10px;padding:60px 62px 67px 65px;margin:-272px 0 28px}.main-searchblock__wrapper strong{display:block;margin-bottom:26px;font-family:Poppins;font-weight:700;font-size:36px;line-height:54px;color:#f8f8f8;letter-spacing:.7px}.main-searchblock__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:8px}.main-searchblock__link a{margin-right:58px;margin-bottom:24px;padding-bottom:6px;position:relative;font-size:22px;line-height:30px;font-weight:700;text-transform:capitalize;color:#fff;-webkit-transition:all .4s;transition:all .4s}.main-searchblock__link a::before{position:absolute;content:'';height:1px;width:100%;bottom:0;left:0;background-color:#fff;-webkit-transition:all .4s;transition:all .4s}.main-searchblock__link a:focus,.main-searchblock__link a:hover{color:#a2c971}.main-searchblock__link a:focus::before,.main-searchblock__link a:hover::before{background-color:#a2c971}.main-searchblock__link a:last-child{margin-right:0}.main-searchblock__search form{width:100%;position:relative}.main-searchblock__search label{display:block}.main-searchblock__search input{position:relative;z-index:2;width:100%;background-color:#fff;padding:22px 61px 22px 27px;-moz-appearance:none;appearance:none;-webkit-appearance:none;font-size:24px;font-weight:700;color:#000;line-height:1.2;-webkit-transition:all .4s;transition:all .4s;border:none;border-radius:0;letter-spacing:.7px}.main-searchblock__search input::-ms-clear,.main-searchblock__search input::-ms-reveal{width:0;height:0;display:none}.main-searchblock__search input::-webkit-search-cancel-button,.main-searchblock__search input::-webkit-search-decoration,.main-searchblock__search input::-webkit-search-results-button,.main-searchblock__search input::-webkit-search-results-decoration{display:none}.main-searchblock__search input:focus::-webkit-input-placeholder{opacity:0;visibility:hidden}.main-searchblock__search input:focus::-moz-placeholder{opacity:0;visibility:hidden}.main-searchblock__search input:focus:-ms-input-placeholder{opacity:0;visibility:hidden}.main-searchblock__search input:focus::-ms-input-placeholder{opacity:0;visibility:hidden}.main-searchblock__search input:focus::placeholder{opacity:0;visibility:hidden}.main-searchblock__search input::-webkit-input-placeholder{opacity:1;visibility:visible;font-weight:400;-webkit-transition:all .4s;transition:all .4s;color:#828282;font-weight:700;font-size:24px}.main-searchblock__search input::-moz-placeholder{opacity:1;visibility:visible;font-weight:400;-moz-transition:all .4s;transition:all .4s;color:#828282;font-weight:700;font-size:24px}.main-searchblock__search input:-ms-input-placeholder{opacity:1;visibility:visible;font-weight:400;-ms-transition:all .4s;transition:all .4s;color:#828282;font-weight:700;font-size:24px}.main-searchblock__search input::-ms-input-placeholder{opacity:1;visibility:visible;font-weight:400;-ms-transition:all .4s;transition:all .4s;color:#828282;font-weight:700;font-size:24px}.main-searchblock__search input::placeholder{opacity:1;visibility:visible;font-weight:400;-webkit-transition:all .4s;transition:all .4s;color:#828282;font-weight:700;font-size:24px}.main-searchblock__search button{-moz-appearance:none;appearance:none;-webkit-appearance:none;border-radius:0;border:none;background-color:#fff;min-height:72px;position:absolute;z-index:2;top:0;font-size:0;right:0;width:61px;padding-right:27px}.main-searchblock__search button i{font-size:28px;color:#56b7b3}.main-searchblock__search input:focus+.main-searchblock__results{opacity:1;visibility:visible}.main-searchblock__results{position:absolute;visibility:hidden;opacity:0;width:100%;left:0;right:0;background-color:#fff;-webkit-transition:all .4s;transition:all .4s}.main-searchblock__results:empty{visibility:hidden!important;opacity:0!important}.main-searchblock__results::before{content:'';position:absolute;z-index:1;width:100%;height:calc(100% + 36px);left:0;right:0;top:-36px;background-color:#fff;-webkit-box-shadow:0 0 30px rgba(0,0,0,.2);box-shadow:0 0 30px rgba(0,0,0,.2)}.main-searchblock__result-item{position:relative;z-index:2;display:block;padding:0 27px;font-weight:600;font-size:26px;line-height:2.69;letter-spacing:.02em;-webkit-transition:all .4s;transition:all .4s}.main-searchblock__result-item:hover{background:#a2c971;color:#fff}.ajaxSearchHome_errors li{color:#c61756;padding:10px 0;font-size:18px;font-weight:800}@media screen and (max-width:992px){.main-searchblock__wrapper{padding:30px 40px 40px;margin:-180px 0 0}.main-searchblock__wrapper strong{font-size:32px;line-height:1.2;margin-bottom:15px}.main-searchblock__link{padding-left:0}.main-searchblock__link a{font-size:20px;line-height:1.4;padding-bottom:3px;margin-right:50px}.main-searchblock__search input{padding:20px 60px 20px 20px;font-size:18px;font-weight:400;overflow:hidden;text-overflow:ellipsis}.main-searchblock__search input::-webkit-input-placeholder{font-size:18px;font-weight:400}.main-searchblock__search input::-moz-placeholder{font-size:18px;font-weight:400}.main-searchblock__search input:-ms-input-placeholder{font-size:18px;font-weight:400}.main-searchblock__search input::-ms-input-placeholder{font-size:18px;font-weight:400}.main-searchblock__search input::placeholder{font-size:18px;font-weight:400}.main-searchblock__search button{width:60px;min-height:61px;padding-right:15px}.main-searchblock__search button i{font-size:24px}.main-searchblock__search .search-field{border-radius:40px}.main-searchblock__search button{border-radius:0 40px 40px 0}.main-searchblock__results{border-radius:0 0 40px 40px;padding-bottom:30px}.main-searchblock__results::before{top:-30px;height:calc(100% + 30px);border-radius:0 0 40px 40px}.main-searchblock__result-item{font-size:18px;font-weight:400;padding-left:20px;padding-right:20px}}@media screen and (max-width:767px){.main-searchblock .container{padding:0}.main-searchblock__wrapper{padding:30px 15px 40px;margin:0;border-radius:0}.main-searchblock__wrapper strong{font-size:24px;line-height:36px;margin-bottom:18px}.main-searchblock__link a{font-size:18px;line-height:1.2;margin-bottom:15px}}@media screen and (max-width:568px){.main-searchblock__link a{font-size:14px;line-height:1.2;margin-bottom:15px;margin-right:20px}.main-searchblock__search input{padding:17px 50px 17px 20px;font-size:14px}.main-searchblock__search input::-webkit-input-placeholder{font-size:14px}.main-searchblock__search input::-moz-placeholder{font-size:14px}.main-searchblock__search input:-ms-input-placeholder{font-size:14px}.main-searchblock__search input::-ms-input-placeholder{font-size:14px}.main-searchblock__search input::placeholder{font-size:14px}.main-searchblock__search button{width:50px;min-height:50px;padding-right:15px}.main-searchblock__search button i{font-size:21px}.main-searchblock__results::before{top:-25px;height:calc(100% + 25px)}.main-searchblock__result-item{font-size:14px;padding-left:17px;padding-right:17px}}.main-description{padding:100px 0 121px}.main-description .main__text{margin-bottom:50px}.main-description .h2__title{margin-bottom:0}@media screen and (max-width:1199px){.main-description{padding:50px 0 43px}}.main-tabs{max-width:1920px;margin:0 auto}.tabs__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.tabs__content{width:43.6%;position:relative}.tabs__visual{height:100%;position:absolute;z-index:-1;width:100%;top:0;left:0;-webkit-transition:all .4s;transition:all .4s;opacity:0;visibility:hidden}.tabs__visual.active{z-index:1;opacity:1;visibility:visible}.tabs__description{background-color:#0d2b45;padding:115px 112px 62px 118px;position:relative;width:56.4%}.tabs__title{max-width:671px;margin:0 auto 49px}.tabs__title .h2__title{color:#fff;line-height:70px;margin:0;text-align:left;max-width:580px}.tabs__text{max-width:671px;margin:0 auto 48px}.tabs__text>*{font-size:22px;line-height:38px;color:#fff;margin-bottom:20px;font-weight:400}.tabs__text>:last-child{margin-bottom:0}.tabs__text p{font-size:22px;line-height:38px;color:#fff;font-weight:400}.tabs__list{max-width:671px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tabs__item{width:calc(50% - 13.5px);position:relative;margin:0 0 20px}.tabs__item a{display:block;text-align:center;width:100%;border-radius:40px;background-color:#c61756;padding:18px 15px;line-height:1.2;letter-spacing:.02em;color:#fff;font-size:22px;font-weight:700;text-decoration:none;-webkit-transition:all .4s;transition:all .4s}.tabs__item a:focus,.tabs__item a:hover{background-color:#fd1769}.tabs__badge{position:absolute;width:91px;height:66px;top:-28px;left:-41px}.tabs__badge img{max-width:91px;display:block}.tabs__line{height:8px;max-width:420px;right:0;position:absolute;top:267px;width:0;opacity:0;visibility:hidden;background-color:#770e34;-webkit-transition:all .1s ease-out;transition:all .1s ease-out}.tabs__line.active{opacity:1;visibility:visible;width:100%;-webkit-transition:all 1.5s ease-out;transition:all 1.5s ease-out}@media screen and (max-width:1500px){.tabs__item a{font-size:20px}.tabs__description{padding:80px 70px 60px}.tabs__line{top:240px;max-width:350px}}@media screen and (max-width:1400px){.tabs__title .h2__title{font-size:46px;line-height:1.25}.tabs__line{top:210px}.tabs__text{margin-bottom:35px}.tabs__item a{font-size:18px}}@media screen and (max-width:1200px){.tabs__title{margin-bottom:40px}.tabs__title .h2__title{font-size:42px;line-height:1.2}.tabs__item a{font-size:16px}.tabs__text p{font-size:20px;line-height:28px}.tabs__line{top:175px;max-width:290px}.tabs__description{padding:60px 40px 40px}}@media screen and (max-width:992px){.tabs__content{display:none}.tabs__description{width:100%;padding:54px 20px 46px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tabs__title{width:100%;max-width:100%;margin-bottom:23px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.tabs__title .h2__title{font-size:36px;line-height:1.2}.tabs__line{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;position:relative;top:0;right:-20px;margin-left:auto;margin-right:0;max-width:50%;margin-bottom:38px;height:6px}.tabs__text{width:100%;max-width:100%;margin-bottom:40px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.tabs__list{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;max-width:100%;width:100%}.tabs__item{margin-bottom:30px;width:calc(50% - 15px)}.tabs__badge{width:69px;height:52px;top:-22px;left:-23px}.tabs__badge img{max-width:69px}}@media screen and (max-width:568px){.tabs__text p{font-size:16px;line-height:28px}.tabs__item{width:100%}.tabs__item a{font-size:20px}.tabs__line{max-width:316px}}.news{padding:122px 0 0}.news .h2__title{text-align:left;margin-bottom:16px}.news__wrapper{background:#f2f2f2;margin-top:201px;padding-bottom:100px}.news__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.news__item{width:calc((100% / 3) - 20px);margin:-120px 0 30px;background-color:#fff;border-radius:10px;overflow:hidden;position:relative;-webkit-box-shadow:0 0 28px rgba(0,0,0,.08);box-shadow:0 0 28px rgba(0,0,0,.08);-webkit-transition:all .4s;transition:all .4s}.news__item.slick-current .news__item--img .next,.news__item.slick-current .news__item--img .prev{opacity:1;visibility:visible}.news__item:hover{-webkit-filter:drop-shadow(0 0 32px rgba(0, 0, 0, .08));filter:drop-shadow(0 0 32px rgba(0, 0, 0, .08))}.news__item:hover strong a{color:#0255a8}.news__item:hover .txt-btn{color:#770e34}.news__item:hover .txt-btn::after{margin-left:13px}.news__item:hover .txt-btn--arrow::after{background-color:#770e34}.news__item:nth-child(3n+2){margin:-120px 30px 30px}.news__item--img{height:272px;overflow:hidden;position:relative;z-index:1}.news__item--img .prev{left:0}.news__item--img .prev img{position:relative;left:-3px}.news__item--img .next{right:0}.news__item--img .next img{position:relative;right:-2px}.news__item--img .next,.news__item--img .prev{width:52px;opacity:0;visibility:hidden;height:52px;background-color:rgba(34,34,34,.7);-webkit-transition:all .4s;transition:all .4s;z-index:10;cursor:pointer;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;bottom:-26px}.news__item--img .next:focus,.news__item--img .next:hover,.news__item--img .prev:focus,.news__item--img .prev:hover{background-color:#222}.news__item--img .next img,.news__item--img .prev img{max-width:100%;display:block;width:auto;height:auto;-o-object-fit:contain;object-fit:contain}.news__item--img .next i,.news__item--img .prev i{color:#fff;font-size:20px}.news__item--img a{display:block;background-color:#ccc;height:100%}.news__item--img img{display:block;width:100%;height:100%;max-width:100%;-o-object-fit:cover;object-fit:cover}.news__item--descr{padding:48px 30px 54px}.news__item--descr>:last-child{margin-bottom:0}.news__item--text{font-size:18px;line-height:1.85;letter-spacing:.02em;color:#4d4d4d;margin-bottom:23px}.news__item--date{display:block;font-weight:600;color:#828282;letter-spacing:.5px;margin-bottom:27px;font-size:18px}.news__item--btn{margin-top:38px}.news__item strong{font-size:24px;font-family:Poppins;font-weight:700;line-height:160%;color:#013365;height:114px;overflow:hidden;margin-bottom:10px;display:block;-webkit-transition:all .4s;transition:all .4s;letter-spacing:.7px}.news__item strong a{text-decoration:none;color:inherit;font-size:inherit;font-weight:inherit}.news__btn--all{background-color:#fff;position:relative;z-index:2;display:inline-block;vertical-align:top}.news__btn--all::before{position:absolute;width:100vw;left:calc(-100vw + 354px);height:100%;background-color:#fff;top:0;content:'';z-index:1}.news__btn--all a{color:#013365;font-family:Poppins;font-weight:600;font-size:18px;line-height:34px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .4s;transition:all .4s;position:relative;z-index:2;letter-spacing:.3px}.news__btn--all a:hover{color:#0255a8}.news__btn--all a:hover::before{background-color:#0255a8}.news__btn--all a::before{display:inline-block;content:'';-webkit-mask:url(../img/carbon_view.svg);mask:url(../img/carbon_view.svg);-webkit-mask-size:cover;mask-size:cover;width:32px;height:32px;position:relative;-webkit-transition:all .4s;transition:all .4s;background-color:#013365;margin-right:12px}.news__animation{position:relative;overflow:hidden;max-width:100%;margin:0 auto}.news__animation.without__btn{padding-bottom:17px}.news__animation.without__btn .line-animation{bottom:0}.news__animation.active .line-animation{width:calc(50vw + 350px);-webkit-transition:all 2s ease-out;transition:all 2s ease-out}.news__animation .line-animation{position:absolute;background:#56b7b3;height:8px;right:0;width:0;bottom:17px;-webkit-transition:all .1s ease-out;transition:all .1s ease-out;z-index:1}@media screen and (max-width:1199px){.news{padding-top:90px}.news__animation.active .line-animation{width:calc(50vw + 300px)}.news__wrapper{padding-bottom:50px}.news__btn--all::before{left:calc(-100vw + 280px)}.news__item{width:calc((100% / 3) - (40px / 3));margin:-120px 0 20px}.news__item:nth-child(3n+2){margin:-120px 20px 20px}.news__item--descr{padding:35px 20px}.news__item--date{margin-bottom:20px}.news__item--btn{margin-top:30px}.news__item strong{font-size:20px;line-height:1.4;height:86px}.news__item--text{font-size:16px;line-height:1.5}}@media screen and (max-width:992px){.news__animation.active .line-animation{width:calc(50vw + 200px)}.news__list{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.news__item{width:calc(50% - 10px);margin:0 0 20px}.news__item:nth-child(3n+2){margin:0 0 20px}.news__item:first-child,.news__item:nth-child(2){margin-top:-120px}}@media screen and (max-width:767px){.news .h2__title{text-align:center;padding-bottom:30px;position:relative;margin-bottom:34px}.news .h2__title::before{position:absolute;content:'';max-width:200px;width:100%;height:6px;bottom:0;left:0;right:0;margin:0 auto;background-color:#ebe77b}.news__animation{margin-bottom:60px}.news__animation.without__btn{padding-bottom:0}.news__animation.without__btn .h2__title{margin-bottom:0}.news__animation .line-animation{display:none}.news__btn--all{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.news__btn--all::before{display:none}.news__wrapper{padding-bottom:0;background-color:#fff;margin-top:0}.news__wrapper .container{padding:0}.news__item{margin-top:0!important;margin-bottom:0!important;border-radius:0;border-bottom:2px solid #bdbdbd;-webkit-box-shadow:none;box-shadow:none}.news__item--btn{margin-top:30px}.news__item--text{font-size:18px;line-height:1.85}.news__item--img{height:auto;overflow:visible}.news__item--img img{min-height:272px}.news__item--img .next,.news__item--img .prev{display:-webkit-box;display:-ms-flexbox;display:flex}.news__item--img .next img,.news__item--img .prev img{min-height:inherit}.news__item--date{font-size:14px;line-height:1.2;margin-bottom:10px}.news__item strong{height:auto;overflow:visible;font-size:24px;line-height:1.6;margin-bottom:10px}}.impact{padding:106px 0 376px;background-color:#0d2b45;position:relative}.impact .h2__title{color:#fff;margin-bottom:70px;text-transform:uppercase}.impact__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 20px}.impact__item{width:calc((100% / 3) - (144px / 3));margin:0 0 40px}.impact__item:nth-child(3n+2){margin:0 72px 40px}.impact__title{text-align:center;font-size:60px;font-family:Poppins;font-weight:700;line-height:66px;letter-spacing:.05em;margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.impact__title span{color:inherit;font-size:inherit;font-family:inherit;font-weight:inherit;letter-spacing:inherit}.impact__title span.counter__text{margin-left:15px}.impact__subtitle{text-align:center;font-size:32px;line-height:1.4;color:#e0e0e0;letter-spacing:.02em;font-weight:700;font-family:Poppins}@media screen and (max-width:1199px){.impact{padding:84px 0 340px}.impact .h2__title{margin-bottom:59px}.impact__list{padding:0}.impact__title{font-size:50px;line-height:1.2;margin-bottom:5px}.impact__title span.counter__text{margin-left:10px}.impact__item{width:calc((100% / 3) - 20px)}.impact__item:nth-child(3n+2){margin:0 30px 40px}.impact__subtitle{font-size:28px;line-height:1.4}}@media screen and (max-width:992px){.impact__list{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.impact__item{width:46%;margin:0 0 87px}.impact__item:nth-child(3n+2){margin:0 0 87px}}@media screen and (max-width:767px){.impact{padding:84px 0 59px}.impact__item{width:100%}.impact__item:last-child{margin-bottom:0}}.get-involved{background:#f2f2f2}.get-involved__wrapper{padding:74px 115px 67px;background:#fff;-webkit-box-shadow:0 0 32px rgba(0,0,0,.1);box-shadow:0 0 32px rgba(0,0,0,.1);border-radius:10px;max-width:1374px;margin:-319px auto 0;position:relative;z-index:2}.get-involved .section__title{font-size:50px;line-height:66px;padding-bottom:28px;margin-bottom:58px}.get-involved .section__title::after{width:100%;max-width:260px;background:#dd749a}.get-involved .main__text{margin-bottom:58px}.get-involved .main__text p,.get-involved .main__text>*{color:#222}.get-involved__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.get-involved__item{max-width:180px;margin:0 15px 32px}.get-involved__item:nth-child(2):focus .get-involved__img,.get-involved__item:nth-child(2):hover .get-involved__img{background-color:#57b7b3}.get-involved__item:nth-child(3):focus .get-involved__img,.get-involved__item:nth-child(3):hover .get-involved__img{background-color:#a2c871}.get-involved__item:focus .get-involved__img,.get-involved__item:hover .get-involved__img{background-color:#0255a8}.get-involved__item:focus .get-involved__img a i,.get-involved__item:hover .get-involved__img a i{color:#fff}.get-involved__item:focus .get-involved__descr a,.get-involved__item:hover .get-involved__descr a{color:#013365}.get-involved__item:focus .get-involved__descr a::before,.get-involved__item:hover .get-involved__descr a::before{opacity:1;visibility:visible}.get-involved__img{max-width:153px;margin:0 auto 35px;width:150px;height:150px;border-radius:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;-webkit-transition:all .4s;transition:all .4s}.get-involved__img a{display:block;max-width:100%}.get-involved__img a i{color:inherit;font-size:50px}.get-involved__img img{display:block;max-width:100%;margin:0 auto}.get-involved__descr{text-align:center}.get-involved__descr a{display:inline-block;vertical-align:top;text-align:center;color:#4d4d4d;font-size:30px;line-height:1.2;margin-bottom:8px;font-weight:600;font-family:Poppins;letter-spacing:.3px;text-decoration:none;text-transform:uppercase;-webkit-transition:all .4s;transition:all .4s;position:relative}.get-involved__descr a::before{position:absolute;content:'\f061';font-size:24px;right:-30px;color:#013365;font-family:"Font Awesome 5 Free";-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:auto;opacity:0;visibility:hidden;-webkit-transition:all .4s;transition:all .4s;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.get-involved__descr p{font-family:"Open Sans";font-size:18px;line-height:1.2;text-align:center;font-weight:400;margin:0;color:#828282}@media screen and (max-width:1199px){.get-involved__wrapper{padding:80px 75px 75px}.get-involved .section__title{line-height:1.2;font-size:42px}}@media screen and (max-width:992px){.get-involved__wrapper{padding:80px 35px}}@media screen and (max-width:767px){.get-involved .container{padding:0}.get-involved__wrapper{border-radius:0;margin-top:0}.get-involved .section__title{font-size:36px;line-height:1.2;margin-bottom:85px;padding-bottom:26px}.get-involved .section__title::after{max-width:200px;height:6px}.get-involved__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.get-involved__item{width:100%;max-width:100%;margin:0 0 45px}.get-involved__item:last-child{margin-bottom:0}.get-involved__img{margin-bottom:24px}}.video-column{position:relative;height:100%}.video-column .play{cursor:pointer;position:absolute;top:51.5%;left:0;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin:auto;width:200px}.video-column .play__icon{width:130px;height:130px;margin:0 auto 7px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:rgba(34,34,34,.8);border:1px solid #828282;-webkit-transition:all .4s;transition:all .4s}.video-column .play__icon:focus,.video-column .play__icon:hover{background-color:#222;border:1px solid #222}.video-column .play__icon i{color:#fff;font-size:65px;position:relative;left:5px}.video-column .play__text{text-align:center;font-size:18px;font-family:Poppins;letter-spacing:.1px;line-height:27px;font-weight:700;color:#fff}.video-column>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.video-column a{display:block;height:100%}.video-column a img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;max-width:100%;width:100%}@media screen and (max-width:1199px){.video-column .play{top:50%}}@media screen and (max-width:767px){.video-column .play__icon{width:100px;height:100px}.video-column .play__icon i{font-size:48px}}.archive__page--top{padding:81px 0 164px}.archive__page .section__title{font-size:52px;line-height:1.4}.archive__page .section__title::after{max-width:320px;width:100%}.category-filter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:52px}.category-filter__title{font-size:24px;font-family:Poppins;font-weight:700;line-height:1.85;text-transform:capitalize;color:#6e808f;letter-spacing:.02em;margin-right:15px;margin-bottom:20px;pointer-events:none}.category-filter__title i{display:none}.category-filter__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.category-filter__item{padding:0 15px;margin-bottom:20px}.category-filter__item.active a::before{width:calc(100% + 10px);opacity:1;visibility:visible}.category-filter__item a{font-weight:800;font-family:Poppins;position:relative;font-size:18px;line-height:.02em;color:#013365;padding-bottom:2px}.category-filter__item a:hover::before{width:calc(100% + 10px);opacity:1;visibility:visible}.category-filter__item a::before{-webkit-transition:all .4s;transition:all .4s;opacity:0;content:'';visibility:hidden;width:0;position:absolute;left:-5px;bottom:-4px;height:4px;background-color:#56b7b3}@media screen and (max-width:1199px){.archive__page .section__title{font-size:42px;padding-bottom:20px}.archive__page .section__title::after{max-width:230px}.archive__page--top{padding:70px 0 164px}}@media screen and (max-width:767px){.archive__page--top{padding:70px 0 34px}.archive__page>.container{padding:0}.archive__page .section__title{padding:0 15px 20px;font-size:36px;line-height:1.2;margin-bottom:20px}.archive__page .section__title::after{height:6px;max-width:200px}.category-filter{margin-top:40px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.category-filter__title{position:relative;font-size:18px;line-height:1.4;width:100%;margin:0;color:#013365;padding:17.5px 42px 17.5px 20px;background-color:#f8f8f8;pointer-events:auto}.category-filter__title.open i::before{content:"\f106"}.category-filter__title i{position:absolute;right:25px;top:53%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);color:#013365;font-size:20px;display:block;-webkit-transition:all .4s;transition:all .4s}.category-filter__list{width:100%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:0 20px;background-color:#f8f8f8;display:none}.category-filter__item{width:100%;margin:0;padding:0;border-bottom:1px solid #9ad4d1}.category-filter__item:first-child{border-top:1px solid #e0e0e0}.category-filter__item:last-child{border-bottom:none}.category-filter__item a{display:block;font-size:16px;line-height:24px;padding:20px;font-family:"Open Sans"}.category-filter__item a::before{display:none!important;opacity:0;visibility:hidden;width:0}}@media screen and (min-width:768px){.category-filter__list{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}}section.related{padding:70px 0 106px;background:#f8f8f8}section.related .section__title{margin-bottom:67px}section.related .section__title::after{background:#dd749a;width:100%;max-width:230px}section.related .news__item{margin-top:0}section.related .news__item:nth-child(3n+2){margin-top:0}section.related .news__item--descr{padding:36px 31px 47px}section.related .news__item--btn{margin-top:34px}section.related .news__item--date{margin-bottom:23px}@media screen and (max-width:1199px){section.related{padding:50px 0 70px}section.related .section__title{margin-bottom:40px}}@media screen and (max-width:767px){section.related{padding:70px 0 0;background-color:#fff}section.related .container{padding:0}section.related .section__title{padding-bottom:20px}section.related .news__item--descr{padding:35px 30px 50px}}.post-template-default .html-content iframe{width:100%!important;height:503px!important;margin:6px 0!important}.post-template-default .html-content :last-child{margin-bottom:0}.post-template-default .html-content h2,.post-template-default .html-content h3,.post-template-default .html-content h4,.post-template-default .html-content h5,.post-template-default .html-content h6{margin-top:0;line-height:1.85;letter-spacing:.2px;margin-bottom:27px}.post-template-default .html-content p{font-size:16px;line-height:1.9;letter-spacing:.32px;margin-bottom:24px}.post-template-default .html-content ul{margin-bottom:30px}.post-template-default .html-content ol{margin-bottom:30px}.post-template-default .html-content ol li{margin-bottom:6px;line-height:1.8}.post-template-default .main-image{height:544px;position:relative}.post-template-default .main-image .container{position:absolute;bottom:0;left:0;right:0;width:100%;margin:0 auto}.post-template-default .main-image .container::before{position:absolute;bottom:-8px;left:15px;content:'';height:8px;width:100%;max-width:320px;background-color:#a2c871}.post-template-default .main-image img{display:block;width:100%;-o-object-fit:cover;object-fit:cover;max-width:100%;height:100%}#single-post{padding:47px 0 116px}.single-post__top{max-width:1017px;width:calc(100% + 30px);background-color:#fff;position:relative;left:-40px;padding:37px 40px 24px;border-radius:10px 10px 0 0}.single-post__date{font-size:16px;line-height:1.6;letter-spacing:.03em;color:#828282;font-family:"Open Sans";margin-bottom:26px;font-weight:400}.single-post__title{margin:0;font-size:42px;line-height:1.4;letter-spacing:.017em;font-family:Poppins;font-weight:700;color:#013365;height:116px;overflow:hidden}.single-post__back{display:inline-block;vertical-align:top;margin-bottom:30px}.single-post__back a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:relative;text-decoration:underline}.single-post__back a:hover::before{background-color:#770e34}.single-post__back a::before{content:"";-webkit-mask:url(../img/arrow_right.svg);mask:url(../img/arrow_right.svg);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;position:relative;display:block;width:21px;height:12px;background-color:#c61756;margin-right:10px;-webkit-transform:scale(-1,-1);-ms-transform:scale(-1,-1);transform:scale(-1,-1);-webkit-transition:all .4s;transition:all .4s}.single-post__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.single-post__content{width:calc(100% - 319px);padding-right:127px}.single-post__content .blog-body::after{display:table;clear:both;content:''}.single-post__content .html-content::after{display:table;clear:both;content:''}.single-post__content .html-content img.aligncenter{display:block;max-width:100%;margin-bottom:15px!important}.single-post__content .html-content img.alignleft{float:left;margin-right:15px;margin-bottom:15px!important}.single-post__content .html-content img.alignright{float:right;margin-left:15px;margin-bottom:15px!important}.single-post__sidebar{width:319px;position:relative;top:-33px}.single-post__recent strong{color:#0d2b45;display:block;padding-bottom:10px;border-bottom:6px solid #ebe77b;margin-bottom:32px;font-size:32px;font-family:Poppins;font-weight:700;line-height:1.4;letter-spacing:.02em}.single-post__recent .recent__item{margin-bottom:42px}.single-post__recent .recent__item:hover .recent__item--title a{color:#0255a8}.single-post__recent .recent__item:last-child{margin-bottom:0}.single-post__recent .recent__item--date{font-size:16px;line-height:1.6;font-family:"Open Sans";letter-spacing:.03em;color:#4d4d4d;margin-bottom:8px}.single-post__recent .recent__item--title a{display:block;font-family:"Open Sans";font-weight:700;font-size:18px;line-height:1.6;letter-spacing:.02em;text-transform:capitalize;color:#013365;text-decoration:none;-webkit-transition:all .4s;transition:all .4s}.single-post__tag{margin-bottom:79px}.single-post__tag strong{color:#0d2b45;display:block;padding-bottom:10px;border-bottom:6px solid #56b7b3;margin-bottom:31px;font-size:32px;font-family:Poppins;font-weight:700;line-height:1.4;letter-spacing:.02em}.single-post__tag .tags__item{margin-bottom:33px}.single-post__tag .tags__item:focus a,.single-post__tag .tags__item:hover a{color:#013365}.single-post__tag .tags__item:last-child{margin-bottom:0}.single-post__tag .tags__item a{font-size:18px;line-height:1.6;font-family:Poppins;letter-spacing:.02em;text-transform:uppercase;font-weight:700;text-decoration:none;-webkit-transition:all .4s;transition:all .4s;color:#4d4d4d}.single-post-author{padding:52px 0 0}.single-post-author__title{font-family:Poppins;font-weight:700;font-size:26px;line-height:1.4;letter-spacing:.02em;color:#013365;margin-bottom:30px}.single-post-author__image{padding:0 15px;width:351px}.single-post-author__image img{border-radius:10px;width:100%;display:block;height:auto;-o-object-fit:cover;object-fit:cover}.single-post-author__content{padding:0 15px;width:calc(100% - 354px)}.single-post-author__bio{max-width:555px}.single-post-author__name{font-family:Poppins;font-weight:700;font-size:18px;line-height:1.4;letter-spacing:.02em;color:#013365;margin-bottom:10px}@media screen and (max-width:1400px){.single-post__top{padding:37px 40px 24px 15px;left:-15px}}@media screen and (max-width:1199px){#single-post{padding-bottom:90px}.single-post__content{width:calc(100% - 300px);padding-right:80px}.single-post__sidebar{width:300px;top:0}.single-post__tag{margin-bottom:50px}.single-post__tag strong{margin-bottom:25px}.single-post__tag__item{margin-bottom:25px}.single-post__recent strong{margin-bottom:25px}.single-post__recent .recent__item{margin-bottom:35px}.single-post__recent .recent__item--date{margin-bottom:5px}.single-post-author__image{width:40%}.single-post-author__content{width:60%}.single-post-author__description{max-width:100%}}@media screen and (max-width:992px){.type-post .main-image{height:auto}.type-post .main-image img{min-height:300px}.type-post .main-image .container{position:relative}.single-post__top{margin-top:-40px}.single-post__content{width:100%;padding-right:0;margin-bottom:100px}.single-post__sidebar{width:100%}.single-post__title{height:auto;overflow:visible;font-size:36px}.single-post__date{margin-bottom:23px}.single-post__tag strong{max-width:320px}.single-post__recent strong{max-width:320px}}@media screen and (max-width:767px){#single-post{padding-bottom:70px}.type-post .main-image .container::before{height:6px;bottom:-6px;max-width:300px}.type-post .html-content p{font-size:14px}.type-post .html-content iframe{height:350px!important}.single-post__top{padding:30px 15px 40px}.single-post__title{font-size:32px}.single-post__content .html-content img{float:none!important;margin-left:0!important;margin-right:0!important;display:block}.single-post-author{padding-top:40px}.single-post-author__title{font-size:24px;margin-bottom:20px}.single-post-author__image{width:100%;margin-bottom:30px}.single-post-author__image img{width:auto}.single-post-author__content{width:100%}}@media screen and (max-width:568px){.type-post .html-content iframe{height:250px!important}}.impact-description{padding:81px 0}.impact-description.first .section__title::after{max-width:320px;width:100%;background:#56b7b3}.impact-description.second{padding:64px 0 92px}.impact-description.second .section__title{font-size:42px;padding-left:24px}.impact-description.second .section__description{margin-top:44px}.impact-description .section__header{margin-bottom:0}.impact-description .section__title{font-size:52px;line-height:1.4}.impact-description .section__description{font-size:16px;line-height:1.9;font-family:"Open Sans";text-align:left;max-width:906px;margin:30px auto 0}.impact-description .section__description>*{margin-bottom:25px}.impact-description .section__description>:last-child{margin-bottom:0}.impact-description .section__description h2,.impact-description .section__description h3,.impact-description .section__description h4,.impact-description .section__description h5,.impact-description .section__description h6{margin:25px 0;font-family:Poppins;font-weight:700;font-size:24px;line-height:1.6;letter-spacing:.03em;color:#013365}.impact-description .section__description ul{list-style:disc;padding-left:18px;margin:25px 0}.impact-description .section__description ul li{list-style-type:disc;margin:0;padding:0}.impact-description .section__description ol{list-style:decimal;padding-left:18px;margin:25px 0}.impact-description .section__description ol li{list-style-type:decimal;margin:0;padding:0}.impact-description .section__description .wrapper__simple--btn{margin:0 -10px 25px}.impact-description .section__description .simple--btn{display:inline-block;vertical-align:top;color:#fff!important;font-size:18px;line-height:27px;padding:16px 41px;font-family:Poppins;text-align:center;letter-spacing:.02em;margin:20px 10px 0;background-color:#013365;-webkit-transition:all .4s;transition:all .4s;border-radius:40px;text-decoration:none}.impact-description .section__description .simple--btn.simple--btn-second{background-color:#56b7b3}.impact-description .section__description .simple--btn.simple--btn-second:focus,.impact-description .section__description .simple--btn.simple--btn-second:hover{background-color:#00c4bb}.impact-description .section__description .simple--btn:focus,.impact-description .section__description .simple--btn:hover{background-color:#0d2b45;text-decoration:none}@media screen and (max-width:767px){.impact-description .section__description .simple--btn{margin:20px 10px 0}}@media screen and (max-width:1199px){.impact-description{padding:40px 0 50px}.impact-description .section__title{font-size:42px;line-height:1.4}.impact-description.second{padding:50px 0 60px}.impact-description.second .section__title{padding-left:0}.impact-description.second .section__description{margin-top:25px}}@media screen and (max-width:767px){.impact-description.first .section__title::after,.impact-description.second .section__title::after{max-width:200px}.impact-description.second .section__title{font-size:36px;line-height:1.2;padding-bottom:20px}.impact-description.second .section__description{margin-top:20px;line-height:28px}.impact-description .section__title{font-size:36px;line-height:1.2;padding-bottom:20px}.impact-description .section__title::after{max-width:200px}.impact-description .section__description{margin-top:20px;line-height:28px;font-size:14px}}.impact-template .section--resources{padding:74px 0 76px;max-width:100%}.impact-template .main-image{height:543px}.impact-template .main-image img{display:block;width:100%;-o-object-fit:cover;object-fit:cover;height:100%}.impact-template .impact{padding:86px 0 80px}.impact-template .section__title--left::after{background:#9ad4d1}.impact-template .news{padding-top:97px}.impact-template .news__animation .line-animation{bottom:13px}.impact-template .news__wrapper{margin-top:193px;padding-bottom:68px;background-color:#f8f8f8}.impact-template .news__item--date{margin-bottom:36px}.impact-template .news__item--btn{margin-top:50px}@media screen and (max-width:1199px){.impact-template .main-image{height:400px}.impact-template .news__item--date{margin-bottom:20px}.impact-template .news__item--btn{margin-top:30px}.impact-template .news__wrapper{padding-bottom:50px}.impact-template .section--resources{padding:50px 0}.impact-template .impact{padding:60px 0}.impact-template .impact .h2__title{margin-bottom:40px}.impact-template .impact__subtitle{font-size:24px}}@media screen and (max-width:992px){.impact-template .impact{padding:60px 0 10px}}@media screen and (max-width:767px){.impact-template .section--resources .section__title{text-align:left}.impact-template .section--resources .section__title::after{width:100%;max-width:374px;background:#6799cb;right:auto}.impact-template .impact{padding:60px 0 87px}.impact-template .main-image{height:300px}.impact-template .news{padding-top:70px}.impact-template .news .h2__title::before{background-color:#56b7b3}.impact-template .news__wrapper{margin-top:0;padding-bottom:30px;background-color:#fff}}.donation-template .main-image{position:relative;background-size:cover;background-repeat:no-repeat;background-position:center;min-height:565px}.donation-template .main-image img{display:none;width:100%;max-width:100%;-o-object-fit:cover;object-fit:cover;height:100%}.donation-template .main-image .donation-form{position:relative;width:100%;max-width:1403px;margin:auto;padding:0 15px}.donation-template .impact{padding:132px 0 108px;background-color:#f8f8f8}.donation-template .impact .h2__title{color:#013365;padding-bottom:33px;margin-bottom:72px;text-transform:inherit;position:relative}.donation-template .impact .h2__title::before{position:absolute;content:'';left:0;right:0;bottom:0;margin:0 auto;max-width:320px;width:100%;height:8px;background-color:#ebe77b}.donation-template .impact__subtitle{color:#6e808f}.donation-template .get-involved{background:#fff;padding:91px 0 71px}.donation-template .get-involved__wrapper{padding:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;max-width:1140px;margin:0 auto;background:0 0}.donation-template .get-involved__list{max-width:920px;margin:0 auto}.donation-template .get-involved .section__title{font-size:42px;padding-bottom:21px;margin-bottom:26px}.donation-template .get-involved .section__title::after{max-width:230px;background:#a2c971}.donation-form__block{padding:50px 115px;background-color:#fff;max-width:789px;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.donation-form__block .html-content{margin-bottom:20px}.donation-form__title{font-size:36px;line-height:1.4;font-family:Poppins;color:#013365;letter-spacing:.02em;font-weight:700;margin-bottom:13px}.donation-tabs__list{margin-bottom:30px}.donation-tabs__subtitle{color:#013365;font-size:18px;line-height:32px;letter-spacing:.02em;font-family:"Open Sans";margin-bottom:40px}.donation-tabs__item{border-bottom:4px solid #ebe77b;padding:20px 0}.donation-tabs__item.active .donation-tabs__item--title::after{z-index:1;opacity:1;visibility:visible}.donation-tabs__item.active .donation-tabs__item--title::before{border:2px solid #013365}.donation-tabs__item--visible{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer}.donation-tabs__item input[type=radio]{display:none}.donation-tabs__item input[type=radio]:checked+.donation-tabs__item--title::after{z-index:1;opacity:1;visibility:visible}.donation-tabs__item input[type=radio]:checked+.donation-tabs__item--title::before{border:2px solid #013365}.donation-tabs__item--price{text-align:right;width:100px;color:#013365;font-weight:700;font-family:Poppins;font-size:22px;line-height:1.6;letter-spacing:.03em}.donation-tabs__item--title{width:calc(100% - 100px);padding-right:10px;position:relative;padding-left:30px;font-size:18px;line-height:32px;font-family:"Open Sans";color:#013365;letter-spacing:.02em;font-weight:400}.donation-tabs__item--title.without-input{padding-left:0}.donation-tabs__item--title.without-input::after,.donation-tabs__item--title.without-input::before{display:none}.donation-tabs__item--title::before{position:absolute;top:9px;left:0;width:18px;height:18px;border:2px solid #828282;content:'';border-radius:100%;z-index:1;-webkit-box-sizing:border-box;box-sizing:border-box}.donation-tabs__item--title::after{position:absolute;content:'';left:4px;top:13px;border-radius:100%;background-color:#013365;opacity:0;visibility:hidden;z-index:-1;width:10px;height:10px}.donation-tabs__content--item{text-align:center}.donation-tabs__content--item .form_btn{padding:15px 42px;display:inline-block;vertical-align:top;font-size:18px;line-height:27px;font-weight:700;font-family:Poppins;letter-spacing:.02em;background-color:#013365;border-radius:40px;color:#fff;-webkit-transition:all .4s;transition:all .4s}.donation-tabs__content--item .form_btn:focus,.donation-tabs__content--item .form_btn:hover{background-color:#0255a8}.donation-tabs__content--item.active{display:block}.donation-tabs__popup{padding:67px 110px 42px;max-width:882px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.24);box-shadow:0 4px 12px rgba(0,0,0,.24);border-radius:10px;overflow:hidden}.donation-tabs__popup .mfp-close{display:none}.donation-tabs__popup .closePopup{position:absolute;top:15px;right:20px;font-size:18px;line-height:1.85;letter-spacing:.02em;color:#828282;font-weight:700;font-family:"Open Sans";display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;cursor:pointer}.donation-tabs__popup .closePopup i{margin-left:10px;font-size:28px}.donation-tabs__popup--title{font-size:32px;line-height:1.4;font-family:Poppins;font-weight:700;color:#013365;letter-spacing:.02em;position:relative;text-align:center;padding-bottom:38px;margin-bottom:50px}.donation-tabs__popup--title::before{position:absolute;content:'';width:100%;max-width:320px;height:8px;left:0;right:0;bottom:0;margin:0 auto;background-color:#dd749a}.donation-tabs__error{margin:10px 0;text-align:center;font-size:18px;color:#c61857;display:none}@media screen and (max-width:1400px){.donation-template .impact{padding:100px 0}.donation-template .impact__subtitle{font-size:28px}.donation-template .get-involved{padding:100px 0}.donation-form__block{padding:50px;max-width:659px}}@media screen and (max-width:1199px){.donation-template .main-image .donation-form{padding:0}.donation-form__block{padding:40px 35px;max-width:590px}.donation-form__title{font-size:32px;margin-bottom:10px;line-height:1.2}.donation-form .html-content{margin-bottom:10px;font-size:16px;line-height:1.6}.donation-tabs__item{padding:15px 0}.donation-tabs__item--title{font-size:16px;line-height:1.4}.donation-tabs__item--title::before{top:3px}.donation-tabs__item--title::after{top:7px}.donation-tabs__item--price{font-size:18px;line-height:1.4}.donation-tabs__list{margin-bottom:20px}.donation-tabs__subtitle{font-size:16px;line-height:1.6;margin-bottom:30px}}@media screen and (max-width:992px){.donation-template .main-image{height:auto;background-image:none!important;min-height:auto}.donation-template .main-image img{display:block}.donation-template .main-image .donation-form{position:relative;left:auto;right:auto;bottom:auto}.donation-template .impact{padding:100px 0 50px}.donation-form__block{max-width:100%;padding:30px 20px 60px}.donation-form__title{margin-bottom:20px}.donation-form .html-content{font-size:16px;line-height:28px;margin-bottom:30px}.donation-tabs__item--title{font-size:16px;line-height:28px}.donation-tabs__item--title::before{top:6px}.donation-tabs__item--title::after{top:10px}.donation-tabs__item--price{font-size:20px;line-height:1.6}.donation-tabs__popup{padding:70px 50px 50px}}@media screen and (max-width:767px){.donation-template .impact{padding:60px 0 110px;background-color:#0d2b45}.donation-template .impact .h2__title{color:#fff;margin-bottom:55px;padding-bottom:0}.donation-template .impact .h2__title::before{display:none}.donation-template .impact__subtitle{color:#fff}.donation-template .impact__subtitle br{display:none}.donation-template .main-image img{min-height:300px}.donation-template .get-involved{padding:75px 15px}.donation-template .get-involved .section__title{font-size:36px}.donation-tabs__popup{padding:70px 20px 50px}.donation-tabs__popup--title{font-size:28px;padding-bottom:19px;margin-bottom:40px}.donation-tabs__popup--title::before{max-width:200px;height:6px}}.post-template-program_template_for_post .container,.single-programs .container{max-width:1398px}.post-template-program_template_for_post .main-image img,.single-programs .main-image img{width:100%;display:block;height:300px;-o-object-fit:cover;object-fit:cover}.post-template-program_template_for_post .entry-header--top,.single-programs .entry-header--top{margin-top:35px}.post-template-program_template_for_post .entry-title,.single-programs .entry-title{font-family:Poppins;font-weight:700;font-size:42px;line-height:1.4;letter-spacing:.02em;color:#013365;position:relative;margin:20px 0 40px;padding-bottom:25px}.post-template-program_template_for_post .entry-title::after,.single-programs .entry-title::after{content:"";position:absolute;width:320px;height:8px;left:0;bottom:0;background:#9ad4d1}.post-template-program_template_for_post .program-content,.single-programs .program-content{padding-bottom:68px}.post-template-program_template_for_post .entry-content,.single-programs .entry-content{margin-bottom:30px}.post-template-program_template_for_post .entry-content.with_sidebar,.single-programs .entry-content.with_sidebar{width:50%;margin-right:10%}.post-template-program_template_for_post .entry-content.with_sidebar.with_description,.single-programs .entry-content.with_sidebar.with_description{width:49%;margin-right:11%;padding-top:22px}.post-template-program_template_for_post .entry-content.with_sidebar.with_description .html-content,.single-programs .entry-content.with_sidebar.with_description .html-content{line-height:1.7}.post-template-program_template_for_post .entry-content.without_sidebar,.single-programs .entry-content.without_sidebar{max-width:1140px;margin:auto}.post-template-program_template_for_post .entry-content.without_sidebar .post-title,.single-programs .entry-content.without_sidebar .post-title{text-align:center}.post-template-program_template_for_post .entry-content.without_sidebar .post-title::after,.single-programs .entry-content.without_sidebar .post-title::after{right:0;margin:auto}.post-template-program_template_for_post .programs-sidebar,.single-programs .programs-sidebar{margin-bottom:30px;width:40%}.post-template-program_template_for_post .information_block,.single-programs .information_block{margin-top:33px}.post-template-program_template_for_post .information_block__icon,.single-programs .information_block__icon{width:26px;display:inline-block;vertical-align:top;margin-right:5px;font-size:26px}.post-template-program_template_for_post .information_block__title,.single-programs .information_block__title{font-family:Poppins;font-weight:700;font-size:24px;line-height:1.6;letter-spacing:.03em;color:#013365;padding-bottom:22px;position:relative;margin-bottom:50px}.post-template-program_template_for_post .information_block__title::after,.single-programs .information_block__title::after{content:"";position:absolute;width:100%;max-width:250px;height:6px;left:-3px;bottom:0;background:#ebe77b}.post-template-program_template_for_post .information_block__title img,.single-programs .information_block__title img{width:26px;margin-right:5px}.post-template-program_template_for_post .information_block__fields,.single-programs .information_block__fields{margin-bottom:50px}.post-template-program_template_for_post .information_block__field,.single-programs .information_block__field{margin-bottom:40px;margin-left:-3px}.post-template-program_template_for_post .information_block__field:last-child,.single-programs .information_block__field:last-child{margin-bottom:0}.post-template-program_template_for_post .information_block__field--title,.single-programs .information_block__field--title{font-weight:700;font-size:18px;line-height:1.4;letter-spacing:.02em;color:#4d4d4d;margin-bottom:5px}.post-template-program_template_for_post .information_block__field--content,.single-programs .information_block__field--content{font-weight:700;font-size:18px;line-height:1.4;letter-spacing:.02em;color:#013365}.post-template-program_template_for_post .information_block__field--content p,.single-programs .information_block__field--content p{margin-bottom:5px}.post-template-program_template_for_post .information_block__field--content p:last-child,.single-programs .information_block__field--content p:last-child{margin-bottom:0}.post-template-program_template_for_post .information_block__field--content a:hover,.single-programs .information_block__field--content a:hover{color:#0255a8}.post-template-program_template_for_post .information_block .btn-wrapper,.single-programs .information_block .btn-wrapper{margin-left:-3px}.post-template-program_template_for_post .sidebar-description,.single-programs .sidebar-description{padding-top:22px;margin-left:-4px}.post-template-program_template_for_post .sidebar-description .html-content ol li::before,.single-programs .sidebar-description .html-content ol li::before{top:5px}.post-template-program_template_for_post .sidebar-description__title,.single-programs .sidebar-description__title{font-family:Poppins;font-weight:700;font-size:24px;line-height:1.6;letter-spacing:.03em;color:#013365;margin-bottom:43px}@media screen and (max-width:992px){.post-template-program_template_for_post .entry-title,.single-programs .entry-title{font-size:36px;line-height:42px;margin-top:33px}.post-template-program_template_for_post .sidebar-description__title,.single-programs .sidebar-description__title{font-size:18px;line-height:1.4;margin-bottom:35px}.post-template-program_template_for_post .sidebar-description .html-content ol li::before,.single-programs .sidebar-description .html-content ol li::before{top:4px}}@media screen and (max-width:767px){.post-template-program_template_for_post .program-content,.single-programs .program-content{padding-bottom:46px}.post-template-program_template_for_post .entry-title,.single-programs .entry-title{margin-top:33px;margin-bottom:35px}.post-template-program_template_for_post .entry-title::after,.single-programs .entry-title::after{width:300px;height:6px}.post-template-program_template_for_post .entry-header--top,.single-programs .entry-header--top{margin-top:41px}.post-template-program_template_for_post .entry-header--top .entry-title,.single-programs .entry-header--top .entry-title{margin-bottom:25px}.post-template-program_template_for_post .entry-content.with_sidebar,.post-template-program_template_for_post .entry-content.with_sidebar.with_description,.post-template-program_template_for_post .programs-sidebar,.single-programs .entry-content.with_sidebar,.single-programs .entry-content.with_sidebar.with_description,.single-programs .programs-sidebar{width:100%;margin-right:0;padding-top:0}.post-template-program_template_for_post .entry-content,.single-programs .entry-content{margin-bottom:29px}.post-template-program_template_for_post .entry-content.with_sidebar.with_description .html-content,.single-programs .entry-content.with_sidebar.with_description .html-content{line-height:1.8}.post-template-program_template_for_post .entry-content.without_sidebar .entry-title::after,.single-programs .entry-content.without_sidebar .entry-title::after{width:200px}.post-template-program_template_for_post .information_block,.single-programs .information_block{margin-top:21px}.post-template-program_template_for_post .information_block__title,.single-programs .information_block__title{padding-bottom:14px;margin-bottom:31px}.post-template-program_template_for_post .information_block__title img,.single-programs .information_block__title img{margin-right:9px}.post-template-program_template_for_post .information_block__fields,.single-programs .information_block__fields{margin-bottom:19px}.post-template-program_template_for_post .information_block__field,.single-programs .information_block__field{margin-bottom:13px}.post-template-program_template_for_post .information_block__field--content,.post-template-program_template_for_post .information_block__field--title,.single-programs .information_block__field--content,.single-programs .information_block__field--title{display:inline-block}.post-template-program_template_for_post .information_block__field--content p,.post-template-program_template_for_post .information_block__field--title p,.single-programs .information_block__field--content p,.single-programs .information_block__field--title p{display:inline-block}.post-template-program_template_for_post .information_block__field--title,.single-programs .information_block__field--title{margin-right:15px}.post-template-program_template_for_post .sidebar-description,.single-programs .sidebar-description{padding-top:0;margin-left:0}}.page-template-landing_page .page-header__title::after{background:#a2c971}@media (max-width:992px){.page-template-landing_page .page-wrapper{padding-top:70px}}@media (max-width:767px){.page-template-landing_page .post-item:last-child{border-bottom:2px solid #e0e0e0}.page-template-landing_page .post-item:last-child .post-item{margin-bottom:0}.page-template-landing_page .post-item:last-child .post-item__content{padding-bottom:45px}}.type-sublandings .section--testimonials{padding-top:40px}.type-sublandings .section--testimonials .section__title::after{background:#a2c971}@media (max-width:767px){.type-sublandings .section--testimonials{padding-top:110px}}.about-template .main-image{height:543px}.about-template .main-image img{display:block;width:100%;-o-object-fit:cover;object-fit:cover;height:100%}.about-template .impact-description{padding:81px 0 60px}.about-template .section--history{background-color:#f8f8f8;padding:95px 0 106px}.about-template .section--history .container{max-width:1170px}.about-template .section--history .html-content{font-size:16px;line-height:1.9;letter-spacing:.02em}.about-template .section--history .html-content p{margin-bottom:24px}.about-template .section--history .section__header{margin-bottom:46px}.about-template .section--history .section__title--left::after{bottom:-5px;left:117px}.about-template .section--about-descr{padding:71px 0 66px;background-color:#fff}.about-template .section--about-descr .section__title--left::after{background:#a2c971}@media screen and (max-width:1199px){.about-template .main-image{height:400px}.about-template .impact-description{padding:40px 0 50px}.about-template .section--history{padding:60px 0}.about-template .section .section__title--left::after{left:105px}}@media screen and (max-width:767px){.about-template .main-image{height:300px}.about-template .section--history{padding:50px 0}.about-template .section--history .html-content{font-size:14px;line-height:1.85}.about-template .section--history .html-content :last-child{margin-bottom:0}.about-template .section--history .section__header{margin-bottom:30px}.about-template .section--history .section__title--left::after{height:6px;width:100%;max-width:300px;left:0!important;right:auto;bottom:0}}.contact-template .main-image{max-height:543px}.contact-template .main-image img{display:block;width:100%;-o-object-fit:cover;object-fit:cover;height:100%;min-height:300px}.contact-template .impact-description .section__title::after{background:#dd749a}.contact-template .impact-description .section__description{text-align:center;font-size:24px;line-height:1.85;margin-top:26px}.contact-map{background:url(../img/map.png) no-repeat;background-size:cover;background-position:top center;height:500px}.contact-map__iframe{height:500px}.contact-map__iframe iframe{height:100%!important;width:100%!important}.contact-map .google_map{height:100%!important;width:100%!important}.contact-block{padding:19px 0 100px}.contact-block__group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px}.contact-block__column{margin:0 15px 40px;width:calc(25% - 30px)}.contact-block__title{font-size:24px;font-family:Poppins;color:#013365;line-height:1.6;letter-spacing:.03em;font-weight:700;margin-bottom:17px}.contact-block__line{height:6px;max-width:230px;width:100%}.contact-block__list{margin-top:30px}.contact-block__item{margin-bottom:18px;font-size:18px;font-family:"Open Sans";color:#013365;text-transform:capitalize;line-height:1.4;font-weight:700;letter-spacing:.02em}.contact-block__item a{text-decoration:none}.contact-block__item a:focus,.contact-block__item a:hover{text-decoration:underline}.contact-block__item:last-child{margin-bottom:0}.contact-block__descr{font-size:14px;line-height:1.85;color:#4d4d4d;font-family:"Open Sans";letter-spacing:.02em;margin-top:15px}.contact-form-page.contact-form{background-color:#0d2b45;padding:100px 0}.contact-form-page.contact-form .section__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;max-width:902px;margin:0 auto 45px}.contact-form-page.contact-form .section__icon{margin-right:34px;max-width:83px}.contact-form-page.contact-form .section__icon img{display:block;width:100%}.contact-form-page.contact-form .section__title{width:calc(100% - 117px);color:#fff;text-align:left}.contact-form-page.contact-form .section__title::after{background:#c61756;width:100%;max-width:320px;right:auto}.contact-form-page.contact-form .contact-form__description{max-width:902px;margin:0 auto 36px;color:#fff;font-size:18px;line-height:32px;font-family:"Open Sans";letter-spacing:.02em;font-weight:400}.contact-form-page.contact-form .contact-form__wrapper{max-width:906px;margin:0 auto}.contact-form-page.contact-form .contact-form__choose-title{color:#fff}.contact-form-page.contact-form__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.contact-form-page.contact-form .with_submit{display:block;text-align:right;width:126px;margin-right:0;margin-left:auto;margin-top:25px;position:relative}.contact-form-page.contact-form .with_submit .ajax-loader{position:absolute;right:-25px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.contact-form-page.contact-form .with_submit input[type=submit]{display:inline-block;-moz-appearance:none;appearance:none;vertical-align:top;-webkit-appearance:none;width:100%;max-width:126px;height:48px;line-height:48px;border:none;outline:0;border-radius:40px;text-align:center;background-color:#9ad4d1;-webkit-transition:all .4s;transition:all .4s;color:#013365;font-family:Poppins;font-size:16px;font-weight:700;letter-spacing:.02em;cursor:pointer;margin:0}.contact-form-page.contact-form .with_submit input[type=submit]:focus,.contact-form-page.contact-form .with_submit input[type=submit]:hover{background-color:#56b7b3}.contact-form-page.contact-form .wpcf7-form .contact-form__group{width:calc(50% - 15px)}.contact-form-page.contact-form .wpcf7-form .contact-form__group label{display:block;cursor:default;margin-bottom:21px}.contact-form-page.contact-form .wpcf7-form .contact-form__group .label__name{display:block;font-family:"Open Sans";font-size:18px;line-height:32px;letter-spacing:.01em;font-weight:700;margin-bottom:12px;color:#fff}.contact-form-page.contact-form .wpcf7-form .contact-form__group textarea{padding:12px 24px;width:100%;font-size:16px;line-height:1.9;font-family:"Open Sans";letter-spacing:.02em;color:#fff;background:0 0;border:2px solid #9ad4d1;border-radius:6px;-moz-appearance:none;appearance:none;-webkit-appearance:none;-webkit-transition:all .4s;transition:all .4s;resize:none;overflow-y:auto;height:161px}.contact-form-page.contact-form .wpcf7-form .contact-form__group textarea:focus{background:rgba(255,255,255,.9);border:2px solid #9ad4d1;-webkit-box-shadow:0 4px 12px rgba(2,85,168,.1);box-shadow:0 4px 12px rgba(2,85,168,.1);color:#013365}.contact-form-page.contact-form .wpcf7-form .contact-form__group textarea:focus::-webkit-input-placeholder{opacity:0;visibility:hidden}.contact-form-page.contact-form .wpcf7-form .contact-form__group textarea:focus::-moz-placeholder{opacity:0;visibility:hidden}.contact-form-page.contact-form .wpcf7-form .contact-form__group textarea:focus:-ms-input-placeholder{opacity:0;visibility:hidden}.contact-form-page.contact-form .wpcf7-form .contact-form__group textarea:focus::-ms-input-placeholder{opacity:0;visibility:hidden}.contact-form-page.contact-form .wpcf7-form .contact-form__group textarea:focus::placeholder{opacity:0;visibility:hidden}.contact-form-page.contact-form .wpcf7-form .contact-form__group textarea::-webkit-input-placeholder{opacity:1;visibility:visible;color:#f8f8f8;-webkit-transition:all .4s;transition:all .4s}.contact-form-page.contact-form .wpcf7-form .contact-form__group textarea::-moz-placeholder{opacity:1;visibility:visible;color:#f8f8f8;-moz-transition:all .4s;transition:all .4s}.contact-form-page.contact-form .wpcf7-form .contact-form__group textarea:-ms-input-placeholder{opacity:1;visibility:visible;color:#f8f8f8;-ms-transition:all .4s;transition:all .4s}.contact-form-page.contact-form .wpcf7-form .contact-form__group textarea::-ms-input-placeholder{opacity:1;visibility:visible;color:#f8f8f8;-ms-transition:all .4s;transition:all .4s}.contact-form-page.contact-form .wpcf7-form .contact-form__group textarea::placeholder{opacity:1;visibility:visible;color:#f8f8f8;-webkit-transition:all .4s;transition:all .4s}.contact-form-page.contact-form .wpcf7-form .contact-form__group input[type=email],.contact-form-page.contact-form .wpcf7-form .contact-form__group input[type=tel],.contact-form-page.contact-form .wpcf7-form .contact-form__group input[type=text]{padding:12px 24px;width:100%;font-size:16px;line-height:1.9;font-family:"Open Sans";letter-spacing:.02em;color:#fff;background:0 0;border:2px solid #9ad4d1;border-radius:6px;-moz-appearance:none;appearance:none;-webkit-appearance:none;-webkit-transition:all .4s;transition:all .4s}.contact-form-page.contact-form .wpcf7-form .contact-form__group input[type=email]:focus,.contact-form-page.contact-form .wpcf7-form .contact-form__group input[type=tel]:focus,.contact-form-page.contact-form .wpcf7-form .contact-form__group input[type=text]:focus{background:rgba(255,255,255,.9);color:#013365;border:2px solid #9ad4d1;-webkit-box-shadow:0 4px 12px rgba(2,85,168,.1);box-shadow:0 4px 12px rgba(2,85,168,.1)}.contact-form-page.contact-form .wpcf7-form .contact-form__group input[type=email]:focus::-webkit-input-placeholder,.contact-form-page.contact-form .wpcf7-form .contact-form__group input[type=tel]:focus::-webkit-input-placeholder,.contact-form-page.contact-form .wpcf7-form .contact-form__group input[type=text]:focus::-webkit-input-placeholder{opacity:0;visibility:hidden}.contact-form-page.contact-form .wpcf7-form .contact-form__group input[type=email]:focus::-moz-placeholder,.contact-form-page.contact-form .wpcf7-form .contact-form__group input[type=tel]:focus::-moz-placeholder,.contact-form-page.contact-form .wpcf7-form .contact-form__group input[type=text]:focus::-moz-placeholder{opacity:0;visibility:hidden}.contact-form-page.contact-form .wpcf7-form .contact-form__group input[type=email]:focus:-ms-input-placeholder,.contact-form-page.contact-form .wpcf7-form .contact-form__group input[type=tel]:focus:-ms-input-placeholder,.contact-form-page.contact-form .wpcf7-form .contact-form__group input[type=text]:focus:-ms-input-placeholder{opacity:0;visibility:hidden}.contact-form-page.contact-form .wpcf7-form .contact-form__group input[type=email]:focus::-ms-input-placeholder,.contact-form-page.contact-form .wpcf7-form .contact-form__group input[type=tel]:focus::-ms-input-placeholder,.contact-form-page.contact-form .wpcf7-form .contact-form__group input[type=text]:focus::-ms-input-placeholder{opacity:0;visibility:hidden}.contact-form-page.contact-form .wpcf7-form .contact-form__group input[type=email]:focus::placeholder,.contact-form-page.contact-form .wpcf7-form .contact-form__group input[type=tel]:focus::placeholder,.contact-form-page.contact-form .wpcf7-form .contact-form__group input[type=text]:focus::placeholder{opacity:0;visibility:hidden}.contact-form-page.contact-form .wpcf7-form .contact-form__group input[type=email]::-webkit-input-placeholder,.contact-form-page.contact-form .wpcf7-form .contact-form__group input[type=tel]::-webkit-input-placeholder,.contact-form-page.contact-form .wpcf7-form .contact-form__group input[type=text]::-webkit-input-placeholder{opacity:1;visibility:visible;color:#f8f8f8;-webkit-transition:all .4s;transition:all .4s}.contact-form-page.contact-form .wpcf7-form .contact-form__group input[type=email]::-moz-placeholder,.contact-form-page.contact-form .wpcf7-form .contact-form__group input[type=tel]::-moz-placeholder,.contact-form-page.contact-form .wpcf7-form .contact-form__group input[type=text]::-moz-placeholder{opacity:1;visibility:visible;color:#f8f8f8;-moz-transition:all .4s;transition:all .4s}.contact-form-page.contact-form .wpcf7-form .contact-form__group input[type=email]:-ms-input-placeholder,.contact-form-page.contact-form .wpcf7-form .contact-form__group input[type=tel]:-ms-input-placeholder,.contact-form-page.contact-form .wpcf7-form .contact-form__group input[type=text]:-ms-input-placeholder{opacity:1;visibility:visible;color:#f8f8f8;-ms-transition:all .4s;transition:all .4s}.contact-form-page.contact-form .wpcf7-form .contact-form__group input[type=email]::-ms-input-placeholder,.contact-form-page.contact-form .wpcf7-form .contact-form__group input[type=tel]::-ms-input-placeholder,.contact-form-page.contact-form .wpcf7-form .contact-form__group input[type=text]::-ms-input-placeholder{opacity:1;visibility:visible;color:#f8f8f8;-ms-transition:all .4s;transition:all .4s}.contact-form-page.contact-form .wpcf7-form .contact-form__group input[type=email]::placeholder,.contact-form-page.contact-form .wpcf7-form .contact-form__group input[type=tel]::placeholder,.contact-form-page.contact-form .wpcf7-form .contact-form__group input[type=text]::placeholder{opacity:1;visibility:visible;color:#f8f8f8;-webkit-transition:all .4s;transition:all .4s}.contact-form-page.contact-form .wpcf7-form .contact-form__group .class-modal-item{max-width:100%;margin:0;width:calc(50% - 14.5px)}.contact-form-page.contact-form .wpcf7-form .contact-form__group .class-modal-item span.wpcf7-list-item{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;position:relative}.contact-form-page.contact-form .wpcf7-form .contact-form__group .class-modal-item span.wpcf7-list-item input[type=checkbox]{position:absolute;width:100%;display:block;z-index:111;height:32px;opacity:.01;cursor:pointer}.contact-form-page.contact-form .wpcf7-form .contact-form__group .class-modal-item span.wpcf7-list-item input[type=checkbox]:checked+.wpcf7-list-item-label::after{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.contact-form-page.contact-form .wpcf7-form .contact-form__group .class-modal-item span.wpcf7-list-item input[type=checkbox]:checked+.wpcf7-list-item-label::before{border-color:#56b7b3;background-color:rgba(255,255,255,.9)}.contact-form-page.contact-form .wpcf7-form .contact-form__group .class-modal-item span.wpcf7-list-item .wpcf7-list-item-label{position:relative;width:100%;margin-bottom:0;font-size:16px;text-transform:inherit;font-family:"Open Sans";color:#fff;font-weight:700;line-height:1.4;letter-spacing:.02em;-webkit-transition:all .4s;transition:all .4s}.contact-form-page.contact-form .wpcf7-form .contact-form__group .class-modal-item span.wpcf7-list-item .wpcf7-list-item-label::before{display:inline-block;content:'';position:relative;width:30px;height:30px;background-color:transparent;border:3px solid #56b7b3;border-radius:6px;margin-right:13px;top:2px;-webkit-transition:all .4s;transition:all .4s;-webkit-box-sizing:border-box;box-sizing:border-box}.contact-form-page.contact-form .wpcf7-form .contact-form__group .class-modal-item span.wpcf7-list-item .wpcf7-list-item-label::after{content:url(../img/checked.svg);display:block;position:absolute;width:21px;height:15px;top:9px;left:5px;opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:all .4s;transition:all .4s}.contact-form-page.contact-form .wpcf7-form .contact-form__group .class-modal-item label{max-width:100%;margin-bottom:0}@media screen and (max-width:1199px){.contact-template .impact-description .section__description{font-size:20px}.contact-block{padding:50px 0 60px}.contact-block__list{margin-top:20px}.contact-block__item{font-size:16px;margin-bottom:12px}.contact-form-page.contact-form{padding:70px 0;overflow:hidden}.contact-form-page.contact-form .with_submit{margin-top:0}.contact-form-page.contact-form .wpcf7-form .contact-form__group .label__name{margin-bottom:10px}.contact-form-page.contact-form .wpcf7-form .contact-form__group label{margin-bottom:20px}.contact-map{height:400px}.contact-map__iframe{height:400px}}@media screen and (max-width:992px){.contact-block__group{margin:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.contact-block__column{width:calc(50% - 15px);margin:0 0 40px;text-align:center}.contact-block__line{margin:0 auto}.contact-form-page.contact-form{padding:60px 0 50px}.contact-form-page.contact-form .wpcf7-form .contact-form__group{width:calc(50% - 12.5px)}.contact-form-page.contact-form .wpcf7-form .contact-form__group .class-modal-item{width:calc(50% - 10px);padding:0}.contact-form-page.contact-form .wpcf7-form .contact-form__group .label__name{font-size:16px;line-height:28px;margin-bottom:5px}.contact-form-page.contact-form .contact-form__choose-title{font-size:16px;line-height:28px}.contact-map{height:350px}.contact-map__iframe{height:350px}}@media screen and (max-width:767px){.contact-form-page.contact-form .section__header{margin-bottom:30px}.contact-form-page.contact-form .section__icon{margin-right:25px;max-width:60px}.contact-form-page.contact-form .section__title{width:calc(100% - 85px);padding-bottom:20px}.contact-form-page.contact-form .section__title::after{max-width:200px}.contact-form-page.contact-form .contact-form__description{margin-bottom:20px}.contact-form-page.contact-form .contact-form__choose-title{margin-bottom:10px}.contact-form-page.contact-form .with_submit{margin-left:0;margin-right:auto}.contact-form-page.contact-form .wpcf7-form .contact-form__group{width:100%}.contact-form-page.contact-form .wpcf7-form .contact-form__group textarea{padding:10px 9px;height:126px}.contact-form-page.contact-form .wpcf7-form .contact-form__group input[type=email],.contact-form-page.contact-form .wpcf7-form .contact-form__group input[type=tel],.contact-form-page.contact-form .wpcf7-form .contact-form__group input[type=text]{padding:10px 9px;line-height:1.7;font-size:14px}.contact-form-page.contact-form .wpcf7-form .contact-form__group label{margin-bottom:15px}.contact-form-page.contact-form .wpcf7-form .contact-form__group .label__name{font-size:14px;line-height:1.4}.contact-form-page.contact-form .wpcf7-form .contact-form__group .classes-list__row{margin-bottom:15px}.contact-form-page.contact-form .wpcf7-form .contact-form__group .class-modal-item span.wpcf7-list-item .wpcf7-list-item-label{font-size:15px}.contact-form-page.contact-form .wpcf7-form .contact-form__group .class-modal-item span.wpcf7-list-item .wpcf7-list-item-label::before{margin-right:7px}.contact-map{height:300px}.contact-map__iframe{height:300px}.contact-template .impact-description .section__description{font-size:16px;line-height:1.9;text-align:left}.contact-block{padding:20px 0}.contact-block__column{text-align:left;width:100%}.contact-block__line{margin:0}}.gallery-template .section__title{font-size:52px;padding-bottom:23px}.gallery-template .section__title::after{background:#c61756;max-width:320px;width:100%}.gallery-template__top{padding:79px 0 163px}.gallery__wrapper{background-color:#f8f8f8;padding-bottom:114px}.gallery__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.gallery__item{width:calc((100% / 3) - 20px);margin:0 0 43px;cursor:pointer}.gallery__item .hover-play{position:absolute;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:-1;-webkit-transition:all .4s;transition:all .4s;background:rgba(0,0,0,.4);opacity:0;visibility:hidden}.gallery__item .hover-play__icon{margin-bottom:10px}.gallery__item .hover-play__title{font-family:Poppins;color:#fff;font-weight:700;line-height:1.4;letter-spacing:.03em;font-size:24px}.gallery__item:hover .hover-play{opacity:1;visibility:visible;z-index:1}.gallery__item:hover .video-column .play{opacity:0;visibility:hidden;z-index:-1}.gallery__item.gallery__item--img{margin-bottom:39px}.gallery__item.gallery__item--img .video-column{margin-bottom:0;height:100%}.gallery__item.gallery__item--img .video-column .hover-play__icon{margin-bottom:0}.gallery__item.gallery__item--img .video-column .hover-play__icon img{max-width:100%;display:block}.gallery__item.gallery__item--img .video-column>img{min-height:272px}.gallery__item.gallery__item--img:nth-child(3n+2){margin-bottom:39px}.gallery__item:nth-child(3n+2){margin:0 30px 43px}.gallery__item:first-child{margin-top:-120px}.gallery__item:nth-child(2){margin-top:-120px}.gallery__item:nth-child(3){margin-top:-120px}.gallery__item .video-column{height:272px;overflow:hidden;border-radius:10px;margin-bottom:22px}.gallery__item .video-column .play{-webkit-transition:all .4s;transition:all .4s;opacity:1;visibility:visible;top:50%}.gallery__item .video-column .play__icon{width:101px;height:101px;margin:0 auto}.gallery__item .video-column .play__icon i{font-size:42px}.gallery__title{font-family:Poppins;color:#013365;font-size:24px;line-height:1.4;letter-spacing:.03em;font-weight:700;cursor:pointer}.gallery-filter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:54px}.gallery-filter__title{font-size:24px;font-family:Poppins;font-weight:700;line-height:1.85;text-transform:capitalize;color:#6e808f;letter-spacing:.02em;margin-right:15px;margin-bottom:20px;pointer-events:none}.gallery-filter__title i{display:none}.gallery-filter__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.gallery-filter__item{padding:0 15px;margin-bottom:20px;cursor:pointer}.gallery-filter__item.active a::before{width:calc(100% + 10px);opacity:1;visibility:visible}.gallery-filter__item a{font-weight:800;font-family:Poppins;position:relative;font-size:18px;line-height:.02em;color:#013365;padding-bottom:2px}.gallery-filter__item a:hover::before{width:calc(100% + 10px);opacity:1;visibility:visible}.gallery-filter__item a::before{-webkit-transition:all .4s;transition:all .4s;opacity:0;content:'';visibility:hidden;width:0;position:absolute;left:-5px;bottom:-4px;height:4px;background-color:#56b7b3}@media screen and (max-width:1199px){.gallery-template .section__title{font-size:42px;padding-bottom:20px}.gallery-template .section__title::after{max-width:230px}.gallery-template__top{padding:70px 0 163px}.gallery__wrapper{padding-bottom:100px}.gallery__item{width:calc((100% / 3) - (40px / 3));margin:0 0 40px}.gallery__item.gallery__item--img:nth-child(3n+2){margin:0 20px 20px}.gallery__item.gallery__item--img:nth-child(2){margin:-120px 20px 20px}.gallery__item.gallery__item--img:first-child,.gallery__item.gallery__item--img:nth-child(3){margin:-120px 0 20px}.gallery__item.gallery__item--img .video-column{margin-bottom:0}.gallery__item:nth-child(3n+2){margin:0 20px 40px}.gallery__item:nth-child(2){margin:-120px 20px 40px}.gallery__item:first-child,.gallery__item:nth-child(3){margin:-120px 0 40px}.gallery__item .video-column{margin-bottom:15px}.gallery__title{font-size:20px}}@media screen and (max-width:992px){.gallery__list{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.gallery__list.gallery__list--img{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.gallery__item{width:calc(50% - 10px);margin:0 0 40px}.gallery__item.gallery__item--img{width:calc((100% / 3) - (10px / 3));margin:0 0 5px}.gallery__item.gallery__item--img .video-column{border-radius:0}.gallery__item.gallery__item--img:nth-child(3n+2){margin:0 5px 5px}.gallery__item.gallery__item--img:nth-child(2){margin:-120px 5px 5px}.gallery__item.gallery__item--img:first-child,.gallery__item.gallery__item--img:nth-child(3){margin:-120px 0 5px}.gallery__item.gallery__item--img .video-column{margin-bottom:0}.gallery__item:nth-child(3n+2){margin:0 0 40px}.gallery__item:nth-child(3){margin-top:0}.gallery__item:first-child,.gallery__item:nth-child(2){margin-top:-120px}}@media screen and (max-width:767px){.gallery__wrapper{background-color:#fff}.gallery__wrapper .container{padding:0}.gallery__item{margin-top:0!important;margin-bottom:0!important;border-radius:0;width:100%;-webkit-box-shadow:none;box-shadow:none;padding-bottom:40px}.gallery__item.gallery__item--img{width:calc((100% / 3) - (4px / 3));margin:0 0 2px;padding-bottom:0;margin-bottom:2px!important}.gallery__item.gallery__item--img:nth-child(3n+2){margin:0 2px 2px}.gallery__item.gallery__item--img:nth-child(2){margin:0 2px 2px}.gallery__item.gallery__item--img:first-child,.gallery__item.gallery__item--img:nth-child(3){margin:0 0 2px}.gallery__item.gallery__item--img .video-column{margin-bottom:0}.gallery__item.gallery__item--img .video-column>img{min-height:137px}.gallery__item .video-column{height:auto;overflow:visible;margin-bottom:0}.gallery__item .video-column img{min-height:272px}.gallery__item .hover-play__icon img{min-height:auto}.gallery__title{font-size:18px;line-height:1.4;margin-bottom:0;padding:20px 20px 0}.gallery-template__top{padding:70px 0 34px}.gallery-template>.container{padding:0}.gallery-template .section__title{padding:0 15px 20px;font-size:36px;line-height:1.2;margin-bottom:20px}.gallery-template .section__title::after{height:6px;max-width:200px}.gallery-filter{margin-top:40px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.gallery-filter__title{position:relative;font-size:18px;line-height:1.4;width:100%;margin:0;color:#013365;padding:17.5px 42px 17.5px 20px;background-color:#f8f8f8;pointer-events:auto}.gallery-filter__title.open i::before{content:"\f106"}.gallery-filter__title i{position:absolute;right:25px;top:53%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);color:#013365;font-size:20px;display:block;-webkit-transition:all .4s;transition:all .4s}.gallery-filter__list{width:100%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:0 20px;background-color:#f8f8f8;display:none}.gallery-filter__item{width:100%;margin:0;padding:0;border-bottom:1px solid #9ad4d1}.gallery-filter__item:first-child{border-top:1px solid #e0e0e0}.gallery-filter__item:last-child{border-bottom:none}.gallery-filter__item a{display:block;font-size:16px;line-height:24px;padding:20px;font-family:"Open Sans"}.gallery-filter__item a::before{display:none!important;opacity:0;visibility:hidden;width:0}}@media screen and (max-width:414px){.gallery__item.gallery__item--img .video-column>img{min-height:100px}}@media screen and (min-width:768px){.gallery-filter__list{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}}.default-content .main-image{height:543px}.default-content .main-image img{display:block;width:100%;-o-object-fit:cover;object-fit:cover;max-width:100%;height:100%}.default-content__description{padding:74px 0 120px}.default-content__description .container{max-width:1170px}.default-content .section__title{font-size:52px;margin-bottom:25px}.default-content .section__title::after{background:#56b7b3;max-width:320px;width:100%}.default-content .html-content{font-size:16px;line-height:1.85;letter-spacing:.02em}.default-content .html-content .simple--btn{display:inline-block;vertical-align:top;color:#fff!important;font-size:18px;line-height:27px;padding:16px 41px;font-family:Poppins;text-align:center;letter-spacing:.02em;margin:28px 10px 0;background-color:#013365;-webkit-transition:all .4s;transition:all .4s;border-radius:40px;text-decoration:none}.default-content .html-content .simple--btn.simple--btn-second{background-color:#56b7b3}.default-content .html-content .simple--btn.simple--btn-second:focus,.default-content .html-content .simple--btn.simple--btn-second:hover{background-color:#00c4bb}.default-content .html-content .simple--btn:focus,.default-content .html-content .simple--btn:hover{background-color:#0d2b45;text-decoration:none}@media screen and (max-width:1199px){.default-content .main-image{height:auto}.default-content .main-image img{min-height:300px}.default-content .section__title{font-size:42px}.default-content__description{padding:70px 0 100px}}@media screen and (max-width:992px){.default-content .html-content{line-height:28px}}@media screen and (max-width:767px){.default-content__description{padding:55px 0 100px}.default-content .section__title{font-size:36px}.default-content .section__title::after{max-width:200px}.default-content .html-content .simple--btn{margin:20px 10px 0}}.section{padding:72px 0 60px;overflow:hidden;max-width:1920px;margin:auto}.section__header{margin-bottom:45px}.section__title{font-family:Poppins;font-style:normal;font-weight:700;font-size:42px;line-height:1.45;text-align:center;letter-spacing:.02em;color:#013365;position:relative;padding-bottom:24px}.section__title::after{content:"";position:absolute;left:0;right:0;bottom:0;margin:auto;width:230px;height:8px;background:#a2c971}.section__title--left{text-align:left}.section__title--left::after{width:100vw;background:#0255a8;left:105px}.section__description{margin-top:25px;font-size:24px;line-height:1.85;text-align:center;letter-spacing:.02em;color:#222}@media (max-width:767px){.section__title{font-size:36px;line-height:1.2;padding-bottom:27px}.section__title:after{height:6px;width:200px}.section__description{font-size:16px;line-height:28px;margin-top:20px}}.section--classes{position:relative;padding-top:3px;padding-bottom:81px}.section--classes .section__header{margin-bottom:82px}.section--classes .container{position:relative}.section--classes::before{content:"";position:absolute;left:0;right:0;bottom:0;width:100%;height:52%;background-color:#f8f8f8}.class-item{width:25%;padding:0 15px;margin-bottom:30px}.class-item__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%;background:#fff;-webkit-box-shadow:0 0 32px rgba(0,0,0,.08);box-shadow:0 0 32px rgba(0,0,0,.08);border-radius:10px;padding:42px 19px 30px;color:#4d4d4d;letter-spacing:.02em}.class-item__info{padding-left:40px}.class-item__date,.class-item__location{position:relative}.class-item__date::before,.class-item__location::before{content:"";position:absolute;display:block;width:24px;height:28px;left:-40px;top:0}.class-item__date{font-weight:700;font-size:22px;line-height:1.4;margin-bottom:16px;position:relative;font-family:Poppins}.class-item__date::before{content:url(../img/calendar.svg)}.class-item__location{margin:15px 0}.class-item__location a{font-family:"Open Sans";font-weight:700;font-size:18px;color:#013365;line-height:1.4}.class-item__location a:hover{text-decoration:underline}.class-item__location::before{content:url(../img/location.svg);top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);padding-bottom:3px}.class-item__day,.class-item__hours{font-family:"Open Sans";font-size:18px;line-height:1.4}.class-item__day{margin-bottom:20px}.class-item__hours{margin-bottom:27px}.class-item .btn-wrapper{text-align:center;margin-top:27px}@media (max-width:1199px){.section--classes::before{height:70%}.class-item{width:33.333%}}@media (max-width:992px){.class-item{width:50%}}@media (max-width:767px){.section--classes{padding-bottom:30px}.section--classes::before{content:none}.section--classes .section__header{margin-bottom:37px}.section--classes .section__title{text-align:left;padding-bottom:25px}.section--classes .section__title::after{right:auto;width:300px}.section--classes .section__description{text-align:left}.class-item{width:100%;padding-left:0;padding-right:0;margin-bottom:0}.class-item__wrapper{background:#f8f8f8;border-bottom:4px solid #e0e0e0;-webkit-box-shadow:none;box-shadow:none;border-radius:0;padding:46px 19px 40px}.class-item__info{padding-left:36px}.class-item__date{font-size:18px;line-height:34px;margin-bottom:5px}.class-item__date::before{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9);left:-36px}.class-item__day,.class-item__hours{display:inline-block}.class-item__hours{position:relative}.class-item__hours::before{content:'';position:relative;width:1px;height:17px;display:inline-block;margin:0 15px;top:4px;background-color:#4d4d4d}.class-item__location{margin-top:18px}.class-item__location::before{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9);top:-7px;left:-36px}.class-item .btn-wrapper{margin-top:25px;text-align:left}}.section--resources{background:#f8f8f8;padding:84px 0 65px}.section--resources .section__title{padding-bottom:29px}.section--resources .section__header{margin-bottom:80px}.download-item{width:25%;padding:0 15px;margin-bottom:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .4s;transition:all .4s}.download-item:hover{-webkit-filter:drop-shadow(0 4px 4px rgba(0, 0, 0, .25));filter:drop-shadow(0 4px 4px rgba(0, 0, 0, .25))}.download-item:hover .download-item__title a{text-decoration:underline}.download-item a{display:inline-block}.download-item__img{min-width:59px;width:59px;margin-right:31px}.download-item__img a,.download-item__img img{display:block}.download-item__title{font-family:Poppins;font-weight:700;font-size:24px;line-height:1.6;letter-spacing:.03em;color:#013365}@media (max-width:1199px){.download-item{width:33.333%}}@media (max-width:992px){.download-item{width:50%}}@media (max-width:767px){.section--resources{padding-top:42px;padding-bottom:13px;background-color:#fff}.section--resources .section__header{margin-bottom:45px}.section--resources .section__title{font-size:32px;text-align:center}.section--resources .section__title::after{left:0;right:0;max-width:374px;width:100%;margin:auto}.download-item{width:100%;margin-bottom:65px;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.download-item__img{margin-right:15px;padding-top:12px}}@media (max-width:568px){.download-item__img{width:38px;min-width:38px;height:42px}}.video_section{max-width:1920px;margin:auto}.video_section .video-column{width:49%;height:auto}.video_section .video-description{width:51%;background-color:#0d2b44;padding-left:24px}.video_section .video-description__wrapper{padding:101px 15px 142px 0;max-width:600px;margin:auto}.video_section .video-description__wrapper.with-button{padding-bottom:91px}.video_section .video-description__title{font-family:Poppins;font-weight:700;font-size:42px;line-height:1.4;letter-spacing:.02em;color:#fff;padding-bottom:23px;margin-bottom:30px;position:relative}.video_section .video-description__title::after{content:"";position:absolute;width:200px;height:8px;background:#ebe77b;left:0;bottom:0}.video_section .video-description__content{font-size:16px;line-height:1.9;letter-spacing:.02em;color:#fff}.video_section .video-description .btn-wrapper{margin-top:30px}@media (max-width:992px){.video_section .video-description{padding-left:0}.video_section .video-description__wrapper{padding:60px 20px 71px}.video_section .video-description__title{font-size:36px;line-height:1.2;padding-bottom:37px;margin-bottom:20px}.video_section .video-description__title::after{height:6px}}@media (max-width:767px){.video_section .video-column,.video_section .video-description{width:100%}}.section--posts .section__title::after{background:#56b7b3}.section--testimonials{padding-top:86px;padding-bottom:0}.section--testimonials .section__title::after{background-color:#c61756}.testimonials-slider.slick-initialized .testimonial-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.testimonials-slider.slick-initialized .testimonial-item__img{width:43.6%}.testimonials-slider.slick-initialized .testimonial-item__img img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.testimonials-slider.slick-initialized .testimonial-item__description{width:56.4%;background-color:#f2f2f2;padding:80px 140px 90px 30px}.testimonials-slider.slick-initialized .testimonial-item__content,.testimonials-slider.slick-initialized .testimonial-item__title{max-width:560px;margin:auto}.testimonials-slider.slick-initialized .testimonial-item__title{font-family:Poppins;font-weight:700;font-size:36px;line-height:1.4;text-align:center;letter-spacing:.02em;color:#56b7b3;margin-bottom:30px}.testimonials-slider.slick-initialized .testimonial-item__content{font-size:18px;line-height:1.8;text-align:center;letter-spacing:.01em;color:#0d2b45}.testimonials-slider.slick-initialized.slick-dotted{margin-bottom:0}.testimonials-slider.slick-initialized .slick-dots{max-width:56.4%;right:57px;bottom:60px}.testimonials-slider.slick-initialized .slick-dots li{height:10px;width:8px}.testimonials-slider.slick-initialized .slick-dots li:only-child{display:none}.testimonials-slider.slick-initialized .slick-dots li button::before{content:"";width:6px;height:6px;border:2px solid #c61756;border-radius:50%;background-color:transparent;opacity:1;-webkit-transition:all .4s;transition:all .4s}.testimonials-slider.slick-initialized .slick-dots li.slick-active button::before{background-color:#c61756}@media (max-width:1199px){.testimonials-slider.slick-initialized .testimonial-item__description{padding-left:30px;padding-right:30px}.testimonials-slider.slick-initialized .slick-dots{right:0}}@media (max-width:992px){.testimonials-slider.slick-initialized .testimonial-item__description{padding-top:75px;padding-left:20px;padding-right:20px}.testimonials-slider.slick-initialized .testimonial-item__title{font-size:32px;line-height:38px;padding-left:10px;padding-right:10px;margin-bottom:25px}.testimonials-slider.slick-initialized .testimonial-item__content{text-align:left}}@media (max-width:767px){.section--testimonials{padding-top:58px}.section--testimonials .section__header{margin-bottom:31px}.testimonials-slider.slick-initialized .testimonial-item{-ms-flex-wrap:wrap;flex-wrap:wrap}.testimonials-slider.slick-initialized .testimonial-item__description,.testimonials-slider.slick-initialized .testimonial-item__img{width:100%}.testimonials-slider.slick-initialized .testimonial-item__description{padding-bottom:135px}.testimonials-slider.slick-initialized .slick-dots{max-width:100%;bottom:70px}}.section--affiliates{padding:79px 0 99px}.section--affiliates .section__title::after{background:#dd749a}.section--affiliates .section__header{margin-bottom:63px}.image-item{width:20%;padding:0 15px;text-align:center;margin-bottom:30px}.image-item a{display:block}.home .section--affiliates{background:#f2f2f2;padding:110px 0 38px;max-width:100%}.home .section--affiliates .section__header{margin-bottom:56px}.home .section--affiliates .section__title{font-size:52px;line-height:1.4;padding-bottom:24px}.home .section--affiliates .section__title::after{max-width:320px;width:100%;background-color:#56b7b3}.home .section .row_flex{-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:1199px){.home .section--affiliates{padding:70px 0 38px}.home .section--affiliates .section__title{font-size:42px;line-height:1.2;padding-bottom:24px}.home .section--affiliates .section__title::after{max-width:320px;width:100%;background-color:#56b7b3}}@media (max-width:767px){.section--affiliates{padding-top:91px;padding-bottom:73px}.section--affiliates .section__header{margin-bottom:39px}.image-item{width:25%;margin-bottom:37px}.home .section--affiliates{padding:50px 0 38px}.home .section--affiliates .section__title{font-size:36px;line-height:1.2;padding-bottom:26px}.home .section--affiliates .section__title::after{max-width:200px;width:100%;height:6px;background-color:#56b7b3}}@media (max-width:568px){.image-item{width:33.333%}.image-item img{max-width:90px}}.how-we-help{max-width:1920px;margin:0 auto}.how-we-help__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;background-color:#0d2b45}.how-we-help__image{width:51%;position:relative}.how-we-help__image img{display:block;margin:0 auto;max-width:100%;position:absolute;left:0;right:0}.how-we-help__descr{width:49%;padding:64px 112px 58px 117px}.how-we-help__descr .html-content{font-size:16px;line-height:1.9;color:#fff;letter-spacing:.02em}.how-we-help__descr .html-content h2,.how-we-help__descr .html-content h3,.how-we-help__descr .html-content h4,.how-we-help__descr .html-content h5,.how-we-help__descr .html-content h6{margin-bottom:0;margin-top:37.5px}.how-we-help__descr .section__title{text-align:left;margin-bottom:34px;padding-bottom:0;color:#fff}.how-we-help__descr .section__title::after{display:none}.how-we-help__item{margin-bottom:48px}.how-we-help__item:last-child{margin-bottom:0}.how-we-help__line{height:4px;width:100%;margin-top:10px}.how-we-help__subtitle{font-size:24px;font-family:Poppins;color:#fff;line-height:38px;font-weight:700;display:block;letter-spacing:.03em}@media screen and (max-width:1400px){.how-we-help__descr{padding:70px}}@media screen and (max-width:1199px){.how-we-help__descr{padding:50px 40px}.how-we-help__descr .html-content h2,.how-we-help__descr .html-content h3,.how-we-help__descr .html-content h4,.how-we-help__descr .html-content h5,.how-we-help__descr .html-content h6{margin-top:20px}.how-we-help__descr .html-content p{margin-bottom:20px}}@media screen and (max-width:992px){.how-we-help__item{margin-bottom:30px}.how-we-help__image{width:100%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-top:-150px}.how-we-help__image img{position:relative;top:0!important;bottom:0!important}.how-we-help__descr{width:100%;padding:60px 15px 30px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.how-we-help__descr .section__title{margin-bottom:20px}}.section--faq{padding:140px 0 102px}.section--faq .section__title--left{padding-bottom:29px}.section--faq .section__title--left::after{background:#c61756;left:117px}.section--faq .section__header{margin-bottom:88px}.faq__item{margin-bottom:4px}.faq__item:last-child{margin-bottom:0}.faq__item.active .faq__title{background-color:#013365;color:#fff}.faq__item.active .faq__title::before{content:"\f056";color:#fff}.faq__title{padding:35px 80px 30px 30px;background-color:#f8f8f8;position:relative;font-size:24px;line-height:1.6;font-family:Poppins;letter-spacing:.03em;color:#013365;font-weight:700;display:block;cursor:pointer;border-radius:6px 6px 0 0;-webkit-transition:all .4s;transition:all .4s}.faq__title::before{content:"\f055";position:absolute;right:51px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-family:"Font Awesome 5 Free";font-weight:900;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;color:#c61756;font-size:24px}.faq__content{display:none;padding:22px 50px 30px 30px;background-color:#f8f8f8;border-radius:0 0 6px 6px}.faq__content.html-content{font-size:16px;line-height:1.9;letter-spacing:.02em}@media screen and (max-width:1199px){.section--faq{padding:80px 0 100px}.section--faq .section__header{margin-bottom:40px}}@media screen and (max-width:767px){.section--faq{padding:60px 0 100px}.section--faq .section__title--left::after{left:0!important;right:auto;width:100%;max-width:300px}.faq__title{padding:30px 50px 30px 20px;font-size:18px}.faq__title::before{right:20px}.faq__content{padding:22px 20px 30px}.faq__content.html-content{font-size:14px}}.acf-landing.acf-landing-subpages .acf-landing__top{padding:80px 0 147px}.acf-landing.acf-landing-subpages .acf-landing__top .section__title::after{background:#56b7b3}.acf-landing .loadMoreWrapper{padding-bottom:0}.acf-landing .loadMoreWrapper .load_more_button{margin-top:20px}.acf-landing__top{padding:80px 0 210px}.acf-landing__top .page-header{margin-bottom:0}.acf-landing__top .page-header__title::after{background:#56b7b3}.acf-landing__top .html-content{text-align:center;font-size:24px;max-width:970px;margin:20px auto 0}.acf-landing__wrapper{padding-bottom:114px;background-color:#f8f8f8}.acf-landing .post-item:first-child{margin-top:-80px}.acf-landing .post-item:nth-child(2){margin-top:-80px}.acf-landing .post-item:nth-child(3){margin-top:-80px}.section--posts{padding-top:102px;padding-bottom:10px}.section--posts .section__header{margin-bottom:48px}.post-item{width:calc((100% / 3) - 30px);margin:0 15px 40px;border-radius:10px;background-color:#fff;-webkit-box-shadow:0 0 28px rgba(0,0,0,.08);box-shadow:0 0 28px rgba(0,0,0,.08);-webkit-transition:all .4s;transition:all .4s}.post-item:focus,.post-item:hover{-webkit-filter:drop-shadow(0 0 32px rgba(0, 0, 0, .08));filter:drop-shadow(0 0 32px rgba(0, 0, 0, .08))}.post-item:focus .post-item__title,.post-item:hover .post-item__title{color:#0255a8}.post-item:focus .txt-btn,.post-item:hover .txt-btn{color:#770e34}.post-item:focus .txt-btn::after,.post-item:hover .txt-btn::after{margin-left:13px;background-color:#770e34}.post-item--listing{margin-bottom:40px}.post-item--listing.simple .post-item__description{height:99px;overflow:hidden}.post-item__img{position:relative}.post-item__img a{display:block;height:272px;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:10px 10px 0 0}.post-item__img a img{height:100%}.post-item__img img{display:block;width:100%;-o-object-fit:cover;object-fit:cover}.post-item__img .next,.post-item__img .prev{width:52px;opacity:0;visibility:hidden;height:52px;background-color:rgba(34,34,34,.7);-webkit-transition:all .4s;transition:all .4s;z-index:10;cursor:pointer;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;bottom:-26px}.post-item__img .next:focus,.post-item__img .next:hover,.post-item__img .prev:focus,.post-item__img .prev:hover{background-color:#222}.post-item__img .next img,.post-item__img .prev img{max-width:100%;display:block;width:auto;height:auto;-o-object-fit:contain;object-fit:contain}.post-item__img .next i,.post-item__img .prev i{color:#fff;font-size:20px}.post-item__img .prev{left:0}.post-item__img .next{right:0}.post-item__content{padding:19px 29px 30px}.post-item__title{font-family:Poppins;font-weight:700;font-size:24px;line-height:1.6;letter-spacing:.03em;color:#013365;margin-bottom:10px}.post-item__title a{display:block}.post-item__description{font-size:18px;line-height:1.85;letter-spacing:.02em;color:#4d4d4d;margin-bottom:23px}.post-item__links{margin-bottom:32px}.post-item__link{font-family:Poppins;font-weight:700;font-size:16px;line-height:2.4;letter-spacing:.02em;color:#013365;position:relative}.post-item__link::after{content:"";-webkit-mask:url(../img/arrow.svg);mask:url(../img/arrow.svg);display:inline-block;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;position:relative;width:10px;height:16px;background-color:#013365;top:2px;margin-left:8px;-webkit-transition:all .4s;transition:all .4s}.post-item__link:focus,.post-item__link:hover{color:#c61756}.post-item__link:focus::after,.post-item__link:hover::after{background-color:#c61756;margin-left:14px}.post-item.slick-current .post-item__img .next,.post-item.slick-current .post-item__img .prev{opacity:1;visibility:visible}@media (max-width:1199px){.acf-landing.acf-landing-subpages .acf-landing__top{padding:70px 0 130px}.acf-landing.acf-landing-subpages .acf-landing__top .section__title{font-size:42px}.acf-landing__top{padding:70px 0 170px}.acf-landing__top .page-header__title{font-size:42px}.acf-landing__wrapper{padding-bottom:100px}.acf-landing .row_flex--margin{margin-left:-10px;margin-right:-10px}.post-item{width:calc((100% / 3) - 20px);margin:0 10px 40px}.post-item__title{font-size:20px}.post-item__content{padding:19px 20px 30px}.post-item.simple .post-item__description{height:90px;font-size:16px}}@media (max-width:992px){.post-item{width:calc(50% - 20px)}.acf-landing__top .page-header{margin-bottom:0}.acf-landing__top .html-content{font-size:20px;line-height:28px}.acf-landing .post-item:nth-child(3){margin-top:0}}@media (max-width:767px){.acf-landing.acf-landing-subpages .acf-landing__top{padding:60px 0 40px}.acf-landing.acf-landing-subpages .acf-landing__top .section__title{padding:0 15px 27px;font-size:36px}.acf-landing.acf-landing-subpages>.container{padding:0}.acf-landing .loadMoreWrapper{padding-bottom:0}.acf-landing .loadMoreWrapper .load_more_button{margin-top:60px}.acf-landing__top{padding:60px 0 40px}.acf-landing__top .html-content{font-size:16px;line-height:28px}.acf-landing__wrapper{background-color:#fff}.acf-landing .post-item:nth-child(1),.acf-landing .post-item:nth-child(2){margin-top:0}.acf-landing__wrapper .container{padding:0}.acf-landing .row_flex--margin{margin-left:0;margin-right:0}.section--posts{padding-top:80px}.post-item{padding-left:0;padding-right:0;border-bottom:2px solid #e0e0e0;width:100%;margin:0;border-radius:0}.post-item.simple .post-item__description{height:auto;overflow:visible}.post-item__wrapper{-webkit-filter:none;filter:none}.post-item__content{padding:28px 29px 45px}.post-item__title{margin-bottom:10px;font-size:24px}.post-item__description{font-size:16px}.post-item__links{margin-bottom:45px}.post-item__link{border-bottom:2px solid rgba(224,224,224,.5);padding-top:14px;padding-bottom:11px}.post-item__link:first-child{padding-bottom:17px}.post-item__img a{border-radius:0;overflow:visible;display:block;height:auto}.post-item__img a img{height:auto;min-height:272px}.post-item__img .next,.post-item__img .prev{display:-webkit-box;display:-ms-flexbox;display:flex}.post-item--listing{width:100%;margin-bottom:0}.post-item--listing .post-item{margin-bottom:5px;border-bottom:2px solid #e0e0e0}.post-item--listing .post-item:last-child{margin-bottom:0}.post-item--listing .post-item__img img{border-radius:0}.post-item.sublanding{margin-bottom:0}.post-item.sublanding .post-item__title{margin-left:-4px;margin-bottom:7px}.post-item.sublanding .post-item__content{padding:21px 29px 45px}.post-item.sublanding .txt-btn{font-size:18px}}.archive__wrapper{background-color:#f8f8f8;padding-bottom:113px}.archive__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.archive__item{width:calc((100% / 3) - 20px);margin:0 0 50px;background-color:#fff;border-radius:10px;overflow:hidden;position:relative;-webkit-box-shadow:0 0 28px rgba(0,0,0,.08);box-shadow:0 0 28px rgba(0,0,0,.08);-webkit-transition:all .4s;transition:all .4s}.archive__item:hover{-webkit-filter:drop-shadow(0 0 32px rgba(0, 0, 0, .08));filter:drop-shadow(0 0 32px rgba(0, 0, 0, .08))}.archive__item:hover strong a{color:#0255a8}.archive__item:hover .txt-btn{color:#770e34}.archive__item:hover .txt-btn::after{margin-left:13px}.archive__item:hover .txt-btn--arrow::after{background-color:#770e34}.archive__item:nth-child(3n+2){margin:0 30px 50px}.archive__item:nth-child(2){margin:-120px 30px 50px}.archive__item:first-child,.archive__item:nth-child(3){margin:-120px 0 50px}.archive__item--img{height:272px;overflow:hidden;position:relative;z-index:1}.archive__item--img a{display:block;background-color:#ccc;height:100%}.archive__item--img img{display:block;width:100%;height:100%;max-width:100%;-o-object-fit:cover;object-fit:cover}.archive__item--descr{padding:36px 31px 46px}.archive__item--descr>:last-child{margin-bottom:0}.archive__item--text{font-size:18px;line-height:1.85;letter-spacing:.02em;color:#4d4d4d;margin-bottom:23px}.archive__item--date{display:block;font-weight:600;color:#828282;letter-spacing:.5px;margin-bottom:23px;font-size:18px}.archive__item--btn{margin-top:34px}.archive__item strong{font-size:24px;font-family:Poppins;font-weight:700;line-height:160%;color:#013365;height:114px;overflow:hidden;margin-bottom:10px;display:block;-webkit-transition:all .4s;transition:all .4s;letter-spacing:.7px}.archive__item strong a{text-decoration:none;color:inherit;font-size:inherit;font-weight:inherit}@media screen and (max-width:1199px){.archive__wrapper{padding-bottom:100px}.archive__item{width:calc((100% / 3) - (40px / 3));margin:0 0 20px}.archive__item:nth-child(3n+2){margin:0 20px 20px}.archive__item:nth-child(2){margin:-120px 20px 20px}.archive__item:first-child,.archive__item:nth-child(3){margin:-120px 0 20px}.archive__item--descr{padding:35px 20px}.archive__item--date{margin-bottom:20px}.archive__item--btn{margin-top:30px}.archive__item strong{font-size:20px;line-height:1.4;height:86px}.archive__item--text{font-size:16px;line-height:1.5}}@media screen and (max-width:992px){.archive__list{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.archive__item{width:calc(50% - 10px);margin:0 0 20px}.archive__item:nth-child(3n+2){margin:0 0 20px}.archive__item:nth-child(3){margin-top:0}.archive__item:first-child,.archive__item:nth-child(2){margin-top:-120px}}@media screen and (max-width:767px){.archive__wrapper{background-color:#fff}.archive__wrapper .container{padding:0}.archive__item{margin-top:0!important;margin-bottom:0!important;border-radius:0;width:100%;border-bottom:2px solid #828282;-webkit-box-shadow:none;box-shadow:none}.archive__item--btn{margin-top:30px}.archive__item--text{font-size:18px;line-height:1.85}.archive__item--img{height:auto;overflow:visible}.archive__item--img img{min-height:272px}.archive__item--date{font-size:14px;line-height:1.2;margin-bottom:10px}.archive__item strong{height:auto;overflow:visible;font-size:24px;line-height:1.6;margin-bottom:10px}}.archive-staff{padding:79px 0 120px}.archive-staff .wrap-btn__load-more{margin-top:10px}.archive-staff .section__title{font-size:52px}.archive-staff .section__title::after{width:100%;max-width:320px}.archive-staff__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:1140px;margin:0 auto;margin-top:49px}.archive-staff__item{width:calc((100% / 3) - (55px / 3));margin:0 0 40px;background-color:#fff;border-radius:10px 10px 0 0;overflow:hidden;position:relative;-webkit-transition:all .4s;transition:all .4s;cursor:pointer}.archive-staff__item:hover .archive-staff__name{color:#0255a8}.archive-staff__item:nth-child(3n+2){margin:0 27.4px 40px}.archive-staff__img{height:280px;overflow:hidden;position:relative;z-index:1;background-color:#ccc;margin-bottom:10px}.archive-staff__img img{display:block;width:100%;height:100%;max-width:100%;-o-object-fit:cover;object-fit:cover}.archive-staff__name{font-size:24px;font-family:Poppins;font-weight:700;line-height:1.4;color:#013365;margin-bottom:19px;display:block;-webkit-transition:all .4s;transition:all .4s;letter-spacing:.7px}.archive-staff__place{font-size:16px;line-height:1.9;letter-spacing:.02em;color:#4d4d4d;font-weight:400;font-family:"Open Sans"}.archive-staff__proff{font-size:16px;line-height:1.9;letter-spacing:.02em;color:#4d4d4d;font-weight:400;font-family:"Open Sans"}.archive-staff__full{position:fixed;right:-35%;top:0;max-width:35%;width:100%;background-color:#fff;padding:0 54px;overflow-y:auto;z-index:999;height:100%;-webkit-transition:all .4s;transition:all .4s}.archive-staff__full.open{right:0;display:block;z-index:999}.archive-staff__full.open .archive-staff__full--close{right:calc(35% + 30px);z-index:999;opacity:1;visibility:visible}.archive-staff__full--content{padding-bottom:30px}.archive-staff__full--close{right:0;z-index:-1;opacity:0;visibility:hidden;top:25px;position:fixed;-webkit-transition:all .4s;transition:all .4s}.archive-staff__full--close img{max-width:100%;display:block}.archive-staff__full--img{margin-bottom:18px}.archive-staff__full--img img{display:block;width:100%;max-width:100%;-o-object-fit:cover;object-fit:cover}.archive-staff__full--name{font-size:32px;line-height:1.4;font-weight:700;font-family:Poppins;color:#013365;letter-spacing:.02em;margin-bottom:10px}.archive-staff__full--place{font-size:16px;line-height:1.9;letter-spacing:.02em;color:#4d4d4d;font-weight:400;font-family:"Open Sans"}.archive-staff__full--proff{font-size:16px;line-height:1.9;letter-spacing:.02em;color:#4d4d4d;font-weight:400;font-family:"Open Sans";margin-bottom:10px}.archive-staff__full--email{margin-bottom:20px}.archive-staff__full--email a{display:block;color:#c61756;letter-spacing:.02em;font-family:"Open Sans";font-weight:700;font-size:16px;line-height:1.9;text-decoration:none;-webkit-transition:all .4s;transition:all .4s}.archive-staff__full--email a:focus,.archive-staff__full--email a:hover{color:#770e34}.archive-staff__full--text.html-content{font-size:16px;line-height:1.9;letter-spacing:.02em;color:#000;font-weight:400}.archive-staff__full--btn{margin-top:30px}.archive-staff__full--btn a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:relative}.archive-staff__full--btn a:focus::before,.archive-staff__full--btn a:hover::before{background-color:#770e34}.archive-staff__full--btn a::before{content:"";-webkit-mask:url(../img/arrow_right.svg);mask:url(../img/arrow_right.svg);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;position:relative;display:block;width:26px;height:15px;background-color:#c61756;margin-right:10px;-webkit-transform:scale(-1,-1);-ms-transform:scale(-1,-1);transform:scale(-1,-1);-webkit-transition:all .4s;transition:all .4s}@media screen and (max-width:1199px){.archive-staff{padding:80px 0 100px}.archive-staff__list{margin-top:30px}.archive-staff__item{width:calc((100% / 3) - (40px / 3))}.archive-staff__item:nth-child(3n+2){margin:0 20px 40px}.archive-staff__full{padding:0 30px;right:-470px;max-width:470px}.archive-staff__full.open .archive-staff__full--close{right:500px}}@media screen and (max-width:992px){.archive-staff .section__title{font-size:42px}.archive-staff__list{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.archive-staff__item{width:calc(50% - 10px)}.archive-staff__item:nth-child(3n+2){margin:0 0 40px}.archive-staff__img{margin-bottom:25px}.archive-staff__name{margin-bottom:10px}}@media screen and (max-width:767px){.archive-staff{padding:60px 0 100px}.archive-staff .section__title{font-size:36px;line-height:1.2}.archive-staff .section__title::after{max-width:200px}.archive-staff__full{padding:0 15px;max-width:340px;right:-340px}.archive-staff__full.open .archive-staff__full--close{right:355px}.archive-staff__full .archive-staff__full--close{max-width:20px}.archive-staff__full--name{font-size:26px}.archive-staff__full--place{font-size:14px;line-height:1.85}.archive-staff__full--proff{font-size:14px;line-height:1.85}.archive-staff__full--email a{font-size:14px;line-height:1.85}.archive-staff__full--text.html-content{font-size:14px;line-height:1.85}.archive-staff__full--text.html-content p{margin-bottom:20px}.archive-staff__full--text.html-content p:last-child{margin-bottom:0}.archive-staff .wrap-btn__load-more{margin-top:40px}.archive-staff .container{padding:0}.archive-staff .section__title{padding:0 15px 27px}.archive-staff__item{margin-top:0!important;border-radius:0;margin-bottom:0!important;padding-bottom:45px;width:100%;-webkit-box-shadow:none;box-shadow:none}.archive-staff__item:last-child{margin-bottom:0;border-bottom:2px solid #e0e0e0}.archive-staff__img{height:auto;overflow:visible}.archive-staff__name{padding:0 20px}.archive-staff__place{padding:0 20px}.archive-staff__proff{padding:0 20px}}.archive-album.one-album .loadMoreWrapper{padding-bottom:0}.archive-album.one-album .loadMoreWrapper .load_more_button{margin-top:12px}.archive-album__back{margin-top:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.archive-album__back--btn{-moz-appearance:none;appearance:none;-webkit-appearance:none;border-radius:0;-webkit-box-shadow:none;box-shadow:none;border:none;background:0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;-webkit-transition:all .4s;transition:all .4s;position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.archive-album__back--btn:focus::before,.archive-album__back--btn:hover::before{background-color:#770e34}.archive-album__back--btn::before{-webkit-transition:all .4s;transition:all .4s;-webkit-transform:scale(-1,-1);-ms-transform:scale(-1,-1);transform:scale(-1,-1);margin-right:10px;content:"";-webkit-mask:url(../img/arrow_right.svg);mask:url(../img/arrow_right.svg);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;position:relative;display:block;width:30px;height:18px;background-color:#c61756}.archive-album__top{padding:79px 0 163px}.archive-album__wrapper{padding-bottom:114px;background-color:#f8f8f8}.archive-album .archive-staff__list{max-width:100%;margin-top:0}.archive-album .section__title{font-size:52px}.archive-album .section__title::after{background:#dd749a}.album__item{width:calc((100% / 3) - 20px);margin:0 0 43px;cursor:pointer}.album__item:nth-child(3n+2){margin:0 30px 43px}.album__item:first-child{margin-top:-120px}.album__item:nth-child(2){margin-top:-120px}.album__item:nth-child(3){margin-top:-120px}.album__item:hover .album__hover{opacity:1;visibility:visible;z-index:1}.album__item:hover .album__title{color:#0255a8}.album__img{height:272px;overflow:hidden;border-radius:10px;margin-bottom:22px;position:relative;display:block}.album__img>img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.album__hover{position:absolute;display:block;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:-1;-webkit-transition:all .4s;transition:all .4s;background:rgba(0,0,0,.4);opacity:0;visibility:hidden}.album__hover--icon{margin-bottom:10px;max-width:48px;display:block}.album__hover--icon img{display:block;max-width:100%;margin:0 auto}.album__hover--title{font-family:"Open Sans";color:#fff;font-weight:700;line-height:1.2;letter-spacing:.03em;font-size:24px;display:block;text-align:center;padding:0 10px}.album__title{font-family:Poppins;color:#013365;font-size:24px;line-height:1.4;letter-spacing:.03em;font-weight:700;cursor:pointer;display:block}@media screen and (max-width:1199px){.archive-album.one-album .loadMoreWrapper .load_more_button{margin-top:35px}.archive-album__top{padding:70px 0 163px}.archive-album__wrapper{padding-bottom:100px}.archive-album .section__title{font-size:42px;padding-bottom:20px}.archive-album .section__title::after{max-width:230px}.album__item{width:calc((100% / 3) - (40px / 3));margin:0 0 40px}.album__item:nth-child(3n+2){margin:0 20px 40px}.album__item:nth-child(2){margin:-120px 20px 40px}.album__item:first-child,.album__item:nth-child(3){margin:-120px 0 40px}.album__img{margin-bottom:15px}.album__title{font-size:20px}}@media screen and (max-width:992px){.archive-album.one-album .loadMoreWrapper .load_more_button{margin-top:55px}.album__item{width:calc(50% - 10px);margin:0 0 40px}.album__item:nth-child(3n+2){margin:0 0 40px}.album__item:nth-child(3){margin-top:0}.album__item:first-child,.album__item:nth-child(2){margin-top:-120px}.album__img{border-radius:0}}@media screen and (max-width:767px){.archive-album__back{margin-top:30px}.archive-album__back--btn::before{width:21px;height:12px}.archive-album .wrap-btn__load-more{margin-top:40px}.archive-album.one-album .archive-album__wrapper .container{padding:0}.archive-album__wrapper{background-color:#fff}.archive-album__top{padding:60px 0 34px}.archive-album>.container{padding:0}.archive-album .section__title{padding:0 15px 20px;font-size:36px;line-height:1.2;margin-bottom:0}.archive-album .section__title::after{height:6px;max-width:200px}.album__hover--icon{max-width:30px}.album__hover--title{font-size:18px}.album__item{margin:0 0 20px!important;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.album__img{height:auto;overflow:visible;margin-bottom:0;border-radius:0}.album__img>img{min-height:177px}.album__title{font-size:18px;line-height:1.4;margin-bottom:0;padding:10px 0 0}}.emergencyModal{max-width:906px;-webkit-box-shadow:0 4px 32px rgba(0,0,0,.24);box-shadow:0 4px 32px rgba(0,0,0,.24);overflow:hidden;background-color:transparent}.emergencyModal .closePopup{top:25px;right:30px;z-index:999}.emergencyModal .closePopup i{font-size:30px}.emergencyModal__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.emergencyModal__wrapper--img{width:40%}.emergencyModal__wrapper--img img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%;max-width:100%}.emergencyModal__wrapper--content{width:60%;padding:50px 71px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex}.emergencyModal__wrapper--content strong{font-size:36px;line-height:1.4;font-weight:800;font-family:Poppins;margin-bottom:15px;letter-spacing:.02em;color:#013365;display:block}.emergencyModal__wrapper--self{-ms-flex-item-align:center;align-self:center}.emergencyModal__text{margin-bottom:35px}.emergencyModal__text p,.emergencyModal__text>*{font-size:16px;line-height:1.85;letter-spacing:.02em;color:#000;font-family:"Open Sans";margin-bottom:15px}.emergencyModal__text p:last-child,.emergencyModal__text>:last-child{margin-bottom:0}.emergencyModal__text p a,.emergencyModal__text>* a{color:#c61756;text-decoration:none}.emergencyModal__text p a:hover,.emergencyModal__text>* a:hover{text-decoration:underline}.emergencyModal__btn .btn{font-size:16px;line-height:24px;padding:12px 32px}@media screen and (max-width:992px){.emergencyModal__wrapper--img{width:45%}.emergencyModal__wrapper--content{width:55%;padding:60px 50px}.emergencyModal__wrapper--content strong{font-size:28px;line-height:1.3}.emergencyModal__text{margin-bottom:25px}}@media screen and (max-width:767px){.emergencyModal .closePopup{top:15px;right:20px}.emergencyModal .closePopup i{color:#666}.emergencyModal__wrapper--img{width:100%;max-height:400px}.emergencyModal__wrapper--content{width:100%;padding:40px 30px}}@media screen and (max-width:568px){.emergencyModal__wrapper--content{width:100%;padding:30px 15px 40px}}.contact-form__popup{padding:79px 115px 54px}.contact-form__popup .mfp-close{display:none}.contact-form__popup .close_popup{position:absolute;right:20px;top:15px;cursor:pointer}.contact-form__popup .close_popup i{font-size:30px;color:#666;-webkit-transition:all .4s;transition:all .4s}.contact-form__popup .close_popup:hover i{color:#013365}.contact-form__popup strong{font-size:36px;font-family:Poppins;font-weight:700;display:block;line-height:1.4;padding-bottom:10px;position:relative;color:#013365;letter-spacing:.02em;margin-bottom:19px}.contact-form__popup strong::before{position:absolute;bottom:0;left:0;width:100%;height:6px;content:'';background-color:#9ad4d1}.contact-form__popup .with_submit{display:block;text-align:right;width:126px;margin-right:0;margin-left:auto;margin-top:30px;position:relative}.contact-form__popup .with_submit .ajax-loader{position:absolute;right:-25px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.contact-form__popup .with_submit input[type=submit]{display:inline-block;-moz-appearance:none;appearance:none;vertical-align:top;-webkit-appearance:none;width:100%;max-width:126px;height:48px;line-height:48px;border:none;outline:0;border-radius:40px;text-align:center;background-color:#013365;color:#fff;-webkit-transition:all .4s;transition:all .4s;font-family:Poppins;font-size:16px;font-weight:700;letter-spacing:.02em;cursor:pointer;margin:0}.contact-form__popup .with_submit input[type=submit]:focus,.contact-form__popup .with_submit input[type=submit]:hover{background-color:#0255a8}.contact-form__popup .wpcf7-form .contact-form__group{width:calc(50% - 17px)}.contact-form__popup .wpcf7-form .contact-form__group label{display:block;cursor:default;margin-bottom:23px}.contact-form__popup .wpcf7-form .contact-form__group .label__name{display:block;font-family:"Open Sans";font-size:18px;line-height:32px;letter-spacing:.01em;font-weight:700;margin-bottom:12px;color:#828282}.contact-form__popup .wpcf7-form .contact-form__group textarea{padding:12px 24px;width:100%;font-size:16px;line-height:1.9;font-family:"Open Sans";letter-spacing:.02em;color:#013365;background:#f8f8f8;border:1px solid #4d4d4d;border-radius:6px;-moz-appearance:none;appearance:none;-webkit-appearance:none;-webkit-transition:all .4s;transition:all .4s;resize:none;overflow-y:auto;height:161px}.contact-form__popup .wpcf7-form .contact-form__group textarea:focus{background-color:#fff;border:1px solid #0255a8;-webkit-box-shadow:0 4px 12px rgba(2,85,168,.1);box-shadow:0 4px 12px rgba(2,85,168,.1)}.contact-form__popup .wpcf7-form .contact-form__group textarea:focus::-webkit-input-placeholder{opacity:0;visibility:hidden}.contact-form__popup .wpcf7-form .contact-form__group textarea:focus::-moz-placeholder{opacity:0;visibility:hidden}.contact-form__popup .wpcf7-form .contact-form__group textarea:focus:-ms-input-placeholder{opacity:0;visibility:hidden}.contact-form__popup .wpcf7-form .contact-form__group textarea:focus::-ms-input-placeholder{opacity:0;visibility:hidden}.contact-form__popup .wpcf7-form .contact-form__group textarea:focus::placeholder{opacity:0;visibility:hidden}.contact-form__popup .wpcf7-form .contact-form__group textarea::-webkit-input-placeholder{opacity:1;visibility:visible;color:#828282;-webkit-transition:all .4s;transition:all .4s}.contact-form__popup .wpcf7-form .contact-form__group textarea::-moz-placeholder{opacity:1;visibility:visible;color:#828282;-moz-transition:all .4s;transition:all .4s}.contact-form__popup .wpcf7-form .contact-form__group textarea:-ms-input-placeholder{opacity:1;visibility:visible;color:#828282;-ms-transition:all .4s;transition:all .4s}.contact-form__popup .wpcf7-form .contact-form__group textarea::-ms-input-placeholder{opacity:1;visibility:visible;color:#828282;-ms-transition:all .4s;transition:all .4s}.contact-form__popup .wpcf7-form .contact-form__group textarea::placeholder{opacity:1;visibility:visible;color:#828282;-webkit-transition:all .4s;transition:all .4s}.contact-form__popup .wpcf7-form .contact-form__group input[type=email],.contact-form__popup .wpcf7-form .contact-form__group input[type=tel],.contact-form__popup .wpcf7-form .contact-form__group input[type=text]{padding:12px 24px;width:100%;font-size:16px;line-height:1.9;font-family:"Open Sans";letter-spacing:.02em;color:#013365;background:#f8f8f8;border:1px solid #4d4d4d;border-radius:6px;-moz-appearance:none;appearance:none;-webkit-appearance:none;-webkit-transition:all .4s;transition:all .4s}.contact-form__popup .wpcf7-form .contact-form__group input[type=email]:focus,.contact-form__popup .wpcf7-form .contact-form__group input[type=tel]:focus,.contact-form__popup .wpcf7-form .contact-form__group input[type=text]:focus{background-color:#fff;border:1px solid #0255a8;-webkit-box-shadow:0 4px 12px rgba(2,85,168,.1);box-shadow:0 4px 12px rgba(2,85,168,.1)}.contact-form__popup .wpcf7-form .contact-form__group input[type=email]:focus::-webkit-input-placeholder,.contact-form__popup .wpcf7-form .contact-form__group input[type=tel]:focus::-webkit-input-placeholder,.contact-form__popup .wpcf7-form .contact-form__group input[type=text]:focus::-webkit-input-placeholder{opacity:0;visibility:hidden}.contact-form__popup .wpcf7-form .contact-form__group input[type=email]:focus::-moz-placeholder,.contact-form__popup .wpcf7-form .contact-form__group input[type=tel]:focus::-moz-placeholder,.contact-form__popup .wpcf7-form .contact-form__group input[type=text]:focus::-moz-placeholder{opacity:0;visibility:hidden}.contact-form__popup .wpcf7-form .contact-form__group input[type=email]:focus:-ms-input-placeholder,.contact-form__popup .wpcf7-form .contact-form__group input[type=tel]:focus:-ms-input-placeholder,.contact-form__popup .wpcf7-form .contact-form__group input[type=text]:focus:-ms-input-placeholder{opacity:0;visibility:hidden}.contact-form__popup .wpcf7-form .contact-form__group input[type=email]:focus::-ms-input-placeholder,.contact-form__popup .wpcf7-form .contact-form__group input[type=tel]:focus::-ms-input-placeholder,.contact-form__popup .wpcf7-form .contact-form__group input[type=text]:focus::-ms-input-placeholder{opacity:0;visibility:hidden}.contact-form__popup .wpcf7-form .contact-form__group input[type=email]:focus::placeholder,.contact-form__popup .wpcf7-form .contact-form__group input[type=tel]:focus::placeholder,.contact-form__popup .wpcf7-form .contact-form__group input[type=text]:focus::placeholder{opacity:0;visibility:hidden}.contact-form__popup .wpcf7-form .contact-form__group input[type=email]::-webkit-input-placeholder,.contact-form__popup .wpcf7-form .contact-form__group input[type=tel]::-webkit-input-placeholder,.contact-form__popup .wpcf7-form .contact-form__group input[type=text]::-webkit-input-placeholder{opacity:1;visibility:visible;color:#828282;-webkit-transition:all .4s;transition:all .4s}.contact-form__popup .wpcf7-form .contact-form__group input[type=email]::-moz-placeholder,.contact-form__popup .wpcf7-form .contact-form__group input[type=tel]::-moz-placeholder,.contact-form__popup .wpcf7-form .contact-form__group input[type=text]::-moz-placeholder{opacity:1;visibility:visible;color:#828282;-moz-transition:all .4s;transition:all .4s}.contact-form__popup .wpcf7-form .contact-form__group input[type=email]:-ms-input-placeholder,.contact-form__popup .wpcf7-form .contact-form__group input[type=tel]:-ms-input-placeholder,.contact-form__popup .wpcf7-form .contact-form__group input[type=text]:-ms-input-placeholder{opacity:1;visibility:visible;color:#828282;-ms-transition:all .4s;transition:all .4s}.contact-form__popup .wpcf7-form .contact-form__group input[type=email]::-ms-input-placeholder,.contact-form__popup .wpcf7-form .contact-form__group input[type=tel]::-ms-input-placeholder,.contact-form__popup .wpcf7-form .contact-form__group input[type=text]::-ms-input-placeholder{opacity:1;visibility:visible;color:#828282;-ms-transition:all .4s;transition:all .4s}.contact-form__popup .wpcf7-form .contact-form__group input[type=email]::placeholder,.contact-form__popup .wpcf7-form .contact-form__group input[type=tel]::placeholder,.contact-form__popup .wpcf7-form .contact-form__group input[type=text]::placeholder{opacity:1;visibility:visible;color:#828282;-webkit-transition:all .4s;transition:all .4s}.contact-form__popup .wpcf7-form .contact-form__group .class-modal-item{max-width:100%;margin:0;width:calc(50% - 14.5px)}.contact-form__popup .wpcf7-form .contact-form__group .class-modal-item span.wpcf7-list-item{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;position:relative}.contact-form__popup .wpcf7-form .contact-form__group .class-modal-item span.wpcf7-list-item input[type=checkbox]{position:absolute;width:100%;display:block;z-index:111;height:32px;opacity:.01;cursor:pointer}.contact-form__popup .wpcf7-form .contact-form__group .class-modal-item span.wpcf7-list-item input[type=checkbox]:checked+.wpcf7-list-item-label{color:#013365}.contact-form__popup .wpcf7-form .contact-form__group .class-modal-item span.wpcf7-list-item input[type=checkbox]:checked+.wpcf7-list-item-label::after{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.contact-form__popup .wpcf7-form .contact-form__group .class-modal-item span.wpcf7-list-item input[type=checkbox]:checked+.wpcf7-list-item-label::before{border-color:#013365;background-color:transparent}.contact-form__popup .wpcf7-form .contact-form__group .class-modal-item span.wpcf7-list-item .wpcf7-list-item-label{position:relative;width:100%;margin-bottom:0;font-size:16px;text-transform:inherit;font-family:"Open Sans";color:#4d4d4d;font-weight:700;line-height:1.4;letter-spacing:.02em;-webkit-transition:all .4s;transition:all .4s}.contact-form__popup .wpcf7-form .contact-form__group .class-modal-item span.wpcf7-list-item .wpcf7-list-item-label::before{display:inline-block;content:'';position:relative;width:30px;height:30px;background-color:#f2f2f2;border:3px solid #bdbdbd;border-radius:6px;margin-right:13px;top:2px;-webkit-transition:all .4s;transition:all .4s;-webkit-box-sizing:border-box;box-sizing:border-box}.contact-form__popup .wpcf7-form .contact-form__group .class-modal-item span.wpcf7-list-item .wpcf7-list-item-label::after{content:url(../img/checked.svg);display:block;position:absolute;width:21px;height:15px;top:9px;left:5px;opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:all .4s;transition:all .4s}.contact-form__popup .wpcf7-form .contact-form__group .class-modal-item label{max-width:100%;margin-bottom:0}.contact-form__text{font-size:18px;line-height:32px;letter-spacing:.01em;color:#013365;font-family:"Open Sans";margin-bottom:32px}.contact-form__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.contact-form__choose-title{font-size:18px;line-height:32px;color:#013365;letter-spacing:.01em;font-weight:700;font-family:"Open Sans";margin-bottom:19px}@media screen and (max-width:1199px){.contact-form__popup{padding:60px 70px 50px}.contact-form__popup .with_submit{margin-top:0}.contact-form__popup .wpcf7-form .contact-form__group .label__name{margin-bottom:10px}.contact-form__popup .wpcf7-form .contact-form__group label{margin-bottom:20px}}@media screen and (max-width:992px){.contact-form__popup{padding:60px 50px 50px}.contact-form__popup .wpcf7-form .contact-form__group{width:calc(50% - 12.5px)}.contact-form__popup .wpcf7-form .contact-form__group .class-modal-item{width:calc(50% - 10px);padding:0}.contact-form__popup .wpcf7-form .contact-form__group .label__name{font-size:16px;line-height:28px;margin-bottom:5px}.contact-form__choose-title{font-size:16px;line-height:28px}}@media screen and (max-width:767px){.contact-form__popup{padding:60px 20px 35px}.contact-form__popup strong{text-align:center;font-size:26px;padding-bottom:25px;margin-bottom:30px}.contact-form__popup strong::before{max-width:200px;height:6px;left:0;right:0;bottom:0;margin:0 auto}.contact-form__popup .with_submit{margin-left:0;margin-right:auto}.contact-form__popup .wpcf7-form .contact-form__group{width:100%}.contact-form__popup .wpcf7-form .contact-form__group textarea{padding:10px 9px;height:126px}.contact-form__popup .wpcf7-form .contact-form__group input[type=email],.contact-form__popup .wpcf7-form .contact-form__group input[type=tel],.contact-form__popup .wpcf7-form .contact-form__group input[type=text]{padding:10px 9px;line-height:1.7;font-size:14px}.contact-form__popup .wpcf7-form .contact-form__group label{margin-bottom:15px}.contact-form__popup .wpcf7-form .contact-form__group .label__name{font-size:14px;line-height:1.4}.contact-form__popup .wpcf7-form .contact-form__group .classes-list__row{margin-bottom:15px}.contact-form__popup .wpcf7-form .contact-form__group .class-modal-item span.wpcf7-list-item .wpcf7-list-item-label{font-size:15px}.contact-form__popup .wpcf7-form .contact-form__group .class-modal-item span.wpcf7-list-item .wpcf7-list-item-label::before{margin-right:7px}.contact-form__text{text-align:center;font-size:16px;line-height:28px}.contact-form__choose-title{margin-bottom:10px}}#popup_thx{width:96%;max-width:672px;margin:40px auto;background-color:#fff;border-radius:10px;padding:110px 87px 125px;position:fixed;display:none;top:49.9%;z-index:1002;left:50%;-webkit-transform:translate(-50%,-50.1%);-ms-transform:translate(-50%,-50.1%);transform:translate(-50%,-50.1%);overflow:hidden;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.24);box-shadow:0 4px 12px rgba(0,0,0,.24)}#popup_thx .close_popup{position:absolute;right:20px;top:15px;cursor:pointer}#popup_thx .close_popup i{font-size:30px;color:#828282;-webkit-transition:all .4s;transition:all .4s}#popup_thx .close_popup:hover i{color:#013365}#popup_thx strong{font-size:32px;font-family:Poppins;font-weight:700;display:block;line-height:1.4;padding-bottom:15px;position:relative;color:#013365;letter-spacing:.02em;margin-bottom:30px;text-align:center}#popup_thx strong::before{position:absolute;bottom:0;left:0;right:0;width:100%;max-width:320px;margin:0 auto;height:8px;content:'';background-color:#9ad4d1}#popup_thx p{font-size:18px;line-height:32px;font-family:"Open Sans";letter-spacing:.01em;color:#4d4d4d;text-align:center;margin:0}@media screen and (max-width:767px){#popup_thx{padding:60px 20px}#popup_thx strong{font-size:26px;line-height:1.4;padding-bottom:25px;margin-bottom:30px}#popup_thx strong::before{height:6px;max-width:200px}#popup_thx p{font-size:16px;line-height:28px;letter-spacing:.02em}}.slick-loading .slick-list{background:#fff url(ajax-loader.gif) center center no-repeat}@font-face{font-family:slick;src:url(fonts/slick.eot);src:url(fonts/slick.eot?#iefix) format("embedded-opentype"),url(fonts/slick.woff) format("woff"),url(fonts/slick.ttf) format("truetype"),url(fonts/slick.svg#slick) format("svg");font-weight:400;font-style:normal}.slick-next,.slick-prev{position:absolute;display:block;height:20px;width:20px;line-height:0;font-size:0;cursor:pointer;background:0 0;color:transparent;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);padding:0;border:none;outline:0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{outline:0;background:0 0;color:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;color:#fff;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{border:0;background:0 0;display:block;height:20px;width:20px;outline:0;line-height:0;font-size:0;color:transparent;padding:5px;cursor:pointer}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-family:slick;font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.slick-slider{position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none;-ms-touch-action:manipulation;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;-ms-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;-ms-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0}body,html{height:100%}body.hiddens,html.hiddens{overflow:hidden}body{font-family:"Open Sans",arial,sans-serif;font-size:15px;line-height:16px;color:#3b3b3b;background-color:#fff;position:relative}body *{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;text-size-adjust:none}img{max-width:100%;height:auto;border:0}ul li{list-style-type:none}a,button{cursor:pointer;color:inherit;text-decoration:none}button{display:inline-block;border:0;font-family:inherit}input{color:inherit}label{cursor:default}table{border-collapse:collapse;border-spacing:0}a,button{-webkit-transition:all .4s;transition:all .4s}.clearfix{display:table;content:"";clear:both}.container{max-width:1403px;margin:auto;padding:0 15px}.row_flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.row_flex--margin{margin-left:-15px;margin-right:-15px}.row_flex--center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wrapper{max-width:1920px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%}.header{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:fixed;z-index:998;width:100%;-webkit-box-shadow:0 0 16px rgba(0,0,0,.18);box-shadow:0 0 16px rgba(0,0,0,.18);left:0;-webkit-transition:all .4s;transition:all .4s}.header.to--left{left:-35%}.content{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;padding-top:150px;left:0;position:relative;-webkit-transition:all .4s;transition:all .4s}.content.to--left{position:relative;left:-35%}.footer{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:relative;-webkit-transition:all .4s;transition:all .4s;left:0}.footer.to--left{position:relative;left:-35%}#primary{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.mfp-bg{position:fixed!important;height:100vh!important}.mfp-wrap{top:0!important;height:100vh!important;position:fixed!important;overflow-y:auto!important}label .wpcf7-form-control-wrap{display:block}label .wpcf7-form-control-wrap span.wpcf7-not-valid-tip{font-size:12px;font-style:normal;bottom:-17px;position:absolute;width:100%;white-space:nowrap}form div.wpcf7-response-output{margin:10px 0;display:none!important}.h2__title{text-align:center;font-size:52px;line-height:78px;font-family:Poppins;letter-spacing:.02em;font-weight:700;margin-bottom:42px;color:#013365}.main__text{text-align:center;max-width:1140px;margin:0 auto}.main__text>*{font-size:24px;line-height:46px;color:#252644;font-weight:400;letter-spacing:.5px;margin-bottom:25px}.main__text>:last-child{margin-bottom:0}.main__text p{font-size:24px;line-height:46px;color:#252644;font-weight:400;letter-spacing:.5px;margin-bottom:25px}#breadcrumbs{font-size:18px;line-height:33px;letter-spacing:.02em;color:#828282;margin:15px 0}#breadcrumbs a{-webkit-text-decoration-line:underline;text-decoration-line:underline}#breadcrumbs .breadcrumbs-separator{margin:0 5px}.btn{font-family:Poppins;font-weight:700;padding:17px 41px;border-radius:40px;font-size:18px;line-height:27px;letter-spacing:.02em;display:inline-block;-webkit-transition:all .4s;transition:all .4s}.btn--primary{background-color:#013365;color:#fff}.btn--primary:focus,.btn--primary:hover{background-color:#0d2b45}.btn--outline{border:3px solid #013365;color:#013365;background-color:transparent;padding:13px 39px}.btn--outline:focus,.btn--outline:hover{border-color:#0255a8;color:#0255a8}.btn--tur{padding:11px 30px;color:#013365;background:#9ad4d1}.btn--tur:focus,.btn--tur:hover{background:#56b7b3}.txt-btn{font-family:Poppins;font-weight:700;font-size:18px;line-height:27px;letter-spacing:.02em;color:#c61756}.txt-btn:focus,.txt-btn:hover{color:#770e34}.txt-btn--arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.txt-btn--arrow::after{content:"";-webkit-mask:url(../img/arrow_right.svg);mask:url(../img/arrow_right.svg);-webkit-mask-size:cover;mask-size:cover;position:relative;display:block;width:30px;height:18px;background-color:#c61756;margin-left:9px;-webkit-transition:all .4s;transition:all .4s}.txt-btn--arrow:focus::after,.txt-btn--arrow:hover::after{background-color:#770e34}.wrap-btn__load-more{margin-top:40px;text-align:center}.wrap-btn__load-more.hidden{display:none}.mfp-img-galley .mfp-container{padding:0 60px!important}.mfp-img-galley.mfp-wrap .mfp-content{opacity:0;-webkit-transition:all .4s;transition:all .4s;border:10px solid #fff;border-radius:10px}.mfp-img-galley.mfp-wrap.mfp-ready .mfp-content{opacity:1}.mfp-img-galley .mfp-content .mfp-figure,.mfp-img-galley .mfp-image-holder .mfp-figure{position:relative}.mfp-img-galley .mfp-content .mfp-close,.mfp-img-galley .mfp-image-holder .mfp-close{position:absolute;top:-54px;right:-10px;padding-right:0;color:#fff;font-size:24px;font-family:"Open Sans";font-weight:700;letter-spacing:.02em;text-shadow:0 4px 24px rgba(0,0,0,.15);opacity:1;cursor:pointer!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.mfp-img-galley .mfp-content .mfp-close i,.mfp-img-galley .mfp-image-holder .mfp-close i{margin-left:15px;font-size:38px;pointer-events:none}.mfp-figure figure{margin:0}.mfp-img-galley .mfp-content img.mfp-img,.mfp-img-galley .mfp-image-holder img.mfp-img{padding:0;background:#fff;max-height:calc(100vh - 100px)!important}.mfp-img-galley .mfp-content .mfp-arrow-left,.mfp-img-galley .mfp-image-holder .mfp-arrow-left{left:-82px}.mfp-img-galley .mfp-content .mfp-arrow-right,.mfp-img-galley .mfp-image-holder .mfp-arrow-right{right:-82px}.mfp-img-galley .mfp-content .mfp-arrow-right img,.mfp-img-galley .mfp-image-holder .mfp-arrow-right img{-webkit-transform:scale(-1,-1);-ms-transform:scale(-1,-1);transform:scale(-1,-1)}.mfp-img-galley .mfp-content .mfp-arrow,.mfp-img-galley .mfp-image-holder .mfp-arrow{color:#fff;font-size:24px;opacity:1;width:72px;height:72px;-webkit-box-shadow:0 0 11px 1px rgba(0,0,0,.2);box-shadow:0 0 11px 1px rgba(0,0,0,.2);background-color:rgba(34,34,34,.7);margin-top:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .4s;transition:all .4s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.mfp-img-galley .mfp-content .mfp-arrow:hover,.mfp-img-galley .mfp-image-holder .mfp-arrow:hover{background-color:#222}.mfp-img-galley .mfp-content .mfp-arrow::after,.mfp-img-galley .mfp-image-holder .mfp-arrow::after{display:none}.mfp-img-galley .mfp-content .mfp-arrow::before,.mfp-img-galley .mfp-image-holder .mfp-arrow::before{display:none}.mfp-img-galley .mfp-content .mfp-bottom-bar,.mfp-img-galley .mfp-image-holder .mfp-bottom-bar{display:none}.mfp-img-galley .mfp-content .mfp-arrow img,.mfp-img-galley .mfp-image-holder .mfp-arrow img{pointer-events:none}@media screen and (max-width:1400px){.content{padding-top:148px}}@media screen and (max-width:1199px){.header.to--left{left:-470px}.footer.to--left{left:-470px}.content{padding-top:186px}.content.to--left{left:-470px}.h2__title{font-size:42px;line-height:1.25}.main__text p,.main__text>*{font-size:20px;line-height:36px}.mfp-img-galley .mfp-content .mfp-arrow-left,.mfp-img-galley .mfp-image-holder .mfp-arrow-left{left:-41px}.mfp-img-galley .mfp-content .mfp-arrow-right,.mfp-img-galley .mfp-image-holder .mfp-arrow-right{right:-41px}}@media screen and (max-width:992px){.mfp-wrap+.wrapper{height:100vh!important;overflow:hidden}.btn{font-size:16px;line-height:24px;padding:12px 32px}.btn--outline,.btn--primary{position:relative}.btn--outline::after,.btn--primary::after{content:"";-webkit-mask:url(../img/arrow.svg);mask:url(../img/arrow.svg);display:inline-block;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;position:relative;width:10px;height:16px;background-color:#fff;top:2px;margin-left:8px}.btn--outline{padding:9px 28px}.btn--outline::after{background-color:#013365;-webkit-transition:all .4s;transition:all .4s}.btn--outline:focus::after,.btn--outline:hover::after{background-color:#0255a8}.mfp-img-galley .mfp-content .mfp-arrow,.mfp-img-galley .mfp-image-holder .mfp-arrow{width:56px;height:56px}.mfp-img-galley .mfp-content .mfp-arrow-left,.mfp-img-galley .mfp-image-holder .mfp-arrow-left{left:-33px}.mfp-img-galley .mfp-content .mfp-arrow-right,.mfp-img-galley .mfp-image-holder .mfp-arrow-right{right:-33px}.mfp-img-galley .mfp-content .mfp-close,.mfp-img-galley .mfp-image-holder .mfp-close{font-size:20px}.mfp-img-galley .mfp-content .mfp-close i,.mfp-img-galley .mfp-image-holder .mfp-close i{margin-left:12px;font-size:30px}}@media screen and (max-width:767px){.mfp-img-galley .mfp-content .mfp-close,.mfp-img-galley .mfp-image-holder .mfp-close{top:-44px;right:-4px;font-size:16px}.mfp-img-galley .mfp-content .mfp-close i,.mfp-img-galley .mfp-image-holder .mfp-close i{font-size:24px;margin-left:10px}.mfp-img-galley.mfp-wrap .mfp-content{border:4px solid #fff;border-radius:0}.mfp-img-galley .mfp-content .mfp-arrow,.mfp-img-galley .mfp-image-holder .mfp-arrow{width:42px;height:42px}.mfp-img-galley .mfp-content .mfp-arrow img,.mfp-img-galley .mfp-image-holder .mfp-arrow img{width:100%;max-width:12px}.mfp-img-galley .mfp-content .mfp-arrow-left,.mfp-img-galley .mfp-image-holder .mfp-arrow-left{left:-23px}.mfp-img-galley .mfp-content .mfp-arrow-right,.mfp-img-galley .mfp-image-holder .mfp-arrow-right{right:-23px}.mfp-img-galley .mfp-container{padding:0 25px!important}#breadcrumbs{font-size:14px;margin:8px 0}#breadcrumbs .breadcrumbs-separator{margin:0 8px}.h2__title{font-size:36px;line-height:1.2}.main__text p,.main__text>*{font-size:16px;line-height:28px}.txt-btn{font-size:16px;line-height:1.2}.txt-btn--arrow::after{width:26px;height:15px;margin-left:9px}.wrap-btn__load-more{margin-top:50px;padding:0 15px}.header.to--left{left:0}.content.to--left{left:0}.footer.to--left{left:0}}@media screen and (max-width:600px){#wpadminbar{position:fixed!important}}@media screen and (min-width:1920px){.wrapper{max-width:100%}}