@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/Montserrat-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/Montserrat-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/Montserrat-BoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Montserrat-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Montserrat-Black.ttf") format("truetype");
}

* {
  box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

img {
  max-width: 100%;
}

input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none;
}

textarea {
  font-family: 'Montserrat';
}

table {
  border-collapse: collapse;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1170px;
}

header, header .adress, .main-slider .slick-dots, .support .list, .company .list, .company .company-info, .help .list, .help .list li, .program .list, .plan .list, .map .info {
  display: flex;
  flex-wrap: wrap;
}

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

.company .callback .wpcf7 {
	width: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 2100px;
  height: 100%;
  font-weight: 300;
  font-size: 17px;
  font-family: 'Montserrat';
  color: #000;
  background: #fff;
}

header {
  justify-content: space-between;
  position: absolute;
  left: 0;
  padding-top: 36px;
  width: 100%;
  color: #fff;
  z-index: 5;
}

header .adress {
  padding-left: 30px;
}

header .adress:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 16px;
  height: 22px;
  background: url("../img/pin_icon.png") no-repeat;
}

header .adress p {
  width: calc(100% - 26px);
  font-size: 16px;
  font-weight: 200;
}

header .contacts {
  margin-right: 60px;
  margin-left: auto;
  margin-top: -7px;
}

header .contacts .phone {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

header .contacts .phone:before {
  content: '';
  position: absolute;
  left: -40px;
  top: 0;
  width: 23px;
  height: 22px;
  background: url("../img/phone_icon.png") no-repeat;
}

header .contacts .phone li {
  line-height: 28px;
}

header .contacts .phone li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  transition: 0.2s ease;
}

header .contacts .phone li a:hover {
  color: #d00000;
}

header .contacts .other {
  padding-top: 10px;
}

header .contacts .other li {
  line-height: 24px;
}

header .contacts .other li a {
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  transition: 0.2s ease;
}

header .contacts .other li a:hover {
  color: #d00000;
}

header .callback {
  padding-right: 30px;
}

header .callback a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 46px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border: none;
  background: #930000;
  transition: 0.2s ease;
  cursor: pointer;
  width: 270px;
}

header .callback a:hover {
  background: #c42020;
}

.main-slider .item {
  height: 1079px;
  color: #fff;
  text-align: center;
  background: url("../img/banner.jpg") no-repeat center;
  background-size: cover;
}

.main-slider h2 {
  margin-top: 430px;
  margin-bottom: 80px;
  font-size: 75px;
  font-weight: 900;
  text-transform: uppercase;
}

.main-slider p {
  margin: 0 auto;
  margin-bottom: 120px;
  width: 60%;
  font-size: 30px;
  font-weight: 900;
  line-height: 45px;
  text-transform: uppercase;
}

.main-slider .callback {
  position: relative;
  margin: 0 auto;
  padding-bottom: 50px;
  width: 316px;
}

.main-slider .callback:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 127px;
  height: 19px;
  background: url("../img/wave.png") no-repeat;
}

.main-slider .callback label {
  display: block;
}

.main-slider .callback label input {
  padding: 0 15px;
  height: 54px;
  width: 100%;
  font-size: 16px;
  font-weight: 200;
  color: #828282;
  border: 1px solid transparent;
  text-align: center;
}

.main-slider .callback label input:focus {
  border-color: #d00000;
}

.main-slider .callback .action {
  margin-bottom: 25px;
}

.main-slider .callback .action input {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 46px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border: none;
  background: #930000;
  transition: 0.2s ease;
  cursor: pointer;
  width: 100%;
  height: 54px;
}

.main-slider .callback .action input:hover {
  background: #c42020;
}

.main-slider .callback .tip {
  margin: 0 auto;
  width: 75%;
  font-size: 13px;
  font-weight: 200;
  color: #828282;
}

.main-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 13px);
  width: 22px;
  height: 33px;
  color: transparent;
  border: none;
  z-index: 5;
  background: transparent;
  cursor: pointer;
}

.main-slider .slick-arrow:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 36px;
  transition: 0.2s ease;
}

.main-slider .slick-arrow:hover:before {
  color: #ff0000;
}

.main-slider .slick-arrow.slick-prev {
  left: 150px;
}

.main-slider .slick-arrow.slick-prev:before {
  content: '\f104';
}

.main-slider .slick-arrow.slick-next {
  right: 150px;
}

.main-slider .slick-arrow.slick-next:before {
  content: '\f105';
}

.main-slider .slick-dots {
  position: absolute;
  right: 30px;
  top: 0;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  z-index: 5;
}

.main-slider .slick-dots li {
  margin-bottom: 5px;
  height: 8px;
}

.main-slider .slick-dots li:last-child {
  margin-bottom: 0;
}

.main-slider .slick-dots li.slick-active button {
  background: #ff0000;
}

.main-slider .slick-dots li button {
  padding: 0;
  width: 8px;
  height: 8px;
  color: transparent;
  border: none;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: 0.2s ease;
}

.main-slider .slick-dots li button:hover {
  background: #ff0000;
}

.support {
  padding: 90px 0 130px 0;
}

.support h3 {
  margin: 0 auto;
  margin-bottom: 90px;
  width: 80%;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

.support .list {
  justify-content: space-around;
  padding: 0 50px;
}

.support .list li {
  padding: 0 50px;
  width: 33.33%;
  text-align: center;
}

.support .list li p {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

.about {
  margin-top: -45px;
  padding-bottom: 120px;
  background: url("../img/flag_bg.png") no-repeat center top;
}

.about h2 {
  padding-top: 80px;
  font-size: 60px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.about .text {
  margin-top: 30px;
  padding: 60px 80px;
  line-height: 35px;
  box-shadow: 0 21px 46px 0 rgba(0, 0, 0, 0.3);
  background: #fff;
}

.about .text p {
  margin-bottom: 35px;
}

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

.company {
  border-top: 2px solid #d00000;
}
.company.info {
  border: none;
}

.company h2 {
  margin-top: -70px;
  margin-bottom: 100px;
  padding-top: 40px;
  font-size: 60px;
  font-weight: 900;
  color: #d00000;
  text-transform: uppercase;
  border-top: 2px solid #d00000;
  background: #fff;
  text-align: center;
}

.company .list {
  margin-bottom: 100px;
}

.company .list li {
  position: relative;
  padding: 0 25px;
  width: 25%;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

.company .list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff0000;
}

.company .company-info {
  padding-bottom: 90px;
}

.company .sidebar {
  width: 328px;
}

.company .main {
  padding-left: 70px;
  width: calc(100% - 328px);
}

.company .main h3 {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 25px;
  line-height: 37px;
}

.company .main h3 span {
  color: #d00000;
}

.company .main p {
  margin-bottom: 45px;
  line-height: 30px;
}
.company .main p:first-child {
  margin-bottom: 0;
}

.company .callback {
  flex-direction: column;
  position: relative;
  margin-bottom: 120px;
  padding: 0 25px;
  width: 100%;
  max-width: 328px;
  height: 535px;
  text-align: center;
  background: url("../img/callback_bg.jpg") no-repeat;
  background-size: cover;
}

.company .callback:before {
  content: '';
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 127px;
  height: 19px;
  background: url("../img/wave.png") no-repeat;
}

.company .callback:after {
  content: '';
  position: absolute;
  bottom: 75px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 127px;
  height: 19px;
  background: url("../img/wave.png") no-repeat;
}

.company .callback h3 {
  margin-bottom: 40px;
  width: 100%;
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 37px;
}

.company .callback label {
  display: block;
  margin-bottom: 7px;
}

.company .callback label input {
  padding: 0 15px;
  width: 100%;
  max-width: 280px;
  height: 54px;
  font-size: 16px;
  font-weight: 200;
  color: #828282;
  text-align: center;
  border: 1px solid transparent;
}

.company .callback label input:focus {
  border-color: #d00000;
}

.company .callback .action {
  margin-bottom: 20px;
}

.company .callback .action input {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 46px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border: none;
  background: #930000;
  transition: 0.2s ease;
  cursor: pointer;
  height: 54px;
  width: 100%;
}

.company .callback .action input:hover {
  background: #c42020;
}

.company .callback .tip {
	width: 100%;
  font-size: 13px;
  font-weight: 200;
  color: #828282;
}

.company .contacts .phone {
  margin-bottom: 15px;
}

.company .contacts .phone a {
  font-size: 20px;
  font-weight: 700;
  transition: 0.2s ease;
}

.company .contacts .phone a:hover {
  color: #d00000;
}

.company .contacts .adress {
  margin-bottom: 35px;
}

.company .contacts .adress p {
  font-size: 16px;
  font-weight: 200;
}

.company .contacts .action a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 46px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border: none;
  background: #930000;
  transition: 0.2s ease;
  cursor: pointer;
  width: 280px;
  height: 54px;
}

.company .contacts .action a:hover {
  background: #c42020;
}

.help {
  margin-top: -45px;
  padding-bottom: 190px;
  background: url("../img/flag_bg.png") no-repeat center top;
}

.help h2 {
  padding-top: 80px;
  font-size: 60px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.help .list {
  margin-top: 30px;
}

.help .list li {
  padding: 0 30px;
  width: 25%;
  height: 535px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
}

.help .list li:first-child {
  background-image: url("../img/help_bg_1.jpg");
}

.help .list li:nth-child(2) {
  background-image: url("../img/help_bg_2.jpg");
}

.help .list li:nth-child(3) {
  background-image: url("../img/help_bg_3.jpg");
}

.help .list li:nth-child(4) {
  background-image: url("../img/help_bg_4.jpg");
}

.help .list p {
  position: relative;
  margin-top: 200px;
}

.help .list p:before {
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
  width: 45px;
  height: 4px;
  background: #ff0000;
}

.program {
  padding-bottom: 80px;
  border-top: 2px solid #d00000;
}

.program h2 {
  margin-top: -70px;
  margin-bottom: 100px;
  padding-top: 40px;
  font-size: 60px;
  font-weight: 900;
  color: #d00000;
  line-height: 60px;
  text-transform: uppercase;
  border-top: 2px solid #d00000;
  background: #fff;
  text-align: center;
}

.program .list li {
  margin-bottom: 85px;
  padding-right: 100px;
  width: 50%;
}

.program .list h3 {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 45px;
  line-height: 37px;
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
}

.program .list h3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 127px;
  height: 19px;
  background: url("../img/wave.png") no-repeat;
}

.program .list p {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

.plan {
  padding-bottom: 80px;
  border-top: 2px solid #d00000;
}

.plan h2 {
  margin-top: -70px;
  margin-bottom: 100px;
  padding-top: 40px;
  font-size: 60px;
  font-weight: 900;
  color: #d00000;
  line-height: 60px;
  text-transform: uppercase;
  border-top: 2px solid #d00000;
  background: #fff;
  text-align: center;
}

.plan .list {
  margin-bottom: 70px;
}

.plan .list li {
  position: relative;
  margin-bottom: 50px;
  padding: 0 25px;
  width: 50%;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}

.plan .list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff0000;
}

.plan .cite {
  padding-left: 160px;
}

.plan .cite p {
  position: relative;
  font-size: 25px;
  font-weight: 700;
  font-style: italic;
  color: #a5a5a5;
  line-height: 37px;
}

.plan .cite p:before {
  content: '';
  position: absolute;
  left: -100px;
  top: -20px;
  width: 67px;
  height: 67px;
  background: url("../img/quotes.png") no-repeat;
}

.price {
  margin-bottom: 170px;
  padding: 90px 0;
  min-height: 755px;
  color: #fff;
  background: url("../img/price_bg.jpg") no-repeat center top;
  background-size: cover;
}

.price h2 {
  margin-bottom: 70px;
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
  text-transform: uppercase;
  text-align: center;
}

.price .text {
  margin-bottom: 70px;
  padding: 0 80px;
  text-align: center;
}

.price .text p {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

.price .cite {
  padding: 0 70px 0 160px;
}

.price .cite p {
  position: relative;
  font-size: 25px;
  font-weight: 700;
  font-style: italic;
  color: #d00000;
  line-height: 37px;
}

.price .cite p:before {
  content: '';
  position: absolute;
  left: -100px;
  top: -20px;
  width: 67px;
  height: 67px;
  background: url("../img/quotes.png") no-repeat;
}

.faq {
  padding-bottom: 100px;
  border-top: 2px solid #d00000;
}

.faq h2 {
  margin-top: -70px;
  margin-bottom: 50px;
  padding-top: 40px;
  font-size: 60px;
  font-weight: 900;
  color: #d00000;
  line-height: 60px;
  text-transform: uppercase;
  border-top: 2px solid #d00000;
  background: #fff;
  text-align: center;
}

.faq .item {
  position: relative;
  margin-bottom: 10px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 21px 46px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
}

.faq .item.open {
  z-index: 1;
}

.faq .item.open .head:after {
  transform: rotate(180deg);
}

.faq .item.open .head:before {
  content: '';
  position: absolute;
  left: 65px;
  bottom: 0;
  width: 80px;
  height: 2px;
  background: #ff0000;
}

.faq .item .head {
  position: relative;
  padding: 35px 90px 35px 65px;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  cursor: pointer;
}

.faq .item .head:after {
  content: '\f107';
  font-family: 'FontAwesome';
  position: absolute;
  right: 60px;
  top: 35px;
  font-size: 24px;
  color: #d00000;
  transition: 0.2s ease;
}

.faq .item .body {
  display: none;
  padding: 35px 90px 35px 65px;
  font-size: 16px;
  font-style: italic;
  line-height: 30px;
}

.map {
  position: relative;
  height: 550px;
}

.map .info {
  position: absolute;
  bottom: 55px;
  left: 0;
  right: 0;
  align-items: center;
  margin: 0 auto;
  padding: 50px 70px;
  width: 930px;
  background: #fff;
  box-shadow: 0 21px 46px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.map .contacts {
  width: 55%;
}

.map .contacts li {
  padding: 10px 0;
}

.map .contacts li a {
  position: relative;
  display: block;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 200;
  transition: 0.2s ease;
}

.map .contacts li a:before {
  content: '';
  position: absolute;
  left: 0;
}

.map .contacts li a:hover {
  color: #d00000;
}

.map .contacts li p {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 200;
}

.map .contacts li p:before {
  content: '';
  position: absolute;
  left: 0;
  width: 16px;
  height: 22px;
  background: url("../img/pin_icon.png") no-repeat;
}

.map .contacts li:first-child a {
  font-size: 20px;
  font-weight: 700;
}

.map .contacts li:first-child a:before {
  width: 23px;
  height: 22px;
  background: url("../img/phone_icon.png") no-repeat;
}

.map .contacts li:nth-child(3) a:before {
  width: 22px;
  height: 19px;
  background: url("../img/email_icon.png") no-repeat;
}

.map .callback {
  width: 45%;
}

.map .callback a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 46px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border: none;
  background: #930000;
  transition: 0.2s ease;
  cursor: pointer;
  margin-left: auto;
  width: 270px;
}

.map .callback a:hover {
  background: #c42020;
}

.callback-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/popup_bg.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  z-index: 10;
  visibility: hidden;
  cursor: pointer;
}

.callback-popup.open {
  visibility: visible;
}

.callback-popup.open .popup-content {
  opacity: 1;
  transform: translateX(0);
}

.callback-popup:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.callback-popup .popup-close {
  position: absolute;
  top: 75px;
  right: 75px;
  width: 44px;
  height: 44px;
  background: url("../img/close_icon.png") no-repeat;
  cursor: pointer;
}

.callback-popup .popup-content {
  display: inline-block;
  width: 320px;
  vertical-align: middle;
  opacity: 0;
  transition: 0.2s ease;
  transform: translateX(20%);
  cursor: default;
}

.callback-popup h3 {
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}

.callback-popup label {
  display: block;
}

.callback-popup label input {
  padding: 0 15px;
  height: 54px;
  width: 100%;
  font-size: 16px;
  font-weight: 200;
  color: #828282;
  border: 1px solid transparent;
  text-align: center;
}

.callback-popup label input:focus {
  border-color: #d00000;
}

.callback-popup .action {
  margin-bottom: 25px;
}

.callback-popup .action input {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 46px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border: none;
  background: #930000;
  transition: 0.2s ease;
  cursor: pointer;
  width: 100%;
  height: 54px;
}

.callback-popup .action input:hover {
  background: #c42020;
}

.callback-popup .tip {
  margin: 0 auto;
  width: 75%;
  font-size: 13px;
  font-weight: 200;
  color: #828282;
}

.callback div.wpcf7 .invalid {
    margin-top: -30px;
}
.callback .invalid label input::placeholder, .callback-popup .invalid label input::placeholder {
    color: red;
}
.callback span.wpcf7-not-valid-tip, .callback-popup span.wpcf7-not-valid-tip {
    display: none;
}
.callback div.wpcf7-validation-errors, .callback div.wpcf7-acceptance-missing {
    border: none;
    color: red;
    font-size: 14px;
    margin-top: -40px;
    margin-bottom: 0px;
    font-weight: 700;
}
div.wpcf7-mail-sent-ok {
    color: #5ce820;
    font-size: 14px;
    margin-top: -40px;
    margin-bottom: 0px;
    font-weight: 700;
    border: none;
}
.callback-popup div.wpcf7-validation-errors, .callback-popup div.wpcf7-acceptance-missing {
    border: none;
    color: red;
    font-size: 14px;
    margin-top: -40px;
    margin-bottom: 0px;
    font-weight: 700;
}
.site{
	    padding-right: 30px;
	 
}
.site a{
	    color: #fff;
    font-weight: 500;
    border-bottom: 1px solid #ff0000;
    padding: 0 0 5px 0;
}
.site .text{
	    font-size: 13px;
    margin: 9px 0;
}