/*
Theme Name: TSG Corp
Theme URI:  https://anycase-it.com/
Author:     WPServeur
Author URI: https://anycase-it.com/
Template:   layers-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/
@font-face {
    font-family: 'Century Gothic';
    src: url('/fonts/CenturyGothicBold.woff2') format('woff2'),
        url('/fonts/CenturyGothicBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('/fonts/CenturyGothic.woff2') format('woff2'),
        url('/fonts/CenturyGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Astronomus';
    src: url('/fonts/AstronomusRegular.woff2') format('woff2'),
        url('/fonts/AstronomusRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
h1, h2, h3, h4, h5{
	font-family: 'Century Gothic', Sans-serif !important;
}
.header-top{
	height: 20px;
}
.header-site.invert .nav-horizontal > ul > li > a, .header-site .nav-horizontal > ul > li > a, .header-search a{
	font-family: 'Century Gothic';
}
label,div {
	font-family: 'Noto Sans';
}
.container {
    max-width: 1410px;
}
/* .main-block__img{
	position: relative;
}
.main-block__img:before{
	position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0000004a;
    z-index: 1;
    border-radius: 30px;
}
.main-block__img > .elementor-widget-wrap > *{
	z-index: 10;
} */
h1 span{
	background-color: #00adef;
    font-size: 60px;
    line-height: 90px;
}
.wpcf7 input[type="file"],
.wpcf7-form input[type="button"], .wpcf7-form input[type="submit"]{
	font-family: var(--e-global-typography-accent-font-family ), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight );
    background-color: #00adef !important;
	display: inline-block;
    line-height: 1;
    background-color: #69727d;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 0;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
	font-family: 'Noto Sans';
}
.wpcf7-form .form-btn{
	display: flex;
}
.wpcf7-form .form-row{
	display: flex;
	gap: 2%;
	justify-content: space-between;
	
}
.wpcf7-form .form-row:before,
.wpcf7-form .form-row:after{
	display: none;
}
.wpcf7-form .form-row p{
	width: 49%;
}
ul.socials{
	display: flex;
	gap: 10px;
	align-items: center;
}
ul.socials a {
	display: flex;
}
.header-top .container{
	padding: 0px 20px;
}
.pum-container p.submit-pop{
	display:flex;
}
.address:hover svg{
	position:relative;
  -webkit-animation: jump 0.5s   alternate;
  -moz-animation: jump 0.5s   alternate;
  animation: jump 0.5s   alternate;
}
.full-size__block > .elementor-widget-container,
.full-size__block{
	height: 100%;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    width: 100%;
    position: absolute;
    bottom: -67px;
    background: #fff;
}
.tsg-line__text {
    color: #06133e;
    text-transform: uppercase;
    line-height: 15px;
	font-family: 'Astronomus' !important;
	font-weight: 400;
}
.header-site.invert .nav-horizontal > ul > li, .header-site .nav-horizontal > ul > li {
    font-family: 'Century Gothic', Sans-serif !important;
}
.tsg-line__white{
	background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 0 60px;
    font-family: 'Astronomus';
	font-weight: 600;
}
.tsg-line__text.left{
	padding-left: 80px;
	position: relative;
}
.tsg-line__text.right{
	padding-right: 80px;
	position: relative;
}
.tsg-line__text.left:before{
	content: "";
	position: absolute;
	left: 0;
	top: -80%;
	width: 76px;
    height: 38px;
	background-size: cover;
	background: url('/wp-content/uploads/2023/04/g1682.svg') no-repeat;
}
.tsg-line__text.right:before{
	content: "";
	position: absolute;
	right: 0;
	top: -80%;
	width: 76px;
    height: 38px;
	background-size: cover;
	background: url('/wp-content/uploads/2023/04/g1682.svg') no-repeat;
	transform: scale(1, -1);
}
@keyframes jump {
    0%   {bottom:0px;}
    50%  {bottom:3px;}
   100%  {bottom:0px;}
}

.header-top .address{
	color: #fff !important;
	font-size: 12px;
	display: none;
}
.tsg-mobail{
	display:none;
}
.header-top .address svg{
	margin-right: 5px;
}
.header-top .container{
	justify-content: flex-end;
}
.header-site hr {
    border-top: 1px solid #cccccc;
    margin: 0.1em 0;
}
.header-site .container.header-block{
	padding: 10px 20px;
}
.header-phone{
	display: flex;
	gap: 5px;
	align-items: center;
	color: #fff;
	font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
}
.header-phone:hover{
	color: #0d1834;
}
.header-site .nav-horizontal > ul > li.whatsapp > a{
	    position: relative;
    padding-right: 0;
    padding-left: 30px;
    margin-right: 0;
}
.whatsapp a:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 25px;
	height: 25px;
	background: url('/wp-content/uploads/2023/04/whatsapp.svg') no-repeat;
	background-size: cover;
}
.elementor-shortcode .wpcf7-form{
	display: flex;
    justify-content: space-between;
    gap: 5px;
    position: relative;
    align-items: center;
}
.elementor-shortcode .wpcf7-form p.submit {
   margin-bottom: 0;
    position: absolute;
    right: -38px;
    top: 0;
    bottom: 0;
    /* width: 100%; */
    height: 100%;
       padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    transform: rotate(90deg);
}
.elementor-shortcode .wpcf7-form p.submit input:hover{
	background-color: #001c41 !important;
    color: #fff;
}
.elementor-shortcode .wpcf7-form p.submit input:active{
    background-color: #00adef !important;
    color: #fff;
}
/* .form-section  */
.elementor-shortcode .wpcf7-form input[type="submit"]{
	padding: 12px 16px;
	width: 136.5px;
}
.elementor-shortcode .wpcf7-form p:nth-child(4){
	margin-right: 51px;
}
.elementor-shortcode .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 9px;
    font-weight: normal;
    display: block;
}
.elementor-shortcode .wpcf7-spinner{
	display: none;
}
.blue label{
	color: #fff;
}
.blue input[type="submit"]{
	background-color: #FAFAFA !important;
	color: #00adef ;
}
.blue .wpcf7 input[type="file"]{
	padding-left: 0;
}
.blue  .elementor-shortcode .wpcf7-not-valid-tip {
    color: #f4ff00;
    font-size: 9px;
    font-weight: normal;
    display: block;
    position: absolute;
}
ul.socials li a svg{
	transition: all .3s;
}
ul.socials li a:hover svg{
	scale: 1.5;
}
.cv.fileup{
	margin-right: 60px;
	margin-top: 11px;
}
.cv.fileup .form_label{
    left: 0;
    padding: 6px;
    background: #00adef;
    color: #fff;
    width: 160px;
    border: 1px solid #fff;
    text-align: center;
    cursor: pointer;
	    overflow: hidden;
	white-space: nowrap;
	font-weight: 400;
}
.blue .wpcf7-not-valid-tip{
	    width: 160px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    position: absolute;
    bottom: -35px;
	color: #fff;
}
.cv.fileup p{
	margin-bottom: 0;
}
.cv span {
	
	width: 0;
    height: 0;
}
.cv span input{
	
	display: none;
}
.blue .wpcf7 input[type="file"]{
	display: none;
}
/* .cv span:before {
  content:"Файл";
  position:absolute;
  left:0;
  padding:5px;
  background:red;
  color:#fff;
  width:130px;
  text-align:center;
  border-radius:5px;
  cursor:pointer;
} */
.cv span >input {
  visibility:hidden;
	height: 0;
	width: 0;
}
.popmake .submit {
	display: flex;
}
.popmake .cv.fileup  .wpcf7-form-control-wrap .wpcf7-not-valid-tip{
	width: 279px;
    top: -45px;
    left: 185px;
    position: absolute;
}
.popmake .cv.fileup .form_label{
	min-height: 39px;
}
.popmake .wpcf7-form input[type="submit"]:hover{
	opacity: 0.8;
}
.header-inline .inline-left-nav{
	justify-content: flex-start;
}
.header-inline .inline-right-nav{
	justify-content: flex-end;
}
.header-block .inline-site-logo{
	margin-top: -39px;
}
.pum-content .wpcf7 form.invalid .wpcf7-response-output,
.pum-content .wpcf7 form.unaccepted .wpcf7-response-output,
.pum-content .wpcf7 form.payment-required .wpcf7-response-output,
.pum-content .wpcf7 form.sent .wpcf7-response-output{
	position: relative;
	color: #0c0d0e;
    font-family: 'Century Gothic';
	font-size: 14px;
	bottom: unset;
}
#footer .column{
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
input[type="email"],
input[type="text"],
input[type="url"],
input[type="search"],
input[type="password"], 
input[type="number"],
input[type="tel"],
input[type="date"] {
    font-size: 1.3rem !important;
}
@media (max-width: 1110px) {
	.elementor-2 .elementor-element.elementor-element-9d82f78 .elementor-heading-title{
		    font-size: 34px;
	}
}
@media (max-width: 768px) {
	.tsg-line__white{
		padding: 0 20px;
	}
	.nav-vertical a {
		display: block;
		padding: 19px 0;
		font-weight: 700;
		font-family: 'Century Gothic', Sans-serif !important;
		font-size: 16px;
	}
	.tsg-mobail{
		display:block;
	}
	.elementor-shortcode .wpcf7-form{
		flex-direction: column;
	}
	
	.elementor-shortcode .wpcf7-form p.submit{
		position: relative;
		 transform: rotate(0);
		top: unset;
		right: unset;
		height: unset;
		display: flex;
	}
	.elementor-shortcode .wpcf7-form p.submit input{
		width: 100%;
	}
	.elementor-shortcode .wpcf7-form p:nth-child(4) {
		margin-right: 0;
	}
	.header-top .address {
		max-width: 250px;
	}
	h1 span {
		font-size: 30px;
		line-height: 32px;
	}
	.responsive-nav .l-menu {
		color: #06133e;
	}
	div[class*=' off-canvas-'] {
		background: #06133e;
	}
	.cv.fileup{
		    margin: 0;
	}
	.blue .wpcf7-not-valid-tip {
		width: 220px;
	}
	.tsg-line__text.left{
		display: none;
	}
	.tsg-line__white{
		justify-content: flex-end;
	}
}
@media (max-width: 480px) {
		#block-15,
	#block-12,
	#block-13,
	#block-11,
	#block-14,
	#block-7{
		display: flex;
		justify-content: center;
	}
	#block-16 p{
		text-align: center;
	}
}