::-moz-selection { /* Code for Firefox */
  background: rgba(50, 60, 255, 0.066);
}

::selection {
  background: rgba(50, 60, 255, 0.066);
}

#allrecords a,
#rec532271643 .t396__elem.tn-elem__5322716431671927303486 a {
    transition: color ease-in-out 100ms;
}

#allrecords a:hover,
#allrecords a:focus,
#rec532271643 .t396__elem.tn-elem__5322716431671927303486 a:hover,
#rec532271643 .t396__elem.tn-elem__5322716431671927303486 a:focus {
    color: #5159FF;
}

.t-text_md {
    font-size: 20px;
}

@media screen and (max-width: 1200px) {
	.t-text_md {
	    font-size: 20px;
	}	
}

@media screen and (max-width: 640px) {
	.t-text_md {
	    font-size: 16px;
	}	
}

.uc-menu {
    z-index: 999;
    position: absolute;
}

.topbar,
.topbar-blur{
    position: fixed;
    z-index: 999;
}

.topbar-blur {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 36px;
    backdrop-filter: blur(10px) saturate(200%);
    -webkit-backdrop-filter: blur(10px) saturate(200%);
}

.clients {
    animation: logomotion 60s infinite linear;
}

@keyframes logomotion {
  0% {
    left: 0;
  }

  100% {
    margin-left: -3065px;
  }
}

@media screen and (max-width: 1199px) {
   @keyframes logomotion {
      0% {
        left: 0;
      }
    
      100% {
        margin-left: -2310px;
      }
    } 
}

@media screen and (max-width: 959px) {
    @keyframes logomotion {
      0% {
        left: 0;
      }
    
      100% {
        margin-left: -2290px;
      }
    }
    
    .content-padding {
        padding: 0 40px;
    }
}

@media screen and (max-width: 639px) {
   @keyframes logomotion {
      0% {
        left: 0;
      }
    
      100% {
        margin-left: -2280px;
      }
    }

    .content-padding {
        padding: 0 30px;
    }
}

@media screen and (max-width: 479px) {
   @keyframes logomotion {
      0% {
        left: 0;
      }
    
      100% {
        margin-left: -2020px;
      }
    }
    
    .content-padding {
        padding: 0 20px;
    }
}

/* Modal */

.t702 .t702__wrapper {
    padding: 50px 80px;
}

.t702 .t-input-group {
    margin-bottom: 30px;
}

.t-popup {
	padding: 0;
	background-color: rgba(50, 60, 255, 0.066);
    -webkit-transition: opacity ease-in-out 100ms;
    -moz-transition: opacity ease-in-out 100ms;
    -o-transition: opacity ease-in-out 100ms;
    transition: opacity ease-in-out 100ms;
}

.t-popup__container {
	top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    position: fixed !important;
    max-width: 640px !important;
    width: 100%;
    min-height: 100% !important;
    height: 100% !important;
    overflow-y: auto !important;
}

.t-popup__container-animated {
    -webkit-transition: transform ease-in-out 100ms;
    -moz-transition: transform ease-in-out 100ms;
    -o-transition: transform ease-in-out 100ms;
    transition: transform ease-in-out 100ms;
}

.t-popup_show .t-popup__container {
    -moz-transform: translateX(0) translateY(0) !important;
    -ms-transform: translateX(0) translateY(0) !important;
    -webkit-transform: translateX(0) translateY(0) !important;
    -o-transform: translateX(0) translateY(0) !important;
    transform: translateX(0) translateY(0) !important;
}

.t-popup__container.t-popup__container-static {
    -moz-transform: translateX(-10%) scale(1);
    -ms-transform: translateX(-10%) scale(1);
    -webkit-transform: translateX(-10%) scale(1);
    -o-transform: translateX(-10%) scale(1);
    transform: translateX(-10%) scale(1);
}

.t-popup__close {
    -webkit-transition: transform ease-in-out 100ms;
    -moz-transition: transform ease-in-out 100ms;
    -o-transition: transform ease-in-out 100ms;
    transition: transform ease-in-out 100ms;
    -moz-transform: translateX(-100%) scale(1);
    -ms-transform: translateX(-100%) scale(1);
    -webkit-transform: translateX(-100%) scale(1);
    -o-transform: translateX(-100%) scale(1);
    transform: translateX(-100%) scale(1);
}

.t-popup_show .t-popup__close {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.t-popup__block-close {
    left: 640px;
    margin-left: -60px;
    right: auto;
    width: 40px;
    height: 40px;
    top: 20px;
}

.t-popup__close:hover {
    opacity: 1;
}

.t-popup__block-close-button {
	width: 20px;
}

.t-popup__block-close-button svg {
	height: 20px;
	width: 20px;
}

.t-input,
.t-radio__control.t-text.t-text_xs {
	font-family: 'TTER',Arial,sans-serif;
	font-size: 16px;
    font-weight: 500;
}

.t-input__vis-ph {
    -webkit-transition: transform ease-in-out 100ms;
    transition: transform ease-in-out 100ms;
}

.t-input:focus~.t-input__vis-ph, .t-input_has-content+.t-input__vis-ph {
    -webkit-transform: translateY(-100%) scale(1);
    transform: translateY(-100%) scale(1);
}

.t-input_bbonly {
    border-bottom: 1px rgba(0,0,0,0.1) solid;
}

.t-input_bbonly:focus {
    border-bottom-color: #323cff;
}

.t-form .js-error-control-box .t-input:not(.t-input-phonemask), .t-form .js-error-control-box .t-checkbox__control, .t-form .js-error-control-box .t-checkboxes__wrapper, .t-form .js-error-control-box .t-select, .t-form .js-error-control-box .t-radio__wrapper, .t-form .js-error-control-box .uploadcare-widget {
    border: 0 none!important;
    border-bottom: 1px solid #FF3232!important;
}

.t-form .js-error-control-box .t-input.t-input_bbonly {
    padding-left: 0px!important;
}

.t-form_bbonly .js-error-control-box .t-input__vis-ph {
    left: 0px!important;
}

.t-input-error {
	font-family: 'TTER',Arial,sans-serif;
	font-size: 12px;
    font-weight: 500;
}

.t-form__errorbox-middle {
	display: none!important;
}

.t702 .t-input-block textarea.t-input_pvis {
    margin-top: 26px;
    padding-top: 0;
}

.t-input-group_ta textarea.t-input {
    resize: none;
}

.t-radio__indicator {
	opacity: 1;
    margin-top: -3px;
}

.t702 .t-form__submit {
    text-align: left;
}

.t702 .t-input-group_tx .t-text {
    font-family: 'TTER',Arial,sans-serif;
    font-size: 16px;
    max-width: 300px;
    opacity: .5;
    font-weight: 400;
}

.t702 .t-submit {
    background-color: #323cff;
    color: #fff;
    border-radius: 100px;
    transition: background-color ease-in-out 100ms;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
}

.t702 .t-submit:hover {
	background-color: #5159FF;
}

.t-form__successbox {
    text-align: left;
    background: #fff;
    color: #000;
    padding: 18px 0;
    margin-bottom: 0px;
    font-family: 'TTER',Arial,sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

@media screen and (max-width: 1199px) {

	.t702 .t702__wrapper {
	    padding: 54px 60px;
	}

	.t-popup__block-close {
	    margin-left: -50px;
	    top: 10px;
	}
	
}

@media screen and (max-width: 959px) {

	.t702 .t702__wrapper {
	    padding: 43px 40px;
	}

	.t-popup__container {
	    max-width: 100% !important;
	}

	.t-popup__block-close {
	    left: 100%;
	}
}

@media screen and (max-width: 639px) {

	.t702 .t702__wrapper {
	    padding: 34px 30px;
	}

	.t-popup__close.t-popup__block-close {
		background: transparent;
	}

	.t-form__successbox,
	.t702 .t-input-group_tx .t-text,
	.t-input,
	.t-input__vis-ph,
	.t-radio__control.t-text.t-text_xs,
	.t702 .t-submit {
		font-size: 14px;
	}
}

@media screen and (max-width: 560px) {

	.t702 .t-popup_show .t-popup__container {
    	padding-top: 0;
    }

    .t702 .t-popup__block-close {
	    left: auto;
	    display: block;
	    width: 36px;
	    height: 36px;
	}

}

@media screen and (max-width: 479px) {
	
	.t702 .t702__wrapper {
	    padding: 34px 20px;
	}
}