

/* Start:/local/templates/taro63/css/jquery.selectBox.css?16527694294450*/
/* Dropdown control */
.selectBox-dropdown {
    min-width: 150px;
    position: relative;
    border: solid 1px #BBB;
    line-height: 1.5;
    text-decoration: none;
    text-align: left;
    color: #000;
    outline: none;
    vertical-align: middle;
    background: #F2F2F2;
    background: -moz-linear-gradient(top, #F8F8F8 1%, #E1E1E1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #F8F8F8), color-stop(100%, #E1E1E1));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#E1E1E1', GradientType=0);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    cursor: default;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
    border-color: #666;
}

.selectBox-dropdown.selectBox-menuShowing-bottom {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.selectBox-dropdown.selectBox-menuShowing-top {
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
    padding: 2px 8px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
    height: 100%;
    background: url(/local/templates/taro63/css/jquery.selectBox-arrow.gif) 50% center no-repeat;
    border-left: solid 1px #BBB;
}

/* Dropdown menu */
.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 200px;
    min-height: 1em;
    border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
    background: #FFF;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/* Inline control */
.selectBox-inline {
    min-width: 150px;
    outline: none;
    border: solid 1px #BBB;
    background: #FFF;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto;
}

.selectBox-inline:focus {
    border-color: #666;
}

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
}

.selectBox-options.selectBox-options-top{
    border-bottom:none;
	margin-top:1px;
	-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.selectBox-options.selectBox-options-bottom{
	border-top:none;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.selectBox-options LI A {
    line-height: 1.5;
    padding: 0 .5em;
    white-space: nowrap;
    overflow: hidden;
    background: 6px center no-repeat;
}

.selectBox-options LI.selectBox-hover A {
    background-color: #EEE;
}

.selectBox-options LI.selectBox-disabled A {
    color: #888;
    background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
    background-color: #C8DEF4;
}

.selectBox-options .selectBox-optgroup {
    color: #666;
    background: #EEE;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
    color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    filter: alpha(opacity=50);
    border-color: #666;
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
    background-color: transparent !important;
}

/* End */


/* Start:/local/templates/taro63/components/bitrix/menu/headerMenu/style.css?16327665961238*/

.headerMenu{float: right; margin: 0 13px 0 0;}
	.headerMenu > ul{margin: 20px 0 0 0;}
		.headerMenu > ul > li{list-style-type: none; float: left; margin: 0 30px 0 0; position: relative;}
		.headerMenu > ul > li:last-child{margin: 0;}
			.headerMenu > ul > li > a{font-weight: 500;}
			.headerMenu > ul > li > a.root-item-selected{}
			.headerMenu > ul > li > a:hover{}
		
		.headerMenu ul li > div{position: absolute; padding: 30px 0 0 0; left: -25px; display: none;}
			.headerMenu ul li ul{position: relative; width: 235px; box-shadow: 0 2px 10px 0 rgba(0,0,0,.2); border: 1px solid #ccc;
				z-index: 10; border-radius: 2px;
			}
				.headerMenu .triangle{position: absolute; width: 24px; height: 24px; left: 30px; background: #fff; transform: rotate(-45deg); top: -9px;}
				.headerMenu ul li ul div.ulWrapper{padding: 18px 0; background: #fff; position: relative;}
					.headerMenu ul li ul li{list-style-type: none;}
					.headerMenu ul li ul li:last-child{margin: 0;}
						.headerMenu ul li ul li a{color: #212121; display: block; padding: 10px 25px;}
						.headerMenu ul li ul li a.item-selected{background: #EEE;}
						.headerMenu ul li ul li a:hover{background: #EEE;}
				
.headerMenu > ul > li:hover > div{display: block;}
/* End */


/* Start:/local/templates/taro63/components/bitrix/breadcrumb/.default/style.css?1632766595392*/

.breadwrap{overflow: hidden; max-width: 1200px; margin: 0 auto;}
	.bx-breadcrumb-item{float: left; color: #fff; font-size: 13px; margin: 0 7px 7px 0; font-weight: 500;}
	.bx-breadcrumb-item:last-child{margin: 0;}
		.bx-breadcrumb-item i{margin:0 7px 0 0; opacity: .6;}
		.bx-breadcrumb-item a, .bx-breadcrumb-item > span{color: #fff; opacity: .6;}
			.bx-breadcrumb-item a:hover{opacity: 1;}
/* End */


/* Start:/local/templates/taro63/components/bitrix/menu/bottomMenu/style.css?1632766596302*/

.footerMenu li{list-style: none; display: inline-block; padding: 0 0 14px 0; text-align: left; font-size: 15px; width: 50%;
	vertical-align: top; font-weight: 700;
}
	.footerMenu a{color: #fff;}
	.footerMenu a:hover{color: #eb5e28;}

	.footerMenu ul li a {
		font-size: 15px;
    	font-weight: 400;
	}
/* End */


/* Start:/local/templates/taro63/components/bitrix/menu/BottomServices/style.css?1632766596314*/
.BottomServices li{list-style: none; display: inline-block; padding: 0 0 14px 0; text-align: left; font-size: 15px; width: 50%;
	vertical-align: top; font-weight: 700;
}
	.BottomServices a{color: #fff;}
	.BottomServices a:hover{color: #d1b24f;}

.BottomServices ul li a {
	font-size: 15px;
    font-weight: 400;
}

/* End */


/* Start:/bitrix/components/slam/easyform/lib/css/bootstrap.min.css?163276336022741*/
.slam-easyform{font:normal 16px/1.4 "Arial", sans-serif}.slam-easyform .hidden{display:none!important;visibility:hidden!important}.slam-easyform .form-group{margin-bottom:15px}.slam-easyform .control-label{display:inline-block;margin-bottom:5px;font-weight:700}.slam-easyform .form-control{display:block;width:100%;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;box-sizing:border-box}.slam-easyform .form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)}.slam-easyform [class*="col-xs"]{float:left;position:relative;min-height:1px;padding-left:15px;padding-right:15px;box-sizing:border-box}.slam-easyform .row{margin-left:-15px;margin-right:-15px}.slam-easyform .row:before{content:" ";display:table;clear:both}.slam-easyform .col-xs-12{width:100%}.slam-easyform .col-xs-9{width:75%}.slam-easyform .col-xs-3{width:25%}.slam-easyform .radio-inline, .slam-easyform .checkbox-inline{display:inline-block;position:relative;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.slam-easyform .help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}.slam-easyform .btn:active, .slam-easyform .btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125)}.slam-easyform .btn:hover, .slam-easyform .btn:focus{color:#333;text-decoration:none}.slam-easyform .btn-primary:active, .slam-easyform .btn-primary.active, .slam-easyform .open>.dropdown-toggle.btn-primary{background-image:none}.slam-easyform .btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125)}.slam-easyform .pull-right{float:right}.slam-easyform .pull-right{float:right!important}.slam-easyform .btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.slam-easyform .btn-primary:active:hover, .slam-easyform .btn-primary.active:hover, .slam-easyform .open>.dropdown-toggle.btn-primary:hover, .slam-easyform .btn-primary:active:focus, .slam-easyform .btn-primary.active:focus, .slam-easyform .open>.dropdown-toggle.btn-primary:focus, .slam-easyform .btn-primary:active.focus, .slam-easyform .btn-primary.active.focus, .slam-easyform .open>.dropdown-toggle.btn-primary.focus{color:#fff;background-color:#204d74;border-color:#122b40}.slam-easyform .btn-primary:active, .slam-easyform .btn-primary.active, .slam-easyform .open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.slam-easyform .btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.slam-easyform .btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.slam-easyform .btn-primary:active, .slam-easyform .btn-primary.active, .slam-easyform .open .dropdown-toggle.btn-primary{background-image:none}.slam-easyform .btn-primary:hover, .slam-easyform .btn-primary:focus, .slam-easyform .btn-primary:active, .slam-easyform .btn-primary.active, .slam-easyform .open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.slam-easyform .btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.slam-easyform .pull-right{float:right !important}.slam-easyform input, .slam-easyform button, .slam-easyform select, .slam-easyform textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}.slam-easyform button, .slam-easyform input[type=button], .slam-easyform input[type=reset], .slam-easyform input[type=submit]{-webkit-appearance:button;cursor:pointer}.slam-easyform button, .slam-easyform select{text-transform:none}.slam-easyform button{overflow:visible}.slam-easyform button, .slam-easyform input[type="button"], .slam-easyform input[type="reset"], .slam-easyform input[type="submit"]{-webkit-appearance:button;cursor:pointer}.slam-easyform .close:not([disabled]):not(.disabled){cursor:pointer}.slam-easyform .modal-header .close{margin-top:-2px}.slam-easyform .modal-header .close{margin-top:-2px}.slam-easyform button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.slam-easyform .close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity: .2;filter:alpha(opacity=20)}.slam-easyform .modal:before{display:inline-block;vertical-align:middle;content:" ";height:100%}.slam-easyform .close:hover, .slam-easyform .close:focus{color:#000;text-decoration:none;cursor:pointer;opacity: .5;filter:alpha(opacity=50)}.slam-easyform .fade.in{opacity:1;background:rgba(0, 0, 0, .5)}.slam-easyform .modal{text-align:center}.modal-open .slam-easyform .modal{overflow-x:hidden}.slam-easyform .modal{display:none;overflow:auto;overflow-y:scroll;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.slam-easyform .fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear;background:none}.slam-easyform .modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.slam-easyform .modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.slam-easyform .modal-dialog{display:inline-block;text-align:left;vertical-align:middle}.slam-easyform .modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);background-clip:padding-box;outline:0}.slam-easyform .modal-content{-webkit-box-shadow:0 5px 15px rgba(0, 0, 0, .5);box-shadow:0 5px 15px rgba(0, 0, 0, .5)}.slam-easyform .modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}.slam-easyform .modal-body{position:relative;padding:20px}.slam-easyform .alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.slam-easyform .alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.slam-easyform .alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.slam-easyform .modal .modal-header .title{margin:0;font-size:22px;display:inline-block}.slam-easyform .has-success .help-block, .slam-easyform .has-success .control-label, .slam-easyform .has-success .radio, .slam-easyform .has-success .checkbox, .slam-easyform .has-success .radio-inline, .slam-easyform .has-success .checkbox-inline{color:#3c763d}.slam-easyform .clearfix:before, .slam-easyform .clearfix:after, .slam-easyform .container:before, .slam-easyform .container:after, .slam-easyform .container-fluid:before, .slam-easyform .container-fluid:after, .slam-easyform .row:before, .slam-easyform .row:after, .slam-easyform .form-horizontal .form-group:before, .slam-easyform .form-horizontal .form-group:after, .slam-easyform .btn-toolbar:before, .slam-easyform .btn-toolbar:after, .slam-easyform .btn-group-vertical>.btn-group:before, .slam-easyform .btn-group-vertical>.btn-group:after, .slam-easyform .nav:before, .slam-easyform .nav:after, .slam-easyform .navbar:before, .slam-easyform .navbar:after, .slam-easyform .navbar-header:before, .slam-easyform .navbar-header:after, .slam-easyform .navbar-collapse:before, .slam-easyform .navbar-collapse:after, .slam-easyform .pager:before, .slam-easyform .pager:after, .slam-easyform .panel-body:before, .slam-easyform .panel-body:after, .slam-easyform .modal-footer:before, .slam-easyform .modal-footer:after{content:" ";display:table;clear:both}@media (min-width:768px){.slam-easyform .modal-dialog{position:relative;width:auto;margin:10px}.slam-easyform .modal-dialog{width:600px;margin:30px auto}.slam-easyform .container{width:750px}.slam-easyform .container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}}@media (min-width:992px){.slam-easyform .container{width:970px}}@media (min-width:1200px){.slam-easyform .container{width:1170px}}.modal-open{overflow:hidden}.slam-easyform *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.slam-easyform .has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)}.slam-easyform .has-error .help-block, .slam-easyform .has-error .control-label, .slam-easyform .has-error .radio, .slam-easyform .has-error .checkbox, .slam-easyform .has-error .radio-inline, .slam-easyform .has-error .checkbox-inline{color:#a94442}.slam-easyform .has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)}.slam-easyform .radio input[type=radio], .slam-easyform .radio-inline input[type=radio], .slam-easyform .checkbox input[type=checkbox], .slam-easyform .checkbox-inline input[type=checkbox]{float:left;margin-left:-20px}.slam-easyform input[type=radio], .slam-easyform input[type=checkbox]{margin:4px 0 0;margin-top:1px 9;line-height:normal}.slam-easyform input[type=checkbox], .slam-easyform input[type=radio]{box-sizing:border-box;padding:0}.slam-easyform .has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168}.slam-easyform .has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483}.slam-easyform .container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.slam-easyform .col-xs-1, .slam-easyform .col-sm-1, .slam-easyform .col-md-1, .slam-easyform .col-lg-1, .slam-easyform .col-xs-2, .slam-easyform .col-sm-2, .slam-easyform .col-md-2, .slam-easyform .col-lg-2, .slam-easyform .col-xs-3, .slam-easyform .col-sm-3, .slam-easyform .col-md-3, .slam-easyform .col-lg-3, .slam-easyform .col-xs-4, .slam-easyform .col-sm-4, .slam-easyform .col-md-4, .slam-easyform .col-lg-4, .slam-easyform .col-xs-5, .slam-easyform .col-sm-5, .slam-easyform .col-md-5, .slam-easyform .col-lg-5, .slam-easyform .col-xs-6, .slam-easyform .col-sm-6, .slam-easyform .col-md-6, .slam-easyform .col-lg-6, .slam-easyform .col-xs-7, .slam-easyform .col-sm-7, .slam-easyform .col-md-7, .slam-easyform .col-lg-7, .slam-easyform .col-xs-8, .slam-easyform .col-sm-8, .slam-easyform .col-md-8, .slam-easyform .col-lg-8, .slam-easyform .col-xs-9, .slam-easyform .col-sm-9, .slam-easyform .col-md-9, .slam-easyform .col-lg-9, .slam-easyform .col-xs-10, .slam-easyform .col-sm-10, .slam-easyform .col-md-10, .slam-easyform .col-lg-10, .slam-easyform .col-xs-11, .slam-easyform .col-sm-11, .slam-easyform .col-md-11, .slam-easyform .col-lg-11, .slam-easyform .col-xs-12, .slam-easyform .col-sm-12, .slam-easyform .col-md-12, .slam-easyform .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.slam-easyform .col-xs-1, .slam-easyform .col-xs-2, .slam-easyform .col-xs-3, .slam-easyform .col-xs-4, .slam-easyform .col-xs-5, .slam-easyform .col-xs-6, .slam-easyform .col-xs-7, .slam-easyform .col-xs-8, .slam-easyform .col-xs-9, .slam-easyform .col-xs-10, .slam-easyform .col-xs-11, .slam-easyform .col-xs-12{float:left}.slam-easyform .col-xs-12{width:100%}.slam-easyform .col-xs-11{width:91.66666667%}.slam-easyform .col-xs-10{width:83.33333333%}.slam-easyform .col-xs-9{width:75%}.slam-easyform .col-xs-8{width:66.66666667%}.slam-easyform .col-xs-7{width:58.33333333%}.slam-easyform .col-xs-6{width:50%}.slam-easyform .col-xs-5{width:41.66666667%}.slam-easyform .col-xs-4{width:33.33333333%}.slam-easyform .col-xs-3{width:25%}.slam-easyform .col-xs-2{width:16.66666667%}.slam-easyform .col-xs-1{width:8.33333333%}.slam-easyform .col-xs-pull-12{right:100%}.slam-easyform .col-xs-pull-11{right:91.66666667%}.slam-easyform .col-xs-pull-10{right:83.33333333%}.slam-easyform .col-xs-pull-9{right:75%}.slam-easyform .col-xs-pull-8{right:66.66666667%}.slam-easyform .col-xs-pull-7{right:58.33333333%}.slam-easyform .col-xs-pull-6{right:50%}.slam-easyform .col-xs-pull-5{right:41.66666667%}.slam-easyform .col-xs-pull-4{right:33.33333333%}.slam-easyform .col-xs-pull-3{right:25%}.slam-easyform .col-xs-pull-2{right:16.66666667%}.slam-easyform .col-xs-pull-1{right:8.33333333%}.slam-easyform .col-xs-pull-0{right:0}.slam-easyform .col-xs-push-12{left:100%}.slam-easyform .col-xs-push-11{left:91.66666667%}.slam-easyform .col-xs-push-10{left:83.33333333%}.slam-easyform .col-xs-push-9{left:75%}.slam-easyform .col-xs-push-8{left:66.66666667%}.slam-easyform .col-xs-push-7{left:58.33333333%}.slam-easyform .col-xs-push-6{left:50%}.slam-easyform .col-xs-push-5{left:41.66666667%}.slam-easyform .col-xs-push-4{left:33.33333333%}.slam-easyform .col-xs-push-3{left:25%}.slam-easyform .col-xs-push-2{left:16.66666667%}.slam-easyform .col-xs-push-1{left:8.33333333%}.slam-easyform .col-xs-push-0{left:0}.slam-easyform .col-xs-offset-12{margin-left:100%}.slam-easyform .col-xs-offset-11{margin-left:91.66666667%}.slam-easyform .col-xs-offset-10{margin-left:83.33333333%}.slam-easyform .col-xs-offset-9{margin-left:75%}.slam-easyform .col-xs-offset-8{margin-left:66.66666667%}.slam-easyform .col-xs-offset-7{margin-left:58.33333333%}.slam-easyform .col-xs-offset-6{margin-left:50%}.slam-easyform .col-xs-offset-5{margin-left:41.66666667%}.slam-easyform .col-xs-offset-4{margin-left:33.33333333%}.slam-easyform .col-xs-offset-3{margin-left:25%}.slam-easyform .col-xs-offset-2{margin-left:16.66666667%}.slam-easyform .col-xs-offset-1{margin-left:8.33333333%}.slam-easyform .col-xs-offset-0{margin-left:0}@media (min-width:768px){.slam-easyform .col-sm-1, .slam-easyform .col-sm-2, .slam-easyform .col-sm-3, .slam-easyform .col-sm-4, .slam-easyform .col-sm-5, .slam-easyform .col-sm-6, .slam-easyform .col-sm-7, .slam-easyform .col-sm-8, .slam-easyform .col-sm-9, .slam-easyform .col-sm-10, .slam-easyform .col-sm-11, .slam-easyform .col-sm-12{float:left}.slam-easyform .col-sm-12{width:100%}.slam-easyform .col-sm-11{width:91.66666667%}.slam-easyform .col-sm-10{width:83.33333333%}.slam-easyform .col-sm-9{width:75%}.slam-easyform .col-sm-8{width:66.66666667%}.slam-easyform .col-sm-7{width:58.33333333%}.slam-easyform .col-sm-6{width:50%}.slam-easyform .col-sm-5{width:41.66666667%}.slam-easyform .col-sm-4{width:33.33333333%}.slam-easyform .col-sm-3{width:25%}.slam-easyform .col-sm-2{width:16.66666667%}.slam-easyform .col-sm-1{width:8.33333333%}.slam-easyform .col-sm-pull-12{right:100%}.slam-easyform .col-sm-pull-11{right:91.66666667%}.slam-easyform .col-sm-pull-10{right:83.33333333%}.slam-easyform .col-sm-pull-9{right:75%}.slam-easyform .col-sm-pull-8{right:66.66666667%}.slam-easyform .col-sm-pull-7{right:58.33333333%}.slam-easyform .col-sm-pull-6{right:50%}.slam-easyform .col-sm-pull-5{right:41.66666667%}.slam-easyform .col-sm-pull-4{right:33.33333333%}.slam-easyform .col-sm-pull-3{right:25%}.slam-easyform .col-sm-pull-2{right:16.66666667%}.slam-easyform .col-sm-pull-1{right:8.33333333%}.slam-easyform .col-sm-pull-0{right:0}.slam-easyform .col-sm-push-12{left:100%}.slam-easyform .col-sm-push-11{left:91.66666667%}.slam-easyform .col-sm-push-10{left:83.33333333%}.slam-easyform .col-sm-push-9{left:75%}.slam-easyform .col-sm-push-8{left:66.66666667%}.slam-easyform .col-sm-push-7{left:58.33333333%}.slam-easyform .col-sm-push-6{left:50%}.slam-easyform .col-sm-push-5{left:41.66666667%}.slam-easyform .col-sm-push-4{left:33.33333333%}.slam-easyform .col-sm-push-3{left:25%}.slam-easyform .col-sm-push-2{left:16.66666667%}.slam-easyform .col-sm-push-1{left:8.33333333%}.slam-easyform .col-sm-push-0{left:0}.slam-easyform .col-sm-offset-12{margin-left:100%}.slam-easyform .col-sm-offset-11{margin-left:91.66666667%}.slam-easyform .col-sm-offset-10{margin-left:83.33333333%}.slam-easyform .col-sm-offset-9{margin-left:75%}.slam-easyform .col-sm-offset-8{margin-left:66.66666667%}.slam-easyform .col-sm-offset-7{margin-left:58.33333333%}.slam-easyform .col-sm-offset-6{margin-left:50%}.slam-easyform .col-sm-offset-5{margin-left:41.66666667%}.slam-easyform .col-sm-offset-4{margin-left:33.33333333%}.slam-easyform .col-sm-offset-3{margin-left:25%}.slam-easyform .col-sm-offset-2{margin-left:16.66666667%}.slam-easyform .col-sm-offset-1{margin-left:8.33333333%}.slam-easyform .col-sm-offset-0{margin-left:0}}@media (min-width:992px){.slam-easyform .col-md-1, .slam-easyform .col-md-2, .slam-easyform .col-md-3, .slam-easyform .col-md-4, .slam-easyform .col-md-5, .slam-easyform .col-md-6, .slam-easyform .col-md-7, .slam-easyform .col-md-8, .slam-easyform .col-md-9, .slam-easyform .col-md-10, .slam-easyform .col-md-11, .slam-easyform .col-md-12{float:left}.slam-easyform .col-md-12{width:100%}.slam-easyform .col-md-11{width:91.66666667%}.slam-easyform .col-md-10{width:83.33333333%}.slam-easyform .col-md-9{width:75%}.slam-easyform .col-md-8{width:66.66666667%}.slam-easyform .col-md-7{width:58.33333333%}.slam-easyform .col-md-6{width:50%}.slam-easyform .col-md-5{width:41.66666667%}.slam-easyform .col-md-4{width:33.33333333%}.slam-easyform .col-md-3{width:25%}.slam-easyform .col-md-2{width:16.66666667%}.slam-easyform .col-md-1{width:8.33333333%}.slam-easyform .col-md-pull-12{right:100%}.slam-easyform .col-md-pull-11{right:91.66666667%}.slam-easyform .col-md-pull-10{right:83.33333333%}.slam-easyform .col-md-pull-9{right:75%}.slam-easyform .col-md-pull-8{right:66.66666667%}.slam-easyform .col-md-pull-7{right:58.33333333%}.slam-easyform .col-md-pull-6{right:50%}.slam-easyform .col-md-pull-5{right:41.66666667%}.slam-easyform .col-md-pull-4{right:33.33333333%}.slam-easyform .col-md-pull-3{right:25%}.slam-easyform .col-md-pull-2{right:16.66666667%}.slam-easyform .col-md-pull-1{right:8.33333333%}.slam-easyform .col-md-pull-0{right:0}.slam-easyform .col-md-push-12{left:100%}.slam-easyform .col-md-push-11{left:91.66666667%}.slam-easyform .col-md-push-10{left:83.33333333%}.slam-easyform .col-md-push-9{left:75%}.slam-easyform .col-md-push-8{left:66.66666667%}.slam-easyform .col-md-push-7{left:58.33333333%}.slam-easyform .col-md-push-6{left:50%}.slam-easyform .col-md-push-5{left:41.66666667%}.slam-easyform .col-md-push-4{left:33.33333333%}.slam-easyform .col-md-push-3{left:25%}.slam-easyform .col-md-push-2{left:16.66666667%}.slam-easyform .col-md-push-1{left:8.33333333%}.slam-easyform .col-md-push-0{left:0}.slam-easyform .col-md-offset-12{margin-left:100%}.slam-easyform .col-md-offset-11{margin-left:91.66666667%}.slam-easyform .col-md-offset-10{margin-left:83.33333333%}.slam-easyform .col-md-offset-9{margin-left:75%}.slam-easyform .col-md-offset-8{margin-left:66.66666667%}.slam-easyform .col-md-offset-7{margin-left:58.33333333%}.slam-easyform .col-md-offset-6{margin-left:50%}.slam-easyform .col-md-offset-5{margin-left:41.66666667%}.slam-easyform .col-md-offset-4{margin-left:33.33333333%}.slam-easyform .col-md-offset-3{margin-left:25%}.slam-easyform .col-md-offset-2{margin-left:16.66666667%}.slam-easyform .col-md-offset-1{margin-left:8.33333333%}.slam-easyform .col-md-offset-0{margin-left:0}}@media (min-width:1200px){.slam-easyform .col-lg-1, .slam-easyform .col-lg-2, .slam-easyform .col-lg-3, .slam-easyform .col-lg-4, .slam-easyform .col-lg-5, .slam-easyform .col-lg-6, .slam-easyform .col-lg-7, .slam-easyform .col-lg-8, .slam-easyform .col-lg-9, .slam-easyform .col-lg-10, .slam-easyform .col-lg-11, .slam-easyform .col-lg-12{float:left}.slam-easyform .col-lg-12{width:100%}.slam-easyform .col-lg-11{width:91.66666667%}.slam-easyform .col-lg-10{width:83.33333333%}.slam-easyform .col-lg-9{width:75%}.slam-easyform .col-lg-8{width:66.66666667%}.slam-easyform .col-lg-7{width:58.33333333%}.slam-easyform .col-lg-6{width:50%}.slam-easyform .col-lg-5{width:41.66666667%}.slam-easyform .col-lg-4{width:33.33333333%}.slam-easyform .col-lg-3{width:25%}.slam-easyform .col-lg-2{width:16.66666667%}.slam-easyform .col-lg-1{width:8.33333333%}.slam-easyform .col-lg-pull-12{right:100%}.slam-easyform .col-lg-pull-11{right:91.66666667%}.slam-easyform .col-lg-pull-10{right:83.33333333%}.slam-easyform .col-lg-pull-9{right:75%}.slam-easyform .col-lg-pull-8{right:66.66666667%}.slam-easyform .col-lg-pull-7{right:58.33333333%}.slam-easyform .col-lg-pull-6{right:50%}.slam-easyform .col-lg-pull-5{right:41.66666667%}.slam-easyform .col-lg-pull-4{right:33.33333333%}.slam-easyform .col-lg-pull-3{right:25%}.slam-easyform .col-lg-pull-2{right:16.66666667%}.slam-easyform .col-lg-pull-1{right:8.33333333%}.slam-easyform .col-lg-pull-0{right:0}.slam-easyform .col-lg-push-12{left:100%}.slam-easyform .col-lg-push-11{left:91.66666667%}.slam-easyform .col-lg-push-10{left:83.33333333%}.slam-easyform .col-lg-push-9{left:75%}.slam-easyform .col-lg-push-8{left:66.66666667%}.slam-easyform .col-lg-push-7{left:58.33333333%}.slam-easyform .col-lg-push-6{left:50%}.slam-easyform .col-lg-push-5{left:41.66666667%}.slam-easyform .col-lg-push-4{left:33.33333333%}.slam-easyform .col-lg-push-3{left:25%}.slam-easyform .col-lg-push-2{left:16.66666667%}.slam-easyform .col-lg-push-1{left:8.33333333%}.slam-easyform .col-lg-push-0{left:0}.slam-easyform .col-lg-offset-12{margin-left:100%}.slam-easyform .col-lg-offset-11{margin-left:91.66666667%}.slam-easyform .col-lg-offset-10{margin-left:83.33333333%}.slam-easyform .col-lg-offset-9{margin-left:75%}.slam-easyform .col-lg-offset-8{margin-left:66.66666667%}.slam-easyform .col-lg-offset-7{margin-left:58.33333333%}.slam-easyform .col-lg-offset-6{margin-left:50%}.slam-easyform .col-lg-offset-5{margin-left:41.66666667%}.slam-easyform .col-lg-offset-4{margin-left:33.33333333%}.slam-easyform .col-lg-offset-3{margin-left:25%}.slam-easyform .col-lg-offset-2{margin-left:16.66666667%}.slam-easyform .col-lg-offset-1{margin-left:8.33333333%}.slam-easyform .col-lg-offset-0{margin-left:0}}
/* End */


/* Start:/bitrix/components/slam/easyform/lib/css/bootstrapValidator.min.css?1632763360565*/
/*!
 * BootstrapValidator (http://bootstrapvalidator.com)
 * The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
 *
 * @version     v0.5.2, built on 2014-09-25 4:01:07 PM
 * @author      https://twitter.com/nghuuphuoc
 * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
 * @license     MIT
 */

.bv-form .help-block{margin-bottom:0}.bv-form .tooltip-inner{text-align:left}.nav-tabs li.bv-tab-success>a{color:#3c763d}.nav-tabs li.bv-tab-error>a{color:#a94442}.bv-form .bv-icon-no-label{top:0}.bv-form .bv-icon-input-group{top:0;z-index:100}
/* End */


/* Start:/local/templates/taro63/components/slam/easyform/taroform/style.css?16364680132007*/
.slam-easyform .modal {
    text-align: left;
    z-index: 1200 !important;
}

@media screen and (min-width: 768px) {
    .slam-easyform .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.slam-easyform .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.slam-easyform .modal .modal-header .title {
    margin: 0;
    font-size: 22px;
    display: inline-block;
}

.hide-formvalidation small.help-block {
    display: none!important;
}

@keyframes spinner {
    to {
        transform: rotate(360deg)
    }
}

.slam-easyform .spinner,
.slam-easyform .spinner:hover {
    position: relative;
    color: transparent
}

.slam-easyform .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: spinner .6s linear infinite
}

.slam-easyform .modal {
    overflow: hidden !important;
    overflow-y: hidden !important;
    margin: 0 auto;
    width: 300px;
    position: fixed;
    left: 0;
    bottom: auto !important;
    top: 50px !important;
    background: #fff;
    padding: 20px;
}

#FORM7 .form-close {
    position: absolute;
    right: 10px;
    top: 0;
    cursor: pointer;
    z-index: 1300;
}

.form-button {
    width: 100%;
    cursor: pointer;
    background: #D1B24F;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    border: 1px solid #D1B24F;
    padding: 10px 16px;
    border-radius: 2px;
    transition: background .25s, color .25s;
    font-weight: 500;
}

.form-button:hover {
    background: #fff;
    color: #D1B24F;
}

.checkbox-inline {
    text-align: left;
    font-size: 13px;
}

#blackBack {
    z-index: 1100;
}

@media (max-width: 540px) {
    .control-label {
        padding-top: 20px;
    }
}
/* End */


/* Start:/local/templates/taro63/components/slam/easyform/taroform_training/style.min.css?1651055228805*/
.slam-easyform .modal{text-align:center}@media screen and (min-width:768px){.slam-easyform .modal:before{display:inline-block;vertical-align:middle;content:" ";height:100%}}.slam-easyform .modal-dialog{display:inline-block;text-align:left;vertical-align:middle}.slam-easyform .modal .modal-header .title{margin:0;font-size:22px;display:inline-block}.hide-formvalidation small.help-block{display:none!important}@keyframes spinner{to{transform:rotate(360deg)}}.slam-easyform .spinner,.slam-easyform .spinner:hover{position:relative;color:transparent}.slam-easyform .spinner:before{content:'';box-sizing:border-box;position:absolute;top:50%;left:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;border-radius:50%;border:2px solid #ccc;border-top-color:#333;animation:spinner .6s linear infinite}
/* End */


/* Start:/local/templates/taro63/components/bitrix/search.form/top/style.css?16327665973515*/

.modalSearch{background-color: #fff; position: fixed; top: 200px; right: 0; left: 0; max-width: 790px; display:none; border-radius: 2px;
	box-sizing: border-box; margin: 0 auto; z-index: 51; box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px 0px, rgba(0, 0, 0, .4) 0px 0px 1px 0px;
}
.modalSearch form:hover{box-shadow: rgba(0,0,0,.09) 0 35px 90px, rgba(0, 0, 0, .3) 0px 0px 1px 0px;}
.modalSearch form:hover input[type="submit"]{background-color: #EF6C00;}

	.modalSearch form{padding: 22px 22px 22px 35px; transition: box-shadow .12s ease;}
		.modalSearch input[type="text"] {outline: none; border: none; padding: 10px 0; font-size: 26px; background: transparent; font-weight: 500;
			width: 88%; box-sizing: border-box; margin: 0 3% 0 0; display: inline-block; vertical-align: middle; font-family: "Rubik", sans-serif;
		}
		.modalSearch .submit{width: 8%; display: inline-block; vertical-align: middle; text-align: right;}
			.modalSearch input[type="submit"]{background: #555; font-size: 34px; width: 58px; transition: background-color .12s ease;
				outline: none; border: none; height: 58px; border-radius: 50%; cursor: pointer; padding: 0; line-height: 58px;
				-webkit-appearance: none;
			}

.searchCross{cursor: pointer; position: absolute; top: -37px; right: 19px; font-size: 17px; color: #fff; font-weight: 500;}
	.searchCross:before, .searchCross:after{content: ""; position: absolute; width: 14px; height: 2px; background: #fff; top: 10px; right: -20px;}
	.searchCross:before{transform: rotate(45deg);}
	.searchCross:after{transform: rotate(-45deg);}


.modalSearch input[type="text"]::-webkit-input-placeholder       {color: #bdbdbd; opacity: 1; transition: opacity .3s ease;}
.modalSearch input[type="text"]::-moz-placeholder                {color: #bdbdbd; opacity: 1; transition: opacity .3s ease;}
.modalSearch input[type="text"]:-moz-placeholder                 {color: #bdbdbd; opacity: 1; transition: opacity .3s ease;}
.modalSearch input[type="text"]:-ms-input-placeholder            {color: #bdbdbd; opacity: 1; transition: opacity .3s ease;}
.modalSearch input[type="text"]:focus::-webkit-input-placeholder {opacity: 0; transition: opacity .3s ease;}
.modalSearch input[type="text"]:focus::-moz-placeholder          {opacity: 0; transition: opacity .3s ease;}
.modalSearch input[type="text"]:focus:-moz-placeholder           {opacity: 0; transition: opacity .3s ease;}
.modalSearch input[type="text"]:focus:-ms-input-placeholder      {opacity: 0; transition: opacity .3s ease;}	

	
@media all and (max-width: 865px) {
	.modalSearch{right: 30px; left: 30px;}
		.modalSearch .submit{width: 13%;}
		.modalSearch input[type="text"]{width: 83%;}
}

@media all and (max-width: 630px) {
	.modalSearch .submit{width: 19%;}
	.modalSearch input[type="text"]{width: 80%; margin: 0;}
}

@media all and (max-width: 540px) {
	.modalSearch .submit{width: 21%;}
	.modalSearch input[type="text"]{width: 77%; font-size: 23px;}
}

@media all and (max-width: 500px) {
	.modalSearch input[type="text"]{font-size: 21px;}
}

@media all and (max-width: 460px) {
	.modalSearch form{padding: 12px 12px 12px 20px;}
	.modalSearch input[type="submit"]{width: 44px; height: 44px; font-size: 26px; line-height: 44px;}
}

@media all and (max-width: 400px) {
	.modalSearch{right: 20px; left: 20px;}
}

@media all and (max-width: 380px) {
	.modalSearch input[type="text"]{font-size: 17px;}
}

@media all and (max-width: 340px) {
	.modalSearch input[type="submit"]{width: 40px; height: 40px; font-size: 24px; line-height: 40px;}
}
/* End */


/* Start:/local/templates/taro63/components/bitrix/menu/topMenu/style.css?16327665963203*/

.modalMenu{overflow: hidden; display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 50;}
	.menuBackground{background: #fff;}
		.menuWrapper{max-width: 1200px; margin: 0 auto; overflow: hidden; padding: 35px 0;}
		
			.menuHeader{overflow: hidden; margin: 0 0 35px 0;}
				.closeMenu{font-weight: 500; text-transform: uppercase; z-index: 2; float: right; cursor: pointer;}
					.closeMenu span.cross {font-size: 22px; color: #212121; margin: 0 0 0 5px; vertical-align: middle; display: inline-block;}
					.closeMenu span.closeText {transition: border .2s ease; vertical-align: middle;}
					.closeMenu:hover span.closeText{}
					
			.menuMiddle{overflow: hidden;}
				nav{}
					nav > ul{width: 22%; margin: 0 4% 35px 0; display: inline-block; vertical-align: top; overflow: hidden; background: #F3F3F3;}
					nav > ul:nth-child(4n){margin-right: 0;}
						nav > ul > li{list-style-type: none; padding: 35px 35px 45px 35px;}
							nav > ul > li > a{color: #131720; font-weight: 500; font-size: 19px; letter-spacing: 0.03em; text-decoration: underline;
								text-transform: uppercase;
							}
							nav > ul > li > a.root-item-selected{text-decoration: none;}
							nav > ul > li > a:hover{text-decoration: none;}
					
						nav ul li ul{margin: 30px 0 0 0;}
							nav ul li ul li{list-style-type: none; margin: 0 0 14px 0;}
							nav ul li ul li:last-child{margin: 0;}
								nav ul li ul li a{color: #373c45; font-size: 17px; text-decoration: underline;}
								nav ul li ul li a.item-selected{text-decoration: none;}
								nav ul li ul li a:hover{text-decoration: none;}

					.menuMore{background: none;}
						.menuMoreItem{margin: 0 0 22px 0; padding: 0;}
						.menuMoreItem.selected a{text-decoration: none;}
						.menuMoreItem:last-child{margin: 0;}

					.menuTopInfo{background: none;}
						.menuTopInfo div{margin: 0 0 25px 0; font-size: 17px; font-weight: 500;}
						.menuTopInfo div:last-child{margin: 0;}
							.menuTopInfo div span{margin: 0 0 10px 0; color: #666; display: block;}
							.menuTopInfo div a{color: #EF6C00; text-decoration: underline; display: inline-block;}


.modalOpen .modalMenu {overflow-x: hidden; overflow-y: auto;}							


.fadeIn{display: block; animation: topMenuShow .4s ease;}

@keyframes topMenuShow{
	from{
		transform: translateY(-20px);
	}
	to{
		transform: translateY(0);
	}
}


@media all and (max-width: 1270px) {
	.menuWrapper{padding: 35px 30px;}
}

@media all and (max-width: 1120px) {
	nav > ul{width: 31%; margin: 0 3.5% 30px 0;}
	nav > ul:nth-child(3n){margin-right: 0;}
	nav > ul:nth-child(4n){margin-right: 3.5%;}
}

@media all and (max-width: 850px) {
	nav > ul{width: 47.5%; margin: 0 5% 30px 0;}
	nav > ul:nth-child(4n){margin-right: 5%;}
	nav > ul:nth-child(3n){margin-right: 5%;}
	nav > ul:nth-child(2n){margin-right: 0;}
}

@media all and (max-width: 830px) {
	nav > ul > li{padding: 20px;}
	.menuMoreItem a{font-size: 17px;}
}

@media all and (max-width: 600px) {
	.menuWrapper{padding: 25px;}
	.menuHeader{margin: 0 0 25px 0;}
}

@media all and (max-width: 500px) {
	nav > ul{width: 100%; margin: 0 0 30px 0 !important;}
}

@media all and (max-width: 400px) {
	.menuWrapper{padding: 20px;}
}
/* End */


/* Start:/local/templates/taro63/css/owl.carousel.css?16327665996297*/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {z-index: 0;}
.owl-carousel .owl-animated-out {z-index: 1;}

.fadeOut {animation-name: fadeOut;}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.bounceOut {animation-name: bounceOut;}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.slideOutDown {animation-name: slideOutDown;}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.rollOut {animation-name: rollOut;}
@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.animated.hinge {animation-duration: 2s;}
.hinge {animation-name: hinge;}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
	width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/templates/taro63/css/../img/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* End */


/* Start:/local/templates/taro63/css/jquery.fancybox.min.css?163276659912796*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:100000}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/taro63/styles.css?171317163711669*/
/*

THIS FILE IS OVERWRITTEN WHEN THE SOLUTION IS UPDATED
--------
FAIL ZATIRAETSY PRI OBNOVLENII RESHENIY

*/


/*--------------------------------------
--- STYLES FOR THE VISUAL EDITOR ---
------------------------------------*/

.titleH2,
.titleH3,
.titleH4 {
    color: #131720;
    font-weight: 700;
    line-height: 1.35;
    padding: 0 40px 20px 40px;
}

.titleH2 {
    font-size: 23px;
}

.titleH3 {
    font-size: 21px;
}

.titleH4 {
    font-size: 18px;
}

.link {
    text-decoration: none;
    color: #d1b24f;
}

.link:hover {
    text-decoration: underline;
    color: #d1b24f;
}

.newsDetail a {
    text-decoration: underline;
}

.newsDetail .standartUl {
    line-height: 1.65;
    font-size: 15px;
    list-style-type: disc;
    margin: -11px 0 27px 0;
}

.newsDetail .standartUl span {
    font-weight: 500;
}

.newsDetail img.fullImage,
img.fullImage {
    width: 100%;
    padding: 0 0 25px 0;
}

.newsDetail>div:not(.backAndShare),
.newsDetail>p,
.standartText {
    line-height: 1.6;
    color: #131720;
    padding: 0 40px 30px 40px;
}

.company .standartText ul {
    margin: 10px 0 0 30px;
}

.newsDetail q {
    padding: 32px 37px 32px 93px;
    font-style: italic;
    background: #f6f6f6;
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 40px 30px 40px;
}

.newsDetail q:before {
    position: absolute;
    top: -10px;
    color: #EF6C00;
    left: 32px;
    content: "\201C";
    font-size: 92px;
    font-style: normal;
    font-family: "Arial", sans-serif;
    text-align: center;
}

.newsDetail q:after {
    display: none;
}

.newsDetail q span {
    font-weight: 500;
}

.newsDetail q a {
    display: inline-block;
    margin: 20px 0 0 0;
    color: #131720;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
}

.newsDetail q a:hover {
    text-decoration: none;
}

@media all and (max-width: 550px) {
    .titleH2,
    .titleH3,
    .titleH4 {
        padding: 0 20px 20px 20px;
    }
    .newsDetail>div:not(.backAndShare),
    .newsDetail>p,
    .standartText {
        padding: 0 20px 30px 20px;
    }
    .newsDetail q {
        margin: 0 20px 30px 20px;
    }
}

@media (max-width: 600px) {
    .services-foto {
        width: 100%;
    }
}

.text {
    line-height: 1.6;
    color: #131720;
    padding: 15px 40px 15px 0;
}

.text-after-img {
    font-size: 13px;
    font-style: italic;
}

.content-foto-left {
    float: left;
    margin-right: 24px;
    height: auto;
}

.content-foto-right {
    float: right;
    margin-left: 24px;
    height: auto;
}

.content-foto-center {
    display: block;
    margin: 0 auto;
    height: auto;
}

.content-foto-left-early {
    float: left;
    margin-right: 24px;
    height: auto;
}

.content-foto-right-early {
    float: right;
    margin-left: 24px;
    height: auto;
}

.float-box-left {
    float: left;
}

.float-box-right {
    float: right;
}

.section-foto {
    margin-bottom: 30px;
}

.italic {
    font-style: italic;
}

text-right {
    text-align: right;
}

.decor-ul li {
    position: relative;
    list-style: none;
}

.decor-ul li:before {
    content: " ";
    border: 6px solid transparent;
    border-left: 6px solid #bd9e3b;
    position: absolute;
    left: -10px;
    top: 4px;
    margin: 0;
    padding: 0;
}

.content-foto {
    height: auto;
}

.clear {
    clear: both;
}

@media (max-width: 900px) {
    .section-foto {
        margin: 0 auto;
        margin-bottom: 30px !important;
        display: block;
        width: 90%;
    }
}

@media (max-width: 840px) {
    .content-foto-left-early {
        float: none;
        margin: 0 auto;
        display: block;
        width: 90%;
    }
    .content-foto-right-early {
        float: none;
        margin: 0 auto;
        display: block;
        width: 90%;
    }
}

@media (max-width: 620px) {
    .content-foto-left {
        float: none;
        margin: 0 auto;
        display: block;
        width: 90%;
    }
    .content-foto-right {
        float: none;
        margin: 0 auto;
        display: block;
        width: 90%;
    }
    .content-foto {
        margin: 0 auto;
        display: block;
        width: 90%;
    }
    .content-foto-center {
        width: 90%;
    }
}

@media (max-width: 551px) {
    .text {
        padding: 15px 20px 15px 20px;
    }
}


/* Стили для страницы "обо мне" добавленные из custom.css */

.theses .indexServices_button:hover {
    background: #d1b24f;
    box-shadow: 0 2px 8px rgb(216 27 96 / 27%);
    color: #fff;
}

.theses .indexServices_button {
    width: 50%;
    margin: 20px auto 0;
    cursor: pointer;
}

.priceElement p {
    padding: 0px 25px 20px;
}

.indexText {
    padding: 50px 0;
}

.indexText p {
    line-height: 1.9;
    margin-bottom: 10px;
}

#video {
    text-align: center;
    margin: 20px 0;
}

#reviews.indexBackground {
    background: url(/local/templates/taro63/img/bg.png);
}

#numbers {
    background: url(/local/templates/taro63/img/bg_clear.png);
    background-size: cover;
}

#numbers .col-md-3 {
    width: 25%;
    float: left;
    padding: 50px 0;
}

#numbers:after {
    content: " ";
    display: block;
    clear: both;
}

.text-center {
    text-align: center;
}

img.benefits__icon {
    margin-bottom: 20px;
}

p.benefits__number {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    color: #777;
    font-size: 46px;
    font-weight: 700;
    line-height: 46px;
}

p.benefits__title {
    font-size: 16px;
    font-weight: 400;
}

.accordion {
    width: 100%;
    max-width: 95rem;
    margin: 0 auto;
    padding: 1rem 0;
}

.accordion-item {
    position: relative;
    margin-bottom: 5px;
}

.accordion-item .heading {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    position: relative;
    padding: 1.5rem 50px 1.5rem 1rem;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: 1px solid #bdbdbd;
    background: linear-gradient( 180deg, #dccb63 0, #bd9d48 50.52%, #cca850 100%);
}

.accordion-item .icon {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 3rem;
    height: 3rem;
    border: 2px solid #fefefe;
    border-radius: 3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 10px;
}

.accordion-item .icon:after,
.accordion-item .icon:before {
    content: '';
    width: 1.25rem;
    height: .25rem;
    background: #000;
    position: absolute;
    border-radius: 3px;
    left: 50%;
    top: 50%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.accordion-item .icon:after {
    -webkit-transform: translate(-50%, -50%) rotate( 90deg);
    transform: translate(-50%, -50%) rotate( 90deg);
    z-index: -1;
}

.accordion-item .content {
    display: none;
}

.accordion-item .content {
    padding: 1rem 0 1rem 1rem;
    border: 1px solid #c4c4c4;
    border-top: 0;
}

.accordion-item .content p {
    margin: 0 0 10px;
}

.accordion-item:hover .icon {
    background-color: #fff;
}

.accordion-item .heading:hover .icon:after,
.accordion-item .heading:hover .icon:before {
    background: #222;
}

.accordion-item.active .icon:after {
    width: 0;
}

#faq {
    padding: 50px 0 10px;
}

#faq h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 31px;
}

#fullForm {
    background: url(/local/templates/taro63/img/bg.png);
    background-position: center;
    padding: 50px 0;
    text-align: center;
}

#fullForm .title {
    color: #313b48;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    font-size: 32px;
}

#fullForm .btn-block {
    border: 1px solid;
    border-radius: 50px;
    color: #313b48;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    position: relative;
    margin-left: 30px;
    padding: 0 20px;
    display: inline-block;
    cursor: pointer;
}

#fullForm .btn-block:hover {
    background: #d1b24f;
    color: white;
    border-color: #d1b24f;
}

#fullForm .btn-block-2 {
    border: 1px solid;
    border-radius: 50px;
    color: #313b48;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    position: relative;
    margin-left: 30px;
    padding: 0 20px;
    cursor: pointer;
    margin: 0 auto;
    width: 200px;
}

#fullForm .btn-block-2:hover {
    background: #d1b24f;
    color: white;
    border-color: #d1b24f;
}

@media (max-width: 350px) {
    #fullForm .btn-block-2 {
        width: 80%;
    }
}

img.footerLogo {
    width: 80%;
}

.target {
    margin-top: 30px;
}

.target a {
    background: url(/local/templates/taro63/img/logo-target-white.png) no-repeat 80px 0;
    padding-top: 30px;
    color: #fff;
    border: none;
}

.target {
    margin-top: 50px;
    text-align: right;
}

.footerSocial {
    margin-top: 18px;
}

@media all and (min-width: 1024px) {
    header .topMenu {
        display: none;
    }
}

.newsDetail .left {
    float: left;
}

.newsDetail .right {
    float: right;
}

.newsDetail ul {
    margin-left: 20px;
    padding: 0 40px 30px 40px;
}

.newsDetail li {
    margin-bottom: 5px;
}

.mainTitle {
    margin-bottom: 30px;
}

.modaltitle {
    font-weight: bold;
    font-size: 21px;
    color: #fff;
}

.theses {
    margin: 55px 0 0 0;
}

.thesesItem {
    display: inline-block;
    width: 31.5%;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .12);
    color: #212121;
    padding: 35px 0 45px 0;
    vertical-align: top;
    box-sizing: border-box;
    margin: 0 10% 2% 8% !important;
    text-align: center;
    transition: box-shadow .25s;
}

.thesesItem:hover {
    box-shadow: rgba(0, 0, 0, .12) 0 35px 90px;
}

.thesesItem:nth-of-type(3n) {
    margin-right: 0;
}

.thesesItem img {
    margin: 0 0 17px 0;
    max-height: 65px;
    /*background: #EF6C00;*/
}

.thesesItem .icon {
    margin: 0 0 17px 0;
    font-size: 51px;
    color: #EF6C00;
    display: block;
}

.thesesItem h3 {
    font-size: 17px;
    margin: 0 0 16px 0;
    padding: 0 32px;
    line-height: 1.3;
}

.thesesItem .thesesText {
    line-height: 1.5;
    color: #5a5a5a;
    padding: 0 32px;
    display: block;
}

@media all and (max-width: 1130px) {
    .thesesItem h3 {
        font-size: 18px;
    }
    .thesesText {
        font-size: 14px;
    }
}

@media all and (max-width: 1070px) {
    .thesesItem {
        width: 49%;
    }
    .thesesItem h3 {
        font-size: 19px;
    }
    .thesesText {
        font-size: 15px;
    }
}

@media all and (max-width: 900px) {
    .thesesItem {
        width: 48%;
        margin: 0 4% 4% 0;
    }
}

@media all and (max-width: 540px) {
    .thesesItem {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .thesesItem:last-child {
        margin: 0;
    }
}

.indexServices_button {
    background: #D1B24F;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 16px;
    border-radius: 2px;
    transition: background .25s, color .25s;
    font-weight: 500;
}

body>div.workArea>div.theses>a {
    text-decoration: none;
}

.thesesTitle {
    font-size: 17px;
    margin: 0 0 16px 0;
    padding: 0 32px;
    line-height: 1.3;
    font-weight: 700;
}

@media all and (max-width: 540px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
        margin-top: -50px;
    }
    .benefits__number {
        font-size: 27px;
    }
}

.flex-container {

    justify-content: space-between !important;
}
/* End */


/* Start:/local/templates/taro63/template_styles.css?165994145139647*/
/*

THIS FILE IS OVERWRITTEN WHEN THE SOLUTION IS UPDATED
--------
FAIL ZATIRAETSY PRI OBNOVLENII RESHENIY

*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style-position: inside;
}

ul,
menu,
dir {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0;
}

h2 {
    color: #131720 !important;
    font-weight: 700;
    line-height: 1.35;
    padding: 0 40px 20px 40px;
    margin: 0;
}

p {
    margin: 0;
    line-height: 1.6;
    color: #131720;
    /* padding: 0 40px 30px 40px; */
}

a {
    color: #067ec3;
    text-decoration: none;
}

img {
    border: none;
}

.clear {
    clear: both;
}

html {
    height: 100%;
}

body {
    color: #212121;
    font-size: 15px;
    background: #F6f6f6;
    font-family: "Rubik", sans-serif;
    margin: 0;
}


/*------------------
--- ICONS CLASS ---
----------------*/

.materialIcons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    color: #d1b24f;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}


/*------------------
--- DOP STYLES ---
----------------*/

.indexWrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.backgroundWhite {
    background: #fff;
}

.indexBackground {
    background: #F6f6f6;
}

.mainTitle {
    padding: 20px 0;
    background: #EF6C00;
    color: #fff;
}

.mainTitle h1 {
    font-size: 42px;
    line-height: 1;
    margin: 15px auto 0 auto;
    max-width: 1200px;
}

.mainTitle h1.max {
    font-size: 48px;
}

.mainTitle h1.min {
    font-size: 37px;
}

.workArea {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

main {
    float: right;
    width: 73.4%;
    margin-top: 0px;
}

main.fullMain {
    float: none;
    width: 100%;
}

main.fullMain .company {
    padding: 30px 0 1px 0;
}

main .boxShadow,
main.boxShadow {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .12);
    margin-bottom: 75px;
}

.sidebar {
    float: left;
    width: 23%;
}


/*------------------
-- HEADER SITE ---
----------------*/

body.detailed header {
    position: inherit;
    background: none;
}


/*body.detailed header .request_call {
	color: #d1b24f;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .17);
	background: #555;
	padding: 13px 0 14px 0;
}*/

body.detailed header .topMenu {
    opacity: .68;
    color: #000;
}

body.detailed header .topMenu:hover {
    opacity: 1;
}

body.detailed header #topSearch {
    opacity: .68;
    color: #000;
}

body.detailed header #topSearch:hover {
    opacity: 1;
}

body.detailed header .headerWrap {
    padding: 27px 0;
}

.headerMenu .triangle {
    border: none;
}

.headerMenu>ul>li>a {
    color: #d1b24f;
}

body.detailed .headerMenu .triangle {
    border: 1px solid #ccc;
}

body.detailed .headerMenu>ul>li>a {
    color: #555;
}

header {
    /*position: absolute;*/
    z-index: 10;
    /*left: 0;*/
    /*right: 0;*/
    /*background: linear-gradient(to top, rgba(0,0,0, .0), rgba(0,0,0, .5))*/
    background: white;
}

.headerWrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 27px 0;
}

.headerWrap>div {
    display: inline-block;
    min-width: 12px;
    vertical-align: middle;
}

.logo,
.logo_detail {
    margin: 0 41px 0 0;
}

.logo img {
    max-width: 100%;
    max-height: 60px;
    display: block;
}

.logo_detail .logoNoBackground img {
    background: none;
}

.logo_detail img {
    max-width: 100%;
    max-height: 60px;
    display: block;
    /*background: #EF6C00;*/
}

header .topMenu {
    font-size: 32px;
    cursor: pointer;
    margin: 0 10px 0 0;
}

#topSearch {
    float: right;
    font-size: 28px;
    cursor: pointer;
    margin: 17px 0 0 0;
}

.top_callBack {
    float: right;
    margin: 7px 35px 0 0;
}

.request_call {
    width: 175px;
    color: #d1b24f;
    padding: 13px 0 14px 0;
    text-align: center;
    background: rgb(209 178 79 / 10%);
    cursor: pointer;
    font-weight: 500;
    transition: background .25s ease;
    font-size: 15px;
    border-radius: 2px;
}

.request_call:hover {
    background: rgba(255, 255, 255, .3);
}


/*------------------
-- HEADER SITE ---
----------------*/


/*------------------------
------- FOOTER SITE -------
------------------------*/

body.detailed footer {
    background: #55616f;
    padding: 35px 0 15px 0;
}

footer {
    padding: 35px 0 15px 0;
    background: #55616f;
}

.footerWrap {
    max-width: 1200px;
    margin: 0 auto;
}

.footerHeader {
    margin: 0 0 40px 0;
}

.footerBlock {
    display: inline-block;
    vertical-align: top;
}

.footerBlock p {
    margin: 0 0 4px 0;
}

.footerCopyright {
    width: 24%;
    color: #b5b5b5;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    margin: 0 40px 0 0;
    box-sizing: border-box;
}

.footerCopyright div {
    margin: 0 0 10px 0;
}

.footerCopyright a {
    color: #fff;
    text-decoration: underline;
    font-weight: 500;
}

.footerCopyright a:hover {
    text-decoration: none;
}

.footerContacts {
    width: 25%;
    margin: 18px 0 0 0;
    color: #fff;
}

.footerContacts div {
    line-height: 1.6;
    margin: 0 0 9px 0;
}

.footerContacts div:last-child {
    margin: 0;
}

.footerContacts span {
    font-weight: 700;
}

.footerMenu {
    width: 16%;
    overflow: hidden;
    margin-top: 18px;
    margin-right: 40px;
}

.footerSocial {
    width: 23%;
    margin-right: 40px;
}

.buttonPosition {
    position: fixed;
    right: 31px;
    bottom: -61px;
    z-index: 30;
    transition: bottom .3s ease;
    min-width: 12px;
}

.buttonTop {
    width: 50px;
    border-radius: 50%;
    height: 50px;
    text-align: center;
    line-height: 51px;
    box-shadow: 0 2px 8px rgba(239, 108, 0, .27);
    cursor: pointer;
    background: #EF6C00;
    font-size: 32px;
    color: #fff;
}

.buttonMenu {
    position: fixed;
    right: 36px;
    bottom: -61px;
    width: 47px;
    border-radius: 50%;
    height: 47px;
    transition: bottom .3s ease;
    cursor: pointer;
    background: #fff;
    z-index: 30;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .15), rgba(0, 0, 0, .2) 0px 0px 1px 0px;
    color: #000;
    font-size: 28px;
    text-align: center;
    line-height: 47px;
    display: none;
}

.buttonSearch {
    position: fixed;
    right: 36px;
    bottom: -61px;
    width: 47px;
    border-radius: 50%;
    height: 47px;
    transition: bottom .3s ease;
    cursor: pointer;
    background: #fff;
    z-index: 30;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .15), rgba(0, 0, 0, .2) 0px 0px 1px 0px;
    color: #000;
    font-size: 27px;
    text-align: center;
    line-height: 47px;
    display: none;
}


/*------------------------
------- FOOTER SITE -------
------------------------*/


/*--------------------------------
--- ABOUT THE COMPANY (DETAILED) ---
--------------------------------*/

.company {
    margin: 0 0 80px 0;
    /*background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .12); */
    padding-top: 28px;
    padding-bottom: 1px;
}


/*--------------------------------
--- ABOUT THE COMPANY (DETAILED) ---
--------------------------------*/


/*----------------------------
--- MAP WITH CONTACTS (HOME) ---
----------------------------*/

.map {
    position: relative;
}

.wrapper_map {
    position: absolute;
    left: 50%;
    top: -45px;
    width: 1200px;
    margin-left: -600px;
    z-index: 1;
    height: 0;
}

.map_inside {
    max-width: 660px;
    position: relative;
}

.mapContacts {
    position: absolute;
    right: -30px;
    top: 86px;
    background: #EF6C00;
    color: #fff;
    padding: 35px 65px 192px 30px;
    box-sizing: border-box;
    width: 292px;
    cursor: pointer;
    transition: right .2s ease;
    box-shadow: rgba(0, 0, 0, .19) 0px 12px 40px 0px;
    display: none;
}

.mapContacts.open {
    right: -292px;
}

.mapContacts:not(.open):hover {
    right: -80px;
}

.mapContacts h2 {
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 33px 0;
}

.contactAddress,
.contactPhone,
.contactEmail {
    line-height: 1.5;
    margin: 0 0 19px 0;
    font-weight: 300;
    display: none;
}

.mapContacts div:last-child {
    margin: 0;
}

.contactAddress span,
.contactPhone span,
.contactEmail span {
    font-weight: 300;
}

.mapCallback {
    padding: 40px 50px 29px 50px;
    background: #fff;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 60px 0px, rgba(0, 0, 0, 0.4) 0px 0px 1px 0px;
}

.mapCallback h3 {
    color: #191919;
    font-size: 23px;
    font-weight: 700;
    margin: 0 0 70px 0;
}

.mapCallback_wrapper {
    position: relative;
}

.mapCallback .modalBody>div.miniBlock {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin: 0 10% 0 0;
}

.mapCallback .modalBody>div.miniBlock:nth-child(2n) {
    margin-right: 0;
}

.map .mapCallback .bigBlock>div {
    margin: 0 0 54px 0;
}

.mapCallback .modalBody>div>div {
    margin: 0 0 73px 0;
    position: relative;
    border-bottom: 1px solid #E4E4E4;
}

.mapCallback .messageField {
    min-height: 100px;
}

.mapCallback .buttonAnimation {
    position: absolute;
    right: 50px;
    border-radius: 50%;
    bottom: -36px;
    background: #fff;
    width: 73px;
    height: 73px;
    transition: background .25s;
}

.mapCallback .modalSend {
    color: #fff;
    font-size: 28px;
    padding: 0 0 0 6px;
    line-height: 73px;
    background-color: transparent;
    height: 73px;
    border: 0;
    cursor: pointer;
    outline: none;
    width: 73px;
    background: #EF6C00;
    box-shadow: 0 2px 8px rgba(239, 108, 0, .27);
    border-radius: 50%;
    -webkit-appearance: none;
}

.mapCallback .moreAnimationBlock {
    display: none;
    top: 49%;
}

.mapCallback .moreAnimationBlock:after {
    display: none;
}

.mapCallback .moreAnimationBlock:before {
    height: 44px;
    width: 44px;
    margin: -23px 0 0 -23px;
}


/*----------------------------
--- MAP WITH CONTACTS (HOME) ---
----------------------------*/


/*--------------------------------------------------
--- STYLES OF THE LIST OF NEWS, ARTICLES AND SHARES ---
---------------------------------------------------*/

.allNews {
    margin: 0px 0 75px 0;
}

.elementNews {
    display: inline-block;
    width: 31.33%;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .12);
    box-sizing: border-box;
    margin: 0 3% 3% 0;
    font-weight: 500;
    vertical-align: top;
    transition: box-shadow .25s;
}

.elementNews:hover {
    box-shadow: rgba(0, 0, 0, .09) 0 35px 90px;
}

.elementNews:nth-child(3n) {
    margin-right: 0;
}

.elementNews:nth-last-child(1),
.elementNews:nth-last-child(2),
.elementNews:nth-last-child(3) {
    margin-bottom: 0;
}

.elementNews .img {
    margin: 0 0 25px 0;
    height: 230px;
    display: block;
}

.elementNews .allText {
    margin: 0 33px 33px 33px;
}

.elementNews .title {
    margin: 0 0 17px 0;
    font-size: 11px;
}

.elementNews .tag {
    color: #fff;
    background: #555555;
    padding: 7px 12px;
    font-size: 9px;
    border-radius: 2px;
    display: inline-block;
    margin: 0 15px 0 0;
    text-transform: uppercase;
}

.elementNews .date {
    color: #bbb;
    display: inline-block;
}

.elementNews .newsName {
    margin: 0 0 45px 0;
    font-size: 17px;
    font-weight: 500;
    color: #212121;
}

.elementNews a.newsName:hover {
    text-decoration: underline;
}

.showMore {
    text-align: center;
    margin: 0 0 65px 0;
    position: relative;
}

.showMore .showMoreButton {
    border-radius: 2px;
    padding: 13px 25px 14px 25px;
    display: inline-block;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    background: #EF6C00;
    box-shadow: 0 2px 8px rgba(239, 108, 0, .27);
}

.showMoreButton.fade {
    display: none;
}

.newsDetail img {
    width: 100%;
}

.showMore .showMoreButton:hover {}

.hidden {
    display: none;
}

.moreAnimation {
    display: none;
    height: 52px;
}

.moreAnimationBlock,
.moreAnimationBlock::before,
.moreAnimationBlock::after {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgb(204, 204, 204);
    border-left-color: rgb(0, 0, 0);
    border-radius: 1124px;
}

.moreAnimationBlock {
    margin: -29px 0 0 -29px;
    height: 56px;
    width: 56px;
    animation: moreAnimation 1600ms linear infinite;
}

.moreAnimationBlock::before {
    content: "";
    margin: -26px 0 0 -26px;
    height: 50px;
    width: 50px;
    animation: moreAnimation 1600ms linear infinite;
}

.moreAnimationBlock::after {
    content: "";
    margin: -33px 0 0 -33px;
    height: 63px;
    width: 63px;
    animation: moreAnimation 3200ms linear infinite;
}

@keyframes moreAnimation {
    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------
--- STYLES OF THE LIST OF NEWS, ARTICLES AND SHARES ---
---------------------------------------------------*/


/*--------------------------
--- BLOCK SHARE / BACK PAGE ---
---------------------------*/

.backAndShare {
    position: absolute;
    right: 72px;
    bottom: -30px;
}

.backAndShare>div {
    display: inline-block;
    vertical-align: middle;
}

.buttonBack {
    margin: 13px 40px 0 0;
    display: none !important;
}

.buttonBack a {
    font-weight: 500;
    color: #EB5E28;
    position: relative;
    padding: 0px 0 0 50px;
    transition: color .3s ease;
}

.buttonBack a:before {
    background: #EB5E28 url("/local/templates/taro63/img/buttonBack.png") no-repeat center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    padding: 17px;
    content: "";
    top: -8px;
}

.buttonBack a:hover {
    color: #EB5E28
}

.leftShare {
    position: relative;
}

.leftShareButton {
    background: #ef6c00;
    padding: 20px 21px 20px 19px;
    border-radius: 50%;
    color: #fff;
    font-size: 21px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(239, 108, 0, .27);
}

.modalShare {
    display: none;
    position: absolute;
    right: 85px;
    top: 3px;
}

.modalShareWrapper {
    position: relative;
    width: 235px;
    box-shadow: 0 2px 11px 0 rgba(0, 0, 0, .2), rgba(0, 0, 0, 0.37) 0px 0px 1px 0px;
}

.modalShare .triangle {
    position: absolute;
    width: 24px;
    height: 24px;
    right: -7px;
    background: #fff;
    transform: rotate(-45deg);
    border: 1px solid #d8d8d8;
    top: 15px;
}

.modalShare .ya-share2 {
    padding: 10px;
    background: #fff;
    position: relative;
}

.leftShare .ya-share2__container_size_m .ya-share2__item {
    margin: 6px;
}

.ya-share2 .ya-share2__badge {
    background: none !important;
}

.ya-share2__container_size_m .ya-share2__icon {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    transition: opacity .25s;
    opacity: .68;
}

.ya-share2__container_size_m .ya-share2__icon:hover {
    opacity: 1;
}

.ya-share2__container_size_m .ya-share2__counter {
    display: none;
}


/*--------------------------
--- BLOCK SHARE / BACK PAGE ---
---------------------------*/


/*----------------------------------
--- CONTACTS - DETAILED PAGE ---
-----------------------------------*/

.requisitesWriteUs {
    margin: 90px 0;
    position: relative;
}

.requisitesWriteUs .contactsData {
    font-size: 17px;
    margin: 0 0 55px 0;
}

.requisitesWriteUs .contactsData span {
    background: #555;
    color: #fff;
    font-weight: 500;
    padding: 7px 16px;
    margin: 0 10px 0 0;
    display: inline-block;
    font-size: 17px;
    vertical-align: middle;
    border-radius: 2px;
}

.requisitesWriteUs .contactsData p {
    display: inline-block;
    max-width: 260px;
    vertical-align: middle;
}

.requisitesWriteUs .mapCallback {
    position: absolute;
    right: 0;
    top: -130px;
    z-index: 2;
    max-width: 720px;
    box-sizing: border-box;
    padding: 40px 50px 60px 50px;
}

.requisitesWriteUs .mapCallback div.miniBlock>div {
    margin: 0 0 65px 0;
}

.requisitesWriteUs .mapCallback .bigBlock>div {
    margin: 0;
}

.requisitesWriteUs .mapCallback .buttonAnimation {
    bottom: -36px;
    right: 50px;
}

.contactMap {
    height: 560px;
    overflow: hidden;
}


/*----------------------------------
--- CONTACTS - DETAILED PAGE ---
-----------------------------------*/


/*------------------------
--- MODAL WINDOWS ---
------------------------*/

.modal {
    display: none;
    position: fixed;
    overflow: hidden;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 50;
}

.modalWrapper {
    width: 100%;
    margin: 80px auto;
    background: #fff;
    max-width: 410px;
}

.modalHeader {
    position: relative;
    padding: 45px;
    background: #EF6C00;
}

.modalHeader h3 {
    font-weight: bold;
    font-size: 21px;
    color: #fff;
}

.modalClose {
    background: #fff;
    width: 47px;
    height: 47px;
    cursor: pointer;
    border-radius: 50%;
    line-height: 48px;
    text-align: center;
    position: absolute;
    top: -23.5px;
    right: -23.5px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .08);
    color: #EF6C00;
    font-size: 26px;
}

.modal .modalBody {
    padding: 65px 46px 0 46px;
    margin: 0 0 30px 0;
}

.modal .modalBody>div {
    margin: 0 0 60px 0;
    position: relative;
    border-bottom: 1px solid #E1E1E1;
}

.modal .modalBody>div:last-child {
    margin: 0;
}

.inputField {
    font-size: 16px;
    color: #121822;
    outline: none;
    position: relative;
    display: block;
    width: 100%;
    padding: 0 0 9px 0;
    font-weight: 500;
    border: none;
    font-family: "Rubik", sans-serif;
}

.inputLabel {
    position: absolute;
    top: 0;
    color: #9B9B9B;
    font-size: 17px;
    width: 100%;
    pointer-events: none;
    font-weight: 400;
    transform-origin: 0 0;
    transition: transform .2s;
    transition-timing-function: ease-out;
}

.messageField {
    font-weight: 500;
    font-size: 17px;
    color: #121822;
    outline: none;
    min-height: 20px;
    padding: 0 0 8px 0;
}

.fileForm {
    border-bottom: 1px solid #E4E4E4;
    padding: 3px 0;
}

.fileForm input[name='userFile'] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}

.fileForm span {
    display: block;
    height: 20px;
}

.fileID {
    display: none;
}

.inputField:focus+.inputLabel,
.changeInput .inputLabel,
.messageField:focus+.inputLabel {
    color: #eb5e28;
    transform: translate3d(0, -23px, 0) scale3d(0.75, 0.75, 1);
    font-weight: 400;
}

.modal .modalBody .changeInput {
    border-bottom: 2px solid #eb5e28;
}

.modalFooter {
    text-align: center;
    padding: 35px 45px;
}

.modal .buttonAnimation {
    margin: 0 0 40px 0;
    position: relative;
    min-height: 45px;
}

.modal .buttonAnimation .moreAnimationBlock {
    top: -6px;
    margin: 0 0 0 -28px;
    display: none;
}

.modal .modalSend {
    background: #EF6C00;
    color: #fff;
    font-size: 15px;
    border-radius: 2px;
    padding: 13px 0 14px 0;
    border: 0;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: 0.5px;
    outline: none;
    width: 180px;
    -webkit-appearance: none;
    font-family: "Rubik", sans-serif;
    box-shadow: 0 2px 8px rgba(239, 108, 0, .27);
}

.modal .disabled {
    cursor: not-allowed;
    background: #ccc !important;
    box-shadow: none !important;
}

.buttonAnimation.active .modalSend {
    display: none;
}

.buttonAnimation.active .moreAnimationBlock {
    display: block;
}

.buttonAnimation.send .modalSend {
    display: none;
}

.buttonAnimation.send .sendOkey {
    display: inline-block;
}

.modalFooterSocial .social {
    margin: 0 0 15px 0;
}

.modalFooterSocial div a {
    display: inline-block;
    margin: 0 6px 0 0;
    border-radius: 50%;
    padding: 5px;
    width: 20px;
    opacity: .68;
    transition: opacity .25s;
}

.modalFooterSocial div a:hover {
    opacity: 1;
}

.modalFooterSocial div a:last-child {
    margin: 0;
}

.modalFooterSocial img {
    filter: invert(100%);
    -webkit-filter: invert(100%);
    display: block;
    width: 100%;
}

.modalFooterSocial .workingHours {
    color: #404040;
    font-weight: 500;
    font-size: 13px;
}

.mapCallback .modalBody .changeInput {
    border-bottom-color: #EF6C00;
    border-bottom-width: 2px;
}

.modalBody .errorInput {
    border-bottom-color: #D50000;
}

.errorInput .inputLabel {
    color: #D50000;
}

.sendOkey {
    background: #494949;
    font-size: 34px;
    display: none;
    border-radius: 2px;
    line-height: 45px;
    width: 180px;
    height: 45px;
}

.mapCallback .sendOkey {
    background: #494949;
    font-size: 34px;
    padding: 0;
    display: none;
    border-radius: 50%;
    line-height: 73px;
    width: 73px;
    height: 73px;
    text-align: center;
}

#blackBack {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
    background: rgba(0, 0, 0, .5);
    display: none;
}

.modalOpen {
    overflow: hidden;
}

.modalOpen .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modalOpen_training {
    overflow: hidden;
}

.modalOpen_training .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal .sendSummary {
    max-width: 400px;
}

.slam-easyform .modal.sendForm_training,
.slam-easyform .modal.modalButton_catalog_item,
.slam-easyform .modal.modalButton_catalog_basket {
    max-width: 440px;
    width: 440px;
}


.sendForm_training .form-close,
.slam-easyform .modal.modalButton_catalog_item .form-close,
.slam-easyform .modal.modalButton_catalog_basket .form-close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #BDBDBD;
}

.slam-easyform .modal {
    top: 20% !important;
}

.slam-easyform .modal .form-button {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase;
}

.sendForm_training h3,
.modalButton_catalog_item h3,
.modalButton_catalog_basket h3 {
    margin-bottom: 32px;
    font-weight: 400;
    font-size: 28px;
    line-height: 21px;
    color: #333333;
}

.sendForm_training .form-group {
    text-align: left;
}

/*------------------------
--- MODAL WINDOWS ---
------------------------*/


/*------------------------
------ ERROR 404 ------
------------------------*/

.error404 {
    padding: 70px 0 50px 0;
}

.error404>div {
    display: inline-block;
    vertical-align: bottom;
    color: #616161;
    box-sizing: border-box;
    width: 50%;
}

.error404>div:first-child {
    font-weight: 700;
    font-size: 50px;
    text-transform: uppercase;
    text-align: right;
    padding: 0 60px 0 0;
}

.error404>div:last-child {
    padding: 0 0 60px 0;
}

.error404>div:first-child span {
    font-size: 260px;
}

.error404 .description404 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 100px 0;
}

.error404 a {
    display: inline-block;
    font-weight: 500;
}

.url404 {
    padding: 15px 30px 12px 62px;
    color: #fff;
    margin: 0 30px 0 0;
    border-radius: 25px;
    background: #616161;
    position: relative;
}

.url404 i {
    position: absolute;
    left: 24px;
    top: 50%;
    font-size: 20px;
    margin: -10px 0 0 0;
}

.back404 {
    color: #616161;
    text-decoration: underline;
}

.back404:hover {
    text-decoration: none;
}


/*------------------------
------ ERROR 404 ------
------------------------*/


/*---------------------------------------
------ PERSONAL_INFO (FORMS/FOOTER) ------
---------------------------------------*/

.modal .personalInfo {
    padding: 0 46px;
    font-size: 13px;
}

.modal .personalInfo label:after {
    top: 1px;
}

.personalInfo {
    margin: 30px 0 0 0;
}

.checkboxError {
    display: none;
    color: #d41b1b;
    font-size: 12px;
    margin: 0 0 10px 0;
}

.personalInfo input {
    display: none;
}

.personalInfo label {
    color: #555;
    cursor: pointer;
    position: relative;
    padding: 0 0 0 40px;
    display: inline-block;
}

.personalInfo a:hover {
    text-decoration: underline;
}

.personalInfo label:after {
    background-color: #fff;
    border: 1px solid #E1E1E1;
    position: absolute;
    height: 20px;
    width: 20px;
    content: "";
    left: 0;
    box-sizing: border-box;
    top: -1px;
}

.personalInfo label.ckecked:after {
    line-height: 20px;
    font-family: FontAwesome;
    text-align: center;
    border: none;
    content: "\f00c";
    color: #fff;
    font-size: 14px;
}

.personalInfo label:hover:after {
    background-color: #E1E1E1;
}


/*---------------------------------------
------ PERSONAL_INFO (FORMS/FOOTER) ------
---------------------------------------*/


/*------------------------------------
------ ADAPTIVE SITE LAYOUT ------
------------------------------------*/

@media all and (max-width: 1270px) {
    body.detailed header .headerWrap {
        padding: 30px;
    }

    .headerWrap {
        padding: 30px 30px 90px 30px;
    }

    .mainTitle {
        padding: 30px 30px 80px 30px;
    }

    .workArea {
        padding: 0 30px;
    }

    .indexWrapper {
        padding: 0 30px;
    }

    body.detailed footer {
        padding: 40px 30px;
    }

    footer {
        padding: 40px 30px;
    }

    .error404>div:first-child span {
        font-size: 230px;
    }
}

@media all and (max-width: 1190px) {
    .requisitesWriteUs {
        margin: -35px 0 -20px 0;
        z-index: 2;
    }

    .requisitesWriteUs>div {
        margin: 0 0 50px 0;
        background: #fff;
        padding: 30px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .12);
        border-radius: 1px;
    }

    .requisitesWriteUs .contactsData {
        display: inline-block;
        width: 31%;
        vertical-align: top;
        margin: 0 3.5% 0 0;
    }

    .requisitesWriteUs .contactsData span {
        margin: 0 0 10px 0;
    }

    .requisitesWriteUs .contactsData p {
        display: block;
        max-width: 100%;
    }

    .requisitesWriteUs .contactsData:last-child {
        margin: 0;
    }

    .requisitesWriteUs .mapCallback {
        position: relative;
        max-width: 920px;
        margin: 0 auto;
        top: 0;
    }

    .requisitesWriteUs .mapCallback .buttonAnimation {
        right: 46px;
    }

    .mapCallback h3 {
        margin: 0 0 40px 0;
    }
}

@media all and (max-width: 1100px) {
    .sidebar {
        width: 25%;
    }

    main {
        width: 71%;
    }

    .footerCopyright {
        width: 31%;
    }

    .footerContacts {
        width: 24%;
    }

    .footerMenu {
        width: 30%;
    }

    .footerSocial {
        width: 100%;
        margin: 30px 0 0 0;
    }

    .footerSocial .social {
        text-align: left;
    }

    .footerHeader {
        margin: 0;
    }

    .error404>div:first-child {
        font-size: 40px;
    }

    .error404>div:first-child span {
        font-size: 200px;
    }
}

@media all and (max-width: 1023px) {
    .headerMenu {
        display: none !important;
    }
}

@media all and (max-width: 1000px) {
    .elementNews {
        width: 48%;
        margin: 0 4% 40px 0;
    }

    .elementNews:nth-child(3n) {
        margin-right: 4%;
    }

    .elementNews:nth-child(2n) {
        margin-right: 0;
    }

    .elementNews:nth-last-child(3) {
        margin-bottom: 4%;
    }

    .elementNews .img {
        background-size: cover;
    }

    .error404>div:first-child span {
        font-size: 170px;
    }

    .error404 .description404 {
        margin: 0 0 60px 0;
    }

    .error404>div:last-child {
        padding: 0 0 35px 0;
    }
}

@media all and (max-width: 900px) {
    .sidebar {
        display: block;
    }

    main {
        width: 100%;
    }

    .error404>div:first-child {
        font-size: 30px;
    }

    .error404>div:first-child span {
        font-size: 140px;
    }
}

@media all and (max-width: 760px) {
    .footerCopyright {
        display: block;
    }

    img.footerLogo {
        width: auto !important;
    }

    .footerContacts {
        width: 44%;
        margin: 0 10% 0 0;
    }

    .footerContacts div {
        margin: 0 0 15px 0;
    }

    .footerMenu {
        width: 44%;
    }

    .requisitesWriteUs .contactsData {
        width: 47%;
        margin: 0 6% 6% 0;
    }

    .requisitesWriteUs .contactsData:nth-child(2n) {
        margin-right: 0;
    }

    .contactMap {
        height: 460px;
    }

    .mainTitle h1 {
        font-size: 48px !important;
    }

    .error404 {
        padding: 50px 0;
    }

    .error404>div {
        display: block;
        width: 100%;
    }

    .error404>div:first-child {
        padding: 0;
        text-align: left;
    }

    .error404>div:last-child {
        padding: 0;
        margin: 30px 0 0 0;
        max-width: 600px;
    }

    .error404 .description404 {
        margin: 0 0 30px 0;
    }
}

@media all and (max-width: 690px) {
    .allNews {
        margin: -40px 60px 60px 60px;
    }

    .elementNews {
        width: 100%;
        margin: 0 0 40px 0;
    }

    .elementNews:nth-last-child(3),
    .elementNews:nth-last-child(2) {
        margin-bottom: 40px;
    }

    .elementNews:last-child {
        margin: 0;
    }

    .mainTitle h1 {
        font-size: 45px !important;
    }
}

@media all and (max-width: 580px) {
    body.detailed header .headerWrap {
        overflow: hidden;
    }

    .headerWrap .logo,
    .headerWrap .logo_detail {
        margin: 0 0 20px 0;
        display: block;
        text-align: left;
    }

    .top_callBack {
        margin: 0;
    }

    .headerWrap #topSearch {
        margin: 10px 0 0 0;
        float: none;
    }

    .headerWrap .topMenu {
        margin: 10px 10px 0 0;
    }
}

@media all and (max-width: 550px) {
    .headerWrap {
        padding: 20px;
    }

    body.detailed header .headerWrap {
        padding: 20px;
    }

    .workArea {
        padding: 0 20px;
    }

    .indexWrapper {
        padding: 0 20px;
    }

    footer {
        padding: 40px 20px;
    }

    .mainTitle {
        padding: 30px 20px 80px 20px;
    }

    .footerContacts {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .footerMenu {
        width: 100%;
    }

    .requisitesWriteUs .mapCallback {
        padding: 20px 30px 60px 30px;
    }

    .elementNews .title {
        margin: 0 0 14px 0;
    }

    .elementNews .tag {
        margin: 0 15px 10px 0;
    }

    .backAndShare {
        right: 45px;
    }

    .mainTitle h1 {
        font-size: 40px !important;
    }

    .newsDetailTitle {
        padding: 30px 20px;
    }

    .buttonTop,
    .buttonMenu,
    .buttonSearch {
        right: 20px;
    }
}

@media all and (max-width: 500px) {
    .modalWrapper {
        max-width: 350px;
    }

    .modalHeader {
        padding: 35px;
    }

    .modal .modalBody {
        padding: 45px 35px 20px 35px;
        margin: 0;
    }

    .modalFooter {
        padding: 35px;
    }

    .allNews {
        margin: -40px 0 60px 0;
    }

    .mainTitle h1 {
        font-size: 34px !important;
    }

    .newsDetail q {
        padding: 25px 30px 25px 80px;
    }

    .newsDetail q:before {
        left: 25px;
        font-size: 85px;
    }

    .mapCallback .modalBody>div.miniBlock {
        width: 100%;
        display: block;
        margin: 0;
    }

    .requisitesWriteUs .contactsData {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .modalShareWrapper {
        width: 200px;
    }
}

@media all and (max-width: 440px) {
    .modalWrapper {
        max-width: 330px;
    }

    .modalHeader {
        padding: 30px;
    }

    .modal .modalBody {
        padding: 40px 30px 10px 30px;
    }

    .modalFooter {
        padding: 30px;
    }

    .contactMap {
        height: 400px;
    }

    .newsDetail q {
        padding: 60px 20px 20px 20px;
    }

    .newsDetail q:before {
        left: 20px;
        top: -15px;
    }
}

@media all and (max-width: 430px) {
    .modalClose {
        width: 40px;
        height: 40px;
        line-height: 40px;
        top: 5px;
        right: 5px;
        background: none;
        box-shadow: none;
        color: #fff !important;
        font-size: 30px;
        border-radius: 0;
    }

    .mainTitle h1 {
        font-size: 29px !important;
    }

    .newsDetailTitle {
        padding: 30px 20px 15px 20px;
    }

    .newsDetailTitle div {
        display: block;
    }

    .newsDetailTitle div:first-child {
        padding: 0 0 15px 22px;
        margin: 0;
    }

    .modalShareWrapper {
        width: 165px;
    }

    .error404>div:first-child {
        font-size: 25px;
    }

    .error404>div:first-child span {
        font-size: 120px;
    }

    .error404>div:last-child {
        margin: 20px 0 0 0;
    }

    .error404 a {
        display: block;
    }

    .url404 {
        padding: 15px 0 15px 60px;
        margin: 0 0 30px 0;
        width: 128px;
    }

    .error404 .back404 {
        display: inline-block;
    }
}

@media all and (max-width: 400px) {
    .requisitesWriteUs .mapCallback {
        padding: 20px 20px 60px 20px;
    }

    .requisitesWriteUs>div {
        padding: 20px;
    }

    .textwidget ul li {
        font-size: 10px;
    }
}

@media all and (max-width: 374px) {
    .modalWrapper {
        max-width: 300px;
    }

    .modalShareWrapper {
        width: 128px;
    }

    .mainTitle h1 {
        font-size: 26px !important;
    }
}

@media all and (max-width: 350px) {
    .modalWrapper {
        max-width: 280px;
    }

    .modalHeader {
        padding: 25px;
    }

    .modal .modalBody {
        padding: 40px 25px 10px 25px;
    }

    .modalFooter {
        padding: 25px;
    }

    .top_callBack {
        float: none;
        display: block !important;
        margin: 20px 0 0 0;
    }

    .headerWrap #topSearch {
        margin: 0;
    }

    .headerWrap .topMenu {
        margin: 0 10px 0 0;
    }
}


/*------------------------
-------- FONT --------
------------------------*/

@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: url(/local/templates/taro63/fonts/MaterialIcons-Regular.eot);
    /* For IE 6-8 */
    src: local("Material Icons"), local("MaterialIcons-Regular"), url(/local/templates/taro63/fonts/MaterialIcons-Regular.woff2) format("woff2"), url(/local/templates/taro63/fonts/MaterialIcons-Regular.woff) format("woff"), url(/local/templates/taro63/fonts/MaterialIcons-Regular.ttf) format("truetype");
}

.panel-widget-style {
    /*float: left;
    width: 48%;
    display: table-cell;
	margin-bottom: 0;*/
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center !important;
}

.textwidget {
    padding: 40px;
    color: #333;
    margin-bottom: 20px;
}

.textwidget ul li:before,
.service-block ul li:before {
    content: " ";
    border: 6px solid transparent;
    border-left: 6px solid #bd9e3b;
    position: absolute;
    left: -10px;
    top: 4px;
    margin: 0;
    padding: 0;
}

.textwidget ul li,
.service-block ul li {
    list-style: none;
    position: relative;
}

.textwidget ul,
.service-block ul {
    margin-left: 10px;
}

.question-astr-title {
    text-transform: uppercase;
    font-weight: 700;
}

.textwidget p {
    margin: 0 0 10px;
}

.widget .left,
.widget .right {
    width: 48%;
    float: left;
}

.service-block h2 {
    color: #606060;
}

.widget {
    margin-top: 30px;
}

@media all and (max-width: 768px) {

    .widget .left,
    .widget .right {
        width: 100%;
    }
}

@media all and (max-width: 415px) {
    .question-astr-title {
        font-size: 14px;
    }

    .textwidget ul li {
        font-size: 12px;
    }
}

.TopheaderWrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
}

.top-header {
    background-color: #F1F5F8;
}

.header_contacts {
    display: flex !important;
    justify-content: space-between;
    font-size: 12px;
}

.address-email,
.phone-social {
    display: flex;
    align-items: center;
}

.header-address,
.header-phone {
    margin-right: 16px;
}

.header-contacts-icons {
    margin-right: 6px;
}

.contact-link {
    text-decoration: none;
    color: #212121;
}

@media (max-width: 1270px) {
    .TopheaderWrap {
        padding: 10px 30px 10px 30px;
    }
}

@media (max-width: 600px) {
    .header_contacts {
        flex-direction: column;
        align-items: center;
    }

    .phone-social {
        flex-direction: column;
    }

    .header-address,
    .header-phone,
    .header-email {
        margin-bottom: 5px;
    }
}

@media (max-width: 550px) {
    .TopheaderWrap {
        padding: 10px;
    }

    .header_contacts {
        display: flex !important;
        justify-content: space-between;
        font-size: 14px;
    }

    .header-address {
        text-align: center;
    }

    .header-email {
        text-align: center;
    }
}

@media (max-width: 360px) {
    .address-email {
        flex-direction: column;
    }

    .header-address,
    .header-phone {
        margin-right: 0;
    }
}

@media (max-width: 620px) {
    #video>iframe {
        width: 100%;
    }
}

.header-icons-box {
    display: flex;
    justify-content: space-between;
}

.header-icons-link {
    text-decoration: none;
    color: #fff;
}

.header-icons {
    font-size: 12px;
    background: #55616f;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin: 0 2px;
}

.bottom-title {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
}

.bottom-title:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #C4C4C4;
    display: block;
    margin: 5px 0;
}

.target-f-p {
    font-size: 13px;
    color: #B5B5B5;
}

.footer-contact-link {
    color: #FFFFFF;
    text-decoration: none;
}

.footer-icons-box {
    display: flex;
    margin-top: 16px !important;
}

.footer-icons-link {
    color: #55616F !important;
    text-decoration: none !important;
}

.footer-icons {
    font-size: 12px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin: 0 2px;
    color: #55616f;
}

@media (max-width: 1152px) {
    .footerCopyright {
        margin: 0 35px 0 0;
    }

    .footerMenu {
        margin-right: 35px;
    }

    .footerSocial {
        margin-right: 35px;
    }
}

@media (max-width: 1101px) {
    .footerCopyright {
        width: 20%;
    }

    .footerMenu {
        width: 15%;
    }

    .footerSocial {
        width: 22%;
    }
}

@media (max-width: 972px) {
    .footerCopyright {
        margin: 0 25px 0 0;
    }

    .footerMenu {
        width: 20%;
        margin-right: 25px;
    }

    .footerSocial {
        margin-right: 25px;
    }
}

@media (max-width: 900px) {
    .footerMenu {
        width: 70%;
        margin-right: 0px;
    }

    .footerSocial {
        margin-right: 0;
        width: 100%;
    }

    .footerContacts {
        width: 100%;
    }
}

@media (max-width: 760px) {
    .footerMenu {
        width: 100%;
    }
}

.footer-contact-link:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.contact-link:hover {
    color: #212121;
    text-decoration: none;
}

.header-icons-link:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.newsDetail>h1,
.newsDetail>h2,
.newsDetail>h3,
.newsDetail>h4 {
    padding: 0 40px 30px 40px;
}

@media (max-width: 550px) {
    .header-icons {
        width: 35px;
        height: 35px;
        margin: 0 5px;
    }
}
/* End */


/* Start:/local/templates/taro63/themes/4/style.css?16327666023155*/
/* header */
	.logo_detail img{/*background: #d1b24f;*/}
	.slideTextDetail div a{background: #d1b24f; box-shadow: 0 2px 8px rgba(216,27,96, .27);}

	.mainTitle{background: #d1b24f;}
/* header */


/* footer */
	.footerMenu a:hover{color: #d1b24f;}
/* footer */


/* modal */
	.menuTopInfo div a{color: #d1b24f;}
	.menuHeader a img{background: #d1b24f;}
	.modalHeader{background: #d1b24f;}
	.modalClose{color: #d1b24f;}
	.modal .modalSend{background: #d1b24f; box-shadow: 0 2px 8px rgba(216,27,96, .27);}
	.buttonTop{background: #d1b24f; box-shadow: 0 2px 8px rgba(216,27,96, .27);}
/* modal */


/* index */
	.thesesItem img{/*background: #d1b24f;*/}
	.thesesItem .icon{color: #d1b24f;}
	
	.indexServices_button{color: #fff;}
	.indexServicesItem:hover .indexServices_button{background: #d1b24f; box-shadow: 0 2px 8px rgba(216,27,96, .27);}
	
	.item_reviews.active .IR_position{color: #d1b24f;}
	.item_reviews.active q{color: #d1b24f;}
	.indexReviews .owl-nav div{box-shadow: 0 2px 8px rgba(216,27,96, .27); background: #d1b24f;}
	.indexReviews .reviewsDots .owl-dot.active, .indexReviews .reviewsDots .owl-dot:hover{background: #d1b24f;}
	
	.indexNewsButton a{background: #d1b24f; box-shadow: 0 2px 8px rgba(216,27,96, .27);}

	.mapContacts{background: #d1b24f;}
	.mapCallback .modalSend{background: #d1b24f; box-shadow: 0 2px 8px rgba(216,27,96, .27);}
/* index */


/* personal_info */
	.personalInfo label a{color: #d1b24f;}
	.personalInfo label.ckecked:after{background-color: #d1b24f;}
/* personal_info */


.paginationContainer ul li:not(.bx-pag-prev):not(.bx-pag-next) a:hover span{color: #d1b24f;}

.historyDate{color: #d1b24f;}
.partnersElement .text .email{color: #d1b24f;}
.documentsElement a i{background: #d1b24f;}
.reviewsText .title p{background: #d1b24f;}
.reviewsText q{color: #d1b24f;}
.VE_accordion .name i{background: #d1b24f;}
.VE_accordion .price{color: #d1b24f;}
.vacanciesButton{border-color: #d1b24f; color: #d1b24f;}
	.vacanciesButton:hover{background: #d1b24f;}

.leftShareButton{background: #d1b24f; box-shadow: 0 2px 8px rgba(216,27,96, .27);}
.servicesItem_button{color: #d1b24f;}
.servicesItem:hover .servicesItem_button{background: #d1b24f; box-shadow: 0 2px 8px rgba(216,27,96, .27);}
#askQuestion a{background: #d1b24f; box-shadow: 0 2px 8px rgba(216,27,96, .27);}
#askQuestion .markQuestion p{color: #d1b24f;}
.onTopicArticle .img span{background: #d1b24f;}
.newsDetail q:before{color: #d1b24f;}
.tabulationHeader h2.active{background: #d1b24f;}
.priceHeader{color: #d1b24f;}
.priceHeader .td_1, .priceHeader .td_3{color: #d1b24f;}
.showMore .showMoreButton{background: #d1b24f; box-shadow: 0 2px 8px rgba(216,27,96, .27);}
.newsDetailTitle div:nth-child(2){color: #d1b24f;}
.elementNews .title .shareDate{color: #d1b24f;}
.newsDetailTitle .shareDate{color: #d1b24f;}

.priceSection > h2 i{background: #f6f6f6;}

.mapCallback .modalBody .changeInput{border-bottom-color: #d1b24f;}
.inputField:focus + .inputLabel, .changeInput .inputLabel, .messageField:focus + .inputLabel{color: #d1b24f;}
.modal .modalBody .changeInput{border-bottom-color: #d1b24f;}

.modalSearch form:hover input[type="submit"]{background: #d1b24f;}
/* End */


/* Start:/local/templates/taro63/css/custom.css?165294011916027*/
/* WRITE YOUR CODE HERE */

.theses .indexServices_button:hover {
    background: #d1b24f;
    box-shadow: 0 2px 8px rgb(216 27 96 / 27%);
    color: #fff;
}

.theses .indexServices_button {
    width: 50%;
    margin: 20px auto 0;
    cursor: pointer;
}

.priceElement p {
    padding: 0px 25px 20px;
}

.headerMenu ul li ul {
    z-index: 100;
}

.indexText {
    padding: 50px 0;
}

.indexText p {
    line-height: 1.9;
    margin-bottom: 10px;
}

#video {
    text-align: center;
    margin: 20px 0;
}

#reviews.indexBackground {
    background: url(/local/templates/taro63/img/bg.png);
}

#numbers {
    background: url(/local/templates/taro63/img/bg_clear.png);
    background-size: cover;
}

#numbers .col-md-3 {
    width: 25%;
    float: left;
    padding: 50px 0;
}

#numbers:after {
    content: " ";
    display: block;
    clear: both;
}


/* Стиль для клонированного блока "Numbers и "question-answer-cloner" на странице "Обо мне" */

#numbers_clon {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}


/*
#question-answer-cloner {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw; 
} */


/*.theses {
    margin-top: 55px;
    width: 102vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
} */

.text-center {
    text-align: center;
}

img.benefits__icon {
    margin-bottom: 20px;
}

p.benefits__number {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    color: #777;
    font-size: 46px;
    font-weight: 700;
    line-height: 46px;
}

p.benefits__title {
    font-size: 16px;
    font-weight: 400;
}

.accordion {
    width: 100%;
    max-width: 95rem;
    margin: 0 auto;
    padding: 1rem 0;
}

.accordion-item {
    position: relative;
    margin-bottom: 5px;
}

.accordion-item .heading {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    position: relative;
    padding: 1.5rem 50px 1.5rem 1rem;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: 1px solid #bdbdbd;
    background: linear-gradient(180deg, #dccb63 0, #bd9d48 50.52%, #cca850 100%);
}

.accordion-item .icon {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 3rem;
    height: 3rem;
    border: 2px solid #fefefe;
    border-radius: 3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 10px;
}

.accordion-item .icon:after,
.accordion-item .icon:before {
    content: '';
    width: 1.25rem;
    height: .25rem;
    background: #000;
    position: absolute;
    border-radius: 3px;
    left: 50%;
    top: 50%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.accordion-item .icon:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    z-index: -1;
}

.accordion-item .content {
    display: none;
}

.accordion-item .content {
    padding: 1rem 0 1rem 1rem;
    border: 1px solid #c4c4c4;
    border-top: 0;
}

.accordion-item .content p {
    margin: 0 0 10px;
}

.accordion-item:hover .icon {
    background-color: #fff;
}

.accordion-item .heading:hover .icon:after,
.accordion-item .heading:hover .icon:before {
    background: #222;
}

.accordion-item.active .icon:after {
    width: 0;
}

#faq {
    padding: 50px 0 10px;
}

#faq h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 31px;
}

#fullForm {
    background: url(/local/templates/taro63/img/bg.png);
    background-position: center;
    padding: 50px 0;
    text-align: center;
}

#fullForm .title {
    color: #313b48;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    font-size: 32px;
}

#fullForm .btn-block {
    border: 1px solid;
    border-radius: 50px;
    color: #313b48;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    position: relative;
    margin-left: 30px;
    padding: 0 20px;
    display: inline-block;
    cursor: pointer;
}

#fullForm .btn-block:hover {
    background: #d1b24f;
    color: white;
    border-color: #d1b24f;
}

#fullForm .btn-block-2 {
    border: 1px solid;
    border-radius: 50px;
    color: #313b48;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    position: relative;
    margin-left: 30px;
    padding: 0 20px;
    cursor: pointer;
    margin: 0 auto;
    width: 200px;
}

#fullForm .btn-block-2:hover {
    background: #d1b24f;
    color: white;
    border-color: #d1b24f;
}

@media (max-width: 350px) {
    #fullForm .btn-block-2 {
        width: 80%;
    }
}

img.footerLogo {
    width: 80%;
}

.target {
    margin-top: 30px;
}

.target a {
    background: url(/local/templates/taro63/img/logo-target-white.png) no-repeat 80px 0;
    padding-top: 30px;
    color: #fff;
    border: none;
}

.target {
    margin-top: 50px;
    text-align: right;
}

.footerSocial {
    margin-top: 18px;
}

@media all and (min-width: 1024px) {
    header .topMenu {
        display: none;
    }
}

.newsDetail .left {
    float: left;
}

.newsDetail .right {
    float: right;
}

.newsDetail ul {
    margin-left: 20px;
    padding: 0 40px 30px 40px;
}

.newsDetail li {
    margin-bottom: 5px;
}

.mainTitle {
    margin-bottom: 30px;
}

.modaltitle {
    font-weight: bold;
    font-size: 21px;
    color: #fff;
}

#carouselSlider-2 .owl-prev {
    left: -20px;
    position: absolute;
    top: -50px;
    background: transparent;
}

#carouselSlider-2 .owl-next {
    right: -5px;
    position: absolute;
    top: -50px;
    background: transparent;
}

.indexSlider #carouselSlider-2 .owlNav div {
    width: 10px;
    height: 10px;
}

.workArea .theses .thesesItem {
    width: 100%;
}

.slideTextDetail {
    z-index: 99;
}

.slideTextDetail>div {
    text-align: center;
}

.sliderDetail {
    margin-top: 40px;
}

#info_graphics .theses .thesesItem {
    width: 31.5%;
}

#info_graphics .theses .thesesItem .thesesText {
    min-height: 100px;
}

#info_graphics .theses {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1000px) {
    #info_graphics .theses .thesesItem {
        width: 46%;
    }
}

@media (max-width: 650px) {
    #info_graphics .theses .thesesItem {
        width: 100%;
        margin-right: 0;
    }
}


/* адаптив для инфографики и фото со страницы "обо мне" */

@media (max-width: 540px) {
    p.benefits__number {
        padding: 0;
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 20px;
        opacity: 0;
        color: #777;
        font-size: 27px;
        font-weight: 700;
        line-height: 46px;
    }

    p.benefits__title {
        padding: 0;
        font-size: 10px;
        font-weight: 400;
    }

    img.img_about {
        width: 90%;
        margin: 0 18px 0px 15px !important;
    }
}


/* Адаптив для хедера (липкое меню) */

@media (max-width: 540px) {
    .education {
        margin-top: 100px;
    }

    .sendForm_training h3 {
        margin-bottom: 70px
    }

    .lesson__program>.row {
        margin-top: 0;
    }

    .logo {
        display: none !important;
    }

    header {
        z-index: 993;
        position: sticky !important;
        top: -10%;
        background: white !important;
    }

    .slam-easyform .modal.sendForm_training,
    .slam-easyform .modal.modalButton_catalog_item {
        width: 100%;
    }
}


/* Адаптив для видео  */

@media (max-width: 540px) {
    .video_aboutMe {
        position: relative;
        right: 32px;
    }
}

.blockPrice {
    margin: 0 0 60px 0;
}

.priceSection {
    margin: 0 0 20px 0;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .12);
    transition: box-shadow .25s;
}

.priceSection:hover {
    box-shadow: rgba(0, 0, 0, .12) 0 35px 90px;
}

.priceSection:last-child {
    margin: 0;
}

.priceSection>h2 {
    font-weight: 700;
    margin: 20px 0 20px 25px;
    font-size: 19px;
    cursor: pointer;
    display: inline-block;
    border-bottom: 1px dashed #c4c4c5;
    position: relative;
    transition: border 0.2s ease;
}

.priceSection>h2:hover {
    border-bottom: 1px dashed #7d7d7d;
}

.priceSection>h2 i {
    background: #EF6C00;
    padding: 3px;
    font-size: 18px;
    top: 2px;
    position: absolute;
    right: -43px;
    border-radius: 50%;
    transition: transform .4s linear;
}

.priceSection>h2.rotate i {
    transform: rotate(180deg);
}

.priceElement {
    font-weight: 500;
    border-top: 1px solid #f4f4f4;
}

.priceHeader {
    color: #d1b24f;
    font-size: 13px;
    font-weight: 500;
    padding: 9px 0;
    border-top: 1px solid #f4f4f4;
}

.td_1 {
    width: 8%;
    text-align: center;
    padding: 15px 0;
}

.td_2 {
    width: 52%;
}

.td_3 {
    width: 20%;
}

.td_4 {
    width: 20%;
}

.priceElement div,
.priceHeader div {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.priceHeader div {
    border-right: 1px solid #f4f4f4;
}

.priceHeader div:last-child {
    border: none;
}

.priceHeader .td_2,
.priceHeader .td_3,
.priceHeader .td_4 {
    padding: 13px 20px;
}

.priceElement .td_2,
.priceElement .td_3,
.priceElement .td_4 {
    padding: 24px 20px;
}

.flex_box {
    display: flex;
    align-items: center;

}

.education>.row {
    display: flex;
    align-items: center;
}


.education_text h3 {
    margin-bottom: 16px;
}

.education_text p {
    color: #5A5A5A;
    margin-bottom: 20px;
}

.lesson__program {
    padding: 57px 0 63px;
}

.lesson__program>.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.lesson__program>.row>div {
    margin-bottom: 26px;
}

.lesson__program h2 {
    font-weight: 500;
    font-size: 31px;
    line-height: 31px;
    color: #131720;
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 0;
}

.lesson__program_item {
    border: 1px solid #D2B24F;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.lesson__program_item h3 {
    font-weight: 500;
    font-size: 21px;
    line-height: 32px;
    color: #D1B24F;
    text-align: center;
    margin-bottom: 5px;
}

.lesson__program_item ul {}

.lesson__program_item li {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #5A5A5A;
    padding: 5px 0;
}

.training__description {}

.training__description_text {}

.training__description_text p {
    font-size: 15px;
    line-height: 24px;
    color: #5A5A5A;
    margin-bottom: 24px;
}

.training__description_btn {
    margin-top: 24px;
    background: #D1B24F;
    border-radius: 2px;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 10px 32px;
    display: inline-block;
}

.sendForm_training {
    display: none;
}

.training__description_btn:hover {
    color: #fff;
}

.training__description .lesson__program_item p {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #5A5A5A;
}

.training__description>.row {
    display: flex;
    align-items: center;
}

.back__arrow {
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    color: #D2B24F;
    display: block;
    margin-bottom: 29px;
}

.back__arrow:hover,
.back__arrow:focus {
    color: #D2B24F;
    text-decoration: none;
}

.back__arrow i {
    font-size: 12px;
    color: #D2B24F;
    margin-right: 6px;
}

.bx_catalog_tile_catalog {
    display: flex;
    position: relative;
    margin-bottom: 32px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EDEDED;
    justify-content: space-between;
}

.bx_catalog_tile_title {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    padding: 10px 0 0 0;
}




.bx_catalog_tile_title a {
    color: #212121;
}

.bx_catalog_tile_ul>.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
}

.bx_catalog_tile_ul>.row>div {
    margin-bottom: 32px;
}

#selectMenuBox {
    display: flex;
    flex-direction: column;
    transition: background .2s ease;
    min-width: 315px;
    cursor: pointer;
    z-index: 3;
    max-width: 330px;
    position: absolute;
    box-sizing: border-box;
    border-radius: 4px;
    right: 0;
    top: 0;

    background: #F6F6F6;
    border: 1px solid #C4C4C4;
}



#selectMenuBox a {
    display: none;
    padding: 14px 16px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

#selectMenuBox a.active {
    display: block;
    border-radius: 100px;
    color: #454545;
}

#selectMenuBox svg {
    position: absolute;
    top: 22px;
    right: 22px;
}

#selectMenuBox.open a {
    display: block;
    padding: 12px 49px 12px 26px;
}


#selectMenuBox.open {
    z-index: 9999;
    border-color: #fff;
    background: #fff;
    top: 0;
    right: 0;
    border-radius: 10px;
    padding: 11px 0;
    box-shadow: 0px 20px 45px rgb(0 0 0 / 9%);
}

.sort__head {
    position: relative;
    top: 0;
}

.bx_catalog_tile_category_title {
    font-weight: 400;
    font-size: 24px;
    line-height: 64px;
    color: #555555;
    padding: 0;
}

@media all and (max-width: 1150px) {
    .bx_catalog_tile_catalog {
        flex-direction: column;
    }

    #selectMenuBox {
        left: 0;
        position: relative;
        margin-top: 20px;
    }
}

@media all and (max-width: 1050px) {

    .priceElement .td_2,
    .priceElement .td_3,
    .priceElement .td_4 {
        padding: 24px 10px;
    }
}

@media all and (max-width: 900px) {
    .priceSection {
        position: relative;
    }

    .priceSection>h2 {
        position: relative;
        text-decoration: underline;
        border: none !important;
        padding: 20px 75px 20px 20px;
        margin: 0;
        display: block;
    }

    .priceSection>h2 i {
        top: 50%;
        right: 20px;
        margin: -19px 0 0 0;
        padding: 7px;
        font-size: 24px;
    }

    .priceElement .td_2,
    .priceElement .td_3,
    .priceElement .td_4 {
        padding: 24px 20px;
    }
}

@media all and (max-width: 800px) {

    .priceElement .td_2,
    .priceElement .td_3,
    .priceElement .td_4 {
        padding: 24px 10px;
    }

    .flex_box {
        display: block;
    }

    .lesson__program>.row {
        display: block;
    }

    .training__description>.row {
        display: block;
    }

    .training__description_text {
        margin-top: 30px;
    }
}

@media all and (max-width: 700px) {
    .td_1 {
        width: 6%;
    }

    .td_4 {
        width: 22%;
    }
}

@media all and (max-width: 620px) {

    .education>.row {
        display: block;
    }

    .education_text {
        margin-top: 40px;
    }

    .priceHeader .td_2,
    .priceHeader .td_3,
    .priceHeader .td_4 {
        padding: 13px 10px;
    }

    .td_3 {
        width: 15%;
    }

    .td_4 {
        width: 27%;
    }

    .priceHeader div {
        border: 0;
    }
}

@media all and (max-width: 510px) {

    .priceElement .td_1,
    .priceHeader .td_1 {
        display: none;
    }

    .td_4 {
        width: 33%;
    }
}

@media all and (max-width: 430px) {
    .priceSection>h2 i {
        margin: -17px 0 0 0;
        padding: 6px;
        font-size: 22px;
    }

    .priceHeader {
        font-size: 12px;
    }

    .priceElements {
        font-size: 14px;
    }

    #selectMenuBox {
        min-width: 100%;
    }
}

@media all and (max-width: 390px) {

    .priceElement .td_3,
    .priceHeader .td_3 {
        display: none;
    }

    .td_2 {
        width: 60%;
    }

    .td_4 {
        width: 40%;
    }
}
/* End */
/* /local/templates/taro63/css/jquery.selectBox.css?16527694294450 */
/* /local/templates/taro63/components/bitrix/menu/headerMenu/style.css?16327665961238 */
/* /local/templates/taro63/components/bitrix/breadcrumb/.default/style.css?1632766595392 */
/* /local/templates/taro63/components/bitrix/menu/bottomMenu/style.css?1632766596302 */
/* /local/templates/taro63/components/bitrix/menu/BottomServices/style.css?1632766596314 */
/* /bitrix/components/slam/easyform/lib/css/bootstrap.min.css?163276336022741 */
/* /bitrix/components/slam/easyform/lib/css/bootstrapValidator.min.css?1632763360565 */
/* /local/templates/taro63/components/slam/easyform/taroform/style.css?16364680132007 */
/* /local/templates/taro63/components/slam/easyform/taroform_training/style.min.css?1651055228805 */
/* /local/templates/taro63/components/bitrix/search.form/top/style.css?16327665973515 */
/* /local/templates/taro63/components/bitrix/menu/topMenu/style.css?16327665963203 */
/* /local/templates/taro63/css/owl.carousel.css?16327665996297 */
/* /local/templates/taro63/css/jquery.fancybox.min.css?163276659912796 */
/* /local/templates/taro63/styles.css?171317163711669 */
/* /local/templates/taro63/template_styles.css?165994145139647 */
/* /local/templates/taro63/themes/4/style.css?16327666023155 */
/* /local/templates/taro63/css/custom.css?165294011916027 */
