/*!
Theme Name: ML Center
Theme URI: https://www.ideaz.si
Author: Ideaz (Code), DrawingArt (Design)
Author URI: https://www.ideaz.si
Description: ML Center.
Version: 1.0
*/@-ms-viewport{width:device-width}html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,*::before,*::after{box-sizing:inherit}*,*::before,*::after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0 !important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}pre,code,kbd,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none}input[type="radio"],input[type="checkbox"]{box-sizing:border-box;padding:0}input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px;-webkit-appearance:none}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none !important}.img-fluid{max-width:100%;height:auto;}

/* fonts */
@font-face{font-display:swap;font-family:'Inria Sans';font-style:normal;font-weight:300;src:url(../fonts/inria-sans-v15-latin_latin-ext-300.woff2) format("woff2")}
@font-face{font-display:swap;font-family:'Inria Sans';font-style:italic;font-weight:300;src:url(../fonts/inria-sans-v15-latin_latin-ext-300italic.woff2) format("woff2")}
@font-face{font-display:swap;font-family:'Inria Sans';font-style:normal;font-weight:400;src:url(../fonts/inria-sans-v15-latin_latin-ext-regular.woff2) format("woff2")}
@font-face{font-display:swap;font-family:'Inria Sans';font-style:italic;font-weight:400;src:url(../fonts/inria-sans-v15-latin_latin-ext-italic.woff2) format("woff2")}
@font-face{font-display:swap;font-family:'Inria Sans';font-style:normal;font-weight:700;src:url(../fonts/inria-sans-v15-latin_latin-ext-700.woff2) format("woff2")}
@font-face{font-display:swap;font-family:'Inria Sans';font-style:italic;font-weight:700;src:url(../fonts/inria-sans-v15-latin_latin-ext-700italic.woff2) format("woff2")}
/* fonts */

/* colors */
:root {
	--white: #FFFFFF;
	--lightest-gray: #E6E6E6;
	--very-light-gray: #D9D9D9;
	--dark-gray: #999999;
	--very-dark-gray: #4D4D4D;
	--darkest-gray: #404040;
	--black: #000000;
	--blue: #17579A;
	--dark-blue: #00346B;
}

.has-white-color {color: var(--white);}
.has-white-bg-color {background: var(--white);}
.has-lightest-gray-color {color: var(--lightest-gray);}
.has-lightest-gray-bg-color {background: var(--lightest-gray);}
.has-very-light-gray-color {color: var(--very-light-gray);}
.has-very-light-gray-bg-color {background: var(--very-light-gray);}
.has-dark-gray-color {color: var(--dark-gray);}
.has-dark-gray-bg-color {background: var(--dark-gray);}
.has-very-dark-gray-color {color: var(--very-dark-gray);}
.has-very-dark-gray-bg-color {background: var(--very-dark-gray);}
.has-darkest-gray-color {color: var(--darkest-gray);}
.has-darkest-gray-bg-color {background: var(--darkest-gray);}
.has-black-color {color: var(--black);}
.has-black-bg-color {background: var(--black);}
.has-blue-color {color: var(--blue);}
.has-blue-bg-color {background: var(--blue);}
.has-dark-blue-color {color: var(--dark-blue);}
.has-dark-blue-bg-color {background: var(--dark-blue);}

/* colors */

/* misc */
:root{font-size: 62.5%;}
body {font-family: "Inria Sans", sans-serif; font-size: 2.1rem; line-height: 2.9rem; font-weight: 400; letter-spacing: -0.042rem; color: var(--very-dark-gray); background: #EDEDED; overflow-x: hidden;}
.body-wrap {overflow-x:hidden; position: relative;}
.body-wrap::after {content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: var(--very-light-gray); backdrop-filter: blur(5px); visibility: hidden; opacity: 0; transition: 0.4s all; z-index: 100}
.header-menu-active .body-wrap::after, .dialog-active .body-wrap::after {opacity: 0.9; visibility: visible}
.header-menu-active {overflow-y: hidden;}
strong, .strong {font-weight: 700;}
.container {margin: 0 auto; position: relative; max-width: 1240px;}
.container, .col { padding-left: 20px; padding-right: 20px;}
.row {display: flex; flex-wrap: wrap; margin-left: -20px; margin-right: -20px;}
.col {flex: 0 0 100%; max-width: 100%; position: relative; min-height: 1px;}
a {color: var(--very-dark-gray); text-decoration: none; transition: 0.4s all;}
a:hover, a:active, a:focus {color: var(--blue); text-decoration: none;}
p {margin: 0 0 28px;}

#loader {position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: var(--white); z-index: 9010; opacity: 0; transition: all 1s; visibility: hidden; cursor: pointer}
#loader .spinner { height: 30px; width: 30px; border: 4px solid var(--blue); border-right-color: transparent; border-radius: 50%; position: absolute; left: 50%; top: 50%; margin-top: -15px; margin-left: -15px;}
body.is-loading #loader {opacity:1; visibility: visible;}
.animate-spin{animation:spin 2s infinite linear;display:inline-block}
@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}

h1, .h1 {font-size: 4.5rem; line-height: 4.5rem; font-weight: 700; letter-spacing: -0.135rem; margin: 0 0 20px;}
h2, .h2 {font-size: 3.5rem; line-height: 4.5rem; font-weight: 700; letter-spacing: -0.105rem; margin: 0 0 20px; color: var(--darkest-gray);}
h3, .h3 {font-size: 3.0rem; line-height: 3.4rem; font-weight: 700; letter-spacing: -0.09rem; margin: 0 0 10px;}

.btn {display: inline-block; padding: 15px 60px; color: var(--white); background: var(--blue); font-size: 1.9rem; font-weight: 700; line-height: normal; letter-spacing: -0.038rem; border-radius: 32px; border: 0; text-align: center; text-decoration: none; transition: all 0.4s;}
.btn:hover, .btn:active, .btn:focus {color: var(--white); background: var(--black); text-decoration: none;}
.btn-light {color: var(--blue); background: var(--lightest-gray);}
.btn-light:hover, .btn-light:active, .btn-light:focus {color: var(--white); background: var(--black);}

.circle-button {position: relative; padding: 0; width: 64px; height: 64px; border-radius: 50%; background: var(--lightest-gray); display: flex; align-items: center; justify-content: center; border: 0; z-index: 1; transition: 0.4s all;}
.circle-button::before {content: ''; position: absolute; left: 50%; top: 50%; width: 28px; height: 32px; transform: translate3d(-50%, -50%, 0); background: var(--blue); -webkit-mask: url("../img/arrow-right.svg") no-repeat center right; mask: url("../img/arrow-right.svg") no-repeat center right; max-width: 18px; transition: 0.4s all;}
.circle-button:hover::before, .circle-button:active::before, .circle-button:focus::before {background: var(--black);}
.circle-button.has-close-icon::before {width: 14px; height: 14px; -webkit-mask: url("../img/close.svg") no-repeat center center; mask: url("../img/close.svg") no-repeat center center;}

.arrow-link {position: relative; display: inline-block; padding-left: 43px; font-size: 1.9rem; letter-spacing: -0.038rem; line-height: 2.28rem; color: var(--blue); font-weight: 700;}
.arrow-link::before {content: ''; position: absolute; left: 0; top: 0; width: 28px; height: 2.28rem; background: var(--blue); -webkit-mask: url("../img/arrow-right.svg") no-repeat center right; mask: url("../img/arrow-right.svg") no-repeat center right; max-width: 18px; transition: 0.4s all;}
.arrow-link:hover, .arrow-link:active, .arrow-link:focus {color: var(--black);}
.arrow-link:hover::before, .arrow-link:active::before, .arrow-link:focus::before {max-width: 28px; background: var(--black)}

.arrow-link-with-border {padding-top: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--very-light-gray); border-image: linear-gradient(to right, var(--white) 43px, var(--very-light-gray) 43px) 1;}
.arrow-link-with-border::before {top: 20px;}

.arrow-link-right {padding-left: 0; padding-right: 40px;}
.arrow-link-right::before {left: auto; right: 12px;}
.arrow-link-right:hover::before, .arrow-link-right:active::before, .arrow-link-right:focus::before {right: 0}

.dialog-active {overflow: hidden;}
.dialog-wrap {position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 9999; opacity: 0; visibility: hidden; overflow-x: hidden; overflow-y: auto; transition: 0.4s all;}
.dialog-wrap.active {opacity: 1; visibility: visible;}

input, textarea, select {width: 100%; padding: 15px 30px 17px; margin: 0 0 10px; font-size: 1.9rem; line-height: 2.8rem; letter-spacing: -0.038rem; color: var(--white); background: transparent; border-radius: 32px; border: 2px solid var(--white); opacity: 0.4; transition: 0.4s all;}
input::placeholder, textarea::placeholder {opacity: 1; color: var(--white);}
input:hover, input:active, input:focus, textarea:hover, textarea:active, textarea:focus, select:hover, select:active, select:focus  {opacity: 1; background-color: rgba(217, 217, 217, 0.10);}
input[type="submit"] {opacity: 1; max-width: 241px;}
select {position: relative; appearance: none; background-image: url("../img/arrow-down.svg"); background-repeat: no-repeat; background-position: center right 20px; background-size: 16px 18px;}
/* misc */

/* header, footer */
#header {position: relative; padding: 20px 0; background: var(--white);}
#header::after {content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: var(--white); z-index: 9002;}
.header-row {align-items: center}
.col-header-logo {position: relative; display: flex; align-items: center; flex: 0 0 calc(100% - 80px); max-width: calc(100% - 80px);}
.col-header-logo img {width: 60px; height: 60px; margin-right: 12px;}
.header-logo-text {font-size: 3.0rem; line-height: 3.0rem; letter-spacing: -0.09rem; font-weight: 700; color: var(--very-dark-gray);}

.header-menu {list-style: none; margin: 0; padding: 0;}

#footer {padding: 60px 0 30px; text-align: center; font-size: 1.7rem; line-height: 2.7rem}
#footer a {color: var(--blue); font-weight: 700;}
#footer a:hover, #footer a:active, #footer a:focus {color: var(--black);}
#footer .col {margin-bottom: 30px;}
.col-footer-about-location {display: flex; justify-content: center}
.col-footer-about-location img {display: inline-flex; margin-right: 10px;}

.footer-contacts-list, .footer-work-hours-list {list-style: none; margin: 0; padding: 0;}
.footer-contacts-list span, .col-footer-work-hours-title {opacity: 0.9; color: var(--dark-gray);}
.col-copyright {color: var(--dark-gray);}
.col-copyright-spacer {margin-bottom: 30px; height: 1px; background: var(--very-light-gray);}
/* header, footer */

/* intro */
#intro {background: var(--white);}
.intro-text {position: relative; padding: 73px 20px; color: var(--white); background: linear-gradient(149deg, var(--blue) 8.8%, var(--dark-blue) 91.1%); text-align: center;}
.intro-text h1, .intro-text .btn {position: relative; z-index: 2}
.intro-text h1, .intro-text .btn {position: relative; z-index: 2}
.intro-text::before {content: ''; display: block; width: 680px; height: 680px; position: absolute; bottom: 40px; left: 50%; margin-left: -340px; background: url(../img/logo-bg.svg) no-repeat center center; background-size: cover; z-index: 1;}
#intro-image {height: 320px;}
#intro-image img {width: 100%; height: 100%; object-fit: cover;}
/* intro */

/* company */
#company {padding: 60px 0; background: var(--white);}
.company-about p:last-child {margin-bottom: 0;}
.company-spacer {margin-top: 40px; margin-bottom: 35px; height: 1px; background: var(--very-light-gray); background-clip: content-box;}
.company-advantages h2 {margin-bottom: 15px;}
.company-advantages-list {list-style: none; margin: 0; padding: 0;}
.company-advantages-list li:last-child .arrow-link {padding-bottom: 0; border-bottom: 0;}
.company-advantages-list a {cursor: default; color: inherit; font-size: inherit; font-weight: inherit; letter-spacing: inherit; line-height: 3.2rem;}
.company-advantages-list a::before {height: 32px;}
/* company */

/* services, products */
#services-products {padding: 65px 0 0;}
.services-products-intro {text-align: center;}
.services-products-intro h2 {margin-bottom: 25px;}
.service-products-contact {margin-bottom: 15px;}
.services-products-pricelist-link {margin-bottom: 40px;}

.services-products-item {margin-bottom: 10px;}
.services-products-item-header {position: relative; display: block; height: 280px; overflow: hidden;}
.services-products-item-image {height: 100%}
.services-products-item-image img {width: 100%; height: 100%; object-fit: cover;}
.services-products-item-title-link {position: absolute; bottom: 0; left: 0; right: 0; display: flex; padding: 50px 20px 20px; }
.services-products-item-title-link::before, .services-products-item-title-link::after {content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0;  transition: 0.4s all;}
.services-products-item-title-link::before {background: linear-gradient(0deg, var(--blue) 0%, rgba(23, 87, 154, 0) 100%), linear-gradient(0deg, var(--blue) 0%, rgba(23, 87, 154, 0) 100%);}
.services-products-item-title-link::after {background: linear-gradient(0deg, var(--black) 0%, rgba(23, 87, 154, 0) 100%), linear-gradient(0deg, var(--black) 0%, rgba(23, 87, 154, 0) 100%); opacity: 0}
a.services-products-item-header:hover .services-products-item-title-link::before, a.services-products-item-header:active .services-products-item-title-link::before, a.services-products-item-header:focus .services-products-item-title-link::before {opacity: 0;}
a.services-products-item-header:hover .services-products-item-title-link::after, a.services-products-item-header:active .services-products-item-title-link::after, a.services-products-item-header:focus .services-products-item-title-link::after {opacity: 1;}
a.services-products-item-header:hover .circle-button::before, a.services-products-item-header:active .circle-button::before, a.services-products-item-header:focus .circle-button::before {background: var(--black);}
a.services-products-item-header:hover .circle-button, a.services-products-item-header:active .circle-button, a.services-products-item-header:focus .circle-button {transform: scale(1.15625);}
.services-products-item-title {position: relative; margin: 0; color: var(--white); flex: 0 0 calc(100% - 64px); max-width: calc(100% - 64px); z-index: 2}
.services-products-item-title-link button {position: relative; flex: 0 0 64px; max-width: 64px; z-index: 2}
.services-products-item-description {background: var(--white); padding: 40px 20px;}
.services-products-item-contact {margin-top: 30px;}

.dialog-wrap .services-products-item-title {font-size: 3.5rem; line-height: 3.5rem; letter-spacing: -0.105rem;}
.dialog-wrap .services-products-item-header {height: 320px}

.services-products-item-pricelist {padding: 40px 20px; background: var(--white); text-align: center;}
.services-products-item-pricelist-icon {margin: 0 0 20px;}
.services-products-item-pricelist-title {color: var(--darkest-gray);}
.services-products-item-pricelist-description {line-height: 3.3rem; opacity: 0.85}
.services-products-item-pricelist-link a {color: var(--blue); font-weight: 700; letter-spacing: -0.038rem;}
.services-products-item-pricelist-link-spacer {margin: 20px auto 15px; max-width: 220px; height: 1px; background: var(--very-light-gray);}

.services-products-item-pricelist-catalogue {list-style: none; margin: 0; padding: 0;}
/* services, products */

/* partners */
#partners {padding: 55px 0 60px; text-align: center;}
#partners h2 {margin-bottom: 25px;}
.partners-list {list-style: none; margin: 0; padding: 0;}
.partners-list li {display: block; margin: 0 0 20px;}
.partners-list li a img {opacity: 0.5; filter: grayscale(1); transition: 0.4s all;}
.partners-list li a:hover img, .partners-list li a:active img, .partners-list li a:focus img {filter: none; opacity: 1;}
.all-partners-link {display: none;}
/* partners */

/* contact */
#contact {text-align: center; background: linear-gradient(149deg, var(--blue) 8.8%, #00346B 91.1%);}
.contact-image {margin: 0 -20px; height: 320px;}
.contact-image img {width: 100%; height: 100%; object-fit: cover;}
.contact-content {padding: 60px 20px; margin: 0 auto;}
.contact-content h2 {color: var(--white);}
#contact-form label {border:0;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important}
#cf-message {min-height: 150px; margin-bottom: 30px;}
.contact-form-notice {margin: 10px 0 0; color: var(--white); opacity: 0.4; font-size: 1.7rem; line-height: 2.8rem; letter-spacing: -0.034rem; text-align: center;}
/* contact */

/* cookies */
#cookies.show {display: flex;}
#cookies {position: fixed; display: none; bottom: 20px; padding: 0 20px; max-width: 1500px; left: 0; right: 0; margin: 0 auto; transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1); color: var(--white); z-index: 100}
.cookies-inner {margin-left: auto; font-size: 1.3rem; line-height: 1.54; letter-spacing: -0.26px; font-weight: 400; background-color: var(--blue); border-radius: 6px; padding: 15px 20px; display: grid; grid-template-areas: "cookies-title cookies-title cookies-title" "cookies-text cookies-accept cookies-decline";}
.cookies-title {grid-area: cookies-title; font-size: 1.5rem; line-height: 1.33; letter-spacing: -0.3px; font-weight: 800; text-transform: uppercase; color: var(--white);}
.cookies-text {grid-area: cookies-text; margin-right: 11px;}
.cookies-accept {grid-area: cookies-accept; font-weight: 600; margin-right: 10px; padding-right: 14px; position: relative; align-self: flex-end;}
.cookies-accept:after {content: ''; position: absolute; right: 0; top: 8px; width: 4px; height: 4px; background-color: var(--white); border-radius: 100%;}
.cookies-decline {grid-area: cookies-decline; font-weight: 600; align-self: flex-end;}
#cookies a {color: var(--white) !important;}
#cookies a:hover, #cookies a:active, #cookies a:focus {text-decoration: underline;}
/* cookies */

@media (max-width: 575.98px) {
	/* sevices, products */
	.arrow-link-with-border {display: block;}
	/* sevices, products */

	/* partners */
	.partners-list:not(:first-child) {display: none}
	.all-partners-link {display: block; margin-top: 30px;}
	.partners-lists.show .all-partners-link {display: none}
	.partners-lists.show .partners-list:not(:first-child) {display: block}
	/* partners */

}

@media (min-width: 576px) {
	/* services, products */
	.services-products-list {margin: 0 -7px;}
	.services-products-item {flex: 0 0 50%; max-width: 50%; padding: 0 7px; margin-bottom: 14px;}
	.services-products-item-pricelist-wrap {flex: 0 0 100%; max-width: 100%;}
	/* services, products */

	/* partners */
	.partners-list {display: flex; justify-content: space-between; align-items: center; column-gap: 30px; row-gap: 45px; margin-bottom: 45px;}
	.partners-list li {margin-bottom: 0;}
	/* partners */
}

@media (max-width: 767.98px)  {
	/* header, footer */
	.col-header-contact-link {display: none}
	.col-header-menu-toggle {margin-left: auto;}

	/* header, footer */

	/* services, products */
	.services-products-item-pricelist-catalogue .arrow-link-with-border {border-image: none; border-color: var(--very-light-gray)}
	.services-products-item-pricelist-catalogue li:last-child .arrow-link-with-border {border-bottom: 0; padding-bottom: 0;}
	/* services, products */

	/* intro */
	#intro .container, #intro-image {padding-left: 0; padding-right: 0;}
	#intro .row {margin-left: 0; margin-right: 0;}
	/* intro */
}

@media (min-width: 768px) {
	/* misc */
	body {line-height: 3.3rem;}
	p {margin: 0 0 33px;}
	h1, .h1 {font-size: 7.0rem; line-height: 7.0rem; letter-spacing: -0.21rem;}
	h2, .h2 {font-size: 4.5rem; line-height: 5.5rem; letter-spacing: -0.135rem;}
	.container {padding-left: 30px; padding-right: 30px;}
	.btn {padding-top: 20px; padding-bottom: 20px;}
	input, textarea, select {padding-left: 40px; padding-right: 40px;}
	select {background-position: center right 30px}
	/* misc */

	/* header, footer */
	#header {height: 110px; position: absolute; top: 0; left: 0; right: 0;}
	#header::after {right: 50%;}
	.col-header-logo {flex: 0 0 270px; max-width: 270px;}
	.col-header-logo img {width: 70px; height: 70px;}
	.col-header-menu-toggle {margin-left: calc(50vw - 380px);}
	.col-header-contact-link {flex: 0 0 237px; max-width: 237px; margin-left: auto; z-index: 1}
	.col-header-contact-link .btn {padding: 15px 40px;}

	#footer {padding: 80px 0 40px; text-align: left}
	#footer .col {flex: 0 0 33.333333%; max-width: 33.333333%; margin: 0;}
	#footer .col-copyright {flex: 0 0 100%; max-width: 100%; margin-top: 40px; text-align: center}
	.col-footer-about-location {justify-content: flex-start;}
	#footer .col-footer-contacts, #footer .col-footer-work-hours {margin-top: 45px;}
	#footer .col-footer-work-hours {padding-left: 80px;}
	.footer-contacts-list li {display: flex;}
	.footer-contacts-list li span {flex: 0 0 63px; max-width: 63px; margin-right: 20px;}
	.col-copyright-spacer {margin-bottom: 40px;}
	/* header, footer */

	/* intro */
	#intro .container {padding-left: 20px; padding-right: 20px;}

	.intro-text {margin: 110px 0 0; padding: 153px 0 153px 30px; flex: 0 0 50%; max-width: 50%; text-align: left;}
	.intro-text::before {margin-left: -550px; top: -260px;}
	.intro-text h1 {width: 480px; margin-bottom: 30px;}
	#intro-image {position: relative; flex: 0 0 50%; max-width: 50%; padding: 0; height: auto;}
	#intro-image::before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 220px; opacity: 0.25; background: linear-gradient(180deg, var(--blue) 0%, rgba(23, 87, 154, 0.00) 100%);}
	#intro-image img {height: calc(100% - 80px)}
	/* intro */

	/* company */
	#company {padding: 80px 0;}
	.company-spacer {margin-bottom: 40px;}
	.company-advantages h2 {margin-bottom: 0;}
	.company-advantages-list a {letter-spacing: -0.046rem;}
	/* company */

	/* services, products */
	#services-products {padding: 80px 0 0;}
	.services-products-intro {text-align: left; align-items: center; margin-bottom: 40px;}
	.services-products-title {flex: 0 0 calc(100% - 406px); max-width: calc(100% - 406px); order: 1}
	.services-products-title h2 {margin: 0;}
	.services-products-pricelist-link {flex: 0 0 129px; max-width: 129px; margin: 0; order: 2}
	.service-products-contact {flex: 0 0 277px; max-width: 277px; margin: 0; order: 3}

	.services-products-item-header {height: 380px;}
	.services-products-item-title-link {padding: 80px 40px 40px;}
	.services-products-item-description {padding: 40px 30px;}
	.dialog-wrap .services-products-item-header {height: 460px}
	.dialog-wrap .services-products-item-title br {display: none}
	.dialog-wrap .services-products-item-title {font-size: 4.5rem; line-height: 5.5rem; letter-spacing: -0.135rem;}
	.dialog-wrap .services-products-item-title-link {padding: 85px 30px 40px; align-items: center;}

	.services-products-item-pricelist {padding: 40px 30px 35px; height: 100%}
	.services-products-item-pricelist-link-spacer {max-width: 303px; margin-bottom: 25px}
	.services-products-item-pricelist-catalogue {display: flex; flex-wrap: wrap; column-gap: 50px;}
	.services-products-item-pricelist-catalogue li {flex: 0 0 calc(50% - 25px); max-width: calc(50% - 25px);}
	.services-products-item-pricelist-catalogue li:last-child .arrow-link, .services-products-item-pricelist-catalogue li:nth-last-child(2) .arrow-link {border-bottom: 0; padding-bottom: 10px;}
	.services-products-item-pricelist-catalogue .arrow-link-with-border {font-size: 2.1rem; line-height: 3.2rem; letter-spacing: -0.042rem; font-weight: 400;}
	.services-products-item-pricelist-catalogue .arrow-link-with-border::before {height: 3.2rem;}
	/* services, products */

	/* partners */
	#partners {padding: 65px 0 80px;}
	#partners h2 {margin-bottom: 45px; text-align: left;}
	.partners-list {flex-wrap: nowrap;}
	.partners-list li {flex: 0 1 auto; margin-bottom: 35px;}
	/* partners */

	/* contact */
	#contact {text-align: left}
	#contact .container {padding-left: 20px; padding-right: 20px;}
	.contact-image {height: 460px;}
	#contact-form {margin: 0 -5px;}
	#contact-form .col {flex: 0 0 50%; max-width: 50%; padding: 0 5px;}
	#contact-form .col-message {flex: 0 0 100%; max-width: 100%;}
	#cf-message {margin-bottom: 20px;}
	.contact-content {padding: 80px 30px 70px;}
	.contact-form-notice {text-align: right; margin-top: 18px;}
	/* contact */
}

@media (min-width: 834px) {
	/* header, footer */
	#footer .col-footer-work-hours {padding-left: 95px;}
	/* header, footer */
}

@media (max-width: 1199.98px) {
	/* header, footer */
	.col-header-logo {z-index: 9003}
	.col-header-menu-toggle { flex: 0 0 80px; max-width: 80px;}
	#header-menu-toggle {position: relative; padding: 0; z-index: 9003; display: inline-block; vertical-align: middle; width: 40px; height: 24px; outline: 0; border: 0; background: transparent}
	#header-menu-toggle::-moz-focus-inner { border: 0; }
	.item-toggle-lines, .item-toggle-lines::before, .item-toggle-lines::after {position: absolute; right: 0; width: 40px; height: 3px; background: var(--blue); line-height: 1; transition-property: transform, background; transition-duration: 0.2s, 0.4s; z-index: 9002; border-radius: 2px}
	.item-toggle-lines {top: 50%; transform: translateY(-50%);}
	.item-toggle-lines::after, .item-toggle-lines::before { display: block; content: "";}
	.item-toggle-lines::before {top: -7px;;}
	.item-toggle-lines::after {width: 30px; bottom: -7px;}
	.header-menu-active #header-menu-toggle .item-toggle-lines {right: 5px; transform: rotate(45deg); width: 30px;}
	.header-menu-active #header-menu-toggle .item-toggle-lines::before {top: 0; opacity: 0;}
	.header-menu-active #header-menu-toggle .item-toggle-lines::after {bottom: 0; transform: rotate(-90deg);}
	#header-menu-toggle:hover .item-toggle-lines, #header-menu-toggle:hover .item-toggle-lines::before, #header-menu-toggle:hover .item-toggle-lines::after {background: var(--black)}

	.col-header-menu {position: fixed; top: 0; left: 0; right: 0; padding: 120px 50px 75px; background: var(--white); z-index: 9001; transform: translate3d(0, -100%, 0); opacity: 0; visibility: hidden; transition: 0.4s all;}
	.header-menu-active .col-header-menu {transform: translate3d(0, 0, 0); opacity: 1; visibility: visible;}
	.header-menu li a {color: var(--dark-gray); font-size: 3rem; font-weight: 700; line-height: 4.5rem; letter-spacing: -0.09rem; text-decoration: none;}
	.header-menu li a:hover, .header-menu li a:active, .header-menu li a:focus {color: var(--blue)}
	/* header, footer */
}

@media (min-width: 768px) and (max-width: 1199.98px) {
	/* header, footer */
	.col-header-menu {right: 50%; padding: 110px 30px 60px;}
	.header-menu li a {font-size: 3.5rem; line-height: 5.0rem; letter-spacing: -0.105rem;}
	/* header, footer */
}

@media (min-width: 768px) and (max-width: 991.98px) {
	/* services, products */
	.services-products-pricelist-link .services-products-pricelist-link-hidden-tablet {display: none}
	/* services, products */
}

@media (min-width: 992px) {
	/* intro */
	#intro .container {max-width: 1920px; padding: 0;}
	.intro-text {padding-left: 50px;}
	/* .contact-image {flex: 0 0 45.454545%; max-width: 45.454545%; margin: 0; height: auto;}*/
	
	/* intro */

	/* company */
	.company-about {flex: 0 0 calc(50% - 20px); max-width: calc(50% - 20px);}
	.company-spacer {flex: 0 0 1px; max-width: 1px; height: auto; padding: 0; margin: 0 20px;}
	.company-advantages {flex: 0 0 calc(50% - 21px); max-width: calc(50% - 21px);}
	/* company */

	/* services, products */
	.services-products-title {flex: 0 0 calc(100% - 508px); max-width: calc(100% - 508px);}
	.services-products-pricelist-link {flex: 0 0 231px; max-width: 231px;}
	.services-products-item {flex: 0 0 33.333333%; max-width: 33.333333%;}
	/* services, products */

	/* contact */
	#contact .container {max-width: 1920px; padding: 0; display: flex;}
	.contact-image {flex: 0 0 45.454545%; max-width: 45.454545%; margin: 0; height: auto;}
	.contact-content {flex: 0 0 992px; max-width: 992px; margin: 0  auto;}
	/* contact */

}

@media (min-width: 1200px) {
	/* header, footer */
	#header::after {content: none}
	.col-header-menu-toggle {display: none;}
	.col-header-menu {flex: 0 0 370px; max-width: 370px; margin-left: calc(50vw - 610px); z-index: 2}
	.header-menu {display: flex; margin: 0 -20px;}
	.header-menu li {padding: 0 20px;}
	.header-menu li a {font-size: 1.9rem; line-height: 2.28rem; letter-spacing: -0.038rem;}
	.header-menu-intro {display: none;}
	.header-menu-contact {display: none;}

	#footer {padding: 80px 0 80px;}
	#footer .col-footer-about {flex: 0 0 240px; max-width: 240px;}
	#footer .col-footer-contacts {flex: 0 0 250px; max-width: 250px; margin-left: -6px;}
	#footer .col-footer-work-hours {flex: 0 0 191px; max-width: 191px; margin-left: 60px; padding-left: 20px;}
	#footer .col-copyright {flex: 0 0 320px; max-width: 320px; margin-left: auto; margin-top: 45px; text-align: right}
	.col-copyright-spacer {display: none}
	/* header, footer */

	/* intro */
	.intro-text {padding-left: calc(50vw - 570px); flex: 0 0 calc(50% + 70px); max-width: calc(50% + 70px);}
	.intro-text::before {margin-left: -675px}
	#intro-image {flex: 0 0 calc(50% - 70px); max-width: calc(50% - 70px);}
	/* intro */

	/* company */
	#company {padding: 100px 0;}
	.company-about {flex: 0 0 calc(50% - 80px); max-width: calc(50% - 80px);}
	.company-spacer {margin: 0 60px 0 80px;}
	.company-advantages {flex: 0 0 calc(50% - 61px); max-width: calc(50% - 61px);}

	.company-advantages-list a {font-size: 2.3rem; line-height: 3.2rem; letter-spacing: -0.046rem;}
	/* company */

	/* services, products */
	#services-products {padding: 100px 0 0;}
	.services-products-item-description {padding: 40px 80px 80px;}
	.services-products-item-contact {margin-top: 35px;}

	.services-products-item-pricelist {height: 100%; padding: 40px; text-align: left; display: flex; flex-wrap: wrap; align-items: center; align-content: center;}
	.services-products-item-pricelist > * {flex: 0 0 100%; max-width: 100%;}
	.services-products-item-pricelist-link-spacer {margin-top: 30px; margin-left: 0;}
	.services-products-item-pricelist-icon {margin-top: 30px;}
	#pricelist .services-products-item-description {padding: 20px 80px 80px;}

	.dialog-wrap .services-products-item-title-link {padding: 95px 80px 40px;}
	.dialog {max-width: 980px; margin: 100px auto;}
	/* services, products */

	/* partners */
	#partners {padding: 85px 0 35px}
	/* partners */

	/* contact */
	.contact-image img {margin-top: 80px;}
	.contact-content {padding-left: 80px;}
	/* contact */
}

@media (min-width: 1240px) {
	/* header, footer */
	#header .container {max-width: 1920px; padding-left: 40px; padding-right: 40px;}
	/* header, footer */
}

@media (min-width: 1920px) {
	/* header, footer */
	.col-header-menu {margin-left: 350px;}
	/* header, footer */

	/* intro */
	.intro-text {padding-left: 390px;}
	/* intro */
}
