body {
  margin: 0;
  font-family: Helvetica;
  background-color: #000000;
  overflow-x: hidden;
}

header {
  margin: 0 auto;
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
  transition: all .5s;
  transition-delay: .2s;
  opacity: 1;
}

.preloader img {
  height: 250px;
}

.preloader-remove {
  opacity: 0;
  z-index: -10;
}

.logo {
  color: white;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  margin-left: 25px;
}

.VER {
  letter-spacing: 10px;
}

.OAD {
  letter-spacing: 10px;
}

.O {
  margin-right: 10px;
  color: black;
  background-color: white;
  padding: 0 5px 0 5px;
}

.L {
  margin-right: 10px;
  color: black;
  background-color: white;
  padding: 0 5px 0 5px;
}

.bgvideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -9999;
  filter: brightness(0.2);
}

header {
  top: 0;
  padding-top: 15px;
  position: fixed;
  font-size: 17px;
  font-weight: 500;
  width: 100vw;
  height: 110px;
  display: flex;
  justify-content: space-around;
  transition: .6s;
}

header img {
  height: 65px;
  float: left;
  transition: .6s;
  margin-right: 10px;
}

header #btns a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  transition: .5s;
}

header #btns a:hover {
  color: #0275d3;
}

#btns {
  display: flex;
  align-items: center;
  justify-content: space-around;
  float: right;
}

#btns.active {
  right: 0;
}


nav {
  display: flex;
}
ul {
  list-style: none; 
  margin: 0;
  padding: 0;
}
.topmenu > li {
  display: inline-block;
  position: relative;
}
.topmenu > li:last-child {
  margin-right: 0;
}
.nav a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  outline: none;
  transition: .5s linear;
}
.fa {
  color: inherit;
  padding-left: 10px;
}
.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  z-index: 10;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.nav .submenu {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  background-color: black;
  width: 200px;
}
.nav ul li:target .submenu {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.nav ul li:hover .submenu {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.nav ul a {
  color: #9B4222;
}

.submenu li a {
  color: white;
  width: 85%;
  border-bottom: 1px solid rgba(255,255,255,.3);
}

.arrow-a img {
  transform: rotate(270deg);
  filter: invert(100);
  width: 100px;
}

.nav-toggle {
  display: none;
  position: absolute;
  float: right;
  width: 70px;
  height: 65px;
  margin-left: 20px;
  background: #000000;
  cursor: pointer;
  right: 0;
}

.nav-toggle span {
  display: block;
  position: absolute;
  top: 30.5px;
  left: 8px;
  right: 8px;
  height: 5px;
  background: white;
}

.nav-toggle span:before, .nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 5px;
  background: white;
}

.nav-toggle span:before {
  top: -20px;
}

.nav-toggle span:after {
  bottom: -20px;
}

.btn {
  background-color: transparent;
  border: 1px solid #ffffff;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 17px;
  padding: 12px 31px;
  text-decoration: none;
  transition: .5s;
}

.btn:hover {
  border: 1px solid #0275d3;
  color: #0275d3;
}

.btn:active {
  position: relative;
  top: 1px;
}

a {
  color: #0275d3;
  text-decoration: none;
}

.fsttblock {
  margin-top: 35vh;
  text-align: center;
}

.fsttblock h1 {
  background: radial-gradient(circle, rgba(255,255,255,1) 14%, rgba(172,172,172,1) 34%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #FFFFFF;
  font-size: 60px;
  line-height: 65px;
}

.fsttblock p {
  margin-top: -15px;
  color: rgba(256, 256, 256, 0.6);
  font-size: 18px;
  letter-spacing: 3px;
}

.triangle-down {
  width: 0;
  height: 0;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 100px solid #6E18C0;
}

.arrow {
  content: "\f103";
  color: white;
}

.arrows {
  margin-top: 100px;
  height: 0;
}

.arrow-a:hover {
  cursor: pointer;
}

.second_block {
  margin-top: 70vh;
}

.second_block h1 {
  background: radial-gradient(circle, rgba(255,255,255,1) 14%, rgba(172,172,172,1) 34%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #FFFFFF;
  font-size: 60px;
  line-height: 65px;
  font-weight: 700;
  text-align: center;
  margin-top: 225px;
}

.second_block p {
  text-align: center;
  margin-top: -15px;
  color: white;
  opacity: 0.6;
  font-weight: 1;
  font-size: 18px;
  letter-spacing: 3px;
}

.Scrolled {
  top: 0;
  height: 95px;
  opacity: 0.8;
  background-color: black;
  width: 100vw;
  left: 0;
  display: flex;
  justify-content: space-around;
  margin-left: 0;
  transition: .6s;
  z-index: 99;
}

.Scrolled img {
  height: 50px;
  float: none;
  transition: .6s;
}

.Scrolled #btns {
  float: none;
  transition: .6s;
}

.image_block {
  height: 29vw;
  width: 78vw;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
  align-content: space-between;
}

.image_block a img {
  width: 25.7vw;
  filter: brightness(0.6);
  margin-bottom: 10px;
}

.image_block a {
 padding: 0;
}
.image_block img:hover {
  filter: brightness(1.0);
  transition: .2s;
}

.hhh {
  opacity: 1;
}

.image_block img {
  display: block;
  width: unset;
}

.second_block h3 {
  background: radial-gradient(circle, rgba(255,255,255,1) 14%, rgba(172,172,172,1) 34%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #FFFFFF;
  font-size: 40px;
  line-height: 65px;
  font-weight: 700;
  text-align: center;
  margin-top: 225px;
}

.thirdblock h1 {
  background: radial-gradient(circle, rgba(255,255,255,1) 14%, rgba(172,172,172,1) 34%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #FFFFFF;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  margin-top: 300px;
}

.left-text {
  text-align: left;
  margin: 0 auto;
  max-width: 1500px;
  height: 800px;
  margin-top: 200px;
}

.left-text-box {
  text-align: left;
  float: left;
  width: 700px;
  margin-top: -250px;
}

.left-text h1 {
  text-align: left;
}

.left-text p {
  text-align: left;
  color: white;
  font-size: 20px;
}

.left-text img {
  width: 630px;
  float: right;
}

.right-text {
  text-align: right;
  margin: 0 auto;
  max-width: 1500px;
  height: 400px;
}

.right-text-box {
  text-align: right;
  float: right;
  width: 600px;
  margin-top: -300px;
}

.right-text h1 {
  text-align: right;
  margin-top: 174px;
}

.right-text p {
  text-align: right;
  float: right;
  font-size: 20px;
  color: white;
}

.right-text img {
  width: 630px;
  margin-top: -175px;
  float: left;
}

.block4 {
  text-align: center;
}

.block4 h1 {
  background: radial-gradient(circle, rgba(255,255,255,1) 14%, rgba(172,172,172,1) 34%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #FFFFFF;
  font-size: 35px;
  line-height: 65px;
  font-weight: 700;
  text-align: center;
}

.block4 p {
  color: white;
  font-size: 18px;
  margin-top: -15px;
}

.tree {
  text-align: center;
}

.treefull {
  height: 1000px;
  width: 1315px;
  margin: 250px auto;
}

.span1 {
  color: white;
  background-color: #1e73be;
  padding: 8px;
  border-radius: 7px;
}

.line {
  position: relative;
  width: 0;
  border-left: 0.2px solid #1e73be;
  height: 1000px;
  margin: 0 auto;
  z-index: -1;
  left: 0;
}

.timelinedot {
  border: 4px solid white;
  background-color: #1e73be;
  border-radius: 1515px;
  margin: -220px auto;
  width: 8px;
  height: 8px;
  left: 1px;
}

.span2 {
  color: white;
  background-color: #1e73be;
  padding: 8px;
  border-radius: 7px;
  top: 1020px;
  position: relative;
}

.treeblock1 {
  height: 100px;
  width: 635px;
  background-color: #303030;
  margin-top: 150px;
  position: absolute;
}

.arrow-right {
  height: 15px;
  width: 15px;
  transform: rotate(45deg);
  background-color: #303030;
  position: relative;
  float: right;
  margin-right: -6px;
  margin-top: 36px;
}

.treeblock2 {
  height: 100px;
  width: 635px;
  background-color: #303030;
  margin-top: 558px;
  position: absolute;
}

.treeblock3 {
  height: 100px;
  width: 635px;
  background-color: #303030;
  margin-top: 355px;
  float: right;
}

.treeblock4 {
  height: 100px;
  width: 635px;
  background-color: #303030;
  margin-top: 763px;
  float: right;
}

.arrow-left {
  height: 15px;
  width: 15px;
  transform: rotate(45deg);
  background-color: #303030;
  position: relative;
  float: left;
  margin-left: -6px;
  margin-top: 36px;
}

.righttree {
  float: right;
  width: 0;
}

.icon_block {
  width: 1326px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.icons_block {
  color: white;
  width: calc(1326px/4);
  letter-spacing: 3px;
  font-weight: 100;
  font-size: 16px;
  margin-top: 63px;
}

.icons_block h3 {
  margin-top: 13px;
  flex-wrap: wrap;
}

.icons_block img {
  float: left;
}

.price {
  margin-top: 150px;
  text-align: center;
}

.price h1 {
  color: #0275d3;
  font-size: 30px;
  letter-spacing: 0.5px;
}

.price p {
  color: white;
  font-size: 17px;
}

.pricelist {
  width: 1326px;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
}

.blueprice {
  height: 200px;
  width: 430px;
  background-color: rgb(2, 117, 211, 0.1);
  border: 1px solid #0275d3;
  text-align: center;
  padding-bottom: 1em;
}

.blueprice h2 {
  color: white;
  font-size: 30px;
  margin-top: 35px;
}

.blueprice p {
  color: white;
  font-size: 15px;
}

.blueprice span {
  font-size: 30px;
}

.blueprice a:hover {
  color: #00BBFF;
}

.connect {
  margin: 50px auto;
  width: 1326px;
  height: 150px;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.connect p {
  color: white;
  font-size: 25px;
  margin-left: 50px;
  font-weight: 300;
}

.connect a {
  padding-left: 45px;
  padding-right: 45px;
  margin-right: 50px;
  
}

.reviews {
  margin: 250px auto;
  text-align: center;
}

.reviews h1 {
  background: radial-gradient(circle, rgba(255,255,255,1) 14%, rgba(172,172,172,1) 34%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #FFFFFF;
  font-size: 35px;
  line-height: 65px;
  font-weight: 700;
  text-align: center;
  margin-top: 225px;
}

.otz {
  margin: 80px auto;
  width: 1326px;
  display: flex;
  justify-content: space-between;
}

.otzblock {
  height: 120%;
  width: 340px;
  background-color: #1a1a1a;
  color: white;
  font-size: 15px;
  text-align: left;
  line-height: 34px;
  padding: 30px;
}

.otzblock p {
  font-weight: 100;
}

.otzblock a {
  color: #027FFF;
  font-size: 18px;
  text-decoration: none;
  font-weight: 100;
}

.question-list {
  width: 92vw;
  padding: 0 1em;
  color: white;
  margin: 0 auto;
}

.question-list p {
  font-size: 20px;
  font-weight: 200;
}

.points {
  position: relative;
  margin-bottom: 1px;
  width: 92vw;
  color: #f3f1f1;
  overflow: hidden;
  margin: 0 auto;
}

.points input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.points label {
  position: relative;
  display: block;
  padding: 4px 0 4px 1.5em;
  background: none;
  line-height: 3;
  cursor: pointer;
  text-shadow: 0 1px 0 #333131;
  font-size: 17px;
  border-top: 1px solid white;
}

.list-content {
  max-height: 0;
  overflow: hidden;
  background: none;
  transition: max-height .8s;
  font-size: 14px;
  color: #fffdfd;
  text-shadow: 0 1px 0 #292727;
}

.list-content {
  background: none;
}

.list-content p {
  margin: 1em;
  font-size: 17px;
  letter-spacing: 1px;
}
/* :checked */
.points input:checked ~ .list-content {
  max-height: 100vh;
}
/* Icon */
.points label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.points input[type=checkbox] + label::after {
  content: "\02C5";
}

.points input[type=radio] + label::after {
  content: "\02C5";
}

.points input[type=checkbox]:checked + label::after {
  transform: rotate(360deg);
}

.points input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}

.download_btn {
  margin-top: 150px;
  text-align: center;
}

.footer {
  margin-top: 150px;
  bottom: 0;
  height: 200px;
  background-color: #222222;
  padding-top: 60px;
}

.footerbtns a {
  color: white;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}

.footerbtns {
  width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.copyright {
  
  color: white;
  margin: 60px auto;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  line-height: 35px;
}

.arrow-right {
  position: relative;
}

.arrow-left {
  position: relative;
}

.treeblock1 {
  text-align: right;
  color: white;
}

.treeblock1 h3 {
  position: relative;
  left: -5px;
}

.treeblock1 p {
  position: relative;
  left: -8px;
}

.treeblock2 {
  text-align: right;
  color: white;
}

.treeblock2 h3 {
  position: relative;
  left: -5px;
}

.treeblock2 p {
  position: relative;
  left: -8px;
}

.treeblock3 {
  text-align: left;
  color: white;
}

.treeblock3 h3 {
  position: relative;
  right: -5px;
}

.treeblock3 p {
  position: relative;
  right: -13px;
}

.treeblock4 {
  text-align: left;
  color: white;
}

.treeblock4 h3 {
  position: relative;
  right: -5px;
}

.treeblock4 p {
  position: relative;
  right: -13px;
}

.plaint {
  margin-top: 20vh;
  margin-right: 50px;
}

.plaint h1 {
  background: radial-gradient(circle, rgba(255,255,255,1) 14%, rgba(172,172,172,1) 34%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #FFFFFF;
  font-size: 60px;
  line-height: 65px;
  font-weight: 700;
  text-align: center;
}

.plaint p {
  margin-left: 40px;
  color: white;
  opacity: 0.6;
  font-size: 18px;
  letter-spacing: 1px; 
}

.plaint ul {
  list-style: disc;
  margin: 0 0 2em 0;
  padding-left: 5em;
}

.plaint li {
  color: white;
  opacity: 0.6;
  font-size: 18px;
  letter-spacing: 1px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.table-wrapper {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	margin: 0 auto;
	max-width: 40%;
}

table {
	margin: 0 0 2em 0;
	width: 100%;
	color: white;
	opacity: 0.6;
}

	table tbody tr {
		border: solid 1px;
		border-left: 0;
		border-right: 0;
	}

	table td {
		padding: 0.75em 0.75em;
	}

	table th {
		padding: 0 0.75em 0.75em 0.75em;
		text-align: left;
		text-transform: uppercase;
		font-size: 0.9em;
		font-weight: 700;
	}

	table thead {
		border-bottom: solid 2px;
	}

	table tfoot {
		border-top: solid 2px;
	}

	table.alt {
		border-collapse: separate;
	}

		table.alt tbody tr td {
			border: solid 1px;
			border-left-width: 0;
			border-top-width: 0;
		}

			table.alt tbody tr td:first-child {
				border-left-width: 1px;
			}

		table.alt tbody tr:first-child td {
			border-top-width: 1px;
		}

		table.alt thead {
			border-bottom: 0;
		}

		table.alt tfoot {
			border-top: 0;
		}

table tbody tr {
	border-color: #6B6B6B;
	background-color: #222222;
}

	table tbody tr:nth-child(2n + 1) {
		background-color: #444444;
	}

table th {
	color: gray;
}

table thead {
	border-bottom-color: #6B6B6B;
}

table tfoot {
	border-top-color: #6B6B6B;
}

table.alt tbody tr td {
	border-color: #6B6B6B;
}

@-moz-document url-prefix() {
  .treeblock4 {
    height: 100px;
    width: 635px;
    background-color: #303030;
    margin-top: 308px;
    float: right;
  }
}

@media(max-width: 1332px) {
  .nav .submenu {
    width: 265px;
}
  .submenu li a {
  color: white;
  width: 50%;
  border-bottom: 1px solid rgba(255,255,255,.3);
  }
  .topmenu > li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    padding-right: 70px;
    margin-left: 50px;
  }
  .submenu {
  width: 60%;
  background-color: black;
}
  .nav-toggle {
    display: block;
  }

 #btns.active {
    right: -5vw;
    height: 100vh;
    width: 50vw;
    padding-top: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
}

  #btns {
    position: absolute;
    display: block;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    right: -1000px;
    margin-top: 86px;
    font-size: 50px;
    width: 50vw;
    height: 60vh;
    background-color: black;
    transition: 1.5s;
    text-align: left;
  }

  .points label {
    position: relative;
    display: block;
    padding: 14px 0 4px 1.5em;
    background: none;
    line-height: 3;
    cursor: pointer;
    text-shadow: 0 1px 0 #333131;
    font-size: 35px;
    border-top: 1px solid white;
  }

  .question-list p {
    font-size: 35px;
    font-weight: 500;
  }
  
  .second_block {
    margin-top: 50vh;
  }


  .left-text-box {
    text-align: center;
    float: none;
    width: 700px;
    margin: 0 auto;
    margin-top: -150px;
  }

  .left-text-box h1 {
    text-align: center;
  }

  .left-text-box p {
    text-align: center;
  }

  .right-text-box {
    text-align: center;
    float: none;
    width: 700px;
    margin: 0 auto;
    margin-top: -150px;
  }

  .right-text-box h1 {
    text-align: center;
  }

  .right-text-box p {
    text-align: center;
  }

  .right-text img {
    text-align: center;
    float: none;
    margin: 0 auto;
    display: block;
    padding-top: 50px;
  }

  header #btns a {
    display: block;
    font-size: 30px;
    padding-left: 0;
    padding-right: 120px;
    padding-bottom: 15px;
  }

  .arrow-a img {
    position: relative;
    z-index: -999;
  }

  #header {
    justify-content: space-between;
  }

  .Scrolled img {
    height: 65px;
  }

  header {
    top: 0;
    padding-top: 15px;
    position: fixed;
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    height: 110px;
    display: flex;
    justify-content: space-around;
    transition: .6s;
    background-color: black;
  }

  .Scrolled {
    top: 0;
    padding-top: 15px;
    position: fixed;
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    height: 110px;
    display: flex;
    justify-content: space-around;
    transition: .6s;
    background-color: black;
  }

  .treefull {
    width: 72vw;
  }

  .treeblock1 {
    width: 36.6vw;
    font-size: 13px;
    margin-left: -30px;
    text-align: center;
  }

  .treeblock2 {
    width: 36.6vw;
    font-size: 13px;
    margin-left: -30px;
    text-align: center;
  }

  .treeblock3 {
    width: 36.6vw;
    font-size: 13px;
    margin-right: -30px;
    text-align: center;
  }

  .treeblock4 {
    width: 36.6vw;
    font-size: 13px;
    margin-right: -30px;
    text-align: center;
  }

  .icon_block {
    width: 70vw;
  }

  .pricelist {
    width: 70vw;
  }

  .otz {
    width: 95vw;
  }

  .gaonutosal {
    width: 70vw;
  }

  .point {
    width: 70vw;
  }

  .otzblock {
    height: 100%;
    width: 254px;
    background-color: #1a1a1a;
    color: white;
    font-size: 18px;
    font-weight: 100;
    text-align: left;
    line-height: 30px;
    padding-right: 23px;
    padding-left: 23px;
  }

  .icons_block {
    width: unset;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .icons_block img {
    width: 50px;
  }

  .icon_block {
    width: unset;
    display: flex;
    justify-content: space-between;
  }

  .left-text {
    margin-bottom: 230px;
  }

  .right-text {
    margin-bottom: 230px;
  }

  .image_block {
    width: 90vw;
    height: 80vw;
  }

  .image_block a img {
    width: 44vw;
    margin-top: 15px;
    filter: brightness(1.0);
  }

  .left-text h1 {
    background: radial-gradient(circle, rgba(255,255,255,1) 14%, rgba(172,172,172,1) 34%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #FFFFFF;
    font-size: 50px;
    font-weight: 700;
    margin-top: 225px;
  }

  .thirdblock {
    margin: 0 auto;
    margin-top: -200px;
    width: 80vw;
  }

  .left-text img {
    display: block;
    margin: unset;
    width: 75vw;
    margin-left: -50px;
    margin-top: 50px;
  }

  .sliderbtn button {
    font-size: 25px;
    padding-bottom: 40px;
  }

  .span1 {
    padding: 25px 60px;
    border-radius: 10px;
    font-size: 25px;
  }

  .span2 {
    top: 0;
    padding: 25px 40px;
    border-radius: 10px;
    font-size: 25px;
  }

  .timelinedot {
    display: none;
  }

  .arrow-right {
    display: none;
  }

  .arrow-left {
    display: none;
  }
  
 .block4 {
  padding-top: 200px;
}

  .treeblock1 {
    margin-left: 6.4%;
    text-align: center;
    width: 60vw;
    font-size: 22px;
    height: 180px;
  }

  .treeblock2 {
    margin-left: 6.4%;
    text-align: center;
    width: 60vw;
    font-size: 22px;
    height: 180px;
  }

  .righttree {
    float: right;
    width: 1vw;
    left: 79.4%;
    position: absolute;
  }

  .treeblock3 {
    margin-right: 0;
    text-align: center;
    width: 60vw;
    font-size: 22px;
    height: 180px;
  }

  .treeblock4 {
    margin-top: 228px;
    margin-right: 0;
    text-align: center;
    width: 60vw;
    font-size: 22px;
    height: 180px;
  }

  .treeblock1 h3 {
    left: 5px;
    right: 0;
  }

  .treeblock1 p {
    left: 5px;
    right: 0;
  }

  .treeblock2 h3 {
    left: 5px;
    right: 0;
  }

  .treeblock2 p {
    left: 5px;
    right: 0;
  }

  .treeblock3 h3 {
    left: 5px;
    right: 0;
  }

  .treeblock3 p {
    left: 5px;
    right: 0;
  }

  .treeblock4 h3 {
    left: 5px;
    right: 0;
  }

  .treeblock4 p {
    left: 5px;
    right: 0;
  }

  .icon_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 15px;
    margin: 0 auto;
  }

  .icons_block {
    width: inherit;
  }

  .icons_block img {
    width: 250px;
  }

  .icons_block h3 {
    font-size: 35px;
  }

  .blueprice p {
    color: white;
    font-size: 33px;
  }

  .blueprice h2 {
    color: white;
    font-size: 40px;
    margin-top: 35px;
  }

  .blueprice {
    height: 300px;
    width: inherit;
    background-color: rgba(2, 117, 211, 0.1);
    border: 1px solid #0275d3;
    text-align: center;
    margin-top: 25px;
  }

  .pricelist {
    width: 60vw;
    flex-wrap: wrap;
  }

  .price p {
    color: white;
    font-size: 30px;
  }
  
 .price h1 {
  color: #0275d3;
  font-size: 50px;
  letter-spacing: 0.5px;
}

  .otzblock {
    height: 120%;
    width: 80vw;
    background-color: #1a1a1a;
    color: white;
    font-size: 40px;
    font-weight: 100;
    text-align: left;
    line-height: 70px;
    padding-right: 23px;
    padding-left: 23px;
    margin-top: 25px;
  }

  .otz {
    width: 80vw;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .otzblock a {
    color: #027FFF;
    font-size: 45px;
    text-decoration: none;
    font-weight: 100;
  }

  .point label {
    font-size: 31px;
  }

  .list-content p {
    margin: 1em;
    font-size: 30px;
    letter-spacing: 1px;
  }

  .btn {
    background-color: transparent;
    border: 1px solid #ffffff;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 35px;
    padding: 21px 46px;
    text-decoration: none;
    transition: .5s;
  }

  .footer {
    margin-top: 150px;
    bottom: 0;
    height: 100%;
    background-color: #222222;
    padding-top: 60px;
  }

  .footerbtns {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .copyright {
    color: white;
    margin: 60px auto;
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 1px;
    line-height: 35px;
    margin-bottom: -32px;
    padding-bottom: 5px;
  }

  .connect {
    margin: 150px auto;
    width: 90vw;
    height: 230px;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .connect p {
    font-size: 30px;
    margin-left: 20px;
  }
  
  .connect a {
    margin-left: 0px;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .footerbtns a {
    color: white;
    text-decoration: none;
    font-size: 40px;
    font-weight: 600;
  }
  
    .table-wrapper {
    	max-width: 80%;
    }
}