@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.5
Requires PHP: 5.6
Version: 2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */
 
:root {
	
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

p {
	margin: 0;
	padding: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration-thickness: 1px;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration-style: dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
	width: 100%;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.not-active {
	display: none !important;
}

.is-active {
	display: block !important;
}

.is-active__flex {
	display: flex !important;
}

a {
	text-decoration: none;
	color: unset;
}

.modal-popup::-webkit-scrollbar {
    display: none;
}

#masthead {
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #2642AB;	
    position: fixed;
    background-color: white;
    z-index: 100;
	top: 0;
}

.header-main-wrapper {
	width: 86%;
	margin-left: calc(7% + 2px);
	display: flex;
}

.header-logo {
	background-image: url('img/logo.svg');
	background-size: contain;
    width: 317px;
    min-width: 317px;
    height: 60px;
    background-repeat: no-repeat;
}

.header-right-main {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-menu-button {
	background-image: url('img/png/menu.png');
	background-size: contain;
    width: 60px;
    min-width: 60px;
    height: 60px;
    background-repeat: no-repeat;	
	margin-left: 0;
	cursor: pointer;
	position: relative;
}

.header-menu-button:hover {
	background-color: #EAEDF7;
}

.header-menu-popup {
	position: absolute;
	width: 100px;
	height: auto;
	top: 63px;
	left: 0;
	background-color: #FFFFFF;
	border: 1px solid #2642AB;
	display: flex;
    flex-direction: column;
	padding: 40px 30px 10px;
}

/* .header-menu-button:hover .header-menu-popup {
	display: flex;
} */

.net-links {
	display: flex;
}

.header-logo-telegram {
	display: block;
	background-image: url('img/telegram.svg');
	background-size: contain;
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-repeat: no-repeat;	
	cursor: pointer;	
}

a.header-phone {
	margin-right: 13px !important;
	width: 152px;
}

.header-logo-watsapp {
	display: block;
	background-image: url('img/watsapp.svg');
	background-size: contain;
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-repeat: no-repeat;	
	margin-left: 8px;
	cursor: pointer;	
}

.header-logo-viber {
	display: block;
	background-image: url('img/viber.svg');
	background-size: contain;
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-repeat: no-repeat;	
	margin-left: 8px;
	margin-right: 30px;
	cursor: pointer;	
}

.right-top-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-menu-popup > a,
.right-top-menu > a {
	font-family: "Commissioner", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #2642AB;	
	margin-right: 24px;
	text-transform: uppercase;
	cursor: pointer;
}

.header-menu-popup > a {
	margin-bottom: 30px;
}

.header-menu-popup > a:hover,
.right-top-menu > a:hover {
	font-weight: 600;
}

.header-studio {
	width: 70px;
}

.header-contact {
	width: 105px;
}

.header-callback {
	margin-right: 0 !important;
	background-image: url('img/png/convert.png');
	background-size: contain;
    width: 60px;
    min-width: 60px;
    height: 60px;
    background-repeat: no-repeat;	
	cursor: pointer;
	margin-right: -14px;
}

.header-callback:hover {
	background-color: #EAEDF7;
}

.footer-table-wrapper,
.main-page-banner {
	width: 86%;
	min-height: 500px;
	padding: 120px 0 100px 0;
	margin-left: 7%;
	background-color: #FFF;
}

.footer-table-wrapper {
	padding-bottom: 50px;
}

.main-page-banner {
	margin-top: 60px;
}

.main-page {
	width: 100%;
}

.main-page,
.main-page-wrapper {
	background-color: #F4F4F4;
}

.footer-table-wrapper,
#colophon {
	min-height: 0;
	/* background-color: #F4F4F4; */
	padding-top: 0;
	    margin-top: 50px;
}

.owl-dots {
	display: none !important;
}

.main-page {
	padding-bottom: 50px;
}

.title-main-banner {
	font-family: "Commissioner", sans-serif;
	font-size: 90px;
	font-weight: 300;
	color: #323232;	
    text-transform: uppercase;	
	margin-bottom: 60px;
}

.word-message {
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	width: 550px;
}

.title-bold {
	font-style: italic; 
	font-weight: 700;
	text-decoration: underline;
    text-decoration-thickness: from-font;	
	
  background-color: yellow;
  color: #333;
  display: block;
  font-weight: 900;
  overflow: hidden;
  position: absolute;
  padding-left: 0.5rem;
  top: 0.2rem;
  left: 270px;
  animation: openclose 5s ease-in-out infinite;	
}

@keyframes openclose {
  0% {
    top: 0.2rem;
    width: 0;
  }
  5% {
    width: 0;
  }
  15% {
    width: 500px;
  }
  30% {
    top: 0.2rem;
    width: 500px;
  }
  33% {
    top: 0.2rem;
    width: 0;
  }
  35% {
    top: 0.2rem;
    width: 0;
  }
  38% {
    top: -4.5rem;
    
  }
  48% {
    top: -4.5rem;
    width: 500px;
  }
  62% {
    top: -4.5rem;
    width: 500px;
  }
  66% {
    top: -4.5rem;
    width: 0;
    text-indent: 0;
  }
  71% {
    top: -9rem;
    width: 0;
    text-indent: 5px;
  }
  86% {
    top: -9rem;
    width: 500px;
  }
  95% {
    top: -9rem;
    width: 500px;
  }
  98% {
    top: -9rem;
    width: 0;
    text-indent: 5px;
  }
  100% {
    top: 0;
    width: 0;
    text-indent: 0;
  }
}

.title-second-banner {
	font-family: "Commissioner", sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #323232;	
	line-height: 40px;	
	margin-bottom: 60px;
}

.banner-button-wrapper {
	display: flex;
}

.btn {
	width: 210px;
	height: 59px;
	border: 1px solid #2642AB;
	cursor: pointer;
	text-transform: uppercase;	
	font-family: "Commissioner", sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #2642AB;
}

.btn:hover {
	background-color: #EAEDF7;
}

.post-main-title h2,
.post-main-title {
	display: block;
	font-family: "Commissioner", sans-serif;
	font-size: 64px;
	font-weight: 300;
	color: #323232;
	margin: 0;
	align-items: center;
	text-transform: uppercase;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	width: 90%;
}

.post-main-wrapper {
	padding-top: 1px;
}

.post-main-wrapper h2 {
	font-family: "Commissioner", sans-serif;
	font-size: 64px;
	font-weight: 300;
}

.post-main-title {
	margin-top: 100px;
}

.number-title {
	margin-right: 60px;
	white-space: nowrap;
}

.post-info-line {
	width: calc(7% + 230px);
	height: 1px;
	background-color: #2642AB;
	margin-top: 40px;
	margin-bottom: 60px;
	margin-left: -7%;
}

.header-text {
	display: flex;
	font-family: "Commissioner", sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #2642AB;
	padding: 0 5px;
	border-right: 1px solid #2642AB;
}

.header-text:last-child {
	border-right: unset;
	margin-right: 27px;
}

.header-text:hover {
	text-decoration: underline;
}

.post-slider_without,
.post-slider-wrapper,
.post-card-wrapper {
	display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
	margin-bottom: 12px;
	position: relative;
}

.post-slider-wrapper {
	width: 100vw;
}

.post-slider_without,
.post-slider {
	width: calc(86% - 2px) !important;
	margin-left: 7%;
}

.post-card-main {
	width: calc(86vw / 3 - 18px);
	height: calc(67vw / 3);
	border-radius: 12px;
	background-color: #EAEDF7;
	margin-bottom: 12px;
	margin-right: 12px;
	cursor: pointer;
	position: relative;
	display: block;
}

.post-card-main img {
	width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 12px;
}

.hover-card {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient( rgba(38, 66, 171, 0.85) 36%,  rgba(15, 27, 69, 0.85) 88%);
	border-radius: 12px;
}

.post-card-main:hover .hover-card {
	display: block;
}

#block,
.all-product {
	font-family: "Commissioner", sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #2642AB;	
	/* margin-bottom: 100px; */
	margin-top: 28px;
	cursor: pointer;
	text-transform: uppercase;
}

#block span,
.all-product span {
	background-image: url('img/arrow_up.svg');
	background-size: contain;
    width: 18px;
    min-width: 18px;
    height: 16px;
    background-repeat: no-repeat;	
	cursor: pointer;
	margin-left: 18px;
	display: inline-block;
}

.arrow-down span {
	transform: rotateZ(180deg);
}

.hover-card-title {
	font-family: "Commissioner", sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #FFFFFF;
    bottom: 48px;
    left: 48px;
    position: absolute;
	width: 79%;
}

.hover-card-arrow {
	background-image: url('img/arrow.svg');
	background-size: contain;
    width: 19px;
    min-width: 19px;
    height: 19px;
    background-repeat: no-repeat;	
	cursor: pointer;
	position: absolute;
    top: 24px;
    right: 24px;
}

.post-height {
	/* height: 39vw;	 */
	overflow: hidden;
}

.footer-table {
	width: 100%;
	min-height: 127px;
	display: flex;
	/* border: 1px solid #2642AB; */
}

.footer-left {
	font-family: "Commissioner", sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #2642AB;	
	width: 270px;
    height: 124px;
    background-repeat: no-repeat;	
	cursor: pointer;
	text-transform: uppercase;
	border: 1px solid #2642AB;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
	padding-left: 49px;
	letter-spacing: 5px;
}

.header-text-logo {
	font-family: "Commissioner", sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #2642AB;	
	width: 268px;
	min-width: 268px;
    height: 60px;
    background-repeat: no-repeat;	
	cursor: pointer;
	text-transform: uppercase;
	border-left: 1px solid #2642AB;
	border-right: 1px solid #2642AB;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
	padding-left: 49px;
	letter-spacing: 5px;	
}

.footer-left span {
	font-weight: 300;
}

.footer-right {
    width: calc(100% - 310px);
    height: 124px;
    border: 1px solid #2642AB;
    border-left: none;
}

.footer-top {
	width: 100%;
	height: 62px;
	border-bottom: 1px solid #2642AB;
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom__left,
.footer-bottom {
	display: flex;
    justify-content: space-between;
    align-items: center;
	height: 50%;
	margin-left: 4.6765%;
}

.footer-bottom__left {
	margin: 0;
}

.footer-top__left {
	margin-left: 4.6765%;
	font-family: "Commissioner", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #2642AB;
	margin-right: 20px;
	width: 52%;
	word-wrap: break-word;
    /* word-break: break-word; */
}

.footer-top__right {
	margin-right: 4.6765%;
	font-family: "Commissioner", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #2642AB;
}

.footer-top__center {
	font-family: "Commissioner", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #2642AB;	
}

.footer-link {
	margin-right: 4.6765%;
	font-family: "Commissioner", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #2642AB;
	text-transform: uppercase;
	margin-right: 60px;
}

.footer-link__youtube {
	display: block;
	width: 24px;
	height: 24px;
	background-image: url('img/png/youtube.png');
	background-size: contain;
    background-repeat: no-repeat;	
	cursor: pointer;	
	margin-right: 30px;
	margin-left: 0;
}

.footer-link__inst {
	display: block;
	width: 24px;
	height: 24px;
	background-image: url('img/png/instagram.png');
	background-size: contain;
    background-repeat: no-repeat;	
	cursor: pointer;
	margin-right: 30px;	
	margin-left: 0;
}

.footer-link__be {
	display: block;
	width: 24px;
	height: 24px;
	background-image: url('img/png/behance.png');
	background-size: contain;
    background-repeat: no-repeat;	
	cursor: pointer;
	margin-right: 60px;	
	margin-left: 0;
}

.footer-bottom__right {
	display: flex;
	align-items: center;
}

.footer-add-info {
	font-family: "Commissioner", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #323232;	
	margin-top: 30px;
	opacity: 0.6;
}

.footer-add-info__bottom {
	font-size: 13px;
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

.footer-add-info__bottom div {
	width: calc(93.75% - 32px);
}

.map-site {
	display: block;
	width: 32px;
	height: 33px;
	background-image: url('img/map.svg');
	background-size: contain;
    background-repeat: no-repeat;	
	cursor: pointer;
	margin-right: 0;	
	margin-left: 6.25%;	
}

.post-slider-panel {
	position: absolute;
	display: flex;
	justify-content: space-between;
	width: 95%;
	height: 54px;
	top: calc(50% - 27px);
	left: 2%;
}

.slider-arrow-left__grey,
.slider-arrow-left{
	display: block;
	width: 52px;
	height: 52px;
	background-image: url('img/png/arrow_l.png');
	background-size: contain;
    background-repeat: no-repeat;	
	cursor: pointer;	
	border: 1px solid #2642AB;
}

.slider-arrow-left__grey {
	background-image: url('img/png/arrow_l_grey.png');
	border: 1px solid #C6C6C6;
	cursor: auto;
}

.slider-arrow-left:hover {
	background-color: #EAEDF7;
}

.slider-arrow-right__grey,
.slider-arrow-right{
	display: block;
	width: 52px;
	height: 52px;
	background-image: url('img/png/arrow_r.png');
	background-size: contain;
    background-repeat: no-repeat;	
	cursor: pointer;	
	border: 1px solid #2642AB;
}

.slider-arrow-right__grey {
	background-image: url('img/png/arrow_r_grey.png');
	border: 1px solid #C6C6C6;
	cursor: auto;
}

.slider-arrow-right:hover {
	background-color: #EAEDF7;
}

.post-main-title,
.post-card-wrapper,
.post-blog-wrapper,
.all-product {
	/* display: flex; */
	width: 86%;
	margin-left: 7%;	
}

.post-main-title {
	display: flex;
}

.post-blog-wrapper {
	display: flex;
	justify-content: space-between;
}

.blog-left-wrapper {
	width: 61.5625%;
}

.blog-left {
	border: 1px solid #2642AB;
}

.blog-right-wrapper {
	width: 32.5%;
	border: 1px solid #2642AB;
	height: auto;
	margin-top: -147px;
}

.blog-right-title {
	margin: 60px 60px 40px;
	font-family: "Commissioner", sans-serif;
	font-size: 36px;
	font-weight: 300;
	color: #323232;	
	border-bottom: 1px solid #2642AB;
}

.wrapper-nav {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

nav {
	width: 100%;
	position: relative;
}

.nav-links a,
.nav-links span {
	font-family: "Commissioner", sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #323232;	
	margin-right: 18px;	
}

.nav-links .next {
	position: absolute;
	right: 0;
	text-transform: uppercase;
}

.nav-links a:hover,
.nav-links .next:hover {
	color: #2642AB;
}

.blog-one-news {
	padding: 40px 60px;
	width: calc(100% - 120px);
	height: auto;
	border-bottom: 1px solid #2642AB;
}

.blog-date {
	font-family: "Commissioner", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #323232;	
	margin-bottom: 30px;	
}

.blog-title {
	font-family: "Commissioner", sans-serif;
	font-size: 24px;
	font-weight: 300;
	color: #323232;	
	margin-bottom: 30px;
}

.blog-line {
	width: 160px;
	height: 1px;
	background-color: #2642AB;
	margin-left: -60px;
	margin-bottom: 20px;
}

.blog-text {
	font-family: "Commissioner", sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	color: #323232;	
	margin-bottom: 16px;	
	
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;	
}

.blog-link {
	font-family: "Commissioner", sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: 500;
	color: #323232;		
}
/* #content {
	width: 86%;
	margin-left: 7%;
} */

body {
	position: relative;
}

#page {
	margin-top: 60px;
	position: relative;
}

.breadcrumbs-wrapper {
	width: 86%;
	margin-left: 7%;
	margin-top: 76px;
	margin-bottom: 65px;
}

.breadcrumbs-wrapper,
.breadcrumbs-wrapper > a,
.bd-breadcrumbs {
	font-family: "Commissioner", sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #323232;		
}

.post-info-line__single {
	width: calc(7% + 206px);
	margin-bottom: 40px;
}

.post-info-line__page {
	width: calc(7% + 120px) !important;
	margin-left: 0 !important;
}

.post-info-title__single {
	font-family: "Commissioner", sans-serif;
	font-size: 64px;
	font-weight: 300;
	color: #323232;	
	width: calc(100% - 280px);	
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

article {
	width: 86%;
    margin-left: calc(7% + 2px);
	margin-bottom: 100px;
}

.navigation-panel {
	margin-bottom: 60px;
	margin-top: 60px;
}

.category-button-form__in {
	display: none;
}

.wrapper-menu {
	display: flex;
	width: 86%;
	margin-left: 7%;
	flex-wrap: wrap;
}

.post-link {
	position: relative;
	width: fit-content;
	padding: 0 50px 0 0;
	font-family: "Commissioner", sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #323232;		
}

.link-b {
	position: relative;
	font-family: "Commissioner", sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 2.5rem;
	text-decoration: none;
	letter-spacig: 0.03em;
	color: #7E828A;
	display: flex;
}

.post-link a:hover {

	color: #2642AB !important;
}

.post-link:hover a {
	color: #2642AB;
}

.post-link-abs {
	display: none;
	position: absolute;
	color: #2642AB;
	white-space: nowrap;
    top: 0;
    left: 0;
    background-color: white;
}

.link-aa,
.link-a {
	color: #2642AB !important;
}

.post-link-count_number {
	font-size: 12px;
	display: none;
 	position: absolute;
/*	right: 37px; 
	top: -12px; */
	align-items: center;
	text-align: center;
	letter-spacing: 0.03em;
	z-index: 2;
	color: #2642AB;	
	line-height: 19px;
    position: absolute;
	border-radius: 50%;
	background-color: rgba(144, 174, 243, 0.3);
	width: 20px;
	height: 20px;
	right: -22px;
}

.post-link-subcount {
	display: block;
	top: -11px;
	right: -30px;	
}

.link-a .post-link > .post-link-abs,
.link-a .post-link > .post-link-count,
.link-a .post-link > .post-link-count_number,
.post-link:hover > .post-link-count,
.post-link:hover > a > .post-link-count,
.post-link:hover > a > .post-link-count_number,
.post-link:hover > .post-link-count_number{
	display: block;
}

.menu-single-title {
	display: block;
	width: 48px;
	height: 48px;
	border: 1px solid #2642AB;
	display: flex;
	align-items: center;
    justify-content: center;
	cursor: pointer;
}

.menu-single-title__arrow {
	width: 13px;
	height: 13px;
	border-left: 1px solid #2642AB;
	border-top: 1px solid #2642AB;
	transform: rotateZ(-135deg) skew(-10deg, -10deg);
	margin-top: -5px;
}

.menu-single-title__left {
	margin-right: 8px;
}

.menu-single-title__left .menu-single-title__arrow {
	transform: rotateZ(-45deg) skew(-10deg, -10deg);
	margin-top: 0px;
}

.menu-single-title__right {
	margin-right: 16px;
}

.menu-single-title__right .menu-single-title__arrow {
	transform: rotateZ(135deg) skew(-10deg, -10deg);
	margin-top: 0px;
}

.popup-wrapper-menu {
	position: fixed;
	top: 60px;
	left: 0;
	width: 100vw;
	height: calc(100vh - 60px);
	background-color: #EFF2FD;
	z-index: 100;
	overflow: auto;
}

.popup-menu {
	background-color: #FFFFFF;
	width: 60%;
	height: auto;
	margin: 0 auto;
	margin-top: 36px;
	padding-top: 50px;
	position: relative;
}

.popup-menu .post-main-title,
.popup-menu .wrapper-menu {
	margin-left: 77px;
}

.popup-menu .post-info-title__single,
.popup-menu .number-title {
	font-size: 48px;
	word-break: break-word;
}

.popup-menu .post-info-title__single {
	width: calc(100% - 116px);
}

.popup-menu .post-info-line__single {
	width: 240px;
    margin-left: 0;
}

.close-button {
	display: block;
	width: 32px;
	height: 32px;
	background-image: url('img/close.svg');
	background-size: contain;
    background-repeat: no-repeat;	
	cursor: pointer;		
	position: absolute;
	top: 8px;
	right: 8px;
}

.entry-title {
	display: flex;
	justify-content: center;
	margin: 100px auto 60px;
	font-family: "Commissioner", sans-serif;
	font-size: 36px;
	font-weight: 600;
	color: #323232;
}

.white-border-panel h2 {
	font-family: "Commissioner", sans-serif !important;
	font-size: 32px;
	font-weight: 300;
	color: #323232;	
	border-bottom: 1px solid #2642AB;
    padding-bottom: 30px;
	margin-top: 60px;
	text-transform: uppercase;
}

.btn-in-single {
	margin: -20px auto 80px;
}

.line-in-post {
	width: 240px;
	height: 1px;
	margin: 30px 0 20px -35px;
	background-color: #2642AB;
}

.white-border-panel p {
	font-family: "Commissioner", sans-serif !important;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	color: #323232;	
}

.three-columns-with-white-border {
	display: flex;
}

.three-columns-with-white-border > div {
	border: 1px solid #2642AB;
	padding: 35px;
}

.three-columns-with-white-border > div {
	border-right: none;
}

.three-columns-with-white-border > div:last-child {
	border-right: 1px solid #2642AB;
}

.three-columns-with-white-border h3 {
	font-family: "Commissioner", sans-serif !important;
	font-size: 32px;
	font-weight: 300;
	color: #323232;		
	text-transform: uppercase;
	margin-top: 15px;
}

#arrow_up {
	display: flex;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: rgba(234, 237, 247, 0.9);
	cursor: pointer;
	position: fixed;
    bottom: 40px;
    left: calc(93% + 22px);
    justify-content: center;
    align-items: center;
	z-index: 1;
}

#arrow_up img {
	width: 22.55px;
	height: 26.27px;
}

ul li {
	font-family: "Commissioner", sans-serif !important;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	color: #323232;	
	margin-top: 24px;	
}

 ul li strong {
	font-weight: 600;
}

/*ul li em strong,
ul li em {
	font-weight: 400;
	font-style: normal;
} */

.title-wrapper-single {
	display: flex;
	width: 100%;
	height: auto;
	justify-content: space-between;
}

.title-single {
	font-family: "Commissioner", sans-serif !important;
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
	color: #323232;		
	text-transform: uppercase;
}

.additional-info {
	display: flex;
/* 	width: 100%;
	height: auto; */
}

.veiw-box {
	width: 134px;
	height: 58px;
	border: 1px solid #2642AB;
	background-color: rgba(38, 66, 171, 0.1);
	font-family: "Commissioner", sans-serif !important;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	color: #2642AB;	
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	border-right: none;
}

.veiw-box span {
	font-size: 14px;
	font-weight: 300;
}

.callbac-box {
	font-family: "Commissioner", sans-serif !important;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	color: #2642AB;		
	text-transform: uppercase;	
	display: flex;
	align-items: center;
	justify-content: center;
	height: 58px;
	margin-right: 1px;
}

.add-info-wrapper {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #2642AB;
	padding-top: 40px;
	margin-bottom: 100px;
	margin-top: 40px;
}

.add-info {
	display: flex;
	flex-direction: column;
	width: calc(100%/3 - 40px);
}

.add-title {
	font-family: "Commissioner", sans-serif !important;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #323232;	
	margin-bottom: 20px;
	text-transform: uppercase;
}

.add-text {
	font-family: "Commissioner", sans-serif !important;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	color: #323232;		
}

.owl-carousel .owl-stage-outer,
.img-slider {
	border-radius: 12px;
}

.img-slider img{
	width: 100%;
    height: auto;
	margin-bottom: 40px;
	border-radius: 12px;
}

.img-without {
	height: 450px;
	background-color: #EAEDF7;
	margin-bottom: 40px;
	border-radius: 12px;
}

.studio-wrapper {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.studio-left-side {
	width: 40%;
	height: auto;
	font-family: "Commissioner", sans-serif !important;
	font-size: 20px;
	line-height: 32px;
	font-weight: 400;
	color: #323232;		
	margin-bottom: 60px;	
}

.margin-top-60 {
	margin-top: 60px;
}

.studio-right-side img {
	margin-top: -220px;
	/* width: 62%; */
}

.studio-title {
	width: 100%;
	font-family: "Commissioner", sans-serif !important;
	font-size: 32px;
	line-height: 32px;
	font-weight: 300;
	color: #323232;		
	text-transform: uppercase;
	padding-bottom: 40px;
	border-bottom: 1px solid #2642AB;
	margin-top: 60px;
}

.studio-video {
	width: 55.10vw;
	height: 31.82vw;
	margin: 60px auto 50px;
}

.image-full {
	width: 100%;
}

.contact-form {
	width: 100%;
	height: auto;
	margin-top: 60px;
	border: 1px solid #2642AB;
}

.form-title {
	margin: 60px 8.625% 40px;
	font-family: "Commissioner", sans-serif !important;
	font-size: 48px;
	line-height: normal;
	font-weight: 300;
	color: #323232;		
	text-transform: uppercase;	
}

.line-form {
	width: calc(8.625% + 100px);
	height: 1px;
	background-color: #2642AB;
	margin-bottom: 40px;
}

.form-first-line {
	display: flex;
	margin: 0 8.625% 20px;
	width: 82.75%;
	justify-content: space-between;
}

input:focus,
input {
	outline: unset;
}

input::-webkit-input-placeholder {
	color: #2642AB;
}

.form-input {
	width: calc(25% - 32px);
	height: 23px;
	padding: 12.5px 10px;
	font-family: "Commissioner", sans-serif !important;
	font-size: 17px;
	line-height: normal;
	font-weight: 500;
	border: none;
	border-bottom: 1px solid #2642AB;
	color: #2642AB;
}

.form-input__wide {
	width: 100%;
}

.info-form-wrapper {
	margin: 40px 8.625% 60px;
	width: 82.75%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.info-check {
	font-family: "Commissioner", sans-serif !important;
	font-size: 13px;
	line-height: normal;
	font-weight: 500;	
	color: #323232;
	width:70%;
	text-transform: none;
	display: block;
	cursor: pointer;
	opacity: 0.6;
}

.error-red-line {
	border-bottom: 1px solid red;
}

.single-slide-wrapper {
	position: relative;
}

.post-slider-panel__single {
	width: calc(100% + 130px);
	left: -65px;
	top: 240px;
}

.fixed-scroll {
	position: fixed;
    top: 240px;
    z-index: 16;
    width: 94vw;
    left: calc(7% - 63px);
}

.modal-popup-wrapper {
	width: 100vw;
	height: 100vh;
	background-color: rgba(239, 242, 253, 0.9);
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
}

.popup-message-success {
	position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 100px);
    width: 200px;
    height: 40px;
    background-color: #FFFFFF;
    padding: 40px 60px 50px;
    border: 1px solid #2642AB;
}

.modal-popup {
	position: absolute;
	top: 60px;
	left: calc(50% - 450px);
	width: 900px;
	height: auto;
	min-height: 450px;
	background-color: #FFFFFF;
	max-height: calc(100vh - 90px);
    overflow-y: auto;
    overflow-x: hidden;
}

.popup-title {
	font-family: "Commissioner", sans-serif !important;
	font-size: 48px;
	line-height: normal;
	font-weight: 300;	
	color: #323232;	
	margin-top: 100px;
	margin-bottom: 40px;
	margin-left: 120px;
	text-transform: uppercase;
}

.popup-message-success .popup-title {
	font-family: "Commissioner", sans-serif !important;
	margin: 0;
	text-align: center;
	font-size: 17px;
	line-height: normal;
	color: #2642AB;
	font-weight: 500;
	text-transform: unset;
}

.popup-line {
	width: 269px;
	height: 1px;
	background-color: #2642AB;
	margin-bottom: 60px;
}

.popup-line-full {
	width: 100%;
	height: 1px;
	background-color: #323232;
	margin-bottom: 40px;
	opacity: 0.4;
}

.popup-info {
	display: flex;
	margin-left: 120px;
	margin-right: 120px;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.form-input__popup {
	width: calc(50% - 30px);
	margin-bottom: 20px;
}

.popup_message {
	width: 100%;
}

.form-popup-submit {
	margin: 0 auto 40px;
}

.form-popup-submit__block {
	cursor: auto;
	opacity: 0.5;
	pointer-events: none;
}

.modal-popup .info-form {
	margin-left: 120px;
	margin-right: 120px;
	margin-bottom: 60px;
	width: 100%;
}

.popup-add-info {
	margin-left: 120px;
	margin-right: 120px;
	margin-bottom: 40px;
	width: calc(100% - 240px);
	display: flex;
    justify-content: space-between;
}

.popup-add-info .footer-left {
	border: unset;
    padding: unset;
    height: auto;
	justify-content: flex-start;
}

.popup-right {
	display: flex;
	flex-direction: column;
}

.popup-right a {
	font-family: "Commissioner", sans-serif !important;
	font-size: 18px;
	line-height: normal;
	font-weight: 500;	
	color: #2642AB;		
	margin-bottom: 16px;
}

.popup-right a:first-child {
	margin-bottom: 12px;
}

.modal-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 18px;
	height: 18px;
    font-size: 36px;
    transform: rotate(45deg);
    color: #323232;
    line-height: 0;
    font-weight: 200;
	cursor: pointer;
}

.grecaptcha-badge {
	display: none;
}

@media only screen and (min-width: 1600px) {
	.main-page-banner {
		margin-left: calc(8.33335% + 267px);
		width: calc(86% - 267px);
	}
	
	.post-info-line {
		width: calc(8.33335% + 395px);
		margin-left: calc(-8.33335% - 267px);
	}
}
