/* GLOBAL */
html { background: #fff; font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border-collapse: collapse; border-spacing: 0; }
body { font-family: "Raleway", sans-serif; color: #2f3440; font-size: 18px; line-height: 1.2; background: transparent; }
a { color: #454747; text-decoration: underline; } 
a:hover { text-decoration: underline; outline: 0; color: #ee2737; }
strong, b { font-weight: bold; }
.clr { clear: both; }
.left { float: left; }
.right { float: right; }
.inline-item { display: inline-block; vertical-align: top; }
.tb { display: table; width: 100%; }
.tr { display: table-row; }
.td, .th { display: table-cell; vertical-align: middle; }
.clear-list, .clear-list li { list-style: none; }
.clear-list { padding: 0; margin-bottom: 0; }
.zoom-in { cursor: -moz-zoom-in; cursor: -webkit-zoom-in; cursor: zoom-in; }
.indent-this, .indent p { text-indent: 30px; }
.center { text-align: center; }
.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }
html, body, .wrapper, .topbox { height: 100%; }
.wrapper, .bottombox { display: table; width: 100%; position: relative; }
.topbox { display: table-row; }
.overflow { overflow: hidden; }
input[type=file] { margin-bottom: 6px; }
.grecaptcha-badge { opacity: 0 !important; }
.jwlogo { display: none !important; }
.agree span.wpcf7-list-item { margin: 0; padding: 0 4px; }
.agree span.wpcf7-validates-as-required { border-bottom: 2px solid rgba(255,255,255,0); margin: 0 6px 0 0; }
.agree span.wpcf7-validates-as-required.wpcf7-not-valid { border-color: red; }
.agree a { color: #444; text-decoration: underline; }
hr { position: relative; background: #ed1c24; }
hr::before { content: ""; position: absolute; top: -3px; left: 3%; width: 40%; height: 5px; background: #ed1c24; border-radius: 36px; }
.container { position: relative; }

/* GLOBAL TRANSITION */
.butn, .menu li a, .contact-item a, .owl-carousel .owl-nav .owl-prev::before, .owl-carousel .owl-nav .owl-next::before, .butn::before, .butn::after, .partner-hover, .partner-inner, .works-tabs .tabs-list li a span, .footer-menu li a, .works-tabs .tabs-list li a span::before, .subcompanys-list li figure img { -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }

/* TEXT EDITOR */
.alignleft { float: left; margin: 0 20px 10px 0; max-width: 400px; }
.alignright { float: right; margin: 0 0 10px 20px; max-width: 400px; }
.aligncenter { display: block; margin: 0 auto 25px auto; }
blockquote { position: relative; padding: 15px 15px 15px 45px; }
blockquote * { margin: 0; line-height: 1.3; }

/* SECTIONS */
.header-separator { margin-top: 136px; }
section, article { position: relative; z-index: 1; }
section.out, article.out, main.out { margin-bottom: 55px; }
section.in, article.in, main.in { padding-top: 75px; padding-bottom: 75px; }
section.page-section { margin-top: 50px !important; }

/* TITLE */
.ttl { position: relative; margin-bottom: 25px; }
.ttl h1, .ttl h2, .ttl h3 { font-size: 41px; font-weight: 700; }

/* BUTTONS - DEF/BUY */
.butn { position: relative; display: inline-block; vertical-align: top; padding: 14px 25px; width: 100%; max-width: 220px; text-decoration: none; text-align: center; color: #383736; font-size: 16px; font-weight: 700; text-transform: uppercase;
 background: #FBD619; border: 0; }
.butn::before { content: ""; position: absolute; top: 0; left: -15.2px; width: 0px; height: 0px; border-style: solid; border-width: 0 0 48px 16px; border-color: transparent transparent #FBD619 transparent; transform: rotate(0deg); }
.butn::after { content: ""; position: absolute; top: 0; right: -15.5px; width: 0px; height: 0px; border-style: solid; border-width: 48px 16px 0 0; border-color: #FBD619 transparent transparent transparent; transform: rotate(0deg); }
.butn i, .butn:hover i { display: inline-block; color: #fff; margin: 0 8px 0 0; }
.butn.blue { background: #015BBA; }
.butn.blue::before { border-color: transparent transparent #015BBA transparent; }
.butn.blue::after { border-color: #015BBA transparent transparent transparent; }
.butn:hover { color: #000; text-decoration: none; background: #d3b000 !important; }
.butn:hover::before { border-color: transparent transparent #d3b000 transparent; }
.butn:hover::after { border-color: #d3b000 transparent transparent transparent; }

/* OWL CUSTOM */
.owl-carousel { position: relative; }
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .slick-prev, .slick-next { position: absolute; top: 50%; margin: -45px 0 0 0; width: 17px; height: 90px; border: 0; text-align: center; line-height: 90px; background: rgba(255,255,255,.86); outline: none !important; cursor: pointer; z-index: 20; }
.owl-carousel .owl-nav .owl-prev, .slick-prev { left: -30px; }
.owl-carousel .owl-nav .owl-prev:before, .slick-prev::before { position: absolute; font-family: "FontAwesome"; font-weight: 900; content: "\f060"; font-size: 25px; color: #fff; top: 0; left: 0; text-indent: 0; width: 100%; line-height: 90px; z-index: 25; }
.owl-carousel .owl-nav .owl-next, .slick-next { right: -30px; }
.owl-carousel .owl-nav .owl-next:before, .slick-next::before { position: absolute; font-family: "FontAwesome"; font-weight: 900; content: "\f061"; font-size: 25px; color: #fff; top: 0; left: 0; text-indent: 0; width: 100%; line-height: 90px; z-index: 25; }
.owl-carousel .owl-nav .owl-prev span, .owl-carousel .owl-nav .owl-next span { display: none; }
.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover { opacity: 1; }
.owl-carousel .owl-dots { position: absolute; bottom: -40px; left: 0; width: 100%; text-align: center; z-index: 10; }
.owl-carousel .owl-dots button { margin: 0 5px; outline: none; }
.owl-carousel .owl-dots button span { display: block; width: 15px; height: 15px; border: 1px solid #f4e0a4; border-radius: 15px; background: none; }
.owl-carousel .owl-dots button.active span { background: #f4e0a4; }
.owl-carousel.owl-drag .owl-item { text-align: center; }
.owl-carousel.owl-drag .owl-item .item { display: inline-block; text-align: center; }
.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover, .slick-prev:hover, .slick-next:hover { color: #000 !important; }
.owl-carousel .owl-nav .owl-prev:hover:before, .owl-carousel .owl-nav .owl-next:hover:before, .slick-prev:hover:before, .slick-next:hover:before { color: #FBD619 !important; }
.owl-carousel .owl-nav { position: relative; max-width: 10px; margin-top: 50px; margin-left: 40px; }

/* HEADER */
header { position: fixed; top: 0; left: 0; width: 100%; z-index: 50; }
.admin-bar header { top: 32px; }
header .inner .container { position: relative; padding-top: 10px; padding-bottom: 10px; }
header .inner .container::after { content: ""; position: absolute; top: 0; right: -70px; width: 10000px; height: 100%; background: #242934; z-index: -1; }
header .row { position: relative; }
header .row br { display: none; }
header .row > div.column-1 { -ms-flex: 0 0 240px; flex: 0 0 240px; max-width: 240px; }
header .row > div.column-lang { -ms-flex: 0 0 110px; flex: 0 0 110px; max-width: 110px; }
header .row > div.column-2 { -ms-flex: 0 0 calc(100% - 350px); flex: 0 0 calc(100% - 350px); max-width: calc(100% - 350px); text-align: right; }
.header-corner { position: absolute; top: -96px; right: 50%; margin-right: -980px; width: 415px; height: 465px; background: url("../images/header-corner.svg") 50% 50% no-repeat; background-size: 100% 100%; z-index: 20; }

/* HEADER / CONTACTS */
.header-contacts { position: relative; }
.contact-item { position: relative; display: inline-block; font-family: "Roboto", sans-serif; color: #fff; font-size: 16px; font-weight: 400; padding-left: 29px; margin-left: 15px; }
.contact-item a { color: #fff; text-decoration: none; }
.contact-item img { position: absolute; top: -3px; left: 0; }
.contact-item a:hover { color: #FBD619; }
.contact-item.adress { margin-left: 0; }

/* HEADER / LOGO */
.logo img { width: 100%; }
.langs-selector { padding: 0 0 0 30px; }
.wpml-ls-legacy-dropdown a { font-size: 16px; color: #fff; background: transparent; }
.wpml-ls-sub-menu a { color: #000; background: #fff; }
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after { color: #015BBA; }

/* HEADER - MENU */
.header-menu .container { position: relative; padding: 15px 0; }
.header-menu .container::after { content: ""; position: absolute; top: 0; right: -50px; width: 10000px; height: 100%; background: #015BBA; z-index: -1; }
.header-menu .menu ul { display: flex; justify-content: space-between; padding: 0 15px; } 
.menu li { display: inline-block; position: relative; }
.menu li:last-child::after { display: none; }
.menu li a { display: block; position: relative; padding: 5px 0; font-family: "Roboto", sans-serif; color: #fff; font-size: 14px; font-weight: bold; text-transform: uppercase; text-decoration: none; }
.menu li:hover > a { color: #FBD619; }
.menu li.current-menu-item a, .menu li.current-post-ancestor a, .menu li.current-menu-parent a, .menu li.current-post-parent a, .menu li.current-category-ancestor a { color: #fff; text-decoration: underline; }

/* MAIN BANNER */
.mainbanner-bg { position: absolute; top: 0; right: 0; width: 1170px; height: 402px; background: url("../images/mainbanner-bg.svg") 50% 50% no-repeat; background-size: 100% 100%; z-index: -1; }
.mainbg { position: absolute; top: 0; left: 50%; margin-left: -360px; width: 990px; }
.mainbanner-section .inner { padding-top: 40px; }
.mainbanner-section .inner h2 { color: #025cb8; color: #425563; font-size: 44px; font-weight: 900; text-transform: uppercase; }
.mainbanner-section .inner h2 strong { color: #025cb8; font-weight: 700; }
.mainbanner-section .inner p { font-size: 22px; }
.advantages-list { margin-top: 95px; }
.advantages-list li { font-size: 20px; font-weight: 700; text-transform: uppercase; margin-bottom: 10px; }
.subcompanys-list { display: flex; justify-content: space-between; }
.subcompanys-list li { padding-left: 5px; padding-right: 5px; }
.subcompanys-list li figure { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 104px; }
.subcompanys-list li figure img { max-width: 152px; }
.subcompanys-list li:hover figure img { scale: 1.08; }

/* ABOUT SECTION */
.about-section { padding: 40px 0; height: 625px; overflow: hidden; }
.about-section::before { content: ""; position: absolute; bottom: -83px; left: 50%; margin-left: -1005px; width: 1500px; height: 600px; background: url("../images/about-bg-bottom.svg") 50% 50% no-repeat; z-index: -1; }
.about-section::after { content: ""; position: absolute; top: -110px; right: 50%; margin-right: -940px; width: 1500px; height: 600px; background: url("../images/about-bg-top.svg") 50% 50% no-repeat; z-index: -1; }
.about-corner { position: absolute; top: -96px; right: -45px; width: 293px; height: 817px; background: url("../images/about-corner.svg") 50% 50% no-repeat; background-size: 100% 100%; z-index: 20; }
@media (min-width: 1800px) { .about-corner { right: 0; } }
.about-bg { position: absolute; top: 0; left: 50%; margin-left: -952px; width: 1834px; height: 100%; background: url("../images/about-bg.jpg") 50% 50% no-repeat; background-size: cover; z-index: -2; }
.about-section .ttl h2 { color: #cccccc /*#FFE900*/; }
.about-section .inner { max-width: 410px; }
.about-section .inner * { color: #fff; font-size: 17px; }

/* WORKS SECTION */
.subttl { text-transform: uppercase; }
.works-tabs { position: relative; padding-top: 120px; padding-left: 540px; margin-top: 30px; margin-bottom: 80px; }
.works-tabs .tabs-list { position: absolute; top: 0; left: 0; z-index: 15; }
.works-tabs .tabs-list li { margin-bottom: 10px; }
.works-tabs .tabs-list li a { display: inline-block; color: #787878; font-size: 19px; line-height: 1.1; font-weight: 600; text-decoration: none; }
.works-tabs .tabs-list li a span { position: relative; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: start; justify-content: start; height: 50px; padding-left: 60px; padding-right: 75px; background: #f7f6f2; }
.works-tabs .tabs-list li a span::before { content: ""; position: absolute; top: 0; right: -11.8px; width: 0px; height: 0px; border-style: solid; border-width: 48px 12px 0 0; border-color: #f7f6f2 transparent transparent transparent; transform: rotate(0deg); }
.works-tabs .tabs-list li a span::after { opacity: 0; content: ""; position: absolute; top: 0; right: -31px; width: 23px; height: 50px; background: url("../images/tab-corner.svg") 50% 50% no-repeat; }
.works-tabs .tabs-list li a strong { position: absolute; top: 12px; left: 15px; font-weight: 600; }
.works-tabs .tabs-list li a:hover span { background: #ddd; }
.works-tabs .tabs-list li a:hover span::before { border-color: #ddd transparent transparent transparent; }
.works-tabs .tabs-list li.ui-tabs-active a span { background: #015BBA; color: #fff; }
.works-tabs .tabs-list li.ui-tabs-active a span::before { border-color: #015BBA transparent transparent transparent; }
.works-tabs .tabs-list li.ui-tabs-active a span::after { opacity: 1; }
.tab-info-inner { position: relative; width: 370px; height: 350px; z-index: 20; }
.tab-info-inner .max-height { max-height: 360px; }
.tab-info-inner::before { content: ""; position: absolute; top: -220px; left: -158px; width: 680px; height: 729px; background: url("../images/tab-info-bg.svg") 50% 50% no-repeat; background-size: 100% 100%; z-index: -1; }
.tab-info-inner * { color: #fff; }
.tab-info-inner h3 { font-size: 22px; text-transform: uppercase; margin-bottom: 30px; }
.tab-info-inner p, .tab-info-inner li { font-size: 17px; }
.tab-info-inner .buttons { position: absolute; bottom: -80px; right: -55px; width: 500px; }
.tab-info-inner .buttons a { max-width: 180px; margin-left: 20px; }
.tab-info-bg { position: absolute; top: 0; right: -70px; width: 700px; height: 580px; }
.tab-info-bg::before { content: ""; position: absolute; top: 0; left: -0; width: 167px; height: 580px; background: url("../images/tab-info-bg-corner.png") 50% 50% no-repeat; background-size: 100% 100%; z-index: 1; }

/* PARTNERS SECTION */
.partners-section { background: #242934; }
.partners-section .ttl h2 { color: #fff; }
.partners-wrapper { margin-top: 45px; }
.partner-item { position: relative; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: start; justify-content: start; width: 100%; height: 420px; background: #fff; overflow: hidden; }
.partner-item::before { content: ""; position: absolute; top: 0; left: 0; width: 20px; height: 546px; background: url("../images/partner-corner-left.png") 50% 50% no-repeat; z-index: 5; }
.partner-item::after { content: ""; position: absolute; top: 0; right: 0; width: 20px; height: 546px; background: url("../images/partner-corner-right.png") 50% 50% no-repeat; z-index: 5; }
.partner-item a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 20; }
.partner-hover { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255,255,255,.75); opacity: 1; z-index: 2; }
.partner-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.partner-inner { position: relative; padding: 15px 15px; opacity: 1; z-index: 10; }
.partner-inner figure { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 75px; padding: 0 20px; margin-bottom: 15px; }
.partner-inner figure img { display: inline-block !important; width: auto !important; height: auto; max-width: 100%; max-height: 50px; }
.partner-inner h3, .partner-inner p { font-size: 17px; }
.partner-inner h3 { font-weight: bold; margin-bottom: 25px; }
.partner-inner p { font-weight: 500; }
.partner-item:hover .partner-hover, .partner-item:hover .partner-inner { opacity: 1; }
 
 /* SCROLLBAR */
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: rgba(255, 255, 255, 0.85) !important; }
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail { background-color: rgba(255, 255, 255, 0.25) !important; }
 
/* TABLES */
table, .tb { min-width: 605px; background: #d5dee5; margin: 35px auto; }
@media (max-width: 768px) { table, .tb { min-width: none; } }
table td, .tb .td { padding: 9px 25px; color: #48494e; font-size: 17px; border-right: 1px solid #fff; }
table tr td:last-child, .tb .tr .td:last-child { border: 0; }
table th, .tb .th { padding: 9px 25px; background: #48494e; color: #fff; font-size: 17px; }

/* VIDEO WRAPPER SECTION */
.video-wrapper { position: relative; text-align: center; }
.video-wrapper .in { position: relative; max-width: 900px; margin: 0 auto; }
.play-youtube { width: 100%; height: 0; padding-bottom: 56.22%; overflow: hidden; }
.play-youtube iframe { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; border: 0; }

/* POPUPS */
.mfp-zoom-out .mfp-content { width: auto !important; vertical-align: middle !important; display: inline-block; margin-top: 35px; margin-bottom: 35px; } 
.mfp-zoom-out .white-popup { display: block !important; position: relative; width: 510px !important; padding: 30px 30px 25px 30px; background: #fff; -webkit-box-shadow: 13px 13px 25px rgba(0,0,0,0.15); -moz-box-shadow: 13px 13px 25px rgba(0,0,0,0.15); box-shadow: 13px 13px 25px rgba(0,0,0,0.15); border: 1px solid #B8B8B8; z-index: 100000; }
.mfp-zoom-out .mfp-close, .modal a.close-modal { top: 10px !important; right: 17px !important; color: #6f6f6f !important; font-size: 35px !important; border-top: 0; border-right: 0; border: 0; border-radius: 100%; opacity: 1 !important; }
.mfp-zoom-out .mfp-close:hover { color: #61b23b !important; }
.mfp-zoom-out.mfp-bg { background: #000 !important; opacity: .3 !important; }
.mfp-zoom-out .mfp-with-anim { opacity: 0; transition: all 0.3s ease-in-out; transform: scale(1.3); }
.mfp-zoom-out.mfp-bg { opacity: 0; transition: all 0.3s ease-out; }
.mfp-zoom-out.mfp-ready .mfp-with-anim { opacity: 1; transform: scale(1); }
.mfp-zoom-out.mfp-ready.mfp-bg { opacity: 0.8; }
.mfp-zoom-out.mfp-removing .mfp-with-anim { transform: scale(1.3); opacity: 0; }
.mfp-zoom-out.mfp-removing.mfp-bg { opacity: 0; }
.form-group.requaired { color: #fff; font-size: 14px; text-align: center; margin-bottom: 30px; }
.mfp-zoom-out .black-popup { background: rgba(29,29,26,1); background: -moz-linear-gradient(left, rgba(29,29,26,1) 0%, rgba(41,41,37,1) 36%, rgba(41,41,37,1) 50%, rgba(41,41,37,1) 65%, rgba(29,29,26,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(29,29,26,1)), color-stop(36%, rgba(41,41,37,1)), color-stop(50%, rgba(41,41,37,1)), color-stop(65%, rgba(41,41,37,1)), color-stop(100%, rgba(29,29,26,1))); background: -webkit-linear-gradient(left, rgba(29,29,26,1) 0%, rgba(41,41,37,1) 36%, rgba(41,41,37,1) 50%, rgba(41,41,37,1) 65%, rgba(29,29,26,1) 100%); background: -o-linear-gradient(left, rgba(29,29,26,1) 0%, rgba(41,41,37,1) 36%, rgba(41,41,37,1) 50%, rgba(41,41,37,1) 65%, rgba(29,29,26,1) 100%); background: -ms-linear-gradient(left, rgba(29,29,26,1) 0%, rgba(41,41,37,1) 36%, rgba(41,41,37,1) 50%, rgba(41,41,37,1) 65%, rgba(29,29,26,1) 100%); background: linear-gradient(to right, rgba(29,29,26,1) 0%, rgba(41,41,37,1) 36%, rgba(41,41,37,1) 50%, rgba(41,41,37,1) 65%, rgba(29,29,26,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d1d1a', endColorstr='#1d1d1a', GradientType=1 ); }
.form-wrapper.black-form .form-group input.form-control, .form-wrapper.black-form .form-group textarea { background: transparent; }
.mfp-zoom-out .black-popup .mfp-close:hover { color: #F8D0AC !important; }
.mfp-zoom-out .black-popup::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url("../images/order-bg.png") 50% 50% no-repeat; background-size: 70%; }
.mfp-zoom-out .mfp-content h3 { font-size: 23px; }
.form-group.put-servicetitle, .form-group.put-specialist, .form-group.put-action { display: none; }
.mfp-zoom-out .ttl { margin-bottom: 20px; }

/* FORMS */
.form-wrapper { position: relative; z-index: 10; }
.form-group { position: relative; margin-bottom: 15px; }
.form-group:last-child { margin-bottom: 0 !important; }
.form-group input.form-control, .form-group textarea, .form-group select.form-control { font-family: 'Roboto', sans-serif; color: #6f6f6f; font-size: 15px; border: 0; background: #fff; padding: 10px 15px; height: auto; border: 1px solid #B8B8B8; border-radius: 0; }
.form-group select.form-control { height: auto !important; }
.form-group input.form-control::-webkit-input-placeholder { font-family: 'Roboto', sans-serif; color: #6f6f6f; font-size: 15px; }
.form-group input.form-control::-moz-placeholder { font-family: 'Roboto', sans-serif; color: #6f6f6f; font-size: 15px; }
.form-group input.form-control:-ms-input-placeholder { font-family: 'Roboto', sans-serif; color: #6f6f6f; font-size: 15px; }
.form-group input.form-control:-moz-placeholder { font-family: 'Roboto', sans-serif; color: #6f6f6f; font-size: 15px; }
.form-group textarea::-webkit-input-placeholder { font-family: 'Roboto', sans-serif; color: #6f6f6f; font-size: 15px; }
.form-group textarea::-moz-placeholder { font-family: 'Roboto', sans-serif; color: #6f6f6f; font-size: 15px; }
.form-group textarea:-ms-input-placeholder { font-family: 'Roboto', sans-serif; color: #6f6f6f; font-size: 15px; }
.form-group textarea:-moz-placeholder { font-family: 'Roboto', sans-serif; color: #6f6f6f; font-size: 15px; }
.form-group input.form-control.wpcf7-not-valid, .form-group textarea.wpcf7-not-valid { background: #ffdfdf !important; }
.form-group textarea { max-height: 100px; }
.form-group input.form-control.wpcf7-not-valid, .form-group textarea.wpcf7-not-valid { background: #ff96a4 !important; }
.hidden-form-group { display: none; }
.wpcf7 form .wpcf7-response-output { margin-left: 0; margin-right: 0; }
.form-input.wpcf7-not-valid, .form-textarea.wpcf7-not-valid { border-color: #f03952; border-width: 1px !important; font-size: 13px; line-height: 1.2; } 
.ajax-loader { position: absolute !important; top: 12px !important; left: 0; width: 15px; height: 15px; margin: 0 !important; background: #ffffff; border-radius: 15px; }
.wpcf7-not-valid-tip, .screen-reader-response { display: none !important; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output { background: #fff; font-size: 15px; line-height: 1.2; }
.agree { margin: 0 0 15px 0; }
.agree span.wpcf7-list-item { margin: 0; padding: 0 4px; }
.agree span.wpcf7-validates-as-required { border-bottom: 2px solid rgba(255,255,255,0); margin: 0 6px 0 0; }
.agree span.wpcf7-validates-as-required.wpcf7-not-valid { border-color: #f06b7a; }
.agree a { color: #000; font-size: 15px; text-decoration: underline; }
form p, .form-group p, .agree p { font-size: 15px; line-height: 1.2; }
.agree .wpcf7-list-item-label { display: none; }
.wpcf7-spinner { position: absolute; top: 11px; left: 10px; margin: 0; }

/* FOOTER */
footer { position: relative; background: #fff; padding: 30px 0 25px 0; z-index: 20; }
footer .row { margin-bottom: 35px; }
footer .column-1, footer .column-3 { -ms-flex: 0 0 250px; flex: 0 0 250px; max-width: 250px; }
footer .column-2 { -ms-flex: 0 0 calc(100% - 500px); flex: 0 0 calc(100% - 500px); max-width: calc(100% - 500px); }
footer .column-3 { text-align: right; }
.footer-menu ul { display: flex; justify-content: space-between; } 
.footer-menu li { display: inline-block; vertical-align: top; width: 50%; margin: 0 -2px; text-align: center; }
.footer-menu li a { display: block; position: relative; padding: 5px 0; font-family: "Roboto", sans-serif; color: #425563; font-size: 14px; font-weight: bold; text-transform: uppercase; text-decoration: none; }
.footer-menu li:hover a { color: #FBD619; }
.footer-logo img { max-width: 195px; }
footer .contact-item, footer .contact-item a { color: #2f3440; }
footer .contact-item { margin-left: 0; }
.copyright { margin-top: 15px; }
footer p, .copyright { font-family: "Roboto", sans-serif; }

/* RESPONSIVE */
.mobile, .tablet { display: none; }
.navi-button { display: none; position: absolute; top: 17px; right: 0; font-size: 21px; padding: 0; font-size: 16px; color: #fff; font-weight: bold; text-transform: uppercase; cursor: pointer; }
.navi-button i, .mobile-search-btn i { vertical-align: top; font-size: 26px; color: #FFE900; margin: -4px 8px 0 0; }
header.nobg .navi-button, header.nobg .navi-button i, header.nobg .mobile-search-btn i  { color: #ee2737; }
.navi-button i, .navi-button.show i.fa-bars { display: none; }
.navi-button i.fa-bars { display: inline-block; }
.navi-button.show i.fa-times { display: inline-block; }
.pushmenu { width: 210px; height: 100%; top: 0; z-index: 100000; position: fixed; overflow-x: scroll; background: #025cb8; }
.pushmenu-butn { display: none; }
.pushmenu-push-toleft .pushmenu-butn { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10000; }
.pushmenu-box { margin: 15px 0 35px 0; }
.pushmenu ul { list-style: none; margin: 0; padding: 0; }
.pushmenu li { background: none; padding: 0; margin: 0; position: relative; }
.pushmenu li a:before { content: ""; position: absolute; top: 20px; left: 15px; width: 3px; height: 3px; background: #fff; z-index: 10; }
.pushmenu li a, .pushmenu li span { display: block; padding: 11px 15px 11px 30px; color: #fff; font-size: 16px; font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(0,0,0,0.30); }
.pushmenu li.menu-item-53 a { font-weight: bold; }
.pushmenu li a:hover { background: rgba(110,46,98,0.25); border-color: rgba(110,46,98,0.35); text-decoration: none; }
.pushmenu li.current-menu-item a { }
.pushmenu li.menu-item-has-children > a { padding-left: 35px; }
.pushmenu li.menu-item-has-children > a:before { content: "-"; position: absolute; top: 11px; left: 15px; color: #ffffff; background: none; font-size: 16px; font-weight: bold; z-index: 5; }
.pushmenu li.menu-item-has-children.hide > a:before { content: "+"; }
.pushmenu li.menu-item-has-children.hide > ul { display: none; }
.pushmenu ul ul { display: none; }
.mobile-navi ::-webkit-scrollbar { display: none; }
.pushmenu::-webkit-scrollbar { display: none; }
.pushmenu-left { right: -210px; }
.pushmenu-left.pushmenu-open { right: 0; -webkit-box-shadow: 0px 10px 28px -8px rgba(0,0,0,0.55); -moz-box-shadow: 0px 10px 28px -8px rgba(0,0,0,0.55); box-shadow: 0px 10px 28px -8px rgba(0,0,0,0.55); }
.pushmenu-push { overflow-x: hidden; position: relative; right: 0; }
.pushmenu-push-toleft { right: 210px; }
.pushmenu, .pushmenu-push, .pushmenu li a, .fixed-socials, header { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; }
.pushmenu .pushmenu-list { margin-bottom: 25px !important; }
.pushmenu-push-toleft header { left: -210px; }
* { -webkit-text-size-adjust: none; }

@media (max-width: 1200px) {
.mainbanner-section .inner h2 { font-size: 40px; max-width: 535px; }
.mainbanner-section .inner h2 br { display: none; }
.subcompanys-list li figure img { max-width: 140px; max-height: 29px; }
.mainbg { top: 40px; margin-left: -190px; width: 708px; }
footer .column-2 { display: none; }
footer .row, footer .column-1, footer .column-3 { display: block; max-width: 100%; text-align: center; }
footer .row { margin: 0; }
footer .column-1 { margin-bottom: 20px; }
footer .row { margin-bottom: 25px; }
header .inner { background: #242934; }
.header-menu { background: #015BBA; }
header .inner .container::after, .header-menu .container::after { display: none; }
.header-menu { display: none; }
header .row > div.column-1, header .row > div.column-2 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
header .row > div.column-1 { border-bottom: 1px solid rgba(255,255,255,.50); padding-bottom: 5px; margin-bottom: 5px; }
.logo img { max-width: 215px; }
.navi-button { display: block; }
header .row { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; }
.contact-item { margin-top: 3px; margin-bottom: 3px; }
header .inner .container { padding-top: 4px; padding-bottom: 4px; }
footer p, .copyright { font-size: 15px; }
header .row > div.column-lang { position: absolute; top: 10px; left: 210px; }
}

@media (max-width: 992px) {
.mainbg { position: static; width: 100%; margin: 0; }
.advantages-list { margin-top: -40px; margin-bottom: 10px; }
.subcompanys-list { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; margin-top: 20px; }
.subcompanys-list li figure { height: 47px; margin: 0; }
.subcompanys-list li figure img { max-width: 127px; }
.mainbanner-section .inner { padding-top: 10px; }
section.mainbanner-section { padding-bottom: 35px; }
.about-corner { top: 0; left: 0; bottom: auto; right: auto; width: 100%; height: 100%; background: rgba(0,0,0,.40); z-index: -1; }
.in.works-section { padding-top: 45px; padding-bottom: 15px; }
.works-tabs { padding-left: 0; }
.tab-info-inner::before { display: none; }
.works-tabs { padding-top: 0; }
.works-tabs .tabs-list { position: static; }
.works-tabs .ui-tabs-panel { position: relative; }
.tab-info-bg { top: 0; left: 0; width: 100%; height: 100%; }
.tab-info-inner { background: rgba(36,41,52,.90); width: 100%; height: 100%; padding: 15px; }
.tab-info-bg::before { display: none; }
.works-tabs .tabs-list { display: grid; grid-template-columns: 1fr 1fr; margin-top: 20px; margin: 0 -15px; }
.works-tabs .tabs-list li { display: inline-block; vertical-align: top; margin: 0 5px 10px 5px; }
.works-tabs .tabs-list li a { display: block; }
.works-tabs .tabs-list li a strong { top: 16px; left: 10px; }
.works-tabs .tabs-list li a { font-size: 16px; }
.works-tabs .tabs-list li a span { padding-right: 15px; padding-left: 45px; }
.works-tabs .tabs-list li a span::before, .works-tabs .tabs-list li a span::after, .works-tabs .tabs-list li a span br { display: none; }
.tab-info-inner .max-height { max-height: 100%; border: 1px solid rgba(255,255,255,.60); padding: 10px; }
.tab-info-inner .buttons { bottom: -19px; right: 0; }
} 

@media all and (max-width: 768px) {
.ttl h1, .ttl h2, .ttl h3 { font-size: 32px; }
.mainbanner-section .inner h2 { font-size: 32px; }
.mainbanner-section .inner p { font-size: 19px; }
.advantages-list li { font-size: 18px; }
.subcompanys-list { display: grid; grid-template-columns: 1fr 1fr 1fr; }
.about-section { height: auto; }
.about-bg { top: 0; left: 0; margin-left: 0; width: 100%; height: 100%; background-position: 58% 50%; }
.works-tabs .tabs-list li a { font-size: 15px; }
.owl-carousel { max-width: 320px; margin: 0 auto; }
}

@media all and (max-width: 580px) {
.ttl h1, .ttl h2, .ttl h3 { font-size: 29px; }
header .column-2 .row, header .row br { display: block; }
header .column-2 .row { text-align: center; }
header .row > div.column-1 { margin-bottom: 0; }
.contact-item { margin: 0 0 4px 0; font-size: 13px; }
.mainbanner-section .inner { padding-top: 30px; }
.mainbanner-section .inner h2 { font-size: 29px; }
.advantages-list { margin-top: -20px; margin-bottom: 20px; }
.about-bg { background-position: 68% 50%; }
.subcompanys-list li figure img { max-width: 100%; }
.in.partners-section { padding-top: 40px; padding-bottom: 55px; }
.partner-item .partner-hover, .partner-item .partner-inner { opacity: 1; }
.about-section .inner * { font-size: 15px; }
.works-tabs .tabs-list li a { font-size: 13px; }
.works-tabs .tabs-list li a span { height: 57px; padding-left: 35px; }
.works-tabs .tabs-list li a strong { top: 21px; }
.tab-info-inner h3 { font-size: 19px; }
.tab-info-inner p, .tab-info-inner li { font-size: 15px; }
.works-tabs { margin-bottom: 45px; }
footer p, .copyright, footer .contact-item { font-size: 14px; }
.owl-carousel .owl-nav { max-width: 100%; margin-left: 40px; margin-right: 58px; }
.owl-carousel { max-width: 320px; margin: 0 auto; }
.logo img { max-width: 190px; }
header .row > div.column-lang { top: 7px; left: 175px; width: 95px; max-width: 100%; }
.navi-button span { display: none; }
}

@media all and (max-width: 380px) { 
.mainbanner-section .inner h2 { font-size: 25px; }
.mainbanner-section .inner p { font-size: 17px; }
.owl-carousel { max-width: 280px; }
}

@media all and (max-width: 350px) {
.logo img { max-width: 170px; }
header .row > div.column-lang { top: 5px; left: 155px; }
.navi-button { top: 11px; }
.owl-carousel .owl-nav .owl-prev, .slick-prev { left: -15px; }
.owl-carousel .owl-nav .owl-next, .slick-next { right: -15px; }
}