a {
  text-decoration: none;
}
.inside {
  width: 1134px;
  margin: 0 auto;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}
body {
  font-family: "OpenSans F";
  font-weight: 400;
  background: #fff;
  padding-top: 114px;
  background: linear-gradient(180deg, #212121 0%, #030303 100%);
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.cover img {
  object-fit: cover;
}
.flex-sb {
  justify-content: space-between;
}
.flex-r {
  justify-content: flex-end;
}
.flex-sa {
  justify-content: space-around;
}
.flex-c {
  justify-content: center;
}
.flex-l {
  justify-content: flex-start;
}
.flex-t {
  align-items: flex-start;
}
.flex-bt {
  align-items: flex-end;
}
.flex-m {
  align-items: center;
}
.flex-s {
  align-items: stretch;
}
.screen-2 .inner {
  background: url(../images/screen-2.jpg) no-repeat center;
  padding: 83px 46px 76px;
  border-radius: 6px;
  border-radius: 10px;
  background-size: cover;
}
.screen-2 .title {
  color: #ff5811;
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 16px;
}
.screen-2 .section-2-buttons-wrapper {
  margin-top: 24px;
}
.screen-2 .button a {
  background: #fff;
  border-radius: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  width: 286px;
  height: 52px;
  line-height: 52px;
  display: inline-block;
  color: #000;
  position: relative;
  transition: all 0.5s ease 0s;
}
.screen-2 .button a:after {
    border-radius: 40px;
    transition: all 0.3s ease 0s;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    background: linear-gradient(96.03deg, #ff0000 13.31%, #ff006b 96.26%);
    transition: all 0.5s ease 0s;
    height: 100%;
    top: 0;
    opacity: 0;
}
.screen-2 .button a span {
    position: relative;
    z-index: 2;
}
.screen-2 .button a:hover {
    color: #fff;
    transition: all 0.5s ease 0s;
}
.screen-2 .button a:hover:after {
    opacity: 1;
    transition: all 0.5s ease 0s;
}
.screen-2 .caption {
  margin-bottom: 30px;
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
  letter-spacing: -0.2px;
}
.screen-2 .caption p {
  margin-bottom: 7px;
}
.screen-2 .caption strong {
  font-weight: 700;
  letter-spacing: -0.05px;
}
.screen-2 .socials {
  margin-left: 20px;
}
.screen-2 .socials li {
  list-style: none;
  margin-right: 7px;
}
.screen-2 .socials li a,
.screen-2 .socials li img {
  display: block;
}
.portfolio {
  margin-top: 20px;
}
.portfolio .inner {
  background: #1f1f1f;
  border-radius: 20px 20px 4px 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 37px 53px 26px;
}
.portfolio .title {
  text-align: center;
  margin-bottom: 36px;
}
.portfolio .title strong {
  color: #ff5811;
  font-size: 40px;
  margin-bottom: 4px;
  display: block;
  font-weight: 900;
}
.portfolio .title p {
  color: #fff;
  font-size: 24px;
  letter-spacing: -0.3px;
}
.portfolio .list .item {
  margin: 0 0.5%;
  margin-bottom: 24px;
  position: relative;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.25);
  max-width: 32%;
  
}
.portfolio .list .item img {
  display: block;
  max-width: 100%;
}
.portfolio .list .item .caption {
  position: absolute;
  z-index: 2;
  bottom: -4px;
  left: 0;
  background: linear-gradient(102.28deg, #ff5811 16.23%, #ff003d 109.19%);
  border-radius: 0px 20px 0px 0px;
  padding: 13px 12px 14px 12px;
  font-size: 20px;
  line-height: 1.1;
  color: #fff;
  font-weight: 700;
  width: 252px;
  box-sizing: border-box;
}
.portfolio .list .item .caption:before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 3px;
  background: #fff;
  height: 58px;
  content: "";
}
.portfolio .list .item .desc {
  color: #fff;
  text-align: center;
}
.portfolio .list .item .desc .strong {
  margin-bottom: 6px;
  display: block;
  font-weight: 900;
}
.portfolio .list .item .desc p {
  color: #949494;
  font-weight: 400;
}
.directions {
  padding-top: 37px;
}
.directions .list {
  padding-left: 45px;
  padding-right: 45px;
}
.directions .title {
  text-align: center;
  margin-bottom: 36px;
  font-size: 34px;
  color: #fff;
  font-weight: 900;
}
.directions .item {
  max-width: 24%;
}
.directions .item .img {
  width: 244px;
  margin: 0 auto; 
  border-radius: 10px;
  padding: 1px;
  box-sizing: border-box;
  background: linear-gradient(102.28deg, #ff5811 16.23%, #ff003d 109.19%);
}
.directions .item .img span {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    max-width: 100%;
}
.directions .item .img img {
  display: block;
  max-width: 100%;
}
.directions .item .desc {
  padding-top: 17px;
  color: #fff;
  text-align: center;
}
.directions .item .desc .strong {
  margin-bottom: 9px;
  display: block;
  font-weight: 900;
  font-size: 18px;
}
.directions .item .desc p {
  color: #949494;
  font-weight: 400;
  font-size: 14px;
}
.steps {
  padding-top: 42px;
}
.steps .inner {
  background: #1f1f1f;
  border-radius: 0 0 10px 10px;
  padding: 40px 116px 2px;
}
.steps .title {
  text-align: center;
  margin-bottom: 32px;
  font-size: 40px;
  color: #fff;
  font-weight: 900;
}
.steps .item {
  width: 49%;
  margin-bottom: 40px;
}
.steps .item .desc {
  padding-top: 30px;
  color: #fff;
  font-size: 13px;
  width: 270px;
  margin-left: 15px;
}
.steps .item .desc h4 {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 6px;
}
.steps .item .desc p {
  line-height: 1.35;
  letter-spacing: -0.1px;
}
.reasons {
  padding-top: 20px;
}
.reasons .inner {
  background: #1f1f1f;
  border-radius: 10px;
  padding: 40px 84px 10px;
}
.reasons .title {
  text-align: center;
  margin-bottom: 58px;
  font-size: 42px;
  color: #fff;
  font-weight: 900;
}
.reasons .item {
  border-bottom: 1px solid #565656;
  width: 50%;
  padding-bottom: 26px;
  padding-right: 12px;
  padding-left: 12px;
  box-sizing: border-box;
  margin-bottom: 24px;
}
.reasons .item .ico {
  position: relative;
  text-align: center;
  width: 70px;
}
.reasons .item .ico img {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.reasons .item .ico:after {
  width: 100%;
  height: 15px;
  background: linear-gradient(102.28deg, #ff5811 16.23%, #ff003d 109.19%);
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
}
.reasons .item .desc {
  color: #fff;
  margin-top: 14px;
}
.reasons .item .desc h4 {
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 7px;
}
.reasons .item .desc p {
  font-size: 14px;
  line-height: 1.45;
}
.reasons .item:nth-last-child(1),
.reasons .item:nth-last-child(2) {
  border-bottom: none;
}
.footer-form {
  margin-top: 20px;
}
.footer-form .inner {
  background: url(../images/form-bg.png) no-repeat center;
  border-radius: 10px;
  padding: 50px 106px 66px 50px;
}
.footer-form .left {
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  padding-top: 108px;
}
.footer-form .left h3 {
  font-weight: 900;
  font-size: 42px;
  margin-bottom: 8px;
  line-height: 1;
}
.footer-form .left .info {
  margin-bottom: 12px;
}
.footer-form .left .info li {
  margin-bottom: 0px;
  line-height: 1.25;
}
.footer-form .left .info li a {
  color: #fff;
  font-size: 20px;
}
.footer-form .left .social li {
  margin-right: 7px;
}
.footer-form .right {
  width: 450px;
}
.footer-form .right .form-header {
  margin-bottom: 24px;
  padding-left: 10px;
}
.footer-form .right .form-header h4 {
  font-size: 42px;
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 0px;
  color: #FF5811;
}
.footer-form .right .form-header p {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.4px;
  color: #fff;
}
.footer-form .right .input {
  margin-bottom: 10px;
}
.footer-form .right input,
.footer-form .right textarea {
  border-radius: 10px;
  background: #323232;
  border: none;
  box-sizing: border-box;
  outline: none !important;
  width: 100%;
  color: #fff;
}
.footer-form .right input {
  height: 50px;
  padding-left: 12px;
  font-family: "Solomon Sans";
  letter-spacing: normal;
}
.footer-form .right textarea {
  height: 100px;
  padding-left: 12px;
  padding-top: 12px;
  resize: none;
  font-family: "Solomon Sans";
  letter-spacing: normal;
}
.footer-form .button {
  margin-top: 10px;
}
.footer-form .button button {
  width: 190px;
  height: 52px;
  border-radius: 52px;
  text-align: center;
  color: #fff;
  border: none;
  font-size: 18px;
  cursor: pointer;
  font-weight: 700;
  padding: 0;
  position: relative;
  background: linear-gradient(265.62deg, #ff7a00 -25.62%, #ff003d 101.77%);
}
.footer-form .button button:after {
    border-radius: 40px;
    transition: all 0.3s ease 0s;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    background: linear-gradient(96.03deg, #ff0000 13.31%, #ff006b 96.26%);
    transition: all 0.5s ease 0s;
    height: 100%;
    top: 0;
}
.footer-form .button button:hover:after {
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.footer-form .button button span {
    position: relative;
    z-index: 2;
}
.footer {
  padding: 32px 0 50px;
  margin-top: 32px;
  border-top: 3px solid #fff;
}
.footer .inside {
  width: 1030px;
}
.footer .logo {
  margin-right: 256px;
}
.footer .nav {
  margin-right: 194px;
  padding-top: 6px;
}
.footer .nav li:not(:last-child) {
  margin-bottom: 4px;
}
.footer .nav span {
  color: #fff;
  font-size: 14px;
  user-select: none;
  cursor: pointer;
  line-height: 1.4;
  transition: all 0.3s ease 0s;
}
.footer .nav li:hover span {
  color: #ff003d;
  transition: all 0.3s ease 0s;
}
.slider {
  margin-bottom: 20px;
}
.slider .inside {
  position: relative;
}
.slider .inside .slick-dots {
  width: 100%;
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 25px;
  text-align: center;
}
.slider .inside .slick-dots li {
  display: inline-block;
  margin: 0 10px;
}
.slider .inside .slick-dots li button {
  width: 10px;
  height: 10px;
  background: linear-gradient(180deg, #898989 0%, #c4c4c4 100%);
  cursor: pointer;
  padding: 0;
  font-size: 0;
  border-radius: 10px;
  border: none;
}
.slider .inside .slick-dots li.slick-active button {
  background: #FF003D;
}
.slider .slick-arrow {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 30px;
  border: none;
  position: relative;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  padding: 0;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.slider .slick-arrow:before {
  position: absolute;
  content: "";
  border: 6px solid transparent;
  transition: all 0.3s ease 0s;
  top: 9px;
}
.slider .slick-arrow:hover {
  background: linear-gradient(269.75deg, #ff0000 -6.25%, #ff006b 106.68%);
  transition: all 0.3s ease 0s;
}
.slider .slick-arrow.slick-prev {
  left: 20px;
}
.slider .slick-arrow.slick-prev:before {
  border-right-color: #555555;
  border-right-width: 9px;
  right: 12px;
}
.slider .slick-arrow.slick-prev:hover:before {
  border-right-color: #fff;
  transition: all 0.3s ease 0s;
}
.slider .slick-arrow.slick-next {
  right: 20px;
}
.slider .slick-arrow.slick-next:before {
  border-left-color: #555555;
  border-left-width: 9px;
  left: 12px;
}
.slider .slick-arrow.slick-next:hover:before {
  border-left-color: #fff;
  transition: all 0.3s ease 0s;
}
.slider .slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 6px 10px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.slider .slide .caption {
  padding-top: 158px;
  height: 550px;
  box-sizing: border-box;
  width: 900px;
  margin: 0 auto;
}
.slider .slide h1 {
  font-size: 42px;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
}
.slider .slide .button {
  margin-top: 26px;
}
.slider .slide .button a {
  background: linear-gradient(265.62deg, #ff7a00 -25.62%, #ff003d 101.77%);
  transition: all 0.5s ease 0s;
  display: block;
  width: 190px;
  height: 52px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 52px;
  border-radius: 60px;
  position: relative;
}
.slider .slide .button a span {
    z-index: 2;
    position: relative;
}
.slider .slide .button a:after {
    position: absolute;
    content:"";
    left: 0;
    width: 100%;
    background: linear-gradient(96.03deg, #ff0000 13.31%, #ff006b 96.26%);
    transition: all 0.5s ease 0s;
    height: 100%;
    top: 0;
    border-radius: 60px;
}
.slider .slide .button a:hover:after{
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.toggler {
  display: none;
  margin-left: 30px;
}
.toggler > div {
  width: 30px;
  user-select: none;
}
.toggler > div span {
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 2px;
}
.toggler > div span:not(:last-child) {
  margin-bottom: 5px;
}
.header {
  padding: 23px 0;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
  background: #181818;
  margin-bottom: 20px;
}
.header .navigation {
  font-size: 14px;
  margin-left: 20px;
  letter-spacing: -0.1px;
}
.header .navigation .close {
  text-align: right;
  display: none;
  margin-bottom: 30px;
}
.header .navigation .close button {
  position: relative;
  border: none;
  padding: 0;
  width: 30px;
  height: 30px;
  background: none;
  margin-right: 20px;
}
.header .navigation .close button:before {
  width: 2px;
  background: #fff;
  height: 30px;
  content: "";
  top: 0;
  left: 14px;
  transform: rotate(45deg);
  position: absolute;
}
.header .navigation .close button:after {
  width: 2px;
  background: #fff;
  height: 30px;
  content: "";
  top: 0;
  left: 14px;
  transform: rotate(-45deg);
  position: absolute;
}
.header .navigation li {
  margin: 0 8px;
  padding: 0 12px;
  position: relative;
}
.header .navigation li span {
  color: #fff;
  transition: all 0.3s ease 0s;
  display: block;
  cursor: pointer;
  user-select: none;
}
.header .navigation li:hover span {
  color: #ff003d;
  transition: all 0.3s ease 0s;
}
.header .navigation li:hover:after {
  position: absolute;
  transition: all 0.3s ease 0s;
  bottom: -40px;
  left: 0;
  width: 100%;
  content: "";
  height: 4px;
  background: linear-gradient(269.75deg, #ff0000 -6.25%, #ff006b 106.68%);
}
.header .callback {
  padding-left: 42px;
  position: relative;
  color: #fff;
  line-height: 1;
  padding-right: 12px;
}
.header .callback:before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 34px;
  height: 34px;
  border-radius: 34px;
  background: linear-gradient(265.62deg, #ff7a00 -25.62%, #ff003d 101.77%);
  content: "";
}
.header .callback:after {
  content: "";
  background: url(../images/phone.svg) no-repeat center;
  width: 34px;
  height: 34px;
  position: absolute;
  top: -3px;
  left: 0;
}
.header .callback .phone {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 1px;
}
.header .callback .phone a {
  color: #fff;
  letter-spacing: 0.2px;
}
.header .callback p {
  font-size: 12px;
  letter-spacing: -0.1px;
  color: #8B8B8B;
}
.header .hidden {
  display: none;
}
#callback + div {
    display: none;
}
#portfolio {
  margin-top: 20px;
}
#portfolio .title {
  text-align: center;
  margin-bottom: 24px;
}
#portfolio .title h3 {
  font-size: 42px;
  font-weight: 900;
  color: #fff;
}
#portfolio .title p {
  color: #B4B4B4;
  font-size: 24px;
  margin-top: 10px;
}
#portfolio .inner {
  background: #1f1f1f;
  border-radius: 20px 20px 4px 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 37px 22px 40px;
}
#portfolio .portfolio-filter-menu {
  background: #151515;
  margin-bottom: 24px;
  border-radius: 30px;
  color: #fff;
}
#portfolio .portfolio-filter-menu li span {
  display: block;
  padding: 11px 25px;
  
  font-size: 14px;
  cursor: pointer;
  user-select: none;
}
#portfolio .portfolio-filter-menu li.active > div span {
    position: relative;
    z-index: 2;
}
#portfolio .portfolio-filter-menu li.active > div {
  background: linear-gradient(96.03deg, #ff006b 13.31%, #ff0000 96.26%);
  position: relative;
  border-radius: 40px;
  border: 3px solid #151515;
}
#portfolio .portfolio-filter-menu li.active > div:after {
    border-radius: 40px;
    transition: all 0.3s ease 0s;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    background: linear-gradient(96.03deg, #ff0000 13.31%, #ff006b 96.26%);
    transition: all 0.5s ease 0s;
    height: 100%;
    top: 0;
}
#portfolio .portfolio-filter-menu li.active > div:hover:after {
    opacity: 0;
    transition: all 0.5s ease 0s;
}
#portfolio .content-image {
  padding: 8px;
      height: 100%;
    box-sizing: border-box;
}
#portfolio .button {
  margin-top: 22px;
  text-align: center;
}
#portfolio .button button {
  display: inline-block;
  background: linear-gradient(96.03deg, #ff006b 13.31%, #ff0000 96.26%);
  transition: all 0.3s ease 0s;
  color: #fff;
  height: 40px;
  font-size: 14px;
  width: 210px;
  border: none;
  cursor: pointer;
  border-radius: 50px;
}
#portfolio .content-image a {
    position: relative;
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  height: 100%;
  display: flex;
}
#portfolio .content-image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#portfolio .filtr-item {
  
}
#portfolio .content-image a .caption {
    position: absolute;
    bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    z-index: 2;
    
}
#portfolio .content-image a .caption .title h3 {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}
#portfolio .content-image a .caption .title {
     
    transition-duration: .1s;
    transition-delay: 200ms;
    margin-bottom: 4px;
    opacity: 0;
    line-height: 24px;
}
#portfolio .content-image a .caption .subtitle {
    font-size: 14px;
    font-weight: 400;
    transition-duration: .3s;
    transition-delay: 500ms;
    opacity: 0;
    line-height: 24px;
}
#portfolio .content-image a:hover .title {
    opacity: 1;
  
}
#portfolio .content-image a:hover .subtitle {
    opacity: 1;
     
}
#portfolio .content-image a:hover .title,
#portfolio .content-image a:hover .subtitle {
    position: relative;
}

#portfolio .content-image a:before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 30px;
    background: linear-gradient(96.03deg, #ff0000 13.31%, #ff006b 96.26%);
    top: 0px;
    left: 0;
    opacity: 0;
    z-index: 2;
    animation: btn-black 3s infinite;
}
#portfolio .content-image a:hover:before {
    animation: btn-black-hover 0.4s ease-in-out;
    animation-fill-mode: forwards;
    animation: btn-black 3s infinite;
    opacity: 1;
}



@keyframes btn-black {
0% {top: 0; left: 0; width: 2px;}
15% {width: 30px;}
30% {top: 0; left: 100%; width: 2px;}
45% {top: 100%; left: 100%; width: 2px;}
60% {width: 30px;}
75% {left: 0; top: 100%; width: 2px;}
100% {left: 0; top: 0; width: 2px;}
}


@keyframes btn-black-hover {
0% {top: 0; left: 0; width: 30px;}
100% {top: 0; left: 0; width: 100%;}
}




#portfolio .content-image a img {
    display: block;
}
#portfolio .content-image a:after {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 100%;
    bottom: 0;
    border-radius: 3px;
    content:"";
    opacity: 0;
    transition: all .5s ease;  
}
#portfolio .content-image a:hover:after {
    opacity: 1;
    transition: all .5s ease;
}
#portfolio .button button {
    position: relative;
}
#portfolio .button button:after {
    border-radius: 40px;
    transition: all 0.3s ease 0s;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    background: linear-gradient(96.03deg, #ff0000 13.31%, #ff006b 96.26%);
    transition: all 0.5s ease 0s;
    height: 100%;
    top: 0;
}
#portfolio .button button span {
    position: relative;
    z-index: 2;
}
#portfolio .button button:hover:after {
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.gradient-text {
  background: -webkit-linear-gradient(left, #d61a5e, #ff8c05);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.popup {
  width: 460px;
  background: #1f1f1f;
  padding: 30px;
  max-width: 100%;
  box-sizing: border-box;
  display: none;
}
.popup .title {
  font-size: 42px;
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 20px;
  text-align: center;
}
.popup .input {
  margin-bottom: 10px;
}
.popup .input input {
  border-radius: 10px;
  background: #323232;
  border: none;
  box-sizing: border-box;
  outline: none !important;
  width: 100%;
  height: 50px;
  padding-left: 12px;
  font-family: "Solomon Sans";
  letter-spacing: normal;
  color: #fff;
}
.popup .button {
  text-align: center;
}
.popup .button button {
  width: 190px;
  height: 52px;
  border-radius: 52px;
  text-align: center;
  color: #fff;
  border: none;
  font-size: 18px;
  cursor: pointer;
  font-weight: 700;
  padding: 0;
  background: linear-gradient(265.62deg, #ff7a00 -25.62%, #ff003d 101.77%);
  transition: all 0.5s ease 0s;
  position: relative;
}
.popup .button button span {
    z-index: 2;
    position: relative;
}
.popup .button button:after {
    position: absolute;
    content:"";
    left: 0;
    width: 100%;
    background: linear-gradient(96.03deg, #ff0000 13.31%, #ff006b 96.26%);
    transition: all 0.5s ease 0s;
    height: 100%;
    top: 0;
    border-radius: 60px;
}
.popup .button button:hover:after {
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.field.error input {
    box-shadow: 0 0 6px rgba(255,0,61,1);
}

#thanks {
    text-align: center;
}
#thanks p {
    color: #B4B4B4;
    font-size: 24px;
    margin-top: 10px;
}

.hidetext {
    color: #949494 !important;
}
.portfolio-popup.hidden {
    display: none;
}

.slider .slide .button a:hover {
    
}


/* 12.10.2021 new selection - video */

.video {
    border-radius: 20px 20px 4px 4px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    background: linear-gradient(102.28deg, #ff5811 16.23%, #ff003d 109.19%);
    padding: 1px;
}

.screen-video {
    position:relative;
    padding-bottom:50%;
    padding-top:25px;
    height:0;}

.screen-video iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}


/* END 12.10.2021 new selection - video */
