@charset "UTF-8";

/*
Theme Name: BDBP
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team edit by branch.by
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;
	min-height: calc(100vh - 435px);
}

/**
 * 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 */
}

input[type="checkbox"] {
	width: 12px;
	height: 12px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #e0e0e0;
	border: 1px solid #ccc;
	border-radius: 3px;
	cursor: pointer;
	position: relative;
}

input[type="checkbox"]:checked {
	background-color: #2FBAB2;
	border: 1px solid #2FBAB2;
}

input[type="checkbox"]:checked::after {
	content: "";
    position: absolute;
    left: 3px;
    top: 0px;
    width: 3px;
    height: 6px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    border-color: white;
    border-style: solid;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

  input::placeholder{
    white-space: pre-wrap;
  }

.not-active {
	display: none !important;
}

.is-active {
	display: block !important;
}

.is-active__flex {
	display: flex !important;
}

a {
	text-decoration: none;
	color: unset;
}

.popup-suggestion-wrapper::-webkit-scrollbar,
.modal-popup::-webkit-scrollbar {
    display: none;
}

#masthead {
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #2FBAB2;	
    position: fixed;
    background-color: white;
    z-index: 10000;
	top: 0;
}

.header-main-wrapper {
	width: 86%;
	margin-left: calc(7% + 0px);
	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/header-menu.svg');
	background-size: contain;
    width: 40px;
    min-width: 40px;
    height: 40px;
    background-repeat: no-repeat;	
	margin-left: 0;
	cursor: pointer;
	position: relative;
}

.header-menu-button-wrapper {
    width: 40px;
    min-width: 40px;
    height: 40px;	
	padding: 10px;
}

.header-menu-button-wrapper:hover {
	background-color: #EAEDF7;
}

.header-phone-popup,
.header-menu-popup {
	position: absolute;
	width: 100px;
	height: auto;
	top: 53px;
	left: -10px;
	background-color: #FFFFFF;
	border: 1px solid #2FBAB2;
	display: flex;
    flex-direction: column;
	padding: 40px 30px 10px;
}

.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-phone-popup > a,
.header-menu-popup > a,
.right-top-menu > a {
	font-family: "Commissioner", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #2FBAB2;	
	margin-right: 24px;
	text-transform: uppercase;
	cursor: pointer;
}

.header-phone-popup > a {
	text-transform: none;
}

.header-phone-popup > a,
.header-phone-popup > a,
.header-menu-popup > a {
	margin-bottom: 30px;
}

.header-phone-popup a:hover,
.header-menu-popup > a:hover,
.menu-active,
.right-top-menu > a:hover {
	font-weight: 600 !important;
}

.header-studio {
	width: 95px;
}

.header-contact {
	width: 105px;
}

.header-callback {
	margin-right: 0 !important;
	background-image: url('img/convert.svg');
	background-size: contain;
    width: 40px;
    min-width: 40px;
    height: 40px;
    background-repeat: no-repeat;	
	cursor: pointer;
	margin-right: -14px;
	display: block;
}

.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;
	position: relative;
}

.title-bold {
	font-style: italic; 
	font-weight: 700;
	text-decoration: underline;
    text-decoration-thickness: from-font;	
	
/* 	background-color: yellow;
	display: block;
	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: 230px;
  }
  30% {
    top: 0.2rem;
    width: 230px;
  }
  33% {
    top: 0.2rem;
    width: 0;
  }
  35% {
    top: 0.2rem;
    width: 0;
  }
  38% {
    top: -4.5rem;
    
  }
  48% {
    top: -4.5rem;
    width: 190px;
  }
  62% {
    top: -4.5rem;
    width: 190px;
  }
  66% {
    top: -4.5rem;
    width: 0;
    text-indent: 0;
  }
  71% {
    top: -9rem;
    width: 0;
    text-indent: 5px;
  }
  86% {
    top: -9rem;
    width: 285px;
  }
  95% {
    top: -9rem;
    width: 285px;
  }
  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;
}

#wpadminbar {
	display: none;
}

.info-edit,
.info-edit-soglas,
.info-client-soglas,
.info-client {
	cursor: pointer;
    font-family: "Commissioner", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #2FBAB2;
	margin: 5px 0;
}

.btn {
	width: 210px;
	height: 59px;
	border: 1px solid #2FBAB2;
	cursor: pointer;
	text-transform: uppercase;	
	font-family: "Commissioner", sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #2FBAB2;
}

.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: #2FBAB2;
	margin-top: 40px;
	margin-bottom: 60px;
	margin-left: -7%;
}

.display-flex {
	display: flex;
}

.flex-column {
	flex-direction: column;
}

.designers a {
	margin: 4px 0;
    display: flex;
    text-align: center;
    padding: 5px;
    align-items: center;
}

.header-text {
	display: flex;
	font-family: "Commissioner", sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #2FBAB2;
	padding: 0 5px;
	border-right: 1px solid #2FBAB2;
}

.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;
	z-index: 0;
	overflow: hidden; 
}

.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;
	z-index: 2;
}

.post-card-main:hover .hover-card {
	display: block;
}

#block,
.all-menu,
.all-menu-close,
.all-product {
	font-family: "Commissioner", sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #2FBAB2;	
	/* margin-bottom: 100px; */
	margin-top: 28px;
	cursor: pointer;
	text-transform: uppercase;
}

#block span,
.arrow-down-sitemap,
.all-menu span,
.all-menu-close 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-sitemap {
    width: 12px;
    min-width: 12px;
    height: 11px;	
}

.close-sitemap,
.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 #2FBAB2; */
}

.footer-left {
	font-family: "Commissioner", sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #2FBAB2;	
	width: 270px;
    height: 124px;
    background-repeat: no-repeat;	
	cursor: pointer;
	text-transform: uppercase;
	border: 1px solid #2FBAB2;
    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: #2FBAB2;	
	width: 268px;
	min-width: 268px;
    height: 60px;
    background-repeat: no-repeat;	
	text-transform: uppercase;
	border-left: 1px solid #2FBAB2;
	border-right: 1px solid #2FBAB2;
    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 #2FBAB2;
    border-left: none;
}

.footer-top {
	width: 100%;
	height: 62px;
	border-bottom: 1px solid #2FBAB2;
	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: #2FBAB2;
	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: #2FBAB2;
}

.footer-top__center {
	font-family: "Commissioner", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #2FBAB2;	
}

.footer-link {
	margin-right: 4.6765%;
	font-family: "Commissioner", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #2FBAB2;
	text-transform: uppercase;
	margin-right: 60px;
}

.footer-link__youtube {
	display: block;
	width: 24px;
	height: 24px;
	background-image: url('img/youtube.svg');
	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/instagram.svg');
	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/behance.svg');
	background-size: contain;
    background-repeat: no-repeat;	
	cursor: pointer;
	margin-right: 60px;	
	margin-left: 0;
}

.footer-bottom__right > div,
.footer-bottom__right {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-bottom__right {
	margin-right: 4.6765%;
}

.footer-bottom__right a {
	font-family: "Commissioner", sans-serif;
	border-right: 1px solid #2FBAB2;
	width: auto;
    font-size: 16px;
    font-weight: 300;
	padding: 0 5px;
	margin: 0;
	text-transform: inherit;
}

.footer-bottom__right a:first-child {
	padding-left: 0;
}

.footer-bottom__right a:last-child {
	border-right: none;
	
}

.footer-add-info {
	font-family: "Commissioner", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #323232;	
	margin-top: 30px;
	opacity: 0.6;
	display: flex;
	justify-content: space-between;
}

.footer-add-info div {
	width: 50%;
	display: flex;
	justify-content: flex-start;
}

.link-sitemap {
	margin-left: 40px;
}

.footer-add-info div:nth-child(2) {
	justify-content: flex-end;
}

.footer-add-info__bottom {
	font-size: 13px;
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

.footer-add-info__bottom div {
	width: 100%;
}

.footer-top__center span,
.footer-top__right span,
.footer-top__left span {
	font-weight: 600;
}

.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/arrow_left.svg');
	background-size: contain;
    background-repeat: no-repeat;	
	cursor: pointer;	
	border: 1px solid #2FBAB2;
}

.slider-arrow-left__grey {
	background-image: url('img/arrow_right_greyr.svg');
	border: 1px solid #C6C6C6;
	cursor: auto;
	transform: rotateZ(180deg);
}

.slider-arrow-left:hover {
	background-color: #EAEDF7;
}

.slider-arrow-right__grey,
.slider-arrow-right{
	display: block;
	width: 52px;
	height: 52px;
	background-image: url('img/arrow_right.svg');
	background-size: contain;
    background-repeat: no-repeat;	
	cursor: pointer;	
	border: 1px solid #2FBAB2;
}

.slider-arrow-right__grey {
	background-image: url('img/arrow_right_greyr.svg');
	border: 1px solid #C6C6C6;
	cursor: auto;
}

.slider-arrow-right:hover {
	background-color: #EAEDF7;
}

.post-main-title,
.post-card-wrapper,
.post-blog-wrapper,
.wrapper-single,
.all-menu,
.all-menu-close,
.sitemap-wrapper,
.politic-wrapper,
.all-product {
	/* display: flex; */
	width: 86%;
	margin-left: 7%;	
}

.sitemap-wrapper,
.politic-wrapper {
	margin-bottom: 60px;
}

.post-main-title {
	display: flex;
	justify-content: space-between;
}

.single-panel {
	width: auto !important;
}

.post-blog-wrapper {
	display: flex;
	justify-content: space-between;
}

.blog-left-wrapper {
	width: 61.5625%;
}

.blog-left {
	border: 1px solid #2FBAB2;
	border-bottom: none;
}

.blog-right-wrapper {
	width: 32.5%;
	border: 1px solid #2FBAB2;
	height: fit-content;
	margin-top: -147px;
	padding-bottom: 60px;
}

.blog-right-wrapper iframe {
	margin: 22px 60px 20px;
	width: calc(100% - 120px);
	aspect-ratio: 400 / 227;
}

.blog-right-wrapper a {
	margin: 0 60px 60px;
	font-family: "Commissioner", sans-serif;
	font-size: 16px;
	font-weight: 400;	
	color: #323232;
}

.blog-right-title {
	margin: 60px 60px 40px;
	font-family: "Commissioner", sans-serif;
	font-size: 36px;
	font-weight: 300;
	color: #323232;	
	border-bottom: 1px solid #2FBAB2;
	padding-bottom: 40px;
	text-transform: uppercase;
}

.blog-right-wrapper p {
	font-family: "Commissioner", sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	color: #323232;		
	margin: 0 60px 18px;
}

.blog-right-wrapper p:last-child {
	margin-bottom: 40px;
}

.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: #2FBAB2;
}

.blog-one-news {
	padding: 40px 60px;
	width: calc(100% - 120px);
	height: auto;
	border-bottom: 1px solid #2FBAB2;
}

.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;
	text-transform: uppercase;
}

.blog-line {
	width: 160px;
	height: 1px;
	background-color: #2FBAB2;
	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: #2FBAB2;		
	text-transform: uppercase;
}
/* #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: 61vw;	
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popup-menu .post-main-title,
.main-page .post-main-title {
	justify-content: flex-start;
}

.popup-menu .post-main-title > div,
.main-page .post-main-title > div {
	display: block;
	width: 87%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-panel,
article {
	width: 86%;
    margin-left: calc(7% + 2px);
	margin-bottom: 100px;
}

.nav-panel {
	display: flex;
    justify-content: space-between;
}

.nav-next-link a,
.nav-previous-link a {
	display: block;
	width: 100%;
	height: 100%;
}

.nav-previous a,
.nav-next a {
	display: block;
	text-transform: uppercase;
}

.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: #2FBAB2 !important;
}

.post-link:hover a {
	color: #2FBAB2;
}

.post-link-abs {
	display: none;
	position: absolute;
	color: #2FBAB2;
	white-space: nowrap;
    top: 0;
    left: 0;
    background-color: white;
}

.link-aa,
.link-a {
	color: #2FBAB2 !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: #2FBAB2;	
	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 #2FBAB2;
	display: flex;
	align-items: center;
    justify-content: center;
	cursor: pointer;
}

.menu-single-title__arrow {
	width: 13px;
	height: 13px;
	border-left: 1px solid #2FBAB2;
	border-top: 1px solid #2FBAB2;
	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;
	padding-bottom: 60px;
}

.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;
	width: auto;
}

.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: 400;
	color: #323232;
	text-transform: uppercase;
	text-align: center;
}

.blog-title {
	text-align: left;
    justify-content: left;
}

.btn-next-blog {
	margin-top: 40px;
}

.white-border-panel h2 {
    font-family: "Commissioner", sans-serif !important;
    font-size: 32px;
    font-weight: 300;
    color: #323232;
    border-bottom: 1px solid #2FBAB2;
    padding-bottom: 18px;
    margin-top: 60px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.white-border-panel strong {
	margin-bottom: 12px;
	display: block;
}

.btn-in-single {
	margin: -20px auto 80px;
}

.line-in-post {
	width: 240px;
	height: 1px;
	margin: 30px 0 20px -35px;
	background-color: #2FBAB2;
}

.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 #2FBAB2;
	padding: 35px;
	width: calc(100% / 3);
}

.three-columns-with-white-border > div {
	border-right: none;
}

.three-columns-with-white-border > div:last-child {
	border-right: 1px solid #2FBAB2;
}

.three-columns-with-white-border h3 {
	font-family: "Commissioner", sans-serif !important;
	font-size: 24px;
	font-weight: 300;
	color: #323232;		
	text-transform: uppercase;
	margin-top: 15px;
}

/* .brief-popup-submit {
	margin: 20px auto 40px;
    font-size: 14px; 
} */

.button-wrapper {
	margin: 20px 120px 40px;
	width: auto;
    display: flex;
    justify-content: space-between;
}

.button-wrapper a,
.button-wrapper div {
	font-size: 14px;
	text-align: center;	
}

.copy {
	cursor: pointer;
}

.blocked {
	pointer-events: none;
	background-color: #f5f5f5;
}

.example {
	border: 1px solid #2FBAB2 !important;
	margin-top: 20px;
}

#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;
}

.showreel-close {
	margin-top: 40px;
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: center;
}

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: 59px;
	border: 1px solid #2FBAB2;
	background-color: rgba(38, 66, 171, 0.1);
	font-family: "Commissioner", sans-serif !important;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	color: #2FBAB2;	
	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: #2FBAB2;		
	text-transform: uppercase;	
	display: flex;
	align-items: center;
	justify-content: center;
	height: 59px;
	margin-right: 1px;
}

.add-info-wrapper {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #2FBAB2;
	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 {
	width: 60%;
}

.studio-right-side img {
	margin-top: -100px;
	/* 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 #2FBAB2;
	margin-top: 60px;
}

.studio-video {
	width: 55.10vw;
	height: 31.82vw;
	margin: 60px auto 50px;
}

.image-full {
	width: 100%;
	border-radius: 12px;
}

.contact-form {
	width: 100%;
	height: auto;
	margin-top: 60px;
	border: 1px solid #2FBAB2;
}

.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: #2FBAB2;
	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: #2FBAB2;
}

.form-input {
	width: calc(25% - 32px);
	height: 23px;
	padding: 5px 10px;
	font-family: "Commissioner", sans-serif !important;
	font-size: 17px;
	line-height: normal;
	font-weight: 500;
	border: none;
	border-bottom: 1px solid #2FBAB2;
	/* color: #2FBAB2; */
}

.block-title > textarea {
	width: 100%;
}

.checkbox-minus-transform {
	transform: unset !important;
}

.form-input:focus-visible {
	outline: unset;
}

.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: 300;	
	color: #323232;
	width: auto;
	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-showreel,
.brief-popup-wrapper,
.popup-suggestion-window,
.modal-popup-wrapper {
	width: 100vw;
	height: 100vh;
	background-color: rgba(239, 242, 253, 0.9);
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
}

.modal-showreel .studio-video {
	margin: 0;
    position: absolute;
    top: 60px;
    left: 22.45vw;
}

.popup-message-save,
.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 #2FBAB2;
}

.wrapper-delete {
	width: 100vw;
	height: 100vh;
	background-color: white;
	background-color: rgba(239, 242, 253, 0.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

/* .popup-suggestion-wrapper {
	position: absolute;
	width: calc(70vw - 100px);
	height: calc(90vh - 100px);
	top: 60px;
	left: 15vw;
	background-color: #FFFFFF;
    max-height: calc(100vh - 90px);
    overflow-y: auto;
    overflow-x: hidden;
	padding: 50px;
} */

.history-suggestion {
	cursor: pointer;
}

.title-popup-suggesion {
	height: auto;
    line-height: normal;
    font-size: 52px;
    margin-bottom: 20px;
}

.delete-sure-block {
	position: absolute;
    top: calc(50% - 70px);
    left: calc(50% - 150px);
    width: 300px;
    height: auto;
    background-color: #FFFFFF;
    padding: 20px 60px 20px;
    border: 1px solid #2FBAB2;	
	text-align: center;
	z-index: 10000;
}

.button-suggestion-wrapper {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.button-suggestion-wrapper .btn {
	width: min-content;
	height: auto;
	padding: 6px 10px;
	font-size: 14px;
}

.title-delete {
	height: 23px;
    padding: 5px 10px;
    font-family: "Commissioner", sans-serif !important;
    font-size: 24px;
    line-height: normal;
    font-weight: 600;
    border: none;
    color: #2FBAB2;
}

.popup-suggestion-wrapper,
.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-suggestion-wrapper {
	padding: 94px 120px;
	width: 660px;
	height: calc(100vh - 290px);
	max-height: calc(100vh - 290px);
}

.popup-title {
	font-family: "Commissioner", sans-serif !important;
	font-size: 32px;
	line-height: normal;
	font-weight: 300;	
	color: #323232;	
	margin-top: 100px;
	margin-bottom: 40px;
	margin-left: 120px;
	text-transform: uppercase;
	cursor: pointer;
}

.popup-title-main,
.popup-title-single {
	font-size: 48px; 
}

.popup-title-right {
	margin-left: 0;
	margin-right: 120px;
}

.popup-message-save .popup-title,
.popup-message-success .popup-title {
	font-family: "Commissioner", sans-serif !important;
	margin: 0;
	text-align: center;
	font-size: 17px;
	line-height: normal;
	color: #2FBAB2;
	font-weight: 500;
	text-transform: unset;
}

.popup-line {
	width: 269px;
	height: 1px;
	background-color: #2FBAB2;
	margin-bottom: 60px;
}

.popup-line-suggestion {
	margin-left: -120px;
}

.popup-line-full {
	width: 100%;
	height: 1px;
	background-color: #323232;
	margin-bottom: 40px;
	opacity: 0.4;
}

.brief-title,
.popup-info__check,
.popup-info {
	display: flex;
	margin-left: 120px;
	margin-right: 120px;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.popup-info__check {
	display: block;
}

.block-text-wrapper > div,
.block-title {
	display: flex;
}

.wrap-num-text {
	display: flex;
	width: 100%;
}

.wrap-num-text textarea {
	width: 100%;
}

.wrap-num,
.block-title .number-title {
	margin-right: 0;
	color: #2FBAB2;
}

.popup-info > div {
	display: flex;
    width: 100%;
    align-items: flex-end;
    font-size: 18px;
	color: #2FBAB2;
	position: relative;
	margin-top: 25px;
}

.popup-info label {
	transition: transform .4s  ease-out,-webkit-transform .4s  ease-out;
	position: absolute;
    top: 13px;
    left: 37px;
    font-size: 15px;
	z-index: 0;
}

.edit-input {
	border-bottom: 1px solid yellow;
}

.popup-info .label {
	top: 30px !important;
}

.class-placeholder-transform {
	transform: translateY(-40px); 
	transition: transform .4s  ease-out,-webkit-transform .4s  ease-out;
	font-size: 12px !important;
	top: 24px !important;
}

.left-column-right {
	width: 49%;
}

.company-wrapper-card {
	width: 50%;
	height: 70px;
	margin-bottom: 10px;
}

.company-info-card {
	width: 100%;
    display: flex;
    justify-content: space-between;
    height: 70px;
    border-radius: 0.375rem;
    border: 2px solid #EFEDF0;
    background: white;
    margin-bottom: 10px;
    cursor: pointer;
	align-items: center;
	background-color: rgb(240, 252, 234);
}

.info-block {
    width: 50%;
    display: block;
    justify-content: center;
    align-items: center;
    overflow: auto;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 70px;
    padding: 0 10px;
    text-align: center;
    transform: unset;
   	
}

.display-flex-row {
	flex-direction: column;
}

.brief-title {
	font-size: 28px;
	color: #2FBAB2;
}

.margin-40 {
	margin-top: 40px;
}

#brief .form-input {
	font-size: 14px;
}

#brief .popup-info div {
	font-size: 15px;
}

.wrapper-team ol li,
.wrapper-team ol,
#brief p {
	margin-bottom: 10px;
	font-size: 13px;
    line-height: normal;
    font-weight: 300;
    color: #323232;
	font-family: "Commissioner", sans-serif !important;
    opacity: 0.6;
}

.wrapper-team ol {
	font-size: 15px;
	opacity: 0.8;
	margin-top: 0;
}

.wrapper-team ol li {
	margin: 5px 0;
}

.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;
}

.blocked {
	cursor: auto;
	opacity: 1;
	color: #3D3D3D;	
}

.modal-popup .info-form {
	margin-left: 120px;
	margin-right: 120px;
	margin-bottom: 60px;
	width: calc(100% - 240px);
}

.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: #2FBAB2;		
	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;
}

.mobile,
.popup-title__mobile,
.right-top-menu__mobile,
.post-card-wrapper__mobile {
	display: none;
}

.post-main-title > div {
	display: flex;
	width: 77%;
}

.post-main-title > div.number-title {
	width: 65px;
    min-width: 65px;
}

.post-main-title > div.menu-single-title{
	width: 48px;
	min-width: 48px;
}

.modal-popup .net-links .popup-right a,
.modal-popup .net-links a {
	width: auto;
	font-size: 16px;
	font-weight: 400;
}

.modal-popup .popup-right a:first-child {
	padding-left: 0;
}

#brief .form-input__popup {
	width: 100%;
	position: relative;
	z-index: 1;
	background: transparent;
}

.error-404-button {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}

.error-404-button a {
	display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper-block-404 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(239, 242, 253, 0.9);
	z-index: 10000;
}

.wrapper-block-404 > div {
	width: 400px;
	padding: 50px 40px;
	height: auto;
	background-color: #FFFFFF;
	position: absolute;
	top: 30%;
	left: calc(50% - 200px);
	font-family: "Commissioner", sans-serif !important;
	font-size: 32px;
	line-height: normal;
	font-weight: 400;	
	color: #2FBAB2;		
	text-align: center;
	border: 1px solid #2FBAB2;
}

.type-post p {
	font-family: "Commissioner", sans-serif !important;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    color: #323232;
}

.type-post h2 strong span,
.type-post h2 span strong {
	font-family: "Commissioner", sans-serif !important;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #323232 !important;
}

.type-post a strong {
	font-weight: 300 !important;
}

.type-post p span em {
	font-style: normal;
	font-weight: 300;
}

.animation-title {
	position: relative;
	background-color: white;
    display: inline-block;	
}

.animation-title span {
	background-color: white;
	top: 0;
	left: 0;
	width: auto;
	opacity: 0;
	z-index: -1;
	width: 100%;	
	color: rgba(50, 50, 50, 1);
	white-space: nowrap;
}


.title__1 {
	position: relative;
	opacity: 1;
	z-index: 1;
    animation: title_1 27s linear infinite;
    backface-visibility: hidden;
	color: rgba(50, 50, 50, 1);
}

.title__2 {
	position: absolute;
	opacity: 0;
	z-index: -1;
    animation: title_2 27s linear infinite;
    backface-visibility: hidden;	
	color: rgba(50, 50, 50, 0);
}

.title__3 {
	position: absolute;
	opacity: 0;
	z-index: -1;
    animation: title_3 27s linear infinite;
    backface-visibility: hidden;	
	color: rgba(50, 50, 50, 0);
}

.title__4 {
	position: absolute;
	opacity: 0;
	z-index: -1;
    animation: title_4 27s linear infinite;
    backface-visibility: hidden;	
	color: rgba(50, 50, 50, 0);
}

.title__5 {
	position: absolute;
	opacity: 0;
	z-index: -1;
    animation: title_5 27s linear infinite;
    backface-visibility: hidden;	
	color: rgba(50, 50, 50, 0);
}

.title__6 {
	position: absolute;
	opacity: 0;
	z-index: -1;
    animation: title_6 27s linear infinite;
    backface-visibility: hidden;
	color: rgba(50, 50, 50, 0);	
}

.title__7 {
	position: absolute;
	opacity: 0;
	z-index: -1;
    animation: title_7 27s linear infinite;
    backface-visibility: hidden;	
	color: rgba(50, 50, 50, 0);
}

.title__8 {
	position: absolute;
	opacity: 0;
	z-index: -1;
    animation: title_8 27s linear infinite;
    backface-visibility: hidden;	
	color: rgba(50, 50, 50, 0);
}

.title__9 {
	position: absolute;
	opacity: 0;
	z-index: -1;
    animation: title_9 27s linear infinite;
    backface-visibility: hidden;	
	color: rgba(50, 50, 50, 0);
}

.flex-with-wrap {
	width: 93%;
	margin-bottom: 20px;
}

.adding_file {
	color: #2FBAB2;
	font-size: 18px;
    font-weight: 500;
	cursor: pointer;
}

@keyframes title_1 {
	0% {
		opacity: 1;
		z-index: 1;
		color: rgba(50, 50, 50, 1);
	}
	10% {
		opacity: 1;
		z-index: 1;	
		color: rgba(50, 50, 50, 1);		
	}
	10.5% {
		opacity: 0.8;
		z-index: 1;
		color: rgba(50, 50, 50, 0.8);
	}
	11.1% {
		opacity: 0.1;
		z-index: 1;
		color: rgba(50, 50, 50, 0.1);
	}
	11.1111% {
		opacity: 0;
		z-index: 0;	
		color: rgba(50, 50, 50, 0);		
	}
	11.2% {
		opacity: 0;
		z-index: -1;
		color: rgba(50, 50, 50, 0);		
	}
	99% {
		opacity: 0.1;
		z-index: 0;
		color: rgba(50, 50, 50, 0.1);
	}
	99.5% {
		opacity: 0.5;
		z-index: 1;
		color: rgba(50, 50, 50, 0.5);
	}
	100% {
		opacity: 1;
		z-index: 1;
		color: rgba(50, 50, 50, 1);
	}  
	
}

@keyframes title_2 {
	0% {
		opacity: 0;
		z-index: -1;
		color: rgba(50, 50, 50, 0);
	}
	11.1% {
		opacity: 0.1;
		z-index: 0;
		color: rgba(50, 50, 50, 0.1);
	}
	11.1111% {
		opacity: 0.1;
		z-index: 1;
		color: rgba(50, 50, 50, 0.1);		
	}
	12% {
		opacity: 1;
		z-index: 1;	
		color: rgba(50, 50, 50, 1);
	}
	21% {
		opacity: 1;
		z-index: 1;	
		color: rgba(50, 50, 50, 1);
	}	
	21.5% {
		opacity: 0.8;
		z-index: 1;
		color: rgba(50, 50, 50, 0.8);
	}	
	22% {
		opacity: 0.1;
		z-index: 1;
		color: rgba(50, 50, 50, 0.8);
	}	
	22.2222% {
		opacity: 0;
		z-index: 0;
		color: rgba(50, 50, 50, 0);		
	}
	22.3% {
		opacity: 0;
		z-index: -1;
		color: rgba(50, 50, 50, 0);
	} 	
	100% {
		opacity: 0;
		z-index: -1;
		color: rgba(50, 50, 50, 0);
	}  
}

@keyframes title_3 {
	0% {
		opacity: 0;
		z-index: -1;
		color: rgba(50, 50, 50, 0);
	}
	22.2% {
		opacity: 0.1;
		z-index: 0;
		color: rgba(50, 50, 50, 0.1);
	}
	22.2222% {
		opacity: 0.1;
		z-index: 1;
		color: rgba(50, 50, 50, 0.1);		
	}
	23% {
		opacity: 1;
		z-index: 1;
		color: rgba(50, 50, 50, 1);
	}
	32% {
		opacity: 1;
		z-index: 1;
		color: rgba(50, 50, 50, 1);
	}	
	32.5% {
		opacity: 0.8;
		z-index: 1;
		color: rgba(50, 50, 50, 0.8);
	}	
	33% {
		opacity: 0.1;
		z-index: 1;
		color: rgba(50, 50, 50, 0.1);
	}	
	33.3333% {
		opacity: 0;
		z-index: 0;
		color: rgba(50, 50, 50, 0);
	}
	33.4% {
		opacity: 0;
		z-index: -1;
		color: rgba(50, 50, 50, 0);
	} 	
	100% {
		opacity: 0;
		z-index: -1;
		color: rgba(50, 50, 50, 0);
	}  
}

@keyframes title_4 {
	0% {
		opacity: 0;
		z-index: -1;
		color: rgba(50, 50, 50, 0);
	}
	33.3% {
		opacity: 0.1;
		z-index: 0;
		color: rgba(50, 50, 50, 0.1);
	}
	33.3333% {
		opacity: 0.1;
		z-index: 1;
		color: rgba(50, 50, 50, 0.1);
	}
	34% {
		opacity: 1;
		z-index: 1;
		color: rgba(50, 50, 50, 1);
	}
	43% {
		opacity: 1;
		z-index: 1;
		color: rgba(50, 50, 50, 1);
	}	
	43.5% {
		opacity: 0.8;
		z-index: 1;
		color: rgba(50, 50, 50, 0.8);
	}	
	44% {
		opacity: 0.1;
		z-index: 1;
		color: rgba(50, 50, 50, 0.1);
	}	
	44.4444% {
		opacity: 0;
		z-index: 0;
		color: rgba(50, 50, 50, 0);
	}
	44.5% {
		opacity: 0;
		z-index: -1;
		color: rgba(50, 50, 50, 0);
	} 	
	100% {
		opacity: 0;
		z-index: -1;
		color: rgba(50, 50, 50, 0);
	}  
}

@keyframes title_5 {
	0% {
		opacity: 0;
		z-index: -1;
		color: rgba(50, 50, 50, 0);
	}
	44.4% {
		opacity: 0.1;
		z-index: 0;
		color: rgba(50, 50, 50, 0.1);
	}
	44.4444% {
		opacity: 0.1;
		z-index: 1;
		color: rgba(50, 50, 50, 0.1);
	}
	45% {
		opacity: 1;
		z-index: 1;
		color: rgba(50, 50, 50, 1);
	}
	54% {
		opacity: 1;
		z-index: 1;
		color: rgba(50, 50, 50, 1);		
	}	
	54.5% {
		opacity: 0.8;
		z-index: 1;
		color: rgba(50, 50, 50, 0.8);
	}	
	55% {
		opacity: 0.1;
		z-index: 1;
		color: rgba(50, 50, 50, 0.1);
	}	
	55.5555% {
		opacity: 0;
		z-index: 0;
		color: rgba(50, 50, 50, 0);		
	}
	55.6% {
		opacity: 0;
		z-index: -1;
		color: rgba(50, 50, 50, 0);
	} 	
	100% {
		opacity: 0;
		z-index: -1;
		color: rgba(50, 50, 50, 0);
	}  
}

@keyframes title_6 {
	0% {
		opacity: 0;
		z-index: -1;
		color: rgba(50, 50, 50, 0);
	}
	55.5% {
		opacity: 0.1;
		z-index: 0;
		color: rgba(50, 50, 50, 0.1);
	}
	55.5555% {
		opacity: 0.1;
		z-index: 1;
		color: rgba(50, 50, 50, 0.1);
	}
	56% {
		opacity: 1;
		z-index: 1;
		color: rgba(50, 50, 50, 1);		
	}
	65% {
		opacity: 1;
		z-index: 1;
		color: rgba(50, 50, 50, 1);		
	}	
	65.5% {
		opacity: 0.8;
		z-index: 1;
		color: rgba(50, 50, 50, 0.8);
	}	
	66% {
		opacity: 0.1;
		z-index: 1;
		color: rgba(50, 50, 50, 0.1);
	}	
	66.6666% {
		opacity: 0;
		z-index: 0;
		color: rgba(50, 50, 50, 0);
	}
	66.7% {
		opacity: 0;
		z-index: -1;
		color: rgba(50, 50, 50, 0);
	} 	
	100% {
		opacity: 0;
		z-index: -1;
		color: rgba(50, 50, 50, 0);
	}  
}

@keyframes title_7 {
	0% {
		opacity: 0;
		z-index: -1;
		color: rgba(50, 50, 50, 0);
	}
	66.6% {
		opacity: 0.1;
		z-index: 0;
		color: rgba(50, 50, 50, 0.1);
	}
	66.6666% {
		opacity: 0.1;
		z-index: 1;
		color: rgba(50, 50, 50, 0.1);
	}
	67% {
		opacity: 1;
		z-index: 1;
		color: rgba(50, 50, 50, 1);
	}
	76% {
		opacity: 1;
		z-index: 1;
		color: rgba(50, 50, 50, 1);
	}	
	76.5% {
		opacity: 0.8;
		z-index: 1;
		color: rgba(50, 50, 50, 0.8);
	}	
	77.5% {
		opacity: 0.1;
		z-index: 1;
		color: rgba(50, 50, 50, 0.1);
	}	
	77.7777% {
		opacity: 0;
		z-index: 0;
		color: rgba(50, 50, 50, 0);
	}
	77.8% {
		opacity: 0;
		z-index: -1;
		color: rgba(50, 50, 50, 0);
	} 	
	100% {
		opacity: 0;
		z-index: -1;
		color: rgba(50, 50, 50, 0);
	}  
}

@keyframes title_8 {
	0% {
		opacity: 0;
		z-index: -1;
		color: rgba(50, 50, 50, 0);
	}
	77.7% {
		opacity: 0.1;
		z-index: 0;
		color: rgba(50, 50, 50, 0.1);
	}
	77.7777% {
		opacity: 0.1;
		z-index: 1;
		color: rgba(50, 50, 50, 0.1);
	}
	78% {
		opacity: 1;
		z-index: 1;
		color: rgba(50, 50, 50, 1);		
	}
	87% {
		opacity: 1;
		z-index: 1;	
		color: rgba(50, 50, 50, 1);
	}	
	87.5% {
		opacity: 0.8;
		z-index: 1;
		color: rgba(50, 50, 50, 0.8);
	}	
	88.5% {
		opacity: 0.1;
		z-index: 1;
		color: rgba(50, 50, 50, 0.1);
	}	
	88.8888% {
		opacity: 0;
		z-index: 0;
		color: rgba(50, 50, 50, 0);
	}
	88.9% {
		opacity: 0;
		z-index: -1;
		color: rgba(50, 50, 50, 0);
	} 	
	100% {
		opacity: 0;
		z-index: -1;
		color: rgba(50, 50, 50, 0);
	}  
}

@keyframes title_9 {
	0% {
		opacity: 0;
		z-index: -1;
		color: rgba(50, 50, 50, 0);
	}
	88.8% {
		opacity: 0.1;
		z-index: 0;
		color: rgba(50, 50, 50, 0.1);
	}
	88.8888% {
		opacity: 0.1;
		z-index: 1;
		color: rgba(50, 50, 50, 0.1);
	}
	89% {
		opacity: 1;
		z-index: 1;		
		color: rgba(50, 50, 50, 1);
	}
	98% {
		opacity: 1;
		z-index: 1;			
	}	
	98.5% {
		opacity: 0.8;
		z-index: 1;
		color: rgba(50, 50, 50, 0.8);
	}	
	99.1% {
		opacity: 0.1;
		z-index: 1;
		color: rgba(50, 50, 50, 0.1);
	}	
	99.4% {
		opacity: 0;
		z-index: 0;		
		color: rgba(50, 50, 50, 0);
	}
	99.5% {
		opacity: 0;
		z-index: -1;
		color: rgba(50, 50, 50, 0);
	} 	
	100% {
		opacity: 0;
		z-index: -1;
		color: rgba(50, 50, 50, 0);
	}  
}

.main-img-card {
	height: inherit;
	overflow: hidden;
}

.main-img-card img {
	position: relative;
    width: 100%;
	-webkit-transition: transform 2.0s ease-in-out;
}

.hover-card-arrow {
	animation: animate_arrow 2.5s linear infinite;
	top: 26px;
	right: 26px;
}

.post-card-main:hover img {
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: transform 2.0s ease-in-out;
}

.main-img-card .img-show-2__1 {
	top: 0;
	left: 0;
    position: relative;
    animation: manifestation-2_1 16s linear infinite;
    backface-visibility: hidden;
	opacity: 1;
	z-index: 1;
}
.main-img-card .img-show-2__2 {
    position: absolute !important;
    top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
    animation: manifestation-2_2 16s linear infinite;
    backface-visibility: hidden;
}

@keyframes manifestation-2_1 {
	0% {
		opacity: 1;
		z-index: 1;
	}
/* 	1% {
		opacity: 0.6;
		z-index: 1;		
	}
	3%{
		opacity: 0.8;
		z-index: 1;		
	}
	4% {
		opacity: 1;
		z-index: 1;		
	} */
	29% {
		opacity: 1;
		z-index: 1;			
	}
	47% (
		opacity: 0.8;
		z-index: 1;
	)
	48% {
		opacity: 0.1;
		z-index: 1;		
	}	
	50% {
		opacity: 0;
		z-index: 0;
	}
	51%{
		opacity: 0;
		z-index: -1;		
	}	
	96% {
		opacity: 1;
		z-index: 0;		
	}
	98% {
		opacity: 1;
		z-index: 1;
	}
	100% {
		opacity: 1;
		z-index: 1;
	}  
}

@keyframes manifestation-2_2 {
	0% {
		opacity: 0;
		z-index: 0;
	}
	49% {
		opacity: 0.1;
		z-index: 0;	
	}	
	50% {
		opacity: 0.2;
		z-index: 1;
	}
	55% {
		opacity: 1;
		z-index: 1;
	} 
	94% {
		opacity: 0.8;
		z-index: 1;			
	}	
	96% {
		opacity: 0.5;
		z-index: 1;
	}	
	97% {
		opacity: 0.1;
		z-index: 0;
	} 
	98% {
		opacity: 0;
		z-index: -1;		
	}	 
	100% {
		opacity: 0;
		z-index: -1;
	}  
}



.main-img-card .img-show-4__1 {
    position: relative;
    animation: manifestation-4_1 28s linear infinite;
    backface-visibility: hidden;
	opacity: 1;
	z-index: 1;
}
.main-img-card .img-show-4__2 {
    position: absolute;
    top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
    animation: manifestation-4_2 28s linear infinite;
    backface-visibility: hidden;
}
.main-img-card .img-show-4__3 {
    position: absolute;
    top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
    animation: manifestation-4_3 28s linear infinite;
    backface-visibility: hidden;
}
.main-img-card .img-show-4__4 {
    position: absolute;
    top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
    animation: manifestation-4_4 28s linear infinite;
    backface-visibility: hidden;
}

@keyframes manifestation-4_1 {
	0% {
		opacity: 1;
		z-index: 1;
	}
/* 	1% {
		opacity: 0.6;
		z-index: 1;		
	}
	2%{
		opacity: 0.8;
		z-index: 1;		
	}
	3% {
		opacity: 1;
		z-index: 1;		
	} */
	23% {
		opacity: 1;
		z-index: 1;			
	}
	24% (
		opacity: 0.8;
		z-index: 1;
	)
	24.5% {
		opacity: 0.1;
		z-index: 1;		
	}	
	25% {
		opacity: 0;
		z-index: 0;
	}
	25.5%{
		opacity: 0;
		z-index: -1;		
	}	
	98% {
		opacity: 0.1;
		z-index: 0;
	}
	99% {
		opacity: 1;
		z-index: 1;		
	}
	99.5% {
		opacity: 1;
		z-index: 1;		
	}
	100% {
		opacity: 1;
		z-index: 1;
	}  
}

@keyframes manifestation-4_2 {
	0% {
		opacity: 0;
		z-index: 0;
	}
	24.8% {
		opacity: 0.1;
		z-index: 0;	
	}	
	25% {
		opacity: 0.2;
		z-index: 1;
	}
	28% {
		opacity: 1;
		z-index: 1;
	} 
	48% {
		opacity: 1;
		z-index: 1;			
	}	
	49% {
		opacity: 0.8;
		z-index: 1;
	}	
	49.5% {
		opacity: 0.1;
		z-index: 1;
	} 
	50% {
		opacity: 0;
		z-index: 0;		
	}	
	51% {
		opacity: 0;
		z-index: -1;
	}  
	100% {
		opacity: 0;
		z-index: 0;
	}  
}
@keyframes manifestation-4_3 {
	0% {
		opacity: 0;
		z-index: -1;
	}
	49% {
		opacity: 0.05;
		z-index: 0;
	}
	50% {
		opacity: 0.1;
		z-index: 1;
	}
	53% {
		opacity: 1;
		z-index: 1;
	} 
	73% {
		opacity: 1;
		z-index: 1;			
	}	
	74% {
		opacity: 0.8;
		z-index: 1;
	}
	74.5%{
		opacity: 0.1;
		z-index: 1;
	}	
	75% {
		opacity: 0;
		z-index: -1;
	}		
	100% {
		opacity: 0;
		z-index: -1;
	}  
}
@keyframes manifestation-4_4 {
	0% {
		opacity: 0;
		z-index: -1;
	}
	74.5% {
		opacity: 0.05;
		z-index: 0;
	}
	75% {
		opacity: 0.1;
		z-index: 1;
	}
	78% {
		opacity: 1;
		z-index: 1;
	} 
	97% {
		opacity: 1;
		z-index: 1;			
	}	
	98% {
		opacity: 0.8;
		z-index: 1;
	}
	98.5%{
		opacity: 0.1;
		z-index: 1;
	}	
	99% {
		opacity: 0;
		z-index: 0;
	}	
	99.5% {
		opacity: 0;
		z-index: -1;		
	}
	100% {
		opacity: 0;
		z-index: -1;
	}  
}

.title-banner-8__1 {
    position: absolute;
    top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
    animation: manifestation-8_1 80s linear infinite;
    backface-visibility: hidden;	
}

.title-banner-8__2 {
    position: absolute;
    top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
    animation: manifestation-8_2 80s linear infinite;
    backface-visibility: hidden;	
}

.title-banner-8__3 {
    position: absolute;
    top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
    animation: manifestation-8_3 80s linear infinite;
    backface-visibility: hidden;	
}

.title-banner-8__4 {
    position: absolute;
    top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
    animation: manifestation-8_4 80s linear infinite;
    backface-visibility: hidden;	
}

.title-banner-8__5 {
    position: absolute;
    top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
    animation: manifestation-8_5 80s linear infinite;
    backface-visibility: hidden;	
}

.title-banner-8__6 {
    position: absolute;
    top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
    animation: manifestation-8_6 80s linear infinite;
    backface-visibility: hidden;	
}

.title-banner-8__7 {
    position: absolute;
    top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
    animation: manifestation-8_7 80s linear infinite;
    backface-visibility: hidden;	
}

.title-banner-8__8 {
    position: absolute;
    top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
    animation: manifestation-8_8 80s linear infinite;
    backface-visibility: hidden;	
}

.wrapper-link {
	width: 86%;
    margin-left: calc(7% + 0px);
    display: flex;
	margin-top: 90px;
	margin-bottom: 50px;
}

.links {
	display: flex;
}

.links > a {
	border: none;
	display: flex;
    font-family: "Commissioner", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #2FBAB2;
    padding: 0 5px;
	height: auto;
	width: auto;
	min-width: auto;
	margin-right: 24px;
}

.links > a:hover {
	text-decoration: underline;
}

.wrapper-team {
	flex-direction: row !important;
}

.wrapp-button {
	margin: -20px auto 80px;
    display: flex;
    justify-content: center;
}

/* .info-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.info-check {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.info-checkbox+.info-check::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #323232;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.info-checkbox:checked+label::before {
  border-color: #323232;
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
} */


.panel-title {
	display: flex;
	justify-content: space-between;
}

.menu-wrapper-form {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.menu-wrapper-form > div {
	width: fit-content;
}

.menu-wrapper-form .menu {
	display: flex;
}

.menu-wrapper-form .menu > div {
	margin: 0 12px;
	cursor: pointer;
	font-size: 18px;
	display: flex;
    align-items: center;
}

.type-menu-add {
	cursor: pointer;
	font-size: 24px;
	color: #2FBAB2 !important;
	border-radius: 50%;
	border: 1px solid #2FBAB2;
    width: 30px !important;
    height: 30px;
    text-align: center;
    line-height: 24px;	
}

.type-menu-active {
	color: #2FBAB2 !important;
}

.type-menu span {
	font-size: 20px;
    transform: rotateZ(45deg);
    display: inline-block;
	margin-left: 12px;
	cursor: pointer;
}

.del_img {
	font-size: 20px;
	margin-left: 0;
	color: #2FBAB2;
	cursor: pointer;
}

.menu-height {
	height: 200px;
	overflow: hidden;
}

.display {
	display: block !important;
}

.display strong {
	display: inline;
	color: #323232 !important;
	font-weight: 300;
}

.display em span,
.display em,
.display strong span {
	color: #323232 !important;
	font-weight: 300;
	font-style: normal;
}

.display a {
	color: #2FBAB2 !important;
}

.display a:hover {
	text-decoration: underline;
}

.display img {
	width: auto;
    margin: 20px auto;
    display: block;
}

.information-panel {
	display: flex;
	flex-direction: column;
}

.sitemap-wrapper div,
.sitemap-wrapper a {
	color: #2FBAB2;
    font-family: "Commissioner", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    display: flex;	
	text-transform: none;
	align-items: center;
}

.sitemap-wrapper ul {
	list-style: disc;
	color: #2FBAB2 !important;
}

.sitemap-wrapper ul:marker {
	color: #2FBAB2;
}

.sitemap-wrapper ul li {
	margin-top: 0;
	color: #2FBAB2 !important;
}

.sitemap-wrapper ul li ul {
	list-style: disc;
	margin-left: 56px;
	color: #2FBAB2 !important; 
}

.sitemap-wrapper ul li div,
.sitemap-wrapper ul li ul li a {
	font-weight: 400;
	text-transform: inherit;
} 

.sitemap-wrapper ul li > div {
	display: flex;
}

.lowercase-sitemap a{
	text-transform: lowercase !important;
	display: block;
}

.lowercase-sitemap a::first-letter {
	text-transform: uppercase !important;
}

.politic-wrapper p {
	display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    font-family: "Commissioner", sans-serif;
    font-size: 16px;
    font-style: normal;
	color: #323232;
}

.post-suggestion {
	width: 100% !important;
	white-space: normal;
}

.previous-suggestion {
	margin: 60px 0 30px;
}


.mobile-block {
	display: none;
}

.btn-padding {
	padding: 0 50px;
	width: auto;
}

.cookie-plank {
    width: calc(86% - 72px);
    height: auto;
    background-color: #FFFFFF;
    border: 1px solid #2FBAB2;
    position: fixed; 	
    bottom: 10px;
    left: 7%;
    z-index: 10000;
    font-size: 14px;
    display: flex;
    padding: 10px 35px;
    color: #2E4B6B;
    justify-content: flex-start;
    align-items: center;
}

.cookie-sign {
    cursor: pointer;
    margin-right: 8px;
}

.cookie-button {
	padding: 6px 36px;
    font-size: 14px;
    margin-left: auto;
	width: auto;
	height: auto;
}

.btn__not {
    pointer-events: none;
    opacity: 0.6;
}

@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);
	}
}

@media only screen and (max-width: 1200px) {
	.cookie-plank {
        width: calc(100vw - 60px);
        left: 10px;
        flex-direction: column;
        padding: 20px;
		align-items: flex-start;
		font-size: 12px;
    }
	
	.btn-padding {
		padding: 0 30px;
		width: auto !important;
	}
	
	.desctop {
		display: none;
	}
	
	.mobile-block {
		display: block;
		margin-bottom: 20px;
	}
	
	.mobile-margin {
		margin-bottom: -20px !important;
	}
	
	.img-slider img {
		margin-bottom: 20px;
	}
	
/* 	.popup-suggestion-wrapper {
		padding: 50px 16px;
		top: 0;
		height: calc(100vh - 100px);
		left: 0;
		width: calc(100vw - 32px);
	} */
	
	.brief-popup-submit {
		margin: 0 auto 30px;
		width: fit-content;
		padding: 0 8px;
	}
	
	#brief .form-input__popup {
		width: 100%;
		height: 66px;
	}
	
	.hover-card-title {
		font-size: 14px;
		bottom: 24px;
		left: 24px;		
	}
	
	.post-card-wrapper__mobile .hover-card-title {
		font-size: 16px;
	}
	
	.mobile {
		display: block;
		margin: 20px 20px 0 0;
	}
	
	.hover-card-arrow {
		top: 16px;
		right: 16px;		
		width: 16px;
		min-width: 16px;
		height: 16px;		
	}
	
	#masthead {
		width: 100vw;
		height: 40px;
		top: 0;
	}
	
	#page {
		margin-top: 40px;
	}
	
	.header-text-logo {
		border-left: none;
		width: 47.5%;
		min-width: 47.5%;
		height: 40px;
		font-size: 12px;
		padding-left: 10px;
	}
	
	.header-main-wrapper {
		padding: 0;
		margin: 0;
		width: 100%;
		height: 40px;
	}
	
	.right-top-menu {
		display: none;
	}
	
	.footer-table {
		flex-direction: column;
	}
	
	.footer-bottom__left, .footer-bottom {
		flex-direction: column;
	}
	
	.title-main-banner {
		font-size: 24px;
		width: fit-content;
        margin: 0 30px 24px;
		line-height: 30px;
	}
	
	.post-main-wrapper h2,
	.post-main-title {
		font-size: 24px;
		margin-top: 40px;
		margin-left: 10px;
	}
	
/* 	.post-main-title {
		justify-content: space-between;
	} */
	
	.footer-table-wrapper, .main-page-banner {
		padding-top: 50px;
		margin-top: 40px;
		margin-left: 0;
		min-height: auto;
		padding-bottom: 20px;
		width: auto;
	}	
	
	.title-second-banner {
		font-size: 14px;
		margin-left: 30px;
		line-height: 20px;
		margin-bottom: 24px;
	}
	
	.banner-button-wrapper {
		margin-left: 30px;
	}
	
	.btn {
		width: 124px;
		height: 36px;
		font-size: 14px;
	}
	
	.cookie-button {
		margin-left: 0;
		padding: 0;
		margin-top: 12px;
	}
	
	.cookie-sign {
		margin-bottom: 8px;
	}
	
	.main-page, .main-page-wrapper {
		background-color: white;
	}
	
	.number-title {
		margin-right: 10px;
	}
	
	.post-info-line {
		margin-top: 20px;
		margin-bottom: 30px;
		width: 90px;
		margin-left: 0;
	}
	
	.wrapper-link,
	.post-main-title, 
	.post-card-wrapper, 
	.post-blog-wrapper, 
	.wrapper-single, 
	.all-menu, 
	.all-menu-close, 
	.sitemap-wrapper,
	.politic-wrapper,
	.all-product {
		width: calc(100% - 20px);
		margin-left: 10px;
		margin-right: 10px;
		font-size: 16px;
	}
	
	.post-main-title {
		font-size: 24px;
	}
	
	#block,
	.sitemap-wrapper,
	.politic-wrapper,
	.all-product {
		font-size: 12px;
		margin-top: 14px;
	}
	
	#block {
		margin-top: 40px;
	}
	
	.additional-info {
		justify-content: center;
	}
	
	#block span, 
	.all-menu span,
	.all-menu-close span,
	.all-product span {
		width: 14px;
		min-width: 14px;
		height: 12px;
	}
	
	.post-card-main {
		width: calc(50vw - 15px);
        height: 39.33vw;
        margin-right: 0;
	}
	
	.post-card-wrapper {
		justify-content: space-between;
		margin-bottom: 0;
	}
	
	.post-card-wrapper__mobile {
		overflow: auto;
		display: flex;
	}
	
	.post-card-wrapper__mobile > div {
		width: max-content;
		display: flex;
        flex-wrap: nowrap;  
	}
	
	.post-card-wrapper__mobile > div > .post-card-main {
		width: calc(88vw - 20px);
        height: 66.4vw;
        margin-right: 10px;		
	}
	
	.header-menu-button-wrapper,
	.header-callback {
		width: 40px;
		height: 40px;
		min-width: 40px;
	}
	
	.right-top-menu__mobile	{
		display: flex;
		height: 40px;
		width: 100px;
		align-items: center;
	}
	
	.header-phone-wrapper {
		width: 40px;
		min-width: 40px;
		height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;	
		margin-right: 12px;
	}
	
	.right-top-menu__mobile .header-phone {
		background-image: url('img/mobile.svg');
		width: 30px;
        height: 30px;
        background-size: contain;
        display: block;
        min-width: 30px;
        min-height: 30px;
		margin-right: 0 !important;
	}
	
	.header-callback,
	.header-menu-button {
		width: 30px;
        height: 30px;
        background-size: contain;
        display: block;
        min-width: 30px;
        min-height: 30px;		
	}
	
	.header-menu-button-wrapper {
		padding: 0;
		display: flex;
        justify-content: center;
        align-items: center;
	}
	
	.right-top-menu__mobile .header-phone-wrapper:hover {
		background-color: #EAEDF7;
	}
	
	.popup-suggestion-wrapper,
	.modal-popup {
		width: 100vw;
		height: auto;
		left: 0;
		top: 0;
		min-height: 101vh;
	}
	
	.popup-suggestion-wrapper {
		padding: 30px;
		width: calc(100vw - 60px);
		min-height: 81vh;
		padding-bottom: 100px;
	}
	
	.popup-title {
		font-size: 20px;
		margin: 30px;
	}
	
	.popup-line {
		width: 90px;
		margin-bottom: 0px;
	}
	
	.popup-line-suggestion {
		margin-left: -30px;
	}
	
	.popup-info {
		margin: 30px;
	}
	
	.form-input__popup {
		width: 100%;
	}
	
	.form-popup-submit {
		margin-left: 30px;
		margin-bottom: 20px;
	}
	
	.modal-popup .info-form {
		margin-left: 30px;
		margin-bottom: 30px;
		width: 100%;
	}
	
	.popup-add-info {
		margin-left: 30px;
		flex-direction: column;
		width: 100%;
		margin-bottom: 90px;
	}
	
	.popup-add-info .footer-left {
		margin-bottom: 20px;
		margin-left: 0;
	}
	
	.net-links .popup-right a,
	.net-links a {
		width: auto;
		font-size: 16px;
		font-weight: 400;
	}
	
	.popup-right a:first-child {
		padding-left: 0;
	}
	
	.popup-right .footer-bottom__right a{
		width: 40px;
	}
	
	.footer-table-wrapper {
		padding-top: 0;
		width: 100%;
	}
	
	.footer-left {
		margin-left: 10px;
		border: none;
		padding: 0;
		height: auto;
        margin-bottom: 30px;
	}
	
	.footer-right {
		margin-left: 10px;
		width: 100%;
		padding: 0;
		height: auto;
		width: calc(100% - 20px);
		border: none;
	}
	
	.footer-top,
	.footer-bottom {
		margin: 0;
		padding: 0;
		height: auto;
		width: calc(100% - 10px);
		padding-left: 10px;
		border: 1px solid #2FBAB2;
	}
	
	.footer-bottom {
		border-top: none;
	}
	
	.footer-add-info {
		margin-left: 10px;
		font-size: 12px;
		width: calc(100% - 20px);
		flex-direction: column-reverse;
		margin-top: 8px;
	}
	
	.footer-add-info div {
		flex-direction: column;
		justify-content: flex-start;
		margin-top: 12px;
		width: auto;
	}
	
	.copyright {
		margin-top: 20px !important;
	}
	
	.footer-add-info__bottom {
		margin-top: 0;
	}
	
	.link-sitemap {
		margin-top: 12px;
		margin-left: 0;
		font-size: 14px;
	}
	
	.footer-bottom__left {
		flex-direction: row;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	
	.footer-link {
		margin: 20px 20px 0 0;
	}
	
	.footer-bottom__right {
        width: 100%;
        margin: 20px 0;
	}
	
	.footer-top {
		flex-direction: column;
	}
	
	.footer-top__left,
	.footer-top__center,
	.footer-top__right {
		width: 100%;
		margin: 10px 0;
	}
	
	.footer-top__left {
		margin-top: 30px;
	}
	
	.footer-top__right {
		margin-bottom: 30px;
	}
	
	.popup-right .footer-bottom__right {
		margin-bottom: 40px;
		justify-content: start;
	}
	
	.popup-title {
		display: none;
	}
	
	.popup-title__mobile {
		display: block;
	}
	
	.wrapper-menu {
		flex-wrap: nowrap;
		overflow: auto;		
	}
	
	.post-link {
		white-space: nowrap;
	}
	
	.entry-title {
		margin: 50px auto 30px;
		font-size: 20px;
		font-weight: 400;
	}
	
	.link-b {
		font-size: 16px;
	}
	
	.post-main-title > div {
		width: 100%;
	}
	
	.post-info-title__single {
		font-size: 24px;
		width: 84vw;
        margin-right: 0;
        display: block !important;
	}
	
	.popup-menu {
		width: 92%;
		padding-bottom: 1px;
	}
	
	.popup-menu .post-main-title, .popup-menu .wrapper-menu {
		margin-left: 16px;
	}
		
	.popup-menu .post-info-title__single, .popup-menu .number-title {
		font-size: 24px;
	}
	
	.three-columns-with-white-border h3 {
		font-size: 16px;
		font-weight: 400;
	}
	
	ul li {
		font-size: 14px;
	}
	
	.three-columns-with-white-border {
		flex-direction: column;
	}
	
	.three-columns-with-white-border > div {
		width: auto;
		border-right: 1px solid #2FBAB2;
		margin-bottom: 10px;
	}
	
	.title-wrapper-single,
	.add-info-wrapper {
		flex-direction: column;
	}
	
	.add-info {
		width: 100%;
	}
	
	.add-title {
		margin-bottom: 0;
		font-size: 12px;
	}
	
	.add-text {
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 18px;
	}
	
	.white-border-panel .subtitle p strong{
		font-size: 14px;
		font-weight: 400;
	}
	
	.subtitle {
		margin-bottom: 16px;
		font-size: 16px;		
	}
	
	.white-border-panel h2 {
		font-size: 16px;
		padding-bottom: 10px;
		margin-bottom: 7px;
		font-weight: 400;
	}
	
	.post-main-wrapper .post-main-title {
		flex-direction: row;
	}
	
	.post-main-wrapper .post-main-title > div {
		width: auto;
		min-width: 33px;
	}
	
	.post-main-wrapper .post-main-title .post-info-title {
		width: auto;
	}
	
	.post-main-title {
		flex-direction: column-reverse;
		margin-top: 0;
		align-items: flex-start;
	}
	
	.post-main-title > div {
		width: 100%;
	}
	
	.white-border-panel p {
		font-size: 14px;
		line-height: 22px;
	}
	
	.popup-wrapper-menu {
		top: 41px;
	}
	
	.popup-wrapper-menu .post-main-title {
		flex-direction: row;
	}
	
	.popup-wrapper-menu .post-main-title .number-title {
		width: auto;
		min-width: 30px;
	}
	
	.popup-wrapper-menu .wrapper-menu {
		margin-bottom: 30px;
	}
	
	.info-check {
		font-weight: 300;
		width: calc(100% - 60px);
	}
	
	.line-in-post {
		width: 100px;
	}
	
	.title-single {
		font-size: 14px;
		margin-bottom: 20px;
		font-weight: 400;
	}
	
	.navigation-panel {
		margin-top: 0;
		margin-bottom: 20px;
	} 
	
	.add-info-wrapper {
		margin-bottom: 0;
		margin-top: 30px;
		padding-top: 10px;
	}
	
	article {
		margin-bottom: 50px;
	}
	
	.menu-single-title {
		width: 32px;
		height: 32px;
		margin-bottom: 15px;
		margin-right: 10px;
	}
	
	.header-phone-popup,
	.header-menu-popup {
		top: 45px;	
	}
	
	.header-menu-popup {
		top: 40px;	
	}	
	
	.header-phone-popup {
		width: auto;
        right: 8px;
        left: unset;
	}
	
	.header-phone-popup > a{
		width: max-content;
		border-right: none;
		margin-right: 0;
	}
	
	.main-page {
		padding-bottom: 0;
	}
	
	.veiw-box {
		font-size: 14px;
		line-height: 11px;
		font-weight: 400;
		height: 36px;
	}
	
	.callbac-box {
	    width: 178px;
		font-size: 14px;
	}
	
	.additional-info.callbac-box {
		margin-top: 0;
	}
	
	.navigation,
	article,
	.wrapper-menu {
		width: calc(100% - 16px);
		margin-left: 8px;
	}
	
	.breadcrumbs-wrapper {
		width: calc(100% - 32px);
		margin: 50px 8px 20px;
	}
	
	.contact-form {
		margin-top: 40px;
	}
	
	.form-title {
		 font-size: 20px;
		 margin: 30px 16px;
	}
	
	.contact-form .info-form-wrapper,
	.contact-form .form-first-line {
		flex-direction: column;
		width: auto;
		margin: 0 16px;
		align-items: normal;
	}
	
	.contact-form .form-input,
	.contact-form .form-input__wide {
		width: auto;
		font-size: 14px;
	}
	
	.contact-form .info-form-wrapper {
		margin: 20px 16px 30px;
	}
	
	.contact-form .info-check {
		width: auto;
		margin-bottom: 20px;
	}
	
	.contact-form .info-check b {
		font-weight: 500;
	}
	
	.contact-form .line-form {
		width: 70px;
		margin-bottom: 30px;
	}
	
	.descktop {
		display: none;
	}
	
	.popup-message-save,
	.popup-message-success {
		left: calc(50% - 120px);
		padding: 20px;
	}
	
	.popup-message-save .popup-title,
	.popup-message-success .popup-title {
		display: block;
	}
	
	.studio-wrapper {
		flex-direction: column;
	}
	
	.studio-left-side {
		width: auto;
	    font-size: 16px;
		line-height: 24px;
	}
	
	.studio-right-side {
		width: 100%;
	}
	
	.studio-right-side img {
		margin-top: 0;
	}
	
	.studio-title {
	    font-size: 18px;
		line-height: 20px;	
		padding-bottom: 20px;		
	}
	
	.studio-video {
		width: calc(100vw - 18px);
		height: 53.82vw;
		margin: 50px auto 50px;
	}
		
	.footer-add-info__bottom div {
		width: 100%; 
	}
	
	.modal-showreel .studio-video {
	    top: 40px;
		left: 8px;
	}
	
/* 	.img-slider {
		overflow: auto;
	}
	
	.img-slider img {
		width: 200% !important;
	} */
	
	.wrapper-block-404 > div {
		width: 200px;
		padding: 20px 16px;
		height: auto;
		background-color: #FFFFFF;
		position: absolute;
		top: 30%;
		left: calc(50% - 116px);
		font-size: 18px;
	}	
	
	.error-404-button {
		margin-top: 40px;
	}
	
	.post-blog-wrapper {
		flex-direction: column-reverse;
	}
	
	.blog-left-wrapper {
		width: 100%;
	}
	
	.blog-one-news {
		padding: 30px 20px;
		width: auto;
	}
	
	.blog-title {
		font-size: 18px;
	}
	
	.blog-line {
		margin-left: -20px;
	}
	
	.blog-right-wrapper {
		width: auto;
		margin-top: 0px;
		margin-bottom: 30px;
	}
	
	.type-post p {
		font-size: 14px;
		line-height: 22px;
	}
	
	.type-post h2 strong span, .type-post h2 span strong {
		font-size: 16px;
		text-transform: uppercase;
        line-height: normal;
	}
	
	.slider-arrow-left,
	.slider-arrow-right {
		width: 36px;
		height: 36px;
	}
	
	.box-width {
		width: 124px;
	}
	
	.politic-wrapper p {
		font-size: 13px;
	}
	
	.blog-right-title {
		margin: 30px 20px 20px;
		font-size: 20px;
		padding-bottom: 20px;
	}
	
	.blog-right-wrapper p {
		font-size: 13px;
		margin: 10px 20px;
	}
	
	.blog-right-wrapper iframe {
		margin: 22px 20px 20px;
		width: calc(100% - 40px);
	}
	
	.blog-right-wrapper a {
		margin-left: 20px;
	}
	
	.blog-link,
	.blog-text {
		font-size: 14px;
	}
	
	.nav-links a, .nav-links span {
		font-size: 14px;
	}
	
	.display img {
		width: -webkit-fill-available; 
	}
	
	.sitemap-wrapper {
		margin-left: 24px;
		width: auto;
	}
	
	.popup-menu .post-info-title__single {
		width: calc(100% - 20px);
	}
	
	#arrow_up {
		right: 10px;
		left: unset;
		width: 40px;
		height: 40px;
	}
	
	#arrow_up img {
		width: 15.55px;
		height: 26.27px;
	}
}