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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

html {
  font-size: 62.5%;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

img {
  max-width: 100%;
}

body {
  background: url(img/background.png) no-repeat;
  background-size: cover;
  padding: 0 15px;
  font-family: 'Montserrat', sans-serif;
  background-attachment: fixed;
}

.container {
  max-width: 1530px;
  margin: 0 auto;
  background: #fff;
}

.container-m {
  max-width: 1200px;
  margin: 0 auto;
}

.container-s {
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .container-s {
    padding: 0 20px;
  }
}

.header {
  background: url(img/header_bg.png) repeat-y;
  background-size: 100% auto;
  position: relative;
}

.header .logo {
  margin: 5px 0 2px 25px;
  float: left;
  width: 16.8%;
}

@media screen and (max-width: 1199px) {
  .header .logo {
    margin: 5px 0 2px 5px;
  }
}

@media screen and (max-width: 768px) {
  .header .logo {
    width: 100px;
  }
}

.header ul {
  padding: 18px 0 14px 0;
  text-align: center;
  display: inline-block;
}

.header ul li {
  margin: 0 18px 0 18px;
  display: inline;
}

@media screen and (max-width: 1199px) {
  .header ul li {
    margin: 0 10px 0 10px;
  }
}

.header ul li a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
}

@media screen and (max-width: 1199px) {
  .header ul li a {
    font-size: 16px;
  }
}

@media screen and (max-width: 1023px) {
  .header ul li a {
    font-size: 14px;
  }
}

.header .nav {
  float: left;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  margin: 15px 0 0 0;
  width: 63.5%;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .header .nav {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    margin: 10px 0 0 0;
  }
}

@media screen and (max-width: 768px) {
  .header .nav {
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 1;
    display: none;
    margin: 0;
  }
  .header .nav ul {
    display: block;
    padding: 0;
  }
  .header .nav ul li {
    border-bottom: 1px solid #eeeeee;
    display: block;
    width: 100%;
    margin: 0;
  }
  .header .nav ul li a {
    color: #000;
    width: 100%;
    display: block;
    padding: 10px 0;
  }
}

.header .lang {
  float: right;
  margin: 15px 0 0 0;
  width: 17%;
  text-align: center;
  display: none;
}

@media screen and (max-width: 1023px) {
  .header .lang {
    margin: 10px 10px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .header .lang {
    display: none;
  }
}

.header .mobile-menu {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .header .mobile-menu {
    display: none;
  }
}

.header .mobile-menu span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 4px 0px;
          transform-origin: 4px 0px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.footer {
  background: url(img/header_bg.png) repeat-y;
  background-size: 100% auto;
}

.footer .left {
  float: left;
  text-align: center;
  width: 64%;
  padding: 26px 0 22px 0;
}

@media screen and (max-width: 768px) {
  .footer .left {
    width: initial;
    float: none;
    padding: 20px 15px 10px;
  }
}

.footer .left p {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin: 0 0 2px;
}

@media screen and (max-width: 1023px) {
  .footer .left p {
    margin: 0 0 5px 0;
    letter-spacing: 0;
  }
}

.footer .right {
  float: right;
  width: 31.1%;
  padding: 24px 0 24px 0;
}

@media screen and (max-width: 768px) {
  .footer .right {
    width: initial;
    float: none;
    padding: 0 15px 20px;
  }
}

@media screen and (max-width: 768px) {
  .footer .right ul {
    text-align: center;
  }
}

.footer .right ul li {
  color: #fff;
  font-size: 13px;
  display: inline-block;
  margin: 0 22px 0 0;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .footer .right ul li {
    margin: 0 8px 0 0;
  }
}

.news_content {
  max-width: 1060px;
  margin: 73px auto 106px;
}

@media screen and (max-width: 1199px) {
  .news_content {
    margin: 73px auto 50px;
    padding: 0 15px;
  }
}

@media screen and (max-width: 1023px) {
  .news_content {
    margin: 40px auto 40px;
  }
}

@media screen and (max-width: 768px) {
  .news_content {
    margin: 20px auto 20px;
  }
}

.news_content h2 {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
}

@media screen and (max-width: 1023px) {
  .news_content h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .news_content h2 {
    font-size: 18px;
  }
}

.news_content span {
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  margin: 29px 0 20px;
}

@media screen and (max-width: 1023px) {
  .news_content span {
    margin: 10px 0 10px;
  }
}

.news_content h1 {
  font-weight: 700;
  font-size: 37px;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0 0 25px 0;
}

@media screen and (max-width: 1023px) {
  .news_content h1 {
    font-size: 22px;
  }
}

@media screen and (max-width: 1023px) {
  .news_content h1 {
    font-size: 16px;
    letter-spacing: 0;
  }
}

.news_content img {
  display: block;
  margin: 0 0 25px 28px;
}

@media screen and (max-width: 1023px) {
  .news_content img {
    margin: 25px 0 25px 0;
  }
}

@media screen and (max-width: 768px) {
  .news_content img {
    margin: 10px 0;
  }
}

.news_content p {
  font-size: 15px;
  margin: 0px 0 21px 0;
  letter-spacing: -0.24px;
  line-height: 17.5px;
  max-width: 1022px;
}

.newsPage {
  max-width: 1060px;
  margin: 73px auto 106px;
}

@media screen and (max-width: 1199px) {
  .newsPage {
    padding: 0 15px;
    margin: 73px auto 50px;
  }
}

@media screen and (max-width: 1023px) {
  .newsPage {
    margin: 40px auto 40px;
  }
}

@media screen and (max-width: 768px) {
  .newsPage {
    margin: 20px auto 20px;
  }
}

.newsPage h1 {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  padding-bottom: 30px;
}

@media screen and (max-width: 1023px) {
  .newsPage h1 {
    font-size: 20px;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 768px) {
  .newsPage h1 {
    font-size: 18px;
    padding-bottom: 10px;
  }
}

.newsPage img {
  max-width: 255px;
}

@media screen and (max-width: 1023px) {
  .newsPage img {
    max-width: 200px;
  }
}

.newsPage .boxes {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .newsPage .boxes {
    display: initial;
    padding: 0;
  }
}

.newsPage .boxes .box {
  text-align: left;
  width: 33.33%;
  margin: 0 0 52px 0;
}

@media screen and (max-width: 1023px) {
  .newsPage .boxes .box {
    margin: 0 0 25px 0;
  }
}

@media screen and (max-width: 768px) {
  .newsPage .boxes .box {
    width: 100%;
    margin: 0 0 15px 0;
  }
}

@media screen and (max-width: 768px) {
  .newsPage .boxes .box img {
    width: 100%;
    max-width: initial;
  }
}

.newsPage .boxes .box div {
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 1023px) {
  .newsPage .boxes .box div {
    margin: 0 5px 0 5px;
  }
}

@media screen and (max-width: 768px) {
  .newsPage .boxes .box div {
    margin: 0;
    display: block;
  }
}

.newsPage .boxes .box span {
  display: block;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  padding: 0 0 8px 0;
}

@media screen and (max-width: 768px) {
  .newsPage .boxes .box span {
    font-size: 14px;
  }
}

.newsPage .boxes .box h2 {
  display: block;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  padding: 15px 0 8px 0;
  max-width: 255px;
  line-height: 17px;
  letter-spacing: -0.4px;
}

@media screen and (max-width: 768px) {
  .newsPage .boxes .box h2 {
    font-size: 14px;
    max-width: 100%;
    padding: 10px 0 8px 0;
  }
}

.newsPage .boxes .box a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.videoPage {
  max-width: 1060px;
  margin: 73px auto 106px;
}

@media screen and (max-width: 1199px) {
  .videoPage {
    margin: 73px auto 50px;
    padding: 0 15px;
  }
}

@media screen and (max-width: 1023px) {
  .videoPage {
    margin: 40px auto 40px;
  }
}

@media screen and (max-width: 768px) {
  .videoPage {
    margin: 20px auto 20px;
  }
}

.videoPage h1 {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  padding-bottom: 25px;
}

@media screen and (max-width: 1023px) {
  .videoPage h1 {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .videoPage h1 {
    font-size: 18px;
    padding-bottom: 10px;
  }
}

.videoPage p {
  font-size: 18px;
  margin: 0px 0 21px 0;
  letter-spacing: 0.3px;
  line-height: 27.5px;
  max-width: 1057px;
}

@media screen and (max-width: 1023px) {
  .videoPage p {
    font-size: 16px;
    margin: 0px 0 15px 0;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 768px) {
  .videoPage p {
    line-height: 19px;
    margin: 0px 0 10px 0;
  }
}

.videoPage ul {
  padding: 0 0 10px 0;
}

.videoPage ul li {
  font-size: 18px;
  margin: 0px 0 13px 54px;
  letter-spacing: 0.15px;
  line-height: 27.5px;
  list-style: disc;
}

@media screen and (max-width: 1023px) {
  .videoPage ul li {
    font-size: 16px;
    letter-spacing: 0;
    margin: 0px 0 13px 25px;
  }
}

@media screen and (max-width: 768px) {
  .videoPage ul li {
    line-height: 19px;
    margin: 0px 0 10px 15px;
  }
}

.videoPage .boxes {
  padding: 52px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1023px) {
  .videoPage .boxes {
    padding: 25px 0 0 0;
  }
}

@media screen and (max-width: 768px) {
  .videoPage .boxes {
    display: block;
  }
}

.videoPage .boxes .box {
  width: 33.33%;
}

@media screen and (max-width: 768px) {
  .videoPage .boxes .box {
    width: 100%;
  }
}

.videoPage .boxes .box .videoContainer {
  position: relative;
  padding: 0 0 0 28px;
  margin: 0px 0 71px 45px;
  display: inline-block;
}

@media screen and (max-width: 1023px) {
  .videoPage .boxes .box .videoContainer {
    margin: 0px 5px 25px 5px;
  }
}

@media screen and (max-width: 768px) {
  .videoPage .boxes .box .videoContainer {
    display: block;
    margin: 0 0 25px 0;
    padding: 0;
  }
  .videoPage .boxes .box .videoContainer img {
    max-width: initial;
    width: 100%;
  }
}

.videoPage .boxes .box .videoContainer h2 {
  max-width: 266px;
  font-size: 11px;
  padding: 28px 0 0 0;
  letter-spacing: 0.4px;
  line-height: 14px;
}

@media screen and (max-width: 768px) {
  .videoPage .boxes .box .videoContainer h2 {
    padding: 10px 0 0 0;
    max-width: initial;
  }
}

.videoPage .boxes .box .videoContainer::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  background: url(img/video_before.png) no-repeat;
  width: 13px;
  height: 141px;
}

@media screen and (max-width: 768px) {
  .videoPage .boxes .box .videoContainer::before {
    display: none;
  }
}

.videoPage .boxes .box .videoContainer a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.videoPage .boxes .box .videoContainer .play {
  position: relative;
}

.videoPage .boxes .box .videoContainer .play span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(img/play.png) no-repeat;
  background-position: center;
}

.videoPage .boxes .box:first-child .videoContainer {
  margin: 0;
}
@media screen and (min-width: 1024px) {
.videoPage .boxes .box:nth-child(3n+1) .videoContainer {
  margin: 0;
}
}
@media screen and (max-width: 1023px) {
  .videoPage .boxes .box:first-child .videoContainer {
    margin: 0px 5px 25px 5px;
  }
}

@media screen and (max-width: 768px) {
  .videoPage .boxes .box:first-child .videoContainer {
    display: block;
    margin: 0 0 25px 0;
    padding: 0;
  }
}

.aboutUsPage {
  margin: 73px auto 106px;
}

@media screen and (max-width: 1023px) {
  .aboutUsPage {
    margin: 40px auto 40px;
  }
}

@media screen and (max-width: 768px) {
  .aboutUsPage {
    margin: 20px auto 20px;
  }
}

.aboutUsPage h1 {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  padding-bottom: 25px;
}

@media screen and (max-width: 1023px) {
  .aboutUsPage h1 {
    font-size: 20px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .aboutUsPage h1 {
    font-size: 18px;
  }
}

.aboutUsPage p {
  font-size: 17px;
  margin: 0 0 67px 0;
  letter-spacing: 0.67px;
  line-height: 27.5px;
  max-width: 1022px;
}

@media screen and (max-width: 1023px) {
  .aboutUsPage p {
    font-size: 16px;
    letter-spacing: 0;
    margin: 0 0 30px 0;
  }
}

.aboutUsPage .item {
  padding: 0 0 26px 0;
  min-height: 330px;
}

.aboutUsPage .item .image {
  padding: 74px 0 74px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 225px;
}

@media screen and (max-width: 1199px) {
  .aboutUsPage .item .image {
    padding: 74px 0 74px 50px;
  }
}

@media screen and (max-width: 769px) {
  .aboutUsPage .item .image {
    position: relative;
    padding: 50px 0 20px 25px;
  }
}

.aboutUsPage .item .image .bg {
  width: 258px;
  height: 258px;
  position: absolute;
  top: 32px;
  left: -67px;
  background: url(img/person_bg_2.png) no-repeat;
}

@media screen and (max-width: 1199px) {
  .aboutUsPage .item .image .bg {
    left: 15px;
  }
}

@media screen and (max-width: 769px) {
  .aboutUsPage .item .image .bg {
    left: -10px;
    top: 15px;
  }
}

.aboutUsPage .item .image img {
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.aboutUsPage .item .image a {
  font-size: 12px;
  letter-spacing: 0.3px;
  margin: 13px 0 0 0;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.aboutUsPage .item .text {
  padding: 30px 0 0 261px;
}

@media screen and (max-width: 1199px) {
  .aboutUsPage .item .text {
    padding: 30px 0 0 290px;
  }
}

@media screen and (max-width: 768px) {
  .aboutUsPage .item .text {
    padding: 0;
  }
}

.aboutUsPage .item .text h2 {
  text-transform: uppercase;
  font-size: 15px;
}

.aboutUsPage .item .text p {
  font-size: 14px;
  letter-spacing: 0.3px;
  margin: 18px 0 0 0;
  padding: 0;
  max-width: 790px;
}

@media screen and (max-width: 768px) {
  .aboutUsPage .item .text p {
    letter-spacing: 0;
  }
}

.aboutUsPage .item a, .aboutUsPage .item h2, .aboutUsPage .item p {
  color: #3B3B3B;
}

.aboutUsPage .withBackground {
  background: url(img/item_bg.jpg) repeat-y;
  background-size: 100% auto;
}

.aboutUsPage .withBackground .image a {
  color: #fff;
}

.aboutUsPage .withBackground .text a, .aboutUsPage .withBackground .text h2, .aboutUsPage .withBackground .text p {
  color: #fff;
}

.aboutUsPage .withBackground .bg {
  width: 258px;
  height: 258px;
  position: absolute;
  top: 32px;
  left: -67px;
  background: url(img/person_bg.png) no-repeat !important;
}

.contactPage {
  max-width: 1060px;
  margin: 73px auto 106px;
}

@media screen and (max-width: 1199px) {
  .contactPage {
    margin: 73px auto 50px;
    padding: 0 15px;
  }
}

@media screen and (max-width: 1023px) {
  .contactPage {
    margin: 40px auto 40px;
  }
}

@media screen and (max-width: 768px) {
  .contactPage {
    margin: 20px auto 20px;
  }
}

.contactPage h1 {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
}

@media screen and (max-width: 1023px) {
  .contactPage h1 {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .contactPage h1 {
    font-size: 18px;
  }
}

.contactPage .contactForm {
  max-width: 870px;
  margin: 0 auto;
  padding: 65px 0 0 0;
}

@media screen and (max-width: 1023px) {
  .contactPage .contactForm {
    padding: 30px 0 0 0;
  }
}

@media screen and (max-width: 768px) {
  .contactPage .contactForm {
    padding: 15px 0 0 0;
  }
}

.contactPage .contactForm input[type="text"], .contactPage .contactForm input[type="email"], .contactPage .contactForm input[type="tel"] {
  border: 1px solid #3f4040;
  color: #3F4040;
  font-size: 18px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  padding: 12px 15px;
  letter-spacing: 2px;
  margin: 0 37px 19px 0;
  width: 270px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

@media screen and (max-width: 1023px) {
  .contactPage .contactForm input[type="text"], .contactPage .contactForm input[type="email"], .contactPage .contactForm input[type="tel"] {
    font-size: 16px;
    padding: 10px 10px;
  }
}

@media screen and (max-width: 768px) {
  .contactPage .contactForm input[type="text"], .contactPage .contactForm input[type="email"], .contactPage .contactForm input[type="tel"] {
    width: initial;
    display: block;
    max-width: 100%;
    width: 100%;
  }
}

.contactPage .contactForm textarea {
  border: 1px solid #3f4040;
  color: #3F4040;
  font-size: 18px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  padding: 12px 15px;
  letter-spacing: 2px;
  margin: 0 0 19px 0;
  width: 100%;
  height: 280px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

@media screen and (max-width: 1023px) {
  .contactPage .contactForm textarea {
    font-size: 16px;
    padding: 10px 10px;
    height: 200px;
  }
}

.contactPage .contactForm br, .contactPage .contactForm span.wpcf7-not-valid-tip, .contactPage .contactForm div.wpcf7 .ajax-loader {
  display: none;
}

.contactPage .contactForm .wpcf7-not-valid {
  border: 1px solid red !important;
}

.contactPage .contactForm div.wpcf7-response-output {
  padding: 10px;
  font-size: 16px;
}

.contactPage .contactForm .buttonAlign {
  text-align: right;
}

.contactPage .contactForm .buttonAlign input {
  color: #FFFEFE;
  font-size: 17px;
  background: url(img/button_bg.png) no-repeat;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  border: none;
  width: 135px;
  height: 46px;
  margin: 8px 0 0 0;
  letter-spacing: 1.3px;
}

@media screen and (max-width: 1023px) {
  .contactPage .contactForm .buttonAlign input {
    font-size: 16px;
  }
}

.contactPage .info {
  max-width: 870px;
  margin: 0 auto;
  padding: 60px 0 0 0;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .contactPage .info {
    padding: 30px 0 0 0;
  }
}

.contactPage .info .contact_bg {
  position: absolute;
  top: 66px;
  right: 6px;
}

@media screen and (max-width: 768px) {
  .contactPage .info .contact_bg {
    display: none;
  }
}

.contactPage .info .info_content {
  position: relative;
  margin: 20px 0 0 0;
  padding: 0 0 0 50px;
}

@media screen and (max-width: 1023px) {
  .contactPage .info .info_content {
    margin: 20px 0 80px 0;
  }
}

@media screen and (max-width: 768px) {
  .contactPage .info .info_content {
    padding: 0 0 0 30px;
  }
}

.contactPage .info .info_content::before {
  background: url(img/contact_before.png) no-repeat;
  width: 15px;
  height: 262px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.contactPage .info .info_content h2 {
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 0 -10px;
  letter-spacing: -0.9px;
  text-transform: uppercase;
}

.contactPage .info .info_content h3 {
  font-weight: 700;
  font-size: 16px;
  margin: 32px 0 0 0;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .contactPage .info .info_content h3 {
    margin: 10px 0 0 0;
    letter-spacing: 0;
  }
}

.contactPage .info .info_content h4 {
  font-weight: 700;
  font-size: 21px;
  margin: 28px 0 0 0;
  letter-spacing: 2px;
}

@media screen and (max-width: 1023px) {
  .contactPage .info .info_content h4 {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .contactPage .info .info_content h4 {
    margin: 20px 0 0 0;
  }
}

.contactPage .info .info_content p {
  font-size: 17px;
  margin: 36px 0 0 0;
  font-weight: 700;
  line-height: 14px;
}

@media screen and (max-width: 768px) {
  .contactPage .info .info_content p {
    margin: 25px 0 15px 0;
  }
}

.contactPage .info .info_content p a {
  color: #000;
}

.contactPage .info .info_content p img {
  margin: 0 0 0 -50px;
  width: 383px;
  height: 61px;
}

@media screen and (max-width: 1023px) {
  .contactPage .info .info_content p img {
    margin: 0;
    width: auto;
    height: auto;
  }
}

@media screen and (max-width: 786px) {
  .contactPage .info .info_content p img {
    max-width: 200px;
  }
}

.homePage {
  max-width: 1060px;
  margin: 71px auto 56px;
}

@media screen and (max-width: 1199px) {
  .homePage {
    margin: 30px auto 56px;
  }
}

.homePage .firstRow .image {
  float: left;
  width: 40.5%;
  margin: 53px 0 0 0;
}

@media screen and (max-width: 1199px) {
  .homePage .firstRow .image {
    margin: 53px 25px 0 20px;
  }
}

@media screen and (max-width: 1023px) {
  .homePage .firstRow .image {
    width: auto;
    max-width: 180px;
    margin: 10px 0 0 15px;
    float: none;
  }
}

.homePage .firstRow .text {
  float: left;
  width: 57.5%;
}

@media screen and (max-width: 1199px) {
  .homePage .firstRow .text {
    width: 50%;
  }
}

@media screen and (max-width: 1023px) {
  .homePage .firstRow .text {
    width: initial;
    float: none;
    margin: 15px 15px 0;
  }
}

.homePage .firstRow .text h1 {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  margin: 0 0 14px 0;
}

@media screen and (max-width: 1023px) {
  .homePage .firstRow .text h1 {
    font-size: 20px;
  }
}

.homePage .firstRow .text p {
  font-size: 18px;
  margin: 0 0 27px 0;
  letter-spacing: 0.15px;
  line-height: 27px;
}

@media screen and (max-width: 1023px) {
  .homePage .firstRow .text p {
    font-size: 16px;
    margin: 0 0 15px 0;
  }
}

@media screen and (max-width: 768px) {
  .homePage .firstRow .text p {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
  }
}

.homePage .middleText {
  padding: 60px 0 0 0;
}

@media screen and (max-width: 1199px) {
  .homePage .middleText {
    padding: 20px 0 0 0;
  }
}

.homePage .middleText .item {
  margin: 0 0 84px 0;
  padding: 0 0 0 52px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .homePage .middleText .item {
    margin: 0 0 40px 0;
  }
}

@media screen and (max-width: 1023px) {
  .homePage .middleText .item {
    margin: 0 15px 40px 0;
  }
}

.homePage .middleText .item .bg {
  position: absolute;
  top: 0;
  left: 21px;
  bottom: 0;
  width: 11px;
  background: url(img/home_bg.png) no-repeat;
  background-size: 100% 100%;
}

.homePage .middleText .item h2 {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0 0 14px 0;
}

.homePage .middleText .item p {
  font-size: 17px;
  margin: 0 0 27px 0;
  letter-spacing: -1.2px;
  line-height: 27px;
  max-width: 970px;
}

@media screen and (max-width: 768px) {
  .homePage .middleText .item p {
    font-size: 15px;
    margin: 0 0 15px 0;
  }
}

.homePage .cols {
  margin: 132px 0 0 0;
}

@media screen and (max-width: 1199px) {
  .homePage .cols {
    margin: 70px 0 0 0;
  }
}

.homePage .cols .col {
  width: 33.33%;
  float: left;
}

@media screen and (max-width: 768px) {
  .homePage .cols .col {
    width: 100%;
    padding: 0 0 30px 0;
  }
}

.homePage .cols .col .col-content {
  padding: 0 20px;
  max-width: 250px;
}

@media screen and (max-width: 768px) {
  .homePage .cols .col .col-content {
    max-width: initial;
  }
}

.homePage .cols .col .col-content h3 {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0 0 5px 0;
}

.homePage .cols .col .col-content h4 {
  font-size: 14px;
  letter-spacing: -1px;
  line-height: 27px;
  max-width: 970px;
  margin: 0 0 27px 0;
}

.homePage .cols .col .col-content p {
  margin: 35px 0 0 0;
}
/*# sourceMappingURL=style.css.map */