html {
    font-size: 100%;
}

body:before {
    display:none;
	content: url(images/tag-left-dark.svg) url(images/tag-left-dark-hover.svg) url(images/tile.png);
}

/* Styles needed to prevent layout shifting before images are loaded(CLS — Cumulative Layout Shift). */

.aspect-ratio-1-1 {
	margin:auto;
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.aspect-ratio-5-4 {
	margin:auto;
  position: relative;
  width: 100%;
  padding-top: 80%;
}

.aspect-ratio-8-6 {
	margin:auto;
  position: relative;
  width: 100%;
  padding-top: 75%;
}

.aspect-ratio-10-7 {
	margin:auto;
  position: relative;
  width: 100%;
  padding-top: 70%;
}

.aspect-ratio-3-2 {
	margin:auto;
  position: relative;
  width: 100%;
  padding-top: 66.67%;
}

.aspect-ratio-5-3 {
	margin:auto;
  position: relative;
  width: 100%;
  padding-top: 60%;
}

.aspect-ratio-16-9 {
	margin:auto;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.aspect-ratio-2-1 {
	margin:auto;
  position: relative;
  width: 100%;
  padding-top: 50%;
}

.aspect-ratio-20-9 {
	margin:auto;
  position: relative;
  width: 100%;
  padding-top: 45%;
}

.aspect-ratio-5-2 {
	margin:auto;
  position: relative;
  width: 100%;
  padding-top: 40%;
}

.aspect-ratio-20-7 {
	margin:auto;
  position: relative;
  width: 100%;
  padding-top: 35%;
}

.aspect-ratio-3-1 {
	margin:auto;
  position: relative;
  width: 100%;
  padding-top: 33.34%;
}

.aspect-ratio-10-3 {
	margin:auto;
  position: relative;
  width: 100%;
  padding-top: 30%;
}

.aspect-ratio-4-1 {
	margin:auto;
  position: relative;
  width: 100%;
  padding-top: 25%;
}

.aspect-ratio-20-3 {
	margin:auto;
  position: relative;
  width: 100%;
  padding-top: 15%;
}

.aspect-ratio-10-1 {
	margin:auto;
  position: relative;
  width: 100%;
  padding-top: 10%;
}

.aspect-ratio-5-6 {
	margin:auto;
  position: relative;
  width: 100%;
  padding-top: 120%;
}

.aspect-ratio-1-4 {
	margin:auto;
  position: relative;
  width: 100%;
  padding-top: 125%;
}

.aspect-ratio-2-3 {
	margin:auto;
  position: relative;
  width: 100%;
  padding-top: 150%;
}

.media {
  position: absolute;
  top: 0;
}

.center {
	display: flex;
	justify-content: center;
	align-items: center;
}

/*Bootstrap*/

/*Bootstrap*/

.video {
    overflow: hidden;
    padding-bottom: 2em;
}

.box-title {
    position: relative;
}

.carousel-indicators {
    display: table;
    width: auto;
    margin: 1.5rem auto 0;
    position: relative;
    bottom: 1px;
    left: 0;
}

.blog img {
    width: 100%;
    border-radius: 0.3125rem 0.3125rem 0 0;
}

.blog .img-fluid {
    border-radius: .3125rem .3125rem 0 0;
    margin: 13px 0 0 0;
}

.carousel-indicators li,
.carousel-indicators .active {
    display: table-cell;
    width: 1.05rem;
    height: 1.05rem;
    border: none;
    border-radius: 1.05rem;
    padding: 0 1.2rem;
}

.carousel-indicators .active {
    background-color: transparent;
}

.carousel-indicators li:hover:after {
    background-color: #FF6449;
}

.carousel-indicators li:after,
.carousel-indicators .active:after {
    background-color: #C3C3C3;
    border: none;
    width: 1.05rem;
    height: 1.05rem;
    display: block;
    content: "";
    border-radius: 1.05rem;
    margin: 0 auto;
}

.carousel-indicators .active:after {
    background-color: #7f7f7f;
}

@media (max-width: 768px) {
    .p-t-md-1 {
        padding-top: 1em;
    }
}

@font-face {
    font-family: 'MetaPro-Book';
	src: url('fonts/MetaPro-Book.woff') format('woff'), url('fonts/MetaPro-Book.otf') format('opentype');
	font-display: block;
}

@font-face {
    font-family: 'BlissPro-Italic';
	src: url('fonts/BlissPro-Italic.woff') format('woff'), url('fonts/BlissPro-Italic.otf') format('opentype');
	font-display: block;
}

@font-face {
    font-family: 'MetaPro-Medium';
	src: url('fonts/MetaPro-Medi.woff') format('woff'), url('fonts/MetaPro-Medi.otf') format('opentype');
	font-display: block;
}

@font-face {
    font-family: 'AGForeignerLightC';
    font-weight: normal;
	src: url('fonts/AGForeignerLightC.woff') format('woff'), url('fonts/AGForeignerLightC.otf') format('opentype');
	font-display: block;
}

html {
    font-size: 16px;
}

body {
    font-size: 24px;
    font-family: AGForeignerLightC,Trebuchet MS,Arial,Sans-Serif;
}

p {
    font-size: 0.8em;
}

.content:not(.schema):nth-child(2n+1) {
    background: url(images/tile.png) repeat scroll 0 0 transparent;
}

.even-odd-tile:nth-child(2n) {
    background: url(images/tile.png) repeat scroll 0 0 transparent;
}

.container {
    padding: 2.5em 14% 2.5em;
    float: none;
    margin:0 auto;
    max-width: 100%;
    font-size: 1em;
    position: relative;
}

h2 {
    padding: 10px 0;
    margin: 0;
    font-size: 1.1em;
    font-family: MetaPro-Book,Trebuchet MS,Sans-Serif,PT Sans,Myriad Pro,Trebuchet MS,Arial;
}

.box {
    /*margin: 10px auto;*/
    padding: 0;
}

.box .row {
    margin: 0;
}
    /*vertical-align: middle;*/
@media only screen and (min-width : 768px) {
    .flex-row {
        display: flex;
        flex-wrap: wrap;
    }
    .flex-row > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }
    .flex-row.row:after,
    .flex-row.row:before {
        display: flex;
    }
}

.relative-inline {
    /*display: inline;*/
    position: relative;
}

span.phone {
    color: #bababa;
    display: block;
    position: relative;
    font-weight: 400;
    padding: 16px 8px;
    font-size: 18px;
    font-family: AGForeignerLightC,Trebuchet MS,Arial,Sans-Serif;
    line-height: 1.3;
}

/**** Header *******************************************/
/**** Header *******************************************/

#header2 {
    background: #eeeeee;
}

#header2:after {
    /*  content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-image: linear-gradient(to right, #C3C3C3 60%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 10px 1px;
    background-repeat: repeat-x;    */
}

#header2 .header-wrapper {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

#header2 .logo-wrapper2 {
    margin-right: auto;
    margin-left: 0;
}

#header2 .logo-wrapper2 a.logo2 {
    display: block;
    /*background: url(images/logo.svg) top left no-repeat;
    background-size: 100%;*/
}

#header2 .logo-wrapper2 a.logo2 #gLogoHover {
    display: none;
}
/*#header2 .logo-wrapper2 a:hover  {
    background: url(images/logo_light.svg) top left no-repeat;
    background-size: 100%;
}*/
    background-size: 100%;
}*/

#header2 .logo-wrapper2 a.logo2:hover #gLogo {
    display: none;
}

#header2 .logo-wrapper2 a.logo2:hover #gLogoHover {
    display: block;
}

#header2 .search-wrapper #searchFormHeader {
    width: 100%;
	margin: 0 auto;
}

#header2 .search-wrapper #searchFormHeader:after {
    content: none;
}

#header2 .search-wrapper #SearchTerm {
    width: 95%;
    padding: 0;
}

#header2 #seachBoxDiv.bl-search-open #SearchTerm {
    width: 95% !important;
}

#header2 .header-item-separator {
    border-right: 1px solid #c3c3c3;
}

#header2 .header-wrapper .header-item-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#header2 .header-item-wrapper > [class*='-wrapper']:first-child {
    padding-left: 0;
}

#header2 .header-item-wrapper > [class*='-wrapper']:last-child {
    padding-right: 0;
}

#header2 .langs-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    line-height: 1.35;
    font-size: 0.6em;
}

#header2 .langs-wrapper .lang-link {
    display: block;
}

#header2 .langs-wrapper .lang-link .flag-ico {
    display: inline-block;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

#header2 .langs-wrapper .lang-link .flag-ico.flag-en {
    background-image: url(images/langsn_uk.svg);
}

#header2 .langs-wrapper .lang-link .flag-ico.flag-ru {
    background-image: url(images/langsn_ru.svg);
}

@media (min-width: 1921px) {
    #header2 .logo-wrapper2 a.logo2 {
        width: 7vw;
        height: 3.5vw;
        margin: 1.3vw 0 1.1vw;
    }
    #header2 .header-wrapper {
        padding-left: 1.54vw;
		padding-right: 1.575vw;
    }
    #header2 .search-wrapper {
        padding-right: 0.9vw;
    }
    #header2 .search-wrapper #searchFormHeader {
        top: 0.2vw;
    }
    #header2 .search-wrapper #seachBoxDiv {
        border-radius: 0.3vw;
        padding-right: 2vw;
    }
    #header2 .header-item-separator {
        height: 2vw;
    }
    #header2 .header-item-wrapper {
        padding-left: 0.8vw;
    }
    #header2 .header-item-wrapper > [class*='-wrapper'] {
        padding-left: 0.7vw;
        padding-right: 0.7vw;
    }
    #header2 .header-item-wrapper .phone-wrapper {
        padding-right: 0.6vw;
    }
    #header2 .header-item-wrapper .langs-wrapper {
        padding-left: 0.9vw;
    }
    #header2 .header-item-wrapper .langs-wrapper .lang-link .flag-ico {
        width: 1.12vw;
        height: 0.65vw;
        margin-right: 0.2vw;
    }
}

@media (max-width: 1921px) {
    #header2 {
        font-size: 24px;
    }
    #header2 .logo-wrapper2 a.logo2 {
        width: 125px;
        height: 64px;
        margin: 1.25rem 0 0.625em;
    }
    #header2 .header-wrapper {
		padding-left: 1.85rem;
    	padding-right: 1.89rem;
    }
    #header2 .search-wrapper {
        padding-right: 0.65rem;
    }
    #header2 .search-wrapper #searchFormHeader {
        top: 0.15rem;
    }
    #header2 .search-wrapper #seachBoxDiv {
        border-radius: 4px;
        padding-right: 1.5em;
    }
    #header2 .header-item-separator {
        height: 2rem;
        height: 1.3339em;
    }
    #header2 .header-item-wrapper {
        padding-left: 0.38em;
    }
    #header2 .header-item-wrapper > [class*='-wrapper'] {
        padding-left: 0.7rem;
        padding-right: 0.7rem;
    }
    #header2 .header-item-wrapper .phone-wrapper {
        padding-right: 0.6rem;
    }
    #header2 .header-item-wrapper .langs-wrapper {
        padding-left: 0.9em;
    }
    #header2 .header-item-wrapper .langs-wrapper .lang-link .flag-ico {
        width: 1.2em;
        height: 0.7em;
        margin-right: 0.25em;
    }
}

@media (max-width: 555px) {
    #header2 {
        font-size: 20px;
    }
    #header2 .header-wrapper {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }
    #header2 .logo-wrapper2 a.logo2 {
        width: 90px;
        height: 50px;
        margin: 1.3rem 0 1.1rem;
    }
    #header2 .header-wrapper .header-item-wrapper {
        display: flex;
        flex-direction: column;
        align-items: initial;
        padding-left: 0;
    }
    #header2 .header-item-separator {
        display: none;
    }
    #header2 .header-item-wrapper .phone-wrapper {
        /*padding-right: 0;*/
    }
    #header2 .header-item-wrapper .langs-wrapper {
        flex-direction: row;
        font-size: 0.7em;
        padding-left: 0em;
    }
}

@media (max-width: 315px) {
    #header2 {
        font-size: 16px;
    }
}
/*********************************************************/

/*** Footer ******************/
    /*background-color: #222;
    background-image: url(images/footer-bg.png);
    width: 100%;*/

#footer-container {
    background-color: #222;
    width: 100%;
    padding-bottom: 0;
}

#footer {
    position: relative;
    font-size: 0.54em;
    color: #eee;
    /*padding-top: 2.5em;*/
    /*padding-bottom: 2.5em;*/
    padding-left: 15px;
    padding-right: 15px;
	background-image: url(images/footer-bg.png);
}

#footer .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

#footer a {
    color: #eee;
}

#footer a:hover {
    color: #fff;
    text-decoration: underline;
}

#footer > .container {
    padding-top: 7.5em;
    padding-bottom: 7em;
}

#footer #footermenu.row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}
/* Footermenu */

/* Footermenu */

#footermenu {
    display: flex;
    justify-content: flex-start;
    font-size: 1.1em;
    margin: 0;
}

#footermenu .col {
    max-width: 30%;
    min-width: 20%;
    padding-left: 15px;
    padding-right: 15px;
}

#footermenu .col strong a {
    text-decoration: none;
    font-size: 1.2em;
    color: #FFF;
    font-weight: normal;
}

#footermenu .col strong a:hover {
    text-decoration: underline;
}

#footermenu .col ul {
    font-size: 1em;
    text-align: left;
    list-style-type: none;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

#footermenu .col li a {
    word-wrap: break-word;
}

#footermenu .question span {
    background-image: url(images/social-icons/mail.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 1.1em;
    height: 0.7em;
    display: inline-block;
    margin-right: 0.1em;
}

#footer .question a {
    margin-left: -1.2em;
    color: #FD9179;
    text-decoration: none;
}

#footer .question:hover a {
    color: #faa693;
    text-decoration: underline;
}

#footermenu .col4 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    margin-left: auto;
}

#footermenu .copyright {
    display: flex;
    align-items: center;
    width: 6.65em;
    font-size: 1em;
    text-align: right; 
}

#footermenu .copyright .copyright-sign {
    vertical-align: middle;
}

#footermenu .copyright .copyright-sign>img {
    height: 1em;
    width: 1em;
    margin-top: -0.16em;
    vertical-align:middle;
}

#footermenu .copyright .copyright-link {
    display: inline-block;
    /*margin-left: 6px;*/
}

#footermenu .icons {
    border-top: 1px solid rgba(204, 204, 204, 0.5);
    padding-top: 1rem;
    font-size: 1.3em;
}

#footermenu .icons-inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: -3px;
    margin-right: -3px;
}

#footermenu .icon {
    padding: 3px;
}

#footermenu .icon span {
    display: block;
    width: 1.3em;
    height: 1.3em;
    border-radius: 0.2em;
    background-color: rgba(204, 204, 204, 0.5);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 100%;
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
    margin: 0 !important;
}

#footermenu .icon span:hover {
    background-color: rgba(204, 204, 204, 0.8);
}

@media (max-width: 767px) {
	#footer-container {
        font-size: 25px;
    }
    #footermenu {
        flex-wrap: wrap;
    }
    #footermenu .col {
        width: 50%;
        max-width: inherit;
        margin-bottom: 1rem;
    }
    #footermenu .col4 {
        align-items: flex-start;
    }
    #footermenu .copyright {
        text-align: left; 
    }
    #footermenu .copyright .copyright-link {
        margin-left: 0;
    }
    #footer #footermenu ul {
        line-height: 1.6;
    }
    #footermenu .col {
        margin-bottom: 3rem;
    }
	#footermenu .col:nth-child(3),
	#footermenu .col:nth-child(4) {
        margin-bottom: 0;
    }
}

@media (max-width: 375px) {
    #footermenu .col:nth-child(2n+1) {
        padding-right: 6px;
    }
    #footermenu .col:nth-child(2n) {
        padding-left: 6px;
    }
}

@media (max-width: 425px) {
    #footer > .container {
        padding-top: 4.2em;
        padding-bottom: 4.2em;
    }
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p:not(.tags-line)>a,
a.link {
    border-bottom: dashed 1px;
    /*text-decoration: underline;*/
    position: relative;
}

p:not(.tags-line) > a.link-icon {
    border-bottom: none;
    position: initial;
}

#footer #footermenu strong a,
#footer #footermenu a.main-menu-link {
    text-decoration: none;
    font-size: 1.2em;
    color: #FFF;
    font-weight: normal;
}

#footer #footermenu li a {
    word-wrap: break-word;
}

#footer #footermenu ul li:before{
    content: '';
    display: none;
}

#footer #footermenu ul {
    text-align: left;
    list-style-type: none;
    margin-top: 7px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    font-size: 1em;
}

#footer #footermenu {
    margin:0;
}

.copyright span {
    vertical-align: middle;
}

.copyright span img {
    height: 1em;
    width: 1em;
    margin-top: -0.2em;
    vertical-align: inherit;
}

#searchFormHeader {
    margin: 0 auto;
    background-color: transparent;
    height: 1.5em;
    margin-top: 0;
    padding: 0 0 0 0;
    position: relative;
    width: 10em;
    border-radius: 0;
}

#seachBoxDiv {
    width: 100%;
    height: 1.5em;
    background-color: transparent;
    border-width: 1px;
    border-color: #9a9a9a;
    border-style: dashed;
}

#SearchTerm {
    border: 0;
    background-color: transparent;
    color: #fff;
    height: 1.5em;
    width: 8em;
    font-size: 1em;
    margin-left: 4px;
    outline: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="text"]::-moz-placeholder {
    color: #e4e4e4;
}

input[type="text"]:focus::-webkit-input-placeholder,
input[type="text"]:focus::-moz-placeholder,
input[type="text"]:focus:-moz-placeholder,
input[type="text"]:focus:-ms-input-placeholder {
    color: transparent;
}

.icon-links a > span {
    background-repeat: no-repeat;
    background-position: left;
    /*width: 1.5em;*/
    /*height: 1.5em;*/
    width: 1.375rem;
    height: 1.375rem;
    display: block;
    margin-left: 0.2em;
    margin-right: 0.2em;
}

.icon-links a > span{
    display: inline-block;
}
/* fixing iOS links border decoration */

/* fixing iOS links border decoration */

.icon-links a {
    border: none !important;
}

.habr {
	background-image: url(images/social-icons/habr_gray.svg);
}

.twitter {
	background-image: url(images/share/twitter.svg);
}

.youtube {
	background-image: url(images/share/social_youtube.svg);
}

.facebook {
	background-image: url(images/share/facebook.svg);
}

.telegram {
    background-image: url(images/share/telegram.svg);
}

.telegram-new {
    background-image: url(images/share/telegram-new.svg);
}

.vkontakte {
	background-image: url(images/share/vk.svg);
}

.icon-links .plus {
	background-image: url(images/social-icons/plus.svg);
}

.icon-links .twitter {
	background-image: url(images/social-icons/twitter.svg);
}

.icon-links .facebook {
	background-image: url(images/social-icons/facebook.svg);
}

.icon-links .telegram {
    background-image: url(images/social-icons/telegram.svg);
}

.icon-links .linkedin {
	background-image: url(images/social-icons/linkedin.svg);
}

.icon-links .vkontakte {
	background-image: url(images/social-icons/vk.svg);
}

.at4-visually-hidden {
    position: relative !important;
}

.addthis_sharing_toolbox {
    margin-left: 2px;
}

#footer .question span {
    background-image: url(images/social-icons/mail.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 1.1em;
    height: 0.7em;
    display: inline-block;
    margin-right: 0.1em;
}

#footer .question a {
    margin-left: -1.2em;
    color: #FD9179;
    text-decoration: none;
}

#footer .question:hover a {
    color: #faa693;
}

.orange-button {
    border: 2px solid #FF6449 !important; /* for iOS bug */
	/* for iOS bug */
    background-color: #FF6449;
}

.row.content.section {
    padding-left: 15px;
    padding-right: 15px;
}

.content.section:not(.schema):nth-child(2n) .orange-button:hover,
.tiled-block .orange-button:hover {
    color: #FF6449!important;
    background: #fff;
}

.content.section:not(.schema):nth-child(2n+1) .orange-button:hover {
    color: #FF6449!important;
    background: url(images/tile.png) repeat scroll 0 0 transparent;
}

.grey-button {
    border: 2px solid #8997AC;
    background-color: #8997AC;
}

.grey-button:hover,
.grey-button.active {
    color: #8997AC!important;
    background: #fff;
}

.grey-button.active {
    cursor: default;
}

.grey-button:not(.active):hover {
    cursor: pointer;
}

.main-button {
    -webkit-appearance: none;
    display: block;
    border-radius: .25rem;
    outline: 0;
    padding: .5rem;
    color: #fff!important;
    text-decoration: none!important;
    /*font-size: 1em;
    line-height: 2em;*/
    font-size: 1.5rem;
    line-height: 3rem;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    /* transition: all .2s ease 0s; */
    width: 100%;
    margin-top: 44px;
    margin-bottom: 10px;
}

.main-button:focus,
.main-button:focus:active {
    outline: 0;
}

.reviews-logo a {
    display: block;
    margin: 0.5em 0;
}

.reviews-logo-wrapper {
    overflow: hidden;
}

.reviews-logo a img{
    opacity: 0.6;
}

.reviews-logo a:hover img{
    opacity: 1;
}

.reviews-logo img{
    opacity: 1;
}

.img-desc {
    border: 1px solid #ddd;
    background: #f6f6f6;
    padding: 1.2em 0.4em;
    border-radius: 0 0 0.3125rem 0.3125rem;
    font-size: 0.7em;
    text-align: center;
    color: #333;
    margin-bottom: 17px;
}

.popup-desc{
    font-size: 0.8em;
    padding: 0;
    margin: 0;
}

.popup-desc .position{
    font-size: 0.875em;
}

.popup-desc {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    color: #333;
    background: #f9feff;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    -webkit-transform: translateY(105%);
    transform: translateY(105%);
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
}

/* Fix browsers rendering glitching with popup-borders on different sizes and scales */
/**/

.popup-desc {
	margin: 2px;
}

#o-kompanii-team.content.section:hover .popup-desc,
.team.content.section:hover .popup-desc {
	margin: 1px;
}


/**/

.popup-desc > div {
    padding: 1.2em 0.2em;
}

p.icon-links {
    margin: 0.3em 0 0 0;
    padding: 0;
}
    /*pointer-events: none;*/
.popup-desc::before,
.popup-desc::after {
	/*pointer-events: none;*/
}

.popup-row figure:hover .popup-desc{
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

figure {
    position: relative;
    margin: -0.5em 0 2em 0;
    /*margin: 1.5em 1em;*/
}

.popup-row figure {
    overflow: hidden;
}

.popup-row figure:hover .popup-desc {
    bottom: 0;
}

.row.content.section.schema {
    padding: 0 !important;
}

.row.content.section.schema .container,
.row.content.section.projects .container,
.row.content.section.history .container,
.row.content.section.team .container,
.row.content.section.payment .container,
.row.content.section.blog .container,
.row.content.section.carousel .container,
.row.content.section.clients .container,
.row.content.section.other .container,
.row.content.section.portfolio-cases .container {
    padding-top: 2.7em;
    padding-bottom: 3.5em;
}

.row.content.section.blog .container,
.row.content.section.portfolio-cases .container {
    /*margin-bottom: 0.55em;*/
    margin-bottom: -0.6em;
}

.row.content.section.blog .blog-link,
.row.content.section.portfolio-cases .portfolio-case-item {
    padding-top: 13px;
    padding-bottom: 17px;
    margin-bottom: 0;
}

.row.content.section.blog .blog-link .img-fluid {
    /*border-radius: 4px 4px 0 0;*/
    margin-top: 0;
}

.row.content.section.blog .blog-link .img-desc {
    margin-bottom: 0;
}

.portfolio-case-item img {
    width: 100%;
    border-radius: .3125rem .3125rem 0 0;
}

.row.content.section.portfolio-cases .portfolio-case-item .img-desc {
    margin-bottom: 0;
    border-radius: 0 0 .3125rem .3125rem;
}

.portfolio-cases a:hover .img-desc {
    background: #fff;
}

@media (min-width: 769px) {
    .row.content.section.team .container {
        margin-bottom: -1.2em;
    }
}

.row.content.section.payment .main-button,
.row.content.section.carousel .main-button,
.row.content.section.clients .main-button {
    margin-top: 28px;
}

.row.content.section .video {
    margin-top: 0;
    padding-top: 0.4em;
    padding-bottom: 0;
}

.row.content.section.carousel .video {
    padding-top: 0.4em;
}

.row.content.section.payment .video {
    padding-bottom: 0.5em;
}

.lang {
    font-size: 0.6em;
    padding-left: 10px;
    margin-left: 10px;
    position: relative;
    text-align: left;
}

.lang:before {
    content: "";
    display: block;
    height: 2.15em;
    border-left: solid 1px #C3C3C3;
    position: absolute;
    top: 0.36em;
    left: 0px;
}

.lang a{
    padding-left: 0.8em;
    background-size: 100%;
    position: relative;
    margin-left: 1.2em;
    color: #666;
    text-decoration: none;
}

a:hover,
a:hover .txt,
.link-icon:hover+a.link,
.metadata2 a:hover {
    color:#FF6449;
}

.lang .en span {
    background-image: url(images/langsn_uk.svg);
}

.lang .ru span {
    background-image: url(images/langsn_ru.svg);
}

.lang a {
    display: block;
}

.lang a span {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    width: 1.2em;
    height: 0.7em;
    display: inline-block;
    left: -1em;
    top: 0.35em;
}

.lang {
    display: inline-block;
}

.history p {
    font-size: 0.8em;
}

.video-desc {
    font-size: 1em;
    margin-top: 0.5em;
}

h1 {
    font-family: BlissPro-Italic,Sans-Serif,PT Sans,Trebuchet MS,Arial;
    font-size: 3em;
    line-height: 1em;
    color: #666;
    display: inline-block;
    text-align: left;
    margin: 0 auto !important;
    width: 100%;
    padding-bottom: 40px;
}

h1 span {
    color: #a9a9a9;
    display: block;
}

.clients {
    align-items: center;
}

.video-block .embed-responsive-16by9 {
    padding-bottom: 43.87%;
}

.section-title {
    margin-bottom: 1em!important;
}

.blog-title h3 {
    font-size: 2em;
    line-height: 0.5em;
}

.blog-title a:hover:after {
    opacity: 0;
}

.blog-title .img-fluid{
    border-radius: 4px;
}

.blog-title a {
    display: block;
    position: relative;
}

.blog-title a:after {
    background: rgba(0,0,0,.1);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .2s ease-in-out;
}

.blog a .img-desc span:before,
.links-list .link-desc span:before,
.team figcaption .position:before,
#o-kompanii-team figcaption .position:before {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: #C3C3C3;
    content: "";
    height: 1px;
    position: absolute;
    top: -5px;
    left: 40%;
    width: 20%;
}

.blog a .img-desc span,
.team figcaption .position,
#o-kompanii-team figcaption .position,
.links-list .link-desc span {
    display: block;
    position: relative;
    margin-top: 10px;
    color: #7f7f7f;
}

@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0) {
    .team figcaption .position {
        margin-top: 0.55em;
    }
}

@supports (-webkit-marquee-repetition:infinite) and (object-fit:fill) {
    .input-group-btn input[type=text] {
        height: auto !important;
    }
}

.blog a:hover span:before,
.team figcaption .position:before,
#o-kompanii-team figcaption .position:before,
.links-list .link-desc:hover span:before {
    left: 20%;
    width: 60%;
}

.blog a:hover .img-desc,
.links-list .link-desc:hover,
a:hover .logo-image {
    background: #fff;
}

.blog-title h4 {
    line-height: 2em;
}

h4 {
    font-size: 1em;
}

.p-p-2-m {
    padding-right: 2px;
    padding-left: 2px;
}

h2 {
    font-family: MetaPro-Book,Trebuchet MS,Sans-Serif,PT Sans,Myriad Pro,Trebuchet MS,Arial;
    line-height: 0.9em;
}

.box-big {
    max-width: 268px;
}

.box-big.super .box-title h2,
.super .box-title-wrap h2 {
    font-family: MetaPro-Medium,Trebuchet MS,Sans-Serif,PT Sans,Myriad Pro,Trebuchet MS,Arial;
}

.box-gray-home h2 {
    margin: 0 !important;
}

.box-big.super .box-title {
    border-bottom: 1px solid #C3C3C3;
    padding: 0 0 1.8em;
    margin-bottom: -7px;
}

.even-odd-tile .super .box-title-wrap h2 {
    color: #7f7f7f;
}

.super h2 {
    font-size: 2.4em;
    color: #7f7f7f;
    padding: 0;
}

.box-big.super .slide.p95 p {
    margin-right: 0;
    line-height: 1.3;
}

.box-big.super .slide h2.p-fix {
    padding-bottom: 10px;
}

.super p {
    font-size: 0.7em;
}

.super p.p-fix {
    font-size: 0.7em;
    margin: 0 !important;
}

.testimonials-table p.p-fix {
    font-size: 0.7em;
}

.box-big.super .slide p.p-fix-metadata,
.testimonials-table p.p-fix-metadata {
    margin: 0;
    padding-top: 10px;
    font-size: 0.7em;
}

.super .slide p {
    margin: 16px 22px 0 0;
}

p {
    color: #666 !important;
}

a {
    color: #666;
    cursor: pointer;
}

a:not(:hover) {
    color: #666;
}

.projects .content-block a {
    text-decoration: none;
}

.txt {
    color: #666;
}

.projects .content-block {
    font-size: 0.8em;
}

.projects .content-block .numb {
    color: #aaa;
}

.projects .content-block {
    /*margin-top: 0.5em;*/
    margin-top: 0;
}

.projects .content-block .row:hover {
    cursor: pointer;
}

.projects img.img-fluid {
    opacity: 0.6;
}

.projects img.img-fluid:hover {
    opacity: 1;
}

.projects .content-block .row:hover img.img-fluid {
    opacity: 1;
}

.projects .content-block .row:hover .txt {
	color: #FF6449;
}

.footnote {
    /*max-width: 268px;*/
    line-height: 1.3;
    margin: 8px 22px 16px 0;
    font-size: 0.7em;
    border-top: 1px solid #C3C3C3;
    padding: 9px 0 0 0;
    color: #666;
    float: right;
    max-width: none !important;
    text-align: left;
    margin-top: 1.5em;
    margin-right: 0;
}

#video-carousel img {
    width: 100%;
    /*-webkit-filter: grayscale(100%) contrast(100%);*/
}

#video-carousel .metadata2.data-published {
    padding-bottom: 10px;
}
/*#video-carousel iframe {*/
    /*display: none;*/
/*}*/


/*display: none;*/


/*}*/

.team img.img-fluid,
#o-kompanii-team img.img-fluid {
    margin: 0;
    padding: 2px;
}

@-moz-document url-prefix() {
    @media (min-width: 768px) {
        .team .col-md-4, #o-kompanii-team .col-md-4 {
            width: 33%;
        }
    }
}

.reviews-logo,
.projects .content-block>.row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.projects .content-block > .row {
    margin-left: -15px;
    margin-right: -15px;
}

.projects .content-block > .row:not(:first-child) {
    margin-top: 1.5em;
}

.reviews-logo.row {
    margin: -0.5em -3em 0;
}

.reviews-logo > div {
    padding: 0.5em 3em;
}

.group:hover {
    cursor: pointer;
}

.group .hover-point {
    -webkit-transition: all .05s ease-in-out;
    -o-transition: all .05s ease-in-out;
    transition: all .05s ease-in-out;
}

.group:hover .hover-point,
.group:hover .group-text {
    fill: #FF6449;
}

.carousel.fade {
    opacity: 1;
}

.carousel.fade .carousel-item {
    -moz-transition: opacity ease-in-out .7s;
    -o-transition: opacity ease-in-out .7s;
    -webkit-transition: opacity ease-in-out .7s;
    transition: opacity ease-in-out .7s;
    left: 0 !important;
    opacity: 0;
    top:0;
    position:absolute;
    width: 100%;
    display:block !important;
    z-index:1;
}

.carousel.fade .carousel-item:first-child {
    top:auto;
    position:relative;
}

.carousel.fade .carousel-item.active {
    opacity: 1;
    -moz-transition: opacity ease-in-out .7s;
    -o-transition: opacity ease-in-out .7s;
    -webkit-transition: opacity ease-in-out .7s;
    transition: opacity ease-in-out .7s;
    z-index:2;
}

.tile {
    position: absolute;
}

.border-arrow .arrow {
    width: 30px;
    height: 15px;
    float: left;
}

.arrow-white {
    background: url('/files/svg/arrow-white.svg');
}

.arrow-tile {
    background: url('/files/svg/arrow-tile.svg');
}

.border-arrow {
    overflow: hidden;
}

.border-arrow-left,
.border-arrow-right {
    border-top: 1px solid #ddd;
    float: left;
    width: 50%;
}

.border-arrow-left {
    margin-left: -15px;
}

.border-arrow-right {
    margin-right: -15px;
}

.video {
    padding-top: 13px;
}

.content-block p:first-child{
    padding-top: 0.25em;
}

.even-odd-tile .content-block p:first-child{
    padding-top: 0;
}

.m-r-15 {
    margin-right: 1.5rem !important;
}
/** Disable sharing-icons moving with different @media sizes. Place icons on center of page's top **/

/** Disable sharing-icons moving with different @media sizes. Place icons on center of page's top **/

.sharing-icons.sharing-icons-mobile > div > div {
    /*margin: 0 auto;*/
}

.sharing-icons.sharing-icons-mobile {
    position: static !important;
    margin-top: 1em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.sharing-icons.sharing-icons-mobile a > img {
    display: inline-block;
    /*margin: 0 0.15rem 0.3rem 0.15rem;*/
}
/****/

/****/

.container.request-form {
    padding: 2em 14% 2.5em;
}

@media (min-width: 768px) and (max-width: 1010px) {
    .popup-desc {
        font-size: 0.6em;
    }
}

@media (max-width: 1000px) {
    .reviews-logo > div {
        padding: 0.5em 0.5em;
    }

    .reviews-logo.row {
        margin: 0 -1em;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    .super h2 {
        font-size: 1.9em;
    }
}

@media all and (min-width: 1921px){
    body {
        font-size: 1.5vw;
    }
    html {
        font-size: 1vw;
    }
    .box-big {
        max-width: 11em;
    }
    .footnote {
        max-width: 15em;
    }
    .logo {
        width: 5vw;
        height: 3vw;
    }
}

 @media all and (max-width: 840px){
    html {
        font-size: 12px;
    }
    body {
        font-size: 18px;
    }
}

@media all and (max-width: 640px){
    html {
        font-size: 12px;
    }
    body {
        font-size: 18px;
    }
}

@media all and (max-width: 320px){
    html {
        font-size: 10px;
    }
    body {
        font-size: 15px;
    }
    #footermenu > div{
        padding: 0;
    }
}

@media (max-width: 1268px){
    .container {
		padding: 2.5em 5% 2.5em;
    }
    .container.request-form {
        padding: 2em 5% 2.5em;
    }
}

@media (max-width: 768px) {
    .reviews-logo {
        padding-top: 22px;
    }
	.row.content.section.schema .container,
	.row.content.section.projects .container,
	.row.content.section.history .container,
	.row.content.section.team .container,
	.row.content.section.payment .container,
	.row.content.section.blog .container,
	.row.content.section.carousel .container,
	.row.content.section.clients .container,
    .row.content.section.other .container,
	.container,
	.blog-page-images,
	.blog-archive-images,
	.article-with-image,
	.common-padding,
	.article-header,
	.related-posts-images .box.box-border,
    .striped-block-two-columns .block-inner,
	.row.table-block>.row,
	.info-block .row,
	.links-list {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
	.table-row table tr td:first-child,
	.table-row table tr td:last-child {
        width: 15px !important;
        padding: 0;
    }
    .content-block {
        padding-top: 0;
    }
	.box-big,
	.footnote {
        max-width: 100%;
    }
    .box-big.super .box-title {
        padding: 0 0 26px;
    }
    .box-title {
        overflow: hidden;
    }
    figure {
    margin: 0 0 1rem;
    }
    .main-button {
        margin: 0;
    }
    .video {
        padding-top: 15px;
    }
}

@media (max-width: 767px) {
    .blog .img-fluid {
        margin: 0;
    }
    .img-desc {
        margin-bottom: 1rem;
    }
}

@media (min-width: 544px) {
    .footnote {
        margin-bottom: 0;
        float: none;
    }
}

@media (max-width: 450px) {
    .phone-block-wrapper {
        width: 100%;
    }
    .phone-block {
        margin-top: 0;
    }
}

@media (max-width: 220px) {
    #footer .icons .table > div > div {
    display: inline-block;
    }
    body {
        word-wrap: break-word;
    }
    .phone-block {
        display: block;
    }
    .lang {
        float: right;
    }
    .lang:before {
        display: none;
    }
}

@media (max-width: 160px) {
	.logo-wrapper,
	.logo,
	#SearchTerm,
	#searchFormHeader {
        width: 100%;
    }
    #SearchButtons {
        display: none;
    }
    .main-button {
        overflow:hidden;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .schema-wrapper {
        position: relative;
        padding-top: 50%;
        margin-top: -5em;
    }
    .svg-schema {
        width: 100%;
        height: 100%;
        position: absolute;
        margin-top: -50%;
    }
}

/* BLOG PAGE */
/* BLOG PAGE */

.breadcrumbs .breadcrumb-item {
    font-size: 1.1em;
    color: #eee;
}

.breadcrumbs .breadcrumb-item a:hover {
    color: #eee;
}

.breadcrumb-item:not(:last-child)::after {
    display: inline-block;
    content: "/";
    color: #c3c3c3;
    padding-right: .5rem;
    padding-left: .5rem;
}

.breadcrumb-item::before,
.breadcrumb-item+.breadcrumb-item::before {
    content: none;
}

.video {
    padding-top: 2.45em;
    padding-bottom: 2.5em;
}

.width-auto {
    width: auto;
    margin-left: 0;
    margin-right:0;
}

.row.table-block>.row:nth-of-type(2n+1),
.row.table-row table tr:nth-of-type(2n+1),
.striped-block-two-columns>.row:nth-of-type(2n+1) {
    background-color: #eeeeee;
}

.info-block {
    background-color: #eeeeee;
}

.info-block .info-block-inner {
    padding: 1em 14%;
    align-items: center;
    display: flex;
}

.info-block .row > .col-md-10 {
    align-items: center;
    display: flex;
}

.info-block p {
    margin: 0;
}

.info-block .row-flex-center span {
    color: #666;
    font-size: 0.8em;
    display: inline-block;
}

.block .block-inner {
    padding: 1em 14%;
    align-items: center;
    display: flex;
}

.row.table-block > .row {
    padding: 1em 14%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.row.table-block .row img {
    width: 2em;
    height: 2em;
}

.row.table-block p {
    margin: 0;
}

#footer-container #footer #footermenu a:hover {
    text-decoration: underline;
}

#footer a:hover {
    text-decoration: underline;
}

#footer-container #footer {
    font-size: 0.54em;
}

#footer-container #footer #footermenu {
    font-size: 1.1em;
}
    /*margin-left: -15px;*/
#footer-container #footer .copyright {
	/*margin-left: -15px;*/
    font-size: 1em;
}
/*
#footer .question a {
    color: #eee;
}
#footer .question:hover a {
    color: #fff;
}*/
    color: #fff;
}*/

.copyright-block {
    align-items: center;
    display: flex;
}

.copyright-block .copyright {
    text-align: left;
}
/*.article .article-body{max-width: 720px}*/
.article-head h1 {
	font-size: 1.5em;
	padding: 10px 0 0;
	width: auto;
	display: inline;
}

.article p.inside-date {
	font-size: 0.7em;
}

.article table td {
	font-size: 0.8em;
	color: #666;
}

.article table td.align-middle {
	vertical-align: middle;
}

.content.article .table {
	margin-bottom: 0;
}


/*.article .article-body{max-width: 720px}*/

.other-articles {
	list-style-type: square;
	font-size: 0.8em;
}

.phone-block {
	margin-top: 32px;
}

.addthis_sharing_toolbox {
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.logo-small {
    display: block;
    background: url(images/logo.svg) top left no-repeat;
    background-size: 100%;
    width: 90px;
    height: 45px;
    margin-top: 30px;
}

.other-articles-row {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #c3c3c3;
    border-image: none;
    border-style: solid;
    border-width: 0 0 1px 0;
}

.related-posts {
    margin-right: -15px;
    margin-left: -15px;
}

.related-posts-images {
    margin-right: -15px;
    margin-left: -15px;
    padding: 0 15px;
}

.related-posts-images .box.box-border {
    /*padding: 1.46em 14% 1.9em;*/
    padding: 1.37em 14% 1.75em;
}

@media (max-width: 840px) {
    .related-posts-images .box.box-border {
        padding: 1em 14% 1.75em;
    }
}

@media (max-width: 768px) {
    .related-posts-images .box.box-border {
        padding: 1.65em 14% 1.75em;
        padding: calc(3.75rem - 15px) 14% 1.75em;
    }
}

.tiled-block {
	padding: 1.46em 14% 1.9em;
	text-align: center;
}

.related-posts h2 {
    border-bottom: 1px solid #666;
    color: #666;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-align: center;
    margin-bottom: 1em;
    text-transform: uppercase;
}

.related-posts h2 > span {
    background: transparent url("images/tile.png") repeat;
    padding: 0 10px;
    position: relative;
    top: 20px;
}

.blog-page-images,
.blog-archive-images {
    margin-left: 0;
    margin-right: 0;
    padding: 1.46em 14% 1.9em;
}

.blog-page-images h2,
.blog-archive-images h2 {
	font-size: 1em;
    color: #333;
    font-family: AGForeignerLightC,Trebuchet MS,Arial,Sans-Serif;
    padding: 0;
    line-height: 1.5rem;
}

#footer { 
    font-size: 1em; 
}

#footer .copyright { 
    font-size: 0.8em; 
}

#footer #footermenu { 
    font-size: 0.7em; 
}

.article-header {
    padding-left: 14%;
    padding-right: 14%;
    text-align: left;
    /*box-shadow: 0 30em 0 0 rgba(0, 0, 0, 0.5) inset;*/
    /*margin-left: 0; margin-right: 0;*/
}

.article-header h1 {
    color: #fff !important;
}

.article-header p {
    font-size: 0.7em;
    color: #EEE !important;
}

.article table tr td {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
}

.article span.numb {
    color: #aaa;
    /*padding: 0 0.8em 0 0em;*/
}

.table-row span.numb {
    color: #aaa;
    font-size: 1.25em;
}

.article table tr td:first-child {
    padding-left: 1.2em;
}

.article-header .article-title {
    padding-left: 14%;
    padding-right: 14%;
}

#article-head img {
    max-width: 46%;
    margin: 0 auto;
}

@media all and (max-width: 768px) {
    #article-head img {
        max-width: 100%;
    }
}

.article-header > [class*='col-'] {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
}

.article-head .article-header h1,
.article-head .article-header .inside-date {
    margin: 0;  /* vertical aligning for article's title */
	/* vertical aligning for article's title */
}

#sharing-wrapper {
	margin-left: -15px;
	margin-right: -15px;
}

.content.article.schema {
	margin-left: 0;
	margin-right: 0;
}
/*.container-fluid {padding-left: 0; padding-right: 0;}*/
.related-posts,
.related-posts-images,
.tiled-block {
	background: transparent url("images/tile.png") repeat scroll 0 0;
}


/*.container-fluid {padding-left: 0; padding-right: 0;}*/

.breadcrumbs-block {
    left: 14%;
    padding-left: 0;
    /*padding-top: 1.7em;*/
    padding-top: 40px;
    /*padding-bottom: 1em;*/
    position: absolute;
    z-index: 100;
    background: #eeeeee;
}

.breadcrumbs-small {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 2.5em;
}

.breadcrumbs-block-small {
    /*padding: 0.5em 5% 0.5em;*/
}

.breadcrumbs-block .breadcrumbs {
    padding-left: 0;
}

#header {
	background: #eeeeee;
}

.article-title-block {
	padding-left: 0;
	padding-right: 0;
	margin-top: -1px;
	z-index: 1;
}

.article-body .video:not(.page-video) {
	padding-top: 45px;
	padding-bottom: 44px;
}

.article.container dl.row {
	margin-bottom: 0.6rem;
}

.lang a {
	line-height: 1.4em;
}

.files-block > .blur-img {
    font-size: 0.8em;
    height: 2em;
    position: absolute;
    right: 1.1em;
    top: 50%;
    width: 2em;
    margin-top: -1em;
}

.blur-img img {
    height: 2em;
    width: 2em;
}

.blur-img-arrow {
    background: rgba(0, 0, 0, 0) url("/files/svg/Zagruzka.svg") no-repeat center center / auto 45px;
}

.files-block {
    background-color: rgba(0, 0, 0, 0.05);
    /*background-image: url("images/blur.svg");
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: auto 90%;*/
    border: 1px solid #ddd;
    padding: 0.5em;
    position: relative;
    margin-top: 2.15em;
    padding-right: 2.65em;
}

.file-item {
    color: #666;
    font-size: 0.8em;
}

.files-block p a img,
.files-block .file-item a img {
    margin-right: -2px;
    padding-right: 1em;
    width: 3em;
    height: 2em;
    border: 0pt none;
    display: inline;
}

.row.content.article.container.schema p {
    margin: 1rem 0;
}

.row.content.article.container.schema .files-block p,
.row.content.article-body.container.schema .files-block p,
.files-block>.file-item {
    margin: 0.5em;
}

.link-icon {
	padding-right: 10px;
}
/* Search box */
.link-icon+.link {
	margin-left: -10px;
}


/* Search box */

#searchFormHeader {
    background-color: transparent;
    border-radius: 0;
    height: 1.5em;
    margin-top: 35.5px;
    padding: 0;
    position: relative;
    width: 4.5em;
    transition: all 0.3s ease-in-out 0s;
}

#SearchButtons,
#seachBoxDiv .bl-search-submit {
    border-radius: 4px;
    display: block;
    height: 1.2em;
    margin-top: 0;
    position: absolute;
    right: 0.1em;
    top: 0.05em;
    width: 1.2em;
}

#SearchButtons:hover {
    background: #fff none repeat scroll 0 0;
}

.search-btn {
    font-size: 1em;
    background-color: transparent;
    background-image: url("images/search.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: 0 none;
    cursor: pointer;
    height: 1em;
    margin: 0.1em 0 0 0.1em;
    padding: 0;
    width: 1em;
    display: inline-block;
}

#SearchTerm {
    color: #818a91;
    font-size: 0.7em;
    margin-left: 4px;
    margin-top: 2px;
    width: 0;
    transition: all 0.3s ease-in-out 0s;
}

#seachBoxDiv.bl-search-open #SearchTerm {
    color: #818a91;
    font-size: 0.7em;
    margin-left: 4px;
    margin-top: 2px;
    width: 9em;
    transition: all 0.3s ease-in-out 0s;
}

#seachBoxDiv {
    background: transparent;
    border: none;
    border-color: #ddd;
    border-radius: 4px;
    color: #444;
    font-size: 1em;
    height: 1.3em;
    margin-left: 4px;
    margin-top: 0;
    outline: medium none;
    padding: 0 30px 0 0;
    width: 0;
    transition: all 0.3s ease-in-out 0s;
}

#seachBoxDiv .bl-search-submit {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    opacity: 0;
    outline: 0 none;
    z-index: -1;
}

#seachBoxDiv.bl-search-open {
    width: 8em;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
}

/* ADD THIS BTNS */
/* ADD THIS BTNS */

#sharing-wrapper {
    position: relative;
    padding: 0 15px;
}

.sharing-icons {
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 1000;
    padding-right: 0.5em;
}

.sharing-icons > div > div {
    margin: 5px auto;
    overflow: hidden;
}

.sharing-icons a > span {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    height: 1.5em;
    margin-left: 0.2em;
    margin-right: 0;
    width: 1.5em;
}

p.first-letter::first-letter {
    font-size: 4em;
    float: left;
    margin: 0.2em 4px 2px 0;
    line-height: 0.7em;
}

p span.two-letter {
    font-size: 4em;
    float: left;
    margin: 0.2em 12px 2px 0;
    line-height: 0.7em;
    letter-spacing: -10px;
}

#footer .row:first-child .col-md-4 {
    /*padding-top: 0;*/
}

.mt-04 {
	margin-top: -0.4em !important;
}

.mt-045 {
	margin-top: -0.45em !important;
}

.mb-046 {
	margin-bottom: -0.46em !important;
}

.mb-03 {
	margin-bottom: -0.3em !important;
}

.at4-visually-hidden {
	display: none;
}

#footer .icons .table > div > div > a > span {
    background-color: rgba(204, 204, 204, 0.5);
    border-radius: 0.75em;
    margin-left: 0;
    margin-right: 0.4em;
}

#footer .icons .table > div > div > a > span {
    background-color: rgba(204, 204, 204, 0.5);
    border-radius: 0.75em;
    margin-left: 0;
    margin-right: 0.4em;
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}

#footer .icons .table > div > div > a > span:hover {
    background-color: rgba(204, 204, 204, 0.8);
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
 }

.img-desc {
    border-top: none;
}

.sharing-icons a > img {
    background: rgba(236, 236, 236, 1);
    border-radius: 0.75em;
    display: block;
    height: 2rem;
    padding: 0.1em;
    margin-left: 0.2em;
    margin-right: 0;
    margin-bottom: 0.2em;
    width: 2rem;
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}

.sharing-icons a > img:hover {
    background: rgba(204, 204, 204, 0.8);
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}

.page-link {
    color: #ddd;
}

.page-link.active {
    color: #ddd;
}

.page-link:focus,
.page-link:hover {
    color: #ff6449;
}

#article-head {
    padding: 0 15px;
}

#article-head:hover a h1,
#article-head:hover a h2 {
    border-bottom: 1px solid #fff;
}

#article-head a h2 {
    color: #fff!important;
    font-size: 1.5em;
    padding: 10px 0 0;
    width: auto;
    display: inline;
    font-family: BlissPro-Italic,sans-serif,PT\ Sans,Trebuchet\ MS,Arial;
    line-height: 1em;
}

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
    background-color: #999;
    border-color: #999;
    color: #fff;
    cursor: default;
    z-index: 2;
}

.next-page {
	font-size: 0.6em;
	margin: 1em;
	padding: 0.5em 1em;
	color: #333;
	width: 7em;
}
/*portfolio*/

/* Pagination */


/*portfolio*/

.row.section:not(.content):last-child > .container {
    padding-top: 0;
    margin-top: -4px;
}
/*search*/

/*search*/


/****/

.btn-secondary {
	border-color: #ddd;
	background-color: #f6f6f6;
}
/****/
.btn-secondary:hover {
	background-color: #fff;
	border-color: #ddd;
}


/* AUTSORSING STYLES */

.inside-ico {
    display: inline-block;
    float: left;
    height: 2em !important;
    margin: 1.3em 1em 1em 1em;
    /* margin: 1em 1em 1em 1em; */
    width: 2em !important;
}

.row.content.article-body.container.schema .inside-ico+p {
/*.row.content.article-body.container.schema a
}
, .row.content.article-body.schema a:not(a > img) {
    border-bottom: 1px dashed;
}*/
    /*margin: 1em 0;*/
    border-bottom: 1px dashed;
}*/

.row.content.article-body.container.schema p,
.row.even-odd-tile.article .content-block p,
.row.even-odd-tile.article .content-block p:last-child {
	/*margin: 1em 0;*/
}
/*.row.content.article-body.container.schema p:last-child:not(.files-block>p:last-child) {
    margin-bottom: 0;
}*/
    margin-bottom: 0;
}*/

.row.content.article-body.container.schema p+img {
    margin-top: 0.3em;
}
    /*font-family: AGForeignerLightC,Trebuchet MS,Arial,Sans-Serif;*/
.row.content.article-body.container.schema h1,
.row.content.article-body.container.schema h2,
.row.even-odd-tile h2 {
	/*font-family: AGForeignerLightC,Trebuchet MS,Arial,Sans-Serif;*/
    color: #666;
}

.row.content.article-body.container.schema h2 {
    font-family: AGForeignerLightC,Trebuchet MS,Arial,Sans-Serif;
    padding: 1.5em 0 0.5em;
    font-weight: bold;
    line-height: 1.5;
}

.row.content.article-body.container.schema h3 {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 1.5em 0 0.92em;
    color: #666;
}

.row.article-body.container.schema h1 {
    padding: 0;
    font-size: 2.4em;
}

.row.content.article-body.container.schema ul {
    color: #666;
    font-size: 1.2rem;
    list-style: none;
}

ul {
    color: #666;
    font-size: 1.2rem;
    list-style: none;
}

ul.fixed-list {
    /*color: #666;*/
    /*list-style: none;*/
}

ul li:before {
    content: '\2022';
    display: block;
    position: relative;
    max-width: 0;
    max-height: 0;
    left: -1em;
    top: 0;
}
    /*content: '\2022';
.row.content.article-body ul li:before,
ul.fixed-list li:before {
    display: block;
    position: relative;
    max-width: 0;
    max-height: 0;
    left: -1em;
    top: 0;*/
    top: 0;*/
}

.row.content.article-body ul {
    padding-left: 3.5rem;
}

.row.content.article-body ul ul {
    list-style: circle outside;
}

.row.content.article-body ul ul li {
    list-style: none;
}

.row.content.article-body ul ul li:before,
.row.even-odd-tile.article-body ul ul li:before {
    content: '\2014';
    display: block;
    position: relative;
    max-width: 0;
    max-height: 0;
    left: -1.5em;
    top: 0;
}

.article-title {
	margin-top: -0.85em;
}

.striped-block > .row > .col-xs-2 {
    /* padding-left: 0; */
}

.dotted-border-top::before {
    background-image: linear-gradient(to right, #c3c3c3 60%, rgba(255, 255, 255, 0) 0%);
    background-position: center top;
    background-repeat: repeat-x;
    background-size: 10px 1px;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
}

.dotted-border-bottom::after {
    background-image: linear-gradient(to right, #c3c3c3 60%, rgba(255, 255, 255, 0) 0%);
    background-position: center top;
    background-repeat: repeat-x;
    background-size: 10px 1px;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
}

.article-heading,
.content.article.schema.article-heading {
    padding-bottom: 1.6em;
    margin-left: 0;
    margin-right: 0;
}

.row.table-block.striped-block.small-padding {
    margin-left: -15px;
    margin-right: -15px;
}

.pl-15 {
    padding-left: 15px;
}

/* Syntax highlight */
/* Syntax highlight */

.txtgreen {
    color: #078c53;
}

.txtred {
    color: red;
}

.txtblue {
    color: #0086b3;
}

.txtmurrey {
    color: #92000A;
}

.txtcomment {
    color: #999988;
}

.txtcode {	
	font-family: AGForeignerLightC,Trebuchet MS,Arial,Sans-Serif;
	color: #bd4147;
	font-size: 100%;
}

.row.article-body pre {
    font-size: 0.6em;
    border-left:.1em solid #eee;
    /*margin-left:20px;*/
    padding-left:10px;
    margin-top: 3em;
    margin-bottom: 3em;
}

.blockquote {
    margin: 1em 0;
    padding: 0.6rem 0 0.6rem 1.5rem;
    border-left: .1em solid #eee;
    font-size: 1em;
}

.blockquote:first-child {
    margin-top: 0;
}

.blockquote:first-child p:only-child {
    margin: 0;
    padding: 0;
}

.blockquote + p.first-letter {
    margin-top: 2em;
}

.row.content.container .blockquote > p {
    margin: 1rem 0;
    padding: 0;
}

.row.content.container .blockquote > p:only-child {
    margin: 0;
}

.row.content.container .blockquote > p:first-child {
    margin-top: 0;
}

.row.content.container .blockquote > p:last-child,
.blockquote > footer:last-child {
    margin-bottom: 0;
}

.blockquote.blockquote-dialog {
    font-style: italic;
}

.blockquote footer cite a {
    border-bottom: 1px dashed;
}

.article table.content-table tr td:first-child,
.article table.content-table tr td:last-child {
    width: auto;
}

.article table.content-table tr td:first-child+td {
    padding-left: 1.2em;
}

.article.article-body>.row>.col-md-12>h2:first-child {
	padding-top: 0;
}

.row.content.article.schema.table-block {
	margin-left: -15px;
	margin-right: -15px;
}

.row.table-block .row a>img,
.row .row .logo-in-table {
	max-width: 100%;
	width: auto !important;
	height: auto !important;
}

.row.table-block .modal .modal-content .modal-body img {
	width: 100%;
	height: auto;
}

.table-row table td {
    font-size: 0.8em;
    border-top: none;
}

.table-row table tr td:first-child,
.table-row table tr td:last-child {
    width: 14%;
}

.table-row table tr td {
    padding-left: 15px;
    padding-right: 15px;
}

.table-row a {
    border-bottom: dashed 1px;
}

.img-100 {
    max-width: 100%;
}

.tiled-block .main-button.orange-button {
    margin-top: 0;
}

.links-list {
    padding: 2.5em 14%;
    margin: 0;
}

.links-list .link-desc {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.links-list .link-desc a,
.table-block p a,
.table-block h2 a {
    border-bottom: 1px dashed;
}

.table-block h2 a {
    line-height: 1.5em;
    font-weight: bold;
}

.table-block h2 {
    color: #666;
    padding-top: 0;
}

.table-block p,
.link-list .link-desc {
	color: #666;
}
/*.table-block > .row > .col-xs-3 > p {word-break: break-all}*/

/*.table-block > .row > .col-xs-3 > p {word-break: break-all}*/

.table-row table>tbody>tr>td {
	color: #666;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

.link-desc {
    border: 1px solid #ddd;
    background: #f6f6f6;
    padding: 1.2em 0.4em;
    border-radius: 4px;
    font-size: 0.7em;
    text-align: center;
    color: #333;
    margin: 8px 0;
}

.table-responsive table.content-table {
    min-width: 600px;
}

table.content-table {
	margin-bottom: 0;
}

table.content-table ul {
	margin-bottom: 0;
	padding-left: 1em;
}

/*** page Review ******************************************/
.review-headline {
	line-height: 1.5em;
}

/*** page Review & page Smi ******************************************/
.valign-middle,
.valign-middle tr td {
	vertical-align: middle !important;
}


/*** page Review & page Smi ******************************************/

.testimonials-head {
    padding: 2.5em 14%;
    text-align: center;
    margin: 0;
}

.slider {
    padding: 1em 0;
}

.row.slider > div:first-child {
    padding-left: 0px;
    padding-right: 0px;
}

.slider-image {
    width: 100%;
    height: 3em;
    margin-bottom: 1em;
    padding: 0 0.5em;
}

.slider-desc {
    /*padding: 0 0.4em; */
    font-size: 0.7em;
    text-align: center;
    color: #333;
}

.slider-desc a span {
    padding: 0.2em 0;
}

.slider-desc>span:before,
.slider-desc a.like-span:before {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    /*background: #C3C3C3;*/
    content: "";
    height: 1px;
    position: absolute;
    top: -0.35em;
    left: 40%;
    width: 20%;
}

.slider-desc>span,
.slider .slider-desc a.like-span {
    display: block;
    position: relative;
    margin-top: 1em;
    color: #7f7f7f;
    border-bottom: none;
}

.slider-item:hover {
    background: #fff;
}

.slider-item a:focus {
    text-decoration: none;
}

.slider-desc > a:first-child:not(:hover) {
    color: #333;
}

.slider-item:hover span:before,
.slider-item:hover a.like-span:before {
    left: 20%;
    width: 60%;
}

.slider-item {
    /* margin: 1.5em 0.75em 1.5em 0.75em; */
    /* padding: 1em 0.5em; */
    /* Из-за округлений в браузере отступы получаются разные. Указываем в пикселях, чтобы не было десятичных значений */
    margin: 1.5em 17px 1.5em 19px;
    padding: 1em 12px;
    width: 100%;
    border: 1px solid #ddd;
    background: #f6f6f6;
    border-radius: 0.3125rem;
}

.slider-item .slider-desc a {
    border-bottom: 1px dashed;
    margin: 0 0.5em;
}

.slider-item-wrap {
    display: flex;
}
/* .testimonials-table h2 a:hover, .testimonials-table p a:hover {
    color: #faa693;
    color: #FD9179;
} */
    color: #FD9179;
} */

.slider-item .slider-desc span a {
    border-bottom: none;
}
/*.owl-stage-outer {cursor: move;}*/

/*.owl-stage-outer {cursor: move;}*/

.owl-stage {
    display: flex;
}
/* #owl-carousel { padding: 0 14%;} */

/* #owl-carousel { padding: 0 14%;} */

#owl-carousel {
    padding-left: 3px;
}

.owl-carousel .owl-item {
    display: flex;
}
/* .row-flex-center {display: flex; align-items: center;} */

/* .row-flex-center {display: flex; align-items: center;} */

.row-flex-start {
    display: flex;
    align-items: flex-start;
}

.row-flex-center .col-xs-1 {
    padding: 0;
}

.row-flex-center img {
    width: 100%;
    height: auto;
}

.img-max-2em {
    max-height: 2em;
}

.img-max-4em {
	height: 100%;
    max-height: 4em;
}
/* vertical list */

/* vertical list */

.testimonials {
    padding: 2em 14%;
    display: flex;
    flex-flow: wrap;
}

.testimonials-table h2 {
    font-family: AGForeignerLightC,Trebuchet MS,Sans-Serif,PT Sans,Myriad Pro,Trebuchet MS,Arial;
	font-weight: bold;
}

div.row.testimonials-table>div.row,
div.row.search-table>div.row {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.testimonials-item {
    text-align: center;
    word-wrap: break-word;
    margin-bottom: 1.5em;
    min-height: 5em;
}

.testimonials-item:hover a {
    color: #FF6449;
}

.testimonials-item:hover a > img {
    filter: grayscale(0);
}

.testimonials a > img {
    width: auto;
    max-width: 100%;
    padding: 0 10px;
    height: 2em;
    filter: grayscale(1);
    margin-bottom: 0.5em;
}

.testimonials-item .modal .modal-content .modal-body img,
.testimonials-item>img {
    width: 100%;
    height: auto;
}

.row.testimonials-table .row img,
.row.search-table .row img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.row.search-table .row img {
    border-radius: 0.3125rem;
}

.table-block p > span {
    display: block;
    margin-bottom: 0.5em;
}

.table-block p>span.search-highlight {
    display: inline;
}
/***************************************/

/***************************************/

.play-button {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 68px;
    height: 48px;
    text-align: center;
    padding-left: 2px;
    line-height: 48px;
    vertical-align: middle;
    font-size: 28px;
    color: #fff;
    background: #000;
    opacity: 0.8;
    border-radius: 6px;
    font-family: Times New Roman;
    display: none;
}

.video iframe {
    /*display: none;*/
}

.box-big.super .slide h2,
.p-desc h2 {
    color: #666;
    font-size: 1.1em;
    /* font-family: MetaPro-Book,Trebuchet MS,Sans-Serif,PT Sans,Myriad Pro,Trebuchet MS,Arial; */
    font-family: AGForeignerLightC,Trebuchet MS,Sans-Serif,PT Sans,Myriad Pro,Trebuchet MS,Arial;
    line-height: 1.5em;
    padding-bottom: 0.5em;
    font-weight: bold;
}

.box-big.super .slide h2 a,
.p-desc h2 a {
	border-bottom: 1px dashed;
}

.box-big.super .slide p,
.p-desc p {
	margin: 1em 0;
}

.main-button.orange-button.send-button {
    margin: 0;
    /* padding: 0.35em 1.35em;  */
}

.send-button:hover {
    color: #FF6449!important;
    background: #fff;
}

.button-block {
    padding: 1.15em 0 0 0;
}

.button-block + p {
    margin-top: 2.15em;
}

.button-block::after {
    content: "";
    display: table;
    clear: both;
}

.read-button {
    min-width: 238px;
}

.owl-item {
	-webkit-transform: translateZ(0);
}

.bg-white {
	background: #fff !important;
}

.inline {
	display: inline !important;
}

.quot-sign:before,
.quot-sign:after {
	/*font-size: 2.2em; vertical-align: sub;line-height: 0.7em;*/
}

.quot-sign:before {
	content: "\00ab";
}

.quot-sign:after {
	content: "\00bb";
}

.metadata3 {
	margin-top: 1em !important;
}

.metadata2 {
	font-size: 0.77em;
	vertical-align: inherit;
	margin-left: 1em;
	color: #999 !important;
}

p + .metadata2 {
    padding-top: 10px;
    /*padding-bottom: 10px;*/
}

.metadata2 a {
	color: #999;
	border-bottom: dashed 1px;
	display: inline-block;
	margin-right: 1em;
}

.metadata {
	font-size: 0.77em;
	color: #999 !important;
	margin-top: 0.45em !important;
	margin-left: 0 !important;
	float: right;
}

.mr-015 {
	margin-right: 0.15em !important;
}

.date-inside {
	margin-left: 30px;
	display: inline-block;
}

.date-inside h2 {
	display: block;
}

.date-inside p {
	text-align: left;
	color: #999 !important;
	font-size: 0.77em;
}

.article-with-image {
    padding: 0 14%;
    max-width: initial;
}

.common-padding {
    padding: 2.5em 14% 2.5em;
    margin-left: -15px;
    margin-right: -15px;
}

.article-body ol,
.article-body ul {
    color: #666;
    /* padding-top: 1.5em;
    padding-bottom: 1.5em; */
    font-size: 1.2rem;
}

.row.content.article-body.container.schema ol ul {
    font-size: 1em;
}

.image-inside {
    text-align: center;
}

.image-inside img {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.noresize-img img {
    width: auto !important;
    max-width: 100%;
}
/*::selection {background: #FD9179;}*/
.video-logo {
	text-align: center;
	margin-top: 1em;
}

.video-logo img {
	height: auto;
	width: auto;
	max-width: 100%;
}
/* Tags styles */
.p-desc h2 {
	padding-top: 0;
}

.portfolio-image img {
	border-radius: 0.3125rem;
}

.portfolio-desc p {
	font-size: 0.7em;
	margin: 0;
}


/*::selection {background: #FD9179;}*/


/* Tags styles */

.tags-line a {
	display: inline-block;
	margin: 0.2em;
}

span.tagz {
    padding-left: 18px;
    padding-right: 8px;
    height: 24px;
    position: relative;
    display: inline-block;
}

span.tagz:after,
span.tagz:before {
    content: '';
    background-repeat: repeat-x;
    height: 23px;
    position: absolute;
}

span.tagz:before {
    background-image: url(images/tag-left.svg);
    background-size: 100%;
    width: 20px;
    left: 0;
}

span.tagz span {
    background-repeat: repeat-x;
    color: #fff;
    text-decoration: none;
    padding-top: 2.8px;
    font-size: 13px;
    height: 23px;
    box-sizing: border-box;
    padding-left: 2px;
    background-color: #ececec;
    padding-right: 6px;
    vertical-align: top;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    display: inline-block;
}

span.tagz:hover span {
    background-color: #d6d6d6;
}

span.tagz:hover:before {
    background-image: url(images/tag-left-dark.svg);
}

.tags-line {
    padding-top: 2em;
    margin-bottom: 0;
}

.post-type-archive-portfolio .tags-line,
.tax-technology .tags-line {
    margin-bottom: -0.3em;
}

@media (max-width: 767px){
	.post-type-archive-portfolio .content.section .row.box .row.box-border [class^='col-']:first-child,
	.tax-technology.archive .content.section .row.box .row.box-border [class^='col-']:first-child {
        padding-bottom: 1rem;
    }
}

span.tagzz {
    padding-left: 1.1rem;
    padding-right: 0.5rem;
    height: 1.5em;
    position: relative;
    display: inline-block;
}

span.tagzz:after,
span.tagzz:before {
    content: '';
    background-repeat: repeat-x;
    height: 1.7em;
    position: absolute;
}

span.tagzz:before {
    background-image: url(images/tag-left.svg);
    background-size: 100%;
    width: 1.5em;
    left: -1.4em;
    top: 0;
}

span.tagzz {
    background-repeat: repeat-x;
    color: #666;
    text-decoration: none;
    padding-top: 0.15em;
    font-size: 0.8em;
    height: 1.7em;
    box-sizing: border-box;
    padding-left: 0.1em;
    background-color: #ececec;
    padding-right: 0.4em;
    vertical-align: top;
    border-bottom-right-radius: 0.25em;
    border-top-right-radius: 0.25em;
    margin-left: 1.25em;
    display: inline-block;
}

span.tagzz:hover {
    background-color: #d6d6d6;
}

span.tagzz:hover:before {
    background-image: url(images/tag-left-dark.svg);
}

.content:not(.schema):nth-child(2n+1) p.tags-line span.tagz:before,
.content:not(.schema):nth-child(2n+1) p.tags-line span.tagzz:before {
    background-image: url(images/tag-left-dark.svg);
}

.content:not(.schema):nth-child(2n+1) p.tags-line span.tagz:hover:before,
.content:not(.schema):nth-child(2n+1) p.tags-line span.tagzz:hover:before {
    background-image: url(images/tag-left-dark-hover.svg);
}
    /*background-color:  #999;*/
.content:not(.schema):nth-child(2n+1) p.tags-line span.tagz:hover span,
.content:not(.schema):nth-child(2n+1) p.tags-line span.tagzz:hover {
	/*background-color:  #999;*/
    background-color: #c0c0c0;
}

.content:not(.schema):nth-child(2n+1) p.tags-line span.tagz span,
.content:not(.schema):nth-child(2n+1) p.tags-line span.tagzz {
    background-color: #d6d6d6;
}

/* Contacts form */
/* Contacts form */

#tbContactform.NewProject-form {
    padding-top: 3rem;
    padding-bottom: 1.5rem;
}

#tbContactform label,
#tbContactform .label-info {
    font-size: 0.8em; 
    color: #666; 
    line-height: 1.25; 
}

#tbContactform label { 
    border: 1px solid transparent; 
    border-left: none; 
    border-right: none; 
}

#tbContactform label .btn { 
    font-size: 1em; 
    color: #666; 
    border-color: #ccc; 
    border-right: none;
    background-color: #ececec; 
    margin-right: -2px; 
    margin-top: -1px; 
    padding-bottom: .6rem; 
}

.table-responsive #tbContactform label .btn { 
    margin-left: -2px; 
    margin-right: -3px; 
}

#tbContactform label .btn:hover { 
    background-color: #fff; 
    z-index: -1;    /* for file input button */
	/* for file input button */
}

#tbContactform input.label-info:disabled { 
    background-color: #fff;
}

#tbContactform td > .metadata2 { 
    position: absolute; 
    margin: 0; 
}

.form-group {
    margin-bottom: 1em;
}

.table-responsive #tbContactform label,
.table-responsive #tbContactform .label-info,
.table-responsive #tbContactform .form-control {
    font-size: 1em;
}

.form-control { 
    font-size: 0.8em; 
    color: #666;
    /*border-color: #ccc; */
    border: thin solid #ccc;
}

.form-control:focus {
    color: #666;
    background-color: #fff;
    border-color: #ccc;
    outline: 0;
}

.input-group+.metadata2 {
	/* margin-top: 0 !important; */
}

.close {
	font-size: 1em;
}

.gray-block {
	background: #eeeeee;
}

.font-size-1 {
	font-size: 1em !important;
}

.p-b-15 {
	padding-bottom: 1.5em !important;
}

.p-b-1em {
	padding-bottom: 1em !important;
}

.p-t-15 {
	padding-top: 1.5em !important;
}

.p-y-15 {
	padding-bottom: 1.5em !important;
	padding-top: 1.5em !important;
}

.has-error .form-control {
    border-color: #FF6449;
}

.p-desc h2 a,
.search-table h2 a {
	font-family: AGForeignerLightC, Trebuchet MS, Arial, Sans-Serif;
	font-weight: bold;
}

.row.even-odd-tile .content-block h2 {
	padding-top: 0;
	font-family: AGForeignerLightC, Trebuchet MS, Arial, Sans-Serif;
	font-weight: bold;
	padding: 0 0 0.5em;
	line-height: 1.5;
}

.row.even-odd-tile .content-block h2 a {
    border-bottom: 1px dashed;
}

.row.even-odd-tile .content-block a {
    border-bottom: 1px dashed;
}

.row.even-odd-tile .content-block p:last-child,
.row.even-odd-tile .content-block p {
	margin: 1em 0;
}

.row.even-odd-tile .content-block > p:first-child {
    margin-top: 0;
    margin-bottom: 0;
}

.row.even-odd-tile .content-block > p:only-child {
    margin-bottom: 1em;
}

.content-block p:last-child {
	margin-bottom: 0;
}
/** Forms handle **/
.dropdown-item {
	color: #666;
}
/*button in field group*/
.dropdown-item:hover,
.dropdown-item:focus {
	color: #666;
	background-color: #ececec;
}

.btn-group-vertical>.btn,
.btn-group>.btn {
	color: #666;
}


/** Forms handle **/


/*button in field group*/

#tbContactform .input-group {
    display: table;
    width: 100%;
    font-size: 1em;
    height: 2.3rem;
    box-sizing: content-box;
}

#tbContactform .input-group-btn input[type=text] {
    width: 100%;
	box-sizing: border-box;
}

#tbContactform .input-group-btn label.btn {
    display: table-cell;
    width: 1%;
    font-size: 1.2rem;
    color: #666;
    background-color: #ececec;
    border: 1px solid #ccc;
    border-color: #ccc;
    border-radius: 0.25rem 0 0 0.25rem;
    cursor: pointer;
    padding-bottom: .6rem; /*to put on same line as left label*/
	/*to put on same line as left label*/
}

#tbContactform .input-group-btn label.btn span {
    pointer-events: none;
}

#tbContactform .input-group-btn label.btn:hover {
    background-color: #fff;
}

#tbContactform .input-group-btn input[type=text] {
    display: table-cell;
    height: 100%;
    border-left: none;
    border-radius: 0 0.25rem 0.25rem 0;
}

#tbContactform .input-group-btn input[type=text].wpcf7-not-valid {
    border-left: 1px solid;
}

.hidden-file-input input[type='file'],
.hidden-file-input br {
    display:none;   /*for WP ContactForm7 plugin*/
	/*for WP ContactForm7 plugin*/
}

.form-message {
    font-size: 1.2rem;
    /*margin: 1em 0 0 0;*/
}

.form-message.form-error {
    color: #FF6449 !important;
}

.form-message.form-success {
    color: #FF6449 !important;
}

.form-captcha-not-valid {
    border: 1px solid #ff6449;
    border-radius: .25rem;
}

.wpcf7-not-valid-tip,
.wpcf7 .ajax-loader,
.wpcf7-response-output,
.wpcf7 .screen-reader-response,
.wpcf7 .ajax-error {
    display: none !important;   /* custom contact form 7 block*/
	/* custom contact form 7 block*/
}

.wpcf7 .wpcf7-not-valid {
    border: 1px solid #FF6449;
}

.wpcf7-response-output,
.wpcf7-not-valid {
    font-size: 1.2rem !important;
    color: #FF6449 !important;
}

select.wpcf7-not-valid option {
    color: #666;
}
/*chrome's yellow autocomplete*/

/*chrome's yellow autocomplete*/

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 2.5em white inset;
    -webkit-text-fill-color: #666;
}


/*recaptcha*/

.grecaptcha-badge {
	z-index: 1000; /* Raises the Google Recaptcha v3 logo above the rest of the page elements.*/
}

@media (min-width: 384px) {
    .g-recaptcha {
        transform: inherit !important;
        -webkit-transform: inherit !important;
    }
}

@media screen and (max-width: 383px) {
    /*#rc-imageselect, */
    .g-recaptcha {
        transform: scale(0.98);
        -webkit-transform: scale(0.98);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media screen and (max-width: 320px){ 
    .g-recaptcha {
        transform: scale(0.81);
        -webkit-transform: scale(0.81);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media screen and (max-width: 767px) {
    .recaptcha-wrap {
        margin-bottom: 0.7em;
    }
}

@media screen and (max-width: 340px) and (min-width: 320px) {
    .recaptcha-wrap {
        margin-bottom: 0.3em;
    }
}

#tbContactFormSubmit { 
    display: none; 
}

.submit-wrap button {
    position: relative;
}

.loading-dots {
    display: none;
    position: absolute;
    padding-left: .5rem;
}

.submit-wrap #btnSubmitSimulation.btn-disabled .loading-dots {
    display: inline-block;
}

#btnSubmitSimulation.btn-disabled {
    cursor: not-allowed;
    opacity: .65;
}

.loading-dots .one,
.loading-dots .two,
.loading-dots .three {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    animation: dot 1.3s infinite;
}

.loading-dots .one {
    -webkit-animation-delay: 0.0s;
    animation-delay: 0.0s;
}

.loading-dots .two {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loading-dots .three {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

@-webkit-keyframes dot {
	0% {
		opacity: 0;
}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes dot {
	0% {
		opacity: 0;
}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/**/

/**/

.tag-icon {
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #fff;
    height: 6em;
    width: 100%;
}

.tag-icon-gray  {
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #fff;
    height: 6em;
    width: 100%;
    filter: gray;
    filter: grayscale(99%);
}

.tag-icon-gray:hover {
    filter: grayscale(0);
}

.taglist {
    padding: 36px 3.2rem;
    margin-left: -15px;
    margin-right: -15px;
    background: url(images/tile.png) repeat scroll 0 0 transparent;
}

.taglist > .row {
    display: flex;
    flex-wrap: wrap;
}

.taglist p {
    padding: 1.2em 0.4em;
    font-size: 0.7em;
    text-align: center;
    margin-bottom: 17px;
}

.plitka {
    padding: 36px 35px;
    background: url(images/tile.png) repeat scroll 0 0 transparent;
}

.plitka p {
    padding: 0 0.4em;
    font-size: 0.7em;
    text-align: center;
    margin-bottom: 0;
}

/** Embed objects **/
/** Embed objects **/

.slideshare {
    text-align: center;
    padding-top: 2.5em;
}

.slideshare iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
}

.flickr {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

.flickr iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flickr img {
    width: 100%;
}

.logo-image {
    width: 100%;
    height: 5em;
    margin-bottom: 0;
    padding: 1em 0.5em;
    border: 1px solid #ddd;
    background: #f6f6f6;
    border-radius: 4px 4px 0 0;
    border-bottom: none;
}

.animation {
    overflow: hidden;
}

#canvas,
#canvas_en {
    position: absolute;
    margin: auto;
    top: -9999px;
    bottom: -9999px;
    left: -10001px;
    right: -10000px;
    display: block;
}

.portfolio-images {
    padding-top: 1.5em;
}

.portfolio-images img {
    max-width: 100%;
    margin-top: 1.5em;
}

.portfolio-images img:first-child {
    margin-top: 0;
}

.content.article.schema.article-heading.tags-heading p {
    margin: 0 !important;
}

.content.article.schema.article-heading.tags-heading p a {
    margin-top: 0.1em;
}

.m-t--1 {
	margin-top: -1em;
}

.content.article.schema.article-heading.tags-heading {
    /* padding-top: 1.75em;
    padding-bottom: 2.35em; */
}

.row.even-odd-tile .super .box-title-wrap h2,
.row.common-padding .super .box-title-wrap h2 {
    font-size: 3.5vw;
}

.font-size-07 {
	font-size: 0.7em;
}

.portfolio-slider .slider-item {
    padding: 0 0 1em 0;
}

.portfolio-slider .slider-desc > span {
    padding-left: 1em;
    padding-right: 1em;
}

.portfolio-slider .slider-item img.slider-image {
    padding: 0;
    height: auto;
}

.portfolio-slider.slider {
	padding: 0;
}

.table-with-icons tr td:first-child+td {
	width: 2em;
}

.icon-flex-row {
	display: flex;
	align-items: center;
}

.icon-fix {
    width: 2em;
    height: 2em;
    margin-right: 1em;
}
/* .g-recaptcha {transform: scale(1.69);transform-origin: 0 0;} */

/* Custom media queries */


/* Custom media queries */

@media all and (min-width: 1440px){
    .row.table-block.small-padding > .row {
        /*padding: 1em 14%;*/
    }
}

@media all and (min-width: 1268px){
    /*.row.table-block.small-padding .row {
        align-items: center;
        display: flex;
        padding: 1em 5%;
    }*/
}

@media all and (max-width: 1268px){
	.row.content.section.schema .container,
	.row.content.section.projects .container,
	.row.content.section.portfolio-cases .container,
	.row.content.section.history .container,
	.row.content.section.team .container,
	.row.content.section.payment .container,
	.row.content.section.blog .container,
	.row.content.section.carousel .container,
    .row.content.section.other .container,
	.row.content.section.clients .container {
        padding: 2.7em 5% 3.5em;
    }
    /* #owl-carousel { padding: 0 5%;} */
	.table-row table tr td:first-child,
	.table-row table tr td:last-child {
		width: 5%;
	}
    .breadcrumbs-block {
        padding-top: 0;
        padding-right: 0;
        position: inherit;
        width: 100%;
        display: none;
    }
	.breadcrumbs-small {
		display: inherit;
	}
    .breadcrumbs-block .breadcrumbs {
        padding-left: 5%;
    }
	.row.table-block>.row,
	.info-block .row,
	.links-list {
		padding: 20px 5%;
	}
    /*.files-block {margin-top: 12px;}*/
	.article table tr td:first-child,
	.article table tr td:last-child {
		width: 5%;
	}
	.article-with-image,
	.common-padding,
	.article-header,
	.related-posts-images .box.box-border {
        padding-left: 5%; 
        padding-right: 5%;
    }
    /*.video {padding-bottom: 0.9em;padding-top: 0.85em;}*/
	.blog-page-images,
	.blog-archive-images {
		padding: 1.46em 5% 1.9em;
}
}

@media all and (max-width: 1000px) {
    .sharing-icons {
        position: static !important;
        margin-top: 1em;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding-right: 0;
    }
    .sharing-icons a > img {
        display: inline-block;
    }
	.sharing-icons+.row.even-odd-tile:not(.container),
	.taglist {
        margin-top: 2.15em;
    }
	.m-t-225em {
		margin-top: 2.25em;
}
	.m-t-25em {
		margin-top: 2.5em;
	}
	.slider {
		padding-bottom: 0;
	}
	.owl-theme .owl-dots {
		margin-bottom: 0 !important;
	}
}

@media (min-width: 840px) and (max-width: 930px) {
    /*.blur-img-arrow {background: rgba(0, 0, 0, 0) url("images/download.svg") no-repeat scroll right 2.3em center / auto 100%;}*/
	#tbContactform label,
	[id*='wpcf7-f7192-p'] label {
        font-size: 0.7em;
    }
}

@media (max-width: 840px){
    /*.blur-img-arrow {background: rgba(0, 0, 0, 0) url("images/download.svg") no-repeat scroll right 2.3em center / auto 100%;}*/
}

@media (max-width: 768px){
    /*.article-header {padding-left: 15px; padding-right: 0;}*/
	.breadcrumbs-block {
		padding-top: 0;
		position: inherit;
	}
    /*.breadcrumbs-block .breadcrumbs {padding-left: 15px;}
    .row.table-block .row {padding: 20px 15px;}
    .row.table-block .row div {padding-left: 0;}*/
    /* #owl-carousel { padding: 0 15px;} */
	.article-heading .box-big.super {
		margin-top: 1em;
	}
	.captcha {
		margin-bottom: 1em;
	}
	.plitka p {
		padding: 1em 0.4em;
	}
	.row.even-odd-tile .super .box-title-wrap h2,
	.row.common-padding .super .box-title-wrap h2 {
        font-size: 2.4em;
    }
    .row-flex-end p {
    margin-top: 1em !important;
    }
	.row-flex-center .m-t--1,
	.row-flex-end .m-t--1 {
		margin-top: 0;
}
}

@media (min-width: 768px) {
	.row.even-odd-tile .box-title.little-size h2,
	.row.common-padding .box-title.little-size h2 {
        font-size: 2.5vw !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px){
	.row.even-odd-tile .super .box-title-wrap h2,
	.row.common-padding .super .box-title-wrap h2,
	.row.even-odd-tile .box-title.little-size h2,
	.row.common-padding .box-title.little-size h2 {
        font-size: 3.5vw !important;
    }
}
	
@media (min-width: 768px) {
    .article-heading .box-big.super {
        margin-top: 0;
    }
	.row-flex-end {
		display: flex;
		align-items: baseline;
    }
	.row-flex-center {
		display: flex;
		align-items: center;
    }
}

@media (max-width: 640px){
    .copyright-block {
        /*display: inherit;*/
    }
    .copyright-block .copyright {
        /*text-align: center;*/
    }
    #footer .icons .table {
        margin:0 auto;
    }
}

@media (max-width: 480px){
	#footer-container #footer .icons .table>div>div>a>span,
	.icon-links a>span {
        height: 1em;
        width: 1em;
    }
    #footer .icons .table > div > div:last-child > a > span {
        margin-right: 0;
    }
    /*.article-head {box-shadow: 0 -11em 0 0 rgba(0, 0, 0, 0.5) inset; padding-bottom: 0; padding-top: 0;}*/
}

@media (max-width: 320px){
    /*.article-head {box-shadow: 0 -11em 0 0 rgba(0, 0, 0, 0.5) inset; padding-bottom: 0; padding-top: 0;}*/
}

.page-404 span {
    font-family: MetaPro-Medium,Trebuchet MS,Sans-Serif,PT Sans,Myriad Pro,Trebuchet MS,Arial;
    font-size: 24vw;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    display: inline-block;
    color: #666;
}

.page-404 span img{
    width: 14vw;
}

.page-404 span:nth-child(1) {
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
}

.page-404 span:nth-child(2) {
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
}

.page-404 span:nth-child(3) {
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
}

.page-404.container {
    padding: 0 14%;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.search-highlight {
    background: #338FFF;
    color: #fff;
}

a:focus {
    text-decoration: none;
}

.contact-body table td:nth-child(2) {
    width: 1%;
    white-space: nowrap;
}

.send-message-link {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 8em 8em;
    border-color: transparent transparent #007bff transparent;
    position: fixed;
    bottom: 0;
    right: 0;
    cursor: pointer;
    z-index: 9999;
}

.send-message-link:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 calc(8em + 8px) calc(8em + 8px);
    border-color: transparent transparent #FF6449 transparent;
    position: fixed;
    bottom: 0;
    right: 0;
}

.send-message-link:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 8em 8em;
    border-color: transparent transparent #FF6449 transparent;
    position: fixed;
    bottom: 2px;
    right: 2px;
}

.send-message-link:hover:after{
    border-color: transparent transparent #fff transparent;
}

.send-message-link span {
    text-align: center;
    z-index:9;
    position: absolute;
    right: 0.5em;
    bottom: -7em;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
    color: #fff;
}

.send-message-link:hover span {
    color: #FF6449;
}

.contact-caption {
    margin: 0;
}

.search-table {
   /* padding-bottom: 1.9em; */
}

.col-form-label {
    line-height: 1.25em;
}

.form-control {
    padding: .5rem .75rem .6rem .75rem;
}

.custom-select {
    height: 100% !important;
}

.vacancies .row.vacancy:nth-of-type(2n) .row {
    background-color: #fff !important;
}

.vacancies .row.vacancy:nth-of-type(2n+1) {
    background-color: #eeeeee !important;
}

.vacancy-title {
    cursor: pointer;
}

.vacancy-description {
    display:none;
}

.vacancy-description-text {
    margin-top: 2em;
}

.search-table h2 {
    font-family: AGForeignerLightC,Trebuchet MS,Arial,Sans-Serif;
}

h2.vacancy-h2 {
    font-size: 2rem;
    font-family: AGForeignerLightC, MetaPro-Medium,Trebuchet MS,Sans-Serif,PT Sans,Myriad Pro,Trebuchet MS,Arial !important;
    font-weight: normal !important;
}

.video-contact {
    padding-top: 3rem;
    margin-top: -0.5rem;
    padding-bottom: 3rem;
    margin-bottom: -0.1rem;
}

.row.content.article-body.container.schema .video-contact img:first-child {
    margin:0;
}

.p-b-text {
    padding-bottom: 3rem !important;
    margin-bottom: -0.5rem;
}

.contact-buttons {
    padding-top: 3rem;
    margin-bottom: 1.5rem;
}

.m-0 {
    margin: 0 !important;
}

.info-block {
    padding: 0.3rem 0;
}

.info-block .inside-ico {
    margin: 0;
}

.info-block .inside-ico.inside-ico-margin {
    margin: 1em 1em 1em 1em;
}

#tbContactform .metadata2 {
	margin: 0 0 -0.5rem 0;
}

.striped-block-two-columns img{
    width: 3rem;
    height: 3rem;
    display: inline-block;
    margin-right: 1em;
}

.striped-block-two-columns span {
    display: inline-block;
    font-size: 1.2rem;
    color: #666;
}

.striped-block-two-columns .block-inner {
    padding: 1.2rem 14%;
}

@media (max-width: 1268px) {
    .striped-block-two-columns .block-inner {
        padding-left: 5%;
        padding-right: 5%;
    }
}
/****/

/****/

.block-inner.offices-buttons {
    padding-top: 2.6rem;
    padding-bottom: 3rem;
}

.ymap {
    min-height: 200px;
    height: 35vw;
    margin: 3rem -15px;
    overflow: hidden;
}
/**vertical space between wide-like elements(table, info-block, etc)**/

/**vertical space between wide-like elements(table, info-block, etc)**/

.sharing-icons + .striped-block-two-columns.contact-body {
    padding-top: 2.5em;	/*first element of the content on the page w/sharing element*/
	/*first element of the content on the page w/sharing element*/
}

.table-row:last-child,
.striped-block-two-columns:last-child,
.contact-body:last-child {
    padding-bottom: 2.5em;	/*last element of the content on the page*/
	/*last element of the content on the page*/
}

.table-row+.related-posts-images,
.related-posts-images+.table-row {
    margin-top: 2.5em;
}
/****/

/****/

.main-button.orange-button.send-button {
    padding: 0.35em 1.35em;
}
/*.row h2:last-child, .row h2:only-child {
    margin-bottom: -1.20em; // h2 before table/picture/video/etc.
}*/
    margin-bottom: -1.20em; // h2 before table/picture/video/etc.
}*/

.row h2+.video.page-video {
    margin-top: 1em;    /* between h2 and video */
	/* between h2 and video */
    padding-top: 0;
}
/**widget 3 customer reviews**/

/**widget 3 customer reviews**/

.review-block {
    padding-bottom: 2em;
    background: transparent url(images/tile.png) repeat scroll 0 0;
}

.review-block .row {
    padding: 0 14%;
}

.review-block .review-item {
    width: 100%;
    padding: 1em 0.5em;
    border: 1px solid #ddd;
    border-radius: 0.3125rem;
    background: #f6f6f6;
}

.related-posts-images .review-item {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 0.3125rem;
    background: #f6f6f6;
    margin: 13px 0 17px;
    padding: 1em 0.5em;
}

.review-image-wrapper {
    height: 10vw;
    padding: 0 0.5em 1vw;
}

.review-image {
    width: 100% !important;
    height: 100% !important;
    margin: 0;
    padding: 0;
}

.review-desc {
    font-size: 0.7em;
    text-align: center;
    color: #333;
}

.review-item .review-desc > .review-title {
    margin: 0;
    border-bottom: 1px dashed;
}

.review-item:hover {
    background: #fff;
}

.review-item:hover .review-title {
    color: #FF6449;
}

.review-item .review-desc > a:not(:hover) {
    color: #333;
}

.review-desc > span:not(.review-title) {
    display: block;
    position: relative;
    margin-top: 0.5em;
    border-bottom: none;
    color: #7f7f7f;
}

@media (max-width: 1600px) {
    .review-image-wrapper {
        height: 7vw;
    }
}

@media (max-width: 1300px) {
    .review-image-wrapper {
        height: 6vw;
    }
}

@media (max-width: 767px) {
    .review-image-wrapper {
        height: 50vw;
        padding: 5vw 10vw;
    }
    .related-posts-images .review-item {
        margin-top: 0;
        margin-bottom: 12px;
    }
}

@media (max-width: 425px) {
    .review-image-wrapper {
        height: 40vw;
        padding: 5vw;
    }
}
/****/

/****/

.table-row img.table-ico {
    min-width: 2em;
    max-width: 3em;
}

.row.content.container.schema ul a,
.portfolio-template-default.single-portfolio .article-body ul a {
    border-bottom: dashed 1px;
}

/** Fix vertical spacing ********/
/** Fix vertical spacing ********/

#sharing-wrapper .sharing-icons + .row.content.table-block:not(.container) {
    padding-top: 2.15em;
}

.row.content.article-body.container.schema,
.row.video-row .video,
.row.embed-row .embed-object {
    padding-top: 2.15em;
    padding-bottom: 2.15em;
}

.row.content .flickr-row .flickr {
    margin-top: 2.15em;
    margin-bottom: 2.15em;
}

#sharing-wrapper .row.article-body:last-child .embed-row:last-child>.embed-object,
#sharing-wrapper .row.article-body .flickr-row.embed-row:last-child>.flickr.embed-object {
    margin-bottom: 0;
}

#sharing-wrapper > .row.article-with-image:last-child {
    padding-bottom: 2.5em;
}

#sharing-wrapper > .row.info-block:last-child {
    margin-bottom: 3.5em;
}

.row.article-with-image+.row.table-row,
.row.article-with-image+.row.article-with-image,
.row.table-row+.row.article-with-image,
.row.article-with-image>[class*='col-']+[class*='col-']>.row.image-inside>img {
    padding-top: 2.5em;
}

.row.article-with-image+.row.content.article-body.container.schema h2:first-child,
.row.table-row+.row.content.article-body.container.schema h2:first-child {
    padding-top: 0.5em;     /* before h2 after image, table, .. */
	/* before h2 after image, table, .. */
}

.row.content.article-body.container.schema .row.video-row + .row h2:first-child {
    padding-top: 0.5em;     /* before h2 after video */
	/* before h2 after video */
}

.row.content.article-body.container.schema h2:first-child {
    padding-top: 0;
}

.row.content.article-body.container.schema h2:first-child {
    padding-top: 0;
}

.row.content.article-body.container.schema h2:last-child {
    padding-bottom: 0;
}

.row.content.article-body.container.schema h2+p,
.row.content.article-body.container.schema h2+img.inside-ico+p {
    margin-top: 1em;
}

.row.content.article-body.container.schema .row > [class*='col-'] > p:first-child {
    margin-top: 0;
}

.row.content.article-body.container.schema .row > [class*='col-'] > p:last-child {
    margin-bottom: 0;
}

#sharing-wrapper > .sharing-icons + .row.table-row {
    padding-top: 2.5em;
}
/* video-block & embed-block */

/* video-block & embed-block */

.row.table-row + .row.content.article-body > .row.video-row:first-child > .video {
    padding-top: 0.8em;
}

.row.content.article-body.container.schema>.row.video-row:first-child>.video,
.row.content.article-body.container.schema>.row.embed-row:first-child>.embed-object {
    padding-top: .5rem;
}
    /*padding-bottom: .5rem;*/
.row.content.article-body.container.schema>.row.video-row:last-child>.video,
.row.content.article-body.container.schema>.row.embed-row:last-child>.embed-object {
	/*padding-bottom: .5rem;*/
    padding-bottom: .35em;
}
/* files-block */

/* files-block */

.row.content.article-body.container.schema:not(.portfolio-single) .files-block {
    margin-top: 3.23rem;
    /*margin-bottom: 0.6rem;*/
    margin-bottom: 0.35em;
}

.row.content.article-body.container.schema .files-block:first-child,
.row.content.article-body.container.schema .row.video-row+.files-block {
    margin-top: 0.7rem;
}
/* lists ul */

/* lists ul */

.row.content.article-body.container.schema h2+ul {
    padding-top: 1em !important;
}

.row.content.article-body.container.schema ul:last-child {
    margin-bottom: 0;
}
/**/

/**/

.row.related-posts-images > [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}
/** Portfolio *******/

/** Portfolio *******/

.row.content.portfolio-body.container.schema p.tags-line {
    padding-top: 0;
}

/** Fixing IE to respect aspect ratios and sizes for img tags containing SVG files **/
/* [1] IE9 */


/* [1] IE9 */

@media screen and (min-width:0) and (min-resolution: .001dpcm) {
    .ie9 img[src$=".svg"] {
        width: 100%;
    }
}
/* [2] IE10+ */

/* [2] IE10+ */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    img[src$=".svg"] {
        width: 100%;
    }
	#tbContactform .input-group-btn label.btn {
    padding-bottom: 0px;
	}
	#tbContactform .input-group-btn input[type=text] {
    height: auto;
	}
}
/****/

/****/

.img-desc span p {
    font-size: 1em;
    margin: 0;
    padding: 0;
}

.article-image-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.article-image-wrapper > * {
    padding-left: 0;
    padding-right: 0;
}

.article-image-wrapper > .image > .img-fluid {
    max-width: 100% !important;
    /*margin: 0 !important;*/
    width: 100% !important;
}

.article-image-wrapper .image-side {
    width: 100%;
    margin-left: -25%;
    z-index: 0;
}

.article-image-wrapper>.image {
    width: 75%;
    z-index: 1;
}

@media (max-width: 768px) {
    #article-head img {
        max-width: 100%;
    }
    .article-image-wrapper>.image {
        width: 100%;
    }
    .article-image-wrapper .image-side {
        display:none;
    }
}

.row.search-table>.row:nth-of-type(2n+1) {
    background-color: #fff;
}

.row.search-table>.row:nth-of-type(2n) {
    background-color: #eee;
}
/* for fixing table's rows/columns size */

/* for fixing table's rows/columns size */

.table-row .numb-col,
.table-row .ico-col {
    width: 3em; /* default */
	/* default */
}
/****/
.w-2em {
	width: 2em !important;
}

.w-3em {
	width: 3em !important;
}

.w-4em {
	width: 4em !important;
}

.w-5em {
	width: 5em !important;
}


/****/

.technology-link {
    position: relative;
}

.technology-link span {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #ddd;
    padding-top: 0.4em;
    font-size: 2.4em;
    color: #666;
    font-family: AGForeignerLightC,Trebuchet MS,Arial,Sans-Serif;
    height: 100%;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.technology-link:hover span {
    opacity: 1;
}
/**/

/**/

@media only screen and  (max-width: 760px){
    .content.section.schema .schema-wrapper {
        display: none !important;
    }
}

@media only screen and  (min-width: 761px){
    .content.section.schema #tight-screen-list {
        display: none !important;
    }
}

.content.section.schema .schema-wrapper .footnote {
    margin-right: 15px !important;
}

.content.section.schema .container-inner {
    margin: 0;
}

.content.section.schema .tight-list-item > .row {
    display: flex;
    align-items: center;
    font-size: 0.8em;
}

.content.section.schema .tight-list-header {
    margin-bottom: 1.5em;
}

.content.section.schema .tight-list-header h2 {
    line-height: 1.1;
}

@media (max-width: 425px){
    .content.section.schema .tight-list-header h2 {
        font-size: 11vw;
    }
}

.content.section.schema .tight-list-items > .tight-list-item {
    margin-bottom: 1.5em;
}

.content.section.schema .tight-list-item > .row img.img-fluid {
    opacity: 0.6;
}

.content.section.schema .tight-list-item > .row:hover {
    cursor: pointer;
}

.content.section.schema .tight-list-item > .row:hover a {
    color: #FF6449;
}

.content.section.schema .tight-list-item > .row:hover img.img-fluid {
    opacity: 1;
}
/* One Review */

/* One Review */

.one-review-row .one-review-inner {
    display: flex;
    align-items: center;
    padding-top: 3.15em;
    padding-bottom: 2.15em;
}

.one-review-row img {
    width: 100%;
    margin-top: 0;
}

.one-review-row .blockquote {
    margin: 0;
    padding: 0.6rem 0 0.6rem 1.5rem;
}

.one-review-row.row .one-review-inner.row .blockquote p {
    margin: 0 0 1rem;
    padding: 0;
}

.one-review-row.row .one-review-inner.row .blockquote > p:last-child {
    margin-bottom: 0;
}

.one-review-row.row .one-review-inner.row .blockquote > .blockquote-footer:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.one-review a {
    border-bottom: none !important;
}

.one-review a:hover {
    color: #666 !important;
}

.one-review-row .blockquote a:hover p {
    color: #ff6449 !important;
}

.row.one-review-row + .row.video-row .video {
    padding-top: 1.15em;
}

.row.video-row + .row.one-review-row .one-review-inner {
    padding-top: 0;
}

/**/
/**/

.schema .footnote>h1#main-title {
    font-family: AGForeignerLightC,Trebuchet MS,Arial,Sans-Serif;
    font-size: 1.15rem;
    font-weight: normal;
    line-height: 1.3;
    padding: 0;
}

#main-title a {
    display: block;
}
/**/

/**/

.ratio-block-wrapper {
    width: 100%;
    position: relative;
}

.ratio-block-3-2 {
    padding-bottom: 66.66%;
}

.ratio-block-wrapper .ratio-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.blog-page-images .blog-page-img,
.blog.related-posts-images .blog-page-img {
    background: #F6F6F6;
    margin-top: 13px;
    border-radius: 5px 5px 0 0;
}

.blog-page-images .blog-page-img img,
.blog.related-posts-images .blog-page-img img {
    margin: 0;
}
/**/

/**/

.portfolio-desc a {
    display: block;
    margin-bottom: 0.5em;
}

.portfolio-desc a h2 {
    display: inline;
    border-bottom: 1px dashed;
    padding-bottom: 0;
}

.portfolio-desc a:hover h2 {
    color: #FF6449;
}
/**/

/**/

.adv_browser_check ul li:before {
    content: none;
}
/** portfolio **/

/** portfolio **/

.box-title {
    padding-bottom: 1em;
}

.row.content.portfolio-single + .row.content.portfolio-body {
    padding-top: 0 !important;
}

.portfolio-single>.row.portfolio-images+.row,
.portfolio-single>.row+.row.portfolio-images {
    padding-top: 2.15em;
}

.row.content.portfolio-single > .portfolio-images:first-child {
    padding-top: 0;
}

.row.content.portfolio-single .one-review-row:first-child .one-review-inner {
    padding-top: 1em;
}

.row.content.portfolio-single .video-row .video + .video {
    padding-top: 2.7rem !important;
}

.row.content.portfolio-single .embed-row + .files-block {
    margin-top: 0;
    margin-bottom: 0;
}

.row.portfolio-images + .row.content.article-body.common-padding.even-odd-tile{
    margin-top: 2.15em;
}

.row.content.portfolio-single + .portfolio-images {
    padding-top: 0;
}

.row.content.portfolio-single .video-row + .portfolio-images {
    padding-top: 0;
}

.testimonials-table .row.row-flex-center .linkshare,
.even-odd-tile .linkshare {
    display: none;
    position: absolute;
    width: 1.5em;
    height: 1.1em;
    background-image: url("/files/svg/Ssylka-na-proekt.svg");
    background-repeat: no-repeat;
    background-position-x: 0.26em;
    background-position-y: 0.25em;
}

.testimonials-table .row.row-flex-center:hover .linkshare,
.even-odd-tile:hover .linkshare {
    display: inline-block;
}

h2.with-linkshare:hover .linkshare {
    display: inline-block;
}

h2.with-linkshare .linkshare {
    display: none;
    position: absolute;
    width: 1.5em;
    height: 1.1em;
    background-image: url(/files/svg/Ssylka-na-proekt.svg);
    background-repeat: no-repeat;
    background-position-x: .26em;
    background-position-y: .25em;
}
/**/

/**/

.chess-blocks-wrapper .chess-row:not(:last-child) {
    padding-bottom: 4rem;
}

.chess-blocks-wrapper .chess-row:after {
    content: "";
    display: table;
    clear: both;
}

.chess-blocks-wrapper .chess-block {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.chess-blocks-wrapper .chess-part {
    display: block;
    padding-left: 1vw;
    padding-right: 1vw;
}

.chess-blocks-wrapper .chess-block:first-child .chess-part {
    padding-left: 0;
}

.chess-blocks-wrapper .chess-block:last-child .chess-part {
    padding-right: 0;
}

.chess-blocks-wrapper .chess-part p {
    margin: 0.5em 0 !important;
}

.chess-blocks-wrapper .chess-part img {
    width: 100%;
    height: auto;
}

.chess-blocks-wrapper .chess-block:nth-child(2n+1) {
    flex-direction: column;
}

.chess-blocks-wrapper .chess-block:nth-child(2n+1) p {
    margin-bottom: 0 !important;
}

.chess-blocks-wrapper .chess-block:nth-child(2n) {
    flex-direction: column-reverse;
}

.chess-blocks-wrapper .chess-block:nth-child(2n) p {
    margin-top: 0 !important;
}

@media (max-width: 767px) {
    .chess-blocks-wrapper .portfolio-images {
        padding-top: 0;
    }
    .chess-blocks-wrapper .chess-row:not(:last-child) {
        padding-bottom: 0;
    }
    .chess-blocks-wrapper .chess-block {
        flex-direction: column !important;
        padding-top: 40px;
    }
    .chess-blocks-wrapper .chess-row:first-child .chess-block:first-child {
        padding-top: 0;
    }
    .chess-blocks-wrapper .chess-block .chess-part {
        padding-left: 0;
    }
    .chess-blocks-wrapper .chess-block .chess-part {
        padding-right: 0;
    }
    .chess-blocks-wrapper .chess-block:nth-child(2n) p {
        margin-top: 0.5em !important;
        margin-bottom: 0 !important;
    }
}
/**/

/**/

.p-desc.portfolio-desc h2 {
    font-size: 1.9vw;
}

.p-desc.portfolio-desc p {
    font-size: 1.15vw;
}

@media (max-width: 1268px) {
    .p-desc.portfolio-desc h2 {
        font-size: 2.8vw;
    }
    .p-desc.portfolio-desc p {
        font-size: 1.6vw;
    }
}

@media (max-width: 800px) {
    .p-desc.portfolio-desc h2 {
        /*font-size: 3vw;*/
    }
    .p-desc.portfolio-desc p {
        font-size: 1.8vw;
    }
}

@media (max-width: 767px) {
    .p-desc.portfolio-desc h2 {
        font-size: 3.2vw;
    }
    .p-desc.portfolio-desc p {
        font-size: 2.2vw;
    }
}

@media (max-width: 425px) {
    .p-desc.portfolio-desc h2 {
        font-size: 5vw;
        font-size: 1.2em;
    }
    .p-desc.portfolio-desc p {
        font-size: 3.4vw;
        font-size: 1em;
    }
}

#image-carousel .carousel-item{
    width: 100%;
}

#image-carousel .carousel-item img {
    width: auto !important;
    margin: 0 auto;
}

#image-carousel .carousel-item img.fullwidth{
    width: 100% !important;
}

.row.content.article-body.container.schema #image-carousel {
    padding-bottom: 1.35em;
}

div.row + div#image-carousel {
    padding-top: 2.15em;
}
/* Review Page */

/* Review Page */

.row.content.article-body.table-block.striped-block.testimonials-table {
    /*padding-bottom: 2.5em;*/
}

.row.content.article-body.table-block.striped-block.testimonials-table p a {
    border-bottom: none;
    display: block;
}

.striped-block-two-columns.contact-body.tech-logos.large-img .block-inner {
    padding: 2rem 14%;
}

.striped-block-two-columns.contact-body.tech-logos.large-img .block-inner > [class*='col-'] > .row {
    display: flex;
    align-items: center;
}

.striped-block-two-columns.contact-body.tech-logos.large-img .block-inner [class*='col-'] > img {
    width: 100%;
    height: 4rem;
    margin-right: 0;
}

@media (max-width: 1268px) {
    .striped-block-two-columns.contact-body.tech-logos.large-img .block-inner {
        padding-left: 5%;
        padding-right: 5%;
    }
}

.striped-block-two-columns.contact-body span a {
    border-bottom: 1px dashed;
}

.striped-block-two-columns.contact-body.tech-logos.large-img .block-inner [class*="col-"]>img.h2em{
    height:2em;
}
/***** certain pages *************/
/*vstroennoe po*/
/***** certain pages *************/


/*vstroennoe po*/

.page-id-273 .row.article-body.common-padding.even-odd-tile + .row.content.article-body.portfolio-body.container.schema{
    padding-top: 0;
}

.page-id-239 .contact-body.tech-logos {
    padding-bottom: 2.5em;
}
/**/

/**/

.page-id-277 .h2-img,
.postid-615 .h2-img {
    margin-right: 0.5em;
    height: 1em;
    margin-top: -0.15em;
}
/* v_seti */

/* v_seti */

.page-id-289 .striped-block-two-columns.contact-body {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
}
/**/

/**/

.page-id-2104 .striped-block-two-columns .block-inner > [class*='col-'] > .row {
    display: flex;
    align-items: center;
}
/**/

/**/

.page-id-4426 #sharing-wrapper > .row.content.article-body.container.schema:nth-of-type(2) {
    padding-top: 0;
    padding-bottom: 2.5em;
}
/**/

/**/

.page-id-5467 .tile-files {
    padding: 2.15em 0;
}

.page-id-5467 .tile-files-item {
    padding-top: 1em;
    text-align: center;
}

.page-id-5467 .tile-files-item img {
    min-width: 2em;
    max-width: 3em;
}

.page-id-5467 .tile-files-item p {
    font-size: 0.8em;
    margin-top: -0.1em;
}

.page-id-5467 .file-link-icon img {
    padding-bottom: 1em;
}

.page-id-5467 .file-link-icon {
    display: inline-block;
    height: 100%;
}

.page-id-5467 .file-link-icon:hover + p a.file-link {
    color: #FF6449;
}

.page-id-5467 .file-link {
    padding-top: 0.3em;
}

.page-id-5467 .row.content.article.container.schema .tile-files-item p {
    margin-top:0;
}
/** company page **/

/** company page **/

.page-id-213 .table-row table tr td:nth-of-type(2) {
    font-size: 1em;
}

.page-id-213 .table.table-striped.content-table.valign-middle tr td h2,
.page-id-213 .super h2 {
    font-family: AGForeignerLightC, Trebuchet MS, Arial, Sans-Serif !important;
    font-weight: bold;
    line-height: 1.5;
    color: #666;
    font-size: 1.1em;
}

.page-id-213 .super h2 {
    padding: 1.5em 0 0.5em;
}

.page-id-213 .box-big.super .box-title {
    border-bottom: none;
    padding: 0 0 1.8em;
    margin-bottom: 0;
}

.page-id-213 .row.content.slider.schema + .row.table-row {
    /*padding-top: 24px;*/
    padding-top: 2.15em;
    /*padding-bottom: 2.15em;*/
}

.page-id-213 #o-kompanii-slider {
    padding-bottom: 0;
}

.page-id-213 #o-kompanii-slider .owl-theme .owl-dots {
    margin-bottom: 0 !important;
}

.page-id-213 #o-kompanii-slider .owl-stage-outer {
    margin-left: 1px;
}
/*
.page-id-213 #o-kompanii-map-wrapper {
    padding-bottom: 0.01em;
}*/

.page-id-213 #map-holder canvas {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.page-id-213 #map-holder canvas:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.page-id-213 #o-kompanii-team .container {
    margin-bottom: -.3em;
}

.page-id-213 #o-kompanii-team .section {
    background: white !important;
}

.page-id-213 #o-kompanii-team figure {
    margin: 0 0 1.5em 0;
}

.page-id-213 .logos-block {
    padding: 0;
    overflow: hidden;
}

.page-id-213 .logos-block .container {
    padding: 2.5em 20px 3.5em;
	margin-bottom: -.3em;
}

.page-id-213 .logos-block .logos-row {
    margin-left: -.5em;
    margin-right: -.5em;
}

.page-id-213 .logos-block .logos-row [class*='col-'] {
    padding: .5em;
}

.page-id-213 .logos-row .logo-client {
    position: relative;
}

.page-id-213 .logos-row .logo-client .logo-name {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #ddd;
    overflow: hidden;
    font-size: 1.2vw;
    font-family: AGForeignerLightC,Trebuchet MS,Arial,Sans-Serif;
    text-align: center;
    color: #666;
    color: #373a3c;
    opacity: 0;
    padding-left: 0.2em;
    padding-right: 0.2em;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.page-id-213 .logos-row .logo-client:hover .logo-name {
    opacity: 1;
}

.page-id-213 .logos-row .logo-client .logo-name span {
    margin: auto;
}

.page-id-213 .logos-block img {
    border: 1px solid #ddd;
    background-color: #fff;
    width: 100%;
    height: 7rem;
    max-height: initial;
    padding: 0.5em;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .page-id-213 .logos-row .logo-client .logo-name { 
        font-size: 1.9vw;
    }
}

@media (max-width: 767px) {
    .page-id-213 .logos-row .logo-client .logo-name { 
        font-size: 1.5rem; 
    }
    .page-id-213 .logos-block img {
        height: 12rem;
        padding: 1em 1.5em;
    }
}
/**/

/**/

.page-id-243 .sharing-icons + .row.content.article-body.container.schema {
    padding-bottom: 0;
}

.page-id-243 #sharing-wrapper .article-body .flickr-row:last-child > .flickr {
    margin-bottom: 0;
}
/* Animation widget on the top of page */

/* Animation widget on the top of page */

@media (max-width: 930px) { 
	.page-id-213 .row.animation,
	.page-id-4426 .row.animation {
        display: none !important;
    }
} 

@media (min-width: 931px) { 
	.page-id-213 .row.dotted-border-bottom:not(#header2)::after,
	.page-id-4426 .row.dotted-border-bottom:not(#header2)::after {
        /*display: none;*/
        background-image: none;
    }
}
/**/

/**/

.page-id-291 .content.article-body + .info-block {
    margin-top: -0.7rem;
}
/**/

/*authors widget*/


/*authors widget*/

.author-box {
    /*margin-top: 2.15em;*/
    margin-bottom: calc(1.37em + 13px + 15px);
    text-align: center;
}

.author-box p {
    font-size: 0.7em;
    color: #7f7f7f !important;
}

.author-about {
    display: inline-block;
    position: relative;
}

.author-about p{
    margin: 0 !important;
    padding: 0 1em !important;
}

.author-about p:before {
    content: "";
    position: absolute;
    width: 3.5em;
    height: 0.08rem;
    background: #ddd;
    display: block;
    top: 50%;
    margin-top: -1px;
    left: auto;
    right: 100%;
}

#page-views {
    display: inline-block;
    position: absolute;
    right: 15px;
    bottom: 1rem;
    margin-left: 1em;
    padding-left: 1.5em;
    font-size: 0.7em;
    color: #aaa;
}

.icon-eye {
    width: 1rem;
    height: .75rem;
    margin-right: .5rem;
    overflow: visible !important;
}

.icon-eye path {
    fill: #eee;
}

.article-heading #page-views {
    bottom: -2.5rem;
    color: #aaa;
}

.article-heading .icon-eye path{
    fill: #aaa;
}

/* page views counter for MainPage */


.page-views {
    position: absolute;
    text-align: right;
    color: #aaa;
    white-space: nowrap;
}

.page-views.page-views-mainpage-primary {
    top: 0;
    right: 0;
    margin-top: calc(1.5em + 6px);
    margin-right: 1.89rem;
    font-size: 1.15rem;
}

@media (min-width: 1921px) {
    .page-views.page-views-mainpage-primary {
        margin-right: 1.575vw;
    }
}

@media only screen and (max-width: 760px) {
    .page-views.page-views-mainpage-primary {
        display: none;
    }
}

.tight-list-header {
    position: relative;
}

.page-views.page-views-mainpage-mobile {
    right: 0;
    bottom: 0;
    margin-right: 15px;
    font-size: 1.05rem;
}

a:hover .page-views {
    color: #FF6449;
}

.page-views .icon-eye > path {
    fill: #aaaaaa;
}

a:hover .page-views .icon-eye > path {
    fill: #FF6449;
}

/**/


@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
   .icon-eye {
       height: .74rem;
   }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) and (min-width: 715px) {
   .icon-eye {
       height: .8rem;
   }
}

.author-about p:after {
    content: "";
    position: absolute;
    width: 3.5em;
    height: 0.08rem;
    background: #ddd;
    display: block;
    top: 50%;
    margin-top: -1px;
    left: 100%;
    right: auto;
}

.author-avatar {
    padding-top: 1em;
}

.author-avatar img {
    border-radius: 100%;
    width: 4.5em;
    height: 4.5em;
    background: #ececec;
}

.author-name {
    margin-bottom: 0.1em;
}

.author-item {
    padding: 0 3.5em;
}

.author-description p{
    margin-bottom: 0 !important;
}

.author-description p:first-child {
    margin-top: 0 !important;
}

.author-box .icon-links a > span {
    width: 1.1875rem;
    height: 1.1875rem;
}

.author-block > .author-description {
    padding-top: 0.3em;
}

.author-avatar + .author-description {
    padding-top: 1em;
}

.authors {
    padding-left: 14%;
    padding-right: 14%;
    clear: both;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 640px){
    .author-box .icon-links a > span {
       background-size: contain;
    }
}

@media (max-width: 1268px){
    .authors {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (max-width: 768px){
    .authors {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
}

.row.info-block+.authors,
.row.article-with-image+.authors,
.row.article-with-image+.row.info-block {
    margin-top: 2.15em;
}

.owl-theme .owl-dots .owl-dot span {
    border-radius: 1.25rem !important;
}
/*vivaldi clients widget*/

/*vivaldi clients widget*/

.vivaldi-clients.row.logos-block {
    padding: 0;
}

.vivaldi-clients.row.logos-block.mt-085 {
    margin-top: 0.85em;
}

.vivaldi-clients.row.logos-block .container {
    padding: 2.5em 20px 2.5em;
    margin-bottom: 0;
}

.vivaldi-clients.row.logos-block .logos-row {
    margin-left: -.5em;
    margin-right: -.5em;
}

.vivaldi-clients.row.logos-block .logos-row [class*='col-'] {
    padding: .5em;
}

.vivaldi-clients .logos-row .logo-client {
    position: relative;
}

.vivaldi-clients .logos-row .logo-client .logo-name {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #ddd;
    overflow: hidden;
    font-size: 1.2vw;
    font-family: AGForeignerLightC,Trebuchet MS,Arial,Sans-Serif;
    text-align: center;
    color: #666;
    color: #373a3c;
    opacity: 0;
    padding-left: 0.2em;
    padding-right: 0.2em;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.vivaldi-clients .logos-row .logo-client:hover .logo-name {
    opacity: 1;
}

.vivaldi-clients .logos-row .logo-client .logo-name span {
    margin: auto;
}

.vivaldi-clients.row.logos-block img {
    border: 1px solid #ddd;
    background-color: #fff;
    width: 100%;
    height: 7rem;
    max-height: initial;
    padding: 0.5em;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .vivaldi-clients .logos-row .logo-client .logo-name {
        font-size: 1.9vw;
    }
}

@media (max-width: 767px) {
    .vivaldi-clients .logos-row .logo-client .logo-name {
        font-size: 1.5rem;
    }
    .vivaldi-clients.row.logos-block img {
        height: 12rem;
        padding: 1em 1.5em;
    }
}

.vivaldi-clients{
    background-color: #eee;
}
/*fix fbPixel styles*/

/*fix fbPixel styles*/

.pub_300x250.pub_300x250m.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links{
    width: 1px !important;
    height: 1px !important;
    position: absolute !important;
    left: -10000px !important;
    top: -1000px !important;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .row.content.section.blog .col-md-4.blog-link .row{
        height: 100%;
    }
}

@media (max-width: 543px) {
    /* Fix padding on technologies block on mobile screen */
    .section.projects .content-block > .row {
        margin-top: 1.5em;
    }
    .section.projects .row.box-border > .col-md-4:first-child + .content-block > .row:first-child {
        margin-top: 0;
    }
}

/* Enlarge fonts for mobile screens */
/* Enlarge fonts for mobile screens */

@media (max-width: 425px) {
    .related-posts-images .img-desc,
    .related-posts-images .review-desc,
    .post-type-archive-post .img-desc,
    .portfolio-desc p,
    .home .img-desc,
    .home .super p,
    .next-page,
    .taglist p,
    .post-type-archive-smi .testimonials-table p,
    .post-type-archive-smi .super p,
    .owl-carousel .slider-desc {
        font-size: 0.8em;
    }
    .tags-line span.tagzz {
        font-size: 1em;
    }
    .home .content.section.schema .tight-list-item>.row,
    .home .projects .content-block,
    .home .history .content-block p,
    .home .popup-desc {
        font-size: 0.9em;
    }
}
/**/

/* Infinite Scroll */


/* Infinite Scroll */

.post-archive-load-more .posts-load-more-control {
    margin-top: 2.7rem;
    margin-bottom: 0.95rem;
}

.post-archive-load-more[data-loading-trigger=button] .posts-load-more-control {
    margin-top: 0.7rem;
    margin-bottom: 0.9rem;
}

.portfolio-archive-load-more .posts-load-more-control {
    margin-top: -0.9rem;
    margin-bottom: 2.95rem;
}

.portfolio-archive-load-more[data-loading-trigger=button] .posts-load-more-control {
    margin-top: -2rem;
    margin-bottom: 3.75rem;
}

.posts-load-more-wrap {
    width: 100%;
}

.posts-load-more-wrap .loading-wrap {
    display: block;
    width: 5rem;
    height: 2rem;
    margin: 0 auto;
    font-size: 2rem;
    font-weight: 700;
    line-height: 0.5;
    color: #333;
}

.posts-load-more-wrap .loading-dots {
    position: inherit;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0;
    cursor: default;
}

.posts-load-more-wrap .loading-dots .one,
.posts-load-more-wrap .loading-dots .two,
.posts-load-more-wrap .loading-dots .three {
    opacity: 1;
    animation: none;
}

.posts-load-more-wrap.loading .loading-dots .one,
.posts-load-more-wrap.loading .loading-dots .two,
.posts-load-more-wrap.loading .loading-dots .three {
    opacity: 0;
    -webkit-animation: dot 0.9s infinite;
    animation: dot 0.9s infinite;
}

.posts-load-more-wrap.loading .loading-dots .one {
    -webkit-animation-delay: 0.0s;
    animation-delay: 0.0s;
}

.posts-load-more-wrap.loading .loading-dots .two {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.posts-load-more-wrap.loading .loading-dots .three {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.posts-load-more-wrap .btn-load-more {
    display: none;
    margin: 0 auto;
    outline: 0;
}

.posts-load-more-wrap[data-loading-trigger=button] .btn-load-more {
    display: block;
}

.posts-load-more-wrap[data-loading-trigger=button] .loading-wrap {
    visibility: hidden;
}

.posts-load-more-wrap.loading[data-loading-trigger=button] .loading-wrap {
    visibility: visible;
}

.posts-load-more-wrap.loading[data-loading-trigger=scroll] .loading-wrap {
    display: block;
}

@media only screen and (min-width: 768px) {
    .post-archive-load-more .posts-load-more-items-wrap {
        display: flex;
        flex-wrap: wrap;
    }
    .post-archive-load-more .posts-load-more-items-wrap > [class*="col-"] {
        display: flex;
        flex-direction: column;
    }
}
/* Portfolio blocks */

/* Portfolio blocks */

.portfolio-list-item {
    display: flex;
    flex-wrap: wrap;
}

.portfolio-desc-wrap {
    order: 10;
}

.portfolio-image-wrap {
    order: 20;
}

.portfolio-tags-wrap {
    order: 30;
}

.content:not(.schema):nth-child(2n+1) .portfolio-image-wrap {
    order: 5;
}

@media (max-width: 767px) {
    .portfolio-image-wrap {
        order: 5;
        padding-bottom: 1rem;
    }
}
/* Search page items */

/* Search page items */

.search-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 1.5em 14%;
}

@media (max-width: 1268px) and (min-width: 768px) {
    .search-item {
        padding-right: 5%;
        padding-left: 5%;
    }
}

@media (max-width: 768px) {
    .search-item {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.search-item:nth-of-type(2n+1) {
    background-color: #eee;
}

.search-load-more .posts-load-more-control {
    margin-top: 1.95em;
    margin-bottom: 2.95rem;
}

.search-load-more[data-loading-trigger=button] .posts-load-more-control {
    margin-top: 1.8rem;
    margin-bottom: 3.75rem;
}
/**/

/**/

.blog-page-images,
.blog-archive-images {
    padding-bottom: 1.95em;
}

.post-archive-load-more[data-loading-trigger=button] .posts-load-more-control {
    margin-bottom: 0.8rem;
}

.post-archive-load-more .posts-load-more-control {
    margin-bottom: 0.9rem;
}

@media (max-width: 767px) {
    .post-archive-load-more .posts-load-more-control {
        margin-bottom: 0;
    }
    .post-archive-load-more[data-loading-trigger=button] .posts-load-more-control {
        margin-top: 1.72rem;
    }
}
/* class will be removed after JS loaded */

/* class will be removed after JS loaded */

.posts-load-more-not-ready-yet.posts-load-more-wrap .btn-load-more {
    display: block;
}

.posts-load-more-not-ready-yet.portfolio-archive-load-more .posts-load-more-control {
    margin-top: 0;
    margin-bottom: 3.7rem;
}

.posts-load-more-not-ready-yet.portfolio-archive-load-more:nth-child(2n) {
    margin-top: 3.7rem;
}

.posts-load-more-not-ready-yet.posts-load-more-wrap .loading-wrap {
    display: none;
}
/**/

/**/

@media (max-width: 543px) {
    .search-item .search-item-image-wrap {
        padding-bottom: 1rem;
    }
}

.text-header img{
    max-height: 4em;
    height: 100%;
}

.text-header .footnote{
    padding: 0px 0px 9px 0;
    border-top: none;
    margin-top: 2em;
}

.text-header{
    padding-top: 2.15em;
    padding-bottom: 3.15em;
}

.text-header .mb-1em{
    padding-bottom: 1em;
}

@media (max-width: 767px) {
    .row.portfolio-images .col-md-4 {
        padding-top: 2.15em;
    }
    .row.portfolio-images .col-md-4:first-child {
        padding-top: 0;
    }

    .row.portfolio-images .col-md-6 {
        padding-top: 2.15em;
    }
    .row.portfolio-images .col-md-6:first-child {
        padding-top: 0;
    }
}

@media all and (min-width: 1268px){
    .form-captcha-not-valid{
        overflow: hidden;
    }
}

@media (max-width: 1000px) {
    .tech-annotation-container {
        margin-top: 1em;
    }
}

.tech-annotation {
    margin-bottom: 0;
}

.mejs__overlay-button{
    outline: none;
}

@media (max-width: 385px) {
    .carousel-short-dots {
        padding: 0 0.6em !important;
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1050;

    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.modal-open .overlay {
    opacity: 1;
    visibility: visible;
}

.visually-hidden {
    position: absolute;
    margin: -1px;
    padding: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    border: 0;
    white-space: nowrap;
    word-wrap: normal !important;
}

.modal-open {
    /* for body tag - hide the scroll when modal is open */
    overflow: hidden;
}

.modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.modal-inner {
    position: relative; /* for Close button */
	/* for Close button */
    margin: 0.5rem;
    overflow: hidden;
    background: none;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-70deg);
    -moz-transform: rotateX(-70deg);
    -ms-transform: rotateX(-70deg);
    transform: rotateX(-70deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.modal-open .modal-inner {
    overflow-x: hidden;
    overflow-y: auto;

    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
}

.close-button {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    background: none;
    border: none;
    /*
    padding: 10px;
    font-size: 35px;
    line-height: 20px;
    */
    padding: 0.8rem;
    font-size: 2.2rem;
    line-height: 1.2rem;
    font-weight: 700;
    text-align: center;
    color: white;
    z-index: 1;
}

.close-button:hover {
    color: #FEDA62;
}

.close-button.btn:focus {
    outline: 0;    /* remove blue border from custom-styled button in Chrome */
	/* remove blue border from custom-styled button in Chrome */
}

button.close-button > span {
    position: relative;  /* disable IE feature - button inner moving on click */
	/* disable IE feature - button inner moving on click */
}

@media (max-width: 840px) {
    .close-button {
        padding: 8px;
        font-size: 30px;
        line-height: 15px;
    }
}

/* Pop-up Modal box */
/* Pop-up Modal box */

.modal-content-box {
    width: 30rem;
    max-width: 33rem;
    min-width: 16rem;
}
/* Mobile screens */

/* Mobile screens */

@media (max-width: 425px) {
    .modal-content-box {
        width: 25rem;
    }
}

/* Landscape orientation */
/* Landscape orientation */

@media (max-height: 500px) {
    .modal-content-box {
        width: 26rem;
    }
}

@media (max-height: 375px) {
    .modal-content-box {
        width: 25rem;
    }
}

@media (max-height: 320px) {
    .modal {
        /* disable centering when modal higher then window */
        align-items: flex-start;
    }
    .modal-content-box {
        width: 24rem;
    }
}

.modal .subscription-bottom {
    /* fix some styles for modal box */
    margin-bottom: 0;
}


/* Glyphicons */
.subscription-top {
    position: relative;
    border-radius: 0.4rem 0.4rem 0 0;
    background-color: #FC583B;
}
/*popup fix vv*/
.subscription-img {
    min-height: 6rem;
	height: 100%;
    border-radius: inherit;
}
/* before
.subscription-img {
    min-height: 6rem;
    border-radius: inherit;
}*/

.subscription-input-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1.71rem 2.7rem;
}

.subscription-bottom {
    padding: 1.71rem 2.7rem;
    border-radius: 0 0 0.4rem 0.4rem;
}

button.subscription-button > span {
    position: relative;  /* disable IE feature with button inner moving */
	/* disable IE feature with button inner moving */
}

#page-views.page-views-left {
    left: 15px;
    margin-right: 1em;
    padding-right: 1.5em;
    margin-left: 0;
    padding-left: 0;
    bottom: -1.15rem;
}

@media (max-width: 768px){
    #page-views.page-views-left {
        bottom: -2.5rem;
    }
}

.subscription-form .icons-inner{
    display: flex;
    flex-wrap: wrap;
    margin-left: -3px;
    margin-right: -3px;
    justify-content: space-around;
}

.subscription-form .icon span {
    display: block;
    width: 2.3em;
    height: 2.3em;
    border-radius: 0.2em;
    background-color: rgba(246, 246, 246, 0.8);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 100%;
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
    margin: 0 !important;
}

.subscription-form .subscription-bottom p{
    margin: 0;
    font-size: 1.2em;
}

.subscription-form .icon span:hover {
    background-color: white;
}

.info-block blockquote h3,
.info-block h3 {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 1.5em 0 .92em;
    color: #666;
}

.info-block blockquote {
    border-left: .1em solid #c3c3c3;
}

.info-block pre{
    font-size: .6em;
    border-left: .1em solid #c3c3c3;
    padding-left: 10px;
    margin-top: 1em;
    margin-bottom: 1em;
    font-style: normal;
}

#footer a.free-estimate {
	color: #fd9179;
}

@media (max-width: 768px) {
	.portfolio-images img.xs-mgt {
		margin-top: 1.5em;
	}
}

.image-slider .image-slider-item{
	height: auto;
	width: 100%;
}

.image-slider .image-slider-item img{
	margin: 0 auto;
	width: auto !important;
}

.image-slider .image-slider-item img.fullwidth{
	width: 100% !important;
}
.row.table-block .row a > img.technology-logo {
    width: 100% !important;
}
.post-type-archive-portfolio #page-views {
    bottom: -1.75rem;
}
@media (max-width: 768px) {
    .post-type-archive-portfolio #page-views {
        bottom: -4.2rem;
    }
}
.sort-button {
    position: absolute;top: 0.25em;
    display: inline-block;
    cursor: pointer;
    line-height: unset;
    width: auto;
    border: 2px solid #8997ac;
    background-color: #8997ac;
    border-radius: .25rem;
    outline: 0;
    padding: .5rem;
    text-decoration: none!important;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    white-space: nowrap;
}
.sort-button:not(:hover) {
    color: #fff;
}
.sort-button:hover, .sort-button.active {
    color: #8997ac!important;
    background: #fff;
}
.sort-button.active:hover {
    color: #fff!important;
    background: #8997ac;
}
.page-template-single-technology #page-views {
    bottom: -1.75rem;
}
.page-template-single-technology .row.article-body.container.schema h1 {
    padding-right: 2rem;
}
@media (max-width: 768px) {
    .page-template-single-technology #page-views {
        bottom: -4.2rem;
    }
}
@media (max-width: 500px) {
    .page-template-single-technology .row.article-body.container.schema h1 {
        padding-right: 3rem;
    }
    .sort-button {
        right: 0.25rem;
    }
}


/* Recording of the portfolio "Planning group swimming lessons" */

@media only screen and  (max-width: 768px){ 
	.architecture-diagram {
        display: none !important; /* Hides images with diagrams on page */
    }
}


/* Classes for point control of padding */

.p-t-2em {
	padding-top: 2.15em !important;
}
.p-b-2em {
	padding-bottom: 2.15em !important;
}
.p-y-2em {
	padding-top: 2.15em !important;
	padding-bottom: 2.15em !important;
}

.white-on-white {
	border: 1px solid lightgray;
}

a.info-orange-button:hover {
    color: #FF6449 !important;
    background: url(images/tile.png) repeat scroll 0 0 transparent;
}


/*accept privacy policy checkbox*/
#acceptId + span {
    margin-left: 15px;
    font-size: clamp(14px, 0.8vw, 60px) !important;
}

#acceptId[type="checkbox"] {
    padding: 10px;
    accent-color: black;
    /*border: thin solid #ccc;*/
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: clamp(18px, 0.8vw, 70px);
    height: clamp(18px, 0.8vw, 70px);
    border: 1px solid #cccccc;
    /*border-width: 0.01rem;*/
    border-radius: 0.25rem;
    background-color: #fff;
    cursor: pointer;
    margin: -5px 0px -5px 0px;
}

#acceptId[type="checkbox"]:checked {
    background-color: #ff6449;
    border-color: #ff6449;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.wpcf7-form-control.wpcf7-acceptance.wpcf7-not-valid {
    /*padding: 10px;*/
    /*border-radius: 3px;*/
    border: none;
}

/* Универсальный адаптивный стиль для всех экранов */
div.col-md-10.offset-md-2:has(
        span > span.wpcf7-form-control.wpcf7-acceptance.wpcf7-not-valid
    ) {
    border: 1px solid #ff6449;
    padding: clamp(10px, 0.4vw, 15px) 15px clamp(8px, 0.6vw, 23px) 15px;
    border-radius: 3px;
}

/* Для малых экранов (меньше 449px) */
@media (max-width: 449px) {
    div.col-md-10.offset-md-2:has(
            span > span.wpcf7-form-control.wpcf7-acceptance.wpcf7-not-valid
        ) {
        padding: 18px 15px 5px 15px;
    }
}