/*! CSS Used from: file:///Users/newy/Desktop/projects/sites/18.02/f/css/style.css */
p{margin:0;padding:0;}
button,button:focus{margin:0;padding:0;border-width:0;outline:2px solid transparent;outline-offset:2px;}
@media print{
    p{widows:3!important;orphans:4!important;}
}
@media all{
    *,:after,:before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}
    div,p{margin:0;padding:0;border:0;}
    .t-width{width:100%;}
    .t-width_6{max-width:560px;}
    @media screen and (max-width: 1200px){
        .t-width_6{max-width:460px;}
    }
}
@media all{
    .t-text{font-family:"Geometria", Arial, sans-serif;font-weight:300;color:#000;}
    .t-text_xs{font-size:15px;line-height:1.55;}
    .t-text_md{font-size:20px;line-height:1.55;}
    .t-title{font-family:"Geometria", Arial, sans-serif;font-weight:600;color:#000;}
    .t-title_xxs{font-size:36px;line-height:1.23;}
    .t-descr{font-family:"Geometria", Arial, sans-serif;font-weight:300;color:#000;}
    .t-descr_xs{font-size:16px;line-height:1.55;}
    @media screen and (max-width: 1200px){
        .t-text_xs{font-size:14px;}
        .t-text_md{font-size:18px;}
        .t-descr_xs{font-size:14px;}
        .t-title_xxs{font-size:32px;}
    }
    @media screen and (max-width: 640px){
        .t-text_xs{font-size:12px;line-height:1.45;}
        .t-text_md{font-size:16px;line-height:1.45;}
        .t-descr_xs{font-size:12px;line-height:1.45;}
        .t-title_xxs{font-size:28px;}
    }
    .t-align_center{text-align:center;}
    .t-popup{display:none;}
    .t-submit{font-family:"Geometria", Arial, sans-serif;}
    .t-input{font-family:"Geometria", Arial, sans-serif;}
    .t-input-error{font-family:"Geometria", Arial, sans-serif;}
    .t-form__errorbox-wrapper{font-family:"Geometria", Arial, sans-serif;}
    .t-form__errorbox-text{font-family:"Geometria", Arial, sans-serif;}
    .t-form__errorbox-item{font-family:"Geometria", Arial, sans-serif;}
    .t702 .t702__wrapper{padding:40px 45px;}
    .t702 .t702__title{margin-bottom:11px;}
    .t702 .t702__text-wrapper{margin-bottom:24px;}
    @media screen and (max-width: 640px){
        .t702 .t702__title{margin-bottom:6px;}
        .t702 .t702__text-wrapper{margin-bottom:14px;}
        .t702 .t702__wrapper{padding:20px;}
    }
    .t702 .t-form__errorbox-item{word-break:break-word;}
    .t702 .t-form__inputsbox{-webkit-transition:max-height 0.3s cubic-bezier(0.19, 1, 0.22, 1);transition:max-height 0.3s cubic-bezier(0.19, 1, 0.22, 1);max-height:10000px;}
    .t702 .t-input-group{margin-bottom:25px;}
    .t702 .t-input{background-color:transparent;-webkit-appearance:none;}
    .t702 .t-form__submit{display:block;text-align:center;vertical-align:middle;height:100%;width:100%;margin-top:25px;}
    .t702 .t-submit{width:100%;height:54px;-webkit-appearance:none;}
    .t702 .t702__form-bottom-text{margin-top:20px;}
    @media screen and (max-width: 640px){
        .t702 .t-input-group{margin-bottom:20px;}
        .t702 .t-submit,.t702 .t-input{height:50px;font-size:16px;}
        .t702 .t-input{padding:0 14px;}
    }
    .t-popup_show{display:block!important;}
    @media screen and (max-width: 560px){
        .t702 .t-popup_show .t-popup__container{max-width:100%;right:0;left:0;top:0;bottom:0;padding-top:50px;margin:0;box-sizing:border-box;min-height:100vh;-webkit-transform:translateY(0);transform:translateY(0);position:relative;}
        .t702 .t-popup{padding:0;}
        .t702 .t-popup__close{width:100%;height:50px;background:#000;position:fixed;display:table;z-index:2;left:0;right:0;top:0;}
        .t702 .t-popup__close-wrapper{display:table-cell;vertical-align:middle;text-align:right;width:100%;padding-right:20px;font-size:0;}
        .t702 .t-popup__close-icon{width:16px;}
    }
}
@media all{
    .t-popup{position:fixed;top:0;right:0;bottom:0;left:0;overflow-y:auto;opacity:0;-webkit-transition:opacity ease-in-out 0.3s;-moz-transition:opacity ease-in-out 0.3s;-o-transition:opacity ease-in-out 0.3s;transition:opacity ease-in-out 0.3s;width:100%;height:100%;box-sizing:border-box;cursor:pointer;padding:0 20px;background-color:rgba(0, 0, 0, 0.6);z-index:9999999;display:none;outline:none;}
    .t-popup.t-popup_show{opacity:1;}
    .t-popup__container{background:#fff;margin:0 auto;width:auto;position:absolute;top:50%;right:20px;left:20px;z-index:1;cursor:default;-moz-transform:translateY(-30%) scale(0.9);-ms-transform:translateY(-30%) scale(0.9);-webkit-transform:translateY(-30%) scale(0.9);-o-transform:translateY(-30%) scale(0.9);transform:translateY(-30%) scale(0.9);}
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
        .t-popup__container{width:100%;}
    }
    .t-popup__container-animated{-webkit-transition:transform ease-in-out 0.3s;-moz-transition:transform ease-in-out 0.3s;-o-transition:transform ease-in-out 0.3s;transition:transform ease-in-out 0.3s;}
    .t-popup_show .t-popup__container{-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);}
    .t-popup__close{position:fixed;right:20px;top:20px;width:23px;height:23px;cursor:pointer;-webkit-transition:opacity ease-in-out 0.3s;-moz-transition:opacity ease-in-out 0.3s;-o-transition:opacity ease-in-out 0.3s;transition:opacity ease-in-out 0.3s;z-index:9;}
    @media (hover), (min-width: 0\0){
        .t-popup__close:hover{opacity:0.7;}
    }
}
@media all{
    .t-submit{text-align:center;height:60px;border:0 none;font-size:16px;padding-left:60px;padding-right:60px;-webkit-appearance:none;font-weight:700;white-space:nowrap;background-image:none;cursor:pointer;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;outline:none;background:transparent;}
    @media screen and (max-width: 640px){
        .t-submit{white-space:normal;padding-left:30px;padding-right:30px;}
    }
    .t-input{margin:0;font-size:100%;height:60px;padding:0 20px;font-size:16px;line-height:1.33;width:100%;border:0 none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;outline:none;-webkit-appearance:none;border-radius:0;}
    .t-input_bbonly{outline:none;padding-left:0!important;padding-right:0!important;border-top:0!important;border-right:0!important;border-left:0!important;background-color:transparent!important;border-radius:0!important;border-bottom:1px solid;}
    .t-input:invalid{box-shadow:none;}
    .t-input-error{display:none;color:red;font-size:13px;margin-top:5px;}
    .t-form__errorbox-bottom{display:none;}
    .t-form__errorbox-wrapper{background:#f95d51;padding:10px;text-align:center;margin-bottom:20px;}
    .t-form__errorbox-text{color:#fff;box-sizing:border-box;padding:0 10px 10px 10px;}
    .t-form__errorbox-item{padding-top:10px;display:none;}
    .t-form .t-submit{position:relative;}
    .error-text{color:#f95d51;font-size:13px;margin-top:5px;display:block;}
    .error-error input{border-color:#f95d51!important;}
}
/*! CSS Used fontfaces */
@font-face{font-family:"Geometria";src:url("https://static.tildacdn.com/tild6161-3133-4336-a265-343630323663/Geometria-Thin.woff")      format("woff");font-weight:100;font-style:normal;}
@font-face{font-family:"Geometria";src:url("https://static.tildacdn.com/tild3966-6637-4935-a239-653838323839/Geometria-Light.woff")      format("woff");font-weight:300;font-style:normal;}
@font-face{font-family:"Geometria";src:url("https://static.tildacdn.com/tild3633-6262-4666-a339-363932656564/Geometria.woff")      format("woff");font-weight:400;font-style:normal;}
@font-face{font-family:"Geometria";src:url("https://static.tildacdn.com/tild3935-6138-4034-a336-626532363030/Geometria-Medium.woff")      format("woff");font-weight:500;font-style:normal;}
@font-face{font-family:"Geometria";src:url("https://static.tildacdn.com/tild3836-3832-4166-b233-373362616564/Geometria-Bold.woff")      format("woff");font-weight:600;font-style:normal;}
@font-face{font-family:"Geometria";src:url("https://static.tildacdn.com/tild6532-6636-4333-a133-656166366138/Geometria-ExtraBold.woff")      format("woff");font-weight:700;font-style:normal;}