body {
  min-height: 100vh;
  min-width: 100%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.ats-b {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.ats-c {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cursor {
  cursor: pointer;
}
.flex100row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex100col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-sb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-sa {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.flex1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex0 {
  -webkit-box-flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0;
}
.atc {
  text-align: center;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto.ttf");
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Robotobold.ttf");
}
@font-face {
  font-family: "Roboto-Light";
  src: url("../fonts/Robotolight.ttf");
}
body {
  background-color: #01327e;
  background-image: url("../img/bigfon.jpg");
  background-repeat: repeat-x;
  font-family: Roboto, Arial;
  overflow-x: hidden;
}
.up-orange {
  height: 83px;
  top: 18px;
  background: #ff9c00;
  width: -webkit-calc((100vw - 1180px) / 2 - 8px);
  width: calc((100vw - 1180px) / 2 - 8px);
  position: absolute;
  z-index: 0;
}
.content {
  width: 1180px;
  background-color: transparent;
  margin: 18px auto 10px;
  min-height: 400px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content .b-left {
  width: 355px;
}
.content .b-left .b-left-up {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.content .b-left .b-left-up > div:nth-child(1) {
  background-color: transparent;
  width: 5px;
  height: 83px;
}
.content .b-left .b-left-up > div:nth-child(2) {
  border: 41px solid transparent;
  border-left: 30px solid #ff9c00;
  height: 83px;
}
.content .b-left .b-left-up > div:nth-child(3) {
  margin-left: -25px;
  margin-top: 2px;
}
.content .b-left .b-left-up > div:nth-child(3) span {
  font-family: Roboto-Bold, Arial;
  color: #39ed00;
  display: block;
  font-size: 120%;
  font-weight: 550;
  margin-bottom: 11px;
}
.content .b-left .b-left-up > div:nth-child(3) > span:nth-child(3) {
  margin-bottom: 0;
}
.content .b-left .otziv {
  width: 355px;
  margin-top: 150px;
}
.content .b-left .otziv h2 {
  color: #2dba00;
}
.content .b-left .otziv .orange-line {
  margin-top: 24px;
  margin-right: 55px;
  margin-bottom: 24px;
  border-bottom: 2px dotted #ff9c00;
}
.content .b-left .otziv .otziv-content {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 8px 8px 8px 12px;
  position: relative;
  margin-right: 55px;
  margin-top: 12px;
}
.content .b-left .otziv .otziv-content ul,
.content .b-left .otziv .otziv-content ol {
  margin-left: 20px;
}
.content .b-left .otziv .otziv-content ul li,
.content .b-left .otziv .otziv-content ol li {
  font-family: Roboto-Light;
  line-height: 1.4em;
}
.content .b-left .otziv .otziv-content > div {
  color: #01327e;
}
.content .b-left .otziv .otziv-content > div .rotate90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.content .b-left .otziv .otziv-content > div .rotate180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.content .b-left .otziv .otziv-content > div .title {
  font-style: normal;
  line-height: 1.4em;
  font-weight: 600;
  font-size: 90%;
  padding-bottom: 8px;
  cursor: pointer;
}
.content .b-left .otziv .otziv-content > div .title:before,
.content .b-left .otziv .otziv-content > div .title.rot180:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
  margin-bottom: -10px;
  width: 22px;
  height: 22px;
  padding-right: 10px;
  content: ' ';
  background: url(../img/arrow.svg) no-repeat;
}
.content .b-left .otziv .otziv-content > div .title.rot180:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-bottom: -5px;
  margin-right: 6px;
}
.content .b-left .otziv .otziv-content > div .title:hover {
  color: #0051bd;
}
.content .b-left .otziv .otziv-content > div .short_text {
  font-family: Roboto-Light;
  font-size: 85%;
  line-height: 1.4em;
}
.content .b-left .otziv .otziv-content > div .readmore {
  text-align: right;
  font-size: 85%;
  padding-bottom: 3px;
  cursor: pointer;
  display: none;
}
.content .b-left .contacts-box {
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 1;
}
.content .b-left .contacts {
  position: relative;
  margin-left: -webkit-calc((100vw - 1180px) / -2 - 3px);
  margin-left: calc((100vw - 1180px) / -2 - 3px);
}
.content .b-left .contacts-arrow {
  top: -64px;
  left: -10px;
  z-index: 0;
}
.content .b-left .contacts-arrow > div:nth-child(3) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.content .b-left .contacts-arrow > div:nth-child(3) h2 {
  color: #2dba00;
  margin-left: 25px;
}
.content .b-left .contacts-content {
  position: relative;
  left: 40px;
  top: -15px;
}
.content .b-left .contacts-content > div span:nth-child(1) {
  color: #ff9c00;
  font-size: 130%;
  display: block;
}
.content .b-left .contacts-content > div span:nth-child(1):before {
  display: inline-block;
  width: 18px;
  height: 18px;
  padding-right: 10px;
  content: ' ';
  background: url(../img/galko.png) no-repeat;
}
.content .b-left .contacts-content > div span:nth-child(2) {
  color: #cecece;
  display: block;
  margin: 8px 2px 16px 27px;
}
.content .b-left .contacts-content > div span:nth-child(2) a {
  color: inherit;
}
.content .b-left .contacts-content > div span:nth-child(2) a:hover {
  color: #fff;
}
.content .b-left .contacts-content > div > button {
  margin-left: 28px;
  margin-top: 20px;
  padding: 6px 15px;
  font-size: 110%;
  font-family: Roboto-Bold;
  color: #01327e;
  cursor: pointer;
}
.content .b-left .contacts-content > div > button:hover {
  background-color: #ff9c00;
}
.content > div:nth-child(2) {
  margin-left: 12px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.content .content-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content .content-header h1 {
  color: transparent;
  position: absolute;
}
.content .content-header > div:nth-child(1) {
  margin: 90px 10px 0 0;
}
.content .content-header > div:nth-child(1) .title-name {
  margin-left: 100px;
}
.content .content-header > div:nth-child(1) #whoami {
  color: #5fb7e7;
  margin-top: 80px;
  margin-left: 60px;
}
.content .content-header > div:nth-child(1) #whoami ul {
  list-style-type: none;
}
.content .content-header > div:nth-child(1) #whoami ul li {
  font-size: 130%;
  padding: 10px;
}
.content .content-header > div:nth-child(1) #whoami ul li:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  padding-right: 10px;
  content: ' ';
  background: url("../img/galko.png") no-repeat;
}
.content .content-header > div:nth-child(2) img {
  width: 400px;
}
.content .content-green,
.content .content-orange {
  position: relative;
  background-color: #2dba00;
  padding: 10px 10px 50px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.content .content-green .upper-box,
.content .content-orange .upper-box {
  position: absolute;
  padding: 20px;
  background-color: rgba(0, 32, 62, 0.65);
  top: -webkit-calc(100% - 35px);
  top: calc(100% - 35px);
  left: -25px;
  height: 130px;
  width: 3000px;
}
.content .white {
  color: #fff;
  font-size: 130%;
  font-weight: bold;
  line-height: 1.7em;
}
.content .content-orange {
  background-color: #2dba00;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: normal;
  -webkit-justify-content: normal;
  -ms-flex-pack: normal;
  justify-content: normal;
}
.content .content-orange div:nth-child(2) {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  padding: 3px 5px 5px 15px;
  color: #fff;
  font-size: 130%;
  font-weight: bold;
  line-height: 1.7em;
  font-size: 160%;
  font-family: Roboto-Light;
}
.content .content-orange div:nth-child(2) span {
  display: block;
  margin-bottom: 10px;
  margin-top: 7px;
}
.content .explain {
  margin-top: 15px;
  padding: 15px;
  margin-bottom: 40px;
  padding-left: 30px;
  background-color: #0051bd;
}
.content .explain h2 {
  color: #2dba00;
  font-size: 150%;
  font-family: Roboto;
  margin-left: 39px;
  margin-top: 15px;
  padding: 0;
  position: relative;
}
.content .explain h2:before {
  content: " ";
  position: absolute;
  width: 29px;
  height: 29px;
  left: -39px;
  background: url("../img/orange_ball.png");
  display: inline-block;
}
.content .explain ul {
  margin-top: 40px;
  margin-left: 56px;
  list-style-type: square;
}
.content .explain ul li {
  color: #cecece;
  line-height: 1.5em;
  padding: 4px 0;
  font-size: 115%;
}
.content .explain .sub-ul h3 {
  margin-left: 39px;
  border-bottom: 1px dotted #5fb7e7;
  color: #5fb7e7;
  margin-top: 40px;
  font-size: 140%;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 15px;
}
.content .explain .sub-ul ul {
  margin-left: 55px;
  margin-top: 3px;
  margin-bottom: 5px;
}
.content .explain .sub-ul ul li {
  color: #37e300;
}
.content .explain .sub-ul ul li ul li {
  font-size: 100%;
  color: #cecece;
}
.content .btn-get {
  padding: 8px 32px;
  background-color: #01327e;
  color: #ff9c00;
  font-size: 110%;
  font-family: Roboto-Bold;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.content .btn-get:hover {
  cursor: pointer;
  background-color: #0051bd;
}
footer {
  background-color: #011e4b;
  padding: 10px;
  color: #919191;
  font-size: 85%;
  text-align: center;
}
.bshadow {
  -webkit-box-shadow: 2px 4px 13px -1px #11196b;
  box-shadow: 2px 4px 13px -1px #11196b;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 6;
  display: none;
}
.overlay .centered {
  position: fixed;
  left: -webkit-calc(50vw - 160px);
  left: calc(50vw - 160px);
  top: -webkit-calc(50vh - 160px);
  top: calc(50vh - 160px);
  width: 340px;
  padding: 10px;
  border: 2px solid #ff9c00;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #cecece;
}
.overlay .centered label {
  display: block;
  font-weight: 600;
  padding: 10px 6px;
  font-size: 90%;
}
.overlay .centered #theme,
.overlay .centered #phone input,
.overlay .centered #email input,
.overlay .centered #contact_name input {
  padding: 5px;
  border: 1px solid #aaa;
  width: 100%;
  margin-bottom: 4px;
}
.overlay .centered #send {
  margin-top: 12px;
  text-align: center;
}
.overlay .centered #send button {
  padding: 4px 15px;
  background-color: #01327e;
  color: white;
  border: 1px solid #0051bd;
  font-weight: 600;
  font-size: 110%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.overlay .centered #send button:hover {
  background-color: #0051bd;
  border: 1px solid #01327e;
}
