* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  vertical-align: inherit;
}
@font-face {
  font-family: 'Circe';
  src: url('../fonts/Circe-Light.eot');
  src: local('Circe Light'), local('Circe-Light'), url('../fonts/Circe-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Circe-Light.woff') format('woff'), url('../fonts/Circe-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Circe';
  src: url('../fonts/Circe-Bold.eot');
  src: local('Circe Bold'), local('Circe-Bold'), url('../fonts/Circe-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Circe-Bold.woff') format('woff'), url('../fonts/Circe-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: inherit;
  cursor: default;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .container {
    width: 100%;
  }
}
.header {
  background-image: url('../img/header-bg.png');
  background-repeat: no-repeat;
  background-position: center -8px;
  border-top: 3px solid #3a44a1;
  position: relative;
  z-index: 10;
}
@media (max-width: 1199.98px) {
  .header {
    background-size: cover;
  }
  .header__top a { /*charlie*/
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .header {
    background-size: 1326px;
    background-position: -260px 0;
    height: 152px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }
}
.header__logo {
  padding-top: 15px;
}
.header__logo img {
  width: 98%;
}
@media (max-width: 1199.98px) {
  .header__logo {
    width: 45%;
  }
}
@media (max-width: 991.98px) {
  .header__logo {
    width: 35%;
  }
}
@media (max-width: 767.98px) {
  .header__logo {
    width: 340px;
  }
}
.header__top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .header__top {
    padding-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .header__top {
    padding-top: 0;
  }
}
.header__top p {
  font-size: 13px;
  text-transform: uppercase;
  color: #3a44a1;
}
.header__top p span {
  font-size: 10px;
  font-weight: bold;
  color: #aeaeae;
  text-transform: initial;
}
.header__top a {
  text-decoration: none;
  color: #000;
  font-size: 16px; /*charlie*/
  font-weight: bold;
  text-transform: initial;
}
@media (max-width: 1199.98px) {
  .header__top a {
    font-size: 14px; /*charlie*/
  }
}
@media (max-width: 767.98px) {
  .header__top a {
    font-size: 14px;
  }
}
.header__top:before,
.header__top:after {
  display: none;
}
.header__phone {
  display: flex;
  align-items: center;
  margin-top: -30px;
}

/*charlie*/

.header__phone2 {
  display: flex;
  align-items: center;
  margin-top: -30px;
}
.header__phone2 .img {
  display: flex;
  align-items: flex-start;
  margin-right: 20px;
}
.header__phone2 .img:after {
  content: '';
  height: 35px;
  width: 1px;
  background-color: #aeaeae;
  display: block;
  margin-left: 23px;
}
.header__phone2 .town {
	font-size: 15px;
}

/*charlie end*/

@media (max-width: 767.98px) {
  .header__phone {
    display: none;
  }
  .header__phone2{
    display: none;
  }
}
.header__phone .img {
  display: flex;
  align-items: flex-start;
  margin-right: 15px;
  margin-left: 15px;
}
.header__phone .img:after {
  content: '';
  height: 35px;
  width: 1px;
  background-color: #aeaeae;
  display: block;
  margin-left: 23px;
}
.header__mail {
  display: flex;
  align-items: center;
  margin-top: -30px;
}
@media (max-width: 767.98px) {
  .header__mail {
    display: none;
  }
}
.header__mail .img {
  display: flex;
  align-items: flex-start;
  margin-right: 20px;
}
.header__mail .img:after {
  content: '';
  height: 35px;
  width: 1px;
  background-color: #aeaeae;
  display: block;
  margin-left: 23px;
}
.header__nav {
  padding-bottom: 50px;
  margin-top: -15px;
}
@media (max-width: 1199.98px) {
  .header__nav {
    padding-bottom: 53px;
    margin-top: -15px;
  }
}
@media (max-width: 991.98px) {
  .header__nav {
    padding-bottom: 40px;
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .header__nav {
    display: none;
  }
}
.header__nav ul {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}
.header__nav ul li {
  list-style: none;
}
.header__nav ul li:before {
  content: "/";
  margin-right: 22px;
  margin-left: 22px;
  color: #c3585c;
}
.header__nav ul li:first-child:before {
  display: none;
}
.header__nav ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease-in 0s;
}
.header__nav ul li a:hover {
  color: #c3585c;
}
.mobile-menu,
.mobile-menu-btn {
  display: none;
}
@media (max-width: 767.98px) {
  .mobile-menu,
  .mobile-menu-btn {
    display: block;
  }
}
.mobile-callback {
  display: none;
}
@media (max-width: 767.98px) {
  .mobile-callback {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    opacity: 0.3;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .mobile-callback img {
    margin-left: 10px;
  }
}
@media (max-width: 767.98px) {
  .mobile-menu {
    background-color: #fff;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 30px;
    padding-left: 40px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .mobile-menu__top {
    display: flex;
    align-items: flex-start;
  }
  .mobile-menu ul {
    margin-bottom: 100px;
    margin-top: 40px;
  }
  .mobile-menu ul li {
    list-style: none;
  }
  .mobile-menu ul li a {
    text-decoration: none;
    color: #3a44a1;
    line-height: 72px;
    font-size: 26px;
  }
  .mobile-menu .header__phone {
    display: flex;
    align-items: center;
  }
  .mobile-menu .header__phone .img {
    display: flex;
    align-items: flex-start;
    margin-right: 20px;
  }
  .mobile-menu .header__phone .img:after {
    content: '';
    height: 35px;
    width: 1px;
    background-color: #aeaeae;
    display: block;
    margin-left: 23px;
  }

/*charlie*/
	
  .mobile-menu .header__phone2 {
    display: flex;
    align-items: center;
  }
  .mobile-menu .header__phone2 .img {
    display: flex;
    align-items: flex-start;
    margin-right: 20px;
  }
  .mobile-menu .header__phone2 .img:after {
    content: '';
    height: 35px;
    width: 1px;
    background-color: #aeaeae;
    display: block;
    margin-left: 23px;
  }
	
/*charlie end*/
	
  .mobile-menu .header__mail {
    display: flex;
    align-items: center;
  }
  .mobile-menu .header__mail .img {
    display: flex;
    align-items: flex-start;
    margin-right: 20px;
  }
  .mobile-menu .header__mail .img:after {
    content: '';
    height: 35px;
    width: 1px;
    background-color: #aeaeae;
    display: block;
    margin-left: 23px;
  }
  .mobile-menu .header__phone,
  .mobile-menu .header__phone2, /*charlie*/
  .mobile-menu .header__mail {
    display: flex;
    margin-top: 50px;
  }
  .mobile-menu .header__phone a,
  .mobile-menu .header__phone2 a, /*charlie*/
  .mobile-menu .header__mail a {
    text-decoration: none;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    text-transform: initial;
  }
  .mobile-menu .header__phone p,
  .mobile-menu .header__phone2 p, /*charlie*/
  .mobile-menu .header__mail p {
    font-size: 13px;
    text-transform: uppercase;
    color: #3a44a1;
  }
  .mobile-menu .header__phone p span,
  .mobile-menu .header__phone2 p span, /*charlie*/
  .mobile-menu .header__mail p span {
    font-size: 10px;
    font-weight: bold;
    color: #aeaeae;
    text-transform: initial;
  }
}
#black-bg {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #000;
  opacity: 0.5;
  z-index: 10;
}
.mobile-menu-btn {
  background-color: transparent;
  border: none;
  margin-bottom: 19px;
  margin-left: 50px;
}
.mobile-menu-btn div {
  width: 30px;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #3a44a1;
  border-radius: 4px;
}
.mobile-menu-btn-close {
  background-color: transparent;
  border: none;
  margin-left: 50px;
}
.mobile-menu-btn-close div {
  width: 30px;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #3a44a1;
  border-radius: 4px;
}
.mobile-menu-btn-close #l1 {
  transform: rotate(45deg) translate(6px, 4px);
}
.mobile-menu-btn-close #l3 {
  transform: rotate(-45deg) translate(1px, 1px);
}
.page_info {
  background-color: #7f7f7f;
  background-repeat: no-repeat;
  background-position: center 0;
  margin-top: -82px;
  position: relative;
  padding: 70px 0 0;
  height: 187px;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .page_info {
    background-position-y: -17px;
    padding-top: 53px;
    height: 170px;
    margin-top: -66px;
  }
}
@media (max-width: 767.98px) {
  .page_info {
    margin-top: -55px;
  }
}
.page_info a {
  color: #fff;
  text-decoration: none;
  font-family: 'Circe', 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.025em;
}
.page_info h1 {
  font-family: 'Circe', 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.025em;
  text-align: center;
  margin-top: 30px;
}
.page_info .breadcrumbs {
  margin-left: 163px;
}
@media (max-width: 1199.98px) {
  .page_info .breadcrumbs {
    margin-left: 0;
    text-align: center;
  }
}
/*Front Page*/
.nav-row {
  color: #3a44a1;
  font-size: 15px;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 0 5px;
  letter-spacing: 1.2px;
}
@media (max-width: 767.98px) {
  .nav-row {
    display: none;
  }
}
.nav-row a {
  display: block;
  width: 15px;
  height: 15px;
  -webkit-clip-path: polygon(50% 25%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 25%, 0% 100%, 100% 100%);
  background-color: #3a44a1;
  border: 1px solid #8e1c20;
  transition: background-color 0.2s ease-in 0s, border-width 0.2s ease-in 0s;
  margin: 7px;
}
.nav-row a:hover {
  background-color: #b86165;
  border-width: 2px;
}
.nav-row a.next {
  -webkit-clip-path: polygon(50% 75%, 0 0, 100% 0);
  clip-path: polygon(50% 75%, 0 0, 100% 0);
}
.banner {
  /*background-image: url('../img/banner-bg.jpg');*/
  background-repeat: no-repeat;
  background-position: center 0;
  margin-top: -82px;
  position: relative;
  padding: 130px 0 95px;
  height: 620px;
}
.video-block__video {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.background {
    position: absolute;
    background: black;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	overflow: hidden;
	opacity: 0.5;
}
@media (max-width: 1199.98px) {
  .banner {
    margin-top: -55px;
    padding-top: 90px;
  }
}
@media (max-width: 767.98px) {
  .banner {
    background-image: url('../img/banner-bg-mob.jpg');
    height: 754px;
    padding: 85px 0 0;
    margin-top: -55px;
  }
}
.banner p {
  color: #fff;
  font-size: 26px;
  letter-spacing: 0.025em;
  line-height: 45px;
  font-weight: 900;
  margin-left: 34px;
}
.banner p.mob {
  display: none;
}
@media (max-width: 767.98px) {
  .banner p {
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    margin-left: 0;
  }
  .banner p.deckstop {
    display: none;
  }
  .banner p.mob {
    display: block;
  }
}
.banner p span {
  font-size: 57px;
}
@media (max-width: 767.98px) {
  .banner p span {
    font-size: 24px;
  }
}
.banner .btn {
  width: 198px;
  height: 50px;
  color: #fff;
  border-radius: 3px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: 'Circe', 'Open Sans', sans-serif;
  font-weight: 600;
  text-decoration: none;
  margin-left: 34px;
  margin-top: 55px;
  transition: background-color 0.2s ease-in 0s;
}
.banner .btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767.98px) {
  .banner .btn {
    margin-top: 360px;
    margin-left: 0;
    width: 100%;
  }
}
.banner .nav-row {
  position: absolute;
  right: 0;
  bottom: -10px;
  color: #fff;
}
.banner .nav-row a {
  background-color: #ffffff;
  border-color: #fff;
}
.banner .nav-row a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.section-1 {
  background-image: url('../img/section-1.jpg');
  background-position: center 0;
  background-repeat: no-repeat;
  padding-top: 160px;
}
@media (max-width: 767.98px) {
  .section-1 {
    padding-top: 80px;
  }
}
.section-1__inner {
  padding-left: 600px;
}
@media (max-width: 1199.98px) {
  .section-1__inner {
    padding-left: 40%;
  }
}
@media (max-width: 991.98px) {
  .section-1__inner {
    padding-left: 30%;
  }
}
@media (max-width: 767.98px) {
  .section-1__inner {
    padding-left: 0;
  }
}
.section-1 h2 {
  font-size: 40px;
  font-weight: 900;
  color: #3a44a1;
  line-height: 45px;
  text-shadow: 0px 6px 7px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  .section-1 h2 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 767.98px) {
  .section-1 h2 {
    font-size: 30px;
  }
}
.section-1 h2 span {
  font-size: 52px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .section-1 h2 span {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .section-1 h2 span {
    font-size: 30px;
  }
}
@media (max-width: 360px) {
  .section-1 h2 span {
    font-size: 28px;
  }
}
.section-1 ul {
  margin-top: 25px;
  padding-right: 55px;
}
@media (max-width: 767.98px) {
  .section-1 ul {
    padding-right: 0;
  }
}
.section-1 ul li {
  list-style: none;
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-bottom: 15px;
  /*
            p{
                flex: 0 0 ~'calc(100% - 73px);'
            }
            ul{
                padding: 0;
                margin-left: 90px;
                li{
                    display: list-item;
                    list-style: disc;
                    font-weight: normal;
                    margin-bottom: 5px;
                    &:before{
                        display:none;
                    }
                }
            }
            */
}
.section-1 ul li span {
  font-weight: 900;
  color: #3a44a1;
}
.section-1 ul li:before {
  content: '';
  display: block;
  background-image: url('../img/check.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow: 0 0 14px 0 #dfe3eb;
  margin-right: 37px;
  flex: 0 0 36px;
}
.section-1 .advantages {
  display: flex;
  justify-content: space-evenly;
  border: 1px solid #3a44a1;
  border-top: none;
  padding-bottom: 25px;
  position: relative;
  margin-top: 107px;
}
@media (max-width: 767.98px) {
  .section-1 .advantages {
    flex-wrap: wrap;
    padding: 0 20px;
    justify-content: flex-start;
    margin-top: 46px;
  }
}
.section-1 .advantages:after {
  content: '';
  width: 1041px;
  height: 15px;
  background-color: #3a44a1;
  margin: 0 auto;
  position: absolute;
  bottom: -16px;
}
@media (max-width: 1199.98px) {
  .section-1 .advantages:after {
    width: calc(100% - 40px);
  }
}
.section-1 .advantages__item {
  margin-top: -15px;
}
@media (max-width: 767.98px) {
  .section-1 .advantages__item {
    flex: 0 0 50%;
    margin-top: 0;
    margin-bottom: 50px;
  }
}
.section-1 .advantages__item .img {
  background-repeat: no-repeat;
  background-position: 0 center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  transition: background-image 0.2s ease-in 0s;
}
.section-1 .advantages__item1 .img {
  background-image: url('../img/icon1.png');
}
.section-1 .advantages__item1:hover .img {
  background-image: url('../img/icon1-hover.png');
}
.section-1 .advantages__item2 .img {
  background-image: url('../img/icon2.png');
}
.section-1 .advantages__item2:hover .img {
  background-image: url('../img/icon2-hover.png');
}
.section-1 .advantages__item3 .img {
  background-image: url('../img/icon3.png');
}
.section-1 .advantages__item3:hover .img {
  background-image: url('../img/icon3-hover.png');
}
.section-1 .advantages__item4 .img {
  background-image: url('../img/icon4.png');
}
.section-1 .advantages__item4:hover .img {
  background-image: url('../img/icon4-hover.png');
}
.section-1 .advantages__item5 .img {
  background-image: url('../img/icon5.png');
}
.section-1 .advantages__item5:hover .img {
  background-image: url('../img/icon5-hover.png');
}
.section-1 .advantages__item p {
  color: #626262;
  font-size: 13px;
  font-weight: bold;
  font-family: 'Circe', 'Open Sans', sans-serif;
  transition: color 0.2s ease-in 0s;
  text-transform: uppercase;
}
.section-1 .advantages__item:hover p {
  color: #3a44a1;
}
.section-1 .section-11 {
  background-image: url('../img/section-11.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  padding-top: 46px;
  margin-top: 54px;
  height: 510px;
}
@media (max-width: 767.98px) {
  .section-1 .section-11 {
    background-image: url('../img/section-11-mob.jpg');
    height: 1356px;
    background-position: bottom center;
    margin-top: 47px;
  }
}
.section-1 .section-11 h2 {
  font-size: 40px;
}
@media (max-width: 767.98px) {
  .section-1 .section-11 h2 {
    font-size: 30px;
  }
}
.section-1 .section-11 h2 span {
  font-size: 60px;
}
@media (max-width: 767.98px) {
  .section-1 .section-11 h2 span {
    font-size: 40px;
  }
}
.section-1 .section-11 .nav-row {
  position: absolute;
  right: -13px;
  bottom: 55px;
  border-left: 10px solid;
  border-top: 10px solid;
  width: 80px;
  height: 80px;
  top: auto;
}
.section-1 .btn-c {
  width: 370px;
  height: 160px;
  font-size: 23px;
  background-color: #d3d3d3;
  border: 2px solid #e2e1e1;
  display: flex;
  align-items: center;
  background-image: url('../img/calculate-icon.png');
  background-repeat: no-repeat;
  background-position: 240px center;
  text-transform: uppercase;
  color: #3a44a1;
  text-decoration: none;
  font-weight: bold;
  font-family: 'Circe', 'Open Sans', sans-serif;
  padding-left: 40px;
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  .section-1 .btn-c {
    width: 100%;
    background-position: calc(100% - 30px) center;
  }
}
.section-1 .nav-row {
  position: absolute;
  right: 0;
  top: 486px;
}
.section-2 {
  background-image: url('../img/section-2.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  padding-top: 69px;
  padding-bottom: 48px;
}
.section-2 h2 {
  width: 211px;
  height: 40px;
  margin: 0 auto 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Circe', 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  background-color: #3a44a1;
}
.section-2 .btn {
  display: flex;
  border-width: 2px;
  border-color: #d3d3d3;
  border-style: solid;
  border-radius: 3px;
  background-color: #e2e1e1;
  width: 225px;
  height: 46px;
  font-size: 14px;
  font-family: 'Circe', 'Open Sans', sans-serif;
  color: #3a44a1;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin: 0 auto;
}
.section-2 .products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .section-2 .products {
    justify-content: space-evenly;
  }
}
.section-2 .products__item {
  background-color: #fff;
  margin: 0 10px 73px;
}
@media (max-width: 767.98px) {
  .section-2 .products__item img {
    width: 100%;
    height: auto;
  }
}
.section-2 .products__item img {
  max-width: 370px;
  height: auto;
  max-height: 230px;
  width: auto;
}
.section-2 .products__item a {
  text-decoration: none;
  display: flex;
  flex-flow: column;
}
.section-2 .products__item a:hover h3 {
  background-color: #d3d3d3;
}
.section-2 .products__item h3 {
  text-align: center;
  font-size: 16px;
  line-height: 41px;
  font-weight: bold;
  color: #3a44a1;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #3a44a1;
  border-top: none;
  background-image: url('../img/row-r.png');
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  transition: background-color 0.2s ease-in 0s;
}
.section-2 .nav-row {
  position: absolute;
  right: 0;
  bottom: -12px;
}
.section-3 {
  background-image: url('../img/section-3.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
}
@media (max-width: 767.98px) {
  .section-3 {
    background-image: url('../img/section-3-mob.jpg');
    background-repeat: repeat-x;
  }
}
.section-3 .container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 500px;
}
@media (max-width: 767.98px) {
  .section-3 .container {
    flex-wrap: wrap;
    height: 686px;
    padding-top: 86px;
    padding-bottom: 86px;
  }
}
.section-3 .block {
  width: 400px;
}
@media (max-width: 767.98px) {
  .section-3 .block {
    margin-bottom: 26px;
  }
}
.section-3 h2 {
  font-size: 40px;
  color: #3a44a1;
  line-height: 42px;
  text-shadow: 0px 6px 7px rgba(0, 0, 0, 0.1);
  font-weight: 900;
  margin-bottom: 26px;
}
@media (max-width: 767.98px) {
  .section-3 h2 {
    font-size: 30px;
  }
}
.section-3 h2 span {
  font-size: 56px;
  text-transform: uppercase;
}
.section-3 label {
  font-size: 0;
}
.section-3 input {
  border-width: 1px;
  border-color: #3a44a1;
  border-style: solid;
  border-radius: 3px;
  background-color: #ffffff;
  width: 368px;
  height: 48px;
  font-size: 13px;
  font-family: "Circe";
  color: #787878;
  line-height: 1.2;
  font-weight: 300;
  padding-left: 25px;
  margin: 13px 0;
}
.section-3 input[type="submit"] {
  font-size: 14px;
  font-family: "Circe";
  color: #3a44a1;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  border-width: 2px;
  border-color: #d3d3d3;
  border-style: solid;
  border-radius: 3px;
  background-color: #e2e1e1;
  width: 345px;
  height: 46px;
  transition: background-color 0.2s ease-in 0s;
}
@media (max-width: 767.98px) {
  .section-3 input[type="submit"] {
    width: 300px;
  }
}
.section-3 input[type="submit"]:hover {
  background-color: #f8ce6d;
}
@media (max-width: 767.98px) {
  .section-3 input {
    width: 100%;
  }
}
.section-3 .submit:before {
  content: '';
  width: 82px;
  height: 82px;
  background-image: url('../img/btn.png');
  background-repeat: no-repeat;
  display: flex;
  position: absolute;
}
.section-3 div.wpcf7 .ajax-loader {
  display: block;
}
.section-3 form {
  text-align: right;
}
.section-4 {
  padding-bottom: 77px;
}
.section-4 h2 {
  width: 168px;
  height: 40px;
  margin: 70px auto 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Circe', 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #ffffff;
  background-color: #3a44a1;
}
.section-4 .btn {
  display: flex;
  border-width: 2px;
  border-color: #d3d3d3;
  border-style: solid;
  border-radius: 3px;
  background-color: #e2e1e1;
  width: 229px;
  height: 50px;
  font-size: 14px;
  font-family: 'Circe', 'Open Sans', sans-serif;
  color: #3a44a1;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin: 40px auto 77px;
}
@media (max-width: 767.98px) {
  .section-4 .btn {
    width: 100%;
  }
}
.section-4 .works {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1199.98px) {
  .section-4 .works {
    flex-wrap: nowrap;
    overflow-y: scroll;
  }
}
.section-4 .works__item {
  flex: 0 0 269px;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  height:300px;
	overflow:hidden;
	align-items: center;
}
@media (max-width: 1199.98px) {
  .section-4 .works__item {
    margin-right: 30px;
  }
  .section-4 .works__item:nth-child(n+5) {
    display: flex;
  }
}
.section-4 .works__item:nth-child(n+5) {
  display: none;
}
.section-4 .works__item .img {
  overflow: hidden;
  height: 230px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.section-4 .works__item img {
  max-width: 120%;
  max-height: 120%;
}
.section-4 .works__item .img img {
  width: 100%;
  height: auto;
}
.section-4 .works__item h3 {
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  color: #3a44a1;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 15px;
}
.section-4 .works__item a {
  text-decoration: none;
}
.section-5 .container {
  display: flex;
}
@media (max-width: 991.98px) {
  .section-5 .container {
    flex-wrap: wrap;
  }
}
.section-5 .block-1 {
  background-image: url('../img/section-5.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  flex: 0 0 370px;
}
@media (max-width: 991.98px) {
  .section-5 .block-1 {
    flex: 0 0 100%;
    background-position: left bottom;
    margin-bottom: 40px;
  }
}
.section-5 .block-1 h2 {
  font-size: 36px;
  color: #3a44a1;
  line-height: 44px;
  text-shadow: 0px 6px 7px rgba(0, 0, 0, 0.1);
  font-weight: 900;
  margin-bottom: 26px;
}
@media (max-width: 991.98px) {
  .section-5 .block-1 h2 {
    font-size: 28px;
    margin-bottom: 85px;
    margin-left: 155px;
  }
}
@media (max-width: 360px) {
  .section-5 .block-1 h2 {
    margin-bottom: 63px;
    margin-left: 120px;
  }
}
.section-5 .block-1 h2 span {
  font-size: 52px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .section-5 .block-1 h2 span {
    font-size: 41px;
  }
}
.section-5 .services {
  display: flex;
  flex-wrap: wrap;
}
.section-5 .services__item {
  width: 170px;
  margin-left: 30px;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 991.98px) {
  .section-5 .services__item {
    margin-left: 0;
    flex: 0 0 30%;
  }
}
@media (max-width: 559.98px) {
  .section-5 .services__item {
    flex: 0 0 50%;
  }
}
.section-5 .services__item a {
  text-decoration: none;
}
.section-5 .services__item .img {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background-color: #f7f8fa;
  border: 1px solid #fff;
  transition: border-color 0.2s ease-in 0s, background-color 0.2s ease-in 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.section-5 .services__item:hover .img {
  background-color: #ffffff;
  border-color: #3a44a1;
}
.section-5 .services__item h3 {
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  line-height: 47px;
  text-align: center;
}
.section-5 .partners {
  background-color: #fbfbfc;
}
.section-5 .partners .container {
  display: block;
}
.section-5 .partners h2 {
  font-size: 18px;
  font-family: "Circe";
  color: rgba(250, 250, 251, 0.22);
  font-weight: bold;
  text-transform: uppercase;
  background-color: #3a44a1;
  line-height: 40px;
  padding-left: 35px;
}
.section-5 .partners__logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 0 23px;
  overflow-y: scroll;
}
.section-5 .partners__logo img {
  margin-right: 30px;
}
.section-5 .partners__logo::-webkit-scrollbar {
  display: none;
}
.section-5 .nav-row {
  position: absolute;
  right: 0;
  top: 272px;
}
.section-6 .about {
  display: flex;
  padding-top: 48px;
  padding-bottom: 90px;
}
@media (max-width: 767.98px) {
  .section-6 .about {
    flex-wrap: wrap;
  }
}
.section-6 .about .img {
  margin-right: 80px;
  display: flex;
}
@media (max-width: 1199.98px) {
  .section-6 .about .img {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .section-6 .about .img {
    align-items: baseline;
    display: flex;
  }
}
.section-6 .about .img img {
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .section-6 .about .img img {
    width: 100%;
    height: auto;
  }
}
.section-6 .about .btn {
  display: flex;
  font-size: 14px;
  font-family: "Circe";
  color: #3a44a1;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-width: 2px;
  border-color: #d3d3d3;
  border-style: solid;
  border-radius: 3px;
  background-color: #e2e1e1;
  width: 256px;
  height: 50px;
  position: relative;
  margin-left: 41px;
  transition: background-color 0.2s ease-in 0s;
  margin-top: 50px;
}
.section-6 .about .btn:hover {
  background-color: #f8ce6d;
}
.section-6 .about .btn:before {
  content: '';
  width: 82px;
  height: 82px;
  background-image: url('../img/btn.png');
  background-repeat: no-repeat;
  display: flex;
  position: absolute;
  left: -41px;
}
.section-6 .about__scroll:after {
  content: '';
  display: block;
  height: 13px;
  border: 1px solid #dddddd;
  border-top: none;
}
.section-6 .about__scroll__inner {
  height: 376px;
  overflow-y: scroll;
  padding: 0 10px 0 25px;
}
.section-6 .about__scroll__inner::-webkit-scrollbar {
  width: 14px;
  height: 14px;
  display: none;
}
.section-6 .about__scroll__inner h2 {
  width: 211px;
  height: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Circe', 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  background-color: #3a44a1;
}
.section-6 .about__scroll__inner p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
.section-6 .about__scroll__inner strong,
.section-6 .about__scroll__inner b {
  color: #3a44a1;
}
.section-6 .advantages {
  display: flex;
  justify-content: center;
  padding-bottom: 84px;
}

/* Описание стиля текста со старой версии сайта by Charlie */

.old-title__advantages {
	display: flex;
	list-style: none;
	justify-content: space-between;
}

.transition, .old-title__discription, .old-title__item i:before, .old-title__item i:after {
    transition: all 0.25s ease-in-out;
}

.no-select, .old-title__title {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.old-title__title {
	  font-size: 26px;
	  line-height: 34px;
	  font-weight: 300;
	  letter-spacing: 1px;
	  display: block;
	  background-color: #fefffa;
	  margin: 0;
	  cursor: pointer;	
}

.old-title__discription {
	  color: rgba(48, 69, 92, 0.8);
	  font-size: 17px;
	  line-height: 26px;
	  letter-spacing: 1px;
	  position: relative;
	  overflow: hidden;
	  max-height: 800px;
	  opacity: 1;
	  transform: translate(0, 0);
	  margin-top: 14px;
	  z-index: 2;	
}

.old-title__list {
	  list-style: none;
	  perspective: 900;
	  padding: 0;
	  margin: 0;
}

.old-title__item {
	  position: relative;
	  padding: 0;
	  margin: 0;
	  padding-bottom: 4px;
	  padding-top: 18px;
	  border-top: 1px dotted #dce7eb;
}

.old-title__item:nth-of-type(1) {
  	  animation-delay: 0.5s;
}

.old-title__item:last-of-type {
      padding-bottom: 0;
}

.old-title__item i {
	  position: absolute;
	  transform: translate(-6px, 0);
	  margin-top: 16px;
	  right: 0;
}

.old-title__item i:before, ul li i:after {
	  content: "";
	  position: absolute;
	  background-color: #3a44a1;
	  width: 3px;
	  height: 9px;
}

.old-title__item i:before {
  	transform: translate(-2px, 0) rotate(45deg);
}

.old-title__item i:after {
  	transform: translate(2px, 0) rotate(-45deg);
}

.old-title__item input[type=checkbox] {
	  position: absolute;
	  cursor: pointer;
	  width: 100%;
	  height: 100%;
	  z-index: 1;
	  opacity: 0;
}

.old-title__item input[type=checkbox]:checked ~ .old-title__discription {
	  margin-top: 0;
	  max-height: 0;
	  opacity: 0;
	  transform: translate(0, 50%);
}

.old-title__item input[type=checkbox]:checked ~ i:before {
  	transform: translate(2px, 0) rotate(45deg);
}

.old-title__item input[type=checkbox]:checked ~ i:after {
  	transform: translate(-2px, 0) rotate(-45deg);
}

@keyframes flipdown {
	
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
	
  5% {
    opacity: 1;
  }
	
  80% {
    transform: rotateX(8deg);
  }
	
  83% {
    transform: rotateX(6deg);
  }
	
  92% {
    transform: rotateX(-3deg);
  }
	
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
	
}

/* end */

@media (max-width: 1199.98px) {
  .section-6 .advantages {
    overflow-y: scroll;
  }
}
.section-6 .advantages__item {
  flex: 0 0 270px;
  height: 109px;
  /*background-color: #e2e1e1; /*charlie*/
  /*border: 4px solid #d3d3d3;*/
  justify-content: center;
  align-items: center;
  display: flex;
  
}
/*
 .section-6 .advantages__item p {
  color: #3a44a1;
  font-weight: 900;
  font-size: 14px;
  padding: 0 15px 0 33px;
  line-height: 18px;
}
*/
/*
.section-6 .advantages__item p span {
  font-size: 46px;
}
*/
.section-6 .nav-row {
  position: absolute;
  right: 0;
  bottom: 272px;
}
/*END Front Page*/
main {
  padding-top: 90px;
  padding-bottom: 68px;
}
@media (max-width: 767.98px) {
  main {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
main p {
  line-height: 22px;
  margin-bottom: 20px;
}
main ul {
  margin-bottom: 20px;
  line-height: 22px;
  padding-left: 18px;
}
/*Services*/
.servises-main .block-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 55px;
}
@media (max-width: 767.98px) {
  .servises-main .block-1 {
    flex-wrap: wrap;
  }
}
.servises-main .block-1 h2 {
  font-size: 31px;
  color: #3a44a1;
  line-height: 1;
  text-shadow: 0px 6px 7px rgba(0, 0, 0, 0.1);
  font-weight: 900;
}
@media (max-width: 767.98px) {
  .servises-main .block-1 h2 {
    background-image: url(http://lift-crimearu.s52.yourdomain.com.ua/wp-content/themes/web_fine/img/section-5.jpg);
    padding-left: 140px;
    padding-bottom: 104px;
    background-position-y: bottom;
    background-repeat: no-repeat;
  }
}
@media (max-width: 360px) {
  .servises-main .block-1 h2 {
    padding-left: 110px;
  }
}
.servises-main .block-1 h2 span {
  font-size: 45px;
  text-transform: uppercase;
}
.servises-main .block-1 .btn {
  display: flex;
  font-size: 14px;
  font-family: "Circe";
  color: #3a44a1;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-width: 2px;
  border-color: #d3d3d3;
  border-style: solid;
  border-radius: 3px;
  background-color: #e2e1e1;
  width: 256px;
  height: 50px;
  position: relative;
  margin-left: 41px;
  transition: background-color 0.2s ease-in 0s;
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  .servises-main .block-1 .btn {
    margin: 50px auto 0;
    width: 100%;
  }
}
.servises-main .block-1 .btn:hover {
  background-color: #f8ce6d;
}
.servises-main .block-1 p {
  flex: 0 0 500px;
  color: #898989;
  line-height: 22px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .servises-main .block-1 p {
    flex: 0 0 100%;
    margin-top: 20px;
  }
}
.servises-main .services {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767.98px) {
  .servises-main .services .img {
    flex: 0 0 64px;
  }
}
.servises-main .services > img {
  margin-bottom: 65px;
}
@media (max-width: 767.98px) {
  .servises-main .services > img {
    display: none;
  }
}
.servises-main .services__item {
  flex: 0 0 270px;
  margin-bottom: 65px;
}
@media (max-width: 767.98px) {
  .servises-main .services__item {
    flex: 0 0 100%;
    margin-bottom: 50px;
  }
}
.servises-main .services__item a {
  text-decoration: none;
  color: #000;
}
@media (max-width: 767.98px) {
  .servises-main .services__item a {
    display: flex;
    align-items: center;
  }
}
.servises-main .services__item h3 {
  font-size: 14px;
  line-height: 47px;
}
.servises-main .services__item p {
  line-height: 22px;
}
.servises-main .services__item .more {
  font-size: 12px;
  color: #aeaeae;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  line-height: 12px;
}
.servises-main .services__item .more img {
  height: 12px;
  width: auto;
  margin-left: 8px;
}
/*END Services*/
/*Products*/
.characters {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.characters__item {
  text-align: center;
  margin-bottom: 40px;
  flex: 0 0 20%;
}
@media (max-width: 991.98px) {
  .characters__item {
    flex: 0 0 48%;
  }
}
@media (max-width: 767.98px) {
  .characters__item {
    flex: 0 0 50%;
  }
}
.characters__item .img {
  height: 74px;
  width: 74px;
  margin: 0 auto;
  background-color: #f7f8fa;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 15px;
}
.characters__item p {
  font-size: 18px;
  font-weight: bold;
  color: #ab4e47;
  margin-bottom: 0;
}
.characters__item .title {
  color: #000;
  font-size: 14px;
}
.characters .par_1 .img {
  background-image: url('../img/par-1.png');
}
.characters .par_2 .img {
  background-image: url('../img/par-2.png');
}
.characters .par_3 .img {
  background-image: url('../img/par-3.png');
}
.characters .par_4 .img {
  background-image: url('../img/par-4.png');
}
.btn-z {
  font-size: 14px;
  font-family: "Circe";
  color: #3a44a1;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  border-width: 2px;
  border-color: #d3d3d3;
  border-style: solid;
  border-radius: 3px;
  background-color: #e2e1e1;
  width: 345px;
  height: 46px;
  transition: background-color 0.2s ease-in 0s;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 41px;
  position: relative;
  margin-top: 50px;
  clear: both;
}
@media (max-width: 767.98px) {
  .btn-z {
    width: calc(100% - 41px);
  }
}
.btn-z:hover {
  background-color: #f8ce6d;
}
.btn-z:before {
  content: '';
  width: 82px;
  height: 82px;
  background-image: url('../img/btn.png');
  background-repeat: no-repeat;
  display: flex;
  position: absolute;
  left: -41px;
}
main.single-products h2 {
  margin-bottom: 15px;
}
main.single-products .container {
  display: flex;
}
@media (max-width: 767.98px) {
  main.single-products .container {
    flex-wrap: wrap;
  }
}
main.single-products .block-1 img {
  max-width: 100%;
}
main.single-products .block-2 {
  margin-left: 30px;
  flex: 0 0 370px;
  overflow: hidden;
  align-items: center;
  display: flex;
  flex-flow: column;
}
main.single-products .block-2 img {
  width: 100%;
}
@media (max-width: 767.98px) {
  main.single-products .block-2 {
    margin-left: 0;
    margin-top: 40px;
    flex: 0 0 100%;
  }
}
main.single-products .block-2 .btn-c {
  width: 370px;
  height: 160px;
  font-size: 23px;
  background-color: #d3d3d3;
  border: 2px solid #e2e1e1;
  display: flex;
  align-items: center;
  background-image: url('../img/calculate-icon.png');
  background-repeat: no-repeat;
  background-position: 240px center;
  text-transform: uppercase;
  color: #3a44a1;
  text-decoration: none;
  font-weight: bold;
  font-family: 'Circe', 'Open Sans', sans-serif;
  padding-left: 40px;
  margin-top: 50px;
}
@media (max-width: 991.98px) {
  main.single-products .block-2 .btn-c {
    width: 310px;
    height: 145px;
    background-position: calc(100% - 30px) center;
  }
}
@media (max-width: 767.98px) {
  main.single-products .block-2 .btn-c {
    width: 100%;
  }
}
main.single-products .block-1 .btn-c {
  width: 370px;
  height: 160px;
  font-size: 23px;
  background-color: #d3d3d3;
  border: 2px solid #e2e1e1;
  display: flex;
  align-items: center;
  background-image: url('../img/calculate-icon.png');
  background-repeat: no-repeat;
  background-position: 240px center;
  text-transform: uppercase;
  color: #3a44a1;
  text-decoration: none;
  font-weight: bold;
  font-family: 'Circe', 'Open Sans', sans-serif;
  padding-left: 40px;
  margin-top: 50px;
	clear: both;
}
@media (max-width: 991.98px) {
  main.single-products .block-1 .btn-c {
    width: 310px;
    height: 145px;
    background-position: calc(100% - 30px) center;
  }
}
@media (max-width: 767.98px) {
  main.single-products .block-1 .btn-c {
    width: 100%;
  }
}
/*END Products*/
/*About-us*/
.about-us .desc {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .about-us .desc {
    flex-wrap: wrap;
  }
}
.about-us h2 {
  font-size: 16px;
  color: #3a44a1;
  text-transform: uppercase;
  /*line-height: 1;*/
  text-shadow: 0px 6px 7px rgba(0, 0, 0, 0.1);
  font-weight: 900;
}
@media (max-width: 767.98px) {
  .about-us h2 {
    margin-bottom: 20px;
  }
}
.about-us h2 span {
  font-size: 45px;
}
.about-us .content {
  color: #898989;
  line-height: 22px;
  font-size: 14px;
  flex: 0 0 770px;
}
@media (max-width: 1199.98px) {
  .about-us .content {
    flex: 0 0 60%;
  }
}
@media (max-width: 991.98px) {
  .about-us .content {
    flex: 0 0 50%;
  }
}
@media (max-width: 767.98px) {
  .about-us .content {
    flex: 0 0 100%;
  }
}
.about-us .img {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .about-us .img {
    flex-wrap: wrap;
  }
  .about-us .img img {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.about-us .img .block-1 {
  display: flex;
}
@media (max-width: 1199.98px) {
  .about-us .img .block-1 {
    flex: 0 0 34%;
    align-items: flex-start;
  }
  .about-us .img .block-1 img {
    width: 100%;
  }
}
@media (max-width: 395.98px) {
  .about-us .img .block-1 {
    flex: 0 0 100%;
  }
}
.about-us .img .block-2 {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  flex-grow: 1;
}
.about-us .img .block-2 img:first-child {
  align-self: center;
}
.about-us .img .block-2 img:nth-child(2) {
  align-self: flex-start;
}
@media (max-width: 1199.98px) {
  .about-us .img .block-2 {
    flex: 0 0 40%;
  }
  .about-us .img .block-2 img {
    width: 100%;
  }
}
@media (max-width: 395.98px) {
  .about-us .img .block-2 {
    flex: 0 0 100%;
  }
}
.about-us .img .block-3 {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .about-us .img .block-3 {
    flex: 0 0 25%;
  }
  .about-us .img .block-3 img {
    width: 100%;
  }
}
@media (max-width: 395.98px) {
  .about-us .img .block-3 {
    flex: 0 0 100%;
    width: 100%;
    align-items: center;
  }
}
/*END About-us*/
/*Contacts*/
.contacts {
  display: flex;
}
@media (max-width: 1199.98px) {
  .contacts {
    flex-wrap: wrap;
  }
}
.contacts .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-items: flex-end;
  padding-bottom: 65px;
}
.contacts .info .map {
  display: flex;
  flex: 0 0 100%;
}
@media (max-width: 1199.98px) {
  .contacts .info .map {
    order: 4;
  }
}
.contacts .info__contacts {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-end;
  background-image: url('../img/contacts-bg.jpg');
  background-repeat: no-repeat;
  flex-grow: 1;
  flex: 0 0 calc(100% - 470px);
}
.contacts .info__contacts__mob {
  display: none;
}
@media (max-width: 1199.98px) {
  .contacts .info__contacts {
    display: none;
    flex: 0 0 100%;
    margin-top: 45px;
  }
  .contacts .info__contacts__mob {
    display: flex;
    flex: 0 0 100%;
    background-image: none;
  }
}
.contacts .info__contacts a {
  color: #000;
  font-size: 20px;
  line-height: 38px;
  font-weight: 900;
  text-decoration: none;
}
@media (max-width: 1199.98px) {
  .contacts .info__contacts a {
    font-size: 32px;
    line-height: 55px;
  }
}
.contacts .info__contacts .messangers {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.contacts .info__contacts .messangers a {
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 50px;
  height: 50px;
  font-size: 0;
}
@media (max-width: 1199.98px) {
  .contacts .info__contacts .messangers a {
    margin: 20px;
  }
}
.contacts .info__contacts .messangers .viber {
  background-image: url('../img/viber.png');
}
.contacts .info__contacts .messangers .skype {
  background-image: url('../img/skype.png');
}
.contacts .info__contacts .messangers .whatsapp {
  background-image: url('../img/whatsapp.png');
}
.contacts .info .offices {
  display: flex;
  flex-wrap: wrap;
  /*flex: 0 0 470px;*/ /*charlie*/
  padding-top: 15px;
}
@media (max-width: 1199.98px) {
  .contacts .info .offices {
    flex: 0 0 100%;
    justify-content: space-between;
  }
}
.contacts .info .offices h2 {
  flex: 0 0 100%;
  font-size: 14px;
  margin-bottom: 20px;
}
.contacts .info .offices__item {
  flex: 0 0 50%;
  font-size: 14px;
}
@media (max-width: 1199.98px) {
  .contacts .info .offices__item {
    flex: 0 0 47%;
  }
}
.contacts .info .offices__item .address {
  display: flex;
  align-items: center;
}
.contacts .info .offices__item .address:before {
  content: '';
  margin-right: 14px;
  display: block;
  flex: 0 0 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('../img/address.png');
}
.contacts .info .offices__item .address a {
  font-size: 10px;
  color: #3a44a1;
}
.contacts .info .offices__item .tell {
  display: flex;
  align-items: center;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.contacts .info .offices__item .tell:before {
  content: '';
  margin-right: 14px;
  display: block;
  flex: 0 0 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('../img/phone-c.png');
}

/*charlie*/
.contacts .info .offices__item2 .address {
  display: flex;
  align-items: center;
}
.contacts .info .offices__item2 .address:before {
  content: '';
  margin-right: 14px;
  display: block;
  flex: 0 0 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('../img/address.png');
}
.contacts .info .offices__item2 .address a {
  font-size: 10px;
  color: #3a44a1;
}
.contacts .info .offices__item2 .tell {
  display: flex;
  align-items: center;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.contacts .info .offices__item2 .tell:before {
  content: '';
  margin-right: 14px;
  display: block;
  flex: 0 0 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('../img/phone-c.png');
}
/*charlie end*/

.contacts .info .social-link {
  flex-grow: 1;
}
.contacts .info .social-link h2 {
  color: #979797;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
  padding-top: 15px; /*charlie*/
}
.contacts .info .social-link p {
  text-align: center;
  margin-bottom: 0;
}
.contacts .info .social-link__item {
  display: inline-block;
  width: 40px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  font-size: 0;
}
@media (max-width: 1199.98px) {
  .contacts .info .social-link__item {
    margin: 20px 20px 40px;
  }
}
.contacts .info .social-link .vk {
  background-image: url('../img/vk.png');
}
.contacts .info .social-link .fb {
  background-image: url('../img/fb.png');
}
.contacts .info .social-link .inst {
  background-image: url('../img/inst.png');
}
.contacts .form {
  flex: 0 0 370px;
}
.contacts .form label {
  font-size: 0;
}
.contacts .form p {
  margin: 0;
}
.contacts .form > p {
  font-size: 18px;
  font-family: "Open Sans";
  color: #000000;
  font-weight: bold;
  line-height: 1.222;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .contacts .form {
    flex: 0 0 100%;
  }
}
.contacts .form input,
.contacts .form textarea {
  border-width: 1px;
  border-color: #3a44a1;
  border-style: solid;
  border-radius: 3px;
  background-color: #ffffff;
  height: 53px;
  width: 100%;
  font-size: 13px;
  font-family: "Circe";
  color: #787878;
  padding-left: 25px;
}
.contacts .form input[type="submit"],
.contacts .form textarea[type="submit"] {
  font-size: 14px;
  font-family: "Circe";
  color: #3a44a1;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  border-width: 2px;
  border-color: #d3d3d3;
  border-style: solid;
  border-radius: 3px;
  background-color: #e2e1e1;
  height: 51px;
}
.contacts .form textarea {
  height: inherit;
  padding-top: 25px;
}
/*END Contacts*/
.callback {
  padding: 0 15px;
}
.callback label {
  font-size: 0;
}
.callback p {
  margin: 0;
}
.callback > p {
  font-size: 18px;
  font-family: "Open Sans";
  color: #000000;
  font-weight: bold;
  line-height: 1.222;
  text-align: center;
  margin: 20px;
}
@media (max-width: 767.98px) {
  .callback {
    flex: 0 0 100%;
  }
}
.callback input,
.callback textarea {
  border-width: 1px;
  border-color: #3a44a1;
  border-style: solid;
  border-radius: 3px;
  background-color: #ffffff;
  height: 53px;
  width: 100%;
  font-size: 13px;
  font-family: "Circe";
  color: #787878;
  padding-left: 25px;
  margin-bottom: 25px;
}
.callback input[type="submit"],
.callback textarea[type="submit"] {
  font-size: 14px;
  font-family: "Circe";
  color: #3a44a1;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  border-width: 2px;
  border-color: #d3d3d3;
  border-style: solid;
  border-radius: 3px;
  background-color: #e2e1e1;
  height: 51px;
}
.footer {
  background-color: #3a44a1;
  color: #fff;
}
.footer__wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
}

.menu ul {
      margin: 0;
      list-style: none;
      padding-left: 20px;
      display: none;
    }

    .menu .title {
      font-size: 14px;
      cursor: pointer;
    }

    /*.menu .title::before {
      content: '▶ ';
      font-size: 80%;
      color: green;
    }*/

    /*.menu.open .title::before {
      content: '▼ ';
    }*/

    .menu.open ul {
      display: block;
    }

@media (max-width: 767.98px) {
  .footer__wrap {
    flex-wrap: wrap;
  }
}
.footer__contact {
  display: flex;
  align-items: center;
}
.footer__contact a {
  color: inherit;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.025em;
  text-decoration: none;
}
.footer__contact img {
    margin-right: 30px;
    width: 100px;
}
.footer .address {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.025em;
}
.footer .mail {
  line-height: 22px;
}
.footer .tel {
  line-height: 22px;
  margin-top: 7px;
}
@media (max-width: 767.98px) {
  .footer__nav {
    flex: 0 0 100%;
  }
  .footer__nav form {
    display: flex;
  }
  .footer__nav .menu-main-menu-container {
    display: none;
  }
}

.footer__archive-list {
	display: none;
}

/*.footer__nav ul {
  display: flex;
  justify-content: flex-end;
}*/

ul.menu {
	display: flex;
  	justify-content: flex-end;
}

@media (max-width: 991.98px) {
  .footer__nav ul {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.footer__nav ul li {
  list-style: none;
}
@media (max-width: 991.98px) {
  .footer__nav ul li {
    flex: 0 0 33%;
    margin-bottom: 10px;
    text-align: center;
  }
}
.footer__nav ul li:before {
  content: "/";
  margin-right: 15px;
  margin-left: 15px;
  color: #c3585c;
}
.footer__nav ul li:first-child:before {
  display: none;
}
.footer__nav ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease-in 0s;
}
.footer__nav ul li a:hover {
  color: #c3585c;
}
.footer input {
  border-width: 1px;
  border-color: #eeeeee;
  border-style: solid;
  border-radius: 4px;
  background-color: #ffffff;
  width: 368px;
  height: 33px;
  margin-top: 30px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding-left: 22px;
}
.footer input[type="submit"] {
  background-color: #e2e1e1;
  width: 70px;
  height: 35px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  padding-left: 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #3a44a1;
}
@media (max-width: 767.98px) {
  .footer input[type="submit"] {
    height: 55px;
    border: none;
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  .footer input {
    width: 288px;
  }
}
@media (max-width: 767.98px) {
  .footer input {
    width: calc(100% - 70px);
    height: 55px;
    border: none;
    font-size: 12px;
  }
}
.copyright {
  border-top: 1px solid rgba(195, 201, 210, 0.33);
}
.copyright p {
  width: 1200px;
  padding: 15px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .copyright p {
    width: 100%;
    flex-wrap: wrap;
  }
}
.copyright p a {
  color: #fff;
  text-decoration: none;
}
.up-wrap {
  display: flex;
  border-radius: 50%;
  background-color: #fff;
  flex: 0 0 75px;
  height: 75px;
  background-image: url('../img/row-up.png');
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 767.98px) {
  .up-wrap {
    display: none;
  }
}
.alignleft {
  float: left;
  margin: 0 30px 30px 0;
}
@media (max-width: 767.98px) {
  .alignleft {
    margin: 0 0 30px 0;
  }
}
.alignright {
  float: right;
  margin: 0 0 30px 30px;
}
@media (max-width: 767.98px) {
  .alignright {
    margin: 0 0 30px 0;
  }
}
.aligncenter {
  margin: 30px auto;
  display: block;
}
.mCSB_scrollTools {
  width: 60px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-image: url(/wp-content/themes/web_fine/img/scroll.jpg) !important;
  background-position-x: center;
  background-repeat: no-repeat;
  width: 60px;
  height: 63px;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #3a44a1;
  position: relative;
}
.mCSB_scrollTools .mCSB_draggerRail:after {
  content: '';
  display: block;
  height: 15px;
  width: 15px;
  background-color: #3a44a1;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: -6px;
}
.mCSB_scrollTools .mCSB_draggerRail:before {
  content: '';
  display: block;
  height: 15px;
  width: 15px;
  background-color: #3a44a1;
  border-radius: 30px;
  position: absolute;
  bottom: 0;
  left: -6px;
}
#mCSB_1_dragger_vertical {
  height: 63px !important;
}
.mCSB_outside + .mCSB_scrollTools {
  left: -59px;
  right: auto;
}
.wp-caption-text {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  margin: 10px 0 20px;
  color: #3a44a1;
}
.wp-block-table {
    margin: 15px 0;
	border-collapse: collapse;
}
.wp-block-table td {
    padding: 10px 5px;
    border: 1px solid rgba(161, 58, 62, 0.20);
}
.g-recaptcha{
	margin: 0 auto 15px;
    width: max-content;
}

.wpcf7-form-control-wrap.recaptcha {
    
    display: block;
    margin: 0 auto;
    width: fit-content;

}