* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
}
body {
  background: #F5F5F5;
  color: #797979;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.1;
}

@media screen and (max-width: 730px) {
  body {
    font-size: 14px;
  }  
}

a {
  color: #2563EB;
  text-decoration: none;
  transition: opacity .2s;
}

a:hover {
  opacity: .6;
  text-decoration: none;
}

a.arrow {
  padding-right: 18px;
  position: relative;
}

a.arrow::after {
  content: '';
  background-image: url(../images/link_arrow_blue.svg);
  background-size: 100%;
  display: none;
  vertical-align: middle;
  position: absolute;
  top: 1px;
  right: 0;
  width: 18px;
  height: 18px;  
}

a.arrow:hover::after {
  display: inline-block;
}

p:not(:last-child) {
  margin-bottom: 10px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.list-style-disc {
  list-style: disc;
  padding-left: 15px;
}

video,
img {
  max-width: 100%;
  height: auto;
}

.container {
  margin: 0 auto;
  max-width: 1330px;
  padding: 0 15px;
  position: relative;
}

@media screen and (max-width: 1330px) {
  .container {
    max-width: 730px; 
  }  
}

@media screen and (max-width: 730px) {
  .container {
    max-width: 316px;
    padding: 0 12px;
  }  
}

/* Backgrounds */
.dark {
  background-color: #262424!important;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.grey {
  background: #F5F5F5!important;
}
.dark-bg-block {
  position: relative;
}
.dark-bg {
  background-image: url(../images/dark/bottom-right.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;

  height: 406px;
  width: 919px;
}

.dark-top-left {
  top: 15px;
  left: -570px;
  transform: rotate(16deg);
}


.dark-center-left {
  top: 50%;
  left: -530px;
  transform: translateY(-50%) rotate(16deg);
}

.dark-bottom-right {
  bottom: -440px;
  right: -165px;
}

.dark-bottom-left {
  bottom: -117px;
  left: -814px;
  transform: rotate(16deg);
}

@media screen and (max-width: 1330px) {
  .dark-bg {
    background-image: url(../images/dark/bottom-right-md.png);
    height: 328px;
    width: 608px;    

  }

  .dark-top-left {
    top: 86px;
    left: -400px;
  }

  .dark-center-left {
    left: -400px;
  }

  .dark-bottom-right {
    bottom: -310px;
    right: -220px;
  }

  .dark-bottom-left {
    bottom: -195px;
    left: -192px;
    width: 305px;
  }  
}

@media screen and (max-width: 730px) {
  .dark-bg {
    display: none;
  }
}


.site-last-block {
  background: #F5F5F5;
  border-radius: 0px 0px 50px 50px;  
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 730px) {
  .site-last-block {
    border-radius: 0px 0px 20px 20px;
  }
}
 
/* Backgrounds End */

/* Colors */
.color-white {
  color: #fff!important;
}
/* Colors END */


.btn { 
  border: 1px solid #2563EB;
  border-radius: 50px;  
  background: none;
  color: #262424;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  line-height: 28px;
  padding: 12px 10px;
  position: relative;
  min-width: 180px; 
  transition: background-color 0.1s linear;
}

.btn:active,
.btn:hover { 
  background-color: #2563EB;
  color: #fff;
  opacity: 1;
}
/*
.form-popup-btn,
.faq .btn {
  color: #262424;
}

.form-popup-btn:hover,
.faq .btn:hover {
  color: #fff;
}
*/
.start-screen-btn,
.creative-slider-item__button,
.header-btn-callback,
.dark .btn,
.btn-white {
  border: 1px solid #FFFFFF;
  color: #fff;
}

.start-screen-btn:hover,
.start-screen-btn:active,
.creative-slider-item__button:hover,
.creative-slider-item__button:active,
.header-btn-callback:hover,
.header-btn-callback:active,
.dark .btn:hover,
.dark .btn:active,
.btn-white:hover,
.btn-white:active {
  border: 1px solid #2563EB;
  background-color: #2563EB;

}

/*.btn:active::after,
.btn:hover::after {
  content: '';
  background-image: url(/themes/creative/assets/images/site/btn-arrow.svg);
  display: inline-block;
  margin-left: 5px;
  height: 18px;
  width: 18px;
}*/

@media screen and (max-width: 730px) {
  .dark-bg {
    display: none;
  }
}

.creative {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100vh;
}

.block-title {
  color: #262424;  
  font-weight: 700;
  font-size: 45px;
  line-height: 54px;
  text-align: center;
  position: relative;
  z-index: 2;
}


.dark .block-title {
  color: #fff;  
}

.block-subtitle {
  color: #797979;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}

.block-subtitle span {
  color: #2563EB;
}

@media screen and (max-width: 1330px) {
  .block-title {
    font-size: 35px;
    line-height: 42px;
  }  
}

@media screen and (max-width: 730px) {
  .block-title {
    font-size: 20px;
    line-height: 24px;
  }
}

#layout-header {
  background: #262424;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
  z-index: 99;
}

#layout-header a {
  color: #fff;
}
#layout-header a:hover {
  color: #fff;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.creative.stick {
  padding-top: 144px;
}

@media screen and (max-width: 1330px) {
  .creative.stick {
    padding-top: 176px;
  }
}

@media screen and (max-width: 730px) {
  .creative.stick {
    padding-top: 258px;
  }
}

.sticky .header-block {
  display: none;
}

#layout-content {
  flex-grow: 1;
  background: #F5F5F5;
  border-radius: 0px 0px 50px 50px;
  position: relative;
  z-index: 2;
  overflow: hidden;  
}

/* FORM Response */
.form-response {
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 444;
  width: 100%;
}
 
.form-response .alert {
  border-radius: 5px;
  padding: 10px 10px 10px 10px;
  position: relative;
}
.form-response .alert-danger {
  background-color: #CB2128;
  color: #fff;
}
.form-response .alert-success {
  background-color: #028f31;
  color: #fff;
  padding: 20px 10px 20px 10px;
}
.form-response .close {
  background: none;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  position: absolute;
  top: 1px;
  right: 8px;
}
.form-response h4 {
  font-size: 14px;
}

.form-response ul {
  list-style: disc;
  padding-inline-start: 15px;
}

#workForm_forms_flash {

}

/* 
* Content 
*/

/* Contacts */
.contacts-info {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  position: relative;
}

.contacts-info::before {
  content: '';
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 15px;
  mask-size: 100%;
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;  
  position: relative;
  top: 1px;
  height: 16px;
  width: 16px;
}

.contacts-phone::before {
  mask-image: url(../images/contacts/phone.svg);
  -webkit-mask-image: url(../images/contacts/phone.svg);
  background-color: #fff; 
}

.contacts-email::before {
  mask-image: url(../images/contacts/mail.svg);
  -webkit-mask-image: url(../images/contacts/mail.svg);
  background-color: #fff;   
}

.contacts-details::before {
  mask-image: url(../images/contacts/details.svg);
  -webkit-mask-image: url(../images/contacts/details.svg);
  background-color: #fff;   
}

.contacts-address::before {
  mask-image: url(../images/contacts/address.svg);
  -webkit-mask-image: url(../images/contacts/address.svg);
  background-color: #fff;   
}


@media screen and (max-width: 1330px) {
  .contacts-info {
    font-size: 14px;
    line-height: 17px;
  }
  
  .contacts-info::before {
    margin-right: 10px;
  }
}
/* 
* Content End
*/

.header-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 25px 0 10px;
}

.header-logo-block {
  margin-right: 30px;
  width: 262px;
}
.header-logo {
  font-family: 'Century Gothic';
  font-weight: 400;
  font-size: 35px;
  line-height: 43px;
  color: #FFFFFF;  
}

.header-logo:hover {
  color: #fff;
  text-decoration: none;
}

.header-city-block {
  width: 90px;
}

.header-city-block {
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 60px;
}
.header-city-current span {
    cursor: pointer;
    position: relative;
    padding-right: 18px;
}
.header-city-current span::before {
    content: '';
    background-image: url(/themes/creative/assets/images/site/city-arrow.svg);
    background-size: 100%;
    display: block;
    transform: rotate(180deg);
    transition: all .3s linear;
    position: absolute;
    top: 6px;
    right: 0;
    height: 7px;
    width: 12px;
}
.header-city-current span.open::before {
    transform: rotate(0);
}
.header-city-list {
  background-color: #262424;
  display: none;
  position: absolute;
  padding: 7px 5px;
  top: 38px;
  z-index: 2;
}
.header-city-list li:not(:last-child) {
    margin-bottom: 3px;
}
#layout-header .header-city-list li a {
    color: #797979; 
}
#layout-header .header-city-list li a:hover {
    color: #fff;
    opacity: 1;
}

.header-contacts-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 445px);
}

.header-btn-callback {
  font-weight: 500;
  width: 187px;
}

@media screen and (max-width: 1330px) {
  .header-block {
    padding: 50px 0 5px;
  }
  
  .header-logo-block {
    margin-right: 15px;
    width: 190px;
  }
  .header-logo {
    font-size: 25px;
    line-height: 21px;
  }

  .header-city-block {
    align-items: flex-start;
    margin-right: 15px;
  }
  .header-city-list { 
    top: 22px;
  }
  .header-contacts-block {
    flex-wrap: wrap;
    width: calc(100% - 310px);
  }
  
  .header-btn-callback {
    font-size: 12px;
    line-height: 18px;
    margin: 10px 0 0 auto;
    padding: 13px 5px;
    width: 180px;
  }
}

@media screen and (max-width: 730px) {
  .header-block {
    justify-content: center;
    padding: 23px 0 25px;
  }
  
  .header-logo-block {
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .header-logo {
    font-size: 25px;
    line-height: 21px;
  }
  .header-city-block {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .header-contacts-block {
    justify-content: center;
    width: 100%;
  }

  .header-contacts-block .contacts-info {
    margin-bottom: 15px;
  }

  .header-contacts-block .contacts-info:first-child {
    margin-right: 11px;
    margin-bottom: 15px;
  }
 
  
  .header-btn-callback {
    margin: 5px auto 0;
  }
}


/* Главное меню */
.header-mobile-block {
  display: none;
}

.header-menu {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.header-menu-item {
  font-size: 18px;
  line-height: 22px; 
  padding: 15px 10px 15px 10px; 
  position: relative;
}

#layout-header span.header-menu-target,
#layout-header a.header-menu-target {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: inline-block;
  opacity: 1;
}

.header-menu-target::after {
  content: '';
  background-color: #fff;
  height: 1px;
  width: 100%;
  transition: all .2s linear;
  position: absolute;
  bottom: 0;
  left: -100%;
}
.header-menu-target:hover::after {
  left: 0;
}
.header-menu-target.current::after {
  left: 0;
}

.header-menu-dropdown {
  background: #262424;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 20px 20px;
  display: none;

  position: absolute;
  top: 98%;
  left: 0;

  padding: 10px 0 10px 20px;
  width: 340px;
  z-index: 9;
}

.header-menu-dropdown.open {
  display: block;
}

.header-menu-dropdown .header-menu-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  padding: 0;
  margin-bottom: 15px;
  width: 100%;
}
.header-menu-dropdown .header-menu-item:last-child {
  margin-bottom: 0;
}
.header-menu-dropdown .header-menu-target {
  padding: 0;
  width: 100%;
}
#layout-header .header-menu-dropdown a.header-menu-target:hover {
  opacity: .8;
}

 
.header-menu-target.arrow-white::after {
  content: '';
  background-image: url(../images/link_arrow_white.svg);
  background-size: 100%;
  background-color: transparent;
  display: none;
  vertical-align: middle;
  position: relative;
  bottom: 1px;
  left: 1px;
  width: 18px;
  height: 18px;  
}

.header-menu-target.arrow-white:hover::after {
  display: inline-block;
}

@media screen and (max-width: 1330px) { 
  .header-menu-item {
    font-size: 16px;
    line-height: 19px;
    padding: 10px 10px 15px 10px; 
  }
  
  .header-menu-dropdown {
    width: 320px;
  }
}

@media screen and (max-width: 730px) { 
  .header-mobile-block {
    display: inline-flex;
    align-items: center;
    margin: 15px 0;
  }
  .header-menu-burger {
    border: 0;
    background: none;
    position: relative;
    height: 14px;
    width: 18px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;    
  }
  .header-menu-burger span {
    background: #FFFFFF;
    border-radius: 3px;
    display: block;
    margin-bottom: 2px;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  .header-menu-burger span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  .header-menu-burger span:nth-child(2) {
    top: 4px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }  
  .header-menu-burger span:nth-child(3) {
    top: 8px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }  
  .header-menu-burger span:nth-child(4) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  } 

  .header-mobile-block.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -1px;
    left: 2px;
  }
  .header-mobile-block.active span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  .header-mobile-block.active span:nth-child(3) {
    width: 0%;
    opacity: 0;
  }
  .header-mobile-block.active span:nth-child(4) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 12px;
    left: 2px;
  }

  .header-mobile-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;    
    margin-left: 20px;
  }

  .header-main-menu {
    position: relative;
  }
  .header-menu-block {
    background: #262424;
    border-radius: 0px 0px 20px 20px;
    display: none;
    position: absolute;
    left: -15px;
    width: calc(100% + 30px);
    z-index: 999;
  }

  .header-menu-block.open {
    display: block;
  }

  .header-menu {
    flex-direction: column;
    padding-left: 15px;
    padding-top: 10px;
  }
  
  .header-menu-item {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
    padding: 0; 
  }
  
  .header-menu-dropdown {
    background: none;
    box-shadow: unset;
    border-radius: 0;
    position: static;
    padding: 0;
    padding-left: 5px;
    width: auto;
    z-index: 9;
  }
  
  .header-menu-dropdown .header-menu-item {
    font-size: 12px;
    line-height: 15px;
    padding: 5px 0;
    margin-bottom: 0;
  }

}
/* END Главное меню */

/* Slider */

/* Slider End */

/* Clients */
.clients {
  padding-top: 50px;
  padding-bottom: 40px;
}
.clients .block-title {
  font-weight: 500;
  font-size: 25px;
  line-height: 24px;  
  margin-bottom: 40px;
}
.clients-block {
  display: flex;
  align-items: center;
  justify-content: center;
} 

.clients-item {
  width: calc(100% / 7);
}

@media screen and (max-width: 1330px) {

}

@media screen and (max-width: 730px) {
  .clients {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .clients .block-title {
    font-size: 18px;
    line-height: 24px;
  }  
  .clients-block {
    flex-wrap: wrap;
  }   
  .clients-item {
    margin-bottom: 15px;
    width: calc(100% / 2);
  } 
  .clients-item:last-child {
    margin: 0 auto;
  }  
}

/* Clients End */

/* Services */
.services {
  padding-top: 80px;
  padding-bottom: 75px;
}
.services .block-title {
  margin-bottom: 8px;
}
.services .block-subtitle {
  margin-bottom: 78px;
}
.services-block {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  position: relative;
  z-index: 1;
}
.services-item {
  background: #383636;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  margin-left: 12px;
  margin-right: 12px;
  padding: 34px 24px 34px 15px;
  position: relative;
  width: calc(25% - 24px);
}

.services-item-back {
  pointer-events: none;
  position: absolute;
  top: -2px;
  left: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 25px;
  overflow: hidden;  
  width: calc(100% + 4px); 
  height: calc(100% + 4px); 
}
.services-item-back::before {
  position: absolute;
  content: ' ';
  display: none;
  width: 60%;
  height: 150%; 
  background: linear-gradient(150deg, transparent, #FFFFFF, #f8dc38, #d25a28, #cb2128, #c90087, #304195, #00abeb, #6eb253, #589f52, #FFFFFF, transparent);
  animation: rotation_1 4000ms infinite linear;
  z-index: -1;
}
.services-item:hover .services-item-back::before {
  display: block;
}
@keyframes rotation_1 {
  0% {
    transform: rotateZ(0deg);
  }

  0% {
    transform: rotateZ(360deg);
  }
}
.services-info {
  align-self: flex-end;
  background: rgba(245, 245, 245, 0.15);
  border-radius: 24px;    
  color: #F8DC38;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 44px;
  padding: 5px 8px;
}
.services-image {
  margin-bottom: 34px;
}
.services-title {
  color: #FFFFFF;
  display: flex;
  align-items: flex-end;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 9px;
  height: 60px;
}
.services-text {
  color: #D9D9D9;
  font-size: 14px;
  line-height: 18px;   
}

.services-list-item {
  margin-bottom: 10px;
}

.services:not(.page-home) .services-list-item {
  color: #D9D9D9;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
.services-list-item--no-link {
  margin-bottom: 0;
}

.services-list-item:last-child {
  margin-bottom: 0;
}  


.services-list-link {
  color: #fff; 
}
.services-list-link:hover {
  color: #FFFFFF;
  display: inline-block;
  opacity: 1;
  position: relative;
}
 

.services.page-home .services-list-link {
  color: #797979;
  font-size: 16px;
  line-height: 19px;  
}

.services.page-home .services-list-link:hover {
  color: #FFFFFF;
  display: inline-block;
  opacity: 1;
  position: relative;
}


.services-list-link::after {
  content: '';
  background-image: url(../images/services/arrow.svg);
  display: none;
  position: absolute;
  top: -2px;
  right: -28px;
  height: 24px;
  width: 24px;
}

.services-list-link:hover::after {
  display: inline-block;
}

.services-text p {
  margin-bottom: 15px;
}

@media screen and (max-width: 1330px) {
  .services .block-title {
    margin-bottom: 20px;
  }

  .services-block {
    margin-left: -28px;
    margin-right: -28px;
  }
  .services-item {
    margin-left: 28px;
    margin-right: 28px;
    margin-bottom: 24px;
    width: calc(50% - 56px);
  }
  .services-item:nth-child(3),
  .services-item:nth-child(4) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 730px) {
  .services {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .services .block-title {
    margin-bottom: 9px;
  }
  .services .block-subtitle {
    margin-bottom: 38px;
  }
  .services-block {
    margin-left: 0;
    margin-right: 0;
  }
  .services-item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px;
    width: 100%;
  }
  .services-item:nth-child(3) {
    margin-bottom: 25px;
  }
  .services-image {
    margin-bottom: 40px;
  }    
  .services-title {
    font-size: 18px;
    line-height: 22px;  
    margin-bottom: 19px;
    height: 45px;
  }  

  .services-text p {
    margin-bottom: 10px;
  }

}  
/* Services End */

/* Company */
.company {
  padding-bottom: 210px;
}
.company .block-title {
  margin-bottom: 60px;
}
.company-text {
  color: #FFFFFF;
  font-size: 25px;
  line-height: 30px;
  text-align: justify;
}
.company-text p {
  margin-bottom: 0;
}
.company-text-work {
  padding: 70px 0 90px;
}
.company-text-title {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;  
  margin-bottom: 40px;
  text-align: center;
}
.company-text-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 845px;
  margin: 0 auto;
}

.company-text-item {
  width: 185px;
}

.company-text-image {
  margin-bottom: 15px;
  text-align: center;
}
  
.comany-text-text {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  max-width: 185px;
}

@media screen and (max-width: 1330px) {
  .company {
    padding-bottom: 200px;
  }
  .company .block-title {
    margin-bottom: 40px;
  }
  .company-text {
    font-size: 20px;
    line-height: 24px;
    max-width: 645px;
  }
  .company-text-work {
    padding: 30px 0;
  }
  .company-text-title {
    font-size: 20px;
    line-height: 25px;  
    margin-bottom: 35px;
  }
  .company-text-block {
    justify-content: space-between;
    max-width: 85%;
  }
  
  .company-text-item {
    width: 30%;
  }
  
  .company-text-image {
    margin-bottom: 5px;
  }

  .comany-text-text {
    font-size: 14px;
    line-height: 16px;
  }

}
@media screen and (max-width: 730px) {
  .company {
    padding-bottom: 145px;
  }
  .company .block-title {
    margin-bottom: 25px;
  }
  .company-text {
    font-size: 16px;
    line-height: 19px;
    max-width: unset;
  }
  .company-text-work {
    padding: 30px 0;
  }
  .company-text-title {
    font-size: 18px;
    line-height: 22px;  
    margin-bottom: 20px;
  }
  .company-text-block {
    flex-direction: column;
    align-items: center;
  }
  
  .company-text-item {
    margin-bottom: 25px;
    width: 100%;
  }

  .company-text-item:last-child {
    margin-bottom: 0;
  }

  .comany-text-text {
    margin: 0 auto;
  }  
}
/* Company End */

/* Why */
.why {
  background-color: #F5F5F5;
  box-shadow: 0px -10px 8px rgba(0, 0, 0, 0.25);
  border-radius: 50px 50px 0px 0px;
  margin-top: -60px;
  position: relative;
  padding-top: 80px;
  padding-bottom: 85px;
}

@media screen and (min-width: 1330px) {
  .why .container {
    max-width: 1425px;
  }
}
.why-back-spot {
  border-radius: 50%;
  display: inline-block;
  filter: blur(90px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 360px;
  width: 360px;
}
.why-back-spot-left {
  background-image: url(../images/why/bg-left.svg);
  background: radial-gradient(251.97% 251.34% at -26.97% 119.12%, #FFFFFF 0%, #F8DC38 10.42%, #D25A28 23.44%, #CB2128 31.77%, #C90087 40.1%, #304195 47.4%, #2CAEAE 54.23%, #00ABEB 61.98%, #6EB253 77.6%, #589F52 92.71%, #FFFFFF 100%);  
  left: 150px;
}
.why-back-spot-right {
  background-image: url(../images/why/bg-right.svg);
  background-image: radial-gradient(185.2% 184.85% at 39.8% 63.73%, #FFFFFF 0%, #F8DC38 10.42%, #D25A28 23.44%, #CB2128 31.77%, #C90087 40.1%, #304195 47.4%, #2CAEAE 54.23%, #00ABEB 61.98%, #6EB253 77.6%, #589F52 92.71%, #FFFFFF 100%);
  right: 150px;
}

.why .block-title {
  margin-bottom: 7px;
  position: relative;
}
.why .block-subtitle {
  margin-bottom: 75px;
  position: relative;
}
.why-block {
  display: flex;
  justify-content: space-between;
  padding-bottom: 175px;
}
.why-item {
  background-image: url(../images/why/bg-item.svg);
  background-position: center;
  background-size: 100%;
  padding-top: 80px;
  position: relative;
  height: 328px;
  width: 328px;
}
.why-item-image {
  margin-bottom: 5px;
  text-align: center;
}
.why-item-title {
  color: #262424;  
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 7px;
  text-align: center;
}
.why-item-text {
  font-size: 14px;
  line-height: 17px;
  margin: 0 auto;
  max-width: 235px;
  text-align: center;
}
.why-text-bottom {
  color: #262424;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1330px) {
  .why {
    margin-top: -120px;
  }  
  .why-back-spot-left { 
    top: 325px;
    left: -10px;
  }
  .why-back-spot-right {
    top: unset;
    bottom: -100px;
    right: -50px;
  }  
  .why .block-title {
    margin-bottom: 6px;
  }
  .why .block-subtitle {
    margin-bottom: 65px;
  }
  .why-block {
    flex-wrap: wrap;
    padding-bottom: 85px;
  }
  .why-item {
    margin-bottom: 15px;
  }
  .why-text-bottom {
    font-size: 16px;
    line-height: 19px;
  }  
}

@media screen and (max-width: 730px) {
  .why {
    border-radius: 30px 30px 0px 0px;
    margin-top: -90px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .why-back-spot-left { 
    top: 460px;
    left: -130px;
  }
  .why-back-spot-right {
    bottom: 0;
    right: -140px;
  }  
  .why .block-title {
    margin-bottom: 10px;
  }
  .why .block-subtitle {
    margin-bottom: 25px;
  }  
  .why-block {
    flex-direction: column;
    padding-bottom: 0;
  }
  .why-item {
    margin-bottom: 25px;
    margin-left: -20px;
  }  
  .why-text-bottom {
    font-size: 14px;
    line-height: 17px;
  }    
}
/* Why End */

/* Work */
.work {
  padding-top: 65px;
  padding-bottom: 40px;
}
.work-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.work-text-block {
  color: #FFFFFF;  
  font-weight: 700;
  font-size: 45px;
  line-height: 54px;
  width: 510px;
}
.work-text-block span {
   color: #2563EB;
}
.work-form-block {
  position: relative;
  width: 306px;
}
.work-form-block::before {
  content: '';
  background-image: url(../images/work/face.png);
  position: absolute;
  top: -5px;
  left: -340px;
  pointer-events: none;
  height: 243px;
  width: 243px;
}
@media screen and (max-width: 1330px) {
  .work {
    padding-top: 60px;
    padding-bottom: 60px;
  }
 
  .work-text-block {
    font-size: 35px;
    line-height: 42px;
    width: 355px;
  }
 
  .work-form-block {
    width: 280px;
  }
  
  .work-form-block::before {
    display: none;
  }  
}
@media screen and (max-width: 730px) {
  .work-block {
    justify-content: center;
    align-items: center;
  }

  .work-text-block {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 25px;
    text-align: center;
    width: 202px;
  }

}
/* Work End */

/* Form */
.form {
  width: 100%;
}
.form-row {
  margin-bottom: 15px;
}
.form-input {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border: 0;
  border-radius: 27.5px;  
  color: #fff; 
  font-size: 14px;
  line-height: 17px;
  padding: 19px 37px;
  width: 100%;
}
.form-input::placeholder {
  color: #797979; 
}
.form-btn {
  padding: 13px 10px;
  width: 215px;
}
@media screen and (max-width: 1330px) {
  .form-input {
    font-size: 12px;
    line-height: 15px;
  }
 
}
@media screen and (max-width: 730px) {
  .form-btn {
    margin: 0 auto;
  }
}
/* Form End */

.section-backround-white {
  background-color: #fff;
}
/* FAQ */
.faq {
  padding-top: 75px;
  padding-bottom: 75px;
}
.faq-section-subtitle {
  color: #797979;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  margin-bottom: 7px;
}

.faq .block-title {
  margin-bottom: 75px;
}

.faq-block {
  margin-bottom: 50px;
}

.faq-item {
  border-top: 1px solid #D9D9D9;
  cursor: pointer;
  padding: 30px 0 20px;
  position: relative;
}

.faq-item.active::after {
  content: '';
  background-image: linear-gradient(to right, #FFFFFF -0.88%, #F8DC38 7.65%, #D25A28 22.06%, #CB2128 34.34%, #C90087 44.48%, #304195 55.15%, #00ABEB 69.56%, #6EB253 78.63%, #589F52 90.9%, #FFFFFF 98.58%);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
}

.faq-title {
  color: #262424;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  padding-right: 25px;
  padding-bottom: 10px;
  position: relative;
}

.faq-title::after {
  content: '';
  background-image: url(/themes/creative/assets/images/faq/arrow-no_active.svg);
  background-size: 100%;
  cursor: pointer;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 2px;
  right: 1px;
  transition: all .3s linear;
}
 

.faq-item.active .faq-title::after {
  background-image: url(/themes/creative/assets/images/faq/arrow-active.svg);
}

.faq-text {
  color: #797979;
  display: none;
  font-size: 16px;
  line-height: 19px;
  padding-bottom: 20px;
}

.faq-text ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 15px;
}
 

.faq-btn-block {
  display: flex;
  justify-content: center;
}

.btn-faq {
  width: 215px;
}

@media screen and (max-width: 1330px) {
  .faq {
    padding-bottom: 30px;
  }
 
  .faq .block-title {
    margin-bottom: 45px;
  }

  .faq-block {
    margin-bottom: 30px;
  }

  .faq-item {
    padding: 25px 0 20px;
  }
 
  .faq-title {
    font-size: 20px;
    line-height: 24px;
    padding-right: 23px;
    padding-bottom: 5px;
  }
  
  .faq-title::after {
    height: 20px;
    width: 20px;
  }
 
  .faq-text {
    padding-bottom: 10px;
  }
 
}
@media screen and (max-width: 730px) {
 
}

/* FAQ Popup Form */
.form-popup {
  display: none;
}
.fancybox-content {
  padding: 0!important;
  min-height: 100%;
  width: 100%;
}
.fancybox-slide--html {
  padding: 0!important;
}
.fancybox-close-small {
	display: none !important;
}
.fancybox-image, .fancybox-spaceball {
  height: auto!important;
}
.form-popup-container {
  color: #262424;
  position: relative;
  padding: 100px 0;
}
.form-popup-close {
  background-image: url(../images/popup-form/close.svg);
  cursor: pointer;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  height: 32px;
  width: 32px;
  z-index: 401;
}
.form-popup-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: -0.02em;  
}

.form-popup-text {
  color: #797979; 
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 60px;
  text-align: center;
}

.form-popup-form {
  margin: 0 auto;
  max-width: 480px;
  position: relative;
}

.form-popup-row {
  margin-bottom: 24px;
}

.form-popup-row label {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;  
  margin-bottom: 5px;
}

.form-popup-input {
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;  
  font-size: 16px;
  line-height: 24px;
  padding: 12px 16px;
  width: 100%;
}

.form-popup-input:focus {
  border: 1px solid #2563EB;
}

.form-popup-input::placeholder {
  color: #797979;
}

.form-popup-textarea {
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;  
  min-height: 128px;
  resize: none;
  width: 100%;
}

.form-popup-textarea:focus {
  border: 1px solid #2563EB;
}

.form-popup-agree {
  color: #262424; 
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 30px;
}

.dark .form-popup-agree {
  color: #fff; 
}

.form-popup-btn {
  width: 100%;
}

@media screen and (max-width: 730px) {
  .form-popup-container {
    display: flex;
    flex-direction: column;
    padding: 70px 15px;
  }
  .form-popup-close {
    top: 35px;
  }
  .form-popup-title {
    font-size: 30px;
    line-height: 38px; 
  }
  
  .form-popup-text {
    font-size: 20px;
    line-height: 30px;
    flex-grow: 1;
  }
  
  .form-popup-form {
    padding: 0 15px;
  }

}
/* FAQ Popup Form */

/* FAQ End */


/* News Compinent */
.news-home {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

.news-home .block-title {
  margin-bottom: 75px;
}

@media screen and (max-width: 730px) {
  .news-home {
    padding: 50px 0;
  }

  .news-home .block-title {
    margin-bottom: 50px;
  }
}
/* News Component END */


/* 
/  Pages 
*/
/* Общие блоки */
.start-screen {
  background-color: #262424;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;

}
.start-screen-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto; 
  min-height: calc(100vh - 144px);
}

.start-title {
  font-weight:700;
  font-size: 55px; 
  margin-bottom: 35px;
}
 
.start-text {
  font-size: 23px; 
  margin-bottom: 40px;
}

.page-marketing .start-text {
  max-width: 685px
}

.page-site .start-text {
  max-width: 610px
}

.page-direct .start-text {
  max-width: 590px
}

.start-screen-btn {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  padding: 13px 26px;
  min-width: 190px;
}

.start-screen-btn:nth-child(2) {
  margin-left: 10px;
}

.start-screen-block--left {
  align-items: flex-start;
  text-align: left;
  margin: 0;
}


.start-screen-block--left .start-title {
  font-size: 55px;
  line-height: 67px;  
}

@media screen and (max-width: 1330px) {
  .start-screen-block {
    min-height: unset;
    padding-top: 10vh;
    padding-bottom: 100px; 
  }
  .start-title {
    font-size: 42px; 
  }
  .start-text {
    font-size: 20px;  
    margin-bottom: 30px;
  }

  .page-marketing .start-text {
    max-width: 460px
  }

  .page-site .start-text {
    max-width: 365px
  }

  .page-direct .start-text {
    max-width: 450px
  }


  .start-screen-block--left {
    padding-top:20vh;
    padding-bottom: 250px;
    width: 395px;
  }

  .start-screen-block--left .start-title {
    font-size: 38px;
    line-height: 45px;  
  }

 
}

@media screen and (max-width: 730px) {
 
  .start-title {
    font-size: 30px; 
  }
  .start-text {
    font-size: 18px; 
  } 
  .page-marketing .start-text {
    max-width: 280px
  }
  .page-site .start-text {
    max-width: 195px
  }
  .start-screen-block--left {
    padding-top: 50px;
    padding-bottom: 150px;
    width: auto;
  }

  .start-screen-block--left .start-title {
    font-size: 26px;
    line-height: 32px;  
  }

  .start-screen-btn:nth-child(1) {
    margin-bottom: 15px;
  }
  .start-screen-btn:nth-child(2) {
    margin-left: 0;
  }
  .start-screen-btn {
    min-width: 250px
  }
}

@media screen and (max-width: 730px) {
  .start-screen.page-site {
    background-position: center left -135px;
  }
}
@media screen and (max-width: 450px) {
  .start-screen.page-site {
    background-position: center left -240px;
  }
}


/* Запрос коммерчеcкого предложения */
.commercial-offer {
  background-color: #2563EB;
  margin-top: -85px;
  padding-top: 130px;
  padding-bottom: 33px;
}
.commercial-offer-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.commercial-offer-text-block {
  text-align: center;
}
.commercial-offer-text {
  color: #fff;
  font-size: 25px; 
  font-weight: 700;
  margin-bottom: 15px; 
  position: relative;
}
.commercial-offer-image {
  position: absolute;
  top: -25px;
  right: -180px; 
}
@media screen and (max-width: 1330px) {
  .commercial-offer {
    margin-top: -65px;
    padding-top: 100px;
    padding-bottom: 25px;
  }
  .commercial-offer-text {
    font-size: 20px; 
  }
  .commercial-offer-image {
    top: -5px;
    right: -130px; 
    max-width: 100px
  }
}
@media screen and (max-width: 730px) {
  .commercial-offer-text {
    font-size: 16px; 
  }
}
@media screen and (max-width: 500px) {
  .commercial-offer-image {
      top: 45px;
      right: -42px;
      max-width: 80px;
  }
}
/* Конец. Запрос коммерчеcкого предложения */


.about-service {
  background: #262424;
  color: #fff;
  padding: 90px 0 80px;
  position: relative;
  overflow: hidden;
}
.about-service::before,
.about-service::after {
  content: '';
  background-size: 100%;
  position: absolute;
  filter: blur(70px);  
}
.about-service::before {
  background-image: radial-gradient(251.97% 251.34% at -26.97% 119.12%, #FFFFFF 0%, #F8DC38 10.42%, #D25A28 23.44%, #CB2128 31.77%, #C90087 40.1%, #304195 47.4%, #2CAEAE 54.23%, #00ABEB 61.98%, #6EB253 77.6%, #589F52 92.71%, #FFFFFF 100%);
  bottom: -150px;
  left: -180px;
  height: 360px;
  width: 360px;
}
.about-service::after {
  background-image: radial-gradient(185.2% 184.85% at 12.31% 95.68%, #FFFFFF 0%, #F8DC38 10.42%, #D25A28 23.44%, #CB2128 31.77%, #C90087 40.1%, #304195 47.4%, #2CAEAE 54.23%, #00ABEB 61.98%, #6EB253 77.6%, #589F52 92.71%, #FFFFFF 100%);
  top: -100px;
  right: -100px;
  height: 290px;
  width: 290px;
}
.about-service .block-title {
  color: #fff;
  margin-bottom: 50px;
  text-align: center;
}
.about-service-subtitle {
  color: #797979;  
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 50px;
  text-align: center;
}
.about-service-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-service-text {
  color: #D9D9D9;
  font-size: 25px;
  line-height: 30px;
  text-align: justify;
  max-width: 85%;
  margin: 0 auto;
}
.about-service-item {
  text-align: center;
  width: 290px;
}
.about-service-item-title {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}
.about-service-item-title::after {
  content: '';
  background: #D9D9D9;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 245px;
}
.about-service-item:hover .about-service-item-title::after {
  background: linear-gradient(90deg, #FFFFFF -0.88%, #F8DC38 7.65%, #D25A28 22.06%, #CB2128 34.34%, #C90087 44.48%, #304195 55.15%, #00ABEB 69.56%, #6EB253 78.63%, #589F52 90.9%, #FFFFFF 101.58%);  
}
.about-service-item-text {
  color: #D9D9D9;
  font-size: 25px;
  line-height: 30px; 
}

.about-service .services-list-item,
.about-service .services-list-item .services-list-link {
  color: #797979;
}

.about-service .services-list-item .services-list-link:hover {
  color: #fff;
}

@media screen and (max-width: 1330px) {
  .about-service {
    padding: 50px 0 80px;
  }
  .about-service::before {
    height: 260px;
    width: 260px;
  }
  .about-service::after {
    top: -7px;
    right: -70px;
    height: 190px;
    width: 190px;
  }
  .about-service .block-title {
    margin-bottom: 40px;
  }
  .about-service-subtitle {
    margin-bottom: 40px;
  }
  .about-service-text {
    font-size: 20px;
    line-height: 24px;
    max-width: unset;
  }  
  .about-service-item {
    margin-bottom: 50px;
  }
  .about-service-item-title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .about-service-item-title::after {
    width: 235px;
  }
  .about-service-item-text {
    font-size: 20px;
    line-height: 25px; 
  }
}

@media screen and (max-width: 730px) {
 
  .about-service::after {
    top: -101px;
    right: -189px;
  }  
  .about-service .block-title {
    margin-bottom: 30px;
  }
  .about-service-text {
    font-size: 16px;
    line-height: 19px;
  }    
  .about-service-item {
    margin-bottom: 40px;
  }
  .about-service-item-title {
    font-size: 20px;
    line-height: 23px;
  }
  .about-service-item-text {
    font-size: 18px;
    line-height: 23px; 
  }  
}

.section-double-info {
  padding: 75px 0 75px;
}

.section-double-info .block-title {
  margin-bottom: 22px;
  text-align: left;
}

.double-info-block {
  display: flex;
  flex-wrap: wrap;
}

.double-info-item {
  width: 50%;
}

.double-info-text {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 115%;  
  max-width: 450px;
}

.double-info-list-item {
  color: #D9D9D9;
  margin-bottom: 45px;
  padding-left: 55px;
  position: relative;
}

.double-info-list-item:last-child {
  margin-bottom: 0;
}

.double-info-list-item::before {
  content: '';
  background-image: url(../images/icons/check-circle-big.svg);
  background-size: 100%;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0;
  height: 25px;
  width: 25px;
}
@media screen and (max-width: 1330px) {
  .section-double-info {
    padding: 50px 0 75px;
  }  

  .double-info-text {
    max-width: 300px;
  }

  .double-info-list-item {
    margin-bottom: 35px;
    padding-left: 35px;
  }
  
  .double-info-list-item::before {
    top: 1px;
    left: 0;
    height: 20px;
    width: 20px;
  }  
}
@media screen and (max-width: 730px) {
  .section-double-info {
    padding: 30px 0 45px;
  }  

  .double-info-item {
    width: 100%;
  }

  .double-info-text {
    margin-bottom: 35px;
  }

}



.top-round {
  box-shadow: 0px -10px 8px rgba(0, 0, 0, 0.25);
  border-radius: 50px 50px 0px 0px;
  margin-top: -75px;
  padding-top: 75px;
}
 

.section-block-white {
  background: #fff;
  padding-top: 75px;
  padding-bottom: 80px;
  position: relative;
}

.section-block-white .block-title {
  margin-bottom: 80px;
}

.section-block-white .block-title span {
  color: #2563EB;
}

.block-white-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}

.block-white-list-item {
  color: #262424; 
  margin-bottom: 50px;
  padding-left: 40px;
  position: relative;
  width: 550px;
}
.block-white-list-item:nth-child(2n) {
  width: 450px;
}
.block-white-list-item::before {
  content: '';
  background-image: url(../images/section-block-white/list-check.svg);
  background-size: 100%;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0;
  height: 16px;
  width: 16px;
}
.block-white-bottom-text {
  color: #262424;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;  
  text-align: center;
}
@media screen and (max-width: 1330px) {
  .section-block-white .block-title {
    margin-bottom: 50px;
  }
  
  .block-white-list {
    max-width: unset;
  }
  
  .block-white-list-item {
    margin-bottom: 30px;
    padding-left: 25px;
    padding-right: 5px;
    width: 50%;
  }
  .block-white-list-item:nth-child(2n) {
    width: 50%;
  }
}
@media screen and (max-width: 730px) {
  .top-round {
    margin-top: -75px;
    padding-bottom: 75px;
  }
    
  .section-block-white {
    padding-top: 55px;
    padding-bottom: 50px;
  }  
  .section-block-white .block-title {
    margin-bottom: 30px;
  }
  .section-block-white .block-title br {
    display: none;
  }
  .section-block-white .block-title span {
    display: block;
  }

  .block-white-list-item {
    margin-bottom: 30px;
    padding-left: 25px;
    padding-right: 5px;
    width: 100%;
  }
  .block-white-list-item:nth-child(2n) {
    width: 100%;
  }

  .block-white-bottom-text {
    font-size: 16px;
    line-height: 20px;  
  }  
}


.section-page-man {
  padding-top: 90px;
  padding-bottom: 90px;
}
.section-page-man .block-title {
  margin-bottom: 25px;
}
.section-page-man-block {
  position: relative;
  text-align: center;
}

.section-page-man-block::after {
  content: '';
  background-image: url(../images/section-page-man/man.png);
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  height: 202px;
  width: 202px;
}

.section-page-man-text {
  color: #797979;
  margin: 0 auto 30px;
  max-width: 500px;
}

.section-page-man-btn {
  width: 215px;
}

.section-page-man--white .block-title {
  margin-bottom: 9px;
}

.section-page-man-text--top {
  color: #fff;
  margin: 0 auto 9px; 
}
.section-page-man-text--bottom {
  color: #fff;
  margin: 0 auto 30px; 
}

@media screen and (max-width: 1330px) {
  .section-page-man {
    padding-top: 70px;
    padding-bottom: 70px;
  }
 
  
  .section-page-man-block::after {
    right: -150px;
  }
}
@media screen and (max-width: 900px) {
  .section-page-man-block::after {
    display: none;
  }
}
@media screen and (max-width: 730px) {
  .section-page-man {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-page-man .block-title {
    margin-bottom: 20px;
  }
 
  .section-page-man-block::after {
    right: -150px;
  }
}

.content-steps {
  padding-top: 80px;
  padding-bottom: 50px;
}

.content-steps .block-title {
  margin-bottom: 110px;
}

.content-steps-list {
  display: flex;
  flex-wrap: wrap; 
  justify-content: space-between;
  max-width: 1120px;
  margin: 0 auto;
}

.content-steps-list-item {
  display: inline-block;
  margin-bottom: 60px;
  page-break-inside: avoid;
  position: relative;
  break-inside: avoid;  
  padding-left: 110px;
  width: 560px;
}


.content-steps-list-item:nth-child(2) {
  order: 3;
}

.content-steps-list-item:nth-child(3) {
  order: 5;
}

.content-steps-list-item:nth-child(4) {
  order: 2;
}

.content-steps-list-item:nth-child(5) {
  order: 4;
}

.content-steps-list-item:nth-child(6) {
  order: 6;
}

.content-steps-list-price {
  background-color: #2563EB;
  color: #fff; 
  font-size: 24px;
  margin-top: auto;
  padding: 16px;
}

.content-steps-list-item-num {
  color: #D9D9D9;
  font-weight: 700;
  font-size: 45px;
  line-height: 54px;
  position: relative;
}

.section-block-white .content-steps-list-item-num  {
  color: #262424;
}

.content-steps-list-item-num::before {
  content: '';
  background-image: url(../images/content-steps/check.svg);
  background-size: 100%;
  position: absolute;
  top: -16px;
  left: 0;
  height: 16px;
  width: 16px;
}

.content-steps-list-item-title {
  color: #FFFFFF;
  font-size: 25px;
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 8px;
}

.content-steps-small .content-steps-list-item-title {
  font-size: 16px;
}

.section-block-white .content-steps-list-item-title  {
  color: #262424;
}

.content-steps-list-item-text {
  color: #D9D9D9; 
  font-size: 14px;
  line-height: 17px;
  text-align: justify;
}

.section-block-white .content-steps-list-item-text  {
  color: #797979;
}

.content-steps-list-item-list {
  margin-top: 30px;
  text-align: left;
}

.content-steps-list-item-list-item {
  margin-bottom: 15px;
}

.content-steps-bottom {
  text-align: center;
}

.content-steps-bottom p {
  color: #262424;
  font-size: 20px;
  font-weight: 500;
  margin: 0 auto 15px;
  max-width: 610px;
}

@media screen and (max-width: 1330px) {
 
  .content-steps-list-item {
    margin-bottom: 40px;
    padding-left: 0;
    width: 50%;
  }

  .content-steps-list-item:nth-child(n + 4) {
    padding-left: 30px;
  }
  
  .content-steps-list-item:last-child::after {
    bottom: -210px;
    left: 50px;
    height: 218px;
    width: 218px;
  }
  
  .content-steps-list-item-title {
    font-size: 20px;
  }
 
  
  .content-steps-list-item-list {
    margin-top: 20px;
  }
  
  .content-steps-list-item-list-item {
    margin-bottom: 10px;
  }

  .content-steps-bottom p {
    font-size: 18px;
    max-width: 560px;
  }
}

@media screen and (max-width: 730px) {
  .content-steps {
    padding-top: 50px;
    padding-bottom: 200px;
  }
  
  .content-steps .block-title {
    margin-bottom: 50px;
  }
  
  .content-steps-list {

  }
  
  .content-steps-list-item {
    margin-bottom: 40px;
    width: auto;
  }

  .content-steps-list-item:nth-child(2) {
    order: 2;
  }
  
  .content-steps-list-item:nth-child(3) {
    order: 3;
  }
  
  .content-steps-list-item:nth-child(4) {
    order: 4;
  }
  
  .content-steps-list-item:nth-child(5) {
    order: 5;
  }
  
  .content-steps-list-item:nth-child(6) {
    order: 6;
  }

  .content-steps-list-item:nth-child(n + 4) {
    padding-left: 0;
  }
  
  .content-steps-list-item:last-child::after {
    bottom: -200px;
  }
  
  .content-steps-list-item-num {
    font-size: 35px;
    line-height: 44px;
  }
  
  .content-steps-list-item-num::before {
    top: -13px;
    height: 14px;
    width: 14px;
  }
  
  .content-steps-list-item-text { 
    font-size: 12px;
    line-height: 15px;
  }
}

/* Кейсы */
.cases {
  background-color: #fff;
  padding-top: 78px;
  padding-bottom: 100px;
}

.cases .block-title {
  margin-bottom: 80px;
}

.cases-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cases-text-block {
  background: #FFFFFF;
  box-shadow: 7px 6px 5px rgba(38, 36, 36, 0.1);
  border-radius: 20px;
  padding: 35px 15px;
  height: 487px;
  width: 416px;  
}

.cases-item {
  color: #262424;
  display: none;
}

.cases-item-title {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 35px;  
}

.cases-item-about-block {
  display: flex;
  flex-wrap: wrap;
}
.cases-item-inner {
  text-align: center;
  margin-bottom: 35px;
  width: 33.3%;
}
.cases-item-inner-image {
  margin-bottom: 10px;
}
.cases-item-inner-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;  
  margin-bottom: 1px;
}
.cases-item-inner-text {
  color: #797979;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}
.cases-item-text {
  font-size: 14px;
  line-height: 17px;  
}

.cases-slide {
  height: 487px;
  width: 856px;
}

.cases-slide a:hover {
  opacity: 1;
}
 
.cases-slide-nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.cases-slide-button {
  cursor: pointer;
}

.cases-slide-button svg {
  fill: #262424;
}
.cases-slide-button:hover svg {
  fill: #797979;
}

.cases-button-prev {
  margin-right: 20px;
}
.cases-button-next {
  margin-left: 20px;
}

.cases-btn {
  margin-top: 80px;
  text-align: center;
}

@media screen and (max-width: 1330px) {
  .cases {
    background-color: #fff;
    padding-top: 55px;
    padding-bottom: 80px;
  }
  
  .cases .block-title {
    margin-bottom: 50px;
  }
 
  .cases-text-block {
    order: 2;
    padding: 35px 15px;
    height: auto;
    width: 100%;  
  }

  .cases-slide {
    height: auto;
    width: 100%;
  }
}


.block-list {

}
.block-list-item {
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;  
}
.block-list-item::before {
  content: '';
  background-image: url(../images/section-block-white/list-check.svg);
  background-size: 100%;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0;
  height: 16px;
  width: 16px;
}
.block-list-item a {
  color: #262424;
}

@media screen and (max-width: 730px) {
  .block-list-item {
    margin-bottom: 20px;
    padding-left: 25px;
  }
  .block-list-item::before {
    height: 14px;
    width: 14px;
  }
}

.about-values {
  background: #262424;
  color: #fff;
  padding: 85px 0 85px;
  position: relative;
  overflow: hidden;  
}
.about-values::before, .about-values::after {
  content: '';
  background-size: 100%;
  position: absolute;
  filter: blur(70px);
}

.about-values::before {
  background-image: radial-gradient(251.97% 251.34% at -26.97% 119.12%, #FFFFFF 0%, #F8DC38 10.42%, #D25A28 23.44%, #CB2128 31.77%, #C90087 40.1%, #304195 47.4%, #2CAEAE 54.23%, #00ABEB 61.98%, #6EB253 77.6%, #589F52 92.71%, #FFFFFF 100%);
  bottom: -50px;
  left: -180px;
  height: 360px;
  width: 360px;
}
.about-values::after {
  background-image: radial-gradient(185.2% 184.85% at 12.31% 95.68%, #FFFFFF 0%, #F8DC38 10.42%, #D25A28 23.44%, #CB2128 31.77%, #C90087 40.1%, #304195 47.4%, #2CAEAE 54.23%, #00ABEB 61.98%, #6EB253 77.6%, #589F52 92.71%, #FFFFFF 100%);
  top: -100px;
  right: -100px;
  height: 290px;
  width: 290px;
}
.about-values-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
.about-values-text {
  width: 375px;
}
.about-values .block-title {
  color: #fff;
  margin-bottom: 22px;
  text-align: left;
}
.about-values-subtitle {
  font-size: 16px;
  line-height: 19px; 
  max-width: 80%; 
}
.about-values-list-block {
  width: 560px;
}
.about-values-list li {
  margin-bottom: 45px;
  padding-left: 90px;
  position: relative;
}
.about-values-list li:last-child {
  margin-bottom: 0;
}
.about-values-list li::before {
    content: '';
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
    height: 43px;
    width: 43px;  
}

.about-values-list li:nth-child(1):before {
  background-image: url(../images/about/about-values/1.svg);
}
.about-values-list li:nth-child(2):before {
  background-image: url(../images/about/about-values/2.svg);
}
.about-values-list li:nth-child(3):before {
  background-image: url(../images/about/about-values/3.svg);
}

@media screen and (max-width: 1330px) {
  .about-values {
    padding: 55px 0 55px;
  }  
  .about-values-text {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 730px) {
  .about-values-subtitle {
    font-size: 14px;
    line-height: 17px;
  }
  .about-values-list li {
    margin-bottom: 35px;
    padding-left: 60px;
  }
}

/* welcome */
.welcome {
  color: #262424;
  padding-top: 75px;
  padding-bottom: 75px;
}
.welcome .block-title {
  margin-bottom: 75px;
}
.welcome-text {
  max-width: 700px;
  position: relative;
}
.welcome-text::after {
  content: '';
  background-image: url(../images/about/welcome.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  right: -500px;
  height: 374px;
  width: 526px;
}
.welcome-text-title {
  font-weight: 700;
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1330px) {
  .welcome {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .welcome .block-title {
    margin-bottom: 50px;
  }
  .welcome-text {
    max-width: 400px;
  }
  .welcome-text::after {
    bottom: -50px;
    right: -300px;
    height: 274px;
    width: 326px;
  }
  .welcome-text-title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 730px) {
  .welcome .block-title {
    margin-bottom: 50px;
  }
  .welcome-text {
    max-width: unset;
  }
  .welcome-text::after {
    right: -280px;
  }
  .welcome-text-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
/* welcome end */

/* our-team */
.our-team {
  padding: 75px 0;
}
.our-team .block-title {
  margin-bottom: 6px;
}
.our-team-subtitle {
  text-align: center;
  margin-bottom: 75px;
}
.our-team-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1060px;
  margin: 0 auto;
}
.our-team-item {
  margin: 0 40px;
  width: 305px;
}
.our-team-image {
  margin-bottom: 34px;
  height: 343px;
}
.our-team-image img {
  box-shadow: 7px 6px 5px rgba(38, 36, 36, 0.1);
  border-radius: 20px; 
}
.our-team-name {
  color: #262424;
  font-size: 25px;
  line-height: 30px;  
  margin-bottom: 4px;
}
@media screen and (max-width: 1330px) {
  .our-team {
    padding: 50px 0;
  }
  .our-team-subtitle {
    text-align: center;
    margin-bottom: 50px;
  }  
}
@media screen and (min-width: 730px) and (max-width: 1330px) {
  .our-team-item {
    margin: 0 20px;
    width: 210px;
  }
  .our-team-image {
    margin-bottom: 17px;
    height: 247px;
  }
  .our-team-name {
    font-size: 20px;
    line-height: 18px;  
  }  
} 
@media screen and (max-width: 730px) {
  .our-team-block {
    justify-content: center;
  }
  .our-team-item {
    margin: 0;
    margin-bottom: 45px;
  }
  .our-team-item:last-child {
    margin-bottom: 0;
  }
  .our-team-image {
    margin-bottom: 24px;
    height: 330px;
  }  
} 
/* our-team end */

/* about-tnx */
.about-tnx {
  padding: 75px 0;
}
.about-tnx-block {
  margin: 0 auto;
  width: 95%;
}
.about-tnx-text {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;    
  padding: 40px 0;
  text-align: center;
}
@media screen and (max-width: 1330px) {
  .about-tnx {
    padding: 50px 0;
  }
  .about-tnx-block {
    width: 100%;
  }
  .about-tnx-text {
    font-size: 16px;
    line-height: 20px;    
    padding: 30px 0;
  }
}
/* about-tnx end */

/* about-reviews */
.about-reviews {
  background-color: #fff;
  padding: 75px 0;
}
.about-reviews-block {
  display: flex;
  flex-wrap: wrap;
}
.reviews.content {
  background-color: #fff;
}
.review-item {
  background: #FFFFFF;
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.1);
  border-radius: 20px;  
  display: flex;
  flex-direction: column;
  margin: 0 12px 75px;
  min-height: 320px;  
  padding: 49px 26px 30px 40px;
  width: calc(50% - 24px);
}
.review-item-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 44px;
}
.review-item-name {
  color: #262424;  
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
.review-item-job {
  font-size: 14px;
  line-height: 17px;  
}
.review-item-text {
  font-size: 14px;
  line-height: 17px;
  flex-grow: 1;
  margin-bottom: 20px;
}
.review-item-org {
  color: #262424;    
  font-size: 14px;
  line-height: 17px;
  text-align: right;
}
.about-reviews-btn-block {
  text-align: center;
}
@media screen and (max-width: 1330px) {
  .about-reviews {
    padding: 50px 0;
  }  
  .review-item {
    margin: 0 12px 50px;
    padding: 30px 20px 20px 30px;
  }  
  .review-item-info {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 730px) {
  .review-item {
    margin: 0 0 30px;
    padding: 20px 15px;
    width: 100%;
  }  
  .review-item-info {
    margin-bottom: 24px;
  }
}
/* about-reviews end */

/* about-qualification */
.about-qualification {
  background-color: #fff;
  padding-bottom: 75px;
}
.about-qualification .block-title {
  margin-bottom: 75px;
}
.about-qualification-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.about-qualification-item {
  margin-bottom: 75px;
}
.about-qualification-btn-block {
  text-align: center;
}

@media screen and (max-width: 1330px) {
  .about-qualification {
    padding-bottom: 50px;
  }
  .about-qualification .block-title {
    margin-bottom: 50px;
  }  
  .about-qualification-item {
    margin-bottom: 50px;
  }  
}
/* about-qualification end */

/* about-we */
.about-we {
  padding-top: 75px;
}
.about-we .block-title {
  margin-bottom: 0;
}
.about-we-image {
  margin-bottom: -5px;
}
@media screen and (max-width: 1330px) {
  .about-we {
    padding-top: 50px;
  }
}
@media screen and (max-width: 730px) {
  .about-we .container {
    max-width: unset;
  }
}
/* about-we end */

/* reviews-letters */
.reviews-letters {
  padding: 100px 0;
}
.reviews-letters-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}
.reviews-letters-item {
  margin-left: 15px;
  margin-right: 15px;
}
 
.reviews-letters-image {
  display: block;
  position: relative;
}
.reviews-letters-image::before {
  content: '';
  background-image: url(../images/icons/magnifier.svg);
  background-size: 100%;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 22px;
  width: 22px;
}
.reviews-letters-image:hover {
  opacity: .8;
}
.reviews-letters-image:hover::before {
  display: block;
}
@media screen and (max-width: 1330px) {
  .reviews-letters {
    padding: 75px 0;
  }
  .reviews-letters-item {
    margin-bottom: 30px;
    width: 210px;
  }
}
@media screen and (max-width: 730px) {
  .reviews-letters {
    padding: 50px 0;
  }  
  .reviews-letters-item {
    width: auto;
  }
}
/* reviews-letters end */




/* prodvizhenie-seo */
.page-seo.start-screen {
  background-image: url(../images/page-seo/first.png);
} 
.about-service.page-seo {
  padding-bottom: 220px;
}
@media screen and (max-width: 1330px) {
  .about-service.page-seo {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 730px) {
  .about-service.page-seo {
    padding-bottom: 150px;
  }  
}

.page-seo .why-block {
  padding-bottom: 0;
}
.page-seo .why-back-spot {
  top: 70%;
}
@media screen and (max-width: 1330px) {
  .page-seo .why-back-spot-left {
    top: 325px;
  }
  .page-seo .why-back-spot-right {
    top: unset;
  } 
}

.page-seo .content-steps-list-item:last-child::after {
  content: '';
  background-image: url(../images/content-steps/rocket.svg);
  background-size: 100%;
  position: absolute;
  bottom: -280px;
  left: 120px;
  height: 318px;
  width: 318px;
}

/* prodvizhenie-seo END */

/* sozdanie-sajtov */
.page-service.start-screen {
  background-image: url(../images/page-service/first.png);
} 
.about-service.page-site {
  padding-bottom: 220px;
}
@media screen and (max-width: 1330px) {
  .about-service.page-site {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 730px) {
  .about-service.page-site{
    padding-bottom: 150px;
  }  
}

.page-site.section-block-white  {
  color: #262424;
}
.page-site .content-steps-list-item:last-child::after  {
  display: none;
}

.services.page-site .block-title {
  margin-bottom: 75px;
}
@media screen and (max-width: 1330px) {
  .services.page-site .block-title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 730px) {
  .services.page-site .block-title {
    margin-bottom: 35px;
  }
}

.services.page-site .services-title {
  height: 30px;
}
.services.page-site .services-item {
  padding: 34px 20px 34px 12px;
}
@media screen and (max-width: 1330px) {

}

.service-page-site-text {
  color: #797979;  
  font-weight: 700;
  font-size: 96px;
  display: inline-block;
  line-height: 116px;
  padding-top: 85px;
  margin-right: 50px;
  margin-left: auto;
}

@media screen and (max-width: 1330px) {
  .service-page-site-text {
    padding-top: 55px;
  }
}
@media screen and (max-width: 730px) {

}

.service-page-site-text::after {
  content: '';
  background: linear-gradient(118.85deg, #FFFFFF -69.28%, #F8DC38 -44.48%, #D25A28 -12.23%, #CB2128 20.01%, #C90087 51.02%, #304195 75.83%, #00ABEB 106.83%, #6EB253 132.88%, #589F52 152.72%, #FFFFFF 168.85%);
  border-radius: 50%;
  display: inline-block;
  margin-left: 15px;
  height: 33px;
  width: 33px;
}

.page-site.why {
  box-shadow: unset;
  border-radius: 0;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 145px;  
}
.page-site.why .block-title {
  margin-bottom: 75px;
}
@media screen and (max-width: 1330px) {
  .page-site.why {
    padding-top: 50px;
    padding-bottom: 65px; 
  }
  .page-site.why .block-title {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 730px) {

}

.page-site.site-last-block .faq {
  background-color: #fff;
}
/* sozdanie-sajtov END */


/* internet-magazin */ 
.page-internet-magazin.start-screen {
  background-image: url(../images/page-internet-magazin/first.jpg);
  background-size: auto;
} 
@media screen and (max-width: 1330px) {
  .page-internet-magazin.start-screen {
    background-position: center right;
    background-size: 85%;
  } 
}
@media screen and (max-width: 900px) {
  .page-internet-magazin.start-screen {
    background-position: center right -70px;
    background-size: 90%;
  }   
}
@media screen and (max-width: 730px) {
  .page-internet-magazin.start-screen {
    background-position: top 20px right -10px;
    background-size: 570px;
  }  
}
@media screen and (max-width: 520px) {
  .page-internet-magazin.start-screen {
    background-position: top 20px right -100px;
    background-size: 500px;
  }  
}
@media screen and (max-width: 730px) {
  .page-internet-magazin .start-title br {
    display: none;
  }
}
.page-internet-magazin .section-page-man-text:not(.color-white) {
  margin-bottom: 20px;
}

.page-internet-magazin.about-service {
  padding-bottom: 160px;
}
@media screen and (max-width: 1330px) {
  .page-internet-magazin.about-service {
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 730px) {
  .page-internet-magazin.about-service {
    padding-bottom: 110px;
  }
}

.page-internet-magazin.why {
  background-color: #fff;
  border-radius: 0;
  margin-top: -10px;
}

.page-internet-magazin.why .block-title {
  margin-bottom: 75px;
}
@media screen and (max-width: 1330px) {
  .page-internet-magazin.why .block-title {
      margin-bottom: 55px;
  }
}


 
/* internet-magazin END */



/* internet-reklama */ 

.about-service.page-marketing {
  padding-bottom: 165px;
}
@media screen and (max-width: 1330px) {
  .about-service.page-marketing {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 730px) {
  .about-service.page-marketing {
    padding-bottom: 120px;
  }  
}

@media screen and (max-width: 450px) {
  .start-screen.page-marketing {
    background-position: center left -460px;
  }
}

.section-block-white.page-marketing .block-title span {
  display: block;
}

.services.page-marketing .services-block {
  justify-content: center;
}

@media screen and (max-width: 1330px) {
  .services.page-marketing {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 730px) {
  .services.page-marketing .block-title {
    margin-bottom: 35px;
  }
}
/* internet-reklama END */

/* 404 */
.page-404#layout-content {
  background-color: #fff;
}
.page-404 .page-subtitle a {
  text-decoration: underline;
}
.page-404-text {
  font-weight: 700;
  font-size: 250px;
  line-height: 250px;  
  text-align: center;
}
.page-404-image {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 1330px) {
  .page-404-image {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 730px) {
  .page-404-text {
    font-size: 150px;
    line-height: 150px;  
  }
}
@media screen and (max-width: 430px) {
  .page-404-text {
    font-size: 90px;
    line-height: 90px;  
    margin-bottom: 40px;
  }
}
/* 404 end */

/* page-fullfilment */
.page-fullfilment.start-screen {
  background-image: url(../images/page-fullfilment/first.jpg);
}    
@media screen and (max-width: 1330px) {
  .page-fullfilment.start-screen {
    background-position: center right -30px;
    background-size: 85%;
  } 
}
@media screen and (max-width: 900px) {
  .page-fullfilment.start-screen {
    background-position: center right -70px;
    background-size: 90%;
  }   
}
@media screen and (max-width: 730px) {
  .page-fullfilment.start-screen {
    background-position: bottom -20px right -75px;
    background-size: 550px;
  }  
}


.page-fullfilment.section-block-white .block-title {
  margin-bottom: 17px;
}
.page-fullfilment.section-block-white .block-subtitle {
  margin-bottom: 85px;
}
.page-fullfilment.about-service {
  padding-bottom: 275px;
}
@media screen and (max-width: 1330px) {
  .page-fullfilment.about-service {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 730px) {
  .page-fullfilment.about-service {
    padding-bottom: 150px;
  }
}
.page-fullfilment.why {
  box-shadow: unset;
  border-radius: 0;
  margin-top: 0;  
}
.page-fullfilment.why .block-title {
  margin-bottom: 75px;
}
@media screen and (max-width: 1330px) {
  .page-fullfilment.why .block-title {
      margin-bottom: 55px;
  }
}
.page-fullfilment.services .block-title {
  margin-bottom: 75px;
}
@media screen and (max-width: 1330px) {
  .page-fullfilment.services .block-title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 730px) {
  .page-fullfilment.services .block-title {
    margin-bottom: 35px;
  }
}
.page-fullfilment.services .services-block {
  justify-content: center;
}

.page-fullfilment.services .services-item svg {
  fill: #797979;
}

.page-fullfilment.services .services-item:hover svg {
  fill: #F8DC38;
}

.page-fullfilment.stages-of-work {
  padding: 75px 0 30px;
}
.page-fullfilment.stages-of-work .block-title {
  margin-bottom: 75px;
}
/* page-fullfilment end */


/* page-wildberries */
.page-wildberries.start-screen {
  background-image: url(../images/page-wildberries/first.jpg);
}    
@media screen and (max-width: 730px) {
  .page-wildberries.start-screen {
    background-position: bottom -10px right -25px;
    background-size: 580px;
  }  
}
@media screen and (max-width: 430px) {
  .page-wildberries.start-screen {
    background-position: bottom -40px right -65px;
    background-size: 500px;
  }  
}

.page-wildberries.about-service {
  padding: 90px 0 230px;
}

@media screen and (max-width: 1330px) {
  .page-wildberries.about-service {
    padding: 90px 0 180px;
  }
}
@media screen and (max-width: 730px) {
  .page-wildberries.about-service {
    padding: 70px 0 130px;
  }  
}

.page-wildberries.about-service .block-title {
  margin-bottom: 25px;
}
.page-wildberries.about-service .about-service-subtitle {
  margin-bottom: 95px;
}
@media screen and (max-width: 730px) {
  .page-wildberries.about-service .about-service-subtitle {
    margin-bottom: 55px;
  }
}
.page-wildberries .content-steps-list-item:last-child::after  {
  display: none;
}

.page-wildberries .content-steps-list-item:nth-child(3) {
  order: 2;
}

.page-wildberries .content-steps-list-item:nth-child(4) {
  order: 4;
}

@media screen and (max-width: 1330px) {
  .page-wildberries .content-steps-list-item:nth-child(n + 3) {
    padding-left: 30px;
  }
}
@media screen and (max-width: 730px) {
  .page-wildberries .content-steps-list-item:nth-child(n + 3) {
    padding-left: 0;
  } 
}

.page-wildberries .block-white-list-item::before {
  top: 50%;
  transform: translateY(-50%);
  height: 25px;
  width: 25px;
}
.page-wildberries .block-white-list-item:nth-child(1)::before {
  background-image: url(../images/page-wildberries/block-white-list/1.svg);
}
.page-wildberries .block-white-list-item:nth-child(2)::before {
  background-image: url(../images/page-wildberries/block-white-list/2.svg);
}
.page-wildberries .block-white-list-item:nth-child(3)::before {
  background-image: url(../images/page-wildberries/block-white-list/3.svg);
}
.page-wildberries .block-white-list-item:nth-child(4)::before {
  background-image: url(../images/page-wildberries/block-white-list/4.svg);
}
.page-wildberries .block-white-list-item:nth-child(5)::before {
  background-image: url(../images/page-wildberries/block-white-list/5.svg);
}
.page-wildberries .block-white-list-item:nth-child(6)::before {
  background-image: url(../images/page-wildberries/block-white-list/6.svg);
}

.page-wildberries .block-white-list {
  margin-bottom: 30px;
  max-width: 1100px;
}
.page-wildberries .block-white-list-item {
  width:60%;
}
.page-wildberries .block-white-list-item:nth-child(2n) {
  width: 40%;
}
@media screen and (max-width: 1330px) {
  .page-wildberries .block-white-list {
    margin-bottom: 20px;
  }
  .page-wildberries .block-white-list-item {
    display: flex;
    align-items: center;
    padding-left: 35px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 730px) {
  .page-wildberries .block-white-list-item {
    width:100%;
  }
  .page-wildberries .block-white-list-item:nth-child(2n) {
    width: 100%;
  }
}

.page-wildberries.why {
  box-shadow: unset;
  border-radius: 0;
  margin-top: 0;  
}
.page-wildberries.why .block-title {
  margin-bottom: 75px;
}
@media screen and (max-width: 1330px) {
  .page-wildberries.why .block-title {
      margin-bottom: 55px;
  }
}
/* page-wildberries end */


/* page-ozon */
.page-ozon.start-screen {
  background-image: url(../images/page-ozon/first.jpg);
}  
@media screen and (max-width: 1330px) {
  .page-ozon.start-screen { 
    background-position: center right -50px;
    background-size: 90%;
  }  
}  
@media screen and (max-width: 730px) {
  .page-ozon.start-screen {
    background-position: center right -45px;
    background-size: 600px;
  }  
}
@media screen and (max-width: 480px) {
  .page-ozon.start-screen {
    background-position: bottom -40px right -65px;
    background-size: 500px;
  }  
}

.page-ozon.start-screen h1 span {
  font-size: 64px;
  text-transform: uppercase;
  line-height: 70px;
}

.page-ozon.about-service {
  padding: 90px 0 230px;
}

@media screen and (max-width: 1330px) {
  .page-ozon.about-service {
    padding: 90px 0 180px;
  }
}
@media screen and (max-width: 730px) {
  .page-ozon.about-service {
    padding: 70px 0 130px;
  }  
}

.page-ozon.about-service .block-title {
  margin-bottom: 25px;
}
.page-ozon.about-service .about-service-subtitle {
  margin-bottom: 95px;
}
@media screen and (max-width: 730px) {
  .page-ozon.about-service .about-service-subtitle {
    margin-bottom: 55px;
  }
}
.page-ozon .content-steps-list-item:last-child::after  {
  display: none;
}

.page-ozon .content-steps-list-item:nth-child(3) {
  order: 2;
}

.page-ozon .content-steps-list-item:nth-child(4) {
  order: 4;
}

@media screen and (max-width: 1330px) {
  .page-ozon .content-steps-list-item:nth-child(n + 3) {
    padding-left: 30px;
  }
}
@media screen and (max-width: 730px) {
  .page-ozon .content-steps-list-item:nth-child(n + 3) {
    padding-left: 0;
  } 
}

.page-ozon .block-white-list-item::before {
  top: 50%;
  transform: translateY(-50%);
  height: 25px;
  width: 25px;
}
.page-ozon .block-white-list-item:nth-child(1)::before {
  background-image: url(../images/page-ozon/block-white-list/1.svg);
}
.page-ozon .block-white-list-item:nth-child(2)::before {
  background-image: url(../images/page-ozon/block-white-list/2.svg);
}
.page-ozon .block-white-list-item:nth-child(3)::before {
  background-image: url(../images/page-ozon/block-white-list/3.svg);
}
.page-ozon .block-white-list-item:nth-child(4)::before {
  background-image: url(../images/page-ozon/block-white-list/4.svg);
}
.page-ozon .block-white-list-item:nth-child(5)::before {
  background-image: url(../images/page-ozon/block-white-list/5.svg);
}
.page-ozon .block-white-list-item:nth-child(6)::before {
  background-image: url(../images/page-ozon/block-white-list/6.svg);
}

.page-ozon .block-white-list {
  margin-bottom: 30px;
  max-width: 1100px;
}
.page-ozon .block-white-list-item {
  width:60%;
}
.page-ozon .block-white-list-item:nth-child(2n) {
  width: 40%;
}
@media screen and (max-width: 1330px) {
  .page-ozon .block-white-list {
    margin-bottom: 20px;
  }
  .page-ozon .block-white-list-item {
    display: flex;
    align-items: center;
    padding-left: 35px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 730px) {
  .page-ozon .block-white-list-item {
    width:100%;
  }
  .page-ozon .block-white-list-item:nth-child(2n) {
    width: 100%;
  }
}

.page-ozon.why {
  box-shadow: unset;
  border-radius: 0;
  margin-top: 0;  
}
.page-ozon.why .block-title {
  margin-bottom: 75px;
}
@media screen and (max-width: 1330px) {
  .page-ozon.why .block-title {
      margin-bottom: 55px;
  }
}
/* page-ozon end */

/* page-direct */
.page-direct.start-screen {
  background-image: url(../images/page-direct/first.jpg);
}    
@media screen and (max-width: 730px) {
  .page-direct.start-screen {
    background-position: bottom right -25px;
    background-size: 600px;
  }  
}
@media screen and (max-width: 480px) {
  .page-direct.start-screen {
    background-position: bottom -30px right -50px;
    background-size: 500px;
  }  
}

.about-service.page-direct {
  padding: 90px 0 165px;
}
@media screen and (max-width: 1330px) {
  .about-service.page-direct {
    padding: 50px 0 145px;
  }
}
@media screen and (max-width: 730px) {
  .about-service.page-direct {
    padding: 50px 0 105px;
  }
}
.page-direct .about-service-text {
  margin-bottom: 80px;
}
@media screen and (max-width: 730px) {
  .page-direct .about-service-text {
    margin-bottom: 50px;
  } 
}

.page-direct .dark-top-left {
  top: -200px;
}
/* page-direct-end */


/* page-mytarget */
.page-mytarget.start-screen {
  background-image: url(../images/page-mytarget/first.jpg);
}  
@media screen and (max-width: 1330px) {
  .page-mytarget.start-screen {
    background-position: center right 115px;
    background-size:  800px;
  }  
}  
@media screen and (max-width: 950px) {
  .page-mytarget.start-screen {
    background-position: center right -55px; 
  }  
}  
@media screen and (max-width: 730px) {
  .page-mytarget.start-screen {
    background-position: bottom -10px right -10px;
    background-size: 500px;
  }  
}
@media screen and (max-width: 480px) {
  .page-mytarget.start-screen {
    background-position: bottom -30px right -110px; 
  }  
}

.about-service.page-mytarget {
  padding: 90px 0 165px;
}
@media screen and (max-width: 1330px) {
  .about-service.page-mytarget {
    padding: 50px 0 145px;
  }
}
@media screen and (max-width: 730px) {
  .about-service.page-mytarget {
    padding: 50px 0 105px;
  }
}
.page-mytarget .about-service-text {
  margin-bottom: 80px;
}
@media screen and (max-width: 730px) {
  .page-mytarget .about-service-text {
    margin-bottom: 50px;
  } 
}

.page-mytarget .dark-top-left {
  top: -200px;
}
/* page-mytarget-end */

/* page-vnutrennjaja-reklama-na-mp */
.page-vnutrennjaja-reklama-na-mp.start-screen {
  background-image: url(../images/page-vnutrennjaja-reklama-mp/first.jpg);
} 
.page-vnutrennjaja-reklama-na-mp .start-text {
  max-width: 610px; 
}
@media screen and (max-width: 1330px) {
  .page-vnutrennjaja-reklama-na-mp .start-text {
    max-width: 330px; 
  }
}
.page-vnutrennjaja-reklama-na-mp.about-service {
  padding: 90px 0 230px;
}

@media screen and (max-width: 1330px) {
  .page-vnutrennjaja-reklama-na-mp.about-service {
    padding: 90px 0 180px;
  }
}
@media screen and (max-width: 730px) {
  .page-vnutrennjaja-reklama-na-mp.about-service {
    padding: 70px 0 130px;
  }  
}

.page-vnutrennjaja-reklama-na-mp.about-service .block-title {
  margin-bottom: 25px;
}
 
@media screen and (max-width: 730px) {
  .page-vnutrennjaja-reklama-na-mp.about-service .block-title {
    margin-bottom: 55px;
  }
}

.page-vnutrennjaja-reklama-na-mp .services-block {
  justify-content: center;
}

.page-vnutrennjaja-reklama-na-mp.why {
  box-shadow: unset;
  border-radius: 0;
  margin-top: 0;  
}
.page-vnutrennjaja-reklama-na-mp.why .block-title {
  margin-bottom: 75px;
}
@media screen and (max-width: 1330px) {
  .page-vnutrennjaja-reklama-na-mp.why .block-title {
      margin-bottom: 55px;
  }
}
/* page-vnutrennjaja-reklama-na-mp End */

/* page-vneshnjaja-reklama-na-mp */
.page-vneshnjaja-reklama-na-mp.start-screen {
  background-image: url(../images/page-vneshnjaja-reklama-mp/first.jpg);
} 
@media screen and (max-width: 730px) {
  .page-vneshnjaja-reklama-na-mp.start-screen {
    background-position: center right -200px;
  }  
}
@media screen and (max-width: 480px) {
  .page-vneshnjaja-reklama-na-mp.start-screen {
    background-size: 400px;
    background-position: bottom 60px right -85px;
  }  
}

.page-vneshnjaja-reklama-na-mp .start-text {
  max-width: 610px; 
}
@media screen and (max-width: 1330px) {
  .page-vneshnjaja-reklama-na-mp .start-text {
    max-width: 330px; 
  }
}
.page-vneshnjaja-reklama-na-mp.about-service {
  padding: 90px 0 230px;
}

@media screen and (max-width: 1330px) {
  .page-vneshnjaja-reklama-na-mp.about-service {
    padding: 90px 0 180px;
  }
}
@media screen and (max-width: 730px) {
  .page-vneshnjaja-reklama-na-mp.about-service {
    padding: 70px 0 130px;
  }  
}

.page-vneshnjaja-reklama-na-mp.about-service .block-title {
  margin-bottom: 25px;
}
 
@media screen and (max-width: 730px) {
  .page-vneshnjaja-reklama-na-mp.about-service .block-title {
    margin-bottom: 55px;
  }
}

.page-vneshnjaja-reklama-na-mp .services-block {
  justify-content: center;
}

.page-vneshnjaja-reklama-na-mp.why {
  box-shadow: unset;
  border-radius: 0;
  margin-top: 0;  
}
.page-vneshnjaja-reklama-na-mp.why .block-title {
  margin-bottom: 75px;
}
@media screen and (max-width: 1330px) {
  .page-vneshnjaja-reklama-na-mp.why .block-title {
      margin-bottom: 55px;
  }
}
/* page-vneshnjaja-reklama-na-mp End */


/* page-sjemka-dlja-marketplejsov */
.page-sjemka-dlja-marketplejsov.start-screen {
  background-image: url(../images/page-sjemka-dlja-marketplejsov/first.jpg);
} 
@media screen and (max-width: 730px) {
  .page-sjemka-dlja-marketplejsov.start-screen {
    background-position: center right -300px;
  }  
}
@media screen and (max-width: 480px) {
  .page-sjemka-dlja-marketplejsov.start-screen { 
    background-position: center right -80px;
  }  
}

.page-sjemka-dlja-marketplejsov .start-text {
  max-width: 610px; 
}
@media screen and (max-width: 1330px) {
  .page-sjemka-dlja-marketplejsov .start-text {
    max-width: 330px; 
  }
}
.page-sjemka-dlja-marketplejsov.about-service {
  padding: 90px 0 230px;
}

@media screen and (max-width: 1330px) {
  .page-sjemka-dlja-marketplejsov.about-service {
    padding: 90px 0 180px;
  }
}
@media screen and (max-width: 730px) {
  .page-sjemka-dlja-marketplejsov.about-service {
    padding: 70px 0 130px;
  }  
}

.page-sjemka-dlja-marketplejsov.about-service .block-title {
  margin-bottom: 25px;
}
 
@media screen and (max-width: 730px) {
  .page-sjemka-dlja-marketplejsov.about-service .block-title {
    margin-bottom: 55px;
  }
}

.page-sjemka-dlja-marketplejsov .services-block {
  justify-content: center;
}

 
/* page-sjemka-dlja-marketplejsov End */
.photo-examples {
  padding: 40px 0;
}
@media screen and (max-width: 730px) {
  .photo-examples {
    padding: 30px 0;
  }
}
.photo-examples .block-title {
    margin-bottom: 50px;
  }
@media screen and (max-width: 1330px) {
  .photo-examples .block-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 730px) {
  .photo-examples .block-title {
    margin-bottom: 25px;
  }
}


/* Стандартная страница */
.content {
  padding-top: 75px;
  padding-bottom: 75px;
}
.page-title-block {
  background-color: #fff;
  padding-top: 75px;
  padding-bottom: 75px;
}
.page-title {
  color: #262424; 
  font-weight: 700;
  font-size: 45px;
  line-height: 54px;
  text-align: center;
  margin-bottom: 15px;
}
 
.page-title .cursor {
  display: inline-block;
  background-color: #000;
  margin-left: 5px;
  position: relative;
  bottom: -2px;
  height: 42px;
  width: 2px;
}

.page-subtitle {
  text-align: center;
  color: #797979;
}

@keyframes blink {
  0% {opacity: 1;}
  40% {opacity: 1;}
  60% {opacity: 0;}
  100% {opacity: 0;}
}
.page-title .cursor { 
  animation: blink .6s linear infinite alternate;
}

@media screen and (max-width: 1330px) {
  .content {
    padding-top: 55px;
    padding-bottom: 55px;
  }  
  .page-title-block {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .page-title {
    font-size: 35px;
    line-height: 44px;
  }
}
@media screen and (max-width: 730px) {
  .content {
    padding-top: 45px;
    padding-bottom: 45px;
  }  
  .page-title-block {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .page-title {
    font-size: 20px;
    line-height: 26px;
  }
}


/* News Page List */
.posts-list-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}

.posts-list-item {
  background: #FFFFFF;
  border-radius: 20px;  
  margin: 0 12px 50px;
  max-width: calc(50% - 24px);
  padding: 70px 25px 30px 18px;
  position: relative;
}

.posts-list-item:last-child {
  margin-right: auto;
}

.posts-list-date {
  color: #D9D9D9;  
  font-size: 14px;
  line-height: 17px;
  position: absolute;
  top: 27px;
  right: 25px;
}

.posts-list-image {
  float: left;
  padding: 0 20px 15px 0;
  width: 180px;
}

.posts-list-image img {
  object-fit: cover;
}

.posts-list-text-block {
  margin-bottom: 30px;
  padding-top: 5px;
  padding-left: 20px;
}

.posts-list-text {
  color: #797979;
}

.posts-list-title {
  color: #262424;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 18px;
}

.posts-list-more {
  display: inline-block;
  font-size: 14px;
  line-height: 17px;  
  position: absolute;
  bottom: 30px;
  right: 25px;
  text-align: right;
  width: 100%;
}

@media screen and (max-width: 1330px) {
  .posts-list-block {
    margin: 0;
  }

  .posts-list-item {
    max-width: 100%;
    margin-bottom: 30px;
  }  
  .posts-list-item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 730px) {
  .posts-list {
    padding: 50px 0;
  }

  .posts-list .block-title {
    margin-bottom: 50px;
  }
  
  .posts-list-item {
    margin-bottom: 15px;
    padding: 80px 15px 50px 15px;
  }
  
  .posts-list-date {
    color: #D9D9D9;  
    font-size: 14px;
    line-height: 17px;
    position: absolute;
    top: 27px;
    right: 25px;
  }
  
  .posts-list-image {
    display: none;
  }
 
  .posts-list-text-block {
    padding-left: 0;
  }
  
  .posts-list-text {
    color: #797979;
  }
  
  .posts-list-title {
    font-size: 16px;
    line-height: 19px;  
    margin-bottom: 18px;
  }
}
/* News Page List End */

/* News Post */
.post {
  background-color: #fff;
  border-radius: 0 0 40px 40px;
  color: #262424;
  padding: 20px 20px 60px;
}

.post-date {
  color: #D9D9D9;
  text-align: right;
}

.post-text:not(.post-text-featured) {
  padding-top: 30px;
}

.featured-images {
  border-radius: 20px;
  display: block;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
  margin-left: -20px;
  margin-bottom: 40px;
  text-align: center;
  width: calc(100% + 40px);
}

.featured-images img {
  border-radius: 20px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
}

.post h1, .post h2 {
  line-height: 120%;
  margin-top: 50px;
  margin-bottom: 20px;
}
.post h1 {
  font-size: 38px;
}
.post h2 {
  font-size: 35px;
}
.post h3, .post h4 {
  margin-top: 35px;
  margin-bottom: 20px;
}
.post h3 {
  font-size: 30px;
}
.post h4 {
  font-size: 24px;
}

.post ol, .post ul {
  margin-bottom: 20px;
  padding-left: 20px;
}

.post ul {
  list-style: disc;
}

.post p:not(:last-child) {
  margin-bottom: 20px;
}

.post-video {
  margin-bottom: 30px;
}

.post-center {
  text-align: center;
}


/* Contacts */
.contacts-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #262424;
}

.contacts-item {
  margin-bottom: 75px;
  width: 320px;
}

.contacts-item:last-child {
  width: 100%;
}

.contacts-title {
  color: #797979;
  font-size: 45px;
  line-height: 54px;
  margin-bottom: 50px;
  padding-left: 35px;
}

.page-contacts .contacts-info {
  color: #262424;
  display: flex;
  margin-bottom: 17px;
}

.page-contacts .contacts-details::before,
.page-contacts .contacts-address::before,
.page-contacts .contacts-email::before,
.page-contacts .contacts-phone::before {
  background-color: #2563EB;
}

.page-internet-magazin#layout-content, 
.page-about#layout-content, 
.page-contacts#layout-content {
  overflow: unset;
}

@media screen and (max-width: 1330px) {
  .contacts-item {
    margin-bottom: 35px;
    width: 200px;
  }
  
  .contacts-item:last-child {
    width: 300px;
  }  
  .contacts-title {
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 20px;
    padding-left: 10px;
  }
  
  .page-contacts .contacts-info {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 730px) {
  .contacts-title {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 12px;
    padding-left: 7px;
  }  
}

/* Contacts */

/* Pagination */
.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pagination li {
  background: #D9D9D9;
  font-size: 18px;
  line-height: 22px;
  margin-right: 10px;
}

.pagination li:last-child {
  margin-right: 0;
}

.pagination li span,
.pagination li a {
  color: #262424;
  display: flex;
  justify-content: center;
  align-items: center;  
  height: 35px;
  width: 35px;  
}

.pagination li.active span {
  background: #2563EB;
  color: #fff;
  cursor: default;
}
 


/* Footer */
#layout-footer {
  background: #262424;
  color: #fff;
  margin-top: -80px;
  padding: 155px 0 40px;
  position: relative;
}

.footer-block {
  display: flex;
  flex-wrap: wrap;
}

.footer-contacts {
  width: calc(100% / 12 * 6.5);
}

.footer-contacts-title {
  font-size: 25px;
  line-height: 30px;  
  margin-bottom: 30px;
} 

.footer-contacts-info {
  font-size: 18px;
  line-height: 22px;
}

.footer-contacts-info a {
  display: inline-block;
  margin-bottom: 15px;
}

.footer-contacts-info a:first-child {
  margin-right: 25px;
}

.footer-contacts-info .contacts-address::before {
  mask-image: url(../images/contacts/marker.svg);
  -webkit-mask-image: url(../images/contacts/marker.svg);
}

.footer-menu {
  width: calc(100% / 12 * 5.5);
}

.footer-menu-block {
  display: flex;
  flex-wrap: wrap;
}

.footer-menu-block-item {
  margin-bottom: 80px;
  width: 27%;
}

.footer-menu-block-item:first-child {
  width: 46%;
}

.footer-menu-title {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 25px;
}

.footer-menu-list {
  padding-right: 10px;
}

.footer-menu-item {
  margin-bottom: 5px;
}

.footer-menu-link {
  color: #797979;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;  
  position: relative;
}

.footer-menu-link:hover {
  color: #fff;
  opacity: 1;
}

.footer-menu-link:hover::after {
  content: '';
  background-image: url(../images/link_arrow_white.svg);
  background-size: 100%;

  position: relative;
  left: 4px;
  width: 18px;
  height: 18px;  
}

.footer-social {
  width: 100%;
}
.footer-social-link {
  display: inline-block;
  margin-right: 20px;
}
.footer-social-link:last-child {
  margin-right: 0;
}

.footer-logo-block {
  margin-left: auto;
  width: calc(100% / 12 * 5.5);
}
.footer-copy {
  font-size: 12px;
  line-height: 15px;
}

.footer-copy a {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 1330px) {
  #layout-footer {
    margin-top: -185px;
    padding: 285px 0 40px;
  }

  .footer-contacts {
    margin-bottom: 50px;
    width: 100%;
  }
  
  .footer-contacts-info {
    font-size: 16px;
    line-height: 19px;
  }
  
  .footer-contacts-info a:first-child {
    margin-right: 10px;
  }
  
  .footer-menu {
    width: 100%;
  }
 
  .footer-menu-block-item {
    width: 25%;
  }
  
  .footer-menu-block-item:first-child {
    width: 50%;
  }
  
  .footer-menu-title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 25px;
  }

  .footer-social {
    width: 50%;
  }
  
  .footer-logo-block {
    margin-left: 0;
    width: 50%;
  }
  .footer-copy {
    font-size: 12px;
    line-height: 15px;
  }

}

@media screen and (max-width: 730px) {
  #layout-footer {
    margin-top: -30px;
    padding: 90px 0 20px;
  }

  .footer-contacts {
    margin-bottom: 25px;
  }
  
  .footer-contacts-title {
    font-size: 18px;
    line-height: 22px;  
    margin-bottom: 15px;
  } 

  .footer-contacts-info a:first-child {
    margin-right: 5px;
  }

  .footer-contacts-info a {
    line-height: 20px;
    margin-bottom: 10px;
  }

  .contacts-info::before {
    margin-right: 5px;
  }
 
  .footer-menu {
    order: -1;
    width: 100%;
  }
 
  .footer-menu-block-item {
    margin-bottom: 20px;
    width: 50%;
  }

  .footer-menu-title {
    margin-bottom: 15px;
  }
  
  .footer-menu-block-item:first-child {
    width: 100%;
  }
 
  .footer-social {
    margin-bottom: 35px;
    width: 100%;
  }
  
  .footer-logo-block {
    margin-left: 0;
    width: 100%;
  }
}

/* Animate */
.animate__animated.stop-animate {
  animation: unset;
  opacity: 0;
}

/* Table */
th, td {
  padding: 10px;
}

/* partials */
.qrHeader {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 15vh;
  margin-bottom: 50px;
  width: 435px;
}
.qrHeader-text-block {
  width: 250px;
}
.qrHeader-text-title {
  font-size: 25px; 
  font-weight: 700;
  margin-bottom: 5px;
}
.qrHeader-text-subtitle {
  font-size: 12px;
}
.qrHeader-code-block {
  position: relative;
  width: 130px;
}
.qrHeader-code-block::before {
  content: '';
  background-image: url('../images/partials/qrHeader/arrow.svg');
  background-size: 100%;
  position: absolute;
  top: 40px;
  left: -65px;
  height: 59px;
  width: 59px;
}
@media screen and (max-width: 730px) {
  .qrHeader {
    flex-direction: column;
    align-items: flex-start; 
    margin-top: 70px;
    width: auto;
  }
  .qrHeader-text-block {
    margin-bottom: 20px; 
  }
  .qrHeader-text-title {
    font-size: 20px;  
    margin-bottom: 5px;
  }
 
  .qrHeader-code-block::before {
    top: -30px;
    left: 160px;
    transform: rotate(145deg);
  }
}
/* qrMain */
.qrMain {
  background-color: #fff;
  margin-bottom: -25px;
  padding: 10px 0;
  position: relative;
  z-index: 2;
}
.page-ozon .qrMain {
  margin-bottom: 0;
}
.qrMain-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.qrMain-text-block {
  width: 825px;
}
.qrMain-text-title {
  color: #2563EB;
  font-size: 30px;
  font-weight: 700;  
  margin-bottom: 35px;
}
.qrMain-text-list {
  display: flex;
  flex-wrap: wrap;
}
.qrMain-text-list-item { 
  margin-bottom: 25px;
  padding-left: 10px;
  position: relative;
  width: 33.3%;
}
.qrMain-text-list-item::before {
  content: "•"; 
  color: #2563EB;
  position: absolute;
  top: -1.5px;
  left: -3px;
}

.qrMain-qr-block {
  padding-right: 140px;
}
.qrMain-qr-image {
  position: relative;
  margin-bottom: 10px;
}

.qrMain-qr-text {
  color: #262424;
  position: absolute;
  top: 55%;
  right: -140px;
  font-size: 16px;
  text-align: center;
  width: 140px;
}

.qrMain-qr-text span {
  position: relative;
}

.qrMain-qr-text span::before {
  content: '';
  background-image: url('../images/partials/qrMain/arrow.png');
  background-size: 100%;
  position: absolute;
  top: -50px;
  left: -20px;
  height: 58px;
  width: 58px;  
}

.qrMain .btn {
  width: 215px;
}

@media screen and (max-width: 1330px) {
  .qrMain {
    background-color: #fff;
    margin-bottom: -25px;
    padding: 10px 0;
    position: relative;
    z-index: 2;
  }

  .qrMain-text-block {
    width: 440px;
  }
  .qrMain-text-title {
    font-size: 25px; 
    margin-bottom: 25px;
  }
  .qrMain-text-list-item {  
    width: 50%;
  }
 

  .qrMain-qr-block {
    padding-right: 50px;
  }
  .qrMain-qr-image {
    margin: 0 auto 10px;
    width: 170px;
  }

  .qrMain-qr-text {
    top: 55%;
    right: -100px;
    font-size: 12px;
    width: 100px;
  }

  .qrMain-qr-text span {
    position: relative;
  }

  .qrMain-qr-text span::before {
    content: '';
    background-image: url('../images/partials/qrMain/arrow.png');
    background-size: 100%;
    position: absolute;
    top: -50px;
    left: -20px;
    height: 58px;
    width: 58px;  
  }

  .qrMain .btn {
    width: 185px;
  }
}