::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    background: none;
}
::-webkit-scrollbar-thumb {
    background: #bd2d24;
}

@font-face {
  font-family: Minion;
  src: url('../fonts/Minion-Pro-Regular.ttf');
}

@font-face {
  font-family: Minion Bold;
  src: url('../fonts/Minion-Pro-Bold.ttf');
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Regular.otf');
}

@font-face {
  font-family: Montserrat Medium;
  src: url('../fonts/Montserrat-Medium.otf');
}

@font-face {
  font-family: Montserrat Bold;
  src: url('../fonts/Montserrat-Bold.otf');
}

body {
  margin: 0;
  padding: 0;
  color: rgba(0,0,0,0.8);
  text-align: center;
  font-family: 'Montserrat', sans-serif; 
}

body p {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}

.menu {
  background-color: transparent;
  color: rgba(255,255,255,0.9);
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.menu .container {
  overflow: hidden;
}

.menu .logo {
  background-image: url('../template/img/logo/transnora_logo.svg');
  background-repeat: no-repeat;
  background-position: left center;
  float: left;
}

.menu .links {
  float: left;
}

.menu .links a {
  font-family: 'Montserrat', sans-serif;
  color: rgba(255,255,255,0.9);
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  display: inline-block;
  border-bottom: 2px solid rgba(255,255,255,0);
  cursor: pointer;  
}

.menu .links a:last-child {
  margin-right: 0;
}

.menu .links a:hover {
  border-bottom: 2px solid rgba(255,255,255,0.9);
  transition: border .5s ease-in-out;
}

.menu .menu-xs {
  display: none;
}

.menu .lang {
  float: right;
  overflow: hidden;
} 

.menu a.language {
  width: 47px;
  height: 21px;
  display: block;
  cursor: pointer;
  background-image: url('../template/img/caret-down.svg');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 10px;
}

.menu .language .icon,
.language-list .icon {
  width: 32px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: 32px 21px;
  background-position: center;
  display: block;  
}

.language-list .icon {
  margin-bottom: 10px;
}

.language-list div.icon:last-child {
  margin-bottom: 0;
}

.menu .language .icon.sk,
.language-list .icon.sk {
  background-image: url('../template/img/lang/sk.svg');
}

.menu .language .icon.en,
.language-list .icon.en {
  background-image: url('../template/img/lang/en.svg');
}

.menu .language .icon.ru,
.language-list .icon.ru {
  background-image: url('../template/img/lang/ru.svg');
}

.menu .language .icon.de,
.language-list .icon.de {
  background-image: url('../template/img/lang/de.svg');
}

.language-list {
  width: 52px;
  height: 103px;
  background-color: transparent;
  position: absolute;
  z-index: 998;
  display: none;
  padding: 0;
  margin-top: 10px; 
}

.language-list.show {
  display: block;
}

.slider {
  text-align: center;
  color: rgba(255,255,255,1);
  text-transform: uppercase;
}

.slider .carousel,
.slider .carousel .carousel-inner, 
.slider .carousel .carousel-inner .carousel-item {
  height: 100%;
  background-position: center;
  width: 100%;
}

.slider .carousel .carousel-inner div.carousel-item:first-child {
  background-image: url('../template/img/slider/slider-investment.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.slider .carousel .carousel-inner div.carousel-item:nth-child(2) {
  background-image: url('../template/img/slider/slider-transport.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.slider .carousel .carousel-inner .carousel-item .text {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.slider .carousel .carousel-inner .carousel-item .text h2 {
  font-family: 'Minion', sans-serif;
  line-height: 1;
  margin-bottom: 10px;
}

.slider .carousel .carousel-inner .carousel-item .text h1 {
  font-family: 'Montserrat Bold', sans-serif;
  line-height: 1; 
}

.slider .carousel .carousel-inner .carousel-item .text .more {
}

.slider .carousel .carousel-inner .carousel-item .text .more .separator {
  width: 100px;
  border-bottom: 3px solid #FFF;
  margin: 0 auto;
}

.slider .carousel .carousel-inner .carousel-item .text .more a {
  border: 2px solid #FFF;
  display: block;
  font-family: 'Minion Bold', sans-serif;
  color: #FFF;
  margin: 0 auto;
  text-decoration: none;
  transition: background-color .5s ease-in-out, color .5s ease-in-out;
  cursor: pointer;
}

.slider .carousel .carousel-inner .carousel-item .text .more a:hover {
  background-color: #FFF;
  color: #bd2d24;
}

.slider .carousel .carousel-indicators a.option {
  border-top: 5px solid rgba(255,255,255,0.7);
  width: 290px;
  text-align: left;
  cursor: pointer;
  display: block;
  color: #FFF;
}

.slider .carousel .carousel-indicators .active {
  background: initial;
}

.slider .carousel .carousel-indicators .option.active {
  border-top-color: #FFF; 
}

.slider .carousel .carousel-indicators .option span:first-child {
  font-family: 'Montserrat Bold', sans-serif;
}

.slider .carousel .carousel-indicators .option span:last-child {
  font-family: 'Montserrat', sans-serif;
  margin-left: 5px;
}

.main {
  text-align: center;
}

.main div {
  overflow: hidden;
}

.main div p:last-child {
  margin-bottom: 0;
}

.main h3 {
  font-family: 'Montserrat Bold', sans-serif;
  position: relative;
  z-index: 1;
  display: inline;
}

.main h3 span {
  border-top: 3px solid rgba(189,45,36,0.7); 
  display: inline-block; 
  line-height: 0px;
}

.main h3 span:first-child {
  margin-right: 15px;
}

.main h3 span:last-child {
  margin-left: 15px;
}

.main h4 {
  font-family: 'Minion', sans-serif;
}

.main #kto-sme {
  padding-bottom: 0;
}

.main #kto-sme .row {
  margin: 0;
}

.main #kto-sme .row div {
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
}

.main #kto-sme .row div:first-child {
  background-image: url('../template/img/about-us/1.png');
  position: relative;
}

.main #kto-sme .row div:nth-child(2) {
  background-image: url('../template/img/about-us/2.png');
}

.main #kto-sme .row div:nth-child(3) {
  background-image: url('../template/img/about-us/3.png');
}

.main #kto-sme .row div span {
  position: absolute;
  left: 15px;
  right: 15px;
  text-transform: uppercase;
  font-family: 'Montserrat Bold', sans-serif;
  color: #FFF;
}

.main #co-predavame .coins {
  overflow: hidden;
}

.main #co-predavame .coins div {
  float: left;
}

.main #co-predavame .coins div:first-child {
  background-image: url('../template/img/selling/coins/1.png');
}

.main #co-predavame .coins div:nth-child(2) {
  background-image: url('../template/img/selling/coins/2.png');
}

.main #co-predavame .coins div:nth-child(3) {
  background-image: url('../template/img/selling/coins/3.png');
}

.main #co-predavame .coins div:nth-child(4) {
  background-image: url('../template/img/selling/coins/4.png');
}

.main #co-predavame .coins div:nth-child(5) {
  background-image: url('../template/img/selling/coins/5.png');
}

.main #co-predavame .coins div:nth-child(6) {
  background-image: url('../template/img/selling/coins/6.png');
}

.main #preco-investovat {
  background-image: url('../template/img/why-invest/background.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main #preco-kupovat-u-nas {
  padding-bottom: 0;
}

.main #preco-kupovat-u-nas .bullion {
  width: 50%;
  margin: 0 auto;
}

.main #kontakt {
  background-color: #f8f8f8;
}

.main #kontakt .row {
  text-align: left; 
}

.main #kontakt .row div {
  font-family: 'Montserrat Medium', sans-serif;
}

.main #kontakt .row div span {
  font-family: 'Montserrat Bold', sans-serif;
}

.main #kontakt h5 {
  font-family: 'Montserrat Bold', sans-serif;
}

.main #kontakt .row .group .second-line {
  padding-left: 26px;
}

.main #kontakt .row .group .phone {
  background-image: url('../template/img/contact/phone.svg');
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 16px;
  padding-left: 26px;
}

.main #kontakt .success,
.main #kontakt .error {
  font-family: 'Montserrat Medium', sans-serif;
  text-align: right;
  margin-top: 15px;
}

.main #kontakt .error {
  color: #ff0000;
}

.main #kontakt .success {
  color: #2aba25;
}

.main #kontakt .row .group .mail {
  background-image: url('../template/img/contact/mail.svg');
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 16px;
  padding-left: 26px;
}

.main #kontakt .row .group a {
  color: rgba(0,0,0,0.9);
}

.main #kontakt form {
  margin-top: 34px;
}

.main #kontakt form input,
.main #kontakt form textarea {
  border: 0;
  padding: 10px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 15px;
  width: calc(50% - 10px);
  margin-left: 0;
  margin-right: 0;
  border: 2px solid #FFF;
}

.main #kontakt form button {
  border: 0;
  background: #bd2d24;
  color: #FFF;
  cursor: pointer;
  padding: 15px 15px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
}

.main #kontakt form button:focus {
  outline: none;
}

.main #kontakt form input:focus,
.main #kontakt form textarea:focus {
  border: 2px solid #bd2d24;
  outline: none;
  box-shadow: none;  
}

.main #kontakt form fieldset div:first-child input:first-child {
  margin-right: 15px;
}

.main #kontakt form textarea,
.main #kontakt form input[name="phone"] {
  width: 100%;
}

.mob-menu {
  display: none;
}

.main #kontakt .itcity {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

.main #kontakt .itcity a {
  font-family: 'Montserrat Bold', sans-serif;
  font-size: 14px;
  color: #bd2d24;
}

.form-alert {
  margin-top: 15px;
  text-align: right;
}

@media screen and (max-width: 1023px) {

.menu {  
  padding: 15px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(189,45,36,1);
  z-index: 999;
}

.menu .logo {
  width: 150px;
  height: 43px;
  /*margin-right: 35px;*/
  background-size: 150px 43px;  
}

.menu .links {
  display: none;
}

.menu .lang {
  margin-right: 20px;
}

.menu .lang,
.menu .menu-xs {
  margin-top: 11px;
}

.menu .menu-xs {
  display: block;
  float: right;
  position: relative;
}

.menu .menu-xs #menu-icon {
  width: 30px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .7s ease-in-out;
  -moz-transition: .7s ease-in-out;
  -o-transition: .7s ease-in-out;
  transition: .7s ease-in-out;
  cursor: pointer;
}

.menu .menu-xs #menu-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #FFF;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.menu .menu-xs #menu-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.menu .menu-xs #menu-icon span:nth-child(2) {
  top: 8px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.menu .menu-xs #menu-icon span:nth-child(3) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.menu .menu-xs #menu-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
  left: 0px;
}

.menu .menu-xs #menu-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.menu .menu-xs #menu-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 19px;
}

.slider {
  margin-top: 73px;
}

.slider .carousel .carousel-inner .carousel-item .text {
  top: calc(50% - 207px);
}

body.page-lang-ru .slider .carousel .carousel-inner .carousel-item .text,
body.page-lang-de .slider .carousel .carousel-inner .carousel-item .text {
  top: calc(50% - 237px);
}

.slider .carousel .carousel-inner .carousel-item .text h2 {
  font-size: 32px;
} 

.slider .carousel .carousel-inner .carousel-item .text h1 {
  font-size: 90px;
}

.slider .carousel .carousel-inner .carousel-item .text h1 span {
  font-size: 72px;
}

body.page-lang-ru .slider .carousel .carousel-inner .carousel-item .text h1,
body.page-lang-de .slider .carousel .carousel-inner .carousel-item .text h1 {
  font-size: 82px;
}

body.page-lang-ru  .slider .carousel .carousel-inner .carousel-item .text h1 span,
body.page-lang-de  .slider .carousel .carousel-inner .carousel-item .text h1 span {
  font-size: 66px;
}

body.page-lang-ru .slider .carousel .carousel-inner .carousel-item .text h1,
body.page-lang-de .slider .carousel .carousel-inner .carousel-item .text h1 {
  word-break: break-all  
}

.slider .carousel .carousel-inner .carousel-item .text .more {
}

.slider .carousel .carousel-inner .carousel-item .text .more .separator {
  margin: 35px auto;
}

.slider .carousel .carousel-inner .carousel-item .text .more a {
  font-size: 14px;
  width: 200px;
  padding: 10px 0;
}

.slider .carousel .carousel-indicators {
  position: absolute;
  bottom: 15px;
}

.slider .carousel .carousel-indicators .option {
  padding-top: 10px;
}

.slider .carousel .carousel-indicators a.option:first-child {
  margin-right: 25px;
}

.slider .carousel .carousel-indicators .option span:first-child {
  font-size: 22px;
}

.slider .carousel .carousel-indicators .option span:last-child {
  font-size: 16px;
}

body.page-lang-ru .slider .carousel .carousel-indicators .option span:first-child {
  font-size: 18px;
}

body.page-lang-ru .slider .carousel .carousel-indicators .option span:last-child {
  font-size: 14px;
}

body.page-lang-ru .slider .carousel .carousel-indicators .option {
  width: initial;
}

.main div {
  padding: 75px 0;
}

.main div div {
  padding: 0;
}

.main h3 {
  font-size: 38px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

body.page-lang-ru .main h3 {
  font-size: 32px;
}

body.page-lang-de .main h3 {
  font-size: 34px;
}  

.main h3 span {
  width: 24px; 
}

.main h4 {
  font-size: 20px;
  text-transform: uppercase;
}

.main p {
  margin-top: 35px;
  margin-bottom: 50px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.main #kto-sme .row div {
  background-size: 331px 218px;
  height: 218px;
}

.main #kto-sme .row div span {
  top: calc(50% - 18px);
  font-size: 24px;  
}

.main #co-predavame .coins {
  width: 1080px;
}

.main #co-predavame .coins div {
  width: 140px;
  height: 141px;
  background-size: 140px 141px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.main #co-predavame .coins div:first-child {
  left: 0px;
}

.main #co-predavame .coins div:nth-child(2) {
  left: -52px;
}

.main #co-predavame .coins div:nth-child(3) {
  left: -104px;
}

.main #co-predavame .coins div:nth-child(4) {
  left: -156px;
}

.main #co-predavame .coins div:nth-child(5) {
  left: -208px;
}

.main #co-predavame .coins div:nth-child(6) {
  left: -260px;
}

.main #kontakt .row {
  margin: 50px 75px; 
}

.main #kontakt h5 {
  font-size: 22px;
}

.main #kontakt .group {
  margin: 15px 0; 
}

.main #kontakt .row div {
  font-size: 14px;
}

.main #kontakt form textarea {
  max-height: 200px;
  min-height: 200px;
}

.main .copyright {
  margin: 50px 0 0;
  font-family: 'Montserrat Medium', sans-serif;
  font-size: 12px;
}

.mob-menu {
  display: block;
  background-color: rgba(189,45,36,1);
  max-height: 0;
  position: fixed;
  top: 53px;
  left: 0;
  right: 0;
  transition: max-height .5s ease-in-out, padding .5s ease-in-out, border .5s ease-in-out;
  transition-delay: .5s;
  z-index: 999;
  overflow: hidden;
}

.mob-menu.show {
  max-height: 200px;
  padding: 15px;
  transition: max-height .5s ease-in-out, padding .5s ease-in-out, border .5s ease-in-out;
  transition-delay: 0s;
  border-bottom: 1px solid rgba(255,255,255,1);
}

.mob-menu .links {
  padding: 0 0 0 15px;
}

.mob-menu .links a {
  color: transparent;
  transition: color .2s ease-in-out;
  transition-delay: 0s;
  display: block;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  pointer-events: none;
}

.mob-menu.show .links a {
  color: #FFF;
  transition: color .2s ease-in-out;
  transition-delay: .5s;
  pointer-events: auto;
  cursor: pointer;
}

.main #kontakt .success,
.main #kontakt .error {
  text-align: center;
}

}

@media screen and (max-width: 1023px) and (orientation: landscape) {
  .slider {
    min-height: 550px;
  }
}

@media screen and (max-width: 599px) {

.menu {  
  padding: 15px 0;
}

.menu .logo {
  width: 135px;
  background-size: 135px 38px;
  height: 38px;
}

.menu .lang,
.menu .menu-xs {
  margin-top: 9px;
}

.slider {
  margin-top: 68px;
}

.slider .carousel .carousel-inner .carousel-item .text {
  top: calc(50% - 173px);
}

body.page-lang-ru .slider .carousel .carousel-inner .carousel-item .text,
body.page-lang-de .slider .carousel .carousel-inner .carousel-item .text {
 top: calc(50% - 187px);
}

.slider .carousel .carousel-inner .carousel-item .text h2 {
  font-size: 24px;
}

.slider .carousel .carousel-inner .carousel-item .text h1 {
  font-size: 48px;
}

.slider .carousel .carousel-inner .carousel-item .text h1 span {
  font-size: 42px;
}

body.page-lang-ru .slider .carousel .carousel-inner .carousel-item .text h1,
body.page-lang-de .slider .carousel .carousel-inner .carousel-item .text h1 {
  font-size: 48px;
}

body.page-lang-ru  .slider .carousel .carousel-inner .carousel-item .text h1 span,
body.page-lang-de  .slider .carousel .carousel-inner .carousel-item .text h1 span {
  font-size: 42px;
}

.slider .carousel .carousel-indicators {
  margin-left: 15px;
  margin-right: 15px;
}

.slider .carousel .carousel-indicators a.option:first-child {
  margin-right: 15px;
}

.slider .carousel .carousel-indicators .option span:first-child {
  font-size: 20px;
}

.slider .carousel .carousel-indicators .option span:last-child {
  font-size: 14px;
}

.slider .carousel .carousel-indicators .option span:last-child span {
  display: none;
}

body.page-lang-ru .slider .carousel .carousel-indicators .option span:first-child {
  font-size: 14px;
}

body.page-lang-ru .slider .carousel .carousel-indicators .option span:last-child {
  font-size: 12px;
}

body.page-lang-de .slider .carousel .carousel-indicators .option span:first-child {
  font-size: 16px;
}

body.page-lang-de .slider .carousel .carousel-indicators .option span:last-child {
  font-size: 14px;
}

body.page-lang-ru .slider .carousel .carousel-indicators a.option,
body.page-lang-de .slider .carousel .carousel-indicators a.option  {
  width: initial; 
}

.main div {
  padding: 50px 0;
}

.main h3 {
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.main h3 span {
  display: none; 
}

.main h4 {
  font-size: 18px;
  text-transform: uppercase;
}

.main p {
  margin-top: 25px;
  margin-bottom: 35px;
}

.main #kto-sme .row div {
  height: 230px;
  background-position: center;
  background-size: cover;
}

.main #co-predavame {
  position: relative;
  padding-bottom: 140px;
}

.main #co-predavame .coins {
  width: 100%;
}

.main #co-predavame .coins div {
  width: 90px;
  height: 91px;
  background-size: 90px 91px;
  position: absolute;
  bottom: 50px;
}

.main #co-predavame .coins div:first-child {
  left: calc(50% - 150px);
}

.main #co-predavame .coins div:nth-child(2) {
  left: calc(50% - 100px);
}

.main #co-predavame .coins div:nth-child(3) {
  left: calc(50% - 45px);
}

.main #co-predavame .coins div:nth-child(4) {
  left: calc(50% + 10px);
}

.main #co-predavame .coins div:nth-child(5) {
  left: calc(50% + 60px);
}

.main #co-predavame .coins div:nth-child(6) {
  display: none;
}

.main #preco-kupovat-u-nas .bullion {
  width: 90%;
}

.main #kontakt .row {
  margin: 35px 15px 50px; 
}

.mob-menu .links {
  padding: 0;
}

}

@media screen and (max-width: 599px) and (orientation: landscape) {
  .slider {
    min-height: 370px;
  }
}

@media screen and (min-width: 1024px) {

.menu {  
  padding: 10px 0;
}

.menu .logo {
  width: 150px;
  height: 43px;
  /*margin-right: 35px;*/
  background-size: 150px 43px;  
}

.menu .links {
  display: block;
  width: calc(100% - 197px);
  text-align: center;
  margin-top: 9px;
}

.menu .lang {
  margin-top: 12px;
}

.menu .links a {
  font-size: 14px;
  margin-right: 20px;
}

body.page-lang-ru .menu .links a,
body.page-lang-de .menu .links a  {
  font-size: 13px;
  margin-right: 5px;
}

.slider {
  margin-top: -63px;
}

.slider .carousel .carousel-inner {
  height: calc(100% + 63px);
  top: -63px;
}

.slider .carousel .carousel-inner .carousel-item .text {
  top: calc(50% - 152px);
}

.slider .carousel .carousel-inner .carousel-item .text h2 {
  font-size: 32px;
}

.slider .carousel .carousel-inner .carousel-item .text h1 {
  font-size: 90px;
}

.slider .carousel .carousel-inner .carousel-item .text h1 span {
  font-size: 72px;
}

.slider .carousel .carousel-inner .carousel-item .text .more {
}

.slider .carousel .carousel-inner .carousel-item .text .more .separator {
  margin: 35px auto;
}

.slider .carousel .carousel-inner .carousel-item .text .more a {
  font-size: 14px;
  width: 200px;
  padding: 10px 0;
}

.slider .carousel .carousel-indicators {
  position: absolute;
  bottom: 10px;
}

.slider .carousel .carousel-indicators .option {
  padding-top: 10px;
}

.slider .carousel .carousel-indicators a.option:first-child {
  margin-right: 25px;
}

.slider .carousel .carousel-indicators .option span:first-child {
  font-size: 22px;
}

.slider .carousel .carousel-indicators .option span:last-child {
  font-size: 16px;
}

.main div {
  padding: 75px 0;
}

.main div div {
  padding: 0;
}

.main h3 {
  font-size: 42px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.main h3 span {
  width: 75px; 
}

.main h4 {
  font-size: 20px;
  text-transform: uppercase;
}

.main p {
  margin-top: 35px;
  margin-bottom: 50px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.main #kto-sme .row div {
  background-size: 331px 218px;
  height: 218px;
}

.main #kto-sme .row div span {
  top: calc(50% - 18px);
  font-size: 24px;  
}

.main #co-predavame .coins {
  width: 1080px;
}

.main #co-predavame .coins div {
  width: 180px;
  height: 182px;
  background-size: 182px 184px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.main #co-predavame .coins div:first-child {
  left: 67px;
}

.main #co-predavame .coins div:nth-child(2) {
  left: 20px;
}

.main #co-predavame .coins div:nth-child(3) {
  left: -27px;
}

.main #co-predavame .coins div:nth-child(4) {
  left: -74px;
}

.main #co-predavame .coins div:nth-child(5) {
  left: -121px;
}

.main #co-predavame .coins div:nth-child(6) {
  left: -168px;
}

.main #kontakt .row {
  margin: 50px 75px; 
}

.main #kontakt h5 {
  font-size: 22px;
}

.main #kontakt .group {
  margin: 15px 0; 
}

.main #kontakt .row div {
  font-size: 14px;
}

.main #kontakt form textarea {
  max-height: 200px;
  min-height: 200px;
}

.main .copyright {
  margin-top: 75px;
  font-family: 'Montserrat Medium', sans-serif;
  font-size: 12px;
}

}

@media screen and (min-width: 1260px) {

.menu {
  padding: 15px 0;
}

.menu .logo {
  height: 43px;
  /*margin-right: 25px;*/
  background-position: center left;
}

.menu .links a {
  font-size: 15px;
  margin-right: 25px;
}

body.page-lang-ru .menu .links a,
body.page-lang-de .menu .links a  {
  font-size: 15px;
  margin-right: 10px;
}

.slider {
  margin-top: -73px;
}

.slider .carousel .carousel-inner .carousel-item .text {
  top: calc(50% - 195px);
}

.slider .carousel .carousel-inner {
  height: calc(100% + 73px);
  top: -73px;
}

.slider .carousel .carousel-inner .carousel-item .text h2 {
  font-size: 36px;
}

.slider .carousel .carousel-inner .carousel-item .text h1 {
  font-size: 120px;
}

.slider .carousel .carousel-inner .carousel-item .text h1 span {
  font-size: 90px;
}

.slider .carousel .carousel-inner .carousel-item .text .more .separator {
  margin: 50px auto;
}

.slider .carousel .carousel-inner .carousel-item .text .more a {
  font-size: 16px;
  width: 200px;
  padding: 10px 0;
}

.slider .carousel .carousel-indicators {
  position: absolute;
  bottom: 25px;
}

.slider .carousel .carousel-indicators .option {
  padding-top: 15px;
}

.slider .carousel .carousel-indicators a.option:first-child {
  margin-right: 25px;
}

.slider .carousel .carousel-indicators .option span:first-child {
  font-size: 24px;
}

.slider .carousel .carousel-indicators .option span:last-child {
  font-size: 18px;
}

.main div {
  padding: 100px 0;
}

.main div div {
  padding: 0;
}

.main h3 {
  font-size: 48px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.main h4 {
  font-size: 24px;
  text-transform: uppercase;
}

.main p {
  margin-top: 50px;
  margin-bottom: 75px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.main #kto-sme .row div {
  background-size: 390px 250px;
  height: 250px;
}

.main #kto-sme .row div span {
  top: calc(50% - 18px);
  font-size: 24px;  
}

.main #co-predavame .coins {
  width: 1242px;
}

.main #co-predavame .coins div {
  width: 207px;
  height: 206px;
  background-size: 207px 206px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.main #co-predavame .coins div:first-child {
  left: 37px;
}

.main #co-predavame .coins div:nth-child(2) {
  left: -10px;
}

.main #co-predavame .coins div:nth-child(3) {
  left: -57px;
}

.main #co-predavame .coins div:nth-child(4) {
  left: -104px;
}

.main #co-predavame .coins div:nth-child(5) {
  left: -151px;
}

.main #co-predavame .coins div:nth-child(6) {
  left: -198px;
}

.main #kontakt .row {
  margin: 50px 75px; 
}

.main #kontakt h5 {
  font-size: 24px;
}

.main #kontakt .group {
  margin: 15px 0; 
}

.main #kontakt .row div {
  font-size: 15px;
}

.main #kontakt form textarea {
  max-height: 200px;
  min-height: 200px;
}

.main .copyright {
  margin-top: 75px;
  font-family: 'Montserrat Medium', sans-serif;
  font-size: 14px;
}

}

@media screen and (min-width: 1600px) {

.menu .links {
  margin-top: 10px;
}

.menu .lang {
  margin-top: 13px;
}

body.page-lang-ru .menu .links a,
body.page-lang-de .menu .links a  {
  font-size: 16px;
  margin-right: 10px;
}

.slider .carousel .carousel-inner .carousel-item .text {
  top: calc(50% - 240px);
}

.slider .carousel .carousel-inner .carousel-item .text h2 {
  font-size: 52px;
}

.slider .carousel .carousel-inner .carousel-item .text h1 {
  font-size: 150px;
}

.slider .carousel .carousel-inner .carousel-item .text h1 span {
  font-size: 120px;
}

.main #co-predavame .coins div:first-child {
  left: 67px;
}

.main #co-predavame .coins div:nth-child(2) {
  left: 20px;
}

.main #co-predavame .coins div:nth-child(3) {
  left: -27px;
}

.main #co-predavame .coins div:nth-child(4) {
  left: -74px;
}

.main #co-predavame .coins div:nth-child(5) {
  left: -121px;
}

.main #co-predavame .coins div:nth-child(6) {
  left: -168px;
}

}