html{height:100%}body{font-family:RobotoRegular,sans-serif;font-size:14px;line-height:1.6;margin:0;width:100%;min-width:320px;position:relative;overflow-x:hidden}.header_section .container{max-width:1400px}::-webkit-input-placeholder{color:#000;opacity:.5}:-moz-placeholder{color:#000;opacity:.5}::-moz-placeholder{color:#000;opacity:.5}:-ms-input-placeholder{color:#000;opacity:.5}h1,h2,h3,h4,h5{line-height:1.3;font-weight:inherit;font-size:inherit;margin:0;padding:0}img{max-width:100%}a,a:focus,a:hover{cursor:pointer;text-decoration:none;color:inherit}.blue{color:#3e77aa}.pdz{padding:0}.pdzl{padding-left:0!important}.pdzr{padding-right:0}.mgz{margin:0!important}.mglz{margin-left:0!important}.mgrz{margin-right:0!important}.center_text{text-align:center}.right_text{text-align:right}.left_text{text-align:left}.grey_text{color:#80868e}.uppercase{text-transform:uppercase}.w100{width:100%}.w50{width:50%}.w30{width:30%}.w70{width:70%}.w20{width:20%}.w80{width:80%}.jcfle{justify-content:flex-end}.jcfls{justify-content:flex-start}.jcsb{justify-content:space-between}.jcsa{justify-content:space-around}.jcc{justify-content:center}.alifle{align-items:flex-end}.alifls{align-items:flex-start}.flex{display:flex!important}.fl30{width:33.33333%;float:left;padding:5px}.fl50{width:50%;float:left;padding:5px}.flg1{flex-grow:1}.flg2{flex-grow:2}.aifs{align-items:flex-start}.aife{align-items:flex-end}.open_modal{cursor:pointer}.row_holder{display:flex;width:100%}.row_holder input,.row_holder select,.row_holder textarea{background-color:#f2f4f5;margin-bottom:10px}.row_holder input{border:none}.row_holder input[type=password],.row_holder input[type=tel],.row_holder input[type=text],.row_holder select,.row_holder textarea{font-family:RobotoRegular,sans-serif;font-size:14px;height:46px;display:block;padding:5px 10px;outline:0;border-radius:6px;resize:none}.row_holder textarea{height:100px;padding:10px}.row_holder textarea.tall{height:150px}.row_holder .long input,.row_holder .long select{width:310px}.row_holder.row_holder_single input[type=password],.row_holder.row_holder_single input[type=tel],.row_holder.row_holder_single input[type=text],.row_holder.row_holder_single select,.row_holder.row_holder_single textarea,.row_holder_single,.row_holder_single .input_holder,.row_holder_single .input_holder_pdz{width:100%}.row_holder_twin{width:100%;justify-content:space-between}.row_holder_twin .input_holder,.row_holder_twin>.row_holder_twin{width:calc(50% - 5px)}.row_holder.row_holder_twin input[type=password],.row_holder.row_holder_twin input[type=tel],.row_holder.row_holder_twin input[type=text],.row_holder.row_holder_twin select,.row_holder.row_holder_twin textarea{width:100%}.row_holder_trip{width:100%;justify-content:space-between}.row_holder_trip .input_holder{width:calc(33.33333% - 5px)}.row_holder.row_holder_trip input[type=password],.row_holder.row_holder_trip input[type=tel],.row_holder.row_holder_trip input[type=text],.row_holder.row_holder_trip select,.row_holder.row_holder_trip textarea{width:100%}.row_holder_quad{width:100%;justify-content:space-between}.row_holder_quad .input_holder{width:calc(25% - 5px)}.row_holder.row_holder_quad input[type=password],.row_holder.row_holder_quad input[type=tel],.row_holder.row_holder_quad input[type=text],.row_holder.row_holder_quad select,.row_holder.row_holder_quad textarea{width:100%}.input_holder.number{width:83px;max-width:83px!important}.form_frame{padding:15px 25px}.form_block_holder{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:10px}.form_block{border-radius:8px;padding:10px;margin-bottom:10px;width:100%}.form_block_holder.wide .form_block{width:calc(50% - 5px)}.form_block_holder.trip .form_block{width:calc(33.33333% - 5px)}.form_block_holder.quad .form_block{width:calc(25% - 5px)}.form_block_header,.form_block_subheader{margin-bottom:10px;padding:5px 0;line-height:20px;font-size:14px;text-transform:uppercase}.form_block_header{text-transform:uppercase}.form_block_comment{margin-bottom:20px}.hidden{display:none!important}.hidden_scroll{overflow:hidden}.labellike{font-size:14px;color:rgba(0,0,0,.5);display:inline-block;margin:0 0 10px}input[type=checkbox],input[type=radio]{opacity:0;margin:0;padding:0;min-height:unset;position:absolute;z-index:-1}label{align-items:center;cursor:pointer;display:flex}label.error{color:red;font-size:12px;margin-top:-8px;display:block}.cr_holder{margin-right:10px}.cr_holder span{box-sizing:border-box;display:block;position:relative;height:20px;width:20px;border:1px solid #e2e3e4}.cr_holder.checkbox span{border-radius:6px}.cr_holder.radio span{border-radius:50%}.cr_holder input:checked+span{border:2px solid #ff680a;background-image:url(../img/icon_check_orange.svg);background-position:center;background-repeat:no-repeat}.keyframes{-webkit-animation:3s ease-in-out infinite alternate scale;animation:3s ease-in-out infinite alternate scale;transition:.3s ease-in-out}@-webkit-keyframes scale{0%,100%{transform:scaleX(1)}50%{transform:scaleX(-1)}}@keyframes scale{0%,100%{transform:scaleX(1)}50%{transform:scaleX(-1)}}.custom_modal_holder{display:none;justify-content:center;align-items:center;flex-direction:column;position:fixed;top:0;left:0;overflow:hidden;width:100%;height:100%;z-index:-10;transition:.2s ease-in-out}.custom_modal_holder.active{display:flex;z-index:330;-webkit-animation-name:custom_modal_holder_fade_in;animation-name:custom_modal_holder_fade_in;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes custom_modal_holder_fade_in{from{background-color:rgba(38,38,38,0)}to{background-color:rgba(0,0,0,.2)}}@keyframes custom_modal_holder_fade_in{from{background-color:rgba(38,38,38,0)}to{background-color:rgba(0,0,0,.2)}}.custom_modal_content{background-color:#fff;padding:40px;border-radius:6px;position:relative}.custom_modal_header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;line-height:26px;font-size:26px}.custom_modal_sub_header{margin:10px 0 20px}.custom_modal_name{font-size:24px}.custom_modal_close{position:absolute;cursor:pointer;width:50px;height:50px;top:0;right:0;display:flex;align-items:center;justify-content:center}.custom_modal_item{display:none;transition:.3s ease-in-out}.custom_modal_item.active{display:block}.open_popup{cursor:pointer}.owl-dot{background:#2b3541;width:8px;height:8px;display:inline-block;margin-right:5px;border-radius:50%}.owl-dot.active{background:rgba(43,53,65,.5)}.notify_holder{background-color:#fff;border-radius:6px;display:flex;justify-content:center;align-items:center;flex-direction:column;position:fixed;top:50px;right:calc(50% - 300px);width:600px;max-width:calc(100% - 40px);z-index:550;overflow:hidden;box-shadow:0 0 32px rgba(0,0,0,.4)}.notify_holder.overlayed{box-shadow:none;z-index:950}.notify_overlay{top:0;left:0;content:'';width:100%;height:100%;z-index:500;position:fixed;overflow:hidden;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:custom_modal_holder_fade_in;animation-name:custom_modal_holder_fade_in}.notify_content{width:100%;max-width:600px;position:relative;padding:10px 15px}.notify_header{display:flex;justify-content:space-between;align-items:center;background:#f2f4f5;height:50px;width:100%}.notify_name{padding-left:15px;line-height:inherit;font-size:20px}.notify_cont{cursor:pointer;width:50px;height:50px;display:flex;align-items:center;justify-content:center}@font-face{font-family:RobotoLight;src:url(../fonts/RobotoLight/RobotoLight.eot);src:url(../fonts/RobotoLight/RobotoLight.eot?#iefix) format("embedded-opentype"),url(../fonts/RobotoLight/RobotoLight.woff) format("woff"),url(../fonts/RobotoLight/RobotoLight.ttf) format("truetype");font-style:normal;font-weight:400}@font-face{font-family:RobotoRegular;src:url(../fonts/RobotoRegular/RobotoRegular.eot);src:url(../fonts/RobotoRegular/RobotoRegular.eot?#iefix) format("embedded-opentype"),url(../fonts/RobotoRegular/RobotoRegular.woff) format("woff"),url(../fonts/RobotoRegular/RobotoRegular.ttf) format("truetype");font-style:normal;font-weight:400}@font-face{font-family:RobotoMedium;src:url(../fonts/RobotoMedium/RobotoMedium.eot);src:url(../fonts/RobotoMedium/RobotoMedium.eot?#iefix) format("embedded-opentype"),url(../fonts/RobotoMedium/RobotoMedium.woff) format("woff"),url(../fonts/RobotoMedium/RobotoMedium.ttf) format("truetype");font-style:normal;font-weight:400}@font-face{font-family:RobotoBold;src:url(../fonts/RobotoBold/RobotoBold.eot);src:url(../fonts/RobotoBold/RobotoBold.eot?#iefix) format("embedded-opentype"),url(../fonts/RobotoBold/RobotoBold.woff) format("woff"),url(../fonts/RobotoBold/RobotoBold.ttf) format("truetype");font-style:normal;font-weight:400}
/*# sourceMappingURL=main.min.css.map */
