* {
  font-family: "Open Sans";
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 14px;
}

a, a:hover, a:active {
  text-decoration: none;
}

.pt-wrapper {
  overflow: hidden;
}

.pt-container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.right {
  float: right !important;
}

.left {
  float: left !important;
}

.pt-iframe {
  display: table;
  margin: auto;
  border: 3px solid #DDD;
  background: #000;
  padding: 52px 12px 52px 12px;
  border-radius: 20px;
}
.pt-iframe iframe {
  width: 320px;
  height: 520px;
  border: 0;
  /* overflow: hidden; */
}

.pt-header {
  position: relative;
  background: #38395f;
  height: 560px;
}
.pt-header:before {
  content: "";
  position: absolute;
  top: 73px;
  height: 560px;
  width: 100%;
  background-image: url(images/bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 192px;
}
.pt-header .pt-header-top {
  background: #2a2b4a;
  height: 60px;
}
.pt-header .pt-header-top a {
  color: #FFF;
  line-height: 60px;
  display: inline-block;
  font-family: "Raleway";
}
.pt-header .pt-header-top a i {
  margin-right: 8px;
  margin-left: 24px;
}
.pt-header .pt-header-top a:first-of-type i {
  margin-left: 0;
}
.pt-header .pt-header-top a.pt-log {
  height: 32px;
  line-height: 32px;
  background: #1bce5b;
  padding: 0 12px;
  border-radius: 30px;
  margin-top: 13px;
  margin-left: 12px;
  transition: all 0.3s;
  cursor: pointer;
}
.pt-header .pt-header-top a.pt-log.active {
  background: #FFF;
  color: #000;
  border-radius: 3px 3px 0 0;
  height: 54px;
}
.pt-header .pt-log {
  height: 32px;
  line-height: 32px;
  background: #1bce5b;
  padding: 0 12px;
  border-radius: 30px;
  margin-top: 32px;
  margin-left: 12px;
  transition: all 0.3s;
  cursor: pointer;
}
.pt-header .pt-log.active {
  background: #FFF;
  color: #000;
  border-radius: 3px 3px 0 0;
  height: 54px;
}
.pt-header .pt-login-form {
  line-height: normal !important;
  height: auto !important;
}
.pt-header .pt-login-form .alert {
  font-size: 12px;
}
.pt-header .pt-login-form ul {
  position: absolute;
  right: 0;
  top: 68px;
  background: #FFF;
  padding: 24px 16px !important;
  width: 280px;
  z-index: 23;
  border-radius: 0 0 3px 3px;
  margin: 0;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.pt-header .pt-login-form ul .alert-danger {
  color: #da747d;
  background-color: #fff5f6;
  border-color: #fff2f3;
}
.pt-header .pt-login-form ul .alert-success {
  color: #57b56d;
  background-color: #f0fdf3;
  border-color: #e4f9e9;
}
.pt-header .pt-login-form ul .alert-warning {
  color: #d4b458;
  background-color: #fffbef;
  border-color: #fff5d5;
}
.pt-header .pt-login-form ul .alert-info {
  color: #2a98ab;
  background-color: #f1fdff;
  border-color: #d7f6fb;
}
.pt-header .pt-login-form ul.open {
  visibility: visible;
  opacity: 1;
  top: 60px;
}
.pt-header .pt-login-form ul li {
  line-height: normal !important;
  height: auto !important;
  float: none !important;
}
.pt-header .pt-login-form label.pt-input-icon {
  position: relative;
  display: block;
  margin-bottom: 12px;
}
.pt-header .pt-login-form label.pt-input-icon input {
  border: 1px solid #EEE;
  padding: 12px;
  display: block;
  width: 100%;
  padding-left: 40px;
  border-bottom: 2px solid #c8c4ef;
  border-radius: 50px;
}
.pt-header .pt-login-form label.pt-input-icon span {
  position: absolute;
  left: 16px;
  top: 13px;
  color: #38287a;
}
.pt-header .pt-login-form button {
  padding: 0;
  display: block;
  line-height: 35px;
  height: 42px;
  border: 2px solid #fba70c;
  border-radius: 50px;
  background: #fba70c;
  color: #FFF;
  width: 100%;
  font-family: "Raleway";
  font-weight: 700;
  text-transform: uppercase;
}
.pt-header .pt-login-form .pt-social-login {
  border-top: 1px solid #EEE;
  padding-top: 12px;
  margin-top: 12px;
  text-align: center;
}
.pt-header .pt-login-form .pt-social-login b {
  display: block;
  margin-bottom: 12px;
  color: #38287a;
}
.pt-header .pt-login-form .pt-social-login a {
  display: inline-block;
  line-height: 32px;
  height: 32px;
  width: 32px;
  text-align: center;
  border: 1px solid #38395f;
  color: #38287a;
  border-radius: 33px;
  padding: 0;
}
.pt-header .pt-login-form .pt-social-login a i {
  margin: 0;
}
.pt-header .pt-login-form p {
  font-size: 12px;
  text-align: center;
  margin: 12px 0 0 0;
  border-top: 1px solid #EEE;
  padding-top: 6px;
  color: #2a2b4a;
  font-family: "Raleway";
}
.pt-header .pt-login-form p span {
  color: #efa620;
  font-family: "Raleway";
  cursor: pointer;
  font-weight: 600;
}
.pt-header .pt-top-menu:after {
  content: "";
  clear: both;
  display: block;
}
.pt-header .pt-top-menu .pt-logo {
  float: left;
  height: 48px;
  margin-top: 18px;
}
.pt-header .pt-top-menu .pt-logo img {
  height: 100%;
}
.pt-header .pt-top-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pt-header .pt-top-menu ul li {
  height: 96px;
  line-height: 96px;
}
.pt-header .pt-top-menu ul li a {
  display: block;
  font-family: "Raleway";
  color: #FFF;
  padding: 0 12px;
}
.pt-header .pt-top-menu .pt-left-menu {
  float: left;
  margin-left: 48px;
}
.pt-header .pt-top-menu .pt-left-menu li {
  float: left;
}
.pt-header .pt-top-menu .pt-left-menu li a {
  margin-right: 12px;
}
.pt-header .pt-top-menu .pt-left-menu li:first-of-type a {
  background: linear-gradient(0deg, rgba(238, 238, 238, 0) 0%, #2a2b4a 100%);
}
.pt-header .pt-top-menu .pt-right-menu {
  float: right;
}
.pt-header .pt-top-menu .pt-right-menu li {
  float: left;
}
.pt-header .pt-top-menu .pt-right-menu li a.pt-started {
  height: 32px;
  line-height: 32px;
  background: #fba70b;
  border-radius: 20px;
  margin-top: 32px;
}
.pt-header .pt-context {
  color: #FFF;
  margin-top: 60px;
  width: 60%;
}
.pt-header .pt-context:after {
  content: "";
  background-image: url(../../assets/img/iii.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -100px;
  right: 0;
  width: 528px;
  height: 800px;
  z-index: 13;
}
.pt-header .pt-context h3 {
  font-size: 32px;
  font-family: "Raleway";
  margin-bottom: 24px;
}
.pt-header .pt-context p {
  line-height: 24px;
  font-size: 16px;
  font-family: "Raleway";
  margin-bottom: 26px;
}
.pt-header .pt-context a {
  font-family: "Raleway";
  height: 44px;
  border-radius: 40px;
  border: 0;
  background: #fba70c;
  color: #FFF;
  padding: 0 15px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: 0 0 0 0 #38395f, 0 0 0 #fba70c;
  transition: all 0.3s;
  line-height: 44px;
}
.pt-header .pt-context a i {
  margin-right: 6px;
}
.pt-header .pt-context a:hover {
  box-shadow: 0 0 0 3px #38395f, 0 0 0 4px #fba70c;
}
.pt-header .pt-context small {
  margin-top: 10px;
  display: block;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.63);
}
.pt-header .pt-context .pt-shorten-form {
  position: relative;
  margin-top: 60px;
}
.pt-header .pt-context .pt-shorten-form input {
  background: #FFF;
  box-shadow: 0 0 10px #2a2b4a;
  border: 0;
  border-radius: 50px;
  font-size: 22px;
  height: 58px;
  width: 400px;
  padding: 0 22px;
  font-family: "Raleway";
}
.pt-header .pt-context .pt-shorten-form button, .pt-header .pt-context .pt-shorten-form a {
  font-family: "Raleway";
  height: 44px;
  border-radius: 40px;
  border: 0;
  background: #fba70c;
  color: #FFF;
  padding: 0 15px;
  margin-left: -36px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  box-shadow: 0 0 0 0 #38395f, 0 0 0 #fba70c;
  transition: all 0.3s;
  position: absolute;
  top: 7px;
}
.pt-header .pt-context .pt-shorten-form button i, .pt-header .pt-context .pt-shorten-form a i {
  margin-right: 6px;
}
.pt-header .pt-context .pt-shorten-form button:hover, .pt-header .pt-context .pt-shorten-form a:hover {
  box-shadow: 0 0 0 3px #38395f, 0 0 0 4px #fba70c;
}
.pt-header svg {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  fill: #FFF;
  z-index: 3;
}
.pt-header .svg2 svg {
  fill: #352c92;
  position: absolute;
  bottom: 4px;
  z-index: 2;
}

#registrationModal .modal-content,
#loginModal .modal-content {
  width: 320px;
  border-radius: 20px;
  margin: 0 auto;
}
#registrationModal .alert,
#loginModal .alert {
  font-size: 12px;
}
#registrationModal input,
#loginModal input {
  border: 1px solid #EEE;
  padding: 12px;
  display: block;
  width: 100%;
  padding-left: 40px;
  border-bottom: 2px solid #c8c4ef;
  border-radius: 50px;
}
#registrationModal label.pt-input-icon,
#loginModal label.pt-input-icon {
  position: relative;
  display: block;
  margin-bottom: 12px;
}
#registrationModal label.pt-input-icon span,
#loginModal label.pt-input-icon span {
  position: absolute;
  left: 16px;
  top: 13px;
  color: #38287a;
}
#registrationModal button,
#loginModal button {
  padding: 0;
  display: block;
  line-height: 35px;
  height: 42px;
  border: 2px solid #fba70c;
  border-radius: 50px;
  background: #fba70c;
  color: #FFF;
  width: 100%;
  font-family: "Raleway";
  font-weight: 700;
  text-transform: uppercase;
}
#registrationModal p,
#loginModal p {
  font-size: 12px;
  text-align: center;
  margin: 12px 0 0 0;
  border-top: 1px solid #EEE;
  padding-top: 12px;
  color: #2a2b4a;
  font-family: "Raleway";
}
#registrationModal .modal-header,
#registrationModal .modal-footer,
#loginModal .modal-header,
#loginModal .modal-footer {
  border-color: #EEE;
  margin: 0 14px;
}

.pt-section {
  margin-top: 96px;
}
.pt-section .pt-stitle {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.pt-section .pt-stitle h3 {
  font-size: 22px;
  position: relative;
  font-family: "Raleway";
  color: #38287a;
}
.pt-section .pt-stitle h3:before, .pt-section .pt-stitle h3:after {
  content: "";
  position: absolute;
  height: 5px;
  border-radius: 120px;
  background: #1f75fe;
  bottom: -24px;
}
.pt-section .pt-stitle h3:before {
  width: 62px;
  left: 42%;
}
.pt-section .pt-stitle h3:after {
  width: 32px;
  left: 51.5%;
}
.pt-section .pt-stitle p {
  color: #9a98b3;
  line-height: 24px;
  position: relative;
  margin-top: 43px;
  font-family: "Raleway";
}
.pt-section .pt-stitle p:before {
  content: "";
  position: absolute;
  height: 5px;
  border-radius: 120px;
  background: #1f75fe;
  top: -24px;
  width: 12px;
  left: 57%;
}
.pt-section.pt-features {
  text-align: center;
}
.pt-section.pt-features ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 48px;
}
.pt-section.pt-features ul:after {
  content: "";
  clear: both;
  display: block;
}
.pt-section.pt-features ul li {
  float: left;
  width: 25%;
}
.pt-section.pt-features ul li .pt-content {
  padding: 24px;
  margin: 12px;
  border-radius: 5px;
  border-radius: 100px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.13);
}
.pt-section.pt-features ul li .pt-content span {
  font-size: 52px;
  margin-bottom: 24px;
  margin-top: 18px;
  display: inline-block;
  width: 90px;
  height: 90px;
  background: #FFF;
  color: #392a83;
  line-height: 88px;
  border-radius: 30px;
  border: 3px solid #4b3ba4;
  box-shadow: 0 0 0 6px #ffffff, 0 0 0 9px #4b3ba4;
}
.pt-section.pt-features ul li .pt-content h3, .pt-section.pt-features ul li .pt-content p {
  font-family: "Raleway";
}
.pt-section.pt-features ul li .pt-content h3 {
  font-size: 20px;
  color: #36277d;
}
.pt-section.pt-features ul li .pt-content p {
  line-height: 22px;
}
.pt-section.pt-features ul li .pt-content a {
  display: inline-block;
  border: 2px solid #fba70c;
  color: #fba70c;
  width: 150px;
  height: 35px;
  line-height: 32px;
  border-radius: 20px;
  font-family: "Raleway";
  text-transform: uppercase;
  margin-top: 12px;
  font-weight: 700;
  margin-bottom: 12px;
}
.pt-section.pt-features ul li:nth-of-type(2) .pt-content {
  background: linear-gradient(119deg, #7761ee 0%, #281a65 88%);
}
.pt-section.pt-features ul li:nth-of-type(2) .pt-content span {
  box-shadow: 0 0 0 6px #4c3ba4, 0 0 0 9px #FFF;
}
.pt-section.pt-features ul li:nth-of-type(2) .pt-content h3, .pt-section.pt-features ul li:nth-of-type(2) .pt-content p {
  color: #FFF;
}
.pt-section.pt-features ul li:nth-of-type(2) .pt-content a {
  color: #fff;
  background: #fba70c;
}
.pt-section.pt-features .pt-links {
  margin-top: 48px;
}
.pt-section.pt-features .pt-links a {
  display: inline-block;
  font-size: 22px;
  font-family: Raleway;
  text-transform: uppercase;
  width: 300px;
  background: #EEE;
  height: 58px;
  line-height: 58px;
  font-weight: 900;
  margin: 0 12px;
  border-radius: 60px;
  color: #FFF;
}
.pt-section.pt-features .pt-links a:first-of-type {
  background: linear-gradient(119deg, #ffc456 0%, #fba70c 88%);
}
.pt-section.pt-features .pt-links a:last-of-type {
  background: linear-gradient(119deg, #5845b9 0%, #453497 88%);
}
.pt-section.pt-features .pt-links a span {
  display: table;
  margin: 0 auto;
  line-height: 55px;
}
.pt-section.pt-features .pt-links a i {
  float: left;
  margin-right: 12px;
  line-height: 56px;
}
.pt-section.pt-features .pt-stats {
  margin: 68px 0;
  font-size: 22px;
  text-align: left;
  border-top: 1px solid #EEE;
  padding-top: 68px;
}
.pt-section.pt-features .pt-stats:after {
  content: "";
  clear: both;
  display: block;
}
.pt-section.pt-features .pt-stats div {
  float: left;
  width: 33.33%;
}
.pt-section.pt-features .pt-stats div span {
  float: left;
  height: 62px;
  width: 58px;
  margin-right: 12px;
  border-right: 1px solid #EEE;
  font-size: 32px;
  text-align: center;
}
.pt-section.pt-features .pt-stats div strong {
  display: block;
  font-weight: 200;
  font-family: "Raleway";
  text-transform: uppercase;
}
.pt-section.pt-features .pt-stats div b {
  display: block;
  font-family: "Raleway";
  font-size: 32px;
}
.pt-section.pt-topsurvys {
  background: #38395f;
  background-image: url(images/bg22.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 62px;
  padding-bottom: 72px;
}
.pt-section.pt-topsurvys .pt-stitle h3,
.pt-section.pt-topsurvys .pt-stitle p {
  color: #FFF;
}
.pt-section.pt-topsurvys ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 42px;
}
.pt-section.pt-topsurvys ul:after {
  content: "";
  clear: both;
  display: block;
}
.pt-section.pt-topsurvys ul li {
  float: left;
  width: 30%;
  margin-right: 5%;
  background: #FFF;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
}
.pt-section.pt-topsurvys ul li:last-of-type {
  margin-right: 0;
}
.pt-section.pt-topsurvys ul li .media {
  padding: 24px;
}
.pt-section.pt-topsurvys ul li a {
  font-weight: 600;
  font-family: "Raleway";
  color: #000;
}
.pt-section.pt-topsurvys ul li p {
  font-size: 11px;
  color: #777;
  margin: 0;
  font-family: "Raleway";
  margin-top: 12px;
}
.pt-section.pt-topsurvys ul li .pt-thumb {
  width: 62px;
  height: 62px;
  float: left;
  margin-right: 12px;
  overflow: hidden;
  border-radius: 10px;
}
.pt-section.pt-topsurvys ul li .pt-thumb img {
  width: 100%;
}
.pt-section.pt-topsurvys ul li .pt-dtable {
  height: 62px;
}

.pt-dtable {
  display: table;
}

.pt-vmiddle {
  display: table-cell;
  vertical-align: middle;
}

.frame-container {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.frame {
  width: 320px;
  height: 650px;
  background-color: #ffffff;
  position: relative;
  margin: 50px auto;
  border: 6px solid #bdbbbb;
  border-radius: 50px;
  box-shadow: 14px 21px 42px 10px rgba(0, 0, 0, 0.2);
}
.frame-content {
  width: 292px;
  height: 622px;
  background-color: #ffffff;
  border: 16px solid #202020;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 47px;
}
.frame-content-header {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  height: 100px;
  background-color: #f9f9f9;
  /*linear-gradient(to top left,  #D0FBED,#FDD7EA , #f9f9f9); */
  border-radius: 32px 32px 0 0;
  border-bottom: 1px solid #ededed;
}
.frame-content-header .frame-header {
  position: absolute;
  width: 170px;
  height: 24px;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #202020;
  border-radius: 0 0 23px 23px;
}
.frame-content-header .frame-header-speaker {
  margin-top: 6px;
  width: 40px;
  height: 4px;
  background-color: #404040;
  margin-left: auto;
  margin-right: auto;
}
.frame-content-header .frame-header-camera {
  position: absolute;
  width: 7px;
  height: 7px;
  right: 40px;
  top: 2px;
  background-color: #090A50;
  border: 3px solid #404040;
  border-radius: 50%;
}
.frame-content-header .header-bars {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  color: #404040;
}
.frame-content-header .header-bars .header-bars-block {
  margin-top: 3px;
}
.frame-content-header .header-bars .header-bars-block span {
  font-size: 11px;
  margin-left: 10px;
}
.frame-content-header .header-bars .header-bars-block i {
  font-size: 11px;
}
.frame-content-header .header-control {
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
  color: #0083FF;
  font-size: 15px;
}
.frame-content-header .header-control .fas {
  cursor: pointer;
  transition: all 0.6s;
  display: inline-flex;
}
.frame-content-header .header-control .fas:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.frame-content-header .header-control span {
  font-weight: normal;
  cursor: pointer;
}
.frame-content-header .header-title {
  margin-top: 12px;
}
.frame-content-header .header-title span {
  font-size: 25px;
  font-weight: 600;
  color: #404040;
  font-family: Gotham;
}
.frame-content .frame-content-body {
  width: 100%;
}
.frame-content .frame-content-body .content-body-block {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #ededed;
  transition: all 0.5s;
  cursor: pointer;
}
.frame-content .frame-content-body .content-body-block:hover {
  background-color: #f2f2f2;
}
.frame-content .frame-content-body .content-body-block .block-user-img {
  width: 37px;
  height: 37px;
}
.frame-content .frame-content-body .content-body-block .block-user-img img {
  width: 100%;
  border-radius: 50%;
  cursor: pointer;
  transform: scale(1);
  transition: all ease-in-out 0.2s;
}
.frame-content .frame-content-body .content-body-block .block-user-img img:hover {
  transform: scale(1.2);
  box-shadow: 0 0 5px 0.2px #c8c8c8;
}
.frame-content .frame-content-body .content-body-block .block-text {
  margin-left: 8px;
}
.frame-content .frame-content-body .content-body-block .block-text h4 {
  color: #232323;
  font-size: 12px;
}
.frame-content .frame-content-body .content-body-block .block-text span {
  font-size: 9px;
  color: #c8c8c8;
}
.frame-content .frame-content-body .content-body-block .block-info {
  position: absolute;
  right: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #0083FF;
  line-height: 17px;
  text-align: center;
  border-radius: 50%;
  color: #0083FF;
  font-size: 14px;
}
.frame-content .frame-content-nav {
  position: absolute;
  bottom: 28px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #f9f9f9;
  border-top: 1px solid #ededed;
}
.frame-content .frame-content-nav .nav-box {
  width: 20%;
  text-align: center;
  color: #999999;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
.frame-content .frame-content-nav .nav-box:hover {
  color: #0083FF;
}
.frame-content .frame-content-nav .nav-box span {
  display: block;
  font-size: 8px;
}
.frame-content .frame-content-nav .nav-box i {
  margin-top: 5px;
  margin-bottom: 3px;
  font-size: 20px;
}
.frame-content .frame-content-nav .active {
  color: #0083FF;
}
.frame-content .frame-content-bottom {
  position: absolute;
  bottom: 0;
  height: 28px;
  width: 100%;
  background-color: #f9f9f9;
  border-radius: 0 0 30px 30px;
}
.frame-content .frame-content-bottom .bottom-shape {
  width: 110px;
  height: 4px;
  margin-top: 15px;
  background-color: #c8c8c8;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
  transition: all 0.3s;
  cursor: pointer;
}
.frame-content .frame-content-bottom .bottom-shape:hover {
  background-color: #323232;
}

.pt-footer {
  padding: 12px 0 48px 0;
  background: #2a2b4a;
  position: relative;
  margin-top: 120px;
}
.pt-footer a {
  text-decoration: none;
}
.pt-footer svg {
  position: absolute;
  top: -84px;
  left: 0;
  width: 100%;
  fill: #2a2b4a;
  z-index: 3;
}
.pt-footer .svg2 svg {
  fill: #352c92;
  position: absolute;
  top: -88px;
  z-index: 2;
}
.pt-footer .pt-logo {
  height: 48px;
  margin-bottom: 24px;
}
.pt-footer .pt-logo img {
  height: 100%;
}
.pt-footer .pt-lang {
  margin-bottom: 12px;
}
.pt-footer .pt-lang a {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 0 3px #f5f5f5;
  margin: 0 6px;
  cursor: pointer;
}
.pt-footer .pt-lang a i {
  line-height: 25px;
}
.pt-footer .pt-lang a, .pt-footer .pt-lang a i {
  width: 18px;
  height: 18px;
}
.pt-footer .pt-social a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #352c92;
  color: #FFF;
  border-radius: 50%;
  margin-right: 3px;
}
.pt-footer .pt-links {
  float: left;
  width: 50%;
}
.pt-footer .pt-links h3 {
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
}
.pt-footer .pt-links a {
  display: block;
  color: #FFF;
  margin-top: 5px;
}
.pt-footer .pt-copy {
  font-size: 12px;
  color: #FFF;
}
.pt-footer .pt-copy h3 {
  font-size: 18px;
}
.pt-footer .pt-copy a {
  color: rgba(255, 255, 255, 0.7);
}

.alert-danger {
  color: #da747d;
  background-color: #fff5f6;
  border-color: #fff2f3;
}

.alert-success {
  color: #57b56d;
  background-color: #f0fdf3;
  border-color: #e4f9e9;
}

.alert-warning {
  color: #d4b458;
  background-color: #fffbef;
  border-color: #fff5d5;
}

.alert-info {
  color: #2a98ab;
  background-color: #f1fdff;
  border-color: #d7f6fb;
}

.pt-mobmenulink {
  display: none;
}

@media only screen and (max-width: 420px) {
  .pt-mobmenulink {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    background: #ffffff;
    border-radius: 20px;
    margin-top: 32px;
    color: #38395f;
    padding: 0 12px;
    position: relative;
    z-index: 3;
    transition: all 0.5s;
  }
  .pt-mobmenulink.active {
    border-radius: 20px 20px 0 0;
  }

  .pt-mobmenu {
    position: relative;
  }

  .pt-container {
    width: 100%;
  }

  .pt-login-form {
    position: absolute;
    top: 145px;
    left: 32px;
    z-index: 3;
  }

  .pt-header .pt-header-top .pt-login-form ul {
    right: auto;
    left: 0;
  }

  .pt-header {
    height: auto;
    padding-bottom: 60px;
  }
  .pt-header .pt-header-top {
    padding: 3px 12px;
  }
  .pt-header .pt-header-top a {
    line-height: 27px;
    display: block;
  }
  .pt-header .pt-header-top a i {
    margin-left: 0;
  }
  .pt-header .pt-header-top a.right {
    margin-top: -42px;
  }
  .pt-header .pt-top-menu {
    padding: 3px 12px;
    position: relative;
  }
  .pt-header .pt-top-menu .pt-logo {
    float: none;
    display: block;
    text-align: center;
  }
  .pt-header .pt-top-menu .pt-left-menu {
    position: absolute;
    background: #FFF;
    margin: 0;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
    top: 30px;
    z-index: 3;
    left: -1px;
  }
  .pt-header .pt-top-menu .pt-left-menu.open {
    visibility: visible;
    opacity: 1;
    top: 60px;
  }
  .pt-header .pt-top-menu .pt-left-menu li {
    float: none;
    height: 46px;
    line-height: 46px;
  }
  .pt-header .pt-top-menu .pt-left-menu li a {
    margin: 0;
    padding: 0 24px;
    color: #000;
    background: none !important;
    border-bottom: 1px solid #e0e2ff;
  }
  .pt-header .pt-top-menu .pt-left-menu li:last-of-type a {
    border-bottom: 0;
  }
  .pt-header .pt-context {
    text-align: center;
    width: 100%;
    padding: 0 12px;
    margin-top: 0;
  }
  .pt-header .pt-context:after {
    content: none;
  }

  .pt-section .pt-stitle {
    width: 100%;
    padding: 0 24px;
  }
  .pt-section .pt-stitle h3 {
    font-size: 18px;
  }
  .pt-section .pt-stitle p {
    font-size: 13px;
  }

  .pt-section.pt-features ul li,
.pt-section.pt-features .pt-stats div {
    width: 100%;
  }

  .pt-section.pt-features .pt-stats div {
    padding: 0 24px;
    margin-top: 24px;
  }
  .pt-section.pt-features .pt-stats div:first-of-type {
    margin-top: 0;
  }
  .pt-section.pt-features .pt-stats div strong {
    font-size: 18px;
    text-transform: capitalize;
  }
  .pt-section.pt-features .pt-stats div b {
    font-size: 24px;
  }

  .pt-section.pt-features .pt-stats {
    margin: 48px 0 30px 0;
    padding: 0;
    padding-top: 40px;
  }

  .pt-section.pt-topsurvys {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pt-section.pt-topsurvys ul li {
    margin: 0;
    width: 100%;
    margin-bottom: 12px;
  }
  .pt-section.pt-topsurvys ul li:last-of-type {
    margin-bottom: 0;
  }

  .pt-footer {
    margin-top: 48px;
    padding: 48px 0;
  }
  .pt-footer .svg {
    display: none;
  }
  .pt-footer .col-3, .pt-footer .col-6 {
    flex: 100%;
    max-width: 100%;
  }
  .pt-footer .pt-links {
    margin: 32px 0 12px 0;
  }
}
