.element-animation {
  opacity: 0;
  transform: translateY(20px);
}

.element-animation.element-show {
  opacity: 1;
  transition: all 1s;
  transform: translateY(0%);
}

.newmain-header {position: relative; background: url(/templates/Default/images/headers/bg-main-2025.jpg); background-size: cover; background-position: center center; height: 70vh;}
.newmain-header-snow {position: relative; background: url(/templates/Default/images/headers/bg-main-2025-snow.jpg); background-size: cover; background-position: center center; height: 70vh;}
.newmain-skin {position: absolute; bottom: 0; top: 0; left: 0; right: 0;}
.newmain-skin-first {position: absolute; width: 30%; bottom: 0; transform: translate(10%, 0)}
.newmain-skin-second {position: absolute; width: 30%; bottom: 0; transform: translate(70%, 0)}
.newmain-header:after, .newmain-header-snow:after {content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 30%; background: linear-gradient(180deg, rgba(13,27,32,0) 0%, rgba(13,27,32,1) 100%); z-index: 10;}
.newmain-logo {position: absolute; bottom: 0; top: 35%; left: 55%; right: 0;}
.newmain-logo img {width: 350px;}
.newmain-play {margin-top: 30px;}
.newmain-play-button {background: linear-gradient(45deg, #999 5%, #fff 10%, #ccc 30%, #ddd 50%, #ccc 70%, #fff 80%, #999 95%); border: 1px solid rgba(255,255,255,.2); padding: 15px 15px 15px 25px; letter-spacing: 5px; border-radius: 10px; transition: 0.3s all;}
.newmain-play-button:hover {transform: scale(1.1); transition: 0.3s all;}
.newmain-play-button-text-sub {font-family: 'Bender', sans-serif;  font-size: 10pt;color: #0d1b20; text-transform: uppercase;}
.newmain-play-button-text {font-family: 'Bender', sans-serif;  font-size: 18pt;color: #0d1b20; text-transform: uppercase;}
.newmain-title {color: #fff; font-family: 'Bender', sans-serif;  letter-spacing: 2px; font-size: 44pt; text-transform: uppercase;}
.newmain-subtitle {color: #fff; font-family: 'Bender', sans-serif;  letter-spacing: 2px; font-size: 24pt; text-transform: uppercase;}
.newmain-text {margin-top: 20px; margin-bottom: 75px;}
.newmain-2row {position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; grid-auto-flow: row dense;}
.newmain-2row-info {padding-right: 40px;}
.newmain-3row {position: relative; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; grid-auto-flow: row dense;}
.newmain-video-row {padding-top: 100px;}
.newmain-video {aspect-ratio: 16/9; margin-top: 10px;}
.newmain-video iframe {border-radius: 10px;}
.newmain-map {margin: 50px 0; width: 100%; padding: 100px 0; background-image: url(https://theclosedsector.com/templates/Default/images/headers/bg-map.jpg); background-size: cover; background-position: center center;}
.newmain-center-op {position: relative; top: -200px; width: 100%;}
.newmain-center-op img {width: 100%;}
.newmain-center-op:after {content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 30%; background: linear-gradient(180deg, rgba(13,27,32,0) 0%, rgba(13,27,32,1) 100%); z-index: 10;}
.newmain-review {text-align: center; padding-bottom: 200px; padding-left: 20px; padding-right: 50px;}
.newmain-review-text {font-size: 24pt; color: #fff;}
.newmain-review-text:before {content: "„"; padding-right: 10px; color: #d4d4b4;}
.newmain-review-text:after {content: "”"; padding-left: 10px; color: #d4d4b4;}
.newmain-review-autor {font-weight: bold; margin-top: 30px;}
.newmain-review-info {margin-top: 5px; font-size: 10pt; font-style: italic;}
  
.newmain-fractionchange {margin: 50px 0; width: 100%; padding: 100px 0; background-image: url(https://theclosedsector.com/templates/Default/images/raids/warzone.jpg); background-size: cover; background-position: center center;}

@media screen and (max-width: 1100px) {
    .newmain-header, .newmain-header-snow {height: auto;}
    .newmain-skin {position: relative; width: 100%; height: 600px;}
    .newmain-skin-first {width: 25%; transform: translate(20%, 0)}
    .newmain-skin-second {width: 25%; transform: translate(80%, 0)}
    .newmain-logo {position: absolute; bottom: 0; top: 10%; left: 50%; right: 0; transform: translate(-50%, 0); text-align: center;}
    .newmain-logo img {width: 250px; max-width: 50%;}
    .newmain-2row, .newmain-3row {grid-template-columns: 1fr;}
    .newmain-2row-info {padding-right: 0;}
    .newmain-title {text-align: center; padding-left: 20px; padding-right: 20px; font-size: 24pt;}
    .newmain-subtitle {text-align: center; padding-left: 20px; padding-right: 18px; font-size: 18pt;}
    .newmain-text {text-align: center; padding-left: 20px; padding-right: 20px; margin-top: 15px; margin-bottom: 50px;}
    .newmain-video-row {padding-top: 0;}
    .newmain-map {text-align: center; padding: 50px 0;}
    .newmain-center-op {top: 0;}
}
    
 
@media screen and (max-width: 959px) {
    .newmain-skin {position: relative; width: 100%; height: 500px;}
    .newmain-skin-first {width: 65%; transform: translate(-10%, 0);}
    .newmain-skin-second {width: 65%; transform: translate(60%, 0);}
    .newmain-review {padding-top: 150px;}
}

@media screen and (max-width: 550px) {
    .newmain-skin {position: relative; width: 100%; height: 400px;}
}