/*
Theme Name: DSL2010
Version: 1.0
Description: DSL Wordpress theme
Author: Developer
*/
.open-contacts--mobile {
	max-width: 27px;
	cursor: pointer;
}
.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	align-items: center;
	justify-content: center;
	z-index: 5;
}
.modal-overlay {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, .85)
}
.modal-content {
	padding: 20px 25px 10px;
	background-color: #fff;
	position: relative;
	z-index: 3;
	max-width: 280px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form .wpcf7-response-output {
	color: #000!important;
}
.modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 5;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.modal-close:before,
.modal-close:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 20px;
	background-color: #000;
	z-index: 6;
	top: 0;
	left: 10px;
}
.modal-close:before {
	transform: rotate(45deg);
}

.modal-close:after {
	transform: rotate(-45deg);
}
.modal .modal-content iframe {
	width: 100%!important;
	height: 420px!important;
}

.modal .wpcf7-submit {
	padding: 12px;
	outline: none;
	color: #fff;
	background-color: #ec0e0e;
	letter-spacing: 1px;
	cursor: pointer;
	border: 0;
}
.menu-footer {
	list-style: none;
}
.menu-footer .sub-menu {
	display: none;
}

.menu-footer li:last-child {
	display: none;
}
.footer .footer-menu a {
	font-family: 'Montserrat';
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
}
.footer .footer-menu a:before {
	display: none;
}
.menu .menu-item-has-children {
	position: relative;
}
.menu li.menu-item-has-children .sub-menu{
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
	height: 0;
	list-style: none;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
}
.menu .menu-item-has-children .sub-menu li {
	z-index: 5;
	margin: 0;
	border-bottom: 1px solid #f6f6f6;
}
 .menu li.menu-item-has-children:hover > .sub-menu {
	visibility: visible;
	opacity: 1;
	 height: auto;
}
.menu .menu-item-has-children .sub-menu li a {
	background-color: #f6f6f6;
	display: block;
	width: 200px;
	padding: 10px 15px;
	transition: .3s;
}
.menu .menu-item-has-children .sub-menu li a:hover {
	background-color: #e2e2e2;
	color: #ec0e0e;
}
.menu .menu-item-has-children .sub-menu li a:before {
	display: none;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	color: white;
}
.wpcf7 form.sent .wpcf7-response-output {
	color: white;
}
@media screen and (max-width: 767px) {
  input, select, textarea {
    font-size: 16px;
  }
}
@font-face {
  font-family: Montserrat;
  src: url(fonts/Montserrat-Regular.ttf); }

@font-face {
  font-family: Montserrat-Light;
  src: url(fonts/Montserrat-Light.ttf); }

@font-face {
  font-family: Montserrat-Medium;
  src: url(fonts/Montserrat-Medium.ttf); }

@font-face {
  font-family: Montserrat-SemiBold;
  src: url(fonts/Montserrat-SemiBold.ttf); }

@font-face {
  font-family: Montserrat-Bold;
  src: url(fonts/Montserrat-Bold.ttf); }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, .page {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*font: inherit;*/
  vertical-align: baseline; }

input[type="text"] {
  -webkit-appearance: none;
  border-radius: 0; }

input[placeholder] {
  outline: none; }

input[type="tel"] {
  -webkit-appearance: none;
  border-radius: 0; }

input, select {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/* HTML5 display-role reset for older browsers */
body {
  line-height: 1; }

li {
	line-height: 1.4;
}

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ''; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  max-width: 100%; }

html {
  scroll-behavior: smooth;
  font-family: 'Montserrat', sans-serif; }

a {
  font-family: 'Montserrat', sans-serif;
  text-decoration: none; }

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

.h2 {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 44px;
  font-family: 'Montserrat-Bold', sans-serif; }

.subtitle {
  color: #6c757d;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  line-height: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1.5px; }


.about-wrapper .subtitle {
	display: block;
}

p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 24px; }

.bold {
  font-weight: bold;
  font-family: 'Montserrat', sans-serif; }

.small-title {
  font-size: 16px;
  font-weight: bold;
  color: #000000; }

.small-text {
  font-size: 12px;
  color: black;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 15px; }

.btn {
  padding: 15px 45px;
  border: 1px solid black;
  font-size: 11px;
  line-height: 1;
  color: white;
	cursor: pointer;
  position: relative;
  background-color: transparent;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700; }
  .btn:before {
    content: '';
    width: 26px;
    height: 1px;
    background-color: white;
    color: white;
    position: absolute;
    top: 50%;
    left: -13px;
    z-index: 2; }
  .btn:after {
    content: '';
    width: 26px;
    height: 1px;
    background-color: white;
    color: white;
    position: absolute;
    top: 50%;
    right: -13px;
    z-index: 2; }

.btn--red {
  border: 1px solid #ec0e0e !important;
  background-color: #ec0e0e;
  transition: .3s;
  border: 0; }
  .btn--red a {
    color: white; }
    .btn--red a:hover:before {
      display: none; }
  .btn--red:after, .btn--red:before {
    background-color: white; }
  .btn--red:hover {
    color: black;
    background: transparent; }
    .btn--red:hover:before, .btn--red:hover:after {
      background-color: #ec0e0e; }
.btn-homepage-menu--red a {
	padding: 15px 30px;
}
.btn-black {
  color: black; }

.btn-project {
	cursor: pointer;
  transition: .3s;
  color: black;
  font-family: 'Montserrat-bold', sans-serif; }
  .btn-project:before, .btn-project:after {
    background-color: black; }
  .btn-project:hover {
    background: black;
    color: white;
    border: 1 px solid white; }
    .btn-project:hover:after, .btn-project:hover:before {
      background: white; }

.big-transparent-text {
	font-size: 135px;
    font-family: 'Montserrat-Bold', sans-serif;
    color: white;
    text-transform: uppercase;
    -webkit-text-stroke: 1px rgba(126, 125, 125, 0.4);
	position: relative;
	top: 50px;
	z-index: 1;
	line-height: 1;
	opacity: 0;
	margin-top: 8vh;
	animation: opacityAnim 1s ease-in forwards;
}

.big-main-text {
	line-height: 1.1;
	font-family: 'Montserrat-Bold', sans-serif;
	font-size: 48px;
	margin-bottom: 80px;
	position: relative;
	z-index: 2;
	margin-left: 40px;
	opacity: 0;
	top: 20px;
	animation: mainAnim 1s ease-in forwards;
}
.main-buttons-wrapper {
	margin-left: 60px;
	position: relative;
	top: 20px;
	opacity: 0;
	animation: mainAnim 1s ease-in forwards;
}
.main-buttons-wrapper .btn--red {
	margin-right: 60px;
}

.input {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #7e7d7d;
  padding: 8px 0;
  max-width: 170px;
  font-size: 14px; }
  .input::-webkit-input-placeholder {
    color: #7e7d7d; }
  .input::-moz-placeholder {
    color: #7e7d7d; }
  .input:-ms-input-placeholder {
    color: #7e7d7d; }
  .input::-ms-input-placeholder {
    color: #7e7d7d; }
  .input::placeholder {
    color: #7e7d7d; }

@media only screen and (max-width: 480px) {
  p {
    font-size: 14px;
    line-height: 20px; }
  .btn {
    padding: 14px 35px; }
  .h2 {
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 34px; }
  .subtitle {
    font-size: 14px;
    font-weight: 900;
    line-height: 16px;
    margin-bottom: 10px; } }



#qtranxs_select_qtranslate-chooser {
	border: 0;
	font-size: 13px;
    color: black;
	outline: none;
	font-weight: 600;
    font-family: 'Montserrat';
	background: transparent;
	margin-top: 20px;
}


.top-bar {
	justify-content: space-between;
}
.top-bar-social {
	display: flex;
	margin-left: 25px;
	flex-shrink: 0;
}
.top-bar__logo {
	width: 175px;
}
.top-bar-lower {
	/*display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 7px;
	*/
	position: fixed; 
    top: 62px; 
    left: 50%; 
    transform: translateX(-50%);
    width: 1240px; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0; 
    padding: 7px 20px; 
    background-color: #fff; 
    z-index: 1000; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
}
.messangers img {
	width: 28px;
}
.page-about .features-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 50px;
}
.page-about .features-wrapper {
	padding: 70px 0;
}
.page-about .features-wrapper .features-item__number {
	font-size: 48px;
	font-family: 'Montserrat-Bold', sans-serif;
	color: #ec0e0e;
	margin-bottom: 15px;
}
.page-about .features-wrapper .features-item__title {
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: 900;
	color: #000;
}
.page-about .features-wrapper .features-item__text {
	color: #000;
}

.page-about .service-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px 50px;
	margin-top: 70px;
}
.page-about .about-service {
	padding: 70px 0;
}
.page-about .about-service-item {
	padding: 25px 15px;
}
.page-about .service-wrapper .service-item {
	border: 1px solid #6c757d;
    padding: 30px;
    border-radius: 4px;
}
.page-about .service-wrapper .service-item__title {
	font-weight: 900;
    font-size: 18px;
	margin-bottom: 27px;
}

.page-about .service-wrapper .service-item__img {
	max-width: 150px;
}
.page-about .service-wrapper .service-item-inner {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.page-about .about-partners {
	padding: 120px 0;
}
.page-about .partners-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 0 35px;
}
.page-about .partners-content h2 {
	margin-bottom: 40px;
}
.page-about .partners-logos {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px 35px;
}
.page-about .partners-logos .partners-logos__logo {
	width: 130px;
	height: 100px;
	object-fit: contain;
}

.main {
  height: 100vh;
  position: relative;}
.main-page-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	max-width: 40vw;
}
.header--mobile {
  display: none; }

.header--mobile-wrapper {
	display: flex;
	max-height: 30px;
}
.header--mobile-wrapper img{
	margin-right: 20px;
}
.header--mobile-switcher {
	text-align: center;
}

.mobile-menu {
  display: none; }

.top-bar {
  display: flex;
	margin-left: 50px;
  /*padding: 5px 0;
  border-bottom: 1px solid  #ebebeb;*/ }
  .top-bar .phones {
    display: block;
    margin-right: 30px;
	  margin-top: 5px;
	  margin-left: 650px;
    font-size: 14px; }
    .top-bar .phones-link {
      display: flex;
      align-items: center;
      /*color: #6c757d;*/
		color: #000;
		font-weight: bold;
      margin-right: 10px;
	  margin-bottom: 10px;
}
      .top-bar .phones-link img {
        margin-right: 5px;
        max-width: 16px; }

.modal--contacts .modal-content {
	display: flex;
	flex-direction: column;
	padding: 30px;
}
.modal--contacts .modal-title {
	font-size: 12px;
	margin-bottom: 10px;
	color: #6c757d;
}
.modal--contacts .modal-text {
	font-size: 14px;
	margin-bottom: 8px;
	color: #000;
}

.modal--contacts .phones {
    display: flex;
	flex-direction: column;
    margin-right: 0;
	margin-top: 20px;
    font-size: 14px; }
    .modal--contacts .phones-link {
		line-height: 21px;
		margin-bottom: 15px;
      display: flex;
      align-items: center;
      color: #000;
      margin-right: 10px; }
      .modal--contacts .phones-link img {
		top: 1px;
        margin-right: 5px;
        max-width: 16px; }
.modal--contacts .modal-content .modal-address-link {
	margin-bottom: 28px;
}
.modal--contacts .messangers {
	justify-content: center;
}
.modal--contacts .messangers img {
	width: 40px;
}
.messangers {
  /*display: flex;
  align-items: center;*/ }

svg text {
  font-family: 'Montserrat', sans-serif;
  stroke: #000;
  font-size: 90px;
  font-weight: 400;
  stroke-width: 1;
  stroke-opacity: 0.2;
  animation: textAnimate 4s forwards alternate;
  
}

@keyframes textAnimate {
  0% {
    stroke-dasharray: 0 50%;
    stroke-dashoffset:  20%;
    fill: transparent;

  }
  
  100% {
    stroke-dasharray: 50% 0;
    stroke-dashoffstet: -20%;
    fill: transparent;
  }
  
}

.messangers-link {
  margin-right: 10px; }
  .messangers-link:last-child {
    margin-right: 0; }

.menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
	list-style: none;
  padding: 15px 0; }
  .menu-item {
    margin-right: 20px; }
    .menu-item a {
      font-family: 'Montserrat-Bold', sans-serif;
      letter-spacing: 0.5px;
      color: black;
      text-transform: uppercase;
      font-size: 12px;
      position: relative; }
      .menu-item a:before {
        content: '';
        width: 0;
        height: 2px;
        background-color: white;
        position: absolute;
        left: 0;
        transition: .3s;
        bottom: -3px; }
      .menu-item a:hover {
        color: black; }
        .menu-item a:hover:before {
          background-color: #ec0e0e;
          width: 15px; }
    .menu-item:last-child {
      margin-right: 0;
      margin-left: 35px; }
    .menu-item--red {
      border: 1px solid #ec0e0e !important;
      background-color: #ec0e0e;
      transition: .3s;
      border: 0; }
      .menu-item--red a {
        color: white; }
        .menu-item--red a:hover {
          color: black; }
          .menu-item--red a:hover:before {
            display: none; }
      .menu-item--red:after, .menu-item--red:before {
        background-color: white; }
      .menu-item--red:hover {
        background: transparent; }
        .menu-item--red:hover a {
          color: black; }
        .menu-item--red:hover:before, .menu-item--red:hover:after {
          background-color: #ec0e0e; }
.current-menu-item a:before {
	background-color: #ec0e0e;
    width: 15px; 
}

.main__img {
  margin-top: 15vh; }

.about {
  padding: 70px 0 0; }
  .about-upper {
    display: flex; }
  .about-img {
    margin-right: 50px;
    max-width: 350px;
	max-height: 370px;}
  .about-wrapper p {
    color: #000;
    margin-bottom: 15px;
    font-size: 14px; }
  .about-wrapper .btn {
    transition: .3s;
    color: black; }
    .about-wrapper .btn:before, .about-wrapper .btn:after {
      background-color: black; }
    .about-wrapper .btn:hover {
      background: black;
      color: white;
      border: 1 px solid white; }
      .about-wrapper .btn:hover:after, .about-wrapper .btn:hover:before {
        background: white; }
  .about-lower {
    padding: 60px 0 0; }
  .about-features {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 90px; }
  .about-item {
    display: flex;
    align-items: center; }
    .about-item img {
      max-width: 50px;
      margin-right: 20px; }
    .about-item p {
      font-size: 14px;
      font-weight: 700; }

.projects {
  padding: 60px 0; }

.project-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 60px; }
  .project-wrapper:last-child {
    margin-bottom: 0; }
  .project-wrapper .project-content-wrapper {
    display: flex;
    flex-direction: column; }
    .project-wrapper .project-content-wrapper p {
      font-size: 14px;
      color: #7e7d7d;
      line-height: 1.5;
      font-family: 'Montserrat';
      margin-bottom: 25px; }
    .project-wrapper .project-content-wrapper .project-year {
      color: black;
      font-weight: 400;
      font-size: 12px;
      position: relative; }
      .project-wrapper .project-content-wrapper .project-year:before {
        content: '';
        position: absolute;
        top: 45%;
        right: -70px;
        width: 55px;
        height: 1px;
        background-color: black; }
  .project-wrapper .project-img-wrapper {
    position: relative; }
    .project-wrapper .project-img-wrapper .project-img {
      max-width: 600px; }
  .project-wrapper--left .project-year:before {
    left: -70px; }
  .project-wrapper--left .project-img-wrapper {
    margin: 0 50px 0 0;
    order: 1; }
  .project-wrapper--left .project-content-wrapper {
    align-items: flex-start;
    order: 2; }
  .project-wrapper--right .project-year:before {
    right: -70px; }
  .project-wrapper--right .project-img-wrapper {
    margin: 0 0 0 50px;
    order: 2; }
  .project-wrapper--right .project-content-wrapper {
    align-items: flex-end;
    text-align: right;
    order: 1; }

.feedback {
  padding: 60px 0;
  background: url("img/bg-form.jpg") no-repeat center/cover; }
  .feedback-wrapper {
    display: flex; }
.feedback-content p {
	color: white;
}
  .feedback-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 60px; }
    .feedback-content__smalltitle {
      font-size: 24px;
      font-family: 'Montserrat', sans-serif;
      line-height: 1.3;
      color: white;
      text-transform: uppercase;
      margin-bottom: 15px; }
    .feedback-content__bigtitle {
      font-size: 42px;
      font-family: 'Monserrat', sans-serif;
      font-weight: 700;
      line-height: 1.25;
      margin-bottom: 15px;
      color: white;
      text-transform: uppercase; }
    .feedback-content__text {
      font-size: 14px;
      line-height: 24px;
      color: white; }
  .feedback-form-wrapper {
	  display: flex;
	  flex-direction: column;
	text-align: center;
    background-color: white; }
  .feedback-form__title {
    font-family: 'Montserrat-Bold';
    font-size: 21px;
    font-weight: 800px;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase; }
  .feedback-form {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .feedback-form-inputs-wrapper {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-gap: 20px;
      margin-bottom: 40px; }
    .feedback-form button {
      cursor: pointer; }
.feedback-form-inputs-wrapper input {
	max-width: 210px;
}
.blog {
  padding: 40px 0; }
  .blog .news-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 35px; }
  .blog .news-item {
    display: flex;
    flex-direction: column; }
    .blog .news-item__date {
      margin: 14px 0 7px;
      font-size: 12px;
      color: #7e7d7d; }
    .blog .news-item__title {
      font-weight: 900;
      line-height: 24px;
      margin-bottom: 5px;
      color: black; }
.news-wrapper .news-item img {
	max-height: 250px;
	object-fit: cover;
}
.license-open-img {
	height: 280px;
	overflow: hidden;
}
.footer {
  padding: 60px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb; }
  .footer-wrapper {
    display: flex; }
    .footer-wrapper-img {
      margin-right: 30px; }
      .footer-wrapper-img img {
        width: 200px; }
  .footer-about {
    display: flex;
    flex-direction: column;
    margin-right: 40px;
    max-width: 350px; }
  .footer__title {
    font-size: 18px;
    color: black;
    margin-bottom: 20px; }
  .footer__text {
    color: #7e7d7d;
    font-size: 14px; }
  .footer-menu {
    display: flex;
    flex-direction: column;
    flex-basis: 15%; }
    .footer-menu a {
      color: #7e7d7d;
      font-size: 14px;
      margin-bottom: 10px; }
      .footer-menu a:last-child {
		  font-family: 'Montserrat';
    font-weight: 500;
    text-transform: capitalize;
        margin-bottom: 0; }
  .footer-address {
    display: flex;
    flex-direction: column;
    flex-basis: 31%; }
    .footer-address-item {
      display: flex;
      flex-direction: column; }
	.footer-address-item-wrapper {
		max-height: 40px;
		display: flex;
		margin-bottom: 4px;
	}
	.footer-address-item-wrapper p {
		line-height: 21px;
	}
.phones-link img {
    position: relative;
	top: 3px;}
.top-bar.phones-link img {
	top: 1px;}
      .footer-address-item img {
        margin-right: 10px;
        max-width: 15px; }
      .footer-address-item a {
		  line-height: 34px;
		  font-size: 14px;
        color: #7e7d7d; }
  .footer-social {
    display: flex;
    margin-top: 15px; }
    .footer-social a {
      margin-right: 15px; }
      .footer-social a:last-child {
        margin-right: 0; }
      .footer-social a img {
        width: 40px; }

.copyright {
  padding: 30px 0; }
  .copyright p {
    font-size: 14px;
    color: black; }

.page-utilization .main {
  height: auto; }

.page-utilization .container {
  max-width: 1280px; }

.page-utilization .logo-other {
  width: auto;
  margin-right: auto; }

.page-utilization .main {
  background: white; }
  .page-utilization .main-util {
    padding: 100px 50px 25px;
    text-align: center; }

.page-utilization .util-wrapper {
  padding: 35px 0 100px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0 50px; }
.page-template-liecenses .license-wrapper {
	display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin-top: 60px;
}
.page-template-liecenses .license-wrapper a {
	text-align: center;
}
.page-template-liecenses .license-wrapper {
	margin-top: 70px;
}
.page-project-utilization .license-item-wrapper, .page-template-liecenses .license-item-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.page-project-utilization .license-item-wrapper .license-item__link, .page-template-liecenses .license-item-wrapper .license-item__link {
	font-size: 13px;
	font-weight: 900;
	color: #000;
	transition: .3s;
	margin-top: 15px;
}
.page-project-utilization .license-item-wrapper .license-item__link:hover, .page-template-liecenses .license-item-wrapper .license-item__link:hover {
	color: #ec0e0e;
}

.page-utilization .util-item {
  display: flex;
  flex-direction: column;
  outline: none;}
  .page-utilization .util-item-img-wrapper {
	height: 80px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 60px 25px;
    background: url(img/util-projects-img.png); }
.page-utilization .util-item:nth-child(2) .util-item-img-wrapper {
	background: url(img/util-projects-img.png);
}
.page-utilization .util-item:nth-child(1) .util-item-img-wrapper {
	background: url(https://www.dsl2010.com.ua/wp-content/uploads/2021/02/DSL-2010-opasnye-othody-min.png);
}
.page-utilization .util-item:nth-child(3) .util-item-img-wrapper {
	background: url(https://www.dsl2010.com.ua/wp-content/uploads/2021/02/DSL2010-gryz-min.png);
}
  .page-utilization .util-item__subtitle {
    text-transform: uppercase;
    color: white;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    z-index: 2; }
  .page-utilization .util-item__title {
	  text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Montserrat-bold', sans-serif;
    font-weight: 700;
    color: white;
    z-index: 2; }
.util-item-list {
	list-style: none;
}
  .page-utilization .util-item-list__item {
	  outline: none;
    background-color: #ebebeb;
    margin-bottom: 2px;
	  display: flex;
    padding: 10px 0 10px 20px; }
    .page-utilization .util-item-list__item:hover {
	  color: #fff;
      background-color: #ec0e0e; }
      .page-utilization .util-item-list__item:hover .util-item-list__item-link {
        color: white; }
    .page-utilization .util-item-list__item-link {
		outline: none;
      color: black;
      font-family: 'Montserrat', sans-serif;
      font-size: 12px;
      font-weight: 900; }

.page-utilization .util-about {
  padding: 40px 0 125px; }

.page-utilization .util-about__img {
	padding: 0 30px 30px 0;
	float: left;
	object-fit: contain;
  max-width: 550px; }
.page-template-projects .util-about .util-about-wrapper {
	display: flex;
}
.page-utilization .util-about-content {
  flex-direction: column;
  justify-content: center;
  margin-left: 40px; }
.util-about-wrapper.util-about-wrapper--revert {
	width: 100%;
	display: inline-block;
}
.page-utilization .util-buttons-wrapper {
  margin: 50px 0;
  display: flex;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 30px; }
  .page-utilization .util-buttons-wrapper a.btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }

.page-project-utilization .util-about-wrapper--revert .util-about__img {
	float: right;
	margin-left: 20px;
  order: 2; }

.page-project-utilization .util-about-wrapper--revert .util-about-content {
  margin: 0 50px 0 0; }

.page-project-utilization .about-lower {
  padding: 80px 0 100px; }

.page-project-utilization .licenses {
  padding: 70px 0 80px; }

.page-project-utilization .license-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
  margin-top: 60px; }

.page-contact .util-about-wrapper .util-about-content {
  margin: 0 50px 0 0;
  flex-basis: 50%; }
  .page-contact .util-about-wrapper .util-about-content p {
    font-weight: 500;
    color: #7e7d7d; }
  .page-contact .util-about-wrapper .util-about-content .contacts-about-wrapper {
    padding: 60px 0 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0 40px; }
    .page-contact .util-about-wrapper .util-about-content .contacts-about-wrapper .contacts-about-item {
      position: relative;
      padding-top: 30px; }
      .page-contact .util-about-wrapper .util-about-content .contacts-about-wrapper .contacts-about-item:before {
        content: '';
        position: absolute;
        top: 0;
        width: 70px;
        height: 1px;
        background-color: black; }
      .page-contact .util-about-wrapper .util-about-content .contacts-about-wrapper .contacts-about-item p {
        text-transform: uppercase;
        color: black;
        letter-spacing: 3px;
        font-weight: 700;
        font-size: 11px;
        margin-bottom: 20px; }
      .page-contact .util-about-wrapper .util-about-content .contacts-about-wrapper .contacts-about-item a {
        font-size: 13px;
        font-weight: 700;
        color: #000;
        display: block;
        margin-bottom: 15px; }
        .page-contact .util-about-wrapper .util-about-content .contacts-about-wrapper .contacts-about-item a:last-child {
          margin-bottom: 0; }

.page-contact .util-about-wrapper .util-about-map-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 50%; }
  .page-contact .util-about-wrapper .util-about-map-wrapper .map-wrapper {
    width: 100%;
    margin-bottom: 50px; }
    .page-contact .util-about-wrapper .util-about-map-wrapper .map-wrapper iframe {
      height: 350px;
      width: 100%; }

.background-wrapper {
  position: relative; }
  .background-wrapper__title {
    font-size: 115px;
    font-family: 'Montserrat-Bold', sans-serif;
    color: white;
    text-transform: uppercase;
    -webkit-text-stroke: 1px rgba(126, 125, 125, 0.4); }
  .background-wrapper__name {
    font-size: 22px;
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .background-wrapper__subtitle {
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    position: relative;
    top: -40px; }

@media (min-width: 600px) and (max-width: 1023px) {
	.page-about .service-wrapper {
		grid-template-columns: 1fr;
	}
	 .amoforms_iframe {
		width: 55%!important;
	}
  .about-upper .about-img {
    max-width: 40%; }
  .project-wrapper .project-img-wrapper {
    text-align: center; }
    .project-wrapper .project-img-wrapper .project-img {
      max-width: 70%; }
  .feedback-form-wrapper {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 40px auto 0; }
  .footer .footer-wrapper {
    display: -ms-grid;
    display: grid;
    grid-gap: 50px 0;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr; }
  .page-utilization .util-wrapper {
    margin: 0 auto; }
  .page-project-utilization .util-buttons-wrapper {
    -ms-grid-columns: 1fr 1fr !important;
    grid-template-columns: 1fr 1fr !important; }
  .background-wrapper__title {
    font-size: 90px; }
  .background-wrapper__subtitle {
    top: -25px; } }

@media (min-width: 1024px) and (max-width: 1230px) {
  .background-wrapper__title {
    font-size: 110px; }
  .background-wrapper__subtitle {
    top: -25px; } }

.page-utilization .amoforms_iframe {
	width: 40%!important;
}
 .amoforms_iframe {
	width: 75%!important;
}

@media only screen and (max-width: 768px) {
	
.page-template-liecenses .blog {
	padding: 5px 0 60px;
}

.page-utilization .amoforms_iframe {
	width: auto!important;
}
	.amoforms_iframe {
	width: auto!important;
}
	.license-open-img {
		height: auto;
	}
	
	.home .about-item {
		text-align: center;
	}
	.home .about-item img {
		margin: 0 auto;
	}
	.footer-menu {
		display: none;
	}
	.page-template-liecenses .license-wrapper {
	grid-template-columns: 1fr 1fr;
}
	.page-about .partners-logos {
		grid-template-columns: 1fr 1fr;
	}
	.page-about .partners-logos .partners-logos__logo {
		height: 75px;
	}
	.page-about .service-wrapper .service-item-inner {
		flex-direction: column;
		align-items: flex-start;
	}
	.page-about .service-wrapper .service-item-inner .service-item__img {
		margin-bottom: 30px;
	}
	.page-about .service-wrapper {
		grid-template-columns: 1fr;
	}
	.page-about .partners-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 35px;
}
  .header {
    display: none; }
    .header--mobile {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 0;
      position: relative; }
      .header--mobile .open-menu {
        position: relative;
        width: 30px;
        height: 23px; }
        .header--mobile .open-menu span {
          position: absolute;
          top: 0;
          left: 0;
          width: 30px;
          height: 2px;
          background: black;
          transition: .3s; }
          .header--mobile .open-menu span:nth-child(2) {
            top: 10px; }
          .header--mobile .open-menu span:last-child {
            top: 20px; }
      .header--mobile .open-menu-active {
        z-index: 55;
        position: fixed;
        right: 20px; }
        .header--mobile .open-menu-active span:first-child {
          transform: rotate(45deg);
          top: 9px; }
        .header--mobile .open-menu-active span:nth-child(2) {
          transform: rotate(-45deg);
          top: 9px; }
        .header--mobile .open-menu-active span:last-child {
          width: 0px; }
  .mobile-menu {
    position: fixed;
    left: -300vw;
    top: 0;
    z-index: 55;
    background: white;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    transition: .3s;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center; }
    .mobile-menu-list {
      display: flex;
      flex-direction: column;
      align-items: center;
		list-style: none;
      padding: 0; }
      .mobile-menu-list__item {
        margin-right: 0;
        margin-bottom: 40px; }
        .mobile-menu-list__item:last-child {
          margin-left: 0;
          margin-bottom: 0; }
        .mobile-menu-list__item a {
          font-size: 18px;
          color: black;
          font-family: 'Montserrat', sans-serif;
          font-weight: 900; }
      .mobile-menu-list .btn {
        padding: 12px 26px; }
        .mobile-menu-list .btn a {
          color: white;
          font-size: 16px; }
	.mobile-menu .sub-menu {
		display: none;
	}
	.mobile-menu-list li:last-child {
		display: none;
	}
  .mobile-menu-active {
    left: 0; }
  .about-upper {
    flex-direction: column; }
    .about-upper .about-img {
      max-width: 70%;
      margin: 0 auto 20px; }
  .about-features {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 40px 30px; }
  .project-wrapper {
    flex-direction: column; }
    .project-wrapper .project-img-wrapper {
      margin: 0; }
      .project-wrapper .project-img-wrapper .project-img {
        max-width: 100%; }
    .project-wrapper .project-year {
      margin-bottom: 10px !important;
      margin-top: 15px; }
      .project-wrapper .project-year:before {
        display: none; }
    .project-wrapper h2 {
      line-height: 40px;
      margin-bottom: 10px; }
  .project-wrapper--right .project-content-wrapper {
    text-align: left;
    align-items: flex-start; }
  .project-wrapper--right .project-img-wrapper {
    order: 0; }
  .feedback-content {
    margin-right: 0; }
  .feedback-wrapper {
	  align-items: center;
    flex-direction: column; }
  .feedback-content__smalltitle {
    font-size: 17px; }
  .feedback-content__bigtitle {
    font-size: 32px;
    line-height: 1.3; }
  .feedback-form-wrapper {
    margin-top: 40px; }
    .feedback-form-wrapper .input {
      width: 100%; }
  .blog .news-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }
  .footer-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 40px; }
  .footer-wrapper-img,
  .footer-about {
    margin-right: 0; }
  .page-utilization .main-util {
    padding: 50px 0; }
  .page-utilization .util-wrapper {
    display: block;
    width: 60%; }
  .page-utilization .util-about {
    padding: 40px 0 60px; }
  .page-utilization .util-about-wrapper {
    flex-direction: column; }
  .page-utilization .util-about__img {
	padding: 0 0 30px;
    max-width: 100%; }
	.page-utilization .util-section .util-item {
		margin-bottom: 30px;
	}
  .page-utilization .util-item__title {
    font-size: 18px; }
  .page-utilization .util-item__subtitle {
    font-size: 14px;
    margin-bottom: 7px; }
  .page-utilization .util-about-content {
    margin-left: 0; }
    .page-utilization .util-about-content h2 {
      margin-top: 15px;
      font-size: 24px;
      line-height: 1.25; }
	.util-about-content ul {
		padding: 0 0 0 20px;
	}
  .page-utilization .util-buttons-wrapper {
    flex-direction: column;
    margin: 50px 0 0;
    grid-gap: 30px 0; }
    .page-utilization .util-buttons-wrapper a.btn {
      width: auto;
	  margin-bottom: 20px;
      text-align: center; }
  .page-project-utilization .util-about-wrapper--revert .util-about__img {
	  float: unset;
	  margin-left: 0;
    order: 0; }
  .page-project-utilization .license-wrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px; }
	.page-project-utilization .license-item-wrapper .license-item__link {
		font-size: 10px;
	}
	.page-about .features-wrapper {
		grid-template-columns: 1fr;
		grid-gap: 35px;
	}

}
    .page-project-utilization .util-about-wrapper--revert .util-about-content {
      margin: 0;
    }
@media only screen and (max-width: 550px) {
	.background-wrapper svg {
		max-height: 100px;
	}
	svg text {
		font-size: 36px;
	}
	.big-transparent-text {
		font-size: 55px;
		top: 25px;
	}
	.big-main-text {
		font-size: 28px;
		margin-left: 0;
	}
	.big-main-text br {
		display: none;
	}
	.main-buttons-wrapper {
		margin-left: 0;
		display: flex;
		flex-direction: column;
	}
	.main-buttons-wrapper .btn {
		margin-right: 0;
		margin-bottom: 20px;
		max-width: max-content;
		text-align: center;
	}
  .background-wrapper {
    position: relative; }
    .background-wrapper__title {
      font-size: 44px;
      font-family: 'Montserrat-Bold', sans-serif;
      color: white;
      text-transform: uppercase;
      -webkit-text-stroke: 1px rgba(126, 125, 125, 0.4); }
    .background-wrapper__name {
      font-size: 14px;
      position: absolute;
      top: 42%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .background-wrapper__subtitle {
      font-family: 'Montserrat-Bold', sans-serif;
      font-size: 16px;
      text-transform: uppercase;
      position: relative;
      top: -5px; }
  .page-utilization .util-wrapper {
    width: 90%;
    padding: 60px 0;
    margin: 0 auto; }
  .page-utilization .util-item__title {
    font-size: 15px; }
  .page-contact .util-about-wrapper .util-about-content .contacts-about-wrapper {
    padding: 20px 0 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }
    .page-contact .util-about-wrapper .util-about-content .contacts-about-wrapper .contacts-about-item:before {
      display: none; } }

@media (min-width: 360px) and (max-width: 480px) {
	.thankyou-page__subtitle {
		margin-bottom: 50px;
	}
  .background-wrapper__title {
    font-size: 44px;
    font-family: 'Montserrat-Bold', sans-serif;
    color: white;
    text-transform: uppercase;
    -webkit-text-stroke: 1px rgba(126, 125, 125, 0.4); }
  .background-wrapper__name {
    font-size: 14px;
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .background-wrapper__subtitle {
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    top: 3px;
    line-height: 21px; } }

@media only screen and (max-width: 360px) {
	.thankyou-page__subtitle {
		margin-bottom: 50px;
	}
	.top-bar__logo {
		max-width: 145px
	}
  .background-wrapper__title {
    font-size: 34px; }
  .background-wrapper__name {
    font-size: 14px; }
  .background-wrapper__subtitle {
    font-size: 13px;
    line-height: 1.3;
    position: relative;
    top: 5px; } }
.footer-menu .menu-item {
	margin-bottom: 7px;
}
.footer-menu .menu-item:last-child {
	margin-left: 0;
	padding: 5px 0;
}
.footer-menu .menu-item--red:after, .footer-menu .menu-item--red:before {
	display: none;
}
.footer-menu .menu-item--red {
	background: inherit;
	border: 0!important;
}
@media only screen and (max-width: 1279px) {
	.main-page-img {
		display: none
	}
	.we-work-text {
		font-size: 12px;
	}
}
.main-page-img {
	animation: scenic 120s infinite ease-in-out;
}
@keyframes mainImgAnim {
0% { right: 0; bottom: 0; }
/* 10% { right: 1px; bottom: 1px; }
20% { right: 2px; bottom: 2px; }
30% { right: 3px; bottom: 3px; }
40% { right: 4px; bottom: 4px;} */
50% { right: 5px; bottom: 5px; }
/* 60% { right: 4px; bottom: 4px; }
70% { right: 3px; bottom: 3px; }
80% { right: 2px; bottom: 2px; }
90% { right: 1px; bottom: 1px; } */
100% { right: 0; bottom: 0; }
}

/* @keyframes scenic {
	0% {transform: scale(0.75);}
  50% { transform: scale(1); }
} */

@keyframes mainAnim {
	100%{opacity: 1; top: 0;}
}
@keyframes opacityAnim {
	100%{opacity: 1;}
}

.mobile-language__link {
	font-size: 16px;
    color: black;
    font-weight: 600;
	margin-bottom: 10px;
}
.page-template-thank-you .btn--thankp {
	border: 1px solid #ec0e0e !important;
    background-color: #ec0e0e;
}
.we-work-container {
	margin: 0 auto;
	position: fixed;
	z-index: 555555555;
	top: 0;
	width: 100%;
	padding: 0 15px;
	background: linear-gradient(180deg, #528ecd 0%, #528ecd 50%, #FFD500 50%, #FFD500 100%);
}
.we-work {
	/*max-width: 700px;*/
	max-width: 1280px;
	padding: 0 20px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.we-work-img {
	width: 40px;
}
.we-work-text {
	font-weight: bold;
	margin-left: 10px;
	text-align: center;
	max-width: 400px;
}
body {
	margin-top: 75px!important;
}
.about-img-bl {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 30px;
}
.about-img-bl-text p {
	margin: 0;
	font-size: 16px;
}



.ark-bc {
	margin-top: 160px;
}

.ark-bc a,
.ark-bc span {
	color: #000;
}

.ark-bc .active span {
	font-weight: 700;
}

.ark-breadcrumbs-list {
	list-style: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.ark-bc-divider {
	margin: 0 5px;
}

.bingc-statistics {
	display: none !important;
}

body.admin-bar .we-work-container,
body.admin-bar .main{
	top: 32px;
}

body.admin-bar .top-bar-lower {
	top: 94px;
}

.feedback-form-wrapper .wpcf7-not-valid-tip {
	font-size: 12px;
    margin-top: 5px;
}

.feedback-form-wrapper input {
	padding: 5px;
}

.modal-content .wpcf7-response-output {
	font-size: 12px;
  	margin-top: 0 !important;
}

.modal {
	z-index: 99999999999;
}

@media (max-width:1600px) {
	.top-bar .phones {
		margin-left: 250px;
	}
}

@media (max-width:782px) {
	body.admin-bar .we-work-container,
body.admin-bar .main{
	top: 46px;
}

body.admin-bar .top-bar-lower {
	top: 46px;
}
}

@media (max-width:768.98px) {
.ark-bc {
	margin-top: 20px;
}
}