/*
Theme Name: Detektyv
*/

@import url('assets/css/reset.css');

@import url('assets/css/fonts.css');

@import url('assets/css/magnific-popup.css');

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

*:hover,
*:focus {
  outline: 0;
}

body {
  font-family: NeueMachina;
  font-size: 18px;
  line-height: 1;
  color: #232628;
  background: #E3E4E4;
}

body.hidden {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.whiteBg {
  background: #fff;
}

.button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 12px 26px;
  padding-top: 10px;
  font-family: NeueMachina;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  background: -webkit-linear-gradient(358deg, #D10000 0%, rgba(209, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(358deg, #D10000 0%, rgba(209, 0, 0, 0.6) 100%);
  background: linear-gradient(92deg, #D10000 0%, rgba(209, 0, 0, 0.6) 100%);
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border: none;
  cursor: pointer;
}

.button:hover {
  background: -webkit-linear-gradient(358deg, #D10000 0%, #D10000 100%);
  background: -o-linear-gradient(358deg, #D10000 0%, #D10000 100%);
  background: linear-gradient(92deg, #D10000 0%, #D10000 100%);
}

.button.transparent {
  background: transparent;
  border: 2px solid #D10000;
  padding: 10px 26px;
  padding-top: 8px;
  color: #232628;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
}

.button.transparent:hover {
  background: #D10000;
  color: #fff;
}

h1 {
  text-align: center;
  margin-bottom: 42px;
  font-weight: 700;
  font-size: 48px;
  line-height: 50px;
  position: relative;
}

h1 .h2Line {
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

h2 {
  text-align: center;
  margin-bottom: 42px;
  font-weight: 700;
  font-size: 48px;
  line-height: 50px;
  position: relative;
}

h2 .h2Line {
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.topLineSection {
  padding-top: 13px;
  padding-bottom: 30px;
}

.topLineWrap {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.topLineWrap .logo {
  width: 185px;
  padding-right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 1.05;
  color: #232628;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
}

.topLineWrap .logo img {
  width: 60px;
}

.topLineWrap .logo img.logoDelimiter {
  width: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}

.topLineWrap .logo .logoText {
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  padding-left: 10px;
}

.topLineWrap .logo:hover {
  color: #D10000;
}

.topLineBorder {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.burger {
  display: none;
}

.topLineRight {
  width: 230px;
  padding-bottom: 8px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.topLineRight .topLineRightDelimiter {
  position: absolute;
  bottom: 0;
  left: 0;
}

.topLineRightPhone {
  margin-bottom: 13px;
}

.topLineRightPhone a {
  color: #232628;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.topLineRightPhone a:hover {
  color: #D10000;
}

.topLineRightButton .button {
  padding-left: 20px;
  padding-right: 20px;
}

.topLineCenter {
  width: -webkit-calc(100% - 415px);
  width: calc(100% - 415px);
  padding: 0 35px;
  padding-bottom: 19px;
}

.topLineCenterPhone {
  display: none;
}

.topSocial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 22px;
}

.topSocial li {
  margin-right: 30px;
}

.topSocial li:last-child {
  margin-right: 0;
}

.topSocial li svg {
  fill: #232628;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.topSocial li:hover svg {
  fill: #D10000;
}

.topMenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.topMenu li {
  font-weight: 700;
}

.topMenu li a {
  color: #232628;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.topMenu li a:hover {
  color: #D10000;
}

.topMenu > li.menu-item-has-children {
  padding-right: 26px;
  position: relative;
}

.topMenu > li.menu-item-has-children::after {
  content: url('assets/img/menu-arrow.svg');
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.topMenu > li.menu-item-has-children:hover .sub-menu {
  display: block;
}

.topMenu .sub-menu {
  position: absolute;
  z-index: 5;
  top: -webkit-calc(100% + 12px);
  top: calc(100% + 12px);
  left: 0;
  width: 240px;
  padding: 15px;
  background: #C4C4C4;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: none;
}

.topMenu .sub-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 12px;
  background: transparent;
}

.topMenu .sub-menu li {
  margin-bottom: 10px;
}

.topMenu .sub-menu li:last-child {
  margin-bottom: 0;
}

header {
  background: url('assets/img/header-bg.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
}

header .wrapper {
  position: relative;
  z-index: 2;
}

header::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.3);
}

.headerText {
  max-width: 520px;
  color: #fff;
  min-height: 501px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 0;
}

.headerText h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 50px;
  margin-bottom: 40px;
  text-align: left;
}

.headerText p {
  font-size: 24px;
  line-height: 1.05;
  margin-bottom: 15px;
}

.headerButton {
  margin-top: 40px;
}

.headerButton .button {
  padding: 20px 40px;
}

.mainServicesSection {
  padding-top: 30px;
  padding-bottom: 60px;
}

.mainServicesWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.mainServicesDelimiter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mainServicesItem {
  width: -webkit-calc(50% - 85px);
  width: calc(50% - 85px);
  padding: 40px;
  padding-top: 30px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.mainServicesItem h3 {
  font-size: 24px;
  line-height: 1.05;
  margin-bottom: 34px;
  color: #fff;
}

.mainServicesList li {
  margin-bottom: 45px;
  position: relative;
}

.mainServicesList li:last-child {
  margin-bottom: 0;
}

.mainServicesList li a {
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: block;
}

.mainServicesList li a:hover {
  color: #D10000;
}

.mainServicesList li:hover .mainServicesListSubmenu {
  display: block;
}

.mainServicesListSubmenu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  background: #fff;
  border-radius: 10px;
  width: 300px;
  max-width: 100%;
  padding: 15px;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
  z-index: 5;
  display: none;
}

.mainServicesListSubmenu::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background: transparent;
}

.mainServicesListSubmenu li {
  margin-bottom: 15px;
  font-size: 16px;
}

.mainServicesListSubmenu li a {
  color: #232628;
}

.mainServicesListSubmenu li.active {
  font-weight: 700;
}

.mainServicesListSubmenu li.active a {
  color: #D10000;
}

.mainServicesListSubmenu li.active a:hover {
  text-decoration: underline;
}

.mainAboutSection {
  padding-top: 30px;
  padding-bottom: 80px;
}

.mainAboutWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.mainAboutText {
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  margin: 0 15px;
}

.mainAboutText p {
  margin-bottom: 30px;
}

.mainAboutText p:last-child {
  margin-bottom: 0;
}

.mainAboutImg {
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  margin: 0 15px;
  position: relative;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.mainAboutImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mainAboutImg .link {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 20px;
  color: #fff;
}

.mainLicenseSection {
  padding-top: 30px;
  padding-bottom: 60px;
}

.licenseBigWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.licenseBigRight {
  width: 50%;
  background: #E3E4E4;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
  padding: 30px;
  min-height: 230px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.licenseNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 0;
}

.licenseArrow {
  cursor: pointer;
  width: 15px;
  height: 27px;
}

.licenseArrow svg {
  stroke: #D10000;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.licenseArrow:hover svg {
  stroke: #000;
}

.licenseNavDigits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px;
}

.licenseRightWrap {
  margin-bottom: 30px;
}

.licenseRightItem {
  display: none;
}

.licenseRightItem.active {
  display: block;
}

.licenseBigLeft {
  width: 50%;
  height: 467px;
  position: relative;
}

.licenseImgItem {
  display: none;
  width: 370px;
  height: 467px;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  position: absolute;
  z-index: 1;
}

.licenseImgItem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.licenseImgItem.active {
  display: block;
  position: absolute;
  top: 0;
  left: -webkit-calc(100% - 370px);
  left: calc(100% - 370px);
  z-index: 4;
}

.licenseImgItem.prev {
  display: block;
  top: 50%;
  left: 0;
  width: 270px;
  height: 340px;
  top: 60px;
  z-index: 3;
}

.licenseImgItem.prev::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.licenseImgItem.hidden {
  top: 50%;
  right: 0;
  -webkit-transform: scale(0.73) translate(0, -70%);
  -ms-transform: scale(0.73) translate(0, -70%);
  transform: scale(0.73) translate(0, -70%);
}

.mainGuarSection {
  padding-top: 30px;
  padding-bottom: 50px;
}

.mainGuarWrap {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mainGuarItem {
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  margin: 0 15px;
  margin-bottom: 30px;
  text-align: center;
  min-height: 292px;
  padding: 30px 70px;
  padding-top: 0;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.mainGuarItem h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.05;
  color: #D10000;
  margin-bottom: 20px;
}

.formSection {
  padding-top: 30px;
  padding-bottom: 60px;
}

.formWrap {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.formLeft {
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  margin: 0 15px;
}

.formLeft p {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.05;
}

.formLeft button {
  margin-top: 30px;
}

.formImg {
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  height: 464px;
  margin: 0 15px;
  position: relative;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.formImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.formImg .link {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
}

.formContent {
  border: 1px solid #232628;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 30px 50px;
  padding-top: 17px;
}

.formContent input {
  width: 100%;
  height: 40px;
  margin-bottom: 17px;
  padding: 0 20px;
  font-family: NeueMachina;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #232628;
  border: none;
  border-bottom: 1px solid #232628;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.formContent input::-webkit-input-placeholder {
  font-family: NeueMachina;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: rgba(35, 38, 40, 0.3);
}

.formContent input::-moz-placeholder {
  font-family: NeueMachina;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: rgba(35, 38, 40, 0.3);
}

.formContent input:-ms-input-placeholder {
  font-family: NeueMachina;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: rgba(35, 38, 40, 0.3);
}

.formContent input::placeholder {
  font-family: NeueMachina;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: rgba(35, 38, 40, 0.3);
}

.formContent input:focus {
  border-bottom-color: #D10000;
}

.formContent textarea {
  width: 100%;
  height: 90px;
  padding: 13px 20px;
  font-family: NeueMachina;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #232628;
  border: none;
  border-bottom: 1px solid #232628;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  resize: none;
}

.formContent textarea::-webkit-input-placeholder {
  font-family: NeueMachina;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: rgba(35, 38, 40, 0.3);
}

.formContent textarea::-moz-placeholder {
  font-family: NeueMachina;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: rgba(35, 38, 40, 0.3);
}

.formContent textarea:-ms-input-placeholder {
  font-family: NeueMachina;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: rgba(35, 38, 40, 0.3);
}

.formContent textarea::placeholder {
  font-family: NeueMachina;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: rgba(35, 38, 40, 0.3);
}

.formContent textarea:focus {
  border-bottom-color: #D10000;
}

footer {
  padding: 30px 0;
  background: #232628;
  color: #fff;
}

.footerWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footerBottom {
  margin-top: 20px;
  font-size: 12px;
}

.footerLogo {
  width: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 1.05;
}

.footerLogo img {
  width: 60px;
  margin-right: 10px;
}

.footerLogo span {
  max-width: 90px;
}

.footerRight {
  width: 270px;
}

.footerSocial {
  margin-bottom: 20px;
}

.footerSocial li {
  margin-bottom: 20px;
}

.footerSocial li:last-child {
  margin-bottom: 0;
}

.footerSocial li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.footerSocial li a .img {
  width: 24px;
  height: 24px;
}

.footerSocial li a .img svg {
  fill: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.footerSocial li a .text {
  width: -webkit-calc(100% - 24px);
  width: calc(100% - 24px);
  padding-left: 20px;
}

.footerSocial li a:hover {
  color: #D10000;
}

.footerSocial li a:hover .img svg {
  fill: #D10000;
}

.footerRightPhone a {
  font-weight: 700;
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.footerRightPhone a:hover {
  color: #D10000;
}

.footerMenu {
  width: -webkit-calc(100% - 570px);
  width: calc(100% - 570px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footerMenu li {
  width: 50%;
  margin-bottom: 20px;
  font-weight: 700;
}

.footerMenu li a {
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.footerMenu li a:hover {
  color: #D10000;
}

.footerMenu li.menu-item-has-children > a {
  position: relative;
}

.footerMenu li.menu-item-has-children > a::after {
  content: url('assets/img/footer-menu-arrow.svg');
  position: absolute;
  top: 4px;
  right: -22px;
}

.footerMenu li.menu-item-has-children > a:hover + .sub-menu {
  display: block;
}

.footerMenu li.menu-item-has-children:hover .sub-menu {
  display: block;
}

.footerMenu .sub-menu {
  padding-left: 30px;
  padding-top: 20px;
  display: none;
}

.footerMenu .sub-menu li {
  width: 100%;
  margin-bottom: 10px;
}

.footerMenu .sub-menu li:last-child {
  margin-bottom: 0;
}

.mobMenuOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  display: none;
}

.mobMenuSection {
  position: absolute;
  top: 0;
  right: -300px;
  width: 290px;
  height: 100%;
  background: rgba(35, 38, 40, 0.8);
  padding: 80px 15px;
  padding-bottom: 20px;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}

.mobMenuSection.active {
  right: 0;
}

.mobMenuClose {
  position: absolute;
  top: 35px;
  right: 24px;
  cursor: pointer;
}

.mobMenu li {
  font-weight: 700;
  margin-bottom: 20px;
}

.mobMenu li:last-child {
  margin-bottom: 0;
}

.mobMenu li a {
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.mobMenu li a:hover {
  color: #D10000;
}

.mobMenu li.menu-item-has-children > a {
  position: relative;
}

.mobMenu li.menu-item-has-children > a::after {
  content: url('assets/img/mob-menu-arrow.svg');
  position: absolute;
  top: 3px;
  right: -26px;
}

.mobMenu li.menu-item-has-children > a:hover + .sub-menu {
  display: block;
}

.mobMenu li.menu-item-has-children:hover .sub-menu {
  display: block;
}

.mobMenu .sub-menu {
  padding-left: 20px;
  padding-top: 20px;
  display: none;
}

.mobMenu .sub-menu li {
  width: 100%;
  margin-bottom: 10px;
}

.mobMenu .sub-menu li:last-child {
  margin-bottom: 0;
}

.crumbsSection {
  margin-bottom: 30px;
}

.crumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 700;
}

.crumbs a {
  color: #232628;
  opacity: 0.3;
  margin-right: 28px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
}

.crumbs a:hover {
  opacity: 1;
}

.crumbs a::after {
  content: url('assets/img/crumbs-arrow.svg');
  position: absolute;
  top: 1px;
  right: -18px;
}

.crumbs span {
  color: #D10000;
  opacity: 0.3;
  cursor: default;
}

.servicesSection {
  padding-bottom: 50px;
}

.servicesBigWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.servicesBigLeft {
  width: 250px;
  border-right: 2px solid #232628;
  padding-right: 15px;
}

.servicesBigLeftItem {
  display: block;
  margin-bottom: 20px;
  color: #232628;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.servicesBigLeftItem:last-child {
  margin-bottom: 0;
}

.servicesBigLeftItem:hover {
  color: #D10000;
}

.servicesBigLeftItem.active {
  color: #D10000;
  font-size: 20px;
}

.servicesBigLeftItem.active span {
  position: relative;
}

.servicesBigLeftItem.active span::after {
  content: url('assets/img/services-left-arrow.svg');
  position: absolute;
  bottom: 0;
  right: -20px;
}

.servicesBigRight {
  width: -webkit-calc(100% - 250px);
  width: calc(100% - 250px);
  padding-left: 30px;
}

.servicesWrap {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.servicesItem {
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  margin: 0 15px;
  margin-bottom: 30px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  padding: 20px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 298px;
}

.servicesItem h3 {
  width: 100%;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.05;
  margin-bottom: 20px;
}

.servicesItem h3 a {
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.servicesItem h3 a:hover {
  color: #D10000;
}

.servicesItem p {
  width: 100%;
  margin-bottom: 20px;
}

.servicesItem p a {
  color: #fff;
}

.servicesItem p:last-child {
  margin-bottom: 0;
}

.servicesItemBottom {
  margin: auto;
  margin-bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.servicesItemBottom .price {
  color: #D10000;
  font-size: 24px;
  line-height: 1.05;
  width: -webkit-calc(100% - 180px);
  width: calc(100% - 180px);
  padding-right: 15px;
}

.servicesItemBottom .button {
  color: #fff;
  width: 180px;
  padding-left: 10px;
  padding-right: 10px;
}

.oneServiceSection {
  padding-bottom: 80px;
}

.oneServiceContent {
  width: -webkit-calc(100% - 250px);
  width: calc(100% - 250px);
  padding-left: 20px;
}

.oneServiceContent p {
  margin-bottom: 15px;
}

.oneServiceContent p:last-child {
  margin-bottom: 0;
}

.oneServiceContent ul {
  list-style-type: disc;
  list-style-position: inside;
  margin: 20px 0;
}

.oneServiceContent ul:last-child {
  margin-bottom: 0;
}

.oneServiceContent ul li {
  margin-bottom: 10px;
}

.oneServiceContent ul li:last-child {
  margin-bottom: 0;
}

.oneServiceContent ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin: 20px 0;
}

.oneServiceContent ol:last-child {
  margin-bottom: 0;
}

.oneServiceContent ol li {
  margin-bottom: 10px;
}

.oneServiceContent ol li:last-child {
  margin-bottom: 0;
}

.oneServiceContent h2,
.oneServiceContent h3,
.oneServiceContent h4 {
  text-align: left;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.05;
  margin: 30px 0;
}

.oneServiceContent h2:last-child,
.oneServiceContent h3:last-child,
.oneServiceContent h4:last-child {
  margin-bottom: 0;
}

.oneServiceData {
  margin: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.oneServiceData .price {
  color: #D10000;
  font-size: 24px;
  line-height: 1.05;
}

.articlesSection {
  padding-bottom: 80px;
}

.articlesWrap {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.articlesItem {
  width: -webkit-calc(33.33% - 30px);
  width: calc(33.33% - 30px);
  margin: 0 15px;
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #D10000;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.articlesItem .img {
  width: 100%;
  height: 130px;
  display: block;
}

.articlesItem .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.articlesItem .img:hover + h3 a {
  color: #D10000;
}

.articlesItem h3 {
  width: 100%;
  font-weight: 700;
}

.articlesItem h3 a {
  color: #232628;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: block;
  padding: 20px 0;
}

.articlesItem h3 a:hover {
  color: #D10000;
}

.articlesItem p {
  width: 100%;
  margin-bottom: 30px;
}

.articlesItemBottom {
  margin: auto;
  margin-bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.articlesItemBottom .date {
  font-size: 14px;
  color: rgba(35, 38, 40, 0.3);
}

.articlesItemBottom .more {
  color: rgba(35, 38, 40, 0.3);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.articlesItemBottom .more:hover {
  color: #D10000;
}

.pagination, .wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination a, .wp-pagenavi a {
  margin: 0 10px;
  color: #232628;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.pagination a:hover, .wp-pagenavi a:hover {
  color: #D10000;
}

.pagination a.prev, .wp-pagenavi .previouspostslink,
.pagination a.next, .wp-pagenavi .nextpostslink {
  color: #D10000;
  transform: translate(0, -2px);
}

.pagination a.prev:hover, .wp-pagenavi .previouspostslink:hover,
.pagination a.next:hover, .wp-pagenavi .nextpostslink:hover {
  color: #232628;
}

.pagination span, .wp-pagenavi span {
  margin: 0 10px;
  color: #D10000;
}

.wp-pagenavi span.pages {
  display: none;
}

.oneArticleSection {
  padding-bottom: 80px;
}

.oneArticleContent p {
  margin-bottom: 15px;
}

.oneArticleContent p:last-child {
  margin-bottom: 0;
}

.oneArticleContent ul {
  list-style-type: disc;
  list-style-position: inside;
  margin: 20px 0;
}

.oneArticleContent ul:last-child {
  margin-bottom: 0;
}

.oneArticleContent ul li {
  margin-bottom: 10px;
}

.oneArticleContent ul li:last-child {
  margin-bottom: 0;
}

.oneArticleContent ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin: 20px 0;
}

.oneArticleContent ol:last-child {
  margin-bottom: 0;
}

.oneArticleContent ol li {
  margin-bottom: 10px;
}

.oneArticleContent ol li:last-child {
  margin-bottom: 0;
}

.oneArticleContent h2,
.oneArticleContent h3,
.oneArticleContent h4 {
  text-align: left;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.05;
  margin: 30px 0;
}

.oneArticleContent h2:last-child,
.oneArticleContent h3:last-child,
.oneArticleContent h4:last-child {
  margin-bottom: 0;
}

.oneArticleContent img {
  display: block;
  margin: 30px 0;
  -webkit-filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.4));
  -webkit-border-radius: 10px;
  border-radius: 10px;
  max-width: 100%;
}

.faqSection {
  padding-bottom: 80px;
}

.faqItem {
  position: relative;
}

.faqItemLine {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
}

.faqItemQues {
  padding: 30px 0;
  padding-right: 90px;
  position: relative;
  font-size: 24px;
  line-height: 1.05;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.faqItemQues .arrow {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.faqItemQues .arrow svg {
  stroke: #232628;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.faqItemQues:hover {
  color: #D10000;
}

.faqItemQues:hover .arrow svg {
  stroke: #D10000;
}

.faqItemQues.active {
  color: #D10000;
}

.faqItemQues.active .arrow {
  -webkit-transform: rotate(-180deg) translate(0, 50%);
  -ms-transform: rotate(-180deg) translate(0, 50%);
  transform: rotate(-180deg) translate(0, 50%);
}

.faqItemQues.active .arrow svg {
  stroke: #D10000;
}

.faqItemAnsw {
  padding-bottom: 30px;
  display: none;
}

.faqItemAnsw p {
  margin-bottom: 20px;
}

.faqItemAnsw p:last-child {
  margin-bottom: 0;
}

#map {
  width: 100%;
  height: 350px;
}

.contactsSection {
  padding-bottom: 60px;
}

.contactsWrap {
  padding-top: 10px;
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contactsLeft,
.contactsRight {
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  margin: 0 15px;
}

.contactsItem {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
}

.contactsItem .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-calc(100% - 310px);
  width: calc(100% - 310px);
  padding-right: 10px;
}

.contactsItem .left .icon {
  width: 55px;
  height: 55px;
}

.contactsItem .left .icon svg {
  fill: #232628;
}

.contactsItem .left .text {
  width: -webkit-calc(100% - 55px);
  width: calc(100% - 55px);
  padding-left: 20px;
}

.contactsItem .right {
  width: 310px;
  color: #D10000;
}

.contactsItem .right a {
  color: #D10000;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.contactsItem .right a:hover {
  color: #232628;
}

.overlay {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: none;
}

.modal {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 570px;
  max-width: -webkit-calc(100% - 30px);
  max-width: calc(100% - 30px);
  max-height: -webkit-calc(100% - 30px);
  max-height: calc(100% - 30px);
  overflow: auto;
  padding: 30px 50px;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: url('assets/img/modal-bg.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  display: none;
}

.modal::-webkit-scrollbar {
  width: 0;
}

.modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.modal .close svg {
  stroke: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.modal .close:hover svg {
  stroke: #D10000;
}

.modal h3 {
  text-align: center;
  color: #fff;
  margin-bottom: 17px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.05;
}

.modal input {
  width: 100%;
  height: 40px;
  margin-bottom: 17px;
  padding: 0 20px;
  font-family: NeueMachina;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
  border: none;
  background: transparent;
  border-bottom: 1px solid #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.modal input::-webkit-input-placeholder {
  font-family: NeueMachina;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.4);
}

.modal input::-moz-placeholder {
  font-family: NeueMachina;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.4);
}

.modal input:-ms-input-placeholder {
  font-family: NeueMachina;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.4);
}

.modal input::placeholder {
  font-family: NeueMachina;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.4);
}

.modal input:focus {
  border-bottom-color: #D10000;
}

.modal textarea {
  width: 100%;
  height: 90px;
  padding: 13px 20px;
  font-family: NeueMachina;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  border: none;
  background: transparent;
  border-bottom: 1px solid #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  resize: none;
}

.modal textarea::-webkit-input-placeholder {
  font-family: NeueMachina;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.4);
}

.modal textarea::-moz-placeholder {
  font-family: NeueMachina;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.4);
}

.modal textarea:-ms-input-placeholder {
  font-family: NeueMachina;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.4);
}

.modal textarea::placeholder {
  font-family: NeueMachina;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.4);
}

.modal textarea:focus {
  border-bottom-color: #D10000;
}

.modalButton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.thanks-overlay {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: none;
}

.thanks-modal {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 570px;
  max-width: -webkit-calc(100% - 30px);
  max-width: calc(100% - 30px);
  max-height: -webkit-calc(100% - 30px);
  max-height: calc(100% - 30px);
  overflow: auto;
  padding: 30px 50px;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: url('assets/img/modal-bg.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  display: none;
}

.thanks-modal::-webkit-scrollbar {
  width: 0;
}

.thanks-modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.thanks-modal .close svg {
  stroke: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.thanks-modal .close:hover svg {
  stroke: #D10000;
}

.thanks-modal h3 {
  text-align: center;
  color: #fff;
  margin-bottom: 17px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.05;
}

.thanks-modal p {
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1150px) {
  .topLineWrap .logo {
    width: 165px;
  }

  .topLineRight {
    width: 205px;
  }

  .topLineCenter {
    width: -webkit-calc(100% - 370px);
    width: calc(100% - 370px);
    padding: 0 15px;
  }

  .topMenu li {
    font-size: 16px;
  }

  .topMenu li.haveSubmenu {
    padding-right: 21px;
  }

  .headerImg {
    right: -40px;
  }

  .servicesBigWrap {
    display: block;
  }

  .servicesBigLeft {
    width: 100%;
    border: none;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .servicesBigLeftItem {
    margin-right: 20px;
  }

  .servicesBigLeftItem:last-child {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .servicesBigLeftItem.active {
    padding-right: 26px;
  }

  .servicesBigLeftItem.active span::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: -22px;
  }

  .servicesBigRight {
    width: 100%;
    padding: 0;
  }

  .oneServiceContent {
    width: 100%;
    padding: 0;
  }

  .contactsWrap {
    display: block;
    margin: 0;
  }

  .contactsLeft,
  .contactsRight {
    width: 100%;
    margin: 0;
  }

  .contactsItem .left {
    width: 260px;
  }
}

@media screen and (max-width: 1050px) {
  .headerImg {
    right: -140px;
  }

  .footerLogo {
    width: 250px;
  }

  .footerMenu {
    width: -webkit-calc(100% - 520px);
    width: calc(100% - 520px);
  }
}

@media screen and (max-width: 960px) {
  .topLineSection {
    padding-top: 20px;
  }

  .topLineWrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .topLineWrap .logo {
    width: 185px;
  }

  .burger {
    display: block;
    width: 35px;
  }

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

  .topLineRight {
    width: 242px;
    padding: 0 26px;
  }

  .topLineRightPhone {
    display: none;
  }

  .topLineRightButton .button {
    padding-left: 15px;
    padding-right: 15px;
  }

  .topLineCenter {
    width: -webkit-calc(100% - 462px);
    width: calc(100% - 462px);
  }

  .topMenu {
    display: none;
  }

  .topSocial {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
  }

  .topLineCenterPhone {
    display: block;
    text-align: center;
  }

  .topLineCenterPhone a {
    color: #232628;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }

  .topLineCenterPhone a:hover {
    color: #D10000;
  }

  .topLineRight .topLineRightDelimiter,
  .topLineWrap .logo img.logoDelimiter {
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }  

  .headerText {
    max-width: 100%;
    min-height: auto;
    padding: 50px 0;
  }

  .headerText p {
    max-width: 520px;
  }

  .mainServicesDelimiter {
    display: none;
  }

  .mainServicesItem {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    padding: 30px 20px;
    padding-bottom: 38px;
  }

  .mainAboutWrap {
    margin: 0 -10px;
  }

  .mainAboutImg {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px;
    height: auto;
  }

  .mainAboutText {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px;
  }

  .mainAboutText p {
    margin-bottom: 20px;
  }

  .mainGuarSection {
    padding-bottom: 60px;
  }

  .mainGuarWrap {
    margin: 0 -10px;
  }

  .mainGuarItem {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px;
    margin-bottom: 20px;
    padding: 30px 20px;
    padding-top: 0;
    min-height: 326px;
  }

  .formWrap {
    display: block;
    margin: 0;
  }

  .formLeft {
    width: 570px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .formImg {
    width: 570px;
    margin: 0 auto;
  }

  .footerRight {
    width: 240px;
  }

  .footerMenu {
    width: -webkit-calc(100% - 490px);
    width: calc(100% - 490px);
    display: block;
  }

  .footerMenu li {
    width: 100%;
  }

  .licenseBigWrap {
    display: block;
  }

  .licenseBigLeft {
    width: 570px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .licenseBigRight {
    width: 100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }

  .licenseNav {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
  }

  .servicesSection {
    padding-bottom: 60px;
  }

  .servicesWrap {
    margin: 0 -10px;
  }

  .servicesItem {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px;
    margin-bottom: 20px;
  }

  .servicesItemBottom {
    display: block;
  }

  .servicesItemBottom .price {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }

  .articlesItem {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }

  .oneArticleSection h1 {
    text-align: left;
  }

  .oneArticleSection h1 .h2Line {
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .contactsItem {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 750px) {
  .topLineWrap {
    display: block;
    position: relative;
  }

  .topLineWrap .logo {
    width: 165px;
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 0;
  }

  .topLineWrap .logo img.logoDelimiter {
    display: none;
  }

  .burger {
    position: absolute;
    top: 14px;
    right: 0;
  }

  .topLineCenter {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }

  .topSocial li {
    margin-right: 20px;
  }

  .topLineRight {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }

  .topLineRight .topLineRightDelimiter {
    display: none;
  }

  .topLineRightButton .button {
    padding-left: 21px;
    padding-right: 21px;
  }

  .headerText h1 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 25px;
  }

  .headerText p {
    max-width: 100%;
    font-size: 20px;
    line-height: 1.1;
  }

  .headerButton {
    margin-top: 30px;
  }

  h2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 40px;
  }

  h2 .h2Line {
    bottom: -10px;
  }

  h1 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 40px;
  }

  h1 .h2Line {
    bottom: -10px;
  }

  .mainServicesWrap {
    display: block;
  }

  .mainServicesItem {
    width: 100%;
    margin-bottom: 20px;
  }

  .mainServicesItem:last-child {
    margin-bottom: 0;
  }

  .mainServicesList li {
    margin-bottom: 30px;
  }

  .mainServicesListSubmenu li {
    margin-bottom: 15px;
  }

  .mainAboutWrap {
    display: block;
    margin: 0;
  }

  .mainAboutText {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
    line-height: 1.1;
  }

  .mainAboutImg {
    width: 100%;
    margin: 0;
    height: 360px;
  }

  .mainGuarSection {
    padding-bottom: 80px;
  }

  .mainGuarWrap {
    display: block;
    margin: 0;
  }

  .mainGuarItem {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    padding: 30px 15px;
    padding-top: 0;
    min-height: auto;
  }

  .mainGuarItem h3 {
    font-size: 22px;
  }

  .mainGuarItem p {
    font-size: 17px;
    line-height: 1.1;
  }

  .formWrap {
    display: block;
    margin: 0;
  }

  .formLeft {
    width: 100%;
  }

  .formLeft p {
    font-size: 20px;
    line-height: 1.1;
  }

  .formContent {
    padding: 30px 20px;
    padding-top: 15px;
  }

  .formImg {
    width: 100%;
    height: 360px;
  }

  .footerBottom {
    text-align: center;
  }

  .footerWrap {
    display: block;
  }

  .footerLogo {
    width: 165px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .footerMenu {
    width: 100%;
    text-align: center;
  }

  .footerRight {
    width: 100%;
  }

  .footerRightPhone {
    text-align: center;
  }

  .footerSocial {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footerSocial li {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .footerSocial li:last-child {
    margin-right: 0;
  }

  .footerSocial li a .text {
    display: none;
  }

  .licenseBigRight {
    min-height: auto;
    padding: 30px 15px;
  }

  .licenseRightItem {
    line-height: 1.1;
  }

  .crumbsSection {
    margin-bottom: 20px;
  }

  .crumbs a,
  .crumbs span {
    margin-bottom: 10px;
  }

  .servicesWrap {
    display: block;
    margin: 0;
  }

  .servicesItem {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    min-height: auto;
    font-size: 17px;
    line-height: 1.1;
    padding: 20px 15px;
  }

  .servicesItem h3 {
    font-size: 22px;
  }

  .servicesItemBottom {
    display: block;
  }

  .servicesItemBottom .price {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }

  .articlesWrap {
    display: block;
    margin: 0;
  }

  .articlesItem {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
    padding: 20px 15px;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  }

  .faqItemQues {
    padding: 20px 0;
    padding-right: 60px;
    font-size: 20px;
  }

  .faqItemQues .arrow {
    right: 0;
  }

  .faqItemAnsw {
    padding-bottom: 20px;
    font-size: 17px;
    line-height: 1.1;
  }

  .contactsSection {
    padding-bottom: 50px;
  }

  .contactsItem {
    display: block;
    margin-bottom: 35px;
  }

  .contactsItem .left {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }

  .contactsItem .left .icon {
    width: 40px;
    height: 40px;
  }

  .contactsItem .left .icon svg {
    width: 40px;
    height: 40px;
  }

  .contactsItem .left .text {
    width: auto;
    padding-left: 15px;
  }

  .contactsItem .right {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .licenseBigLeft {
    width: 100%;
    height: 404px;
  }

  .licenseImgItem {
    width: 320px;
    height: 404px;
  }

  .licenseImgItem.active {
    left: -webkit-calc(100% - 320px);
    left: calc(100% - 320px);
  }

  .licenseImgItem.prev {
    top: 32px;
  }
}

@media screen and (max-width: 560px) {
  .oneServiceData {
    display: block;
  }

  .oneServiceData .price {
    margin-bottom: 15px;
  }

  .modal {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 440px) {
  .headerButton .button {
    padding: 20px 15px;
    width: 100%;
  }

  .mobMenuSection {
    right: auto;
    left: -webkit-calc(100% + 10px);
    left: calc(100% + 10px);
    width: 100%;
  }

  .mobMenuSection.active {
    right: auto;
    left: 0;
  }
}

@media screen and (max-width: 400px) {
  .licenseBigLeft {
    height: 354px;
  }

  .licenseImgItem {
    width: 280px;
    height: 354px;
  }

  .licenseImgItem.active {
    left: -webkit-calc(100% - 280px);
    left: calc(100% - 280px);
  }

  .licenseImgItem.prev {
    top: 38px;
    width: 220px;
    height: 277px;
  }
}

@media screen and (max-width: 350px) {
  .articlesItemBottom .date {
    font-size: 12px;
  }

  .articlesItemBottom .more {
    font-size: 16px;
  }
}